diff --git a/parse/train/D3PcGLdMx0/D3PcGLdMx0.md b/parse/train/D3PcGLdMx0/D3PcGLdMx0.md new file mode 100644 index 0000000000000000000000000000000000000000..3286e2edd457abb6ec18c1dc14cdee298ca08f2b --- /dev/null +++ b/parse/train/D3PcGLdMx0/D3PcGLdMx0.md @@ -0,0 +1,371 @@ +# MELR: META-LEARNING VIA MODELING EPISODELEVEL RELATIONSHIPS FOR FEW-SHOT LEARNING + +Nanyi Fei +School of Information, Renmin University of China, Beijing, China +feinanyi@ruc.edu.cn Zhiwu Lu ∗ +Gaoling School of Artificial Intelligence, Renmin University of China, Beijing, China Beijing Key Laboratory of Big Data Management and Analysis Methods, Beijing, China luzhiwu@ruc.edu.cn + +Tao Xiang University of Surrey Guildford, Surrey, UK t.xiang@surrey.ac.uk + +Songfang Huang +Alibaba DAMO Academy +Hangzhou, China +songfang.hsf@alibaba-inc.com + +# ABSTRACT + +Most recent few-shot learning (FSL) approaches are based on episodic training whereby each episode samples few training instances (shots) per class to imitate the test condition. However, this strict adhering to test condition has a negative side effect, that is, the trained model is susceptible to the poor sampling of few shots. In this work, for the first time, this problem is addressed by exploiting interepisode relationships. Specifically, a novel meta-learning via modeling episodelevel relationships (MELR) framework is proposed. By sampling two episodes containing the same set of classes for meta-training, MELR is designed to ensure that the meta-learned model is robust against the presence of poorly-sampled shots in the meta-test stage. This is achieved through two key components: (1) a Cross-Episode Attention Module (CEAM) to improve the ability of alleviating the effects of poorly-sampled shots, and (2) a Cross-Episode Consistency Regularization (CECR) to enforce that the two classifiers learned from the two episodes are consistent even when there are unrepresentative instances. Extensive experiments for non-transductive standard FSL on two benchmarks show that our MELR achieves $1 . 0 \% { - } 5 . 0 \%$ improvements over the baseline (i.e., ProtoNet) used for FSL in our model and outperforms the latest competitors under the same settings. + +# 1 INTRODUCTION + +Deep convolutional neural networks (CNNs) have achieved tremendous successes in a wide range of computer vision tasks including object recognition (Krizhevsky et al., 2012; Simonyan & Zisserman, 2015; Russakovsky et al., 2015; He et al., 2016a), semantic segmentation (Long et al., 2015; Chen et al., 2018), and object detection (Ren et al., 2015; Redmon et al., 2016). For most visual recognition tasks, at least hundreds of labeled training images are required from each class for training a CNN model. However, collecting a large number of labeled training samples is costly and may even be impossible in real-life application scenarios (Antonie et al., 2001; Yang et al., 2012). To reduce the reliance of deep neural networks on large amount of annotated training data, few-shot learning (FSL) has been studied (Vinyals et al., 2016; Finn et al., 2017; Snell et al., 2017; Sung et al., 2018), which aims to recognize a set of novel classes with only a few labeled samples by knowledge transfer from a set of base classes with abundant samples. + +Recently, FSL has been dominated by meta-learning based approaches (Finn et al., 2017; Snell et al., 2017; Sung et al., 2018; Lee et al., 2019; Ye et al., 2020), which exploit the ample samples from base classes via episodic training. During meta-training, to imitate an $N$ -way $K$ -shot novel class recognition task, an $N$ -way $K$ -shot episode/meta-task is sampled in each iteration from the base classes, consisting of a support set and a query set. By setting up the meta-training episodes exactly the same way as the meta-test ones (i.e., $N$ -way $K$ -shot in the support set), the objective is to ensure that the meta-learned model can generalize to novel tasks. However, this also leads to an unwanted side-effect, that is, the model will be susceptible to the poor sampling of the few shots. + +Outlying training instances are prevalence in vision benchmarks which can be caused by various factors such as occlusions or unusual pose/lighting conditions. When trained with ample samples, modern CNN-based recognition models are typically robust against abnormal instances as long as they are not dominant. However, when as few as one shot per class is used to build a classifier for FSL, the poorly-sampled few shots could be catastrophic, e.g., when the cat class is represented in the support set by a single image of a half-occluded cat viewed from behind, it would be extremely hard to build a classifier to recognize cats in the query set that are mostly full-body visible and frontal. Existing episodic-training based FSL models do not offer any solution to this problem. The main reason is that different episodes are sampled randomly and independently. When the cat class is sampled in two episodes, these models are not aware that they are the same class, and thus cannot enforce the classifiers independently learned to be consistent to each other, regardless whether there exist poorly-sampled shots in one of the two episodes. + +In this paper, a novel meta-learning via modeling episode-level relationships (MELR) framework is proposed to address the poor sampling problem of the support set instances in FSL. In contrast to the existing episodic training strategy, MELR conducts meta learning over two episodes deliberately sampled to contain the same set of base classes but different instances. In this way, cross-episode model consistency can be enforced so that the meta-learned model is robust against poorly-sampled shots in the meta-test stage. Concretely, MELR consists of two key components: Cross-Episode Attention Module (CEAM) and Cross-Episode Consistency Regularization (CECR). CEAM is composed of a cross-episode transformer which allows the support set instances to be examined through attention so that unrepresentative support samples can be identified and their negative effects alleviated (especially for computing class prototypes/centers). CECR, on the other hand, exploits the fact that since the two episodes contain the same set of classes, the obtained classifiers (class prototypes) should produce consistent predictions regardless whether there are any poorly-sampled instances in the support set and/or which episode a query instance comes from. This consistency is enforced via cross-episode knowledge distillation. + +Our main contributions are three-fold: (1) For the first time, the poor sampling problem of the few shots is formally tackled by modeling the episode-level relationships in meta-learning based FSL. (2) We propose a novel MELR model with two cross-episode components (i.e., CEAM and CECR) to explicitly enforce that the classifiers of the same classes learned from different episodes need to be consistent regardless whether there exist poorly-sampled shots. (3) Extensive experiments for non-transductive standard FSL on two benchmarks show that our MELR achieves significant improvements over the baseline ProtoNet (Snell et al., 2017) and even outperforms the latest competitors under the same settings. We will release the code and models soon. + +# 2 RELATED WORK + +Few-Shot Learning. Few-shot learning (FSL) has become topical recently. Existing methods can be generally divided into four groups: (1) Metric-based methods either learn a suitable embedding space for their chosen/proposed distance metrics (e.g., cosine similarity (Vinyals et al., 2016), Euclidean distance (Snell et al., 2017), and a novel measure SEN (Nguyen et al., 2020)) or directly learn a suitable distance metric (e.g., CNN-based relation module (Sung et al., 2018; Wu et al., 2019), ridge regression (Bertinetto et al., 2019), and graph neural networks (Satorras & Estrach, 2018; Kim et al., 2019; Yang et al., 2020)). Moreover, several approaches (Yoon et al., 2019; Li et al., 2019a; Qiao et al., 2019; Ye et al., 2020; Simon et al., 2020) learn task-specific metrics which are adaptive to each episode instead of learning a shared task-agnostic metric space. (2) Model-based methods (Finn et al., 2017; Nichol et al., 2018; Rusu et al., 2019) learn good model initializations on base classes and then quickly adapt (i.e., finetune) them on novel classes with few shots and a limited number of gradient update steps. (3) Optimization-based methods (Ravi & Larochelle, 2017; Munkhdalai & Yu, 2017; Li et al., 2017) aim to learn to optimize, that is, to meta-learn optimization algorithms suitable for quick finetuning from base to novel classes. (4) Hallucination-based methods (Hariharan & Girshick, 2017; Wang et al., 2018; Schwartz et al., 2018; Li et al., 2020) learn generators on base classes and then hallucinate new novel class data to augment the few shots. Additionally, there are also other methods that learn to predict network parameters given few novel class samples (Qiao et al., 2018; Gidaris & Komodakis, 2019; Guo & Cheung, 2020). Although the metric-based ProtoNet (Snell et al., 2017) is used as our baseline in this paper, our proposed MELR framework can be easily integrated with other episodic-training based methods. + +Modeling Episode-Level Relationships. In the FSL area, relatively less effort has been made to explicitly model the relationships across episodes. For modeling such episode-level relationships, there are two recent examples: (1) LGM-Net (Li et al., 2019b) proposes an inter-task normalization strategy, which applies batch normalization to all support samples across a batch of episodes in each training iteration. (2) Among a batch of episodes, Meta-Transfer Learning (Sun et al., 2019) records the class with the lowest accuracy in each episode and then re-samples ‘hard’ meta-tasks from the set of recorded classes. In this work, instead of utilizing the relationships implicitly, we propose to model episode-level relationships (MELR) explicitly by focusing on episodes with the same set of classes. Furthermore, our MELR is specifically designed to cope with the poor sampling of the few shots – an objective very different from those in (Li et al., 2019b; Sun et al., 2019). + +Attention Mechanism. Attention mechanism was first proposed by (Bahdanau et al., 2015) for machine translation and has now achieved great success in natural language processing (Vaswani et al., 2017) and computer vision (Xu et al., 2015). An attention module typically takes a triplet (queries, keys, values) as input and learns interactions between queries and key-value pairs according to certain task objectives. It is referred to as self-attention or cross-attention depending on whether keys and queries are the same. Several recent works (Hou et al., 2019; Guo & Cheung, 2020; Ye et al., 2020) have utilized attention mechanism for meta-learning based FSL. CAN (Hou et al., 2019) employs cross-attention between support and query samples to learn better feature representations. AWGIM (Guo & Cheung, 2020) adopts both self- and cross-attention for generating classification weights. FEAT (Ye et al., 2020) only uses self-attention on the class prototypes of the support set. The biggest difference between these methods and our MELR lies in whether attention is modeled within each episode or across episodes. Only MELR allows modeling cross-episode instance attention explicitly so that the meta-learned model can be insensitive to badly-sampled support set instances. In addition, in our MELR, query set instances are also updated using cross-attention whilst existing models such as FEAT only apply attention to prototypes obtained using support set instances. They thus cannot directly handle instance-level anomalies. + +# 3 METHODOLOGY + +# 3.1 PROBLEM DEFINITION + +Let $\mathcal { D } _ { b } = \{ ( x _ { i } , y _ { i } ) | y _ { i } \in \mathcal { C } _ { b } , i = 1 , 2 , \cdot \cdot \cdot , N _ { b } \}$ denote an abundant meta-training set from base classes $\mathcal { C } _ { b }$ , where $x _ { i }$ is the $i$ -th image, $y _ { i }$ denotes the class label of $x _ { i }$ , and $N _ { b }$ is the number of images in $\mathcal { D } _ { b }$ . Similarly, let $\mathcal { D } _ { n } = \{ ( x _ { i } , y _ { i } ) | y _ { i } \in \mathcal { C } _ { n } , i = 1 , 2 , \cdot \cdot \cdot , N _ { n } \}$ denote a few-shot sample set from a set of novel classes $\mathcal { C } _ { n }$ (e.g., $K$ -shot means that each novel class has $K$ labeled images and $N _ { n } = K | \mathcal { C } _ { n } | )$ , where $\mathcal { C } _ { b } \cap \mathcal { C } _ { n } = \emptyset$ . We are also given a test set $\tau$ from $\mathcal { C } _ { n }$ , where $\mathcal { D } _ { n } \cap \mathcal { T } = \emptyset$ . By exploiting $\mathcal { D } _ { b }$ and $\mathcal { D } _ { n }$ for training, the objective of few-shot learning (FSL) is to predict the class labels of test images in $\tau$ . + +# 3.2 META-LEARNING BASED FSL + +Most FSL methods are based on meta-learning (Vinyals et al., 2016; Finn et al., 2017; Snell et al., 2017; Sung et al., 2018; Lee et al., 2019; Ye et al., 2020), which adopt episodic training on the base class sample set $\mathcal { D } _ { b }$ and test their models over few-shot classification tasks sampled from the novel classes ${ \mathcal { C } } _ { n }$ . Concretely, an $N$ -way $K$ -shot $Q$ -query episode $e = ( S _ { e } , \mathcal { Q } _ { e } )$ is generated as follows: (1) We first randomly sample a subset $\mathcal { C } _ { e }$ from base classes $\mathcal { C } _ { b }$ during meta-training (or from novel classes $\mathcal { C } _ { n }$ during meta-test) and re-index it as $\mathcal { C } _ { e } = \{ 1 , 2 , \cdots , N \}$ . (2) For each class in $\mathcal { C } _ { e }$ , $K$ support and $Q$ query images are then randomly sampled to form the support set $\begin{array} { r } { S _ { e } = \{ ( x _ { i } , y _ { i } ) | y _ { i } \in } \end{array}$ $\mathcal { C } _ { e } , i = 1 , 2 , \cdots , N \times K \}$ and the query set ${ \mathcal { Q } } _ { e } \ = \ \{ ( x _ { i } , y _ { i } ) | y _ { i } \in { \mathcal { C } } _ { e } , i \ = \ 1 , 2 , \cdot \cdot \cdot , N \times Q \}$ $( S _ { e } \cap \mathcal { Q } _ { e } = \emptyset )$ ), respectively. + +![](images/4ad280f68813e43a41938f4193c35279d033d737dec993ac341152df5d45392c.jpg) +Figure 1: The schematic illustration of the proposed MELR model. It consists of two main components for modeling episode-level relationships: Cross-Episode Attention Module (CEAM) and Cross-Episode Consistency Regularization (CECR). For clarity, only the 5-way 1-shot setting is presented here. Each red/blue cuboid denotes a single instance. + +A meta-learning based FSL approach typically designs a few-shot classification loss over the query set $\mathcal { Q } _ { e }$ for each meta-training episode $e$ : + +$$ +L _ { f s c } ( e ) = \mathbb { E } _ { ( x _ { i } , y _ { i } ) \in \mathcal { Q } _ { e } } L ( y _ { i } , f ( \psi ( x _ { i } ) ; \mathcal { S } _ { e } ) ) , +$$ + +where $\psi$ denotes a feature extractor with an output dimension $d$ , $f ( \cdot ; S _ { e } ) : \mathbb { R } ^ { d } \to \mathbb { R } ^ { N }$ can be any scoring function constructed from the support set $S _ { e }$ , and $L ( \cdot , \cdot )$ is the classification loss (e.g., widely used cross-entropy). By minimizing the above loss function via back propagation to update the part of the model to be meta-learned (e.g., $\psi$ in ProtoNet), the model is trained over many meta-training episodes and then evaluated on the meta-test episodes. + +# 3.3 MODELING EPISODE-LEVEL RELATIONSHIPS (MELR) + +In the FSL area, relatively less effort has been made to explicitly model the relationships across episodes, and many FSL methods define their loss functions within each episode independently. In contrast, with our Modeling Episode-Level Relationships (MELR), two $N$ -way episodes are sampled in each training iteration from exactly the same set of $N$ base classes. Cross-Episode Attention Module (CEAM) and Cross-Episode Consistency Regularization (CECR) are then devised to exploit this type of episode-level relationship explicitly (see Figure 1). + +Cross-Episode Attention Module (CEAM). We are given two $N$ -way $K$ -shot $Q$ -query episodes $e ^ { ( 1 ) } = ( \bar { S } _ { e } ^ { ( 1 ) } , \mathcal { Q } _ { e } ^ { ( 1 ) } )$ and $e ^ { ( 2 ) } = ( S _ { e } ^ { ( 2 ) } , \mathcal { Q } _ { e } ^ { ( 2 ) } )$ sampled from the same subset $\mathcal { C } _ { e }$ of $\mathcal { C } _ { b }$ , where $\mathcal { C } _ { e }$ is re-indexed as $\mathcal { C } _ { e } = \{ 1 , 2 , \cdots , N \}$ , and $e ^ { ( 1 ) } \bigcap e ^ { ( 2 ) } = \emptyset$ . For both episodes, to minimize the negative impact of badly-sampled few shots for a given query instance, we propose CEAM for cross-episode attention modeling, which is detailed below. + +Concretely, let $\mathbf { S } ^ { ( 1 ) } = [ \boldsymbol { \psi } ( x _ { i } ) ^ { T } ; x _ { i } \in \mathcal { S } _ { e } ^ { ( 1 ) } ] \in \mathbb { R } ^ { N K \times d }$ (or $\mathbf { S } ^ { ( 2 ) }$ ) and ${ \bf Q } ^ { ( 1 ) } = [ \psi ( x _ { i } ) ^ { T } ; x _ { i } \in \mathcal { Q } _ { e } ^ { ( 1 ) } ] \in$ $\mathbb { R } ^ { N Q \times d }$ (or $\mathbf { Q } ^ { ( 2 ) } )$ denote the feature matrices of support and query samples in $e ^ { ( 1 ) }$ (or $e ^ { ( 2 ) }$ ), respectively, and let ${ \bf F } ^ { ( 1 ) } = [ { \bf S } ^ { ( 1 ) } ; { \bf Q } ^ { ( 1 ) } ] \in \mathbb { R } ^ { N ( K + Q ) \times d }$ (or $\mathbf { F } ^ { ( 2 ) } = [ \mathbf { S } ^ { ( 2 ) } ; \mathbf { Q } ^ { ( 2 ) } ] )$ be the feature matrix of all samples in $e ^ { ( 1 ) }$ (or $e ^ { ( 2 ) }$ ). For episode $e ^ { ( 1 ) }$ , CEAM takes the triplet $( \mathbf { \dot { F } } ^ { ( 1 ) } , \mathbf { S } ^ { ( 2 ) } , \mathbf { S } ^ { ( 2 ) } )$ as input, which corresponds to the input (queries, keys, values) in a typical attention module: + +$$ +\hat { \mathbf { F } } ^ { ( 1 ) } = \mathbf { C E A M } ( \mathbf { F } ^ { ( 1 ) } , \mathbf { S } ^ { ( 2 ) } , \mathbf { S } ^ { ( 2 ) } ) = \mathbf { F } ^ { ( 1 ) } + \mathrm { s o f t m a x } ( \frac { \mathbf { F } _ { Q } ^ { ( 1 ) } \mathbf { S } _ { K } ^ { ( 2 ) T } } { \sqrt { d } } ) \mathbf { S } _ { V } ^ { ( 2 ) } , +$$ + +where the inputs are first linearly mapped into a latent space with the same dimension of the feature space (using projection matrices $\mathbf { W } _ { Q } , \mathbf { W } _ { K } , \mathbf { W } _ { V } \in \mathbb { R } ^ { d \times d } )$ : + +$$ +\begin{array} { r l } & { \mathbf { F } _ { Q } ^ { ( 1 ) } = \mathbf { F } ^ { ( 1 ) } \mathbf { W } _ { Q } \in \mathbb { R } ^ { N ( K + Q ) \times d } , } \\ & { \mathbf { S } _ { K } ^ { ( 2 ) } = \mathbf { S } ^ { ( 2 ) } \mathbf { W } _ { K } \in \mathbb { R } ^ { N K \times d } , } \\ & { \mathbf { S } _ { V } ^ { ( 2 ) } = \mathbf { S } ^ { ( 2 ) } \mathbf { W } _ { V } \in \mathbb { R } ^ { N K \times d } . } \end{array} +$$ + +Similarly, for episode $e ^ { ( 2 ) }$ , we have (analogous to Eq. (2)): + +$$ +\hat { \mathbf { F } } ^ { ( 2 ) } = \mathbf { C E A M } ( \mathbf { F } ^ { ( 2 ) } , \mathbf { S } ^ { ( 1 ) } , \mathbf { S } ^ { ( 1 ) } ) = \mathbf { F } ^ { ( 2 ) } + \mathrm { s o f t m a x } ( \frac { \mathbf { F } _ { Q } ^ { ( 2 ) } \mathbf { S } _ { K } ^ { ( 1 ) T } } { \sqrt { d } } ) \mathbf { S } _ { V } ^ { ( 1 ) } , +$$ + +where the learnable parameters of fully connected layers (i.e., $\mathbf { W } _ { Q } , \mathbf { W } _ { K }$ and $\mathbf { W } _ { V }$ ) are shared across Eq. (2) and Eq. (6). We can then obtain the transformed support and query embedding matrices in $e ^ { ( 1 ) }$ (or $e ^ { ( 2 ) }$ ) from $\hat { \mathbf { F } } ^ { ( 1 ) } = [ \hat { \mathbf { S } } ^ { ( 1 ) } ; \hat { \mathbf { Q } } ^ { ( 1 ) } ]$ (or $\hat { \mathbf { F } } ^ { ( 2 ) } = [ \hat { \mathbf { S } } ^ { ( 2 ) } ; \hat { \mathbf { Q } } ^ { ( 2 ) } ] )$ . + +Cross-Episode Consistency Regularization (CECR). In our MELR model, CEAM utilizes instance-level attention to alleviate the negative effects of the poor support set instance sampling so that each query set instance can be assigned to the right class with minimal loss. Our CECR is designed to further reduce the model sensitivity to badly-sampled shots in different episodes by forcing the two classifiers learned over the two episodes to produce consistent predictions. There are various options on how to enforce such consistency. CECR adopts a knowledge distillation based strategy as empirically it is the most effective one (see Section 4.3). + +Let $f ( \cdot ; \hat { \mathbf { S } } ^ { ( 1 ) } ) : \mathbb { R } ^ { d } \to \mathbb { R } ^ { N }$ and $f ( \cdot ; \hat { \mathbf { S } } ^ { ( 2 ) } ) : \mathbb { R } ^ { d } \to \mathbb { R } ^ { N }$ be the scoring functions of the two classifiers constructed from $\hat { \mathbf { S } } ^ { ( 1 ) }$ and $\hat { \mathbf { S } } ^ { ( 2 ) }$ , respectively. To determine which classifier/scoring function is stronger, we compute the few-shot classification accuracies of the two classifiers on the merged query samples from both episodes. Concretely, let $\hat { \mathcal { Q } } _ { e } ^ { ( 1 ) } = \{ ( \hat { \mathbf { q } } _ { i } ^ { ( 1 ) } , y _ { i } ^ { ( 1 ) } ) | \hat { \mathbf { q } } _ { i } ^ { ( 1 ) } \in \mathbb { R } ^ { d } , i =$ $1 , 2 , \cdots , N Q \}$ (or $\hat { \mathcal { Q } } _ { e } ^ { ( 2 ) }$ ) denote the set of transformed embedding vectors of query samples in $e ^ { ( 1 ) }$ (or $e ^ { ( 2 ) }$ ), where $\hat { \mathbf { q } } _ { i } ^ { ( 1 ) }$ (or $\hat { \mathbf { q } } _ { i } ^ { ( 2 ) }$ ) denotes the $i$ -th row of the transformed embedding matrix $\hat { \mathbf { Q } } ^ { ( 1 ) }$ (or $\hat { \mathbf { Q } } ^ { ( 2 ) } )$ . With he few- $\hat { \mathcal { Q } } _ { e } ^ { ( 1 , 2 ) } = \hat { \mathcal { Q } } _ { e } ^ { ( 1 ) } \cup \hat { \mathcal { Q } } _ { e } ^ { ( 2 ) } = \{ ( \hat { \mathbf { q } } _ { i } ^ { ( 1 , 2 ) } , y _ { i } ^ { ( 1 , 2 ) } ) , i = 1 , 2 , \cdots , 2 N Q \} )$ , we are able to com-nd-truth labels and the pute t shot classification accuracies of the two classifiers w.r.t. the grou corresponding predicted ones (i.e., arg maxj $\sigma _ { j } ( f ( \hat { \mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \hat { \mathbf { S } } ^ { ( 1 ) } ) )$ and arg maxj $\sigma _ { j } ( f ( \hat { \mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \hat { \mathbf { S } } ^ { ( 2 ) } ) )$ $( j = 1 , 2 , \cdots , N )$ for $( \hat { \mathbf { q } } _ { i } ^ { ( 1 , 2 ) } , y _ { i } ^ { ( 1 , 2 ) } ) \in \hat { \mathcal { Q } } _ { e } ^ { ( 1 , 2 ) }$ , where $\begin{array} { r } { \sigma _ { j } ( { \bf v } ) \triangleq \frac { \exp ( v _ { j } ) } { \sum _ { j ^ { \prime } = 1 } ^ { N } \exp ( v _ { j ^ { \prime } } ) } } \end{array}$ $( \mathbf { v } \in \mathbb { R } ^ { N } )$ is the softmax function). + +The classifier with higher accuracy is thus considered to be the stronger one and subsequently used as the teacher classifier for the student to behave consistently with it. Without loss of generality, we assume that $f ( \cdot ; \hat { \mathbf { S } } ^ { ( 1 ) } )$ is stronger than $f ( \cdot ; \hat { \mathbf { S } } ^ { ( 2 ) } )$ . We choose the knowledge distillation loss (Hinton et al., 2015) for CECR, which is stated as: + +$$ +L _ { c e c r } ( e ^ { ( 1 ) } , e ^ { ( 2 ) } ; T ) = \mathbb { E } _ { ( \hat { \mathbf { q } } _ { i } ^ { ( 1 , 2 ) } , y _ { i } ^ { ( 1 , 2 ) } ) \in \hat { \mathcal { Q } } _ { e } ^ { ( 1 , 2 ) } } L ^ { \prime } ( f ( \hat { \mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \hat { \mathbf { S } } ^ { ( 1 ) } ) , f ( \hat { \mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \hat { \mathbf { S } } ^ { ( 2 ) } ) ; T ) , +$$ + +where $T$ is the temperature parameter as used in (Hinton et al., 2015). More specifically, when the softmax function $\begin{array} { r } { \sigma _ { j } ( \mathbf { v } ; T ) \triangleq \frac { \exp ( v _ { j } / T ) } { \sum _ { j ^ { \prime } = 1 } ^ { N } \exp ( v _ { j ^ { \prime } } / T ) } } \end{array}$ $\mathbf { \bar { v } } \in \mathbb { R } ^ { N }$ , $j = 1 , 2 , \cdots , N )$ is used, we define $L ^ { \prime } ( f ( \hat { \mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \hat { \mathbf { S } } ^ { ( 1 ) } ) , f ( \hat { \mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \hat { \mathbf { S } } ^ { ( 2 ) } ) ; T )$ in Eq. (7) with the cross-entropy loss: + +$$ +\begin{array} { r l } & { \quad L ^ { \prime } ( f ( \hat { \mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \hat { \mathbf { S } } ^ { ( 1 ) } ) , f ( \hat { \mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \hat { \mathbf { S } } ^ { ( 2 ) } ) ; T ) } \\ & { = - \displaystyle \sum _ { j = 1 } ^ { N } \sigma _ { j } \big ( f ( \hat { \mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \hat { \mathbf { S } } ^ { ( 1 ) } ) ; T ) \log \left( \sigma _ { j } \big ( f ( \hat { \mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \hat { \mathbf { S } } ^ { ( 2 ) } ) ; T ) \right) . } \end{array} +$$ + +Note that we cut off the gradients over $f ( \cdot ; \hat { \mathbf { S } } ^ { ( 1 ) } )$ when back-propagating since the output of the teacher scoring function is treated as the soft target for the student. + +
Algorithm1MELR-basedFSL
Input: Our MELR model with the set of all parameters Θ The base class sample set Db
Hyper-parameters 入,T
Output: The learned model
1:for all iteration=1, 2,·.,MaxIteration do
2: 3:C(2),e(1) ne(2)=0; Compute F(1) for e(1) using CEAM with Eq. (2),and obtain F(2) with Eq. (6) similarly.
4:Compute Lfsc(e(1)) and Lfsc(e(2)) with Eq. (9), respectively;
5:Construct Q(1,2) =Q(1)
6:Determine the teacher episode e(t) and the student e(s) by computing the few-shot classifica-
7:tion accuracies of the two classifiers within e(1) and e(2), respectively; Compute the CECR loss Lcecr(e(t),e(s);T) with Eq. (7);
8:Compute the total loss Ltotal with Eq. (10);
9:Compute the gradients V@ Ltotal ;
10:Update O using stochastic gradient descent;
11: end for
12: return The learned model.
+ +# 3.4 MELR-BASED FSL ALGORITHM + +As we have mentioned above, in each training iteration, we randomly sample two $N$ -way $K$ -shot $Q$ - query episodes $e ^ { ( 1 ) } = ( S _ { e } ^ { ( 1 ) } , \mathcal { Q } _ { e } ^ { ( 1 ) } )$ and $e ^ { ( 2 ) } = ( S _ { e } ^ { ( 2 ) } , \mathcal { Q } _ { e } ^ { ( 2 ) } )$ , Q(2)e ), which must have exactly the same set of classes but with different instances. We first transform the feature embeddings with Cross-Episode Attention Module (CEAM) and then compute the few-shot classification loss adopting ProtoNet (Snell et al., 2017) for both episodes $( e \in \bar { \{ e ^ { ( 1 ) } , e ^ { ( 2 ) } \} } )$ ): + +$$ +\begin{array} { r l } & { L _ { f s c } ( e ) = \mathbb { E } _ { ( \hat { \mathbf { q } } _ { i } , y _ { i } ) \in \hat { \mathcal { Q } } _ { e } } L ( y _ { i } , f _ { \mathrm { P r o t o N e t } } ( \hat { \mathbf { q } } _ { i } ; \hat { \mathbf { S } } ) ) } \\ & { \qquad = \mathbb { E } _ { ( \hat { \mathbf { q } } _ { i } , y _ { i } ) \in \hat { \mathcal { Q } } _ { e } } - \log \sigma _ { y _ { i } } ( f _ { \mathrm { P r o t o N e t } } ( \hat { \mathbf { q } } _ { i } ; \hat { \mathbf { S } } ) ) . } \end{array} +$$ + +Next we determine the stronger/teacher episode to compute the Cross-Episode Consistency Regularization (CECR) loss between the two episodes. The total loss for MELR is finally given by: + +$$ +L _ { t o t a l } = \frac { 1 } { 2 } ( L _ { f s c } ( e ^ { ( 1 ) } ) + L _ { f s c } ( e ^ { ( 2 ) } ) ) + \lambda L _ { c e c r } ( e ^ { ( t ) } , e ^ { ( s ) } ; T ) , +$$ + +where $e ^ { ( t ) } \in \{ e ^ { ( 1 ) } , e ^ { ( 2 ) } \}$ denotes the teacher episode, and $e ^ { ( s ) } \in \{ e ^ { ( 1 ) } , e ^ { ( 2 ) } \}$ is the student. + +By combining CEAM and CECR for episodic training, our MELR-based FSL algorithm is summarized in Algorithm 1. Once learned, with the optimal model found by our algorithm, we randomly sample multiple $N$ -way $K$ -shot meta-test episodes from $\mathcal { C } _ { n }$ for evaluation. In other words, the episode-level relationship is only exploited during meta-training. + +# 4 EXPERIMENTS + +# 4.1 DATASETS AND SETTINGS + +Datasets. Two widely-used benchmarks are selected: (1) miniImageNet (Vinyals et al., 2016): It contains 100 classes from ILSVRC-12 (Russakovsky et al., 2015). Each class has 600 images. We split it into 64 training classes, 16 validation classes and 20 test classes, as in (Ravi & Larochelle, 2017). (2) tieredImageNet (Ren et al., 2018): It is a larger subset of ILSVRC-12, containing 608 classes and 779,165 images in total. We split it into 351 training classes, 97 validation classes and 160 test classes, as in (Ren et al., 2018). All images of the two datasets are resized to $8 4 \times 8 4$ . + +Evaluation Protocols. The 5-way 5-shot/1-shot settings are used. Each test episode $e ^ { ( t e s t ) } =$ $( S _ { e } ^ { ( t e s t ) } , \mathcal { Q } _ { e } ^ { ( t e s t ) } )$ has 5 classes randomly sampled from the test split, with 5 or 1 shots and 15 queries per class. We thus have $N = 5$ , $K = 5$ or 1, $Q = 1 5$ as in previous works. Although we meta-train our MELR with two episodes in each training iteration, we still evaluate it over test episodes one by one, strictly following the standard setting. Moreover, since no cross-episode relationships can be used when testing, we take $( \mathbf { F } ^ { ( t e s t ) } , \mathbf { S } ^ { ( t e s t ) } , \mathbf { S } ^ { ( t e s t ) } )$ as the input of CEAM. Note that the meta-test process is non-transductive since the embedding of each query sample in $e ^ { ( t e s t ) }$ is independently updated using the keys and values coming from the support set. We report average 5-way classification accuracy $\%$ , top-1) over 2,000 test episodes as well as the $9 5 \%$ confidence interval. + +Table 1: Comparative results of standard FSL on two benchmark datasets. The average 5-way fewshot classification accuracies $\%$ , top-1) along with the $9 5 \%$ confidence intervals are reported. + +
MethodminiImageNettieredImageNet
Backbone1-shot5-shot1-shot5-shot
MatchingNet (Vinyals etal.,2016)Conv4-6443.56±0.8455.31 ± 0.73
ProtoNet† (Snell et al., 2017)Conv4-6452.78 ± 0.4571.26 ± 0.3653.82 ±0.4871.77 ± 0.41
MAML (Finn et al.,2017)Conv4-6448.70 ± 1.8463.10 ±0.9251.67 ± 1.8170.30 ±0.08
RelationNet (Sung et al.,2018)Conv4-6450.40±0.8065.30 ±0.7054.48 ± 0.9371.32 ± 0.78
IMP (Allen et al., 2019)Conv4-6449.60 ± 0.8068.10±0.80
DN4 (Li et al.,2019c)Conv4-6451.24 ± 0.7471.02 ± 0.64
PARN(Wu et al.,2019)Conv4-6455.22 ± 0.8471.55 ± 0.66
PN+rot (Gidaris et al.,2019)Conv4-6453.63 ± 0.4371.70 ± 0.36
CC+rot (Gidaris et al., 2019)Conv4-6454.83 ± 0.4371.86 ± 0.33
Centroid (Afrasiyabi Arman,2020)Conv4-6453.14 ± 1.0671.45 ± 0.72
Neg-Cosine (Liu et al.,2020)Conv4-6452.84 ± 0.7670.41 ± 0.66
FEAT (Ye et al.,2020)Conv4-6455.15 ± 0.2071.61 ± 0.16
MELR(ours)Conv4-6455.35 ± 0.4372.27 ± 0.3556.38± 0.4873.22± 0.41
ProtoNet (Snell et al.,2017)Conv4-51253.52 ± 0.4373.34± 0.3655.52 ± 0.4874.07±0.40
MAML (Finn et al.,2017)Conv4-51249.33 ± 0.6065.17 ± 0.4952.84±0.5670.91 ± 0.46
Relation Net (Sung et al.,2018)Conv4-51250.86 ± 0.5767.32 ± 0.4454.69 ± 0.5972.71 ± 0.43
PN+rot (Gidaris et al.,2019)Conv4-51256.02 ± 0.4674.00 ± 0.35
CC+rot (Gidaris et al., 2019)Conv4-51256.27 ± 0.4374.30 ± 0.33
MELR(ours)Conv4-51257.54±0.4474.37±0.3460.26±0.5177.25± 0.40
ProtoNet† (Snell et al.,2017)ResNet-1262.41 ± 0.4480.49±0.2969.63±0.5384.82± 0.36
TADAM (Oreshkin et al.,2018)ResNet-1258.50± 0.3076.70±0.38
MetaOptNet (Lee et al., 2019)ResNet-1262.64 ± 0.6178.63 ± 0.4665.99 ±0.7281.56 ± 0.63
MTL (Sun et al., 2019)ResNet-1261.20 ±1.8075.50± 0.8065.62 ± 1.8080.61 ±0.90
AM3 (Xing et al.,2019)ResNet-1265.21 ± 0.4975.20 ±0.3667.23 ± 0.3478.95 ± 0.22
Shot-Free (Ravichandran et al.,2019)ResNet-1259.04 ± 0.4377.64 ± 0.3966.87±0.4382.64± 0.43
Neg-Cosine (Liu et al.,2020)ResNet-1263.85 ±0.8181.57 ± 0.56
Distill (Tian et al.,2020)ResNet-1264.82 ± 0.6082.14 ± 0.4371.52 ± 0.6986.03 ±0.49
DSN-MR (Simon et al., 2020)ResNet-1264.60±0.7279.51 ± 0.5067.39 ± 0.8282.85 ±0.56
DeepEMD (Zhang et al.,2020)ResNet-1265.91 ± 0.8282.41 ± 0.5671.16 ± 0.8786.03 ±0.58
FEAT (Ye et al.,2020)ResNet-1266.78±0.2082.05 ±0.1470.80 ±0.2384.79 ± 0.16
MELR (ours)ResNet-1267.40±0.4383.40±0.2872.14± 0.5187.01±0.35
+ +Implementation Details. Our MELR algorithm adopts Conv4-64 (Vinyals et al., 2016), Conv4- 512 and ResNet-12 (He et al., 2016b) as the feature extractors $\psi$ for fair comparison with published results. The output feature dimensions of Conv4-64, Conv4-512 and ResNet-12 are 64, 512, and 640, respectively. To accelerate the entire training process, we pre-train all three backbones on the training split of each dataset as in many previous works (Zhang et al., 2020; Ye et al., 2020; Simon et al., 2020). We use data augmentation during pre-training (as well as meta-training with ResNet-12 on miniImageNet). For ResNet-12, the stochastic gradient descent (SGD) optimizer is employed with the initial learning rate of 1e-4, the weight decay of 5e-4, and the Nesterov momentum of 0.9. For Conv4-64 and Conv4-512, the Adam optimizer (Kingma & Ba, 2015) is adopted with the initial learning rate of 1e-4. The hyper-parameters $\lambda$ and $T$ are respectively selected from $\{ 0 . 0 2 , 0 . 0 5 , 0 . 1 , 0 . 2 \}$ and $\{ 1 6 , 3 2 , 6 4 , 1 2 8 \}$ according to the validation performances of our MELR algorithm (see Appendix A.5 for more details). The code and models will be released soon. + +# 4.2 MAIN RESULTS + +We compare our MELR with the representative/state-of-the-art methods for standard FSL on the two benchmark datasets in Table 1. Note that we re-implement our baseline (i.e., ProtoNet, denoted with †) by sampling two episodes in each training iteration since it is still considered as a strong FSL approach especially when the backbone is deep. We can observe from Table 1 that: (1) Methods trained with ResNet-12 generally perform better than those employing shallower backbones. Also, methods trained with Conv4-512 generally perform better than those employing Conv4-64 even though the two backbones are of the same depth. This is expected because deeper and wider backbones have better representation learning abilities. (2) Our MELR achieves the new state-ofthe-art performance on both benchmarks under all settings. Particularly, the improvements over the baseline (i.e., ProtoNet†) range from $1 . 0 \%$ to $5 . 0 \%$ , which clearly validates the effectiveness and the strong generalization ability of our MELR. (3) On both benchmarks, the improvements obtained by our MELR over ProtoNet† under the 1-shot setting are significantly larger than those under the 5-shot setting. This demonstrates the superior performance of our MELR for FSL with less shots. Again this is expected: FSL with less shots is more likely to suffer from the poor sampling of the few support instances; such a challenging problem is exactly what our MELR is designed for. + +![](images/72a317c5a587a885c76f8d67bb230df577a727207e1cf2a2ee929f43910c7f82.jpg) +Figure 2: (a) Ablative results for our MELR. (b) Comparison among different ProtoNet†+CEAM alternatives. (c) Comparison among different ProtoNet $^ { \dag } + \mathrm { C E C R }$ alternatives. All results are obtained under the 5-way 1-shot and 5-shot settings on miniImageNet with Conv4-64 as the feature extractor. + +# 4.3 FURTHER EVALUATION + +Ablation Study. To demonstrate the contributions of each cross-episode learning objective in our MELR, we conduct experiments on miniImageNet by adding these learning objectives to the baseline (one at a time) under the 5-way 1-shot and 5-shot settings. Note that ProtoNet without † is trained with one episode in each training iteration while ProtoNet† is trained with two episodes per iteration. The ablation study results in Figure 2(a) show that: (1) Increasing mini-batch size helps little for ProtoNet, indicating that our MELR benefits from two cross-episode objectives rather than doubling the mini-batch size. (2) CEAM or CECR alone clearly improves the performance of the baseline model and CEAM appears to be more beneficial to FSL than CECR. (3) The combination of the two cross-episode learning objectives in our full model (i.e., MELR) achieves further improvements, suggesting that these two learning objectives are complementary to each other. Moreover, in Appendix A.2, we conduct more ablative experiments when the attention module is applied within each episode, validating the necessity of cross-episode attention. + +Comparison to CEAM Alternatives. As we have described, our CEAM takes the support samples as ‘keys’ and ‘values’, and all samples in one episode as ‘queries’ for attention module (denoted as Support $ \mathsf { A l l }$ ). We can also input prototypes (mean representations of support samples from the same class) as ‘keys’ and ‘values’ or input only query samples as ‘queries’ for attention. This results in other three alternatives of CEAM: Prototype Query, Support Query, and Prototype $ \mathsf { A l l }$ . Note that under the 5-way 1-shot setting, Prototype Query is equal to Support Query and Prototype $ \mathsf { A l l }$ is the same as Support All. Additionally, we compare to All All: inputting all samples from the other episode as ‘keys’ and ‘values’ for CEAM when training but still testing as Suppor $ \mathsf { A l l }$ (not violating the non-transductive setting). From the comparative results of different choices in Figure 2(b), we can see that Support $ \mathsf { A l l }$ is the best for CEAM. Moreover, Al $\mathrm { l } \mathrm { A l l }$ works worse than both Prototype All and Support All. One possible explanation is that Al $\lvert \mathsf { A l l }$ exploits all query set instances during meta-training but only has access to the support set during meta-test to conform to the inductive learning setting. This mis-match reduces its effectiveness. + +Comparison to CECR Alternatives. Our consistency regularization loss $L _ { c e c r }$ in Eq. (7) is defined with the knowledge distillation (KD) loss, which can be easily replaced by the negative cosine similarity (NegCos), symmetric Kullback–Leibler divergence (symKL), or the L2 distance (see Appendix A.1 for more details). The results obtained by ProtoNet $^ { \dag } + { \mathrm { C E C R } }$ using different consistency losses are shown in Figure 2(c). It can be seen that ProtoNet $\dagger { + } \mathbf { K D }$ performs slightly better than other implementations. We thus choose KD as our CECR loss. + +![](images/d2f2e3ed381be40577763d30a74acf96fe9be1e2a281522bc05fa08a2e10973b.jpg) +Figure 3: (a) – (c) Visualizations of data distributions obtained by ProtoNet†, ProtoNet†+CEAM, and ProtoNet $^ { \dag } + \mathrm { C E A M + C E C R }$ (i.e., our MELR) for the same meta-test episode, respectively. $\mathrm { ( d ) - }$ (e) Visualizations of attention maps for query and support sets, respectively. All results are obtained under the 5-way 5-shot setting on miniImageNet with Conv4-64 as the feature extractor. + +Visualizations of Data Distributions and Attention Maps. MELR is designed to alleviate the negative effects of poorly-sampled few shots. To validate this, we further provide some visualization results in Figure 3. (1) We sample one episode in the test split of miniImageNet under the 5-way 5-shot setting and obtain the embeddings of all images using the trained models of ProtoNet†, ProtoNet† $^ +$ CEAM, and our MELR (i.e., ProtoNet† $^ { + }$ CEAM+CECR), respectively. We then apply tSNE to project these embeddings into a 2-dimensional space in Figure 3(a) – 3(c). Across three subfigures, samples with the same color belong to the same class and diamonds are class prototypes/centers. We can observe that adding CEAM makes the distribution of different classes more separable (see Figure 3(b) vs. 3(a)), validating the effectiveness of our CEAM. Moreover, the embeddings obtained by our MELR are clearly much more evenly distributed with the prototypes right in the center, indicating less outlying instances (see Figure 3(c) vs. 3(b)). This shows that when CECR is combined with CEAM, those badly-sampled shots in Figure 3(a) are now pulled back to the center of the class distributions. (2) We also visualize the attention maps over the meta-test episode using our trained MELR. Since we take all samples in the episode as ‘queries’, and support samples as ‘keys’ and ‘values’ for CEAM when meta-testing, each of 100 samples has a 25-dimensional weight vector under the 5-way 5-shot setting. For each weight vector, we average the weights of the same class and obtain a 5-dimensional vector. For 75 query samples, we average the vectors of samples with the same class, resulting in a $5 \times 5$ instance attention map (see Figure 3(d)). Similarly, we obtain the attention map for 25 support samples (see Figure 3(e)). It can be seen that the two attention maps are very much alike, indicating that support and query sample embeddings are transformed by our CEAM in a similar way, which thus brings performance improvements for FSL. + +# 5 CONCLUSION + +We have investigated the challenging problem of how to counter the negative effects of badlysampled few shots for FSL. For the first time, we propose to exploit the underlying relationships between training episodes with identical sets of classes explicitly for meta-learning. This is achieved by two key components: CEAM is designed for neutralizing unrepresentative support set instances, and CECR is to enforce the prediction consistency of few-shot classifiers obtained in the two episodes. Extensive experiments for non-transductive standard FSL on two benchmarks show that our MELR achieves $1 . 0 \% { - } 5 . 0 \%$ improvements over the baseline (i.e., ProtoNet) used for FSL in our model and outperforms the latest competitors under the same settings. + +# ACKNOWLEDGMENTS + +This work was supported in part by National Natural Science Foundation of China (61976220 and 61832017), Beijing Outstanding Young Scientist Program (BJJWZYJH012019100020098), Open Project Program Foundation of Key Laboratory of Opto-Electronics Information Processing, Chinese Academy of Sciences (OEIP-O-202006), and Alibaba Innovative Research (AIR) Program. + +REFERENCES +Gagne Christian Afrasiyabi Arman, Lalonde Jean-Franc¸ois. Associative alignment for few-shot image classifi- ´ cation. ECCV, 2020. +Kelsey R. Allen, Evan Shelhamer, Hanul Shin, and Joshua B. Tenenbaum. Infinite mixture prototypes for few-shot learning. In ICML, pp. 232–241, 2019. +Maria-Luiza Antonie, Osmar R Zaiane, and Alexandru Coman. Application of data mining techniques for medical image classification. In International Conference on Multimedia Data Mining, pp. 94–101, 2001. +Dzmitry Bahdanau, Kyunghyun Cho, and Yoshua Bengio. Neural machine translation by jointly learning to align and translate. In ICLR, 2015. +Luca Bertinetto, Joao F. Henriques, Philip H. S. Torr, and Andrea Vedaldi. Meta-learning with differentiable ˜ closed-form solvers. In ICLR, 2019. +Liang-Chieh Chen, George Papandreou, Iasonas Kokkinos, Kevin Murphy, and Alan L. Yuille. Deeplab: Semantic image segmentation with deep convolutional nets, atrous convolution, and fully connected crfs. IEEE TPAMI, 40(4):834–848, 2018. +Chelsea Finn, Pieter Abbeel, and Sergey Levine. Model-agnostic meta-learning for fast adaptation of deep networks. In ICML, pp. 1126–1135, 2017. +Spyros Gidaris and Nikos Komodakis. Generating classification weights with GNN denoising autoencoders for few-shot learning. In CVPR, pp. 21–30, 2019. +Spyros Gidaris, Andrei Bursuc, Nikos Komodakis, Patrick Perez, and Matthieu Cord. Boosting few-shot visual learning with self-supervision. In ICCV, pp. 8059–8068, 2019. +Yiluan Guo and Ngai-Man Cheung. Attentive weights generation for few shot learning via information maximization. In CVPR, pp. 13496–13505, 2020. +Bharath Hariharan and Ross B. Girshick. Low-shot visual recognition by shrinking and hallucinating features. In ICCV, pp. 3037–3046, 2017. +K. He, X. Zhang, S. Ren, and J. Sun. Deep residual learning for image recognition. In CVPR, pp. 770–778, 2016a. +Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Deep residual learning for image recognition. In CVPR, pp. 770–778, 2016b. +Geoffrey E. Hinton, Oriol Vinyals, and Jeffrey Dean. Distilling the knowledge in a neural network. CoRR, abs/1503.02531, 2015. +Ruibing Hou, Hong Chang, Bingpeng Ma, Shiguang Shan, and Xilin Chen. Cross attention network for fewshot classification. In Advances in Neural Information Processing Systems, pp. 4005–4016, 2019. +Jongmin Kim, Taesup Kim, Sungwoong Kim, and Chang D. Yoo. Edge-labeling graph neural network for few-shot learning. In CVPR, pp. 11–20, 2019. +Diederik P. Kingma and Jimmy Ba. Adam: A method for stochastic optimization. In ICLR, 2015. +A. Krizhevsky, I. Sutskever, and G. E. Hinton. ImageNet classification with deep convolutional neural networks. In Advances in Neural Information Processing Systems, pp. 1097–1105, 2012. +Kwonjoon Lee, Subhransu Maji, Avinash Ravichandran, and Stefano Soatto. Meta-learning with differentiable convex optimization. In CVPR, pp. 10657–10665, 2019. +Hongyang Li, David Eigen, Samuel Dodge, Matthew Zeiler, and Xiaogang Wang. Finding task-relevant features for few-shot learning by category traversal. In CVPR, pp. 1–10, 2019a. +Huai-Yu Li, Weiming Dong, Xing Mei, Chongyang Ma, Feiyue Huang, and Bao-Gang Hu. Lgm-net: Learning to generate matching networks for few-shot learning. In ICML, pp. 3825–3834, 2019b. +Kai Li, Yulun Zhang, Kunpeng Li, and Yun Fu. Adversarial feature hallucination networks for few-shot learning. In CVPR, pp. 13467–13476, 2020. +Wenbin Li, Lei Wang, Jinglin Xu, Jing Huo, Yang Gao, and Jiebo Luo. Revisiting local descriptor based image-to-class measure for few-shot learning. In CVPR, pp. 7260–7268, 2019c. + +Zhenguo Li, Fengwei Zhou, Fei Chen, and Hang Li. Meta-sgd: Learning to learn quickly for few shot learning. CoRR, abs/1707.09835, 2017. + +Bin Liu, Yue Cao, Yutong Lin, Qi Li, Zheng Zhang, Mingsheng Long, and Han Hu. Negative margin matters: Understanding margin in few-shot classification. ECCV, 2020. + +Yanbin Liu, Juho Lee, Minseop Park, Saehoon Kim, Eunho Yang, Sung Ju Hwang, and Yi Yang. Learning to propagate labels: Transductive propagation network for few-shot learning. In ICLR, 2019. + +Jonathan Long, Evan Shelhamer, and Trevor Darrell. Fully convolutional networks for semantic segmentation. In CVPR, pp. 3431–3440, 2015. + +Tsendsuren Munkhdalai and Hong Yu. Meta networks. In ICML, pp. 2554–2563, 2017. + +Van Nhan Nguyen, Sigurd Lokse, Kristoffer Wickstr ´ om, Michael Kampffmeyer, Davide Roverso, and Robert ´ Jenssen. Sen: A novel feature normalization dissimilarity measure for prototypical few-shot learning networks. ECCV, 2020. + +Alex Nichol, Joshua Achiam, and John Schulman. On first-order meta-learning algorithms. CoRR, abs/1803.02999, 2018. + +Boris Oreshkin, Pau Rodr´ıguez Lopez, and Alexandre Lacoste. Tadam: Task dependent adaptive metric for ´ improved few-shot learning. In Advances in Neural Information Processing Systems, pp. 721–731, 2018. + +Limeng Qiao, Yemin Shi, Jia Li, Yaowei Wang, Tiejun Huang, and Yonghong Tian. Transductive episodic-wise adaptive metric for few-shot learning. In ICCV, pp. 3603–3612, 2019. + +Siyuan Qiao, Chenxi Liu, Wei Shen, and Alan L. Yuille. Few-shot image recognition by predicting parameters from activations. In CVPR, pp. 7229–7238, 2018. + +Sachin Ravi and Hugo Larochelle. Optimization as a model for few-shot learning. In ICLR, 2017. + +Avinash Ravichandran, Rahul Bhotika, and Stefano Soatto. Few-shot learning with embedded class models and shot-free meta training. In ICCV, pp. 331–339, 2019. + +Joseph Redmon, Santosh Kumar Divvala, Ross B. Girshick, and Ali Farhadi. You only look once: Unified, real-time object detection. In CVPR, pp. 779–788, 2016. + +Mengye Ren, Eleni Triantafillou, Sachin Ravi, Jake Snell, Kevin Swersky, Joshua B. Tenenbaum, Hugo Larochelle, and Richard S. Zemel. Meta-learning for semi-supervised few-shot classification. In ICLR, 2018. + +Shaoqing Ren, Kaiming He, Ross B. Girshick, and Jian Sun. Faster R-CNN: towards real-time object detection with region proposal networks. In Advances in Neural Information Processing Systems, pp. 91–99, 2015. + +Olga Russakovsky, Jia Deng, Hao Su, Jonathan Krause, Sanjeev Satheesh, Sean Ma, Zhiheng Huang, Andrej Karpathy, Aditya Khosla, Michael Bernstein, Alexander C. Berg, and Li Fei-Fei. ImageNet large scale visual recognition challenge. IJCV, 115(3):211–252, 2015. + +Andrei A. Rusu, Dushyant Rao, Jakub Sygnowski, Oriol Vinyals, Razvan Pascanu, Simon Osindero, and Raia Hadsell. Meta-learning with latent embedding optimization. In ICLR, 2019. + +Victor Garcia Satorras and Joan Bruna Estrach. Few-shot learning with graph neural networks. In ICLR, 2018. + +Eli Schwartz, Leonid Karlinsky, Joseph Shtok, Sivan Harary, Mattias Marder, Abhishek Kumar, Rogerio Schmidt Feris, Raja Giryes, and Alexander M. Bronstein. Delta-encoder: an effective sample´ synthesis method for few-shot object recognition. In Advances in Neural Information Processing Systems, pp. 2850–2860, 2018. + +Christian Simon, Piotr Koniusz, Richard Nock, and Mehrtash Harandi. Adaptive subspaces for few-shot learning. In CVPR, pp. 4136–4145, 2020. + +Karen Simonyan and Andrew Zisserman. Very deep convolutional networks for large-scale image recognition. In ICLR, 2015. + +Jake Snell, Kevin Swersky, and Richard S. Zemel. Prototypical networks for few-shot learning. In Advances in Neural Information Processing Systems, pp. 4080–4090, 2017. + +Qianru Sun, Yaoyao Liu, Tat-Seng Chua, and Bernt Schiele. Meta-transfer learning for few-shot learning. In CVPR, pp. 403–412, 2019. + +Flood Sung, Yongxin Yang, Li Zhang, Tao Xiang, Philip H. S. Torr, and Timothy M. Hospedales. Learning to compare: Relation network for few-shot learning. In CVPR, pp. 1199–1208, 2018. +Yonglong Tian, Yue Wang, Dilip Krishnan, Joshua B Tenenbaum, and Phillip Isola. Rethinking few-shot image classification: a good embedding is all you need? ECCV, 2020. +Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N. Gomez, Lukasz Kaiser, and Illia Polosukhin. Attention is all you need. In Advances in Neural Information Processing Systems, pp. 5998–6008, 2017. +Oriol Vinyals, Charles Blundell, Tim Lillicrap, Koray Kavukcuoglu, and Daan Wierstra. Matching networks for one shot learning. In Advances in Neural Information Processing Systems, pp. 3630–3638, 2016. +C. Wah, S. Branson, P. Welinder, P. Perona, and S. Belongie. The caltech-ucsd birds-200-2011 dataset. Technical Report CNS-TR-2011-001, California Institute of Technology, 2011. +Yu-Xiong Wang, Ross B. Girshick, Martial Hebert, and Bharath Hariharan. Low-shot learning from imaginary data. In CVPR, pp. 7278–7286, 2018. +Ziyang Wu, Yuwei Li, Lihua Guo, and Kui Jia. Parn: Position-aware relation networks for few-shot learning. In ICCV, pp. 6659–6667, 2019. +Chen Xing, Negar Rostamzadeh, Boris Oreshkin, and Pedro O O. Pinheiro. Adaptive cross-modal few-shot learning. In NIPS, pp. 4847–4857, 2019. +Kelvin Xu, Jimmy Ba, Ryan Kiros, Kyunghyun Cho, Aaron C. Courville, Ruslan Salakhutdinov, Richard S. Zemel, and Yoshua Bengio. Show, attend and tell: Neural image caption generation with visual attention. In ICML, pp. 2048–2057, 2015. +Ling Yang, Liangliang Li, Zilun Zhang, Xinyu Zhou, Erjin Zhou, and Yu Liu. DPGN: distribution propagation graph network for few-shot learning. In CVPR, pp. 13387–13396, 2020. +Shulin Yang, Liefeng Bo, Jue Wang, and Linda G Shapiro. Unsupervised template learning for fine-grained object recognition. In Advances in Neural Information Processing Systems, pp. 3122–3130, 2012. +Han-Jia Ye, Hexiang Hu, De-Chuan Zhan, and Fei Sha. Few-shot learning via embedding adaptation with set-to-set functions. In CVPR, 2020. +Sung Whan Yoon, Jun Seo, and Jaekyun Moon. Tapnet: Neural network augmented with task-adaptive projection for few-shot learning. In ICML, pp. 7115–7123, 2019. +Chi Zhang, Yujun Cai, Guosheng Lin, and Chunhua Shen. Deepemd: Few-shot image classification with differentiable earth mover’s distance and structured classifiers. In CVPR, pp. 12203–12213, 2020. + +# A APPENDIX + +# A.1 DETAILS ABOUT CECR ALTERNATIVES + +For the cross-episode consistency regularization (CECR) loss $L _ { c e c r }$ in Eq. (7), we compare the knowledge distillation (KD) loss to the negative cosine similarity (NegCos), the L2 distance, and the symmetric Kullback-Leibler (KL) divergence (SymKL) in the main paper. Here we give the details about three CECR alternatives. Concretely, let $\sigma ^ { ( 1 ) } ( \hat { \mathbf { q } } _ { i } ^ { ( 1 , 2 ) } )$ (or $\sigma ^ { ( 2 ) } ( \hat { \mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ) ;$ denote the normalized vector of $f ( \hat { \mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \hat { \mathbf { S } } ^ { ( 1 ) } )$ (or $f ( \hat { \mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \hat { \mathbf { S } } ^ { ( 2 ) } ) )$ using softmax, we then have + +$$ +\begin{array} { r l } & { L _ { c c e } ^ { ( N , q , \mathcal { C } ) G 3 } = \varmathbb { E } _ { ( \tilde { \mathbf { q } } _ { i } ^ { ( 1 , 2 ) } , y _ { i } ^ { ( 1 , 2 ) } ) \in \varDelta _ { c } ^ { ( 1 , 2 ) } } \mathrm { P e g } C \cos ( f ( \tilde { \mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \tilde { \mathbf { S } } ^ { ( 1 ) } ) , f ( \tilde { \mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \tilde { \mathbf { S } } ^ { ( 2 ) } ) ) } \\ & { \qquad = \mathbb { E } _ { ( \tilde { \mathbf { q } } _ { i } ^ { ( 1 , 2 ) } , y _ { i } ^ { ( 1 , 2 ) } ) \in \varDelta _ { c } ^ { ( 1 , 2 ) } } - \frac { \mathcal { C } ^ { ( N , 1 ) } ( \tilde { \mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ) \mathcal { S } ^ { ( 2 ) } ( \tilde { \mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ) } { \| \mathcal { C } ^ { ( 1 , 2 ) } \| } , \sigma ^ { ( 2 ) } ( \tilde { \mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ) > } \\ & { L _ { c c e } ^ { ( L _ { c } ^ { ( 2 ) } ) } = \mathbb { E } _ { ( \tilde { \mathbf { q } } _ { i } ^ { ( 1 , 2 ) } , y _ { i } ^ { ( 1 , 2 ) } ) \in \varDelta _ { c } ^ { ( 1 , 2 ) } } \mathrm { L } 2 ( f ( \tilde { \mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \tilde { \mathbf { S } } ^ { ( 1 ) } ) ) , f ( \tilde { \mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \tilde { \mathbf { S } } ^ { ( 2 ) } ) ) | } \\ & { \qquad = \mathbb { E } _ { ( \tilde { \mathbf { q } } _ { i } ^ { ( 1 , 2 ) } , y _ { i } ^ { ( 1 , 2 ) } ) \in \varDelta _ { c } ^ { ( 1 , 2 ) } } \mathrm { L } 2 ( f ( \tilde { \mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \tilde { \mathbf { S } } ^ { ( 1 ) } ) , f ( \tilde { \mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \tilde { \mathbf { S } } ^ { ( 2 ) } ) ) } \\ & L _ { c c e } ^ { ( s y m K L ) } = \mathbb { E } _ \end{array} +$$ + +$< \cdot , \cdot >$ nner(u, f two vectors, are two unno $T$ is the temperature paraalized scoring vectors, eter, anddenotes ${ \bf K L } ( { \bf u } , { \bf v } ) =$ $\begin{array} { r } { \sum _ { j = 1 } ^ { N } \sigma _ { j } ( \mathbf { u } ) \log \frac { \sigma _ { j } ( \mathbf { u } ) } { \sigma _ { j } ( \mathbf { v } ) } } \end{array}$ $\mathbf { v } \in \mathbb { R } ^ { N }$ $\sigma$ function, and $\sigma _ { j } ( { \mathbf { u } } )$ denotes the $j$ -th element of $\sigma ( \mathbf { u } )$ + +# A.2 MORE ABLATIVE RESULTS + +In Table 2, we show more ablative results when the attention module is applied within each episode independently (named as Intra-Episode Attention Module (IEAM)). Concretely, IEAM is used for ProtoNet†+IEAM $^ \dagger$ means that ProtoNet is trained with two episodes in each training iteration for fair comparison) as follows $( \mathrm { i } = 1 , 2$ ): + +$$ +\hat { \mathbf { F } } ^ { ( i ) } = \mathrm { I E A M } ( \mathbf { F } ^ { ( i ) } , \mathbf { S } ^ { ( i ) } , \mathbf { S } ^ { ( i ) } ) = \mathbf { F } ^ { ( i ) } + \mathrm { s o f t m a x } ( \frac { \mathbf { F } _ { Q } ^ { ( i ) } \mathbf { S } _ { K } ^ { ( i ) T } } { \sqrt { d } } ) \mathbf { S } _ { V } ^ { ( i ) } . +$$ + +We also add our Cross-Episode Consistency Regularization (CECR) for ProtoNet†+IEAM+CECR to see the performance when IEAM instead of our CEAM is adopted. + +We can see from Table 2 that adding IEAM to the baseline ProtoNet† also improves its performance, but IEAM is not as beneficial as our CEAM (see ProtoNet†+IEAM vs. ProtoNet† $^ +$ CEAM). When our CECR is applied on top of ProtoNet†+IEAM (i.e., ProtoNet†+IEAM+CECR), the improvement is rather minor under the 5-way 1-shot setting and the result even gets worse under the 5-shot setting. However, our MELR can still benefit from CECR (see MELR vs. ProtoNet† $^ +$ CEAM), indicating that CECR is not suitable for IEAM and our CEAM is necessary. + +Table 2: Comparative results when IEAM is used on miniImageNet. The average 5-way few-shot classification accuracies $\%$ , top-1) along with the $9 5 \%$ confidence intervals are reported. + +
MethodBackboneminiImageNet
1-shot 5-shot
ProtoNet† (Snell et al., 2017)Conv4-6452.61 ± 0.4271.33 ± 0.36
ProtoNet†+IEAMConv4-6454.83 ± 0.4371.81 ± 0.35
ProtoNet†+IEAM+CECRConv4-6454.97 ± 0.4471.72 ± 0.35
ProtoNet+ +CEAM (ours)Conv4-6455.01 ± 0.4372.01 ± 0.35
MELR (ours)Conv4-6455.35 ± 0.4372.27 ± 0.35
+ +![](images/a2dd9d23ce27830d5bce32728ecb061ec3b02691ee29a0faba4998752337b38c.jpg) +Figure 4: The first three subfigures in each row are the visualizations of data distributions obtained by ProtoNet†, ProtoNet $^ +$ CEAM, and ProtoNet† $\mathbf { \sigma } _ { + \mathbf { C E A M + C E C R } }$ (i.e., our MELR) for the same metatest episode, respectively. The last two subfigures in each row are the visualizations of attention maps for query and support sets, respectively. All results are obtained under the 5-way 5-shot setting on miniImageNet with Conv4-64 as the feature extractor. + +# A.3 MORE VISUALIZATION RESULTS + +Similar to Section 4.3, we provide more visualization results in Figure 4. (1) We sample five episodes (corresponding to five rows in Figure 4) in the test split of miniImageNet under the 5-way 5-shot setting and visualize the data distributions in the first three columns using the trained models of ProtoNet†, ProtoNet† $^ { + }$ CEAM, and our MELR (i.e., ProtoNet† $^ +$ CEAM+CECR), respectively. We can observe that adding CEAM makes the distributions of different classes more separable in the first four rows (see the second column vs. the first column), validating the effectiveness of our CEAM. Moreover, the embeddings obtained by our MELR are clearly much more evenly distributed with the prototypes generally right in the center, indicating less poorly-sampled instances (see the third column vs. the second column). Specifically, ProtoNet† $+$ CEAM brings an obvious outlying instance in the last row, but adding CECR stabilizes the training of CEAM. In a word, when CECR is combined with CEAM, the badly-sampled shots can be pulled back to the center of the class distributions. (2) We also visualize the attention maps over each meta-test episode using our trained MELR model. For each of the five episodes, we obtain two $5 \times 5$ attention maps for query and support sets in the last two subfigures of each row, respectively. It can be seen that the two attention maps in each row are very much alike, indicating that support and query sample embeddings are transformed by our CEAM in a similar way, which thus brings performance improvements for FSL. + +Table 3: Comparative results of fine-grained FSL on CUB. The average 5-way few-shot classification accuracies ( $\%$ , top-1) along with the $9 5 \%$ confidence intervals are reported. + +
MethodBackboneCUB
1-shot 5-shot
MatchingNet (Vinyals et al., 2016)Conv4-6461.16±0.8972.86 ± 0.70
ProtoNet† (Snell et al., 2017)Conv4-6464.42 ± 0.4881.82 ± 0.35
MAML (Finn et al., 2017)Conv4-6455.92 ± 0.9572.09 ± 0.76
Relation Net (Sung et al., 2018)Conv4-6462.45 ± 0.9876.11 ± 0.69
FEAT(Ye et al., 2020)Conv4-6468.87 ± 0.2282.90 ± 0.15
ProtoNet† +CEAM (ours)Conv4-6468.92±0.5084.54 ±0.32
MELR (ours)Conv4-6470.26 ± 0.5085.01 士 0.32
+ +![](images/0cf27eb5cc65a9dbac9174562785e65d9674f8fc0aa2be463189c03a50d7d4c6.jpg) +Figure 5: Illustration of hyper-parameter analysis on the miniImageNet dataset. Conv4-64 is used as the feature extractor. + +# A.4 RESULTS FOR FINE-GRAINED FSL + +To evaluate our MELR under the fine-grained setting where the poorly-sampled shots may have greater negative impact since the classes are much more close, we conduct experiments on CUB200-2011 Birds (CUB) (Wah et al., 2011) with Conv4-64 as the feature extractor. CUB has 200 finegrained classes of birds and 11,788 images in total. We follow (Ye et al., 2020) and split the dataset into 100, 50, and 50 classes for training, validation, and test, respectively. For direct comparison, we also use the pre-trained backbone model released by (Ye et al., 2020), which is pre-trained on the training set. The comparative results in Table 3 show that: (1) Our MELR achieves the best results and improves over the second-best FEAT by $1 . 4 \% - 2 . 1 \%$ , validating the effectiveness of MELR under the fine-grained setting. (2) Our ProtoNe $\cdot ^ { \dagger } { + } \mathrm { C E A M }$ alone outperforms all the competitors, and adding CECR into ProtoNet $^ { \dag } +$ CEAM (i.e., our MELR) further brings noticeable improvements $( 0 . 5 \% - 1 . 3 \% )$ , indicating that both CEAM and CECR are crucial for fine-grained FSL. + +# A.5 ANALYSIS OF HYPER-PARAMETER SENSITIVITY + +As we have mentioned in Section 4.1, the hyper-parameters $\lambda$ and $T$ are respectively selected from $\{ 0 . 0 2 , 0 . 0 5 , 0 . 1 , 0 . 2 \}$ and $\{ 1 6 , 3 2 , 6 4 , 1 2 8 \}$ according to the validation performance of our MELR algorithm. Concretely, on miniImageNet (with Conv4-64 as the feature extractor), we choose $\lambda =$ 0.1 and $T = 1 2 8$ under the 5-way 1-shot setting, and choose $\lambda = 0 . 0 5$ and $T = 6 4$ under the 5-way 5-shot setting. In Figure 5, we further present our hyper-parameter analysis on miniImageNet. The results show that our algorithm is quite insensitive to these parameters. + +Table 4: Results obtained by varying the number of episodes in each training iteration on miniImageNet (with Conv4-64 as the backbone). The average 5-way classification accuracies $( \%$ top-1) along with the $9 5 \%$ confidence intervals are reported. + +
Implement. (1)Implement. (2)
Method#Episodes1-shot5-shot1-shot5-shot
MELR255.35 ± 0.4372.27 ± 0.3555.35 ± 0.4372.27 ± 0.35
MELR355.26 ± 0.4471.88 ± 0.3555.19 ± 0.4371.90 ± 0.35
MELR455.15 ± 0.4371.63 ± 0.3555.03 ± 0.4471.76 ± 0.35
+ +Table 5: Comparison regarding the number of parameters (‘K’ denotes $^ { \bullet } \times 1 0 ^ { 3 }$ ’ and ‘M’ denotes $^ { \bullet } \times 1 0 ^ { 6 } ^ { \bullet }$ ) among various FSL methods. + +
MethodBackbone#ParametersminiImageNet
1-shot5-shot
ProtoNet† (Snell et al., 2017)Conv4-64113.09K52.78 ± 0.4571.26 ± 0.36
PARN (Wu et al., 2019)Conv4-64405.49K55.22 ± 0.8471.55 ± 0.66
FEAT (Ye et al.,2020)Conv4-64129.66K55.15 ± 0.2071.61 ± 0.16
MELR (ours)Conv4-64129.66K55.35 ± 0.4372.27 ± 0.35
ProtoNet† (Snell et al., 2017)ResNet-1212.42M62.41 ± 0.4480.49±0.29
FEAT (Ye et al., 2020)ResNet-1214.06M66.78 ± 0.2082.05 ± 0.14
MELR (ours)ResNet-1214.06M67.40 ± 0.4383.40 ± 0.28
+ +# A.6 RESULTS BY VARYING THE NUMBER OF EPISODES + +We also conduct experiments by varying the number of episodes $N _ { e }$ in each training iteration. For the implementation of CEAM, we have two slightly different choices. Concretely, for each episode $e ^ { ( i ) }$ $( i = 1 , \cdots , N _ { e } )$ , the output of CEAM can be defined as: + +$$ +\hat { \mathbf { F } } ^ { ( i ) } = \frac { 1 } { N _ { e } - 1 } \sum _ { \substack { j = 1 , \cdots , N _ { e } , j \neq i } } \mathbf { C E A M } ( \mathbf { F } ^ { ( i ) } , \mathbf { S } ^ { ( j ) } , \mathbf { S } ^ { ( j ) } ) ; +$$ + +where $[ \mathbf { S } ^ { ( j ) } ] _ { j = 1 , j \neq i } ^ { N _ { e } } \in \mathbb { R } ^ { N K ( N _ { e } - 1 ) \times d }$ is the concatenation of $\mathbf { S } ^ { ( j ) } \in \mathbb { R } ^ { N K \times d } ( j = 1 , \cdots , i - 1 , i +$ $1 , \cdots , N _ { e } )$ . As for CECR, we determine the episode with the best accuracy as the teacher and distill knowledge to the rest $N _ { e } - 1$ student episodes. + +The results on miniImageNet using Conv4-64 in Table 4 show that the performance drops slightly as the number of episodes in each training iteration increases for both implementations. One possible explanation is that too much training data make the model fit better on the training set but fail to improve its generalization ability on novel classes. + +# A.7 COMPARISON REGARDING THE NUMBER OF PARAMETERS + +We select several representative/latest FSL models from Table 1 of the main paper and list their numbers of parameters in Table 5. We can observe that: (1) With an extra CEAM in addition to the backbone (Conv4-64 or ResNet-12), our MELR has about $1 3 \% - 1 5 \%$ relatively more parameters than the baseline ProtoNet. Note that CECR (in our MELR) leads to no extra parameters. Considering the (statistically) significant improvements achieved by our MELR over ProtoNet, we think that our MELR is cost-effective because it requires not much additional parameters. (2) The number of MELR’s parameters is almost the same as that of FEAT’s and is much less than that of PARN’s, but our MELR achieves better results than FEAT and PARN, indicating that our MELR is the most cost-effective among these three methods. + +![](images/d8310768f74da4fd95867ec4f8dc1bbd7e1e37272f8603c91baaaf3d516a14a4.jpg) +Figure 6: Schematic illustration of our CEAM with a pair of episodes as its input. For easy understanding (but without loss of generality), a toy visual example is considered: only one outlying instance $x$ exists in the support set ${ \mathcal { S } } ^ { ( 1 ) }$ of the first episode, but the support set $S ^ { ( 2 ) }$ of the second episode is properly sampled. Since ${ \tilde { S } } ^ { ( 1 ) } { = } S ^ { ( 1 ) } \setminus \{ x \}$ and $S ^ { ( 2 ) }$ have similar data distributions (from the same classes), the outlying instance $x$ is pulled back to $\tilde { S } ^ { ( 1 ) }$ by attending on it with $S ^ { ( 2 ) }$ (which can not be done by attending on it with ${ \mathcal { S } } ^ { ( 1 ) }$ ), i.e., its negative effect is mitigated by our CEAM. + +Table 6: Results by inputting only support samples as ‘queries’ into CEAM (denote as ‘Support Support’) on miniImageNet. + +
MethodBackbone1-shot5-shot
ProtoNettConv4-6452.61 ± 0.4271.33 ± 0.36
ProtoNet†+CEAM (Support →→ Support)Conv4-6454.79 ± 0.4371.40 ± 0.36
ProtoNet† +CEAM (Support → All, ours)Conv4-6455.01 ± 0.4372.01 ±0.35
+ +# A.8 SCHEMATIC ILLUSTRATION OF CEAM + +To demonstrate how our proposed CEAM can alleviate the negative effect of the poorly sampled shots, we present a schematic illustration of CEAM with a pair of episodes as its input in Figure 6. For easy understanding (but without loss of generality), a toy visual example is considered: only one outlying instance $x$ exists in the support set ${ \mathcal { S } } ^ { ( 1 ) }$ of the first episode, but the support set $\bar { S ^ { ( 2 ) } }$ of the second episode is properly sampled. Since the two episodes are sampled from the same set of classes, the data distributions of $\tilde { S } ^ { ( 1 ) } = S ^ { ( 1 ) } \setminus \{ x \}$ and $S ^ { ( 2 ) }$ are similar. On one hand, when ${ \mathcal { S } } ^ { ( 1 ) }$ (including the outlier $x$ ) is used as keys and values to update $S ^ { ( 2 ) }$ , the distribution of $S ^ { ( 2 ) }$ will not be influenced too much by the outlier $x$ since all the shots in $S ^ { ( 2 ) }$ are far away from $x$ and the weights on $x$ will be very small. That is, our CEAM is insensitive to few outliers in the keys and values. On the other hand, when ${ \mathcal { S } } ^ { ( 1 ) }$ is transformed based on $S ^ { ( 2 ) }$ , the distribution of $\tilde { \cal S } ^ { ( \mathrm { 1 } ) }$ will be changed little (the data distributions of $\tilde { S } ^ { ( 1 ) }$ and $S ^ { ( 2 ) }$ are similar). Particularly, for the outlier $x$ , its updated embedding $\hat { \bf x }$ will be pulled back to $\tilde { S } ^ { ( 1 ) }$ (i.e., its negative effect is mitigated) since $\hat { \mathbf { x } } = \mathbf { C E A M } ( \mathbf { x } , \mathbf { S } ^ { ( 2 ) } , \mathbf { S } ^ { ( 2 ) } ) \approx \mathbf { x } + \mathbf { W S } ^ { ( 2 ) } \approx \mathbf { x } + \tilde { \mathbf { W } } \tilde { \mathbf { S } } ^ { ( 1 ) }$ , where $\mathbf { x }$ is the original embedding of $x$ , $\mathbf { S } ^ { ( 2 ) }$ and $\tilde { \mathbf { S } } ^ { ( 1 ) }$ are respectively the feature matrices of $S ^ { ( 2 ) }$ and $\tilde { S } ^ { ( 1 ) }$ , $\mathbf { W }$ and $\tilde { \mathbf { W } }$ are two normalized weight matrices. Note that this cannot be done by attending on $\mathbf { x }$ with $\mathbf { S } ^ { ( 1 ) }$ . + +Additionally, we provide the results obtained by an extra CEAM alternative in Table 6: only the embeddings of support samples are transformed (denoted as ‘Support Support’) instead of transforming all samples as our choice. We can see from Table 6 and also Figure 2(b) that our choice (i.e., Support $ \mathrm { A l l }$ ) achieves the best results among all CEAM alternatives. One possible explanation for why we resort to updating all samples is that transforming support and query samples into the same embedding space is beneficial to the model learning. + +![](images/53589dccc3ddf367dd0a36be2a1ea3d36f628b449fe24e2742ee4cd79b7b9d54.jpg) +Figure 7: Visualization results of 10 meta-test episodes on miniImageNet under the 5-way 5-shot setting (Conv4-64 is used as the backbone). For each meta-test episode, we visualize three data distributions (from left to right) obtained by ProtoNet†, ProtoNet $\mathsf { I } _ { + \mathrm { C E A M } }$ , and our MELR, respectively. That is, each meta-test episode is denoted by three subfigures and each row has two episodes. In each subfigure, we compute the test accuracy over query samples and present it as the title. + +# A.9 SIGNIFICANCE ANALYSIS OF CECR + +Since CECR (in our MELR) requires no extra learnable parameters and only computes a loss for consistency constraint, it brings very limited computational cost. Empirically, the meta-training time of MELR is almost the same as that of ProtoNet†+CEAM, indicating that the performance improvement over ProtoNet†+CEAM is obtained by CECR at an extremely low cost. + +To study when CECR has a significant impact on the final FSL performance, we select 10 meta-test episodes from the 2,000 ones used in the evaluation stage and visualize them in Figure 7. Concretely, for each of the 10 selected meta-test episodes, we visualize three data distributions (from left to right) obtained by ProtoNet†, ProtoNet† $^ +$ CEAM, and our MELR, respectively. That is, each meta-test episode is denoted by a group of three subfigures. In each subfigure, we compute the test accuracy over query samples and present it as the title. We can see that: (1) When the few-shot classification task is hard (i.e., ProtoNet† obtains relatively low accuracy), CEAM leads to significant improvements (about $3 \% - 9 \%$ ). (2) In the same hard situation, CECR further achieves significant improvements (about $5 \% - 8 \%$ ) on top of CEAM and shows its great effect on the final FSL performance. This indicates that CECR and CEAM are complementary to each other in hard situations, and thus both are crucial for solving the poor sampling problem in meta-learning based FSL. + +# A.10 RESULTS OF TRANSDUCTIVE FSL + +The main difference between standard and transductive FSL is whether query samples are tested one at a time or all simultaneously. As we have mentioned in Section 4.1, we evaluate our MELR model strictly following the non-transductive setting for standard FSL since the embedding of each query sample in the test episode is independently transformed using the keys and values coming from the support set. However, in this section, we further conduct experiments under the transductive FSL setting to study how well our MELR can make use of the unlabeled query samples. + +Table 7: Comparative results of transductive FSL on miniImageNet. The average 5-way few-shot classification accuracies $\%$ , top-1) along with the $9 5 \%$ confidence intervals are reported. We cite the results of the competitors from (Ye et al., 2020). + +
miniImageNet
MethodBackbone1-shot5-shot
StandardFSL:
ProtoNet† (Snell et al., 2017)Conv4-6452.78 ± 0.4571.26 ± 0.36
MELR (ours)Conv4-6455.35 ± 0.4372.27 ± 0.35
Transductive FSL:
Semi-ProtoNet (Ren et al., 2018)Conv4-6455.50 ± 0.1071.76 ± 0.08
TPN (Liu et al., 2019)Conv4-6455.51 ± 0.8469.86 ± 0.67
TEAM (Qiao et al., 2019)Conv4-6456.5772.04
FEAT (Ye et al., 2020)Conv4-6457.04 ± 0.1672.89 ± 0.20
ProtoNet†+CEAM (ours)Conv4-6460.30 ± 0.4974.28 ± 0.36
MELR (ours)Conv4-6461.67 ± 0.5174.87 ± 0.35
+ +![](images/6d48eb43714c65a0aae66942670f3c3d111ac84046535db6ae2a08448c051534.jpg) +Figure 8: Visualization of the generalization ability of our MELR on the test split of miniImageNet under the 5-way 1-shot setting with Conv4-64 as the backbone. Note that we check the test performance of the model at each training epoch (i.e., every 100 training iterations). + +Concretely, for each meta-test episode $e ^ { ( t e s t ) }$ , we input all samples (both support and query ones) as keys and values into the trained CEAM: + +$$ +\begin{array} { r } { \hat { \mathbf { F } } ^ { ( t e s t ) } = \mathrm { C E A M } ( { \mathbf { F } } ^ { ( t e s t ) } , { \mathbf { F } } ^ { ( t e s t ) } , { \mathbf { F } } ^ { ( t e s t ) } ) , } \end{array} +$$ + +such that the relationships of all unlabeled query samples can be taken into consideration. With the transformed embeddings, we make predictions for all query samples based on Semi-ProtoNet (Ren et al., 2018), which utilizes the unlabeled query samples to help construct better class prototypes and then makes predictions similar to ProtoNet. To match the meta-test process, we also make changes to meta-training accordingly. Specifically, for one episode (out of the two) in each training iteration, we use all samples from the other episode as keys and values for CEAM to update all of its own embeddings. This is followed by obtaining the prototypes based on Semi-ProtoNet as well as computing the FSL loss and CECR loss. + +The results of transductive FSL on miniImageNet are shown in Table 7. It can be seen that: (1) By utilizing the unlabeled query samples under transductive FSL, our MELR achieves further improvements, as compared to MELR under standard FSL. Particularly, the performance improvement under 1-shot (i.e., $6 . 3 \%$ ) is more significant than that under 5-shot (i.e., $2 . 6 \%$ ), indicating that exploiting unlabeled query samples brings more benefits to FSL with less labeled support samples. (2) Our MELR achieves the best results among all the transductive FSL methods. Specifically, MELR outperforms FEAT by a large margin $( 2 . 0 \% - 4 . 6 \% )$ . Since FEAT also makes predictions based on Semi-ProtoNet, this clearly validates the effectiveness of our MELR under the transductive setting. (3) Our ProtoNet†+CEAM alone outperforms all the competitors, and adding CECR into ProtoNet†+CEAM (i.e., our MELR is obtained) further brings noticeable improvements $( 0 . 6 \% \mathrm { ~ - ~ }$ $1 . 4 \% )$ , indicating that both CEAM and CECR play important roles under transductive FSL. + +A.11 VISUALIZATIONS OF THE GENERALIZATION ABILITY OF MELR + +We further provide the visualization of the generalization ability of our MELR during meta-test in Figure 8. Concretely, we randomly sample 1,000 episode pairs from the test split of miniImageNet under the 5-way 1-shot setting, where the two episodes in each pair have identical sets of classes. We then compute the average 5-way classification accuracy over all 2,000 episodes (from the 1,000 episode pairs) and the average $L _ { c e c r }$ in Eq. (7) over all 1,000 episode pairs at each training epoch. We present the visualization results w.r.t. accuracy and CECR loss in Figure 8. As expected, the accuracy of our MELR is consistently higher than that of our baseline ProtoNet†. Moreover, as compared with ProtoNet†, the CECR loss of our MELR is also lower across the whole training process, indicating that MELR has better performance consistency between two episodes. This provides direct evidence that our CEAM and CECR can boost the generalization ability of the learned model on novel classes. \ No newline at end of file diff --git a/parse/train/D3PcGLdMx0/D3PcGLdMx0_content_list.json b/parse/train/D3PcGLdMx0/D3PcGLdMx0_content_list.json new file mode 100644 index 0000000000000000000000000000000000000000..02aa002b60839f82167f44002aa164173d3256eb --- /dev/null +++ b/parse/train/D3PcGLdMx0/D3PcGLdMx0_content_list.json @@ -0,0 +1,1772 @@ +[ + { + "type": "text", + "text": "MELR: META-LEARNING VIA MODELING EPISODELEVEL RELATIONSHIPS FOR FEW-SHOT LEARNING ", + "text_level": 1, + "bbox": [ + 174, + 98, + 820, + 146 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Nanyi Fei \nSchool of Information, Renmin University of China, Beijing, China \nfeinanyi@ruc.edu.cn Zhiwu Lu ∗ \nGaoling School of Artificial Intelligence, Renmin University of China, Beijing, China Beijing Key Laboratory of Big Data Management and Analysis Methods, Beijing, China luzhiwu@ruc.edu.cn ", + "bbox": [ + 183, + 169, + 627, + 212 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "", + "bbox": [ + 184, + 233, + 763, + 289 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Tao Xiang University of Surrey Guildford, Surrey, UK t.xiang@surrey.ac.uk ", + "bbox": [ + 184, + 310, + 382, + 366 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Songfang Huang \nAlibaba DAMO Academy \nHangzhou, China \nsongfang.hsf@alibaba-inc.com ", + "bbox": [ + 468, + 310, + 745, + 366 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "ABSTRACT ", + "text_level": 1, + "bbox": [ + 454, + 404, + 544, + 417 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Most recent few-shot learning (FSL) approaches are based on episodic training whereby each episode samples few training instances (shots) per class to imitate the test condition. However, this strict adhering to test condition has a negative side effect, that is, the trained model is susceptible to the poor sampling of few shots. In this work, for the first time, this problem is addressed by exploiting interepisode relationships. Specifically, a novel meta-learning via modeling episodelevel relationships (MELR) framework is proposed. By sampling two episodes containing the same set of classes for meta-training, MELR is designed to ensure that the meta-learned model is robust against the presence of poorly-sampled shots in the meta-test stage. This is achieved through two key components: (1) a Cross-Episode Attention Module (CEAM) to improve the ability of alleviating the effects of poorly-sampled shots, and (2) a Cross-Episode Consistency Regularization (CECR) to enforce that the two classifiers learned from the two episodes are consistent even when there are unrepresentative instances. Extensive experiments for non-transductive standard FSL on two benchmarks show that our MELR achieves $1 . 0 \\% { - } 5 . 0 \\%$ improvements over the baseline (i.e., ProtoNet) used for FSL in our model and outperforms the latest competitors under the same settings. ", + "bbox": [ + 233, + 438, + 764, + 672 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "1 INTRODUCTION ", + "text_level": 1, + "bbox": [ + 176, + 707, + 336, + 723 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Deep convolutional neural networks (CNNs) have achieved tremendous successes in a wide range of computer vision tasks including object recognition (Krizhevsky et al., 2012; Simonyan & Zisserman, 2015; Russakovsky et al., 2015; He et al., 2016a), semantic segmentation (Long et al., 2015; Chen et al., 2018), and object detection (Ren et al., 2015; Redmon et al., 2016). For most visual recognition tasks, at least hundreds of labeled training images are required from each class for training a CNN model. However, collecting a large number of labeled training samples is costly and may even be impossible in real-life application scenarios (Antonie et al., 2001; Yang et al., 2012). To reduce the reliance of deep neural networks on large amount of annotated training data, few-shot learning (FSL) has been studied (Vinyals et al., 2016; Finn et al., 2017; Snell et al., 2017; Sung et al., 2018), which aims to recognize a set of novel classes with only a few labeled samples by knowledge transfer from a set of base classes with abundant samples. ", + "bbox": [ + 174, + 741, + 825, + 893 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Recently, FSL has been dominated by meta-learning based approaches (Finn et al., 2017; Snell et al., 2017; Sung et al., 2018; Lee et al., 2019; Ye et al., 2020), which exploit the ample samples from base classes via episodic training. During meta-training, to imitate an $N$ -way $K$ -shot novel class recognition task, an $N$ -way $K$ -shot episode/meta-task is sampled in each iteration from the base classes, consisting of a support set and a query set. By setting up the meta-training episodes exactly the same way as the meta-test ones (i.e., $N$ -way $K$ -shot in the support set), the objective is to ensure that the meta-learned model can generalize to novel tasks. However, this also leads to an unwanted side-effect, that is, the model will be susceptible to the poor sampling of the few shots. ", + "bbox": [ + 174, + 103, + 825, + 215 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Outlying training instances are prevalence in vision benchmarks which can be caused by various factors such as occlusions or unusual pose/lighting conditions. When trained with ample samples, modern CNN-based recognition models are typically robust against abnormal instances as long as they are not dominant. However, when as few as one shot per class is used to build a classifier for FSL, the poorly-sampled few shots could be catastrophic, e.g., when the cat class is represented in the support set by a single image of a half-occluded cat viewed from behind, it would be extremely hard to build a classifier to recognize cats in the query set that are mostly full-body visible and frontal. Existing episodic-training based FSL models do not offer any solution to this problem. The main reason is that different episodes are sampled randomly and independently. When the cat class is sampled in two episodes, these models are not aware that they are the same class, and thus cannot enforce the classifiers independently learned to be consistent to each other, regardless whether there exist poorly-sampled shots in one of the two episodes. ", + "bbox": [ + 174, + 222, + 825, + 388 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "In this paper, a novel meta-learning via modeling episode-level relationships (MELR) framework is proposed to address the poor sampling problem of the support set instances in FSL. In contrast to the existing episodic training strategy, MELR conducts meta learning over two episodes deliberately sampled to contain the same set of base classes but different instances. In this way, cross-episode model consistency can be enforced so that the meta-learned model is robust against poorly-sampled shots in the meta-test stage. Concretely, MELR consists of two key components: Cross-Episode Attention Module (CEAM) and Cross-Episode Consistency Regularization (CECR). CEAM is composed of a cross-episode transformer which allows the support set instances to be examined through attention so that unrepresentative support samples can be identified and their negative effects alleviated (especially for computing class prototypes/centers). CECR, on the other hand, exploits the fact that since the two episodes contain the same set of classes, the obtained classifiers (class prototypes) should produce consistent predictions regardless whether there are any poorly-sampled instances in the support set and/or which episode a query instance comes from. This consistency is enforced via cross-episode knowledge distillation. ", + "bbox": [ + 174, + 395, + 825, + 589 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Our main contributions are three-fold: (1) For the first time, the poor sampling problem of the few shots is formally tackled by modeling the episode-level relationships in meta-learning based FSL. (2) We propose a novel MELR model with two cross-episode components (i.e., CEAM and CECR) to explicitly enforce that the classifiers of the same classes learned from different episodes need to be consistent regardless whether there exist poorly-sampled shots. (3) Extensive experiments for non-transductive standard FSL on two benchmarks show that our MELR achieves significant improvements over the baseline ProtoNet (Snell et al., 2017) and even outperforms the latest competitors under the same settings. We will release the code and models soon. ", + "bbox": [ + 174, + 597, + 825, + 708 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "2 RELATED WORK ", + "text_level": 1, + "bbox": [ + 176, + 734, + 344, + 751 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Few-Shot Learning. Few-shot learning (FSL) has become topical recently. Existing methods can be generally divided into four groups: (1) Metric-based methods either learn a suitable embedding space for their chosen/proposed distance metrics (e.g., cosine similarity (Vinyals et al., 2016), Euclidean distance (Snell et al., 2017), and a novel measure SEN (Nguyen et al., 2020)) or directly learn a suitable distance metric (e.g., CNN-based relation module (Sung et al., 2018; Wu et al., 2019), ridge regression (Bertinetto et al., 2019), and graph neural networks (Satorras & Estrach, 2018; Kim et al., 2019; Yang et al., 2020)). Moreover, several approaches (Yoon et al., 2019; Li et al., 2019a; Qiao et al., 2019; Ye et al., 2020; Simon et al., 2020) learn task-specific metrics which are adaptive to each episode instead of learning a shared task-agnostic metric space. (2) Model-based methods (Finn et al., 2017; Nichol et al., 2018; Rusu et al., 2019) learn good model initializations on base classes and then quickly adapt (i.e., finetune) them on novel classes with few shots and a limited number of gradient update steps. (3) Optimization-based methods (Ravi & Larochelle, 2017; Munkhdalai & Yu, 2017; Li et al., 2017) aim to learn to optimize, that is, to meta-learn optimization algorithms suitable for quick finetuning from base to novel classes. (4) Hallucination-based methods (Hariharan & Girshick, 2017; Wang et al., 2018; Schwartz et al., 2018; Li et al., 2020) learn generators on base classes and then hallucinate new novel class data to augment the few shots. Additionally, there are also other methods that learn to predict network parameters given few novel class samples (Qiao et al., 2018; Gidaris & Komodakis, 2019; Guo & Cheung, 2020). Although the metric-based ProtoNet (Snell et al., 2017) is used as our baseline in this paper, our proposed MELR framework can be easily integrated with other episodic-training based methods. ", + "bbox": [ + 174, + 770, + 825, + 924 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "", + "bbox": [ + 174, + 103, + 825, + 229 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "Modeling Episode-Level Relationships. In the FSL area, relatively less effort has been made to explicitly model the relationships across episodes. For modeling such episode-level relationships, there are two recent examples: (1) LGM-Net (Li et al., 2019b) proposes an inter-task normalization strategy, which applies batch normalization to all support samples across a batch of episodes in each training iteration. (2) Among a batch of episodes, Meta-Transfer Learning (Sun et al., 2019) records the class with the lowest accuracy in each episode and then re-samples ‘hard’ meta-tasks from the set of recorded classes. In this work, instead of utilizing the relationships implicitly, we propose to model episode-level relationships (MELR) explicitly by focusing on episodes with the same set of classes. Furthermore, our MELR is specifically designed to cope with the poor sampling of the few shots – an objective very different from those in (Li et al., 2019b; Sun et al., 2019). ", + "bbox": [ + 174, + 236, + 825, + 375 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "Attention Mechanism. Attention mechanism was first proposed by (Bahdanau et al., 2015) for machine translation and has now achieved great success in natural language processing (Vaswani et al., 2017) and computer vision (Xu et al., 2015). An attention module typically takes a triplet (queries, keys, values) as input and learns interactions between queries and key-value pairs according to certain task objectives. It is referred to as self-attention or cross-attention depending on whether keys and queries are the same. Several recent works (Hou et al., 2019; Guo & Cheung, 2020; Ye et al., 2020) have utilized attention mechanism for meta-learning based FSL. CAN (Hou et al., 2019) employs cross-attention between support and query samples to learn better feature representations. AWGIM (Guo & Cheung, 2020) adopts both self- and cross-attention for generating classification weights. FEAT (Ye et al., 2020) only uses self-attention on the class prototypes of the support set. The biggest difference between these methods and our MELR lies in whether attention is modeled within each episode or across episodes. Only MELR allows modeling cross-episode instance attention explicitly so that the meta-learned model can be insensitive to badly-sampled support set instances. In addition, in our MELR, query set instances are also updated using cross-attention whilst existing models such as FEAT only apply attention to prototypes obtained using support set instances. They thus cannot directly handle instance-level anomalies. ", + "bbox": [ + 173, + 382, + 825, + 603 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "3 METHODOLOGY ", + "text_level": 1, + "bbox": [ + 176, + 625, + 341, + 641 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "3.1 PROBLEM DEFINITION ", + "text_level": 1, + "bbox": [ + 176, + 657, + 370, + 671 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "Let $\\mathcal { D } _ { b } = \\{ ( x _ { i } , y _ { i } ) | y _ { i } \\in \\mathcal { C } _ { b } , i = 1 , 2 , \\cdot \\cdot \\cdot , N _ { b } \\}$ denote an abundant meta-training set from base classes $\\mathcal { C } _ { b }$ , where $x _ { i }$ is the $i$ -th image, $y _ { i }$ denotes the class label of $x _ { i }$ , and $N _ { b }$ is the number of images in $\\mathcal { D } _ { b }$ . Similarly, let $\\mathcal { D } _ { n } = \\{ ( x _ { i } , y _ { i } ) | y _ { i } \\in \\mathcal { C } _ { n } , i = 1 , 2 , \\cdot \\cdot \\cdot , N _ { n } \\}$ denote a few-shot sample set from a set of novel classes $\\mathcal { C } _ { n }$ (e.g., $K$ -shot means that each novel class has $K$ labeled images and $N _ { n } = K | \\mathcal { C } _ { n } | )$ , where $\\mathcal { C } _ { b } \\cap \\mathcal { C } _ { n } = \\emptyset$ . We are also given a test set $\\tau$ from $\\mathcal { C } _ { n }$ , where $\\mathcal { D } _ { n } \\cap \\mathcal { T } = \\emptyset$ . By exploiting $\\mathcal { D } _ { b }$ and $\\mathcal { D } _ { n }$ for training, the objective of few-shot learning (FSL) is to predict the class labels of test images in $\\tau$ . ", + "bbox": [ + 174, + 683, + 825, + 781 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "3.2 META-LEARNING BASED FSL ", + "text_level": 1, + "bbox": [ + 176, + 799, + 421, + 814 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "Most FSL methods are based on meta-learning (Vinyals et al., 2016; Finn et al., 2017; Snell et al., 2017; Sung et al., 2018; Lee et al., 2019; Ye et al., 2020), which adopt episodic training on the base class sample set $\\mathcal { D } _ { b }$ and test their models over few-shot classification tasks sampled from the novel classes ${ \\mathcal { C } } _ { n }$ . Concretely, an $N$ -way $K$ -shot $Q$ -query episode $e = ( S _ { e } , \\mathcal { Q } _ { e } )$ is generated as follows: (1) We first randomly sample a subset $\\mathcal { C } _ { e }$ from base classes $\\mathcal { C } _ { b }$ during meta-training (or from novel classes $\\mathcal { C } _ { n }$ during meta-test) and re-index it as $\\mathcal { C } _ { e } = \\{ 1 , 2 , \\cdots , N \\}$ . (2) For each class in $\\mathcal { C } _ { e }$ , $K$ support and $Q$ query images are then randomly sampled to form the support set $\\begin{array} { r } { S _ { e } = \\{ ( x _ { i } , y _ { i } ) | y _ { i } \\in } \\end{array}$ $\\mathcal { C } _ { e } , i = 1 , 2 , \\cdots , N \\times K \\}$ and the query set ${ \\mathcal { Q } } _ { e } \\ = \\ \\{ ( x _ { i } , y _ { i } ) | y _ { i } \\in { \\mathcal { C } } _ { e } , i \\ = \\ 1 , 2 , \\cdot \\cdot \\cdot , N \\times Q \\}$ $( S _ { e } \\cap \\mathcal { Q } _ { e } = \\emptyset )$ ), respectively. ", + "bbox": [ + 174, + 825, + 825, + 924 + ], + "page_idx": 2 + }, + { + "type": "image", + "img_path": "images/4ad280f68813e43a41938f4193c35279d033d737dec993ac341152df5d45392c.jpg", + "image_caption": [ + "Figure 1: The schematic illustration of the proposed MELR model. It consists of two main components for modeling episode-level relationships: Cross-Episode Attention Module (CEAM) and Cross-Episode Consistency Regularization (CECR). For clarity, only the 5-way 1-shot setting is presented here. Each red/blue cuboid denotes a single instance. " + ], + "image_footnote": [], + "bbox": [ + 176, + 102, + 816, + 289 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "", + "bbox": [ + 173, + 387, + 820, + 417 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "A meta-learning based FSL approach typically designs a few-shot classification loss over the query set $\\mathcal { Q } _ { e }$ for each meta-training episode $e$ : ", + "bbox": [ + 173, + 424, + 825, + 453 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/ca7fe315079a55de5bb0dbe69b1997943bde3aacc1c2059ec4a37fbaf67d89b7.jpg", + "text": "$$\nL _ { f s c } ( e ) = \\mathbb { E } _ { ( x _ { i } , y _ { i } ) \\in \\mathcal { Q } _ { e } } L ( y _ { i } , f ( \\psi ( x _ { i } ) ; \\mathcal { S } _ { e } ) ) ,\n$$", + "text_format": "latex", + "bbox": [ + 354, + 463, + 642, + 481 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "where $\\psi$ denotes a feature extractor with an output dimension $d$ , $f ( \\cdot ; S _ { e } ) : \\mathbb { R } ^ { d } \\to \\mathbb { R } ^ { N }$ can be any scoring function constructed from the support set $S _ { e }$ , and $L ( \\cdot , \\cdot )$ is the classification loss (e.g., widely used cross-entropy). By minimizing the above loss function via back propagation to update the part of the model to be meta-learned (e.g., $\\psi$ in ProtoNet), the model is trained over many meta-training episodes and then evaluated on the meta-test episodes. ", + "bbox": [ + 173, + 491, + 825, + 563 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "3.3 MODELING EPISODE-LEVEL RELATIONSHIPS (MELR) ", + "text_level": 1, + "bbox": [ + 174, + 582, + 593, + 597 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "In the FSL area, relatively less effort has been made to explicitly model the relationships across episodes, and many FSL methods define their loss functions within each episode independently. In contrast, with our Modeling Episode-Level Relationships (MELR), two $N$ -way episodes are sampled in each training iteration from exactly the same set of $N$ base classes. Cross-Episode Attention Module (CEAM) and Cross-Episode Consistency Regularization (CECR) are then devised to exploit this type of episode-level relationship explicitly (see Figure 1). ", + "bbox": [ + 173, + 609, + 825, + 695 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "Cross-Episode Attention Module (CEAM). We are given two $N$ -way $K$ -shot $Q$ -query episodes $e ^ { ( 1 ) } = ( \\bar { S } _ { e } ^ { ( 1 ) } , \\mathcal { Q } _ { e } ^ { ( 1 ) } )$ and $e ^ { ( 2 ) } = ( S _ { e } ^ { ( 2 ) } , \\mathcal { Q } _ { e } ^ { ( 2 ) } )$ sampled from the same subset $\\mathcal { C } _ { e }$ of $\\mathcal { C } _ { b }$ , where $\\mathcal { C } _ { e }$ is re-indexed as $\\mathcal { C } _ { e } = \\{ 1 , 2 , \\cdots , N \\}$ , and $e ^ { ( 1 ) } \\bigcap e ^ { ( 2 ) } = \\emptyset$ . For both episodes, to minimize the negative impact of badly-sampled few shots for a given query instance, we propose CEAM for cross-episode attention modeling, which is detailed below. ", + "bbox": [ + 173, + 712, + 825, + 787 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "Concretely, let $\\mathbf { S } ^ { ( 1 ) } = [ \\boldsymbol { \\psi } ( x _ { i } ) ^ { T } ; x _ { i } \\in \\mathcal { S } _ { e } ^ { ( 1 ) } ] \\in \\mathbb { R } ^ { N K \\times d }$ (or $\\mathbf { S } ^ { ( 2 ) }$ ) and ${ \\bf Q } ^ { ( 1 ) } = [ \\psi ( x _ { i } ) ^ { T } ; x _ { i } \\in \\mathcal { Q } _ { e } ^ { ( 1 ) } ] \\in$ $\\mathbb { R } ^ { N Q \\times d }$ (or $\\mathbf { Q } ^ { ( 2 ) } )$ denote the feature matrices of support and query samples in $e ^ { ( 1 ) }$ (or $e ^ { ( 2 ) }$ ), respectively, and let ${ \\bf F } ^ { ( 1 ) } = [ { \\bf S } ^ { ( 1 ) } ; { \\bf Q } ^ { ( 1 ) } ] \\in \\mathbb { R } ^ { N ( K + Q ) \\times d }$ (or $\\mathbf { F } ^ { ( 2 ) } = [ \\mathbf { S } ^ { ( 2 ) } ; \\mathbf { Q } ^ { ( 2 ) } ] )$ be the feature matrix of all samples in $e ^ { ( 1 ) }$ (or $e ^ { ( 2 ) }$ ). For episode $e ^ { ( 1 ) }$ , CEAM takes the triplet $( \\mathbf { \\dot { F } } ^ { ( 1 ) } , \\mathbf { S } ^ { ( 2 ) } , \\mathbf { S } ^ { ( 2 ) } )$ as input, which corresponds to the input (queries, keys, values) in a typical attention module: ", + "bbox": [ + 173, + 794, + 826, + 873 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/1609e7168f9d7c713edea0a750b84b8174573f8e3a6a7cd5bc81939fd294edf1.jpg", + "text": "$$\n\\hat { \\mathbf { F } } ^ { ( 1 ) } = \\mathbf { C E A M } ( \\mathbf { F } ^ { ( 1 ) } , \\mathbf { S } ^ { ( 2 ) } , \\mathbf { S } ^ { ( 2 ) } ) = \\mathbf { F } ^ { ( 1 ) } + \\mathrm { s o f t m a x } ( \\frac { \\mathbf { F } _ { Q } ^ { ( 1 ) } \\mathbf { S } _ { K } ^ { ( 2 ) T } } { \\sqrt { d } } ) \\mathbf { S } _ { V } ^ { ( 2 ) } ,\n$$", + "text_format": "latex", + "bbox": [ + 271, + 882, + 723, + 922 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "where the inputs are first linearly mapped into a latent space with the same dimension of the feature space (using projection matrices $\\mathbf { W } _ { Q } , \\mathbf { W } _ { K } , \\mathbf { W } _ { V } \\in \\mathbb { R } ^ { d \\times d } )$ : ", + "bbox": [ + 169, + 103, + 823, + 133 + ], + "page_idx": 4 + }, + { + "type": "equation", + "img_path": "images/f80f8884821e9e3313b8f09404e4c35de542b3c83c4a0caf8ca62e8a45469c3e.jpg", + "text": "$$\n\\begin{array} { r l } & { \\mathbf { F } _ { Q } ^ { ( 1 ) } = \\mathbf { F } ^ { ( 1 ) } \\mathbf { W } _ { Q } \\in \\mathbb { R } ^ { N ( K + Q ) \\times d } , } \\\\ & { \\mathbf { S } _ { K } ^ { ( 2 ) } = \\mathbf { S } ^ { ( 2 ) } \\mathbf { W } _ { K } \\in \\mathbb { R } ^ { N K \\times d } , } \\\\ & { \\mathbf { S } _ { V } ^ { ( 2 ) } = \\mathbf { S } ^ { ( 2 ) } \\mathbf { W } _ { V } \\in \\mathbb { R } ^ { N K \\times d } . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 387, + 140, + 609, + 212 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Similarly, for episode $e ^ { ( 2 ) }$ , we have (analogous to Eq. (2)): ", + "bbox": [ + 173, + 219, + 560, + 236 + ], + "page_idx": 4 + }, + { + "type": "equation", + "img_path": "images/8ecb5e30b341846a032cdae223490f3e559b2b25739b453b19943b115478c896.jpg", + "text": "$$\n\\hat { \\mathbf { F } } ^ { ( 2 ) } = \\mathbf { C E A M } ( \\mathbf { F } ^ { ( 2 ) } , \\mathbf { S } ^ { ( 1 ) } , \\mathbf { S } ^ { ( 1 ) } ) = \\mathbf { F } ^ { ( 2 ) } + \\mathrm { s o f t m a x } ( \\frac { \\mathbf { F } _ { Q } ^ { ( 2 ) } \\mathbf { S } _ { K } ^ { ( 1 ) T } } { \\sqrt { d } } ) \\mathbf { S } _ { V } ^ { ( 1 ) } ,\n$$", + "text_format": "latex", + "bbox": [ + 271, + 242, + 725, + 284 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "where the learnable parameters of fully connected layers (i.e., $\\mathbf { W } _ { Q } , \\mathbf { W } _ { K }$ and $\\mathbf { W } _ { V }$ ) are shared across Eq. (2) and Eq. (6). We can then obtain the transformed support and query embedding matrices in $e ^ { ( 1 ) }$ (or $e ^ { ( 2 ) }$ ) from $\\hat { \\mathbf { F } } ^ { ( 1 ) } = [ \\hat { \\mathbf { S } } ^ { ( 1 ) } ; \\hat { \\mathbf { Q } } ^ { ( 1 ) } ]$ (or $\\hat { \\mathbf { F } } ^ { ( 2 ) } = [ \\hat { \\mathbf { S } } ^ { ( 2 ) } ; \\hat { \\mathbf { Q } } ^ { ( 2 ) } ] )$ . ", + "bbox": [ + 174, + 291, + 825, + 337 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Cross-Episode Consistency Regularization (CECR). In our MELR model, CEAM utilizes instance-level attention to alleviate the negative effects of the poor support set instance sampling so that each query set instance can be assigned to the right class with minimal loss. Our CECR is designed to further reduce the model sensitivity to badly-sampled shots in different episodes by forcing the two classifiers learned over the two episodes to produce consistent predictions. There are various options on how to enforce such consistency. CECR adopts a knowledge distillation based strategy as empirically it is the most effective one (see Section 4.3). ", + "bbox": [ + 173, + 352, + 825, + 452 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Let $f ( \\cdot ; \\hat { \\mathbf { S } } ^ { ( 1 ) } ) : \\mathbb { R } ^ { d } \\to \\mathbb { R } ^ { N }$ and $f ( \\cdot ; \\hat { \\mathbf { S } } ^ { ( 2 ) } ) : \\mathbb { R } ^ { d } \\to \\mathbb { R } ^ { N }$ be the scoring functions of the two classifiers constructed from $\\hat { \\mathbf { S } } ^ { ( 1 ) }$ and $\\hat { \\mathbf { S } } ^ { ( 2 ) }$ , respectively. To determine which classifier/scoring function is stronger, we compute the few-shot classification accuracies of the two classifiers on the merged query samples from both episodes. Concretely, let $\\hat { \\mathcal { Q } } _ { e } ^ { ( 1 ) } = \\{ ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 ) } , y _ { i } ^ { ( 1 ) } ) | \\hat { \\mathbf { q } } _ { i } ^ { ( 1 ) } \\in \\mathbb { R } ^ { d } , i =$ $1 , 2 , \\cdots , N Q \\}$ (or $\\hat { \\mathcal { Q } } _ { e } ^ { ( 2 ) }$ ) denote the set of transformed embedding vectors of query samples in $e ^ { ( 1 ) }$ (or $e ^ { ( 2 ) }$ ), where $\\hat { \\mathbf { q } } _ { i } ^ { ( 1 ) }$ (or $\\hat { \\mathbf { q } } _ { i } ^ { ( 2 ) }$ ) denotes the $i$ -th row of the transformed embedding matrix $\\hat { \\mathbf { Q } } ^ { ( 1 ) }$ (or $\\hat { \\mathbf { Q } } ^ { ( 2 ) } )$ . With he few- $\\hat { \\mathcal { Q } } _ { e } ^ { ( 1 , 2 ) } = \\hat { \\mathcal { Q } } _ { e } ^ { ( 1 ) } \\cup \\hat { \\mathcal { Q } } _ { e } ^ { ( 2 ) } = \\{ ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } , y _ { i } ^ { ( 1 , 2 ) } ) , i = 1 , 2 , \\cdots , 2 N Q \\} )$ , we are able to com-nd-truth labels and the pute t shot classification accuracies of the two classifiers w.r.t. the grou corresponding predicted ones (i.e., arg maxj $\\sigma _ { j } ( f ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\hat { \\mathbf { S } } ^ { ( 1 ) } ) )$ and arg maxj $\\sigma _ { j } ( f ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\hat { \\mathbf { S } } ^ { ( 2 ) } ) )$ $( j = 1 , 2 , \\cdots , N )$ for $( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } , y _ { i } ^ { ( 1 , 2 ) } ) \\in \\hat { \\mathcal { Q } } _ { e } ^ { ( 1 , 2 ) }$ , where $\\begin{array} { r } { \\sigma _ { j } ( { \\bf v } ) \\triangleq \\frac { \\exp ( v _ { j } ) } { \\sum _ { j ^ { \\prime } = 1 } ^ { N } \\exp ( v _ { j ^ { \\prime } } ) } } \\end{array}$ $( \\mathbf { v } \\in \\mathbb { R } ^ { N } )$ is the softmax function). ", + "bbox": [ + 173, + 457, + 825, + 645 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "The classifier with higher accuracy is thus considered to be the stronger one and subsequently used as the teacher classifier for the student to behave consistently with it. Without loss of generality, we assume that $f ( \\cdot ; \\hat { \\mathbf { S } } ^ { ( 1 ) } )$ is stronger than $f ( \\cdot ; \\hat { \\mathbf { S } } ^ { ( 2 ) } )$ . We choose the knowledge distillation loss (Hinton et al., 2015) for CECR, which is stated as: ", + "bbox": [ + 173, + 650, + 825, + 709 + ], + "page_idx": 4 + }, + { + "type": "equation", + "img_path": "images/cff72e42fc4fa5973b9d27b9a072448dce065d97672ae71709bcbc27fc76efbb.jpg", + "text": "$$\nL _ { c e c r } ( e ^ { ( 1 ) } , e ^ { ( 2 ) } ; T ) = \\mathbb { E } _ { ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } , y _ { i } ^ { ( 1 , 2 ) } ) \\in \\hat { \\mathcal { Q } } _ { e } ^ { ( 1 , 2 ) } } L ^ { \\prime } ( f ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\hat { \\mathbf { S } } ^ { ( 1 ) } ) , f ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\hat { \\mathbf { S } } ^ { ( 2 ) } ) ; T ) ,\n$$", + "text_format": "latex", + "bbox": [ + 232, + 717, + 764, + 742 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "where $T$ is the temperature parameter as used in (Hinton et al., 2015). More specifically, when the softmax function $\\begin{array} { r } { \\sigma _ { j } ( \\mathbf { v } ; T ) \\triangleq \\frac { \\exp ( v _ { j } / T ) } { \\sum _ { j ^ { \\prime } = 1 } ^ { N } \\exp ( v _ { j ^ { \\prime } } / T ) } } \\end{array}$ $\\mathbf { \\bar { v } } \\in \\mathbb { R } ^ { N }$ , $j = 1 , 2 , \\cdots , N )$ is used, we define $L ^ { \\prime } ( f ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\hat { \\mathbf { S } } ^ { ( 1 ) } ) , f ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\hat { \\mathbf { S } } ^ { ( 2 ) } ) ; T )$ in Eq. (7) with the cross-entropy loss: ", + "bbox": [ + 174, + 750, + 825, + 808 + ], + "page_idx": 4 + }, + { + "type": "equation", + "img_path": "images/2552cc1c0882420c8cf286164c46c22d0beaf098e3a8fac6d111b86e123d3a3a.jpg", + "text": "$$\n\\begin{array} { r l } & { \\quad L ^ { \\prime } ( f ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\hat { \\mathbf { S } } ^ { ( 1 ) } ) , f ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\hat { \\mathbf { S } } ^ { ( 2 ) } ) ; T ) } \\\\ & { = - \\displaystyle \\sum _ { j = 1 } ^ { N } \\sigma _ { j } \\big ( f ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\hat { \\mathbf { S } } ^ { ( 1 ) } ) ; T ) \\log \\left( \\sigma _ { j } \\big ( f ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\hat { \\mathbf { S } } ^ { ( 2 ) } ) ; T ) \\right) . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 295, + 815, + 700, + 885 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Note that we cut off the gradients over $f ( \\cdot ; \\hat { \\mathbf { S } } ^ { ( 1 ) } )$ when back-propagating since the output of the teacher scoring function is treated as the soft target for the student. ", + "bbox": [ + 173, + 893, + 823, + 924 + ], + "page_idx": 4 + }, + { + "type": "table", + "img_path": "images/b7152f1adcb57c9f98a9727b2a25944ab9c19e7fd6a6ab9fcb7b1480e54d0119.jpg", + "table_caption": [], + "table_footnote": [], + "table_body": "
Algorithm1MELR-basedFSL
Input: Our MELR model with the set of all parameters Θ The base class sample set Db
Hyper-parameters 入,T
Output: The learned model
1:for all iteration=1, 2,·.,MaxIteration do
2: 3:C(2),e(1) ne(2)=0; Compute F(1) for e(1) using CEAM with Eq. (2),and obtain F(2) with Eq. (6) similarly.
4:Compute Lfsc(e(1)) and Lfsc(e(2)) with Eq. (9), respectively;
5:Construct Q(1,2) =Q(1)
6:Determine the teacher episode e(t) and the student e(s) by computing the few-shot classifica-
7:tion accuracies of the two classifiers within e(1) and e(2), respectively; Compute the CECR loss Lcecr(e(t),e(s);T) with Eq. (7);
8:Compute the total loss Ltotal with Eq. (10);
9:Compute the gradients V@ Ltotal ;
10:Update O using stochastic gradient descent;
11: end for
12: return The learned model.
", + "bbox": [ + 174, + 102, + 825, + 372 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "3.4 MELR-BASED FSL ALGORITHM ", + "text_level": 1, + "bbox": [ + 176, + 398, + 442, + 412 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "As we have mentioned above, in each training iteration, we randomly sample two $N$ -way $K$ -shot $Q$ - query episodes $e ^ { ( 1 ) } = ( S _ { e } ^ { ( 1 ) } , \\mathcal { Q } _ { e } ^ { ( 1 ) } )$ and $e ^ { ( 2 ) } = ( S _ { e } ^ { ( 2 ) } , \\mathcal { Q } _ { e } ^ { ( 2 ) } )$ , Q(2)e ), which must have exactly the same set of classes but with different instances. We first transform the feature embeddings with Cross-Episode Attention Module (CEAM) and then compute the few-shot classification loss adopting ProtoNet (Snell et al., 2017) for both episodes $( e \\in \\bar { \\{ e ^ { ( 1 ) } , e ^ { ( 2 ) } \\} } )$ ): ", + "bbox": [ + 173, + 424, + 826, + 500 + ], + "page_idx": 5 + }, + { + "type": "equation", + "img_path": "images/38536aa1b9e74da6079b7de387348063c570c120a2161b8c369a7061c4321499.jpg", + "text": "$$\n\\begin{array} { r l } & { L _ { f s c } ( e ) = \\mathbb { E } _ { ( \\hat { \\mathbf { q } } _ { i } , y _ { i } ) \\in \\hat { \\mathcal { Q } } _ { e } } L ( y _ { i } , f _ { \\mathrm { P r o t o N e t } } ( \\hat { \\mathbf { q } } _ { i } ; \\hat { \\mathbf { S } } ) ) } \\\\ & { \\qquad = \\mathbb { E } _ { ( \\hat { \\mathbf { q } } _ { i } , y _ { i } ) \\in \\hat { \\mathcal { Q } } _ { e } } - \\log \\sigma _ { y _ { i } } ( f _ { \\mathrm { P r o t o N e t } } ( \\hat { \\mathbf { q } } _ { i } ; \\hat { \\mathbf { S } } ) ) . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 331, + 506, + 666, + 554 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Next we determine the stronger/teacher episode to compute the Cross-Episode Consistency Regularization (CECR) loss between the two episodes. The total loss for MELR is finally given by: ", + "bbox": [ + 173, + 558, + 823, + 587 + ], + "page_idx": 5 + }, + { + "type": "equation", + "img_path": "images/7080f712208330e94e9fe1b479bd6d580da273a6ef9d2197a0bdb2de9a7ba099.jpg", + "text": "$$\nL _ { t o t a l } = \\frac { 1 } { 2 } ( L _ { f s c } ( e ^ { ( 1 ) } ) + L _ { f s c } ( e ^ { ( 2 ) } ) ) + \\lambda L _ { c e c r } ( e ^ { ( t ) } , e ^ { ( s ) } ; T ) ,\n$$", + "text_format": "latex", + "bbox": [ + 297, + 592, + 699, + 622 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "where $e ^ { ( t ) } \\in \\{ e ^ { ( 1 ) } , e ^ { ( 2 ) } \\}$ denotes the teacher episode, and $e ^ { ( s ) } \\in \\{ e ^ { ( 1 ) } , e ^ { ( 2 ) } \\}$ is the student. ", + "bbox": [ + 171, + 628, + 767, + 646 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "By combining CEAM and CECR for episodic training, our MELR-based FSL algorithm is summarized in Algorithm 1. Once learned, with the optimal model found by our algorithm, we randomly sample multiple $N$ -way $K$ -shot meta-test episodes from $\\mathcal { C } _ { n }$ for evaluation. In other words, the episode-level relationship is only exploited during meta-training. ", + "bbox": [ + 173, + 651, + 825, + 709 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "4 EXPERIMENTS ", + "text_level": 1, + "bbox": [ + 176, + 728, + 326, + 744 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "4.1 DATASETS AND SETTINGS ", + "text_level": 1, + "bbox": [ + 174, + 760, + 397, + 775 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Datasets. Two widely-used benchmarks are selected: (1) miniImageNet (Vinyals et al., 2016): It contains 100 classes from ILSVRC-12 (Russakovsky et al., 2015). Each class has 600 images. We split it into 64 training classes, 16 validation classes and 20 test classes, as in (Ravi & Larochelle, 2017). (2) tieredImageNet (Ren et al., 2018): It is a larger subset of ILSVRC-12, containing 608 classes and 779,165 images in total. We split it into 351 training classes, 97 validation classes and 160 test classes, as in (Ren et al., 2018). All images of the two datasets are resized to $8 4 \\times 8 4$ . ", + "bbox": [ + 173, + 786, + 825, + 869 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Evaluation Protocols. The 5-way 5-shot/1-shot settings are used. Each test episode $e ^ { ( t e s t ) } =$ $( S _ { e } ^ { ( t e s t ) } , \\mathcal { Q } _ { e } ^ { ( t e s t ) } )$ has 5 classes randomly sampled from the test split, with 5 or 1 shots and 15 queries per class. We thus have $N = 5$ , $K = 5$ or 1, $Q = 1 5$ as in previous works. Although we meta-train our MELR with two episodes in each training iteration, we still evaluate it over test episodes one by one, strictly following the standard setting. Moreover, since no cross-episode relationships can be used when testing, we take $( \\mathbf { F } ^ { ( t e s t ) } , \\mathbf { S } ^ { ( t e s t ) } , \\mathbf { S } ^ { ( t e s t ) } )$ as the input of CEAM. Note that the meta-test process is non-transductive since the embedding of each query sample in $e ^ { ( t e s t ) }$ is independently updated using the keys and values coming from the support set. We report average 5-way classification accuracy $\\%$ , top-1) over 2,000 test episodes as well as the $9 5 \\%$ confidence interval. ", + "bbox": [ + 174, + 877, + 825, + 924 + ], + "page_idx": 5 + }, + { + "type": "table", + "img_path": "images/49514520b2cd6c933182cf53a53aa10051fb6d6197ac5291c78be6e320d13f95.jpg", + "table_caption": [ + "Table 1: Comparative results of standard FSL on two benchmark datasets. The average 5-way fewshot classification accuracies $\\%$ , top-1) along with the $9 5 \\%$ confidence intervals are reported. " + ], + "table_footnote": [], + "table_body": "
MethodminiImageNettieredImageNet
Backbone1-shot5-shot1-shot5-shot
MatchingNet (Vinyals etal.,2016)Conv4-6443.56±0.8455.31 ± 0.73
ProtoNet† (Snell et al., 2017)Conv4-6452.78 ± 0.4571.26 ± 0.3653.82 ±0.4871.77 ± 0.41
MAML (Finn et al.,2017)Conv4-6448.70 ± 1.8463.10 ±0.9251.67 ± 1.8170.30 ±0.08
RelationNet (Sung et al.,2018)Conv4-6450.40±0.8065.30 ±0.7054.48 ± 0.9371.32 ± 0.78
IMP (Allen et al., 2019)Conv4-6449.60 ± 0.8068.10±0.80
DN4 (Li et al.,2019c)Conv4-6451.24 ± 0.7471.02 ± 0.64
PARN(Wu et al.,2019)Conv4-6455.22 ± 0.8471.55 ± 0.66
PN+rot (Gidaris et al.,2019)Conv4-6453.63 ± 0.4371.70 ± 0.36
CC+rot (Gidaris et al., 2019)Conv4-6454.83 ± 0.4371.86 ± 0.33
Centroid (Afrasiyabi Arman,2020)Conv4-6453.14 ± 1.0671.45 ± 0.72
Neg-Cosine (Liu et al.,2020)Conv4-6452.84 ± 0.7670.41 ± 0.66
FEAT (Ye et al.,2020)Conv4-6455.15 ± 0.2071.61 ± 0.16
MELR(ours)Conv4-6455.35 ± 0.4372.27 ± 0.3556.38± 0.4873.22± 0.41
ProtoNet (Snell et al.,2017)Conv4-51253.52 ± 0.4373.34± 0.3655.52 ± 0.4874.07±0.40
MAML (Finn et al.,2017)Conv4-51249.33 ± 0.6065.17 ± 0.4952.84±0.5670.91 ± 0.46
Relation Net (Sung et al.,2018)Conv4-51250.86 ± 0.5767.32 ± 0.4454.69 ± 0.5972.71 ± 0.43
PN+rot (Gidaris et al.,2019)Conv4-51256.02 ± 0.4674.00 ± 0.35
CC+rot (Gidaris et al., 2019)Conv4-51256.27 ± 0.4374.30 ± 0.33
MELR(ours)Conv4-51257.54±0.4474.37±0.3460.26±0.5177.25± 0.40
ProtoNet† (Snell et al.,2017)ResNet-1262.41 ± 0.4480.49±0.2969.63±0.5384.82± 0.36
TADAM (Oreshkin et al.,2018)ResNet-1258.50± 0.3076.70±0.38
MetaOptNet (Lee et al., 2019)ResNet-1262.64 ± 0.6178.63 ± 0.4665.99 ±0.7281.56 ± 0.63
MTL (Sun et al., 2019)ResNet-1261.20 ±1.8075.50± 0.8065.62 ± 1.8080.61 ±0.90
AM3 (Xing et al.,2019)ResNet-1265.21 ± 0.4975.20 ±0.3667.23 ± 0.3478.95 ± 0.22
Shot-Free (Ravichandran et al.,2019)ResNet-1259.04 ± 0.4377.64 ± 0.3966.87±0.4382.64± 0.43
Neg-Cosine (Liu et al.,2020)ResNet-1263.85 ±0.8181.57 ± 0.56
Distill (Tian et al.,2020)ResNet-1264.82 ± 0.6082.14 ± 0.4371.52 ± 0.6986.03 ±0.49
DSN-MR (Simon et al., 2020)ResNet-1264.60±0.7279.51 ± 0.5067.39 ± 0.8282.85 ±0.56
DeepEMD (Zhang et al.,2020)ResNet-1265.91 ± 0.8282.41 ± 0.5671.16 ± 0.8786.03 ±0.58
FEAT (Ye et al.,2020)ResNet-1266.78±0.2082.05 ±0.1470.80 ±0.2384.79 ± 0.16
MELR (ours)ResNet-1267.40±0.4383.40±0.2872.14± 0.5187.01±0.35
", + "bbox": [ + 176, + 143, + 825, + 535 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "", + "bbox": [ + 173, + 563, + 825, + 648 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Implementation Details. Our MELR algorithm adopts Conv4-64 (Vinyals et al., 2016), Conv4- 512 and ResNet-12 (He et al., 2016b) as the feature extractors $\\psi$ for fair comparison with published results. The output feature dimensions of Conv4-64, Conv4-512 and ResNet-12 are 64, 512, and 640, respectively. To accelerate the entire training process, we pre-train all three backbones on the training split of each dataset as in many previous works (Zhang et al., 2020; Ye et al., 2020; Simon et al., 2020). We use data augmentation during pre-training (as well as meta-training with ResNet-12 on miniImageNet). For ResNet-12, the stochastic gradient descent (SGD) optimizer is employed with the initial learning rate of 1e-4, the weight decay of 5e-4, and the Nesterov momentum of 0.9. For Conv4-64 and Conv4-512, the Adam optimizer (Kingma & Ba, 2015) is adopted with the initial learning rate of 1e-4. The hyper-parameters $\\lambda$ and $T$ are respectively selected from $\\{ 0 . 0 2 , 0 . 0 5 , 0 . 1 , 0 . 2 \\}$ and $\\{ 1 6 , 3 2 , 6 4 , 1 2 8 \\}$ according to the validation performances of our MELR algorithm (see Appendix A.5 for more details). The code and models will be released soon. ", + "bbox": [ + 174, + 655, + 825, + 821 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "4.2 MAIN RESULTS ", + "text_level": 1, + "bbox": [ + 174, + 842, + 323, + 856 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "We compare our MELR with the representative/state-of-the-art methods for standard FSL on the two benchmark datasets in Table 1. Note that we re-implement our baseline (i.e., ProtoNet, denoted with †) by sampling two episodes in each training iteration since it is still considered as a strong FSL approach especially when the backbone is deep. We can observe from Table 1 that: (1) Methods trained with ResNet-12 generally perform better than those employing shallower backbones. Also, methods trained with Conv4-512 generally perform better than those employing Conv4-64 even though the two backbones are of the same depth. This is expected because deeper and wider backbones have better representation learning abilities. (2) Our MELR achieves the new state-ofthe-art performance on both benchmarks under all settings. Particularly, the improvements over the baseline (i.e., ProtoNet†) range from $1 . 0 \\%$ to $5 . 0 \\%$ , which clearly validates the effectiveness and the strong generalization ability of our MELR. (3) On both benchmarks, the improvements obtained by our MELR over ProtoNet† under the 1-shot setting are significantly larger than those under the 5-shot setting. This demonstrates the superior performance of our MELR for FSL with less shots. Again this is expected: FSL with less shots is more likely to suffer from the poor sampling of the few support instances; such a challenging problem is exactly what our MELR is designed for. ", + "bbox": [ + 176, + 867, + 823, + 924 + ], + "page_idx": 6 + }, + { + "type": "image", + "img_path": "images/72a317c5a587a885c76f8d67bb230df577a727207e1cf2a2ee929f43910c7f82.jpg", + "image_caption": [ + "Figure 2: (a) Ablative results for our MELR. (b) Comparison among different ProtoNet†+CEAM alternatives. (c) Comparison among different ProtoNet $^ { \\dag } + \\mathrm { C E C R }$ alternatives. All results are obtained under the 5-way 1-shot and 5-shot settings on miniImageNet with Conv4-64 as the feature extractor. " + ], + "image_footnote": [], + "bbox": [ + 178, + 106, + 816, + 247 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "", + "bbox": [ + 174, + 319, + 825, + 472 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "4.3 FURTHER EVALUATION ", + "text_level": 1, + "bbox": [ + 176, + 493, + 375, + 507 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Ablation Study. To demonstrate the contributions of each cross-episode learning objective in our MELR, we conduct experiments on miniImageNet by adding these learning objectives to the baseline (one at a time) under the 5-way 1-shot and 5-shot settings. Note that ProtoNet without † is trained with one episode in each training iteration while ProtoNet† is trained with two episodes per iteration. The ablation study results in Figure 2(a) show that: (1) Increasing mini-batch size helps little for ProtoNet, indicating that our MELR benefits from two cross-episode objectives rather than doubling the mini-batch size. (2) CEAM or CECR alone clearly improves the performance of the baseline model and CEAM appears to be more beneficial to FSL than CECR. (3) The combination of the two cross-episode learning objectives in our full model (i.e., MELR) achieves further improvements, suggesting that these two learning objectives are complementary to each other. Moreover, in Appendix A.2, we conduct more ablative experiments when the attention module is applied within each episode, validating the necessity of cross-episode attention. ", + "bbox": [ + 173, + 520, + 825, + 686 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Comparison to CEAM Alternatives. As we have described, our CEAM takes the support samples as ‘keys’ and ‘values’, and all samples in one episode as ‘queries’ for attention module (denoted as Support $ \\mathsf { A l l }$ ). We can also input prototypes (mean representations of support samples from the same class) as ‘keys’ and ‘values’ or input only query samples as ‘queries’ for attention. This results in other three alternatives of CEAM: Prototype Query, Support Query, and Prototype $ \\mathsf { A l l }$ . Note that under the 5-way 1-shot setting, Prototype Query is equal to Support Query and Prototype $ \\mathsf { A l l }$ is the same as Support All. Additionally, we compare to All All: inputting all samples from the other episode as ‘keys’ and ‘values’ for CEAM when training but still testing as Suppor $ \\mathsf { A l l }$ (not violating the non-transductive setting). From the comparative results of different choices in Figure 2(b), we can see that Support $ \\mathsf { A l l }$ is the best for CEAM. Moreover, Al $\\mathrm { l } \\mathrm { A l l }$ works worse than both Prototype All and Support All. One possible explanation is that Al $\\lvert \\mathsf { A l l }$ exploits all query set instances during meta-training but only has access to the support set during meta-test to conform to the inductive learning setting. This mis-match reduces its effectiveness. ", + "bbox": [ + 174, + 694, + 825, + 875 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Comparison to CECR Alternatives. Our consistency regularization loss $L _ { c e c r }$ in Eq. (7) is defined with the knowledge distillation (KD) loss, which can be easily replaced by the negative cosine similarity (NegCos), symmetric Kullback–Leibler divergence (symKL), or the L2 distance (see Appendix A.1 for more details). The results obtained by ProtoNet $^ { \\dag } + { \\mathrm { C E C R } }$ using different consistency losses are shown in Figure 2(c). It can be seen that ProtoNet $\\dagger { + } \\mathbf { K D }$ performs slightly better than other implementations. We thus choose KD as our CECR loss. ", + "bbox": [ + 176, + 882, + 823, + 924 + ], + "page_idx": 7 + }, + { + "type": "image", + "img_path": "images/d2f2e3ed381be40577763d30a74acf96fe9be1e2a281522bc05fa08a2e10973b.jpg", + "image_caption": [ + "Figure 3: (a) – (c) Visualizations of data distributions obtained by ProtoNet†, ProtoNet†+CEAM, and ProtoNet $^ { \\dag } + \\mathrm { C E A M + C E C R }$ (i.e., our MELR) for the same meta-test episode, respectively. $\\mathrm { ( d ) - }$ (e) Visualizations of attention maps for query and support sets, respectively. All results are obtained under the 5-way 5-shot setting on miniImageNet with Conv4-64 as the feature extractor. " + ], + "image_footnote": [], + "bbox": [ + 181, + 108, + 813, + 219 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "", + "bbox": [ + 174, + 304, + 821, + 347 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Visualizations of Data Distributions and Attention Maps. MELR is designed to alleviate the negative effects of poorly-sampled few shots. To validate this, we further provide some visualization results in Figure 3. (1) We sample one episode in the test split of miniImageNet under the 5-way 5-shot setting and obtain the embeddings of all images using the trained models of ProtoNet†, ProtoNet† $^ +$ CEAM, and our MELR (i.e., ProtoNet† $^ { + }$ CEAM+CECR), respectively. We then apply tSNE to project these embeddings into a 2-dimensional space in Figure 3(a) – 3(c). Across three subfigures, samples with the same color belong to the same class and diamonds are class prototypes/centers. We can observe that adding CEAM makes the distribution of different classes more separable (see Figure 3(b) vs. 3(a)), validating the effectiveness of our CEAM. Moreover, the embeddings obtained by our MELR are clearly much more evenly distributed with the prototypes right in the center, indicating less outlying instances (see Figure 3(c) vs. 3(b)). This shows that when CECR is combined with CEAM, those badly-sampled shots in Figure 3(a) are now pulled back to the center of the class distributions. (2) We also visualize the attention maps over the meta-test episode using our trained MELR. Since we take all samples in the episode as ‘queries’, and support samples as ‘keys’ and ‘values’ for CEAM when meta-testing, each of 100 samples has a 25-dimensional weight vector under the 5-way 5-shot setting. For each weight vector, we average the weights of the same class and obtain a 5-dimensional vector. For 75 query samples, we average the vectors of samples with the same class, resulting in a $5 \\times 5$ instance attention map (see Figure 3(d)). Similarly, we obtain the attention map for 25 support samples (see Figure 3(e)). It can be seen that the two attention maps are very much alike, indicating that support and query sample embeddings are transformed by our CEAM in a similar way, which thus brings performance improvements for FSL. ", + "bbox": [ + 173, + 353, + 825, + 645 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "5 CONCLUSION ", + "text_level": 1, + "bbox": [ + 176, + 671, + 318, + 688 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "We have investigated the challenging problem of how to counter the negative effects of badlysampled few shots for FSL. For the first time, we propose to exploit the underlying relationships between training episodes with identical sets of classes explicitly for meta-learning. This is achieved by two key components: CEAM is designed for neutralizing unrepresentative support set instances, and CECR is to enforce the prediction consistency of few-shot classifiers obtained in the two episodes. Extensive experiments for non-transductive standard FSL on two benchmarks show that our MELR achieves $1 . 0 \\% { - } 5 . 0 \\%$ improvements over the baseline (i.e., ProtoNet) used for FSL in our model and outperforms the latest competitors under the same settings. ", + "bbox": [ + 174, + 707, + 825, + 819 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "ACKNOWLEDGMENTS ", + "text_level": 1, + "bbox": [ + 176, + 842, + 326, + 854 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "This work was supported in part by National Natural Science Foundation of China (61976220 and 61832017), Beijing Outstanding Young Scientist Program (BJJWZYJH012019100020098), Open Project Program Foundation of Key Laboratory of Opto-Electronics Information Processing, Chinese Academy of Sciences (OEIP-O-202006), and Alibaba Innovative Research (AIR) Program. ", + "bbox": [ + 176, + 867, + 823, + 922 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "REFERENCES \nGagne Christian Afrasiyabi Arman, Lalonde Jean-Franc¸ois. Associative alignment for few-shot image classifi- ´ cation. ECCV, 2020. \nKelsey R. Allen, Evan Shelhamer, Hanul Shin, and Joshua B. Tenenbaum. Infinite mixture prototypes for few-shot learning. In ICML, pp. 232–241, 2019. \nMaria-Luiza Antonie, Osmar R Zaiane, and Alexandru Coman. Application of data mining techniques for medical image classification. In International Conference on Multimedia Data Mining, pp. 94–101, 2001. \nDzmitry Bahdanau, Kyunghyun Cho, and Yoshua Bengio. Neural machine translation by jointly learning to align and translate. In ICLR, 2015. \nLuca Bertinetto, Joao F. Henriques, Philip H. S. Torr, and Andrea Vedaldi. Meta-learning with differentiable ˜ closed-form solvers. In ICLR, 2019. \nLiang-Chieh Chen, George Papandreou, Iasonas Kokkinos, Kevin Murphy, and Alan L. Yuille. Deeplab: Semantic image segmentation with deep convolutional nets, atrous convolution, and fully connected crfs. IEEE TPAMI, 40(4):834–848, 2018. \nChelsea Finn, Pieter Abbeel, and Sergey Levine. Model-agnostic meta-learning for fast adaptation of deep networks. In ICML, pp. 1126–1135, 2017. \nSpyros Gidaris and Nikos Komodakis. Generating classification weights with GNN denoising autoencoders for few-shot learning. In CVPR, pp. 21–30, 2019. \nSpyros Gidaris, Andrei Bursuc, Nikos Komodakis, Patrick Perez, and Matthieu Cord. Boosting few-shot visual learning with self-supervision. In ICCV, pp. 8059–8068, 2019. \nYiluan Guo and Ngai-Man Cheung. Attentive weights generation for few shot learning via information maximization. In CVPR, pp. 13496–13505, 2020. \nBharath Hariharan and Ross B. Girshick. Low-shot visual recognition by shrinking and hallucinating features. In ICCV, pp. 3037–3046, 2017. \nK. He, X. Zhang, S. Ren, and J. Sun. Deep residual learning for image recognition. In CVPR, pp. 770–778, 2016a. \nKaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Deep residual learning for image recognition. In CVPR, pp. 770–778, 2016b. \nGeoffrey E. Hinton, Oriol Vinyals, and Jeffrey Dean. Distilling the knowledge in a neural network. CoRR, abs/1503.02531, 2015. \nRuibing Hou, Hong Chang, Bingpeng Ma, Shiguang Shan, and Xilin Chen. Cross attention network for fewshot classification. In Advances in Neural Information Processing Systems, pp. 4005–4016, 2019. \nJongmin Kim, Taesup Kim, Sungwoong Kim, and Chang D. Yoo. Edge-labeling graph neural network for few-shot learning. In CVPR, pp. 11–20, 2019. \nDiederik P. Kingma and Jimmy Ba. Adam: A method for stochastic optimization. In ICLR, 2015. \nA. Krizhevsky, I. Sutskever, and G. E. Hinton. ImageNet classification with deep convolutional neural networks. In Advances in Neural Information Processing Systems, pp. 1097–1105, 2012. \nKwonjoon Lee, Subhransu Maji, Avinash Ravichandran, and Stefano Soatto. Meta-learning with differentiable convex optimization. In CVPR, pp. 10657–10665, 2019. \nHongyang Li, David Eigen, Samuel Dodge, Matthew Zeiler, and Xiaogang Wang. Finding task-relevant features for few-shot learning by category traversal. In CVPR, pp. 1–10, 2019a. \nHuai-Yu Li, Weiming Dong, Xing Mei, Chongyang Ma, Feiyue Huang, and Bao-Gang Hu. Lgm-net: Learning to generate matching networks for few-shot learning. In ICML, pp. 3825–3834, 2019b. \nKai Li, Yulun Zhang, Kunpeng Li, and Yun Fu. Adversarial feature hallucination networks for few-shot learning. In CVPR, pp. 13467–13476, 2020. \nWenbin Li, Lei Wang, Jinglin Xu, Jing Huo, Yang Gao, and Jiebo Luo. Revisiting local descriptor based image-to-class measure for few-shot learning. In CVPR, pp. 7260–7268, 2019c. ", + "bbox": [ + 169, + 69, + 828, + 924 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Zhenguo Li, Fengwei Zhou, Fei Chen, and Hang Li. Meta-sgd: Learning to learn quickly for few shot learning. CoRR, abs/1707.09835, 2017. ", + "bbox": [ + 173, + 104, + 821, + 131 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Bin Liu, Yue Cao, Yutong Lin, Qi Li, Zheng Zhang, Mingsheng Long, and Han Hu. Negative margin matters: Understanding margin in few-shot classification. ECCV, 2020. ", + "bbox": [ + 173, + 138, + 823, + 166 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Yanbin Liu, Juho Lee, Minseop Park, Saehoon Kim, Eunho Yang, Sung Ju Hwang, and Yi Yang. Learning to propagate labels: Transductive propagation network for few-shot learning. In ICLR, 2019. ", + "bbox": [ + 174, + 174, + 823, + 200 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Jonathan Long, Evan Shelhamer, and Trevor Darrell. Fully convolutional networks for semantic segmentation. In CVPR, pp. 3431–3440, 2015. ", + "bbox": [ + 174, + 208, + 821, + 236 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Tsendsuren Munkhdalai and Hong Yu. Meta networks. In ICML, pp. 2554–2563, 2017. ", + "bbox": [ + 173, + 243, + 692, + 258 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Van Nhan Nguyen, Sigurd Lokse, Kristoffer Wickstr ´ om, Michael Kampffmeyer, Davide Roverso, and Robert ´ Jenssen. Sen: A novel feature normalization dissimilarity measure for prototypical few-shot learning networks. ECCV, 2020. ", + "bbox": [ + 174, + 266, + 820, + 305 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Alex Nichol, Joshua Achiam, and John Schulman. On first-order meta-learning algorithms. CoRR, abs/1803.02999, 2018. ", + "bbox": [ + 173, + 314, + 823, + 340 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Boris Oreshkin, Pau Rodr´ıguez Lopez, and Alexandre Lacoste. Tadam: Task dependent adaptive metric for ´ improved few-shot learning. In Advances in Neural Information Processing Systems, pp. 721–731, 2018. ", + "bbox": [ + 174, + 348, + 823, + 376 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Limeng Qiao, Yemin Shi, Jia Li, Yaowei Wang, Tiejun Huang, and Yonghong Tian. Transductive episodic-wise adaptive metric for few-shot learning. In ICCV, pp. 3603–3612, 2019. ", + "bbox": [ + 173, + 383, + 821, + 411 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Siyuan Qiao, Chenxi Liu, Wei Shen, and Alan L. Yuille. Few-shot image recognition by predicting parameters from activations. In CVPR, pp. 7229–7238, 2018. ", + "bbox": [ + 173, + 417, + 823, + 445 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Sachin Ravi and Hugo Larochelle. Optimization as a model for few-shot learning. In ICLR, 2017. ", + "bbox": [ + 171, + 453, + 753, + 468 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Avinash Ravichandran, Rahul Bhotika, and Stefano Soatto. Few-shot learning with embedded class models and shot-free meta training. In ICCV, pp. 331–339, 2019. ", + "bbox": [ + 173, + 476, + 825, + 502 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Joseph Redmon, Santosh Kumar Divvala, Ross B. Girshick, and Ali Farhadi. You only look once: Unified, real-time object detection. In CVPR, pp. 779–788, 2016. ", + "bbox": [ + 173, + 510, + 823, + 537 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Mengye Ren, Eleni Triantafillou, Sachin Ravi, Jake Snell, Kevin Swersky, Joshua B. Tenenbaum, Hugo Larochelle, and Richard S. Zemel. Meta-learning for semi-supervised few-shot classification. In ICLR, 2018. ", + "bbox": [ + 176, + 545, + 823, + 584 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Shaoqing Ren, Kaiming He, Ross B. Girshick, and Jian Sun. Faster R-CNN: towards real-time object detection with region proposal networks. In Advances in Neural Information Processing Systems, pp. 91–99, 2015. ", + "bbox": [ + 171, + 592, + 823, + 621 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Olga Russakovsky, Jia Deng, Hao Su, Jonathan Krause, Sanjeev Satheesh, Sean Ma, Zhiheng Huang, Andrej Karpathy, Aditya Khosla, Michael Bernstein, Alexander C. Berg, and Li Fei-Fei. ImageNet large scale visual recognition challenge. IJCV, 115(3):211–252, 2015. ", + "bbox": [ + 176, + 627, + 821, + 667 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Andrei A. Rusu, Dushyant Rao, Jakub Sygnowski, Oriol Vinyals, Razvan Pascanu, Simon Osindero, and Raia Hadsell. Meta-learning with latent embedding optimization. In ICLR, 2019. ", + "bbox": [ + 173, + 674, + 823, + 702 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Victor Garcia Satorras and Joan Bruna Estrach. Few-shot learning with graph neural networks. In ICLR, 2018. ", + "bbox": [ + 171, + 709, + 821, + 724 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Eli Schwartz, Leonid Karlinsky, Joseph Shtok, Sivan Harary, Mattias Marder, Abhishek Kumar, Rogerio Schmidt Feris, Raja Giryes, and Alexander M. Bronstein. Delta-encoder: an effective sample´ synthesis method for few-shot object recognition. In Advances in Neural Information Processing Systems, pp. 2850–2860, 2018. ", + "bbox": [ + 173, + 732, + 825, + 785 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Christian Simon, Piotr Koniusz, Richard Nock, and Mehrtash Harandi. Adaptive subspaces for few-shot learning. In CVPR, pp. 4136–4145, 2020. ", + "bbox": [ + 171, + 791, + 823, + 819 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Karen Simonyan and Andrew Zisserman. Very deep convolutional networks for large-scale image recognition. In ICLR, 2015. ", + "bbox": [ + 173, + 827, + 821, + 854 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Jake Snell, Kevin Swersky, and Richard S. Zemel. Prototypical networks for few-shot learning. In Advances in Neural Information Processing Systems, pp. 4080–4090, 2017. ", + "bbox": [ + 173, + 862, + 823, + 890 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Qianru Sun, Yaoyao Liu, Tat-Seng Chua, and Bernt Schiele. Meta-transfer learning for few-shot learning. In CVPR, pp. 403–412, 2019. ", + "bbox": [ + 173, + 897, + 826, + 924 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Flood Sung, Yongxin Yang, Li Zhang, Tao Xiang, Philip H. S. Torr, and Timothy M. Hospedales. Learning to compare: Relation network for few-shot learning. In CVPR, pp. 1199–1208, 2018. \nYonglong Tian, Yue Wang, Dilip Krishnan, Joshua B Tenenbaum, and Phillip Isola. Rethinking few-shot image classification: a good embedding is all you need? ECCV, 2020. \nAshish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N. Gomez, Lukasz Kaiser, and Illia Polosukhin. Attention is all you need. In Advances in Neural Information Processing Systems, pp. 5998–6008, 2017. \nOriol Vinyals, Charles Blundell, Tim Lillicrap, Koray Kavukcuoglu, and Daan Wierstra. Matching networks for one shot learning. In Advances in Neural Information Processing Systems, pp. 3630–3638, 2016. \nC. Wah, S. Branson, P. Welinder, P. Perona, and S. Belongie. The caltech-ucsd birds-200-2011 dataset. Technical Report CNS-TR-2011-001, California Institute of Technology, 2011. \nYu-Xiong Wang, Ross B. Girshick, Martial Hebert, and Bharath Hariharan. Low-shot learning from imaginary data. In CVPR, pp. 7278–7286, 2018. \nZiyang Wu, Yuwei Li, Lihua Guo, and Kui Jia. Parn: Position-aware relation networks for few-shot learning. In ICCV, pp. 6659–6667, 2019. \nChen Xing, Negar Rostamzadeh, Boris Oreshkin, and Pedro O O. Pinheiro. Adaptive cross-modal few-shot learning. In NIPS, pp. 4847–4857, 2019. \nKelvin Xu, Jimmy Ba, Ryan Kiros, Kyunghyun Cho, Aaron C. Courville, Ruslan Salakhutdinov, Richard S. Zemel, and Yoshua Bengio. Show, attend and tell: Neural image caption generation with visual attention. In ICML, pp. 2048–2057, 2015. \nLing Yang, Liangliang Li, Zilun Zhang, Xinyu Zhou, Erjin Zhou, and Yu Liu. DPGN: distribution propagation graph network for few-shot learning. In CVPR, pp. 13387–13396, 2020. \nShulin Yang, Liefeng Bo, Jue Wang, and Linda G Shapiro. Unsupervised template learning for fine-grained object recognition. In Advances in Neural Information Processing Systems, pp. 3122–3130, 2012. \nHan-Jia Ye, Hexiang Hu, De-Chuan Zhan, and Fei Sha. Few-shot learning via embedding adaptation with set-to-set functions. In CVPR, 2020. \nSung Whan Yoon, Jun Seo, and Jaekyun Moon. Tapnet: Neural network augmented with task-adaptive projection for few-shot learning. In ICML, pp. 7115–7123, 2019. \nChi Zhang, Yujun Cai, Guosheng Lin, and Chunhua Shen. Deepemd: Few-shot image classification with differentiable earth mover’s distance and structured classifiers. In CVPR, pp. 12203–12213, 2020. ", + "bbox": [ + 171, + 98, + 826, + 619 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "A APPENDIX ", + "text_level": 1, + "bbox": [ + 176, + 102, + 299, + 117 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "A.1 DETAILS ABOUT CECR ALTERNATIVES ", + "text_level": 1, + "bbox": [ + 174, + 132, + 495, + 147 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "For the cross-episode consistency regularization (CECR) loss $L _ { c e c r }$ in Eq. (7), we compare the knowledge distillation (KD) loss to the negative cosine similarity (NegCos), the L2 distance, and the symmetric Kullback-Leibler (KL) divergence (SymKL) in the main paper. Here we give the details about three CECR alternatives. Concretely, let $\\sigma ^ { ( 1 ) } ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } )$ (or $\\sigma ^ { ( 2 ) } ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ) ;$ denote the normalized vector of $f ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\hat { \\mathbf { S } } ^ { ( 1 ) } )$ (or $f ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\hat { \\mathbf { S } } ^ { ( 2 ) } ) )$ using softmax, we then have ", + "bbox": [ + 174, + 157, + 825, + 237 + ], + "page_idx": 12 + }, + { + "type": "equation", + "img_path": "images/f343dc5ca1d4d32264a3c295e960e153c927a5ff6a67bc78585b18cb6ee4ad8e.jpg", + "text": "$$\n\\begin{array} { r l } & { L _ { c c e } ^ { ( N , q , \\mathcal { C } ) G 3 } = \\varmathbb { E } _ { ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } , y _ { i } ^ { ( 1 , 2 ) } ) \\in \\varDelta _ { c } ^ { ( 1 , 2 ) } } \\mathrm { P e g } C \\cos ( f ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\tilde { \\mathbf { S } } ^ { ( 1 ) } ) , f ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\tilde { \\mathbf { S } } ^ { ( 2 ) } ) ) } \\\\ & { \\qquad = \\mathbb { E } _ { ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } , y _ { i } ^ { ( 1 , 2 ) } ) \\in \\varDelta _ { c } ^ { ( 1 , 2 ) } } - \\frac { \\mathcal { C } ^ { ( N , 1 ) } ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ) \\mathcal { S } ^ { ( 2 ) } ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ) } { \\| \\mathcal { C } ^ { ( 1 , 2 ) } \\| } , \\sigma ^ { ( 2 ) } ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ) > } \\\\ & { L _ { c c e } ^ { ( L _ { c } ^ { ( 2 ) } ) } = \\mathbb { E } _ { ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } , y _ { i } ^ { ( 1 , 2 ) } ) \\in \\varDelta _ { c } ^ { ( 1 , 2 ) } } \\mathrm { L } 2 ( f ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\tilde { \\mathbf { S } } ^ { ( 1 ) } ) ) , f ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\tilde { \\mathbf { S } } ^ { ( 2 ) } ) ) | } \\\\ & { \\qquad = \\mathbb { E } _ { ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } , y _ { i } ^ { ( 1 , 2 ) } ) \\in \\varDelta _ { c } ^ { ( 1 , 2 ) } } \\mathrm { L } 2 ( f ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\tilde { \\mathbf { S } } ^ { ( 1 ) } ) , f ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\tilde { \\mathbf { S } } ^ { ( 2 ) } ) ) } \\\\ & L _ { c c e } ^ { ( s y m K L ) } = \\mathbb { E } _ \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 240, + 239, + 750, + 431 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "$< \\cdot , \\cdot >$ nner(u, f two vectors, are two unno $T$ is the temperature paraalized scoring vectors, eter, anddenotes ${ \\bf K L } ( { \\bf u } , { \\bf v } ) =$ $\\begin{array} { r } { \\sum _ { j = 1 } ^ { N } \\sigma _ { j } ( \\mathbf { u } ) \\log \\frac { \\sigma _ { j } ( \\mathbf { u } ) } { \\sigma _ { j } ( \\mathbf { v } ) } } \\end{array}$ $\\mathbf { v } \\in \\mathbb { R } ^ { N }$ $\\sigma$ function, and $\\sigma _ { j } ( { \\mathbf { u } } )$ denotes the $j$ -th element of $\\sigma ( \\mathbf { u } )$ ", + "bbox": [ + 174, + 430, + 823, + 481 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "A.2 MORE ABLATIVE RESULTS ", + "text_level": 1, + "bbox": [ + 176, + 496, + 406, + 511 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "In Table 2, we show more ablative results when the attention module is applied within each episode independently (named as Intra-Episode Attention Module (IEAM)). Concretely, IEAM is used for ProtoNet†+IEAM $^ \\dagger$ means that ProtoNet is trained with two episodes in each training iteration for fair comparison) as follows $( \\mathrm { i } = 1 , 2$ ): ", + "bbox": [ + 173, + 521, + 825, + 578 + ], + "page_idx": 12 + }, + { + "type": "equation", + "img_path": "images/5624773b60159adc1e2412c6c6660aa114a717348cb8d1dce3f105eccb73e9b3.jpg", + "text": "$$\n\\hat { \\mathbf { F } } ^ { ( i ) } = \\mathrm { I E A M } ( \\mathbf { F } ^ { ( i ) } , \\mathbf { S } ^ { ( i ) } , \\mathbf { S } ^ { ( i ) } ) = \\mathbf { F } ^ { ( i ) } + \\mathrm { s o f t m a x } ( \\frac { \\mathbf { F } _ { Q } ^ { ( i ) } \\mathbf { S } _ { K } ^ { ( i ) T } } { \\sqrt { d } } ) \\mathbf { S } _ { V } ^ { ( i ) } .\n$$", + "text_format": "latex", + "bbox": [ + 281, + 579, + 715, + 619 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "We also add our Cross-Episode Consistency Regularization (CECR) for ProtoNet†+IEAM+CECR to see the performance when IEAM instead of our CEAM is adopted. ", + "bbox": [ + 173, + 622, + 823, + 651 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "We can see from Table 2 that adding IEAM to the baseline ProtoNet† also improves its performance, but IEAM is not as beneficial as our CEAM (see ProtoNet†+IEAM vs. ProtoNet† $^ +$ CEAM). When our CECR is applied on top of ProtoNet†+IEAM (i.e., ProtoNet†+IEAM+CECR), the improvement is rather minor under the 5-way 1-shot setting and the result even gets worse under the 5-shot setting. However, our MELR can still benefit from CECR (see MELR vs. ProtoNet† $^ +$ CEAM), indicating that CECR is not suitable for IEAM and our CEAM is necessary. ", + "bbox": [ + 173, + 657, + 825, + 742 + ], + "page_idx": 12 + }, + { + "type": "table", + "img_path": "images/a442cadc5123e35e488f862dbd243a359da34a1ed559079506d9547677c02e4b.jpg", + "table_caption": [ + "Table 2: Comparative results when IEAM is used on miniImageNet. The average 5-way few-shot classification accuracies $\\%$ , top-1) along with the $9 5 \\%$ confidence intervals are reported. " + ], + "table_footnote": [], + "table_body": "
MethodBackboneminiImageNet
1-shot 5-shot
ProtoNet† (Snell et al., 2017)Conv4-6452.61 ± 0.4271.33 ± 0.36
ProtoNet†+IEAMConv4-6454.83 ± 0.4371.81 ± 0.35
ProtoNet†+IEAM+CECRConv4-6454.97 ± 0.4471.72 ± 0.35
ProtoNet+ +CEAM (ours)Conv4-6455.01 ± 0.4372.01 ± 0.35
MELR (ours)Conv4-6455.35 ± 0.4372.27 ± 0.35
", + "bbox": [ + 194, + 799, + 803, + 909 + ], + "page_idx": 12 + }, + { + "type": "image", + "img_path": "images/a2dd9d23ce27830d5bce32728ecb061ec3b02691ee29a0faba4998752337b38c.jpg", + "image_caption": [ + "Figure 4: The first three subfigures in each row are the visualizations of data distributions obtained by ProtoNet†, ProtoNet $^ +$ CEAM, and ProtoNet† $\\mathbf { \\sigma } _ { + \\mathbf { C E A M + C E C R } }$ (i.e., our MELR) for the same metatest episode, respectively. The last two subfigures in each row are the visualizations of attention maps for query and support sets, respectively. All results are obtained under the 5-way 5-shot setting on miniImageNet with Conv4-64 as the feature extractor. " + ], + "image_footnote": [], + "bbox": [ + 191, + 97, + 807, + 585 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "A.3 MORE VISUALIZATION RESULTS ", + "text_level": 1, + "bbox": [ + 178, + 713, + 444, + 727 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "Similar to Section 4.3, we provide more visualization results in Figure 4. (1) We sample five episodes (corresponding to five rows in Figure 4) in the test split of miniImageNet under the 5-way 5-shot setting and visualize the data distributions in the first three columns using the trained models of ProtoNet†, ProtoNet† $^ { + }$ CEAM, and our MELR (i.e., ProtoNet† $^ +$ CEAM+CECR), respectively. We can observe that adding CEAM makes the distributions of different classes more separable in the first four rows (see the second column vs. the first column), validating the effectiveness of our CEAM. Moreover, the embeddings obtained by our MELR are clearly much more evenly distributed with the prototypes generally right in the center, indicating less poorly-sampled instances (see the third column vs. the second column). Specifically, ProtoNet† $+$ CEAM brings an obvious outlying instance in the last row, but adding CECR stabilizes the training of CEAM. In a word, when CECR is combined with CEAM, the badly-sampled shots can be pulled back to the center of the class distributions. (2) We also visualize the attention maps over each meta-test episode using our trained MELR model. For each of the five episodes, we obtain two $5 \\times 5$ attention maps for query and support sets in the last two subfigures of each row, respectively. It can be seen that the two attention maps in each row are very much alike, indicating that support and query sample embeddings are transformed by our CEAM in a similar way, which thus brings performance improvements for FSL. ", + "bbox": [ + 174, + 743, + 825, + 922 + ], + "page_idx": 13 + }, + { + "type": "table", + "img_path": "images/6817c8fbb727e955df91cf9594f5ed4c0cbec6c4acd068930e0ab3c1960218d8.jpg", + "table_caption": [ + "Table 3: Comparative results of fine-grained FSL on CUB. The average 5-way few-shot classification accuracies ( $\\%$ , top-1) along with the $9 5 \\%$ confidence intervals are reported. " + ], + "table_footnote": [], + "table_body": "
MethodBackboneCUB
1-shot 5-shot
MatchingNet (Vinyals et al., 2016)Conv4-6461.16±0.8972.86 ± 0.70
ProtoNet† (Snell et al., 2017)Conv4-6464.42 ± 0.4881.82 ± 0.35
MAML (Finn et al., 2017)Conv4-6455.92 ± 0.9572.09 ± 0.76
Relation Net (Sung et al., 2018)Conv4-6462.45 ± 0.9876.11 ± 0.69
FEAT(Ye et al., 2020)Conv4-6468.87 ± 0.2282.90 ± 0.15
ProtoNet† +CEAM (ours)Conv4-6468.92±0.5084.54 ±0.32
MELR (ours)Conv4-6470.26 ± 0.5085.01 士 0.32
", + "bbox": [ + 174, + 148, + 820, + 282 + ], + "page_idx": 14 + }, + { + "type": "image", + "img_path": "images/0cf27eb5cc65a9dbac9174562785e65d9674f8fc0aa2be463189c03a50d7d4c6.jpg", + "image_caption": [ + "Figure 5: Illustration of hyper-parameter analysis on the miniImageNet dataset. Conv4-64 is used as the feature extractor. " + ], + "image_footnote": [], + "bbox": [ + 189, + 308, + 808, + 489 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "", + "bbox": [ + 174, + 553, + 823, + 594 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "A.4 RESULTS FOR FINE-GRAINED FSL ", + "text_level": 1, + "bbox": [ + 176, + 614, + 457, + 628 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "To evaluate our MELR under the fine-grained setting where the poorly-sampled shots may have greater negative impact since the classes are much more close, we conduct experiments on CUB200-2011 Birds (CUB) (Wah et al., 2011) with Conv4-64 as the feature extractor. CUB has 200 finegrained classes of birds and 11,788 images in total. We follow (Ye et al., 2020) and split the dataset into 100, 50, and 50 classes for training, validation, and test, respectively. For direct comparison, we also use the pre-trained backbone model released by (Ye et al., 2020), which is pre-trained on the training set. The comparative results in Table 3 show that: (1) Our MELR achieves the best results and improves over the second-best FEAT by $1 . 4 \\% - 2 . 1 \\%$ , validating the effectiveness of MELR under the fine-grained setting. (2) Our ProtoNe $\\cdot ^ { \\dagger } { + } \\mathrm { C E A M }$ alone outperforms all the competitors, and adding CECR into ProtoNet $^ { \\dag } +$ CEAM (i.e., our MELR) further brings noticeable improvements $( 0 . 5 \\% - 1 . 3 \\% )$ , indicating that both CEAM and CECR are crucial for fine-grained FSL. ", + "bbox": [ + 174, + 640, + 825, + 794 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "A.5 ANALYSIS OF HYPER-PARAMETER SENSITIVITY ", + "text_level": 1, + "bbox": [ + 174, + 813, + 550, + 827 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "As we have mentioned in Section 4.1, the hyper-parameters $\\lambda$ and $T$ are respectively selected from $\\{ 0 . 0 2 , 0 . 0 5 , 0 . 1 , 0 . 2 \\}$ and $\\{ 1 6 , 3 2 , 6 4 , 1 2 8 \\}$ according to the validation performance of our MELR algorithm. Concretely, on miniImageNet (with Conv4-64 as the feature extractor), we choose $\\lambda =$ 0.1 and $T = 1 2 8$ under the 5-way 1-shot setting, and choose $\\lambda = 0 . 0 5$ and $T = 6 4$ under the 5-way 5-shot setting. In Figure 5, we further present our hyper-parameter analysis on miniImageNet. The results show that our algorithm is quite insensitive to these parameters. ", + "bbox": [ + 174, + 840, + 825, + 924 + ], + "page_idx": 14 + }, + { + "type": "table", + "img_path": "images/2677e675c3c66b958b44e09cc92f92e611335c342e98fbf8b73273ffda57a5d9.jpg", + "table_caption": [ + "Table 4: Results obtained by varying the number of episodes in each training iteration on miniImageNet (with Conv4-64 as the backbone). The average 5-way classification accuracies $( \\%$ top-1) along with the $9 5 \\%$ confidence intervals are reported. " + ], + "table_footnote": [], + "table_body": "
Implement. (1)Implement. (2)
Method#Episodes1-shot5-shot1-shot5-shot
MELR255.35 ± 0.4372.27 ± 0.3555.35 ± 0.4372.27 ± 0.35
MELR355.26 ± 0.4471.88 ± 0.3555.19 ± 0.4371.90 ± 0.35
MELR455.15 ± 0.4371.63 ± 0.3555.03 ± 0.4471.76 ± 0.35
", + "bbox": [ + 181, + 162, + 812, + 252 + ], + "page_idx": 15 + }, + { + "type": "table", + "img_path": "images/3df8490ebd865aa783b381d2e0b31f79bffbf025c7d4b04a8852d75e41423012.jpg", + "table_caption": [ + "Table 5: Comparison regarding the number of parameters (‘K’ denotes $^ { \\bullet } \\times 1 0 ^ { 3 }$ ’ and ‘M’ denotes $^ { \\bullet } \\times 1 0 ^ { 6 } ^ { \\bullet }$ ) among various FSL methods. " + ], + "table_footnote": [], + "table_body": "
MethodBackbone#ParametersminiImageNet
1-shot5-shot
ProtoNet† (Snell et al., 2017)Conv4-64113.09K52.78 ± 0.4571.26 ± 0.36
PARN (Wu et al., 2019)Conv4-64405.49K55.22 ± 0.8471.55 ± 0.66
FEAT (Ye et al.,2020)Conv4-64129.66K55.15 ± 0.2071.61 ± 0.16
MELR (ours)Conv4-64129.66K55.35 ± 0.4372.27 ± 0.35
ProtoNet† (Snell et al., 2017)ResNet-1212.42M62.41 ± 0.4480.49±0.29
FEAT (Ye et al., 2020)ResNet-1214.06M66.78 ± 0.2082.05 ± 0.14
MELR (ours)ResNet-1214.06M67.40 ± 0.4383.40 ± 0.28
", + "bbox": [ + 174, + 324, + 820, + 458 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "A.6 RESULTS BY VARYING THE NUMBER OF EPISODES ", + "text_level": 1, + "bbox": [ + 174, + 489, + 570, + 506 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "We also conduct experiments by varying the number of episodes $N _ { e }$ in each training iteration. For the implementation of CEAM, we have two slightly different choices. Concretely, for each episode $e ^ { ( i ) }$ $( i = 1 , \\cdots , N _ { e } )$ , the output of CEAM can be defined as: ", + "bbox": [ + 176, + 517, + 825, + 561 + ], + "page_idx": 15 + }, + { + "type": "equation", + "img_path": "images/c04f081cb8153b8243cb29de731abec4d08b2c4724512c81e7868b972f8870d1.jpg", + "text": "$$\n\\hat { \\mathbf { F } } ^ { ( i ) } = \\frac { 1 } { N _ { e } - 1 } \\sum _ { \\substack { j = 1 , \\cdots , N _ { e } , j \\neq i } } \\mathbf { C E A M } ( \\mathbf { F } ^ { ( i ) } , \\mathbf { S } ^ { ( j ) } , \\mathbf { S } ^ { ( j ) } ) ;\n$$", + "text_format": "latex", + "bbox": [ + 370, + 570, + 730, + 609 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "where $[ \\mathbf { S } ^ { ( j ) } ] _ { j = 1 , j \\neq i } ^ { N _ { e } } \\in \\mathbb { R } ^ { N K ( N _ { e } - 1 ) \\times d }$ is the concatenation of $\\mathbf { S } ^ { ( j ) } \\in \\mathbb { R } ^ { N K \\times d } ( j = 1 , \\cdots , i - 1 , i +$ $1 , \\cdots , N _ { e } )$ . As for CECR, we determine the episode with the best accuracy as the teacher and distill knowledge to the rest $N _ { e } - 1$ student episodes. ", + "bbox": [ + 176, + 642, + 823, + 688 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "The results on miniImageNet using Conv4-64 in Table 4 show that the performance drops slightly as the number of episodes in each training iteration increases for both implementations. One possible explanation is that too much training data make the model fit better on the training set but fail to improve its generalization ability on novel classes. ", + "bbox": [ + 174, + 694, + 825, + 752 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "A.7 COMPARISON REGARDING THE NUMBER OF PARAMETERS ", + "text_level": 1, + "bbox": [ + 174, + 771, + 622, + 786 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "We select several representative/latest FSL models from Table 1 of the main paper and list their numbers of parameters in Table 5. We can observe that: (1) With an extra CEAM in addition to the backbone (Conv4-64 or ResNet-12), our MELR has about $1 3 \\% - 1 5 \\%$ relatively more parameters than the baseline ProtoNet. Note that CECR (in our MELR) leads to no extra parameters. Considering the (statistically) significant improvements achieved by our MELR over ProtoNet, we think that our MELR is cost-effective because it requires not much additional parameters. (2) The number of MELR’s parameters is almost the same as that of FEAT’s and is much less than that of PARN’s, but our MELR achieves better results than FEAT and PARN, indicating that our MELR is the most cost-effective among these three methods. ", + "bbox": [ + 174, + 797, + 825, + 924 + ], + "page_idx": 15 + }, + { + "type": "image", + "img_path": "images/d8310768f74da4fd95867ec4f8dc1bbd7e1e37272f8603c91baaaf3d516a14a4.jpg", + "image_caption": [ + "Figure 6: Schematic illustration of our CEAM with a pair of episodes as its input. For easy understanding (but without loss of generality), a toy visual example is considered: only one outlying instance $x$ exists in the support set ${ \\mathcal { S } } ^ { ( 1 ) }$ of the first episode, but the support set $S ^ { ( 2 ) }$ of the second episode is properly sampled. Since ${ \\tilde { S } } ^ { ( 1 ) } { = } S ^ { ( 1 ) } \\setminus \\{ x \\}$ and $S ^ { ( 2 ) }$ have similar data distributions (from the same classes), the outlying instance $x$ is pulled back to $\\tilde { S } ^ { ( 1 ) }$ by attending on it with $S ^ { ( 2 ) }$ (which can not be done by attending on it with ${ \\mathcal { S } } ^ { ( 1 ) }$ ), i.e., its negative effect is mitigated by our CEAM. " + ], + "image_footnote": [], + "bbox": [ + 194, + 99, + 803, + 294 + ], + "page_idx": 16 + }, + { + "type": "table", + "img_path": "images/24ae39eebb7a7afe321c4a01c509cb27ebd7a0f441cb91f302d1c5836645cd87.jpg", + "table_caption": [ + "Table 6: Results by inputting only support samples as ‘queries’ into CEAM (denote as ‘Support Support’) on miniImageNet. " + ], + "table_footnote": [], + "table_body": "
MethodBackbone1-shot5-shot
ProtoNettConv4-6452.61 ± 0.4271.33 ± 0.36
ProtoNet†+CEAM (Support →→ Support)Conv4-6454.79 ± 0.4371.40 ± 0.36
ProtoNet† +CEAM (Support → All, ours)Conv4-6455.01 ± 0.4372.01 ±0.35
", + "bbox": [ + 191, + 469, + 802, + 535 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "A.8 SCHEMATIC ILLUSTRATION OF CEAM ", + "text_level": 1, + "bbox": [ + 176, + 578, + 485, + 593 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "To demonstrate how our proposed CEAM can alleviate the negative effect of the poorly sampled shots, we present a schematic illustration of CEAM with a pair of episodes as its input in Figure 6. For easy understanding (but without loss of generality), a toy visual example is considered: only one outlying instance $x$ exists in the support set ${ \\mathcal { S } } ^ { ( 1 ) }$ of the first episode, but the support set $\\bar { S ^ { ( 2 ) } }$ of the second episode is properly sampled. Since the two episodes are sampled from the same set of classes, the data distributions of $\\tilde { S } ^ { ( 1 ) } = S ^ { ( 1 ) } \\setminus \\{ x \\}$ and $S ^ { ( 2 ) }$ are similar. On one hand, when ${ \\mathcal { S } } ^ { ( 1 ) }$ (including the outlier $x$ ) is used as keys and values to update $S ^ { ( 2 ) }$ , the distribution of $S ^ { ( 2 ) }$ will not be influenced too much by the outlier $x$ since all the shots in $S ^ { ( 2 ) }$ are far away from $x$ and the weights on $x$ will be very small. That is, our CEAM is insensitive to few outliers in the keys and values. On the other hand, when ${ \\mathcal { S } } ^ { ( 1 ) }$ is transformed based on $S ^ { ( 2 ) }$ , the distribution of $\\tilde { \\cal S } ^ { ( \\mathrm { 1 } ) }$ will be changed little (the data distributions of $\\tilde { S } ^ { ( 1 ) }$ and $S ^ { ( 2 ) }$ are similar). Particularly, for the outlier $x$ , its updated embedding $\\hat { \\bf x }$ will be pulled back to $\\tilde { S } ^ { ( 1 ) }$ (i.e., its negative effect is mitigated) since $\\hat { \\mathbf { x } } = \\mathbf { C E A M } ( \\mathbf { x } , \\mathbf { S } ^ { ( 2 ) } , \\mathbf { S } ^ { ( 2 ) } ) \\approx \\mathbf { x } + \\mathbf { W S } ^ { ( 2 ) } \\approx \\mathbf { x } + \\tilde { \\mathbf { W } } \\tilde { \\mathbf { S } } ^ { ( 1 ) }$ , where $\\mathbf { x }$ is the original embedding of $x$ , $\\mathbf { S } ^ { ( 2 ) }$ and $\\tilde { \\mathbf { S } } ^ { ( 1 ) }$ are respectively the feature matrices of $S ^ { ( 2 ) }$ and $\\tilde { S } ^ { ( 1 ) }$ , $\\mathbf { W }$ and $\\tilde { \\mathbf { W } }$ are two normalized weight matrices. Note that this cannot be done by attending on $\\mathbf { x }$ with $\\mathbf { S } ^ { ( 1 ) }$ . ", + "bbox": [ + 173, + 609, + 825, + 833 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "Additionally, we provide the results obtained by an extra CEAM alternative in Table 6: only the embeddings of support samples are transformed (denoted as ‘Support Support’) instead of transforming all samples as our choice. We can see from Table 6 and also Figure 2(b) that our choice (i.e., Support $ \\mathrm { A l l }$ ) achieves the best results among all CEAM alternatives. One possible explanation for why we resort to updating all samples is that transforming support and query samples into the same embedding space is beneficial to the model learning. ", + "bbox": [ + 174, + 840, + 825, + 924 + ], + "page_idx": 16 + }, + { + "type": "image", + "img_path": "images/53589dccc3ddf367dd0a36be2a1ea3d36f628b449fe24e2742ee4cd79b7b9d54.jpg", + "image_caption": [ + "Figure 7: Visualization results of 10 meta-test episodes on miniImageNet under the 5-way 5-shot setting (Conv4-64 is used as the backbone). For each meta-test episode, we visualize three data distributions (from left to right) obtained by ProtoNet†, ProtoNet $\\mathsf { I } _ { + \\mathrm { C E A M } }$ , and our MELR, respectively. That is, each meta-test episode is denoted by three subfigures and each row has two episodes. In each subfigure, we compute the test accuracy over query samples and present it as the title. " + ], + "image_footnote": [], + "bbox": [ + 179, + 101, + 820, + 470 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "A.9 SIGNIFICANCE ANALYSIS OF CECR ", + "text_level": 1, + "bbox": [ + 178, + 579, + 465, + 592 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "Since CECR (in our MELR) requires no extra learnable parameters and only computes a loss for consistency constraint, it brings very limited computational cost. Empirically, the meta-training time of MELR is almost the same as that of ProtoNet†+CEAM, indicating that the performance improvement over ProtoNet†+CEAM is obtained by CECR at an extremely low cost. ", + "bbox": [ + 174, + 606, + 825, + 661 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "To study when CECR has a significant impact on the final FSL performance, we select 10 meta-test episodes from the 2,000 ones used in the evaluation stage and visualize them in Figure 7. Concretely, for each of the 10 selected meta-test episodes, we visualize three data distributions (from left to right) obtained by ProtoNet†, ProtoNet† $^ +$ CEAM, and our MELR, respectively. That is, each meta-test episode is denoted by a group of three subfigures. In each subfigure, we compute the test accuracy over query samples and present it as the title. We can see that: (1) When the few-shot classification task is hard (i.e., ProtoNet† obtains relatively low accuracy), CEAM leads to significant improvements (about $3 \\% - 9 \\%$ ). (2) In the same hard situation, CECR further achieves significant improvements (about $5 \\% - 8 \\%$ ) on top of CEAM and shows its great effect on the final FSL performance. This indicates that CECR and CEAM are complementary to each other in hard situations, and thus both are crucial for solving the poor sampling problem in meta-learning based FSL. ", + "bbox": [ + 174, + 667, + 825, + 821 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "A.10 RESULTS OF TRANSDUCTIVE FSL ", + "text_level": 1, + "bbox": [ + 176, + 840, + 462, + 854 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "The main difference between standard and transductive FSL is whether query samples are tested one at a time or all simultaneously. As we have mentioned in Section 4.1, we evaluate our MELR model strictly following the non-transductive setting for standard FSL since the embedding of each query sample in the test episode is independently transformed using the keys and values coming from the support set. However, in this section, we further conduct experiments under the transductive FSL setting to study how well our MELR can make use of the unlabeled query samples. ", + "bbox": [ + 176, + 867, + 823, + 924 + ], + "page_idx": 17 + }, + { + "type": "table", + "img_path": "images/aac54ebeba8097d4ecf1c418c7c008588c1b04aa6d51fa3cf1a8c10f7bc6a3be.jpg", + "table_caption": [ + "Table 7: Comparative results of transductive FSL on miniImageNet. The average 5-way few-shot classification accuracies $\\%$ , top-1) along with the $9 5 \\%$ confidence intervals are reported. We cite the results of the competitors from (Ye et al., 2020). " + ], + "table_footnote": [], + "table_body": "
miniImageNet
MethodBackbone1-shot5-shot
StandardFSL:
ProtoNet† (Snell et al., 2017)Conv4-6452.78 ± 0.4571.26 ± 0.36
MELR (ours)Conv4-6455.35 ± 0.4372.27 ± 0.35
Transductive FSL:
Semi-ProtoNet (Ren et al., 2018)Conv4-6455.50 ± 0.1071.76 ± 0.08
TPN (Liu et al., 2019)Conv4-6455.51 ± 0.8469.86 ± 0.67
TEAM (Qiao et al., 2019)Conv4-6456.5772.04
FEAT (Ye et al., 2020)Conv4-6457.04 ± 0.1672.89 ± 0.20
ProtoNet†+CEAM (ours)Conv4-6460.30 ± 0.4974.28 ± 0.36
MELR (ours)Conv4-6461.67 ± 0.5174.87 ± 0.35
", + "bbox": [ + 179, + 156, + 813, + 330 + ], + "page_idx": 18 + }, + { + "type": "image", + "img_path": "images/6d48eb43714c65a0aae66942670f3c3d111ac84046535db6ae2a08448c051534.jpg", + "image_caption": [ + "Figure 8: Visualization of the generalization ability of our MELR on the test split of miniImageNet under the 5-way 1-shot setting with Conv4-64 as the backbone. Note that we check the test performance of the model at each training epoch (i.e., every 100 training iterations). " + ], + "image_footnote": [], + "bbox": [ + 200, + 349, + 792, + 498 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "", + "bbox": [ + 173, + 558, + 820, + 587 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "Concretely, for each meta-test episode $e ^ { ( t e s t ) }$ , we input all samples (both support and query ones) as keys and values into the trained CEAM: ", + "bbox": [ + 176, + 593, + 820, + 622 + ], + "page_idx": 18 + }, + { + "type": "equation", + "img_path": "images/fd6ddb417532ee969d2d2dc758aa02175b5a49c0c5d8a238fe2178ea0ed3de43.jpg", + "text": "$$\n\\begin{array} { r } { \\hat { \\mathbf { F } } ^ { ( t e s t ) } = \\mathrm { C E A M } ( { \\mathbf { F } } ^ { ( t e s t ) } , { \\mathbf { F } } ^ { ( t e s t ) } , { \\mathbf { F } } ^ { ( t e s t ) } ) , } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 356, + 628, + 640, + 647 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "such that the relationships of all unlabeled query samples can be taken into consideration. With the transformed embeddings, we make predictions for all query samples based on Semi-ProtoNet (Ren et al., 2018), which utilizes the unlabeled query samples to help construct better class prototypes and then makes predictions similar to ProtoNet. To match the meta-test process, we also make changes to meta-training accordingly. Specifically, for one episode (out of the two) in each training iteration, we use all samples from the other episode as keys and values for CEAM to update all of its own embeddings. This is followed by obtaining the prototypes based on Semi-ProtoNet as well as computing the FSL loss and CECR loss. ", + "bbox": [ + 173, + 651, + 825, + 763 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "The results of transductive FSL on miniImageNet are shown in Table 7. It can be seen that: (1) By utilizing the unlabeled query samples under transductive FSL, our MELR achieves further improvements, as compared to MELR under standard FSL. Particularly, the performance improvement under 1-shot (i.e., $6 . 3 \\%$ ) is more significant than that under 5-shot (i.e., $2 . 6 \\%$ ), indicating that exploiting unlabeled query samples brings more benefits to FSL with less labeled support samples. (2) Our MELR achieves the best results among all the transductive FSL methods. Specifically, MELR outperforms FEAT by a large margin $( 2 . 0 \\% - 4 . 6 \\% )$ . Since FEAT also makes predictions based on Semi-ProtoNet, this clearly validates the effectiveness of our MELR under the transductive setting. (3) Our ProtoNet†+CEAM alone outperforms all the competitors, and adding CECR into ProtoNet†+CEAM (i.e., our MELR is obtained) further brings noticeable improvements $( 0 . 6 \\% \\mathrm { ~ - ~ }$ $1 . 4 \\% )$ , indicating that both CEAM and CECR play important roles under transductive FSL. ", + "bbox": [ + 173, + 770, + 825, + 924 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "A.11 VISUALIZATIONS OF THE GENERALIZATION ABILITY OF MELR ", + "bbox": [ + 174, + 103, + 669, + 117 + ], + "page_idx": 19 + }, + { + "type": "text", + "text": "We further provide the visualization of the generalization ability of our MELR during meta-test in Figure 8. Concretely, we randomly sample 1,000 episode pairs from the test split of miniImageNet under the 5-way 1-shot setting, where the two episodes in each pair have identical sets of classes. We then compute the average 5-way classification accuracy over all 2,000 episodes (from the 1,000 episode pairs) and the average $L _ { c e c r }$ in Eq. (7) over all 1,000 episode pairs at each training epoch. We present the visualization results w.r.t. accuracy and CECR loss in Figure 8. As expected, the accuracy of our MELR is consistently higher than that of our baseline ProtoNet†. Moreover, as compared with ProtoNet†, the CECR loss of our MELR is also lower across the whole training process, indicating that MELR has better performance consistency between two episodes. This provides direct evidence that our CEAM and CECR can boost the generalization ability of the learned model on novel classes. ", + "bbox": [ + 174, + 130, + 825, + 281 + ], + "page_idx": 19 + } +] \ No newline at end of file diff --git a/parse/train/D3PcGLdMx0/D3PcGLdMx0_middle.json b/parse/train/D3PcGLdMx0/D3PcGLdMx0_middle.json new file mode 100644 index 0000000000000000000000000000000000000000..1958054f700bb6d254bfdb5c9adb6a7f1f5088d5 --- /dev/null +++ b/parse/train/D3PcGLdMx0/D3PcGLdMx0_middle.json @@ -0,0 +1,50176 @@ +{ + "pdf_info": [ + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 107, + 78, + 502, + 116 + ], + "lines": [ + { + "bbox": [ + 105, + 77, + 504, + 97 + ], + "spans": [ + { + "bbox": [ + 105, + 77, + 504, + 97 + ], + "score": 1.0, + "content": "MELR: META-LEARNING VIA MODELING EPISODE-", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 98, + 483, + 118 + ], + "spans": [ + { + "bbox": [ + 105, + 98, + 483, + 118 + ], + "score": 1.0, + "content": "LEVEL RELATIONSHIPS FOR FEW-SHOT LEARNING", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 112, + 134, + 384, + 168 + ], + "lines": [ + { + "bbox": [ + 111, + 135, + 156, + 146 + ], + "spans": [ + { + "bbox": [ + 111, + 135, + 156, + 146 + ], + "score": 1.0, + "content": "Nanyi Fei", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 111, + 145, + 385, + 158 + ], + "spans": [ + { + "bbox": [ + 111, + 145, + 385, + 158 + ], + "score": 1.0, + "content": "School of Information, Renmin University of China, Beijing, China", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 113, + 158, + 228, + 169 + ], + "spans": [ + { + "bbox": [ + 113, + 158, + 228, + 169 + ], + "score": 1.0, + "content": "feinanyi@ruc.edu.cn", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3 + }, + { + "type": "text", + "bbox": [ + 113, + 185, + 467, + 229 + ], + "lines": [ + { + "bbox": [ + 111, + 184, + 165, + 196 + ], + "spans": [ + { + "bbox": [ + 111, + 184, + 165, + 196 + ], + "score": 1.0, + "content": "Zhiwu Lu ∗", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 111, + 195, + 457, + 208 + ], + "spans": [ + { + "bbox": [ + 111, + 195, + 457, + 208 + ], + "score": 1.0, + "content": "Gaoling School of Artificial Intelligence, Renmin University of China, Beijing, China", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 111, + 207, + 468, + 219 + ], + "spans": [ + { + "bbox": [ + 111, + 207, + 468, + 219 + ], + "score": 1.0, + "content": "Beijing Key Laboratory of Big Data Management and Analysis Methods, Beijing, China", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 112, + 218, + 222, + 230 + ], + "spans": [ + { + "bbox": [ + 112, + 218, + 222, + 230 + ], + "score": 1.0, + "content": "luzhiwu@ruc.edu.cn", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 6.5 + }, + { + "type": "text", + "bbox": [ + 113, + 246, + 234, + 290 + ], + "lines": [ + { + "bbox": [ + 111, + 244, + 160, + 261 + ], + "spans": [ + { + "bbox": [ + 111, + 244, + 160, + 261 + ], + "score": 1.0, + "content": "Tao Xiang", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 111, + 255, + 197, + 270 + ], + "spans": [ + { + "bbox": [ + 111, + 255, + 197, + 270 + ], + "score": 1.0, + "content": "University of Surrey", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 112, + 268, + 205, + 280 + ], + "spans": [ + { + "bbox": [ + 112, + 268, + 205, + 280 + ], + "score": 1.0, + "content": "Guildford, Surrey, UK", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 112, + 279, + 234, + 292 + ], + "spans": [ + { + "bbox": [ + 112, + 279, + 234, + 292 + ], + "score": 1.0, + "content": "t.xiang@surrey.ac.uk", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 12.0 + }, + { + "type": "text", + "bbox": [ + 287, + 246, + 456, + 290 + ], + "lines": [ + { + "bbox": [ + 286, + 245, + 361, + 259 + ], + "spans": [ + { + "bbox": [ + 286, + 245, + 361, + 259 + ], + "score": 1.0, + "content": "Songfang Huang", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 286, + 255, + 393, + 270 + ], + "spans": [ + { + "bbox": [ + 286, + 255, + 393, + 270 + ], + "score": 1.0, + "content": "Alibaba DAMO Academy", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 286, + 268, + 359, + 280 + ], + "spans": [ + { + "bbox": [ + 286, + 268, + 359, + 280 + ], + "score": 1.0, + "content": "Hangzhou, China", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 286, + 280, + 456, + 291 + ], + "spans": [ + { + "bbox": [ + 286, + 280, + 456, + 291 + ], + "score": 1.0, + "content": "songfang.hsf@alibaba-inc.com", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 13.0 + }, + { + "type": "title", + "bbox": [ + 278, + 320, + 333, + 331 + ], + "lines": [ + { + "bbox": [ + 276, + 318, + 336, + 334 + ], + "spans": [ + { + "bbox": [ + 276, + 318, + 336, + 334 + ], + "score": 1.0, + "content": "ABSTRACT", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17 + }, + { + "type": "text", + "bbox": [ + 143, + 347, + 468, + 533 + ], + "lines": [ + { + "bbox": [ + 141, + 345, + 470, + 360 + ], + "spans": [ + { + "bbox": [ + 141, + 345, + 470, + 360 + ], + "score": 1.0, + "content": "Most recent few-shot learning (FSL) approaches are based on episodic training", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 142, + 358, + 470, + 371 + ], + "spans": [ + { + "bbox": [ + 142, + 358, + 470, + 371 + ], + "score": 1.0, + "content": "whereby each episode samples few training instances (shots) per class to imitate", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 141, + 369, + 469, + 381 + ], + "spans": [ + { + "bbox": [ + 141, + 369, + 469, + 381 + ], + "score": 1.0, + "content": "the test condition. However, this strict adhering to test condition has a negative", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 141, + 379, + 469, + 392 + ], + "spans": [ + { + "bbox": [ + 141, + 379, + 469, + 392 + ], + "score": 1.0, + "content": "side effect, that is, the trained model is susceptible to the poor sampling of few", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 141, + 390, + 469, + 403 + ], + "spans": [ + { + "bbox": [ + 141, + 390, + 469, + 403 + ], + "score": 1.0, + "content": "shots. In this work, for the first time, this problem is addressed by exploiting inter-", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 141, + 402, + 470, + 414 + ], + "spans": [ + { + "bbox": [ + 141, + 402, + 470, + 414 + ], + "score": 1.0, + "content": "episode relationships. Specifically, a novel meta-learning via modeling episode-", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 141, + 412, + 469, + 425 + ], + "spans": [ + { + "bbox": [ + 141, + 412, + 469, + 425 + ], + "score": 1.0, + "content": "level relationships (MELR) framework is proposed. By sampling two episodes", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 141, + 423, + 470, + 437 + ], + "spans": [ + { + "bbox": [ + 141, + 423, + 470, + 437 + ], + "score": 1.0, + "content": "containing the same set of classes for meta-training, MELR is designed to en-", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 141, + 434, + 470, + 448 + ], + "spans": [ + { + "bbox": [ + 141, + 434, + 470, + 448 + ], + "score": 1.0, + "content": "sure that the meta-learned model is robust against the presence of poorly-sampled", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 141, + 444, + 469, + 458 + ], + "spans": [ + { + "bbox": [ + 141, + 444, + 469, + 458 + ], + "score": 1.0, + "content": "shots in the meta-test stage. This is achieved through two key components: (1)", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 141, + 455, + 470, + 470 + ], + "spans": [ + { + "bbox": [ + 141, + 455, + 470, + 470 + ], + "score": 1.0, + "content": "a Cross-Episode Attention Module (CEAM) to improve the ability of alleviating", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 141, + 467, + 469, + 480 + ], + "spans": [ + { + "bbox": [ + 141, + 467, + 469, + 480 + ], + "score": 1.0, + "content": "the effects of poorly-sampled shots, and (2) a Cross-Episode Consistency Regu-", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 141, + 478, + 470, + 490 + ], + "spans": [ + { + "bbox": [ + 141, + 478, + 470, + 490 + ], + "score": 1.0, + "content": "larization (CECR) to enforce that the two classifiers learned from the two episodes", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 141, + 490, + 469, + 501 + ], + "spans": [ + { + "bbox": [ + 141, + 490, + 469, + 501 + ], + "score": 1.0, + "content": "are consistent even when there are unrepresentative instances. Extensive experi-", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 141, + 500, + 469, + 511 + ], + "spans": [ + { + "bbox": [ + 141, + 500, + 469, + 511 + ], + "score": 1.0, + "content": "ments for non-transductive standard FSL on two benchmarks show that our MELR", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 142, + 511, + 469, + 523 + ], + "spans": [ + { + "bbox": [ + 142, + 512, + 178, + 523 + ], + "score": 1.0, + "content": "achieves", + "type": "text" + }, + { + "bbox": [ + 179, + 511, + 226, + 522 + ], + "score": 0.9, + "content": "1 . 0 \\% { - } 5 . 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 226, + 512, + 469, + 523 + ], + "score": 1.0, + "content": "improvements over the baseline (i.e., ProtoNet) used for FSL", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 141, + 522, + 450, + 535 + ], + "spans": [ + { + "bbox": [ + 141, + 522, + 450, + 535 + ], + "score": 1.0, + "content": "in our model and outperforms the latest competitors under the same settings.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 26 + }, + { + "type": "title", + "bbox": [ + 108, + 560, + 206, + 573 + ], + "lines": [ + { + "bbox": [ + 105, + 559, + 208, + 576 + ], + "spans": [ + { + "bbox": [ + 105, + 559, + 208, + 576 + ], + "score": 1.0, + "content": "1 INTRODUCTION", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 35 + }, + { + "type": "text", + "bbox": [ + 107, + 587, + 505, + 708 + ], + "lines": [ + { + "bbox": [ + 105, + 586, + 505, + 601 + ], + "spans": [ + { + "bbox": [ + 105, + 586, + 505, + 601 + ], + "score": 1.0, + "content": "Deep convolutional neural networks (CNNs) have achieved tremendous successes in a wide range", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 599, + 506, + 611 + ], + "spans": [ + { + "bbox": [ + 105, + 599, + 506, + 611 + ], + "score": 1.0, + "content": "of computer vision tasks including object recognition (Krizhevsky et al., 2012; Simonyan & Zisser-", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 609, + 505, + 622 + ], + "spans": [ + { + "bbox": [ + 105, + 609, + 505, + 622 + ], + "score": 1.0, + "content": "man, 2015; Russakovsky et al., 2015; He et al., 2016a), semantic segmentation (Long et al., 2015;", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 620, + 506, + 632 + ], + "spans": [ + { + "bbox": [ + 106, + 620, + 506, + 632 + ], + "score": 1.0, + "content": "Chen et al., 2018), and object detection (Ren et al., 2015; Redmon et al., 2016). For most visual", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 631, + 505, + 644 + ], + "spans": [ + { + "bbox": [ + 105, + 631, + 505, + 644 + ], + "score": 1.0, + "content": "recognition tasks, at least hundreds of labeled training images are required from each class for train-", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 641, + 506, + 655 + ], + "spans": [ + { + "bbox": [ + 105, + 641, + 506, + 655 + ], + "score": 1.0, + "content": "ing a CNN model. However, collecting a large number of labeled training samples is costly and", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 653, + 505, + 666 + ], + "spans": [ + { + "bbox": [ + 105, + 653, + 505, + 666 + ], + "score": 1.0, + "content": "may even be impossible in real-life application scenarios (Antonie et al., 2001; Yang et al., 2012).", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 664, + 505, + 676 + ], + "spans": [ + { + "bbox": [ + 106, + 664, + 505, + 676 + ], + "score": 1.0, + "content": "To reduce the reliance of deep neural networks on large amount of annotated training data, few-shot", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 676, + 505, + 687 + ], + "spans": [ + { + "bbox": [ + 106, + 676, + 505, + 687 + ], + "score": 1.0, + "content": "learning (FSL) has been studied (Vinyals et al., 2016; Finn et al., 2017; Snell et al., 2017; Sung et al.,", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 685, + 505, + 699 + ], + "spans": [ + { + "bbox": [ + 105, + 685, + 505, + 699 + ], + "score": 1.0, + "content": "2018), which aims to recognize a set of novel classes with only a few labeled samples by knowledge", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 106, + 696, + 338, + 709 + ], + "spans": [ + { + "bbox": [ + 106, + 696, + 338, + 709 + ], + "score": 1.0, + "content": "transfer from a set of base classes with abundant samples.", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 41 + } + ], + "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": [ + 108, + 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": [ + 107, + 78, + 502, + 116 + ], + "lines": [ + { + "bbox": [ + 105, + 77, + 504, + 97 + ], + "spans": [ + { + "bbox": [ + 105, + 77, + 504, + 97 + ], + "score": 1.0, + "content": "MELR: META-LEARNING VIA MODELING EPISODE-", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 98, + 483, + 118 + ], + "spans": [ + { + "bbox": [ + 105, + 98, + 483, + 118 + ], + "score": 1.0, + "content": "LEVEL RELATIONSHIPS FOR FEW-SHOT LEARNING", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "list", + "bbox": [ + 112, + 134, + 384, + 168 + ], + "lines": [ + { + "bbox": [ + 111, + 135, + 156, + 146 + ], + "spans": [ + { + "bbox": [ + 111, + 135, + 156, + 146 + ], + "score": 1.0, + "content": "Nanyi Fei", + "type": "text" + } + ], + "index": 2, + "is_list_start_line": true + }, + { + "bbox": [ + 111, + 145, + 385, + 158 + ], + "spans": [ + { + "bbox": [ + 111, + 145, + 385, + 158 + ], + "score": 1.0, + "content": "School of Information, Renmin University of China, Beijing, China", + "type": "text" + } + ], + "index": 3, + "is_list_start_line": true + }, + { + "bbox": [ + 113, + 158, + 228, + 169 + ], + "spans": [ + { + "bbox": [ + 113, + 158, + 228, + 169 + ], + "score": 1.0, + "content": "feinanyi@ruc.edu.cn", + "type": "text" + } + ], + "index": 4, + "is_list_start_line": true + }, + { + "bbox": [ + 111, + 184, + 165, + 196 + ], + "spans": [ + { + "bbox": [ + 111, + 184, + 165, + 196 + ], + "score": 1.0, + "content": "Zhiwu Lu ∗", + "type": "text" + } + ], + "index": 5, + "is_list_end_line": true + }, + { + "bbox": [ + 111, + 195, + 457, + 208 + ], + "spans": [ + { + "bbox": [ + 111, + 195, + 457, + 208 + ], + "score": 1.0, + "content": "Gaoling School of Artificial Intelligence, Renmin University of China, Beijing, China", + "type": "text" + } + ], + "index": 6, + "is_list_start_line": true + }, + { + "bbox": [ + 111, + 207, + 468, + 219 + ], + "spans": [ + { + "bbox": [ + 111, + 207, + 468, + 219 + ], + "score": 1.0, + "content": "Beijing Key Laboratory of Big Data Management and Analysis Methods, Beijing, China", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 112, + 218, + 222, + 230 + ], + "spans": [ + { + "bbox": [ + 112, + 218, + 222, + 230 + ], + "score": 1.0, + "content": "luzhiwu@ruc.edu.cn", + "type": "text" + } + ], + "index": 8, + "is_list_end_line": true + } + ], + "index": 3, + "bbox_fs": [ + 111, + 135, + 385, + 169 + ] + }, + { + "type": "list", + "bbox": [ + 113, + 185, + 467, + 229 + ], + "lines": [], + "index": 6.5, + "bbox_fs": [ + 111, + 184, + 468, + 230 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 113, + 246, + 234, + 290 + ], + "lines": [ + { + "bbox": [ + 111, + 244, + 160, + 261 + ], + "spans": [ + { + "bbox": [ + 111, + 244, + 160, + 261 + ], + "score": 1.0, + "content": "Tao Xiang", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 111, + 255, + 197, + 270 + ], + "spans": [ + { + "bbox": [ + 111, + 255, + 197, + 270 + ], + "score": 1.0, + "content": "University of Surrey", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 112, + 268, + 205, + 280 + ], + "spans": [ + { + "bbox": [ + 112, + 268, + 205, + 280 + ], + "score": 1.0, + "content": "Guildford, Surrey, UK", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 112, + 279, + 234, + 292 + ], + "spans": [ + { + "bbox": [ + 112, + 279, + 234, + 292 + ], + "score": 1.0, + "content": "t.xiang@surrey.ac.uk", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 12.0, + "bbox_fs": [ + 111, + 244, + 234, + 292 + ] + }, + { + "type": "list", + "bbox": [ + 287, + 246, + 456, + 290 + ], + "lines": [ + { + "bbox": [ + 286, + 245, + 361, + 259 + ], + "spans": [ + { + "bbox": [ + 286, + 245, + 361, + 259 + ], + "score": 1.0, + "content": "Songfang Huang", + "type": "text" + } + ], + "index": 10, + "is_list_start_line": true + }, + { + "bbox": [ + 286, + 255, + 393, + 270 + ], + "spans": [ + { + "bbox": [ + 286, + 255, + 393, + 270 + ], + "score": 1.0, + "content": "Alibaba DAMO Academy", + "type": "text" + } + ], + "index": 12, + "is_list_start_line": true + }, + { + "bbox": [ + 286, + 268, + 359, + 280 + ], + "spans": [ + { + "bbox": [ + 286, + 268, + 359, + 280 + ], + "score": 1.0, + "content": "Hangzhou, China", + "type": "text" + } + ], + "index": 14, + "is_list_start_line": true + }, + { + "bbox": [ + 286, + 280, + 456, + 291 + ], + "spans": [ + { + "bbox": [ + 286, + 280, + 456, + 291 + ], + "score": 1.0, + "content": "songfang.hsf@alibaba-inc.com", + "type": "text" + } + ], + "index": 16, + "is_list_start_line": true + } + ], + "index": 13.0, + "bbox_fs": [ + 286, + 245, + 456, + 291 + ] + }, + { + "type": "title", + "bbox": [ + 278, + 320, + 333, + 331 + ], + "lines": [ + { + "bbox": [ + 276, + 318, + 336, + 334 + ], + "spans": [ + { + "bbox": [ + 276, + 318, + 336, + 334 + ], + "score": 1.0, + "content": "ABSTRACT", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17 + }, + { + "type": "text", + "bbox": [ + 143, + 347, + 468, + 533 + ], + "lines": [ + { + "bbox": [ + 141, + 345, + 470, + 360 + ], + "spans": [ + { + "bbox": [ + 141, + 345, + 470, + 360 + ], + "score": 1.0, + "content": "Most recent few-shot learning (FSL) approaches are based on episodic training", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 142, + 358, + 470, + 371 + ], + "spans": [ + { + "bbox": [ + 142, + 358, + 470, + 371 + ], + "score": 1.0, + "content": "whereby each episode samples few training instances (shots) per class to imitate", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 141, + 369, + 469, + 381 + ], + "spans": [ + { + "bbox": [ + 141, + 369, + 469, + 381 + ], + "score": 1.0, + "content": "the test condition. However, this strict adhering to test condition has a negative", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 141, + 379, + 469, + 392 + ], + "spans": [ + { + "bbox": [ + 141, + 379, + 469, + 392 + ], + "score": 1.0, + "content": "side effect, that is, the trained model is susceptible to the poor sampling of few", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 141, + 390, + 469, + 403 + ], + "spans": [ + { + "bbox": [ + 141, + 390, + 469, + 403 + ], + "score": 1.0, + "content": "shots. In this work, for the first time, this problem is addressed by exploiting inter-", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 141, + 402, + 470, + 414 + ], + "spans": [ + { + "bbox": [ + 141, + 402, + 470, + 414 + ], + "score": 1.0, + "content": "episode relationships. Specifically, a novel meta-learning via modeling episode-", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 141, + 412, + 469, + 425 + ], + "spans": [ + { + "bbox": [ + 141, + 412, + 469, + 425 + ], + "score": 1.0, + "content": "level relationships (MELR) framework is proposed. By sampling two episodes", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 141, + 423, + 470, + 437 + ], + "spans": [ + { + "bbox": [ + 141, + 423, + 470, + 437 + ], + "score": 1.0, + "content": "containing the same set of classes for meta-training, MELR is designed to en-", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 141, + 434, + 470, + 448 + ], + "spans": [ + { + "bbox": [ + 141, + 434, + 470, + 448 + ], + "score": 1.0, + "content": "sure that the meta-learned model is robust against the presence of poorly-sampled", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 141, + 444, + 469, + 458 + ], + "spans": [ + { + "bbox": [ + 141, + 444, + 469, + 458 + ], + "score": 1.0, + "content": "shots in the meta-test stage. This is achieved through two key components: (1)", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 141, + 455, + 470, + 470 + ], + "spans": [ + { + "bbox": [ + 141, + 455, + 470, + 470 + ], + "score": 1.0, + "content": "a Cross-Episode Attention Module (CEAM) to improve the ability of alleviating", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 141, + 467, + 469, + 480 + ], + "spans": [ + { + "bbox": [ + 141, + 467, + 469, + 480 + ], + "score": 1.0, + "content": "the effects of poorly-sampled shots, and (2) a Cross-Episode Consistency Regu-", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 141, + 478, + 470, + 490 + ], + "spans": [ + { + "bbox": [ + 141, + 478, + 470, + 490 + ], + "score": 1.0, + "content": "larization (CECR) to enforce that the two classifiers learned from the two episodes", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 141, + 490, + 469, + 501 + ], + "spans": [ + { + "bbox": [ + 141, + 490, + 469, + 501 + ], + "score": 1.0, + "content": "are consistent even when there are unrepresentative instances. Extensive experi-", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 141, + 500, + 469, + 511 + ], + "spans": [ + { + "bbox": [ + 141, + 500, + 469, + 511 + ], + "score": 1.0, + "content": "ments for non-transductive standard FSL on two benchmarks show that our MELR", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 142, + 511, + 469, + 523 + ], + "spans": [ + { + "bbox": [ + 142, + 512, + 178, + 523 + ], + "score": 1.0, + "content": "achieves", + "type": "text" + }, + { + "bbox": [ + 179, + 511, + 226, + 522 + ], + "score": 0.9, + "content": "1 . 0 \\% { - } 5 . 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 226, + 512, + 469, + 523 + ], + "score": 1.0, + "content": "improvements over the baseline (i.e., ProtoNet) used for FSL", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 141, + 522, + 450, + 535 + ], + "spans": [ + { + "bbox": [ + 141, + 522, + 450, + 535 + ], + "score": 1.0, + "content": "in our model and outperforms the latest competitors under the same settings.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 26, + "bbox_fs": [ + 141, + 345, + 470, + 535 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 560, + 206, + 573 + ], + "lines": [ + { + "bbox": [ + 105, + 559, + 208, + 576 + ], + "spans": [ + { + "bbox": [ + 105, + 559, + 208, + 576 + ], + "score": 1.0, + "content": "1 INTRODUCTION", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 35 + }, + { + "type": "text", + "bbox": [ + 107, + 587, + 505, + 708 + ], + "lines": [ + { + "bbox": [ + 105, + 586, + 505, + 601 + ], + "spans": [ + { + "bbox": [ + 105, + 586, + 505, + 601 + ], + "score": 1.0, + "content": "Deep convolutional neural networks (CNNs) have achieved tremendous successes in a wide range", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 599, + 506, + 611 + ], + "spans": [ + { + "bbox": [ + 105, + 599, + 506, + 611 + ], + "score": 1.0, + "content": "of computer vision tasks including object recognition (Krizhevsky et al., 2012; Simonyan & Zisser-", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 609, + 505, + 622 + ], + "spans": [ + { + "bbox": [ + 105, + 609, + 505, + 622 + ], + "score": 1.0, + "content": "man, 2015; Russakovsky et al., 2015; He et al., 2016a), semantic segmentation (Long et al., 2015;", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 620, + 506, + 632 + ], + "spans": [ + { + "bbox": [ + 106, + 620, + 506, + 632 + ], + "score": 1.0, + "content": "Chen et al., 2018), and object detection (Ren et al., 2015; Redmon et al., 2016). For most visual", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 631, + 505, + 644 + ], + "spans": [ + { + "bbox": [ + 105, + 631, + 505, + 644 + ], + "score": 1.0, + "content": "recognition tasks, at least hundreds of labeled training images are required from each class for train-", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 641, + 506, + 655 + ], + "spans": [ + { + "bbox": [ + 105, + 641, + 506, + 655 + ], + "score": 1.0, + "content": "ing a CNN model. However, collecting a large number of labeled training samples is costly and", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 653, + 505, + 666 + ], + "spans": [ + { + "bbox": [ + 105, + 653, + 505, + 666 + ], + "score": 1.0, + "content": "may even be impossible in real-life application scenarios (Antonie et al., 2001; Yang et al., 2012).", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 664, + 505, + 676 + ], + "spans": [ + { + "bbox": [ + 106, + 664, + 505, + 676 + ], + "score": 1.0, + "content": "To reduce the reliance of deep neural networks on large amount of annotated training data, few-shot", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 676, + 505, + 687 + ], + "spans": [ + { + "bbox": [ + 106, + 676, + 505, + 687 + ], + "score": 1.0, + "content": "learning (FSL) has been studied (Vinyals et al., 2016; Finn et al., 2017; Snell et al., 2017; Sung et al.,", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 685, + 505, + 699 + ], + "spans": [ + { + "bbox": [ + 105, + 685, + 505, + 699 + ], + "score": 1.0, + "content": "2018), which aims to recognize a set of novel classes with only a few labeled samples by knowledge", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 106, + 696, + 338, + 709 + ], + "spans": [ + { + "bbox": [ + 106, + 696, + 338, + 709 + ], + "score": 1.0, + "content": "transfer from a set of base classes with abundant samples.", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 41, + "bbox_fs": [ + 105, + 586, + 506, + 709 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 171 + ], + "lines": [ + { + "bbox": [ + 105, + 83, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 83, + 505, + 95 + ], + "score": 1.0, + "content": "Recently, FSL has been dominated by meta-learning based approaches (Finn et al., 2017; Snell et al.,", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 92, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 92, + 506, + 106 + ], + "score": 1.0, + "content": "2017; Sung et al., 2018; Lee et al., 2019; Ye et al., 2020), which exploit the ample samples from", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 506, + 118 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 394, + 118 + ], + "score": 1.0, + "content": "base classes via episodic training. During meta-training, to imitate an", + "type": "text" + }, + { + "bbox": [ + 394, + 105, + 404, + 114 + ], + "score": 0.8, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 405, + 104, + 425, + 118 + ], + "score": 1.0, + "content": "-way", + "type": "text" + }, + { + "bbox": [ + 426, + 105, + 436, + 114 + ], + "score": 0.82, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 437, + 104, + 506, + 118 + ], + "score": 1.0, + "content": "-shot novel class", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 505, + 128 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 190, + 128 + ], + "score": 1.0, + "content": "recognition task, an", + "type": "text" + }, + { + "bbox": [ + 190, + 116, + 200, + 125 + ], + "score": 0.83, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 201, + 115, + 222, + 128 + ], + "score": 1.0, + "content": "-way", + "type": "text" + }, + { + "bbox": [ + 223, + 116, + 233, + 125 + ], + "score": 0.83, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 233, + 115, + 505, + 128 + ], + "score": 1.0, + "content": "-shot episode/meta-task is sampled in each iteration from the base", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 126, + 505, + 139 + ], + "spans": [ + { + "bbox": [ + 105, + 126, + 505, + 139 + ], + "score": 1.0, + "content": "classes, consisting of a support set and a query set. By setting up the meta-training episodes exactly", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 137, + 505, + 150 + ], + "spans": [ + { + "bbox": [ + 105, + 137, + 266, + 150 + ], + "score": 1.0, + "content": "the same way as the meta-test ones (i.e.,", + "type": "text" + }, + { + "bbox": [ + 267, + 138, + 277, + 147 + ], + "score": 0.82, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 277, + 137, + 298, + 150 + ], + "score": 1.0, + "content": "-way", + "type": "text" + }, + { + "bbox": [ + 298, + 138, + 308, + 147 + ], + "score": 0.84, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 309, + 137, + 505, + 150 + ], + "score": 1.0, + "content": "-shot in the support set), the objective is to ensure", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 148, + 505, + 161 + ], + "spans": [ + { + "bbox": [ + 105, + 148, + 505, + 161 + ], + "score": 1.0, + "content": "that the meta-learned model can generalize to novel tasks. However, this also leads to an unwanted", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 160, + 453, + 172 + ], + "spans": [ + { + "bbox": [ + 105, + 160, + 453, + 172 + ], + "score": 1.0, + "content": "side-effect, that is, the model will be susceptible to the poor sampling of the few shots.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 3.5 + }, + { + "type": "text", + "bbox": [ + 107, + 176, + 505, + 308 + ], + "lines": [ + { + "bbox": [ + 105, + 175, + 505, + 189 + ], + "spans": [ + { + "bbox": [ + 105, + 175, + 505, + 189 + ], + "score": 1.0, + "content": "Outlying training instances are prevalence in vision benchmarks which can be caused by various", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 186, + 505, + 201 + ], + "spans": [ + { + "bbox": [ + 105, + 186, + 505, + 201 + ], + "score": 1.0, + "content": "factors such as occlusions or unusual pose/lighting conditions. When trained with ample samples,", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 198, + 506, + 211 + ], + "spans": [ + { + "bbox": [ + 105, + 198, + 506, + 211 + ], + "score": 1.0, + "content": "modern CNN-based recognition models are typically robust against abnormal instances as long as", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 209, + 506, + 222 + ], + "spans": [ + { + "bbox": [ + 105, + 209, + 506, + 222 + ], + "score": 1.0, + "content": "they are not dominant. However, when as few as one shot per class is used to build a classifier for", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 219, + 505, + 233 + ], + "spans": [ + { + "bbox": [ + 105, + 219, + 505, + 233 + ], + "score": 1.0, + "content": "FSL, the poorly-sampled few shots could be catastrophic, e.g., when the cat class is represented in", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 230, + 505, + 244 + ], + "spans": [ + { + "bbox": [ + 105, + 230, + 505, + 244 + ], + "score": 1.0, + "content": "the support set by a single image of a half-occluded cat viewed from behind, it would be extremely", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 242, + 506, + 255 + ], + "spans": [ + { + "bbox": [ + 105, + 242, + 506, + 255 + ], + "score": 1.0, + "content": "hard to build a classifier to recognize cats in the query set that are mostly full-body visible and", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 252, + 506, + 266 + ], + "spans": [ + { + "bbox": [ + 105, + 252, + 506, + 266 + ], + "score": 1.0, + "content": "frontal. Existing episodic-training based FSL models do not offer any solution to this problem. The", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 264, + 505, + 276 + ], + "spans": [ + { + "bbox": [ + 105, + 264, + 505, + 276 + ], + "score": 1.0, + "content": "main reason is that different episodes are sampled randomly and independently. When the cat class", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 275, + 505, + 287 + ], + "spans": [ + { + "bbox": [ + 105, + 275, + 505, + 287 + ], + "score": 1.0, + "content": "is sampled in two episodes, these models are not aware that they are the same class, and thus cannot", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 285, + 505, + 299 + ], + "spans": [ + { + "bbox": [ + 105, + 285, + 505, + 299 + ], + "score": 1.0, + "content": "enforce the classifiers independently learned to be consistent to each other, regardless whether there", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 297, + 325, + 309 + ], + "spans": [ + { + "bbox": [ + 105, + 297, + 325, + 309 + ], + "score": 1.0, + "content": "exist poorly-sampled shots in one of the two episodes.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 13.5 + }, + { + "type": "text", + "bbox": [ + 107, + 313, + 505, + 467 + ], + "lines": [ + { + "bbox": [ + 105, + 314, + 505, + 326 + ], + "spans": [ + { + "bbox": [ + 105, + 314, + 505, + 326 + ], + "score": 1.0, + "content": "In this paper, a novel meta-learning via modeling episode-level relationships (MELR) framework is", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 325, + 506, + 338 + ], + "spans": [ + { + "bbox": [ + 105, + 325, + 506, + 338 + ], + "score": 1.0, + "content": "proposed to address the poor sampling problem of the support set instances in FSL. In contrast to", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 335, + 505, + 348 + ], + "spans": [ + { + "bbox": [ + 105, + 335, + 505, + 348 + ], + "score": 1.0, + "content": "the existing episodic training strategy, MELR conducts meta learning over two episodes deliberately", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 347, + 504, + 358 + ], + "spans": [ + { + "bbox": [ + 106, + 347, + 504, + 358 + ], + "score": 1.0, + "content": "sampled to contain the same set of base classes but different instances. In this way, cross-episode", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 357, + 505, + 370 + ], + "spans": [ + { + "bbox": [ + 105, + 357, + 505, + 370 + ], + "score": 1.0, + "content": "model consistency can be enforced so that the meta-learned model is robust against poorly-sampled", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 369, + 505, + 381 + ], + "spans": [ + { + "bbox": [ + 105, + 369, + 505, + 381 + ], + "score": 1.0, + "content": "shots in the meta-test stage. Concretely, MELR consists of two key components: Cross-Episode", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 379, + 505, + 392 + ], + "spans": [ + { + "bbox": [ + 105, + 379, + 505, + 392 + ], + "score": 1.0, + "content": "Attention Module (CEAM) and Cross-Episode Consistency Regularization (CECR). CEAM is com-", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 390, + 505, + 403 + ], + "spans": [ + { + "bbox": [ + 105, + 390, + 505, + 403 + ], + "score": 1.0, + "content": "posed of a cross-episode transformer which allows the support set instances to be examined through", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 401, + 505, + 414 + ], + "spans": [ + { + "bbox": [ + 105, + 401, + 505, + 414 + ], + "score": 1.0, + "content": "attention so that unrepresentative support samples can be identified and their negative effects allevi-", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 412, + 506, + 425 + ], + "spans": [ + { + "bbox": [ + 105, + 412, + 506, + 425 + ], + "score": 1.0, + "content": "ated (especially for computing class prototypes/centers). CECR, on the other hand, exploits the fact", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 423, + 505, + 436 + ], + "spans": [ + { + "bbox": [ + 105, + 423, + 505, + 436 + ], + "score": 1.0, + "content": "that since the two episodes contain the same set of classes, the obtained classifiers (class prototypes)", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 434, + 505, + 447 + ], + "spans": [ + { + "bbox": [ + 105, + 434, + 505, + 447 + ], + "score": 1.0, + "content": "should produce consistent predictions regardless whether there are any poorly-sampled instances in", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 445, + 506, + 458 + ], + "spans": [ + { + "bbox": [ + 105, + 445, + 506, + 458 + ], + "score": 1.0, + "content": "the support set and/or which episode a query instance comes from. This consistency is enforced via", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 457, + 256, + 468 + ], + "spans": [ + { + "bbox": [ + 106, + 457, + 256, + 468 + ], + "score": 1.0, + "content": "cross-episode knowledge distillation.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 26.5 + }, + { + "type": "text", + "bbox": [ + 107, + 473, + 505, + 561 + ], + "lines": [ + { + "bbox": [ + 106, + 473, + 505, + 485 + ], + "spans": [ + { + "bbox": [ + 106, + 473, + 505, + 485 + ], + "score": 1.0, + "content": "Our main contributions are three-fold: (1) For the first time, the poor sampling problem of the few", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 483, + 505, + 497 + ], + "spans": [ + { + "bbox": [ + 105, + 483, + 505, + 497 + ], + "score": 1.0, + "content": "shots is formally tackled by modeling the episode-level relationships in meta-learning based FSL.", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 495, + 505, + 508 + ], + "spans": [ + { + "bbox": [ + 105, + 495, + 505, + 508 + ], + "score": 1.0, + "content": "(2) We propose a novel MELR model with two cross-episode components (i.e., CEAM and CECR)", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 104, + 506, + 506, + 519 + ], + "spans": [ + { + "bbox": [ + 104, + 506, + 506, + 519 + ], + "score": 1.0, + "content": "to explicitly enforce that the classifiers of the same classes learned from different episodes need", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 517, + 505, + 529 + ], + "spans": [ + { + "bbox": [ + 105, + 517, + 505, + 529 + ], + "score": 1.0, + "content": "to be consistent regardless whether there exist poorly-sampled shots. (3) Extensive experiments", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 528, + 505, + 540 + ], + "spans": [ + { + "bbox": [ + 105, + 528, + 505, + 540 + ], + "score": 1.0, + "content": "for non-transductive standard FSL on two benchmarks show that our MELR achieves significant", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 539, + 504, + 551 + ], + "spans": [ + { + "bbox": [ + 105, + 539, + 504, + 551 + ], + "score": 1.0, + "content": "improvements over the baseline ProtoNet (Snell et al., 2017) and even outperforms the latest com-", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 550, + 410, + 562 + ], + "spans": [ + { + "bbox": [ + 105, + 550, + 410, + 562 + ], + "score": 1.0, + "content": "petitors under the same settings. We will release the code and models soon.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 37.5 + }, + { + "type": "title", + "bbox": [ + 108, + 582, + 211, + 595 + ], + "lines": [ + { + "bbox": [ + 104, + 581, + 213, + 598 + ], + "spans": [ + { + "bbox": [ + 104, + 581, + 213, + 598 + ], + "score": 1.0, + "content": "2 RELATED WORK", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 42 + }, + { + "type": "text", + "bbox": [ + 107, + 610, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 611, + 505, + 623 + ], + "spans": [ + { + "bbox": [ + 105, + 611, + 505, + 623 + ], + "score": 1.0, + "content": "Few-Shot Learning. Few-shot learning (FSL) has become topical recently. Existing methods can", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 621, + 505, + 635 + ], + "spans": [ + { + "bbox": [ + 105, + 621, + 505, + 635 + ], + "score": 1.0, + "content": "be generally divided into four groups: (1) Metric-based methods either learn a suitable embedding", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 632, + 505, + 646 + ], + "spans": [ + { + "bbox": [ + 105, + 632, + 505, + 646 + ], + "score": 1.0, + "content": "space for their chosen/proposed distance metrics (e.g., cosine similarity (Vinyals et al., 2016), Eu-", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 643, + 505, + 657 + ], + "spans": [ + { + "bbox": [ + 105, + 643, + 505, + 657 + ], + "score": 1.0, + "content": "clidean distance (Snell et al., 2017), and a novel measure SEN (Nguyen et al., 2020)) or directly", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 654, + 506, + 668 + ], + "spans": [ + { + "bbox": [ + 105, + 654, + 506, + 668 + ], + "score": 1.0, + "content": "learn a suitable distance metric (e.g., CNN-based relation module (Sung et al., 2018; Wu et al.,", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 664, + 506, + 679 + ], + "spans": [ + { + "bbox": [ + 105, + 664, + 506, + 679 + ], + "score": 1.0, + "content": "2019), ridge regression (Bertinetto et al., 2019), and graph neural networks (Satorras & Estrach,", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 676, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 505, + 689 + ], + "score": 1.0, + "content": "2018; Kim et al., 2019; Yang et al., 2020)). Moreover, several approaches (Yoon et al., 2019; Li", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 688, + 504, + 699 + ], + "spans": [ + { + "bbox": [ + 105, + 688, + 504, + 699 + ], + "score": 1.0, + "content": "et al., 2019a; Qiao et al., 2019; Ye et al., 2020; Simon et al., 2020) learn task-specific metrics which", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "are adaptive to each episode instead of learning a shared task-agnostic metric space. (2) Model-based", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "methods (Finn et al., 2017; Nichol et al., 2018; Rusu et al., 2019) learn good model initializations", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 105, + 720, + 506, + 732 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 506, + 732 + ], + "score": 1.0, + "content": "on base classes and then quickly adapt (i.e., finetune) them on novel classes with few shots and a", + "type": "text" + } + ], + "index": 53 + } + ], + "index": 48 + } + ], + "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, + 171 + ], + "lines": [ + { + "bbox": [ + 105, + 83, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 83, + 505, + 95 + ], + "score": 1.0, + "content": "Recently, FSL has been dominated by meta-learning based approaches (Finn et al., 2017; Snell et al.,", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 92, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 92, + 506, + 106 + ], + "score": 1.0, + "content": "2017; Sung et al., 2018; Lee et al., 2019; Ye et al., 2020), which exploit the ample samples from", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 506, + 118 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 394, + 118 + ], + "score": 1.0, + "content": "base classes via episodic training. During meta-training, to imitate an", + "type": "text" + }, + { + "bbox": [ + 394, + 105, + 404, + 114 + ], + "score": 0.8, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 405, + 104, + 425, + 118 + ], + "score": 1.0, + "content": "-way", + "type": "text" + }, + { + "bbox": [ + 426, + 105, + 436, + 114 + ], + "score": 0.82, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 437, + 104, + 506, + 118 + ], + "score": 1.0, + "content": "-shot novel class", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 505, + 128 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 190, + 128 + ], + "score": 1.0, + "content": "recognition task, an", + "type": "text" + }, + { + "bbox": [ + 190, + 116, + 200, + 125 + ], + "score": 0.83, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 201, + 115, + 222, + 128 + ], + "score": 1.0, + "content": "-way", + "type": "text" + }, + { + "bbox": [ + 223, + 116, + 233, + 125 + ], + "score": 0.83, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 233, + 115, + 505, + 128 + ], + "score": 1.0, + "content": "-shot episode/meta-task is sampled in each iteration from the base", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 126, + 505, + 139 + ], + "spans": [ + { + "bbox": [ + 105, + 126, + 505, + 139 + ], + "score": 1.0, + "content": "classes, consisting of a support set and a query set. By setting up the meta-training episodes exactly", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 137, + 505, + 150 + ], + "spans": [ + { + "bbox": [ + 105, + 137, + 266, + 150 + ], + "score": 1.0, + "content": "the same way as the meta-test ones (i.e.,", + "type": "text" + }, + { + "bbox": [ + 267, + 138, + 277, + 147 + ], + "score": 0.82, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 277, + 137, + 298, + 150 + ], + "score": 1.0, + "content": "-way", + "type": "text" + }, + { + "bbox": [ + 298, + 138, + 308, + 147 + ], + "score": 0.84, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 309, + 137, + 505, + 150 + ], + "score": 1.0, + "content": "-shot in the support set), the objective is to ensure", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 148, + 505, + 161 + ], + "spans": [ + { + "bbox": [ + 105, + 148, + 505, + 161 + ], + "score": 1.0, + "content": "that the meta-learned model can generalize to novel tasks. However, this also leads to an unwanted", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 160, + 453, + 172 + ], + "spans": [ + { + "bbox": [ + 105, + 160, + 453, + 172 + ], + "score": 1.0, + "content": "side-effect, that is, the model will be susceptible to the poor sampling of the few shots.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 3.5, + "bbox_fs": [ + 105, + 83, + 506, + 172 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 176, + 505, + 308 + ], + "lines": [ + { + "bbox": [ + 105, + 175, + 505, + 189 + ], + "spans": [ + { + "bbox": [ + 105, + 175, + 505, + 189 + ], + "score": 1.0, + "content": "Outlying training instances are prevalence in vision benchmarks which can be caused by various", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 186, + 505, + 201 + ], + "spans": [ + { + "bbox": [ + 105, + 186, + 505, + 201 + ], + "score": 1.0, + "content": "factors such as occlusions or unusual pose/lighting conditions. When trained with ample samples,", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 198, + 506, + 211 + ], + "spans": [ + { + "bbox": [ + 105, + 198, + 506, + 211 + ], + "score": 1.0, + "content": "modern CNN-based recognition models are typically robust against abnormal instances as long as", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 209, + 506, + 222 + ], + "spans": [ + { + "bbox": [ + 105, + 209, + 506, + 222 + ], + "score": 1.0, + "content": "they are not dominant. However, when as few as one shot per class is used to build a classifier for", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 219, + 505, + 233 + ], + "spans": [ + { + "bbox": [ + 105, + 219, + 505, + 233 + ], + "score": 1.0, + "content": "FSL, the poorly-sampled few shots could be catastrophic, e.g., when the cat class is represented in", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 230, + 505, + 244 + ], + "spans": [ + { + "bbox": [ + 105, + 230, + 505, + 244 + ], + "score": 1.0, + "content": "the support set by a single image of a half-occluded cat viewed from behind, it would be extremely", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 242, + 506, + 255 + ], + "spans": [ + { + "bbox": [ + 105, + 242, + 506, + 255 + ], + "score": 1.0, + "content": "hard to build a classifier to recognize cats in the query set that are mostly full-body visible and", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 252, + 506, + 266 + ], + "spans": [ + { + "bbox": [ + 105, + 252, + 506, + 266 + ], + "score": 1.0, + "content": "frontal. Existing episodic-training based FSL models do not offer any solution to this problem. The", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 264, + 505, + 276 + ], + "spans": [ + { + "bbox": [ + 105, + 264, + 505, + 276 + ], + "score": 1.0, + "content": "main reason is that different episodes are sampled randomly and independently. When the cat class", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 275, + 505, + 287 + ], + "spans": [ + { + "bbox": [ + 105, + 275, + 505, + 287 + ], + "score": 1.0, + "content": "is sampled in two episodes, these models are not aware that they are the same class, and thus cannot", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 285, + 505, + 299 + ], + "spans": [ + { + "bbox": [ + 105, + 285, + 505, + 299 + ], + "score": 1.0, + "content": "enforce the classifiers independently learned to be consistent to each other, regardless whether there", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 297, + 325, + 309 + ], + "spans": [ + { + "bbox": [ + 105, + 297, + 325, + 309 + ], + "score": 1.0, + "content": "exist poorly-sampled shots in one of the two episodes.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 13.5, + "bbox_fs": [ + 105, + 175, + 506, + 309 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 313, + 505, + 467 + ], + "lines": [ + { + "bbox": [ + 105, + 314, + 505, + 326 + ], + "spans": [ + { + "bbox": [ + 105, + 314, + 505, + 326 + ], + "score": 1.0, + "content": "In this paper, a novel meta-learning via modeling episode-level relationships (MELR) framework is", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 325, + 506, + 338 + ], + "spans": [ + { + "bbox": [ + 105, + 325, + 506, + 338 + ], + "score": 1.0, + "content": "proposed to address the poor sampling problem of the support set instances in FSL. In contrast to", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 335, + 505, + 348 + ], + "spans": [ + { + "bbox": [ + 105, + 335, + 505, + 348 + ], + "score": 1.0, + "content": "the existing episodic training strategy, MELR conducts meta learning over two episodes deliberately", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 347, + 504, + 358 + ], + "spans": [ + { + "bbox": [ + 106, + 347, + 504, + 358 + ], + "score": 1.0, + "content": "sampled to contain the same set of base classes but different instances. In this way, cross-episode", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 357, + 505, + 370 + ], + "spans": [ + { + "bbox": [ + 105, + 357, + 505, + 370 + ], + "score": 1.0, + "content": "model consistency can be enforced so that the meta-learned model is robust against poorly-sampled", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 369, + 505, + 381 + ], + "spans": [ + { + "bbox": [ + 105, + 369, + 505, + 381 + ], + "score": 1.0, + "content": "shots in the meta-test stage. Concretely, MELR consists of two key components: Cross-Episode", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 379, + 505, + 392 + ], + "spans": [ + { + "bbox": [ + 105, + 379, + 505, + 392 + ], + "score": 1.0, + "content": "Attention Module (CEAM) and Cross-Episode Consistency Regularization (CECR). CEAM is com-", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 390, + 505, + 403 + ], + "spans": [ + { + "bbox": [ + 105, + 390, + 505, + 403 + ], + "score": 1.0, + "content": "posed of a cross-episode transformer which allows the support set instances to be examined through", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 401, + 505, + 414 + ], + "spans": [ + { + "bbox": [ + 105, + 401, + 505, + 414 + ], + "score": 1.0, + "content": "attention so that unrepresentative support samples can be identified and their negative effects allevi-", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 412, + 506, + 425 + ], + "spans": [ + { + "bbox": [ + 105, + 412, + 506, + 425 + ], + "score": 1.0, + "content": "ated (especially for computing class prototypes/centers). CECR, on the other hand, exploits the fact", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 423, + 505, + 436 + ], + "spans": [ + { + "bbox": [ + 105, + 423, + 505, + 436 + ], + "score": 1.0, + "content": "that since the two episodes contain the same set of classes, the obtained classifiers (class prototypes)", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 434, + 505, + 447 + ], + "spans": [ + { + "bbox": [ + 105, + 434, + 505, + 447 + ], + "score": 1.0, + "content": "should produce consistent predictions regardless whether there are any poorly-sampled instances in", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 445, + 506, + 458 + ], + "spans": [ + { + "bbox": [ + 105, + 445, + 506, + 458 + ], + "score": 1.0, + "content": "the support set and/or which episode a query instance comes from. This consistency is enforced via", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 457, + 256, + 468 + ], + "spans": [ + { + "bbox": [ + 106, + 457, + 256, + 468 + ], + "score": 1.0, + "content": "cross-episode knowledge distillation.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 26.5, + "bbox_fs": [ + 105, + 314, + 506, + 468 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 473, + 505, + 561 + ], + "lines": [ + { + "bbox": [ + 106, + 473, + 505, + 485 + ], + "spans": [ + { + "bbox": [ + 106, + 473, + 505, + 485 + ], + "score": 1.0, + "content": "Our main contributions are three-fold: (1) For the first time, the poor sampling problem of the few", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 483, + 505, + 497 + ], + "spans": [ + { + "bbox": [ + 105, + 483, + 505, + 497 + ], + "score": 1.0, + "content": "shots is formally tackled by modeling the episode-level relationships in meta-learning based FSL.", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 495, + 505, + 508 + ], + "spans": [ + { + "bbox": [ + 105, + 495, + 505, + 508 + ], + "score": 1.0, + "content": "(2) We propose a novel MELR model with two cross-episode components (i.e., CEAM and CECR)", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 104, + 506, + 506, + 519 + ], + "spans": [ + { + "bbox": [ + 104, + 506, + 506, + 519 + ], + "score": 1.0, + "content": "to explicitly enforce that the classifiers of the same classes learned from different episodes need", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 517, + 505, + 529 + ], + "spans": [ + { + "bbox": [ + 105, + 517, + 505, + 529 + ], + "score": 1.0, + "content": "to be consistent regardless whether there exist poorly-sampled shots. (3) Extensive experiments", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 528, + 505, + 540 + ], + "spans": [ + { + "bbox": [ + 105, + 528, + 505, + 540 + ], + "score": 1.0, + "content": "for non-transductive standard FSL on two benchmarks show that our MELR achieves significant", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 539, + 504, + 551 + ], + "spans": [ + { + "bbox": [ + 105, + 539, + 504, + 551 + ], + "score": 1.0, + "content": "improvements over the baseline ProtoNet (Snell et al., 2017) and even outperforms the latest com-", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 550, + 410, + 562 + ], + "spans": [ + { + "bbox": [ + 105, + 550, + 410, + 562 + ], + "score": 1.0, + "content": "petitors under the same settings. We will release the code and models soon.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 37.5, + "bbox_fs": [ + 104, + 473, + 506, + 562 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 582, + 211, + 595 + ], + "lines": [ + { + "bbox": [ + 104, + 581, + 213, + 598 + ], + "spans": [ + { + "bbox": [ + 104, + 581, + 213, + 598 + ], + "score": 1.0, + "content": "2 RELATED WORK", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 42 + }, + { + "type": "text", + "bbox": [ + 107, + 610, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 611, + 505, + 623 + ], + "spans": [ + { + "bbox": [ + 105, + 611, + 505, + 623 + ], + "score": 1.0, + "content": "Few-Shot Learning. Few-shot learning (FSL) has become topical recently. Existing methods can", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 621, + 505, + 635 + ], + "spans": [ + { + "bbox": [ + 105, + 621, + 505, + 635 + ], + "score": 1.0, + "content": "be generally divided into four groups: (1) Metric-based methods either learn a suitable embedding", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 632, + 505, + 646 + ], + "spans": [ + { + "bbox": [ + 105, + 632, + 505, + 646 + ], + "score": 1.0, + "content": "space for their chosen/proposed distance metrics (e.g., cosine similarity (Vinyals et al., 2016), Eu-", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 643, + 505, + 657 + ], + "spans": [ + { + "bbox": [ + 105, + 643, + 505, + 657 + ], + "score": 1.0, + "content": "clidean distance (Snell et al., 2017), and a novel measure SEN (Nguyen et al., 2020)) or directly", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 654, + 506, + 668 + ], + "spans": [ + { + "bbox": [ + 105, + 654, + 506, + 668 + ], + "score": 1.0, + "content": "learn a suitable distance metric (e.g., CNN-based relation module (Sung et al., 2018; Wu et al.,", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 664, + 506, + 679 + ], + "spans": [ + { + "bbox": [ + 105, + 664, + 506, + 679 + ], + "score": 1.0, + "content": "2019), ridge regression (Bertinetto et al., 2019), and graph neural networks (Satorras & Estrach,", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 676, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 505, + 689 + ], + "score": 1.0, + "content": "2018; Kim et al., 2019; Yang et al., 2020)). Moreover, several approaches (Yoon et al., 2019; Li", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 688, + 504, + 699 + ], + "spans": [ + { + "bbox": [ + 105, + 688, + 504, + 699 + ], + "score": 1.0, + "content": "et al., 2019a; Qiao et al., 2019; Ye et al., 2020; Simon et al., 2020) learn task-specific metrics which", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "are adaptive to each episode instead of learning a shared task-agnostic metric space. (2) Model-based", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "methods (Finn et al., 2017; Nichol et al., 2018; Rusu et al., 2019) learn good model initializations", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 105, + 720, + 506, + 732 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 506, + 732 + ], + "score": 1.0, + "content": "on base classes and then quickly adapt (i.e., finetune) them on novel classes with few shots and a", + "type": "text" + } + ], + "index": 53 + }, + { + "bbox": [ + 105, + 82, + 505, + 94 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 505, + 94 + ], + "score": 1.0, + "content": "limited number of gradient update steps. (3) Optimization-based methods (Ravi & Larochelle, 2017;", + "type": "text", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 93, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 106, + 93, + 505, + 106 + ], + "score": 1.0, + "content": "Munkhdalai & Yu, 2017; Li et al., 2017) aim to learn to optimize, that is, to meta-learn optimiza-", + "type": "text", + "cross_page": true + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 105, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 106, + 105, + 505, + 117 + ], + "score": 1.0, + "content": "tion algorithms suitable for quick finetuning from base to novel classes. (4) Hallucination-based", + "type": "text", + "cross_page": true + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 505, + 128 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 505, + 128 + ], + "score": 1.0, + "content": "methods (Hariharan & Girshick, 2017; Wang et al., 2018; Schwartz et al., 2018; Li et al., 2020)", + "type": "text", + "cross_page": true + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 126, + 505, + 139 + ], + "spans": [ + { + "bbox": [ + 105, + 126, + 505, + 139 + ], + "score": 1.0, + "content": "learn generators on base classes and then hallucinate new novel class data to augment the few shots.", + "type": "text", + "cross_page": true + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 137, + 505, + 150 + ], + "spans": [ + { + "bbox": [ + 105, + 137, + 505, + 150 + ], + "score": 1.0, + "content": "Additionally, there are also other methods that learn to predict network parameters given few novel", + "type": "text", + "cross_page": true + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 148, + 505, + 162 + ], + "spans": [ + { + "bbox": [ + 105, + 148, + 505, + 162 + ], + "score": 1.0, + "content": "class samples (Qiao et al., 2018; Gidaris & Komodakis, 2019; Guo & Cheung, 2020). Although the", + "type": "text", + "cross_page": true + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 158, + 505, + 173 + ], + "spans": [ + { + "bbox": [ + 105, + 158, + 505, + 173 + ], + "score": 1.0, + "content": "metric-based ProtoNet (Snell et al., 2017) is used as our baseline in this paper, our proposed MELR", + "type": "text", + "cross_page": true + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 171, + 425, + 183 + ], + "spans": [ + { + "bbox": [ + 106, + 171, + 425, + 183 + ], + "score": 1.0, + "content": "framework can be easily integrated with other episodic-training based methods.", + "type": "text", + "cross_page": true + } + ], + "index": 8 + } + ], + "index": 48, + "bbox_fs": [ + 105, + 611, + 506, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 182 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 505, + 94 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 505, + 94 + ], + "score": 1.0, + "content": "limited number of gradient update steps. (3) Optimization-based methods (Ravi & Larochelle, 2017;", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 93, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 106, + 93, + 505, + 106 + ], + "score": 1.0, + "content": "Munkhdalai & Yu, 2017; Li et al., 2017) aim to learn to optimize, that is, to meta-learn optimiza-", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 105, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 106, + 105, + 505, + 117 + ], + "score": 1.0, + "content": "tion algorithms suitable for quick finetuning from base to novel classes. (4) Hallucination-based", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 505, + 128 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 505, + 128 + ], + "score": 1.0, + "content": "methods (Hariharan & Girshick, 2017; Wang et al., 2018; Schwartz et al., 2018; Li et al., 2020)", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 126, + 505, + 139 + ], + "spans": [ + { + "bbox": [ + 105, + 126, + 505, + 139 + ], + "score": 1.0, + "content": "learn generators on base classes and then hallucinate new novel class data to augment the few shots.", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 137, + 505, + 150 + ], + "spans": [ + { + "bbox": [ + 105, + 137, + 505, + 150 + ], + "score": 1.0, + "content": "Additionally, there are also other methods that learn to predict network parameters given few novel", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 148, + 505, + 162 + ], + "spans": [ + { + "bbox": [ + 105, + 148, + 505, + 162 + ], + "score": 1.0, + "content": "class samples (Qiao et al., 2018; Gidaris & Komodakis, 2019; Guo & Cheung, 2020). Although the", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 158, + 505, + 173 + ], + "spans": [ + { + "bbox": [ + 105, + 158, + 505, + 173 + ], + "score": 1.0, + "content": "metric-based ProtoNet (Snell et al., 2017) is used as our baseline in this paper, our proposed MELR", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 171, + 425, + 183 + ], + "spans": [ + { + "bbox": [ + 106, + 171, + 425, + 183 + ], + "score": 1.0, + "content": "framework can be easily integrated with other episodic-training based methods.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 107, + 187, + 505, + 297 + ], + "lines": [ + { + "bbox": [ + 105, + 186, + 506, + 200 + ], + "spans": [ + { + "bbox": [ + 105, + 186, + 506, + 200 + ], + "score": 1.0, + "content": "Modeling Episode-Level Relationships. In the FSL area, relatively less effort has been made to", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 198, + 505, + 212 + ], + "spans": [ + { + "bbox": [ + 105, + 198, + 505, + 212 + ], + "score": 1.0, + "content": "explicitly model the relationships across episodes. For modeling such episode-level relationships,", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 210, + 505, + 221 + ], + "spans": [ + { + "bbox": [ + 106, + 210, + 505, + 221 + ], + "score": 1.0, + "content": "there are two recent examples: (1) LGM-Net (Li et al., 2019b) proposes an inter-task normalization", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 220, + 505, + 232 + ], + "spans": [ + { + "bbox": [ + 105, + 220, + 505, + 232 + ], + "score": 1.0, + "content": "strategy, which applies batch normalization to all support samples across a batch of episodes in each", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 231, + 505, + 244 + ], + "spans": [ + { + "bbox": [ + 105, + 231, + 505, + 244 + ], + "score": 1.0, + "content": "training iteration. (2) Among a batch of episodes, Meta-Transfer Learning (Sun et al., 2019) records", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 241, + 506, + 255 + ], + "spans": [ + { + "bbox": [ + 105, + 241, + 506, + 255 + ], + "score": 1.0, + "content": "the class with the lowest accuracy in each episode and then re-samples ‘hard’ meta-tasks from the", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 253, + 505, + 266 + ], + "spans": [ + { + "bbox": [ + 105, + 253, + 505, + 266 + ], + "score": 1.0, + "content": "set of recorded classes. In this work, instead of utilizing the relationships implicitly, we propose to", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 264, + 506, + 277 + ], + "spans": [ + { + "bbox": [ + 105, + 264, + 506, + 277 + ], + "score": 1.0, + "content": "model episode-level relationships (MELR) explicitly by focusing on episodes with the same set of", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 275, + 505, + 288 + ], + "spans": [ + { + "bbox": [ + 105, + 275, + 505, + 288 + ], + "score": 1.0, + "content": "classes. Furthermore, our MELR is specifically designed to cope with the poor sampling of the few", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 286, + 439, + 298 + ], + "spans": [ + { + "bbox": [ + 106, + 286, + 439, + 298 + ], + "score": 1.0, + "content": "shots – an objective very different from those in (Li et al., 2019b; Sun et al., 2019).", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 13.5 + }, + { + "type": "text", + "bbox": [ + 106, + 303, + 505, + 478 + ], + "lines": [ + { + "bbox": [ + 105, + 302, + 504, + 315 + ], + "spans": [ + { + "bbox": [ + 105, + 302, + 504, + 315 + ], + "score": 1.0, + "content": "Attention Mechanism. Attention mechanism was first proposed by (Bahdanau et al., 2015) for ma-", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 313, + 505, + 326 + ], + "spans": [ + { + "bbox": [ + 105, + 313, + 505, + 326 + ], + "score": 1.0, + "content": "chine translation and has now achieved great success in natural language processing (Vaswani et al.,", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 323, + 505, + 339 + ], + "spans": [ + { + "bbox": [ + 105, + 323, + 505, + 339 + ], + "score": 1.0, + "content": "2017) and computer vision (Xu et al., 2015). An attention module typically takes a triplet (queries,", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 335, + 505, + 349 + ], + "spans": [ + { + "bbox": [ + 105, + 335, + 505, + 349 + ], + "score": 1.0, + "content": "keys, values) as input and learns interactions between queries and key-value pairs according to cer-", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 345, + 505, + 360 + ], + "spans": [ + { + "bbox": [ + 105, + 345, + 505, + 360 + ], + "score": 1.0, + "content": "tain task objectives. It is referred to as self-attention or cross-attention depending on whether keys", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 358, + 505, + 370 + ], + "spans": [ + { + "bbox": [ + 105, + 358, + 505, + 370 + ], + "score": 1.0, + "content": "and queries are the same. Several recent works (Hou et al., 2019; Guo & Cheung, 2020; Ye et al.,", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 367, + 505, + 381 + ], + "spans": [ + { + "bbox": [ + 105, + 367, + 505, + 381 + ], + "score": 1.0, + "content": "2020) have utilized attention mechanism for meta-learning based FSL. CAN (Hou et al., 2019)", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 380, + 505, + 392 + ], + "spans": [ + { + "bbox": [ + 106, + 380, + 505, + 392 + ], + "score": 1.0, + "content": "employs cross-attention between support and query samples to learn better feature representations.", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 390, + 505, + 403 + ], + "spans": [ + { + "bbox": [ + 106, + 390, + 505, + 403 + ], + "score": 1.0, + "content": "AWGIM (Guo & Cheung, 2020) adopts both self- and cross-attention for generating classification", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 402, + 505, + 414 + ], + "spans": [ + { + "bbox": [ + 106, + 402, + 505, + 414 + ], + "score": 1.0, + "content": "weights. FEAT (Ye et al., 2020) only uses self-attention on the class prototypes of the support set.", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 412, + 505, + 425 + ], + "spans": [ + { + "bbox": [ + 106, + 412, + 505, + 425 + ], + "score": 1.0, + "content": "The biggest difference between these methods and our MELR lies in whether attention is modeled", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 424, + 505, + 436 + ], + "spans": [ + { + "bbox": [ + 106, + 424, + 505, + 436 + ], + "score": 1.0, + "content": "within each episode or across episodes. Only MELR allows modeling cross-episode instance at-", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 104, + 433, + 506, + 448 + ], + "spans": [ + { + "bbox": [ + 104, + 433, + 506, + 448 + ], + "score": 1.0, + "content": "tention explicitly so that the meta-learned model can be insensitive to badly-sampled support set", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 445, + 505, + 457 + ], + "spans": [ + { + "bbox": [ + 105, + 445, + 505, + 457 + ], + "score": 1.0, + "content": "instances. In addition, in our MELR, query set instances are also updated using cross-attention", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 456, + 506, + 469 + ], + "spans": [ + { + "bbox": [ + 105, + 456, + 506, + 469 + ], + "score": 1.0, + "content": "whilst existing models such as FEAT only apply attention to prototypes obtained using support set", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 468, + 384, + 479 + ], + "spans": [ + { + "bbox": [ + 106, + 468, + 384, + 479 + ], + "score": 1.0, + "content": "instances. They thus cannot directly handle instance-level anomalies.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 26.5 + }, + { + "type": "title", + "bbox": [ + 108, + 495, + 209, + 508 + ], + "lines": [ + { + "bbox": [ + 104, + 493, + 211, + 511 + ], + "spans": [ + { + "bbox": [ + 104, + 493, + 211, + 511 + ], + "score": 1.0, + "content": "3 METHODOLOGY", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 35 + }, + { + "type": "title", + "bbox": [ + 108, + 521, + 227, + 532 + ], + "lines": [ + { + "bbox": [ + 105, + 521, + 228, + 534 + ], + "spans": [ + { + "bbox": [ + 105, + 521, + 228, + 534 + ], + "score": 1.0, + "content": "3.1 PROBLEM DEFINITION", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 36 + }, + { + "type": "text", + "bbox": [ + 107, + 541, + 505, + 619 + ], + "lines": [ + { + "bbox": [ + 105, + 541, + 506, + 555 + ], + "spans": [ + { + "bbox": [ + 105, + 541, + 123, + 555 + ], + "score": 1.0, + "content": "Let", + "type": "text" + }, + { + "bbox": [ + 124, + 542, + 305, + 554 + ], + "score": 0.92, + "content": "\\mathcal { D } _ { b } = \\{ ( x _ { i } , y _ { i } ) | y _ { i } \\in \\mathcal { C } _ { b } , i = 1 , 2 , \\cdot \\cdot \\cdot , N _ { b } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 305, + 541, + 506, + 555 + ], + "score": 1.0, + "content": "denote an abundant meta-training set from base", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 552, + 506, + 566 + ], + "spans": [ + { + "bbox": [ + 105, + 552, + 137, + 566 + ], + "score": 1.0, + "content": "classes", + "type": "text" + }, + { + "bbox": [ + 137, + 554, + 148, + 564 + ], + "score": 0.87, + "content": "\\mathcal { C } _ { b }", + "type": "inline_equation" + }, + { + "bbox": [ + 148, + 552, + 180, + 566 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 181, + 555, + 191, + 564 + ], + "score": 0.85, + "content": "x _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 191, + 552, + 219, + 566 + ], + "score": 1.0, + "content": "is the", + "type": "text" + }, + { + "bbox": [ + 219, + 555, + 223, + 563 + ], + "score": 0.73, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 224, + 552, + 267, + 566 + ], + "score": 1.0, + "content": "-th image,", + "type": "text" + }, + { + "bbox": [ + 268, + 555, + 277, + 564 + ], + "score": 0.82, + "content": "y _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 277, + 552, + 386, + 566 + ], + "score": 1.0, + "content": "denotes the class label of", + "type": "text" + }, + { + "bbox": [ + 386, + 555, + 396, + 564 + ], + "score": 0.84, + "content": "x _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 397, + 552, + 419, + 566 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 419, + 553, + 433, + 564 + ], + "score": 0.89, + "content": "N _ { b }", + "type": "inline_equation" + }, + { + "bbox": [ + 433, + 552, + 506, + 566 + ], + "score": 1.0, + "content": "is the number of", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 563, + 505, + 577 + ], + "spans": [ + { + "bbox": [ + 105, + 563, + 148, + 577 + ], + "score": 1.0, + "content": "images in", + "type": "text" + }, + { + "bbox": [ + 148, + 565, + 161, + 575 + ], + "score": 0.89, + "content": "\\mathcal { D } _ { b }", + "type": "inline_equation" + }, + { + "bbox": [ + 161, + 563, + 221, + 577 + ], + "score": 1.0, + "content": ". Similarly, let", + "type": "text" + }, + { + "bbox": [ + 221, + 564, + 399, + 576 + ], + "score": 0.9, + "content": "\\mathcal { D } _ { n } = \\{ ( x _ { i } , y _ { i } ) | y _ { i } \\in \\mathcal { C } _ { n } , i = 1 , 2 , \\cdot \\cdot \\cdot , N _ { n } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 399, + 563, + 505, + 577 + ], + "score": 1.0, + "content": "denote a few-shot sample", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 575, + 505, + 587 + ], + "spans": [ + { + "bbox": [ + 105, + 575, + 230, + 587 + ], + "score": 1.0, + "content": "set from a set of novel classes", + "type": "text" + }, + { + "bbox": [ + 231, + 576, + 243, + 586 + ], + "score": 0.87, + "content": "\\mathcal { C } _ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 243, + 575, + 267, + 587 + ], + "score": 1.0, + "content": "(e.g.,", + "type": "text" + }, + { + "bbox": [ + 268, + 576, + 278, + 585 + ], + "score": 0.83, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 575, + 430, + 587 + ], + "score": 1.0, + "content": "-shot means that each novel class has", + "type": "text" + }, + { + "bbox": [ + 430, + 576, + 441, + 585 + ], + "score": 0.83, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 441, + 575, + 505, + 587 + ], + "score": 1.0, + "content": "labeled images", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 586, + 504, + 598 + ], + "spans": [ + { + "bbox": [ + 105, + 586, + 123, + 598 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 124, + 586, + 180, + 598 + ], + "score": 0.92, + "content": "N _ { n } = K | \\mathcal { C } _ { n } | )", + "type": "inline_equation" + }, + { + "bbox": [ + 180, + 586, + 210, + 598 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 210, + 586, + 261, + 597 + ], + "score": 0.93, + "content": "\\mathcal { C } _ { b } \\cap \\mathcal { C } _ { n } = \\emptyset", + "type": "inline_equation" + }, + { + "bbox": [ + 261, + 586, + 375, + 598 + ], + "score": 1.0, + "content": ". We are also given a test set", + "type": "text" + }, + { + "bbox": [ + 375, + 586, + 385, + 596 + ], + "score": 0.82, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 385, + 586, + 407, + 598 + ], + "score": 1.0, + "content": "from", + "type": "text" + }, + { + "bbox": [ + 407, + 586, + 419, + 597 + ], + "score": 0.88, + "content": "\\mathcal { C } _ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 419, + 586, + 450, + 598 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 450, + 586, + 501, + 597 + ], + "score": 0.92, + "content": "\\mathcal { D } _ { n } \\cap \\mathcal { T } = \\emptyset", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 586, + 504, + 598 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 597, + 506, + 609 + ], + "spans": [ + { + "bbox": [ + 105, + 597, + 163, + 609 + ], + "score": 1.0, + "content": "By exploiting", + "type": "text" + }, + { + "bbox": [ + 163, + 598, + 176, + 608 + ], + "score": 0.88, + "content": "\\mathcal { D } _ { b }", + "type": "inline_equation" + }, + { + "bbox": [ + 176, + 597, + 193, + 609 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 194, + 597, + 208, + 608 + ], + "score": 0.89, + "content": "\\mathcal { D } _ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 208, + 597, + 506, + 609 + ], + "score": 1.0, + "content": "for training, the objective of few-shot learning (FSL) is to predict the class", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 607, + 214, + 620 + ], + "spans": [ + { + "bbox": [ + 105, + 607, + 200, + 620 + ], + "score": 1.0, + "content": "labels of test images in", + "type": "text" + }, + { + "bbox": [ + 200, + 608, + 209, + 618 + ], + "score": 0.84, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 210, + 607, + 214, + 620 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 40 + }, + { + "type": "title", + "bbox": [ + 108, + 633, + 258, + 645 + ], + "lines": [ + { + "bbox": [ + 106, + 633, + 260, + 646 + ], + "spans": [ + { + "bbox": [ + 106, + 633, + 260, + 646 + ], + "score": 1.0, + "content": "3.2 META-LEARNING BASED FSL", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 44 + }, + { + "type": "text", + "bbox": [ + 107, + 654, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 655, + 505, + 667 + ], + "spans": [ + { + "bbox": [ + 105, + 655, + 505, + 667 + ], + "score": 1.0, + "content": "Most FSL methods are based on meta-learning (Vinyals et al., 2016; Finn et al., 2017; Snell et al.,", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 664, + 506, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 664, + 506, + 678 + ], + "score": 1.0, + "content": "2017; Sung et al., 2018; Lee et al., 2019; Ye et al., 2020), which adopt episodic training on the base", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 677, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 173, + 689 + ], + "score": 1.0, + "content": "class sample set", + "type": "text" + }, + { + "bbox": [ + 173, + 677, + 186, + 688 + ], + "score": 0.89, + "content": "\\mathcal { D } _ { b }", + "type": "inline_equation" + }, + { + "bbox": [ + 186, + 677, + 505, + 689 + ], + "score": 1.0, + "content": "and test their models over few-shot classification tasks sampled from the novel", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 687, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 688, + 137, + 700 + ], + "score": 1.0, + "content": "classes", + "type": "text" + }, + { + "bbox": [ + 137, + 688, + 149, + 699 + ], + "score": 0.88, + "content": "{ \\mathcal { C } } _ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 149, + 688, + 216, + 700 + ], + "score": 1.0, + "content": ". Concretely, an", + "type": "text" + }, + { + "bbox": [ + 216, + 688, + 226, + 698 + ], + "score": 0.83, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 226, + 688, + 248, + 700 + ], + "score": 1.0, + "content": "-way", + "type": "text" + }, + { + "bbox": [ + 248, + 688, + 258, + 698 + ], + "score": 0.83, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 258, + 688, + 280, + 700 + ], + "score": 1.0, + "content": "-shot", + "type": "text" + }, + { + "bbox": [ + 280, + 688, + 289, + 699 + ], + "score": 0.87, + "content": "Q", + "type": "inline_equation" + }, + { + "bbox": [ + 289, + 688, + 350, + 700 + ], + "score": 1.0, + "content": "-query episode", + "type": "text" + }, + { + "bbox": [ + 350, + 687, + 406, + 700 + ], + "score": 0.93, + "content": "e = ( S _ { e } , \\mathcal { Q } _ { e } )", + "type": "inline_equation" + }, + { + "bbox": [ + 406, + 688, + 505, + 700 + ], + "score": 1.0, + "content": "is generated as follows:", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 262, + 712 + ], + "score": 1.0, + "content": "(1) We first randomly sample a subset", + "type": "text" + }, + { + "bbox": [ + 262, + 699, + 272, + 710 + ], + "score": 0.87, + "content": "\\mathcal { C } _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 698, + 347, + 712 + ], + "score": 1.0, + "content": "from base classes", + "type": "text" + }, + { + "bbox": [ + 347, + 700, + 357, + 710 + ], + "score": 0.86, + "content": "\\mathcal { C } _ { b }", + "type": "inline_equation" + }, + { + "bbox": [ + 357, + 698, + 506, + 712 + ], + "score": 1.0, + "content": "during meta-training (or from novel", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 710, + 504, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 710, + 137, + 722 + ], + "score": 1.0, + "content": "classes", + "type": "text" + }, + { + "bbox": [ + 137, + 710, + 149, + 721 + ], + "score": 0.88, + "content": "\\mathcal { C } _ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 150, + 710, + 299, + 722 + ], + "score": 1.0, + "content": "during meta-test) and re-index it as", + "type": "text" + }, + { + "bbox": [ + 299, + 710, + 383, + 722 + ], + "score": 0.92, + "content": "\\mathcal { C } _ { e } = \\{ 1 , 2 , \\cdots , N \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 383, + 710, + 477, + 722 + ], + "score": 1.0, + "content": ". (2) For each class in", + "type": "text" + }, + { + "bbox": [ + 478, + 710, + 488, + 721 + ], + "score": 0.7, + "content": "\\mathcal { C } _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 488, + 710, + 493, + 722 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 493, + 710, + 504, + 720 + ], + "score": 0.54, + "content": "K", + "type": "inline_equation" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 720, + 505, + 735 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 155, + 735 + ], + "score": 1.0, + "content": "support and", + "type": "text" + }, + { + "bbox": [ + 156, + 721, + 165, + 732 + ], + "score": 0.86, + "content": "Q", + "type": "inline_equation" + }, + { + "bbox": [ + 165, + 720, + 424, + 735 + ], + "score": 1.0, + "content": "query images are then randomly sampled to form the support set", + "type": "text" + }, + { + "bbox": [ + 424, + 720, + 505, + 733 + ], + "score": 0.92, + "content": "\\begin{array} { r } { S _ { e } = \\{ ( x _ { i } , y _ { i } ) | y _ { i } \\in } \\end{array}", + "type": "inline_equation" + } + ], + "index": 51 + } + ], + "index": 48 + } + ], + "page_idx": 2, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 108, + 27, + 292, + 37 + ], + "lines": [ + { + "bbox": [ + 105, + 25, + 293, + 39 + ], + "spans": [ + { + "bbox": [ + 105, + 25, + 293, + 39 + ], + "score": 1.0, + "content": "Published as a conference paper at ICLR 2021", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 751, + 309, + 760 + ], + "lines": [ + { + "bbox": [ + 301, + 750, + 309, + 762 + ], + "spans": [ + { + "bbox": [ + 301, + 750, + 309, + 762 + ], + "score": 1.0, + "content": "3", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 182 + ], + "lines": [], + "index": 4, + "bbox_fs": [ + 105, + 82, + 505, + 183 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 107, + 187, + 505, + 297 + ], + "lines": [ + { + "bbox": [ + 105, + 186, + 506, + 200 + ], + "spans": [ + { + "bbox": [ + 105, + 186, + 506, + 200 + ], + "score": 1.0, + "content": "Modeling Episode-Level Relationships. In the FSL area, relatively less effort has been made to", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 198, + 505, + 212 + ], + "spans": [ + { + "bbox": [ + 105, + 198, + 505, + 212 + ], + "score": 1.0, + "content": "explicitly model the relationships across episodes. For modeling such episode-level relationships,", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 210, + 505, + 221 + ], + "spans": [ + { + "bbox": [ + 106, + 210, + 505, + 221 + ], + "score": 1.0, + "content": "there are two recent examples: (1) LGM-Net (Li et al., 2019b) proposes an inter-task normalization", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 220, + 505, + 232 + ], + "spans": [ + { + "bbox": [ + 105, + 220, + 505, + 232 + ], + "score": 1.0, + "content": "strategy, which applies batch normalization to all support samples across a batch of episodes in each", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 231, + 505, + 244 + ], + "spans": [ + { + "bbox": [ + 105, + 231, + 505, + 244 + ], + "score": 1.0, + "content": "training iteration. (2) Among a batch of episodes, Meta-Transfer Learning (Sun et al., 2019) records", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 241, + 506, + 255 + ], + "spans": [ + { + "bbox": [ + 105, + 241, + 506, + 255 + ], + "score": 1.0, + "content": "the class with the lowest accuracy in each episode and then re-samples ‘hard’ meta-tasks from the", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 253, + 505, + 266 + ], + "spans": [ + { + "bbox": [ + 105, + 253, + 505, + 266 + ], + "score": 1.0, + "content": "set of recorded classes. In this work, instead of utilizing the relationships implicitly, we propose to", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 264, + 506, + 277 + ], + "spans": [ + { + "bbox": [ + 105, + 264, + 506, + 277 + ], + "score": 1.0, + "content": "model episode-level relationships (MELR) explicitly by focusing on episodes with the same set of", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 275, + 505, + 288 + ], + "spans": [ + { + "bbox": [ + 105, + 275, + 505, + 288 + ], + "score": 1.0, + "content": "classes. Furthermore, our MELR is specifically designed to cope with the poor sampling of the few", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 286, + 439, + 298 + ], + "spans": [ + { + "bbox": [ + 106, + 286, + 439, + 298 + ], + "score": 1.0, + "content": "shots – an objective very different from those in (Li et al., 2019b; Sun et al., 2019).", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 13.5, + "bbox_fs": [ + 105, + 186, + 506, + 298 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 303, + 505, + 478 + ], + "lines": [ + { + "bbox": [ + 105, + 302, + 504, + 315 + ], + "spans": [ + { + "bbox": [ + 105, + 302, + 504, + 315 + ], + "score": 1.0, + "content": "Attention Mechanism. Attention mechanism was first proposed by (Bahdanau et al., 2015) for ma-", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 313, + 505, + 326 + ], + "spans": [ + { + "bbox": [ + 105, + 313, + 505, + 326 + ], + "score": 1.0, + "content": "chine translation and has now achieved great success in natural language processing (Vaswani et al.,", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 323, + 505, + 339 + ], + "spans": [ + { + "bbox": [ + 105, + 323, + 505, + 339 + ], + "score": 1.0, + "content": "2017) and computer vision (Xu et al., 2015). An attention module typically takes a triplet (queries,", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 335, + 505, + 349 + ], + "spans": [ + { + "bbox": [ + 105, + 335, + 505, + 349 + ], + "score": 1.0, + "content": "keys, values) as input and learns interactions between queries and key-value pairs according to cer-", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 345, + 505, + 360 + ], + "spans": [ + { + "bbox": [ + 105, + 345, + 505, + 360 + ], + "score": 1.0, + "content": "tain task objectives. It is referred to as self-attention or cross-attention depending on whether keys", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 358, + 505, + 370 + ], + "spans": [ + { + "bbox": [ + 105, + 358, + 505, + 370 + ], + "score": 1.0, + "content": "and queries are the same. Several recent works (Hou et al., 2019; Guo & Cheung, 2020; Ye et al.,", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 367, + 505, + 381 + ], + "spans": [ + { + "bbox": [ + 105, + 367, + 505, + 381 + ], + "score": 1.0, + "content": "2020) have utilized attention mechanism for meta-learning based FSL. CAN (Hou et al., 2019)", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 380, + 505, + 392 + ], + "spans": [ + { + "bbox": [ + 106, + 380, + 505, + 392 + ], + "score": 1.0, + "content": "employs cross-attention between support and query samples to learn better feature representations.", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 390, + 505, + 403 + ], + "spans": [ + { + "bbox": [ + 106, + 390, + 505, + 403 + ], + "score": 1.0, + "content": "AWGIM (Guo & Cheung, 2020) adopts both self- and cross-attention for generating classification", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 402, + 505, + 414 + ], + "spans": [ + { + "bbox": [ + 106, + 402, + 505, + 414 + ], + "score": 1.0, + "content": "weights. FEAT (Ye et al., 2020) only uses self-attention on the class prototypes of the support set.", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 412, + 505, + 425 + ], + "spans": [ + { + "bbox": [ + 106, + 412, + 505, + 425 + ], + "score": 1.0, + "content": "The biggest difference between these methods and our MELR lies in whether attention is modeled", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 424, + 505, + 436 + ], + "spans": [ + { + "bbox": [ + 106, + 424, + 505, + 436 + ], + "score": 1.0, + "content": "within each episode or across episodes. Only MELR allows modeling cross-episode instance at-", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 104, + 433, + 506, + 448 + ], + "spans": [ + { + "bbox": [ + 104, + 433, + 506, + 448 + ], + "score": 1.0, + "content": "tention explicitly so that the meta-learned model can be insensitive to badly-sampled support set", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 445, + 505, + 457 + ], + "spans": [ + { + "bbox": [ + 105, + 445, + 505, + 457 + ], + "score": 1.0, + "content": "instances. In addition, in our MELR, query set instances are also updated using cross-attention", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 456, + 506, + 469 + ], + "spans": [ + { + "bbox": [ + 105, + 456, + 506, + 469 + ], + "score": 1.0, + "content": "whilst existing models such as FEAT only apply attention to prototypes obtained using support set", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 468, + 384, + 479 + ], + "spans": [ + { + "bbox": [ + 106, + 468, + 384, + 479 + ], + "score": 1.0, + "content": "instances. They thus cannot directly handle instance-level anomalies.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 26.5, + "bbox_fs": [ + 104, + 302, + 506, + 479 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 495, + 209, + 508 + ], + "lines": [ + { + "bbox": [ + 104, + 493, + 211, + 511 + ], + "spans": [ + { + "bbox": [ + 104, + 493, + 211, + 511 + ], + "score": 1.0, + "content": "3 METHODOLOGY", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 35 + }, + { + "type": "title", + "bbox": [ + 108, + 521, + 227, + 532 + ], + "lines": [ + { + "bbox": [ + 105, + 521, + 228, + 534 + ], + "spans": [ + { + "bbox": [ + 105, + 521, + 228, + 534 + ], + "score": 1.0, + "content": "3.1 PROBLEM DEFINITION", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 36 + }, + { + "type": "text", + "bbox": [ + 107, + 541, + 505, + 619 + ], + "lines": [ + { + "bbox": [ + 105, + 541, + 506, + 555 + ], + "spans": [ + { + "bbox": [ + 105, + 541, + 123, + 555 + ], + "score": 1.0, + "content": "Let", + "type": "text" + }, + { + "bbox": [ + 124, + 542, + 305, + 554 + ], + "score": 0.92, + "content": "\\mathcal { D } _ { b } = \\{ ( x _ { i } , y _ { i } ) | y _ { i } \\in \\mathcal { C } _ { b } , i = 1 , 2 , \\cdot \\cdot \\cdot , N _ { b } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 305, + 541, + 506, + 555 + ], + "score": 1.0, + "content": "denote an abundant meta-training set from base", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 552, + 506, + 566 + ], + "spans": [ + { + "bbox": [ + 105, + 552, + 137, + 566 + ], + "score": 1.0, + "content": "classes", + "type": "text" + }, + { + "bbox": [ + 137, + 554, + 148, + 564 + ], + "score": 0.87, + "content": "\\mathcal { C } _ { b }", + "type": "inline_equation" + }, + { + "bbox": [ + 148, + 552, + 180, + 566 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 181, + 555, + 191, + 564 + ], + "score": 0.85, + "content": "x _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 191, + 552, + 219, + 566 + ], + "score": 1.0, + "content": "is the", + "type": "text" + }, + { + "bbox": [ + 219, + 555, + 223, + 563 + ], + "score": 0.73, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 224, + 552, + 267, + 566 + ], + "score": 1.0, + "content": "-th image,", + "type": "text" + }, + { + "bbox": [ + 268, + 555, + 277, + 564 + ], + "score": 0.82, + "content": "y _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 277, + 552, + 386, + 566 + ], + "score": 1.0, + "content": "denotes the class label of", + "type": "text" + }, + { + "bbox": [ + 386, + 555, + 396, + 564 + ], + "score": 0.84, + "content": "x _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 397, + 552, + 419, + 566 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 419, + 553, + 433, + 564 + ], + "score": 0.89, + "content": "N _ { b }", + "type": "inline_equation" + }, + { + "bbox": [ + 433, + 552, + 506, + 566 + ], + "score": 1.0, + "content": "is the number of", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 563, + 505, + 577 + ], + "spans": [ + { + "bbox": [ + 105, + 563, + 148, + 577 + ], + "score": 1.0, + "content": "images in", + "type": "text" + }, + { + "bbox": [ + 148, + 565, + 161, + 575 + ], + "score": 0.89, + "content": "\\mathcal { D } _ { b }", + "type": "inline_equation" + }, + { + "bbox": [ + 161, + 563, + 221, + 577 + ], + "score": 1.0, + "content": ". Similarly, let", + "type": "text" + }, + { + "bbox": [ + 221, + 564, + 399, + 576 + ], + "score": 0.9, + "content": "\\mathcal { D } _ { n } = \\{ ( x _ { i } , y _ { i } ) | y _ { i } \\in \\mathcal { C } _ { n } , i = 1 , 2 , \\cdot \\cdot \\cdot , N _ { n } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 399, + 563, + 505, + 577 + ], + "score": 1.0, + "content": "denote a few-shot sample", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 575, + 505, + 587 + ], + "spans": [ + { + "bbox": [ + 105, + 575, + 230, + 587 + ], + "score": 1.0, + "content": "set from a set of novel classes", + "type": "text" + }, + { + "bbox": [ + 231, + 576, + 243, + 586 + ], + "score": 0.87, + "content": "\\mathcal { C } _ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 243, + 575, + 267, + 587 + ], + "score": 1.0, + "content": "(e.g.,", + "type": "text" + }, + { + "bbox": [ + 268, + 576, + 278, + 585 + ], + "score": 0.83, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 575, + 430, + 587 + ], + "score": 1.0, + "content": "-shot means that each novel class has", + "type": "text" + }, + { + "bbox": [ + 430, + 576, + 441, + 585 + ], + "score": 0.83, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 441, + 575, + 505, + 587 + ], + "score": 1.0, + "content": "labeled images", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 586, + 504, + 598 + ], + "spans": [ + { + "bbox": [ + 105, + 586, + 123, + 598 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 124, + 586, + 180, + 598 + ], + "score": 0.92, + "content": "N _ { n } = K | \\mathcal { C } _ { n } | )", + "type": "inline_equation" + }, + { + "bbox": [ + 180, + 586, + 210, + 598 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 210, + 586, + 261, + 597 + ], + "score": 0.93, + "content": "\\mathcal { C } _ { b } \\cap \\mathcal { C } _ { n } = \\emptyset", + "type": "inline_equation" + }, + { + "bbox": [ + 261, + 586, + 375, + 598 + ], + "score": 1.0, + "content": ". We are also given a test set", + "type": "text" + }, + { + "bbox": [ + 375, + 586, + 385, + 596 + ], + "score": 0.82, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 385, + 586, + 407, + 598 + ], + "score": 1.0, + "content": "from", + "type": "text" + }, + { + "bbox": [ + 407, + 586, + 419, + 597 + ], + "score": 0.88, + "content": "\\mathcal { C } _ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 419, + 586, + 450, + 598 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 450, + 586, + 501, + 597 + ], + "score": 0.92, + "content": "\\mathcal { D } _ { n } \\cap \\mathcal { T } = \\emptyset", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 586, + 504, + 598 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 597, + 506, + 609 + ], + "spans": [ + { + "bbox": [ + 105, + 597, + 163, + 609 + ], + "score": 1.0, + "content": "By exploiting", + "type": "text" + }, + { + "bbox": [ + 163, + 598, + 176, + 608 + ], + "score": 0.88, + "content": "\\mathcal { D } _ { b }", + "type": "inline_equation" + }, + { + "bbox": [ + 176, + 597, + 193, + 609 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 194, + 597, + 208, + 608 + ], + "score": 0.89, + "content": "\\mathcal { D } _ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 208, + 597, + 506, + 609 + ], + "score": 1.0, + "content": "for training, the objective of few-shot learning (FSL) is to predict the class", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 607, + 214, + 620 + ], + "spans": [ + { + "bbox": [ + 105, + 607, + 200, + 620 + ], + "score": 1.0, + "content": "labels of test images in", + "type": "text" + }, + { + "bbox": [ + 200, + 608, + 209, + 618 + ], + "score": 0.84, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 210, + 607, + 214, + 620 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 40, + "bbox_fs": [ + 105, + 541, + 506, + 620 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 633, + 258, + 645 + ], + "lines": [ + { + "bbox": [ + 106, + 633, + 260, + 646 + ], + "spans": [ + { + "bbox": [ + 106, + 633, + 260, + 646 + ], + "score": 1.0, + "content": "3.2 META-LEARNING BASED FSL", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 44 + }, + { + "type": "text", + "bbox": [ + 107, + 654, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 655, + 505, + 667 + ], + "spans": [ + { + "bbox": [ + 105, + 655, + 505, + 667 + ], + "score": 1.0, + "content": "Most FSL methods are based on meta-learning (Vinyals et al., 2016; Finn et al., 2017; Snell et al.,", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 664, + 506, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 664, + 506, + 678 + ], + "score": 1.0, + "content": "2017; Sung et al., 2018; Lee et al., 2019; Ye et al., 2020), which adopt episodic training on the base", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 677, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 173, + 689 + ], + "score": 1.0, + "content": "class sample set", + "type": "text" + }, + { + "bbox": [ + 173, + 677, + 186, + 688 + ], + "score": 0.89, + "content": "\\mathcal { D } _ { b }", + "type": "inline_equation" + }, + { + "bbox": [ + 186, + 677, + 505, + 689 + ], + "score": 1.0, + "content": "and test their models over few-shot classification tasks sampled from the novel", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 687, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 688, + 137, + 700 + ], + "score": 1.0, + "content": "classes", + "type": "text" + }, + { + "bbox": [ + 137, + 688, + 149, + 699 + ], + "score": 0.88, + "content": "{ \\mathcal { C } } _ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 149, + 688, + 216, + 700 + ], + "score": 1.0, + "content": ". Concretely, an", + "type": "text" + }, + { + "bbox": [ + 216, + 688, + 226, + 698 + ], + "score": 0.83, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 226, + 688, + 248, + 700 + ], + "score": 1.0, + "content": "-way", + "type": "text" + }, + { + "bbox": [ + 248, + 688, + 258, + 698 + ], + "score": 0.83, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 258, + 688, + 280, + 700 + ], + "score": 1.0, + "content": "-shot", + "type": "text" + }, + { + "bbox": [ + 280, + 688, + 289, + 699 + ], + "score": 0.87, + "content": "Q", + "type": "inline_equation" + }, + { + "bbox": [ + 289, + 688, + 350, + 700 + ], + "score": 1.0, + "content": "-query episode", + "type": "text" + }, + { + "bbox": [ + 350, + 687, + 406, + 700 + ], + "score": 0.93, + "content": "e = ( S _ { e } , \\mathcal { Q } _ { e } )", + "type": "inline_equation" + }, + { + "bbox": [ + 406, + 688, + 505, + 700 + ], + "score": 1.0, + "content": "is generated as follows:", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 262, + 712 + ], + "score": 1.0, + "content": "(1) We first randomly sample a subset", + "type": "text" + }, + { + "bbox": [ + 262, + 699, + 272, + 710 + ], + "score": 0.87, + "content": "\\mathcal { C } _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 698, + 347, + 712 + ], + "score": 1.0, + "content": "from base classes", + "type": "text" + }, + { + "bbox": [ + 347, + 700, + 357, + 710 + ], + "score": 0.86, + "content": "\\mathcal { C } _ { b }", + "type": "inline_equation" + }, + { + "bbox": [ + 357, + 698, + 506, + 712 + ], + "score": 1.0, + "content": "during meta-training (or from novel", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 710, + 504, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 710, + 137, + 722 + ], + "score": 1.0, + "content": "classes", + "type": "text" + }, + { + "bbox": [ + 137, + 710, + 149, + 721 + ], + "score": 0.88, + "content": "\\mathcal { C } _ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 150, + 710, + 299, + 722 + ], + "score": 1.0, + "content": "during meta-test) and re-index it as", + "type": "text" + }, + { + "bbox": [ + 299, + 710, + 383, + 722 + ], + "score": 0.92, + "content": "\\mathcal { C } _ { e } = \\{ 1 , 2 , \\cdots , N \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 383, + 710, + 477, + 722 + ], + "score": 1.0, + "content": ". (2) For each class in", + "type": "text" + }, + { + "bbox": [ + 478, + 710, + 488, + 721 + ], + "score": 0.7, + "content": "\\mathcal { C } _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 488, + 710, + 493, + 722 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 493, + 710, + 504, + 720 + ], + "score": 0.54, + "content": "K", + "type": "inline_equation" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 720, + 505, + 735 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 155, + 735 + ], + "score": 1.0, + "content": "support and", + "type": "text" + }, + { + "bbox": [ + 156, + 721, + 165, + 732 + ], + "score": 0.86, + "content": "Q", + "type": "inline_equation" + }, + { + "bbox": [ + 165, + 720, + 424, + 735 + ], + "score": 1.0, + "content": "query images are then randomly sampled to form the support set", + "type": "text" + }, + { + "bbox": [ + 424, + 720, + 505, + 733 + ], + "score": 0.92, + "content": "\\begin{array} { r } { S _ { e } = \\{ ( x _ { i } , y _ { i } ) | y _ { i } \\in } \\end{array}", + "type": "inline_equation" + } + ], + "index": 51 + }, + { + "bbox": [ + 106, + 306, + 505, + 322 + ], + "spans": [ + { + "bbox": [ + 106, + 308, + 219, + 321 + ], + "score": 0.89, + "content": "\\mathcal { C } _ { e } , i = 1 , 2 , \\cdots , N \\times K \\}", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 220, + 306, + 298, + 322 + ], + "score": 1.0, + "content": "and the query set", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 299, + 308, + 505, + 321 + ], + "score": 0.86, + "content": "{ \\mathcal { Q } } _ { e } \\ = \\ \\{ ( x _ { i } , y _ { i } ) | y _ { i } \\in { \\mathcal { C } } _ { e } , i \\ = \\ 1 , 2 , \\cdot \\cdot \\cdot , N \\times Q \\}", + "type": "inline_equation", + "cross_page": true + } + ], + "index": 7 + }, + { + "bbox": [ + 107, + 319, + 222, + 333 + ], + "spans": [ + { + "bbox": [ + 107, + 320, + 165, + 331 + ], + "score": 0.88, + "content": "( S _ { e } \\cap \\mathcal { Q } _ { e } = \\emptyset )", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 165, + 319, + 222, + 333 + ], + "score": 1.0, + "content": "), respectively.", + "type": "text", + "cross_page": true + } + ], + "index": 8 + } + ], + "index": 48, + "bbox_fs": [ + 105, + 655, + 506, + 735 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 108, + 81, + 500, + 229 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 108, + 81, + 500, + 229 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 108, + 81, + 500, + 229 + ], + "spans": [ + { + "bbox": [ + 108, + 81, + 500, + 229 + ], + "score": 0.971, + "type": "image", + "image_path": "4ad280f68813e43a41938f4193c35279d033d737dec993ac341152df5d45392c.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 108, + 81, + 500, + 130.33333333333334 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 108, + 130.33333333333334, + 500, + 179.66666666666669 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 108, + 179.66666666666669, + 500, + 229.00000000000003 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 240, + 505, + 286 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 241, + 505, + 254 + ], + "spans": [ + { + "bbox": [ + 105, + 241, + 505, + 254 + ], + "score": 1.0, + "content": "Figure 1: The schematic illustration of the proposed MELR model. It consists of two main com-", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 253, + 505, + 264 + ], + "spans": [ + { + "bbox": [ + 105, + 253, + 505, + 264 + ], + "score": 1.0, + "content": "ponents for modeling episode-level relationships: Cross-Episode Attention Module (CEAM) and", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 263, + 506, + 276 + ], + "spans": [ + { + "bbox": [ + 105, + 263, + 506, + 276 + ], + "score": 1.0, + "content": "Cross-Episode Consistency Regularization (CECR). For clarity, only the 5-way 1-shot setting is", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 274, + 361, + 287 + ], + "spans": [ + { + "bbox": [ + 105, + 274, + 361, + 287 + ], + "score": 1.0, + "content": "presented here. Each red/blue cuboid denotes a single instance.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 4.5 + } + ], + "index": 2.75 + }, + { + "type": "text", + "bbox": [ + 106, + 307, + 502, + 331 + ], + "lines": [ + { + "bbox": [ + 106, + 306, + 505, + 322 + ], + "spans": [ + { + "bbox": [ + 106, + 308, + 219, + 321 + ], + "score": 0.89, + "content": "\\mathcal { C } _ { e } , i = 1 , 2 , \\cdots , N \\times K \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 220, + 306, + 298, + 322 + ], + "score": 1.0, + "content": "and the query set", + "type": "text" + }, + { + "bbox": [ + 299, + 308, + 505, + 321 + ], + "score": 0.86, + "content": "{ \\mathcal { Q } } _ { e } \\ = \\ \\{ ( x _ { i } , y _ { i } ) | y _ { i } \\in { \\mathcal { C } } _ { e } , i \\ = \\ 1 , 2 , \\cdot \\cdot \\cdot , N \\times Q \\}", + "type": "inline_equation" + } + ], + "index": 7 + }, + { + "bbox": [ + 107, + 319, + 222, + 333 + ], + "spans": [ + { + "bbox": [ + 107, + 320, + 165, + 331 + ], + "score": 0.88, + "content": "( S _ { e } \\cap \\mathcal { Q } _ { e } = \\emptyset )", + "type": "inline_equation" + }, + { + "bbox": [ + 165, + 319, + 222, + 333 + ], + "score": 1.0, + "content": "), respectively.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7.5 + }, + { + "type": "text", + "bbox": [ + 106, + 336, + 505, + 359 + ], + "lines": [ + { + "bbox": [ + 104, + 333, + 505, + 351 + ], + "spans": [ + { + "bbox": [ + 104, + 333, + 505, + 351 + ], + "score": 1.0, + "content": "A meta-learning based FSL approach typically designs a few-shot classification loss over the query", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 347, + 269, + 360 + ], + "spans": [ + { + "bbox": [ + 106, + 347, + 120, + 360 + ], + "score": 1.0, + "content": "set", + "type": "text" + }, + { + "bbox": [ + 120, + 348, + 133, + 358 + ], + "score": 0.89, + "content": "\\mathcal { Q } _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 134, + 347, + 259, + 360 + ], + "score": 1.0, + "content": "for each meta-training episode", + "type": "text" + }, + { + "bbox": [ + 259, + 350, + 265, + 357 + ], + "score": 0.74, + "content": "e", + "type": "inline_equation" + }, + { + "bbox": [ + 265, + 347, + 269, + 360 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5 + }, + { + "type": "interline_equation", + "bbox": [ + 217, + 367, + 393, + 381 + ], + "lines": [ + { + "bbox": [ + 217, + 367, + 393, + 381 + ], + "spans": [ + { + "bbox": [ + 217, + 367, + 393, + 381 + ], + "score": 0.91, + "content": "L _ { f s c } ( e ) = \\mathbb { E } _ { ( x _ { i } , y _ { i } ) \\in \\mathcal { Q } _ { e } } L ( y _ { i } , f ( \\psi ( x _ { i } ) ; \\mathcal { S } _ { e } ) ) ,", + "type": "interline_equation", + "image_path": "ca7fe315079a55de5bb0dbe69b1997943bde3aacc1c2059ec4a37fbaf67d89b7.jpg" + } + ] + } + ], + "index": 11, + "virtual_lines": [ + { + "bbox": [ + 217, + 367, + 393, + 381 + ], + "spans": [], + "index": 11 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 389, + 505, + 446 + ], + "lines": [ + { + "bbox": [ + 105, + 388, + 506, + 404 + ], + "spans": [ + { + "bbox": [ + 105, + 388, + 133, + 404 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 391, + 142, + 402 + ], + "score": 0.85, + "content": "\\psi", + "type": "inline_equation" + }, + { + "bbox": [ + 142, + 388, + 358, + 404 + ], + "score": 1.0, + "content": "denotes a feature extractor with an output dimension", + "type": "text" + }, + { + "bbox": [ + 358, + 391, + 365, + 400 + ], + "score": 0.39, + "content": "d", + "type": "inline_equation" + }, + { + "bbox": [ + 365, + 388, + 369, + 404 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 369, + 389, + 457, + 402 + ], + "score": 0.87, + "content": "f ( \\cdot ; S _ { e } ) : \\mathbb { R } ^ { d } \\to \\mathbb { R } ^ { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 457, + 388, + 506, + 404 + ], + "score": 1.0, + "content": "can be any", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 401, + 505, + 414 + ], + "spans": [ + { + "bbox": [ + 105, + 401, + 301, + 414 + ], + "score": 1.0, + "content": "scoring function constructed from the support set", + "type": "text" + }, + { + "bbox": [ + 301, + 402, + 312, + 412 + ], + "score": 0.88, + "content": "S _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 313, + 401, + 332, + 414 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 333, + 402, + 358, + 413 + ], + "score": 0.92, + "content": "L ( \\cdot , \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 358, + 401, + 505, + 414 + ], + "score": 1.0, + "content": "is the classification loss (e.g., widely", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 412, + 506, + 425 + ], + "spans": [ + { + "bbox": [ + 105, + 412, + 506, + 425 + ], + "score": 1.0, + "content": "used cross-entropy). By minimizing the above loss function via back propagation to update the part", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 421, + 506, + 438 + ], + "spans": [ + { + "bbox": [ + 105, + 421, + 259, + 438 + ], + "score": 1.0, + "content": "of the model to be meta-learned (e.g.,", + "type": "text" + }, + { + "bbox": [ + 259, + 424, + 267, + 435 + ], + "score": 0.85, + "content": "\\psi", + "type": "inline_equation" + }, + { + "bbox": [ + 267, + 421, + 506, + 438 + ], + "score": 1.0, + "content": "in ProtoNet), the model is trained over many meta-training", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 434, + 325, + 447 + ], + "spans": [ + { + "bbox": [ + 105, + 434, + 325, + 447 + ], + "score": 1.0, + "content": "episodes and then evaluated on the meta-test episodes.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 14 + }, + { + "type": "title", + "bbox": [ + 107, + 461, + 363, + 473 + ], + "lines": [ + { + "bbox": [ + 105, + 460, + 364, + 476 + ], + "spans": [ + { + "bbox": [ + 105, + 460, + 364, + 476 + ], + "score": 1.0, + "content": "3.3 MODELING EPISODE-LEVEL RELATIONSHIPS (MELR)", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17 + }, + { + "type": "text", + "bbox": [ + 106, + 483, + 505, + 551 + ], + "lines": [ + { + "bbox": [ + 105, + 483, + 505, + 496 + ], + "spans": [ + { + "bbox": [ + 105, + 483, + 505, + 496 + ], + "score": 1.0, + "content": "In the FSL area, relatively less effort has been made to explicitly model the relationships across", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 494, + 506, + 508 + ], + "spans": [ + { + "bbox": [ + 105, + 494, + 506, + 508 + ], + "score": 1.0, + "content": "episodes, and many FSL methods define their loss functions within each episode independently. In", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 505, + 505, + 519 + ], + "spans": [ + { + "bbox": [ + 105, + 505, + 398, + 519 + ], + "score": 1.0, + "content": "contrast, with our Modeling Episode-Level Relationships (MELR), two", + "type": "text" + }, + { + "bbox": [ + 399, + 506, + 409, + 516 + ], + "score": 0.82, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 409, + 505, + 505, + 519 + ], + "score": 1.0, + "content": "-way episodes are sam-", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 516, + 505, + 529 + ], + "spans": [ + { + "bbox": [ + 105, + 516, + 340, + 529 + ], + "score": 1.0, + "content": "pled in each training iteration from exactly the same set of", + "type": "text" + }, + { + "bbox": [ + 340, + 517, + 350, + 527 + ], + "score": 0.84, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 351, + 516, + 505, + 529 + ], + "score": 1.0, + "content": "base classes. Cross-Episode Attention", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 527, + 506, + 540 + ], + "spans": [ + { + "bbox": [ + 105, + 527, + 506, + 540 + ], + "score": 1.0, + "content": "Module (CEAM) and Cross-Episode Consistency Regularization (CECR) are then devised to exploit", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 538, + 359, + 551 + ], + "spans": [ + { + "bbox": [ + 106, + 538, + 359, + 551 + ], + "score": 1.0, + "content": "this type of episode-level relationship explicitly (see Figure 1).", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 20.5 + }, + { + "type": "text", + "bbox": [ + 106, + 564, + 505, + 624 + ], + "lines": [ + { + "bbox": [ + 105, + 563, + 505, + 578 + ], + "spans": [ + { + "bbox": [ + 105, + 563, + 369, + 578 + ], + "score": 1.0, + "content": "Cross-Episode Attention Module (CEAM). We are given two", + "type": "text" + }, + { + "bbox": [ + 369, + 566, + 379, + 575 + ], + "score": 0.82, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 380, + 563, + 400, + 578 + ], + "score": 1.0, + "content": "-way", + "type": "text" + }, + { + "bbox": [ + 401, + 566, + 411, + 576 + ], + "score": 0.83, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 411, + 563, + 432, + 578 + ], + "score": 1.0, + "content": "-shot", + "type": "text" + }, + { + "bbox": [ + 432, + 566, + 441, + 577 + ], + "score": 0.86, + "content": "Q", + "type": "inline_equation" + }, + { + "bbox": [ + 441, + 563, + 505, + 578 + ], + "score": 1.0, + "content": "-query episodes", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 107, + 574, + 505, + 594 + ], + "spans": [ + { + "bbox": [ + 107, + 576, + 187, + 591 + ], + "score": 0.92, + "content": "e ^ { ( 1 ) } = ( \\bar { S } _ { e } ^ { ( 1 ) } , \\mathcal { Q } _ { e } ^ { ( 1 ) } )", + "type": "inline_equation" + }, + { + "bbox": [ + 188, + 574, + 207, + 594 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 207, + 576, + 288, + 590 + ], + "score": 0.93, + "content": "e ^ { ( 2 ) } = ( S _ { e } ^ { ( 2 ) } , \\mathcal { Q } _ { e } ^ { ( 2 ) } )", + "type": "inline_equation" + }, + { + "bbox": [ + 288, + 574, + 416, + 594 + ], + "score": 1.0, + "content": "sampled from the same subset", + "type": "text" + }, + { + "bbox": [ + 416, + 579, + 427, + 590 + ], + "score": 0.88, + "content": "\\mathcal { C } _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 427, + 574, + 440, + 594 + ], + "score": 1.0, + "content": "of", + "type": "text" + }, + { + "bbox": [ + 440, + 579, + 451, + 590 + ], + "score": 0.87, + "content": "\\mathcal { C } _ { b }", + "type": "inline_equation" + }, + { + "bbox": [ + 451, + 574, + 483, + 594 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 483, + 579, + 494, + 590 + ], + "score": 0.87, + "content": "\\mathcal { C } _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 494, + 574, + 505, + 594 + ], + "score": 1.0, + "content": "is", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 104, + 588, + 507, + 604 + ], + "spans": [ + { + "bbox": [ + 104, + 588, + 162, + 604 + ], + "score": 1.0, + "content": "re-indexed as", + "type": "text" + }, + { + "bbox": [ + 162, + 591, + 243, + 603 + ], + "score": 0.92, + "content": "\\mathcal { C } _ { e } = \\{ 1 , 2 , \\cdots , N \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 244, + 588, + 264, + 604 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 264, + 590, + 325, + 601 + ], + "score": 0.92, + "content": "e ^ { ( 1 ) } \\bigcap e ^ { ( 2 ) } = \\emptyset", + "type": "inline_equation" + }, + { + "bbox": [ + 325, + 588, + 507, + 604 + ], + "score": 1.0, + "content": ". For both episodes, to minimize the negative", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 601, + 505, + 614 + ], + "spans": [ + { + "bbox": [ + 105, + 601, + 505, + 614 + ], + "score": 1.0, + "content": "impact of badly-sampled few shots for a given query instance, we propose CEAM for cross-episode", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 613, + 285, + 625 + ], + "spans": [ + { + "bbox": [ + 106, + 613, + 285, + 625 + ], + "score": 1.0, + "content": "attention modeling, which is detailed below.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 26 + }, + { + "type": "text", + "bbox": [ + 106, + 629, + 506, + 692 + ], + "lines": [ + { + "bbox": [ + 104, + 628, + 506, + 646 + ], + "spans": [ + { + "bbox": [ + 104, + 628, + 167, + 646 + ], + "score": 1.0, + "content": "Concretely, let", + "type": "text" + }, + { + "bbox": [ + 167, + 630, + 323, + 645 + ], + "score": 0.82, + "content": "\\mathbf { S } ^ { ( 1 ) } = [ \\boldsymbol { \\psi } ( x _ { i } ) ^ { T } ; x _ { i } \\in \\mathcal { S } _ { e } ^ { ( 1 ) } ] \\in \\mathbb { R } ^ { N K \\times d }", + "type": "inline_equation" + }, + { + "bbox": [ + 324, + 628, + 339, + 646 + ], + "score": 1.0, + "content": "(or", + "type": "text" + }, + { + "bbox": [ + 339, + 631, + 358, + 644 + ], + "score": 0.76, + "content": "\\mathbf { S } ^ { ( 2 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 358, + 628, + 380, + 646 + ], + "score": 1.0, + "content": ") and", + "type": "text" + }, + { + "bbox": [ + 380, + 630, + 506, + 645 + ], + "score": 0.89, + "content": "{ \\bf Q } ^ { ( 1 ) } = [ \\psi ( x _ { i } ) ^ { T } ; x _ { i } \\in \\mathcal { Q } _ { e } ^ { ( 1 ) } ] \\in", + "type": "inline_equation" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 641, + 506, + 658 + ], + "spans": [ + { + "bbox": [ + 106, + 644, + 139, + 655 + ], + "score": 0.87, + "content": "\\mathbb { R } ^ { N Q \\times d }", + "type": "inline_equation" + }, + { + "bbox": [ + 140, + 641, + 154, + 658 + ], + "score": 1.0, + "content": "(or", + "type": "text" + }, + { + "bbox": [ + 155, + 644, + 177, + 656 + ], + "score": 0.82, + "content": "\\mathbf { Q } ^ { ( 2 ) } )", + "type": "inline_equation" + }, + { + "bbox": [ + 177, + 641, + 418, + 658 + ], + "score": 1.0, + "content": "denote the feature matrices of support and query samples in", + "type": "text" + }, + { + "bbox": [ + 419, + 644, + 435, + 655 + ], + "score": 0.83, + "content": "e ^ { ( 1 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 435, + 641, + 450, + 658 + ], + "score": 1.0, + "content": "(or", + "type": "text" + }, + { + "bbox": [ + 451, + 644, + 466, + 655 + ], + "score": 0.8, + "content": "e ^ { ( 2 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 467, + 641, + 506, + 658 + ], + "score": 1.0, + "content": "), respec-", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 104, + 653, + 507, + 670 + ], + "spans": [ + { + "bbox": [ + 104, + 653, + 163, + 670 + ], + "score": 1.0, + "content": "tively, and let", + "type": "text" + }, + { + "bbox": [ + 164, + 655, + 307, + 669 + ], + "score": 0.92, + "content": "{ \\bf F } ^ { ( 1 ) } = [ { \\bf S } ^ { ( 1 ) } ; { \\bf Q } ^ { ( 1 ) } ] \\in \\mathbb { R } ^ { N ( K + Q ) \\times d }", + "type": "inline_equation" + }, + { + "bbox": [ + 308, + 653, + 324, + 670 + ], + "score": 1.0, + "content": "(or", + "type": "text" + }, + { + "bbox": [ + 324, + 655, + 406, + 669 + ], + "score": 0.92, + "content": "\\mathbf { F } ^ { ( 2 ) } = [ \\mathbf { S } ^ { ( 2 ) } ; \\mathbf { Q } ^ { ( 2 ) } ] )", + "type": "inline_equation" + }, + { + "bbox": [ + 406, + 653, + 507, + 670 + ], + "score": 1.0, + "content": "be the feature matrix of", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 104, + 665, + 506, + 683 + ], + "spans": [ + { + "bbox": [ + 104, + 665, + 166, + 683 + ], + "score": 1.0, + "content": "all samples in", + "type": "text" + }, + { + "bbox": [ + 166, + 668, + 182, + 679 + ], + "score": 0.8, + "content": "e ^ { ( 1 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 183, + 665, + 199, + 683 + ], + "score": 1.0, + "content": "(or", + "type": "text" + }, + { + "bbox": [ + 200, + 668, + 216, + 679 + ], + "score": 0.83, + "content": "e ^ { ( 2 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 216, + 665, + 276, + 683 + ], + "score": 1.0, + "content": "). For episode", + "type": "text" + }, + { + "bbox": [ + 277, + 668, + 293, + 679 + ], + "score": 0.83, + "content": "e ^ { ( 1 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 293, + 665, + 397, + 683 + ], + "score": 1.0, + "content": ", CEAM takes the triplet", + "type": "text" + }, + { + "bbox": [ + 397, + 667, + 465, + 681 + ], + "score": 0.88, + "content": "( \\mathbf { \\dot { F } } ^ { ( 1 ) } , \\mathbf { S } ^ { ( 2 ) } , \\mathbf { S } ^ { ( 2 ) } )", + "type": "inline_equation" + }, + { + "bbox": [ + 466, + 665, + 506, + 683 + ], + "score": 1.0, + "content": "as input,", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 680, + 442, + 693 + ], + "spans": [ + { + "bbox": [ + 106, + 680, + 442, + 693 + ], + "score": 1.0, + "content": "which corresponds to the input (queries, keys, values) in a typical attention module:", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 31 + }, + { + "type": "interline_equation", + "bbox": [ + 166, + 699, + 443, + 731 + ], + "lines": [ + { + "bbox": [ + 166, + 699, + 443, + 731 + ], + "spans": [ + { + "bbox": [ + 166, + 699, + 443, + 731 + ], + "score": 0.91, + "content": "\\hat { \\mathbf { F } } ^ { ( 1 ) } = \\mathbf { C E A M } ( \\mathbf { F } ^ { ( 1 ) } , \\mathbf { S } ^ { ( 2 ) } , \\mathbf { S } ^ { ( 2 ) } ) = \\mathbf { F } ^ { ( 1 ) } + \\mathrm { s o f t m a x } ( \\frac { \\mathbf { F } _ { Q } ^ { ( 1 ) } \\mathbf { S } _ { K } ^ { ( 2 ) T } } { \\sqrt { d } } ) \\mathbf { S } _ { V } ^ { ( 2 ) } ,", + "type": "interline_equation", + "image_path": "1609e7168f9d7c713edea0a750b84b8174573f8e3a6a7cd5bc81939fd294edf1.jpg" + } + ] + } + ], + "index": 35, + "virtual_lines": [ + { + "bbox": [ + 166, + 699, + 443, + 709.6666666666666 + ], + "spans": [], + "index": 34 + }, + { + "bbox": [ + 166, + 709.6666666666666, + 443, + 720.3333333333333 + ], + "spans": [], + "index": 35 + }, + { + "bbox": [ + 166, + 720.3333333333333, + 443, + 730.9999999999999 + ], + "spans": [], + "index": 36 + } + ] + } + ], + "page_idx": 3, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 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, + 751, + 308, + 759 + ], + "lines": [ + { + "bbox": [ + 301, + 750, + 310, + 762 + ], + "spans": [ + { + "bbox": [ + 301, + 750, + 310, + 762 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 12, + "width": 9 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 108, + 81, + 500, + 229 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 108, + 81, + 500, + 229 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 108, + 81, + 500, + 229 + ], + "spans": [ + { + "bbox": [ + 108, + 81, + 500, + 229 + ], + "score": 0.971, + "type": "image", + "image_path": "4ad280f68813e43a41938f4193c35279d033d737dec993ac341152df5d45392c.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 108, + 81, + 500, + 130.33333333333334 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 108, + 130.33333333333334, + 500, + 179.66666666666669 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 108, + 179.66666666666669, + 500, + 229.00000000000003 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 240, + 505, + 286 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 241, + 505, + 254 + ], + "spans": [ + { + "bbox": [ + 105, + 241, + 505, + 254 + ], + "score": 1.0, + "content": "Figure 1: The schematic illustration of the proposed MELR model. It consists of two main com-", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 253, + 505, + 264 + ], + "spans": [ + { + "bbox": [ + 105, + 253, + 505, + 264 + ], + "score": 1.0, + "content": "ponents for modeling episode-level relationships: Cross-Episode Attention Module (CEAM) and", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 263, + 506, + 276 + ], + "spans": [ + { + "bbox": [ + 105, + 263, + 506, + 276 + ], + "score": 1.0, + "content": "Cross-Episode Consistency Regularization (CECR). For clarity, only the 5-way 1-shot setting is", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 274, + 361, + 287 + ], + "spans": [ + { + "bbox": [ + 105, + 274, + 361, + 287 + ], + "score": 1.0, + "content": "presented here. Each red/blue cuboid denotes a single instance.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 4.5 + } + ], + "index": 2.75 + }, + { + "type": "text", + "bbox": [ + 106, + 307, + 502, + 331 + ], + "lines": [], + "index": 7.5, + "bbox_fs": [ + 106, + 306, + 505, + 333 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 106, + 336, + 505, + 359 + ], + "lines": [ + { + "bbox": [ + 104, + 333, + 505, + 351 + ], + "spans": [ + { + "bbox": [ + 104, + 333, + 505, + 351 + ], + "score": 1.0, + "content": "A meta-learning based FSL approach typically designs a few-shot classification loss over the query", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 347, + 269, + 360 + ], + "spans": [ + { + "bbox": [ + 106, + 347, + 120, + 360 + ], + "score": 1.0, + "content": "set", + "type": "text" + }, + { + "bbox": [ + 120, + 348, + 133, + 358 + ], + "score": 0.89, + "content": "\\mathcal { Q } _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 134, + 347, + 259, + 360 + ], + "score": 1.0, + "content": "for each meta-training episode", + "type": "text" + }, + { + "bbox": [ + 259, + 350, + 265, + 357 + ], + "score": 0.74, + "content": "e", + "type": "inline_equation" + }, + { + "bbox": [ + 265, + 347, + 269, + 360 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5, + "bbox_fs": [ + 104, + 333, + 505, + 360 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 217, + 367, + 393, + 381 + ], + "lines": [ + { + "bbox": [ + 217, + 367, + 393, + 381 + ], + "spans": [ + { + "bbox": [ + 217, + 367, + 393, + 381 + ], + "score": 0.91, + "content": "L _ { f s c } ( e ) = \\mathbb { E } _ { ( x _ { i } , y _ { i } ) \\in \\mathcal { Q } _ { e } } L ( y _ { i } , f ( \\psi ( x _ { i } ) ; \\mathcal { S } _ { e } ) ) ,", + "type": "interline_equation", + "image_path": "ca7fe315079a55de5bb0dbe69b1997943bde3aacc1c2059ec4a37fbaf67d89b7.jpg" + } + ] + } + ], + "index": 11, + "virtual_lines": [ + { + "bbox": [ + 217, + 367, + 393, + 381 + ], + "spans": [], + "index": 11 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 389, + 505, + 446 + ], + "lines": [ + { + "bbox": [ + 105, + 388, + 506, + 404 + ], + "spans": [ + { + "bbox": [ + 105, + 388, + 133, + 404 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 391, + 142, + 402 + ], + "score": 0.85, + "content": "\\psi", + "type": "inline_equation" + }, + { + "bbox": [ + 142, + 388, + 358, + 404 + ], + "score": 1.0, + "content": "denotes a feature extractor with an output dimension", + "type": "text" + }, + { + "bbox": [ + 358, + 391, + 365, + 400 + ], + "score": 0.39, + "content": "d", + "type": "inline_equation" + }, + { + "bbox": [ + 365, + 388, + 369, + 404 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 369, + 389, + 457, + 402 + ], + "score": 0.87, + "content": "f ( \\cdot ; S _ { e } ) : \\mathbb { R } ^ { d } \\to \\mathbb { R } ^ { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 457, + 388, + 506, + 404 + ], + "score": 1.0, + "content": "can be any", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 401, + 505, + 414 + ], + "spans": [ + { + "bbox": [ + 105, + 401, + 301, + 414 + ], + "score": 1.0, + "content": "scoring function constructed from the support set", + "type": "text" + }, + { + "bbox": [ + 301, + 402, + 312, + 412 + ], + "score": 0.88, + "content": "S _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 313, + 401, + 332, + 414 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 333, + 402, + 358, + 413 + ], + "score": 0.92, + "content": "L ( \\cdot , \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 358, + 401, + 505, + 414 + ], + "score": 1.0, + "content": "is the classification loss (e.g., widely", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 412, + 506, + 425 + ], + "spans": [ + { + "bbox": [ + 105, + 412, + 506, + 425 + ], + "score": 1.0, + "content": "used cross-entropy). By minimizing the above loss function via back propagation to update the part", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 421, + 506, + 438 + ], + "spans": [ + { + "bbox": [ + 105, + 421, + 259, + 438 + ], + "score": 1.0, + "content": "of the model to be meta-learned (e.g.,", + "type": "text" + }, + { + "bbox": [ + 259, + 424, + 267, + 435 + ], + "score": 0.85, + "content": "\\psi", + "type": "inline_equation" + }, + { + "bbox": [ + 267, + 421, + 506, + 438 + ], + "score": 1.0, + "content": "in ProtoNet), the model is trained over many meta-training", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 434, + 325, + 447 + ], + "spans": [ + { + "bbox": [ + 105, + 434, + 325, + 447 + ], + "score": 1.0, + "content": "episodes and then evaluated on the meta-test episodes.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 14, + "bbox_fs": [ + 105, + 388, + 506, + 447 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 461, + 363, + 473 + ], + "lines": [ + { + "bbox": [ + 105, + 460, + 364, + 476 + ], + "spans": [ + { + "bbox": [ + 105, + 460, + 364, + 476 + ], + "score": 1.0, + "content": "3.3 MODELING EPISODE-LEVEL RELATIONSHIPS (MELR)", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17 + }, + { + "type": "text", + "bbox": [ + 106, + 483, + 505, + 551 + ], + "lines": [ + { + "bbox": [ + 105, + 483, + 505, + 496 + ], + "spans": [ + { + "bbox": [ + 105, + 483, + 505, + 496 + ], + "score": 1.0, + "content": "In the FSL area, relatively less effort has been made to explicitly model the relationships across", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 494, + 506, + 508 + ], + "spans": [ + { + "bbox": [ + 105, + 494, + 506, + 508 + ], + "score": 1.0, + "content": "episodes, and many FSL methods define their loss functions within each episode independently. In", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 505, + 505, + 519 + ], + "spans": [ + { + "bbox": [ + 105, + 505, + 398, + 519 + ], + "score": 1.0, + "content": "contrast, with our Modeling Episode-Level Relationships (MELR), two", + "type": "text" + }, + { + "bbox": [ + 399, + 506, + 409, + 516 + ], + "score": 0.82, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 409, + 505, + 505, + 519 + ], + "score": 1.0, + "content": "-way episodes are sam-", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 516, + 505, + 529 + ], + "spans": [ + { + "bbox": [ + 105, + 516, + 340, + 529 + ], + "score": 1.0, + "content": "pled in each training iteration from exactly the same set of", + "type": "text" + }, + { + "bbox": [ + 340, + 517, + 350, + 527 + ], + "score": 0.84, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 351, + 516, + 505, + 529 + ], + "score": 1.0, + "content": "base classes. Cross-Episode Attention", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 527, + 506, + 540 + ], + "spans": [ + { + "bbox": [ + 105, + 527, + 506, + 540 + ], + "score": 1.0, + "content": "Module (CEAM) and Cross-Episode Consistency Regularization (CECR) are then devised to exploit", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 538, + 359, + 551 + ], + "spans": [ + { + "bbox": [ + 106, + 538, + 359, + 551 + ], + "score": 1.0, + "content": "this type of episode-level relationship explicitly (see Figure 1).", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 20.5, + "bbox_fs": [ + 105, + 483, + 506, + 551 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 564, + 505, + 624 + ], + "lines": [ + { + "bbox": [ + 105, + 563, + 505, + 578 + ], + "spans": [ + { + "bbox": [ + 105, + 563, + 369, + 578 + ], + "score": 1.0, + "content": "Cross-Episode Attention Module (CEAM). We are given two", + "type": "text" + }, + { + "bbox": [ + 369, + 566, + 379, + 575 + ], + "score": 0.82, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 380, + 563, + 400, + 578 + ], + "score": 1.0, + "content": "-way", + "type": "text" + }, + { + "bbox": [ + 401, + 566, + 411, + 576 + ], + "score": 0.83, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 411, + 563, + 432, + 578 + ], + "score": 1.0, + "content": "-shot", + "type": "text" + }, + { + "bbox": [ + 432, + 566, + 441, + 577 + ], + "score": 0.86, + "content": "Q", + "type": "inline_equation" + }, + { + "bbox": [ + 441, + 563, + 505, + 578 + ], + "score": 1.0, + "content": "-query episodes", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 107, + 574, + 505, + 594 + ], + "spans": [ + { + "bbox": [ + 107, + 576, + 187, + 591 + ], + "score": 0.92, + "content": "e ^ { ( 1 ) } = ( \\bar { S } _ { e } ^ { ( 1 ) } , \\mathcal { Q } _ { e } ^ { ( 1 ) } )", + "type": "inline_equation" + }, + { + "bbox": [ + 188, + 574, + 207, + 594 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 207, + 576, + 288, + 590 + ], + "score": 0.93, + "content": "e ^ { ( 2 ) } = ( S _ { e } ^ { ( 2 ) } , \\mathcal { Q } _ { e } ^ { ( 2 ) } )", + "type": "inline_equation" + }, + { + "bbox": [ + 288, + 574, + 416, + 594 + ], + "score": 1.0, + "content": "sampled from the same subset", + "type": "text" + }, + { + "bbox": [ + 416, + 579, + 427, + 590 + ], + "score": 0.88, + "content": "\\mathcal { C } _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 427, + 574, + 440, + 594 + ], + "score": 1.0, + "content": "of", + "type": "text" + }, + { + "bbox": [ + 440, + 579, + 451, + 590 + ], + "score": 0.87, + "content": "\\mathcal { C } _ { b }", + "type": "inline_equation" + }, + { + "bbox": [ + 451, + 574, + 483, + 594 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 483, + 579, + 494, + 590 + ], + "score": 0.87, + "content": "\\mathcal { C } _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 494, + 574, + 505, + 594 + ], + "score": 1.0, + "content": "is", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 104, + 588, + 507, + 604 + ], + "spans": [ + { + "bbox": [ + 104, + 588, + 162, + 604 + ], + "score": 1.0, + "content": "re-indexed as", + "type": "text" + }, + { + "bbox": [ + 162, + 591, + 243, + 603 + ], + "score": 0.92, + "content": "\\mathcal { C } _ { e } = \\{ 1 , 2 , \\cdots , N \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 244, + 588, + 264, + 604 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 264, + 590, + 325, + 601 + ], + "score": 0.92, + "content": "e ^ { ( 1 ) } \\bigcap e ^ { ( 2 ) } = \\emptyset", + "type": "inline_equation" + }, + { + "bbox": [ + 325, + 588, + 507, + 604 + ], + "score": 1.0, + "content": ". For both episodes, to minimize the negative", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 601, + 505, + 614 + ], + "spans": [ + { + "bbox": [ + 105, + 601, + 505, + 614 + ], + "score": 1.0, + "content": "impact of badly-sampled few shots for a given query instance, we propose CEAM for cross-episode", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 613, + 285, + 625 + ], + "spans": [ + { + "bbox": [ + 106, + 613, + 285, + 625 + ], + "score": 1.0, + "content": "attention modeling, which is detailed below.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 26, + "bbox_fs": [ + 104, + 563, + 507, + 625 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 629, + 506, + 692 + ], + "lines": [ + { + "bbox": [ + 104, + 628, + 506, + 646 + ], + "spans": [ + { + "bbox": [ + 104, + 628, + 167, + 646 + ], + "score": 1.0, + "content": "Concretely, let", + "type": "text" + }, + { + "bbox": [ + 167, + 630, + 323, + 645 + ], + "score": 0.82, + "content": "\\mathbf { S } ^ { ( 1 ) } = [ \\boldsymbol { \\psi } ( x _ { i } ) ^ { T } ; x _ { i } \\in \\mathcal { S } _ { e } ^ { ( 1 ) } ] \\in \\mathbb { R } ^ { N K \\times d }", + "type": "inline_equation" + }, + { + "bbox": [ + 324, + 628, + 339, + 646 + ], + "score": 1.0, + "content": "(or", + "type": "text" + }, + { + "bbox": [ + 339, + 631, + 358, + 644 + ], + "score": 0.76, + "content": "\\mathbf { S } ^ { ( 2 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 358, + 628, + 380, + 646 + ], + "score": 1.0, + "content": ") and", + "type": "text" + }, + { + "bbox": [ + 380, + 630, + 506, + 645 + ], + "score": 0.89, + "content": "{ \\bf Q } ^ { ( 1 ) } = [ \\psi ( x _ { i } ) ^ { T } ; x _ { i } \\in \\mathcal { Q } _ { e } ^ { ( 1 ) } ] \\in", + "type": "inline_equation" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 641, + 506, + 658 + ], + "spans": [ + { + "bbox": [ + 106, + 644, + 139, + 655 + ], + "score": 0.87, + "content": "\\mathbb { R } ^ { N Q \\times d }", + "type": "inline_equation" + }, + { + "bbox": [ + 140, + 641, + 154, + 658 + ], + "score": 1.0, + "content": "(or", + "type": "text" + }, + { + "bbox": [ + 155, + 644, + 177, + 656 + ], + "score": 0.82, + "content": "\\mathbf { Q } ^ { ( 2 ) } )", + "type": "inline_equation" + }, + { + "bbox": [ + 177, + 641, + 418, + 658 + ], + "score": 1.0, + "content": "denote the feature matrices of support and query samples in", + "type": "text" + }, + { + "bbox": [ + 419, + 644, + 435, + 655 + ], + "score": 0.83, + "content": "e ^ { ( 1 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 435, + 641, + 450, + 658 + ], + "score": 1.0, + "content": "(or", + "type": "text" + }, + { + "bbox": [ + 451, + 644, + 466, + 655 + ], + "score": 0.8, + "content": "e ^ { ( 2 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 467, + 641, + 506, + 658 + ], + "score": 1.0, + "content": "), respec-", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 104, + 653, + 507, + 670 + ], + "spans": [ + { + "bbox": [ + 104, + 653, + 163, + 670 + ], + "score": 1.0, + "content": "tively, and let", + "type": "text" + }, + { + "bbox": [ + 164, + 655, + 307, + 669 + ], + "score": 0.92, + "content": "{ \\bf F } ^ { ( 1 ) } = [ { \\bf S } ^ { ( 1 ) } ; { \\bf Q } ^ { ( 1 ) } ] \\in \\mathbb { R } ^ { N ( K + Q ) \\times d }", + "type": "inline_equation" + }, + { + "bbox": [ + 308, + 653, + 324, + 670 + ], + "score": 1.0, + "content": "(or", + "type": "text" + }, + { + "bbox": [ + 324, + 655, + 406, + 669 + ], + "score": 0.92, + "content": "\\mathbf { F } ^ { ( 2 ) } = [ \\mathbf { S } ^ { ( 2 ) } ; \\mathbf { Q } ^ { ( 2 ) } ] )", + "type": "inline_equation" + }, + { + "bbox": [ + 406, + 653, + 507, + 670 + ], + "score": 1.0, + "content": "be the feature matrix of", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 104, + 665, + 506, + 683 + ], + "spans": [ + { + "bbox": [ + 104, + 665, + 166, + 683 + ], + "score": 1.0, + "content": "all samples in", + "type": "text" + }, + { + "bbox": [ + 166, + 668, + 182, + 679 + ], + "score": 0.8, + "content": "e ^ { ( 1 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 183, + 665, + 199, + 683 + ], + "score": 1.0, + "content": "(or", + "type": "text" + }, + { + "bbox": [ + 200, + 668, + 216, + 679 + ], + "score": 0.83, + "content": "e ^ { ( 2 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 216, + 665, + 276, + 683 + ], + "score": 1.0, + "content": "). For episode", + "type": "text" + }, + { + "bbox": [ + 277, + 668, + 293, + 679 + ], + "score": 0.83, + "content": "e ^ { ( 1 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 293, + 665, + 397, + 683 + ], + "score": 1.0, + "content": ", CEAM takes the triplet", + "type": "text" + }, + { + "bbox": [ + 397, + 667, + 465, + 681 + ], + "score": 0.88, + "content": "( \\mathbf { \\dot { F } } ^ { ( 1 ) } , \\mathbf { S } ^ { ( 2 ) } , \\mathbf { S } ^ { ( 2 ) } )", + "type": "inline_equation" + }, + { + "bbox": [ + 466, + 665, + 506, + 683 + ], + "score": 1.0, + "content": "as input,", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 680, + 442, + 693 + ], + "spans": [ + { + "bbox": [ + 106, + 680, + 442, + 693 + ], + "score": 1.0, + "content": "which corresponds to the input (queries, keys, values) in a typical attention module:", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 31, + "bbox_fs": [ + 104, + 628, + 507, + 693 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 166, + 699, + 443, + 731 + ], + "lines": [ + { + "bbox": [ + 166, + 699, + 443, + 731 + ], + "spans": [ + { + "bbox": [ + 166, + 699, + 443, + 731 + ], + "score": 0.91, + "content": "\\hat { \\mathbf { F } } ^ { ( 1 ) } = \\mathbf { C E A M } ( \\mathbf { F } ^ { ( 1 ) } , \\mathbf { S } ^ { ( 2 ) } , \\mathbf { S } ^ { ( 2 ) } ) = \\mathbf { F } ^ { ( 1 ) } + \\mathrm { s o f t m a x } ( \\frac { \\mathbf { F } _ { Q } ^ { ( 1 ) } \\mathbf { S } _ { K } ^ { ( 2 ) T } } { \\sqrt { d } } ) \\mathbf { S } _ { V } ^ { ( 2 ) } ,", + "type": "interline_equation", + "image_path": "1609e7168f9d7c713edea0a750b84b8174573f8e3a6a7cd5bc81939fd294edf1.jpg" + } + ] + } + ], + "index": 35, + "virtual_lines": [ + { + "bbox": [ + 166, + 699, + 443, + 709.6666666666666 + ], + "spans": [], + "index": 34 + }, + { + "bbox": [ + 166, + 709.6666666666666, + 443, + 720.3333333333333 + ], + "spans": [], + "index": 35 + }, + { + "bbox": [ + 166, + 720.3333333333333, + 443, + 730.9999999999999 + ], + "spans": [], + "index": 36 + } + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 104, + 82, + 504, + 106 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "where the inputs are first linearly mapped into a latent space with the same dimension of the feature", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 347, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 94, + 237, + 106 + ], + "score": 1.0, + "content": "space (using projection matrices", + "type": "text" + }, + { + "bbox": [ + 238, + 93, + 342, + 106 + ], + "score": 0.87, + "content": "\\mathbf { W } _ { Q } , \\mathbf { W } _ { K } , \\mathbf { W } _ { V } \\in \\mathbb { R } ^ { d \\times d } )", + "type": "inline_equation" + }, + { + "bbox": [ + 342, + 94, + 347, + 106 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "interline_equation", + "bbox": [ + 237, + 111, + 373, + 168 + ], + "lines": [ + { + "bbox": [ + 237, + 111, + 373, + 168 + ], + "spans": [ + { + "bbox": [ + 237, + 111, + 373, + 168 + ], + "score": 0.93, + "content": "\\begin{array} { r l } & { \\mathbf { F } _ { Q } ^ { ( 1 ) } = \\mathbf { F } ^ { ( 1 ) } \\mathbf { W } _ { Q } \\in \\mathbb { R } ^ { N ( K + Q ) \\times d } , } \\\\ & { \\mathbf { S } _ { K } ^ { ( 2 ) } = \\mathbf { S } ^ { ( 2 ) } \\mathbf { W } _ { K } \\in \\mathbb { R } ^ { N K \\times d } , } \\\\ & { \\mathbf { S } _ { V } ^ { ( 2 ) } = \\mathbf { S } ^ { ( 2 ) } \\mathbf { W } _ { V } \\in \\mathbb { R } ^ { N K \\times d } . } \\end{array}", + "type": "interline_equation", + "image_path": "f80f8884821e9e3313b8f09404e4c35de542b3c83c4a0caf8ca62e8a45469c3e.jpg" + } + ] + } + ], + "index": 2.5, + "virtual_lines": [ + { + "bbox": [ + 237, + 111, + 373, + 139.5 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 237, + 139.5, + 373, + 168.0 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 174, + 343, + 187 + ], + "lines": [ + { + "bbox": [ + 105, + 171, + 343, + 190 + ], + "spans": [ + { + "bbox": [ + 105, + 171, + 195, + 190 + ], + "score": 1.0, + "content": "Similarly, for episode", + "type": "text" + }, + { + "bbox": [ + 195, + 173, + 211, + 185 + ], + "score": 0.9, + "content": "e ^ { ( 2 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 211, + 171, + 343, + 190 + ], + "score": 1.0, + "content": ", we have (analogous to Eq. (2)):", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "interline_equation", + "bbox": [ + 166, + 192, + 444, + 225 + ], + "lines": [ + { + "bbox": [ + 166, + 192, + 444, + 225 + ], + "spans": [ + { + "bbox": [ + 166, + 192, + 444, + 225 + ], + "score": 0.95, + "content": "\\hat { \\mathbf { F } } ^ { ( 2 ) } = \\mathbf { C E A M } ( \\mathbf { F } ^ { ( 2 ) } , \\mathbf { S } ^ { ( 1 ) } , \\mathbf { S } ^ { ( 1 ) } ) = \\mathbf { F } ^ { ( 2 ) } + \\mathrm { s o f t m a x } ( \\frac { \\mathbf { F } _ { Q } ^ { ( 2 ) } \\mathbf { S } _ { K } ^ { ( 1 ) T } } { \\sqrt { d } } ) \\mathbf { S } _ { V } ^ { ( 1 ) } ,", + "type": "interline_equation", + "image_path": "8ecb5e30b341846a032cdae223490f3e559b2b25739b453b19943b115478c896.jpg" + } + ] + } + ], + "index": 6, + "virtual_lines": [ + { + "bbox": [ + 166, + 192, + 444, + 203.0 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 166, + 203.0, + 444, + 214.0 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 166, + 214.0, + 444, + 225.0 + ], + "spans": [], + "index": 7 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 231, + 505, + 267 + ], + "lines": [ + { + "bbox": [ + 105, + 230, + 505, + 244 + ], + "spans": [ + { + "bbox": [ + 105, + 230, + 350, + 244 + ], + "score": 1.0, + "content": "where the learnable parameters of fully connected layers (i.e.,", + "type": "text" + }, + { + "bbox": [ + 351, + 231, + 394, + 243 + ], + "score": 0.3, + "content": "\\mathbf { W } _ { Q } , \\mathbf { W } _ { K }", + "type": "inline_equation" + }, + { + "bbox": [ + 395, + 230, + 411, + 244 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 412, + 231, + 431, + 243 + ], + "score": 0.88, + "content": "\\mathbf { W } _ { V }", + "type": "inline_equation" + }, + { + "bbox": [ + 432, + 230, + 505, + 244 + ], + "score": 1.0, + "content": ") are shared across", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 241, + 505, + 255 + ], + "spans": [ + { + "bbox": [ + 105, + 241, + 505, + 255 + ], + "score": 1.0, + "content": "Eq. (2) and Eq. (6). We can then obtain the transformed support and query embedding matrices in", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 107, + 252, + 361, + 268 + ], + "spans": [ + { + "bbox": [ + 107, + 253, + 123, + 265 + ], + "score": 0.86, + "content": "e ^ { ( 1 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 123, + 252, + 138, + 268 + ], + "score": 1.0, + "content": "(or", + "type": "text" + }, + { + "bbox": [ + 138, + 253, + 155, + 265 + ], + "score": 0.82, + "content": "e ^ { ( 2 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 155, + 252, + 181, + 268 + ], + "score": 1.0, + "content": ") from", + "type": "text" + }, + { + "bbox": [ + 182, + 253, + 260, + 266 + ], + "score": 0.93, + "content": "\\hat { \\mathbf { F } } ^ { ( 1 ) } = [ \\hat { \\mathbf { S } } ^ { ( 1 ) } ; \\hat { \\mathbf { Q } } ^ { ( 1 ) } ]", + "type": "inline_equation" + }, + { + "bbox": [ + 260, + 252, + 276, + 268 + ], + "score": 1.0, + "content": "(or", + "type": "text" + }, + { + "bbox": [ + 276, + 253, + 357, + 267 + ], + "score": 0.92, + "content": "\\hat { \\mathbf { F } } ^ { ( 2 ) } = [ \\hat { \\mathbf { S } } ^ { ( 2 ) } ; \\hat { \\mathbf { Q } } ^ { ( 2 ) } ] )", + "type": "inline_equation" + }, + { + "bbox": [ + 357, + 252, + 361, + 268 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9 + }, + { + "type": "text", + "bbox": [ + 106, + 279, + 505, + 358 + ], + "lines": [ + { + "bbox": [ + 106, + 280, + 505, + 293 + ], + "spans": [ + { + "bbox": [ + 106, + 280, + 505, + 293 + ], + "score": 1.0, + "content": "Cross-Episode Consistency Regularization (CECR). In our MELR model, CEAM utilizes", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 104, + 290, + 506, + 305 + ], + "spans": [ + { + "bbox": [ + 104, + 290, + 506, + 305 + ], + "score": 1.0, + "content": "instance-level attention to alleviate the negative effects of the poor support set instance sampling", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 302, + 506, + 316 + ], + "spans": [ + { + "bbox": [ + 105, + 302, + 506, + 316 + ], + "score": 1.0, + "content": "so that each query set instance can be assigned to the right class with minimal loss. Our CECR", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 104, + 313, + 505, + 326 + ], + "spans": [ + { + "bbox": [ + 104, + 313, + 505, + 326 + ], + "score": 1.0, + "content": "is designed to further reduce the model sensitivity to badly-sampled shots in different episodes by", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 324, + 505, + 337 + ], + "spans": [ + { + "bbox": [ + 105, + 324, + 505, + 337 + ], + "score": 1.0, + "content": "forcing the two classifiers learned over the two episodes to produce consistent predictions. There are", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 335, + 506, + 347 + ], + "spans": [ + { + "bbox": [ + 105, + 335, + 506, + 347 + ], + "score": 1.0, + "content": "various options on how to enforce such consistency. CECR adopts a knowledge distillation based", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 346, + 378, + 358 + ], + "spans": [ + { + "bbox": [ + 105, + 346, + 378, + 358 + ], + "score": 1.0, + "content": "strategy as empirically it is the most effective one (see Section 4.3).", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 14 + }, + { + "type": "text", + "bbox": [ + 106, + 362, + 505, + 511 + ], + "lines": [ + { + "bbox": [ + 104, + 361, + 506, + 378 + ], + "spans": [ + { + "bbox": [ + 104, + 361, + 123, + 378 + ], + "score": 1.0, + "content": "Let", + "type": "text" + }, + { + "bbox": [ + 124, + 362, + 219, + 377 + ], + "score": 0.91, + "content": "f ( \\cdot ; \\hat { \\mathbf { S } } ^ { ( 1 ) } ) : \\mathbb { R } ^ { d } \\to \\mathbb { R } ^ { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 219, + 361, + 239, + 378 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 239, + 363, + 335, + 376 + ], + "score": 0.91, + "content": "f ( \\cdot ; \\hat { \\mathbf { S } } ^ { ( 2 ) } ) : \\mathbb { R } ^ { d } \\to \\mathbb { R } ^ { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 335, + 361, + 506, + 378 + ], + "score": 1.0, + "content": "be the scoring functions of the two clas-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 375, + 506, + 390 + ], + "spans": [ + { + "bbox": [ + 105, + 375, + 206, + 390 + ], + "score": 1.0, + "content": "sifiers constructed from", + "type": "text" + }, + { + "bbox": [ + 207, + 376, + 225, + 388 + ], + "score": 0.85, + "content": "\\hat { \\mathbf { S } } ^ { ( 1 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 225, + 375, + 245, + 390 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 245, + 376, + 263, + 388 + ], + "score": 0.85, + "content": "\\hat { \\mathbf { S } } ^ { ( 2 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 263, + 375, + 506, + 390 + ], + "score": 1.0, + "content": ", respectively. To determine which classifier/scoring func-", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 388, + 505, + 400 + ], + "spans": [ + { + "bbox": [ + 105, + 388, + 505, + 400 + ], + "score": 1.0, + "content": "tion is stronger, we compute the few-shot classification accuracies of the two classifiers on the", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 102, + 394, + 505, + 419 + ], + "spans": [ + { + "bbox": [ + 102, + 394, + 351, + 419 + ], + "score": 1.0, + "content": "merged query samples from both episodes. Concretely, let", + "type": "text" + }, + { + "bbox": [ + 351, + 399, + 505, + 415 + ], + "score": 0.93, + "content": "\\hat { \\mathcal { Q } } _ { e } ^ { ( 1 ) } = \\{ ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 ) } , y _ { i } ^ { ( 1 ) } ) | \\hat { \\mathbf { q } } _ { i } ^ { ( 1 ) } \\in \\mathbb { R } ^ { d } , i =", + "type": "inline_equation" + } + ], + "index": 21 + }, + { + "bbox": [ + 107, + 412, + 503, + 430 + ], + "spans": [ + { + "bbox": [ + 107, + 415, + 168, + 428 + ], + "score": 0.91, + "content": "1 , 2 , \\cdots , N Q \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 168, + 412, + 183, + 430 + ], + "score": 1.0, + "content": "(or", + "type": "text" + }, + { + "bbox": [ + 184, + 413, + 203, + 427 + ], + "score": 0.89, + "content": "\\hat { \\mathcal { Q } } _ { e } ^ { ( 2 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 204, + 412, + 487, + 430 + ], + "score": 1.0, + "content": ") denote the set of transformed embedding vectors of query samples in", + "type": "text" + }, + { + "bbox": [ + 487, + 415, + 503, + 426 + ], + "score": 0.86, + "content": "e ^ { ( 1 ) }", + "type": "inline_equation" + } + ], + "index": 22 + }, + { + "bbox": [ + 104, + 425, + 507, + 445 + ], + "spans": [ + { + "bbox": [ + 104, + 425, + 121, + 445 + ], + "score": 1.0, + "content": "(or", + "type": "text" + }, + { + "bbox": [ + 121, + 429, + 138, + 441 + ], + "score": 0.8, + "content": "e ^ { ( 2 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 138, + 425, + 172, + 445 + ], + "score": 1.0, + "content": "), where", + "type": "text" + }, + { + "bbox": [ + 173, + 428, + 190, + 442 + ], + "score": 0.9, + "content": "\\hat { \\mathbf { q } } _ { i } ^ { ( 1 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 191, + 425, + 207, + 445 + ], + "score": 1.0, + "content": "(or", + "type": "text" + }, + { + "bbox": [ + 207, + 427, + 225, + 442 + ], + "score": 0.84, + "content": "\\hat { \\mathbf { q } } _ { i } ^ { ( 2 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 225, + 425, + 279, + 445 + ], + "score": 1.0, + "content": ") denotes the", + "type": "text" + }, + { + "bbox": [ + 279, + 430, + 284, + 440 + ], + "score": 0.76, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 284, + 425, + 468, + 445 + ], + "score": 1.0, + "content": "-th row of the transformed embedding matrix", + "type": "text" + }, + { + "bbox": [ + 469, + 428, + 489, + 442 + ], + "score": 0.9, + "content": "\\hat { \\mathbf { Q } } ^ { ( 1 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 489, + 425, + 507, + 445 + ], + "score": 1.0, + "content": "(or", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 434, + 510, + 468 + ], + "spans": [ + { + "bbox": [ + 106, + 442, + 130, + 456 + ], + "score": 0.87, + "content": "\\hat { \\mathbf { Q } } ^ { ( 2 ) } )", + "type": "inline_equation" + }, + { + "bbox": [ + 130, + 434, + 158, + 468 + ], + "score": 1.0, + "content": ". With he few-", + "type": "text" + }, + { + "bbox": [ + 159, + 441, + 417, + 457 + ], + "score": 0.88, + "content": "\\hat { \\mathcal { Q } } _ { e } ^ { ( 1 , 2 ) } = \\hat { \\mathcal { Q } } _ { e } ^ { ( 1 ) } \\cup \\hat { \\mathcal { Q } } _ { e } ^ { ( 2 ) } = \\{ ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } , y _ { i } ^ { ( 1 , 2 ) } ) , i = 1 , 2 , \\cdots , 2 N Q \\} )", + "type": "inline_equation" + }, + { + "bbox": [ + 417, + 434, + 510, + 468 + ], + "score": 1.0, + "content": ", we are able to com-nd-truth labels and the", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 454, + 506, + 468 + ], + "spans": [ + { + "bbox": [ + 105, + 454, + 506, + 468 + ], + "score": 1.0, + "content": "pute t shot classification accuracies of the two classifiers w.r.t. the grou", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 102, + 462, + 503, + 487 + ], + "spans": [ + { + "bbox": [ + 102, + 462, + 290, + 487 + ], + "score": 1.0, + "content": "corresponding predicted ones (i.e., arg maxj", + "type": "text" + }, + { + "bbox": [ + 291, + 466, + 366, + 482 + ], + "score": 0.55, + "content": "\\sigma _ { j } ( f ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\hat { \\mathbf { S } } ^ { ( 1 ) } ) )", + "type": "inline_equation" + }, + { + "bbox": [ + 367, + 462, + 427, + 487 + ], + "score": 1.0, + "content": "and arg maxj", + "type": "text" + }, + { + "bbox": [ + 427, + 466, + 503, + 481 + ], + "score": 0.88, + "content": "\\sigma _ { j } ( f ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\hat { \\mathbf { S } } ^ { ( 2 ) } ) )", + "type": "inline_equation" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 475, + 506, + 503 + ], + "spans": [ + { + "bbox": [ + 106, + 482, + 183, + 495 + ], + "score": 0.9, + "content": "( j = 1 , 2 , \\cdots , N )", + "type": "inline_equation" + }, + { + "bbox": [ + 183, + 475, + 201, + 503 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 201, + 480, + 300, + 495 + ], + "score": 0.92, + "content": "( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } , y _ { i } ^ { ( 1 , 2 ) } ) \\in \\hat { \\mathcal { Q } } _ { e } ^ { ( 1 , 2 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 300, + 475, + 333, + 503 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 333, + 480, + 432, + 501 + ], + "score": 0.83, + "content": "\\begin{array} { r } { \\sigma _ { j } ( { \\bf v } ) \\triangleq \\frac { \\exp ( v _ { j } ) } { \\sum _ { j ^ { \\prime } = 1 } ^ { N } \\exp ( v _ { j ^ { \\prime } } ) } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 435, + 482, + 478, + 494 + ], + "score": 0.71, + "content": "( \\mathbf { v } \\in \\mathbb { R } ^ { N } )", + "type": "inline_equation" + }, + { + "bbox": [ + 478, + 475, + 506, + 503 + ], + "score": 1.0, + "content": "is the", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 497, + 183, + 512 + ], + "spans": [ + { + "bbox": [ + 105, + 497, + 183, + 512 + ], + "score": 1.0, + "content": "softmax function).", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 23 + }, + { + "type": "text", + "bbox": [ + 106, + 515, + 505, + 562 + ], + "lines": [ + { + "bbox": [ + 106, + 516, + 505, + 528 + ], + "spans": [ + { + "bbox": [ + 106, + 516, + 505, + 528 + ], + "score": 1.0, + "content": "The classifier with higher accuracy is thus considered to be the stronger one and subsequently used", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 526, + 506, + 540 + ], + "spans": [ + { + "bbox": [ + 105, + 526, + 506, + 540 + ], + "score": 1.0, + "content": "as the teacher classifier for the student to behave consistently with it. Without loss of generality, we", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 104, + 537, + 506, + 553 + ], + "spans": [ + { + "bbox": [ + 104, + 537, + 155, + 553 + ], + "score": 1.0, + "content": "assume that", + "type": "text" + }, + { + "bbox": [ + 156, + 538, + 194, + 551 + ], + "score": 0.93, + "content": "f ( \\cdot ; \\hat { \\mathbf { S } } ^ { ( 1 ) } )", + "type": "inline_equation" + }, + { + "bbox": [ + 195, + 537, + 259, + 553 + ], + "score": 1.0, + "content": "is stronger than", + "type": "text" + }, + { + "bbox": [ + 260, + 538, + 298, + 551 + ], + "score": 0.92, + "content": "f ( \\cdot ; \\hat { \\mathbf { S } } ^ { ( 2 ) } )", + "type": "inline_equation" + }, + { + "bbox": [ + 299, + 537, + 506, + 553 + ], + "score": 1.0, + "content": ". We choose the knowledge distillation loss (Hinton", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 549, + 277, + 563 + ], + "spans": [ + { + "bbox": [ + 105, + 549, + 277, + 563 + ], + "score": 1.0, + "content": "et al., 2015) for CECR, which is stated as:", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 30.5 + }, + { + "type": "interline_equation", + "bbox": [ + 142, + 568, + 468, + 588 + ], + "lines": [ + { + "bbox": [ + 142, + 568, + 468, + 588 + ], + "spans": [ + { + "bbox": [ + 142, + 568, + 468, + 588 + ], + "score": 0.89, + "content": "L _ { c e c r } ( e ^ { ( 1 ) } , e ^ { ( 2 ) } ; T ) = \\mathbb { E } _ { ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } , y _ { i } ^ { ( 1 , 2 ) } ) \\in \\hat { \\mathcal { Q } } _ { e } ^ { ( 1 , 2 ) } } L ^ { \\prime } ( f ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\hat { \\mathbf { S } } ^ { ( 1 ) } ) , f ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\hat { \\mathbf { S } } ^ { ( 2 ) } ) ; T ) ,", + "type": "interline_equation", + "image_path": "cff72e42fc4fa5973b9d27b9a072448dce065d97672ae71709bcbc27fc76efbb.jpg" + } + ] + } + ], + "index": 33, + "virtual_lines": [ + { + "bbox": [ + 142, + 568, + 468, + 588 + ], + "spans": [], + "index": 33 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 594, + 505, + 640 + ], + "lines": [ + { + "bbox": [ + 106, + 595, + 505, + 608 + ], + "spans": [ + { + "bbox": [ + 106, + 595, + 134, + 608 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 135, + 596, + 143, + 605 + ], + "score": 0.84, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 144, + 595, + 505, + 608 + ], + "score": 1.0, + "content": "is the temperature parameter as used in (Hinton et al., 2015). More specifically, when", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 104, + 604, + 506, + 631 + ], + "spans": [ + { + "bbox": [ + 104, + 604, + 193, + 631 + ], + "score": 1.0, + "content": "the softmax function", + "type": "text" + }, + { + "bbox": [ + 194, + 606, + 310, + 626 + ], + "score": 0.84, + "content": "\\begin{array} { r } { \\sigma _ { j } ( \\mathbf { v } ; T ) \\triangleq \\frac { \\exp ( v _ { j } / T ) } { \\sum _ { j ^ { \\prime } = 1 } ^ { N } \\exp ( v _ { j ^ { \\prime } } / T ) } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 316, + 607, + 352, + 619 + ], + "score": 0.52, + "content": "\\mathbf { \\bar { v } } \\in \\mathbb { R } ^ { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 352, + 604, + 356, + 631 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 357, + 608, + 428, + 620 + ], + "score": 0.55, + "content": "j = 1 , 2 , \\cdots , N )", + "type": "inline_equation" + }, + { + "bbox": [ + 428, + 604, + 506, + 631 + ], + "score": 1.0, + "content": "is used, we define", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 623, + 413, + 644 + ], + "spans": [ + { + "bbox": [ + 106, + 625, + 257, + 640 + ], + "score": 0.88, + "content": "L ^ { \\prime } ( f ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\hat { \\mathbf { S } } ^ { ( 1 ) } ) , f ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\hat { \\mathbf { S } } ^ { ( 2 ) } ) ; T )", + "type": "inline_equation" + }, + { + "bbox": [ + 258, + 623, + 413, + 644 + ], + "score": 1.0, + "content": "in Eq. (7) with the cross-entropy loss:", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 35 + }, + { + "type": "interline_equation", + "bbox": [ + 181, + 646, + 429, + 701 + ], + "lines": [ + { + "bbox": [ + 181, + 646, + 429, + 701 + ], + "spans": [ + { + "bbox": [ + 181, + 646, + 429, + 701 + ], + "score": 0.94, + "content": "\\begin{array} { r l } & { \\quad L ^ { \\prime } ( f ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\hat { \\mathbf { S } } ^ { ( 1 ) } ) , f ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\hat { \\mathbf { S } } ^ { ( 2 ) } ) ; T ) } \\\\ & { = - \\displaystyle \\sum _ { j = 1 } ^ { N } \\sigma _ { j } \\big ( f ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\hat { \\mathbf { S } } ^ { ( 1 ) } ) ; T ) \\log \\left( \\sigma _ { j } \\big ( f ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\hat { \\mathbf { S } } ^ { ( 2 ) } ) ; T ) \\right) . } \\end{array}", + "type": "interline_equation", + "image_path": "2552cc1c0882420c8cf286164c46c22d0beaf098e3a8fac6d111b86e123d3a3a.jpg" + } + ] + } + ], + "index": 38, + "virtual_lines": [ + { + "bbox": [ + 181, + 646, + 429, + 664.3333333333334 + ], + "spans": [], + "index": 37 + }, + { + "bbox": [ + 181, + 664.3333333333334, + 429, + 682.6666666666667 + ], + "spans": [], + "index": 38 + }, + { + "bbox": [ + 181, + 682.6666666666667, + 429, + 701.0000000000001 + ], + "spans": [], + "index": 39 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 708, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 707, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 707, + 270, + 723 + ], + "score": 1.0, + "content": "Note that we cut off the gradients over", + "type": "text" + }, + { + "bbox": [ + 270, + 708, + 309, + 722 + ], + "score": 0.93, + "content": "f ( \\cdot ; \\hat { \\mathbf { S } } ^ { ( 1 ) } )", + "type": "inline_equation" + }, + { + "bbox": [ + 309, + 707, + 505, + 723 + ], + "score": 1.0, + "content": "when back-propagating since the output of the", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 720, + 375, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 375, + 733 + ], + "score": 1.0, + "content": "teacher scoring function is treated as the soft target for the student.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 40.5 + } + ], + "page_idx": 4, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 26, + 293, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 293, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 293, + 38 + ], + "score": 1.0, + "content": "Published as a conference paper at ICLR 2021", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 751, + 309, + 760 + ], + "lines": [ + { + "bbox": [ + 302, + 750, + 309, + 762 + ], + "spans": [ + { + "bbox": [ + 302, + 750, + 309, + 762 + ], + "score": 1.0, + "content": "5", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 104, + 82, + 504, + 106 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "where the inputs are first linearly mapped into a latent space with the same dimension of the feature", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 347, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 94, + 237, + 106 + ], + "score": 1.0, + "content": "space (using projection matrices", + "type": "text" + }, + { + "bbox": [ + 238, + 93, + 342, + 106 + ], + "score": 0.87, + "content": "\\mathbf { W } _ { Q } , \\mathbf { W } _ { K } , \\mathbf { W } _ { V } \\in \\mathbb { R } ^ { d \\times d } )", + "type": "inline_equation" + }, + { + "bbox": [ + 342, + 94, + 347, + 106 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5, + "bbox_fs": [ + 105, + 82, + 505, + 106 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 237, + 111, + 373, + 168 + ], + "lines": [ + { + "bbox": [ + 237, + 111, + 373, + 168 + ], + "spans": [ + { + "bbox": [ + 237, + 111, + 373, + 168 + ], + "score": 0.93, + "content": "\\begin{array} { r l } & { \\mathbf { F } _ { Q } ^ { ( 1 ) } = \\mathbf { F } ^ { ( 1 ) } \\mathbf { W } _ { Q } \\in \\mathbb { R } ^ { N ( K + Q ) \\times d } , } \\\\ & { \\mathbf { S } _ { K } ^ { ( 2 ) } = \\mathbf { S } ^ { ( 2 ) } \\mathbf { W } _ { K } \\in \\mathbb { R } ^ { N K \\times d } , } \\\\ & { \\mathbf { S } _ { V } ^ { ( 2 ) } = \\mathbf { S } ^ { ( 2 ) } \\mathbf { W } _ { V } \\in \\mathbb { R } ^ { N K \\times d } . } \\end{array}", + "type": "interline_equation", + "image_path": "f80f8884821e9e3313b8f09404e4c35de542b3c83c4a0caf8ca62e8a45469c3e.jpg" + } + ] + } + ], + "index": 2.5, + "virtual_lines": [ + { + "bbox": [ + 237, + 111, + 373, + 139.5 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 237, + 139.5, + 373, + 168.0 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 174, + 343, + 187 + ], + "lines": [ + { + "bbox": [ + 105, + 171, + 343, + 190 + ], + "spans": [ + { + "bbox": [ + 105, + 171, + 195, + 190 + ], + "score": 1.0, + "content": "Similarly, for episode", + "type": "text" + }, + { + "bbox": [ + 195, + 173, + 211, + 185 + ], + "score": 0.9, + "content": "e ^ { ( 2 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 211, + 171, + 343, + 190 + ], + "score": 1.0, + "content": ", we have (analogous to Eq. (2)):", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4, + "bbox_fs": [ + 105, + 171, + 343, + 190 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 166, + 192, + 444, + 225 + ], + "lines": [ + { + "bbox": [ + 166, + 192, + 444, + 225 + ], + "spans": [ + { + "bbox": [ + 166, + 192, + 444, + 225 + ], + "score": 0.95, + "content": "\\hat { \\mathbf { F } } ^ { ( 2 ) } = \\mathbf { C E A M } ( \\mathbf { F } ^ { ( 2 ) } , \\mathbf { S } ^ { ( 1 ) } , \\mathbf { S } ^ { ( 1 ) } ) = \\mathbf { F } ^ { ( 2 ) } + \\mathrm { s o f t m a x } ( \\frac { \\mathbf { F } _ { Q } ^ { ( 2 ) } \\mathbf { S } _ { K } ^ { ( 1 ) T } } { \\sqrt { d } } ) \\mathbf { S } _ { V } ^ { ( 1 ) } ,", + "type": "interline_equation", + "image_path": "8ecb5e30b341846a032cdae223490f3e559b2b25739b453b19943b115478c896.jpg" + } + ] + } + ], + "index": 6, + "virtual_lines": [ + { + "bbox": [ + 166, + 192, + 444, + 203.0 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 166, + 203.0, + 444, + 214.0 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 166, + 214.0, + 444, + 225.0 + ], + "spans": [], + "index": 7 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 231, + 505, + 267 + ], + "lines": [ + { + "bbox": [ + 105, + 230, + 505, + 244 + ], + "spans": [ + { + "bbox": [ + 105, + 230, + 350, + 244 + ], + "score": 1.0, + "content": "where the learnable parameters of fully connected layers (i.e.,", + "type": "text" + }, + { + "bbox": [ + 351, + 231, + 394, + 243 + ], + "score": 0.3, + "content": "\\mathbf { W } _ { Q } , \\mathbf { W } _ { K }", + "type": "inline_equation" + }, + { + "bbox": [ + 395, + 230, + 411, + 244 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 412, + 231, + 431, + 243 + ], + "score": 0.88, + "content": "\\mathbf { W } _ { V }", + "type": "inline_equation" + }, + { + "bbox": [ + 432, + 230, + 505, + 244 + ], + "score": 1.0, + "content": ") are shared across", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 241, + 505, + 255 + ], + "spans": [ + { + "bbox": [ + 105, + 241, + 505, + 255 + ], + "score": 1.0, + "content": "Eq. (2) and Eq. (6). We can then obtain the transformed support and query embedding matrices in", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 107, + 252, + 361, + 268 + ], + "spans": [ + { + "bbox": [ + 107, + 253, + 123, + 265 + ], + "score": 0.86, + "content": "e ^ { ( 1 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 123, + 252, + 138, + 268 + ], + "score": 1.0, + "content": "(or", + "type": "text" + }, + { + "bbox": [ + 138, + 253, + 155, + 265 + ], + "score": 0.82, + "content": "e ^ { ( 2 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 155, + 252, + 181, + 268 + ], + "score": 1.0, + "content": ") from", + "type": "text" + }, + { + "bbox": [ + 182, + 253, + 260, + 266 + ], + "score": 0.93, + "content": "\\hat { \\mathbf { F } } ^ { ( 1 ) } = [ \\hat { \\mathbf { S } } ^ { ( 1 ) } ; \\hat { \\mathbf { Q } } ^ { ( 1 ) } ]", + "type": "inline_equation" + }, + { + "bbox": [ + 260, + 252, + 276, + 268 + ], + "score": 1.0, + "content": "(or", + "type": "text" + }, + { + "bbox": [ + 276, + 253, + 357, + 267 + ], + "score": 0.92, + "content": "\\hat { \\mathbf { F } } ^ { ( 2 ) } = [ \\hat { \\mathbf { S } } ^ { ( 2 ) } ; \\hat { \\mathbf { Q } } ^ { ( 2 ) } ] )", + "type": "inline_equation" + }, + { + "bbox": [ + 357, + 252, + 361, + 268 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9, + "bbox_fs": [ + 105, + 230, + 505, + 268 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 279, + 505, + 358 + ], + "lines": [ + { + "bbox": [ + 106, + 280, + 505, + 293 + ], + "spans": [ + { + "bbox": [ + 106, + 280, + 505, + 293 + ], + "score": 1.0, + "content": "Cross-Episode Consistency Regularization (CECR). In our MELR model, CEAM utilizes", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 104, + 290, + 506, + 305 + ], + "spans": [ + { + "bbox": [ + 104, + 290, + 506, + 305 + ], + "score": 1.0, + "content": "instance-level attention to alleviate the negative effects of the poor support set instance sampling", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 302, + 506, + 316 + ], + "spans": [ + { + "bbox": [ + 105, + 302, + 506, + 316 + ], + "score": 1.0, + "content": "so that each query set instance can be assigned to the right class with minimal loss. Our CECR", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 104, + 313, + 505, + 326 + ], + "spans": [ + { + "bbox": [ + 104, + 313, + 505, + 326 + ], + "score": 1.0, + "content": "is designed to further reduce the model sensitivity to badly-sampled shots in different episodes by", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 324, + 505, + 337 + ], + "spans": [ + { + "bbox": [ + 105, + 324, + 505, + 337 + ], + "score": 1.0, + "content": "forcing the two classifiers learned over the two episodes to produce consistent predictions. There are", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 335, + 506, + 347 + ], + "spans": [ + { + "bbox": [ + 105, + 335, + 506, + 347 + ], + "score": 1.0, + "content": "various options on how to enforce such consistency. CECR adopts a knowledge distillation based", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 346, + 378, + 358 + ], + "spans": [ + { + "bbox": [ + 105, + 346, + 378, + 358 + ], + "score": 1.0, + "content": "strategy as empirically it is the most effective one (see Section 4.3).", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 14, + "bbox_fs": [ + 104, + 280, + 506, + 358 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 362, + 505, + 511 + ], + "lines": [ + { + "bbox": [ + 104, + 361, + 506, + 378 + ], + "spans": [ + { + "bbox": [ + 104, + 361, + 123, + 378 + ], + "score": 1.0, + "content": "Let", + "type": "text" + }, + { + "bbox": [ + 124, + 362, + 219, + 377 + ], + "score": 0.91, + "content": "f ( \\cdot ; \\hat { \\mathbf { S } } ^ { ( 1 ) } ) : \\mathbb { R } ^ { d } \\to \\mathbb { R } ^ { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 219, + 361, + 239, + 378 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 239, + 363, + 335, + 376 + ], + "score": 0.91, + "content": "f ( \\cdot ; \\hat { \\mathbf { S } } ^ { ( 2 ) } ) : \\mathbb { R } ^ { d } \\to \\mathbb { R } ^ { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 335, + 361, + 506, + 378 + ], + "score": 1.0, + "content": "be the scoring functions of the two clas-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 375, + 506, + 390 + ], + "spans": [ + { + "bbox": [ + 105, + 375, + 206, + 390 + ], + "score": 1.0, + "content": "sifiers constructed from", + "type": "text" + }, + { + "bbox": [ + 207, + 376, + 225, + 388 + ], + "score": 0.85, + "content": "\\hat { \\mathbf { S } } ^ { ( 1 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 225, + 375, + 245, + 390 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 245, + 376, + 263, + 388 + ], + "score": 0.85, + "content": "\\hat { \\mathbf { S } } ^ { ( 2 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 263, + 375, + 506, + 390 + ], + "score": 1.0, + "content": ", respectively. To determine which classifier/scoring func-", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 388, + 505, + 400 + ], + "spans": [ + { + "bbox": [ + 105, + 388, + 505, + 400 + ], + "score": 1.0, + "content": "tion is stronger, we compute the few-shot classification accuracies of the two classifiers on the", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 102, + 394, + 505, + 419 + ], + "spans": [ + { + "bbox": [ + 102, + 394, + 351, + 419 + ], + "score": 1.0, + "content": "merged query samples from both episodes. Concretely, let", + "type": "text" + }, + { + "bbox": [ + 351, + 399, + 505, + 415 + ], + "score": 0.93, + "content": "\\hat { \\mathcal { Q } } _ { e } ^ { ( 1 ) } = \\{ ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 ) } , y _ { i } ^ { ( 1 ) } ) | \\hat { \\mathbf { q } } _ { i } ^ { ( 1 ) } \\in \\mathbb { R } ^ { d } , i =", + "type": "inline_equation" + } + ], + "index": 21 + }, + { + "bbox": [ + 107, + 412, + 503, + 430 + ], + "spans": [ + { + "bbox": [ + 107, + 415, + 168, + 428 + ], + "score": 0.91, + "content": "1 , 2 , \\cdots , N Q \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 168, + 412, + 183, + 430 + ], + "score": 1.0, + "content": "(or", + "type": "text" + }, + { + "bbox": [ + 184, + 413, + 203, + 427 + ], + "score": 0.89, + "content": "\\hat { \\mathcal { Q } } _ { e } ^ { ( 2 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 204, + 412, + 487, + 430 + ], + "score": 1.0, + "content": ") denote the set of transformed embedding vectors of query samples in", + "type": "text" + }, + { + "bbox": [ + 487, + 415, + 503, + 426 + ], + "score": 0.86, + "content": "e ^ { ( 1 ) }", + "type": "inline_equation" + } + ], + "index": 22 + }, + { + "bbox": [ + 104, + 425, + 507, + 445 + ], + "spans": [ + { + "bbox": [ + 104, + 425, + 121, + 445 + ], + "score": 1.0, + "content": "(or", + "type": "text" + }, + { + "bbox": [ + 121, + 429, + 138, + 441 + ], + "score": 0.8, + "content": "e ^ { ( 2 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 138, + 425, + 172, + 445 + ], + "score": 1.0, + "content": "), where", + "type": "text" + }, + { + "bbox": [ + 173, + 428, + 190, + 442 + ], + "score": 0.9, + "content": "\\hat { \\mathbf { q } } _ { i } ^ { ( 1 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 191, + 425, + 207, + 445 + ], + "score": 1.0, + "content": "(or", + "type": "text" + }, + { + "bbox": [ + 207, + 427, + 225, + 442 + ], + "score": 0.84, + "content": "\\hat { \\mathbf { q } } _ { i } ^ { ( 2 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 225, + 425, + 279, + 445 + ], + "score": 1.0, + "content": ") denotes the", + "type": "text" + }, + { + "bbox": [ + 279, + 430, + 284, + 440 + ], + "score": 0.76, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 284, + 425, + 468, + 445 + ], + "score": 1.0, + "content": "-th row of the transformed embedding matrix", + "type": "text" + }, + { + "bbox": [ + 469, + 428, + 489, + 442 + ], + "score": 0.9, + "content": "\\hat { \\mathbf { Q } } ^ { ( 1 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 489, + 425, + 507, + 445 + ], + "score": 1.0, + "content": "(or", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 434, + 510, + 468 + ], + "spans": [ + { + "bbox": [ + 106, + 442, + 130, + 456 + ], + "score": 0.87, + "content": "\\hat { \\mathbf { Q } } ^ { ( 2 ) } )", + "type": "inline_equation" + }, + { + "bbox": [ + 130, + 434, + 158, + 468 + ], + "score": 1.0, + "content": ". With he few-", + "type": "text" + }, + { + "bbox": [ + 159, + 441, + 417, + 457 + ], + "score": 0.88, + "content": "\\hat { \\mathcal { Q } } _ { e } ^ { ( 1 , 2 ) } = \\hat { \\mathcal { Q } } _ { e } ^ { ( 1 ) } \\cup \\hat { \\mathcal { Q } } _ { e } ^ { ( 2 ) } = \\{ ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } , y _ { i } ^ { ( 1 , 2 ) } ) , i = 1 , 2 , \\cdots , 2 N Q \\} )", + "type": "inline_equation" + }, + { + "bbox": [ + 417, + 434, + 510, + 468 + ], + "score": 1.0, + "content": ", we are able to com-nd-truth labels and the", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 454, + 506, + 468 + ], + "spans": [ + { + "bbox": [ + 105, + 454, + 506, + 468 + ], + "score": 1.0, + "content": "pute t shot classification accuracies of the two classifiers w.r.t. the grou", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 102, + 462, + 503, + 487 + ], + "spans": [ + { + "bbox": [ + 102, + 462, + 290, + 487 + ], + "score": 1.0, + "content": "corresponding predicted ones (i.e., arg maxj", + "type": "text" + }, + { + "bbox": [ + 291, + 466, + 366, + 482 + ], + "score": 0.55, + "content": "\\sigma _ { j } ( f ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\hat { \\mathbf { S } } ^ { ( 1 ) } ) )", + "type": "inline_equation" + }, + { + "bbox": [ + 367, + 462, + 427, + 487 + ], + "score": 1.0, + "content": "and arg maxj", + "type": "text" + }, + { + "bbox": [ + 427, + 466, + 503, + 481 + ], + "score": 0.88, + "content": "\\sigma _ { j } ( f ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\hat { \\mathbf { S } } ^ { ( 2 ) } ) )", + "type": "inline_equation" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 475, + 506, + 503 + ], + "spans": [ + { + "bbox": [ + 106, + 482, + 183, + 495 + ], + "score": 0.9, + "content": "( j = 1 , 2 , \\cdots , N )", + "type": "inline_equation" + }, + { + "bbox": [ + 183, + 475, + 201, + 503 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 201, + 480, + 300, + 495 + ], + "score": 0.92, + "content": "( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } , y _ { i } ^ { ( 1 , 2 ) } ) \\in \\hat { \\mathcal { Q } } _ { e } ^ { ( 1 , 2 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 300, + 475, + 333, + 503 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 333, + 480, + 432, + 501 + ], + "score": 0.83, + "content": "\\begin{array} { r } { \\sigma _ { j } ( { \\bf v } ) \\triangleq \\frac { \\exp ( v _ { j } ) } { \\sum _ { j ^ { \\prime } = 1 } ^ { N } \\exp ( v _ { j ^ { \\prime } } ) } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 435, + 482, + 478, + 494 + ], + "score": 0.71, + "content": "( \\mathbf { v } \\in \\mathbb { R } ^ { N } )", + "type": "inline_equation" + }, + { + "bbox": [ + 478, + 475, + 506, + 503 + ], + "score": 1.0, + "content": "is the", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 497, + 183, + 512 + ], + "spans": [ + { + "bbox": [ + 105, + 497, + 183, + 512 + ], + "score": 1.0, + "content": "softmax function).", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 23, + "bbox_fs": [ + 102, + 361, + 510, + 512 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 515, + 505, + 562 + ], + "lines": [ + { + "bbox": [ + 106, + 516, + 505, + 528 + ], + "spans": [ + { + "bbox": [ + 106, + 516, + 505, + 528 + ], + "score": 1.0, + "content": "The classifier with higher accuracy is thus considered to be the stronger one and subsequently used", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 526, + 506, + 540 + ], + "spans": [ + { + "bbox": [ + 105, + 526, + 506, + 540 + ], + "score": 1.0, + "content": "as the teacher classifier for the student to behave consistently with it. Without loss of generality, we", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 104, + 537, + 506, + 553 + ], + "spans": [ + { + "bbox": [ + 104, + 537, + 155, + 553 + ], + "score": 1.0, + "content": "assume that", + "type": "text" + }, + { + "bbox": [ + 156, + 538, + 194, + 551 + ], + "score": 0.93, + "content": "f ( \\cdot ; \\hat { \\mathbf { S } } ^ { ( 1 ) } )", + "type": "inline_equation" + }, + { + "bbox": [ + 195, + 537, + 259, + 553 + ], + "score": 1.0, + "content": "is stronger than", + "type": "text" + }, + { + "bbox": [ + 260, + 538, + 298, + 551 + ], + "score": 0.92, + "content": "f ( \\cdot ; \\hat { \\mathbf { S } } ^ { ( 2 ) } )", + "type": "inline_equation" + }, + { + "bbox": [ + 299, + 537, + 506, + 553 + ], + "score": 1.0, + "content": ". We choose the knowledge distillation loss (Hinton", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 549, + 277, + 563 + ], + "spans": [ + { + "bbox": [ + 105, + 549, + 277, + 563 + ], + "score": 1.0, + "content": "et al., 2015) for CECR, which is stated as:", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 30.5, + "bbox_fs": [ + 104, + 516, + 506, + 563 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 142, + 568, + 468, + 588 + ], + "lines": [ + { + "bbox": [ + 142, + 568, + 468, + 588 + ], + "spans": [ + { + "bbox": [ + 142, + 568, + 468, + 588 + ], + "score": 0.89, + "content": "L _ { c e c r } ( e ^ { ( 1 ) } , e ^ { ( 2 ) } ; T ) = \\mathbb { E } _ { ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } , y _ { i } ^ { ( 1 , 2 ) } ) \\in \\hat { \\mathcal { Q } } _ { e } ^ { ( 1 , 2 ) } } L ^ { \\prime } ( f ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\hat { \\mathbf { S } } ^ { ( 1 ) } ) , f ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\hat { \\mathbf { S } } ^ { ( 2 ) } ) ; T ) ,", + "type": "interline_equation", + "image_path": "cff72e42fc4fa5973b9d27b9a072448dce065d97672ae71709bcbc27fc76efbb.jpg" + } + ] + } + ], + "index": 33, + "virtual_lines": [ + { + "bbox": [ + 142, + 568, + 468, + 588 + ], + "spans": [], + "index": 33 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 594, + 505, + 640 + ], + "lines": [ + { + "bbox": [ + 106, + 595, + 505, + 608 + ], + "spans": [ + { + "bbox": [ + 106, + 595, + 134, + 608 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 135, + 596, + 143, + 605 + ], + "score": 0.84, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 144, + 595, + 505, + 608 + ], + "score": 1.0, + "content": "is the temperature parameter as used in (Hinton et al., 2015). More specifically, when", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 104, + 604, + 506, + 631 + ], + "spans": [ + { + "bbox": [ + 104, + 604, + 193, + 631 + ], + "score": 1.0, + "content": "the softmax function", + "type": "text" + }, + { + "bbox": [ + 194, + 606, + 310, + 626 + ], + "score": 0.84, + "content": "\\begin{array} { r } { \\sigma _ { j } ( \\mathbf { v } ; T ) \\triangleq \\frac { \\exp ( v _ { j } / T ) } { \\sum _ { j ^ { \\prime } = 1 } ^ { N } \\exp ( v _ { j ^ { \\prime } } / T ) } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 316, + 607, + 352, + 619 + ], + "score": 0.52, + "content": "\\mathbf { \\bar { v } } \\in \\mathbb { R } ^ { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 352, + 604, + 356, + 631 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 357, + 608, + 428, + 620 + ], + "score": 0.55, + "content": "j = 1 , 2 , \\cdots , N )", + "type": "inline_equation" + }, + { + "bbox": [ + 428, + 604, + 506, + 631 + ], + "score": 1.0, + "content": "is used, we define", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 623, + 413, + 644 + ], + "spans": [ + { + "bbox": [ + 106, + 625, + 257, + 640 + ], + "score": 0.88, + "content": "L ^ { \\prime } ( f ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\hat { \\mathbf { S } } ^ { ( 1 ) } ) , f ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\hat { \\mathbf { S } } ^ { ( 2 ) } ) ; T )", + "type": "inline_equation" + }, + { + "bbox": [ + 258, + 623, + 413, + 644 + ], + "score": 1.0, + "content": "in Eq. (7) with the cross-entropy loss:", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 35, + "bbox_fs": [ + 104, + 595, + 506, + 644 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 181, + 646, + 429, + 701 + ], + "lines": [ + { + "bbox": [ + 181, + 646, + 429, + 701 + ], + "spans": [ + { + "bbox": [ + 181, + 646, + 429, + 701 + ], + "score": 0.94, + "content": "\\begin{array} { r l } & { \\quad L ^ { \\prime } ( f ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\hat { \\mathbf { S } } ^ { ( 1 ) } ) , f ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\hat { \\mathbf { S } } ^ { ( 2 ) } ) ; T ) } \\\\ & { = - \\displaystyle \\sum _ { j = 1 } ^ { N } \\sigma _ { j } \\big ( f ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\hat { \\mathbf { S } } ^ { ( 1 ) } ) ; T ) \\log \\left( \\sigma _ { j } \\big ( f ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\hat { \\mathbf { S } } ^ { ( 2 ) } ) ; T ) \\right) . } \\end{array}", + "type": "interline_equation", + "image_path": "2552cc1c0882420c8cf286164c46c22d0beaf098e3a8fac6d111b86e123d3a3a.jpg" + } + ] + } + ], + "index": 38, + "virtual_lines": [ + { + "bbox": [ + 181, + 646, + 429, + 664.3333333333334 + ], + "spans": [], + "index": 37 + }, + { + "bbox": [ + 181, + 664.3333333333334, + 429, + 682.6666666666667 + ], + "spans": [], + "index": 38 + }, + { + "bbox": [ + 181, + 682.6666666666667, + 429, + 701.0000000000001 + ], + "spans": [], + "index": 39 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 708, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 707, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 707, + 270, + 723 + ], + "score": 1.0, + "content": "Note that we cut off the gradients over", + "type": "text" + }, + { + "bbox": [ + 270, + 708, + 309, + 722 + ], + "score": 0.93, + "content": "f ( \\cdot ; \\hat { \\mathbf { S } } ^ { ( 1 ) } )", + "type": "inline_equation" + }, + { + "bbox": [ + 309, + 707, + 505, + 723 + ], + "score": 1.0, + "content": "when back-propagating since the output of the", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 720, + 375, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 375, + 733 + ], + "score": 1.0, + "content": "teacher scoring function is treated as the soft target for the student.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 40.5, + "bbox_fs": [ + 105, + 707, + 505, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "table", + "bbox": [ + 107, + 81, + 505, + 295 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 107, + 81, + 505, + 295 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 107, + 81, + 505, + 295 + ], + "spans": [ + { + "bbox": [ + 107, + 81, + 505, + 295 + ], + "score": 0.568, + "html": "
Algorithm1MELR-basedFSL
Input: Our MELR model with the set of all parameters Θ The base class sample set Db
Hyper-parameters 入,T
Output: The learned model
1:for all iteration=1, 2,·.,MaxIteration do
2: 3:C(2),e(1) ne(2)=0; Compute F(1) for e(1) using CEAM with Eq. (2),and obtain F(2) with Eq. (6) similarly.
4:Compute Lfsc(e(1)) and Lfsc(e(2)) with Eq. (9), respectively;
5:Construct Q(1,2) =Q(1)
6:Determine the teacher episode e(t) and the student e(s) by computing the few-shot classifica-
7:tion accuracies of the two classifiers within e(1) and e(2), respectively; Compute the CECR loss Lcecr(e(t),e(s);T) with Eq. (7);
8:Compute the total loss Ltotal with Eq. (10);
9:Compute the gradients V@ Ltotal ;
10:Update O using stochastic gradient descent;
11: end for
12: return The learned model.
", + "type": "table", + "image_path": "b7152f1adcb57c9f98a9727b2a25944ab9c19e7fd6a6ab9fcb7b1480e54d0119.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 107, + 81, + 505, + 152.33333333333331 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 107, + 152.33333333333331, + 505, + 223.66666666666663 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 107, + 223.66666666666663, + 505, + 294.99999999999994 + ], + "spans": [], + "index": 2 + } + ] + } + ], + "index": 1 + }, + { + "type": "title", + "bbox": [ + 108, + 316, + 271, + 327 + ], + "lines": [ + { + "bbox": [ + 105, + 315, + 272, + 329 + ], + "spans": [ + { + "bbox": [ + 105, + 315, + 272, + 329 + ], + "score": 1.0, + "content": "3.4 MELR-BASED FSL ALGORITHM", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + }, + { + "type": "text", + "bbox": [ + 106, + 336, + 506, + 396 + ], + "lines": [ + { + "bbox": [ + 106, + 336, + 505, + 349 + ], + "spans": [ + { + "bbox": [ + 106, + 336, + 429, + 349 + ], + "score": 1.0, + "content": "As we have mentioned above, in each training iteration, we randomly sample two", + "type": "text" + }, + { + "bbox": [ + 429, + 337, + 439, + 347 + ], + "score": 0.83, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 440, + 336, + 460, + 349 + ], + "score": 1.0, + "content": "-way", + "type": "text" + }, + { + "bbox": [ + 460, + 337, + 470, + 347 + ], + "score": 0.83, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 471, + 336, + 491, + 349 + ], + "score": 1.0, + "content": "-shot", + "type": "text" + }, + { + "bbox": [ + 492, + 337, + 500, + 348 + ], + "score": 0.81, + "content": "Q", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 336, + 505, + 349 + ], + "score": 1.0, + "content": "-", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 102, + 343, + 507, + 366 + ], + "spans": [ + { + "bbox": [ + 102, + 343, + 168, + 366 + ], + "score": 1.0, + "content": "query episodes", + "type": "text" + }, + { + "bbox": [ + 168, + 347, + 246, + 362 + ], + "score": 0.93, + "content": "e ^ { ( 1 ) } = ( S _ { e } ^ { ( 1 ) } , \\mathcal { Q } _ { e } ^ { ( 1 ) } )", + "type": "inline_equation" + }, + { + "bbox": [ + 246, + 343, + 263, + 366 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 263, + 347, + 342, + 362 + ], + "score": 0.93, + "content": "e ^ { ( 2 ) } = ( S _ { e } ^ { ( 2 ) } , \\mathcal { Q } _ { e } ^ { ( 2 ) } )", + "type": "inline_equation" + }, + { + "bbox": [ + 314, + 347, + 507, + 365 + ], + "score": 1.0, + "content": ", Q(2)e ), which must have exactly the same set of", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 362, + 505, + 372 + ], + "spans": [ + { + "bbox": [ + 106, + 362, + 505, + 372 + ], + "score": 1.0, + "content": "classes but with different instances. We first transform the feature embeddings with Cross-Episode", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 372, + 505, + 384 + ], + "spans": [ + { + "bbox": [ + 106, + 372, + 505, + 384 + ], + "score": 1.0, + "content": "Attention Module (CEAM) and then compute the few-shot classification loss adopting ProtoNet", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 382, + 328, + 397 + ], + "spans": [ + { + "bbox": [ + 105, + 382, + 255, + 397 + ], + "score": 1.0, + "content": "(Snell et al., 2017) for both episodes", + "type": "text" + }, + { + "bbox": [ + 256, + 383, + 322, + 396 + ], + "score": 0.9, + "content": "( e \\in \\bar { \\{ e ^ { ( 1 ) } , e ^ { ( 2 ) } \\} } )", + "type": "inline_equation" + }, + { + "bbox": [ + 322, + 382, + 328, + 397 + ], + "score": 1.0, + "content": "):", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 6 + }, + { + "type": "interline_equation", + "bbox": [ + 203, + 401, + 408, + 439 + ], + "lines": [ + { + "bbox": [ + 203, + 401, + 408, + 439 + ], + "spans": [ + { + "bbox": [ + 203, + 401, + 408, + 439 + ], + "score": 0.92, + "content": "\\begin{array} { r l } & { L _ { f s c } ( e ) = \\mathbb { E } _ { ( \\hat { \\mathbf { q } } _ { i } , y _ { i } ) \\in \\hat { \\mathcal { Q } } _ { e } } L ( y _ { i } , f _ { \\mathrm { P r o t o N e t } } ( \\hat { \\mathbf { q } } _ { i } ; \\hat { \\mathbf { S } } ) ) } \\\\ & { \\qquad = \\mathbb { E } _ { ( \\hat { \\mathbf { q } } _ { i } , y _ { i } ) \\in \\hat { \\mathcal { Q } } _ { e } } - \\log \\sigma _ { y _ { i } } ( f _ { \\mathrm { P r o t o N e t } } ( \\hat { \\mathbf { q } } _ { i } ; \\hat { \\mathbf { S } } ) ) . } \\end{array}", + "type": "interline_equation", + "image_path": "38536aa1b9e74da6079b7de387348063c570c120a2161b8c369a7061c4321499.jpg" + } + ] + } + ], + "index": 9.5, + "virtual_lines": [ + { + "bbox": [ + 203, + 401, + 408, + 420.0 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 203, + 420.0, + 408, + 439.0 + ], + "spans": [], + "index": 10 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 442, + 504, + 465 + ], + "lines": [ + { + "bbox": [ + 105, + 440, + 505, + 456 + ], + "spans": [ + { + "bbox": [ + 105, + 440, + 505, + 456 + ], + "score": 1.0, + "content": "Next we determine the stronger/teacher episode to compute the Cross-Episode Consistency Regu-", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 452, + 484, + 466 + ], + "spans": [ + { + "bbox": [ + 105, + 452, + 484, + 466 + ], + "score": 1.0, + "content": "larization (CECR) loss between the two episodes. The total loss for MELR is finally given by:", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11.5 + }, + { + "type": "interline_equation", + "bbox": [ + 182, + 469, + 428, + 493 + ], + "lines": [ + { + "bbox": [ + 182, + 469, + 428, + 493 + ], + "spans": [ + { + "bbox": [ + 182, + 469, + 428, + 493 + ], + "score": 0.93, + "content": "L _ { t o t a l } = \\frac { 1 } { 2 } ( L _ { f s c } ( e ^ { ( 1 ) } ) + L _ { f s c } ( e ^ { ( 2 ) } ) ) + \\lambda L _ { c e c r } ( e ^ { ( t ) } , e ^ { ( s ) } ; T ) ,", + "type": "interline_equation", + "image_path": "7080f712208330e94e9fe1b479bd6d580da273a6ef9d2197a0bdb2de9a7ba099.jpg" + } + ] + } + ], + "index": 13, + "virtual_lines": [ + { + "bbox": [ + 182, + 469, + 428, + 493 + ], + "spans": [], + "index": 13 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 498, + 470, + 512 + ], + "lines": [ + { + "bbox": [ + 105, + 495, + 472, + 515 + ], + "spans": [ + { + "bbox": [ + 105, + 495, + 133, + 515 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 498, + 207, + 512 + ], + "score": 0.92, + "content": "e ^ { ( t ) } \\in \\{ e ^ { ( 1 ) } , e ^ { ( 2 ) } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 207, + 495, + 339, + 515 + ], + "score": 1.0, + "content": "denotes the teacher episode, and", + "type": "text" + }, + { + "bbox": [ + 339, + 498, + 412, + 512 + ], + "score": 0.93, + "content": "e ^ { ( s ) } \\in \\{ e ^ { ( 1 ) } , e ^ { ( 2 ) } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 412, + 495, + 472, + 515 + ], + "score": 1.0, + "content": "is the student.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 14 + }, + { + "type": "text", + "bbox": [ + 106, + 516, + 505, + 562 + ], + "lines": [ + { + "bbox": [ + 106, + 517, + 505, + 530 + ], + "spans": [ + { + "bbox": [ + 106, + 517, + 505, + 530 + ], + "score": 1.0, + "content": "By combining CEAM and CECR for episodic training, our MELR-based FSL algorithm is summa-", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 529, + 504, + 541 + ], + "spans": [ + { + "bbox": [ + 105, + 529, + 504, + 541 + ], + "score": 1.0, + "content": "rized in Algorithm 1. Once learned, with the optimal model found by our algorithm, we randomly", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 540, + 505, + 551 + ], + "spans": [ + { + "bbox": [ + 106, + 540, + 175, + 551 + ], + "score": 1.0, + "content": "sample multiple", + "type": "text" + }, + { + "bbox": [ + 176, + 540, + 186, + 549 + ], + "score": 0.81, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 186, + 540, + 208, + 551 + ], + "score": 1.0, + "content": "-way", + "type": "text" + }, + { + "bbox": [ + 208, + 540, + 218, + 549 + ], + "score": 0.83, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 219, + 540, + 342, + 551 + ], + "score": 1.0, + "content": "-shot meta-test episodes from", + "type": "text" + }, + { + "bbox": [ + 343, + 540, + 355, + 550 + ], + "score": 0.88, + "content": "\\mathcal { C } _ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 355, + 540, + 505, + 551 + ], + "score": 1.0, + "content": "for evaluation. In other words, the", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 551, + 367, + 564 + ], + "spans": [ + { + "bbox": [ + 106, + 551, + 367, + 564 + ], + "score": 1.0, + "content": "episode-level relationship is only exploited during meta-training.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 16.5 + }, + { + "type": "title", + "bbox": [ + 108, + 577, + 200, + 590 + ], + "lines": [ + { + "bbox": [ + 105, + 577, + 201, + 592 + ], + "spans": [ + { + "bbox": [ + 105, + 577, + 201, + 592 + ], + "score": 1.0, + "content": "4 EXPERIMENTS", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 19 + }, + { + "type": "title", + "bbox": [ + 107, + 602, + 243, + 614 + ], + "lines": [ + { + "bbox": [ + 105, + 601, + 244, + 615 + ], + "spans": [ + { + "bbox": [ + 105, + 601, + 244, + 615 + ], + "score": 1.0, + "content": "4.1 DATASETS AND SETTINGS", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 20 + }, + { + "type": "text", + "bbox": [ + 106, + 623, + 505, + 689 + ], + "lines": [ + { + "bbox": [ + 106, + 623, + 505, + 635 + ], + "spans": [ + { + "bbox": [ + 106, + 623, + 505, + 635 + ], + "score": 1.0, + "content": "Datasets. Two widely-used benchmarks are selected: (1) miniImageNet (Vinyals et al., 2016): It", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 633, + 505, + 646 + ], + "spans": [ + { + "bbox": [ + 106, + 633, + 505, + 646 + ], + "score": 1.0, + "content": "contains 100 classes from ILSVRC-12 (Russakovsky et al., 2015). Each class has 600 images. We", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 645, + 505, + 658 + ], + "spans": [ + { + "bbox": [ + 106, + 645, + 505, + 658 + ], + "score": 1.0, + "content": "split it into 64 training classes, 16 validation classes and 20 test classes, as in (Ravi & Larochelle,", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 655, + 505, + 668 + ], + "spans": [ + { + "bbox": [ + 106, + 655, + 505, + 668 + ], + "score": 1.0, + "content": "2017). (2) tieredImageNet (Ren et al., 2018): It is a larger subset of ILSVRC-12, containing 608", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 667, + 505, + 679 + ], + "spans": [ + { + "bbox": [ + 106, + 667, + 505, + 679 + ], + "score": 1.0, + "content": "classes and 779,165 images in total. We split it into 351 training classes, 97 validation classes and", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 677, + 485, + 690 + ], + "spans": [ + { + "bbox": [ + 106, + 677, + 447, + 690 + ], + "score": 1.0, + "content": "160 test classes, as in (Ren et al., 2018). All images of the two datasets are resized to", + "type": "text" + }, + { + "bbox": [ + 447, + 678, + 481, + 689 + ], + "score": 0.89, + "content": "8 4 \\times 8 4", + "type": "inline_equation" + }, + { + "bbox": [ + 481, + 677, + 485, + 690 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 23.5 + }, + { + "type": "text", + "bbox": [ + 107, + 695, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 104, + 693, + 504, + 709 + ], + "spans": [ + { + "bbox": [ + 104, + 693, + 464, + 709 + ], + "score": 1.0, + "content": "Evaluation Protocols. The 5-way 5-shot/1-shot settings are used. Each test episode", + "type": "text" + }, + { + "bbox": [ + 465, + 694, + 504, + 707 + ], + "score": 0.88, + "content": "e ^ { ( t e s t ) } =", + "type": "inline_equation" + } + ], + "index": 27 + }, + { + "bbox": [ + 107, + 702, + 510, + 727 + ], + "spans": [ + { + "bbox": [ + 107, + 707, + 175, + 721 + ], + "score": 0.83, + "content": "( S _ { e } ^ { ( t e s t ) } , \\mathcal { Q } _ { e } ^ { ( t e s t ) } )", + "type": "inline_equation" + }, + { + "bbox": [ + 175, + 702, + 510, + 727 + ], + "score": 1.0, + "content": "has 5 classes randomly sampled from the test split, with 5 or 1 shots and 15 queries", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 720, + 506, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 202, + 733 + ], + "score": 1.0, + "content": "per class. We thus have", + "type": "text" + }, + { + "bbox": [ + 203, + 721, + 231, + 731 + ], + "score": 0.87, + "content": "N = 5", + "type": "inline_equation" + }, + { + "bbox": [ + 231, + 720, + 234, + 733 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 235, + 721, + 263, + 731 + ], + "score": 0.88, + "content": "K = 5", + "type": "inline_equation" + }, + { + "bbox": [ + 264, + 720, + 286, + 733 + ], + "score": 1.0, + "content": "or 1,", + "type": "text" + }, + { + "bbox": [ + 286, + 721, + 318, + 732 + ], + "score": 0.9, + "content": "Q = 1 5", + "type": "inline_equation" + }, + { + "bbox": [ + 319, + 720, + 506, + 733 + ], + "score": 1.0, + "content": "as in previous works. Although we meta-train", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28 + } + ], + "page_idx": 5, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 108, + 27, + 292, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "score": 1.0, + "content": "Published as a conference paper at ICLR 2021", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 751, + 309, + 760 + ], + "lines": [ + { + "bbox": [ + 302, + 750, + 310, + 761 + ], + "spans": [ + { + "bbox": [ + 302, + 750, + 310, + 761 + ], + "score": 1.0, + "content": "6", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "table", + "bbox": [ + 107, + 81, + 505, + 295 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 107, + 81, + 505, + 295 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 107, + 81, + 505, + 295 + ], + "spans": [ + { + "bbox": [ + 107, + 81, + 505, + 295 + ], + "score": 0.568, + "html": "
Algorithm1MELR-basedFSL
Input: Our MELR model with the set of all parameters Θ The base class sample set Db
Hyper-parameters 入,T
Output: The learned model
1:for all iteration=1, 2,·.,MaxIteration do
2: 3:C(2),e(1) ne(2)=0; Compute F(1) for e(1) using CEAM with Eq. (2),and obtain F(2) with Eq. (6) similarly.
4:Compute Lfsc(e(1)) and Lfsc(e(2)) with Eq. (9), respectively;
5:Construct Q(1,2) =Q(1)
6:Determine the teacher episode e(t) and the student e(s) by computing the few-shot classifica-
7:tion accuracies of the two classifiers within e(1) and e(2), respectively; Compute the CECR loss Lcecr(e(t),e(s);T) with Eq. (7);
8:Compute the total loss Ltotal with Eq. (10);
9:Compute the gradients V@ Ltotal ;
10:Update O using stochastic gradient descent;
11: end for
12: return The learned model.
", + "type": "table", + "image_path": "b7152f1adcb57c9f98a9727b2a25944ab9c19e7fd6a6ab9fcb7b1480e54d0119.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 107, + 81, + 505, + 152.33333333333331 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 107, + 152.33333333333331, + 505, + 223.66666666666663 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 107, + 223.66666666666663, + 505, + 294.99999999999994 + ], + "spans": [], + "index": 2 + } + ] + } + ], + "index": 1 + }, + { + "type": "title", + "bbox": [ + 108, + 316, + 271, + 327 + ], + "lines": [ + { + "bbox": [ + 105, + 315, + 272, + 329 + ], + "spans": [ + { + "bbox": [ + 105, + 315, + 272, + 329 + ], + "score": 1.0, + "content": "3.4 MELR-BASED FSL ALGORITHM", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + }, + { + "type": "text", + "bbox": [ + 106, + 336, + 506, + 396 + ], + "lines": [ + { + "bbox": [ + 106, + 336, + 505, + 349 + ], + "spans": [ + { + "bbox": [ + 106, + 336, + 429, + 349 + ], + "score": 1.0, + "content": "As we have mentioned above, in each training iteration, we randomly sample two", + "type": "text" + }, + { + "bbox": [ + 429, + 337, + 439, + 347 + ], + "score": 0.83, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 440, + 336, + 460, + 349 + ], + "score": 1.0, + "content": "-way", + "type": "text" + }, + { + "bbox": [ + 460, + 337, + 470, + 347 + ], + "score": 0.83, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 471, + 336, + 491, + 349 + ], + "score": 1.0, + "content": "-shot", + "type": "text" + }, + { + "bbox": [ + 492, + 337, + 500, + 348 + ], + "score": 0.81, + "content": "Q", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 336, + 505, + 349 + ], + "score": 1.0, + "content": "-", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 102, + 343, + 507, + 366 + ], + "spans": [ + { + "bbox": [ + 102, + 343, + 168, + 366 + ], + "score": 1.0, + "content": "query episodes", + "type": "text" + }, + { + "bbox": [ + 168, + 347, + 246, + 362 + ], + "score": 0.93, + "content": "e ^ { ( 1 ) } = ( S _ { e } ^ { ( 1 ) } , \\mathcal { Q } _ { e } ^ { ( 1 ) } )", + "type": "inline_equation" + }, + { + "bbox": [ + 246, + 343, + 263, + 366 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 263, + 347, + 342, + 362 + ], + "score": 0.93, + "content": "e ^ { ( 2 ) } = ( S _ { e } ^ { ( 2 ) } , \\mathcal { Q } _ { e } ^ { ( 2 ) } )", + "type": "inline_equation" + }, + { + "bbox": [ + 314, + 347, + 507, + 365 + ], + "score": 1.0, + "content": ", Q(2)e ), which must have exactly the same set of", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 362, + 505, + 372 + ], + "spans": [ + { + "bbox": [ + 106, + 362, + 505, + 372 + ], + "score": 1.0, + "content": "classes but with different instances. We first transform the feature embeddings with Cross-Episode", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 372, + 505, + 384 + ], + "spans": [ + { + "bbox": [ + 106, + 372, + 505, + 384 + ], + "score": 1.0, + "content": "Attention Module (CEAM) and then compute the few-shot classification loss adopting ProtoNet", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 382, + 328, + 397 + ], + "spans": [ + { + "bbox": [ + 105, + 382, + 255, + 397 + ], + "score": 1.0, + "content": "(Snell et al., 2017) for both episodes", + "type": "text" + }, + { + "bbox": [ + 256, + 383, + 322, + 396 + ], + "score": 0.9, + "content": "( e \\in \\bar { \\{ e ^ { ( 1 ) } , e ^ { ( 2 ) } \\} } )", + "type": "inline_equation" + }, + { + "bbox": [ + 322, + 382, + 328, + 397 + ], + "score": 1.0, + "content": "):", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 6, + "bbox_fs": [ + 102, + 336, + 507, + 397 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 203, + 401, + 408, + 439 + ], + "lines": [ + { + "bbox": [ + 203, + 401, + 408, + 439 + ], + "spans": [ + { + "bbox": [ + 203, + 401, + 408, + 439 + ], + "score": 0.92, + "content": "\\begin{array} { r l } & { L _ { f s c } ( e ) = \\mathbb { E } _ { ( \\hat { \\mathbf { q } } _ { i } , y _ { i } ) \\in \\hat { \\mathcal { Q } } _ { e } } L ( y _ { i } , f _ { \\mathrm { P r o t o N e t } } ( \\hat { \\mathbf { q } } _ { i } ; \\hat { \\mathbf { S } } ) ) } \\\\ & { \\qquad = \\mathbb { E } _ { ( \\hat { \\mathbf { q } } _ { i } , y _ { i } ) \\in \\hat { \\mathcal { Q } } _ { e } } - \\log \\sigma _ { y _ { i } } ( f _ { \\mathrm { P r o t o N e t } } ( \\hat { \\mathbf { q } } _ { i } ; \\hat { \\mathbf { S } } ) ) . } \\end{array}", + "type": "interline_equation", + "image_path": "38536aa1b9e74da6079b7de387348063c570c120a2161b8c369a7061c4321499.jpg" + } + ] + } + ], + "index": 9.5, + "virtual_lines": [ + { + "bbox": [ + 203, + 401, + 408, + 420.0 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 203, + 420.0, + 408, + 439.0 + ], + "spans": [], + "index": 10 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 442, + 504, + 465 + ], + "lines": [ + { + "bbox": [ + 105, + 440, + 505, + 456 + ], + "spans": [ + { + "bbox": [ + 105, + 440, + 505, + 456 + ], + "score": 1.0, + "content": "Next we determine the stronger/teacher episode to compute the Cross-Episode Consistency Regu-", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 452, + 484, + 466 + ], + "spans": [ + { + "bbox": [ + 105, + 452, + 484, + 466 + ], + "score": 1.0, + "content": "larization (CECR) loss between the two episodes. The total loss for MELR is finally given by:", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11.5, + "bbox_fs": [ + 105, + 440, + 505, + 466 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 182, + 469, + 428, + 493 + ], + "lines": [ + { + "bbox": [ + 182, + 469, + 428, + 493 + ], + "spans": [ + { + "bbox": [ + 182, + 469, + 428, + 493 + ], + "score": 0.93, + "content": "L _ { t o t a l } = \\frac { 1 } { 2 } ( L _ { f s c } ( e ^ { ( 1 ) } ) + L _ { f s c } ( e ^ { ( 2 ) } ) ) + \\lambda L _ { c e c r } ( e ^ { ( t ) } , e ^ { ( s ) } ; T ) ,", + "type": "interline_equation", + "image_path": "7080f712208330e94e9fe1b479bd6d580da273a6ef9d2197a0bdb2de9a7ba099.jpg" + } + ] + } + ], + "index": 13, + "virtual_lines": [ + { + "bbox": [ + 182, + 469, + 428, + 493 + ], + "spans": [], + "index": 13 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 498, + 470, + 512 + ], + "lines": [ + { + "bbox": [ + 105, + 495, + 472, + 515 + ], + "spans": [ + { + "bbox": [ + 105, + 495, + 133, + 515 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 498, + 207, + 512 + ], + "score": 0.92, + "content": "e ^ { ( t ) } \\in \\{ e ^ { ( 1 ) } , e ^ { ( 2 ) } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 207, + 495, + 339, + 515 + ], + "score": 1.0, + "content": "denotes the teacher episode, and", + "type": "text" + }, + { + "bbox": [ + 339, + 498, + 412, + 512 + ], + "score": 0.93, + "content": "e ^ { ( s ) } \\in \\{ e ^ { ( 1 ) } , e ^ { ( 2 ) } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 412, + 495, + 472, + 515 + ], + "score": 1.0, + "content": "is the student.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 14, + "bbox_fs": [ + 105, + 495, + 472, + 515 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 516, + 505, + 562 + ], + "lines": [ + { + "bbox": [ + 106, + 517, + 505, + 530 + ], + "spans": [ + { + "bbox": [ + 106, + 517, + 505, + 530 + ], + "score": 1.0, + "content": "By combining CEAM and CECR for episodic training, our MELR-based FSL algorithm is summa-", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 529, + 504, + 541 + ], + "spans": [ + { + "bbox": [ + 105, + 529, + 504, + 541 + ], + "score": 1.0, + "content": "rized in Algorithm 1. Once learned, with the optimal model found by our algorithm, we randomly", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 540, + 505, + 551 + ], + "spans": [ + { + "bbox": [ + 106, + 540, + 175, + 551 + ], + "score": 1.0, + "content": "sample multiple", + "type": "text" + }, + { + "bbox": [ + 176, + 540, + 186, + 549 + ], + "score": 0.81, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 186, + 540, + 208, + 551 + ], + "score": 1.0, + "content": "-way", + "type": "text" + }, + { + "bbox": [ + 208, + 540, + 218, + 549 + ], + "score": 0.83, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 219, + 540, + 342, + 551 + ], + "score": 1.0, + "content": "-shot meta-test episodes from", + "type": "text" + }, + { + "bbox": [ + 343, + 540, + 355, + 550 + ], + "score": 0.88, + "content": "\\mathcal { C } _ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 355, + 540, + 505, + 551 + ], + "score": 1.0, + "content": "for evaluation. In other words, the", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 551, + 367, + 564 + ], + "spans": [ + { + "bbox": [ + 106, + 551, + 367, + 564 + ], + "score": 1.0, + "content": "episode-level relationship is only exploited during meta-training.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 16.5, + "bbox_fs": [ + 105, + 517, + 505, + 564 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 577, + 200, + 590 + ], + "lines": [ + { + "bbox": [ + 105, + 577, + 201, + 592 + ], + "spans": [ + { + "bbox": [ + 105, + 577, + 201, + 592 + ], + "score": 1.0, + "content": "4 EXPERIMENTS", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 19 + }, + { + "type": "title", + "bbox": [ + 107, + 602, + 243, + 614 + ], + "lines": [ + { + "bbox": [ + 105, + 601, + 244, + 615 + ], + "spans": [ + { + "bbox": [ + 105, + 601, + 244, + 615 + ], + "score": 1.0, + "content": "4.1 DATASETS AND SETTINGS", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 20 + }, + { + "type": "text", + "bbox": [ + 106, + 623, + 505, + 689 + ], + "lines": [ + { + "bbox": [ + 106, + 623, + 505, + 635 + ], + "spans": [ + { + "bbox": [ + 106, + 623, + 505, + 635 + ], + "score": 1.0, + "content": "Datasets. Two widely-used benchmarks are selected: (1) miniImageNet (Vinyals et al., 2016): It", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 633, + 505, + 646 + ], + "spans": [ + { + "bbox": [ + 106, + 633, + 505, + 646 + ], + "score": 1.0, + "content": "contains 100 classes from ILSVRC-12 (Russakovsky et al., 2015). Each class has 600 images. We", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 645, + 505, + 658 + ], + "spans": [ + { + "bbox": [ + 106, + 645, + 505, + 658 + ], + "score": 1.0, + "content": "split it into 64 training classes, 16 validation classes and 20 test classes, as in (Ravi & Larochelle,", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 655, + 505, + 668 + ], + "spans": [ + { + "bbox": [ + 106, + 655, + 505, + 668 + ], + "score": 1.0, + "content": "2017). (2) tieredImageNet (Ren et al., 2018): It is a larger subset of ILSVRC-12, containing 608", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 667, + 505, + 679 + ], + "spans": [ + { + "bbox": [ + 106, + 667, + 505, + 679 + ], + "score": 1.0, + "content": "classes and 779,165 images in total. We split it into 351 training classes, 97 validation classes and", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 677, + 485, + 690 + ], + "spans": [ + { + "bbox": [ + 106, + 677, + 447, + 690 + ], + "score": 1.0, + "content": "160 test classes, as in (Ren et al., 2018). All images of the two datasets are resized to", + "type": "text" + }, + { + "bbox": [ + 447, + 678, + 481, + 689 + ], + "score": 0.89, + "content": "8 4 \\times 8 4", + "type": "inline_equation" + }, + { + "bbox": [ + 481, + 677, + 485, + 690 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 23.5, + "bbox_fs": [ + 106, + 623, + 505, + 690 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 695, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 104, + 693, + 504, + 709 + ], + "spans": [ + { + "bbox": [ + 104, + 693, + 464, + 709 + ], + "score": 1.0, + "content": "Evaluation Protocols. The 5-way 5-shot/1-shot settings are used. Each test episode", + "type": "text" + }, + { + "bbox": [ + 465, + 694, + 504, + 707 + ], + "score": 0.88, + "content": "e ^ { ( t e s t ) } =", + "type": "inline_equation" + } + ], + "index": 27 + }, + { + "bbox": [ + 107, + 702, + 510, + 727 + ], + "spans": [ + { + "bbox": [ + 107, + 707, + 175, + 721 + ], + "score": 0.83, + "content": "( S _ { e } ^ { ( t e s t ) } , \\mathcal { Q } _ { e } ^ { ( t e s t ) } )", + "type": "inline_equation" + }, + { + "bbox": [ + 175, + 702, + 510, + 727 + ], + "score": 1.0, + "content": "has 5 classes randomly sampled from the test split, with 5 or 1 shots and 15 queries", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 720, + 506, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 202, + 733 + ], + "score": 1.0, + "content": "per class. We thus have", + "type": "text" + }, + { + "bbox": [ + 203, + 721, + 231, + 731 + ], + "score": 0.87, + "content": "N = 5", + "type": "inline_equation" + }, + { + "bbox": [ + 231, + 720, + 234, + 733 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 235, + 721, + 263, + 731 + ], + "score": 0.88, + "content": "K = 5", + "type": "inline_equation" + }, + { + "bbox": [ + 264, + 720, + 286, + 733 + ], + "score": 1.0, + "content": "or 1,", + "type": "text" + }, + { + "bbox": [ + 286, + 721, + 318, + 732 + ], + "score": 0.9, + "content": "Q = 1 5", + "type": "inline_equation" + }, + { + "bbox": [ + 319, + 720, + 506, + 733 + ], + "score": 1.0, + "content": "as in previous works. Although we meta-train", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 446, + 505, + 459 + ], + "spans": [ + { + "bbox": [ + 105, + 446, + 505, + 459 + ], + "score": 1.0, + "content": "our MELR with two episodes in each training iteration, we still evaluate it over test episodes one by", + "type": "text", + "cross_page": true + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 457, + 505, + 469 + ], + "spans": [ + { + "bbox": [ + 105, + 457, + 505, + 469 + ], + "score": 1.0, + "content": "one, strictly following the standard setting. Moreover, since no cross-episode relationships can be", + "type": "text", + "cross_page": true + } + ], + "index": 6 + }, + { + "bbox": [ + 104, + 466, + 507, + 483 + ], + "spans": [ + { + "bbox": [ + 104, + 466, + 217, + 483 + ], + "score": 1.0, + "content": "used when testing, we take", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 217, + 468, + 316, + 480 + ], + "score": 0.66, + "content": "( \\mathbf { F } ^ { ( t e s t ) } , \\mathbf { S } ^ { ( t e s t ) } , \\mathbf { S } ^ { ( t e s t ) } )", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 317, + 466, + 507, + 483 + ], + "score": 1.0, + "content": "as the input of CEAM. Note that the meta-test", + "type": "text", + "cross_page": true + } + ], + "index": 7 + }, + { + "bbox": [ + 103, + 477, + 506, + 497 + ], + "spans": [ + { + "bbox": [ + 103, + 477, + 395, + 497 + ], + "score": 1.0, + "content": "process is non-transductive since the embedding of each query sample in", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 395, + 480, + 421, + 491 + ], + "score": 0.89, + "content": "e ^ { ( t e s t ) }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 421, + 477, + 506, + 497 + ], + "score": 1.0, + "content": "is independently up-", + "type": "text", + "cross_page": true + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 493, + 505, + 504 + ], + "spans": [ + { + "bbox": [ + 106, + 493, + 505, + 504 + ], + "score": 1.0, + "content": "dated using the keys and values coming from the support set. We report average 5-way classification", + "type": "text", + "cross_page": true + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 503, + 443, + 516 + ], + "spans": [ + { + "bbox": [ + 106, + 503, + 147, + 516 + ], + "score": 1.0, + "content": "accuracy", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 148, + 504, + 157, + 513 + ], + "score": 0.65, + "content": "\\%", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 157, + 503, + 341, + 516 + ], + "score": 1.0, + "content": ", top-1) over 2,000 test episodes as well as the", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 342, + 503, + 361, + 514 + ], + "score": 0.86, + "content": "9 5 \\%", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 362, + 503, + 443, + 516 + ], + "score": 1.0, + "content": "confidence interval.", + "type": "text", + "cross_page": true + } + ], + "index": 10 + } + ], + "index": 28, + "bbox_fs": [ + 104, + 693, + 510, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "table", + "bbox": [ + 108, + 114, + 505, + 424 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 107, + 89, + 502, + 112 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 89, + 504, + 102 + ], + "spans": [ + { + "bbox": [ + 106, + 89, + 504, + 102 + ], + "score": 1.0, + "content": "Table 1: Comparative results of standard FSL on two benchmark datasets. The average 5-way few-", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 100, + 482, + 112 + ], + "spans": [ + { + "bbox": [ + 106, + 101, + 227, + 112 + ], + "score": 1.0, + "content": "shot classification accuracies", + "type": "text" + }, + { + "bbox": [ + 227, + 101, + 237, + 110 + ], + "score": 0.62, + "content": "\\%", + "type": "inline_equation" + }, + { + "bbox": [ + 237, + 101, + 326, + 112 + ], + "score": 1.0, + "content": ", top-1) along with the", + "type": "text" + }, + { + "bbox": [ + 327, + 100, + 347, + 111 + ], + "score": 0.87, + "content": "9 5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 347, + 101, + 482, + 112 + ], + "score": 1.0, + "content": "confidence intervals are reported.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "table_body", + "bbox": [ + 108, + 114, + 505, + 424 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 108, + 114, + 505, + 424 + ], + "spans": [ + { + "bbox": [ + 108, + 114, + 505, + 424 + ], + "score": 0.984, + "html": "
MethodminiImageNettieredImageNet
Backbone1-shot5-shot1-shot5-shot
MatchingNet (Vinyals etal.,2016)Conv4-6443.56±0.8455.31 ± 0.73
ProtoNet† (Snell et al., 2017)Conv4-6452.78 ± 0.4571.26 ± 0.3653.82 ±0.4871.77 ± 0.41
MAML (Finn et al.,2017)Conv4-6448.70 ± 1.8463.10 ±0.9251.67 ± 1.8170.30 ±0.08
RelationNet (Sung et al.,2018)Conv4-6450.40±0.8065.30 ±0.7054.48 ± 0.9371.32 ± 0.78
IMP (Allen et al., 2019)Conv4-6449.60 ± 0.8068.10±0.80
DN4 (Li et al.,2019c)Conv4-6451.24 ± 0.7471.02 ± 0.64
PARN(Wu et al.,2019)Conv4-6455.22 ± 0.8471.55 ± 0.66
PN+rot (Gidaris et al.,2019)Conv4-6453.63 ± 0.4371.70 ± 0.36
CC+rot (Gidaris et al., 2019)Conv4-6454.83 ± 0.4371.86 ± 0.33
Centroid (Afrasiyabi Arman,2020)Conv4-6453.14 ± 1.0671.45 ± 0.72
Neg-Cosine (Liu et al.,2020)Conv4-6452.84 ± 0.7670.41 ± 0.66
FEAT (Ye et al.,2020)Conv4-6455.15 ± 0.2071.61 ± 0.16
MELR(ours)Conv4-6455.35 ± 0.4372.27 ± 0.3556.38± 0.4873.22± 0.41
ProtoNet (Snell et al.,2017)Conv4-51253.52 ± 0.4373.34± 0.3655.52 ± 0.4874.07±0.40
MAML (Finn et al.,2017)Conv4-51249.33 ± 0.6065.17 ± 0.4952.84±0.5670.91 ± 0.46
Relation Net (Sung et al.,2018)Conv4-51250.86 ± 0.5767.32 ± 0.4454.69 ± 0.5972.71 ± 0.43
PN+rot (Gidaris et al.,2019)Conv4-51256.02 ± 0.4674.00 ± 0.35
CC+rot (Gidaris et al., 2019)Conv4-51256.27 ± 0.4374.30 ± 0.33
MELR(ours)Conv4-51257.54±0.4474.37±0.3460.26±0.5177.25± 0.40
ProtoNet† (Snell et al.,2017)ResNet-1262.41 ± 0.4480.49±0.2969.63±0.5384.82± 0.36
TADAM (Oreshkin et al.,2018)ResNet-1258.50± 0.3076.70±0.38
MetaOptNet (Lee et al., 2019)ResNet-1262.64 ± 0.6178.63 ± 0.4665.99 ±0.7281.56 ± 0.63
MTL (Sun et al., 2019)ResNet-1261.20 ±1.8075.50± 0.8065.62 ± 1.8080.61 ±0.90
AM3 (Xing et al.,2019)ResNet-1265.21 ± 0.4975.20 ±0.3667.23 ± 0.3478.95 ± 0.22
Shot-Free (Ravichandran et al.,2019)ResNet-1259.04 ± 0.4377.64 ± 0.3966.87±0.4382.64± 0.43
Neg-Cosine (Liu et al.,2020)ResNet-1263.85 ±0.8181.57 ± 0.56
Distill (Tian et al.,2020)ResNet-1264.82 ± 0.6082.14 ± 0.4371.52 ± 0.6986.03 ±0.49
DSN-MR (Simon et al., 2020)ResNet-1264.60±0.7279.51 ± 0.5067.39 ± 0.8282.85 ±0.56
DeepEMD (Zhang et al.,2020)ResNet-1265.91 ± 0.8282.41 ± 0.5671.16 ± 0.8786.03 ±0.58
FEAT (Ye et al.,2020)ResNet-1266.78±0.2082.05 ±0.1470.80 ±0.2384.79 ± 0.16
MELR (ours)ResNet-1267.40±0.4383.40±0.2872.14± 0.5187.01±0.35
", + "type": "table", + "image_path": "49514520b2cd6c933182cf53a53aa10051fb6d6197ac5291c78be6e320d13f95.jpg" + } + ] + } + ], + "index": 3, + "virtual_lines": [ + { + "bbox": [ + 108, + 114, + 505, + 217.33333333333331 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 108, + 217.33333333333331, + 505, + 320.66666666666663 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 108, + 320.66666666666663, + 505, + 423.99999999999994 + ], + "spans": [], + "index": 4 + } + ] + } + ], + "index": 1.75 + }, + { + "type": "text", + "bbox": [ + 106, + 446, + 505, + 514 + ], + "lines": [ + { + "bbox": [ + 105, + 446, + 505, + 459 + ], + "spans": [ + { + "bbox": [ + 105, + 446, + 505, + 459 + ], + "score": 1.0, + "content": "our MELR with two episodes in each training iteration, we still evaluate it over test episodes one by", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 457, + 505, + 469 + ], + "spans": [ + { + "bbox": [ + 105, + 457, + 505, + 469 + ], + "score": 1.0, + "content": "one, strictly following the standard setting. Moreover, since no cross-episode relationships can be", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 104, + 466, + 507, + 483 + ], + "spans": [ + { + "bbox": [ + 104, + 466, + 217, + 483 + ], + "score": 1.0, + "content": "used when testing, we take", + "type": "text" + }, + { + "bbox": [ + 217, + 468, + 316, + 480 + ], + "score": 0.66, + "content": "( \\mathbf { F } ^ { ( t e s t ) } , \\mathbf { S } ^ { ( t e s t ) } , \\mathbf { S } ^ { ( t e s t ) } )", + "type": "inline_equation" + }, + { + "bbox": [ + 317, + 466, + 507, + 483 + ], + "score": 1.0, + "content": "as the input of CEAM. Note that the meta-test", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 103, + 477, + 506, + 497 + ], + "spans": [ + { + "bbox": [ + 103, + 477, + 395, + 497 + ], + "score": 1.0, + "content": "process is non-transductive since the embedding of each query sample in", + "type": "text" + }, + { + "bbox": [ + 395, + 480, + 421, + 491 + ], + "score": 0.89, + "content": "e ^ { ( t e s t ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 421, + 477, + 506, + 497 + ], + "score": 1.0, + "content": "is independently up-", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 493, + 505, + 504 + ], + "spans": [ + { + "bbox": [ + 106, + 493, + 505, + 504 + ], + "score": 1.0, + "content": "dated using the keys and values coming from the support set. We report average 5-way classification", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 503, + 443, + 516 + ], + "spans": [ + { + "bbox": [ + 106, + 503, + 147, + 516 + ], + "score": 1.0, + "content": "accuracy", + "type": "text" + }, + { + "bbox": [ + 148, + 504, + 157, + 513 + ], + "score": 0.65, + "content": "\\%", + "type": "inline_equation" + }, + { + "bbox": [ + 157, + 503, + 341, + 516 + ], + "score": 1.0, + "content": ", top-1) over 2,000 test episodes as well as the", + "type": "text" + }, + { + "bbox": [ + 342, + 503, + 361, + 514 + ], + "score": 0.86, + "content": "9 5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 362, + 503, + 443, + 516 + ], + "score": 1.0, + "content": "confidence interval.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 7.5 + }, + { + "type": "text", + "bbox": [ + 107, + 519, + 505, + 651 + ], + "lines": [ + { + "bbox": [ + 106, + 520, + 504, + 532 + ], + "spans": [ + { + "bbox": [ + 106, + 520, + 504, + 532 + ], + "score": 1.0, + "content": "Implementation Details. Our MELR algorithm adopts Conv4-64 (Vinyals et al., 2016), Conv4-", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 530, + 505, + 543 + ], + "spans": [ + { + "bbox": [ + 105, + 530, + 355, + 543 + ], + "score": 1.0, + "content": "512 and ResNet-12 (He et al., 2016b) as the feature extractors", + "type": "text" + }, + { + "bbox": [ + 355, + 531, + 363, + 542 + ], + "score": 0.85, + "content": "\\psi", + "type": "inline_equation" + }, + { + "bbox": [ + 363, + 530, + 505, + 543 + ], + "score": 1.0, + "content": "for fair comparison with published", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 542, + 505, + 554 + ], + "spans": [ + { + "bbox": [ + 105, + 542, + 505, + 554 + ], + "score": 1.0, + "content": "results. The output feature dimensions of Conv4-64, Conv4-512 and ResNet-12 are 64, 512, and", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 553, + 505, + 565 + ], + "spans": [ + { + "bbox": [ + 105, + 553, + 505, + 565 + ], + "score": 1.0, + "content": "640, respectively. To accelerate the entire training process, we pre-train all three backbones on", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 564, + 505, + 576 + ], + "spans": [ + { + "bbox": [ + 105, + 564, + 505, + 576 + ], + "score": 1.0, + "content": "the training split of each dataset as in many previous works (Zhang et al., 2020; Ye et al., 2020;", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 574, + 505, + 588 + ], + "spans": [ + { + "bbox": [ + 105, + 574, + 505, + 588 + ], + "score": 1.0, + "content": "Simon et al., 2020). We use data augmentation during pre-training (as well as meta-training with", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 585, + 505, + 599 + ], + "spans": [ + { + "bbox": [ + 105, + 585, + 505, + 599 + ], + "score": 1.0, + "content": "ResNet-12 on miniImageNet). For ResNet-12, the stochastic gradient descent (SGD) optimizer is", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 597, + 505, + 609 + ], + "spans": [ + { + "bbox": [ + 105, + 597, + 505, + 609 + ], + "score": 1.0, + "content": "employed with the initial learning rate of 1e-4, the weight decay of 5e-4, and the Nesterov momen-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 608, + 505, + 620 + ], + "spans": [ + { + "bbox": [ + 105, + 608, + 505, + 620 + ], + "score": 1.0, + "content": "tum of 0.9. For Conv4-64 and Conv4-512, the Adam optimizer (Kingma & Ba, 2015) is adopted", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 618, + 504, + 631 + ], + "spans": [ + { + "bbox": [ + 105, + 618, + 347, + 631 + ], + "score": 1.0, + "content": "with the initial learning rate of 1e-4. The hyper-parameters", + "type": "text" + }, + { + "bbox": [ + 347, + 619, + 354, + 628 + ], + "score": 0.78, + "content": "\\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 355, + 618, + 372, + 631 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 373, + 619, + 381, + 629 + ], + "score": 0.79, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 382, + 618, + 504, + 631 + ], + "score": 1.0, + "content": "are respectively selected from", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 107, + 629, + 505, + 642 + ], + "spans": [ + { + "bbox": [ + 107, + 629, + 192, + 641 + ], + "score": 0.86, + "content": "\\{ 0 . 0 2 , 0 . 0 5 , 0 . 1 , 0 . 2 \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 629, + 211, + 642 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 211, + 629, + 280, + 641 + ], + "score": 0.68, + "content": "\\{ 1 6 , 3 2 , 6 4 , 1 2 8 \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 280, + 629, + 505, + 642 + ], + "score": 1.0, + "content": "according to the validation performances of our MELR", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 641, + 474, + 653 + ], + "spans": [ + { + "bbox": [ + 105, + 641, + 474, + 653 + ], + "score": 1.0, + "content": "algorithm (see Appendix A.5 for more details). The code and models will be released soon.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 16.5 + }, + { + "type": "title", + "bbox": [ + 107, + 667, + 198, + 678 + ], + "lines": [ + { + "bbox": [ + 105, + 665, + 199, + 680 + ], + "spans": [ + { + "bbox": [ + 105, + 665, + 199, + 680 + ], + "score": 1.0, + "content": "4.2 MAIN RESULTS", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 23 + }, + { + "type": "text", + "bbox": [ + 108, + 687, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 687, + 505, + 699 + ], + "spans": [ + { + "bbox": [ + 106, + 687, + 505, + 699 + ], + "score": 1.0, + "content": "We compare our MELR with the representative/state-of-the-art methods for standard FSL on the", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 699, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 506, + 711 + ], + "score": 1.0, + "content": "two benchmark datasets in Table 1. Note that we re-implement our baseline (i.e., ProtoNet, denoted", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "score": 1.0, + "content": "with †) by sampling two episodes in each training iteration since it is still considered as a strong", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 720, + 506, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 506, + 733 + ], + "score": 1.0, + "content": "FSL approach especially when the backbone is deep. We can observe from Table 1 that: (1) Meth-", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 25.5 + } + ], + "page_idx": 6, + "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": [ + 303, + 751, + 309, + 759 + ], + "lines": [ + { + "bbox": [ + 302, + 750, + 309, + 762 + ], + "spans": [ + { + "bbox": [ + 302, + 750, + 309, + 762 + ], + "score": 1.0, + "content": "7", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "table", + "bbox": [ + 108, + 114, + 505, + 424 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 107, + 89, + 502, + 112 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 89, + 504, + 102 + ], + "spans": [ + { + "bbox": [ + 106, + 89, + 504, + 102 + ], + "score": 1.0, + "content": "Table 1: Comparative results of standard FSL on two benchmark datasets. The average 5-way few-", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 100, + 482, + 112 + ], + "spans": [ + { + "bbox": [ + 106, + 101, + 227, + 112 + ], + "score": 1.0, + "content": "shot classification accuracies", + "type": "text" + }, + { + "bbox": [ + 227, + 101, + 237, + 110 + ], + "score": 0.62, + "content": "\\%", + "type": "inline_equation" + }, + { + "bbox": [ + 237, + 101, + 326, + 112 + ], + "score": 1.0, + "content": ", top-1) along with the", + "type": "text" + }, + { + "bbox": [ + 327, + 100, + 347, + 111 + ], + "score": 0.87, + "content": "9 5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 347, + 101, + 482, + 112 + ], + "score": 1.0, + "content": "confidence intervals are reported.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "table_body", + "bbox": [ + 108, + 114, + 505, + 424 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 108, + 114, + 505, + 424 + ], + "spans": [ + { + "bbox": [ + 108, + 114, + 505, + 424 + ], + "score": 0.984, + "html": "
MethodminiImageNettieredImageNet
Backbone1-shot5-shot1-shot5-shot
MatchingNet (Vinyals etal.,2016)Conv4-6443.56±0.8455.31 ± 0.73
ProtoNet† (Snell et al., 2017)Conv4-6452.78 ± 0.4571.26 ± 0.3653.82 ±0.4871.77 ± 0.41
MAML (Finn et al.,2017)Conv4-6448.70 ± 1.8463.10 ±0.9251.67 ± 1.8170.30 ±0.08
RelationNet (Sung et al.,2018)Conv4-6450.40±0.8065.30 ±0.7054.48 ± 0.9371.32 ± 0.78
IMP (Allen et al., 2019)Conv4-6449.60 ± 0.8068.10±0.80
DN4 (Li et al.,2019c)Conv4-6451.24 ± 0.7471.02 ± 0.64
PARN(Wu et al.,2019)Conv4-6455.22 ± 0.8471.55 ± 0.66
PN+rot (Gidaris et al.,2019)Conv4-6453.63 ± 0.4371.70 ± 0.36
CC+rot (Gidaris et al., 2019)Conv4-6454.83 ± 0.4371.86 ± 0.33
Centroid (Afrasiyabi Arman,2020)Conv4-6453.14 ± 1.0671.45 ± 0.72
Neg-Cosine (Liu et al.,2020)Conv4-6452.84 ± 0.7670.41 ± 0.66
FEAT (Ye et al.,2020)Conv4-6455.15 ± 0.2071.61 ± 0.16
MELR(ours)Conv4-6455.35 ± 0.4372.27 ± 0.3556.38± 0.4873.22± 0.41
ProtoNet (Snell et al.,2017)Conv4-51253.52 ± 0.4373.34± 0.3655.52 ± 0.4874.07±0.40
MAML (Finn et al.,2017)Conv4-51249.33 ± 0.6065.17 ± 0.4952.84±0.5670.91 ± 0.46
Relation Net (Sung et al.,2018)Conv4-51250.86 ± 0.5767.32 ± 0.4454.69 ± 0.5972.71 ± 0.43
PN+rot (Gidaris et al.,2019)Conv4-51256.02 ± 0.4674.00 ± 0.35
CC+rot (Gidaris et al., 2019)Conv4-51256.27 ± 0.4374.30 ± 0.33
MELR(ours)Conv4-51257.54±0.4474.37±0.3460.26±0.5177.25± 0.40
ProtoNet† (Snell et al.,2017)ResNet-1262.41 ± 0.4480.49±0.2969.63±0.5384.82± 0.36
TADAM (Oreshkin et al.,2018)ResNet-1258.50± 0.3076.70±0.38
MetaOptNet (Lee et al., 2019)ResNet-1262.64 ± 0.6178.63 ± 0.4665.99 ±0.7281.56 ± 0.63
MTL (Sun et al., 2019)ResNet-1261.20 ±1.8075.50± 0.8065.62 ± 1.8080.61 ±0.90
AM3 (Xing et al.,2019)ResNet-1265.21 ± 0.4975.20 ±0.3667.23 ± 0.3478.95 ± 0.22
Shot-Free (Ravichandran et al.,2019)ResNet-1259.04 ± 0.4377.64 ± 0.3966.87±0.4382.64± 0.43
Neg-Cosine (Liu et al.,2020)ResNet-1263.85 ±0.8181.57 ± 0.56
Distill (Tian et al.,2020)ResNet-1264.82 ± 0.6082.14 ± 0.4371.52 ± 0.6986.03 ±0.49
DSN-MR (Simon et al., 2020)ResNet-1264.60±0.7279.51 ± 0.5067.39 ± 0.8282.85 ±0.56
DeepEMD (Zhang et al.,2020)ResNet-1265.91 ± 0.8282.41 ± 0.5671.16 ± 0.8786.03 ±0.58
FEAT (Ye et al.,2020)ResNet-1266.78±0.2082.05 ±0.1470.80 ±0.2384.79 ± 0.16
MELR (ours)ResNet-1267.40±0.4383.40±0.2872.14± 0.5187.01±0.35
", + "type": "table", + "image_path": "49514520b2cd6c933182cf53a53aa10051fb6d6197ac5291c78be6e320d13f95.jpg" + } + ] + } + ], + "index": 3, + "virtual_lines": [ + { + "bbox": [ + 108, + 114, + 505, + 217.33333333333331 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 108, + 217.33333333333331, + 505, + 320.66666666666663 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 108, + 320.66666666666663, + 505, + 423.99999999999994 + ], + "spans": [], + "index": 4 + } + ] + } + ], + "index": 1.75 + }, + { + "type": "text", + "bbox": [ + 106, + 446, + 505, + 514 + ], + "lines": [], + "index": 7.5, + "bbox_fs": [ + 103, + 446, + 507, + 516 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 107, + 519, + 505, + 651 + ], + "lines": [ + { + "bbox": [ + 106, + 520, + 504, + 532 + ], + "spans": [ + { + "bbox": [ + 106, + 520, + 504, + 532 + ], + "score": 1.0, + "content": "Implementation Details. Our MELR algorithm adopts Conv4-64 (Vinyals et al., 2016), Conv4-", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 530, + 505, + 543 + ], + "spans": [ + { + "bbox": [ + 105, + 530, + 355, + 543 + ], + "score": 1.0, + "content": "512 and ResNet-12 (He et al., 2016b) as the feature extractors", + "type": "text" + }, + { + "bbox": [ + 355, + 531, + 363, + 542 + ], + "score": 0.85, + "content": "\\psi", + "type": "inline_equation" + }, + { + "bbox": [ + 363, + 530, + 505, + 543 + ], + "score": 1.0, + "content": "for fair comparison with published", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 542, + 505, + 554 + ], + "spans": [ + { + "bbox": [ + 105, + 542, + 505, + 554 + ], + "score": 1.0, + "content": "results. The output feature dimensions of Conv4-64, Conv4-512 and ResNet-12 are 64, 512, and", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 553, + 505, + 565 + ], + "spans": [ + { + "bbox": [ + 105, + 553, + 505, + 565 + ], + "score": 1.0, + "content": "640, respectively. To accelerate the entire training process, we pre-train all three backbones on", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 564, + 505, + 576 + ], + "spans": [ + { + "bbox": [ + 105, + 564, + 505, + 576 + ], + "score": 1.0, + "content": "the training split of each dataset as in many previous works (Zhang et al., 2020; Ye et al., 2020;", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 574, + 505, + 588 + ], + "spans": [ + { + "bbox": [ + 105, + 574, + 505, + 588 + ], + "score": 1.0, + "content": "Simon et al., 2020). We use data augmentation during pre-training (as well as meta-training with", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 585, + 505, + 599 + ], + "spans": [ + { + "bbox": [ + 105, + 585, + 505, + 599 + ], + "score": 1.0, + "content": "ResNet-12 on miniImageNet). For ResNet-12, the stochastic gradient descent (SGD) optimizer is", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 597, + 505, + 609 + ], + "spans": [ + { + "bbox": [ + 105, + 597, + 505, + 609 + ], + "score": 1.0, + "content": "employed with the initial learning rate of 1e-4, the weight decay of 5e-4, and the Nesterov momen-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 608, + 505, + 620 + ], + "spans": [ + { + "bbox": [ + 105, + 608, + 505, + 620 + ], + "score": 1.0, + "content": "tum of 0.9. For Conv4-64 and Conv4-512, the Adam optimizer (Kingma & Ba, 2015) is adopted", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 618, + 504, + 631 + ], + "spans": [ + { + "bbox": [ + 105, + 618, + 347, + 631 + ], + "score": 1.0, + "content": "with the initial learning rate of 1e-4. The hyper-parameters", + "type": "text" + }, + { + "bbox": [ + 347, + 619, + 354, + 628 + ], + "score": 0.78, + "content": "\\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 355, + 618, + 372, + 631 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 373, + 619, + 381, + 629 + ], + "score": 0.79, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 382, + 618, + 504, + 631 + ], + "score": 1.0, + "content": "are respectively selected from", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 107, + 629, + 505, + 642 + ], + "spans": [ + { + "bbox": [ + 107, + 629, + 192, + 641 + ], + "score": 0.86, + "content": "\\{ 0 . 0 2 , 0 . 0 5 , 0 . 1 , 0 . 2 \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 629, + 211, + 642 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 211, + 629, + 280, + 641 + ], + "score": 0.68, + "content": "\\{ 1 6 , 3 2 , 6 4 , 1 2 8 \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 280, + 629, + 505, + 642 + ], + "score": 1.0, + "content": "according to the validation performances of our MELR", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 641, + 474, + 653 + ], + "spans": [ + { + "bbox": [ + 105, + 641, + 474, + 653 + ], + "score": 1.0, + "content": "algorithm (see Appendix A.5 for more details). The code and models will be released soon.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 16.5, + "bbox_fs": [ + 105, + 520, + 505, + 653 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 667, + 198, + 678 + ], + "lines": [ + { + "bbox": [ + 105, + 665, + 199, + 680 + ], + "spans": [ + { + "bbox": [ + 105, + 665, + 199, + 680 + ], + "score": 1.0, + "content": "4.2 MAIN RESULTS", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 23 + }, + { + "type": "text", + "bbox": [ + 108, + 687, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 687, + 505, + 699 + ], + "spans": [ + { + "bbox": [ + 106, + 687, + 505, + 699 + ], + "score": 1.0, + "content": "We compare our MELR with the representative/state-of-the-art methods for standard FSL on the", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 699, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 506, + 711 + ], + "score": 1.0, + "content": "two benchmark datasets in Table 1. Note that we re-implement our baseline (i.e., ProtoNet, denoted", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "score": 1.0, + "content": "with †) by sampling two episodes in each training iteration since it is still considered as a strong", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 720, + 506, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 506, + 733 + ], + "score": 1.0, + "content": "FSL approach especially when the backbone is deep. We can observe from Table 1 that: (1) Meth-", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 253, + 504, + 266 + ], + "spans": [ + { + "bbox": [ + 106, + 253, + 504, + 266 + ], + "score": 1.0, + "content": "ods trained with ResNet-12 generally perform better than those employing shallower backbones.", + "type": "text", + "cross_page": true + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 264, + 505, + 277 + ], + "spans": [ + { + "bbox": [ + 106, + 264, + 505, + 277 + ], + "score": 1.0, + "content": "Also, methods trained with Conv4-512 generally perform better than those employing Conv4-64", + "type": "text", + "cross_page": true + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 275, + 505, + 288 + ], + "spans": [ + { + "bbox": [ + 106, + 275, + 505, + 288 + ], + "score": 1.0, + "content": "even though the two backbones are of the same depth. This is expected because deeper and wider", + "type": "text", + "cross_page": true + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 286, + 505, + 298 + ], + "spans": [ + { + "bbox": [ + 106, + 286, + 505, + 298 + ], + "score": 1.0, + "content": "backbones have better representation learning abilities. (2) Our MELR achieves the new state-of-", + "type": "text", + "cross_page": true + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 297, + 505, + 308 + ], + "spans": [ + { + "bbox": [ + 106, + 297, + 505, + 308 + ], + "score": 1.0, + "content": "the-art performance on both benchmarks under all settings. Particularly, the improvements over the", + "type": "text", + "cross_page": true + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 307, + 506, + 321 + ], + "spans": [ + { + "bbox": [ + 105, + 307, + 259, + 321 + ], + "score": 1.0, + "content": "baseline (i.e., ProtoNet†) range from", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 259, + 308, + 281, + 318 + ], + "score": 0.88, + "content": "1 . 0 \\%", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 282, + 307, + 294, + 321 + ], + "score": 1.0, + "content": "to", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 294, + 308, + 316, + 318 + ], + "score": 0.87, + "content": "5 . 0 \\%", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 317, + 307, + 506, + 321 + ], + "score": 1.0, + "content": ", which clearly validates the effectiveness and", + "type": "text", + "cross_page": true + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 318, + 505, + 331 + ], + "spans": [ + { + "bbox": [ + 105, + 318, + 505, + 331 + ], + "score": 1.0, + "content": "the strong generalization ability of our MELR. (3) On both benchmarks, the improvements obtained", + "type": "text", + "cross_page": true + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 329, + 505, + 343 + ], + "spans": [ + { + "bbox": [ + 105, + 329, + 505, + 343 + ], + "score": 1.0, + "content": "by our MELR over ProtoNet† under the 1-shot setting are significantly larger than those under the", + "type": "text", + "cross_page": true + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 340, + 505, + 353 + ], + "spans": [ + { + "bbox": [ + 105, + 340, + 505, + 353 + ], + "score": 1.0, + "content": "5-shot setting. This demonstrates the superior performance of our MELR for FSL with less shots.", + "type": "text", + "cross_page": true + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 352, + 505, + 365 + ], + "spans": [ + { + "bbox": [ + 106, + 352, + 505, + 365 + ], + "score": 1.0, + "content": "Again this is expected: FSL with less shots is more likely to suffer from the poor sampling of the", + "type": "text", + "cross_page": true + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 363, + 481, + 376 + ], + "spans": [ + { + "bbox": [ + 106, + 363, + 481, + 376 + ], + "score": 1.0, + "content": "few support instances; such a challenging problem is exactly what our MELR is designed for.", + "type": "text", + "cross_page": true + } + ], + "index": 16 + } + ], + "index": 25.5, + "bbox_fs": [ + 105, + 687, + 506, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 109, + 84, + 500, + 196 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 109, + 84, + 500, + 196 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 109, + 84, + 500, + 196 + ], + "spans": [ + { + "bbox": [ + 109, + 84, + 500, + 196 + ], + "score": 0.97, + "type": "image", + "image_path": "72a317c5a587a885c76f8d67bb230df577a727207e1cf2a2ee929f43910c7f82.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 109, + 84, + 500, + 121.33333333333334 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 109, + 121.33333333333334, + 500, + 158.66666666666669 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 109, + 158.66666666666669, + 500, + 196.00000000000003 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 203, + 505, + 237 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 203, + 505, + 216 + ], + "spans": [ + { + "bbox": [ + 105, + 203, + 505, + 216 + ], + "score": 1.0, + "content": "Figure 2: (a) Ablative results for our MELR. (b) Comparison among different ProtoNet†+CEAM", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 214, + 505, + 226 + ], + "spans": [ + { + "bbox": [ + 105, + 214, + 324, + 226 + ], + "score": 1.0, + "content": "alternatives. (c) Comparison among different ProtoNet", + "type": "text" + }, + { + "bbox": [ + 324, + 214, + 360, + 225 + ], + "score": 0.27, + "content": "^ { \\dag } + \\mathrm { C E C R }", + "type": "inline_equation" + }, + { + "bbox": [ + 360, + 214, + 505, + 226 + ], + "score": 1.0, + "content": "alternatives. All results are obtained", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 225, + 505, + 239 + ], + "spans": [ + { + "bbox": [ + 106, + 225, + 505, + 239 + ], + "score": 1.0, + "content": "under the 5-way 1-shot and 5-shot settings on miniImageNet with Conv4-64 as the feature extractor.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4 + } + ], + "index": 2.5 + }, + { + "type": "text", + "bbox": [ + 107, + 253, + 505, + 374 + ], + "lines": [ + { + "bbox": [ + 106, + 253, + 504, + 266 + ], + "spans": [ + { + "bbox": [ + 106, + 253, + 504, + 266 + ], + "score": 1.0, + "content": "ods trained with ResNet-12 generally perform better than those employing shallower backbones.", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 264, + 505, + 277 + ], + "spans": [ + { + "bbox": [ + 106, + 264, + 505, + 277 + ], + "score": 1.0, + "content": "Also, methods trained with Conv4-512 generally perform better than those employing Conv4-64", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 275, + 505, + 288 + ], + "spans": [ + { + "bbox": [ + 106, + 275, + 505, + 288 + ], + "score": 1.0, + "content": "even though the two backbones are of the same depth. This is expected because deeper and wider", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 286, + 505, + 298 + ], + "spans": [ + { + "bbox": [ + 106, + 286, + 505, + 298 + ], + "score": 1.0, + "content": "backbones have better representation learning abilities. (2) Our MELR achieves the new state-of-", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 297, + 505, + 308 + ], + "spans": [ + { + "bbox": [ + 106, + 297, + 505, + 308 + ], + "score": 1.0, + "content": "the-art performance on both benchmarks under all settings. Particularly, the improvements over the", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 307, + 506, + 321 + ], + "spans": [ + { + "bbox": [ + 105, + 307, + 259, + 321 + ], + "score": 1.0, + "content": "baseline (i.e., ProtoNet†) range from", + "type": "text" + }, + { + "bbox": [ + 259, + 308, + 281, + 318 + ], + "score": 0.88, + "content": "1 . 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 307, + 294, + 321 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 294, + 308, + 316, + 318 + ], + "score": 0.87, + "content": "5 . 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 317, + 307, + 506, + 321 + ], + "score": 1.0, + "content": ", which clearly validates the effectiveness and", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 318, + 505, + 331 + ], + "spans": [ + { + "bbox": [ + 105, + 318, + 505, + 331 + ], + "score": 1.0, + "content": "the strong generalization ability of our MELR. (3) On both benchmarks, the improvements obtained", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 329, + 505, + 343 + ], + "spans": [ + { + "bbox": [ + 105, + 329, + 505, + 343 + ], + "score": 1.0, + "content": "by our MELR over ProtoNet† under the 1-shot setting are significantly larger than those under the", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 340, + 505, + 353 + ], + "spans": [ + { + "bbox": [ + 105, + 340, + 505, + 353 + ], + "score": 1.0, + "content": "5-shot setting. This demonstrates the superior performance of our MELR for FSL with less shots.", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 352, + 505, + 365 + ], + "spans": [ + { + "bbox": [ + 106, + 352, + 505, + 365 + ], + "score": 1.0, + "content": "Again this is expected: FSL with less shots is more likely to suffer from the poor sampling of the", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 363, + 481, + 376 + ], + "spans": [ + { + "bbox": [ + 106, + 363, + 481, + 376 + ], + "score": 1.0, + "content": "few support instances; such a challenging problem is exactly what our MELR is designed for.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 11 + }, + { + "type": "title", + "bbox": [ + 108, + 391, + 230, + 402 + ], + "lines": [ + { + "bbox": [ + 105, + 390, + 232, + 403 + ], + "spans": [ + { + "bbox": [ + 105, + 390, + 232, + 403 + ], + "score": 1.0, + "content": "4.3 FURTHER EVALUATION", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17 + }, + { + "type": "text", + "bbox": [ + 106, + 412, + 505, + 544 + ], + "lines": [ + { + "bbox": [ + 106, + 413, + 505, + 425 + ], + "spans": [ + { + "bbox": [ + 106, + 413, + 505, + 425 + ], + "score": 1.0, + "content": "Ablation Study. To demonstrate the contributions of each cross-episode learning objective in our", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 423, + 505, + 437 + ], + "spans": [ + { + "bbox": [ + 105, + 423, + 505, + 437 + ], + "score": 1.0, + "content": "MELR, we conduct experiments on miniImageNet by adding these learning objectives to the base-", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 434, + 506, + 447 + ], + "spans": [ + { + "bbox": [ + 105, + 434, + 506, + 447 + ], + "score": 1.0, + "content": "line (one at a time) under the 5-way 1-shot and 5-shot settings. Note that ProtoNet without † is", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 444, + 506, + 459 + ], + "spans": [ + { + "bbox": [ + 105, + 444, + 506, + 459 + ], + "score": 1.0, + "content": "trained with one episode in each training iteration while ProtoNet† is trained with two episodes per", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 456, + 505, + 469 + ], + "spans": [ + { + "bbox": [ + 105, + 456, + 505, + 469 + ], + "score": 1.0, + "content": "iteration. The ablation study results in Figure 2(a) show that: (1) Increasing mini-batch size helps", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 467, + 505, + 480 + ], + "spans": [ + { + "bbox": [ + 105, + 467, + 505, + 480 + ], + "score": 1.0, + "content": "little for ProtoNet, indicating that our MELR benefits from two cross-episode objectives rather than", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 479, + 505, + 491 + ], + "spans": [ + { + "bbox": [ + 106, + 479, + 505, + 491 + ], + "score": 1.0, + "content": "doubling the mini-batch size. (2) CEAM or CECR alone clearly improves the performance of the", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 489, + 506, + 501 + ], + "spans": [ + { + "bbox": [ + 106, + 489, + 506, + 501 + ], + "score": 1.0, + "content": "baseline model and CEAM appears to be more beneficial to FSL than CECR. (3) The combination of", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 501, + 505, + 513 + ], + "spans": [ + { + "bbox": [ + 106, + 501, + 505, + 513 + ], + "score": 1.0, + "content": "the two cross-episode learning objectives in our full model (i.e., MELR) achieves further improve-", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 104, + 511, + 506, + 524 + ], + "spans": [ + { + "bbox": [ + 104, + 511, + 506, + 524 + ], + "score": 1.0, + "content": "ments, suggesting that these two learning objectives are complementary to each other. Moreover, in", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 523, + 505, + 534 + ], + "spans": [ + { + "bbox": [ + 106, + 523, + 505, + 534 + ], + "score": 1.0, + "content": "Appendix A.2, we conduct more ablative experiments when the attention module is applied within", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 533, + 365, + 546 + ], + "spans": [ + { + "bbox": [ + 105, + 533, + 365, + 546 + ], + "score": 1.0, + "content": "each episode, validating the necessity of cross-episode attention.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 23.5 + }, + { + "type": "text", + "bbox": [ + 107, + 550, + 505, + 693 + ], + "lines": [ + { + "bbox": [ + 106, + 550, + 505, + 562 + ], + "spans": [ + { + "bbox": [ + 106, + 550, + 505, + 562 + ], + "score": 1.0, + "content": "Comparison to CEAM Alternatives. As we have described, our CEAM takes the support samples", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 561, + 505, + 574 + ], + "spans": [ + { + "bbox": [ + 105, + 561, + 505, + 574 + ], + "score": 1.0, + "content": "as ‘keys’ and ‘values’, and all samples in one episode as ‘queries’ for attention module (denoted", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 572, + 505, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 572, + 150, + 585 + ], + "score": 1.0, + "content": "as Support", + "type": "text" + }, + { + "bbox": [ + 150, + 573, + 173, + 583 + ], + "score": 0.53, + "content": " \\mathsf { A l l }", + "type": "inline_equation" + }, + { + "bbox": [ + 173, + 572, + 505, + 585 + ], + "score": 1.0, + "content": "). We can also input prototypes (mean representations of support samples from the", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 582, + 505, + 596 + ], + "spans": [ + { + "bbox": [ + 105, + 582, + 505, + 596 + ], + "score": 1.0, + "content": "same class) as ‘keys’ and ‘values’ or input only query samples as ‘queries’ for attention. This re-", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 594, + 505, + 608 + ], + "spans": [ + { + "bbox": [ + 105, + 594, + 313, + 608 + ], + "score": 1.0, + "content": "sults in other three alternatives of CEAM: Prototype", + "type": "text" + }, + { + "bbox": [ + 313, + 595, + 324, + 604 + ], + "score": 0.83, + "content": "", + "type": "inline_equation" + }, + { + "bbox": [ + 324, + 594, + 384, + 608 + ], + "score": 1.0, + "content": "Query, Support", + "type": "text" + }, + { + "bbox": [ + 384, + 595, + 394, + 604 + ], + "score": 0.8, + "content": "", + "type": "inline_equation" + }, + { + "bbox": [ + 394, + 594, + 478, + 608 + ], + "score": 1.0, + "content": "Query, and Prototype", + "type": "text" + }, + { + "bbox": [ + 478, + 594, + 501, + 605 + ], + "score": 0.26, + "content": " \\mathsf { A l l }", + "type": "inline_equation" + }, + { + "bbox": [ + 502, + 594, + 505, + 608 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 603, + 506, + 619 + ], + "spans": [ + { + "bbox": [ + 105, + 603, + 328, + 619 + ], + "score": 1.0, + "content": "Note that under the 5-way 1-shot setting, Prototype", + "type": "text" + }, + { + "bbox": [ + 328, + 606, + 338, + 615 + ], + "score": 0.8, + "content": "", + "type": "inline_equation" + }, + { + "bbox": [ + 339, + 603, + 449, + 619 + ], + "score": 1.0, + "content": "Query is equal to Support", + "type": "text" + }, + { + "bbox": [ + 450, + 606, + 460, + 615 + ], + "score": 0.79, + "content": "", + "type": "inline_equation" + }, + { + "bbox": [ + 460, + 603, + 506, + 619 + ], + "score": 1.0, + "content": "Query and", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 615, + 505, + 630 + ], + "spans": [ + { + "bbox": [ + 105, + 615, + 145, + 630 + ], + "score": 1.0, + "content": "Prototype", + "type": "text" + }, + { + "bbox": [ + 146, + 616, + 169, + 627 + ], + "score": 0.45, + "content": " \\mathsf { A l l }", + "type": "inline_equation" + }, + { + "bbox": [ + 170, + 615, + 263, + 630 + ], + "score": 1.0, + "content": "is the same as Support", + "type": "text" + }, + { + "bbox": [ + 263, + 617, + 273, + 626 + ], + "score": 0.57, + "content": "", + "type": "inline_equation" + }, + { + "bbox": [ + 274, + 615, + 424, + 630 + ], + "score": 1.0, + "content": "All. Additionally, we compare to All", + "type": "text" + }, + { + "bbox": [ + 425, + 617, + 435, + 626 + ], + "score": 0.4, + "content": "", + "type": "inline_equation" + }, + { + "bbox": [ + 435, + 615, + 505, + 630 + ], + "score": 1.0, + "content": "All: inputting all", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 626, + 506, + 641 + ], + "spans": [ + { + "bbox": [ + 105, + 626, + 506, + 641 + ], + "score": 1.0, + "content": "samples from the other episode as ‘keys’ and ‘values’ for CEAM when training but still testing as", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 638, + 506, + 650 + ], + "spans": [ + { + "bbox": [ + 105, + 638, + 138, + 650 + ], + "score": 1.0, + "content": "Suppor", + "type": "text" + }, + { + "bbox": [ + 139, + 638, + 162, + 649 + ], + "score": 0.29, + "content": " \\mathsf { A l l }", + "type": "inline_equation" + }, + { + "bbox": [ + 163, + 638, + 506, + 650 + ], + "score": 1.0, + "content": "(not violating the non-transductive setting). From the comparative results of different", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 649, + 504, + 662 + ], + "spans": [ + { + "bbox": [ + 105, + 649, + 302, + 662 + ], + "score": 1.0, + "content": "choices in Figure 2(b), we can see that Support", + "type": "text" + }, + { + "bbox": [ + 303, + 649, + 326, + 659 + ], + "score": 0.31, + "content": " \\mathsf { A l l }", + "type": "inline_equation" + }, + { + "bbox": [ + 326, + 649, + 479, + 662 + ], + "score": 1.0, + "content": "is the best for CEAM. Moreover, Al", + "type": "text" + }, + { + "bbox": [ + 479, + 649, + 504, + 659 + ], + "score": 0.31, + "content": "\\mathrm { l } \\mathrm { A l l }", + "type": "inline_equation" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 660, + 504, + 672 + ], + "spans": [ + { + "bbox": [ + 106, + 660, + 237, + 672 + ], + "score": 1.0, + "content": "works worse than both Prototype", + "type": "text" + }, + { + "bbox": [ + 238, + 661, + 248, + 670 + ], + "score": 0.77, + "content": "", + "type": "inline_equation" + }, + { + "bbox": [ + 249, + 660, + 311, + 672 + ], + "score": 1.0, + "content": "All and Support", + "type": "text" + }, + { + "bbox": [ + 311, + 661, + 321, + 670 + ], + "score": 0.73, + "content": "", + "type": "inline_equation" + }, + { + "bbox": [ + 322, + 660, + 479, + 672 + ], + "score": 1.0, + "content": "All. One possible explanation is that Al", + "type": "text" + }, + { + "bbox": [ + 479, + 660, + 504, + 671 + ], + "score": 0.28, + "content": "\\lvert \\mathsf { A l l }", + "type": "inline_equation" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 670, + 505, + 685 + ], + "spans": [ + { + "bbox": [ + 105, + 670, + 505, + 685 + ], + "score": 1.0, + "content": "exploits all query set instances during meta-training but only has access to the support set during", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 681, + 489, + 695 + ], + "spans": [ + { + "bbox": [ + 105, + 681, + 489, + 695 + ], + "score": 1.0, + "content": "meta-test to conform to the inductive learning setting. This mis-match reduces its effectiveness.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 36 + }, + { + "type": "text", + "bbox": [ + 108, + 699, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 698, + 506, + 713 + ], + "spans": [ + { + "bbox": [ + 106, + 698, + 411, + 713 + ], + "score": 1.0, + "content": "Comparison to CECR Alternatives. Our consistency regularization loss", + "type": "text" + }, + { + "bbox": [ + 412, + 699, + 435, + 710 + ], + "score": 0.91, + "content": "L _ { c e c r }", + "type": "inline_equation" + }, + { + "bbox": [ + 435, + 698, + 506, + 713 + ], + "score": 1.0, + "content": "in Eq. (7) is de-", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "score": 1.0, + "content": "fined with the knowledge distillation (KD) loss, which can be easily replaced by the negative cosine", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 720, + 505, + 735 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 505, + 735 + ], + "score": 1.0, + "content": "similarity (NegCos), symmetric Kullback–Leibler divergence (symKL), or the L2 distance (see Ap-", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 44 + } + ], + "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, + 752, + 308, + 759 + ], + "lines": [ + { + "bbox": [ + 302, + 750, + 309, + 761 + ], + "spans": [ + { + "bbox": [ + 302, + 750, + 309, + 761 + ], + "score": 1.0, + "content": "8", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 109, + 84, + 500, + 196 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 109, + 84, + 500, + 196 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 109, + 84, + 500, + 196 + ], + "spans": [ + { + "bbox": [ + 109, + 84, + 500, + 196 + ], + "score": 0.97, + "type": "image", + "image_path": "72a317c5a587a885c76f8d67bb230df577a727207e1cf2a2ee929f43910c7f82.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 109, + 84, + 500, + 121.33333333333334 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 109, + 121.33333333333334, + 500, + 158.66666666666669 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 109, + 158.66666666666669, + 500, + 196.00000000000003 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 203, + 505, + 237 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 203, + 505, + 216 + ], + "spans": [ + { + "bbox": [ + 105, + 203, + 505, + 216 + ], + "score": 1.0, + "content": "Figure 2: (a) Ablative results for our MELR. (b) Comparison among different ProtoNet†+CEAM", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 214, + 505, + 226 + ], + "spans": [ + { + "bbox": [ + 105, + 214, + 324, + 226 + ], + "score": 1.0, + "content": "alternatives. (c) Comparison among different ProtoNet", + "type": "text" + }, + { + "bbox": [ + 324, + 214, + 360, + 225 + ], + "score": 0.27, + "content": "^ { \\dag } + \\mathrm { C E C R }", + "type": "inline_equation" + }, + { + "bbox": [ + 360, + 214, + 505, + 226 + ], + "score": 1.0, + "content": "alternatives. All results are obtained", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 225, + 505, + 239 + ], + "spans": [ + { + "bbox": [ + 106, + 225, + 505, + 239 + ], + "score": 1.0, + "content": "under the 5-way 1-shot and 5-shot settings on miniImageNet with Conv4-64 as the feature extractor.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4 + } + ], + "index": 2.5 + }, + { + "type": "text", + "bbox": [ + 107, + 253, + 505, + 374 + ], + "lines": [], + "index": 11, + "bbox_fs": [ + 105, + 253, + 506, + 376 + ], + "lines_deleted": true + }, + { + "type": "title", + "bbox": [ + 108, + 391, + 230, + 402 + ], + "lines": [ + { + "bbox": [ + 105, + 390, + 232, + 403 + ], + "spans": [ + { + "bbox": [ + 105, + 390, + 232, + 403 + ], + "score": 1.0, + "content": "4.3 FURTHER EVALUATION", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17 + }, + { + "type": "text", + "bbox": [ + 106, + 412, + 505, + 544 + ], + "lines": [ + { + "bbox": [ + 106, + 413, + 505, + 425 + ], + "spans": [ + { + "bbox": [ + 106, + 413, + 505, + 425 + ], + "score": 1.0, + "content": "Ablation Study. To demonstrate the contributions of each cross-episode learning objective in our", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 423, + 505, + 437 + ], + "spans": [ + { + "bbox": [ + 105, + 423, + 505, + 437 + ], + "score": 1.0, + "content": "MELR, we conduct experiments on miniImageNet by adding these learning objectives to the base-", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 434, + 506, + 447 + ], + "spans": [ + { + "bbox": [ + 105, + 434, + 506, + 447 + ], + "score": 1.0, + "content": "line (one at a time) under the 5-way 1-shot and 5-shot settings. Note that ProtoNet without † is", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 444, + 506, + 459 + ], + "spans": [ + { + "bbox": [ + 105, + 444, + 506, + 459 + ], + "score": 1.0, + "content": "trained with one episode in each training iteration while ProtoNet† is trained with two episodes per", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 456, + 505, + 469 + ], + "spans": [ + { + "bbox": [ + 105, + 456, + 505, + 469 + ], + "score": 1.0, + "content": "iteration. The ablation study results in Figure 2(a) show that: (1) Increasing mini-batch size helps", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 467, + 505, + 480 + ], + "spans": [ + { + "bbox": [ + 105, + 467, + 505, + 480 + ], + "score": 1.0, + "content": "little for ProtoNet, indicating that our MELR benefits from two cross-episode objectives rather than", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 479, + 505, + 491 + ], + "spans": [ + { + "bbox": [ + 106, + 479, + 505, + 491 + ], + "score": 1.0, + "content": "doubling the mini-batch size. (2) CEAM or CECR alone clearly improves the performance of the", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 489, + 506, + 501 + ], + "spans": [ + { + "bbox": [ + 106, + 489, + 506, + 501 + ], + "score": 1.0, + "content": "baseline model and CEAM appears to be more beneficial to FSL than CECR. (3) The combination of", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 501, + 505, + 513 + ], + "spans": [ + { + "bbox": [ + 106, + 501, + 505, + 513 + ], + "score": 1.0, + "content": "the two cross-episode learning objectives in our full model (i.e., MELR) achieves further improve-", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 104, + 511, + 506, + 524 + ], + "spans": [ + { + "bbox": [ + 104, + 511, + 506, + 524 + ], + "score": 1.0, + "content": "ments, suggesting that these two learning objectives are complementary to each other. Moreover, in", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 523, + 505, + 534 + ], + "spans": [ + { + "bbox": [ + 106, + 523, + 505, + 534 + ], + "score": 1.0, + "content": "Appendix A.2, we conduct more ablative experiments when the attention module is applied within", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 533, + 365, + 546 + ], + "spans": [ + { + "bbox": [ + 105, + 533, + 365, + 546 + ], + "score": 1.0, + "content": "each episode, validating the necessity of cross-episode attention.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 23.5, + "bbox_fs": [ + 104, + 413, + 506, + 546 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 550, + 505, + 693 + ], + "lines": [ + { + "bbox": [ + 106, + 550, + 505, + 562 + ], + "spans": [ + { + "bbox": [ + 106, + 550, + 505, + 562 + ], + "score": 1.0, + "content": "Comparison to CEAM Alternatives. As we have described, our CEAM takes the support samples", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 561, + 505, + 574 + ], + "spans": [ + { + "bbox": [ + 105, + 561, + 505, + 574 + ], + "score": 1.0, + "content": "as ‘keys’ and ‘values’, and all samples in one episode as ‘queries’ for attention module (denoted", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 572, + 505, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 572, + 150, + 585 + ], + "score": 1.0, + "content": "as Support", + "type": "text" + }, + { + "bbox": [ + 150, + 573, + 173, + 583 + ], + "score": 0.53, + "content": " \\mathsf { A l l }", + "type": "inline_equation" + }, + { + "bbox": [ + 173, + 572, + 505, + 585 + ], + "score": 1.0, + "content": "). We can also input prototypes (mean representations of support samples from the", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 582, + 505, + 596 + ], + "spans": [ + { + "bbox": [ + 105, + 582, + 505, + 596 + ], + "score": 1.0, + "content": "same class) as ‘keys’ and ‘values’ or input only query samples as ‘queries’ for attention. This re-", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 594, + 505, + 608 + ], + "spans": [ + { + "bbox": [ + 105, + 594, + 313, + 608 + ], + "score": 1.0, + "content": "sults in other three alternatives of CEAM: Prototype", + "type": "text" + }, + { + "bbox": [ + 313, + 595, + 324, + 604 + ], + "score": 0.83, + "content": "", + "type": "inline_equation" + }, + { + "bbox": [ + 324, + 594, + 384, + 608 + ], + "score": 1.0, + "content": "Query, Support", + "type": "text" + }, + { + "bbox": [ + 384, + 595, + 394, + 604 + ], + "score": 0.8, + "content": "", + "type": "inline_equation" + }, + { + "bbox": [ + 394, + 594, + 478, + 608 + ], + "score": 1.0, + "content": "Query, and Prototype", + "type": "text" + }, + { + "bbox": [ + 478, + 594, + 501, + 605 + ], + "score": 0.26, + "content": " \\mathsf { A l l }", + "type": "inline_equation" + }, + { + "bbox": [ + 502, + 594, + 505, + 608 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 603, + 506, + 619 + ], + "spans": [ + { + "bbox": [ + 105, + 603, + 328, + 619 + ], + "score": 1.0, + "content": "Note that under the 5-way 1-shot setting, Prototype", + "type": "text" + }, + { + "bbox": [ + 328, + 606, + 338, + 615 + ], + "score": 0.8, + "content": "", + "type": "inline_equation" + }, + { + "bbox": [ + 339, + 603, + 449, + 619 + ], + "score": 1.0, + "content": "Query is equal to Support", + "type": "text" + }, + { + "bbox": [ + 450, + 606, + 460, + 615 + ], + "score": 0.79, + "content": "", + "type": "inline_equation" + }, + { + "bbox": [ + 460, + 603, + 506, + 619 + ], + "score": 1.0, + "content": "Query and", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 615, + 505, + 630 + ], + "spans": [ + { + "bbox": [ + 105, + 615, + 145, + 630 + ], + "score": 1.0, + "content": "Prototype", + "type": "text" + }, + { + "bbox": [ + 146, + 616, + 169, + 627 + ], + "score": 0.45, + "content": " \\mathsf { A l l }", + "type": "inline_equation" + }, + { + "bbox": [ + 170, + 615, + 263, + 630 + ], + "score": 1.0, + "content": "is the same as Support", + "type": "text" + }, + { + "bbox": [ + 263, + 617, + 273, + 626 + ], + "score": 0.57, + "content": "", + "type": "inline_equation" + }, + { + "bbox": [ + 274, + 615, + 424, + 630 + ], + "score": 1.0, + "content": "All. Additionally, we compare to All", + "type": "text" + }, + { + "bbox": [ + 425, + 617, + 435, + 626 + ], + "score": 0.4, + "content": "", + "type": "inline_equation" + }, + { + "bbox": [ + 435, + 615, + 505, + 630 + ], + "score": 1.0, + "content": "All: inputting all", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 626, + 506, + 641 + ], + "spans": [ + { + "bbox": [ + 105, + 626, + 506, + 641 + ], + "score": 1.0, + "content": "samples from the other episode as ‘keys’ and ‘values’ for CEAM when training but still testing as", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 638, + 506, + 650 + ], + "spans": [ + { + "bbox": [ + 105, + 638, + 138, + 650 + ], + "score": 1.0, + "content": "Suppor", + "type": "text" + }, + { + "bbox": [ + 139, + 638, + 162, + 649 + ], + "score": 0.29, + "content": " \\mathsf { A l l }", + "type": "inline_equation" + }, + { + "bbox": [ + 163, + 638, + 506, + 650 + ], + "score": 1.0, + "content": "(not violating the non-transductive setting). From the comparative results of different", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 649, + 504, + 662 + ], + "spans": [ + { + "bbox": [ + 105, + 649, + 302, + 662 + ], + "score": 1.0, + "content": "choices in Figure 2(b), we can see that Support", + "type": "text" + }, + { + "bbox": [ + 303, + 649, + 326, + 659 + ], + "score": 0.31, + "content": " \\mathsf { A l l }", + "type": "inline_equation" + }, + { + "bbox": [ + 326, + 649, + 479, + 662 + ], + "score": 1.0, + "content": "is the best for CEAM. Moreover, Al", + "type": "text" + }, + { + "bbox": [ + 479, + 649, + 504, + 659 + ], + "score": 0.31, + "content": "\\mathrm { l } \\mathrm { A l l }", + "type": "inline_equation" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 660, + 504, + 672 + ], + "spans": [ + { + "bbox": [ + 106, + 660, + 237, + 672 + ], + "score": 1.0, + "content": "works worse than both Prototype", + "type": "text" + }, + { + "bbox": [ + 238, + 661, + 248, + 670 + ], + "score": 0.77, + "content": "", + "type": "inline_equation" + }, + { + "bbox": [ + 249, + 660, + 311, + 672 + ], + "score": 1.0, + "content": "All and Support", + "type": "text" + }, + { + "bbox": [ + 311, + 661, + 321, + 670 + ], + "score": 0.73, + "content": "", + "type": "inline_equation" + }, + { + "bbox": [ + 322, + 660, + 479, + 672 + ], + "score": 1.0, + "content": "All. One possible explanation is that Al", + "type": "text" + }, + { + "bbox": [ + 479, + 660, + 504, + 671 + ], + "score": 0.28, + "content": "\\lvert \\mathsf { A l l }", + "type": "inline_equation" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 670, + 505, + 685 + ], + "spans": [ + { + "bbox": [ + 105, + 670, + 505, + 685 + ], + "score": 1.0, + "content": "exploits all query set instances during meta-training but only has access to the support set during", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 681, + 489, + 695 + ], + "spans": [ + { + "bbox": [ + 105, + 681, + 489, + 695 + ], + "score": 1.0, + "content": "meta-test to conform to the inductive learning setting. This mis-match reduces its effectiveness.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 36, + "bbox_fs": [ + 105, + 550, + 506, + 695 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 699, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 698, + 506, + 713 + ], + "spans": [ + { + "bbox": [ + 106, + 698, + 411, + 713 + ], + "score": 1.0, + "content": "Comparison to CECR Alternatives. Our consistency regularization loss", + "type": "text" + }, + { + "bbox": [ + 412, + 699, + 435, + 710 + ], + "score": 0.91, + "content": "L _ { c e c r }", + "type": "inline_equation" + }, + { + "bbox": [ + 435, + 698, + 506, + 713 + ], + "score": 1.0, + "content": "in Eq. (7) is de-", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "score": 1.0, + "content": "fined with the knowledge distillation (KD) loss, which can be easily replaced by the negative cosine", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 720, + 505, + 735 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 505, + 735 + ], + "score": 1.0, + "content": "similarity (NegCos), symmetric Kullback–Leibler divergence (symKL), or the L2 distance (see Ap-", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 104, + 240, + 505, + 255 + ], + "spans": [ + { + "bbox": [ + 104, + 240, + 358, + 255 + ], + "score": 1.0, + "content": "pendix A.1 for more details). The results obtained by ProtoNet", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 358, + 241, + 394, + 252 + ], + "score": 0.49, + "content": "^ { \\dag } + { \\mathrm { C E C R } }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 395, + 240, + 505, + 255 + ], + "score": 1.0, + "content": "using different consistency", + "type": "text", + "cross_page": true + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 251, + 505, + 265 + ], + "spans": [ + { + "bbox": [ + 105, + 251, + 359, + 265 + ], + "score": 1.0, + "content": "losses are shown in Figure 2(c). It can be seen that ProtoNet", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 360, + 252, + 385, + 263 + ], + "score": 0.61, + "content": "\\dagger { + } \\mathbf { K D }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 385, + 251, + 505, + 265 + ], + "score": 1.0, + "content": "performs slightly better than", + "type": "text", + "cross_page": true + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 263, + 359, + 276 + ], + "spans": [ + { + "bbox": [ + 106, + 263, + 359, + 276 + ], + "score": 1.0, + "content": "other implementations. We thus choose KD as our CECR loss.", + "type": "text", + "cross_page": true + } + ], + "index": 9 + } + ], + "index": 44, + "bbox_fs": [ + 105, + 698, + 506, + 735 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 111, + 86, + 498, + 174 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 111, + 86, + 498, + 174 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 111, + 86, + 498, + 174 + ], + "spans": [ + { + "bbox": [ + 111, + 86, + 498, + 174 + ], + "score": 0.965, + "type": "image", + "image_path": "d2f2e3ed381be40577763d30a74acf96fe9be1e2a281522bc05fa08a2e10973b.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 111, + 86, + 498, + 115.33333333333333 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 111, + 115.33333333333333, + 498, + 144.66666666666666 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 111, + 144.66666666666666, + 498, + 174.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 181, + 505, + 225 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 180, + 505, + 192 + ], + "spans": [ + { + "bbox": [ + 105, + 180, + 505, + 192 + ], + "score": 1.0, + "content": "Figure 3: (a) – (c) Visualizations of data distributions obtained by ProtoNet†, ProtoNet†+CEAM,", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 191, + 505, + 204 + ], + "spans": [ + { + "bbox": [ + 105, + 191, + 161, + 204 + ], + "score": 1.0, + "content": "and ProtoNet", + "type": "text" + }, + { + "bbox": [ + 161, + 192, + 231, + 202 + ], + "score": 0.72, + "content": "^ { \\dag } + \\mathrm { C E A M + C E C R }", + "type": "inline_equation" + }, + { + "bbox": [ + 231, + 191, + 483, + 204 + ], + "score": 1.0, + "content": "(i.e., our MELR) for the same meta-test episode, respectively.", + "type": "text" + }, + { + "bbox": [ + 484, + 192, + 505, + 203 + ], + "score": 0.27, + "content": "\\mathrm { ( d ) - }", + "type": "inline_equation" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 202, + 506, + 215 + ], + "spans": [ + { + "bbox": [ + 105, + 202, + 506, + 215 + ], + "score": 1.0, + "content": "(e) Visualizations of attention maps for query and support sets, respectively. All results are obtained", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 214, + 460, + 226 + ], + "spans": [ + { + "bbox": [ + 106, + 214, + 460, + 226 + ], + "score": 1.0, + "content": "under the 5-way 5-shot setting on miniImageNet with Conv4-64 as the feature extractor.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 4.5 + } + ], + "index": 2.75 + }, + { + "type": "text", + "bbox": [ + 107, + 241, + 503, + 275 + ], + "lines": [ + { + "bbox": [ + 104, + 240, + 505, + 255 + ], + "spans": [ + { + "bbox": [ + 104, + 240, + 358, + 255 + ], + "score": 1.0, + "content": "pendix A.1 for more details). The results obtained by ProtoNet", + "type": "text" + }, + { + "bbox": [ + 358, + 241, + 394, + 252 + ], + "score": 0.49, + "content": "^ { \\dag } + { \\mathrm { C E C R } }", + "type": "inline_equation" + }, + { + "bbox": [ + 395, + 240, + 505, + 255 + ], + "score": 1.0, + "content": "using different consistency", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 251, + 505, + 265 + ], + "spans": [ + { + "bbox": [ + 105, + 251, + 359, + 265 + ], + "score": 1.0, + "content": "losses are shown in Figure 2(c). It can be seen that ProtoNet", + "type": "text" + }, + { + "bbox": [ + 360, + 252, + 385, + 263 + ], + "score": 0.61, + "content": "\\dagger { + } \\mathbf { K D }", + "type": "inline_equation" + }, + { + "bbox": [ + 385, + 251, + 505, + 265 + ], + "score": 1.0, + "content": "performs slightly better than", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 263, + 359, + 276 + ], + "spans": [ + { + "bbox": [ + 106, + 263, + 359, + 276 + ], + "score": 1.0, + "content": "other implementations. We thus choose KD as our CECR loss.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8 + }, + { + "type": "text", + "bbox": [ + 106, + 280, + 505, + 511 + ], + "lines": [ + { + "bbox": [ + 106, + 280, + 506, + 293 + ], + "spans": [ + { + "bbox": [ + 106, + 280, + 506, + 293 + ], + "score": 1.0, + "content": "Visualizations of Data Distributions and Attention Maps. MELR is designed to alleviate the", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 291, + 505, + 304 + ], + "spans": [ + { + "bbox": [ + 105, + 291, + 505, + 304 + ], + "score": 1.0, + "content": "negative effects of poorly-sampled few shots. To validate this, we further provide some visual-", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 302, + 505, + 315 + ], + "spans": [ + { + "bbox": [ + 105, + 302, + 505, + 315 + ], + "score": 1.0, + "content": "ization results in Figure 3. (1) We sample one episode in the test split of miniImageNet under the", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 312, + 505, + 326 + ], + "spans": [ + { + "bbox": [ + 105, + 312, + 505, + 326 + ], + "score": 1.0, + "content": "5-way 5-shot setting and obtain the embeddings of all images using the trained models of ProtoNet†,", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 324, + 505, + 337 + ], + "spans": [ + { + "bbox": [ + 105, + 324, + 146, + 337 + ], + "score": 1.0, + "content": "ProtoNet†", + "type": "text" + }, + { + "bbox": [ + 146, + 325, + 154, + 334 + ], + "score": 0.3, + "content": "^ +", + "type": "inline_equation" + }, + { + "bbox": [ + 154, + 324, + 309, + 337 + ], + "score": 1.0, + "content": "CEAM, and our MELR (i.e., ProtoNet†", + "type": "text" + }, + { + "bbox": [ + 309, + 325, + 317, + 334 + ], + "score": 0.37, + "content": "^ { + }", + "type": "inline_equation" + }, + { + "bbox": [ + 317, + 324, + 505, + 337 + ], + "score": 1.0, + "content": "CEAM+CECR), respectively. We then apply t-", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 336, + 505, + 347 + ], + "spans": [ + { + "bbox": [ + 106, + 336, + 505, + 347 + ], + "score": 1.0, + "content": "SNE to project these embeddings into a 2-dimensional space in Figure 3(a) – 3(c). Across three", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 347, + 504, + 358 + ], + "spans": [ + { + "bbox": [ + 106, + 347, + 504, + 358 + ], + "score": 1.0, + "content": "subfigures, samples with the same color belong to the same class and diamonds are class proto-", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 357, + 506, + 370 + ], + "spans": [ + { + "bbox": [ + 105, + 357, + 506, + 370 + ], + "score": 1.0, + "content": "types/centers. We can observe that adding CEAM makes the distribution of different classes more", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 368, + 505, + 381 + ], + "spans": [ + { + "bbox": [ + 105, + 368, + 505, + 381 + ], + "score": 1.0, + "content": "separable (see Figure 3(b) vs. 3(a)), validating the effectiveness of our CEAM. Moreover, the embed-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 380, + 505, + 391 + ], + "spans": [ + { + "bbox": [ + 106, + 380, + 505, + 391 + ], + "score": 1.0, + "content": "dings obtained by our MELR are clearly much more evenly distributed with the prototypes right in", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 389, + 505, + 402 + ], + "spans": [ + { + "bbox": [ + 105, + 389, + 505, + 402 + ], + "score": 1.0, + "content": "the center, indicating less outlying instances (see Figure 3(c) vs. 3(b)). This shows that when CECR", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 400, + 506, + 414 + ], + "spans": [ + { + "bbox": [ + 105, + 400, + 506, + 414 + ], + "score": 1.0, + "content": "is combined with CEAM, those badly-sampled shots in Figure 3(a) are now pulled back to the center", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 104, + 410, + 506, + 426 + ], + "spans": [ + { + "bbox": [ + 104, + 410, + 506, + 426 + ], + "score": 1.0, + "content": "of the class distributions. (2) We also visualize the attention maps over the meta-test episode using", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 423, + 505, + 436 + ], + "spans": [ + { + "bbox": [ + 105, + 423, + 505, + 436 + ], + "score": 1.0, + "content": "our trained MELR. Since we take all samples in the episode as ‘queries’, and support samples as", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 434, + 505, + 447 + ], + "spans": [ + { + "bbox": [ + 106, + 434, + 505, + 447 + ], + "score": 1.0, + "content": "‘keys’ and ‘values’ for CEAM when meta-testing, each of 100 samples has a 25-dimensional weight", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 445, + 505, + 458 + ], + "spans": [ + { + "bbox": [ + 106, + 445, + 505, + 458 + ], + "score": 1.0, + "content": "vector under the 5-way 5-shot setting. For each weight vector, we average the weights of the same", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 455, + 505, + 469 + ], + "spans": [ + { + "bbox": [ + 105, + 455, + 505, + 469 + ], + "score": 1.0, + "content": "class and obtain a 5-dimensional vector. For 75 query samples, we average the vectors of samples", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 466, + 505, + 479 + ], + "spans": [ + { + "bbox": [ + 106, + 466, + 243, + 479 + ], + "score": 1.0, + "content": "with the same class, resulting in a", + "type": "text" + }, + { + "bbox": [ + 244, + 467, + 267, + 477 + ], + "score": 0.9, + "content": "5 \\times 5", + "type": "inline_equation" + }, + { + "bbox": [ + 268, + 466, + 505, + 479 + ], + "score": 1.0, + "content": "instance attention map (see Figure 3(d)). Similarly, we ob-", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 478, + 505, + 490 + ], + "spans": [ + { + "bbox": [ + 106, + 478, + 505, + 490 + ], + "score": 1.0, + "content": "tain the attention map for 25 support samples (see Figure 3(e)). It can be seen that the two attention", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 489, + 505, + 502 + ], + "spans": [ + { + "bbox": [ + 105, + 489, + 505, + 502 + ], + "score": 1.0, + "content": "maps are very much alike, indicating that support and query sample embeddings are transformed by", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 500, + 443, + 513 + ], + "spans": [ + { + "bbox": [ + 106, + 500, + 443, + 513 + ], + "score": 1.0, + "content": "our CEAM in a similar way, which thus brings performance improvements for FSL.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 20 + }, + { + "type": "title", + "bbox": [ + 108, + 532, + 195, + 545 + ], + "lines": [ + { + "bbox": [ + 104, + 531, + 197, + 548 + ], + "spans": [ + { + "bbox": [ + 104, + 531, + 197, + 548 + ], + "score": 1.0, + "content": "5 CONCLUSION", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 31 + }, + { + "type": "text", + "bbox": [ + 107, + 560, + 505, + 649 + ], + "lines": [ + { + "bbox": [ + 105, + 560, + 505, + 573 + ], + "spans": [ + { + "bbox": [ + 105, + 560, + 505, + 573 + ], + "score": 1.0, + "content": "We have investigated the challenging problem of how to counter the negative effects of badly-", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 571, + 505, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 571, + 505, + 585 + ], + "score": 1.0, + "content": "sampled few shots for FSL. For the first time, we propose to exploit the underlying relationships be-", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 583, + 505, + 595 + ], + "spans": [ + { + "bbox": [ + 106, + 583, + 505, + 595 + ], + "score": 1.0, + "content": "tween training episodes with identical sets of classes explicitly for meta-learning. This is achieved by", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 594, + 505, + 606 + ], + "spans": [ + { + "bbox": [ + 106, + 594, + 505, + 606 + ], + "score": 1.0, + "content": "two key components: CEAM is designed for neutralizing unrepresentative support set instances, and", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 604, + 505, + 617 + ], + "spans": [ + { + "bbox": [ + 105, + 604, + 505, + 617 + ], + "score": 1.0, + "content": "CECR is to enforce the prediction consistency of few-shot classifiers obtained in the two episodes.", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 616, + 505, + 628 + ], + "spans": [ + { + "bbox": [ + 105, + 616, + 505, + 628 + ], + "score": 1.0, + "content": "Extensive experiments for non-transductive standard FSL on two benchmarks show that our MELR", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 626, + 505, + 640 + ], + "spans": [ + { + "bbox": [ + 105, + 626, + 143, + 640 + ], + "score": 1.0, + "content": "achieves", + "type": "text" + }, + { + "bbox": [ + 143, + 626, + 191, + 637 + ], + "score": 0.89, + "content": "1 . 0 \\% { - } 5 . 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 191, + 626, + 505, + 640 + ], + "score": 1.0, + "content": "improvements over the baseline (i.e., ProtoNet) used for FSL in our model and", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 637, + 343, + 651 + ], + "spans": [ + { + "bbox": [ + 105, + 637, + 343, + 651 + ], + "score": 1.0, + "content": "outperforms the latest competitors under the same settings.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 35.5 + }, + { + "type": "title", + "bbox": [ + 108, + 667, + 200, + 677 + ], + "lines": [ + { + "bbox": [ + 107, + 668, + 200, + 678 + ], + "spans": [ + { + "bbox": [ + 107, + 668, + 200, + 678 + ], + "score": 1.0, + "content": "ACKNOWLEDGMENTS", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 40 + }, + { + "type": "text", + "bbox": [ + 108, + 687, + 504, + 731 + ], + "lines": [ + { + "bbox": [ + 106, + 687, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 687, + 506, + 700 + ], + "score": 1.0, + "content": "This work was supported in part by National Natural Science Foundation of China (61976220 and", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 699, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 506, + 712 + ], + "score": 1.0, + "content": "61832017), Beijing Outstanding Young Scientist Program (BJJWZYJH012019100020098), Open", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 709, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 506, + 722 + ], + "score": 1.0, + "content": "Project Program Foundation of Key Laboratory of Opto-Electronics Information Processing, Chi-", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 720, + 492, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 492, + 734 + ], + "score": 1.0, + "content": "nese Academy of Sciences (OEIP-O-202006), and Alibaba Innovative Research (AIR) Program.", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 42.5 + } + ], + "page_idx": 8, + "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, + 759 + ], + "lines": [ + { + "bbox": [ + 302, + 751, + 309, + 761 + ], + "spans": [ + { + "bbox": [ + 302, + 751, + 309, + 761 + ], + "score": 1.0, + "content": "9", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 111, + 86, + 498, + 174 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 111, + 86, + 498, + 174 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 111, + 86, + 498, + 174 + ], + "spans": [ + { + "bbox": [ + 111, + 86, + 498, + 174 + ], + "score": 0.965, + "type": "image", + "image_path": "d2f2e3ed381be40577763d30a74acf96fe9be1e2a281522bc05fa08a2e10973b.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 111, + 86, + 498, + 115.33333333333333 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 111, + 115.33333333333333, + 498, + 144.66666666666666 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 111, + 144.66666666666666, + 498, + 174.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 181, + 505, + 225 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 180, + 505, + 192 + ], + "spans": [ + { + "bbox": [ + 105, + 180, + 505, + 192 + ], + "score": 1.0, + "content": "Figure 3: (a) – (c) Visualizations of data distributions obtained by ProtoNet†, ProtoNet†+CEAM,", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 191, + 505, + 204 + ], + "spans": [ + { + "bbox": [ + 105, + 191, + 161, + 204 + ], + "score": 1.0, + "content": "and ProtoNet", + "type": "text" + }, + { + "bbox": [ + 161, + 192, + 231, + 202 + ], + "score": 0.72, + "content": "^ { \\dag } + \\mathrm { C E A M + C E C R }", + "type": "inline_equation" + }, + { + "bbox": [ + 231, + 191, + 483, + 204 + ], + "score": 1.0, + "content": "(i.e., our MELR) for the same meta-test episode, respectively.", + "type": "text" + }, + { + "bbox": [ + 484, + 192, + 505, + 203 + ], + "score": 0.27, + "content": "\\mathrm { ( d ) - }", + "type": "inline_equation" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 202, + 506, + 215 + ], + "spans": [ + { + "bbox": [ + 105, + 202, + 506, + 215 + ], + "score": 1.0, + "content": "(e) Visualizations of attention maps for query and support sets, respectively. All results are obtained", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 214, + 460, + 226 + ], + "spans": [ + { + "bbox": [ + 106, + 214, + 460, + 226 + ], + "score": 1.0, + "content": "under the 5-way 5-shot setting on miniImageNet with Conv4-64 as the feature extractor.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 4.5 + } + ], + "index": 2.75 + }, + { + "type": "text", + "bbox": [ + 107, + 241, + 503, + 275 + ], + "lines": [], + "index": 8, + "bbox_fs": [ + 104, + 240, + 505, + 276 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 106, + 280, + 505, + 511 + ], + "lines": [ + { + "bbox": [ + 106, + 280, + 506, + 293 + ], + "spans": [ + { + "bbox": [ + 106, + 280, + 506, + 293 + ], + "score": 1.0, + "content": "Visualizations of Data Distributions and Attention Maps. MELR is designed to alleviate the", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 291, + 505, + 304 + ], + "spans": [ + { + "bbox": [ + 105, + 291, + 505, + 304 + ], + "score": 1.0, + "content": "negative effects of poorly-sampled few shots. To validate this, we further provide some visual-", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 302, + 505, + 315 + ], + "spans": [ + { + "bbox": [ + 105, + 302, + 505, + 315 + ], + "score": 1.0, + "content": "ization results in Figure 3. (1) We sample one episode in the test split of miniImageNet under the", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 312, + 505, + 326 + ], + "spans": [ + { + "bbox": [ + 105, + 312, + 505, + 326 + ], + "score": 1.0, + "content": "5-way 5-shot setting and obtain the embeddings of all images using the trained models of ProtoNet†,", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 324, + 505, + 337 + ], + "spans": [ + { + "bbox": [ + 105, + 324, + 146, + 337 + ], + "score": 1.0, + "content": "ProtoNet†", + "type": "text" + }, + { + "bbox": [ + 146, + 325, + 154, + 334 + ], + "score": 0.3, + "content": "^ +", + "type": "inline_equation" + }, + { + "bbox": [ + 154, + 324, + 309, + 337 + ], + "score": 1.0, + "content": "CEAM, and our MELR (i.e., ProtoNet†", + "type": "text" + }, + { + "bbox": [ + 309, + 325, + 317, + 334 + ], + "score": 0.37, + "content": "^ { + }", + "type": "inline_equation" + }, + { + "bbox": [ + 317, + 324, + 505, + 337 + ], + "score": 1.0, + "content": "CEAM+CECR), respectively. We then apply t-", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 336, + 505, + 347 + ], + "spans": [ + { + "bbox": [ + 106, + 336, + 505, + 347 + ], + "score": 1.0, + "content": "SNE to project these embeddings into a 2-dimensional space in Figure 3(a) – 3(c). Across three", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 347, + 504, + 358 + ], + "spans": [ + { + "bbox": [ + 106, + 347, + 504, + 358 + ], + "score": 1.0, + "content": "subfigures, samples with the same color belong to the same class and diamonds are class proto-", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 357, + 506, + 370 + ], + "spans": [ + { + "bbox": [ + 105, + 357, + 506, + 370 + ], + "score": 1.0, + "content": "types/centers. We can observe that adding CEAM makes the distribution of different classes more", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 368, + 505, + 381 + ], + "spans": [ + { + "bbox": [ + 105, + 368, + 505, + 381 + ], + "score": 1.0, + "content": "separable (see Figure 3(b) vs. 3(a)), validating the effectiveness of our CEAM. Moreover, the embed-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 380, + 505, + 391 + ], + "spans": [ + { + "bbox": [ + 106, + 380, + 505, + 391 + ], + "score": 1.0, + "content": "dings obtained by our MELR are clearly much more evenly distributed with the prototypes right in", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 389, + 505, + 402 + ], + "spans": [ + { + "bbox": [ + 105, + 389, + 505, + 402 + ], + "score": 1.0, + "content": "the center, indicating less outlying instances (see Figure 3(c) vs. 3(b)). This shows that when CECR", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 400, + 506, + 414 + ], + "spans": [ + { + "bbox": [ + 105, + 400, + 506, + 414 + ], + "score": 1.0, + "content": "is combined with CEAM, those badly-sampled shots in Figure 3(a) are now pulled back to the center", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 104, + 410, + 506, + 426 + ], + "spans": [ + { + "bbox": [ + 104, + 410, + 506, + 426 + ], + "score": 1.0, + "content": "of the class distributions. (2) We also visualize the attention maps over the meta-test episode using", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 423, + 505, + 436 + ], + "spans": [ + { + "bbox": [ + 105, + 423, + 505, + 436 + ], + "score": 1.0, + "content": "our trained MELR. Since we take all samples in the episode as ‘queries’, and support samples as", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 434, + 505, + 447 + ], + "spans": [ + { + "bbox": [ + 106, + 434, + 505, + 447 + ], + "score": 1.0, + "content": "‘keys’ and ‘values’ for CEAM when meta-testing, each of 100 samples has a 25-dimensional weight", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 445, + 505, + 458 + ], + "spans": [ + { + "bbox": [ + 106, + 445, + 505, + 458 + ], + "score": 1.0, + "content": "vector under the 5-way 5-shot setting. For each weight vector, we average the weights of the same", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 455, + 505, + 469 + ], + "spans": [ + { + "bbox": [ + 105, + 455, + 505, + 469 + ], + "score": 1.0, + "content": "class and obtain a 5-dimensional vector. For 75 query samples, we average the vectors of samples", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 466, + 505, + 479 + ], + "spans": [ + { + "bbox": [ + 106, + 466, + 243, + 479 + ], + "score": 1.0, + "content": "with the same class, resulting in a", + "type": "text" + }, + { + "bbox": [ + 244, + 467, + 267, + 477 + ], + "score": 0.9, + "content": "5 \\times 5", + "type": "inline_equation" + }, + { + "bbox": [ + 268, + 466, + 505, + 479 + ], + "score": 1.0, + "content": "instance attention map (see Figure 3(d)). Similarly, we ob-", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 478, + 505, + 490 + ], + "spans": [ + { + "bbox": [ + 106, + 478, + 505, + 490 + ], + "score": 1.0, + "content": "tain the attention map for 25 support samples (see Figure 3(e)). It can be seen that the two attention", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 489, + 505, + 502 + ], + "spans": [ + { + "bbox": [ + 105, + 489, + 505, + 502 + ], + "score": 1.0, + "content": "maps are very much alike, indicating that support and query sample embeddings are transformed by", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 500, + 443, + 513 + ], + "spans": [ + { + "bbox": [ + 106, + 500, + 443, + 513 + ], + "score": 1.0, + "content": "our CEAM in a similar way, which thus brings performance improvements for FSL.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 20, + "bbox_fs": [ + 104, + 280, + 506, + 513 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 532, + 195, + 545 + ], + "lines": [ + { + "bbox": [ + 104, + 531, + 197, + 548 + ], + "spans": [ + { + "bbox": [ + 104, + 531, + 197, + 548 + ], + "score": 1.0, + "content": "5 CONCLUSION", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 31 + }, + { + "type": "text", + "bbox": [ + 107, + 560, + 505, + 649 + ], + "lines": [ + { + "bbox": [ + 105, + 560, + 505, + 573 + ], + "spans": [ + { + "bbox": [ + 105, + 560, + 505, + 573 + ], + "score": 1.0, + "content": "We have investigated the challenging problem of how to counter the negative effects of badly-", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 571, + 505, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 571, + 505, + 585 + ], + "score": 1.0, + "content": "sampled few shots for FSL. For the first time, we propose to exploit the underlying relationships be-", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 583, + 505, + 595 + ], + "spans": [ + { + "bbox": [ + 106, + 583, + 505, + 595 + ], + "score": 1.0, + "content": "tween training episodes with identical sets of classes explicitly for meta-learning. This is achieved by", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 594, + 505, + 606 + ], + "spans": [ + { + "bbox": [ + 106, + 594, + 505, + 606 + ], + "score": 1.0, + "content": "two key components: CEAM is designed for neutralizing unrepresentative support set instances, and", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 604, + 505, + 617 + ], + "spans": [ + { + "bbox": [ + 105, + 604, + 505, + 617 + ], + "score": 1.0, + "content": "CECR is to enforce the prediction consistency of few-shot classifiers obtained in the two episodes.", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 616, + 505, + 628 + ], + "spans": [ + { + "bbox": [ + 105, + 616, + 505, + 628 + ], + "score": 1.0, + "content": "Extensive experiments for non-transductive standard FSL on two benchmarks show that our MELR", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 626, + 505, + 640 + ], + "spans": [ + { + "bbox": [ + 105, + 626, + 143, + 640 + ], + "score": 1.0, + "content": "achieves", + "type": "text" + }, + { + "bbox": [ + 143, + 626, + 191, + 637 + ], + "score": 0.89, + "content": "1 . 0 \\% { - } 5 . 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 191, + 626, + 505, + 640 + ], + "score": 1.0, + "content": "improvements over the baseline (i.e., ProtoNet) used for FSL in our model and", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 637, + 343, + 651 + ], + "spans": [ + { + "bbox": [ + 105, + 637, + 343, + 651 + ], + "score": 1.0, + "content": "outperforms the latest competitors under the same settings.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 35.5, + "bbox_fs": [ + 105, + 560, + 505, + 651 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 667, + 200, + 677 + ], + "lines": [ + { + "bbox": [ + 107, + 668, + 200, + 678 + ], + "spans": [ + { + "bbox": [ + 107, + 668, + 200, + 678 + ], + "score": 1.0, + "content": "ACKNOWLEDGMENTS", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 40 + }, + { + "type": "text", + "bbox": [ + 108, + 687, + 504, + 731 + ], + "lines": [ + { + "bbox": [ + 106, + 687, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 687, + 506, + 700 + ], + "score": 1.0, + "content": "This work was supported in part by National Natural Science Foundation of China (61976220 and", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 699, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 506, + 712 + ], + "score": 1.0, + "content": "61832017), Beijing Outstanding Young Scientist Program (BJJWZYJH012019100020098), Open", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 709, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 506, + 722 + ], + "score": 1.0, + "content": "Project Program Foundation of Key Laboratory of Opto-Electronics Information Processing, Chi-", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 720, + 492, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 492, + 734 + ], + "score": 1.0, + "content": "nese Academy of Sciences (OEIP-O-202006), and Alibaba Innovative Research (AIR) Program.", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 42.5, + "bbox_fs": [ + 105, + 687, + 506, + 734 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 104, + 55, + 507, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 178, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 178, + 95 + ], + "score": 1.0, + "content": "REFERENCES", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 99, + 505, + 111 + ], + "spans": [ + { + "bbox": [ + 105, + 99, + 505, + 111 + ], + "score": 1.0, + "content": "Gagne Christian Afrasiyabi Arman, Lalonde Jean-Franc¸ois. Associative alignment for few-shot image classifi- ´", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 114, + 109, + 194, + 121 + ], + "spans": [ + { + "bbox": [ + 114, + 109, + 194, + 121 + ], + "score": 1.0, + "content": "cation. ECCV, 2020.", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 127, + 506, + 141 + ], + "spans": [ + { + "bbox": [ + 105, + 127, + 506, + 141 + ], + "score": 1.0, + "content": "Kelsey R. Allen, Evan Shelhamer, Hanul Shin, and Joshua B. Tenenbaum. Infinite mixture prototypes for", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 114, + 138, + 293, + 150 + ], + "spans": [ + { + "bbox": [ + 114, + 138, + 293, + 150 + ], + "score": 1.0, + "content": "few-shot learning. In ICML, pp. 232–241, 2019.", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 154, + 505, + 166 + ], + "spans": [ + { + "bbox": [ + 105, + 154, + 505, + 166 + ], + "score": 1.0, + "content": "Maria-Luiza Antonie, Osmar R Zaiane, and Alexandru Coman. Application of data mining techniques for", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 114, + 164, + 500, + 179 + ], + "spans": [ + { + "bbox": [ + 114, + 164, + 500, + 179 + ], + "score": 1.0, + "content": "medical image classification. In International Conference on Multimedia Data Mining, pp. 94–101, 2001.", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 181, + 506, + 196 + ], + "spans": [ + { + "bbox": [ + 105, + 181, + 506, + 196 + ], + "score": 1.0, + "content": "Dzmitry Bahdanau, Kyunghyun Cho, and Yoshua Bengio. Neural machine translation by jointly learning to", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 114, + 192, + 245, + 205 + ], + "spans": [ + { + "bbox": [ + 114, + 192, + 245, + 205 + ], + "score": 1.0, + "content": "align and translate. In ICLR, 2015.", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 209, + 506, + 224 + ], + "spans": [ + { + "bbox": [ + 105, + 209, + 506, + 224 + ], + "score": 1.0, + "content": "Luca Bertinetto, Joao F. Henriques, Philip H. S. Torr, and Andrea Vedaldi. Meta-learning with differentiable ˜", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 115, + 222, + 248, + 231 + ], + "spans": [ + { + "bbox": [ + 115, + 222, + 248, + 231 + ], + "score": 1.0, + "content": "closed-form solvers. In ICLR, 2019.", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 238, + 506, + 250 + ], + "spans": [ + { + "bbox": [ + 105, + 238, + 506, + 250 + ], + "score": 1.0, + "content": "Liang-Chieh Chen, George Papandreou, Iasonas Kokkinos, Kevin Murphy, and Alan L. Yuille. Deeplab: Se-", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 114, + 248, + 506, + 261 + ], + "spans": [ + { + "bbox": [ + 114, + 248, + 506, + 261 + ], + "score": 1.0, + "content": "mantic image segmentation with deep convolutional nets, atrous convolution, and fully connected crfs. IEEE", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 116, + 258, + 227, + 270 + ], + "spans": [ + { + "bbox": [ + 116, + 258, + 227, + 270 + ], + "score": 1.0, + "content": "TPAMI, 40(4):834–848, 2018.", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 104, + 274, + 506, + 290 + ], + "spans": [ + { + "bbox": [ + 104, + 274, + 506, + 290 + ], + "score": 1.0, + "content": "Chelsea Finn, Pieter Abbeel, and Sergey Levine. Model-agnostic meta-learning for fast adaptation of deep", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 114, + 286, + 273, + 300 + ], + "spans": [ + { + "bbox": [ + 114, + 286, + 273, + 300 + ], + "score": 1.0, + "content": "networks. In ICML, pp. 1126–1135, 2017.", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 303, + 506, + 317 + ], + "spans": [ + { + "bbox": [ + 105, + 303, + 506, + 317 + ], + "score": 1.0, + "content": "Spyros Gidaris and Nikos Komodakis. Generating classification weights with GNN denoising autoencoders for", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 113, + 313, + 286, + 327 + ], + "spans": [ + { + "bbox": [ + 113, + 313, + 286, + 327 + ], + "score": 1.0, + "content": "few-shot learning. In CVPR, pp. 21–30, 2019.", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 332, + 506, + 344 + ], + "spans": [ + { + "bbox": [ + 106, + 332, + 506, + 344 + ], + "score": 1.0, + "content": "Spyros Gidaris, Andrei Bursuc, Nikos Komodakis, Patrick Perez, and Matthieu Cord. Boosting few-shot visual", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 115, + 342, + 344, + 354 + ], + "spans": [ + { + "bbox": [ + 115, + 342, + 344, + 354 + ], + "score": 1.0, + "content": "learning with self-supervision. In ICCV, pp. 8059–8068, 2019.", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 358, + 506, + 373 + ], + "spans": [ + { + "bbox": [ + 105, + 358, + 506, + 373 + ], + "score": 1.0, + "content": "Yiluan Guo and Ngai-Man Cheung. Attentive weights generation for few shot learning via information maxi-", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 114, + 370, + 280, + 381 + ], + "spans": [ + { + "bbox": [ + 114, + 370, + 280, + 381 + ], + "score": 1.0, + "content": "mization. In CVPR, pp. 13496–13505, 2020.", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 388, + 505, + 399 + ], + "spans": [ + { + "bbox": [ + 106, + 388, + 505, + 399 + ], + "score": 1.0, + "content": "Bharath Hariharan and Ross B. Girshick. Low-shot visual recognition by shrinking and hallucinating features.", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 115, + 398, + 232, + 410 + ], + "spans": [ + { + "bbox": [ + 115, + 398, + 232, + 410 + ], + "score": 1.0, + "content": "In ICCV, pp. 3037–3046, 2017.", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 414, + 506, + 428 + ], + "spans": [ + { + "bbox": [ + 105, + 414, + 506, + 428 + ], + "score": 1.0, + "content": "K. He, X. Zhang, S. Ren, and J. Sun. Deep residual learning for image recognition. In CVPR, pp. 770–778,", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 114, + 424, + 145, + 439 + ], + "spans": [ + { + "bbox": [ + 114, + 424, + 145, + 439 + ], + "score": 1.0, + "content": "2016a.", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 443, + 506, + 455 + ], + "spans": [ + { + "bbox": [ + 106, + 443, + 506, + 455 + ], + "score": 1.0, + "content": "Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Deep residual learning for image recognition. In", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 114, + 452, + 222, + 466 + ], + "spans": [ + { + "bbox": [ + 114, + 452, + 222, + 466 + ], + "score": 1.0, + "content": "CVPR, pp. 770–778, 2016b.", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 469, + 506, + 484 + ], + "spans": [ + { + "bbox": [ + 105, + 469, + 506, + 484 + ], + "score": 1.0, + "content": "Geoffrey E. Hinton, Oriol Vinyals, and Jeffrey Dean. Distilling the knowledge in a neural network. CoRR,", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 114, + 481, + 203, + 493 + ], + "spans": [ + { + "bbox": [ + 114, + 481, + 203, + 493 + ], + "score": 1.0, + "content": "abs/1503.02531, 2015.", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 104, + 497, + 506, + 512 + ], + "spans": [ + { + "bbox": [ + 104, + 497, + 506, + 512 + ], + "score": 1.0, + "content": "Ruibing Hou, Hong Chang, Bingpeng Ma, Shiguang Shan, and Xilin Chen. Cross attention network for few-", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 114, + 508, + 470, + 522 + ], + "spans": [ + { + "bbox": [ + 114, + 508, + 470, + 522 + ], + "score": 1.0, + "content": "shot classification. In Advances in Neural Information Processing Systems, pp. 4005–4016, 2019.", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 527, + 505, + 538 + ], + "spans": [ + { + "bbox": [ + 105, + 527, + 505, + 538 + ], + "score": 1.0, + "content": "Jongmin Kim, Taesup Kim, Sungwoong Kim, and Chang D. Yoo. Edge-labeling graph neural network for", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 114, + 537, + 284, + 549 + ], + "spans": [ + { + "bbox": [ + 114, + 537, + 284, + 549 + ], + "score": 1.0, + "content": "few-shot learning. In CVPR, pp. 11–20, 2019.", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 104, + 553, + 459, + 568 + ], + "spans": [ + { + "bbox": [ + 104, + 553, + 459, + 568 + ], + "score": 1.0, + "content": "Diederik P. Kingma and Jimmy Ba. Adam: A method for stochastic optimization. In ICLR, 2015.", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 571, + 504, + 583 + ], + "spans": [ + { + "bbox": [ + 105, + 571, + 504, + 583 + ], + "score": 1.0, + "content": "A. Krizhevsky, I. Sutskever, and G. E. Hinton. ImageNet classification with deep convolutional neural networks.", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 114, + 582, + 399, + 594 + ], + "spans": [ + { + "bbox": [ + 114, + 582, + 399, + 594 + ], + "score": 1.0, + "content": "In Advances in Neural Information Processing Systems, pp. 1097–1105, 2012.", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 600, + 506, + 612 + ], + "spans": [ + { + "bbox": [ + 106, + 600, + 506, + 612 + ], + "score": 1.0, + "content": "Kwonjoon Lee, Subhransu Maji, Avinash Ravichandran, and Stefano Soatto. Meta-learning with differentiable", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 114, + 609, + 323, + 623 + ], + "spans": [ + { + "bbox": [ + 114, + 609, + 323, + 623 + ], + "score": 1.0, + "content": "convex optimization. In CVPR, pp. 10657–10665, 2019.", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 627, + 506, + 641 + ], + "spans": [ + { + "bbox": [ + 105, + 627, + 506, + 641 + ], + "score": 1.0, + "content": "Hongyang Li, David Eigen, Samuel Dodge, Matthew Zeiler, and Xiaogang Wang. Finding task-relevant fea-", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 114, + 637, + 394, + 651 + ], + "spans": [ + { + "bbox": [ + 114, + 637, + 394, + 651 + ], + "score": 1.0, + "content": "tures for few-shot learning by category traversal. In CVPR, pp. 1–10, 2019a.", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 104, + 654, + 506, + 669 + ], + "spans": [ + { + "bbox": [ + 104, + 654, + 506, + 669 + ], + "score": 1.0, + "content": "Huai-Yu Li, Weiming Dong, Xing Mei, Chongyang Ma, Feiyue Huang, and Bao-Gang Hu. Lgm-net: Learning", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 114, + 666, + 431, + 678 + ], + "spans": [ + { + "bbox": [ + 114, + 666, + 431, + 678 + ], + "score": 1.0, + "content": "to generate matching networks for few-shot learning. In ICML, pp. 3825–3834, 2019b.", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 684, + 504, + 695 + ], + "spans": [ + { + "bbox": [ + 106, + 684, + 504, + 695 + ], + "score": 1.0, + "content": "Kai Li, Yulun Zhang, Kunpeng Li, and Yun Fu. Adversarial feature hallucination networks for few-shot learn-", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 114, + 694, + 261, + 706 + ], + "spans": [ + { + "bbox": [ + 114, + 694, + 261, + 706 + ], + "score": 1.0, + "content": "ing. In CVPR, pp. 13467–13476, 2020.", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 710, + 506, + 725 + ], + "spans": [ + { + "bbox": [ + 105, + 710, + 506, + 725 + ], + "score": 1.0, + "content": "Wenbin Li, Lei Wang, Jinglin Xu, Jing Huo, Yang Gao, and Jiebo Luo. Revisiting local descriptor based", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 114, + 721, + 406, + 735 + ], + "spans": [ + { + "bbox": [ + 114, + 721, + 406, + 735 + ], + "score": 1.0, + "content": "image-to-class measure for few-shot learning. In CVPR, pp. 7260–7268, 2019c.", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 23 + } + ], + "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, + 55, + 507, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 178, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 178, + 95 + ], + "score": 1.0, + "content": "REFERENCES", + "type": "text" + } + ], + "index": 0, + "is_list_start_line": true, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 99, + 505, + 111 + ], + "spans": [ + { + "bbox": [ + 105, + 99, + 505, + 111 + ], + "score": 1.0, + "content": "Gagne Christian Afrasiyabi Arman, Lalonde Jean-Franc¸ois. Associative alignment for few-shot image classifi- ´", + "type": "text" + } + ], + "index": 1, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 109, + 194, + 121 + ], + "spans": [ + { + "bbox": [ + 114, + 109, + 194, + 121 + ], + "score": 1.0, + "content": "cation. ECCV, 2020.", + "type": "text" + } + ], + "index": 2, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 127, + 506, + 141 + ], + "spans": [ + { + "bbox": [ + 105, + 127, + 506, + 141 + ], + "score": 1.0, + "content": "Kelsey R. Allen, Evan Shelhamer, Hanul Shin, and Joshua B. Tenenbaum. Infinite mixture prototypes for", + "type": "text" + } + ], + "index": 3, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 138, + 293, + 150 + ], + "spans": [ + { + "bbox": [ + 114, + 138, + 293, + 150 + ], + "score": 1.0, + "content": "few-shot learning. In ICML, pp. 232–241, 2019.", + "type": "text" + } + ], + "index": 4, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 154, + 505, + 166 + ], + "spans": [ + { + "bbox": [ + 105, + 154, + 505, + 166 + ], + "score": 1.0, + "content": "Maria-Luiza Antonie, Osmar R Zaiane, and Alexandru Coman. Application of data mining techniques for", + "type": "text" + } + ], + "index": 5, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 164, + 500, + 179 + ], + "spans": [ + { + "bbox": [ + 114, + 164, + 500, + 179 + ], + "score": 1.0, + "content": "medical image classification. In International Conference on Multimedia Data Mining, pp. 94–101, 2001.", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 181, + 506, + 196 + ], + "spans": [ + { + "bbox": [ + 105, + 181, + 506, + 196 + ], + "score": 1.0, + "content": "Dzmitry Bahdanau, Kyunghyun Cho, and Yoshua Bengio. Neural machine translation by jointly learning to", + "type": "text" + } + ], + "index": 7, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 192, + 245, + 205 + ], + "spans": [ + { + "bbox": [ + 114, + 192, + 245, + 205 + ], + "score": 1.0, + "content": "align and translate. In ICLR, 2015.", + "type": "text" + } + ], + "index": 8, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 209, + 506, + 224 + ], + "spans": [ + { + "bbox": [ + 105, + 209, + 506, + 224 + ], + "score": 1.0, + "content": "Luca Bertinetto, Joao F. Henriques, Philip H. S. Torr, and Andrea Vedaldi. Meta-learning with differentiable ˜", + "type": "text" + } + ], + "index": 9, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 222, + 248, + 231 + ], + "spans": [ + { + "bbox": [ + 115, + 222, + 248, + 231 + ], + "score": 1.0, + "content": "closed-form solvers. In ICLR, 2019.", + "type": "text" + } + ], + "index": 10, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 238, + 506, + 250 + ], + "spans": [ + { + "bbox": [ + 105, + 238, + 506, + 250 + ], + "score": 1.0, + "content": "Liang-Chieh Chen, George Papandreou, Iasonas Kokkinos, Kevin Murphy, and Alan L. Yuille. Deeplab: Se-", + "type": "text" + } + ], + "index": 11, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 248, + 506, + 261 + ], + "spans": [ + { + "bbox": [ + 114, + 248, + 506, + 261 + ], + "score": 1.0, + "content": "mantic image segmentation with deep convolutional nets, atrous convolution, and fully connected crfs. IEEE", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 116, + 258, + 227, + 270 + ], + "spans": [ + { + "bbox": [ + 116, + 258, + 227, + 270 + ], + "score": 1.0, + "content": "TPAMI, 40(4):834–848, 2018.", + "type": "text" + } + ], + "index": 13, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 274, + 506, + 290 + ], + "spans": [ + { + "bbox": [ + 104, + 274, + 506, + 290 + ], + "score": 1.0, + "content": "Chelsea Finn, Pieter Abbeel, and Sergey Levine. Model-agnostic meta-learning for fast adaptation of deep", + "type": "text" + } + ], + "index": 14, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 286, + 273, + 300 + ], + "spans": [ + { + "bbox": [ + 114, + 286, + 273, + 300 + ], + "score": 1.0, + "content": "networks. In ICML, pp. 1126–1135, 2017.", + "type": "text" + } + ], + "index": 15, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 303, + 506, + 317 + ], + "spans": [ + { + "bbox": [ + 105, + 303, + 506, + 317 + ], + "score": 1.0, + "content": "Spyros Gidaris and Nikos Komodakis. Generating classification weights with GNN denoising autoencoders for", + "type": "text" + } + ], + "index": 16, + "is_list_start_line": true + }, + { + "bbox": [ + 113, + 313, + 286, + 327 + ], + "spans": [ + { + "bbox": [ + 113, + 313, + 286, + 327 + ], + "score": 1.0, + "content": "few-shot learning. In CVPR, pp. 21–30, 2019.", + "type": "text" + } + ], + "index": 17, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 332, + 506, + 344 + ], + "spans": [ + { + "bbox": [ + 106, + 332, + 506, + 344 + ], + "score": 1.0, + "content": "Spyros Gidaris, Andrei Bursuc, Nikos Komodakis, Patrick Perez, and Matthieu Cord. Boosting few-shot visual", + "type": "text" + } + ], + "index": 18, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 342, + 344, + 354 + ], + "spans": [ + { + "bbox": [ + 115, + 342, + 344, + 354 + ], + "score": 1.0, + "content": "learning with self-supervision. In ICCV, pp. 8059–8068, 2019.", + "type": "text" + } + ], + "index": 19, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 358, + 506, + 373 + ], + "spans": [ + { + "bbox": [ + 105, + 358, + 506, + 373 + ], + "score": 1.0, + "content": "Yiluan Guo and Ngai-Man Cheung. Attentive weights generation for few shot learning via information maxi-", + "type": "text" + } + ], + "index": 20, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 370, + 280, + 381 + ], + "spans": [ + { + "bbox": [ + 114, + 370, + 280, + 381 + ], + "score": 1.0, + "content": "mization. In CVPR, pp. 13496–13505, 2020.", + "type": "text" + } + ], + "index": 21, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 388, + 505, + 399 + ], + "spans": [ + { + "bbox": [ + 106, + 388, + 505, + 399 + ], + "score": 1.0, + "content": "Bharath Hariharan and Ross B. Girshick. Low-shot visual recognition by shrinking and hallucinating features.", + "type": "text" + } + ], + "index": 22, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 398, + 232, + 410 + ], + "spans": [ + { + "bbox": [ + 115, + 398, + 232, + 410 + ], + "score": 1.0, + "content": "In ICCV, pp. 3037–3046, 2017.", + "type": "text" + } + ], + "index": 23, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 414, + 506, + 428 + ], + "spans": [ + { + "bbox": [ + 105, + 414, + 506, + 428 + ], + "score": 1.0, + "content": "K. He, X. Zhang, S. Ren, and J. Sun. Deep residual learning for image recognition. In CVPR, pp. 770–778,", + "type": "text" + } + ], + "index": 24, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 424, + 145, + 439 + ], + "spans": [ + { + "bbox": [ + 114, + 424, + 145, + 439 + ], + "score": 1.0, + "content": "2016a.", + "type": "text" + } + ], + "index": 25, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 443, + 506, + 455 + ], + "spans": [ + { + "bbox": [ + 106, + 443, + 506, + 455 + ], + "score": 1.0, + "content": "Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Deep residual learning for image recognition. In", + "type": "text" + } + ], + "index": 26, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 452, + 222, + 466 + ], + "spans": [ + { + "bbox": [ + 114, + 452, + 222, + 466 + ], + "score": 1.0, + "content": "CVPR, pp. 770–778, 2016b.", + "type": "text" + } + ], + "index": 27, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 469, + 506, + 484 + ], + "spans": [ + { + "bbox": [ + 105, + 469, + 506, + 484 + ], + "score": 1.0, + "content": "Geoffrey E. Hinton, Oriol Vinyals, and Jeffrey Dean. Distilling the knowledge in a neural network. CoRR,", + "type": "text" + } + ], + "index": 28, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 481, + 203, + 493 + ], + "spans": [ + { + "bbox": [ + 114, + 481, + 203, + 493 + ], + "score": 1.0, + "content": "abs/1503.02531, 2015.", + "type": "text" + } + ], + "index": 29, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 497, + 506, + 512 + ], + "spans": [ + { + "bbox": [ + 104, + 497, + 506, + 512 + ], + "score": 1.0, + "content": "Ruibing Hou, Hong Chang, Bingpeng Ma, Shiguang Shan, and Xilin Chen. Cross attention network for few-", + "type": "text" + } + ], + "index": 30, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 508, + 470, + 522 + ], + "spans": [ + { + "bbox": [ + 114, + 508, + 470, + 522 + ], + "score": 1.0, + "content": "shot classification. In Advances in Neural Information Processing Systems, pp. 4005–4016, 2019.", + "type": "text" + } + ], + "index": 31, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 527, + 505, + 538 + ], + "spans": [ + { + "bbox": [ + 105, + 527, + 505, + 538 + ], + "score": 1.0, + "content": "Jongmin Kim, Taesup Kim, Sungwoong Kim, and Chang D. Yoo. Edge-labeling graph neural network for", + "type": "text" + } + ], + "index": 32, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 537, + 284, + 549 + ], + "spans": [ + { + "bbox": [ + 114, + 537, + 284, + 549 + ], + "score": 1.0, + "content": "few-shot learning. In CVPR, pp. 11–20, 2019.", + "type": "text" + } + ], + "index": 33, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 553, + 459, + 568 + ], + "spans": [ + { + "bbox": [ + 104, + 553, + 459, + 568 + ], + "score": 1.0, + "content": "Diederik P. Kingma and Jimmy Ba. Adam: A method for stochastic optimization. In ICLR, 2015.", + "type": "text" + } + ], + "index": 34, + "is_list_start_line": true, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 571, + 504, + 583 + ], + "spans": [ + { + "bbox": [ + 105, + 571, + 504, + 583 + ], + "score": 1.0, + "content": "A. Krizhevsky, I. Sutskever, and G. E. Hinton. ImageNet classification with deep convolutional neural networks.", + "type": "text" + } + ], + "index": 35, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 582, + 399, + 594 + ], + "spans": [ + { + "bbox": [ + 114, + 582, + 399, + 594 + ], + "score": 1.0, + "content": "In Advances in Neural Information Processing Systems, pp. 1097–1105, 2012.", + "type": "text" + } + ], + "index": 36, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 600, + 506, + 612 + ], + "spans": [ + { + "bbox": [ + 106, + 600, + 506, + 612 + ], + "score": 1.0, + "content": "Kwonjoon Lee, Subhransu Maji, Avinash Ravichandran, and Stefano Soatto. Meta-learning with differentiable", + "type": "text" + } + ], + "index": 37, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 609, + 323, + 623 + ], + "spans": [ + { + "bbox": [ + 114, + 609, + 323, + 623 + ], + "score": 1.0, + "content": "convex optimization. In CVPR, pp. 10657–10665, 2019.", + "type": "text" + } + ], + "index": 38, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 627, + 506, + 641 + ], + "spans": [ + { + "bbox": [ + 105, + 627, + 506, + 641 + ], + "score": 1.0, + "content": "Hongyang Li, David Eigen, Samuel Dodge, Matthew Zeiler, and Xiaogang Wang. Finding task-relevant fea-", + "type": "text" + } + ], + "index": 39, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 637, + 394, + 651 + ], + "spans": [ + { + "bbox": [ + 114, + 637, + 394, + 651 + ], + "score": 1.0, + "content": "tures for few-shot learning by category traversal. In CVPR, pp. 1–10, 2019a.", + "type": "text" + } + ], + "index": 40, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 654, + 506, + 669 + ], + "spans": [ + { + "bbox": [ + 104, + 654, + 506, + 669 + ], + "score": 1.0, + "content": "Huai-Yu Li, Weiming Dong, Xing Mei, Chongyang Ma, Feiyue Huang, and Bao-Gang Hu. Lgm-net: Learning", + "type": "text" + } + ], + "index": 41, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 666, + 431, + 678 + ], + "spans": [ + { + "bbox": [ + 114, + 666, + 431, + 678 + ], + "score": 1.0, + "content": "to generate matching networks for few-shot learning. In ICML, pp. 3825–3834, 2019b.", + "type": "text" + } + ], + "index": 42, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 684, + 504, + 695 + ], + "spans": [ + { + "bbox": [ + 106, + 684, + 504, + 695 + ], + "score": 1.0, + "content": "Kai Li, Yulun Zhang, Kunpeng Li, and Yun Fu. Adversarial feature hallucination networks for few-shot learn-", + "type": "text" + } + ], + "index": 43, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 694, + 261, + 706 + ], + "spans": [ + { + "bbox": [ + 114, + 694, + 261, + 706 + ], + "score": 1.0, + "content": "ing. In CVPR, pp. 13467–13476, 2020.", + "type": "text" + } + ], + "index": 44, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 710, + 506, + 725 + ], + "spans": [ + { + "bbox": [ + 105, + 710, + 506, + 725 + ], + "score": 1.0, + "content": "Wenbin Li, Lei Wang, Jinglin Xu, Jing Huo, Yang Gao, and Jiebo Luo. Revisiting local descriptor based", + "type": "text" + } + ], + "index": 45, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 721, + 406, + 735 + ], + "spans": [ + { + "bbox": [ + 114, + 721, + 406, + 735 + ], + "score": 1.0, + "content": "image-to-class measure for few-shot learning. In CVPR, pp. 7260–7268, 2019c.", + "type": "text" + } + ], + "index": 46, + "is_list_end_line": true + } + ], + "index": 23, + "bbox_fs": [ + 104, + 81, + 506, + 735 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 83, + 503, + 104 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 505, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 505, + 96 + ], + "score": 1.0, + "content": "Zhenguo Li, Fengwei Zhou, Fei Chen, and Hang Li. Meta-sgd: Learning to learn quickly for few shot learning.", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 117, + 93, + 227, + 104 + ], + "spans": [ + { + "bbox": [ + 117, + 93, + 227, + 104 + ], + "score": 1.0, + "content": "CoRR, abs/1707.09835, 2017.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 106, + 110, + 504, + 132 + ], + "lines": [ + { + "bbox": [ + 105, + 110, + 505, + 123 + ], + "spans": [ + { + "bbox": [ + 105, + 110, + 505, + 123 + ], + "score": 1.0, + "content": "Bin Liu, Yue Cao, Yutong Lin, Qi Li, Zheng Zhang, Mingsheng Long, and Han Hu. Negative margin matters:", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 116, + 120, + 343, + 132 + ], + "spans": [ + { + "bbox": [ + 116, + 120, + 343, + 132 + ], + "score": 1.0, + "content": "Understanding margin in few-shot classification. ECCV, 2020.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2.5 + }, + { + "type": "text", + "bbox": [ + 107, + 138, + 504, + 159 + ], + "lines": [ + { + "bbox": [ + 106, + 137, + 505, + 151 + ], + "spans": [ + { + "bbox": [ + 106, + 137, + 505, + 151 + ], + "score": 1.0, + "content": "Yanbin Liu, Juho Lee, Minseop Park, Saehoon Kim, Eunho Yang, Sung Ju Hwang, and Yi Yang. Learning to", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 115, + 148, + 443, + 159 + ], + "spans": [ + { + "bbox": [ + 115, + 148, + 443, + 159 + ], + "score": 1.0, + "content": "propagate labels: Transductive propagation network for few-shot learning. In ICLR, 2019.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4.5 + }, + { + "type": "text", + "bbox": [ + 107, + 165, + 503, + 187 + ], + "lines": [ + { + "bbox": [ + 105, + 165, + 505, + 178 + ], + "spans": [ + { + "bbox": [ + 105, + 165, + 505, + 178 + ], + "score": 1.0, + "content": "Jonathan Long, Evan Shelhamer, and Trevor Darrell. Fully convolutional networks for semantic segmentation.", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 115, + 176, + 235, + 188 + ], + "spans": [ + { + "bbox": [ + 115, + 176, + 235, + 188 + ], + "score": 1.0, + "content": "In CVPR, pp. 3431–3440, 2015.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6.5 + }, + { + "type": "text", + "bbox": [ + 106, + 193, + 424, + 205 + ], + "lines": [ + { + "bbox": [ + 106, + 193, + 424, + 205 + ], + "spans": [ + { + "bbox": [ + 106, + 193, + 424, + 205 + ], + "score": 1.0, + "content": "Tsendsuren Munkhdalai and Hong Yu. Meta networks. In ICML, pp. 2554–2563, 2017.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8 + }, + { + "type": "text", + "bbox": [ + 107, + 211, + 502, + 242 + ], + "lines": [ + { + "bbox": [ + 106, + 211, + 504, + 223 + ], + "spans": [ + { + "bbox": [ + 106, + 211, + 504, + 223 + ], + "score": 1.0, + "content": "Van Nhan Nguyen, Sigurd Lokse, Kristoffer Wickstr ´ om, Michael Kampffmeyer, Davide Roverso, and Robert ´", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 115, + 221, + 504, + 234 + ], + "spans": [ + { + "bbox": [ + 115, + 221, + 504, + 234 + ], + "score": 1.0, + "content": "Jenssen. Sen: A novel feature normalization dissimilarity measure for prototypical few-shot learning net-", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 116, + 231, + 194, + 241 + ], + "spans": [ + { + "bbox": [ + 116, + 231, + 194, + 241 + ], + "score": 1.0, + "content": "works. ECCV, 2020.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10 + }, + { + "type": "text", + "bbox": [ + 106, + 249, + 504, + 270 + ], + "lines": [ + { + "bbox": [ + 105, + 248, + 505, + 261 + ], + "spans": [ + { + "bbox": [ + 105, + 248, + 505, + 261 + ], + "score": 1.0, + "content": "Alex Nichol, Joshua Achiam, and John Schulman. On first-order meta-learning algorithms. CoRR,", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 115, + 258, + 201, + 269 + ], + "spans": [ + { + "bbox": [ + 115, + 258, + 201, + 269 + ], + "score": 1.0, + "content": "abs/1803.02999, 2018.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12.5 + }, + { + "type": "text", + "bbox": [ + 107, + 276, + 504, + 298 + ], + "lines": [ + { + "bbox": [ + 105, + 276, + 506, + 289 + ], + "spans": [ + { + "bbox": [ + 105, + 276, + 506, + 289 + ], + "score": 1.0, + "content": "Boris Oreshkin, Pau Rodr´ıguez Lopez, and Alexandre Lacoste. Tadam: Task dependent adaptive metric for ´", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 116, + 286, + 495, + 298 + ], + "spans": [ + { + "bbox": [ + 116, + 286, + 495, + 298 + ], + "score": 1.0, + "content": "improved few-shot learning. In Advances in Neural Information Processing Systems, pp. 721–731, 2018.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14.5 + }, + { + "type": "text", + "bbox": [ + 106, + 304, + 503, + 326 + ], + "lines": [ + { + "bbox": [ + 105, + 303, + 505, + 316 + ], + "spans": [ + { + "bbox": [ + 105, + 303, + 505, + 316 + ], + "score": 1.0, + "content": "Limeng Qiao, Yemin Shi, Jia Li, Yaowei Wang, Tiejun Huang, and Yonghong Tian. Transductive episodic-wise", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 115, + 314, + 371, + 326 + ], + "spans": [ + { + "bbox": [ + 115, + 314, + 371, + 326 + ], + "score": 1.0, + "content": "adaptive metric for few-shot learning. In ICCV, pp. 3603–3612, 2019.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 16.5 + }, + { + "type": "text", + "bbox": [ + 106, + 331, + 504, + 353 + ], + "lines": [ + { + "bbox": [ + 105, + 331, + 505, + 344 + ], + "spans": [ + { + "bbox": [ + 105, + 331, + 505, + 344 + ], + "score": 1.0, + "content": "Siyuan Qiao, Chenxi Liu, Wei Shen, and Alan L. Yuille. Few-shot image recognition by predicting parameters", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 116, + 342, + 298, + 353 + ], + "spans": [ + { + "bbox": [ + 116, + 342, + 298, + 353 + ], + "score": 1.0, + "content": "from activations. In CVPR, pp. 7229–7238, 2018.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18.5 + }, + { + "type": "text", + "bbox": [ + 105, + 359, + 461, + 371 + ], + "lines": [ + { + "bbox": [ + 105, + 359, + 461, + 371 + ], + "spans": [ + { + "bbox": [ + 105, + 359, + 461, + 371 + ], + "score": 1.0, + "content": "Sachin Ravi and Hugo Larochelle. Optimization as a model for few-shot learning. In ICLR, 2017.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 20 + }, + { + "type": "text", + "bbox": [ + 106, + 377, + 505, + 398 + ], + "lines": [ + { + "bbox": [ + 106, + 377, + 505, + 388 + ], + "spans": [ + { + "bbox": [ + 106, + 377, + 505, + 388 + ], + "score": 1.0, + "content": "Avinash Ravichandran, Rahul Bhotika, and Stefano Soatto. Few-shot learning with embedded class models", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 115, + 387, + 326, + 398 + ], + "spans": [ + { + "bbox": [ + 115, + 387, + 326, + 398 + ], + "score": 1.0, + "content": "and shot-free meta training. In ICCV, pp. 331–339, 2019.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 21.5 + }, + { + "type": "text", + "bbox": [ + 106, + 404, + 504, + 426 + ], + "lines": [ + { + "bbox": [ + 105, + 404, + 505, + 417 + ], + "spans": [ + { + "bbox": [ + 105, + 404, + 505, + 417 + ], + "score": 1.0, + "content": "Joseph Redmon, Santosh Kumar Divvala, Ross B. Girshick, and Ali Farhadi. You only look once: Unified,", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 116, + 415, + 322, + 426 + ], + "spans": [ + { + "bbox": [ + 116, + 415, + 322, + 426 + ], + "score": 1.0, + "content": "real-time object detection. In CVPR, pp. 779–788, 2016.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 23.5 + }, + { + "type": "text", + "bbox": [ + 108, + 432, + 504, + 463 + ], + "lines": [ + { + "bbox": [ + 105, + 432, + 505, + 444 + ], + "spans": [ + { + "bbox": [ + 105, + 432, + 505, + 444 + ], + "score": 1.0, + "content": "Mengye Ren, Eleni Triantafillou, Sachin Ravi, Jake Snell, Kevin Swersky, Joshua B. Tenenbaum, Hugo", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 115, + 443, + 505, + 453 + ], + "spans": [ + { + "bbox": [ + 115, + 443, + 505, + 453 + ], + "score": 1.0, + "content": "Larochelle, and Richard S. Zemel. Meta-learning for semi-supervised few-shot classification. In ICLR,", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 115, + 451, + 140, + 464 + ], + "spans": [ + { + "bbox": [ + 115, + 451, + 140, + 464 + ], + "score": 1.0, + "content": "2018.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26 + }, + { + "type": "text", + "bbox": [ + 105, + 469, + 504, + 492 + ], + "lines": [ + { + "bbox": [ + 106, + 470, + 504, + 482 + ], + "spans": [ + { + "bbox": [ + 106, + 470, + 504, + 482 + ], + "score": 1.0, + "content": "Shaoqing Ren, Kaiming He, Ross B. Girshick, and Jian Sun. Faster R-CNN: towards real-time object detection", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 117, + 480, + 497, + 492 + ], + "spans": [ + { + "bbox": [ + 117, + 480, + 497, + 492 + ], + "score": 1.0, + "content": "with region proposal networks. In Advances in Neural Information Processing Systems, pp. 91–99, 2015.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28.5 + }, + { + "type": "text", + "bbox": [ + 108, + 497, + 503, + 529 + ], + "lines": [ + { + "bbox": [ + 105, + 497, + 506, + 510 + ], + "spans": [ + { + "bbox": [ + 105, + 497, + 506, + 510 + ], + "score": 1.0, + "content": "Olga Russakovsky, Jia Deng, Hao Su, Jonathan Krause, Sanjeev Satheesh, Sean Ma, Zhiheng Huang, Andrej", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 117, + 509, + 505, + 519 + ], + "spans": [ + { + "bbox": [ + 117, + 509, + 505, + 519 + ], + "score": 1.0, + "content": "Karpathy, Aditya Khosla, Michael Bernstein, Alexander C. Berg, and Li Fei-Fei. ImageNet large scale visual", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 115, + 518, + 307, + 529 + ], + "spans": [ + { + "bbox": [ + 115, + 518, + 307, + 529 + ], + "score": 1.0, + "content": "recognition challenge. IJCV, 115(3):211–252, 2015.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 31 + }, + { + "type": "text", + "bbox": [ + 106, + 534, + 504, + 556 + ], + "lines": [ + { + "bbox": [ + 106, + 536, + 505, + 547 + ], + "spans": [ + { + "bbox": [ + 106, + 536, + 505, + 547 + ], + "score": 1.0, + "content": "Andrei A. Rusu, Dushyant Rao, Jakub Sygnowski, Oriol Vinyals, Razvan Pascanu, Simon Osindero, and Raia", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 116, + 545, + 391, + 556 + ], + "spans": [ + { + "bbox": [ + 116, + 545, + 391, + 556 + ], + "score": 1.0, + "content": "Hadsell. Meta-learning with latent embedding optimization. In ICLR, 2019.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 33.5 + }, + { + "type": "text", + "bbox": [ + 105, + 562, + 503, + 574 + ], + "lines": [ + { + "bbox": [ + 106, + 562, + 505, + 575 + ], + "spans": [ + { + "bbox": [ + 106, + 562, + 505, + 575 + ], + "score": 1.0, + "content": "Victor Garcia Satorras and Joan Bruna Estrach. Few-shot learning with graph neural networks. In ICLR, 2018.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 35 + }, + { + "type": "text", + "bbox": [ + 106, + 580, + 505, + 622 + ], + "lines": [ + { + "bbox": [ + 105, + 579, + 505, + 592 + ], + "spans": [ + { + "bbox": [ + 105, + 579, + 505, + 592 + ], + "score": 1.0, + "content": "Eli Schwartz, Leonid Karlinsky, Joseph Shtok, Sivan Harary, Mattias Marder, Abhishek Kumar,", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 116, + 591, + 504, + 602 + ], + "spans": [ + { + "bbox": [ + 116, + 591, + 504, + 602 + ], + "score": 1.0, + "content": "Rogerio Schmidt Feris, Raja Giryes, and Alexander M. Bronstein. Delta-encoder: an effective sample´", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 115, + 600, + 505, + 613 + ], + "spans": [ + { + "bbox": [ + 115, + 600, + 505, + 613 + ], + "score": 1.0, + "content": "synthesis method for few-shot object recognition. In Advances in Neural Information Processing Systems,", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 115, + 610, + 198, + 622 + ], + "spans": [ + { + "bbox": [ + 115, + 610, + 198, + 622 + ], + "score": 1.0, + "content": "pp. 2850–2860, 2018.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 37.5 + }, + { + "type": "text", + "bbox": [ + 105, + 627, + 504, + 649 + ], + "lines": [ + { + "bbox": [ + 105, + 626, + 504, + 641 + ], + "spans": [ + { + "bbox": [ + 105, + 626, + 504, + 641 + ], + "score": 1.0, + "content": "Christian Simon, Piotr Koniusz, Richard Nock, and Mehrtash Harandi. Adaptive subspaces for few-shot learn-", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 115, + 639, + 250, + 649 + ], + "spans": [ + { + "bbox": [ + 115, + 639, + 250, + 649 + ], + "score": 1.0, + "content": "ing. In CVPR, pp. 4136–4145, 2020.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 40.5 + }, + { + "type": "text", + "bbox": [ + 106, + 655, + 503, + 677 + ], + "lines": [ + { + "bbox": [ + 105, + 654, + 504, + 668 + ], + "spans": [ + { + "bbox": [ + 105, + 654, + 504, + 668 + ], + "score": 1.0, + "content": "Karen Simonyan and Andrew Zisserman. Very deep convolutional networks for large-scale image recognition.", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 115, + 666, + 173, + 676 + ], + "spans": [ + { + "bbox": [ + 115, + 666, + 173, + 676 + ], + "score": 1.0, + "content": "In ICLR, 2015.", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 42.5 + }, + { + "type": "text", + "bbox": [ + 106, + 683, + 504, + 705 + ], + "lines": [ + { + "bbox": [ + 105, + 683, + 505, + 696 + ], + "spans": [ + { + "bbox": [ + 105, + 683, + 505, + 696 + ], + "score": 1.0, + "content": "Jake Snell, Kevin Swersky, and Richard S. Zemel. Prototypical networks for few-shot learning. In Advances in", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 115, + 693, + 345, + 705 + ], + "spans": [ + { + "bbox": [ + 115, + 693, + 345, + 705 + ], + "score": 1.0, + "content": "Neural Information Processing Systems, pp. 4080–4090, 2017.", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 44.5 + }, + { + "type": "text", + "bbox": [ + 106, + 711, + 506, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 711, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 106, + 711, + 505, + 723 + ], + "score": 1.0, + "content": "Qianru Sun, Yaoyao Liu, Tat-Seng Chua, and Bernt Schiele. Meta-transfer learning for few-shot learning. In", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 116, + 721, + 216, + 733 + ], + "spans": [ + { + "bbox": [ + 116, + 721, + 216, + 733 + ], + "score": 1.0, + "content": "CVPR, pp. 403–412, 2019.", + "type": "text" + } + ], + "index": 47 + } + ], + "index": 46.5 + } + ], + "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": [ + 106, + 83, + 503, + 104 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 505, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 505, + 96 + ], + "score": 1.0, + "content": "Zhenguo Li, Fengwei Zhou, Fei Chen, and Hang Li. Meta-sgd: Learning to learn quickly for few shot learning.", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 117, + 93, + 227, + 104 + ], + "spans": [ + { + "bbox": [ + 117, + 93, + 227, + 104 + ], + "score": 1.0, + "content": "CoRR, abs/1707.09835, 2017.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5, + "bbox_fs": [ + 105, + 81, + 505, + 104 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 110, + 504, + 132 + ], + "lines": [ + { + "bbox": [ + 105, + 110, + 505, + 123 + ], + "spans": [ + { + "bbox": [ + 105, + 110, + 505, + 123 + ], + "score": 1.0, + "content": "Bin Liu, Yue Cao, Yutong Lin, Qi Li, Zheng Zhang, Mingsheng Long, and Han Hu. Negative margin matters:", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 116, + 120, + 343, + 132 + ], + "spans": [ + { + "bbox": [ + 116, + 120, + 343, + 132 + ], + "score": 1.0, + "content": "Understanding margin in few-shot classification. ECCV, 2020.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2.5, + "bbox_fs": [ + 105, + 110, + 505, + 132 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 138, + 504, + 159 + ], + "lines": [ + { + "bbox": [ + 106, + 137, + 505, + 151 + ], + "spans": [ + { + "bbox": [ + 106, + 137, + 505, + 151 + ], + "score": 1.0, + "content": "Yanbin Liu, Juho Lee, Minseop Park, Saehoon Kim, Eunho Yang, Sung Ju Hwang, and Yi Yang. Learning to", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 115, + 148, + 443, + 159 + ], + "spans": [ + { + "bbox": [ + 115, + 148, + 443, + 159 + ], + "score": 1.0, + "content": "propagate labels: Transductive propagation network for few-shot learning. In ICLR, 2019.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4.5, + "bbox_fs": [ + 106, + 137, + 505, + 159 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 165, + 503, + 187 + ], + "lines": [ + { + "bbox": [ + 105, + 165, + 505, + 178 + ], + "spans": [ + { + "bbox": [ + 105, + 165, + 505, + 178 + ], + "score": 1.0, + "content": "Jonathan Long, Evan Shelhamer, and Trevor Darrell. Fully convolutional networks for semantic segmentation.", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 115, + 176, + 235, + 188 + ], + "spans": [ + { + "bbox": [ + 115, + 176, + 235, + 188 + ], + "score": 1.0, + "content": "In CVPR, pp. 3431–3440, 2015.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6.5, + "bbox_fs": [ + 105, + 165, + 505, + 188 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 193, + 424, + 205 + ], + "lines": [ + { + "bbox": [ + 106, + 193, + 424, + 205 + ], + "spans": [ + { + "bbox": [ + 106, + 193, + 424, + 205 + ], + "score": 1.0, + "content": "Tsendsuren Munkhdalai and Hong Yu. Meta networks. In ICML, pp. 2554–2563, 2017.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8, + "bbox_fs": [ + 106, + 193, + 424, + 205 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 211, + 502, + 242 + ], + "lines": [ + { + "bbox": [ + 106, + 211, + 504, + 223 + ], + "spans": [ + { + "bbox": [ + 106, + 211, + 504, + 223 + ], + "score": 1.0, + "content": "Van Nhan Nguyen, Sigurd Lokse, Kristoffer Wickstr ´ om, Michael Kampffmeyer, Davide Roverso, and Robert ´", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 115, + 221, + 504, + 234 + ], + "spans": [ + { + "bbox": [ + 115, + 221, + 504, + 234 + ], + "score": 1.0, + "content": "Jenssen. Sen: A novel feature normalization dissimilarity measure for prototypical few-shot learning net-", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 116, + 231, + 194, + 241 + ], + "spans": [ + { + "bbox": [ + 116, + 231, + 194, + 241 + ], + "score": 1.0, + "content": "works. ECCV, 2020.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10, + "bbox_fs": [ + 106, + 211, + 504, + 241 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 249, + 504, + 270 + ], + "lines": [ + { + "bbox": [ + 105, + 248, + 505, + 261 + ], + "spans": [ + { + "bbox": [ + 105, + 248, + 505, + 261 + ], + "score": 1.0, + "content": "Alex Nichol, Joshua Achiam, and John Schulman. On first-order meta-learning algorithms. CoRR,", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 115, + 258, + 201, + 269 + ], + "spans": [ + { + "bbox": [ + 115, + 258, + 201, + 269 + ], + "score": 1.0, + "content": "abs/1803.02999, 2018.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12.5, + "bbox_fs": [ + 105, + 248, + 505, + 269 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 276, + 504, + 298 + ], + "lines": [ + { + "bbox": [ + 105, + 276, + 506, + 289 + ], + "spans": [ + { + "bbox": [ + 105, + 276, + 506, + 289 + ], + "score": 1.0, + "content": "Boris Oreshkin, Pau Rodr´ıguez Lopez, and Alexandre Lacoste. Tadam: Task dependent adaptive metric for ´", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 116, + 286, + 495, + 298 + ], + "spans": [ + { + "bbox": [ + 116, + 286, + 495, + 298 + ], + "score": 1.0, + "content": "improved few-shot learning. In Advances in Neural Information Processing Systems, pp. 721–731, 2018.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14.5, + "bbox_fs": [ + 105, + 276, + 506, + 298 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 304, + 503, + 326 + ], + "lines": [ + { + "bbox": [ + 105, + 303, + 505, + 316 + ], + "spans": [ + { + "bbox": [ + 105, + 303, + 505, + 316 + ], + "score": 1.0, + "content": "Limeng Qiao, Yemin Shi, Jia Li, Yaowei Wang, Tiejun Huang, and Yonghong Tian. Transductive episodic-wise", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 115, + 314, + 371, + 326 + ], + "spans": [ + { + "bbox": [ + 115, + 314, + 371, + 326 + ], + "score": 1.0, + "content": "adaptive metric for few-shot learning. In ICCV, pp. 3603–3612, 2019.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 16.5, + "bbox_fs": [ + 105, + 303, + 505, + 326 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 331, + 504, + 353 + ], + "lines": [ + { + "bbox": [ + 105, + 331, + 505, + 344 + ], + "spans": [ + { + "bbox": [ + 105, + 331, + 505, + 344 + ], + "score": 1.0, + "content": "Siyuan Qiao, Chenxi Liu, Wei Shen, and Alan L. Yuille. Few-shot image recognition by predicting parameters", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 116, + 342, + 298, + 353 + ], + "spans": [ + { + "bbox": [ + 116, + 342, + 298, + 353 + ], + "score": 1.0, + "content": "from activations. In CVPR, pp. 7229–7238, 2018.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18.5, + "bbox_fs": [ + 105, + 331, + 505, + 353 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 359, + 461, + 371 + ], + "lines": [ + { + "bbox": [ + 105, + 359, + 461, + 371 + ], + "spans": [ + { + "bbox": [ + 105, + 359, + 461, + 371 + ], + "score": 1.0, + "content": "Sachin Ravi and Hugo Larochelle. Optimization as a model for few-shot learning. In ICLR, 2017.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 20, + "bbox_fs": [ + 105, + 359, + 461, + 371 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 377, + 505, + 398 + ], + "lines": [ + { + "bbox": [ + 106, + 377, + 505, + 388 + ], + "spans": [ + { + "bbox": [ + 106, + 377, + 505, + 388 + ], + "score": 1.0, + "content": "Avinash Ravichandran, Rahul Bhotika, and Stefano Soatto. Few-shot learning with embedded class models", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 115, + 387, + 326, + 398 + ], + "spans": [ + { + "bbox": [ + 115, + 387, + 326, + 398 + ], + "score": 1.0, + "content": "and shot-free meta training. In ICCV, pp. 331–339, 2019.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 21.5, + "bbox_fs": [ + 106, + 377, + 505, + 398 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 404, + 504, + 426 + ], + "lines": [ + { + "bbox": [ + 105, + 404, + 505, + 417 + ], + "spans": [ + { + "bbox": [ + 105, + 404, + 505, + 417 + ], + "score": 1.0, + "content": "Joseph Redmon, Santosh Kumar Divvala, Ross B. Girshick, and Ali Farhadi. You only look once: Unified,", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 116, + 415, + 322, + 426 + ], + "spans": [ + { + "bbox": [ + 116, + 415, + 322, + 426 + ], + "score": 1.0, + "content": "real-time object detection. In CVPR, pp. 779–788, 2016.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 23.5, + "bbox_fs": [ + 105, + 404, + 505, + 426 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 432, + 504, + 463 + ], + "lines": [ + { + "bbox": [ + 105, + 432, + 505, + 444 + ], + "spans": [ + { + "bbox": [ + 105, + 432, + 505, + 444 + ], + "score": 1.0, + "content": "Mengye Ren, Eleni Triantafillou, Sachin Ravi, Jake Snell, Kevin Swersky, Joshua B. Tenenbaum, Hugo", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 115, + 443, + 505, + 453 + ], + "spans": [ + { + "bbox": [ + 115, + 443, + 505, + 453 + ], + "score": 1.0, + "content": "Larochelle, and Richard S. Zemel. Meta-learning for semi-supervised few-shot classification. In ICLR,", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 115, + 451, + 140, + 464 + ], + "spans": [ + { + "bbox": [ + 115, + 451, + 140, + 464 + ], + "score": 1.0, + "content": "2018.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26, + "bbox_fs": [ + 105, + 432, + 505, + 464 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 469, + 504, + 492 + ], + "lines": [ + { + "bbox": [ + 106, + 470, + 504, + 482 + ], + "spans": [ + { + "bbox": [ + 106, + 470, + 504, + 482 + ], + "score": 1.0, + "content": "Shaoqing Ren, Kaiming He, Ross B. Girshick, and Jian Sun. Faster R-CNN: towards real-time object detection", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 117, + 480, + 497, + 492 + ], + "spans": [ + { + "bbox": [ + 117, + 480, + 497, + 492 + ], + "score": 1.0, + "content": "with region proposal networks. In Advances in Neural Information Processing Systems, pp. 91–99, 2015.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28.5, + "bbox_fs": [ + 106, + 470, + 504, + 492 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 497, + 503, + 529 + ], + "lines": [ + { + "bbox": [ + 105, + 497, + 506, + 510 + ], + "spans": [ + { + "bbox": [ + 105, + 497, + 506, + 510 + ], + "score": 1.0, + "content": "Olga Russakovsky, Jia Deng, Hao Su, Jonathan Krause, Sanjeev Satheesh, Sean Ma, Zhiheng Huang, Andrej", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 117, + 509, + 505, + 519 + ], + "spans": [ + { + "bbox": [ + 117, + 509, + 505, + 519 + ], + "score": 1.0, + "content": "Karpathy, Aditya Khosla, Michael Bernstein, Alexander C. Berg, and Li Fei-Fei. ImageNet large scale visual", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 115, + 518, + 307, + 529 + ], + "spans": [ + { + "bbox": [ + 115, + 518, + 307, + 529 + ], + "score": 1.0, + "content": "recognition challenge. IJCV, 115(3):211–252, 2015.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 31, + "bbox_fs": [ + 105, + 497, + 506, + 529 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 534, + 504, + 556 + ], + "lines": [ + { + "bbox": [ + 106, + 536, + 505, + 547 + ], + "spans": [ + { + "bbox": [ + 106, + 536, + 505, + 547 + ], + "score": 1.0, + "content": "Andrei A. Rusu, Dushyant Rao, Jakub Sygnowski, Oriol Vinyals, Razvan Pascanu, Simon Osindero, and Raia", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 116, + 545, + 391, + 556 + ], + "spans": [ + { + "bbox": [ + 116, + 545, + 391, + 556 + ], + "score": 1.0, + "content": "Hadsell. Meta-learning with latent embedding optimization. In ICLR, 2019.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 33.5, + "bbox_fs": [ + 106, + 536, + 505, + 556 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 562, + 503, + 574 + ], + "lines": [ + { + "bbox": [ + 106, + 562, + 505, + 575 + ], + "spans": [ + { + "bbox": [ + 106, + 562, + 505, + 575 + ], + "score": 1.0, + "content": "Victor Garcia Satorras and Joan Bruna Estrach. Few-shot learning with graph neural networks. In ICLR, 2018.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 35, + "bbox_fs": [ + 106, + 562, + 505, + 575 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 580, + 505, + 622 + ], + "lines": [ + { + "bbox": [ + 105, + 579, + 505, + 592 + ], + "spans": [ + { + "bbox": [ + 105, + 579, + 505, + 592 + ], + "score": 1.0, + "content": "Eli Schwartz, Leonid Karlinsky, Joseph Shtok, Sivan Harary, Mattias Marder, Abhishek Kumar,", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 116, + 591, + 504, + 602 + ], + "spans": [ + { + "bbox": [ + 116, + 591, + 504, + 602 + ], + "score": 1.0, + "content": "Rogerio Schmidt Feris, Raja Giryes, and Alexander M. Bronstein. Delta-encoder: an effective sample´", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 115, + 600, + 505, + 613 + ], + "spans": [ + { + "bbox": [ + 115, + 600, + 505, + 613 + ], + "score": 1.0, + "content": "synthesis method for few-shot object recognition. In Advances in Neural Information Processing Systems,", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 115, + 610, + 198, + 622 + ], + "spans": [ + { + "bbox": [ + 115, + 610, + 198, + 622 + ], + "score": 1.0, + "content": "pp. 2850–2860, 2018.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 37.5, + "bbox_fs": [ + 105, + 579, + 505, + 622 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 627, + 504, + 649 + ], + "lines": [ + { + "bbox": [ + 105, + 626, + 504, + 641 + ], + "spans": [ + { + "bbox": [ + 105, + 626, + 504, + 641 + ], + "score": 1.0, + "content": "Christian Simon, Piotr Koniusz, Richard Nock, and Mehrtash Harandi. Adaptive subspaces for few-shot learn-", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 115, + 639, + 250, + 649 + ], + "spans": [ + { + "bbox": [ + 115, + 639, + 250, + 649 + ], + "score": 1.0, + "content": "ing. In CVPR, pp. 4136–4145, 2020.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 40.5, + "bbox_fs": [ + 105, + 626, + 504, + 649 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 655, + 503, + 677 + ], + "lines": [ + { + "bbox": [ + 105, + 654, + 504, + 668 + ], + "spans": [ + { + "bbox": [ + 105, + 654, + 504, + 668 + ], + "score": 1.0, + "content": "Karen Simonyan and Andrew Zisserman. Very deep convolutional networks for large-scale image recognition.", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 115, + 666, + 173, + 676 + ], + "spans": [ + { + "bbox": [ + 115, + 666, + 173, + 676 + ], + "score": 1.0, + "content": "In ICLR, 2015.", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 42.5, + "bbox_fs": [ + 105, + 654, + 504, + 676 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 683, + 504, + 705 + ], + "lines": [ + { + "bbox": [ + 105, + 683, + 505, + 696 + ], + "spans": [ + { + "bbox": [ + 105, + 683, + 505, + 696 + ], + "score": 1.0, + "content": "Jake Snell, Kevin Swersky, and Richard S. Zemel. Prototypical networks for few-shot learning. In Advances in", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 115, + 693, + 345, + 705 + ], + "spans": [ + { + "bbox": [ + 115, + 693, + 345, + 705 + ], + "score": 1.0, + "content": "Neural Information Processing Systems, pp. 4080–4090, 2017.", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 44.5, + "bbox_fs": [ + 105, + 683, + 505, + 705 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 711, + 506, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 711, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 106, + 711, + 505, + 723 + ], + "score": 1.0, + "content": "Qianru Sun, Yaoyao Liu, Tat-Seng Chua, and Bernt Schiele. Meta-transfer learning for few-shot learning. In", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 116, + 721, + 216, + 733 + ], + "spans": [ + { + "bbox": [ + 116, + 721, + 216, + 733 + ], + "score": 1.0, + "content": "CVPR, pp. 403–412, 2019.", + "type": "text" + } + ], + "index": 47 + } + ], + "index": 46.5, + "bbox_fs": [ + 106, + 711, + 505, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 105, + 78, + 506, + 491 + ], + "lines": [ + { + "bbox": [ + 105, + 83, + 506, + 97 + ], + "spans": [ + { + "bbox": [ + 105, + 83, + 506, + 97 + ], + "score": 1.0, + "content": "Flood Sung, Yongxin Yang, Li Zhang, Tao Xiang, Philip H. S. Torr, and Timothy M. Hospedales. Learning to", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 115, + 93, + 415, + 106 + ], + "spans": [ + { + "bbox": [ + 115, + 93, + 415, + 106 + ], + "score": 1.0, + "content": "compare: Relation network for few-shot learning. In CVPR, pp. 1199–1208, 2018.", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 109, + 505, + 126 + ], + "spans": [ + { + "bbox": [ + 105, + 109, + 505, + 126 + ], + "score": 1.0, + "content": "Yonglong Tian, Yue Wang, Dilip Krishnan, Joshua B Tenenbaum, and Phillip Isola. Rethinking few-shot image", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 115, + 121, + 347, + 134 + ], + "spans": [ + { + "bbox": [ + 115, + 121, + 347, + 134 + ], + "score": 1.0, + "content": "classification: a good embedding is all you need? ECCV, 2020.", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 140, + 505, + 151 + ], + "spans": [ + { + "bbox": [ + 106, + 140, + 505, + 151 + ], + "score": 1.0, + "content": "Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N. Gomez, Lukasz Kaiser,", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 114, + 147, + 506, + 164 + ], + "spans": [ + { + "bbox": [ + 114, + 147, + 506, + 164 + ], + "score": 1.0, + "content": "and Illia Polosukhin. Attention is all you need. In Advances in Neural Information Processing Systems, pp.", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 117, + 159, + 184, + 172 + ], + "spans": [ + { + "bbox": [ + 117, + 159, + 184, + 172 + ], + "score": 1.0, + "content": "5998–6008, 2017.", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 176, + 506, + 191 + ], + "spans": [ + { + "bbox": [ + 105, + 176, + 506, + 191 + ], + "score": 1.0, + "content": "Oriol Vinyals, Charles Blundell, Tim Lillicrap, Koray Kavukcuoglu, and Daan Wierstra. Matching networks", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 116, + 187, + 479, + 199 + ], + "spans": [ + { + "bbox": [ + 116, + 187, + 479, + 199 + ], + "score": 1.0, + "content": "for one shot learning. In Advances in Neural Information Processing Systems, pp. 3630–3638, 2016.", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 205, + 504, + 217 + ], + "spans": [ + { + "bbox": [ + 105, + 205, + 504, + 217 + ], + "score": 1.0, + "content": "C. Wah, S. Branson, P. Welinder, P. Perona, and S. Belongie. The caltech-ucsd birds-200-2011 dataset. Tech-", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 115, + 215, + 385, + 227 + ], + "spans": [ + { + "bbox": [ + 115, + 215, + 385, + 227 + ], + "score": 1.0, + "content": "nical Report CNS-TR-2011-001, California Institute of Technology, 2011.", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 232, + 505, + 246 + ], + "spans": [ + { + "bbox": [ + 105, + 232, + 505, + 246 + ], + "score": 1.0, + "content": "Yu-Xiong Wang, Ross B. Girshick, Martial Hebert, and Bharath Hariharan. Low-shot learning from imaginary", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 115, + 243, + 255, + 256 + ], + "spans": [ + { + "bbox": [ + 115, + 243, + 255, + 256 + ], + "score": 1.0, + "content": "data. In CVPR, pp. 7278–7286, 2018.", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 260, + 505, + 275 + ], + "spans": [ + { + "bbox": [ + 105, + 260, + 505, + 275 + ], + "score": 1.0, + "content": "Ziyang Wu, Yuwei Li, Lihua Guo, and Kui Jia. Parn: Position-aware relation networks for few-shot learning.", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 115, + 271, + 232, + 284 + ], + "spans": [ + { + "bbox": [ + 115, + 271, + 232, + 284 + ], + "score": 1.0, + "content": "In ICCV, pp. 6659–6667, 2019.", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 288, + 506, + 302 + ], + "spans": [ + { + "bbox": [ + 105, + 288, + 506, + 302 + ], + "score": 1.0, + "content": "Chen Xing, Negar Rostamzadeh, Boris Oreshkin, and Pedro O O. Pinheiro. Adaptive cross-modal few-shot", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 115, + 298, + 266, + 313 + ], + "spans": [ + { + "bbox": [ + 115, + 298, + 266, + 313 + ], + "score": 1.0, + "content": "learning. In NIPS, pp. 4847–4857, 2019.", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 317, + 506, + 330 + ], + "spans": [ + { + "bbox": [ + 105, + 317, + 506, + 330 + ], + "score": 1.0, + "content": "Kelvin Xu, Jimmy Ba, Ryan Kiros, Kyunghyun Cho, Aaron C. Courville, Ruslan Salakhutdinov, Richard S.", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 115, + 326, + 506, + 340 + ], + "spans": [ + { + "bbox": [ + 115, + 326, + 506, + 340 + ], + "score": 1.0, + "content": "Zemel, and Yoshua Bengio. Show, attend and tell: Neural image caption generation with visual attention. In", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 115, + 337, + 224, + 350 + ], + "spans": [ + { + "bbox": [ + 115, + 337, + 224, + 350 + ], + "score": 1.0, + "content": "ICML, pp. 2048–2057, 2015.", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 104, + 353, + 506, + 369 + ], + "spans": [ + { + "bbox": [ + 104, + 353, + 506, + 369 + ], + "score": 1.0, + "content": "Ling Yang, Liangliang Li, Zilun Zhang, Xinyu Zhou, Erjin Zhou, and Yu Liu. DPGN: distribution propagation", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 114, + 364, + 379, + 378 + ], + "spans": [ + { + "bbox": [ + 114, + 364, + 379, + 378 + ], + "score": 1.0, + "content": "graph network for few-shot learning. In CVPR, pp. 13387–13396, 2020.", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 381, + 506, + 396 + ], + "spans": [ + { + "bbox": [ + 105, + 381, + 506, + 396 + ], + "score": 1.0, + "content": "Shulin Yang, Liefeng Bo, Jue Wang, and Linda G Shapiro. Unsupervised template learning for fine-grained", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 115, + 392, + 471, + 406 + ], + "spans": [ + { + "bbox": [ + 115, + 392, + 471, + 406 + ], + "score": 1.0, + "content": "object recognition. In Advances in Neural Information Processing Systems, pp. 3122–3130, 2012.", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 410, + 505, + 423 + ], + "spans": [ + { + "bbox": [ + 105, + 410, + 505, + 423 + ], + "score": 1.0, + "content": "Han-Jia Ye, Hexiang Hu, De-Chuan Zhan, and Fei Sha. Few-shot learning via embedding adaptation with", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 115, + 421, + 249, + 432 + ], + "spans": [ + { + "bbox": [ + 115, + 421, + 249, + 432 + ], + "score": 1.0, + "content": "set-to-set functions. In CVPR, 2020.", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 437, + 505, + 452 + ], + "spans": [ + { + "bbox": [ + 105, + 437, + 505, + 452 + ], + "score": 1.0, + "content": "Sung Whan Yoon, Jun Seo, and Jaekyun Moon. Tapnet: Neural network augmented with task-adaptive projec-", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 116, + 448, + 330, + 461 + ], + "spans": [ + { + "bbox": [ + 116, + 448, + 330, + 461 + ], + "score": 1.0, + "content": "tion for few-shot learning. In ICML, pp. 7115–7123, 2019.", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 466, + 506, + 479 + ], + "spans": [ + { + "bbox": [ + 105, + 466, + 506, + 479 + ], + "score": 1.0, + "content": "Chi Zhang, Yujun Cai, Guosheng Lin, and Chunhua Shen. Deepemd: Few-shot image classification with", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 116, + 477, + 470, + 488 + ], + "spans": [ + { + "bbox": [ + 116, + 477, + 470, + 488 + ], + "score": 1.0, + "content": "differentiable earth mover’s distance and structured classifiers. In CVPR, pp. 12203–12213, 2020.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 14.5 + } + ], + "page_idx": 11, + "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": "12", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "list", + "bbox": [ + 105, + 78, + 506, + 491 + ], + "lines": [ + { + "bbox": [ + 105, + 83, + 506, + 97 + ], + "spans": [ + { + "bbox": [ + 105, + 83, + 506, + 97 + ], + "score": 1.0, + "content": "Flood Sung, Yongxin Yang, Li Zhang, Tao Xiang, Philip H. S. Torr, and Timothy M. Hospedales. Learning to", + "type": "text" + } + ], + "index": 0, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 93, + 415, + 106 + ], + "spans": [ + { + "bbox": [ + 115, + 93, + 415, + 106 + ], + "score": 1.0, + "content": "compare: Relation network for few-shot learning. In CVPR, pp. 1199–1208, 2018.", + "type": "text" + } + ], + "index": 1, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 109, + 505, + 126 + ], + "spans": [ + { + "bbox": [ + 105, + 109, + 505, + 126 + ], + "score": 1.0, + "content": "Yonglong Tian, Yue Wang, Dilip Krishnan, Joshua B Tenenbaum, and Phillip Isola. Rethinking few-shot image", + "type": "text" + } + ], + "index": 2, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 121, + 347, + 134 + ], + "spans": [ + { + "bbox": [ + 115, + 121, + 347, + 134 + ], + "score": 1.0, + "content": "classification: a good embedding is all you need? ECCV, 2020.", + "type": "text" + } + ], + "index": 3, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 140, + 505, + 151 + ], + "spans": [ + { + "bbox": [ + 106, + 140, + 505, + 151 + ], + "score": 1.0, + "content": "Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N. Gomez, Lukasz Kaiser,", + "type": "text" + } + ], + "index": 4, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 147, + 506, + 164 + ], + "spans": [ + { + "bbox": [ + 114, + 147, + 506, + 164 + ], + "score": 1.0, + "content": "and Illia Polosukhin. Attention is all you need. In Advances in Neural Information Processing Systems, pp.", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 117, + 159, + 184, + 172 + ], + "spans": [ + { + "bbox": [ + 117, + 159, + 184, + 172 + ], + "score": 1.0, + "content": "5998–6008, 2017.", + "type": "text" + } + ], + "index": 6, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 176, + 506, + 191 + ], + "spans": [ + { + "bbox": [ + 105, + 176, + 506, + 191 + ], + "score": 1.0, + "content": "Oriol Vinyals, Charles Blundell, Tim Lillicrap, Koray Kavukcuoglu, and Daan Wierstra. Matching networks", + "type": "text" + } + ], + "index": 7, + "is_list_start_line": true + }, + { + "bbox": [ + 116, + 187, + 479, + 199 + ], + "spans": [ + { + "bbox": [ + 116, + 187, + 479, + 199 + ], + "score": 1.0, + "content": "for one shot learning. In Advances in Neural Information Processing Systems, pp. 3630–3638, 2016.", + "type": "text" + } + ], + "index": 8, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 205, + 504, + 217 + ], + "spans": [ + { + "bbox": [ + 105, + 205, + 504, + 217 + ], + "score": 1.0, + "content": "C. Wah, S. Branson, P. Welinder, P. Perona, and S. Belongie. The caltech-ucsd birds-200-2011 dataset. Tech-", + "type": "text" + } + ], + "index": 9, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 215, + 385, + 227 + ], + "spans": [ + { + "bbox": [ + 115, + 215, + 385, + 227 + ], + "score": 1.0, + "content": "nical Report CNS-TR-2011-001, California Institute of Technology, 2011.", + "type": "text" + } + ], + "index": 10, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 232, + 505, + 246 + ], + "spans": [ + { + "bbox": [ + 105, + 232, + 505, + 246 + ], + "score": 1.0, + "content": "Yu-Xiong Wang, Ross B. Girshick, Martial Hebert, and Bharath Hariharan. Low-shot learning from imaginary", + "type": "text" + } + ], + "index": 11, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 243, + 255, + 256 + ], + "spans": [ + { + "bbox": [ + 115, + 243, + 255, + 256 + ], + "score": 1.0, + "content": "data. In CVPR, pp. 7278–7286, 2018.", + "type": "text" + } + ], + "index": 12, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 260, + 505, + 275 + ], + "spans": [ + { + "bbox": [ + 105, + 260, + 505, + 275 + ], + "score": 1.0, + "content": "Ziyang Wu, Yuwei Li, Lihua Guo, and Kui Jia. Parn: Position-aware relation networks for few-shot learning.", + "type": "text" + } + ], + "index": 13, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 271, + 232, + 284 + ], + "spans": [ + { + "bbox": [ + 115, + 271, + 232, + 284 + ], + "score": 1.0, + "content": "In ICCV, pp. 6659–6667, 2019.", + "type": "text" + } + ], + "index": 14, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 288, + 506, + 302 + ], + "spans": [ + { + "bbox": [ + 105, + 288, + 506, + 302 + ], + "score": 1.0, + "content": "Chen Xing, Negar Rostamzadeh, Boris Oreshkin, and Pedro O O. Pinheiro. Adaptive cross-modal few-shot", + "type": "text" + } + ], + "index": 15, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 298, + 266, + 313 + ], + "spans": [ + { + "bbox": [ + 115, + 298, + 266, + 313 + ], + "score": 1.0, + "content": "learning. In NIPS, pp. 4847–4857, 2019.", + "type": "text" + } + ], + "index": 16, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 317, + 506, + 330 + ], + "spans": [ + { + "bbox": [ + 105, + 317, + 506, + 330 + ], + "score": 1.0, + "content": "Kelvin Xu, Jimmy Ba, Ryan Kiros, Kyunghyun Cho, Aaron C. Courville, Ruslan Salakhutdinov, Richard S.", + "type": "text" + } + ], + "index": 17, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 326, + 506, + 340 + ], + "spans": [ + { + "bbox": [ + 115, + 326, + 506, + 340 + ], + "score": 1.0, + "content": "Zemel, and Yoshua Bengio. Show, attend and tell: Neural image caption generation with visual attention. In", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 115, + 337, + 224, + 350 + ], + "spans": [ + { + "bbox": [ + 115, + 337, + 224, + 350 + ], + "score": 1.0, + "content": "ICML, pp. 2048–2057, 2015.", + "type": "text" + } + ], + "index": 19, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 353, + 506, + 369 + ], + "spans": [ + { + "bbox": [ + 104, + 353, + 506, + 369 + ], + "score": 1.0, + "content": "Ling Yang, Liangliang Li, Zilun Zhang, Xinyu Zhou, Erjin Zhou, and Yu Liu. DPGN: distribution propagation", + "type": "text" + } + ], + "index": 20, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 364, + 379, + 378 + ], + "spans": [ + { + "bbox": [ + 114, + 364, + 379, + 378 + ], + "score": 1.0, + "content": "graph network for few-shot learning. In CVPR, pp. 13387–13396, 2020.", + "type": "text" + } + ], + "index": 21, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 381, + 506, + 396 + ], + "spans": [ + { + "bbox": [ + 105, + 381, + 506, + 396 + ], + "score": 1.0, + "content": "Shulin Yang, Liefeng Bo, Jue Wang, and Linda G Shapiro. Unsupervised template learning for fine-grained", + "type": "text" + } + ], + "index": 22, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 392, + 471, + 406 + ], + "spans": [ + { + "bbox": [ + 115, + 392, + 471, + 406 + ], + "score": 1.0, + "content": "object recognition. In Advances in Neural Information Processing Systems, pp. 3122–3130, 2012.", + "type": "text" + } + ], + "index": 23, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 410, + 505, + 423 + ], + "spans": [ + { + "bbox": [ + 105, + 410, + 505, + 423 + ], + "score": 1.0, + "content": "Han-Jia Ye, Hexiang Hu, De-Chuan Zhan, and Fei Sha. Few-shot learning via embedding adaptation with", + "type": "text" + } + ], + "index": 24, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 421, + 249, + 432 + ], + "spans": [ + { + "bbox": [ + 115, + 421, + 249, + 432 + ], + "score": 1.0, + "content": "set-to-set functions. In CVPR, 2020.", + "type": "text" + } + ], + "index": 25, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 437, + 505, + 452 + ], + "spans": [ + { + "bbox": [ + 105, + 437, + 505, + 452 + ], + "score": 1.0, + "content": "Sung Whan Yoon, Jun Seo, and Jaekyun Moon. Tapnet: Neural network augmented with task-adaptive projec-", + "type": "text" + } + ], + "index": 26, + "is_list_start_line": true + }, + { + "bbox": [ + 116, + 448, + 330, + 461 + ], + "spans": [ + { + "bbox": [ + 116, + 448, + 330, + 461 + ], + "score": 1.0, + "content": "tion for few-shot learning. In ICML, pp. 7115–7123, 2019.", + "type": "text" + } + ], + "index": 27, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 466, + 506, + 479 + ], + "spans": [ + { + "bbox": [ + 105, + 466, + 506, + 479 + ], + "score": 1.0, + "content": "Chi Zhang, Yujun Cai, Guosheng Lin, and Chunhua Shen. Deepemd: Few-shot image classification with", + "type": "text" + } + ], + "index": 28, + "is_list_start_line": true + }, + { + "bbox": [ + 116, + 477, + 470, + 488 + ], + "spans": [ + { + "bbox": [ + 116, + 477, + 470, + 488 + ], + "score": 1.0, + "content": "differentiable earth mover’s distance and structured classifiers. In CVPR, pp. 12203–12213, 2020.", + "type": "text" + } + ], + "index": 29, + "is_list_end_line": true + } + ], + "index": 14.5, + "bbox_fs": [ + 104, + 83, + 506, + 488 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 108, + 81, + 183, + 93 + ], + "lines": [ + { + "bbox": [ + 105, + 80, + 184, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 80, + 184, + 96 + ], + "score": 1.0, + "content": "A APPENDIX", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "title", + "bbox": [ + 107, + 105, + 303, + 117 + ], + "lines": [ + { + "bbox": [ + 105, + 105, + 303, + 118 + ], + "spans": [ + { + "bbox": [ + 105, + 105, + 303, + 118 + ], + "score": 1.0, + "content": "A.1 DETAILS ABOUT CECR ALTERNATIVES", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 107, + 125, + 505, + 188 + ], + "lines": [ + { + "bbox": [ + 105, + 125, + 505, + 139 + ], + "spans": [ + { + "bbox": [ + 105, + 125, + 363, + 139 + ], + "score": 1.0, + "content": "For the cross-episode consistency regularization (CECR) loss", + "type": "text" + }, + { + "bbox": [ + 363, + 127, + 387, + 137 + ], + "score": 0.9, + "content": "L _ { c e c r }", + "type": "inline_equation" + }, + { + "bbox": [ + 387, + 125, + 505, + 139 + ], + "score": 1.0, + "content": "in Eq. (7), we compare the", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 136, + 506, + 150 + ], + "spans": [ + { + "bbox": [ + 105, + 136, + 506, + 150 + ], + "score": 1.0, + "content": "knowledge distillation (KD) loss to the negative cosine similarity (NegCos), the L2 distance, and the", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 148, + 505, + 160 + ], + "spans": [ + { + "bbox": [ + 105, + 148, + 505, + 160 + ], + "score": 1.0, + "content": "symmetric Kullback-Leibler (KL) divergence (SymKL) in the main paper. Here we give the details", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 102, + 158, + 506, + 177 + ], + "spans": [ + { + "bbox": [ + 102, + 158, + 295, + 177 + ], + "score": 1.0, + "content": "about three CECR alternatives. Concretely, let", + "type": "text" + }, + { + "bbox": [ + 295, + 159, + 344, + 174 + ], + "score": 0.92, + "content": "\\sigma ^ { ( 1 ) } ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } )", + "type": "inline_equation" + }, + { + "bbox": [ + 344, + 158, + 360, + 177 + ], + "score": 1.0, + "content": "(or", + "type": "text" + }, + { + "bbox": [ + 360, + 159, + 410, + 174 + ], + "score": 0.92, + "content": "\\sigma ^ { ( 2 ) } ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ) ;", + "type": "inline_equation" + }, + { + "bbox": [ + 411, + 158, + 506, + 177 + ], + "score": 1.0, + "content": "denote the normalized", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 170, + 402, + 192 + ], + "spans": [ + { + "bbox": [ + 105, + 170, + 145, + 192 + ], + "score": 1.0, + "content": "vector of", + "type": "text" + }, + { + "bbox": [ + 145, + 173, + 204, + 188 + ], + "score": 0.92, + "content": "f ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\hat { \\mathbf { S } } ^ { ( 1 ) } )", + "type": "inline_equation" + }, + { + "bbox": [ + 204, + 170, + 219, + 192 + ], + "score": 1.0, + "content": "(or", + "type": "text" + }, + { + "bbox": [ + 220, + 173, + 281, + 188 + ], + "score": 0.9, + "content": "f ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\hat { \\mathbf { S } } ^ { ( 2 ) } ) )", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 170, + 402, + 192 + ], + "score": 1.0, + "content": "using softmax, we then have", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 4 + }, + { + "type": "interline_equation", + "bbox": [ + 147, + 190, + 459, + 342 + ], + "lines": [ + { + "bbox": [ + 147, + 190, + 459, + 342 + ], + "spans": [ + { + "bbox": [ + 147, + 190, + 459, + 342 + ], + "score": 0.93, + "content": "\\begin{array} { r l } & { L _ { c c e } ^ { ( N , q , \\mathcal { C } ) G 3 } = \\varmathbb { E } _ { ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } , y _ { i } ^ { ( 1 , 2 ) } ) \\in \\varDelta _ { c } ^ { ( 1 , 2 ) } } \\mathrm { P e g } C \\cos ( f ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\tilde { \\mathbf { S } } ^ { ( 1 ) } ) , f ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\tilde { \\mathbf { S } } ^ { ( 2 ) } ) ) } \\\\ & { \\qquad = \\mathbb { E } _ { ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } , y _ { i } ^ { ( 1 , 2 ) } ) \\in \\varDelta _ { c } ^ { ( 1 , 2 ) } } - \\frac { \\mathcal { C } ^ { ( N , 1 ) } ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ) \\mathcal { S } ^ { ( 2 ) } ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ) } { \\| \\mathcal { C } ^ { ( 1 , 2 ) } \\| } , \\sigma ^ { ( 2 ) } ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ) > } \\\\ & { L _ { c c e } ^ { ( L _ { c } ^ { ( 2 ) } ) } = \\mathbb { E } _ { ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } , y _ { i } ^ { ( 1 , 2 ) } ) \\in \\varDelta _ { c } ^ { ( 1 , 2 ) } } \\mathrm { L } 2 ( f ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\tilde { \\mathbf { S } } ^ { ( 1 ) } ) ) , f ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\tilde { \\mathbf { S } } ^ { ( 2 ) } ) ) | } \\\\ & { \\qquad = \\mathbb { E } _ { ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } , y _ { i } ^ { ( 1 , 2 ) } ) \\in \\varDelta _ { c } ^ { ( 1 , 2 ) } } \\mathrm { L } 2 ( f ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\tilde { \\mathbf { S } } ^ { ( 1 ) } ) , f ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\tilde { \\mathbf { S } } ^ { ( 2 ) } ) ) } \\\\ & L _ { c c e } ^ { ( s y m K L ) } = \\mathbb { E } _ \\end{array}", + "type": "interline_equation", + "image_path": "f343dc5ca1d4d32264a3c295e960e153c927a5ff6a67bc78585b18cb6ee4ad8e.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 147, + 190, + 459, + 240.66666666666666 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 147, + 240.66666666666666, + 459, + 291.3333333333333 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 147, + 291.3333333333333, + 459, + 342.0 + ], + "spans": [], + "index": 9 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 341, + 504, + 381 + ], + "lines": [ + { + "bbox": [ + 133, + 340, + 506, + 377 + ], + "spans": [ + { + "bbox": [ + 133, + 342, + 166, + 352 + ], + "score": 0.87, + "content": "< \\cdot , \\cdot >", + "type": "inline_equation" + }, + { + "bbox": [ + 196, + 340, + 213, + 377 + ], + "score": 1.0, + "content": "nner(u,", + "type": "text" + }, + { + "bbox": [ + 251, + 340, + 308, + 377 + ], + "score": 1.0, + "content": "f two vectors, are two unno", + "type": "text" + }, + { + "bbox": [ + 309, + 342, + 317, + 351 + ], + "score": 0.83, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 318, + 340, + 412, + 377 + ], + "score": 1.0, + "content": "is the temperature paraalized scoring vectors,", + "type": "text" + }, + { + "bbox": [ + 420, + 340, + 454, + 377 + ], + "score": 1.0, + "content": "eter, anddenotes", + "type": "text" + }, + { + "bbox": [ + 454, + 341, + 506, + 353 + ], + "score": 0.89, + "content": "{ \\bf K L } ( { \\bf u } , { \\bf v } ) =", + "type": "inline_equation" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 353, + 420, + 369 + ], + "spans": [ + { + "bbox": [ + 106, + 353, + 196, + 369 + ], + "score": 0.91, + "content": "\\begin{array} { r } { \\sum _ { j = 1 } ^ { N } \\sigma _ { j } ( \\mathbf { u } ) \\log \\frac { \\sigma _ { j } ( \\mathbf { u } ) } { \\sigma _ { j } ( \\mathbf { v } ) } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 214, + 354, + 251, + 366 + ], + "score": 0.87, + "content": "\\mathbf { v } \\in \\mathbb { R } ^ { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 412, + 357, + 420, + 365 + ], + "score": 0.77, + "content": "\\sigma", + "type": "inline_equation" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 368, + 320, + 381 + ], + "spans": [ + { + "bbox": [ + 105, + 368, + 162, + 381 + ], + "score": 1.0, + "content": "function, and", + "type": "text" + }, + { + "bbox": [ + 162, + 370, + 187, + 381 + ], + "score": 0.9, + "content": "\\sigma _ { j } ( { \\mathbf { u } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 187, + 368, + 235, + 381 + ], + "score": 1.0, + "content": "denotes the", + "type": "text" + }, + { + "bbox": [ + 236, + 370, + 241, + 380 + ], + "score": 0.83, + "content": "j", + "type": "inline_equation" + }, + { + "bbox": [ + 242, + 368, + 299, + 381 + ], + "score": 1.0, + "content": "-th element of", + "type": "text" + }, + { + "bbox": [ + 299, + 369, + 320, + 381 + ], + "score": 0.9, + "content": "\\sigma ( \\mathbf { u } )", + "type": "inline_equation" + } + ], + "index": 12 + } + ], + "index": 11 + }, + { + "type": "title", + "bbox": [ + 108, + 393, + 249, + 405 + ], + "lines": [ + { + "bbox": [ + 106, + 393, + 249, + 405 + ], + "spans": [ + { + "bbox": [ + 106, + 393, + 249, + 405 + ], + "score": 1.0, + "content": "A.2 MORE ABLATIVE RESULTS", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 13 + }, + { + "type": "text", + "bbox": [ + 106, + 413, + 505, + 458 + ], + "lines": [ + { + "bbox": [ + 106, + 414, + 505, + 425 + ], + "spans": [ + { + "bbox": [ + 106, + 414, + 505, + 425 + ], + "score": 1.0, + "content": "In Table 2, we show more ablative results when the attention module is applied within each episode", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 425, + 505, + 436 + ], + "spans": [ + { + "bbox": [ + 106, + 425, + 505, + 436 + ], + "score": 1.0, + "content": "independently (named as Intra-Episode Attention Module (IEAM)). Concretely, IEAM is used for", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 435, + 505, + 448 + ], + "spans": [ + { + "bbox": [ + 105, + 435, + 183, + 448 + ], + "score": 1.0, + "content": "ProtoNet†+IEAM", + "type": "text" + }, + { + "bbox": [ + 184, + 435, + 189, + 445 + ], + "score": 0.34, + "content": "^ \\dagger", + "type": "inline_equation" + }, + { + "bbox": [ + 189, + 435, + 505, + 448 + ], + "score": 1.0, + "content": "means that ProtoNet is trained with two episodes in each training iteration for", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 447, + 258, + 459 + ], + "spans": [ + { + "bbox": [ + 106, + 447, + 219, + 459 + ], + "score": 1.0, + "content": "fair comparison) as follows", + "type": "text" + }, + { + "bbox": [ + 219, + 447, + 252, + 458 + ], + "score": 0.83, + "content": "( \\mathrm { i } = 1 , 2", + "type": "inline_equation" + }, + { + "bbox": [ + 252, + 447, + 258, + 459 + ], + "score": 1.0, + "content": "):", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 15.5 + }, + { + "type": "interline_equation", + "bbox": [ + 172, + 459, + 438, + 491 + ], + "lines": [ + { + "bbox": [ + 172, + 459, + 438, + 491 + ], + "spans": [ + { + "bbox": [ + 172, + 459, + 438, + 491 + ], + "score": 0.95, + "content": "\\hat { \\mathbf { F } } ^ { ( i ) } = \\mathrm { I E A M } ( \\mathbf { F } ^ { ( i ) } , \\mathbf { S } ^ { ( i ) } , \\mathbf { S } ^ { ( i ) } ) = \\mathbf { F } ^ { ( i ) } + \\mathrm { s o f t m a x } ( \\frac { \\mathbf { F } _ { Q } ^ { ( i ) } \\mathbf { S } _ { K } ^ { ( i ) T } } { \\sqrt { d } } ) \\mathbf { S } _ { V } ^ { ( i ) } .", + "type": "interline_equation", + "image_path": "5624773b60159adc1e2412c6c6660aa114a717348cb8d1dce3f105eccb73e9b3.jpg" + } + ] + } + ], + "index": 19, + "virtual_lines": [ + { + "bbox": [ + 172, + 459, + 438, + 469.6666666666667 + ], + "spans": [], + "index": 18 + }, + { + "bbox": [ + 172, + 469.6666666666667, + 438, + 480.33333333333337 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 172, + 480.33333333333337, + 438, + 491.00000000000006 + ], + "spans": [], + "index": 20 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 493, + 504, + 516 + ], + "lines": [ + { + "bbox": [ + 105, + 492, + 505, + 506 + ], + "spans": [ + { + "bbox": [ + 105, + 492, + 505, + 506 + ], + "score": 1.0, + "content": "We also add our Cross-Episode Consistency Regularization (CECR) for ProtoNet†+IEAM+CECR", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 505, + 385, + 517 + ], + "spans": [ + { + "bbox": [ + 105, + 505, + 385, + 517 + ], + "score": 1.0, + "content": "to see the performance when IEAM instead of our CEAM is adopted.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 21.5 + }, + { + "type": "text", + "bbox": [ + 106, + 521, + 505, + 588 + ], + "lines": [ + { + "bbox": [ + 105, + 519, + 506, + 535 + ], + "spans": [ + { + "bbox": [ + 105, + 519, + 506, + 535 + ], + "score": 1.0, + "content": "We can see from Table 2 that adding IEAM to the baseline ProtoNet† also improves its performance,", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 532, + 505, + 545 + ], + "spans": [ + { + "bbox": [ + 106, + 532, + 435, + 545 + ], + "score": 1.0, + "content": "but IEAM is not as beneficial as our CEAM (see ProtoNet†+IEAM vs. ProtoNet†", + "type": "text" + }, + { + "bbox": [ + 435, + 533, + 442, + 543 + ], + "score": 0.31, + "content": "^ +", + "type": "inline_equation" + }, + { + "bbox": [ + 443, + 532, + 505, + 545 + ], + "score": 1.0, + "content": "CEAM). When", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 543, + 506, + 556 + ], + "spans": [ + { + "bbox": [ + 105, + 543, + 506, + 556 + ], + "score": 1.0, + "content": "our CECR is applied on top of ProtoNet†+IEAM (i.e., ProtoNet†+IEAM+CECR), the improvement", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 104, + 553, + 505, + 569 + ], + "spans": [ + { + "bbox": [ + 104, + 553, + 505, + 569 + ], + "score": 1.0, + "content": "is rather minor under the 5-way 1-shot setting and the result even gets worse under the 5-shot setting.", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 564, + 505, + 579 + ], + "spans": [ + { + "bbox": [ + 105, + 564, + 419, + 579 + ], + "score": 1.0, + "content": "However, our MELR can still benefit from CECR (see MELR vs. ProtoNet†", + "type": "text" + }, + { + "bbox": [ + 419, + 566, + 426, + 576 + ], + "score": 0.38, + "content": "^ +", + "type": "inline_equation" + }, + { + "bbox": [ + 426, + 564, + 505, + 579 + ], + "score": 1.0, + "content": "CEAM), indicating", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 576, + 369, + 590 + ], + "spans": [ + { + "bbox": [ + 105, + 576, + 369, + 590 + ], + "score": 1.0, + "content": "that CECR is not suitable for IEAM and our CEAM is necessary.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 25.5 + }, + { + "type": "table", + "bbox": [ + 119, + 633, + 492, + 720 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 106, + 605, + 504, + 628 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 605, + 505, + 618 + ], + "spans": [ + { + "bbox": [ + 106, + 605, + 505, + 618 + ], + "score": 1.0, + "content": "Table 2: Comparative results when IEAM is used on miniImageNet. The average 5-way few-shot", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 616, + 464, + 629 + ], + "spans": [ + { + "bbox": [ + 106, + 616, + 208, + 629 + ], + "score": 1.0, + "content": "classification accuracies", + "type": "text" + }, + { + "bbox": [ + 208, + 617, + 218, + 627 + ], + "score": 0.66, + "content": "\\%", + "type": "inline_equation" + }, + { + "bbox": [ + 218, + 616, + 307, + 629 + ], + "score": 1.0, + "content": ", top-1) along with the", + "type": "text" + }, + { + "bbox": [ + 308, + 617, + 327, + 627 + ], + "score": 0.86, + "content": "9 5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 328, + 616, + 464, + 629 + ], + "score": 1.0, + "content": "confidence intervals are reported.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29.5 + }, + { + "type": "table_body", + "bbox": [ + 119, + 633, + 492, + 720 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 119, + 633, + 492, + 720 + ], + "spans": [ + { + "bbox": [ + 119, + 633, + 492, + 720 + ], + "score": 0.982, + "html": "
MethodBackboneminiImageNet
1-shot 5-shot
ProtoNet† (Snell et al., 2017)Conv4-6452.61 ± 0.4271.33 ± 0.36
ProtoNet†+IEAMConv4-6454.83 ± 0.4371.81 ± 0.35
ProtoNet†+IEAM+CECRConv4-6454.97 ± 0.4471.72 ± 0.35
ProtoNet+ +CEAM (ours)Conv4-6455.01 ± 0.4372.01 ± 0.35
MELR (ours)Conv4-6455.35 ± 0.4372.27 ± 0.35
", + "type": "table", + "image_path": "a442cadc5123e35e488f862dbd243a359da34a1ed559079506d9547677c02e4b.jpg" + } + ] + } + ], + "index": 32, + "virtual_lines": [ + { + "bbox": [ + 119, + 633, + 492, + 662.0 + ], + "spans": [], + "index": 31 + }, + { + "bbox": [ + 119, + 662.0, + 492, + 691.0 + ], + "spans": [], + "index": 32 + }, + { + "bbox": [ + 119, + 691.0, + 492, + 720.0 + ], + "spans": [], + "index": 33 + } + ] + } + ], + "index": 30.75 + } + ], + "page_idx": 12, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 26, + 292, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 293, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 293, + 38 + ], + "score": 1.0, + "content": "Published as a conference paper at ICLR 2021", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 313, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 313, + 764 + ], + "score": 1.0, + "content": "13", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "title", + "bbox": [ + 108, + 81, + 183, + 93 + ], + "lines": [ + { + "bbox": [ + 105, + 80, + 184, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 80, + 184, + 96 + ], + "score": 1.0, + "content": "A APPENDIX", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "title", + "bbox": [ + 107, + 105, + 303, + 117 + ], + "lines": [ + { + "bbox": [ + 105, + 105, + 303, + 118 + ], + "spans": [ + { + "bbox": [ + 105, + 105, + 303, + 118 + ], + "score": 1.0, + "content": "A.1 DETAILS ABOUT CECR ALTERNATIVES", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 107, + 125, + 505, + 188 + ], + "lines": [ + { + "bbox": [ + 105, + 125, + 505, + 139 + ], + "spans": [ + { + "bbox": [ + 105, + 125, + 363, + 139 + ], + "score": 1.0, + "content": "For the cross-episode consistency regularization (CECR) loss", + "type": "text" + }, + { + "bbox": [ + 363, + 127, + 387, + 137 + ], + "score": 0.9, + "content": "L _ { c e c r }", + "type": "inline_equation" + }, + { + "bbox": [ + 387, + 125, + 505, + 139 + ], + "score": 1.0, + "content": "in Eq. (7), we compare the", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 136, + 506, + 150 + ], + "spans": [ + { + "bbox": [ + 105, + 136, + 506, + 150 + ], + "score": 1.0, + "content": "knowledge distillation (KD) loss to the negative cosine similarity (NegCos), the L2 distance, and the", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 148, + 505, + 160 + ], + "spans": [ + { + "bbox": [ + 105, + 148, + 505, + 160 + ], + "score": 1.0, + "content": "symmetric Kullback-Leibler (KL) divergence (SymKL) in the main paper. Here we give the details", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 102, + 158, + 506, + 177 + ], + "spans": [ + { + "bbox": [ + 102, + 158, + 295, + 177 + ], + "score": 1.0, + "content": "about three CECR alternatives. Concretely, let", + "type": "text" + }, + { + "bbox": [ + 295, + 159, + 344, + 174 + ], + "score": 0.92, + "content": "\\sigma ^ { ( 1 ) } ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } )", + "type": "inline_equation" + }, + { + "bbox": [ + 344, + 158, + 360, + 177 + ], + "score": 1.0, + "content": "(or", + "type": "text" + }, + { + "bbox": [ + 360, + 159, + 410, + 174 + ], + "score": 0.92, + "content": "\\sigma ^ { ( 2 ) } ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ) ;", + "type": "inline_equation" + }, + { + "bbox": [ + 411, + 158, + 506, + 177 + ], + "score": 1.0, + "content": "denote the normalized", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 170, + 402, + 192 + ], + "spans": [ + { + "bbox": [ + 105, + 170, + 145, + 192 + ], + "score": 1.0, + "content": "vector of", + "type": "text" + }, + { + "bbox": [ + 145, + 173, + 204, + 188 + ], + "score": 0.92, + "content": "f ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\hat { \\mathbf { S } } ^ { ( 1 ) } )", + "type": "inline_equation" + }, + { + "bbox": [ + 204, + 170, + 219, + 192 + ], + "score": 1.0, + "content": "(or", + "type": "text" + }, + { + "bbox": [ + 220, + 173, + 281, + 188 + ], + "score": 0.9, + "content": "f ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\hat { \\mathbf { S } } ^ { ( 2 ) } ) )", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 170, + 402, + 192 + ], + "score": 1.0, + "content": "using softmax, we then have", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 4, + "bbox_fs": [ + 102, + 125, + 506, + 192 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 147, + 190, + 459, + 342 + ], + "lines": [ + { + "bbox": [ + 147, + 190, + 459, + 342 + ], + "spans": [ + { + "bbox": [ + 147, + 190, + 459, + 342 + ], + "score": 0.93, + "content": "\\begin{array} { r l } & { L _ { c c e } ^ { ( N , q , \\mathcal { C } ) G 3 } = \\varmathbb { E } _ { ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } , y _ { i } ^ { ( 1 , 2 ) } ) \\in \\varDelta _ { c } ^ { ( 1 , 2 ) } } \\mathrm { P e g } C \\cos ( f ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\tilde { \\mathbf { S } } ^ { ( 1 ) } ) , f ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\tilde { \\mathbf { S } } ^ { ( 2 ) } ) ) } \\\\ & { \\qquad = \\mathbb { E } _ { ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } , y _ { i } ^ { ( 1 , 2 ) } ) \\in \\varDelta _ { c } ^ { ( 1 , 2 ) } } - \\frac { \\mathcal { C } ^ { ( N , 1 ) } ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ) \\mathcal { S } ^ { ( 2 ) } ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ) } { \\| \\mathcal { C } ^ { ( 1 , 2 ) } \\| } , \\sigma ^ { ( 2 ) } ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ) > } \\\\ & { L _ { c c e } ^ { ( L _ { c } ^ { ( 2 ) } ) } = \\mathbb { E } _ { ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } , y _ { i } ^ { ( 1 , 2 ) } ) \\in \\varDelta _ { c } ^ { ( 1 , 2 ) } } \\mathrm { L } 2 ( f ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\tilde { \\mathbf { S } } ^ { ( 1 ) } ) ) , f ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\tilde { \\mathbf { S } } ^ { ( 2 ) } ) ) | } \\\\ & { \\qquad = \\mathbb { E } _ { ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } , y _ { i } ^ { ( 1 , 2 ) } ) \\in \\varDelta _ { c } ^ { ( 1 , 2 ) } } \\mathrm { L } 2 ( f ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\tilde { \\mathbf { S } } ^ { ( 1 ) } ) , f ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\tilde { \\mathbf { S } } ^ { ( 2 ) } ) ) } \\\\ & L _ { c c e } ^ { ( s y m K L ) } = \\mathbb { E } _ \\end{array}", + "type": "interline_equation", + "image_path": "f343dc5ca1d4d32264a3c295e960e153c927a5ff6a67bc78585b18cb6ee4ad8e.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 147, + 190, + 459, + 240.66666666666666 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 147, + 240.66666666666666, + 459, + 291.3333333333333 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 147, + 291.3333333333333, + 459, + 342.0 + ], + "spans": [], + "index": 9 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 341, + 504, + 381 + ], + "lines": [ + { + "bbox": [ + 133, + 340, + 506, + 377 + ], + "spans": [ + { + "bbox": [ + 133, + 342, + 166, + 352 + ], + "score": 0.87, + "content": "< \\cdot , \\cdot >", + "type": "inline_equation" + }, + { + "bbox": [ + 196, + 340, + 213, + 377 + ], + "score": 1.0, + "content": "nner(u,", + "type": "text" + }, + { + "bbox": [ + 251, + 340, + 308, + 377 + ], + "score": 1.0, + "content": "f two vectors, are two unno", + "type": "text" + }, + { + "bbox": [ + 309, + 342, + 317, + 351 + ], + "score": 0.83, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 318, + 340, + 412, + 377 + ], + "score": 1.0, + "content": "is the temperature paraalized scoring vectors,", + "type": "text" + }, + { + "bbox": [ + 420, + 340, + 454, + 377 + ], + "score": 1.0, + "content": "eter, anddenotes", + "type": "text" + }, + { + "bbox": [ + 454, + 341, + 506, + 353 + ], + "score": 0.89, + "content": "{ \\bf K L } ( { \\bf u } , { \\bf v } ) =", + "type": "inline_equation" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 353, + 420, + 369 + ], + "spans": [ + { + "bbox": [ + 106, + 353, + 196, + 369 + ], + "score": 0.91, + "content": "\\begin{array} { r } { \\sum _ { j = 1 } ^ { N } \\sigma _ { j } ( \\mathbf { u } ) \\log \\frac { \\sigma _ { j } ( \\mathbf { u } ) } { \\sigma _ { j } ( \\mathbf { v } ) } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 214, + 354, + 251, + 366 + ], + "score": 0.87, + "content": "\\mathbf { v } \\in \\mathbb { R } ^ { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 412, + 357, + 420, + 365 + ], + "score": 0.77, + "content": "\\sigma", + "type": "inline_equation" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 368, + 320, + 381 + ], + "spans": [ + { + "bbox": [ + 105, + 368, + 162, + 381 + ], + "score": 1.0, + "content": "function, and", + "type": "text" + }, + { + "bbox": [ + 162, + 370, + 187, + 381 + ], + "score": 0.9, + "content": "\\sigma _ { j } ( { \\mathbf { u } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 187, + 368, + 235, + 381 + ], + "score": 1.0, + "content": "denotes the", + "type": "text" + }, + { + "bbox": [ + 236, + 370, + 241, + 380 + ], + "score": 0.83, + "content": "j", + "type": "inline_equation" + }, + { + "bbox": [ + 242, + 368, + 299, + 381 + ], + "score": 1.0, + "content": "-th element of", + "type": "text" + }, + { + "bbox": [ + 299, + 369, + 320, + 381 + ], + "score": 0.9, + "content": "\\sigma ( \\mathbf { u } )", + "type": "inline_equation" + } + ], + "index": 12 + } + ], + "index": 11, + "bbox_fs": [ + 105, + 340, + 506, + 381 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 393, + 249, + 405 + ], + "lines": [ + { + "bbox": [ + 106, + 393, + 249, + 405 + ], + "spans": [ + { + "bbox": [ + 106, + 393, + 249, + 405 + ], + "score": 1.0, + "content": "A.2 MORE ABLATIVE RESULTS", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 13 + }, + { + "type": "text", + "bbox": [ + 106, + 413, + 505, + 458 + ], + "lines": [ + { + "bbox": [ + 106, + 414, + 505, + 425 + ], + "spans": [ + { + "bbox": [ + 106, + 414, + 505, + 425 + ], + "score": 1.0, + "content": "In Table 2, we show more ablative results when the attention module is applied within each episode", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 425, + 505, + 436 + ], + "spans": [ + { + "bbox": [ + 106, + 425, + 505, + 436 + ], + "score": 1.0, + "content": "independently (named as Intra-Episode Attention Module (IEAM)). Concretely, IEAM is used for", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 435, + 505, + 448 + ], + "spans": [ + { + "bbox": [ + 105, + 435, + 183, + 448 + ], + "score": 1.0, + "content": "ProtoNet†+IEAM", + "type": "text" + }, + { + "bbox": [ + 184, + 435, + 189, + 445 + ], + "score": 0.34, + "content": "^ \\dagger", + "type": "inline_equation" + }, + { + "bbox": [ + 189, + 435, + 505, + 448 + ], + "score": 1.0, + "content": "means that ProtoNet is trained with two episodes in each training iteration for", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 447, + 258, + 459 + ], + "spans": [ + { + "bbox": [ + 106, + 447, + 219, + 459 + ], + "score": 1.0, + "content": "fair comparison) as follows", + "type": "text" + }, + { + "bbox": [ + 219, + 447, + 252, + 458 + ], + "score": 0.83, + "content": "( \\mathrm { i } = 1 , 2", + "type": "inline_equation" + }, + { + "bbox": [ + 252, + 447, + 258, + 459 + ], + "score": 1.0, + "content": "):", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 15.5, + "bbox_fs": [ + 105, + 414, + 505, + 459 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 172, + 459, + 438, + 491 + ], + "lines": [ + { + "bbox": [ + 172, + 459, + 438, + 491 + ], + "spans": [ + { + "bbox": [ + 172, + 459, + 438, + 491 + ], + "score": 0.95, + "content": "\\hat { \\mathbf { F } } ^ { ( i ) } = \\mathrm { I E A M } ( \\mathbf { F } ^ { ( i ) } , \\mathbf { S } ^ { ( i ) } , \\mathbf { S } ^ { ( i ) } ) = \\mathbf { F } ^ { ( i ) } + \\mathrm { s o f t m a x } ( \\frac { \\mathbf { F } _ { Q } ^ { ( i ) } \\mathbf { S } _ { K } ^ { ( i ) T } } { \\sqrt { d } } ) \\mathbf { S } _ { V } ^ { ( i ) } .", + "type": "interline_equation", + "image_path": "5624773b60159adc1e2412c6c6660aa114a717348cb8d1dce3f105eccb73e9b3.jpg" + } + ] + } + ], + "index": 19, + "virtual_lines": [ + { + "bbox": [ + 172, + 459, + 438, + 469.6666666666667 + ], + "spans": [], + "index": 18 + }, + { + "bbox": [ + 172, + 469.6666666666667, + 438, + 480.33333333333337 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 172, + 480.33333333333337, + 438, + 491.00000000000006 + ], + "spans": [], + "index": 20 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 493, + 504, + 516 + ], + "lines": [ + { + "bbox": [ + 105, + 492, + 505, + 506 + ], + "spans": [ + { + "bbox": [ + 105, + 492, + 505, + 506 + ], + "score": 1.0, + "content": "We also add our Cross-Episode Consistency Regularization (CECR) for ProtoNet†+IEAM+CECR", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 505, + 385, + 517 + ], + "spans": [ + { + "bbox": [ + 105, + 505, + 385, + 517 + ], + "score": 1.0, + "content": "to see the performance when IEAM instead of our CEAM is adopted.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 21.5, + "bbox_fs": [ + 105, + 492, + 505, + 517 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 521, + 505, + 588 + ], + "lines": [ + { + "bbox": [ + 105, + 519, + 506, + 535 + ], + "spans": [ + { + "bbox": [ + 105, + 519, + 506, + 535 + ], + "score": 1.0, + "content": "We can see from Table 2 that adding IEAM to the baseline ProtoNet† also improves its performance,", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 532, + 505, + 545 + ], + "spans": [ + { + "bbox": [ + 106, + 532, + 435, + 545 + ], + "score": 1.0, + "content": "but IEAM is not as beneficial as our CEAM (see ProtoNet†+IEAM vs. ProtoNet†", + "type": "text" + }, + { + "bbox": [ + 435, + 533, + 442, + 543 + ], + "score": 0.31, + "content": "^ +", + "type": "inline_equation" + }, + { + "bbox": [ + 443, + 532, + 505, + 545 + ], + "score": 1.0, + "content": "CEAM). When", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 543, + 506, + 556 + ], + "spans": [ + { + "bbox": [ + 105, + 543, + 506, + 556 + ], + "score": 1.0, + "content": "our CECR is applied on top of ProtoNet†+IEAM (i.e., ProtoNet†+IEAM+CECR), the improvement", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 104, + 553, + 505, + 569 + ], + "spans": [ + { + "bbox": [ + 104, + 553, + 505, + 569 + ], + "score": 1.0, + "content": "is rather minor under the 5-way 1-shot setting and the result even gets worse under the 5-shot setting.", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 564, + 505, + 579 + ], + "spans": [ + { + "bbox": [ + 105, + 564, + 419, + 579 + ], + "score": 1.0, + "content": "However, our MELR can still benefit from CECR (see MELR vs. ProtoNet†", + "type": "text" + }, + { + "bbox": [ + 419, + 566, + 426, + 576 + ], + "score": 0.38, + "content": "^ +", + "type": "inline_equation" + }, + { + "bbox": [ + 426, + 564, + 505, + 579 + ], + "score": 1.0, + "content": "CEAM), indicating", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 576, + 369, + 590 + ], + "spans": [ + { + "bbox": [ + 105, + 576, + 369, + 590 + ], + "score": 1.0, + "content": "that CECR is not suitable for IEAM and our CEAM is necessary.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 25.5, + "bbox_fs": [ + 104, + 519, + 506, + 590 + ] + }, + { + "type": "table", + "bbox": [ + 119, + 633, + 492, + 720 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 106, + 605, + 504, + 628 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 605, + 505, + 618 + ], + "spans": [ + { + "bbox": [ + 106, + 605, + 505, + 618 + ], + "score": 1.0, + "content": "Table 2: Comparative results when IEAM is used on miniImageNet. The average 5-way few-shot", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 616, + 464, + 629 + ], + "spans": [ + { + "bbox": [ + 106, + 616, + 208, + 629 + ], + "score": 1.0, + "content": "classification accuracies", + "type": "text" + }, + { + "bbox": [ + 208, + 617, + 218, + 627 + ], + "score": 0.66, + "content": "\\%", + "type": "inline_equation" + }, + { + "bbox": [ + 218, + 616, + 307, + 629 + ], + "score": 1.0, + "content": ", top-1) along with the", + "type": "text" + }, + { + "bbox": [ + 308, + 617, + 327, + 627 + ], + "score": 0.86, + "content": "9 5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 328, + 616, + 464, + 629 + ], + "score": 1.0, + "content": "confidence intervals are reported.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29.5 + }, + { + "type": "table_body", + "bbox": [ + 119, + 633, + 492, + 720 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 119, + 633, + 492, + 720 + ], + "spans": [ + { + "bbox": [ + 119, + 633, + 492, + 720 + ], + "score": 0.982, + "html": "
MethodBackboneminiImageNet
1-shot 5-shot
ProtoNet† (Snell et al., 2017)Conv4-6452.61 ± 0.4271.33 ± 0.36
ProtoNet†+IEAMConv4-6454.83 ± 0.4371.81 ± 0.35
ProtoNet†+IEAM+CECRConv4-6454.97 ± 0.4471.72 ± 0.35
ProtoNet+ +CEAM (ours)Conv4-6455.01 ± 0.4372.01 ± 0.35
MELR (ours)Conv4-6455.35 ± 0.4372.27 ± 0.35
", + "type": "table", + "image_path": "a442cadc5123e35e488f862dbd243a359da34a1ed559079506d9547677c02e4b.jpg" + } + ] + } + ], + "index": 32, + "virtual_lines": [ + { + "bbox": [ + 119, + 633, + 492, + 662.0 + ], + "spans": [], + "index": 31 + }, + { + "bbox": [ + 119, + 662.0, + 492, + 691.0 + ], + "spans": [], + "index": 32 + }, + { + "bbox": [ + 119, + 691.0, + 492, + 720.0 + ], + "spans": [], + "index": 33 + } + ] + } + ], + "index": 30.75 + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 117, + 77, + 494, + 464 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 117, + 77, + 494, + 464 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 117, + 77, + 494, + 464 + ], + "spans": [ + { + "bbox": [ + 117, + 77, + 494, + 464 + ], + "score": 0.977, + "type": "image", + "image_path": "a2dd9d23ce27830d5bce32728ecb061ec3b02691ee29a0faba4998752337b38c.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 117, + 77, + 494, + 206.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 117, + 206.0, + 494, + 335.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 117, + 335.0, + 494, + 464.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 482, + 505, + 538 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 482, + 505, + 495 + ], + "spans": [ + { + "bbox": [ + 105, + 482, + 505, + 495 + ], + "score": 1.0, + "content": "Figure 4: The first three subfigures in each row are the visualizations of data distributions obtained by", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 492, + 505, + 505 + ], + "spans": [ + { + "bbox": [ + 105, + 492, + 191, + 505 + ], + "score": 1.0, + "content": "ProtoNet†, ProtoNet", + "type": "text" + }, + { + "bbox": [ + 191, + 493, + 199, + 503 + ], + "score": 0.33, + "content": "^ +", + "type": "inline_equation" + }, + { + "bbox": [ + 199, + 492, + 288, + 505 + ], + "score": 1.0, + "content": "CEAM, and ProtoNet†", + "type": "text" + }, + { + "bbox": [ + 288, + 493, + 356, + 504 + ], + "score": 0.43, + "content": "\\mathbf { \\sigma } _ { + \\mathbf { C E A M + C E C R } }", + "type": "inline_equation" + }, + { + "bbox": [ + 357, + 492, + 505, + 505 + ], + "score": 1.0, + "content": "(i.e., our MELR) for the same meta-", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 503, + 505, + 517 + ], + "spans": [ + { + "bbox": [ + 105, + 503, + 505, + 517 + ], + "score": 1.0, + "content": "test episode, respectively. The last two subfigures in each row are the visualizations of attention maps", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 514, + 505, + 529 + ], + "spans": [ + { + "bbox": [ + 105, + 514, + 505, + 529 + ], + "score": 1.0, + "content": "for query and support sets, respectively. All results are obtained under the 5-way 5-shot setting on", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 527, + 323, + 538 + ], + "spans": [ + { + "bbox": [ + 106, + 527, + 323, + 538 + ], + "score": 1.0, + "content": "miniImageNet with Conv4-64 as the feature extractor.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 5 + } + ], + "index": 3.0 + }, + { + "type": "title", + "bbox": [ + 109, + 565, + 272, + 576 + ], + "lines": [ + { + "bbox": [ + 107, + 564, + 273, + 578 + ], + "spans": [ + { + "bbox": [ + 107, + 564, + 273, + 578 + ], + "score": 1.0, + "content": "A.3 MORE VISUALIZATION RESULTS", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8 + }, + { + "type": "text", + "bbox": [ + 107, + 589, + 505, + 731 + ], + "lines": [ + { + "bbox": [ + 106, + 588, + 505, + 601 + ], + "spans": [ + { + "bbox": [ + 106, + 588, + 505, + 601 + ], + "score": 1.0, + "content": "Similar to Section 4.3, we provide more visualization results in Figure 4. (1) We sample five episodes", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 600, + 506, + 613 + ], + "spans": [ + { + "bbox": [ + 105, + 600, + 506, + 613 + ], + "score": 1.0, + "content": "(corresponding to five rows in Figure 4) in the test split of miniImageNet under the 5-way 5-shot", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 611, + 506, + 624 + ], + "spans": [ + { + "bbox": [ + 105, + 611, + 506, + 624 + ], + "score": 1.0, + "content": "setting and visualize the data distributions in the first three columns using the trained models of", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 621, + 506, + 635 + ], + "spans": [ + { + "bbox": [ + 105, + 621, + 192, + 635 + ], + "score": 1.0, + "content": "ProtoNet†, ProtoNet†", + "type": "text" + }, + { + "bbox": [ + 192, + 622, + 200, + 632 + ], + "score": 0.27, + "content": "^ { + }", + "type": "inline_equation" + }, + { + "bbox": [ + 200, + 621, + 359, + 635 + ], + "score": 1.0, + "content": "CEAM, and our MELR (i.e., ProtoNet†", + "type": "text" + }, + { + "bbox": [ + 360, + 622, + 366, + 632 + ], + "score": 0.28, + "content": "^ +", + "type": "inline_equation" + }, + { + "bbox": [ + 367, + 621, + 506, + 635 + ], + "score": 1.0, + "content": "CEAM+CECR), respectively. We", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 633, + 505, + 645 + ], + "spans": [ + { + "bbox": [ + 106, + 633, + 505, + 645 + ], + "score": 1.0, + "content": "can observe that adding CEAM makes the distributions of different classes more separable in the", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 643, + 505, + 657 + ], + "spans": [ + { + "bbox": [ + 106, + 643, + 505, + 657 + ], + "score": 1.0, + "content": "first four rows (see the second column vs. the first column), validating the effectiveness of our", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 654, + 506, + 668 + ], + "spans": [ + { + "bbox": [ + 105, + 654, + 506, + 668 + ], + "score": 1.0, + "content": "CEAM. Moreover, the embeddings obtained by our MELR are clearly much more evenly distributed", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 666, + 505, + 679 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 505, + 679 + ], + "score": 1.0, + "content": "with the prototypes generally right in the center, indicating less poorly-sampled instances (see the", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 676, + 505, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 356, + 690 + ], + "score": 1.0, + "content": "third column vs. the second column). Specifically, ProtoNet†", + "type": "text" + }, + { + "bbox": [ + 357, + 677, + 364, + 687 + ], + "score": 0.28, + "content": "+", + "type": "inline_equation" + }, + { + "bbox": [ + 364, + 676, + 505, + 690 + ], + "score": 1.0, + "content": "CEAM brings an obvious outlying", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 688, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 688, + 505, + 700 + ], + "score": 1.0, + "content": "instance in the last row, but adding CECR stabilizes the training of CEAM. In a word, when CECR", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "is combined with CEAM, the badly-sampled shots can be pulled back to the center of the class", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "distributions. (2) We also visualize the attention maps over each meta-test episode using our trained", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 720, + 505, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 357, + 734 + ], + "score": 1.0, + "content": "MELR model. For each of the five episodes, we obtain two", + "type": "text" + }, + { + "bbox": [ + 357, + 721, + 382, + 731 + ], + "score": 0.88, + "content": "5 \\times 5", + "type": "inline_equation" + }, + { + "bbox": [ + 383, + 720, + 505, + 734 + ], + "score": 1.0, + "content": "attention maps for query and", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 15 + } + ], + "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": "image", + "bbox": [ + 117, + 77, + 494, + 464 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 117, + 77, + 494, + 464 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 117, + 77, + 494, + 464 + ], + "spans": [ + { + "bbox": [ + 117, + 77, + 494, + 464 + ], + "score": 0.977, + "type": "image", + "image_path": "a2dd9d23ce27830d5bce32728ecb061ec3b02691ee29a0faba4998752337b38c.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 117, + 77, + 494, + 206.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 117, + 206.0, + 494, + 335.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 117, + 335.0, + 494, + 464.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 482, + 505, + 538 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 482, + 505, + 495 + ], + "spans": [ + { + "bbox": [ + 105, + 482, + 505, + 495 + ], + "score": 1.0, + "content": "Figure 4: The first three subfigures in each row are the visualizations of data distributions obtained by", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 492, + 505, + 505 + ], + "spans": [ + { + "bbox": [ + 105, + 492, + 191, + 505 + ], + "score": 1.0, + "content": "ProtoNet†, ProtoNet", + "type": "text" + }, + { + "bbox": [ + 191, + 493, + 199, + 503 + ], + "score": 0.33, + "content": "^ +", + "type": "inline_equation" + }, + { + "bbox": [ + 199, + 492, + 288, + 505 + ], + "score": 1.0, + "content": "CEAM, and ProtoNet†", + "type": "text" + }, + { + "bbox": [ + 288, + 493, + 356, + 504 + ], + "score": 0.43, + "content": "\\mathbf { \\sigma } _ { + \\mathbf { C E A M + C E C R } }", + "type": "inline_equation" + }, + { + "bbox": [ + 357, + 492, + 505, + 505 + ], + "score": 1.0, + "content": "(i.e., our MELR) for the same meta-", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 503, + 505, + 517 + ], + "spans": [ + { + "bbox": [ + 105, + 503, + 505, + 517 + ], + "score": 1.0, + "content": "test episode, respectively. The last two subfigures in each row are the visualizations of attention maps", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 514, + 505, + 529 + ], + "spans": [ + { + "bbox": [ + 105, + 514, + 505, + 529 + ], + "score": 1.0, + "content": "for query and support sets, respectively. All results are obtained under the 5-way 5-shot setting on", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 527, + 323, + 538 + ], + "spans": [ + { + "bbox": [ + 106, + 527, + 323, + 538 + ], + "score": 1.0, + "content": "miniImageNet with Conv4-64 as the feature extractor.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 5 + } + ], + "index": 3.0 + }, + { + "type": "title", + "bbox": [ + 109, + 565, + 272, + 576 + ], + "lines": [ + { + "bbox": [ + 107, + 564, + 273, + 578 + ], + "spans": [ + { + "bbox": [ + 107, + 564, + 273, + 578 + ], + "score": 1.0, + "content": "A.3 MORE VISUALIZATION RESULTS", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8 + }, + { + "type": "text", + "bbox": [ + 107, + 589, + 505, + 731 + ], + "lines": [ + { + "bbox": [ + 106, + 588, + 505, + 601 + ], + "spans": [ + { + "bbox": [ + 106, + 588, + 505, + 601 + ], + "score": 1.0, + "content": "Similar to Section 4.3, we provide more visualization results in Figure 4. (1) We sample five episodes", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 600, + 506, + 613 + ], + "spans": [ + { + "bbox": [ + 105, + 600, + 506, + 613 + ], + "score": 1.0, + "content": "(corresponding to five rows in Figure 4) in the test split of miniImageNet under the 5-way 5-shot", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 611, + 506, + 624 + ], + "spans": [ + { + "bbox": [ + 105, + 611, + 506, + 624 + ], + "score": 1.0, + "content": "setting and visualize the data distributions in the first three columns using the trained models of", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 621, + 506, + 635 + ], + "spans": [ + { + "bbox": [ + 105, + 621, + 192, + 635 + ], + "score": 1.0, + "content": "ProtoNet†, ProtoNet†", + "type": "text" + }, + { + "bbox": [ + 192, + 622, + 200, + 632 + ], + "score": 0.27, + "content": "^ { + }", + "type": "inline_equation" + }, + { + "bbox": [ + 200, + 621, + 359, + 635 + ], + "score": 1.0, + "content": "CEAM, and our MELR (i.e., ProtoNet†", + "type": "text" + }, + { + "bbox": [ + 360, + 622, + 366, + 632 + ], + "score": 0.28, + "content": "^ +", + "type": "inline_equation" + }, + { + "bbox": [ + 367, + 621, + 506, + 635 + ], + "score": 1.0, + "content": "CEAM+CECR), respectively. We", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 633, + 505, + 645 + ], + "spans": [ + { + "bbox": [ + 106, + 633, + 505, + 645 + ], + "score": 1.0, + "content": "can observe that adding CEAM makes the distributions of different classes more separable in the", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 643, + 505, + 657 + ], + "spans": [ + { + "bbox": [ + 106, + 643, + 505, + 657 + ], + "score": 1.0, + "content": "first four rows (see the second column vs. the first column), validating the effectiveness of our", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 654, + 506, + 668 + ], + "spans": [ + { + "bbox": [ + 105, + 654, + 506, + 668 + ], + "score": 1.0, + "content": "CEAM. Moreover, the embeddings obtained by our MELR are clearly much more evenly distributed", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 666, + 505, + 679 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 505, + 679 + ], + "score": 1.0, + "content": "with the prototypes generally right in the center, indicating less poorly-sampled instances (see the", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 676, + 505, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 356, + 690 + ], + "score": 1.0, + "content": "third column vs. the second column). Specifically, ProtoNet†", + "type": "text" + }, + { + "bbox": [ + 357, + 677, + 364, + 687 + ], + "score": 0.28, + "content": "+", + "type": "inline_equation" + }, + { + "bbox": [ + 364, + 676, + 505, + 690 + ], + "score": 1.0, + "content": "CEAM brings an obvious outlying", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 688, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 688, + 505, + 700 + ], + "score": 1.0, + "content": "instance in the last row, but adding CECR stabilizes the training of CEAM. In a word, when CECR", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "is combined with CEAM, the badly-sampled shots can be pulled back to the center of the class", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "distributions. (2) We also visualize the attention maps over each meta-test episode using our trained", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 720, + 505, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 357, + 734 + ], + "score": 1.0, + "content": "MELR model. For each of the five episodes, we obtain two", + "type": "text" + }, + { + "bbox": [ + 357, + 721, + 382, + 731 + ], + "score": 0.88, + "content": "5 \\times 5", + "type": "inline_equation" + }, + { + "bbox": [ + 383, + 720, + 505, + 734 + ], + "score": 1.0, + "content": "attention maps for query and", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 438, + 506, + 450 + ], + "spans": [ + { + "bbox": [ + 105, + 438, + 506, + 450 + ], + "score": 1.0, + "content": "support sets in the last two subfigures of each row, respectively. It can be seen that the two attention", + "type": "text", + "cross_page": true + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 450, + 505, + 462 + ], + "spans": [ + { + "bbox": [ + 106, + 450, + 505, + 462 + ], + "score": 1.0, + "content": "maps in each row are very much alike, indicating that support and query sample embeddings are", + "type": "text", + "cross_page": true + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 460, + 504, + 473 + ], + "spans": [ + { + "bbox": [ + 106, + 460, + 504, + 473 + ], + "score": 1.0, + "content": "transformed by our CEAM in a similar way, which thus brings performance improvements for FSL.", + "type": "text", + "cross_page": true + } + ], + "index": 12 + } + ], + "index": 15, + "bbox_fs": [ + 105, + 588, + 506, + 734 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "table", + "bbox": [ + 107, + 118, + 502, + 224 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 106, + 89, + 502, + 112 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 89, + 504, + 102 + ], + "spans": [ + { + "bbox": [ + 106, + 89, + 504, + 102 + ], + "score": 1.0, + "content": "Table 3: Comparative results of fine-grained FSL on CUB. The average 5-way few-shot classifica-", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 100, + 427, + 113 + ], + "spans": [ + { + "bbox": [ + 106, + 100, + 172, + 113 + ], + "score": 1.0, + "content": "tion accuracies (", + "type": "text" + }, + { + "bbox": [ + 172, + 101, + 181, + 110 + ], + "score": 0.67, + "content": "\\%", + "type": "inline_equation" + }, + { + "bbox": [ + 182, + 100, + 271, + 113 + ], + "score": 1.0, + "content": ", top-1) along with the", + "type": "text" + }, + { + "bbox": [ + 271, + 100, + 291, + 110 + ], + "score": 0.87, + "content": "9 5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 291, + 100, + 427, + 113 + ], + "score": 1.0, + "content": "confidence intervals are reported.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "table_body", + "bbox": [ + 107, + 118, + 502, + 224 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 107, + 118, + 502, + 224 + ], + "spans": [ + { + "bbox": [ + 107, + 118, + 502, + 224 + ], + "score": 0.976, + "html": "
MethodBackboneCUB
1-shot 5-shot
MatchingNet (Vinyals et al., 2016)Conv4-6461.16±0.8972.86 ± 0.70
ProtoNet† (Snell et al., 2017)Conv4-6464.42 ± 0.4881.82 ± 0.35
MAML (Finn et al., 2017)Conv4-6455.92 ± 0.9572.09 ± 0.76
Relation Net (Sung et al., 2018)Conv4-6462.45 ± 0.9876.11 ± 0.69
FEAT(Ye et al., 2020)Conv4-6468.87 ± 0.2282.90 ± 0.15
ProtoNet† +CEAM (ours)Conv4-6468.92±0.5084.54 ±0.32
MELR (ours)Conv4-6470.26 ± 0.5085.01 士 0.32
", + "type": "table", + "image_path": "6817c8fbb727e955df91cf9594f5ed4c0cbec6c4acd068930e0ab3c1960218d8.jpg" + } + ] + } + ], + "index": 3, + "virtual_lines": [ + { + "bbox": [ + 107, + 118, + 502, + 153.33333333333334 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 107, + 153.33333333333334, + 502, + 188.66666666666669 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 107, + 188.66666666666669, + 502, + 224.00000000000003 + ], + "spans": [], + "index": 4 + } + ] + } + ], + "index": 1.75 + }, + { + "type": "image", + "bbox": [ + 116, + 244, + 495, + 388 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 116, + 244, + 495, + 388 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 116, + 244, + 495, + 388 + ], + "spans": [ + { + "bbox": [ + 116, + 244, + 495, + 388 + ], + "score": 0.967, + "type": "image", + "image_path": "0cf27eb5cc65a9dbac9174562785e65d9674f8fc0aa2be463189c03a50d7d4c6.jpg" + } + ] + } + ], + "index": 6, + "virtual_lines": [ + { + "bbox": [ + 116, + 244, + 495, + 292.0 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 116, + 292.0, + 495, + 340.0 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 116, + 340.0, + 495, + 388.0 + ], + "spans": [], + "index": 7 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 396, + 504, + 417 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 395, + 505, + 408 + ], + "spans": [ + { + "bbox": [ + 106, + 395, + 505, + 408 + ], + "score": 1.0, + "content": "Figure 5: Illustration of hyper-parameter analysis on the miniImageNet dataset. Conv4-64 is used", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 407, + 201, + 418 + ], + "spans": [ + { + "bbox": [ + 106, + 407, + 201, + 418 + ], + "score": 1.0, + "content": "as the feature extractor.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8.5 + } + ], + "index": 7.25 + }, + { + "type": "text", + "bbox": [ + 107, + 438, + 504, + 471 + ], + "lines": [ + { + "bbox": [ + 105, + 438, + 506, + 450 + ], + "spans": [ + { + "bbox": [ + 105, + 438, + 506, + 450 + ], + "score": 1.0, + "content": "support sets in the last two subfigures of each row, respectively. It can be seen that the two attention", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 450, + 505, + 462 + ], + "spans": [ + { + "bbox": [ + 106, + 450, + 505, + 462 + ], + "score": 1.0, + "content": "maps in each row are very much alike, indicating that support and query sample embeddings are", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 460, + 504, + 473 + ], + "spans": [ + { + "bbox": [ + 106, + 460, + 504, + 473 + ], + "score": 1.0, + "content": "transformed by our CEAM in a similar way, which thus brings performance improvements for FSL.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11 + }, + { + "type": "title", + "bbox": [ + 108, + 487, + 280, + 498 + ], + "lines": [ + { + "bbox": [ + 106, + 486, + 282, + 499 + ], + "spans": [ + { + "bbox": [ + 106, + 486, + 282, + 499 + ], + "score": 1.0, + "content": "A.4 RESULTS FOR FINE-GRAINED FSL", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 13 + }, + { + "type": "text", + "bbox": [ + 107, + 507, + 505, + 629 + ], + "lines": [ + { + "bbox": [ + 106, + 508, + 505, + 520 + ], + "spans": [ + { + "bbox": [ + 106, + 508, + 505, + 520 + ], + "score": 1.0, + "content": "To evaluate our MELR under the fine-grained setting where the poorly-sampled shots may have", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 519, + 505, + 532 + ], + "spans": [ + { + "bbox": [ + 105, + 519, + 505, + 532 + ], + "score": 1.0, + "content": "greater negative impact since the classes are much more close, we conduct experiments on CUB-", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 529, + 505, + 542 + ], + "spans": [ + { + "bbox": [ + 105, + 529, + 505, + 542 + ], + "score": 1.0, + "content": "200-2011 Birds (CUB) (Wah et al., 2011) with Conv4-64 as the feature extractor. CUB has 200 fine-", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 541, + 506, + 554 + ], + "spans": [ + { + "bbox": [ + 105, + 541, + 506, + 554 + ], + "score": 1.0, + "content": "grained classes of birds and 11,788 images in total. We follow (Ye et al., 2020) and split the dataset", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 551, + 505, + 566 + ], + "spans": [ + { + "bbox": [ + 105, + 551, + 505, + 566 + ], + "score": 1.0, + "content": "into 100, 50, and 50 classes for training, validation, and test, respectively. For direct comparison,", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 564, + 505, + 575 + ], + "spans": [ + { + "bbox": [ + 106, + 564, + 505, + 575 + ], + "score": 1.0, + "content": "we also use the pre-trained backbone model released by (Ye et al., 2020), which is pre-trained on the", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 574, + 505, + 586 + ], + "spans": [ + { + "bbox": [ + 105, + 574, + 505, + 586 + ], + "score": 1.0, + "content": "training set. The comparative results in Table 3 show that: (1) Our MELR achieves the best results", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 585, + 505, + 597 + ], + "spans": [ + { + "bbox": [ + 105, + 585, + 291, + 597 + ], + "score": 1.0, + "content": "and improves over the second-best FEAT by", + "type": "text" + }, + { + "bbox": [ + 291, + 585, + 345, + 595 + ], + "score": 0.89, + "content": "1 . 4 \\% - 2 . 1 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 345, + 585, + 505, + 597 + ], + "score": 1.0, + "content": ", validating the effectiveness of MELR", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 595, + 505, + 609 + ], + "spans": [ + { + "bbox": [ + 105, + 595, + 304, + 609 + ], + "score": 1.0, + "content": "under the fine-grained setting. (2) Our ProtoNe", + "type": "text" + }, + { + "bbox": [ + 305, + 596, + 345, + 606 + ], + "score": 0.44, + "content": "\\cdot ^ { \\dagger } { + } \\mathrm { C E A M }", + "type": "inline_equation" + }, + { + "bbox": [ + 345, + 595, + 505, + 609 + ], + "score": 1.0, + "content": "alone outperforms all the competitors,", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 607, + 505, + 619 + ], + "spans": [ + { + "bbox": [ + 105, + 607, + 237, + 619 + ], + "score": 1.0, + "content": "and adding CECR into ProtoNet", + "type": "text" + }, + { + "bbox": [ + 237, + 607, + 246, + 617 + ], + "score": 0.33, + "content": "^ { \\dag } +", + "type": "inline_equation" + }, + { + "bbox": [ + 246, + 607, + 505, + 619 + ], + "score": 1.0, + "content": "CEAM (i.e., our MELR) further brings noticeable improvements", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 107, + 618, + 457, + 630 + ], + "spans": [ + { + "bbox": [ + 107, + 618, + 165, + 629 + ], + "score": 0.89, + "content": "( 0 . 5 \\% - 1 . 3 \\% )", + "type": "inline_equation" + }, + { + "bbox": [ + 166, + 618, + 457, + 630 + ], + "score": 1.0, + "content": ", indicating that both CEAM and CECR are crucial for fine-grained FSL.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 19 + }, + { + "type": "title", + "bbox": [ + 107, + 644, + 337, + 655 + ], + "lines": [ + { + "bbox": [ + 106, + 644, + 339, + 657 + ], + "spans": [ + { + "bbox": [ + 106, + 644, + 339, + 657 + ], + "score": 1.0, + "content": "A.5 ANALYSIS OF HYPER-PARAMETER SENSITIVITY", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 25 + }, + { + "type": "text", + "bbox": [ + 107, + 666, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 665, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 665, + 348, + 678 + ], + "score": 1.0, + "content": "As we have mentioned in Section 4.1, the hyper-parameters", + "type": "text" + }, + { + "bbox": [ + 348, + 666, + 355, + 676 + ], + "score": 0.8, + "content": "\\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 356, + 665, + 373, + 678 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 373, + 666, + 382, + 676 + ], + "score": 0.81, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 382, + 665, + 505, + 678 + ], + "score": 1.0, + "content": "are respectively selected from", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 107, + 677, + 505, + 690 + ], + "spans": [ + { + "bbox": [ + 107, + 677, + 192, + 689 + ], + "score": 0.88, + "content": "\\{ 0 . 0 2 , 0 . 0 5 , 0 . 1 , 0 . 2 \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 677, + 212, + 690 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 212, + 677, + 280, + 689 + ], + "score": 0.86, + "content": "\\{ 1 6 , 3 2 , 6 4 , 1 2 8 \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 281, + 677, + 505, + 690 + ], + "score": 1.0, + "content": "according to the validation performance of our MELR", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 688, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 688, + 485, + 700 + ], + "score": 1.0, + "content": "algorithm. Concretely, on miniImageNet (with Conv4-64 as the feature extractor), we choose", + "type": "text" + }, + { + "bbox": [ + 486, + 688, + 505, + 698 + ], + "score": 0.85, + "content": "\\lambda =", + "type": "inline_equation" + } + ], + "index": 28 + }, + { + "bbox": [ + 104, + 697, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 104, + 697, + 138, + 712 + ], + "score": 1.0, + "content": "0.1 and", + "type": "text" + }, + { + "bbox": [ + 138, + 699, + 176, + 709 + ], + "score": 0.9, + "content": "T = 1 2 8", + "type": "inline_equation" + }, + { + "bbox": [ + 176, + 697, + 349, + 712 + ], + "score": 1.0, + "content": "under the 5-way 1-shot setting, and choose", + "type": "text" + }, + { + "bbox": [ + 349, + 699, + 387, + 709 + ], + "score": 0.88, + "content": "\\lambda = 0 . 0 5", + "type": "inline_equation" + }, + { + "bbox": [ + 388, + 697, + 405, + 712 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 405, + 699, + 437, + 709 + ], + "score": 0.9, + "content": "T = 6 4", + "type": "inline_equation" + }, + { + "bbox": [ + 438, + 697, + 505, + 712 + ], + "score": 1.0, + "content": "under the 5-way", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "5-shot setting. In Figure 5, we further present our hyper-parameter analysis on miniImageNet. The", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 721, + 390, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 721, + 390, + 733 + ], + "score": 1.0, + "content": "results show that our algorithm is quite insensitive to these parameters.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 28.5 + } + ], + "page_idx": 14, + "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, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "score": 1.0, + "content": "15", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "table", + "bbox": [ + 107, + 118, + 502, + 224 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 106, + 89, + 502, + 112 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 89, + 504, + 102 + ], + "spans": [ + { + "bbox": [ + 106, + 89, + 504, + 102 + ], + "score": 1.0, + "content": "Table 3: Comparative results of fine-grained FSL on CUB. The average 5-way few-shot classifica-", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 100, + 427, + 113 + ], + "spans": [ + { + "bbox": [ + 106, + 100, + 172, + 113 + ], + "score": 1.0, + "content": "tion accuracies (", + "type": "text" + }, + { + "bbox": [ + 172, + 101, + 181, + 110 + ], + "score": 0.67, + "content": "\\%", + "type": "inline_equation" + }, + { + "bbox": [ + 182, + 100, + 271, + 113 + ], + "score": 1.0, + "content": ", top-1) along with the", + "type": "text" + }, + { + "bbox": [ + 271, + 100, + 291, + 110 + ], + "score": 0.87, + "content": "9 5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 291, + 100, + 427, + 113 + ], + "score": 1.0, + "content": "confidence intervals are reported.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "table_body", + "bbox": [ + 107, + 118, + 502, + 224 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 107, + 118, + 502, + 224 + ], + "spans": [ + { + "bbox": [ + 107, + 118, + 502, + 224 + ], + "score": 0.976, + "html": "
MethodBackboneCUB
1-shot 5-shot
MatchingNet (Vinyals et al., 2016)Conv4-6461.16±0.8972.86 ± 0.70
ProtoNet† (Snell et al., 2017)Conv4-6464.42 ± 0.4881.82 ± 0.35
MAML (Finn et al., 2017)Conv4-6455.92 ± 0.9572.09 ± 0.76
Relation Net (Sung et al., 2018)Conv4-6462.45 ± 0.9876.11 ± 0.69
FEAT(Ye et al., 2020)Conv4-6468.87 ± 0.2282.90 ± 0.15
ProtoNet† +CEAM (ours)Conv4-6468.92±0.5084.54 ±0.32
MELR (ours)Conv4-6470.26 ± 0.5085.01 士 0.32
", + "type": "table", + "image_path": "6817c8fbb727e955df91cf9594f5ed4c0cbec6c4acd068930e0ab3c1960218d8.jpg" + } + ] + } + ], + "index": 3, + "virtual_lines": [ + { + "bbox": [ + 107, + 118, + 502, + 153.33333333333334 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 107, + 153.33333333333334, + 502, + 188.66666666666669 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 107, + 188.66666666666669, + 502, + 224.00000000000003 + ], + "spans": [], + "index": 4 + } + ] + } + ], + "index": 1.75 + }, + { + "type": "image", + "bbox": [ + 116, + 244, + 495, + 388 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 116, + 244, + 495, + 388 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 116, + 244, + 495, + 388 + ], + "spans": [ + { + "bbox": [ + 116, + 244, + 495, + 388 + ], + "score": 0.967, + "type": "image", + "image_path": "0cf27eb5cc65a9dbac9174562785e65d9674f8fc0aa2be463189c03a50d7d4c6.jpg" + } + ] + } + ], + "index": 6, + "virtual_lines": [ + { + "bbox": [ + 116, + 244, + 495, + 292.0 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 116, + 292.0, + 495, + 340.0 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 116, + 340.0, + 495, + 388.0 + ], + "spans": [], + "index": 7 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 396, + 504, + 417 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 395, + 505, + 408 + ], + "spans": [ + { + "bbox": [ + 106, + 395, + 505, + 408 + ], + "score": 1.0, + "content": "Figure 5: Illustration of hyper-parameter analysis on the miniImageNet dataset. Conv4-64 is used", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 407, + 201, + 418 + ], + "spans": [ + { + "bbox": [ + 106, + 407, + 201, + 418 + ], + "score": 1.0, + "content": "as the feature extractor.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8.5 + } + ], + "index": 7.25 + }, + { + "type": "text", + "bbox": [ + 107, + 438, + 504, + 471 + ], + "lines": [], + "index": 11, + "bbox_fs": [ + 105, + 438, + 506, + 473 + ], + "lines_deleted": true + }, + { + "type": "title", + "bbox": [ + 108, + 487, + 280, + 498 + ], + "lines": [ + { + "bbox": [ + 106, + 486, + 282, + 499 + ], + "spans": [ + { + "bbox": [ + 106, + 486, + 282, + 499 + ], + "score": 1.0, + "content": "A.4 RESULTS FOR FINE-GRAINED FSL", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 13 + }, + { + "type": "text", + "bbox": [ + 107, + 507, + 505, + 629 + ], + "lines": [ + { + "bbox": [ + 106, + 508, + 505, + 520 + ], + "spans": [ + { + "bbox": [ + 106, + 508, + 505, + 520 + ], + "score": 1.0, + "content": "To evaluate our MELR under the fine-grained setting where the poorly-sampled shots may have", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 519, + 505, + 532 + ], + "spans": [ + { + "bbox": [ + 105, + 519, + 505, + 532 + ], + "score": 1.0, + "content": "greater negative impact since the classes are much more close, we conduct experiments on CUB-", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 529, + 505, + 542 + ], + "spans": [ + { + "bbox": [ + 105, + 529, + 505, + 542 + ], + "score": 1.0, + "content": "200-2011 Birds (CUB) (Wah et al., 2011) with Conv4-64 as the feature extractor. CUB has 200 fine-", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 541, + 506, + 554 + ], + "spans": [ + { + "bbox": [ + 105, + 541, + 506, + 554 + ], + "score": 1.0, + "content": "grained classes of birds and 11,788 images in total. We follow (Ye et al., 2020) and split the dataset", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 551, + 505, + 566 + ], + "spans": [ + { + "bbox": [ + 105, + 551, + 505, + 566 + ], + "score": 1.0, + "content": "into 100, 50, and 50 classes for training, validation, and test, respectively. For direct comparison,", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 564, + 505, + 575 + ], + "spans": [ + { + "bbox": [ + 106, + 564, + 505, + 575 + ], + "score": 1.0, + "content": "we also use the pre-trained backbone model released by (Ye et al., 2020), which is pre-trained on the", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 574, + 505, + 586 + ], + "spans": [ + { + "bbox": [ + 105, + 574, + 505, + 586 + ], + "score": 1.0, + "content": "training set. The comparative results in Table 3 show that: (1) Our MELR achieves the best results", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 585, + 505, + 597 + ], + "spans": [ + { + "bbox": [ + 105, + 585, + 291, + 597 + ], + "score": 1.0, + "content": "and improves over the second-best FEAT by", + "type": "text" + }, + { + "bbox": [ + 291, + 585, + 345, + 595 + ], + "score": 0.89, + "content": "1 . 4 \\% - 2 . 1 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 345, + 585, + 505, + 597 + ], + "score": 1.0, + "content": ", validating the effectiveness of MELR", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 595, + 505, + 609 + ], + "spans": [ + { + "bbox": [ + 105, + 595, + 304, + 609 + ], + "score": 1.0, + "content": "under the fine-grained setting. (2) Our ProtoNe", + "type": "text" + }, + { + "bbox": [ + 305, + 596, + 345, + 606 + ], + "score": 0.44, + "content": "\\cdot ^ { \\dagger } { + } \\mathrm { C E A M }", + "type": "inline_equation" + }, + { + "bbox": [ + 345, + 595, + 505, + 609 + ], + "score": 1.0, + "content": "alone outperforms all the competitors,", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 607, + 505, + 619 + ], + "spans": [ + { + "bbox": [ + 105, + 607, + 237, + 619 + ], + "score": 1.0, + "content": "and adding CECR into ProtoNet", + "type": "text" + }, + { + "bbox": [ + 237, + 607, + 246, + 617 + ], + "score": 0.33, + "content": "^ { \\dag } +", + "type": "inline_equation" + }, + { + "bbox": [ + 246, + 607, + 505, + 619 + ], + "score": 1.0, + "content": "CEAM (i.e., our MELR) further brings noticeable improvements", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 107, + 618, + 457, + 630 + ], + "spans": [ + { + "bbox": [ + 107, + 618, + 165, + 629 + ], + "score": 0.89, + "content": "( 0 . 5 \\% - 1 . 3 \\% )", + "type": "inline_equation" + }, + { + "bbox": [ + 166, + 618, + 457, + 630 + ], + "score": 1.0, + "content": ", indicating that both CEAM and CECR are crucial for fine-grained FSL.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 19, + "bbox_fs": [ + 105, + 508, + 506, + 630 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 644, + 337, + 655 + ], + "lines": [ + { + "bbox": [ + 106, + 644, + 339, + 657 + ], + "spans": [ + { + "bbox": [ + 106, + 644, + 339, + 657 + ], + "score": 1.0, + "content": "A.5 ANALYSIS OF HYPER-PARAMETER SENSITIVITY", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 25 + }, + { + "type": "text", + "bbox": [ + 107, + 666, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 665, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 665, + 348, + 678 + ], + "score": 1.0, + "content": "As we have mentioned in Section 4.1, the hyper-parameters", + "type": "text" + }, + { + "bbox": [ + 348, + 666, + 355, + 676 + ], + "score": 0.8, + "content": "\\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 356, + 665, + 373, + 678 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 373, + 666, + 382, + 676 + ], + "score": 0.81, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 382, + 665, + 505, + 678 + ], + "score": 1.0, + "content": "are respectively selected from", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 107, + 677, + 505, + 690 + ], + "spans": [ + { + "bbox": [ + 107, + 677, + 192, + 689 + ], + "score": 0.88, + "content": "\\{ 0 . 0 2 , 0 . 0 5 , 0 . 1 , 0 . 2 \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 677, + 212, + 690 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 212, + 677, + 280, + 689 + ], + "score": 0.86, + "content": "\\{ 1 6 , 3 2 , 6 4 , 1 2 8 \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 281, + 677, + 505, + 690 + ], + "score": 1.0, + "content": "according to the validation performance of our MELR", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 688, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 688, + 485, + 700 + ], + "score": 1.0, + "content": "algorithm. Concretely, on miniImageNet (with Conv4-64 as the feature extractor), we choose", + "type": "text" + }, + { + "bbox": [ + 486, + 688, + 505, + 698 + ], + "score": 0.85, + "content": "\\lambda =", + "type": "inline_equation" + } + ], + "index": 28 + }, + { + "bbox": [ + 104, + 697, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 104, + 697, + 138, + 712 + ], + "score": 1.0, + "content": "0.1 and", + "type": "text" + }, + { + "bbox": [ + 138, + 699, + 176, + 709 + ], + "score": 0.9, + "content": "T = 1 2 8", + "type": "inline_equation" + }, + { + "bbox": [ + 176, + 697, + 349, + 712 + ], + "score": 1.0, + "content": "under the 5-way 1-shot setting, and choose", + "type": "text" + }, + { + "bbox": [ + 349, + 699, + 387, + 709 + ], + "score": 0.88, + "content": "\\lambda = 0 . 0 5", + "type": "inline_equation" + }, + { + "bbox": [ + 388, + 697, + 405, + 712 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 405, + 699, + 437, + 709 + ], + "score": 0.9, + "content": "T = 6 4", + "type": "inline_equation" + }, + { + "bbox": [ + 438, + 697, + 505, + 712 + ], + "score": 1.0, + "content": "under the 5-way", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "5-shot setting. In Figure 5, we further present our hyper-parameter analysis on miniImageNet. The", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 721, + 390, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 721, + 390, + 733 + ], + "score": 1.0, + "content": "results show that our algorithm is quite insensitive to these parameters.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 28.5, + "bbox_fs": [ + 104, + 665, + 505, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "table", + "bbox": [ + 111, + 129, + 497, + 200 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 106, + 89, + 504, + 123 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 88, + 506, + 102 + ], + "spans": [ + { + "bbox": [ + 105, + 88, + 506, + 102 + ], + "score": 1.0, + "content": "Table 4: Results obtained by varying the number of episodes in each training iteration on", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 100, + 501, + 113 + ], + "spans": [ + { + "bbox": [ + 106, + 100, + 490, + 113 + ], + "score": 1.0, + "content": "miniImageNet (with Conv4-64 as the backbone). The average 5-way classification accuracies", + "type": "text" + }, + { + "bbox": [ + 490, + 101, + 501, + 111 + ], + "score": 0.48, + "content": "( \\%", + "type": "inline_equation" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 111, + 349, + 124 + ], + "spans": [ + { + "bbox": [ + 105, + 111, + 192, + 124 + ], + "score": 1.0, + "content": "top-1) along with the", + "type": "text" + }, + { + "bbox": [ + 192, + 111, + 213, + 122 + ], + "score": 0.87, + "content": "9 5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 111, + 349, + 124 + ], + "score": 1.0, + "content": "confidence intervals are reported.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1 + }, + { + "type": "table_body", + "bbox": [ + 111, + 129, + 497, + 200 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 111, + 129, + 497, + 200 + ], + "spans": [ + { + "bbox": [ + 111, + 129, + 497, + 200 + ], + "score": 0.98, + "html": "
Implement. (1)Implement. (2)
Method#Episodes1-shot5-shot1-shot5-shot
MELR255.35 ± 0.4372.27 ± 0.3555.35 ± 0.4372.27 ± 0.35
MELR355.26 ± 0.4471.88 ± 0.3555.19 ± 0.4371.90 ± 0.35
MELR455.15 ± 0.4371.63 ± 0.3555.03 ± 0.4471.76 ± 0.35
", + "type": "table", + "image_path": "2677e675c3c66b958b44e09cc92f92e611335c342e98fbf8b73273ffda57a5d9.jpg" + } + ] + } + ], + "index": 4, + "virtual_lines": [ + { + "bbox": [ + 111, + 129, + 497, + 152.66666666666666 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 111, + 152.66666666666666, + 497, + 176.33333333333331 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 111, + 176.33333333333331, + 497, + 199.99999999999997 + ], + "spans": [], + "index": 5 + } + ] + } + ], + "index": 2.5 + }, + { + "type": "table", + "bbox": [ + 107, + 257, + 502, + 363 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 107, + 228, + 503, + 251 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 105, + 226, + 506, + 242 + ], + "spans": [ + { + "bbox": [ + 105, + 226, + 403, + 242 + ], + "score": 1.0, + "content": "Table 5: Comparison regarding the number of parameters (‘K’ denotes", + "type": "text" + }, + { + "bbox": [ + 403, + 228, + 430, + 240 + ], + "score": 0.85, + "content": "^ { \\bullet } \\times 1 0 ^ { 3 }", + "type": "inline_equation" + }, + { + "bbox": [ + 430, + 226, + 506, + 242 + ], + "score": 1.0, + "content": "’ and ‘M’ denotes", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 109, + 238, + 262, + 252 + ], + "spans": [ + { + "bbox": [ + 109, + 239, + 137, + 250 + ], + "score": 0.83, + "content": "^ { \\bullet } \\times 1 0 ^ { 6 } ^ { \\bullet }", + "type": "inline_equation" + }, + { + "bbox": [ + 138, + 238, + 262, + 252 + ], + "score": 1.0, + "content": ") among various FSL methods.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6.5 + }, + { + "type": "table_body", + "bbox": [ + 107, + 257, + 502, + 363 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 107, + 257, + 502, + 363 + ], + "spans": [ + { + "bbox": [ + 107, + 257, + 502, + 363 + ], + "score": 0.983, + "html": "
MethodBackbone#ParametersminiImageNet
1-shot5-shot
ProtoNet† (Snell et al., 2017)Conv4-64113.09K52.78 ± 0.4571.26 ± 0.36
PARN (Wu et al., 2019)Conv4-64405.49K55.22 ± 0.8471.55 ± 0.66
FEAT (Ye et al.,2020)Conv4-64129.66K55.15 ± 0.2071.61 ± 0.16
MELR (ours)Conv4-64129.66K55.35 ± 0.4372.27 ± 0.35
ProtoNet† (Snell et al., 2017)ResNet-1212.42M62.41 ± 0.4480.49±0.29
FEAT (Ye et al., 2020)ResNet-1214.06M66.78 ± 0.2082.05 ± 0.14
MELR (ours)ResNet-1214.06M67.40 ± 0.4383.40 ± 0.28
", + "type": "table", + "image_path": "3df8490ebd865aa783b381d2e0b31f79bffbf025c7d4b04a8852d75e41423012.jpg" + } + ] + } + ], + "index": 9, + "virtual_lines": [ + { + "bbox": [ + 107, + 257, + 502, + 292.3333333333333 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 107, + 292.3333333333333, + 502, + 327.66666666666663 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 107, + 327.66666666666663, + 502, + 362.99999999999994 + ], + "spans": [], + "index": 10 + } + ] + } + ], + "index": 7.75 + }, + { + "type": "title", + "bbox": [ + 107, + 388, + 349, + 401 + ], + "lines": [ + { + "bbox": [ + 106, + 388, + 350, + 401 + ], + "spans": [ + { + "bbox": [ + 106, + 388, + 350, + 401 + ], + "score": 1.0, + "content": "A.6 RESULTS BY VARYING THE NUMBER OF EPISODES", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 11 + }, + { + "type": "text", + "bbox": [ + 108, + 410, + 505, + 445 + ], + "lines": [ + { + "bbox": [ + 105, + 410, + 506, + 425 + ], + "spans": [ + { + "bbox": [ + 105, + 410, + 369, + 425 + ], + "score": 1.0, + "content": "We also conduct experiments by varying the number of episodes", + "type": "text" + }, + { + "bbox": [ + 369, + 411, + 382, + 422 + ], + "score": 0.88, + "content": "N _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 383, + 410, + 506, + 425 + ], + "score": 1.0, + "content": "in each training iteration. For", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 422, + 505, + 434 + ], + "spans": [ + { + "bbox": [ + 106, + 422, + 505, + 434 + ], + "score": 1.0, + "content": "the implementation of CEAM, we have two slightly different choices. Concretely, for each episode", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 107, + 431, + 352, + 448 + ], + "spans": [ + { + "bbox": [ + 107, + 433, + 122, + 444 + ], + "score": 0.78, + "content": "e ^ { ( i ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 126, + 434, + 189, + 446 + ], + "score": 0.78, + "content": "( i = 1 , \\cdots , N _ { e } )", + "type": "inline_equation" + }, + { + "bbox": [ + 189, + 431, + 352, + 448 + ], + "score": 1.0, + "content": ", the output of CEAM can be defined as:", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 13 + }, + { + "type": "interline_equation", + "bbox": [ + 227, + 452, + 447, + 483 + ], + "lines": [ + { + "bbox": [ + 227, + 452, + 447, + 483 + ], + "spans": [ + { + "bbox": [ + 227, + 452, + 447, + 483 + ], + "score": 0.74, + "content": "\\hat { \\mathbf { F } } ^ { ( i ) } = \\frac { 1 } { N _ { e } - 1 } \\sum _ { \\substack { j = 1 , \\cdots , N _ { e } , j \\neq i } } \\mathbf { C E A M } ( \\mathbf { F } ^ { ( i ) } , \\mathbf { S } ^ { ( j ) } , \\mathbf { S } ^ { ( j ) } ) ;", + "type": "interline_equation", + "image_path": "c04f081cb8153b8243cb29de731abec4d08b2c4724512c81e7868b972f8870d1.jpg" + } + ] + } + ], + "index": 15.5, + "virtual_lines": [ + { + "bbox": [ + 227, + 452, + 447, + 467.5 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 227, + 467.5, + 447, + 483.0 + ], + "spans": [], + "index": 16 + } + ] + }, + { + "type": "interline_equation", + "bbox": [ + 228, + 485, + 430, + 501 + ], + "lines": [], + "index": 17, + "virtual_lines": [ + { + "bbox": [ + 228, + 485, + 430, + 501 + ], + "spans": [], + "index": 17 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 509, + 504, + 545 + ], + "lines": [ + { + "bbox": [ + 104, + 505, + 506, + 528 + ], + "spans": [ + { + "bbox": [ + 104, + 505, + 133, + 528 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 509, + 257, + 524 + ], + "score": 0.92, + "content": "[ \\mathbf { S } ^ { ( j ) } ] _ { j = 1 , j \\neq i } ^ { N _ { e } } \\in \\mathbb { R } ^ { N K ( N _ { e } - 1 ) \\times d }", + "type": "inline_equation" + }, + { + "bbox": [ + 258, + 505, + 351, + 528 + ], + "score": 1.0, + "content": "is the concatenation of", + "type": "text" + }, + { + "bbox": [ + 351, + 509, + 506, + 523 + ], + "score": 0.85, + "content": "\\mathbf { S } ^ { ( j ) } \\in \\mathbb { R } ^ { N K \\times d } ( j = 1 , \\cdots , i - 1 , i +", + "type": "inline_equation" + } + ], + "index": 18 + }, + { + "bbox": [ + 107, + 522, + 505, + 536 + ], + "spans": [ + { + "bbox": [ + 107, + 524, + 152, + 534 + ], + "score": 0.89, + "content": "1 , \\cdots , N _ { e } )", + "type": "inline_equation" + }, + { + "bbox": [ + 152, + 522, + 505, + 536 + ], + "score": 1.0, + "content": ". As for CECR, we determine the episode with the best accuracy as the teacher and distill", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 107, + 534, + 296, + 546 + ], + "spans": [ + { + "bbox": [ + 107, + 534, + 194, + 546 + ], + "score": 1.0, + "content": "knowledge to the rest", + "type": "text" + }, + { + "bbox": [ + 194, + 534, + 225, + 545 + ], + "score": 0.9, + "content": "N _ { e } - 1", + "type": "inline_equation" + }, + { + "bbox": [ + 225, + 534, + 296, + 546 + ], + "score": 1.0, + "content": "student episodes.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19 + }, + { + "type": "text", + "bbox": [ + 107, + 550, + 505, + 596 + ], + "lines": [ + { + "bbox": [ + 105, + 550, + 506, + 564 + ], + "spans": [ + { + "bbox": [ + 105, + 550, + 506, + 564 + ], + "score": 1.0, + "content": "The results on miniImageNet using Conv4-64 in Table 4 show that the performance drops slightly as", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 563, + 505, + 574 + ], + "spans": [ + { + "bbox": [ + 105, + 563, + 505, + 574 + ], + "score": 1.0, + "content": "the number of episodes in each training iteration increases for both implementations. One possible", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 573, + 506, + 586 + ], + "spans": [ + { + "bbox": [ + 105, + 573, + 506, + 586 + ], + "score": 1.0, + "content": "explanation is that too much training data make the model fit better on the training set but fail to", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 585, + 310, + 596 + ], + "spans": [ + { + "bbox": [ + 105, + 585, + 310, + 596 + ], + "score": 1.0, + "content": "improve its generalization ability on novel classes.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 22.5 + }, + { + "type": "title", + "bbox": [ + 107, + 611, + 381, + 623 + ], + "lines": [ + { + "bbox": [ + 106, + 611, + 383, + 623 + ], + "spans": [ + { + "bbox": [ + 106, + 611, + 383, + 623 + ], + "score": 1.0, + "content": "A.7 COMPARISON REGARDING THE NUMBER OF PARAMETERS", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 25 + }, + { + "type": "text", + "bbox": [ + 107, + 632, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 632, + 506, + 646 + ], + "spans": [ + { + "bbox": [ + 106, + 632, + 506, + 646 + ], + "score": 1.0, + "content": "We select several representative/latest FSL models from Table 1 of the main paper and list their", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 643, + 506, + 657 + ], + "spans": [ + { + "bbox": [ + 105, + 643, + 506, + 657 + ], + "score": 1.0, + "content": "numbers of parameters in Table 5. We can observe that: (1) With an extra CEAM in addition to the", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 654, + 505, + 668 + ], + "spans": [ + { + "bbox": [ + 105, + 654, + 345, + 668 + ], + "score": 1.0, + "content": "backbone (Conv4-64 or ResNet-12), our MELR has about", + "type": "text" + }, + { + "bbox": [ + 345, + 655, + 393, + 666 + ], + "score": 0.91, + "content": "1 3 \\% - 1 5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 394, + 654, + 505, + 668 + ], + "score": 1.0, + "content": "relatively more parameters", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 666, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 106, + 666, + 505, + 678 + ], + "score": 1.0, + "content": "than the baseline ProtoNet. Note that CECR (in our MELR) leads to no extra parameters. Consid-", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 677, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 505, + 689 + ], + "score": 1.0, + "content": "ering the (statistically) significant improvements achieved by our MELR over ProtoNet, we think", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 688, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 688, + 505, + 700 + ], + "score": 1.0, + "content": "that our MELR is cost-effective because it requires not much additional parameters. (2) The number", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 698, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 505, + 712 + ], + "score": 1.0, + "content": "of MELR’s parameters is almost the same as that of FEAT’s and is much less than that of PARN’s,", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 710, + 505, + 721 + ], + "spans": [ + { + "bbox": [ + 106, + 710, + 505, + 721 + ], + "score": 1.0, + "content": "but our MELR achieves better results than FEAT and PARN, indicating that our MELR is the most", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 721, + 276, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 276, + 733 + ], + "score": 1.0, + "content": "cost-effective among these three methods.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 30 + } + ], + "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": "table", + "bbox": [ + 111, + 129, + 497, + 200 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 106, + 89, + 504, + 123 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 88, + 506, + 102 + ], + "spans": [ + { + "bbox": [ + 105, + 88, + 506, + 102 + ], + "score": 1.0, + "content": "Table 4: Results obtained by varying the number of episodes in each training iteration on", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 100, + 501, + 113 + ], + "spans": [ + { + "bbox": [ + 106, + 100, + 490, + 113 + ], + "score": 1.0, + "content": "miniImageNet (with Conv4-64 as the backbone). The average 5-way classification accuracies", + "type": "text" + }, + { + "bbox": [ + 490, + 101, + 501, + 111 + ], + "score": 0.48, + "content": "( \\%", + "type": "inline_equation" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 111, + 349, + 124 + ], + "spans": [ + { + "bbox": [ + 105, + 111, + 192, + 124 + ], + "score": 1.0, + "content": "top-1) along with the", + "type": "text" + }, + { + "bbox": [ + 192, + 111, + 213, + 122 + ], + "score": 0.87, + "content": "9 5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 111, + 349, + 124 + ], + "score": 1.0, + "content": "confidence intervals are reported.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1 + }, + { + "type": "table_body", + "bbox": [ + 111, + 129, + 497, + 200 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 111, + 129, + 497, + 200 + ], + "spans": [ + { + "bbox": [ + 111, + 129, + 497, + 200 + ], + "score": 0.98, + "html": "
Implement. (1)Implement. (2)
Method#Episodes1-shot5-shot1-shot5-shot
MELR255.35 ± 0.4372.27 ± 0.3555.35 ± 0.4372.27 ± 0.35
MELR355.26 ± 0.4471.88 ± 0.3555.19 ± 0.4371.90 ± 0.35
MELR455.15 ± 0.4371.63 ± 0.3555.03 ± 0.4471.76 ± 0.35
", + "type": "table", + "image_path": "2677e675c3c66b958b44e09cc92f92e611335c342e98fbf8b73273ffda57a5d9.jpg" + } + ] + } + ], + "index": 4, + "virtual_lines": [ + { + "bbox": [ + 111, + 129, + 497, + 152.66666666666666 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 111, + 152.66666666666666, + 497, + 176.33333333333331 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 111, + 176.33333333333331, + 497, + 199.99999999999997 + ], + "spans": [], + "index": 5 + } + ] + } + ], + "index": 2.5 + }, + { + "type": "table", + "bbox": [ + 107, + 257, + 502, + 363 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 107, + 228, + 503, + 251 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 105, + 226, + 506, + 242 + ], + "spans": [ + { + "bbox": [ + 105, + 226, + 403, + 242 + ], + "score": 1.0, + "content": "Table 5: Comparison regarding the number of parameters (‘K’ denotes", + "type": "text" + }, + { + "bbox": [ + 403, + 228, + 430, + 240 + ], + "score": 0.85, + "content": "^ { \\bullet } \\times 1 0 ^ { 3 }", + "type": "inline_equation" + }, + { + "bbox": [ + 430, + 226, + 506, + 242 + ], + "score": 1.0, + "content": "’ and ‘M’ denotes", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 109, + 238, + 262, + 252 + ], + "spans": [ + { + "bbox": [ + 109, + 239, + 137, + 250 + ], + "score": 0.83, + "content": "^ { \\bullet } \\times 1 0 ^ { 6 } ^ { \\bullet }", + "type": "inline_equation" + }, + { + "bbox": [ + 138, + 238, + 262, + 252 + ], + "score": 1.0, + "content": ") among various FSL methods.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6.5 + }, + { + "type": "table_body", + "bbox": [ + 107, + 257, + 502, + 363 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 107, + 257, + 502, + 363 + ], + "spans": [ + { + "bbox": [ + 107, + 257, + 502, + 363 + ], + "score": 0.983, + "html": "
MethodBackbone#ParametersminiImageNet
1-shot5-shot
ProtoNet† (Snell et al., 2017)Conv4-64113.09K52.78 ± 0.4571.26 ± 0.36
PARN (Wu et al., 2019)Conv4-64405.49K55.22 ± 0.8471.55 ± 0.66
FEAT (Ye et al.,2020)Conv4-64129.66K55.15 ± 0.2071.61 ± 0.16
MELR (ours)Conv4-64129.66K55.35 ± 0.4372.27 ± 0.35
ProtoNet† (Snell et al., 2017)ResNet-1212.42M62.41 ± 0.4480.49±0.29
FEAT (Ye et al., 2020)ResNet-1214.06M66.78 ± 0.2082.05 ± 0.14
MELR (ours)ResNet-1214.06M67.40 ± 0.4383.40 ± 0.28
", + "type": "table", + "image_path": "3df8490ebd865aa783b381d2e0b31f79bffbf025c7d4b04a8852d75e41423012.jpg" + } + ] + } + ], + "index": 9, + "virtual_lines": [ + { + "bbox": [ + 107, + 257, + 502, + 292.3333333333333 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 107, + 292.3333333333333, + 502, + 327.66666666666663 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 107, + 327.66666666666663, + 502, + 362.99999999999994 + ], + "spans": [], + "index": 10 + } + ] + } + ], + "index": 7.75 + }, + { + "type": "title", + "bbox": [ + 107, + 388, + 349, + 401 + ], + "lines": [ + { + "bbox": [ + 106, + 388, + 350, + 401 + ], + "spans": [ + { + "bbox": [ + 106, + 388, + 350, + 401 + ], + "score": 1.0, + "content": "A.6 RESULTS BY VARYING THE NUMBER OF EPISODES", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 11 + }, + { + "type": "text", + "bbox": [ + 108, + 410, + 505, + 445 + ], + "lines": [ + { + "bbox": [ + 105, + 410, + 506, + 425 + ], + "spans": [ + { + "bbox": [ + 105, + 410, + 369, + 425 + ], + "score": 1.0, + "content": "We also conduct experiments by varying the number of episodes", + "type": "text" + }, + { + "bbox": [ + 369, + 411, + 382, + 422 + ], + "score": 0.88, + "content": "N _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 383, + 410, + 506, + 425 + ], + "score": 1.0, + "content": "in each training iteration. For", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 422, + 505, + 434 + ], + "spans": [ + { + "bbox": [ + 106, + 422, + 505, + 434 + ], + "score": 1.0, + "content": "the implementation of CEAM, we have two slightly different choices. Concretely, for each episode", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 107, + 431, + 352, + 448 + ], + "spans": [ + { + "bbox": [ + 107, + 433, + 122, + 444 + ], + "score": 0.78, + "content": "e ^ { ( i ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 126, + 434, + 189, + 446 + ], + "score": 0.78, + "content": "( i = 1 , \\cdots , N _ { e } )", + "type": "inline_equation" + }, + { + "bbox": [ + 189, + 431, + 352, + 448 + ], + "score": 1.0, + "content": ", the output of CEAM can be defined as:", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 13, + "bbox_fs": [ + 105, + 410, + 506, + 448 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 227, + 452, + 447, + 483 + ], + "lines": [ + { + "bbox": [ + 227, + 452, + 447, + 483 + ], + "spans": [ + { + "bbox": [ + 227, + 452, + 447, + 483 + ], + "score": 0.74, + "content": "\\hat { \\mathbf { F } } ^ { ( i ) } = \\frac { 1 } { N _ { e } - 1 } \\sum _ { \\substack { j = 1 , \\cdots , N _ { e } , j \\neq i } } \\mathbf { C E A M } ( \\mathbf { F } ^ { ( i ) } , \\mathbf { S } ^ { ( j ) } , \\mathbf { S } ^ { ( j ) } ) ;", + "type": "interline_equation", + "image_path": "c04f081cb8153b8243cb29de731abec4d08b2c4724512c81e7868b972f8870d1.jpg" + } + ] + } + ], + "index": 15.5, + "virtual_lines": [ + { + "bbox": [ + 227, + 452, + 447, + 467.5 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 227, + 467.5, + 447, + 483.0 + ], + "spans": [], + "index": 16 + } + ] + }, + { + "type": "interline_equation", + "bbox": [ + 228, + 485, + 430, + 501 + ], + "lines": [], + "index": 17, + "virtual_lines": [ + { + "bbox": [ + 228, + 485, + 430, + 501 + ], + "spans": [], + "index": 17 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 509, + 504, + 545 + ], + "lines": [ + { + "bbox": [ + 104, + 505, + 506, + 528 + ], + "spans": [ + { + "bbox": [ + 104, + 505, + 133, + 528 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 509, + 257, + 524 + ], + "score": 0.92, + "content": "[ \\mathbf { S } ^ { ( j ) } ] _ { j = 1 , j \\neq i } ^ { N _ { e } } \\in \\mathbb { R } ^ { N K ( N _ { e } - 1 ) \\times d }", + "type": "inline_equation" + }, + { + "bbox": [ + 258, + 505, + 351, + 528 + ], + "score": 1.0, + "content": "is the concatenation of", + "type": "text" + }, + { + "bbox": [ + 351, + 509, + 506, + 523 + ], + "score": 0.85, + "content": "\\mathbf { S } ^ { ( j ) } \\in \\mathbb { R } ^ { N K \\times d } ( j = 1 , \\cdots , i - 1 , i +", + "type": "inline_equation" + } + ], + "index": 18 + }, + { + "bbox": [ + 107, + 522, + 505, + 536 + ], + "spans": [ + { + "bbox": [ + 107, + 524, + 152, + 534 + ], + "score": 0.89, + "content": "1 , \\cdots , N _ { e } )", + "type": "inline_equation" + }, + { + "bbox": [ + 152, + 522, + 505, + 536 + ], + "score": 1.0, + "content": ". As for CECR, we determine the episode with the best accuracy as the teacher and distill", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 107, + 534, + 296, + 546 + ], + "spans": [ + { + "bbox": [ + 107, + 534, + 194, + 546 + ], + "score": 1.0, + "content": "knowledge to the rest", + "type": "text" + }, + { + "bbox": [ + 194, + 534, + 225, + 545 + ], + "score": 0.9, + "content": "N _ { e } - 1", + "type": "inline_equation" + }, + { + "bbox": [ + 225, + 534, + 296, + 546 + ], + "score": 1.0, + "content": "student episodes.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19, + "bbox_fs": [ + 104, + 505, + 506, + 546 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 550, + 505, + 596 + ], + "lines": [ + { + "bbox": [ + 105, + 550, + 506, + 564 + ], + "spans": [ + { + "bbox": [ + 105, + 550, + 506, + 564 + ], + "score": 1.0, + "content": "The results on miniImageNet using Conv4-64 in Table 4 show that the performance drops slightly as", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 563, + 505, + 574 + ], + "spans": [ + { + "bbox": [ + 105, + 563, + 505, + 574 + ], + "score": 1.0, + "content": "the number of episodes in each training iteration increases for both implementations. One possible", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 573, + 506, + 586 + ], + "spans": [ + { + "bbox": [ + 105, + 573, + 506, + 586 + ], + "score": 1.0, + "content": "explanation is that too much training data make the model fit better on the training set but fail to", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 585, + 310, + 596 + ], + "spans": [ + { + "bbox": [ + 105, + 585, + 310, + 596 + ], + "score": 1.0, + "content": "improve its generalization ability on novel classes.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 22.5, + "bbox_fs": [ + 105, + 550, + 506, + 596 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 611, + 381, + 623 + ], + "lines": [ + { + "bbox": [ + 106, + 611, + 383, + 623 + ], + "spans": [ + { + "bbox": [ + 106, + 611, + 383, + 623 + ], + "score": 1.0, + "content": "A.7 COMPARISON REGARDING THE NUMBER OF PARAMETERS", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 25 + }, + { + "type": "text", + "bbox": [ + 107, + 632, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 632, + 506, + 646 + ], + "spans": [ + { + "bbox": [ + 106, + 632, + 506, + 646 + ], + "score": 1.0, + "content": "We select several representative/latest FSL models from Table 1 of the main paper and list their", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 643, + 506, + 657 + ], + "spans": [ + { + "bbox": [ + 105, + 643, + 506, + 657 + ], + "score": 1.0, + "content": "numbers of parameters in Table 5. We can observe that: (1) With an extra CEAM in addition to the", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 654, + 505, + 668 + ], + "spans": [ + { + "bbox": [ + 105, + 654, + 345, + 668 + ], + "score": 1.0, + "content": "backbone (Conv4-64 or ResNet-12), our MELR has about", + "type": "text" + }, + { + "bbox": [ + 345, + 655, + 393, + 666 + ], + "score": 0.91, + "content": "1 3 \\% - 1 5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 394, + 654, + 505, + 668 + ], + "score": 1.0, + "content": "relatively more parameters", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 666, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 106, + 666, + 505, + 678 + ], + "score": 1.0, + "content": "than the baseline ProtoNet. Note that CECR (in our MELR) leads to no extra parameters. Consid-", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 677, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 505, + 689 + ], + "score": 1.0, + "content": "ering the (statistically) significant improvements achieved by our MELR over ProtoNet, we think", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 688, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 688, + 505, + 700 + ], + "score": 1.0, + "content": "that our MELR is cost-effective because it requires not much additional parameters. (2) The number", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 698, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 505, + 712 + ], + "score": 1.0, + "content": "of MELR’s parameters is almost the same as that of FEAT’s and is much less than that of PARN’s,", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 710, + 505, + 721 + ], + "spans": [ + { + "bbox": [ + 106, + 710, + 505, + 721 + ], + "score": 1.0, + "content": "but our MELR achieves better results than FEAT and PARN, indicating that our MELR is the most", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 721, + 276, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 276, + 733 + ], + "score": 1.0, + "content": "cost-effective among these three methods.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 30, + "bbox_fs": [ + 105, + 632, + 506, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 119, + 79, + 492, + 233 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 119, + 79, + 492, + 233 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 119, + 79, + 492, + 232 + ], + "spans": [ + { + "bbox": [ + 119, + 79, + 492, + 232 + ], + "score": 0.97, + "type": "image", + "image_path": "d8310768f74da4fd95867ec4f8dc1bbd7e1e37272f8603c91baaaf3d516a14a4.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 119, + 79, + 492, + 130.33333333333334 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 119, + 130.33333333333334, + 492, + 181.66666666666669 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 119, + 181.66666666666669, + 492, + 233.00000000000003 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 242, + 505, + 315 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 242, + 505, + 255 + ], + "spans": [ + { + "bbox": [ + 105, + 242, + 505, + 255 + ], + "score": 1.0, + "content": "Figure 6: Schematic illustration of our CEAM with a pair of episodes as its input. For easy un-", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 253, + 506, + 267 + ], + "spans": [ + { + "bbox": [ + 105, + 253, + 506, + 267 + ], + "score": 1.0, + "content": "derstanding (but without loss of generality), a toy visual example is considered: only one outlying", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 264, + 506, + 278 + ], + "spans": [ + { + "bbox": [ + 105, + 265, + 141, + 278 + ], + "score": 1.0, + "content": "instance", + "type": "text" + }, + { + "bbox": [ + 142, + 268, + 149, + 276 + ], + "score": 0.71, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 150, + 265, + 249, + 278 + ], + "score": 1.0, + "content": "exists in the support set", + "type": "text" + }, + { + "bbox": [ + 249, + 264, + 268, + 276 + ], + "score": 0.9, + "content": "{ \\mathcal { S } } ^ { ( 1 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 268, + 265, + 428, + 278 + ], + "score": 1.0, + "content": "of the first episode, but the support set", + "type": "text" + }, + { + "bbox": [ + 428, + 264, + 447, + 276 + ], + "score": 0.88, + "content": "S ^ { ( 2 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 447, + 265, + 506, + 278 + ], + "score": 1.0, + "content": "of the second", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 276, + 506, + 291 + ], + "spans": [ + { + "bbox": [ + 105, + 276, + 250, + 291 + ], + "score": 1.0, + "content": "episode is properly sampled. Since", + "type": "text" + }, + { + "bbox": [ + 250, + 276, + 317, + 290 + ], + "score": 0.93, + "content": "{ \\tilde { S } } ^ { ( 1 ) } { = } S ^ { ( 1 ) } \\setminus \\{ x \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 318, + 276, + 336, + 291 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 336, + 277, + 354, + 288 + ], + "score": 0.9, + "content": "S ^ { ( 2 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 355, + 276, + 506, + 291 + ], + "score": 1.0, + "content": "have similar data distributions (from", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 289, + 505, + 303 + ], + "spans": [ + { + "bbox": [ + 105, + 290, + 265, + 303 + ], + "score": 1.0, + "content": "the same classes), the outlying instance", + "type": "text" + }, + { + "bbox": [ + 266, + 293, + 273, + 301 + ], + "score": 0.78, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 290, + 342, + 303 + ], + "score": 1.0, + "content": "is pulled back to", + "type": "text" + }, + { + "bbox": [ + 342, + 289, + 360, + 301 + ], + "score": 0.9, + "content": "\\tilde { S } ^ { ( 1 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 361, + 290, + 455, + 303 + ], + "score": 1.0, + "content": "by attending on it with", + "type": "text" + }, + { + "bbox": [ + 455, + 289, + 473, + 302 + ], + "score": 0.89, + "content": "S ^ { ( 2 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 474, + 290, + 505, + 303 + ], + "score": 1.0, + "content": "(which", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 302, + 491, + 315 + ], + "spans": [ + { + "bbox": [ + 105, + 302, + 264, + 315 + ], + "score": 1.0, + "content": "can not be done by attending on it with", + "type": "text" + }, + { + "bbox": [ + 264, + 302, + 283, + 313 + ], + "score": 0.86, + "content": "{ \\mathcal { S } } ^ { ( 1 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 283, + 302, + 491, + 315 + ], + "score": 1.0, + "content": "), i.e., its negative effect is mitigated by our CEAM.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 5.5 + } + ], + "index": 3.25 + }, + { + "type": "table", + "bbox": [ + 117, + 372, + 491, + 424 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 106, + 343, + 502, + 366 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 342, + 504, + 358 + ], + "spans": [ + { + "bbox": [ + 105, + 342, + 504, + 358 + ], + "score": 1.0, + "content": "Table 6: Results by inputting only support samples as ‘queries’ into CEAM (denote as ‘Sup-", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 355, + 253, + 368 + ], + "spans": [ + { + "bbox": [ + 105, + 355, + 124, + 368 + ], + "score": 1.0, + "content": "port", + "type": "text" + }, + { + "bbox": [ + 125, + 356, + 137, + 365 + ], + "score": 0.76, + "content": "", + "type": "inline_equation" + }, + { + "bbox": [ + 138, + 355, + 253, + 368 + ], + "score": 1.0, + "content": "Support’) on miniImageNet.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5 + }, + { + "type": "table_body", + "bbox": [ + 117, + 372, + 491, + 424 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 117, + 372, + 491, + 424 + ], + "spans": [ + { + "bbox": [ + 117, + 372, + 491, + 424 + ], + "score": 0.979, + "html": "
MethodBackbone1-shot5-shot
ProtoNettConv4-6452.61 ± 0.4271.33 ± 0.36
ProtoNet†+CEAM (Support →→ Support)Conv4-6454.79 ± 0.4371.40 ± 0.36
ProtoNet† +CEAM (Support → All, ours)Conv4-6455.01 ± 0.4372.01 ±0.35
", + "type": "table", + "image_path": "24ae39eebb7a7afe321c4a01c509cb27ebd7a0f441cb91f302d1c5836645cd87.jpg" + } + ] + } + ], + "index": 12, + "virtual_lines": [ + { + "bbox": [ + 117, + 372, + 491, + 389.3333333333333 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 117, + 389.3333333333333, + 491, + 406.66666666666663 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 117, + 406.66666666666663, + 491, + 423.99999999999994 + ], + "spans": [], + "index": 13 + } + ] + } + ], + "index": 10.75 + }, + { + "type": "title", + "bbox": [ + 108, + 458, + 297, + 470 + ], + "lines": [ + { + "bbox": [ + 106, + 458, + 298, + 471 + ], + "spans": [ + { + "bbox": [ + 106, + 458, + 298, + 471 + ], + "score": 1.0, + "content": "A.8 SCHEMATIC ILLUSTRATION OF CEAM", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 14 + }, + { + "type": "text", + "bbox": [ + 106, + 483, + 505, + 660 + ], + "lines": [ + { + "bbox": [ + 105, + 483, + 506, + 497 + ], + "spans": [ + { + "bbox": [ + 105, + 483, + 506, + 497 + ], + "score": 1.0, + "content": "To demonstrate how our proposed CEAM can alleviate the negative effect of the poorly sampled", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 494, + 505, + 506 + ], + "spans": [ + { + "bbox": [ + 105, + 494, + 505, + 506 + ], + "score": 1.0, + "content": "shots, we present a schematic illustration of CEAM with a pair of episodes as its input in Figure 6.", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 505, + 505, + 518 + ], + "spans": [ + { + "bbox": [ + 106, + 505, + 505, + 518 + ], + "score": 1.0, + "content": "For easy understanding (but without loss of generality), a toy visual example is considered: only", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 104, + 516, + 503, + 531 + ], + "spans": [ + { + "bbox": [ + 104, + 516, + 196, + 531 + ], + "score": 1.0, + "content": "one outlying instance", + "type": "text" + }, + { + "bbox": [ + 196, + 519, + 203, + 527 + ], + "score": 0.71, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 204, + 516, + 304, + 531 + ], + "score": 1.0, + "content": "exists in the support set", + "type": "text" + }, + { + "bbox": [ + 304, + 516, + 323, + 528 + ], + "score": 0.9, + "content": "{ \\mathcal { S } } ^ { ( 1 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 323, + 516, + 484, + 531 + ], + "score": 1.0, + "content": "of the first episode, but the support set", + "type": "text" + }, + { + "bbox": [ + 485, + 516, + 503, + 528 + ], + "score": 0.87, + "content": "\\bar { S ^ { ( 2 ) } }", + "type": "inline_equation" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 528, + 505, + 541 + ], + "spans": [ + { + "bbox": [ + 106, + 528, + 505, + 541 + ], + "score": 1.0, + "content": "of the second episode is properly sampled. Since the two episodes are sampled from the same set", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 539, + 506, + 554 + ], + "spans": [ + { + "bbox": [ + 105, + 539, + 252, + 554 + ], + "score": 1.0, + "content": "of classes, the data distributions of", + "type": "text" + }, + { + "bbox": [ + 252, + 539, + 331, + 553 + ], + "score": 0.93, + "content": "\\tilde { S } ^ { ( 1 ) } = S ^ { ( 1 ) } \\setminus \\{ x \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 331, + 539, + 350, + 554 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 351, + 540, + 369, + 551 + ], + "score": 0.89, + "content": "S ^ { ( 2 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 369, + 539, + 506, + 554 + ], + "score": 1.0, + "content": "are similar. On one hand, when", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 550, + 506, + 567 + ], + "spans": [ + { + "bbox": [ + 106, + 552, + 125, + 564 + ], + "score": 0.88, + "content": "{ \\mathcal { S } } ^ { ( 1 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 125, + 550, + 213, + 567 + ], + "score": 1.0, + "content": "(including the outlier", + "type": "text" + }, + { + "bbox": [ + 213, + 555, + 220, + 563 + ], + "score": 0.63, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 221, + 550, + 370, + 567 + ], + "score": 1.0, + "content": ") is used as keys and values to update", + "type": "text" + }, + { + "bbox": [ + 371, + 552, + 389, + 563 + ], + "score": 0.89, + "content": "S ^ { ( 2 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 389, + 550, + 467, + 567 + ], + "score": 1.0, + "content": ", the distribution of", + "type": "text" + }, + { + "bbox": [ + 467, + 552, + 485, + 563 + ], + "score": 0.91, + "content": "S ^ { ( 2 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 486, + 550, + 506, + 567 + ], + "score": 1.0, + "content": "will", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 564, + 506, + 577 + ], + "spans": [ + { + "bbox": [ + 105, + 564, + 276, + 577 + ], + "score": 1.0, + "content": "not be influenced too much by the outlier", + "type": "text" + }, + { + "bbox": [ + 276, + 567, + 283, + 575 + ], + "score": 0.79, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 284, + 564, + 369, + 577 + ], + "score": 1.0, + "content": "since all the shots in", + "type": "text" + }, + { + "bbox": [ + 370, + 564, + 388, + 575 + ], + "score": 0.89, + "content": "S ^ { ( 2 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 388, + 564, + 464, + 577 + ], + "score": 1.0, + "content": "are far away from", + "type": "text" + }, + { + "bbox": [ + 464, + 567, + 471, + 575 + ], + "score": 0.75, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 472, + 564, + 506, + 577 + ], + "score": 1.0, + "content": "and the", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 576, + 505, + 588 + ], + "spans": [ + { + "bbox": [ + 105, + 576, + 153, + 588 + ], + "score": 1.0, + "content": "weights on", + "type": "text" + }, + { + "bbox": [ + 154, + 578, + 161, + 586 + ], + "score": 0.68, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 161, + 576, + 505, + 588 + ], + "score": 1.0, + "content": "will be very small. That is, our CEAM is insensitive to few outliers in the keys and", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 586, + 506, + 601 + ], + "spans": [ + { + "bbox": [ + 105, + 586, + 245, + 601 + ], + "score": 1.0, + "content": "values. On the other hand, when", + "type": "text" + }, + { + "bbox": [ + 245, + 587, + 263, + 599 + ], + "score": 0.9, + "content": "{ \\mathcal { S } } ^ { ( 1 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 263, + 586, + 366, + 601 + ], + "score": 1.0, + "content": "is transformed based on", + "type": "text" + }, + { + "bbox": [ + 366, + 587, + 385, + 599 + ], + "score": 0.9, + "content": "S ^ { ( 2 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 385, + 586, + 466, + 601 + ], + "score": 1.0, + "content": ", the distribution of", + "type": "text" + }, + { + "bbox": [ + 466, + 587, + 484, + 598 + ], + "score": 0.9, + "content": "\\tilde { \\cal S } ^ { ( \\mathrm { 1 } ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 485, + 586, + 506, + 601 + ], + "score": 1.0, + "content": "will", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 104, + 596, + 506, + 613 + ], + "spans": [ + { + "bbox": [ + 104, + 596, + 280, + 613 + ], + "score": 1.0, + "content": "be changed little (the data distributions of", + "type": "text" + }, + { + "bbox": [ + 281, + 598, + 299, + 609 + ], + "score": 0.9, + "content": "\\tilde { S } ^ { ( 1 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 299, + 596, + 319, + 613 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 319, + 598, + 337, + 609 + ], + "score": 0.9, + "content": "S ^ { ( 2 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 338, + 596, + 506, + 613 + ], + "score": 1.0, + "content": "are similar). Particularly, for the outlier", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 608, + 506, + 625 + ], + "spans": [ + { + "bbox": [ + 106, + 614, + 113, + 622 + ], + "score": 0.73, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 114, + 608, + 212, + 625 + ], + "score": 1.0, + "content": ", its updated embedding", + "type": "text" + }, + { + "bbox": [ + 212, + 612, + 220, + 622 + ], + "score": 0.52, + "content": "\\hat { \\bf x }", + "type": "inline_equation" + }, + { + "bbox": [ + 220, + 608, + 312, + 625 + ], + "score": 1.0, + "content": "will be pulled back to", + "type": "text" + }, + { + "bbox": [ + 313, + 610, + 331, + 622 + ], + "score": 0.9, + "content": "\\tilde { S } ^ { ( 1 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 331, + 608, + 506, + 625 + ], + "score": 1.0, + "content": "(i.e., its negative effect is mitigated) since", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 621, + 506, + 637 + ], + "spans": [ + { + "bbox": [ + 106, + 623, + 338, + 636 + ], + "score": 0.86, + "content": "\\hat { \\mathbf { x } } = \\mathbf { C E A M } ( \\mathbf { x } , \\mathbf { S } ^ { ( 2 ) } , \\mathbf { S } ^ { ( 2 ) } ) \\approx \\mathbf { x } + \\mathbf { W S } ^ { ( 2 ) } \\approx \\mathbf { x } + \\tilde { \\mathbf { W } } \\tilde { \\mathbf { S } } ^ { ( 1 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 338, + 621, + 369, + 637 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 369, + 626, + 377, + 634 + ], + "score": 0.7, + "content": "\\mathbf { x }", + "type": "inline_equation" + }, + { + "bbox": [ + 377, + 621, + 494, + 637 + ], + "score": 1.0, + "content": "is the original embedding of", + "type": "text" + }, + { + "bbox": [ + 495, + 626, + 501, + 634 + ], + "score": 0.69, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 502, + 621, + 506, + 637 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 634, + 506, + 650 + ], + "spans": [ + { + "bbox": [ + 106, + 635, + 124, + 648 + ], + "score": 0.63, + "content": "\\mathbf { S } ^ { ( 2 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 125, + 634, + 143, + 650 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 143, + 635, + 161, + 647 + ], + "score": 0.81, + "content": "\\tilde { \\mathbf { S } } ^ { ( 1 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 161, + 634, + 320, + 650 + ], + "score": 1.0, + "content": "are respectively the feature matrices of", + "type": "text" + }, + { + "bbox": [ + 320, + 636, + 338, + 647 + ], + "score": 0.9, + "content": "S ^ { ( 2 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 339, + 634, + 357, + 650 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 357, + 635, + 375, + 647 + ], + "score": 0.89, + "content": "\\tilde { S } ^ { ( 1 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 376, + 634, + 379, + 650 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 379, + 636, + 393, + 647 + ], + "score": 0.29, + "content": "\\mathbf { W }", + "type": "inline_equation" + }, + { + "bbox": [ + 393, + 634, + 411, + 650 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 411, + 635, + 424, + 647 + ], + "score": 0.76, + "content": "\\tilde { \\mathbf { W } }", + "type": "inline_equation" + }, + { + "bbox": [ + 425, + 634, + 506, + 650 + ], + "score": 1.0, + "content": "are two normalized", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 648, + 409, + 661 + ], + "spans": [ + { + "bbox": [ + 106, + 648, + 358, + 661 + ], + "score": 1.0, + "content": "weight matrices. Note that this cannot be done by attending on", + "type": "text" + }, + { + "bbox": [ + 359, + 650, + 367, + 659 + ], + "score": 0.6, + "content": "\\mathbf { x }", + "type": "inline_equation" + }, + { + "bbox": [ + 367, + 648, + 387, + 661 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 388, + 648, + 406, + 659 + ], + "score": 0.85, + "content": "\\mathbf { S } ^ { ( 1 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 406, + 648, + 409, + 661 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 22 + }, + { + "type": "text", + "bbox": [ + 107, + 666, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 665, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 665, + 505, + 678 + ], + "score": 1.0, + "content": "Additionally, we provide the results obtained by an extra CEAM alternative in Table 6: only the", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 677, + 505, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 385, + 690 + ], + "score": 1.0, + "content": "embeddings of support samples are transformed (denoted as ‘Support", + "type": "text" + }, + { + "bbox": [ + 385, + 678, + 397, + 687 + ], + "score": 0.58, + "content": "", + "type": "inline_equation" + }, + { + "bbox": [ + 398, + 677, + 505, + 690 + ], + "score": 1.0, + "content": "Support’) instead of trans-", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 686, + 506, + 702 + ], + "spans": [ + { + "bbox": [ + 105, + 686, + 506, + 702 + ], + "score": 1.0, + "content": "forming all samples as our choice. We can see from Table 6 and also Figure 2(b) that our choice (i.e.,", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 140, + 711 + ], + "score": 1.0, + "content": "Support", + "type": "text" + }, + { + "bbox": [ + 141, + 699, + 169, + 709 + ], + "score": 0.78, + "content": " \\mathrm { A l l }", + "type": "inline_equation" + }, + { + "bbox": [ + 169, + 699, + 505, + 711 + ], + "score": 1.0, + "content": ") achieves the best results among all CEAM alternatives. One possible explanation", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "for why we resort to updating all samples is that transforming support and query samples into the", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 720, + 341, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 341, + 734 + ], + "score": 1.0, + "content": "same embedding space is beneficial to the model learning.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 32.5 + } + ], + "page_idx": 16, + "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": "17", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 119, + 79, + 492, + 233 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 119, + 79, + 492, + 233 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 119, + 79, + 492, + 232 + ], + "spans": [ + { + "bbox": [ + 119, + 79, + 492, + 232 + ], + "score": 0.97, + "type": "image", + "image_path": "d8310768f74da4fd95867ec4f8dc1bbd7e1e37272f8603c91baaaf3d516a14a4.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 119, + 79, + 492, + 130.33333333333334 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 119, + 130.33333333333334, + 492, + 181.66666666666669 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 119, + 181.66666666666669, + 492, + 233.00000000000003 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 242, + 505, + 315 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 242, + 505, + 255 + ], + "spans": [ + { + "bbox": [ + 105, + 242, + 505, + 255 + ], + "score": 1.0, + "content": "Figure 6: Schematic illustration of our CEAM with a pair of episodes as its input. For easy un-", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 253, + 506, + 267 + ], + "spans": [ + { + "bbox": [ + 105, + 253, + 506, + 267 + ], + "score": 1.0, + "content": "derstanding (but without loss of generality), a toy visual example is considered: only one outlying", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 264, + 506, + 278 + ], + "spans": [ + { + "bbox": [ + 105, + 265, + 141, + 278 + ], + "score": 1.0, + "content": "instance", + "type": "text" + }, + { + "bbox": [ + 142, + 268, + 149, + 276 + ], + "score": 0.71, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 150, + 265, + 249, + 278 + ], + "score": 1.0, + "content": "exists in the support set", + "type": "text" + }, + { + "bbox": [ + 249, + 264, + 268, + 276 + ], + "score": 0.9, + "content": "{ \\mathcal { S } } ^ { ( 1 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 268, + 265, + 428, + 278 + ], + "score": 1.0, + "content": "of the first episode, but the support set", + "type": "text" + }, + { + "bbox": [ + 428, + 264, + 447, + 276 + ], + "score": 0.88, + "content": "S ^ { ( 2 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 447, + 265, + 506, + 278 + ], + "score": 1.0, + "content": "of the second", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 276, + 506, + 291 + ], + "spans": [ + { + "bbox": [ + 105, + 276, + 250, + 291 + ], + "score": 1.0, + "content": "episode is properly sampled. Since", + "type": "text" + }, + { + "bbox": [ + 250, + 276, + 317, + 290 + ], + "score": 0.93, + "content": "{ \\tilde { S } } ^ { ( 1 ) } { = } S ^ { ( 1 ) } \\setminus \\{ x \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 318, + 276, + 336, + 291 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 336, + 277, + 354, + 288 + ], + "score": 0.9, + "content": "S ^ { ( 2 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 355, + 276, + 506, + 291 + ], + "score": 1.0, + "content": "have similar data distributions (from", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 289, + 505, + 303 + ], + "spans": [ + { + "bbox": [ + 105, + 290, + 265, + 303 + ], + "score": 1.0, + "content": "the same classes), the outlying instance", + "type": "text" + }, + { + "bbox": [ + 266, + 293, + 273, + 301 + ], + "score": 0.78, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 290, + 342, + 303 + ], + "score": 1.0, + "content": "is pulled back to", + "type": "text" + }, + { + "bbox": [ + 342, + 289, + 360, + 301 + ], + "score": 0.9, + "content": "\\tilde { S } ^ { ( 1 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 361, + 290, + 455, + 303 + ], + "score": 1.0, + "content": "by attending on it with", + "type": "text" + }, + { + "bbox": [ + 455, + 289, + 473, + 302 + ], + "score": 0.89, + "content": "S ^ { ( 2 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 474, + 290, + 505, + 303 + ], + "score": 1.0, + "content": "(which", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 302, + 491, + 315 + ], + "spans": [ + { + "bbox": [ + 105, + 302, + 264, + 315 + ], + "score": 1.0, + "content": "can not be done by attending on it with", + "type": "text" + }, + { + "bbox": [ + 264, + 302, + 283, + 313 + ], + "score": 0.86, + "content": "{ \\mathcal { S } } ^ { ( 1 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 283, + 302, + 491, + 315 + ], + "score": 1.0, + "content": "), i.e., its negative effect is mitigated by our CEAM.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 5.5 + } + ], + "index": 3.25 + }, + { + "type": "table", + "bbox": [ + 117, + 372, + 491, + 424 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 106, + 343, + 502, + 366 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 342, + 504, + 358 + ], + "spans": [ + { + "bbox": [ + 105, + 342, + 504, + 358 + ], + "score": 1.0, + "content": "Table 6: Results by inputting only support samples as ‘queries’ into CEAM (denote as ‘Sup-", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 355, + 253, + 368 + ], + "spans": [ + { + "bbox": [ + 105, + 355, + 124, + 368 + ], + "score": 1.0, + "content": "port", + "type": "text" + }, + { + "bbox": [ + 125, + 356, + 137, + 365 + ], + "score": 0.76, + "content": "", + "type": "inline_equation" + }, + { + "bbox": [ + 138, + 355, + 253, + 368 + ], + "score": 1.0, + "content": "Support’) on miniImageNet.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5 + }, + { + "type": "table_body", + "bbox": [ + 117, + 372, + 491, + 424 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 117, + 372, + 491, + 424 + ], + "spans": [ + { + "bbox": [ + 117, + 372, + 491, + 424 + ], + "score": 0.979, + "html": "
MethodBackbone1-shot5-shot
ProtoNettConv4-6452.61 ± 0.4271.33 ± 0.36
ProtoNet†+CEAM (Support →→ Support)Conv4-6454.79 ± 0.4371.40 ± 0.36
ProtoNet† +CEAM (Support → All, ours)Conv4-6455.01 ± 0.4372.01 ±0.35
", + "type": "table", + "image_path": "24ae39eebb7a7afe321c4a01c509cb27ebd7a0f441cb91f302d1c5836645cd87.jpg" + } + ] + } + ], + "index": 12, + "virtual_lines": [ + { + "bbox": [ + 117, + 372, + 491, + 389.3333333333333 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 117, + 389.3333333333333, + 491, + 406.66666666666663 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 117, + 406.66666666666663, + 491, + 423.99999999999994 + ], + "spans": [], + "index": 13 + } + ] + } + ], + "index": 10.75 + }, + { + "type": "title", + "bbox": [ + 108, + 458, + 297, + 470 + ], + "lines": [ + { + "bbox": [ + 106, + 458, + 298, + 471 + ], + "spans": [ + { + "bbox": [ + 106, + 458, + 298, + 471 + ], + "score": 1.0, + "content": "A.8 SCHEMATIC ILLUSTRATION OF CEAM", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 14 + }, + { + "type": "text", + "bbox": [ + 106, + 483, + 505, + 660 + ], + "lines": [ + { + "bbox": [ + 105, + 483, + 506, + 497 + ], + "spans": [ + { + "bbox": [ + 105, + 483, + 506, + 497 + ], + "score": 1.0, + "content": "To demonstrate how our proposed CEAM can alleviate the negative effect of the poorly sampled", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 494, + 505, + 506 + ], + "spans": [ + { + "bbox": [ + 105, + 494, + 505, + 506 + ], + "score": 1.0, + "content": "shots, we present a schematic illustration of CEAM with a pair of episodes as its input in Figure 6.", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 505, + 505, + 518 + ], + "spans": [ + { + "bbox": [ + 106, + 505, + 505, + 518 + ], + "score": 1.0, + "content": "For easy understanding (but without loss of generality), a toy visual example is considered: only", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 104, + 516, + 503, + 531 + ], + "spans": [ + { + "bbox": [ + 104, + 516, + 196, + 531 + ], + "score": 1.0, + "content": "one outlying instance", + "type": "text" + }, + { + "bbox": [ + 196, + 519, + 203, + 527 + ], + "score": 0.71, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 204, + 516, + 304, + 531 + ], + "score": 1.0, + "content": "exists in the support set", + "type": "text" + }, + { + "bbox": [ + 304, + 516, + 323, + 528 + ], + "score": 0.9, + "content": "{ \\mathcal { S } } ^ { ( 1 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 323, + 516, + 484, + 531 + ], + "score": 1.0, + "content": "of the first episode, but the support set", + "type": "text" + }, + { + "bbox": [ + 485, + 516, + 503, + 528 + ], + "score": 0.87, + "content": "\\bar { S ^ { ( 2 ) } }", + "type": "inline_equation" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 528, + 505, + 541 + ], + "spans": [ + { + "bbox": [ + 106, + 528, + 505, + 541 + ], + "score": 1.0, + "content": "of the second episode is properly sampled. Since the two episodes are sampled from the same set", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 539, + 506, + 554 + ], + "spans": [ + { + "bbox": [ + 105, + 539, + 252, + 554 + ], + "score": 1.0, + "content": "of classes, the data distributions of", + "type": "text" + }, + { + "bbox": [ + 252, + 539, + 331, + 553 + ], + "score": 0.93, + "content": "\\tilde { S } ^ { ( 1 ) } = S ^ { ( 1 ) } \\setminus \\{ x \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 331, + 539, + 350, + 554 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 351, + 540, + 369, + 551 + ], + "score": 0.89, + "content": "S ^ { ( 2 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 369, + 539, + 506, + 554 + ], + "score": 1.0, + "content": "are similar. On one hand, when", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 550, + 506, + 567 + ], + "spans": [ + { + "bbox": [ + 106, + 552, + 125, + 564 + ], + "score": 0.88, + "content": "{ \\mathcal { S } } ^ { ( 1 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 125, + 550, + 213, + 567 + ], + "score": 1.0, + "content": "(including the outlier", + "type": "text" + }, + { + "bbox": [ + 213, + 555, + 220, + 563 + ], + "score": 0.63, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 221, + 550, + 370, + 567 + ], + "score": 1.0, + "content": ") is used as keys and values to update", + "type": "text" + }, + { + "bbox": [ + 371, + 552, + 389, + 563 + ], + "score": 0.89, + "content": "S ^ { ( 2 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 389, + 550, + 467, + 567 + ], + "score": 1.0, + "content": ", the distribution of", + "type": "text" + }, + { + "bbox": [ + 467, + 552, + 485, + 563 + ], + "score": 0.91, + "content": "S ^ { ( 2 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 486, + 550, + 506, + 567 + ], + "score": 1.0, + "content": "will", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 564, + 506, + 577 + ], + "spans": [ + { + "bbox": [ + 105, + 564, + 276, + 577 + ], + "score": 1.0, + "content": "not be influenced too much by the outlier", + "type": "text" + }, + { + "bbox": [ + 276, + 567, + 283, + 575 + ], + "score": 0.79, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 284, + 564, + 369, + 577 + ], + "score": 1.0, + "content": "since all the shots in", + "type": "text" + }, + { + "bbox": [ + 370, + 564, + 388, + 575 + ], + "score": 0.89, + "content": "S ^ { ( 2 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 388, + 564, + 464, + 577 + ], + "score": 1.0, + "content": "are far away from", + "type": "text" + }, + { + "bbox": [ + 464, + 567, + 471, + 575 + ], + "score": 0.75, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 472, + 564, + 506, + 577 + ], + "score": 1.0, + "content": "and the", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 576, + 505, + 588 + ], + "spans": [ + { + "bbox": [ + 105, + 576, + 153, + 588 + ], + "score": 1.0, + "content": "weights on", + "type": "text" + }, + { + "bbox": [ + 154, + 578, + 161, + 586 + ], + "score": 0.68, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 161, + 576, + 505, + 588 + ], + "score": 1.0, + "content": "will be very small. That is, our CEAM is insensitive to few outliers in the keys and", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 586, + 506, + 601 + ], + "spans": [ + { + "bbox": [ + 105, + 586, + 245, + 601 + ], + "score": 1.0, + "content": "values. On the other hand, when", + "type": "text" + }, + { + "bbox": [ + 245, + 587, + 263, + 599 + ], + "score": 0.9, + "content": "{ \\mathcal { S } } ^ { ( 1 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 263, + 586, + 366, + 601 + ], + "score": 1.0, + "content": "is transformed based on", + "type": "text" + }, + { + "bbox": [ + 366, + 587, + 385, + 599 + ], + "score": 0.9, + "content": "S ^ { ( 2 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 385, + 586, + 466, + 601 + ], + "score": 1.0, + "content": ", the distribution of", + "type": "text" + }, + { + "bbox": [ + 466, + 587, + 484, + 598 + ], + "score": 0.9, + "content": "\\tilde { \\cal S } ^ { ( \\mathrm { 1 } ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 485, + 586, + 506, + 601 + ], + "score": 1.0, + "content": "will", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 104, + 596, + 506, + 613 + ], + "spans": [ + { + "bbox": [ + 104, + 596, + 280, + 613 + ], + "score": 1.0, + "content": "be changed little (the data distributions of", + "type": "text" + }, + { + "bbox": [ + 281, + 598, + 299, + 609 + ], + "score": 0.9, + "content": "\\tilde { S } ^ { ( 1 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 299, + 596, + 319, + 613 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 319, + 598, + 337, + 609 + ], + "score": 0.9, + "content": "S ^ { ( 2 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 338, + 596, + 506, + 613 + ], + "score": 1.0, + "content": "are similar). Particularly, for the outlier", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 608, + 506, + 625 + ], + "spans": [ + { + "bbox": [ + 106, + 614, + 113, + 622 + ], + "score": 0.73, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 114, + 608, + 212, + 625 + ], + "score": 1.0, + "content": ", its updated embedding", + "type": "text" + }, + { + "bbox": [ + 212, + 612, + 220, + 622 + ], + "score": 0.52, + "content": "\\hat { \\bf x }", + "type": "inline_equation" + }, + { + "bbox": [ + 220, + 608, + 312, + 625 + ], + "score": 1.0, + "content": "will be pulled back to", + "type": "text" + }, + { + "bbox": [ + 313, + 610, + 331, + 622 + ], + "score": 0.9, + "content": "\\tilde { S } ^ { ( 1 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 331, + 608, + 506, + 625 + ], + "score": 1.0, + "content": "(i.e., its negative effect is mitigated) since", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 621, + 506, + 637 + ], + "spans": [ + { + "bbox": [ + 106, + 623, + 338, + 636 + ], + "score": 0.86, + "content": "\\hat { \\mathbf { x } } = \\mathbf { C E A M } ( \\mathbf { x } , \\mathbf { S } ^ { ( 2 ) } , \\mathbf { S } ^ { ( 2 ) } ) \\approx \\mathbf { x } + \\mathbf { W S } ^ { ( 2 ) } \\approx \\mathbf { x } + \\tilde { \\mathbf { W } } \\tilde { \\mathbf { S } } ^ { ( 1 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 338, + 621, + 369, + 637 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 369, + 626, + 377, + 634 + ], + "score": 0.7, + "content": "\\mathbf { x }", + "type": "inline_equation" + }, + { + "bbox": [ + 377, + 621, + 494, + 637 + ], + "score": 1.0, + "content": "is the original embedding of", + "type": "text" + }, + { + "bbox": [ + 495, + 626, + 501, + 634 + ], + "score": 0.69, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 502, + 621, + 506, + 637 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 634, + 506, + 650 + ], + "spans": [ + { + "bbox": [ + 106, + 635, + 124, + 648 + ], + "score": 0.63, + "content": "\\mathbf { S } ^ { ( 2 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 125, + 634, + 143, + 650 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 143, + 635, + 161, + 647 + ], + "score": 0.81, + "content": "\\tilde { \\mathbf { S } } ^ { ( 1 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 161, + 634, + 320, + 650 + ], + "score": 1.0, + "content": "are respectively the feature matrices of", + "type": "text" + }, + { + "bbox": [ + 320, + 636, + 338, + 647 + ], + "score": 0.9, + "content": "S ^ { ( 2 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 339, + 634, + 357, + 650 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 357, + 635, + 375, + 647 + ], + "score": 0.89, + "content": "\\tilde { S } ^ { ( 1 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 376, + 634, + 379, + 650 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 379, + 636, + 393, + 647 + ], + "score": 0.29, + "content": "\\mathbf { W }", + "type": "inline_equation" + }, + { + "bbox": [ + 393, + 634, + 411, + 650 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 411, + 635, + 424, + 647 + ], + "score": 0.76, + "content": "\\tilde { \\mathbf { W } }", + "type": "inline_equation" + }, + { + "bbox": [ + 425, + 634, + 506, + 650 + ], + "score": 1.0, + "content": "are two normalized", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 648, + 409, + 661 + ], + "spans": [ + { + "bbox": [ + 106, + 648, + 358, + 661 + ], + "score": 1.0, + "content": "weight matrices. Note that this cannot be done by attending on", + "type": "text" + }, + { + "bbox": [ + 359, + 650, + 367, + 659 + ], + "score": 0.6, + "content": "\\mathbf { x }", + "type": "inline_equation" + }, + { + "bbox": [ + 367, + 648, + 387, + 661 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 388, + 648, + 406, + 659 + ], + "score": 0.85, + "content": "\\mathbf { S } ^ { ( 1 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 406, + 648, + 409, + 661 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 22, + "bbox_fs": [ + 104, + 483, + 506, + 661 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 666, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 665, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 665, + 505, + 678 + ], + "score": 1.0, + "content": "Additionally, we provide the results obtained by an extra CEAM alternative in Table 6: only the", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 677, + 505, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 385, + 690 + ], + "score": 1.0, + "content": "embeddings of support samples are transformed (denoted as ‘Support", + "type": "text" + }, + { + "bbox": [ + 385, + 678, + 397, + 687 + ], + "score": 0.58, + "content": "", + "type": "inline_equation" + }, + { + "bbox": [ + 398, + 677, + 505, + 690 + ], + "score": 1.0, + "content": "Support’) instead of trans-", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 686, + 506, + 702 + ], + "spans": [ + { + "bbox": [ + 105, + 686, + 506, + 702 + ], + "score": 1.0, + "content": "forming all samples as our choice. We can see from Table 6 and also Figure 2(b) that our choice (i.e.,", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 140, + 711 + ], + "score": 1.0, + "content": "Support", + "type": "text" + }, + { + "bbox": [ + 141, + 699, + 169, + 709 + ], + "score": 0.78, + "content": " \\mathrm { A l l }", + "type": "inline_equation" + }, + { + "bbox": [ + 169, + 699, + 505, + 711 + ], + "score": 1.0, + "content": ") achieves the best results among all CEAM alternatives. One possible explanation", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "for why we resort to updating all samples is that transforming support and query samples into the", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 720, + 341, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 341, + 734 + ], + "score": 1.0, + "content": "same embedding space is beneficial to the model learning.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 32.5, + "bbox_fs": [ + 105, + 665, + 506, + 734 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 110, + 80, + 502, + 373 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 110, + 80, + 502, + 373 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 110, + 80, + 502, + 373 + ], + "spans": [ + { + "bbox": [ + 110, + 80, + 502, + 373 + ], + "score": 0.975, + "type": "image", + "image_path": "53589dccc3ddf367dd0a36be2a1ea3d36f628b449fe24e2742ee4cd79b7b9d54.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 110, + 80, + 502, + 177.66666666666669 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 110, + 177.66666666666669, + 502, + 275.33333333333337 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 110, + 275.33333333333337, + 502, + 373.00000000000006 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 381, + 505, + 436 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 380, + 505, + 394 + ], + "spans": [ + { + "bbox": [ + 105, + 380, + 505, + 394 + ], + "score": 1.0, + "content": "Figure 7: Visualization results of 10 meta-test episodes on miniImageNet under the 5-way 5-shot", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 392, + 505, + 405 + ], + "spans": [ + { + "bbox": [ + 105, + 392, + 505, + 405 + ], + "score": 1.0, + "content": "setting (Conv4-64 is used as the backbone). For each meta-test episode, we visualize three data", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 402, + 505, + 416 + ], + "spans": [ + { + "bbox": [ + 105, + 402, + 366, + 416 + ], + "score": 1.0, + "content": "distributions (from left to right) obtained by ProtoNet†, ProtoNet", + "type": "text" + }, + { + "bbox": [ + 367, + 403, + 405, + 414 + ], + "score": 0.4, + "content": "\\mathsf { I } _ { + \\mathrm { C E A M } }", + "type": "inline_equation" + }, + { + "bbox": [ + 405, + 402, + 505, + 416 + ], + "score": 1.0, + "content": ", and our MELR, respec-", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 413, + 505, + 427 + ], + "spans": [ + { + "bbox": [ + 105, + 413, + 505, + 427 + ], + "score": 1.0, + "content": "tively. That is, each meta-test episode is denoted by three subfigures and each row has two episodes.", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 425, + 481, + 438 + ], + "spans": [ + { + "bbox": [ + 106, + 425, + 481, + 438 + ], + "score": 1.0, + "content": "In each subfigure, we compute the test accuracy over query samples and present it as the title.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 5 + } + ], + "index": 3.0 + }, + { + "type": "title", + "bbox": [ + 109, + 459, + 285, + 469 + ], + "lines": [ + { + "bbox": [ + 107, + 458, + 287, + 471 + ], + "spans": [ + { + "bbox": [ + 107, + 458, + 287, + 471 + ], + "score": 1.0, + "content": "A.9 SIGNIFICANCE ANALYSIS OF CECR", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8 + }, + { + "type": "text", + "bbox": [ + 107, + 480, + 505, + 524 + ], + "lines": [ + { + "bbox": [ + 106, + 480, + 505, + 492 + ], + "spans": [ + { + "bbox": [ + 106, + 480, + 505, + 492 + ], + "score": 1.0, + "content": "Since CECR (in our MELR) requires no extra learnable parameters and only computes a loss for", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 490, + 505, + 504 + ], + "spans": [ + { + "bbox": [ + 105, + 490, + 505, + 504 + ], + "score": 1.0, + "content": "consistency constraint, it brings very limited computational cost. Empirically, the meta-training", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 501, + 505, + 514 + ], + "spans": [ + { + "bbox": [ + 105, + 501, + 505, + 514 + ], + "score": 1.0, + "content": "time of MELR is almost the same as that of ProtoNet†+CEAM, indicating that the performance", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 513, + 448, + 526 + ], + "spans": [ + { + "bbox": [ + 105, + 513, + 448, + 526 + ], + "score": 1.0, + "content": "improvement over ProtoNet†+CEAM is obtained by CECR at an extremely low cost.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 10.5 + }, + { + "type": "text", + "bbox": [ + 107, + 529, + 505, + 651 + ], + "lines": [ + { + "bbox": [ + 106, + 530, + 506, + 542 + ], + "spans": [ + { + "bbox": [ + 106, + 530, + 506, + 542 + ], + "score": 1.0, + "content": "To study when CECR has a significant impact on the final FSL performance, we select 10 meta-test", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 541, + 505, + 554 + ], + "spans": [ + { + "bbox": [ + 105, + 541, + 505, + 554 + ], + "score": 1.0, + "content": "episodes from the 2,000 ones used in the evaluation stage and visualize them in Figure 7. Con-", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 552, + 505, + 564 + ], + "spans": [ + { + "bbox": [ + 105, + 552, + 505, + 564 + ], + "score": 1.0, + "content": "cretely, for each of the 10 selected meta-test episodes, we visualize three data distributions (from", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 562, + 505, + 576 + ], + "spans": [ + { + "bbox": [ + 105, + 562, + 292, + 576 + ], + "score": 1.0, + "content": "left to right) obtained by ProtoNet†, ProtoNet†", + "type": "text" + }, + { + "bbox": [ + 293, + 564, + 300, + 573 + ], + "score": 0.37, + "content": "^ +", + "type": "inline_equation" + }, + { + "bbox": [ + 300, + 562, + 505, + 576 + ], + "score": 1.0, + "content": "CEAM, and our MELR, respectively. That is, each", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 574, + 506, + 586 + ], + "spans": [ + { + "bbox": [ + 105, + 574, + 506, + 586 + ], + "score": 1.0, + "content": "meta-test episode is denoted by a group of three subfigures. In each subfigure, we compute the test", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 585, + 505, + 596 + ], + "spans": [ + { + "bbox": [ + 105, + 585, + 505, + 596 + ], + "score": 1.0, + "content": "accuracy over query samples and present it as the title. We can see that: (1) When the few-shot clas-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 596, + 505, + 608 + ], + "spans": [ + { + "bbox": [ + 105, + 596, + 505, + 608 + ], + "score": 1.0, + "content": "sification task is hard (i.e., ProtoNet† obtains relatively low accuracy), CEAM leads to significant", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 606, + 505, + 620 + ], + "spans": [ + { + "bbox": [ + 105, + 606, + 194, + 620 + ], + "score": 1.0, + "content": "improvements (about", + "type": "text" + }, + { + "bbox": [ + 194, + 607, + 234, + 617 + ], + "score": 0.87, + "content": "3 \\% - 9 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 234, + 606, + 505, + 620 + ], + "score": 1.0, + "content": "). (2) In the same hard situation, CECR further achieves significant", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 618, + 505, + 630 + ], + "spans": [ + { + "bbox": [ + 105, + 618, + 193, + 630 + ], + "score": 1.0, + "content": "improvements (about", + "type": "text" + }, + { + "bbox": [ + 194, + 618, + 232, + 628 + ], + "score": 0.88, + "content": "5 \\% - 8 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 232, + 618, + 505, + 630 + ], + "score": 1.0, + "content": ") on top of CEAM and shows its great effect on the final FSL perfor-", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 629, + 506, + 641 + ], + "spans": [ + { + "bbox": [ + 105, + 629, + 506, + 641 + ], + "score": 1.0, + "content": "mance. This indicates that CECR and CEAM are complementary to each other in hard situations,", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 640, + 479, + 652 + ], + "spans": [ + { + "bbox": [ + 105, + 640, + 479, + 652 + ], + "score": 1.0, + "content": "and thus both are crucial for solving the poor sampling problem in meta-learning based FSL.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 18 + }, + { + "type": "title", + "bbox": [ + 108, + 666, + 283, + 677 + ], + "lines": [ + { + "bbox": [ + 106, + 666, + 285, + 678 + ], + "spans": [ + { + "bbox": [ + 106, + 666, + 285, + 678 + ], + "score": 1.0, + "content": "A.10 RESULTS OF TRANSDUCTIVE FSL", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 24 + }, + { + "type": "text", + "bbox": [ + 108, + 687, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 687, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 687, + 505, + 700 + ], + "score": 1.0, + "content": "The main difference between standard and transductive FSL is whether query samples are tested one", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "at a time or all simultaneously. As we have mentioned in Section 4.1, we evaluate our MELR model", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "score": 1.0, + "content": "strictly following the non-transductive setting for standard FSL since the embedding of each query", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 721, + 505, + 732 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 505, + 732 + ], + "score": 1.0, + "content": "sample in the test episode is independently transformed using the keys and values coming from the", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 26.5 + } + ], + "page_idx": 17, + "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": [ + 301, + 752, + 311, + 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": "image", + "bbox": [ + 110, + 80, + 502, + 373 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 110, + 80, + 502, + 373 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 110, + 80, + 502, + 373 + ], + "spans": [ + { + "bbox": [ + 110, + 80, + 502, + 373 + ], + "score": 0.975, + "type": "image", + "image_path": "53589dccc3ddf367dd0a36be2a1ea3d36f628b449fe24e2742ee4cd79b7b9d54.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 110, + 80, + 502, + 177.66666666666669 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 110, + 177.66666666666669, + 502, + 275.33333333333337 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 110, + 275.33333333333337, + 502, + 373.00000000000006 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 381, + 505, + 436 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 380, + 505, + 394 + ], + "spans": [ + { + "bbox": [ + 105, + 380, + 505, + 394 + ], + "score": 1.0, + "content": "Figure 7: Visualization results of 10 meta-test episodes on miniImageNet under the 5-way 5-shot", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 392, + 505, + 405 + ], + "spans": [ + { + "bbox": [ + 105, + 392, + 505, + 405 + ], + "score": 1.0, + "content": "setting (Conv4-64 is used as the backbone). For each meta-test episode, we visualize three data", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 402, + 505, + 416 + ], + "spans": [ + { + "bbox": [ + 105, + 402, + 366, + 416 + ], + "score": 1.0, + "content": "distributions (from left to right) obtained by ProtoNet†, ProtoNet", + "type": "text" + }, + { + "bbox": [ + 367, + 403, + 405, + 414 + ], + "score": 0.4, + "content": "\\mathsf { I } _ { + \\mathrm { C E A M } }", + "type": "inline_equation" + }, + { + "bbox": [ + 405, + 402, + 505, + 416 + ], + "score": 1.0, + "content": ", and our MELR, respec-", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 413, + 505, + 427 + ], + "spans": [ + { + "bbox": [ + 105, + 413, + 505, + 427 + ], + "score": 1.0, + "content": "tively. That is, each meta-test episode is denoted by three subfigures and each row has two episodes.", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 425, + 481, + 438 + ], + "spans": [ + { + "bbox": [ + 106, + 425, + 481, + 438 + ], + "score": 1.0, + "content": "In each subfigure, we compute the test accuracy over query samples and present it as the title.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 5 + } + ], + "index": 3.0 + }, + { + "type": "title", + "bbox": [ + 109, + 459, + 285, + 469 + ], + "lines": [ + { + "bbox": [ + 107, + 458, + 287, + 471 + ], + "spans": [ + { + "bbox": [ + 107, + 458, + 287, + 471 + ], + "score": 1.0, + "content": "A.9 SIGNIFICANCE ANALYSIS OF CECR", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8 + }, + { + "type": "text", + "bbox": [ + 107, + 480, + 505, + 524 + ], + "lines": [ + { + "bbox": [ + 106, + 480, + 505, + 492 + ], + "spans": [ + { + "bbox": [ + 106, + 480, + 505, + 492 + ], + "score": 1.0, + "content": "Since CECR (in our MELR) requires no extra learnable parameters and only computes a loss for", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 490, + 505, + 504 + ], + "spans": [ + { + "bbox": [ + 105, + 490, + 505, + 504 + ], + "score": 1.0, + "content": "consistency constraint, it brings very limited computational cost. Empirically, the meta-training", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 501, + 505, + 514 + ], + "spans": [ + { + "bbox": [ + 105, + 501, + 505, + 514 + ], + "score": 1.0, + "content": "time of MELR is almost the same as that of ProtoNet†+CEAM, indicating that the performance", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 513, + 448, + 526 + ], + "spans": [ + { + "bbox": [ + 105, + 513, + 448, + 526 + ], + "score": 1.0, + "content": "improvement over ProtoNet†+CEAM is obtained by CECR at an extremely low cost.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 10.5, + "bbox_fs": [ + 105, + 480, + 505, + 526 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 529, + 505, + 651 + ], + "lines": [ + { + "bbox": [ + 106, + 530, + 506, + 542 + ], + "spans": [ + { + "bbox": [ + 106, + 530, + 506, + 542 + ], + "score": 1.0, + "content": "To study when CECR has a significant impact on the final FSL performance, we select 10 meta-test", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 541, + 505, + 554 + ], + "spans": [ + { + "bbox": [ + 105, + 541, + 505, + 554 + ], + "score": 1.0, + "content": "episodes from the 2,000 ones used in the evaluation stage and visualize them in Figure 7. Con-", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 552, + 505, + 564 + ], + "spans": [ + { + "bbox": [ + 105, + 552, + 505, + 564 + ], + "score": 1.0, + "content": "cretely, for each of the 10 selected meta-test episodes, we visualize three data distributions (from", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 562, + 505, + 576 + ], + "spans": [ + { + "bbox": [ + 105, + 562, + 292, + 576 + ], + "score": 1.0, + "content": "left to right) obtained by ProtoNet†, ProtoNet†", + "type": "text" + }, + { + "bbox": [ + 293, + 564, + 300, + 573 + ], + "score": 0.37, + "content": "^ +", + "type": "inline_equation" + }, + { + "bbox": [ + 300, + 562, + 505, + 576 + ], + "score": 1.0, + "content": "CEAM, and our MELR, respectively. That is, each", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 574, + 506, + 586 + ], + "spans": [ + { + "bbox": [ + 105, + 574, + 506, + 586 + ], + "score": 1.0, + "content": "meta-test episode is denoted by a group of three subfigures. In each subfigure, we compute the test", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 585, + 505, + 596 + ], + "spans": [ + { + "bbox": [ + 105, + 585, + 505, + 596 + ], + "score": 1.0, + "content": "accuracy over query samples and present it as the title. We can see that: (1) When the few-shot clas-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 596, + 505, + 608 + ], + "spans": [ + { + "bbox": [ + 105, + 596, + 505, + 608 + ], + "score": 1.0, + "content": "sification task is hard (i.e., ProtoNet† obtains relatively low accuracy), CEAM leads to significant", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 606, + 505, + 620 + ], + "spans": [ + { + "bbox": [ + 105, + 606, + 194, + 620 + ], + "score": 1.0, + "content": "improvements (about", + "type": "text" + }, + { + "bbox": [ + 194, + 607, + 234, + 617 + ], + "score": 0.87, + "content": "3 \\% - 9 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 234, + 606, + 505, + 620 + ], + "score": 1.0, + "content": "). (2) In the same hard situation, CECR further achieves significant", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 618, + 505, + 630 + ], + "spans": [ + { + "bbox": [ + 105, + 618, + 193, + 630 + ], + "score": 1.0, + "content": "improvements (about", + "type": "text" + }, + { + "bbox": [ + 194, + 618, + 232, + 628 + ], + "score": 0.88, + "content": "5 \\% - 8 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 232, + 618, + 505, + 630 + ], + "score": 1.0, + "content": ") on top of CEAM and shows its great effect on the final FSL perfor-", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 629, + 506, + 641 + ], + "spans": [ + { + "bbox": [ + 105, + 629, + 506, + 641 + ], + "score": 1.0, + "content": "mance. This indicates that CECR and CEAM are complementary to each other in hard situations,", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 640, + 479, + 652 + ], + "spans": [ + { + "bbox": [ + 105, + 640, + 479, + 652 + ], + "score": 1.0, + "content": "and thus both are crucial for solving the poor sampling problem in meta-learning based FSL.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 18, + "bbox_fs": [ + 105, + 530, + 506, + 652 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 666, + 283, + 677 + ], + "lines": [ + { + "bbox": [ + 106, + 666, + 285, + 678 + ], + "spans": [ + { + "bbox": [ + 106, + 666, + 285, + 678 + ], + "score": 1.0, + "content": "A.10 RESULTS OF TRANSDUCTIVE FSL", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 24 + }, + { + "type": "text", + "bbox": [ + 108, + 687, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 687, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 687, + 505, + 700 + ], + "score": 1.0, + "content": "The main difference between standard and transductive FSL is whether query samples are tested one", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "at a time or all simultaneously. As we have mentioned in Section 4.1, we evaluate our MELR model", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "score": 1.0, + "content": "strictly following the non-transductive setting for standard FSL since the embedding of each query", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 721, + 505, + 732 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 505, + 732 + ], + "score": 1.0, + "content": "sample in the test episode is independently transformed using the keys and values coming from the", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 442, + 503, + 455 + ], + "spans": [ + { + "bbox": [ + 105, + 442, + 503, + 455 + ], + "score": 1.0, + "content": "support set. However, in this section, we further conduct experiments under the transductive FSL", + "type": "text", + "cross_page": true + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 453, + 439, + 466 + ], + "spans": [ + { + "bbox": [ + 105, + 453, + 439, + 466 + ], + "score": 1.0, + "content": "setting to study how well our MELR can make use of the unlabeled query samples.", + "type": "text", + "cross_page": true + } + ], + "index": 13 + } + ], + "index": 26.5, + "bbox_fs": [ + 105, + 687, + 506, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "table", + "bbox": [ + 110, + 124, + 498, + 262 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 106, + 89, + 505, + 123 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 88, + 505, + 102 + ], + "spans": [ + { + "bbox": [ + 105, + 88, + 505, + 102 + ], + "score": 1.0, + "content": "Table 7: Comparative results of transductive FSL on miniImageNet. The average 5-way few-shot", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 100, + 505, + 113 + ], + "spans": [ + { + "bbox": [ + 105, + 100, + 209, + 113 + ], + "score": 1.0, + "content": "classification accuracies", + "type": "text" + }, + { + "bbox": [ + 209, + 101, + 219, + 110 + ], + "score": 0.66, + "content": "\\%", + "type": "inline_equation" + }, + { + "bbox": [ + 219, + 100, + 311, + 113 + ], + "score": 1.0, + "content": ", top-1) along with the", + "type": "text" + }, + { + "bbox": [ + 312, + 100, + 332, + 111 + ], + "score": 0.86, + "content": "9 5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 332, + 100, + 505, + 113 + ], + "score": 1.0, + "content": "confidence intervals are reported. We cite", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 112, + 315, + 123 + ], + "spans": [ + { + "bbox": [ + 106, + 112, + 315, + 123 + ], + "score": 1.0, + "content": "the results of the competitors from (Ye et al., 2020).", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1 + }, + { + "type": "table_body", + "bbox": [ + 110, + 124, + 498, + 262 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 110, + 124, + 498, + 262 + ], + "spans": [ + { + "bbox": [ + 110, + 124, + 498, + 262 + ], + "score": 0.98, + "html": "
miniImageNet
MethodBackbone1-shot5-shot
StandardFSL:
ProtoNet† (Snell et al., 2017)Conv4-6452.78 ± 0.4571.26 ± 0.36
MELR (ours)Conv4-6455.35 ± 0.4372.27 ± 0.35
Transductive FSL:
Semi-ProtoNet (Ren et al., 2018)Conv4-6455.50 ± 0.1071.76 ± 0.08
TPN (Liu et al., 2019)Conv4-6455.51 ± 0.8469.86 ± 0.67
TEAM (Qiao et al., 2019)Conv4-6456.5772.04
FEAT (Ye et al., 2020)Conv4-6457.04 ± 0.1672.89 ± 0.20
ProtoNet†+CEAM (ours)Conv4-6460.30 ± 0.4974.28 ± 0.36
MELR (ours)Conv4-6461.67 ± 0.5174.87 ± 0.35
", + "type": "table", + "image_path": "aac54ebeba8097d4ecf1c418c7c008588c1b04aa6d51fa3cf1a8c10f7bc6a3be.jpg" + } + ] + } + ], + "index": 4, + "virtual_lines": [ + { + "bbox": [ + 110, + 124, + 498, + 170.0 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 110, + 170.0, + 498, + 216.0 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 110, + 216.0, + 498, + 262.0 + ], + "spans": [], + "index": 5 + } + ] + } + ], + "index": 2.5 + }, + { + "type": "image", + "bbox": [ + 123, + 277, + 485, + 395 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 123, + 277, + 485, + 395 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 123, + 277, + 485, + 395 + ], + "spans": [ + { + "bbox": [ + 123, + 277, + 485, + 395 + ], + "score": 0.97, + "type": "image", + "image_path": "6d48eb43714c65a0aae66942670f3c3d111ac84046535db6ae2a08448c051534.jpg" + } + ] + } + ], + "index": 7, + "virtual_lines": [ + { + "bbox": [ + 123, + 277, + 485, + 316.3333333333333 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 123, + 316.3333333333333, + 485, + 355.66666666666663 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 123, + 355.66666666666663, + 485, + 394.99999999999994 + ], + "spans": [], + "index": 8 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 107, + 398, + 503, + 432 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 397, + 505, + 410 + ], + "spans": [ + { + "bbox": [ + 105, + 397, + 505, + 410 + ], + "score": 1.0, + "content": "Figure 8: Visualization of the generalization ability of our MELR on the test split of miniImageNet", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 409, + 505, + 421 + ], + "spans": [ + { + "bbox": [ + 106, + 409, + 505, + 421 + ], + "score": 1.0, + "content": "under the 5-way 1-shot setting with Conv4-64 as the backbone. Note that we check the test perfor-", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 420, + 419, + 432 + ], + "spans": [ + { + "bbox": [ + 105, + 420, + 419, + 432 + ], + "score": 1.0, + "content": "mance of the model at each training epoch (i.e., every 100 training iterations).", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10 + } + ], + "index": 8.5 + }, + { + "type": "text", + "bbox": [ + 106, + 442, + 502, + 465 + ], + "lines": [ + { + "bbox": [ + 105, + 442, + 503, + 455 + ], + "spans": [ + { + "bbox": [ + 105, + 442, + 503, + 455 + ], + "score": 1.0, + "content": "support set. However, in this section, we further conduct experiments under the transductive FSL", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 453, + 439, + 466 + ], + "spans": [ + { + "bbox": [ + 105, + 453, + 439, + 466 + ], + "score": 1.0, + "content": "setting to study how well our MELR can make use of the unlabeled query samples.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12.5 + }, + { + "type": "text", + "bbox": [ + 108, + 470, + 502, + 493 + ], + "lines": [ + { + "bbox": [ + 104, + 466, + 505, + 486 + ], + "spans": [ + { + "bbox": [ + 104, + 466, + 264, + 486 + ], + "score": 1.0, + "content": "Concretely, for each meta-test episode", + "type": "text" + }, + { + "bbox": [ + 264, + 470, + 290, + 481 + ], + "score": 0.9, + "content": "e ^ { ( t e s t ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 290, + 466, + 505, + 486 + ], + "score": 1.0, + "content": ", we input all samples (both support and query ones)", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 482, + 279, + 494 + ], + "spans": [ + { + "bbox": [ + 105, + 482, + 279, + 494 + ], + "score": 1.0, + "content": "as keys and values into the trained CEAM:", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14.5 + }, + { + "type": "interline_equation", + "bbox": [ + 218, + 498, + 392, + 513 + ], + "lines": [ + { + "bbox": [ + 218, + 498, + 392, + 513 + ], + "spans": [ + { + "bbox": [ + 218, + 498, + 392, + 513 + ], + "score": 0.92, + "content": "\\begin{array} { r } { \\hat { \\mathbf { F } } ^ { ( t e s t ) } = \\mathrm { C E A M } ( { \\mathbf { F } } ^ { ( t e s t ) } , { \\mathbf { F } } ^ { ( t e s t ) } , { \\mathbf { F } } ^ { ( t e s t ) } ) , } \\end{array}", + "type": "interline_equation", + "image_path": "fd6ddb417532ee969d2d2dc758aa02175b5a49c0c5d8a238fe2178ea0ed3de43.jpg" + } + ] + } + ], + "index": 16, + "virtual_lines": [ + { + "bbox": [ + 218, + 498, + 392, + 513 + ], + "spans": [], + "index": 16 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 516, + 505, + 605 + ], + "lines": [ + { + "bbox": [ + 106, + 518, + 505, + 530 + ], + "spans": [ + { + "bbox": [ + 106, + 518, + 505, + 530 + ], + "score": 1.0, + "content": "such that the relationships of all unlabeled query samples can be taken into consideration. With the", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 528, + 505, + 540 + ], + "spans": [ + { + "bbox": [ + 105, + 528, + 505, + 540 + ], + "score": 1.0, + "content": "transformed embeddings, we make predictions for all query samples based on Semi-ProtoNet (Ren", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 539, + 505, + 552 + ], + "spans": [ + { + "bbox": [ + 105, + 539, + 505, + 552 + ], + "score": 1.0, + "content": "et al., 2018), which utilizes the unlabeled query samples to help construct better class prototypes", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 551, + 505, + 562 + ], + "spans": [ + { + "bbox": [ + 106, + 551, + 505, + 562 + ], + "score": 1.0, + "content": "and then makes predictions similar to ProtoNet. To match the meta-test process, we also make", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 560, + 506, + 575 + ], + "spans": [ + { + "bbox": [ + 105, + 560, + 506, + 575 + ], + "score": 1.0, + "content": "changes to meta-training accordingly. Specifically, for one episode (out of the two) in each training", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 572, + 506, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 572, + 506, + 585 + ], + "score": 1.0, + "content": "iteration, we use all samples from the other episode as keys and values for CEAM to update all of", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 583, + 506, + 596 + ], + "spans": [ + { + "bbox": [ + 105, + 583, + 506, + 596 + ], + "score": 1.0, + "content": "its own embeddings. This is followed by obtaining the prototypes based on Semi-ProtoNet as well", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 594, + 280, + 606 + ], + "spans": [ + { + "bbox": [ + 105, + 594, + 280, + 606 + ], + "score": 1.0, + "content": "as computing the FSL loss and CECR loss.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 20.5 + }, + { + "type": "text", + "bbox": [ + 106, + 610, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 610, + 505, + 623 + ], + "spans": [ + { + "bbox": [ + 105, + 610, + 505, + 623 + ], + "score": 1.0, + "content": "The results of transductive FSL on miniImageNet are shown in Table 7. It can be seen that: (1)", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 622, + 506, + 634 + ], + "spans": [ + { + "bbox": [ + 105, + 622, + 506, + 634 + ], + "score": 1.0, + "content": "By utilizing the unlabeled query samples under transductive FSL, our MELR achieves further im-", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 104, + 632, + 506, + 646 + ], + "spans": [ + { + "bbox": [ + 104, + 632, + 506, + 646 + ], + "score": 1.0, + "content": "provements, as compared to MELR under standard FSL. Particularly, the performance improvement", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 643, + 505, + 657 + ], + "spans": [ + { + "bbox": [ + 105, + 643, + 181, + 657 + ], + "score": 1.0, + "content": "under 1-shot (i.e.,", + "type": "text" + }, + { + "bbox": [ + 181, + 644, + 204, + 655 + ], + "score": 0.85, + "content": "6 . 3 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 205, + 643, + 399, + 657 + ], + "score": 1.0, + "content": ") is more significant than that under 5-shot (i.e.,", + "type": "text" + }, + { + "bbox": [ + 399, + 644, + 422, + 655 + ], + "score": 0.85, + "content": "2 . 6 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 423, + 643, + 505, + 657 + ], + "score": 1.0, + "content": "), indicating that ex-", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 655, + 505, + 668 + ], + "spans": [ + { + "bbox": [ + 105, + 655, + 505, + 668 + ], + "score": 1.0, + "content": "ploiting unlabeled query samples brings more benefits to FSL with less labeled support samples.", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 665, + 505, + 679 + ], + "spans": [ + { + "bbox": [ + 105, + 665, + 505, + 679 + ], + "score": 1.0, + "content": "(2) Our MELR achieves the best results among all the transductive FSL methods. Specifically,", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 676, + 506, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 292, + 690 + ], + "score": 1.0, + "content": "MELR outperforms FEAT by a large margin", + "type": "text" + }, + { + "bbox": [ + 292, + 677, + 351, + 688 + ], + "score": 0.9, + "content": "( 2 . 0 \\% - 4 . 6 \\% )", + "type": "inline_equation" + }, + { + "bbox": [ + 352, + 676, + 506, + 690 + ], + "score": 1.0, + "content": ". Since FEAT also makes predictions", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 688, + 505, + 699 + ], + "spans": [ + { + "bbox": [ + 106, + 688, + 505, + 699 + ], + "score": 1.0, + "content": "based on Semi-ProtoNet, this clearly validates the effectiveness of our MELR under the transductive", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 104, + 698, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 104, + 698, + 506, + 712 + ], + "score": 1.0, + "content": "setting. (3) Our ProtoNet†+CEAM alone outperforms all the competitors, and adding CECR into", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 104, + 708, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 104, + 708, + 471, + 723 + ], + "score": 1.0, + "content": "ProtoNet†+CEAM (i.e., our MELR is obtained) further brings noticeable improvements", + "type": "text" + }, + { + "bbox": [ + 471, + 710, + 505, + 721 + ], + "score": 0.81, + "content": "( 0 . 6 \\% \\mathrm { ~ - ~ }", + "type": "inline_equation" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 721, + 474, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 130, + 731 + ], + "score": 0.82, + "content": "1 . 4 \\% )", + "type": "inline_equation" + }, + { + "bbox": [ + 131, + 721, + 474, + 733 + ], + "score": 1.0, + "content": ", indicating that both CEAM and CECR play important roles under transductive FSL.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 30 + } + ], + "page_idx": 18, + "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, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 313, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 313, + 764 + ], + "score": 1.0, + "content": "19", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "table", + "bbox": [ + 110, + 124, + 498, + 262 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 106, + 89, + 505, + 123 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 88, + 505, + 102 + ], + "spans": [ + { + "bbox": [ + 105, + 88, + 505, + 102 + ], + "score": 1.0, + "content": "Table 7: Comparative results of transductive FSL on miniImageNet. The average 5-way few-shot", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 100, + 505, + 113 + ], + "spans": [ + { + "bbox": [ + 105, + 100, + 209, + 113 + ], + "score": 1.0, + "content": "classification accuracies", + "type": "text" + }, + { + "bbox": [ + 209, + 101, + 219, + 110 + ], + "score": 0.66, + "content": "\\%", + "type": "inline_equation" + }, + { + "bbox": [ + 219, + 100, + 311, + 113 + ], + "score": 1.0, + "content": ", top-1) along with the", + "type": "text" + }, + { + "bbox": [ + 312, + 100, + 332, + 111 + ], + "score": 0.86, + "content": "9 5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 332, + 100, + 505, + 113 + ], + "score": 1.0, + "content": "confidence intervals are reported. We cite", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 112, + 315, + 123 + ], + "spans": [ + { + "bbox": [ + 106, + 112, + 315, + 123 + ], + "score": 1.0, + "content": "the results of the competitors from (Ye et al., 2020).", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1 + }, + { + "type": "table_body", + "bbox": [ + 110, + 124, + 498, + 262 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 110, + 124, + 498, + 262 + ], + "spans": [ + { + "bbox": [ + 110, + 124, + 498, + 262 + ], + "score": 0.98, + "html": "
miniImageNet
MethodBackbone1-shot5-shot
StandardFSL:
ProtoNet† (Snell et al., 2017)Conv4-6452.78 ± 0.4571.26 ± 0.36
MELR (ours)Conv4-6455.35 ± 0.4372.27 ± 0.35
Transductive FSL:
Semi-ProtoNet (Ren et al., 2018)Conv4-6455.50 ± 0.1071.76 ± 0.08
TPN (Liu et al., 2019)Conv4-6455.51 ± 0.8469.86 ± 0.67
TEAM (Qiao et al., 2019)Conv4-6456.5772.04
FEAT (Ye et al., 2020)Conv4-6457.04 ± 0.1672.89 ± 0.20
ProtoNet†+CEAM (ours)Conv4-6460.30 ± 0.4974.28 ± 0.36
MELR (ours)Conv4-6461.67 ± 0.5174.87 ± 0.35
", + "type": "table", + "image_path": "aac54ebeba8097d4ecf1c418c7c008588c1b04aa6d51fa3cf1a8c10f7bc6a3be.jpg" + } + ] + } + ], + "index": 4, + "virtual_lines": [ + { + "bbox": [ + 110, + 124, + 498, + 170.0 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 110, + 170.0, + 498, + 216.0 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 110, + 216.0, + 498, + 262.0 + ], + "spans": [], + "index": 5 + } + ] + } + ], + "index": 2.5 + }, + { + "type": "image", + "bbox": [ + 123, + 277, + 485, + 395 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 123, + 277, + 485, + 395 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 123, + 277, + 485, + 395 + ], + "spans": [ + { + "bbox": [ + 123, + 277, + 485, + 395 + ], + "score": 0.97, + "type": "image", + "image_path": "6d48eb43714c65a0aae66942670f3c3d111ac84046535db6ae2a08448c051534.jpg" + } + ] + } + ], + "index": 7, + "virtual_lines": [ + { + "bbox": [ + 123, + 277, + 485, + 316.3333333333333 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 123, + 316.3333333333333, + 485, + 355.66666666666663 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 123, + 355.66666666666663, + 485, + 394.99999999999994 + ], + "spans": [], + "index": 8 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 107, + 398, + 503, + 432 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 397, + 505, + 410 + ], + "spans": [ + { + "bbox": [ + 105, + 397, + 505, + 410 + ], + "score": 1.0, + "content": "Figure 8: Visualization of the generalization ability of our MELR on the test split of miniImageNet", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 409, + 505, + 421 + ], + "spans": [ + { + "bbox": [ + 106, + 409, + 505, + 421 + ], + "score": 1.0, + "content": "under the 5-way 1-shot setting with Conv4-64 as the backbone. Note that we check the test perfor-", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 420, + 419, + 432 + ], + "spans": [ + { + "bbox": [ + 105, + 420, + 419, + 432 + ], + "score": 1.0, + "content": "mance of the model at each training epoch (i.e., every 100 training iterations).", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10 + } + ], + "index": 8.5 + }, + { + "type": "text", + "bbox": [ + 106, + 442, + 502, + 465 + ], + "lines": [], + "index": 12.5, + "bbox_fs": [ + 105, + 442, + 503, + 466 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 108, + 470, + 502, + 493 + ], + "lines": [ + { + "bbox": [ + 104, + 466, + 505, + 486 + ], + "spans": [ + { + "bbox": [ + 104, + 466, + 264, + 486 + ], + "score": 1.0, + "content": "Concretely, for each meta-test episode", + "type": "text" + }, + { + "bbox": [ + 264, + 470, + 290, + 481 + ], + "score": 0.9, + "content": "e ^ { ( t e s t ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 290, + 466, + 505, + 486 + ], + "score": 1.0, + "content": ", we input all samples (both support and query ones)", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 482, + 279, + 494 + ], + "spans": [ + { + "bbox": [ + 105, + 482, + 279, + 494 + ], + "score": 1.0, + "content": "as keys and values into the trained CEAM:", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14.5, + "bbox_fs": [ + 104, + 466, + 505, + 494 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 218, + 498, + 392, + 513 + ], + "lines": [ + { + "bbox": [ + 218, + 498, + 392, + 513 + ], + "spans": [ + { + "bbox": [ + 218, + 498, + 392, + 513 + ], + "score": 0.92, + "content": "\\begin{array} { r } { \\hat { \\mathbf { F } } ^ { ( t e s t ) } = \\mathrm { C E A M } ( { \\mathbf { F } } ^ { ( t e s t ) } , { \\mathbf { F } } ^ { ( t e s t ) } , { \\mathbf { F } } ^ { ( t e s t ) } ) , } \\end{array}", + "type": "interline_equation", + "image_path": "fd6ddb417532ee969d2d2dc758aa02175b5a49c0c5d8a238fe2178ea0ed3de43.jpg" + } + ] + } + ], + "index": 16, + "virtual_lines": [ + { + "bbox": [ + 218, + 498, + 392, + 513 + ], + "spans": [], + "index": 16 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 516, + 505, + 605 + ], + "lines": [ + { + "bbox": [ + 106, + 518, + 505, + 530 + ], + "spans": [ + { + "bbox": [ + 106, + 518, + 505, + 530 + ], + "score": 1.0, + "content": "such that the relationships of all unlabeled query samples can be taken into consideration. With the", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 528, + 505, + 540 + ], + "spans": [ + { + "bbox": [ + 105, + 528, + 505, + 540 + ], + "score": 1.0, + "content": "transformed embeddings, we make predictions for all query samples based on Semi-ProtoNet (Ren", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 539, + 505, + 552 + ], + "spans": [ + { + "bbox": [ + 105, + 539, + 505, + 552 + ], + "score": 1.0, + "content": "et al., 2018), which utilizes the unlabeled query samples to help construct better class prototypes", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 551, + 505, + 562 + ], + "spans": [ + { + "bbox": [ + 106, + 551, + 505, + 562 + ], + "score": 1.0, + "content": "and then makes predictions similar to ProtoNet. To match the meta-test process, we also make", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 560, + 506, + 575 + ], + "spans": [ + { + "bbox": [ + 105, + 560, + 506, + 575 + ], + "score": 1.0, + "content": "changes to meta-training accordingly. Specifically, for one episode (out of the two) in each training", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 572, + 506, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 572, + 506, + 585 + ], + "score": 1.0, + "content": "iteration, we use all samples from the other episode as keys and values for CEAM to update all of", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 583, + 506, + 596 + ], + "spans": [ + { + "bbox": [ + 105, + 583, + 506, + 596 + ], + "score": 1.0, + "content": "its own embeddings. This is followed by obtaining the prototypes based on Semi-ProtoNet as well", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 594, + 280, + 606 + ], + "spans": [ + { + "bbox": [ + 105, + 594, + 280, + 606 + ], + "score": 1.0, + "content": "as computing the FSL loss and CECR loss.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 20.5, + "bbox_fs": [ + 105, + 518, + 506, + 606 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 610, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 610, + 505, + 623 + ], + "spans": [ + { + "bbox": [ + 105, + 610, + 505, + 623 + ], + "score": 1.0, + "content": "The results of transductive FSL on miniImageNet are shown in Table 7. It can be seen that: (1)", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 622, + 506, + 634 + ], + "spans": [ + { + "bbox": [ + 105, + 622, + 506, + 634 + ], + "score": 1.0, + "content": "By utilizing the unlabeled query samples under transductive FSL, our MELR achieves further im-", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 104, + 632, + 506, + 646 + ], + "spans": [ + { + "bbox": [ + 104, + 632, + 506, + 646 + ], + "score": 1.0, + "content": "provements, as compared to MELR under standard FSL. Particularly, the performance improvement", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 643, + 505, + 657 + ], + "spans": [ + { + "bbox": [ + 105, + 643, + 181, + 657 + ], + "score": 1.0, + "content": "under 1-shot (i.e.,", + "type": "text" + }, + { + "bbox": [ + 181, + 644, + 204, + 655 + ], + "score": 0.85, + "content": "6 . 3 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 205, + 643, + 399, + 657 + ], + "score": 1.0, + "content": ") is more significant than that under 5-shot (i.e.,", + "type": "text" + }, + { + "bbox": [ + 399, + 644, + 422, + 655 + ], + "score": 0.85, + "content": "2 . 6 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 423, + 643, + 505, + 657 + ], + "score": 1.0, + "content": "), indicating that ex-", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 655, + 505, + 668 + ], + "spans": [ + { + "bbox": [ + 105, + 655, + 505, + 668 + ], + "score": 1.0, + "content": "ploiting unlabeled query samples brings more benefits to FSL with less labeled support samples.", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 665, + 505, + 679 + ], + "spans": [ + { + "bbox": [ + 105, + 665, + 505, + 679 + ], + "score": 1.0, + "content": "(2) Our MELR achieves the best results among all the transductive FSL methods. Specifically,", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 676, + 506, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 292, + 690 + ], + "score": 1.0, + "content": "MELR outperforms FEAT by a large margin", + "type": "text" + }, + { + "bbox": [ + 292, + 677, + 351, + 688 + ], + "score": 0.9, + "content": "( 2 . 0 \\% - 4 . 6 \\% )", + "type": "inline_equation" + }, + { + "bbox": [ + 352, + 676, + 506, + 690 + ], + "score": 1.0, + "content": ". Since FEAT also makes predictions", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 688, + 505, + 699 + ], + "spans": [ + { + "bbox": [ + 106, + 688, + 505, + 699 + ], + "score": 1.0, + "content": "based on Semi-ProtoNet, this clearly validates the effectiveness of our MELR under the transductive", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 104, + 698, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 104, + 698, + 506, + 712 + ], + "score": 1.0, + "content": "setting. (3) Our ProtoNet†+CEAM alone outperforms all the competitors, and adding CECR into", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 104, + 708, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 104, + 708, + 471, + 723 + ], + "score": 1.0, + "content": "ProtoNet†+CEAM (i.e., our MELR is obtained) further brings noticeable improvements", + "type": "text" + }, + { + "bbox": [ + 471, + 710, + 505, + 721 + ], + "score": 0.81, + "content": "( 0 . 6 \\% \\mathrm { ~ - ~ }", + "type": "inline_equation" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 721, + 474, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 130, + 731 + ], + "score": 0.82, + "content": "1 . 4 \\% )", + "type": "inline_equation" + }, + { + "bbox": [ + 131, + 721, + 474, + 733 + ], + "score": 1.0, + "content": ", indicating that both CEAM and CECR play important roles under transductive FSL.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 30, + "bbox_fs": [ + 104, + 610, + 506, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 410, + 93 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 411, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 411, + 95 + ], + "score": 1.0, + "content": "A.11 VISUALIZATIONS OF THE GENERALIZATION ABILITY OF MELR", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 107, + 103, + 505, + 223 + ], + "lines": [ + { + "bbox": [ + 106, + 102, + 505, + 115 + ], + "spans": [ + { + "bbox": [ + 106, + 102, + 505, + 115 + ], + "score": 1.0, + "content": "We further provide the visualization of the generalization ability of our MELR during meta-test in", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 114, + 505, + 127 + ], + "spans": [ + { + "bbox": [ + 105, + 114, + 505, + 127 + ], + "score": 1.0, + "content": "Figure 8. Concretely, we randomly sample 1,000 episode pairs from the test split of miniImageNet", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 125, + 505, + 137 + ], + "spans": [ + { + "bbox": [ + 105, + 125, + 505, + 137 + ], + "score": 1.0, + "content": "under the 5-way 1-shot setting, where the two episodes in each pair have identical sets of classes.", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 136, + 505, + 149 + ], + "spans": [ + { + "bbox": [ + 106, + 136, + 505, + 149 + ], + "score": 1.0, + "content": "We then compute the average 5-way classification accuracy over all 2,000 episodes (from the 1,000", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 146, + 504, + 160 + ], + "spans": [ + { + "bbox": [ + 105, + 146, + 231, + 160 + ], + "score": 1.0, + "content": "episode pairs) and the average", + "type": "text" + }, + { + "bbox": [ + 231, + 147, + 254, + 158 + ], + "score": 0.91, + "content": "L _ { c e c r }", + "type": "inline_equation" + }, + { + "bbox": [ + 255, + 146, + 504, + 160 + ], + "score": 1.0, + "content": "in Eq. (7) over all 1,000 episode pairs at each training epoch.", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 157, + 504, + 170 + ], + "spans": [ + { + "bbox": [ + 106, + 157, + 504, + 170 + ], + "score": 1.0, + "content": "We present the visualization results w.r.t. accuracy and CECR loss in Figure 8. As expected, the", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 168, + 505, + 182 + ], + "spans": [ + { + "bbox": [ + 105, + 168, + 505, + 182 + ], + "score": 1.0, + "content": "accuracy of our MELR is consistently higher than that of our baseline ProtoNet†. Moreover, as com-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 178, + 506, + 194 + ], + "spans": [ + { + "bbox": [ + 105, + 178, + 506, + 194 + ], + "score": 1.0, + "content": "pared with ProtoNet†, the CECR loss of our MELR is also lower across the whole training process,", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 190, + 505, + 203 + ], + "spans": [ + { + "bbox": [ + 105, + 190, + 505, + 203 + ], + "score": 1.0, + "content": "indicating that MELR has better performance consistency between two episodes. This provides di-", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 202, + 505, + 213 + ], + "spans": [ + { + "bbox": [ + 105, + 202, + 505, + 213 + ], + "score": 1.0, + "content": "rect evidence that our CEAM and CECR can boost the generalization ability of the learned model", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 213, + 177, + 224 + ], + "spans": [ + { + "bbox": [ + 105, + 213, + 177, + 224 + ], + "score": 1.0, + "content": "on novel classes.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 6 + } + ], + "page_idx": 19, + "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, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 298, + 750, + 313, + 764 + ], + "spans": [ + { + "bbox": [ + 298, + 750, + 313, + 764 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 14, + "width": 15 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 410, + 93 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 411, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 411, + 95 + ], + "score": 1.0, + "content": "A.11 VISUALIZATIONS OF THE GENERALIZATION ABILITY OF MELR", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0, + "bbox_fs": [ + 106, + 82, + 411, + 95 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 103, + 505, + 223 + ], + "lines": [ + { + "bbox": [ + 106, + 102, + 505, + 115 + ], + "spans": [ + { + "bbox": [ + 106, + 102, + 505, + 115 + ], + "score": 1.0, + "content": "We further provide the visualization of the generalization ability of our MELR during meta-test in", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 114, + 505, + 127 + ], + "spans": [ + { + "bbox": [ + 105, + 114, + 505, + 127 + ], + "score": 1.0, + "content": "Figure 8. Concretely, we randomly sample 1,000 episode pairs from the test split of miniImageNet", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 125, + 505, + 137 + ], + "spans": [ + { + "bbox": [ + 105, + 125, + 505, + 137 + ], + "score": 1.0, + "content": "under the 5-way 1-shot setting, where the two episodes in each pair have identical sets of classes.", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 136, + 505, + 149 + ], + "spans": [ + { + "bbox": [ + 106, + 136, + 505, + 149 + ], + "score": 1.0, + "content": "We then compute the average 5-way classification accuracy over all 2,000 episodes (from the 1,000", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 146, + 504, + 160 + ], + "spans": [ + { + "bbox": [ + 105, + 146, + 231, + 160 + ], + "score": 1.0, + "content": "episode pairs) and the average", + "type": "text" + }, + { + "bbox": [ + 231, + 147, + 254, + 158 + ], + "score": 0.91, + "content": "L _ { c e c r }", + "type": "inline_equation" + }, + { + "bbox": [ + 255, + 146, + 504, + 160 + ], + "score": 1.0, + "content": "in Eq. (7) over all 1,000 episode pairs at each training epoch.", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 157, + 504, + 170 + ], + "spans": [ + { + "bbox": [ + 106, + 157, + 504, + 170 + ], + "score": 1.0, + "content": "We present the visualization results w.r.t. accuracy and CECR loss in Figure 8. As expected, the", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 168, + 505, + 182 + ], + "spans": [ + { + "bbox": [ + 105, + 168, + 505, + 182 + ], + "score": 1.0, + "content": "accuracy of our MELR is consistently higher than that of our baseline ProtoNet†. Moreover, as com-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 178, + 506, + 194 + ], + "spans": [ + { + "bbox": [ + 105, + 178, + 506, + 194 + ], + "score": 1.0, + "content": "pared with ProtoNet†, the CECR loss of our MELR is also lower across the whole training process,", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 190, + 505, + 203 + ], + "spans": [ + { + "bbox": [ + 105, + 190, + 505, + 203 + ], + "score": 1.0, + "content": "indicating that MELR has better performance consistency between two episodes. This provides di-", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 202, + 505, + 213 + ], + "spans": [ + { + "bbox": [ + 105, + 202, + 505, + 213 + ], + "score": 1.0, + "content": "rect evidence that our CEAM and CECR can boost the generalization ability of the learned model", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 213, + 177, + 224 + ], + "spans": [ + { + "bbox": [ + 105, + 213, + 177, + 224 + ], + "score": 1.0, + "content": "on novel classes.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 6, + "bbox_fs": [ + 105, + 102, + 506, + 224 + ] + } + ] + } + ], + "_backend": "pipeline", + "_version_name": "2.2.2" +} \ No newline at end of file diff --git a/parse/train/D3PcGLdMx0/D3PcGLdMx0_model.json b/parse/train/D3PcGLdMx0/D3PcGLdMx0_model.json new file mode 100644 index 0000000000000000000000000000000000000000..6c3eed0511e7a787b91264c12f584038563c0a1c --- /dev/null +++ b/parse/train/D3PcGLdMx0/D3PcGLdMx0_model.json @@ -0,0 +1,29789 @@ +[ + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 398, + 964, + 1302, + 964, + 1302, + 1483, + 398, + 1483 + ], + "score": 0.984 + }, + { + "category_id": 1, + "poly": [ + 298, + 1631, + 1404, + 1631, + 1404, + 1967, + 298, + 1967 + ], + "score": 0.982 + }, + { + "category_id": 0, + "poly": [ + 299, + 218, + 1397, + 218, + 1397, + 324, + 299, + 324 + ], + "score": 0.962 + }, + { + "category_id": 1, + "poly": [ + 313, + 373, + 1068, + 373, + 1068, + 468, + 313, + 468 + ], + "score": 0.945 + }, + { + "category_id": 1, + "poly": [ + 798, + 685, + 1269, + 685, + 1269, + 808, + 798, + 808 + ], + "score": 0.937 + }, + { + "category_id": 1, + "poly": [ + 314, + 514, + 1298, + 514, + 1298, + 637, + 314, + 637 + ], + "score": 0.925 + }, + { + "category_id": 1, + "poly": [ + 314, + 685, + 650, + 685, + 650, + 808, + 314, + 808 + ], + "score": 0.9 + }, + { + "category_id": 0, + "poly": [ + 302, + 1557, + 573, + 1557, + 573, + 1592, + 302, + 1592 + ], + "score": 0.899 + }, + { + "category_id": 2, + "poly": [ + 333, + 2006, + 567, + 2006, + 567, + 2033, + 333, + 2033 + ], + "score": 0.898 + }, + { + "category_id": 2, + "poly": [ + 300, + 75, + 814, + 75, + 814, + 105, + 300, + 105 + ], + "score": 0.879 + }, + { + "category_id": 0, + "poly": [ + 773, + 889, + 927, + 889, + 927, + 922, + 773, + 922 + ], + "score": 0.868 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 857, + 2088, + 857, + 2112, + 841, + 2112 + ], + "score": 0.72 + }, + { + "category_id": 0, + "poly": [ + 315, + 687, + 440, + 687, + 440, + 716, + 315, + 716 + ], + "score": 0.303 + }, + { + "category_id": 13, + "poly": [ + 498, + 1421, + 629, + 1421, + 629, + 1451, + 498, + 1451 + ], + "score": 0.9, + "latex": "1 . 0 \\% { - } 5 . 0 \\%" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 216.0, + 1402.0, + 216.0, + 1402.0, + 271.0, + 294.0, + 271.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 274.0, + 1342.0, + 274.0, + 1342.0, + 328.0, + 293.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1554.0, + 579.0, + 1554.0, + 579.0, + 1601.0, + 294.0, + 1601.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 329.0, + 1998.0, + 572.0, + 1998.0, + 572.0, + 2041.0, + 329.0, + 2041.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 816.0, + 73.0, + 816.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 768.0, + 885.0, + 934.0, + 885.0, + 934.0, + 928.0, + 768.0, + 928.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 840.0, + 2087.0, + 860.0, + 2087.0, + 860.0, + 2117.0, + 840.0, + 2117.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 310.0, + 679.0, + 445.0, + 679.0, + 445.0, + 725.0, + 310.0, + 725.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 961.0, + 1306.0, + 961.0, + 1306.0, + 1002.0, + 393.0, + 1002.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 995.0, + 1306.0, + 995.0, + 1306.0, + 1031.0, + 395.0, + 1031.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 1025.0, + 1305.0, + 1025.0, + 1305.0, + 1060.0, + 393.0, + 1060.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 1053.0, + 1305.0, + 1053.0, + 1305.0, + 1091.0, + 392.0, + 1091.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 1086.0, + 1305.0, + 1086.0, + 1305.0, + 1121.0, + 393.0, + 1121.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 1117.0, + 1306.0, + 1117.0, + 1306.0, + 1151.0, + 393.0, + 1151.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 1147.0, + 1305.0, + 1147.0, + 1305.0, + 1182.0, + 393.0, + 1182.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 1176.0, + 1306.0, + 1176.0, + 1306.0, + 1214.0, + 392.0, + 1214.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 1206.0, + 1307.0, + 1206.0, + 1307.0, + 1245.0, + 392.0, + 1245.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 1236.0, + 1305.0, + 1236.0, + 1305.0, + 1274.0, + 394.0, + 1274.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 1265.0, + 1306.0, + 1265.0, + 1306.0, + 1306.0, + 392.0, + 1306.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 1299.0, + 1305.0, + 1299.0, + 1305.0, + 1335.0, + 394.0, + 1335.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 1329.0, + 1306.0, + 1329.0, + 1306.0, + 1363.0, + 393.0, + 1363.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 1362.0, + 1305.0, + 1362.0, + 1305.0, + 1394.0, + 393.0, + 1394.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 1391.0, + 1304.0, + 1391.0, + 1304.0, + 1422.0, + 393.0, + 1422.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 396.0, + 1423.0, + 497.0, + 1423.0, + 497.0, + 1453.0, + 396.0, + 1453.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 630.0, + 1423.0, + 1304.0, + 1423.0, + 1304.0, + 1453.0, + 630.0, + 1453.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 1451.0, + 1251.0, + 1451.0, + 1251.0, + 1487.0, + 393.0, + 1487.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1628.0, + 1405.0, + 1628.0, + 1405.0, + 1671.0, + 293.0, + 1671.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1664.0, + 1406.0, + 1664.0, + 1406.0, + 1699.0, + 294.0, + 1699.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1694.0, + 1405.0, + 1694.0, + 1405.0, + 1728.0, + 294.0, + 1728.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1723.0, + 1406.0, + 1723.0, + 1406.0, + 1758.0, + 296.0, + 1758.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1753.0, + 1405.0, + 1753.0, + 1405.0, + 1789.0, + 293.0, + 1789.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1783.0, + 1407.0, + 1783.0, + 1407.0, + 1820.0, + 292.0, + 1820.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1815.0, + 1404.0, + 1815.0, + 1404.0, + 1850.0, + 294.0, + 1850.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1847.0, + 1405.0, + 1847.0, + 1405.0, + 1878.0, + 297.0, + 1878.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1878.0, + 1404.0, + 1878.0, + 1404.0, + 1909.0, + 296.0, + 1909.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1903.0, + 1405.0, + 1903.0, + 1405.0, + 1944.0, + 292.0, + 1944.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1936.0, + 941.0, + 1936.0, + 941.0, + 1970.0, + 295.0, + 1970.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 311.0, + 375.0, + 435.0, + 375.0, + 435.0, + 408.0, + 311.0, + 408.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 311.0, + 403.0, + 1070.0, + 403.0, + 1070.0, + 441.0, + 311.0, + 441.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 314.0, + 439.0, + 635.0, + 439.0, + 635.0, + 470.0, + 314.0, + 470.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 795.0, + 682.0, + 1003.0, + 682.0, + 1003.0, + 722.0, + 795.0, + 722.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 795.0, + 710.0, + 1094.0, + 710.0, + 1094.0, + 751.0, + 795.0, + 751.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 796.0, + 747.0, + 999.0, + 747.0, + 999.0, + 778.0, + 796.0, + 778.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 796.0, + 778.0, + 1269.0, + 778.0, + 1269.0, + 809.0, + 796.0, + 809.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 309.0, + 513.0, + 460.0, + 513.0, + 460.0, + 546.0, + 309.0, + 546.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 310.0, + 543.0, + 1271.0, + 543.0, + 1271.0, + 580.0, + 310.0, + 580.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 310.0, + 575.0, + 1301.0, + 575.0, + 1301.0, + 610.0, + 310.0, + 610.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 313.0, + 607.0, + 619.0, + 607.0, + 619.0, + 639.0, + 313.0, + 639.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 311.0, + 678.0, + 446.0, + 678.0, + 446.0, + 723.0, + 311.0, + 723.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 311.0, + 711.0, + 548.0, + 711.0, + 548.0, + 751.0, + 311.0, + 751.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 313.0, + 746.0, + 570.0, + 746.0, + 570.0, + 780.0, + 313.0, + 780.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 312.0, + 775.0, + 652.0, + 775.0, + 652.0, + 812.0, + 312.0, + 812.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 0, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 872, + 1404, + 872, + 1404, + 1299, + 298, + 1299 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 298, + 490, + 1404, + 490, + 1404, + 856, + 298, + 856 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 298, + 1697, + 1404, + 1697, + 1404, + 2034, + 298, + 2034 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 298, + 229, + 1403, + 229, + 1403, + 475, + 298, + 475 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 298, + 1314, + 1404, + 1314, + 1404, + 1560, + 298, + 1560 + ], + "score": 0.98 + }, + { + "category_id": 0, + "poly": [ + 301, + 1618, + 587, + 1618, + 587, + 1654, + 301, + 1654 + ], + "score": 0.9 + }, + { + "category_id": 2, + "poly": [ + 300, + 76, + 812, + 76, + 812, + 104, + 300, + 104 + ], + "score": 0.893 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 858, + 2088, + 858, + 2112, + 841, + 2112 + ], + "score": 0.702 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 859, + 2088, + 859, + 2112, + 841, + 2112 + ], + "score": 0.183 + }, + { + "category_id": 13, + "poly": [ + 829, + 384, + 858, + 384, + 858, + 411, + 829, + 411 + ], + "score": 0.84, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 530, + 323, + 558, + 323, + 558, + 349, + 530, + 349 + ], + "score": 0.83, + "latex": "N" + }, + { + "category_id": 13, + "poly": [ + 620, + 323, + 648, + 323, + 648, + 349, + 620, + 349 + ], + "score": 0.83, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 1184, + 293, + 1213, + 293, + 1213, + 319, + 1184, + 319 + ], + "score": 0.82, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 742, + 384, + 771, + 384, + 771, + 411, + 742, + 411 + ], + "score": 0.82, + "latex": "N" + }, + { + "category_id": 13, + "poly": [ + 1096, + 293, + 1124, + 293, + 1124, + 319, + 1096, + 319 + ], + "score": 0.8, + "latex": "N" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1615.0, + 594.0, + 1615.0, + 594.0, + 1662.0, + 291.0, + 1662.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 815.0, + 73.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2085.0, + 862.0, + 2085.0, + 862.0, + 2120.0, + 839.0, + 2120.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2085.0, + 862.0, + 2085.0, + 862.0, + 2120.0, + 838.0, + 2120.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 873.0, + 1405.0, + 873.0, + 1405.0, + 908.0, + 293.0, + 908.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 903.0, + 1406.0, + 903.0, + 1406.0, + 939.0, + 292.0, + 939.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 933.0, + 1404.0, + 933.0, + 1404.0, + 969.0, + 294.0, + 969.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 965.0, + 1402.0, + 965.0, + 1402.0, + 997.0, + 296.0, + 997.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 994.0, + 1405.0, + 994.0, + 1405.0, + 1030.0, + 294.0, + 1030.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1025.0, + 1404.0, + 1025.0, + 1404.0, + 1060.0, + 294.0, + 1060.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1055.0, + 1404.0, + 1055.0, + 1404.0, + 1091.0, + 294.0, + 1091.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1086.0, + 1404.0, + 1086.0, + 1404.0, + 1120.0, + 293.0, + 1120.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1116.0, + 1404.0, + 1116.0, + 1404.0, + 1151.0, + 293.0, + 1151.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1146.0, + 1406.0, + 1146.0, + 1406.0, + 1181.0, + 293.0, + 1181.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1175.0, + 1405.0, + 1175.0, + 1405.0, + 1213.0, + 293.0, + 1213.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1206.0, + 1405.0, + 1206.0, + 1405.0, + 1244.0, + 293.0, + 1244.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1238.0, + 1406.0, + 1238.0, + 1406.0, + 1273.0, + 294.0, + 1273.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1270.0, + 713.0, + 1270.0, + 713.0, + 1302.0, + 296.0, + 1302.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 487.0, + 1405.0, + 487.0, + 1405.0, + 527.0, + 293.0, + 527.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 518.0, + 1405.0, + 518.0, + 1405.0, + 559.0, + 293.0, + 559.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 550.0, + 1406.0, + 550.0, + 1406.0, + 587.0, + 292.0, + 587.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 583.0, + 1406.0, + 583.0, + 1406.0, + 617.0, + 294.0, + 617.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 611.0, + 1405.0, + 611.0, + 1405.0, + 648.0, + 293.0, + 648.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 641.0, + 1405.0, + 641.0, + 1405.0, + 679.0, + 293.0, + 679.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 673.0, + 1408.0, + 673.0, + 1408.0, + 711.0, + 293.0, + 711.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 702.0, + 1406.0, + 702.0, + 1406.0, + 740.0, + 293.0, + 740.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 735.0, + 1405.0, + 735.0, + 1405.0, + 769.0, + 294.0, + 769.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 765.0, + 1405.0, + 765.0, + 1405.0, + 799.0, + 293.0, + 799.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 794.0, + 1404.0, + 794.0, + 1404.0, + 831.0, + 293.0, + 831.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 827.0, + 904.0, + 827.0, + 904.0, + 860.0, + 294.0, + 860.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1698.0, + 1405.0, + 1698.0, + 1405.0, + 1733.0, + 294.0, + 1733.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1726.0, + 1405.0, + 1726.0, + 1405.0, + 1766.0, + 292.0, + 1766.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1757.0, + 1405.0, + 1757.0, + 1405.0, + 1796.0, + 293.0, + 1796.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1787.0, + 1404.0, + 1787.0, + 1404.0, + 1825.0, + 293.0, + 1825.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1818.0, + 1406.0, + 1818.0, + 1406.0, + 1857.0, + 293.0, + 1857.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1847.0, + 1406.0, + 1847.0, + 1406.0, + 1887.0, + 292.0, + 1887.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1879.0, + 1405.0, + 1879.0, + 1405.0, + 1916.0, + 293.0, + 1916.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1913.0, + 1402.0, + 1913.0, + 1402.0, + 1944.0, + 294.0, + 1944.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1942.0, + 1405.0, + 1942.0, + 1405.0, + 1977.0, + 294.0, + 1977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1971.0, + 1405.0, + 1971.0, + 1405.0, + 2006.0, + 294.0, + 2006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 2002.0, + 1406.0, + 2002.0, + 1406.0, + 2036.0, + 293.0, + 2036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 231.0, + 1403.0, + 231.0, + 1403.0, + 264.0, + 294.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 258.0, + 1407.0, + 258.0, + 1407.0, + 297.0, + 292.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 291.0, + 1095.0, + 291.0, + 1095.0, + 328.0, + 293.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1125.0, + 291.0, + 1183.0, + 291.0, + 1183.0, + 328.0, + 1125.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1214.0, + 291.0, + 1407.0, + 291.0, + 1407.0, + 328.0, + 1214.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 322.0, + 529.0, + 322.0, + 529.0, + 356.0, + 293.0, + 356.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 559.0, + 322.0, + 619.0, + 322.0, + 619.0, + 356.0, + 559.0, + 356.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 649.0, + 322.0, + 1405.0, + 322.0, + 1405.0, + 356.0, + 649.0, + 356.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 352.0, + 1403.0, + 352.0, + 1403.0, + 388.0, + 293.0, + 388.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 383.0, + 741.0, + 383.0, + 741.0, + 417.0, + 294.0, + 417.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 772.0, + 383.0, + 828.0, + 383.0, + 828.0, + 417.0, + 772.0, + 417.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 859.0, + 383.0, + 1405.0, + 383.0, + 1405.0, + 417.0, + 859.0, + 417.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 412.0, + 1405.0, + 412.0, + 1405.0, + 448.0, + 293.0, + 448.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 445.0, + 1261.0, + 445.0, + 1261.0, + 478.0, + 294.0, + 478.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1316.0, + 1404.0, + 1316.0, + 1404.0, + 1349.0, + 296.0, + 1349.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1344.0, + 1405.0, + 1344.0, + 1405.0, + 1382.0, + 293.0, + 1382.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1376.0, + 1405.0, + 1376.0, + 1405.0, + 1413.0, + 293.0, + 1413.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1406.0, + 1406.0, + 1406.0, + 1406.0, + 1442.0, + 291.0, + 1442.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1438.0, + 1404.0, + 1438.0, + 1404.0, + 1472.0, + 293.0, + 1472.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1467.0, + 1404.0, + 1467.0, + 1404.0, + 1502.0, + 292.0, + 1502.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1499.0, + 1402.0, + 1499.0, + 1402.0, + 1533.0, + 294.0, + 1533.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1530.0, + 1139.0, + 1530.0, + 1139.0, + 1562.0, + 293.0, + 1562.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 1, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 843, + 1404, + 843, + 1404, + 1328, + 297, + 1328 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 298, + 520, + 1404, + 520, + 1404, + 826, + 298, + 826 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 298, + 1505, + 1404, + 1505, + 1404, + 1721, + 298, + 1721 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 298, + 1819, + 1403, + 1819, + 1403, + 2035, + 298, + 2035 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 298, + 229, + 1404, + 229, + 1404, + 506, + 298, + 506 + ], + "score": 0.922 + }, + { + "category_id": 0, + "poly": [ + 300, + 1448, + 632, + 1448, + 632, + 1480, + 300, + 1480 + ], + "score": 0.904 + }, + { + "category_id": 0, + "poly": [ + 300, + 1376, + 582, + 1376, + 582, + 1413, + 300, + 1413 + ], + "score": 0.897 + }, + { + "category_id": 2, + "poly": [ + 300, + 76, + 813, + 76, + 813, + 104, + 300, + 104 + ], + "score": 0.895 + }, + { + "category_id": 0, + "poly": [ + 302, + 1761, + 717, + 1761, + 717, + 1793, + 302, + 1793 + ], + "score": 0.891 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 858, + 2088, + 858, + 2112, + 841, + 2112 + ], + "score": 0.601 + }, + { + "category_id": 2, + "poly": [ + 842, + 2088, + 859, + 2088, + 859, + 2112, + 842, + 2112 + ], + "score": 0.386 + }, + { + "category_id": 13, + "poly": [ + 974, + 1911, + 1128, + 1911, + 1128, + 1945, + 974, + 1945 + ], + "score": 0.93, + "latex": "e = ( S _ { e } , \\mathcal { Q } _ { e } )" + }, + { + "category_id": 13, + "poly": [ + 586, + 1630, + 726, + 1630, + 726, + 1660, + 586, + 1660 + ], + "score": 0.93, + "latex": "\\mathcal { C } _ { b } \\cap \\mathcal { C } _ { n } = \\emptyset" + }, + { + "category_id": 13, + "poly": [ + 1180, + 2002, + 1403, + 2002, + 1403, + 2037, + 1180, + 2037 + ], + "score": 0.92, + "latex": "\\begin{array} { r } { S _ { e } = \\{ ( x _ { i } , y _ { i } ) | y _ { i } \\in } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 832, + 1973, + 1065, + 1973, + 1065, + 2006, + 832, + 2006 + ], + "score": 0.92, + "latex": "\\mathcal { C } _ { e } = \\{ 1 , 2 , \\cdots , N \\}" + }, + { + "category_id": 13, + "poly": [ + 345, + 1629, + 500, + 1629, + 500, + 1662, + 345, + 1662 + ], + "score": 0.92, + "latex": "N _ { n } = K | \\mathcal { C } _ { n } | )" + }, + { + "category_id": 13, + "poly": [ + 345, + 1507, + 848, + 1507, + 848, + 1540, + 345, + 1540 + ], + "score": 0.92, + "latex": "\\mathcal { D } _ { b } = \\{ ( x _ { i } , y _ { i } ) | y _ { i } \\in \\mathcal { C } _ { b } , i = 1 , 2 , \\cdot \\cdot \\cdot , N _ { b } \\}" + }, + { + "category_id": 13, + "poly": [ + 1251, + 1629, + 1393, + 1629, + 1393, + 1660, + 1251, + 1660 + ], + "score": 0.92, + "latex": "\\mathcal { D } _ { n } \\cap \\mathcal { T } = \\emptyset" + }, + { + "category_id": 13, + "poly": [ + 616, + 1568, + 1109, + 1568, + 1109, + 1601, + 616, + 1601 + ], + "score": 0.9, + "latex": "\\mathcal { D } _ { n } = \\{ ( x _ { i } , y _ { i } ) | y _ { i } \\in \\mathcal { C } _ { n } , i = 1 , 2 , \\cdot \\cdot \\cdot , N _ { n } \\}" + }, + { + "category_id": 13, + "poly": [ + 482, + 1883, + 518, + 1883, + 518, + 1912, + 482, + 1912 + ], + "score": 0.89, + "latex": "\\mathcal { D } _ { b }" + }, + { + "category_id": 13, + "poly": [ + 413, + 1570, + 448, + 1570, + 448, + 1599, + 413, + 1599 + ], + "score": 0.89, + "latex": "\\mathcal { D } _ { b }" + }, + { + "category_id": 13, + "poly": [ + 1166, + 1538, + 1203, + 1538, + 1203, + 1568, + 1166, + 1568 + ], + "score": 0.89, + "latex": "N _ { b }" + }, + { + "category_id": 13, + "poly": [ + 539, + 1661, + 578, + 1661, + 578, + 1690, + 539, + 1690 + ], + "score": 0.89, + "latex": "\\mathcal { D } _ { n }" + }, + { + "category_id": 13, + "poly": [ + 382, + 1912, + 415, + 1912, + 415, + 1942, + 382, + 1942 + ], + "score": 0.88, + "latex": "{ \\mathcal { C } } _ { n }" + }, + { + "category_id": 13, + "poly": [ + 1132, + 1630, + 1165, + 1630, + 1165, + 1660, + 1132, + 1660 + ], + "score": 0.88, + "latex": "\\mathcal { C } _ { n }" + }, + { + "category_id": 13, + "poly": [ + 454, + 1662, + 489, + 1662, + 489, + 1690, + 454, + 1690 + ], + "score": 0.88, + "latex": "\\mathcal { D } _ { b }" + }, + { + "category_id": 13, + "poly": [ + 383, + 1974, + 416, + 1974, + 416, + 2003, + 383, + 2003 + ], + "score": 0.88, + "latex": "\\mathcal { C } _ { n }" + }, + { + "category_id": 13, + "poly": [ + 729, + 1944, + 758, + 1944, + 758, + 1973, + 729, + 1973 + ], + "score": 0.87, + "latex": "\\mathcal { C } _ { e }" + }, + { + "category_id": 13, + "poly": [ + 779, + 1913, + 803, + 1913, + 803, + 1944, + 779, + 1944 + ], + "score": 0.87, + "latex": "Q" + }, + { + "category_id": 13, + "poly": [ + 383, + 1539, + 412, + 1539, + 412, + 1568, + 383, + 1568 + ], + "score": 0.87, + "latex": "\\mathcal { C } _ { b }" + }, + { + "category_id": 13, + "poly": [ + 642, + 1601, + 675, + 1601, + 675, + 1629, + 642, + 1629 + ], + "score": 0.87, + "latex": "\\mathcal { C } _ { n }" + }, + { + "category_id": 13, + "poly": [ + 434, + 2004, + 459, + 2004, + 459, + 2035, + 434, + 2035 + ], + "score": 0.86, + "latex": "Q" + }, + { + "category_id": 13, + "poly": [ + 965, + 1945, + 993, + 1945, + 993, + 1973, + 965, + 1973 + ], + "score": 0.86, + "latex": "\\mathcal { C } _ { b }" + }, + { + "category_id": 13, + "poly": [ + 503, + 1544, + 532, + 1544, + 532, + 1568, + 503, + 1568 + ], + "score": 0.85, + "latex": "x _ { i }" + }, + { + "category_id": 13, + "poly": [ + 1074, + 1542, + 1102, + 1542, + 1102, + 1568, + 1074, + 1568 + ], + "score": 0.84, + "latex": "x _ { i }" + }, + { + "category_id": 13, + "poly": [ + 558, + 1691, + 583, + 1691, + 583, + 1718, + 558, + 1718 + ], + "score": 0.84, + "latex": "\\tau" + }, + { + "category_id": 13, + "poly": [ + 690, + 1913, + 718, + 1913, + 718, + 1939, + 690, + 1939 + ], + "score": 0.83, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 1197, + 1600, + 1226, + 1600, + 1226, + 1626, + 1197, + 1626 + ], + "score": 0.83, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 601, + 1913, + 629, + 1913, + 629, + 1939, + 601, + 1939 + ], + "score": 0.83, + "latex": "N" + }, + { + "category_id": 13, + "poly": [ + 745, + 1601, + 774, + 1601, + 774, + 1626, + 745, + 1626 + ], + "score": 0.83, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 745, + 1544, + 770, + 1544, + 770, + 1569, + 745, + 1569 + ], + "score": 0.82, + "latex": "y _ { i }" + }, + { + "category_id": 13, + "poly": [ + 1043, + 1630, + 1070, + 1630, + 1070, + 1658, + 1043, + 1658 + ], + "score": 0.82, + "latex": "\\tau" + }, + { + "category_id": 13, + "poly": [ + 610, + 1542, + 622, + 1542, + 622, + 1565, + 610, + 1565 + ], + "score": 0.73, + "latex": "i" + }, + { + "category_id": 13, + "poly": [ + 1328, + 1974, + 1356, + 1974, + 1356, + 2003, + 1328, + 2003 + ], + "score": 0.7, + "latex": "\\mathcal { C } _ { e }" + }, + { + "category_id": 13, + "poly": [ + 1372, + 1973, + 1402, + 1973, + 1402, + 2001, + 1372, + 2001 + ], + "score": 0.54, + "latex": "K" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1448.0, + 636.0, + 1448.0, + 636.0, + 1484.0, + 294.0, + 1484.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1371.0, + 587.0, + 1371.0, + 587.0, + 1421.0, + 290.0, + 1421.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 72.0, + 816.0, + 72.0, + 816.0, + 110.0, + 294.0, + 110.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1761.0, + 723.0, + 1761.0, + 723.0, + 1797.0, + 295.0, + 1797.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2085.0, + 860.0, + 2085.0, + 860.0, + 2116.0, + 839.0, + 2116.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2085.0, + 861.0, + 2085.0, + 861.0, + 2118.0, + 838.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 841.0, + 1402.0, + 841.0, + 1402.0, + 877.0, + 294.0, + 877.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 871.0, + 1404.0, + 871.0, + 1404.0, + 908.0, + 292.0, + 908.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 899.0, + 1405.0, + 899.0, + 1405.0, + 942.0, + 292.0, + 942.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 933.0, + 1404.0, + 933.0, + 1404.0, + 970.0, + 292.0, + 970.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 961.0, + 1405.0, + 961.0, + 1405.0, + 1000.0, + 292.0, + 1000.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 995.0, + 1404.0, + 995.0, + 1404.0, + 1029.0, + 294.0, + 1029.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1021.0, + 1405.0, + 1021.0, + 1405.0, + 1061.0, + 292.0, + 1061.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1056.0, + 1404.0, + 1056.0, + 1404.0, + 1090.0, + 295.0, + 1090.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1085.0, + 1404.0, + 1085.0, + 1404.0, + 1120.0, + 295.0, + 1120.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1117.0, + 1404.0, + 1117.0, + 1404.0, + 1151.0, + 295.0, + 1151.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1146.0, + 1405.0, + 1146.0, + 1405.0, + 1181.0, + 295.0, + 1181.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1178.0, + 1405.0, + 1178.0, + 1405.0, + 1212.0, + 295.0, + 1212.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1204.0, + 1406.0, + 1204.0, + 1406.0, + 1245.0, + 291.0, + 1245.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1237.0, + 1404.0, + 1237.0, + 1404.0, + 1272.0, + 292.0, + 1272.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1268.0, + 1406.0, + 1268.0, + 1406.0, + 1304.0, + 294.0, + 1304.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1301.0, + 1068.0, + 1301.0, + 1068.0, + 1332.0, + 295.0, + 1332.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 519.0, + 1406.0, + 519.0, + 1406.0, + 556.0, + 293.0, + 556.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 550.0, + 1405.0, + 550.0, + 1405.0, + 589.0, + 294.0, + 589.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 584.0, + 1405.0, + 584.0, + 1405.0, + 616.0, + 296.0, + 616.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 613.0, + 1405.0, + 613.0, + 1405.0, + 646.0, + 293.0, + 646.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 643.0, + 1405.0, + 643.0, + 1405.0, + 678.0, + 294.0, + 678.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 672.0, + 1406.0, + 672.0, + 1406.0, + 709.0, + 293.0, + 709.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 703.0, + 1405.0, + 703.0, + 1405.0, + 739.0, + 294.0, + 739.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 735.0, + 1406.0, + 735.0, + 1406.0, + 771.0, + 294.0, + 771.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 764.0, + 1404.0, + 764.0, + 1404.0, + 800.0, + 294.0, + 800.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 797.0, + 1220.0, + 797.0, + 1220.0, + 829.0, + 296.0, + 829.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1504.0, + 344.0, + 1504.0, + 344.0, + 1543.0, + 293.0, + 1543.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 849.0, + 1504.0, + 1406.0, + 1504.0, + 1406.0, + 1543.0, + 849.0, + 1543.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1535.0, + 382.0, + 1535.0, + 382.0, + 1573.0, + 293.0, + 1573.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 413.0, + 1535.0, + 502.0, + 1535.0, + 502.0, + 1573.0, + 413.0, + 1573.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 533.0, + 1535.0, + 609.0, + 1535.0, + 609.0, + 1573.0, + 533.0, + 1573.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 623.0, + 1535.0, + 744.0, + 1535.0, + 744.0, + 1573.0, + 623.0, + 1573.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 771.0, + 1535.0, + 1073.0, + 1535.0, + 1073.0, + 1573.0, + 771.0, + 1573.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1103.0, + 1535.0, + 1165.0, + 1535.0, + 1165.0, + 1573.0, + 1103.0, + 1573.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1204.0, + 1535.0, + 1408.0, + 1535.0, + 1408.0, + 1573.0, + 1204.0, + 1573.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1565.0, + 412.0, + 1565.0, + 412.0, + 1604.0, + 292.0, + 1604.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 449.0, + 1565.0, + 615.0, + 1565.0, + 615.0, + 1604.0, + 449.0, + 1604.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1110.0, + 1565.0, + 1405.0, + 1565.0, + 1405.0, + 1604.0, + 1110.0, + 1604.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1598.0, + 641.0, + 1598.0, + 641.0, + 1633.0, + 294.0, + 1633.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 676.0, + 1598.0, + 744.0, + 1598.0, + 744.0, + 1633.0, + 676.0, + 1633.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 775.0, + 1598.0, + 1196.0, + 1598.0, + 1196.0, + 1633.0, + 775.0, + 1633.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1227.0, + 1598.0, + 1405.0, + 1598.0, + 1405.0, + 1633.0, + 1227.0, + 1633.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1628.0, + 344.0, + 1628.0, + 344.0, + 1662.0, + 294.0, + 1662.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 501.0, + 1628.0, + 585.0, + 1628.0, + 585.0, + 1662.0, + 501.0, + 1662.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 727.0, + 1628.0, + 1042.0, + 1628.0, + 1042.0, + 1662.0, + 727.0, + 1662.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1071.0, + 1628.0, + 1131.0, + 1628.0, + 1131.0, + 1662.0, + 1071.0, + 1662.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1166.0, + 1628.0, + 1250.0, + 1628.0, + 1250.0, + 1662.0, + 1166.0, + 1662.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1394.0, + 1628.0, + 1402.0, + 1628.0, + 1402.0, + 1662.0, + 1394.0, + 1662.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1660.0, + 453.0, + 1660.0, + 453.0, + 1694.0, + 294.0, + 1694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 490.0, + 1660.0, + 538.0, + 1660.0, + 538.0, + 1694.0, + 490.0, + 1694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 579.0, + 1660.0, + 1406.0, + 1660.0, + 1406.0, + 1694.0, + 579.0, + 1694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1688.0, + 557.0, + 1688.0, + 557.0, + 1723.0, + 293.0, + 1723.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 584.0, + 1688.0, + 595.0, + 1688.0, + 595.0, + 1723.0, + 584.0, + 1723.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1820.0, + 1405.0, + 1820.0, + 1405.0, + 1854.0, + 294.0, + 1854.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1847.0, + 1407.0, + 1847.0, + 1407.0, + 1886.0, + 292.0, + 1886.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1881.0, + 481.0, + 1881.0, + 481.0, + 1916.0, + 294.0, + 1916.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 519.0, + 1881.0, + 1404.0, + 1881.0, + 1404.0, + 1916.0, + 519.0, + 1916.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1912.0, + 381.0, + 1912.0, + 381.0, + 1947.0, + 294.0, + 1947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 416.0, + 1912.0, + 600.0, + 1912.0, + 600.0, + 1947.0, + 416.0, + 1947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 630.0, + 1912.0, + 689.0, + 1912.0, + 689.0, + 1947.0, + 630.0, + 1947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 719.0, + 1912.0, + 778.0, + 1912.0, + 778.0, + 1947.0, + 719.0, + 1947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 804.0, + 1912.0, + 973.0, + 1912.0, + 973.0, + 1947.0, + 804.0, + 1947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1129.0, + 1912.0, + 1405.0, + 1912.0, + 1405.0, + 1947.0, + 1129.0, + 1947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1941.0, + 728.0, + 1941.0, + 728.0, + 1979.0, + 293.0, + 1979.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 759.0, + 1941.0, + 964.0, + 1941.0, + 964.0, + 1979.0, + 759.0, + 1979.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 994.0, + 1941.0, + 1407.0, + 1941.0, + 1407.0, + 1979.0, + 994.0, + 1979.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1973.0, + 382.0, + 1973.0, + 382.0, + 2007.0, + 294.0, + 2007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 417.0, + 1973.0, + 831.0, + 1973.0, + 831.0, + 2007.0, + 417.0, + 2007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1066.0, + 1973.0, + 1327.0, + 1973.0, + 1327.0, + 2007.0, + 1066.0, + 2007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1357.0, + 1973.0, + 1371.0, + 1973.0, + 1371.0, + 2007.0, + 1357.0, + 2007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 2000.0, + 433.0, + 2000.0, + 433.0, + 2042.0, + 292.0, + 2042.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 460.0, + 2000.0, + 1179.0, + 2000.0, + 1179.0, + 2042.0, + 460.0, + 2042.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1404.0, + 2000.0, + 1408.0, + 2000.0, + 1408.0, + 2042.0, + 1404.0, + 2042.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": [ + 295.0, + 260.0, + 1403.0, + 260.0, + 1403.0, + 296.0, + 295.0, + 296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 293.0, + 1405.0, + 293.0, + 1405.0, + 326.0, + 296.0, + 326.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 320.0, + 1405.0, + 320.0, + 1405.0, + 357.0, + 293.0, + 357.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 350.0, + 1404.0, + 350.0, + 1404.0, + 387.0, + 293.0, + 387.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 382.0, + 1405.0, + 382.0, + 1405.0, + 419.0, + 294.0, + 419.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 413.0, + 1405.0, + 413.0, + 1405.0, + 450.0, + 294.0, + 450.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 441.0, + 1405.0, + 441.0, + 1405.0, + 481.0, + 293.0, + 481.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 476.0, + 1181.0, + 476.0, + 1181.0, + 509.0, + 296.0, + 509.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 2, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1343, + 1405, + 1343, + 1405, + 1531, + 297, + 1531 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 297, + 1083, + 1404, + 1083, + 1404, + 1240, + 297, + 1240 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 296, + 1568, + 1404, + 1568, + 1404, + 1736, + 296, + 1736 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 296, + 1749, + 1406, + 1749, + 1406, + 1923, + 296, + 1923 + ], + "score": 0.978 + }, + { + "category_id": 3, + "poly": [ + 301, + 225, + 1391, + 225, + 1391, + 637, + 301, + 637 + ], + "score": 0.971 + }, + { + "category_id": 4, + "poly": [ + 295, + 669, + 1405, + 669, + 1405, + 795, + 295, + 795 + ], + "score": 0.951 + }, + { + "category_id": 1, + "poly": [ + 296, + 934, + 1403, + 934, + 1403, + 998, + 296, + 998 + ], + "score": 0.948 + }, + { + "category_id": 8, + "poly": [ + 609, + 1019, + 1093, + 1019, + 1093, + 1063, + 609, + 1063 + ], + "score": 0.943 + }, + { + "category_id": 8, + "poly": [ + 463, + 1946, + 1234, + 1946, + 1234, + 2030, + 463, + 2030 + ], + "score": 0.932 + }, + { + "category_id": 1, + "poly": [ + 297, + 854, + 1396, + 854, + 1396, + 921, + 297, + 921 + ], + "score": 0.929 + }, + { + "category_id": 2, + "poly": [ + 299, + 75, + 813, + 75, + 813, + 104, + 299, + 104 + ], + "score": 0.896 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1024, + 1400, + 1024, + 1400, + 1055, + 1366, + 1055 + ], + "score": 0.879 + }, + { + "category_id": 9, + "poly": [ + 1365, + 1979, + 1400, + 1979, + 1400, + 2009, + 1365, + 2009 + ], + "score": 0.875 + }, + { + "category_id": 2, + "poly": [ + 840, + 2088, + 858, + 2088, + 858, + 2111, + 840, + 2111 + ], + "score": 0.77 + }, + { + "category_id": 0, + "poly": [ + 299, + 1283, + 1011, + 1283, + 1011, + 1316, + 299, + 1316 + ], + "score": 0.765 + }, + { + "category_id": 1, + "poly": [ + 299, + 1283, + 1011, + 1283, + 1011, + 1316, + 299, + 1316 + ], + "score": 0.173 + }, + { + "category_id": 13, + "poly": [ + 577, + 1601, + 801, + 1601, + 801, + 1641, + 577, + 1641 + ], + "score": 0.93, + "latex": "e ^ { ( 2 ) } = ( S _ { e } ^ { ( 2 ) } , \\mathcal { Q } _ { e } ^ { ( 2 ) } )" + }, + { + "category_id": 13, + "poly": [ + 298, + 1601, + 522, + 1601, + 522, + 1642, + 298, + 1642 + ], + "score": 0.92, + "latex": "e ^ { ( 1 ) } = ( \\bar { S } _ { e } ^ { ( 1 ) } , \\mathcal { Q } _ { e } ^ { ( 1 ) } )" + }, + { + "category_id": 13, + "poly": [ + 925, + 1117, + 996, + 1117, + 996, + 1149, + 925, + 1149 + ], + "score": 0.92, + "latex": "L ( \\cdot , \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 735, + 1639, + 903, + 1639, + 903, + 1671, + 735, + 1671 + ], + "score": 0.92, + "latex": "e ^ { ( 1 ) } \\bigcap e ^ { ( 2 ) } = \\emptyset" + }, + { + "category_id": 13, + "poly": [ + 451, + 1642, + 677, + 1642, + 677, + 1676, + 451, + 1676 + ], + "score": 0.92, + "latex": "\\mathcal { C } _ { e } = \\{ 1 , 2 , \\cdots , N \\}" + }, + { + "category_id": 13, + "poly": [ + 901, + 1822, + 1129, + 1822, + 1129, + 1859, + 901, + 1859 + ], + "score": 0.92, + "latex": "\\mathbf { F } ^ { ( 2 ) } = [ \\mathbf { S } ^ { ( 2 ) } ; \\mathbf { Q } ^ { ( 2 ) } ] )" + }, + { + "category_id": 13, + "poly": [ + 456, + 1822, + 855, + 1822, + 855, + 1859, + 456, + 1859 + ], + "score": 0.92, + "latex": "{ \\bf F } ^ { ( 1 ) } = [ { \\bf S } ^ { ( 1 ) } ; { \\bf Q } ^ { ( 1 ) } ] \\in \\mathbb { R } ^ { N ( K + Q ) \\times d }" + }, + { + "category_id": 14, + "poly": [ + 462, + 1942, + 1233, + 1942, + 1233, + 2031, + 462, + 2031 + ], + "score": 0.91, + "latex": "\\hat { \\mathbf { F } } ^ { ( 1 ) } = \\mathbf { C E A M } ( \\mathbf { F } ^ { ( 1 ) } , \\mathbf { S } ^ { ( 2 ) } , \\mathbf { S } ^ { ( 2 ) } ) = \\mathbf { F } ^ { ( 1 ) } + \\mathrm { s o f t m a x } ( \\frac { \\mathbf { F } _ { Q } ^ { ( 1 ) } \\mathbf { S } _ { K } ^ { ( 2 ) T } } { \\sqrt { d } } ) \\mathbf { S } _ { V } ^ { ( 2 ) } ," + }, + { + "category_id": 14, + "poly": [ + 604, + 1020, + 1092, + 1020, + 1092, + 1061, + 604, + 1061 + ], + "score": 0.91, + "latex": "L _ { f s c } ( e ) = \\mathbb { E } _ { ( x _ { i } , y _ { i } ) \\in \\mathcal { Q } _ { e } } L ( y _ { i } , f ( \\psi ( x _ { i } ) ; \\mathcal { S } _ { e } ) ) ," + }, + { + "category_id": 13, + "poly": [ + 1057, + 1750, + 1406, + 1750, + 1406, + 1792, + 1057, + 1792 + ], + "score": 0.89, + "latex": "{ \\bf Q } ^ { ( 1 ) } = [ \\psi ( x _ { i } ) ^ { T } ; x _ { i } \\in \\mathcal { Q } _ { e } ^ { ( 1 ) } ] \\in" + }, + { + "category_id": 13, + "poly": [ + 336, + 967, + 372, + 967, + 372, + 997, + 336, + 997 + ], + "score": 0.89, + "latex": "\\mathcal { Q } _ { e }" + }, + { + "category_id": 13, + "poly": [ + 297, + 858, + 611, + 858, + 611, + 892, + 297, + 892 + ], + "score": 0.89, + "latex": "\\mathcal { C } _ { e } , i = 1 , 2 , \\cdots , N \\times K \\}" + }, + { + "category_id": 13, + "poly": [ + 299, + 890, + 459, + 890, + 459, + 921, + 299, + 921 + ], + "score": 0.88, + "latex": "( S _ { e } \\cap \\mathcal { Q } _ { e } = \\emptyset )" + }, + { + "category_id": 13, + "poly": [ + 838, + 1118, + 869, + 1118, + 869, + 1147, + 838, + 1147 + ], + "score": 0.88, + "latex": "S _ { e }" + }, + { + "category_id": 13, + "poly": [ + 1104, + 1855, + 1294, + 1855, + 1294, + 1893, + 1104, + 1893 + ], + "score": 0.88, + "latex": "( \\mathbf { \\dot { F } } ^ { ( 1 ) } , \\mathbf { S } ^ { ( 2 ) } , \\mathbf { S } ^ { ( 2 ) } )" + }, + { + "category_id": 13, + "poly": [ + 1157, + 1609, + 1187, + 1609, + 1187, + 1640, + 1157, + 1640 + ], + "score": 0.88, + "latex": "\\mathcal { C } _ { e }" + }, + { + "category_id": 13, + "poly": [ + 297, + 1789, + 388, + 1789, + 388, + 1821, + 297, + 1821 + ], + "score": 0.87, + "latex": "\\mathbb { R } ^ { N Q \\times d }" + }, + { + "category_id": 13, + "poly": [ + 1343, + 1609, + 1373, + 1609, + 1373, + 1640, + 1343, + 1640 + ], + "score": 0.87, + "latex": "\\mathcal { C } _ { e }" + }, + { + "category_id": 13, + "poly": [ + 1224, + 1609, + 1253, + 1609, + 1253, + 1639, + 1224, + 1639 + ], + "score": 0.87, + "latex": "\\mathcal { C } _ { b }" + }, + { + "category_id": 13, + "poly": [ + 1027, + 1082, + 1271, + 1082, + 1271, + 1119, + 1027, + 1119 + ], + "score": 0.87, + "latex": "f ( \\cdot ; S _ { e } ) : \\mathbb { R } ^ { d } \\to \\mathbb { R } ^ { N }" + }, + { + "category_id": 13, + "poly": [ + 1202, + 1573, + 1226, + 1573, + 1226, + 1604, + 1202, + 1604 + ], + "score": 0.86, + "latex": "Q" + }, + { + "category_id": 13, + "poly": [ + 831, + 856, + 1404, + 856, + 1404, + 893, + 831, + 893 + ], + "score": 0.86, + "latex": "{ \\mathcal { Q } } _ { e } \\ = \\ \\{ ( x _ { i } , y _ { i } ) | y _ { i } \\in { \\mathcal { C } } _ { e } , i \\ = \\ 1 , 2 , \\cdot \\cdot \\cdot , N \\times Q \\}" + }, + { + "category_id": 13, + "poly": [ + 721, + 1180, + 743, + 1180, + 743, + 1210, + 721, + 1210 + ], + "score": 0.85, + "latex": "\\psi" + }, + { + "category_id": 13, + "poly": [ + 373, + 1087, + 396, + 1087, + 396, + 1118, + 373, + 1118 + ], + "score": 0.85, + "latex": "\\psi" + }, + { + "category_id": 13, + "poly": [ + 946, + 1438, + 974, + 1438, + 974, + 1464, + 946, + 1464 + ], + "score": 0.84, + "latex": "N" + }, + { + "category_id": 13, + "poly": [ + 1164, + 1791, + 1209, + 1791, + 1209, + 1820, + 1164, + 1820 + ], + "score": 0.83, + "latex": "e ^ { ( 1 ) }" + }, + { + "category_id": 13, + "poly": [ + 1114, + 1573, + 1142, + 1573, + 1142, + 1600, + 1114, + 1600 + ], + "score": 0.83, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 770, + 1857, + 814, + 1857, + 814, + 1888, + 770, + 1888 + ], + "score": 0.83, + "latex": "e ^ { ( 1 ) }" + }, + { + "category_id": 13, + "poly": [ + 556, + 1857, + 601, + 1857, + 601, + 1888, + 556, + 1888 + ], + "score": 0.83, + "latex": "e ^ { ( 2 ) }" + }, + { + "category_id": 13, + "poly": [ + 1027, + 1573, + 1055, + 1573, + 1055, + 1599, + 1027, + 1599 + ], + "score": 0.82, + "latex": "N" + }, + { + "category_id": 13, + "poly": [ + 1109, + 1408, + 1137, + 1408, + 1137, + 1434, + 1109, + 1434 + ], + "score": 0.82, + "latex": "N" + }, + { + "category_id": 13, + "poly": [ + 431, + 1789, + 492, + 1789, + 492, + 1824, + 431, + 1824 + ], + "score": 0.82, + "latex": "\\mathbf { Q } ^ { ( 2 ) } )" + }, + { + "category_id": 13, + "poly": [ + 465, + 1750, + 899, + 1750, + 899, + 1792, + 465, + 1792 + ], + "score": 0.82, + "latex": "\\mathbf { S } ^ { ( 1 ) } = [ \\boldsymbol { \\psi } ( x _ { i } ) ^ { T } ; x _ { i } \\in \\mathcal { S } _ { e } ^ { ( 1 ) } ] \\in \\mathbb { R } ^ { N K \\times d }" + }, + { + "category_id": 13, + "poly": [ + 463, + 1856, + 508, + 1856, + 508, + 1888, + 463, + 1888 + ], + "score": 0.8, + "latex": "e ^ { ( 1 ) }" + }, + { + "category_id": 13, + "poly": [ + 1253, + 1791, + 1297, + 1791, + 1297, + 1821, + 1253, + 1821 + ], + "score": 0.8, + "latex": "e ^ { ( 2 ) }" + }, + { + "category_id": 13, + "poly": [ + 944, + 1755, + 995, + 1755, + 995, + 1789, + 944, + 1789 + ], + "score": 0.76, + "latex": "\\mathbf { S } ^ { ( 2 ) }" + }, + { + "category_id": 13, + "poly": [ + 721, + 973, + 737, + 973, + 737, + 994, + 721, + 994 + ], + "score": 0.74, + "latex": "e" + }, + { + "category_id": 13, + "poly": [ + 997, + 1087, + 1015, + 1087, + 1015, + 1113, + 997, + 1113 + ], + "score": 0.39, + "latex": "d" + }, + { + "category_id": 15, + "poly": [ + 550.0, + 278.0, + 639.0, + 278.0, + 639.0, + 310.0, + 550.0, + 310.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 779.0, + 264.0, + 836.0, + 264.0, + 836.0, + 298.0, + 779.0, + 298.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1280.0, + 276.0, + 1329.0, + 276.0, + 1329.0, + 307.0, + 1280.0, + 307.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 387.0, + 303.0, + 478.0, + 303.0, + 478.0, + 399.0, + 387.0, + 399.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 608.0, + 344.0, + 691.0, + 344.0, + 691.0, + 381.0, + 608.0, + 381.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 549.0, + 400.0, + 614.0, + 400.0, + 614.0, + 442.0, + 549.0, + 442.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 647.0, + 401.0, + 730.0, + 401.0, + 730.0, + 434.0, + 647.0, + 434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 548.0, + 425.0, + 627.0, + 425.0, + 627.0, + 469.0, + 548.0, + 469.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 649.0, + 429.0, + 741.0, + 429.0, + 741.0, + 467.0, + 649.0, + 467.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1277.0, + 419.0, + 1326.0, + 419.0, + 1326.0, + 447.0, + 1277.0, + 447.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 608.0, + 480.0, + 691.0, + 480.0, + 691.0, + 517.0, + 608.0, + 517.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 990.0, + 478.0, + 1115.0, + 478.0, + 1115.0, + 521.0, + 990.0, + 521.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 876.0, + 525.0, + 938.0, + 525.0, + 938.0, + 559.0, + 876.0, + 559.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 552.0, + 557.0, + 636.0, + 557.0, + 636.0, + 585.0, + 552.0, + 585.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 776.0, + 559.0, + 834.0, + 559.0, + 834.0, + 592.0, + 776.0, + 592.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1280.0, + 559.0, + 1328.0, + 559.0, + 1328.0, + 587.0, + 1280.0, + 587.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 403.25, + 260.0, + 471.25, + 260.0, + 471.25, + 300.0, + 403.25, + 300.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1333.0, + 294.0, + 1383.0, + 294.0, + 1383.0, + 329.0, + 1333.0, + 329.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 318.0, + 303.5, + 376.0, + 303.5, + 376.0, + 334.5, + 318.0, + 334.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 988.25, + 335.0, + 1120.25, + 335.0, + 1120.25, + 389.5, + 988.25, + 389.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1334.0, + 421.5, + 1390.0, + 421.5, + 1390.0, + 450.5, + 1334.0, + 450.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 314.0, + 524.0, + 380.0, + 524.0, + 380.0, + 562.0, + 314.0, + 562.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1334.0, + 546.5, + 1380.0, + 546.5, + 1380.0, + 578.5, + 1334.0, + 578.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 405.0, + 558.0, + 468.0, + 558.0, + 468.0, + 593.5, + 405.0, + 593.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 671.0, + 1405.0, + 671.0, + 1405.0, + 706.0, + 293.0, + 706.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 703.0, + 1405.0, + 703.0, + 1405.0, + 736.0, + 293.0, + 736.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 732.0, + 1406.0, + 732.0, + 1406.0, + 768.0, + 294.0, + 768.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 763.0, + 1005.0, + 763.0, + 1005.0, + 799.0, + 293.0, + 799.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 72.0, + 815.0, + 72.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2085.0, + 863.0, + 2085.0, + 863.0, + 2118.0, + 838.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1279.0, + 1013.0, + 1279.0, + 1013.0, + 1323.0, + 292.0, + 1323.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1343.0, + 1405.0, + 1343.0, + 1405.0, + 1380.0, + 292.0, + 1380.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1374.0, + 1406.0, + 1374.0, + 1406.0, + 1413.0, + 292.0, + 1413.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1405.0, + 1108.0, + 1405.0, + 1108.0, + 1442.0, + 292.0, + 1442.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1138.0, + 1405.0, + 1405.0, + 1405.0, + 1405.0, + 1442.0, + 1138.0, + 1442.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1436.0, + 945.0, + 1436.0, + 945.0, + 1470.0, + 294.0, + 1470.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 975.0, + 1436.0, + 1405.0, + 1436.0, + 1405.0, + 1470.0, + 975.0, + 1470.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1464.0, + 1406.0, + 1464.0, + 1406.0, + 1501.0, + 292.0, + 1501.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1497.0, + 998.0, + 1497.0, + 998.0, + 1533.0, + 295.0, + 1533.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1079.0, + 372.0, + 1079.0, + 372.0, + 1124.0, + 294.0, + 1124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 397.0, + 1079.0, + 996.0, + 1079.0, + 996.0, + 1124.0, + 397.0, + 1124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1016.0, + 1079.0, + 1026.0, + 1079.0, + 1026.0, + 1124.0, + 1016.0, + 1124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1272.0, + 1079.0, + 1406.0, + 1079.0, + 1406.0, + 1124.0, + 1272.0, + 1124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1115.0, + 837.0, + 1115.0, + 837.0, + 1152.0, + 294.0, + 1152.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 870.0, + 1115.0, + 924.0, + 1115.0, + 924.0, + 1152.0, + 870.0, + 1152.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 997.0, + 1115.0, + 1404.0, + 1115.0, + 1404.0, + 1152.0, + 997.0, + 1152.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1145.0, + 1406.0, + 1145.0, + 1406.0, + 1183.0, + 294.0, + 1183.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1171.0, + 720.0, + 1171.0, + 720.0, + 1218.0, + 292.0, + 1218.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 744.0, + 1171.0, + 1406.0, + 1171.0, + 1406.0, + 1218.0, + 744.0, + 1218.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1207.0, + 905.0, + 1207.0, + 905.0, + 1243.0, + 293.0, + 1243.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1566.0, + 1026.0, + 1566.0, + 1026.0, + 1607.0, + 294.0, + 1607.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1056.0, + 1566.0, + 1113.0, + 1566.0, + 1113.0, + 1607.0, + 1056.0, + 1607.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1143.0, + 1566.0, + 1201.0, + 1566.0, + 1201.0, + 1607.0, + 1143.0, + 1607.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1227.0, + 1566.0, + 1404.0, + 1566.0, + 1404.0, + 1607.0, + 1227.0, + 1607.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 1595.0, + 297.0, + 1595.0, + 297.0, + 1651.0, + 289.0, + 1651.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 523.0, + 1595.0, + 576.0, + 1595.0, + 576.0, + 1651.0, + 523.0, + 1651.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 802.0, + 1595.0, + 1156.0, + 1595.0, + 1156.0, + 1651.0, + 802.0, + 1651.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1188.0, + 1595.0, + 1223.0, + 1595.0, + 1223.0, + 1651.0, + 1188.0, + 1651.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1254.0, + 1595.0, + 1342.0, + 1595.0, + 1342.0, + 1651.0, + 1254.0, + 1651.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1374.0, + 1595.0, + 1405.0, + 1595.0, + 1405.0, + 1651.0, + 1374.0, + 1651.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1635.0, + 450.0, + 1635.0, + 450.0, + 1680.0, + 291.0, + 1680.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 678.0, + 1635.0, + 734.0, + 1635.0, + 734.0, + 1680.0, + 678.0, + 1680.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 904.0, + 1635.0, + 1409.0, + 1635.0, + 1409.0, + 1680.0, + 904.0, + 1680.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1671.0, + 1405.0, + 1671.0, + 1405.0, + 1708.0, + 294.0, + 1708.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1703.0, + 793.0, + 1703.0, + 793.0, + 1737.0, + 295.0, + 1737.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1745.0, + 464.0, + 1745.0, + 464.0, + 1796.0, + 291.0, + 1796.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 900.0, + 1745.0, + 943.0, + 1745.0, + 943.0, + 1796.0, + 900.0, + 1796.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 996.0, + 1745.0, + 1056.0, + 1745.0, + 1056.0, + 1796.0, + 996.0, + 1796.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1782.0, + 296.0, + 1782.0, + 296.0, + 1830.0, + 290.0, + 1830.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 389.0, + 1782.0, + 430.0, + 1782.0, + 430.0, + 1830.0, + 389.0, + 1830.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 493.0, + 1782.0, + 1163.0, + 1782.0, + 1163.0, + 1830.0, + 493.0, + 1830.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1210.0, + 1782.0, + 1252.0, + 1782.0, + 1252.0, + 1830.0, + 1210.0, + 1830.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1298.0, + 1782.0, + 1407.0, + 1782.0, + 1407.0, + 1830.0, + 1298.0, + 1830.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1815.0, + 455.0, + 1815.0, + 455.0, + 1863.0, + 290.0, + 1863.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 856.0, + 1815.0, + 900.0, + 1815.0, + 900.0, + 1863.0, + 856.0, + 1863.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1130.0, + 1815.0, + 1409.0, + 1815.0, + 1409.0, + 1863.0, + 1130.0, + 1863.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1849.0, + 462.0, + 1849.0, + 462.0, + 1898.0, + 290.0, + 1898.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 509.0, + 1849.0, + 555.0, + 1849.0, + 555.0, + 1898.0, + 509.0, + 1898.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 602.0, + 1849.0, + 769.0, + 1849.0, + 769.0, + 1898.0, + 602.0, + 1898.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 815.0, + 1849.0, + 1103.0, + 1849.0, + 1103.0, + 1898.0, + 815.0, + 1898.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1295.0, + 1849.0, + 1408.0, + 1849.0, + 1408.0, + 1898.0, + 1295.0, + 1898.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1889.0, + 1230.0, + 1889.0, + 1230.0, + 1927.0, + 295.0, + 1927.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 926.0, + 1405.0, + 926.0, + 1405.0, + 976.0, + 291.0, + 976.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 966.0, + 335.0, + 966.0, + 335.0, + 1001.0, + 295.0, + 1001.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 373.0, + 966.0, + 720.0, + 966.0, + 720.0, + 1001.0, + 373.0, + 1001.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 738.0, + 966.0, + 748.0, + 966.0, + 748.0, + 1001.0, + 738.0, + 1001.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 852.0, + 296.0, + 852.0, + 296.0, + 897.0, + 292.0, + 897.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 612.0, + 852.0, + 830.0, + 852.0, + 830.0, + 897.0, + 612.0, + 897.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 460.0, + 888.0, + 619.0, + 888.0, + 619.0, + 925.0, + 460.0, + 925.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1279.0, + 1013.0, + 1279.0, + 1013.0, + 1323.0, + 292.0, + 1323.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 3, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 296, + 1008, + 1405, + 1008, + 1405, + 1420, + 296, + 1420 + ], + "score": 0.986 + }, + { + "category_id": 1, + "poly": [ + 296, + 777, + 1405, + 777, + 1405, + 995, + 296, + 995 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 298, + 642, + 1403, + 642, + 1403, + 743, + 298, + 743 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 296, + 1433, + 1405, + 1433, + 1405, + 1562, + 296, + 1562 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 298, + 1652, + 1403, + 1652, + 1403, + 1780, + 298, + 1780 + ], + "score": 0.974 + }, + { + "category_id": 8, + "poly": [ + 506, + 1797, + 1189, + 1797, + 1189, + 1945, + 506, + 1945 + ], + "score": 0.971 + }, + { + "category_id": 1, + "poly": [ + 291, + 228, + 1402, + 228, + 1402, + 295, + 291, + 295 + ], + "score": 0.954 + }, + { + "category_id": 1, + "poly": [ + 297, + 1967, + 1400, + 1967, + 1400, + 2036, + 297, + 2036 + ], + "score": 0.944 + }, + { + "category_id": 8, + "poly": [ + 464, + 540, + 1234, + 540, + 1234, + 623, + 464, + 623 + ], + "score": 0.938 + }, + { + "category_id": 1, + "poly": [ + 297, + 484, + 954, + 484, + 954, + 520, + 297, + 520 + ], + "score": 0.927 + }, + { + "category_id": 8, + "poly": [ + 394, + 1580, + 1303, + 1580, + 1303, + 1636, + 394, + 1636 + ], + "score": 0.925 + }, + { + "category_id": 8, + "poly": [ + 662, + 316, + 1037, + 316, + 1037, + 361, + 662, + 361 + ], + "score": 0.924 + }, + { + "category_id": 2, + "poly": [ + 298, + 73, + 814, + 73, + 814, + 106, + 298, + 106 + ], + "score": 0.919 + }, + { + "category_id": 8, + "poly": [ + 663, + 370, + 983, + 370, + 983, + 411, + 663, + 411 + ], + "score": 0.903 + }, + { + "category_id": 8, + "poly": [ + 663, + 418, + 981, + 418, + 981, + 461, + 663, + 461 + ], + "score": 0.902 + }, + { + "category_id": 9, + "poly": [ + 1365, + 1881, + 1400, + 1881, + 1400, + 1912, + 1365, + 1912 + ], + "score": 0.878 + }, + { + "category_id": 9, + "poly": [ + 1365, + 326, + 1401, + 326, + 1401, + 357, + 1365, + 357 + ], + "score": 0.875 + }, + { + "category_id": 9, + "poly": [ + 1365, + 428, + 1401, + 428, + 1401, + 458, + 1365, + 458 + ], + "score": 0.874 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1591, + 1400, + 1591, + 1400, + 1622, + 1366, + 1622 + ], + "score": 0.873 + }, + { + "category_id": 9, + "poly": [ + 1366, + 378, + 1401, + 378, + 1401, + 407, + 1366, + 407 + ], + "score": 0.857 + }, + { + "category_id": 9, + "poly": [ + 1366, + 572, + 1400, + 572, + 1400, + 602, + 1366, + 602 + ], + "score": 0.857 + }, + { + "category_id": 2, + "poly": [ + 840, + 2087, + 859, + 2087, + 859, + 2113, + 840, + 2113 + ], + "score": 0.763 + }, + { + "category_id": 14, + "poly": [ + 462, + 536, + 1234, + 536, + 1234, + 625, + 462, + 625 + ], + "score": 0.95, + "latex": "\\hat { \\mathbf { F } } ^ { ( 2 ) } = \\mathbf { C E A M } ( \\mathbf { F } ^ { ( 2 ) } , \\mathbf { S } ^ { ( 1 ) } , \\mathbf { S } ^ { ( 1 ) } ) = \\mathbf { F } ^ { ( 2 ) } + \\mathrm { s o f t m a x } ( \\frac { \\mathbf { F } _ { Q } ^ { ( 2 ) } \\mathbf { S } _ { K } ^ { ( 1 ) T } } { \\sqrt { d } } ) \\mathbf { S } _ { V } ^ { ( 1 ) } ," + }, + { + "category_id": 14, + "poly": [ + 504, + 1796, + 1193, + 1796, + 1193, + 1948, + 504, + 1948 + ], + "score": 0.94, + "latex": "\\begin{array} { r l } & { \\quad L ^ { \\prime } ( f ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\hat { \\mathbf { S } } ^ { ( 1 ) } ) , f ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\hat { \\mathbf { S } } ^ { ( 2 ) } ) ; T ) } \\\\ & { = - \\displaystyle \\sum _ { j = 1 } ^ { N } \\sigma _ { j } \\big ( f ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\hat { \\mathbf { S } } ^ { ( 1 ) } ) ; T ) \\log \\left( \\sigma _ { j } \\big ( f ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\hat { \\mathbf { S } } ^ { ( 2 ) } ) ; T ) \\right) . } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 659, + 311, + 1038, + 311, + 1038, + 468, + 659, + 468 + ], + "score": 0.93, + "latex": "\\begin{array} { r l } & { \\mathbf { F } _ { Q } ^ { ( 1 ) } = \\mathbf { F } ^ { ( 1 ) } \\mathbf { W } _ { Q } \\in \\mathbb { R } ^ { N ( K + Q ) \\times d } , } \\\\ & { \\mathbf { S } _ { K } ^ { ( 2 ) } = \\mathbf { S } ^ { ( 2 ) } \\mathbf { W } _ { K } \\in \\mathbb { R } ^ { N K \\times d } , } \\\\ & { \\mathbf { S } _ { V } ^ { ( 2 ) } = \\mathbf { S } ^ { ( 2 ) } \\mathbf { W } _ { V } \\in \\mathbb { R } ^ { N K \\times d } . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 752, + 1968, + 860, + 1968, + 860, + 2006, + 752, + 2006 + ], + "score": 0.93, + "latex": "f ( \\cdot ; \\hat { \\mathbf { S } } ^ { ( 1 ) } )" + }, + { + "category_id": 13, + "poly": [ + 977, + 1109, + 1405, + 1109, + 1405, + 1153, + 977, + 1153 + ], + "score": 0.93, + "latex": "\\hat { \\mathcal { Q } } _ { e } ^ { ( 1 ) } = \\{ ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 ) } , y _ { i } ^ { ( 1 ) } ) | \\hat { \\mathbf { q } } _ { i } ^ { ( 1 ) } \\in \\mathbb { R } ^ { d } , i =" + }, + { + "category_id": 13, + "poly": [ + 506, + 704, + 723, + 704, + 723, + 741, + 506, + 741 + ], + "score": 0.93, + "latex": "\\hat { \\mathbf { F } } ^ { ( 1 ) } = [ \\hat { \\mathbf { S } } ^ { ( 1 ) } ; \\hat { \\mathbf { Q } } ^ { ( 1 ) } ]" + }, + { + "category_id": 13, + "poly": [ + 434, + 1495, + 541, + 1495, + 541, + 1532, + 434, + 1532 + ], + "score": 0.93, + "latex": "f ( \\cdot ; \\hat { \\mathbf { S } } ^ { ( 1 ) } )" + }, + { + "category_id": 13, + "poly": [ + 723, + 1495, + 830, + 1495, + 830, + 1533, + 723, + 1533 + ], + "score": 0.92, + "latex": "f ( \\cdot ; \\hat { \\mathbf { S } } ^ { ( 2 ) } )" + }, + { + "category_id": 13, + "poly": [ + 560, + 1335, + 835, + 1335, + 835, + 1377, + 560, + 1377 + ], + "score": 0.92, + "latex": "( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } , y _ { i } ^ { ( 1 , 2 ) } ) \\in \\hat { \\mathcal { Q } } _ { e } ^ { ( 1 , 2 ) }" + }, + { + "category_id": 13, + "poly": [ + 768, + 704, + 993, + 704, + 993, + 742, + 768, + 742 + ], + "score": 0.92, + "latex": "\\hat { \\mathbf { F } } ^ { ( 2 ) } = [ \\hat { \\mathbf { S } } ^ { ( 2 ) } ; \\hat { \\mathbf { Q } } ^ { ( 2 ) } ] )" + }, + { + "category_id": 13, + "poly": [ + 666, + 1009, + 931, + 1009, + 931, + 1047, + 666, + 1047 + ], + "score": 0.91, + "latex": "f ( \\cdot ; \\hat { \\mathbf { S } } ^ { ( 2 ) } ) : \\mathbb { R } ^ { d } \\to \\mathbb { R } ^ { N }" + }, + { + "category_id": 13, + "poly": [ + 345, + 1008, + 609, + 1008, + 609, + 1048, + 345, + 1048 + ], + "score": 0.91, + "latex": "f ( \\cdot ; \\hat { \\mathbf { S } } ^ { ( 1 ) } ) : \\mathbb { R } ^ { d } \\to \\mathbb { R } ^ { N }" + }, + { + "category_id": 13, + "poly": [ + 298, + 1154, + 467, + 1154, + 467, + 1191, + 298, + 1191 + ], + "score": 0.91, + "latex": "1 , 2 , \\cdots , N Q \\}" + }, + { + "category_id": 13, + "poly": [ + 1303, + 1191, + 1359, + 1191, + 1359, + 1228, + 1303, + 1228 + ], + "score": 0.9, + "latex": "\\hat { \\mathbf { Q } } ^ { ( 1 ) }" + }, + { + "category_id": 13, + "poly": [ + 297, + 1341, + 510, + 1341, + 510, + 1375, + 297, + 1375 + ], + "score": 0.9, + "latex": "( j = 1 , 2 , \\cdots , N )" + }, + { + "category_id": 13, + "poly": [ + 481, + 1189, + 530, + 1189, + 530, + 1229, + 481, + 1229 + ], + "score": 0.9, + "latex": "\\hat { \\mathbf { q } } _ { i } ^ { ( 1 ) }" + }, + { + "category_id": 13, + "poly": [ + 543, + 483, + 587, + 483, + 587, + 514, + 543, + 514 + ], + "score": 0.9, + "latex": "e ^ { ( 2 ) }" + }, + { + "category_id": 14, + "poly": [ + 396, + 1580, + 1302, + 1580, + 1302, + 1636, + 396, + 1636 + ], + "score": 0.89, + "latex": "L _ { c e c r } ( e ^ { ( 1 ) } , e ^ { ( 2 ) } ; T ) = \\mathbb { E } _ { ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } , y _ { i } ^ { ( 1 , 2 ) } ) \\in \\hat { \\mathcal { Q } } _ { e } ^ { ( 1 , 2 ) } } L ^ { \\prime } ( f ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\hat { \\mathbf { S } } ^ { ( 1 ) } ) , f ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\hat { \\mathbf { S } } ^ { ( 2 ) } ) ; T ) ," + }, + { + "category_id": 13, + "poly": [ + 512, + 1149, + 566, + 1149, + 566, + 1188, + 512, + 1188 + ], + "score": 0.89, + "latex": "\\hat { \\mathcal { Q } } _ { e } ^ { ( 2 ) }" + }, + { + "category_id": 13, + "poly": [ + 1188, + 1295, + 1399, + 1295, + 1399, + 1338, + 1188, + 1338 + ], + "score": 0.88, + "latex": "\\sigma _ { j } ( f ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\hat { \\mathbf { S } } ^ { ( 2 ) } ) )" + }, + { + "category_id": 13, + "poly": [ + 1145, + 644, + 1199, + 644, + 1199, + 675, + 1145, + 675 + ], + "score": 0.88, + "latex": "\\mathbf { W } _ { V }" + }, + { + "category_id": 13, + "poly": [ + 442, + 1227, + 1159, + 1227, + 1159, + 1270, + 442, + 1270 + ], + "score": 0.88, + "latex": "\\hat { \\mathcal { Q } } _ { e } ^ { ( 1 , 2 ) } = \\hat { \\mathcal { Q } } _ { e } ^ { ( 1 ) } \\cup \\hat { \\mathcal { Q } } _ { e } ^ { ( 2 ) } = \\{ ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } , y _ { i } ^ { ( 1 , 2 ) } ) , i = 1 , 2 , \\cdots , 2 N Q \\} )" + }, + { + "category_id": 13, + "poly": [ + 297, + 1737, + 716, + 1737, + 716, + 1780, + 297, + 1780 + ], + "score": 0.88, + "latex": "L ^ { \\prime } ( f ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\hat { \\mathbf { S } } ^ { ( 1 ) } ) , f ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\hat { \\mathbf { S } } ^ { ( 2 ) } ) ; T )" + }, + { + "category_id": 13, + "poly": [ + 297, + 1230, + 362, + 1230, + 362, + 1268, + 297, + 1268 + ], + "score": 0.87, + "latex": "\\hat { \\mathbf { Q } } ^ { ( 2 ) } )" + }, + { + "category_id": 13, + "poly": [ + 662, + 259, + 951, + 259, + 951, + 296, + 662, + 296 + ], + "score": 0.87, + "latex": "\\mathbf { W } _ { Q } , \\mathbf { W } _ { K } , \\mathbf { W } _ { V } \\in \\mathbb { R } ^ { d \\times d } )" + }, + { + "category_id": 13, + "poly": [ + 298, + 705, + 342, + 705, + 342, + 737, + 298, + 737 + ], + "score": 0.86, + "latex": "e ^ { ( 1 ) }" + }, + { + "category_id": 13, + "poly": [ + 1355, + 1153, + 1399, + 1153, + 1399, + 1185, + 1355, + 1185 + ], + "score": 0.86, + "latex": "e ^ { ( 1 ) }" + }, + { + "category_id": 13, + "poly": [ + 575, + 1045, + 625, + 1045, + 625, + 1078, + 575, + 1078 + ], + "score": 0.85, + "latex": "\\hat { \\mathbf { S } } ^ { ( 1 ) }" + }, + { + "category_id": 13, + "poly": [ + 682, + 1047, + 732, + 1047, + 732, + 1078, + 682, + 1078 + ], + "score": 0.85, + "latex": "\\hat { \\mathbf { S } } ^ { ( 2 ) }" + }, + { + "category_id": 13, + "poly": [ + 375, + 1656, + 399, + 1656, + 399, + 1682, + 375, + 1682 + ], + "score": 0.84, + "latex": "T" + }, + { + "category_id": 13, + "poly": [ + 539, + 1684, + 863, + 1684, + 863, + 1741, + 539, + 1741 + ], + "score": 0.84, + "latex": "\\begin{array} { r } { \\sigma _ { j } ( \\mathbf { v } ; T ) \\triangleq \\frac { \\exp ( v _ { j } / T ) } { \\sum _ { j ^ { \\prime } = 1 } ^ { N } \\exp ( v _ { j ^ { \\prime } } / T ) } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 577, + 1188, + 626, + 1188, + 626, + 1229, + 577, + 1229 + ], + "score": 0.84, + "latex": "\\hat { \\mathbf { q } } _ { i } ^ { ( 2 ) }" + }, + { + "category_id": 13, + "poly": [ + 927, + 1336, + 1201, + 1336, + 1201, + 1393, + 927, + 1393 + ], + "score": 0.83, + "latex": "\\begin{array} { r } { \\sigma _ { j } ( { \\bf v } ) \\triangleq \\frac { \\exp ( v _ { j } ) } { \\sum _ { j ^ { \\prime } = 1 } ^ { N } \\exp ( v _ { j ^ { \\prime } } ) } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 386, + 705, + 431, + 705, + 431, + 737, + 386, + 737 + ], + "score": 0.82, + "latex": "e ^ { ( 2 ) }" + }, + { + "category_id": 13, + "poly": [ + 338, + 1192, + 384, + 1192, + 384, + 1225, + 338, + 1225 + ], + "score": 0.8, + "latex": "e ^ { ( 2 ) }" + }, + { + "category_id": 13, + "poly": [ + 975, + 643, + 1028, + 643, + 1028, + 677, + 975, + 677 + ], + "score": 0.8, + "latex": "\\mathbf { W } _ { Q }" + }, + { + "category_id": 13, + "poly": [ + 776, + 1197, + 789, + 1197, + 789, + 1223, + 776, + 1223 + ], + "score": 0.76, + "latex": "i" + }, + { + "category_id": 13, + "poly": [ + 1211, + 1340, + 1328, + 1340, + 1328, + 1373, + 1211, + 1373 + ], + "score": 0.71, + "latex": "( \\mathbf { v } \\in \\mathbb { R } ^ { N } )" + }, + { + "category_id": 13, + "poly": [ + 1039, + 643, + 1097, + 643, + 1097, + 675, + 1039, + 675 + ], + "score": 0.69, + "latex": "\\mathbf { W } _ { K }" + }, + { + "category_id": 13, + "poly": [ + 809, + 1295, + 1019, + 1295, + 1019, + 1339, + 809, + 1339 + ], + "score": 0.55, + "latex": "\\sigma _ { j } ( f ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\hat { \\mathbf { S } } ^ { ( 1 ) } ) )" + }, + { + "category_id": 13, + "poly": [ + 992, + 1690, + 1190, + 1690, + 1190, + 1724, + 992, + 1724 + ], + "score": 0.55, + "latex": "j = 1 , 2 , \\cdots , N )" + }, + { + "category_id": 13, + "poly": [ + 878, + 1687, + 978, + 1687, + 978, + 1722, + 878, + 1722 + ], + "score": 0.52, + "latex": "\\mathbf { \\bar { v } } \\in \\mathbb { R } ^ { N }" + }, + { + "category_id": 13, + "poly": [ + 975, + 643, + 1097, + 643, + 1097, + 677, + 975, + 677 + ], + "score": 0.3, + "latex": "\\mathbf { W } _ { Q } , \\mathbf { W } _ { K }" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 72.0, + 815.0, + 72.0, + 815.0, + 108.0, + 296.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2086.0, + 861.0, + 2086.0, + 861.0, + 2119.0, + 839.0, + 2119.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1005.0, + 344.0, + 1005.0, + 344.0, + 1052.0, + 291.0, + 1052.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 610.0, + 1005.0, + 665.0, + 1005.0, + 665.0, + 1052.0, + 610.0, + 1052.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 932.0, + 1005.0, + 1407.0, + 1005.0, + 1407.0, + 1052.0, + 932.0, + 1052.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1043.0, + 574.0, + 1043.0, + 574.0, + 1085.0, + 293.0, + 1085.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 626.0, + 1043.0, + 681.0, + 1043.0, + 681.0, + 1085.0, + 626.0, + 1085.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 733.0, + 1043.0, + 1406.0, + 1043.0, + 1406.0, + 1085.0, + 733.0, + 1085.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1079.0, + 1405.0, + 1079.0, + 1405.0, + 1113.0, + 294.0, + 1113.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 284.0, + 1096.0, + 976.0, + 1096.0, + 976.0, + 1166.0, + 284.0, + 1166.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1406.0, + 1096.0, + 1415.0, + 1096.0, + 1415.0, + 1166.0, + 1406.0, + 1166.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1146.0, + 297.0, + 1146.0, + 297.0, + 1197.0, + 291.0, + 1197.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 468.0, + 1146.0, + 511.0, + 1146.0, + 511.0, + 1197.0, + 468.0, + 1197.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 567.0, + 1146.0, + 1354.0, + 1146.0, + 1354.0, + 1197.0, + 567.0, + 1197.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1400.0, + 1146.0, + 1407.0, + 1146.0, + 1407.0, + 1197.0, + 1400.0, + 1197.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 1181.0, + 337.0, + 1181.0, + 337.0, + 1237.0, + 289.0, + 1237.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 385.0, + 1181.0, + 480.0, + 1181.0, + 480.0, + 1237.0, + 385.0, + 1237.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 531.0, + 1181.0, + 576.0, + 1181.0, + 576.0, + 1237.0, + 531.0, + 1237.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 627.0, + 1181.0, + 775.0, + 1181.0, + 775.0, + 1237.0, + 627.0, + 1237.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 790.0, + 1181.0, + 1302.0, + 1181.0, + 1302.0, + 1237.0, + 790.0, + 1237.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1360.0, + 1181.0, + 1411.0, + 1181.0, + 1411.0, + 1237.0, + 1360.0, + 1237.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 286.0, + 1207.0, + 296.0, + 1207.0, + 296.0, + 1300.0, + 286.0, + 1300.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 363.0, + 1207.0, + 441.0, + 1207.0, + 441.0, + 1300.0, + 363.0, + 1300.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1160.0, + 1207.0, + 1419.0, + 1207.0, + 1419.0, + 1300.0, + 1160.0, + 1300.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1263.0, + 1407.0, + 1263.0, + 1407.0, + 1300.0, + 293.0, + 1300.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 285.0, + 1284.0, + 808.0, + 1284.0, + 808.0, + 1353.0, + 285.0, + 1353.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1020.0, + 1284.0, + 1187.0, + 1284.0, + 1187.0, + 1353.0, + 1020.0, + 1353.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1400.0, + 1284.0, + 1415.0, + 1284.0, + 1415.0, + 1353.0, + 1400.0, + 1353.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 1320.0, + 296.0, + 1320.0, + 296.0, + 1398.0, + 289.0, + 1398.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 511.0, + 1320.0, + 559.0, + 1320.0, + 559.0, + 1398.0, + 511.0, + 1398.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 836.0, + 1320.0, + 926.0, + 1320.0, + 926.0, + 1398.0, + 836.0, + 1398.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1202.0, + 1320.0, + 1210.0, + 1320.0, + 1210.0, + 1398.0, + 1202.0, + 1398.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1329.0, + 1320.0, + 1407.0, + 1320.0, + 1407.0, + 1398.0, + 1329.0, + 1398.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1381.0, + 511.0, + 1381.0, + 511.0, + 1423.0, + 293.0, + 1423.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 778.0, + 1405.0, + 778.0, + 1405.0, + 815.0, + 295.0, + 815.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 806.0, + 1406.0, + 806.0, + 1406.0, + 849.0, + 291.0, + 849.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 840.0, + 1406.0, + 840.0, + 1406.0, + 879.0, + 293.0, + 879.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 870.0, + 1403.0, + 870.0, + 1403.0, + 907.0, + 291.0, + 907.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 902.0, + 1405.0, + 902.0, + 1405.0, + 937.0, + 294.0, + 937.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 933.0, + 1406.0, + 933.0, + 1406.0, + 965.0, + 294.0, + 965.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 963.0, + 1052.0, + 963.0, + 1052.0, + 997.0, + 293.0, + 997.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 641.0, + 974.0, + 641.0, + 974.0, + 680.0, + 294.0, + 680.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1098.0, + 641.0, + 1144.0, + 641.0, + 1144.0, + 680.0, + 1098.0, + 680.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1200.0, + 641.0, + 1404.0, + 641.0, + 1404.0, + 680.0, + 1200.0, + 680.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 672.0, + 1404.0, + 672.0, + 1404.0, + 711.0, + 293.0, + 711.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 700.0, + 297.0, + 700.0, + 297.0, + 745.0, + 292.0, + 745.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 343.0, + 700.0, + 385.0, + 700.0, + 385.0, + 745.0, + 343.0, + 745.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 432.0, + 700.0, + 505.0, + 700.0, + 505.0, + 745.0, + 432.0, + 745.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 724.0, + 700.0, + 767.0, + 700.0, + 767.0, + 745.0, + 724.0, + 745.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 994.0, + 700.0, + 1005.0, + 700.0, + 1005.0, + 745.0, + 994.0, + 745.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1434.0, + 1405.0, + 1434.0, + 1405.0, + 1468.0, + 296.0, + 1468.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1462.0, + 1406.0, + 1462.0, + 1406.0, + 1500.0, + 293.0, + 1500.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1493.0, + 433.0, + 1493.0, + 433.0, + 1537.0, + 291.0, + 1537.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 542.0, + 1493.0, + 722.0, + 1493.0, + 722.0, + 1537.0, + 542.0, + 1537.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 1493.0, + 1407.0, + 1493.0, + 1407.0, + 1537.0, + 831.0, + 1537.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1527.0, + 771.0, + 1527.0, + 771.0, + 1564.0, + 294.0, + 1564.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1653.0, + 374.0, + 1653.0, + 374.0, + 1690.0, + 296.0, + 1690.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 400.0, + 1653.0, + 1404.0, + 1653.0, + 1404.0, + 1690.0, + 400.0, + 1690.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1680.0, + 538.0, + 1680.0, + 538.0, + 1754.0, + 291.0, + 1754.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 864.0, + 1680.0, + 877.0, + 1680.0, + 877.0, + 1754.0, + 864.0, + 1754.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 979.0, + 1680.0, + 991.0, + 1680.0, + 991.0, + 1754.0, + 979.0, + 1754.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1191.0, + 1680.0, + 1407.0, + 1680.0, + 1407.0, + 1754.0, + 1191.0, + 1754.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 717.0, + 1732.0, + 1149.0, + 1732.0, + 1149.0, + 1789.0, + 717.0, + 1789.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 229.0, + 1405.0, + 229.0, + 1405.0, + 265.0, + 297.0, + 265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 262.0, + 661.0, + 262.0, + 661.0, + 295.0, + 293.0, + 295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 952.0, + 262.0, + 965.0, + 262.0, + 965.0, + 295.0, + 952.0, + 295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1964.0, + 751.0, + 1964.0, + 751.0, + 2009.0, + 293.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 861.0, + 1964.0, + 1405.0, + 1964.0, + 1405.0, + 2009.0, + 861.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 2002.0, + 1043.0, + 2002.0, + 1043.0, + 2037.0, + 293.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 476.0, + 542.0, + 476.0, + 542.0, + 528.0, + 293.0, + 528.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 588.0, + 476.0, + 955.0, + 476.0, + 955.0, + 528.0, + 588.0, + 528.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 4, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 935, + 1406, + 935, + 1406, + 1101, + 297, + 1101 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 297, + 1731, + 1404, + 1731, + 1404, + 1916, + 297, + 1916 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 296, + 1436, + 1404, + 1436, + 1404, + 1562, + 296, + 1562 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 298, + 1932, + 1403, + 1932, + 1403, + 2035, + 298, + 2035 + ], + "score": 0.973 + }, + { + "category_id": 8, + "poly": [ + 567, + 1118, + 1129, + 1118, + 1129, + 1218, + 567, + 1218 + ], + "score": 0.962 + }, + { + "category_id": 1, + "poly": [ + 297, + 1228, + 1400, + 1228, + 1400, + 1292, + 297, + 1292 + ], + "score": 0.952 + }, + { + "category_id": 8, + "poly": [ + 504, + 1307, + 1192, + 1307, + 1192, + 1369, + 504, + 1369 + ], + "score": 0.936 + }, + { + "category_id": 0, + "poly": [ + 301, + 878, + 754, + 878, + 754, + 911, + 301, + 911 + ], + "score": 0.918 + }, + { + "category_id": 0, + "poly": [ + 299, + 1674, + 676, + 1674, + 676, + 1707, + 299, + 1707 + ], + "score": 0.917 + }, + { + "category_id": 0, + "poly": [ + 300, + 1605, + 558, + 1605, + 558, + 1641, + 300, + 1641 + ], + "score": 0.913 + }, + { + "category_id": 1, + "poly": [ + 293, + 1386, + 1308, + 1386, + 1308, + 1424, + 293, + 1424 + ], + "score": 0.91 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1325, + 1399, + 1325, + 1399, + 1355, + 1352, + 1355 + ], + "score": 0.893 + }, + { + "category_id": 2, + "poly": [ + 300, + 75, + 813, + 75, + 813, + 105, + 300, + 105 + ], + "score": 0.891 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1175, + 1400, + 1175, + 1400, + 1205, + 1366, + 1205 + ], + "score": 0.875 + }, + { + "category_id": 2, + "poly": [ + 840, + 2088, + 859, + 2088, + 859, + 2112, + 840, + 2112 + ], + "score": 0.792 + }, + { + "category_id": 5, + "poly": [ + 298, + 226, + 1405, + 226, + 1405, + 821, + 298, + 821 + ], + "score": 0.568, + "html": "
Algorithm1MELR-basedFSL
Input: Our MELR model with the set of all parameters Θ The base class sample set Db
Hyper-parameters 入,T
Output: The learned model
1:for all iteration=1, 2,·.,MaxIteration do
2: 3:C(2),e(1) ne(2)=0; Compute F(1) for e(1) using CEAM with Eq. (2),and obtain F(2) with Eq. (6) similarly.
4:Compute Lfsc(e(1)) and Lfsc(e(2)) with Eq. (9), respectively;
5:Construct Q(1,2) =Q(1)
6:Determine the teacher episode e(t) and the student e(s) by computing the few-shot classifica-
7:tion accuracies of the two classifiers within e(1) and e(2), respectively; Compute the CECR loss Lcecr(e(t),e(s);T) with Eq. (7);
8:Compute the total loss Ltotal with Eq. (10);
9:Compute the gradients V@ Ltotal ;
10:Update O using stochastic gradient descent;
11: end for
12: return The learned model.
" + }, + { + "category_id": 13, + "poly": [ + 943, + 1386, + 1146, + 1386, + 1146, + 1424, + 943, + 1424 + ], + "score": 0.93, + "latex": "e ^ { ( s ) } \\in \\{ e ^ { ( 1 ) } , e ^ { ( 2 ) } \\}" + }, + { + "category_id": 14, + "poly": [ + 508, + 1305, + 1189, + 1305, + 1189, + 1371, + 508, + 1371 + ], + "score": 0.93, + "latex": "L _ { t o t a l } = \\frac { 1 } { 2 } ( L _ { f s c } ( e ^ { ( 1 ) } ) + L _ { f s c } ( e ^ { ( 2 ) } ) ) + \\lambda L _ { c e c r } ( e ^ { ( t ) } , e ^ { ( s ) } ; T ) ," + }, + { + "category_id": 13, + "poly": [ + 480, + 488, + 600, + 488, + 600, + 525, + 480, + 525 + ], + "score": 0.93, + "latex": "L _ { f s c } ( e ^ { ( 1 ) } )" + }, + { + "category_id": 13, + "poly": [ + 487, + 524, + 730, + 524, + 730, + 562, + 487, + 562 + ], + "score": 0.93, + "latex": "\\hat { \\mathcal { Q } } _ { e } ^ { ( 1 , 2 ) } = \\hat { \\mathcal { Q } } _ { e } ^ { ( 1 ) } \\cup \\hat { \\mathcal { Q } } _ { e } ^ { ( 2 ) }" + }, + { + "category_id": 13, + "poly": [ + 468, + 966, + 684, + 966, + 684, + 1008, + 468, + 1008 + ], + "score": 0.93, + "latex": "e ^ { ( 1 ) } = ( S _ { e } ^ { ( 1 ) } , \\mathcal { Q } _ { e } ^ { ( 1 ) } )" + }, + { + "category_id": 13, + "poly": [ + 733, + 966, + 950, + 966, + 950, + 1008, + 733, + 1008 + ], + "score": 0.93, + "latex": "e ^ { ( 2 ) } = ( S _ { e } ^ { ( 2 ) } , \\mathcal { Q } _ { e } ^ { ( 2 ) } )" + }, + { + "category_id": 13, + "poly": [ + 652, + 489, + 772, + 489, + 772, + 525, + 652, + 525 + ], + "score": 0.92, + "latex": "L _ { f s c } ( e ^ { ( 2 ) } )" + }, + { + "category_id": 13, + "poly": [ + 372, + 1386, + 575, + 1386, + 575, + 1424, + 372, + 1424 + ], + "score": 0.92, + "latex": "e ^ { ( t ) } \\in \\{ e ^ { ( 1 ) } , e ^ { ( 2 ) } \\}" + }, + { + "category_id": 14, + "poly": [ + 566, + 1115, + 1134, + 1115, + 1134, + 1220, + 566, + 1220 + ], + "score": 0.92, + "latex": "\\begin{array} { r l } & { L _ { f s c } ( e ) = \\mathbb { E } _ { ( \\hat { \\mathbf { q } } _ { i } , y _ { i } ) \\in \\hat { \\mathcal { Q } } _ { e } } L ( y _ { i } , f _ { \\mathrm { P r o t o N e t } } ( \\hat { \\mathbf { q } } _ { i } ; \\hat { \\mathbf { S } } ) ) } \\\\ & { \\qquad = \\mathbb { E } _ { ( \\hat { \\mathbf { q } } _ { i } , y _ { i } ) \\in \\hat { \\mathcal { Q } } _ { e } } - \\log \\sigma _ { y _ { i } } ( f _ { \\mathrm { P r o t o N e t } } ( \\hat { \\mathbf { q } } _ { i } ; \\hat { \\mathbf { S } } ) ) . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 650, + 628, + 862, + 628, + 862, + 664, + 650, + 664 + ], + "score": 0.92, + "latex": "L _ { c e c r } ( e ^ { ( t ) } , e ^ { ( s ) } ; T )" + }, + { + "category_id": 13, + "poly": [ + 630, + 694, + 740, + 694, + 740, + 724, + 630, + 724 + ], + "score": 0.91, + "latex": "\\nabla _ { \\Theta } L _ { t o t a l }" + }, + { + "category_id": 13, + "poly": [ + 796, + 2003, + 886, + 2003, + 886, + 2035, + 796, + 2035 + ], + "score": 0.9, + "latex": "Q = 1 5" + }, + { + "category_id": 13, + "poly": [ + 712, + 1065, + 896, + 1065, + 896, + 1102, + 712, + 1102 + ], + "score": 0.9, + "latex": "( e \\in \\bar { \\{ e ^ { ( 1 ) } , e ^ { ( 2 ) } \\} } )" + }, + { + "category_id": 13, + "poly": [ + 935, + 562, + 979, + 562, + 979, + 592, + 935, + 592 + ], + "score": 0.9, + "latex": "e ^ { ( s ) }" + }, + { + "category_id": 13, + "poly": [ + 627, + 663, + 698, + 663, + 698, + 692, + 627, + 692 + ], + "score": 0.9, + "latex": "L _ { t o t a l }" + }, + { + "category_id": 13, + "poly": [ + 857, + 594, + 902, + 594, + 902, + 626, + 857, + 626 + ], + "score": 0.9, + "latex": "e ^ { ( 1 ) }" + }, + { + "category_id": 13, + "poly": [ + 1244, + 1885, + 1337, + 1885, + 1337, + 1914, + 1244, + 1914 + ], + "score": 0.89, + "latex": "8 4 \\times 8 4" + }, + { + "category_id": 13, + "poly": [ + 714, + 562, + 757, + 562, + 757, + 593, + 714, + 593 + ], + "score": 0.89, + "latex": "e ^ { ( t ) }" + }, + { + "category_id": 13, + "poly": [ + 579, + 420, + 624, + 420, + 624, + 451, + 579, + 451 + ], + "score": 0.89, + "latex": "e ^ { ( 1 ) }" + }, + { + "category_id": 13, + "poly": [ + 953, + 1500, + 987, + 1500, + 987, + 1529, + 953, + 1529 + ], + "score": 0.88, + "latex": "\\mathcal { C } _ { n }" + }, + { + "category_id": 13, + "poly": [ + 786, + 423, + 821, + 423, + 821, + 454, + 786, + 454 + ], + "score": 0.88, + "latex": "\\mathcal { D } _ { b }" + }, + { + "category_id": 13, + "poly": [ + 953, + 594, + 998, + 594, + 998, + 627, + 953, + 627 + ], + "score": 0.88, + "latex": "e ^ { ( 2 ) }" + }, + { + "category_id": 13, + "poly": [ + 1292, + 1930, + 1402, + 1930, + 1402, + 1965, + 1292, + 1965 + ], + "score": 0.88, + "latex": "e ^ { ( t e s t ) } =" + }, + { + "category_id": 13, + "poly": [ + 653, + 2003, + 733, + 2003, + 733, + 2031, + 653, + 2031 + ], + "score": 0.88, + "latex": "K = 5" + }, + { + "category_id": 13, + "poly": [ + 480, + 454, + 532, + 454, + 532, + 486, + 480, + 486 + ], + "score": 0.87, + "latex": "{ \\hat { \\mathbf { F } } } ^ { ( 1 ) }" + }, + { + "category_id": 13, + "poly": [ + 676, + 420, + 721, + 420, + 721, + 452, + 676, + 452 + ], + "score": 0.87, + "latex": "e ^ { ( 2 ) }" + }, + { + "category_id": 13, + "poly": [ + 564, + 2003, + 643, + 2003, + 643, + 2031, + 564, + 2031 + ], + "score": 0.87, + "latex": "N = 5" + }, + { + "category_id": 13, + "poly": [ + 675, + 298, + 711, + 298, + 711, + 328, + 675, + 328 + ], + "score": 0.86, + "latex": "\\mathcal { D } _ { b }" + }, + { + "category_id": 13, + "poly": [ + 577, + 455, + 621, + 455, + 621, + 486, + 577, + 486 + ], + "score": 0.86, + "latex": "e ^ { ( 1 ) }" + }, + { + "category_id": 13, + "poly": [ + 580, + 1500, + 608, + 1500, + 608, + 1526, + 580, + 1526 + ], + "score": 0.83, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 1194, + 938, + 1222, + 938, + 1222, + 964, + 1194, + 964 + ], + "score": 0.83, + "latex": "N" + }, + { + "category_id": 13, + "poly": [ + 1280, + 938, + 1308, + 938, + 1308, + 964, + 1280, + 964 + ], + "score": 0.83, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 298, + 1965, + 487, + 1965, + 487, + 2005, + 298, + 2005 + ], + "score": 0.83, + "latex": "( S _ { e } ^ { ( t e s t ) } , \\mathcal { Q } _ { e } ^ { ( t e s t ) } )" + }, + { + "category_id": 13, + "poly": [ + 489, + 1500, + 517, + 1500, + 517, + 1526, + 489, + 1526 + ], + "score": 0.81, + "latex": "N" + }, + { + "category_id": 13, + "poly": [ + 1049, + 455, + 1101, + 455, + 1101, + 487, + 1049, + 487 + ], + "score": 0.81, + "latex": "\\hat { \\mathbf { F } } ^ { ( 2 ) }" + }, + { + "category_id": 13, + "poly": [ + 1367, + 937, + 1391, + 937, + 1391, + 969, + 1367, + 969 + ], + "score": 0.81, + "latex": "Q" + }, + { + "category_id": 13, + "poly": [ + 459, + 724, + 484, + 724, + 484, + 751, + 459, + 751 + ], + "score": 0.8, + "latex": "\\Theta" + }, + { + "category_id": 13, + "poly": [ + 1136, + 416, + 1307, + 416, + 1307, + 455, + 1136, + 455 + ], + "score": 0.79, + "latex": "e ^ { ( 1 ) } \\cap e ^ { ( 2 ) } = \\emptyset" + }, + { + "category_id": 13, + "poly": [ + 996, + 415, + 1126, + 415, + 1126, + 454, + 996, + 454 + ], + "score": 0.72, + "latex": "\\mathcal { C } _ { e } ^ { ( 1 ) } = \\mathcal { C } _ { e } ^ { ( 2 ) }" + }, + { + "category_id": 13, + "poly": [ + 925, + 268, + 949, + 268, + 949, + 294, + 925, + 294 + ], + "score": 0.72, + "latex": "\\Theta" + }, + { + "category_id": 13, + "poly": [ + 519, + 390, + 560, + 390, + 560, + 417, + 519, + 417 + ], + "score": 0.7, + "latex": "= 1" + }, + { + "category_id": 13, + "poly": [ + 622, + 329, + 646, + 329, + 646, + 355, + 622, + 355 + ], + "score": 0.62, + "latex": "T" + }, + { + "category_id": 13, + "poly": [ + 592, + 330, + 611, + 330, + 611, + 356, + 592, + 356 + ], + "score": 0.47, + "latex": "\\lambda" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 877.0, + 757.0, + 877.0, + 757.0, + 914.0, + 294.0, + 914.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1670.0, + 678.0, + 1670.0, + 678.0, + 1711.0, + 293.0, + 1711.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1603.0, + 560.0, + 1603.0, + 560.0, + 1645.0, + 292.0, + 1645.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 815.0, + 73.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 840.0, + 2086.0, + 862.0, + 2086.0, + 862.0, + 2116.0, + 840.0, + 2116.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 935.0, + 1193.0, + 935.0, + 1193.0, + 972.0, + 295.0, + 972.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1223.0, + 935.0, + 1279.0, + 935.0, + 1279.0, + 972.0, + 1223.0, + 972.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1309.0, + 935.0, + 1366.0, + 935.0, + 1366.0, + 972.0, + 1309.0, + 972.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1392.0, + 935.0, + 1404.0, + 935.0, + 1404.0, + 972.0, + 1392.0, + 972.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 286.0, + 954.0, + 467.0, + 954.0, + 467.0, + 1019.0, + 286.0, + 1019.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 685.0, + 954.0, + 732.0, + 954.0, + 732.0, + 1019.0, + 685.0, + 1019.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1006.0, + 1403.0, + 1006.0, + 1403.0, + 1036.0, + 296.0, + 1036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1036.0, + 1404.0, + 1036.0, + 1404.0, + 1069.0, + 295.0, + 1069.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1063.0, + 711.0, + 1063.0, + 711.0, + 1105.0, + 294.0, + 1105.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 897.0, + 1063.0, + 912.0, + 1063.0, + 912.0, + 1105.0, + 897.0, + 1105.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 874.0, + 964.5, + 1411.0, + 964.5, + 1411.0, + 1014.5, + 874.0, + 1014.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1733.0, + 1405.0, + 1733.0, + 1405.0, + 1765.0, + 295.0, + 1765.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1761.0, + 1405.0, + 1761.0, + 1405.0, + 1797.0, + 295.0, + 1797.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1793.0, + 1405.0, + 1793.0, + 1405.0, + 1829.0, + 295.0, + 1829.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1822.0, + 1405.0, + 1822.0, + 1405.0, + 1858.0, + 295.0, + 1858.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1855.0, + 1405.0, + 1855.0, + 1405.0, + 1887.0, + 296.0, + 1887.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1883.0, + 1243.0, + 1883.0, + 1243.0, + 1919.0, + 297.0, + 1919.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1338.0, + 1883.0, + 1348.0, + 1883.0, + 1348.0, + 1919.0, + 1338.0, + 1919.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1437.0, + 1404.0, + 1437.0, + 1404.0, + 1473.0, + 295.0, + 1473.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1470.0, + 1402.0, + 1470.0, + 1402.0, + 1503.0, + 294.0, + 1503.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1500.0, + 488.0, + 1500.0, + 488.0, + 1533.0, + 295.0, + 1533.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 518.0, + 1500.0, + 579.0, + 1500.0, + 579.0, + 1533.0, + 518.0, + 1533.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 609.0, + 1500.0, + 952.0, + 1500.0, + 952.0, + 1533.0, + 609.0, + 1533.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 988.0, + 1500.0, + 1404.0, + 1500.0, + 1404.0, + 1533.0, + 988.0, + 1533.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1531.0, + 1021.0, + 1531.0, + 1021.0, + 1567.0, + 295.0, + 1567.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 1926.0, + 1291.0, + 1926.0, + 1291.0, + 1971.0, + 289.0, + 1971.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 284.0, + 1951.0, + 297.0, + 1951.0, + 297.0, + 2022.0, + 284.0, + 2022.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 488.0, + 1951.0, + 1417.0, + 1951.0, + 1417.0, + 2022.0, + 488.0, + 2022.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 2000.0, + 563.0, + 2000.0, + 563.0, + 2038.0, + 292.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 644.0, + 2000.0, + 652.0, + 2000.0, + 652.0, + 2038.0, + 644.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 734.0, + 2000.0, + 795.0, + 2000.0, + 795.0, + 2038.0, + 734.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 887.0, + 2000.0, + 1406.0, + 2000.0, + 1406.0, + 2038.0, + 887.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1224.0, + 1404.0, + 1224.0, + 1404.0, + 1268.0, + 292.0, + 1268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1256.0, + 1346.0, + 1256.0, + 1346.0, + 1296.0, + 293.0, + 1296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1377.0, + 371.0, + 1377.0, + 371.0, + 1432.0, + 292.0, + 1432.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 576.0, + 1377.0, + 942.0, + 1377.0, + 942.0, + 1432.0, + 576.0, + 1432.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1147.0, + 1377.0, + 1313.0, + 1377.0, + 1313.0, + 1432.0, + 1147.0, + 1432.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 5, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 1444, + 1404, + 1444, + 1404, + 1811, + 298, + 1811 + ], + "score": 0.984 + }, + { + "category_id": 5, + "poly": [ + 301, + 319, + 1404, + 319, + 1404, + 1180, + 301, + 1180 + ], + "score": 0.984, + "html": "
MethodminiImageNettieredImageNet
Backbone1-shot5-shot1-shot5-shot
MatchingNet (Vinyals etal.,2016)Conv4-6443.56±0.8455.31 ± 0.73
ProtoNet† (Snell et al., 2017)Conv4-6452.78 ± 0.4571.26 ± 0.3653.82 ±0.4871.77 ± 0.41
MAML (Finn et al.,2017)Conv4-6448.70 ± 1.8463.10 ±0.9251.67 ± 1.8170.30 ±0.08
RelationNet (Sung et al.,2018)Conv4-6450.40±0.8065.30 ±0.7054.48 ± 0.9371.32 ± 0.78
IMP (Allen et al., 2019)Conv4-6449.60 ± 0.8068.10±0.80
DN4 (Li et al.,2019c)Conv4-6451.24 ± 0.7471.02 ± 0.64
PARN(Wu et al.,2019)Conv4-6455.22 ± 0.8471.55 ± 0.66
PN+rot (Gidaris et al.,2019)Conv4-6453.63 ± 0.4371.70 ± 0.36
CC+rot (Gidaris et al., 2019)Conv4-6454.83 ± 0.4371.86 ± 0.33
Centroid (Afrasiyabi Arman,2020)Conv4-6453.14 ± 1.0671.45 ± 0.72
Neg-Cosine (Liu et al.,2020)Conv4-6452.84 ± 0.7670.41 ± 0.66
FEAT (Ye et al.,2020)Conv4-6455.15 ± 0.2071.61 ± 0.16
MELR(ours)Conv4-6455.35 ± 0.4372.27 ± 0.3556.38± 0.4873.22± 0.41
ProtoNet (Snell et al.,2017)Conv4-51253.52 ± 0.4373.34± 0.3655.52 ± 0.4874.07±0.40
MAML (Finn et al.,2017)Conv4-51249.33 ± 0.6065.17 ± 0.4952.84±0.5670.91 ± 0.46
Relation Net (Sung et al.,2018)Conv4-51250.86 ± 0.5767.32 ± 0.4454.69 ± 0.5972.71 ± 0.43
PN+rot (Gidaris et al.,2019)Conv4-51256.02 ± 0.4674.00 ± 0.35
CC+rot (Gidaris et al., 2019)Conv4-51256.27 ± 0.4374.30 ± 0.33
MELR(ours)Conv4-51257.54±0.4474.37±0.3460.26±0.5177.25± 0.40
ProtoNet† (Snell et al.,2017)ResNet-1262.41 ± 0.4480.49±0.2969.63±0.5384.82± 0.36
TADAM (Oreshkin et al.,2018)ResNet-1258.50± 0.3076.70±0.38
MetaOptNet (Lee et al., 2019)ResNet-1262.64 ± 0.6178.63 ± 0.4665.99 ±0.7281.56 ± 0.63
MTL (Sun et al., 2019)ResNet-1261.20 ±1.8075.50± 0.8065.62 ± 1.8080.61 ±0.90
AM3 (Xing et al.,2019)ResNet-1265.21 ± 0.4975.20 ±0.3667.23 ± 0.3478.95 ± 0.22
Shot-Free (Ravichandran et al.,2019)ResNet-1259.04 ± 0.4377.64 ± 0.3966.87±0.4382.64± 0.43
Neg-Cosine (Liu et al.,2020)ResNet-1263.85 ±0.8181.57 ± 0.56
Distill (Tian et al.,2020)ResNet-1264.82 ± 0.6082.14 ± 0.4371.52 ± 0.6986.03 ±0.49
DSN-MR (Simon et al., 2020)ResNet-1264.60±0.7279.51 ± 0.5067.39 ± 0.8282.85 ±0.56
DeepEMD (Zhang et al.,2020)ResNet-1265.91 ± 0.8282.41 ± 0.5671.16 ± 0.8786.03 ±0.58
FEAT (Ye et al.,2020)ResNet-1266.78±0.2082.05 ±0.1470.80 ±0.2384.79 ± 0.16
MELR (ours)ResNet-1267.40±0.4383.40±0.2872.14± 0.5187.01±0.35
" + }, + { + "category_id": 1, + "poly": [ + 297, + 1240, + 1403, + 1240, + 1403, + 1430, + 297, + 1430 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 300, + 1911, + 1402, + 1911, + 1402, + 2034, + 300, + 2034 + ], + "score": 0.975 + }, + { + "category_id": 6, + "poly": [ + 299, + 249, + 1396, + 249, + 1396, + 312, + 299, + 312 + ], + "score": 0.943 + }, + { + "category_id": 0, + "poly": [ + 299, + 1853, + 550, + 1853, + 550, + 1884, + 299, + 1884 + ], + "score": 0.896 + }, + { + "category_id": 2, + "poly": [ + 300, + 76, + 813, + 76, + 813, + 104, + 300, + 104 + ], + "score": 0.893 + }, + { + "category_id": 2, + "poly": [ + 842, + 2088, + 858, + 2088, + 858, + 2111, + 842, + 2111 + ], + "score": 0.635 + }, + { + "category_id": 2, + "poly": [ + 842, + 2088, + 859, + 2088, + 859, + 2111, + 842, + 2111 + ], + "score": 0.278 + }, + { + "category_id": 13, + "poly": [ + 1099, + 1334, + 1170, + 1334, + 1170, + 1366, + 1099, + 1366 + ], + "score": 0.89, + "latex": "e ^ { ( t e s t ) }" + }, + { + "category_id": 13, + "poly": [ + 909, + 280, + 964, + 280, + 964, + 309, + 909, + 309 + ], + "score": 0.87, + "latex": "9 5 \\%" + }, + { + "category_id": 13, + "poly": [ + 299, + 1749, + 534, + 1749, + 534, + 1783, + 299, + 1783 + ], + "score": 0.86, + "latex": "\\{ 0 . 0 2 , 0 . 0 5 , 0 . 1 , 0 . 2 \\}" + }, + { + "category_id": 13, + "poly": [ + 950, + 1399, + 1005, + 1399, + 1005, + 1428, + 950, + 1428 + ], + "score": 0.86, + "latex": "9 5 \\%" + }, + { + "category_id": 13, + "poly": [ + 988, + 1477, + 1010, + 1477, + 1010, + 1507, + 988, + 1507 + ], + "score": 0.85, + "latex": "\\psi" + }, + { + "category_id": 13, + "poly": [ + 1037, + 1721, + 1061, + 1721, + 1061, + 1748, + 1037, + 1748 + ], + "score": 0.79, + "latex": "T" + }, + { + "category_id": 13, + "poly": [ + 965, + 1721, + 986, + 1721, + 986, + 1747, + 965, + 1747 + ], + "score": 0.78, + "latex": "\\lambda" + }, + { + "category_id": 13, + "poly": [ + 588, + 1749, + 778, + 1749, + 778, + 1783, + 588, + 1783 + ], + "score": 0.68, + "latex": "\\{ 1 6 , 3 2 , 6 4 , 1 2 8 \\}" + }, + { + "category_id": 13, + "poly": [ + 605, + 1301, + 880, + 1301, + 880, + 1336, + 605, + 1336 + ], + "score": 0.66, + "latex": "( \\mathbf { F } ^ { ( t e s t ) } , \\mathbf { S } ^ { ( t e s t ) } , \\mathbf { S } ^ { ( t e s t ) } )" + }, + { + "category_id": 13, + "poly": [ + 412, + 1400, + 437, + 1400, + 437, + 1427, + 412, + 1427 + ], + "score": 0.65, + "latex": "\\%" + }, + { + "category_id": 13, + "poly": [ + 633, + 281, + 660, + 281, + 660, + 308, + 633, + 308 + ], + "score": 0.62, + "latex": "\\%" + }, + { + "category_id": 13, + "poly": [ + 312, + 576, + 358, + 576, + 358, + 600, + 312, + 600 + ], + "score": 0.32, + "latex": "\\mathrm { C C + }" + }, + { + "category_id": 13, + "poly": [ + 312, + 551, + 384, + 551, + 384, + 574, + 312, + 574 + ], + "score": 0.3, + "latex": "\\mathrm { P N + r o t }" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 249.0, + 1401.0, + 249.0, + 1401.0, + 284.0, + 296.0, + 284.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 281.0, + 632.0, + 281.0, + 632.0, + 312.0, + 296.0, + 312.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 661.0, + 281.0, + 908.0, + 281.0, + 908.0, + 312.0, + 661.0, + 312.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 965.0, + 281.0, + 1341.0, + 281.0, + 1341.0, + 312.0, + 965.0, + 312.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1848.0, + 554.0, + 1848.0, + 554.0, + 1889.0, + 293.0, + 1889.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 72.0, + 816.0, + 72.0, + 816.0, + 110.0, + 294.0, + 110.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 840.0, + 2086.0, + 860.0, + 2086.0, + 860.0, + 2119.0, + 840.0, + 2119.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 840.0, + 2087.0, + 861.0, + 2087.0, + 861.0, + 2119.0, + 840.0, + 2119.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1445.0, + 1402.0, + 1445.0, + 1402.0, + 1479.0, + 296.0, + 1479.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1473.0, + 987.0, + 1473.0, + 987.0, + 1510.0, + 293.0, + 1510.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1011.0, + 1473.0, + 1405.0, + 1473.0, + 1405.0, + 1510.0, + 1011.0, + 1510.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1506.0, + 1405.0, + 1506.0, + 1405.0, + 1540.0, + 294.0, + 1540.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1538.0, + 1405.0, + 1538.0, + 1405.0, + 1572.0, + 294.0, + 1572.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1568.0, + 1404.0, + 1568.0, + 1404.0, + 1602.0, + 294.0, + 1602.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1595.0, + 1405.0, + 1595.0, + 1405.0, + 1634.0, + 292.0, + 1634.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1627.0, + 1405.0, + 1627.0, + 1405.0, + 1664.0, + 293.0, + 1664.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1659.0, + 1405.0, + 1659.0, + 1405.0, + 1693.0, + 294.0, + 1693.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1690.0, + 1405.0, + 1690.0, + 1405.0, + 1724.0, + 294.0, + 1724.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1719.0, + 964.0, + 1719.0, + 964.0, + 1753.0, + 294.0, + 1753.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 987.0, + 1719.0, + 1036.0, + 1719.0, + 1036.0, + 1753.0, + 987.0, + 1753.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1062.0, + 1719.0, + 1402.0, + 1719.0, + 1402.0, + 1753.0, + 1062.0, + 1753.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 535.0, + 1748.0, + 587.0, + 1748.0, + 587.0, + 1786.0, + 535.0, + 1786.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 779.0, + 1748.0, + 1405.0, + 1748.0, + 1405.0, + 1786.0, + 779.0, + 1786.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1781.0, + 1317.0, + 1781.0, + 1317.0, + 1815.0, + 294.0, + 1815.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1239.0, + 1403.0, + 1239.0, + 1403.0, + 1277.0, + 294.0, + 1277.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1270.0, + 1405.0, + 1270.0, + 1405.0, + 1305.0, + 293.0, + 1305.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1296.0, + 604.0, + 1296.0, + 604.0, + 1344.0, + 291.0, + 1344.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 881.0, + 1296.0, + 1409.0, + 1296.0, + 1409.0, + 1344.0, + 881.0, + 1344.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 287.0, + 1326.0, + 1098.0, + 1326.0, + 1098.0, + 1382.0, + 287.0, + 1382.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1171.0, + 1326.0, + 1408.0, + 1326.0, + 1408.0, + 1382.0, + 1171.0, + 1382.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1370.0, + 1404.0, + 1370.0, + 1404.0, + 1402.0, + 296.0, + 1402.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1398.0, + 411.0, + 1398.0, + 411.0, + 1435.0, + 295.0, + 1435.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 438.0, + 1398.0, + 949.0, + 1398.0, + 949.0, + 1435.0, + 438.0, + 1435.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1006.0, + 1398.0, + 1231.0, + 1398.0, + 1231.0, + 1435.0, + 1006.0, + 1435.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1911.0, + 1403.0, + 1911.0, + 1403.0, + 1943.0, + 296.0, + 1943.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1942.0, + 1406.0, + 1942.0, + 1406.0, + 1975.0, + 295.0, + 1975.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1970.0, + 1407.0, + 1970.0, + 1407.0, + 2009.0, + 294.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 2002.0, + 1406.0, + 2002.0, + 1406.0, + 2038.0, + 294.0, + 2038.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 6, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 1529, + 1404, + 1529, + 1404, + 1926, + 298, + 1926 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 297, + 1147, + 1404, + 1147, + 1404, + 1513, + 297, + 1513 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 298, + 703, + 1405, + 703, + 1405, + 1041, + 298, + 1041 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 301, + 1942, + 1401, + 1942, + 1401, + 2034, + 301, + 2034 + ], + "score": 0.97 + }, + { + "category_id": 3, + "poly": [ + 304, + 234, + 1391, + 234, + 1391, + 545, + 304, + 545 + ], + "score": 0.97 + }, + { + "category_id": 4, + "poly": [ + 297, + 565, + 1404, + 565, + 1404, + 660, + 297, + 660 + ], + "score": 0.962 + }, + { + "category_id": 0, + "poly": [ + 300, + 1087, + 641, + 1087, + 641, + 1118, + 300, + 1118 + ], + "score": 0.902 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 812, + 76, + 812, + 104, + 299, + 104 + ], + "score": 0.887 + }, + { + "category_id": 2, + "poly": [ + 841, + 2089, + 858, + 2089, + 858, + 2111, + 841, + 2111 + ], + "score": 0.788 + }, + { + "category_id": 13, + "poly": [ + 1145, + 1944, + 1210, + 1944, + 1210, + 1974, + 1145, + 1974 + ], + "score": 0.91, + "latex": "L _ { c e c r }" + }, + { + "category_id": 13, + "poly": [ + 722, + 857, + 783, + 857, + 783, + 886, + 722, + 886 + ], + "score": 0.88, + "latex": "1 . 0 \\%" + }, + { + "category_id": 13, + "poly": [ + 819, + 857, + 880, + 857, + 880, + 886, + 819, + 886 + ], + "score": 0.87, + "latex": "5 . 0 \\%" + }, + { + "category_id": 13, + "poly": [ + 871, + 1655, + 900, + 1655, + 900, + 1680, + 871, + 1680 + ], + "score": 0.83, + "latex": "" + }, + { + "category_id": 13, + "poly": [ + 1068, + 1655, + 1096, + 1655, + 1096, + 1680, + 1068, + 1680 + ], + "score": 0.8, + "latex": "" + }, + { + "category_id": 13, + "poly": [ + 913, + 1685, + 941, + 1685, + 941, + 1709, + 913, + 1709 + ], + "score": 0.8, + "latex": "" + }, + { + "category_id": 13, + "poly": [ + 1250, + 1685, + 1278, + 1685, + 1278, + 1710, + 1250, + 1710 + ], + "score": 0.79, + "latex": "" + }, + { + "category_id": 13, + "poly": [ + 662, + 1838, + 691, + 1838, + 691, + 1863, + 662, + 1863 + ], + "score": 0.77, + "latex": "" + }, + { + "category_id": 13, + "poly": [ + 866, + 1838, + 894, + 1838, + 894, + 1862, + 866, + 1862 + ], + "score": 0.73, + "latex": "" + }, + { + "category_id": 13, + "poly": [ + 733, + 1716, + 761, + 1716, + 761, + 1740, + 733, + 1740 + ], + "score": 0.57, + "latex": "" + }, + { + "category_id": 13, + "poly": [ + 1329, + 1654, + 1358, + 1654, + 1358, + 1679, + 1329, + 1679 + ], + "score": 0.54, + "latex": "" + }, + { + "category_id": 13, + "poly": [ + 418, + 1592, + 482, + 1592, + 482, + 1620, + 418, + 1620 + ], + "score": 0.53, + "latex": " \\mathsf { A l l }" + }, + { + "category_id": 13, + "poly": [ + 841, + 1807, + 870, + 1807, + 870, + 1831, + 841, + 1831 + ], + "score": 0.49, + "latex": "" + }, + { + "category_id": 13, + "poly": [ + 388, + 1777, + 415, + 1777, + 415, + 1801, + 388, + 1801 + ], + "score": 0.48, + "latex": "" + }, + { + "category_id": 13, + "poly": [ + 406, + 1713, + 472, + 1713, + 472, + 1742, + 406, + 1742 + ], + "score": 0.45, + "latex": " \\mathsf { A l l }" + }, + { + "category_id": 13, + "poly": [ + 1336, + 1838, + 1365, + 1838, + 1365, + 1863, + 1336, + 1863 + ], + "score": 0.41, + "latex": "" + }, + { + "category_id": 13, + "poly": [ + 1337, + 1807, + 1365, + 1807, + 1365, + 1831, + 1337, + 1831 + ], + "score": 0.4, + "latex": "" + }, + { + "category_id": 13, + "poly": [ + 1181, + 1715, + 1209, + 1715, + 1209, + 1741, + 1181, + 1741 + ], + "score": 0.4, + "latex": "" + }, + { + "category_id": 13, + "poly": [ + 842, + 1805, + 906, + 1805, + 906, + 1832, + 842, + 1832 + ], + "score": 0.31, + "latex": " \\mathsf { A l l }" + }, + { + "category_id": 13, + "poly": [ + 1332, + 1804, + 1402, + 1804, + 1402, + 1832, + 1332, + 1832 + ], + "score": 0.31, + "latex": "\\mathrm { l } \\mathrm { A l l }" + }, + { + "category_id": 13, + "poly": [ + 387, + 1774, + 452, + 1774, + 452, + 1803, + 387, + 1803 + ], + "score": 0.29, + "latex": " \\mathsf { A l l }" + }, + { + "category_id": 13, + "poly": [ + 1333, + 1835, + 1402, + 1835, + 1402, + 1864, + 1333, + 1864 + ], + "score": 0.28, + "latex": "\\lvert \\mathsf { A l l }" + }, + { + "category_id": 13, + "poly": [ + 901, + 596, + 1000, + 596, + 1000, + 626, + 901, + 626 + ], + "score": 0.27, + "latex": "^ { \\dag } + \\mathrm { C E C R }" + }, + { + "category_id": 13, + "poly": [ + 1329, + 1652, + 1394, + 1652, + 1394, + 1681, + 1329, + 1681 + ], + "score": 0.26, + "latex": " \\mathsf { A l l }" + }, + { + "category_id": 13, + "poly": [ + 407, + 1716, + 436, + 1716, + 436, + 1740, + 407, + 1740 + ], + "score": 0.26, + "latex": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 238.0, + 347.0, + 238.0, + 347.0, + 262.0, + 323.0, + 262.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 689.0, + 237.0, + 711.0, + 237.0, + 711.0, + 257.0, + 689.0, + 257.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 252.0, + 349.0, + 252.0, + 349.0, + 323.0, + 320.0, + 323.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 382.0, + 249.0, + 441.0, + 249.0, + 441.0, + 287.0, + 382.0, + 287.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 689.0, + 256.0, + 711.0, + 256.0, + 711.0, + 278.0, + 689.0, + 278.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 750.0, + 252.0, + 850.0, + 252.0, + 850.0, + 288.0, + 750.0, + 288.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1055.0, + 256.0, + 1079.0, + 256.0, + 1079.0, + 280.0, + 1055.0, + 280.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1117.0, + 249.0, + 1165.0, + 249.0, + 1165.0, + 283.0, + 1117.0, + 283.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 384.0, + 279.0, + 483.0, + 279.0, + 483.0, + 300.0, + 384.0, + 300.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 689.0, + 274.0, + 711.0, + 274.0, + 711.0, + 296.0, + 689.0, + 296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 751.0, + 278.0, + 835.0, + 278.0, + 835.0, + 298.0, + 751.0, + 298.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1055.0, + 276.0, + 1079.0, + 276.0, + 1079.0, + 297.0, + 1055.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1118.0, + 278.0, + 1164.0, + 278.0, + 1164.0, + 300.0, + 1118.0, + 300.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 384.0, + 293.0, + 485.0, + 293.0, + 485.0, + 314.0, + 384.0, + 314.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 689.0, + 294.0, + 711.0, + 294.0, + 711.0, + 316.0, + 689.0, + 316.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 749.0, + 291.0, + 887.0, + 291.0, + 887.0, + 315.0, + 749.0, + 315.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1055.0, + 297.0, + 1079.0, + 297.0, + 1079.0, + 318.0, + 1055.0, + 318.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1116.0, + 291.0, + 1204.0, + 291.0, + 1204.0, + 311.0, + 1116.0, + 311.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 301.0, + 311.0, + 347.0, + 311.0, + 347.0, + 429.0, + 301.0, + 429.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 384.0, + 306.0, + 427.0, + 306.0, + 427.0, + 328.0, + 384.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 667.0, + 315.0, + 713.0, + 315.0, + 713.0, + 428.0, + 667.0, + 428.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 750.0, + 306.0, + 801.0, + 306.0, + 801.0, + 327.0, + 750.0, + 327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1034.0, + 316.0, + 1079.0, + 316.0, + 1079.0, + 429.0, + 1034.0, + 429.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 314.0, + 349.0, + 348.0, + 349.0, + 348.0, + 443.0, + 314.0, + 443.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 686.0, + 354.0, + 711.0, + 354.0, + 711.0, + 381.0, + 686.0, + 381.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1053.0, + 352.0, + 1079.0, + 352.0, + 1079.0, + 381.0, + 1053.0, + 381.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 686.0, + 369.0, + 715.0, + 369.0, + 715.0, + 422.0, + 686.0, + 422.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1054.0, + 370.0, + 1079.0, + 370.0, + 1079.0, + 401.0, + 1054.0, + 401.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1054.0, + 391.0, + 1079.0, + 391.0, + 1079.0, + 419.0, + 1054.0, + 419.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 689.0, + 414.0, + 713.0, + 414.0, + 713.0, + 438.0, + 689.0, + 438.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1056.0, + 414.0, + 1077.0, + 414.0, + 1077.0, + 436.0, + 1056.0, + 436.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 436.0, + 345.0, + 436.0, + 345.0, + 456.0, + 323.0, + 456.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 689.0, + 436.0, + 711.0, + 436.0, + 711.0, + 456.0, + 689.0, + 456.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1055.0, + 436.0, + 1079.0, + 436.0, + 1079.0, + 456.0, + 1055.0, + 456.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 454.0, + 347.0, + 454.0, + 347.0, + 478.0, + 323.0, + 478.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 689.0, + 455.0, + 711.0, + 455.0, + 711.0, + 477.0, + 689.0, + 477.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1055.0, + 455.0, + 1079.0, + 455.0, + 1079.0, + 477.0, + 1055.0, + 477.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 474.0, + 345.0, + 474.0, + 345.0, + 496.0, + 323.0, + 496.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 689.0, + 476.0, + 711.0, + 476.0, + 711.0, + 495.0, + 689.0, + 495.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1055.0, + 476.0, + 1079.0, + 476.0, + 1079.0, + 495.0, + 1055.0, + 495.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 373.0, + 484.0, + 456.0, + 484.0, + 456.0, + 513.0, + 373.0, + 513.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 524.0, + 484.0, + 608.0, + 484.0, + 608.0, + 513.0, + 524.0, + 513.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 741.0, + 484.0, + 823.0, + 484.0, + 823.0, + 513.0, + 741.0, + 513.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 893.0, + 487.0, + 975.0, + 487.0, + 975.0, + 512.0, + 893.0, + 512.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1108.0, + 487.0, + 1188.0, + 487.0, + 1188.0, + 512.0, + 1108.0, + 512.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1259.0, + 487.0, + 1342.0, + 487.0, + 1342.0, + 513.0, + 1259.0, + 513.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 454.0, + 513.0, + 496.0, + 513.0, + 496.0, + 549.0, + 454.0, + 549.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 819.0, + 512.0, + 865.0, + 512.0, + 865.0, + 550.0, + 819.0, + 550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1189.0, + 514.0, + 1231.0, + 514.0, + 1231.0, + 549.0, + 1189.0, + 549.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1055.75, + 236.5, + 1076.75, + 236.5, + 1076.75, + 257.5, + 1055.75, + 257.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 564.0, + 1405.0, + 564.0, + 1405.0, + 602.0, + 294.0, + 602.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 595.0, + 900.0, + 595.0, + 900.0, + 630.0, + 294.0, + 630.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1001.0, + 595.0, + 1404.0, + 595.0, + 1404.0, + 630.0, + 1001.0, + 630.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 626.0, + 1405.0, + 626.0, + 1405.0, + 664.0, + 295.0, + 664.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1084.0, + 645.0, + 1084.0, + 645.0, + 1122.0, + 294.0, + 1122.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 815.0, + 73.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2086.0, + 860.0, + 2086.0, + 860.0, + 2116.0, + 839.0, + 2116.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1528.0, + 1403.0, + 1528.0, + 1403.0, + 1563.0, + 297.0, + 1563.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1561.0, + 1405.0, + 1561.0, + 1405.0, + 1595.0, + 293.0, + 1595.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1590.0, + 417.0, + 1590.0, + 417.0, + 1627.0, + 293.0, + 1627.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 483.0, + 1590.0, + 1404.0, + 1590.0, + 1404.0, + 1627.0, + 483.0, + 1627.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1617.0, + 1405.0, + 1617.0, + 1405.0, + 1658.0, + 293.0, + 1658.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1650.0, + 870.0, + 1650.0, + 870.0, + 1690.0, + 292.0, + 1690.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 901.0, + 1650.0, + 1067.0, + 1650.0, + 1067.0, + 1690.0, + 901.0, + 1690.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1097.0, + 1650.0, + 1328.0, + 1650.0, + 1328.0, + 1690.0, + 1097.0, + 1690.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1395.0, + 1650.0, + 1404.0, + 1650.0, + 1404.0, + 1690.0, + 1395.0, + 1690.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1677.0, + 912.0, + 1677.0, + 912.0, + 1721.0, + 292.0, + 1721.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 942.0, + 1677.0, + 1249.0, + 1677.0, + 1249.0, + 1721.0, + 942.0, + 1721.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1279.0, + 1677.0, + 1406.0, + 1677.0, + 1406.0, + 1721.0, + 1279.0, + 1721.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1711.0, + 405.0, + 1711.0, + 405.0, + 1750.0, + 293.0, + 1750.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 473.0, + 1711.0, + 732.0, + 1711.0, + 732.0, + 1750.0, + 473.0, + 1750.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 762.0, + 1711.0, + 1180.0, + 1711.0, + 1180.0, + 1750.0, + 762.0, + 1750.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1210.0, + 1711.0, + 1405.0, + 1711.0, + 1405.0, + 1750.0, + 1210.0, + 1750.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1740.0, + 1408.0, + 1740.0, + 1408.0, + 1781.0, + 293.0, + 1781.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1774.0, + 386.0, + 1774.0, + 386.0, + 1808.0, + 293.0, + 1808.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 453.0, + 1774.0, + 1406.0, + 1774.0, + 1406.0, + 1808.0, + 453.0, + 1808.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1803.0, + 840.0, + 1803.0, + 840.0, + 1839.0, + 294.0, + 1839.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 907.0, + 1803.0, + 1331.0, + 1803.0, + 1331.0, + 1839.0, + 907.0, + 1839.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1836.0, + 661.0, + 1836.0, + 661.0, + 1869.0, + 296.0, + 1869.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 692.0, + 1836.0, + 865.0, + 1836.0, + 865.0, + 1869.0, + 692.0, + 1869.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 895.0, + 1836.0, + 1332.0, + 1836.0, + 1332.0, + 1869.0, + 895.0, + 1869.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1862.0, + 1405.0, + 1862.0, + 1405.0, + 1904.0, + 292.0, + 1904.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1894.0, + 1361.0, + 1894.0, + 1361.0, + 1931.0, + 294.0, + 1931.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1148.0, + 1404.0, + 1148.0, + 1404.0, + 1182.0, + 295.0, + 1182.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1177.0, + 1405.0, + 1177.0, + 1405.0, + 1214.0, + 294.0, + 1214.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1206.0, + 1407.0, + 1206.0, + 1407.0, + 1243.0, + 292.0, + 1243.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1235.0, + 1408.0, + 1235.0, + 1408.0, + 1277.0, + 292.0, + 1277.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1268.0, + 1404.0, + 1268.0, + 1404.0, + 1305.0, + 292.0, + 1305.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1298.0, + 1405.0, + 1298.0, + 1405.0, + 1334.0, + 294.0, + 1334.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1331.0, + 1405.0, + 1331.0, + 1405.0, + 1365.0, + 295.0, + 1365.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1360.0, + 1406.0, + 1360.0, + 1406.0, + 1394.0, + 295.0, + 1394.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1392.0, + 1405.0, + 1392.0, + 1405.0, + 1426.0, + 295.0, + 1426.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1421.0, + 1406.0, + 1421.0, + 1406.0, + 1457.0, + 291.0, + 1457.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1454.0, + 1404.0, + 1454.0, + 1404.0, + 1485.0, + 295.0, + 1485.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1483.0, + 1016.0, + 1483.0, + 1016.0, + 1518.0, + 294.0, + 1518.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 704.0, + 1402.0, + 704.0, + 1402.0, + 739.0, + 295.0, + 739.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 735.0, + 1405.0, + 735.0, + 1405.0, + 770.0, + 295.0, + 770.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 765.0, + 1405.0, + 765.0, + 1405.0, + 800.0, + 295.0, + 800.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 797.0, + 1403.0, + 797.0, + 1403.0, + 828.0, + 296.0, + 828.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 827.0, + 1403.0, + 827.0, + 1403.0, + 858.0, + 296.0, + 858.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 855.0, + 721.0, + 855.0, + 721.0, + 892.0, + 293.0, + 892.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 784.0, + 855.0, + 818.0, + 855.0, + 818.0, + 892.0, + 784.0, + 892.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 881.0, + 855.0, + 1406.0, + 855.0, + 1406.0, + 892.0, + 881.0, + 892.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 886.0, + 1405.0, + 886.0, + 1405.0, + 921.0, + 293.0, + 921.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 916.0, + 1405.0, + 916.0, + 1405.0, + 953.0, + 293.0, + 953.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 947.0, + 1405.0, + 947.0, + 1405.0, + 981.0, + 292.0, + 981.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 979.0, + 1405.0, + 979.0, + 1405.0, + 1014.0, + 295.0, + 1014.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1010.0, + 1337.0, + 1010.0, + 1337.0, + 1045.0, + 295.0, + 1045.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1940.0, + 1144.0, + 1940.0, + 1144.0, + 1981.0, + 295.0, + 1981.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1211.0, + 1940.0, + 1406.0, + 1940.0, + 1406.0, + 1981.0, + 1211.0, + 1981.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1970.0, + 1406.0, + 1970.0, + 1406.0, + 2010.0, + 292.0, + 2010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 2000.0, + 1404.0, + 2000.0, + 1404.0, + 2042.0, + 294.0, + 2042.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 7, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 299, + 1558, + 1403, + 1558, + 1403, + 1803, + 299, + 1803 + ], + "score": 0.984 + }, + { + "category_id": 1, + "poly": [ + 297, + 779, + 1405, + 779, + 1405, + 1421, + 297, + 1421 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 300, + 1911, + 1402, + 1911, + 1402, + 2033, + 300, + 2033 + ], + "score": 0.973 + }, + { + "category_id": 4, + "poly": [ + 297, + 503, + 1404, + 503, + 1404, + 626, + 297, + 626 + ], + "score": 0.966 + }, + { + "category_id": 3, + "poly": [ + 311, + 239, + 1384, + 239, + 1384, + 485, + 311, + 485 + ], + "score": 0.965 + }, + { + "category_id": 1, + "poly": [ + 298, + 671, + 1398, + 671, + 1398, + 764, + 298, + 764 + ], + "score": 0.958 + }, + { + "category_id": 0, + "poly": [ + 300, + 1479, + 543, + 1479, + 543, + 1515, + 300, + 1515 + ], + "score": 0.892 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 812, + 76, + 812, + 104, + 299, + 104 + ], + "score": 0.885 + }, + { + "category_id": 0, + "poly": [ + 301, + 1855, + 557, + 1855, + 557, + 1882, + 301, + 1882 + ], + "score": 0.853 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 858, + 2088, + 858, + 2110, + 841, + 2110 + ], + "score": 0.777 + }, + { + "category_id": 13, + "poly": [ + 678, + 1298, + 744, + 1298, + 744, + 1327, + 678, + 1327 + ], + "score": 0.9, + "latex": "5 \\times 5" + }, + { + "category_id": 13, + "poly": [ + 399, + 1741, + 531, + 1741, + 531, + 1771, + 399, + 1771 + ], + "score": 0.89, + "latex": "1 . 0 \\% { - } 5 . 0 \\%" + }, + { + "category_id": 13, + "poly": [ + 449, + 534, + 643, + 534, + 643, + 563, + 449, + 563 + ], + "score": 0.72, + "latex": "^ { \\dag } + \\mathrm { C E A M + C E C R }" + }, + { + "category_id": 13, + "poly": [ + 1000, + 701, + 1070, + 701, + 1070, + 732, + 1000, + 732 + ], + "score": 0.61, + "latex": "\\dagger { + } \\mathbf { K D }" + }, + { + "category_id": 13, + "poly": [ + 997, + 670, + 1097, + 670, + 1097, + 701, + 997, + 701 + ], + "score": 0.49, + "latex": "^ { \\dag } + { \\mathrm { C E C R } }" + }, + { + "category_id": 13, + "poly": [ + 860, + 903, + 881, + 903, + 881, + 930, + 860, + 930 + ], + "score": 0.37, + "latex": "^ { + }" + }, + { + "category_id": 13, + "poly": [ + 408, + 903, + 428, + 903, + 428, + 930, + 408, + 930 + ], + "score": 0.3, + "latex": "^ +" + }, + { + "category_id": 13, + "poly": [ + 1345, + 535, + 1405, + 535, + 1405, + 565, + 1345, + 565 + ], + "score": 0.27, + "latex": "\\mathrm { ( d ) - }" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 502.0, + 1405.0, + 502.0, + 1405.0, + 535.0, + 292.0, + 535.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 532.0, + 448.0, + 532.0, + 448.0, + 568.0, + 294.0, + 568.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 644.0, + 532.0, + 1344.0, + 532.0, + 1344.0, + 568.0, + 644.0, + 568.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 563.0, + 1406.0, + 563.0, + 1406.0, + 599.0, + 294.0, + 599.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 596.0, + 1278.0, + 596.0, + 1278.0, + 628.0, + 295.0, + 628.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 575.0, + 257.0, + 596.0, + 257.0, + 596.0, + 271.0, + 575.0, + 271.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 602.0, + 265.0, + 621.0, + 265.0, + 621.0, + 279.0, + 602.0, + 279.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 585.0, + 272.0, + 598.0, + 272.0, + 598.0, + 288.0, + 585.0, + 288.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 342.0, + 303.0, + 353.0, + 303.0, + 353.0, + 314.0, + 342.0, + 314.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 334.0, + 333.0, + 340.0, + 333.0, + 340.0, + 339.0, + 334.0, + 339.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 541.0, + 340.0, + 552.0, + 340.0, + 552.0, + 349.0, + 541.0, + 349.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 384.0, + 456.0, + 425.0, + 456.0, + 425.0, + 488.0, + 384.0, + 488.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 602.0, + 453.0, + 646.0, + 453.0, + 646.0, + 491.0, + 602.0, + 491.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 822.0, + 456.0, + 862.0, + 456.0, + 862.0, + 489.0, + 822.0, + 489.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1038.0, + 456.0, + 1082.0, + 456.0, + 1082.0, + 488.0, + 1038.0, + 488.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1259.0, + 456.0, + 1301.0, + 456.0, + 1301.0, + 489.0, + 1259.0, + 489.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 556.0, + 272.5, + 582.0, + 272.5, + 582.0, + 285.5, + 556.0, + 285.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1476.0, + 549.0, + 1476.0, + 549.0, + 1524.0, + 291.0, + 1524.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 815.0, + 73.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 299.0, + 1856.0, + 558.0, + 1856.0, + 558.0, + 1884.0, + 299.0, + 1884.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2087.0, + 860.0, + 2087.0, + 860.0, + 2116.0, + 839.0, + 2116.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1556.0, + 1403.0, + 1556.0, + 1403.0, + 1594.0, + 294.0, + 1594.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1588.0, + 1404.0, + 1588.0, + 1404.0, + 1625.0, + 294.0, + 1625.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1621.0, + 1403.0, + 1621.0, + 1403.0, + 1654.0, + 295.0, + 1654.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1652.0, + 1405.0, + 1652.0, + 1405.0, + 1685.0, + 295.0, + 1685.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1679.0, + 1404.0, + 1679.0, + 1404.0, + 1714.0, + 294.0, + 1714.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1712.0, + 1405.0, + 1712.0, + 1405.0, + 1745.0, + 294.0, + 1745.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1740.0, + 398.0, + 1740.0, + 398.0, + 1778.0, + 294.0, + 1778.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 532.0, + 1740.0, + 1405.0, + 1740.0, + 1405.0, + 1778.0, + 532.0, + 1778.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1770.0, + 955.0, + 1770.0, + 955.0, + 1809.0, + 294.0, + 1809.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 779.0, + 1406.0, + 779.0, + 1406.0, + 815.0, + 297.0, + 815.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 810.0, + 1403.0, + 810.0, + 1403.0, + 845.0, + 294.0, + 845.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 841.0, + 1405.0, + 841.0, + 1405.0, + 877.0, + 294.0, + 877.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 868.0, + 1405.0, + 868.0, + 1405.0, + 907.0, + 292.0, + 907.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 902.0, + 407.0, + 902.0, + 407.0, + 938.0, + 294.0, + 938.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 429.0, + 902.0, + 859.0, + 902.0, + 859.0, + 938.0, + 429.0, + 938.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 882.0, + 902.0, + 1405.0, + 902.0, + 1405.0, + 938.0, + 882.0, + 938.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 934.0, + 1403.0, + 934.0, + 1403.0, + 966.0, + 295.0, + 966.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 965.0, + 1402.0, + 965.0, + 1402.0, + 997.0, + 295.0, + 997.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 992.0, + 1407.0, + 992.0, + 1407.0, + 1030.0, + 292.0, + 1030.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1024.0, + 1405.0, + 1024.0, + 1405.0, + 1060.0, + 294.0, + 1060.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1056.0, + 1405.0, + 1056.0, + 1405.0, + 1088.0, + 296.0, + 1088.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1083.0, + 1405.0, + 1083.0, + 1405.0, + 1119.0, + 294.0, + 1119.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1113.0, + 1407.0, + 1113.0, + 1407.0, + 1152.0, + 292.0, + 1152.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1140.0, + 1406.0, + 1140.0, + 1406.0, + 1185.0, + 291.0, + 1185.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1175.0, + 1405.0, + 1175.0, + 1405.0, + 1213.0, + 292.0, + 1213.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1207.0, + 1405.0, + 1207.0, + 1405.0, + 1243.0, + 297.0, + 1243.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1238.0, + 1405.0, + 1238.0, + 1405.0, + 1274.0, + 295.0, + 1274.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1266.0, + 1405.0, + 1266.0, + 1405.0, + 1304.0, + 292.0, + 1304.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1297.0, + 677.0, + 1297.0, + 677.0, + 1333.0, + 295.0, + 1333.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 745.0, + 1297.0, + 1405.0, + 1297.0, + 1405.0, + 1333.0, + 745.0, + 1333.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1328.0, + 1403.0, + 1328.0, + 1403.0, + 1363.0, + 295.0, + 1363.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1359.0, + 1405.0, + 1359.0, + 1405.0, + 1395.0, + 294.0, + 1395.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1390.0, + 1232.0, + 1390.0, + 1232.0, + 1426.0, + 295.0, + 1426.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1911.0, + 1407.0, + 1911.0, + 1407.0, + 1947.0, + 295.0, + 1947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1942.0, + 1406.0, + 1942.0, + 1406.0, + 1978.0, + 294.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1972.0, + 1406.0, + 1972.0, + 1406.0, + 2008.0, + 293.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 2002.0, + 1368.0, + 2002.0, + 1368.0, + 2039.0, + 293.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 668.0, + 996.0, + 668.0, + 996.0, + 711.0, + 291.0, + 711.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1098.0, + 668.0, + 1404.0, + 668.0, + 1404.0, + 711.0, + 1098.0, + 711.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 699.0, + 999.0, + 699.0, + 999.0, + 738.0, + 292.0, + 738.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1071.0, + 699.0, + 1404.0, + 699.0, + 1404.0, + 738.0, + 1071.0, + 738.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 733.0, + 998.0, + 733.0, + 998.0, + 767.0, + 295.0, + 767.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 8, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 2, + "poly": [ + 299, + 75, + 813, + 75, + 813, + 105, + 299, + 105 + ], + "score": 0.888 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 866, + 2088, + 866, + 2113, + 836, + 2113 + ], + "score": 0.832 + }, + { + "category_id": 0, + "poly": [ + 299, + 228, + 489, + 228, + 489, + 261, + 299, + 261 + ], + "score": 0.801 + }, + { + "category_id": 1, + "poly": [ + 291, + 153, + 1409, + 153, + 1409, + 2036, + 291, + 2036 + ], + "score": 0.608 + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 815.0, + 73.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2085.0, + 870.0, + 2085.0, + 870.0, + 2123.0, + 832.0, + 2123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 228.0, + 490.0, + 228.0, + 490.0, + 265.0, + 297.0, + 265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 227.0, + 495.0, + 227.0, + 495.0, + 266.0, + 294.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 277.0, + 1404.0, + 277.0, + 1404.0, + 310.0, + 294.0, + 310.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 305.0, + 541.0, + 305.0, + 541.0, + 338.0, + 319.0, + 338.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 353.0, + 1408.0, + 353.0, + 1408.0, + 392.0, + 294.0, + 392.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 384.0, + 814.0, + 384.0, + 814.0, + 417.0, + 319.0, + 417.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 429.0, + 1404.0, + 429.0, + 1404.0, + 462.0, + 294.0, + 462.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 317.0, + 458.0, + 1391.0, + 458.0, + 1391.0, + 498.0, + 317.0, + 498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 504.0, + 1408.0, + 504.0, + 1408.0, + 547.0, + 292.0, + 547.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 317.0, + 535.0, + 681.0, + 535.0, + 681.0, + 572.0, + 317.0, + 572.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 582.0, + 1408.0, + 582.0, + 1408.0, + 624.0, + 292.0, + 624.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 617.0, + 691.0, + 617.0, + 691.0, + 644.0, + 321.0, + 644.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 663.0, + 1406.0, + 663.0, + 1406.0, + 696.0, + 294.0, + 696.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 317.0, + 690.0, + 1408.0, + 690.0, + 1408.0, + 727.0, + 317.0, + 727.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 719.0, + 632.0, + 719.0, + 632.0, + 752.0, + 323.0, + 752.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 762.0, + 1406.0, + 762.0, + 1406.0, + 807.0, + 290.0, + 807.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 317.0, + 795.0, + 761.0, + 795.0, + 761.0, + 834.0, + 317.0, + 834.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 842.0, + 1408.0, + 842.0, + 1408.0, + 882.0, + 294.0, + 882.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 315.0, + 871.0, + 795.0, + 871.0, + 795.0, + 909.0, + 315.0, + 909.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 923.0, + 1406.0, + 923.0, + 1406.0, + 956.0, + 296.0, + 956.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 952.0, + 958.0, + 952.0, + 958.0, + 985.0, + 321.0, + 985.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 995.0, + 1406.0, + 995.0, + 1406.0, + 1037.0, + 292.0, + 1037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 1028.0, + 778.0, + 1028.0, + 778.0, + 1061.0, + 319.0, + 1061.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1078.0, + 1404.0, + 1078.0, + 1404.0, + 1111.0, + 296.0, + 1111.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1107.0, + 647.0, + 1107.0, + 647.0, + 1140.0, + 321.0, + 1140.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1152.0, + 1406.0, + 1152.0, + 1406.0, + 1190.0, + 292.0, + 1190.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 1178.0, + 405.0, + 1178.0, + 405.0, + 1221.0, + 319.0, + 1221.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1233.0, + 1406.0, + 1233.0, + 1406.0, + 1266.0, + 296.0, + 1266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 1258.0, + 617.0, + 1258.0, + 617.0, + 1295.0, + 319.0, + 1295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1305.0, + 1406.0, + 1305.0, + 1406.0, + 1347.0, + 292.0, + 1347.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 1338.0, + 565.0, + 1338.0, + 565.0, + 1371.0, + 319.0, + 1371.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1382.0, + 1408.0, + 1382.0, + 1408.0, + 1423.0, + 290.0, + 1423.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 317.0, + 1413.0, + 1307.0, + 1413.0, + 1307.0, + 1450.0, + 317.0, + 1450.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1464.0, + 1404.0, + 1464.0, + 1404.0, + 1497.0, + 294.0, + 1497.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 1493.0, + 791.0, + 1493.0, + 791.0, + 1526.0, + 319.0, + 1526.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1537.0, + 1277.0, + 1537.0, + 1277.0, + 1578.0, + 290.0, + 1578.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1588.0, + 1402.0, + 1588.0, + 1402.0, + 1621.0, + 294.0, + 1621.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 1619.0, + 1110.0, + 1619.0, + 1110.0, + 1652.0, + 319.0, + 1652.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1669.0, + 1406.0, + 1669.0, + 1406.0, + 1702.0, + 296.0, + 1702.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 317.0, + 1694.0, + 899.0, + 1694.0, + 899.0, + 1731.0, + 317.0, + 1731.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1743.0, + 1406.0, + 1743.0, + 1406.0, + 1782.0, + 292.0, + 1782.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 1772.0, + 1095.0, + 1772.0, + 1095.0, + 1811.0, + 319.0, + 1811.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1817.0, + 1408.0, + 1817.0, + 1408.0, + 1861.0, + 290.0, + 1861.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 317.0, + 1851.0, + 1199.0, + 1851.0, + 1199.0, + 1886.0, + 317.0, + 1886.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1900.0, + 1400.0, + 1900.0, + 1400.0, + 1933.0, + 296.0, + 1933.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 1929.0, + 727.0, + 1929.0, + 727.0, + 1962.0, + 319.0, + 1962.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1974.0, + 1406.0, + 1974.0, + 1406.0, + 2014.0, + 294.0, + 2014.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 2003.0, + 1129.0, + 2003.0, + 1129.0, + 2043.0, + 319.0, + 2043.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 9, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 2, + "poly": [ + 300, + 75, + 813, + 75, + 813, + 105, + 300, + 105 + ], + "score": 0.879 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 863, + 2088, + 863, + 2113, + 836, + 2113 + ], + "score": 0.821 + }, + { + "category_id": 1, + "poly": [ + 297, + 1048, + 1403, + 1048, + 1403, + 1108, + 297, + 1108 + ], + "score": 0.797 + }, + { + "category_id": 1, + "poly": [ + 297, + 922, + 1401, + 922, + 1401, + 982, + 297, + 982 + ], + "score": 0.76 + }, + { + "category_id": 1, + "poly": [ + 297, + 1124, + 1400, + 1124, + 1400, + 1185, + 297, + 1185 + ], + "score": 0.735 + }, + { + "category_id": 1, + "poly": [ + 300, + 1201, + 1400, + 1201, + 1400, + 1287, + 300, + 1287 + ], + "score": 0.721 + }, + { + "category_id": 1, + "poly": [ + 294, + 998, + 1283, + 998, + 1283, + 1031, + 294, + 1031 + ], + "score": 0.718 + }, + { + "category_id": 1, + "poly": [ + 296, + 692, + 1400, + 692, + 1400, + 751, + 296, + 751 + ], + "score": 0.713 + }, + { + "category_id": 1, + "poly": [ + 298, + 587, + 1397, + 587, + 1397, + 673, + 298, + 673 + ], + "score": 0.71 + }, + { + "category_id": 1, + "poly": [ + 293, + 1563, + 1399, + 1563, + 1399, + 1597, + 293, + 1597 + ], + "score": 0.71 + }, + { + "category_id": 1, + "poly": [ + 298, + 769, + 1402, + 769, + 1402, + 828, + 298, + 828 + ], + "score": 0.691 + }, + { + "category_id": 1, + "poly": [ + 294, + 1744, + 1400, + 1744, + 1400, + 1805, + 294, + 1805 + ], + "score": 0.689 + }, + { + "category_id": 1, + "poly": [ + 297, + 1486, + 1401, + 1486, + 1401, + 1547, + 297, + 1547 + ], + "score": 0.679 + }, + { + "category_id": 1, + "poly": [ + 296, + 231, + 1399, + 231, + 1399, + 290, + 296, + 290 + ], + "score": 0.67 + }, + { + "category_id": 1, + "poly": [ + 297, + 845, + 1398, + 845, + 1398, + 906, + 297, + 906 + ], + "score": 0.659 + }, + { + "category_id": 1, + "poly": [ + 293, + 1305, + 1400, + 1305, + 1400, + 1367, + 293, + 1367 + ], + "score": 0.654 + }, + { + "category_id": 1, + "poly": [ + 300, + 1383, + 1398, + 1383, + 1398, + 1470, + 300, + 1470 + ], + "score": 0.652 + }, + { + "category_id": 1, + "poly": [ + 295, + 307, + 1400, + 307, + 1400, + 368, + 295, + 368 + ], + "score": 0.652 + }, + { + "category_id": 1, + "poly": [ + 295, + 1976, + 1406, + 1976, + 1406, + 2034, + 295, + 2034 + ], + "score": 0.644 + }, + { + "category_id": 1, + "poly": [ + 296, + 1822, + 1398, + 1822, + 1398, + 1882, + 296, + 1882 + ], + "score": 0.643 + }, + { + "category_id": 1, + "poly": [ + 298, + 460, + 1399, + 460, + 1399, + 520, + 298, + 520 + ], + "score": 0.642 + }, + { + "category_id": 1, + "poly": [ + 297, + 537, + 1180, + 537, + 1180, + 570, + 297, + 570 + ], + "score": 0.638 + }, + { + "category_id": 1, + "poly": [ + 298, + 385, + 1400, + 385, + 1400, + 444, + 298, + 444 + ], + "score": 0.633 + }, + { + "category_id": 1, + "poly": [ + 296, + 1899, + 1401, + 1899, + 1401, + 1959, + 296, + 1959 + ], + "score": 0.582 + }, + { + "category_id": 1, + "poly": [ + 297, + 1613, + 1404, + 1613, + 1404, + 1728, + 297, + 1728 + ], + "score": 0.536 + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 815.0, + 73.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2085.0, + 868.0, + 2085.0, + 868.0, + 2125.0, + 832.0, + 2125.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1049.0, + 1404.0, + 1049.0, + 1404.0, + 1080.0, + 297.0, + 1080.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1077.0, + 906.0, + 1077.0, + 906.0, + 1108.0, + 322.0, + 1108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 921.0, + 1405.0, + 921.0, + 1405.0, + 957.0, + 293.0, + 957.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 951.0, + 828.0, + 951.0, + 828.0, + 982.0, + 324.0, + 982.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1123.0, + 1404.0, + 1123.0, + 1404.0, + 1160.0, + 292.0, + 1160.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1154.0, + 896.0, + 1154.0, + 896.0, + 1186.0, + 323.0, + 1186.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1200.0, + 1404.0, + 1200.0, + 1404.0, + 1236.0, + 294.0, + 1236.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1231.0, + 1403.0, + 1231.0, + 1403.0, + 1260.0, + 321.0, + 1260.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1254.0, + 391.0, + 1254.0, + 391.0, + 1290.0, + 320.0, + 1290.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 998.0, + 1283.0, + 998.0, + 1283.0, + 1033.0, + 294.0, + 1033.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 689.0, + 1405.0, + 689.0, + 1405.0, + 726.0, + 294.0, + 726.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 719.0, + 559.0, + 719.0, + 559.0, + 749.0, + 321.0, + 749.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 587.0, + 1402.0, + 587.0, + 1402.0, + 620.0, + 295.0, + 620.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 615.0, + 1402.0, + 615.0, + 1402.0, + 650.0, + 320.0, + 650.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 644.0, + 539.0, + 644.0, + 539.0, + 672.0, + 323.0, + 672.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1563.0, + 1403.0, + 1563.0, + 1403.0, + 1598.0, + 297.0, + 1598.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 767.0, + 1406.0, + 767.0, + 1406.0, + 803.0, + 293.0, + 803.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 797.0, + 1375.0, + 797.0, + 1375.0, + 828.0, + 324.0, + 828.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1740.0, + 1402.0, + 1740.0, + 1402.0, + 1781.0, + 294.0, + 1781.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1775.0, + 697.0, + 1775.0, + 697.0, + 1805.0, + 322.0, + 1805.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1489.0, + 1403.0, + 1489.0, + 1403.0, + 1520.0, + 297.0, + 1520.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1515.0, + 1087.0, + 1515.0, + 1087.0, + 1547.0, + 324.0, + 1547.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 226.0, + 1404.0, + 226.0, + 1404.0, + 269.0, + 292.0, + 269.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 259.0, + 632.0, + 259.0, + 632.0, + 290.0, + 325.0, + 290.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 843.0, + 1403.0, + 843.0, + 1403.0, + 879.0, + 293.0, + 879.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 873.0, + 1031.0, + 873.0, + 1031.0, + 906.0, + 322.0, + 906.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1307.0, + 1402.0, + 1307.0, + 1402.0, + 1339.0, + 296.0, + 1339.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 1336.0, + 1381.0, + 1336.0, + 1381.0, + 1368.0, + 325.0, + 1368.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1381.0, + 1406.0, + 1381.0, + 1406.0, + 1418.0, + 294.0, + 1418.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 1414.0, + 1403.0, + 1414.0, + 1403.0, + 1443.0, + 325.0, + 1443.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1441.0, + 855.0, + 1441.0, + 855.0, + 1471.0, + 321.0, + 1471.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 306.0, + 1404.0, + 306.0, + 1404.0, + 344.0, + 294.0, + 344.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 336.0, + 955.0, + 336.0, + 955.0, + 368.0, + 324.0, + 368.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1975.0, + 1404.0, + 1975.0, + 1404.0, + 2010.0, + 297.0, + 2010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 2003.0, + 601.0, + 2003.0, + 601.0, + 2037.0, + 323.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1819.0, + 1402.0, + 1819.0, + 1402.0, + 1857.0, + 294.0, + 1857.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1850.0, + 481.0, + 1850.0, + 481.0, + 1879.0, + 321.0, + 1879.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 460.0, + 1403.0, + 460.0, + 1403.0, + 495.0, + 294.0, + 495.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 489.0, + 653.0, + 489.0, + 653.0, + 524.0, + 322.0, + 524.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 537.0, + 1179.0, + 537.0, + 1179.0, + 572.0, + 295.0, + 572.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 383.0, + 1405.0, + 383.0, + 1405.0, + 421.0, + 296.0, + 421.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 413.0, + 1231.0, + 413.0, + 1231.0, + 444.0, + 322.0, + 444.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1898.0, + 1405.0, + 1898.0, + 1405.0, + 1934.0, + 292.0, + 1934.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1927.0, + 959.0, + 1927.0, + 959.0, + 1960.0, + 320.0, + 1960.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1611.0, + 1405.0, + 1611.0, + 1405.0, + 1646.0, + 294.0, + 1646.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1644.0, + 1402.0, + 1644.0, + 1402.0, + 1673.0, + 324.0, + 1673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1669.0, + 1405.0, + 1669.0, + 1405.0, + 1704.0, + 320.0, + 1704.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1695.0, + 552.0, + 1695.0, + 552.0, + 1729.0, + 320.0, + 1729.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 10, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 292, + 219, + 1408, + 219, + 1408, + 1364, + 292, + 1364 + ], + "score": 0.889 + }, + { + "category_id": 2, + "poly": [ + 300, + 75, + 813, + 75, + 813, + 105, + 300, + 105 + ], + "score": 0.883 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 865, + 2088, + 865, + 2113, + 836, + 2113 + ], + "score": 0.834 + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 815.0, + 73.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2085.0, + 870.0, + 2085.0, + 870.0, + 2124.0, + 832.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 231.0, + 1407.0, + 231.0, + 1407.0, + 271.0, + 293.0, + 271.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 261.0, + 1155.0, + 261.0, + 1155.0, + 297.0, + 321.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 305.0, + 1404.0, + 305.0, + 1404.0, + 351.0, + 293.0, + 351.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 338.0, + 964.0, + 338.0, + 964.0, + 374.0, + 321.0, + 374.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 389.0, + 1404.0, + 389.0, + 1404.0, + 422.0, + 296.0, + 422.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 410.0, + 1406.0, + 410.0, + 1406.0, + 457.0, + 319.0, + 457.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 444.0, + 513.0, + 444.0, + 513.0, + 478.0, + 325.0, + 478.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 489.0, + 1406.0, + 489.0, + 1406.0, + 531.0, + 292.0, + 531.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 522.0, + 1332.0, + 522.0, + 1332.0, + 554.0, + 323.0, + 554.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 571.0, + 1402.0, + 571.0, + 1402.0, + 603.0, + 294.0, + 603.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 598.0, + 1071.0, + 598.0, + 1071.0, + 633.0, + 321.0, + 633.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 646.0, + 1403.0, + 646.0, + 1403.0, + 685.0, + 294.0, + 685.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 676.0, + 710.0, + 676.0, + 710.0, + 712.0, + 322.0, + 712.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 723.0, + 1403.0, + 723.0, + 1403.0, + 764.0, + 292.0, + 764.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 754.0, + 647.0, + 754.0, + 647.0, + 790.0, + 321.0, + 790.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 801.0, + 1407.0, + 801.0, + 1407.0, + 839.0, + 293.0, + 839.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 830.0, + 740.0, + 830.0, + 740.0, + 871.0, + 321.0, + 871.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 881.0, + 1406.0, + 881.0, + 1406.0, + 917.0, + 293.0, + 917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 908.0, + 1406.0, + 908.0, + 1406.0, + 945.0, + 321.0, + 945.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 937.0, + 623.0, + 937.0, + 623.0, + 973.0, + 322.0, + 973.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 982.0, + 1406.0, + 982.0, + 1406.0, + 1025.0, + 289.0, + 1025.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 1012.0, + 1053.0, + 1012.0, + 1053.0, + 1050.0, + 319.0, + 1050.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1061.0, + 1407.0, + 1061.0, + 1407.0, + 1101.0, + 293.0, + 1101.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1090.0, + 1309.0, + 1090.0, + 1309.0, + 1130.0, + 322.0, + 1130.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1140.0, + 1404.0, + 1140.0, + 1404.0, + 1177.0, + 293.0, + 1177.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1170.0, + 694.0, + 1170.0, + 694.0, + 1201.0, + 322.0, + 1201.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1214.0, + 1403.0, + 1214.0, + 1403.0, + 1257.0, + 293.0, + 1257.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1247.0, + 919.0, + 1247.0, + 919.0, + 1283.0, + 323.0, + 1283.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1296.0, + 1406.0, + 1296.0, + 1406.0, + 1332.0, + 293.0, + 1332.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1325.0, + 1306.0, + 1325.0, + 1306.0, + 1357.0, + 323.0, + 1357.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 11, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 5, + "poly": [ + 332, + 1761, + 1368, + 1761, + 1368, + 2000, + 332, + 2000 + ], + "score": 0.982, + "html": "
MethodBackboneminiImageNet
1-shot 5-shot
ProtoNet† (Snell et al., 2017)Conv4-6452.61 ± 0.4271.33 ± 0.36
ProtoNet†+IEAMConv4-6454.83 ± 0.4371.81 ± 0.35
ProtoNet†+IEAM+CECRConv4-6454.97 ± 0.4471.72 ± 0.35
ProtoNet+ +CEAM (ours)Conv4-6455.01 ± 0.4372.01 ± 0.35
MELR (ours)Conv4-6455.35 ± 0.4372.27 ± 0.35
" + }, + { + "category_id": 1, + "poly": [ + 297, + 1448, + 1404, + 1448, + 1404, + 1636, + 297, + 1636 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 299, + 349, + 1403, + 349, + 1403, + 523, + 299, + 523 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 297, + 1149, + 1404, + 1149, + 1404, + 1273, + 297, + 1273 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 298, + 948, + 1400, + 948, + 1400, + 1059, + 298, + 1059 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 296, + 1372, + 1402, + 1372, + 1402, + 1436, + 296, + 1436 + ], + "score": 0.951 + }, + { + "category_id": 8, + "poly": [ + 420, + 530, + 1249, + 530, + 1249, + 676, + 420, + 676 + ], + "score": 0.945 + }, + { + "category_id": 8, + "poly": [ + 479, + 1282, + 1215, + 1282, + 1215, + 1363, + 479, + 1363 + ], + "score": 0.943 + }, + { + "category_id": 6, + "poly": [ + 295, + 1682, + 1402, + 1682, + 1402, + 1747, + 295, + 1747 + ], + "score": 0.936 + }, + { + "category_id": 8, + "poly": [ + 419, + 679, + 1284, + 679, + 1284, + 944, + 419, + 944 + ], + "score": 0.912 + }, + { + "category_id": 0, + "poly": [ + 300, + 1092, + 692, + 1092, + 692, + 1125, + 300, + 1125 + ], + "score": 0.906 + }, + { + "category_id": 2, + "poly": [ + 299, + 74, + 813, + 74, + 813, + 105, + 299, + 105 + ], + "score": 0.906 + }, + { + "category_id": 0, + "poly": [ + 298, + 292, + 842, + 292, + 842, + 327, + 298, + 327 + ], + "score": 0.904 + }, + { + "category_id": 0, + "poly": [ + 300, + 226, + 509, + 226, + 509, + 261, + 300, + 261 + ], + "score": 0.897 + }, + { + "category_id": 9, + "poly": [ + 1352, + 909, + 1400, + 909, + 1400, + 939, + 1352, + 939 + ], + "score": 0.893 + }, + { + "category_id": 9, + "poly": [ + 1351, + 615, + 1401, + 615, + 1401, + 646, + 1351, + 646 + ], + "score": 0.891 + }, + { + "category_id": 9, + "poly": [ + 1351, + 746, + 1401, + 746, + 1401, + 777, + 1351, + 777 + ], + "score": 0.885 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1312, + 1400, + 1312, + 1400, + 1342, + 1352, + 1342 + ], + "score": 0.881 + }, + { + "category_id": 2, + "poly": [ + 836, + 2087, + 865, + 2087, + 865, + 2113, + 836, + 2113 + ], + "score": 0.871 + }, + { + "category_id": 14, + "poly": [ + 480, + 1277, + 1218, + 1277, + 1218, + 1365, + 480, + 1365 + ], + "score": 0.95, + "latex": "\\hat { \\mathbf { F } } ^ { ( i ) } = \\mathrm { I E A M } ( \\mathbf { F } ^ { ( i ) } , \\mathbf { S } ^ { ( i ) } , \\mathbf { S } ^ { ( i ) } ) = \\mathbf { F } ^ { ( i ) } + \\mathrm { s o f t m a x } ( \\frac { \\mathbf { F } _ { Q } ^ { ( i ) } \\mathbf { S } _ { K } ^ { ( i ) T } } { \\sqrt { d } } ) \\mathbf { S } _ { V } ^ { ( i ) } ." + }, + { + "category_id": 14, + "poly": [ + 411, + 530, + 1275, + 530, + 1275, + 950, + 411, + 950 + ], + "score": 0.93, + "latex": "\\begin{array} { r l } & { L _ { c c e } ^ { ( N , q , \\mathcal { C } ) G 3 } = \\varmathbb { E } _ { ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } , y _ { i } ^ { ( 1 , 2 ) } ) \\in \\varDelta _ { c } ^ { ( 1 , 2 ) } } \\mathrm { P e g } C \\cos ( f ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\tilde { \\mathbf { S } } ^ { ( 1 ) } ) , f ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\tilde { \\mathbf { S } } ^ { ( 2 ) } ) ) } \\\\ & { \\qquad = \\mathbb { E } _ { ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } , y _ { i } ^ { ( 1 , 2 ) } ) \\in \\varDelta _ { c } ^ { ( 1 , 2 ) } } - \\frac { \\mathcal { C } ^ { ( N , 1 ) } ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ) \\mathcal { S } ^ { ( 2 ) } ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ) } { \\| \\mathcal { C } ^ { ( 1 , 2 ) } \\| } , \\sigma ^ { ( 2 ) } ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ) > } \\\\ & { L _ { c c e } ^ { ( L _ { c } ^ { ( 2 ) } ) } = \\mathbb { E } _ { ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } , y _ { i } ^ { ( 1 , 2 ) } ) \\in \\varDelta _ { c } ^ { ( 1 , 2 ) } } \\mathrm { L } 2 ( f ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\tilde { \\mathbf { S } } ^ { ( 1 ) } ) ) , f ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\tilde { \\mathbf { S } } ^ { ( 2 ) } ) ) | } \\\\ & { \\qquad = \\mathbb { E } _ { ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } , y _ { i } ^ { ( 1 , 2 ) } ) \\in \\varDelta _ { c } ^ { ( 1 , 2 ) } } \\mathrm { L } 2 ( f ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\tilde { \\mathbf { S } } ^ { ( 1 ) } ) , f ( \\tilde { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\tilde { \\mathbf { S } } ^ { ( 2 ) } ) ) } \\\\ & L _ { c c e } ^ { ( s y m K L ) } = \\mathbb { E } _ \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 822, + 443, + 956, + 443, + 956, + 485, + 822, + 485 + ], + "score": 0.92, + "latex": "\\sigma ^ { ( 1 ) } ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } )" + }, + { + "category_id": 13, + "poly": [ + 1002, + 443, + 1141, + 443, + 1141, + 485, + 1002, + 485 + ], + "score": 0.92, + "latex": "\\sigma ^ { ( 2 ) } ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ) ;" + }, + { + "category_id": 13, + "poly": [ + 404, + 482, + 567, + 482, + 567, + 524, + 404, + 524 + ], + "score": 0.92, + "latex": "f ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\hat { \\mathbf { S } } ^ { ( 1 ) } )" + }, + { + "category_id": 13, + "poly": [ + 297, + 981, + 545, + 981, + 545, + 1026, + 297, + 1026 + ], + "score": 0.91, + "latex": "\\begin{array} { r } { \\sum _ { j = 1 } ^ { N } \\sigma _ { j } ( \\mathbf { u } ) \\log \\frac { \\sigma _ { j } ( \\mathbf { u } ) } { \\sigma _ { j } ( \\mathbf { v } ) } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 612, + 482, + 783, + 482, + 783, + 524, + 612, + 524 + ], + "score": 0.9, + "latex": "f ( \\hat { \\mathbf { q } } _ { i } ^ { ( 1 , 2 ) } ; \\hat { \\mathbf { S } } ^ { ( 2 ) } ) )" + }, + { + "category_id": 13, + "poly": [ + 1011, + 353, + 1076, + 353, + 1076, + 382, + 1011, + 382 + ], + "score": 0.9, + "latex": "L _ { c e c r }" + }, + { + "category_id": 13, + "poly": [ + 451, + 1028, + 520, + 1028, + 520, + 1059, + 451, + 1059 + ], + "score": 0.9, + "latex": "\\sigma _ { j } ( { \\mathbf { u } } )" + }, + { + "category_id": 13, + "poly": [ + 832, + 1025, + 891, + 1025, + 891, + 1059, + 832, + 1059 + ], + "score": 0.9, + "latex": "\\sigma ( \\mathbf { u } )" + }, + { + "category_id": 13, + "poly": [ + 1263, + 948, + 1406, + 948, + 1406, + 982, + 1263, + 982 + ], + "score": 0.89, + "latex": "{ \\bf K L } ( { \\bf u } , { \\bf v } ) =" + }, + { + "category_id": 13, + "poly": [ + 595, + 984, + 698, + 984, + 698, + 1017, + 595, + 1017 + ], + "score": 0.87, + "latex": "\\mathbf { v } \\in \\mathbb { R } ^ { N }" + }, + { + "category_id": 13, + "poly": [ + 372, + 952, + 462, + 952, + 462, + 979, + 372, + 979 + ], + "score": 0.87, + "latex": "< \\cdot , \\cdot >" + }, + { + "category_id": 13, + "poly": [ + 856, + 1714, + 911, + 1714, + 911, + 1742, + 856, + 1742 + ], + "score": 0.86, + "latex": "9 5 \\%" + }, + { + "category_id": 13, + "poly": [ + 611, + 1243, + 700, + 1243, + 700, + 1273, + 611, + 1273 + ], + "score": 0.83, + "latex": "( \\mathrm { i } = 1 , 2" + }, + { + "category_id": 13, + "poly": [ + 859, + 950, + 883, + 950, + 883, + 976, + 859, + 976 + ], + "score": 0.83, + "latex": "T" + }, + { + "category_id": 13, + "poly": [ + 656, + 1028, + 672, + 1028, + 672, + 1057, + 656, + 1057 + ], + "score": 0.83, + "latex": "j" + }, + { + "category_id": 13, + "poly": [ + 1146, + 994, + 1167, + 994, + 1167, + 1015, + 1146, + 1015 + ], + "score": 0.77, + "latex": "\\sigma" + }, + { + "category_id": 13, + "poly": [ + 580, + 1715, + 606, + 1715, + 606, + 1742, + 580, + 1742 + ], + "score": 0.66, + "latex": "\\%" + }, + { + "category_id": 13, + "poly": [ + 1165, + 1574, + 1185, + 1574, + 1185, + 1600, + 1165, + 1600 + ], + "score": 0.38, + "latex": "^ +" + }, + { + "category_id": 13, + "poly": [ + 512, + 1210, + 526, + 1210, + 526, + 1237, + 512, + 1237 + ], + "score": 0.34, + "latex": "^ \\dagger" + }, + { + "category_id": 13, + "poly": [ + 1211, + 1481, + 1230, + 1481, + 1230, + 1509, + 1211, + 1509 + ], + "score": 0.31, + "latex": "^ +" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1682.0, + 1405.0, + 1682.0, + 1405.0, + 1718.0, + 295.0, + 1718.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1712.0, + 579.0, + 1712.0, + 579.0, + 1748.0, + 295.0, + 1748.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 607.0, + 1712.0, + 855.0, + 1712.0, + 855.0, + 1748.0, + 607.0, + 1748.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 912.0, + 1712.0, + 1291.0, + 1712.0, + 1291.0, + 1748.0, + 912.0, + 1748.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1093.0, + 694.0, + 1093.0, + 694.0, + 1126.0, + 297.0, + 1126.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 72.0, + 815.0, + 72.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 293.0, + 844.0, + 293.0, + 844.0, + 328.0, + 294.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 223.0, + 513.0, + 223.0, + 513.0, + 268.0, + 294.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2085.0, + 870.0, + 2085.0, + 870.0, + 2123.0, + 831.0, + 2123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1444.0, + 1408.0, + 1444.0, + 1408.0, + 1488.0, + 292.0, + 1488.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1479.0, + 1210.0, + 1479.0, + 1210.0, + 1515.0, + 295.0, + 1515.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1231.0, + 1479.0, + 1404.0, + 1479.0, + 1404.0, + 1515.0, + 1231.0, + 1515.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1510.0, + 1406.0, + 1510.0, + 1406.0, + 1546.0, + 294.0, + 1546.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1537.0, + 1405.0, + 1537.0, + 1405.0, + 1581.0, + 291.0, + 1581.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1568.0, + 1164.0, + 1568.0, + 1164.0, + 1610.0, + 292.0, + 1610.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1186.0, + 1568.0, + 1405.0, + 1568.0, + 1405.0, + 1610.0, + 1186.0, + 1610.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1600.0, + 1025.0, + 1600.0, + 1025.0, + 1640.0, + 294.0, + 1640.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 349.0, + 1010.0, + 349.0, + 1010.0, + 387.0, + 294.0, + 387.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1077.0, + 349.0, + 1405.0, + 349.0, + 1405.0, + 387.0, + 1077.0, + 387.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 380.0, + 1407.0, + 380.0, + 1407.0, + 418.0, + 293.0, + 418.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 412.0, + 1404.0, + 412.0, + 1404.0, + 447.0, + 293.0, + 447.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 285.0, + 441.0, + 821.0, + 441.0, + 821.0, + 492.0, + 285.0, + 492.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 957.0, + 441.0, + 1001.0, + 441.0, + 1001.0, + 492.0, + 957.0, + 492.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1142.0, + 441.0, + 1408.0, + 441.0, + 1408.0, + 492.0, + 1142.0, + 492.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 474.0, + 403.0, + 474.0, + 403.0, + 534.0, + 294.0, + 534.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 568.0, + 474.0, + 611.0, + 474.0, + 611.0, + 534.0, + 568.0, + 534.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 784.0, + 474.0, + 1117.0, + 474.0, + 1117.0, + 534.0, + 784.0, + 534.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1150.0, + 1404.0, + 1150.0, + 1404.0, + 1183.0, + 295.0, + 1183.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1181.0, + 1405.0, + 1181.0, + 1405.0, + 1213.0, + 295.0, + 1213.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1210.0, + 511.0, + 1210.0, + 511.0, + 1246.0, + 294.0, + 1246.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 527.0, + 1210.0, + 1404.0, + 1210.0, + 1404.0, + 1246.0, + 527.0, + 1246.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1243.0, + 610.0, + 1243.0, + 610.0, + 1275.0, + 295.0, + 1275.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 701.0, + 1243.0, + 717.0, + 1243.0, + 717.0, + 1275.0, + 701.0, + 1275.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 283.0, + 945.0, + 296.0, + 945.0, + 296.0, + 1048.0, + 283.0, + 1048.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 546.0, + 945.0, + 594.0, + 945.0, + 594.0, + 1048.0, + 546.0, + 1048.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 699.0, + 945.0, + 858.0, + 945.0, + 858.0, + 1048.0, + 699.0, + 1048.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 884.0, + 945.0, + 1145.0, + 945.0, + 1145.0, + 1048.0, + 884.0, + 1048.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1168.0, + 945.0, + 1262.0, + 945.0, + 1262.0, + 1048.0, + 1168.0, + 1048.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1023.0, + 450.0, + 1023.0, + 450.0, + 1060.0, + 294.0, + 1060.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 521.0, + 1023.0, + 655.0, + 1023.0, + 655.0, + 1060.0, + 521.0, + 1060.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 673.0, + 1023.0, + 831.0, + 1023.0, + 831.0, + 1060.0, + 673.0, + 1060.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 892.0, + 1023.0, + 909.0, + 1023.0, + 909.0, + 1060.0, + 892.0, + 1060.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1369.0, + 1404.0, + 1369.0, + 1404.0, + 1408.0, + 294.0, + 1408.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1403.0, + 1071.0, + 1403.0, + 1071.0, + 1437.0, + 292.0, + 1437.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 12, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 1637, + 1404, + 1637, + 1404, + 2033, + 298, + 2033 + ], + "score": 0.982 + }, + { + "category_id": 3, + "poly": [ + 327, + 215, + 1373, + 215, + 1373, + 1291, + 327, + 1291 + ], + "score": 0.977 + }, + { + "category_id": 4, + "poly": [ + 297, + 1341, + 1405, + 1341, + 1405, + 1495, + 297, + 1495 + ], + "score": 0.954 + }, + { + "category_id": 0, + "poly": [ + 303, + 1570, + 756, + 1570, + 756, + 1602, + 303, + 1602 + ], + "score": 0.892 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 812, + 76, + 812, + 104, + 299, + 104 + ], + "score": 0.884 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 864, + 2088, + 864, + 2112, + 836, + 2112 + ], + "score": 0.851 + }, + { + "category_id": 13, + "poly": [ + 994, + 2003, + 1063, + 2003, + 1063, + 2032, + 994, + 2032 + ], + "score": 0.88, + "latex": "5 \\times 5" + }, + { + "category_id": 13, + "poly": [ + 801, + 1371, + 991, + 1371, + 991, + 1401, + 801, + 1401 + ], + "score": 0.43, + "latex": "\\mathbf { \\sigma } _ { + \\mathbf { C E A M + C E C R } }" + }, + { + "category_id": 13, + "poly": [ + 533, + 1372, + 554, + 1372, + 554, + 1399, + 533, + 1399 + ], + "score": 0.33, + "latex": "^ +" + }, + { + "category_id": 13, + "poly": [ + 992, + 1883, + 1012, + 1883, + 1012, + 1909, + 992, + 1909 + ], + "score": 0.28, + "latex": "+" + }, + { + "category_id": 13, + "poly": [ + 1000, + 1730, + 1019, + 1730, + 1019, + 1756, + 1000, + 1756 + ], + "score": 0.28, + "latex": "^ +" + }, + { + "category_id": 13, + "poly": [ + 535, + 1728, + 556, + 1728, + 556, + 1756, + 535, + 1756 + ], + "score": 0.27, + "latex": "^ { + }" + }, + { + "category_id": 15, + "poly": [ + 476.0, + 278.0, + 494.0, + 278.0, + 494.0, + 286.0, + 476.0, + 286.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 457.0, + 284.0, + 467.0, + 284.0, + 467.0, + 297.0, + 457.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 445.0, + 348.0, + 459.0, + 348.0, + 459.0, + 368.0, + 445.0, + 368.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 771.0, + 345.0, + 788.0, + 345.0, + 788.0, + 354.0, + 771.0, + 354.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 782.0, + 404.0, + 803.0, + 404.0, + 803.0, + 412.0, + 782.0, + 412.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 792.0, + 420.0, + 803.0, + 420.0, + 803.0, + 432.0, + 792.0, + 432.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 777.0, + 457.0, + 787.0, + 457.0, + 787.0, + 465.0, + 777.0, + 465.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 629.0, + 468.0, + 645.0, + 468.0, + 645.0, + 476.0, + 629.0, + 476.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 924.0, + 492.0, + 936.0, + 492.0, + 936.0, + 503.0, + 924.0, + 503.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 678.0, + 507.0, + 699.0, + 507.0, + 699.0, + 515.0, + 678.0, + 515.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 844.0, + 507.0, + 859.0, + 507.0, + 859.0, + 515.0, + 844.0, + 515.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 476.0, + 514.0, + 498.0, + 514.0, + 498.0, + 526.0, + 476.0, + 526.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 477.0, + 523.0, + 496.0, + 523.0, + 496.0, + 531.0, + 477.0, + 531.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 697.0, + 526.0, + 707.0, + 526.0, + 707.0, + 535.0, + 697.0, + 535.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 623.0, + 635.0, + 640.0, + 635.0, + 640.0, + 649.0, + 623.0, + 649.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 680.0, + 724.0, + 696.0, + 724.0, + 696.0, + 733.0, + 680.0, + 733.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 704.0, + 731.0, + 719.0, + 731.0, + 719.0, + 740.0, + 704.0, + 740.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 589.0, + 743.0, + 605.0, + 743.0, + 605.0, + 753.0, + 589.0, + 753.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 709.0, + 749.0, + 722.0, + 749.0, + 722.0, + 759.0, + 709.0, + 759.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 783.0, + 746.0, + 798.0, + 746.0, + 798.0, + 754.0, + 783.0, + 754.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 456.0, + 762.0, + 507.0, + 762.0, + 507.0, + 784.0, + 456.0, + 784.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 599.0, + 757.0, + 622.0, + 757.0, + 622.0, + 770.0, + 599.0, + 770.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 783.0, + 763.0, + 803.0, + 763.0, + 803.0, + 775.0, + 783.0, + 775.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 768.0, + 779.0, + 799.0, + 779.0, + 799.0, + 791.0, + 768.0, + 791.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 623.0, + 807.0, + 651.0, + 807.0, + 651.0, + 820.0, + 623.0, + 820.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 646.0, + 828.0, + 660.0, + 828.0, + 660.0, + 838.0, + 646.0, + 838.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 633.0, + 830.0, + 645.0, + 830.0, + 645.0, + 839.0, + 633.0, + 839.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 452.0, + 936.0, + 467.0, + 936.0, + 467.0, + 945.0, + 452.0, + 945.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 452.0, + 954.0, + 467.0, + 954.0, + 467.0, + 962.0, + 452.0, + 962.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 420.0, + 969.0, + 433.0, + 969.0, + 433.0, + 977.0, + 420.0, + 977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 482.0, + 971.0, + 496.0, + 971.0, + 496.0, + 981.0, + 482.0, + 981.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 473.0, + 1023.0, + 496.0, + 1023.0, + 496.0, + 1036.0, + 473.0, + 1036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 640.0, + 1021.0, + 654.0, + 1021.0, + 654.0, + 1030.0, + 640.0, + 1030.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 666.0, + 1021.0, + 678.0, + 1021.0, + 678.0, + 1030.0, + 666.0, + 1030.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 767.0, + 1023.0, + 777.0, + 1023.0, + 777.0, + 1031.0, + 767.0, + 1031.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 486.0, + 1045.0, + 496.0, + 1045.0, + 496.0, + 1057.0, + 486.0, + 1057.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 887.0, + 1046.0, + 909.0, + 1046.0, + 909.0, + 1054.0, + 887.0, + 1054.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 677.0, + 1065.0, + 687.0, + 1065.0, + 687.0, + 1074.0, + 677.0, + 1074.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 412.0, + 1158.0, + 428.0, + 1158.0, + 428.0, + 1172.0, + 412.0, + 1172.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 442.0, + 1172.0, + 455.0, + 1172.0, + 455.0, + 1182.0, + 442.0, + 1182.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 649.0, + 1225.0, + 659.0, + 1225.0, + 659.0, + 1236.0, + 649.0, + 1236.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 544.0, + 1245.0, + 728.0, + 1245.0, + 728.0, + 1278.0, + 544.0, + 1278.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 619.0, + 451.0, + 665.0, + 451.0, + 665.0, + 471.0, + 619.0, + 471.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 458.0, + 481.0, + 499.0, + 481.0, + 499.0, + 501.0, + 458.0, + 501.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 453.0, + 512.0, + 464.0, + 512.0, + 464.0, + 522.0, + 453.0, + 522.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 344.0, + 608.5, + 347.0, + 608.5, + 347.0, + 617.0, + 344.0, + 617.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 684.25, + 740.0, + 699.25, + 740.0, + 699.25, + 754.0, + 684.25, + 754.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 648.0, + 808.5, + 689.0, + 808.5, + 689.0, + 824.5, + 648.0, + 824.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1339.0, + 1405.0, + 1339.0, + 1405.0, + 1377.0, + 294.0, + 1377.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1369.0, + 532.0, + 1369.0, + 532.0, + 1405.0, + 294.0, + 1405.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 555.0, + 1369.0, + 800.0, + 1369.0, + 800.0, + 1405.0, + 555.0, + 1405.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 992.0, + 1369.0, + 1403.0, + 1369.0, + 1403.0, + 1405.0, + 992.0, + 1405.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1399.0, + 1403.0, + 1399.0, + 1403.0, + 1437.0, + 294.0, + 1437.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1430.0, + 1405.0, + 1430.0, + 1405.0, + 1470.0, + 294.0, + 1470.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1464.0, + 899.0, + 1464.0, + 899.0, + 1497.0, + 295.0, + 1497.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 1569.0, + 760.0, + 1569.0, + 760.0, + 1606.0, + 298.0, + 1606.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 815.0, + 73.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2085.0, + 870.0, + 2085.0, + 870.0, + 2123.0, + 832.0, + 2123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1635.0, + 1405.0, + 1635.0, + 1405.0, + 1672.0, + 295.0, + 1672.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1668.0, + 1406.0, + 1668.0, + 1406.0, + 1703.0, + 293.0, + 1703.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1698.0, + 1406.0, + 1698.0, + 1406.0, + 1734.0, + 293.0, + 1734.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1725.0, + 534.0, + 1725.0, + 534.0, + 1764.0, + 293.0, + 1764.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 557.0, + 1725.0, + 999.0, + 1725.0, + 999.0, + 1764.0, + 557.0, + 1764.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1020.0, + 1725.0, + 1406.0, + 1725.0, + 1406.0, + 1764.0, + 1020.0, + 1764.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1759.0, + 1404.0, + 1759.0, + 1404.0, + 1794.0, + 295.0, + 1794.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1787.0, + 1405.0, + 1787.0, + 1405.0, + 1825.0, + 295.0, + 1825.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1818.0, + 1406.0, + 1818.0, + 1406.0, + 1856.0, + 293.0, + 1856.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1851.0, + 1405.0, + 1851.0, + 1405.0, + 1887.0, + 294.0, + 1887.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1879.0, + 991.0, + 1879.0, + 991.0, + 1919.0, + 293.0, + 1919.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1013.0, + 1879.0, + 1405.0, + 1879.0, + 1405.0, + 1919.0, + 1013.0, + 1919.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1913.0, + 1404.0, + 1913.0, + 1404.0, + 1945.0, + 294.0, + 1945.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1943.0, + 1405.0, + 1943.0, + 1405.0, + 1976.0, + 294.0, + 1976.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1971.0, + 1405.0, + 1971.0, + 1405.0, + 2008.0, + 293.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 2000.0, + 993.0, + 2000.0, + 993.0, + 2039.0, + 293.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1064.0, + 2000.0, + 1405.0, + 2000.0, + 1405.0, + 2039.0, + 1064.0, + 2039.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 13, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 1411, + 1404, + 1411, + 1404, + 1749, + 298, + 1749 + ], + "score": 0.984 + }, + { + "category_id": 1, + "poly": [ + 298, + 1850, + 1403, + 1850, + 1403, + 2034, + 298, + 2034 + ], + "score": 0.979 + }, + { + "category_id": 5, + "poly": [ + 299, + 328, + 1395, + 328, + 1395, + 623, + 299, + 623 + ], + "score": 0.976, + "html": "
MethodBackboneCUB
1-shot 5-shot
MatchingNet (Vinyals et al., 2016)Conv4-6461.16±0.8972.86 ± 0.70
ProtoNet† (Snell et al., 2017)Conv4-6464.42 ± 0.4881.82 ± 0.35
MAML (Finn et al., 2017)Conv4-6455.92 ± 0.9572.09 ± 0.76
Relation Net (Sung et al., 2018)Conv4-6462.45 ± 0.9876.11 ± 0.69
FEAT(Ye et al., 2020)Conv4-6468.87 ± 0.2282.90 ± 0.15
ProtoNet† +CEAM (ours)Conv4-6468.92±0.5084.54 ±0.32
MELR (ours)Conv4-6470.26 ± 0.5085.01 士 0.32
" + }, + { + "category_id": 3, + "poly": [ + 324, + 679, + 1377, + 679, + 1377, + 1078, + 324, + 1078 + ], + "score": 0.967 + }, + { + "category_id": 1, + "poly": [ + 299, + 1218, + 1400, + 1218, + 1400, + 1311, + 299, + 1311 + ], + "score": 0.963 + }, + { + "category_id": 4, + "poly": [ + 296, + 1100, + 1400, + 1100, + 1400, + 1161, + 296, + 1161 + ], + "score": 0.948 + }, + { + "category_id": 6, + "poly": [ + 296, + 248, + 1397, + 248, + 1397, + 312, + 296, + 312 + ], + "score": 0.94 + }, + { + "category_id": 0, + "poly": [ + 299, + 1791, + 937, + 1791, + 937, + 1822, + 299, + 1822 + ], + "score": 0.9 + }, + { + "category_id": 2, + "poly": [ + 300, + 76, + 813, + 76, + 813, + 104, + 300, + 104 + ], + "score": 0.896 + }, + { + "category_id": 0, + "poly": [ + 302, + 1353, + 780, + 1353, + 780, + 1384, + 302, + 1384 + ], + "score": 0.874 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 864, + 2088, + 864, + 2112, + 836, + 2112 + ], + "score": 0.848 + }, + { + "category_id": 13, + "poly": [ + 1127, + 1943, + 1216, + 1943, + 1216, + 1971, + 1127, + 1971 + ], + "score": 0.9, + "latex": "T = 6 4" + }, + { + "category_id": 13, + "poly": [ + 386, + 1943, + 489, + 1943, + 489, + 1971, + 386, + 1971 + ], + "score": 0.9, + "latex": "T = 1 2 8" + }, + { + "category_id": 13, + "poly": [ + 811, + 1626, + 960, + 1626, + 960, + 1655, + 811, + 1655 + ], + "score": 0.89, + "latex": "1 . 4 \\% - 2 . 1 \\%" + }, + { + "category_id": 13, + "poly": [ + 299, + 1718, + 461, + 1718, + 461, + 1749, + 299, + 1749 + ], + "score": 0.89, + "latex": "( 0 . 5 \\% - 1 . 3 \\% )" + }, + { + "category_id": 13, + "poly": [ + 971, + 1943, + 1077, + 1943, + 1077, + 1971, + 971, + 1971 + ], + "score": 0.88, + "latex": "\\lambda = 0 . 0 5" + }, + { + "category_id": 13, + "poly": [ + 299, + 1881, + 534, + 1881, + 534, + 1915, + 299, + 1915 + ], + "score": 0.88, + "latex": "\\{ 0 . 0 2 , 0 . 0 5 , 0 . 1 , 0 . 2 \\}" + }, + { + "category_id": 13, + "poly": [ + 755, + 280, + 810, + 280, + 810, + 308, + 755, + 308 + ], + "score": 0.87, + "latex": "9 5 \\%" + }, + { + "category_id": 13, + "poly": [ + 590, + 1881, + 780, + 1881, + 780, + 1915, + 590, + 1915 + ], + "score": 0.86, + "latex": "\\{ 1 6 , 3 2 , 6 4 , 1 2 8 \\}" + }, + { + "category_id": 13, + "poly": [ + 1350, + 1912, + 1405, + 1912, + 1405, + 1941, + 1350, + 1941 + ], + "score": 0.85, + "latex": "\\lambda =" + }, + { + "category_id": 13, + "poly": [ + 1038, + 1852, + 1062, + 1852, + 1062, + 1878, + 1038, + 1878 + ], + "score": 0.81, + "latex": "T" + }, + { + "category_id": 13, + "poly": [ + 968, + 1852, + 988, + 1852, + 988, + 1878, + 968, + 1878 + ], + "score": 0.8, + "latex": "\\lambda" + }, + { + "category_id": 13, + "poly": [ + 479, + 281, + 505, + 281, + 505, + 308, + 479, + 308 + ], + "score": 0.67, + "latex": "\\%" + }, + { + "category_id": 13, + "poly": [ + 848, + 1656, + 959, + 1656, + 959, + 1686, + 848, + 1686 + ], + "score": 0.44, + "latex": "\\cdot ^ { \\dagger } { + } \\mathrm { C E A M }" + }, + { + "category_id": 13, + "poly": [ + 1298, + 991, + 1351, + 991, + 1351, + 1010, + 1298, + 1010 + ], + "score": 0.42, + "latex": "\\lambda = 0 . 1" + }, + { + "category_id": 13, + "poly": [ + 660, + 1687, + 685, + 1687, + 685, + 1715, + 660, + 1715 + ], + "score": 0.33, + "latex": "^ { \\dag } +" + }, + { + "category_id": 15, + "poly": [ + 339.0, + 679.0, + 368.0, + 679.0, + 368.0, + 702.0, + 339.0, + 702.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 901.0, + 678.0, + 929.0, + 678.0, + 929.0, + 701.0, + 901.0, + 701.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 339.0, + 724.0, + 366.0, + 724.0, + 366.0, + 747.0, + 339.0, + 747.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 901.0, + 721.0, + 929.0, + 721.0, + 929.0, + 745.0, + 901.0, + 745.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 339.0, + 767.0, + 368.0, + 767.0, + 368.0, + 791.0, + 339.0, + 791.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 901.0, + 766.0, + 930.0, + 766.0, + 930.0, + 790.0, + 901.0, + 790.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 311.0, + 792.0, + 382.0, + 792.0, + 382.0, + 938.0, + 311.0, + 938.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 869.0, + 796.0, + 944.0, + 796.0, + 944.0, + 936.0, + 869.0, + 936.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 338.0, + 899.0, + 365.0, + 899.0, + 365.0, + 923.0, + 338.0, + 923.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 899.0, + 899.0, + 930.0, + 899.0, + 930.0, + 922.0, + 899.0, + 922.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1348.0, + 904.0, + 1357.0, + 904.0, + 1357.0, + 912.0, + 1348.0, + 912.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 515.0, + 911.0, + 524.0, + 911.0, + 524.0, + 920.0, + 515.0, + 920.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 339.0, + 944.0, + 368.0, + 944.0, + 368.0, + 968.0, + 339.0, + 968.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 901.0, + 943.0, + 930.0, + 943.0, + 930.0, + 967.0, + 901.0, + 967.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 336.0, + 986.0, + 368.0, + 986.0, + 368.0, + 1014.0, + 336.0, + 1014.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 679.0, + 989.0, + 802.0, + 989.0, + 802.0, + 1014.0, + 679.0, + 1014.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 900.0, + 988.0, + 930.0, + 988.0, + 930.0, + 1012.0, + 900.0, + 1012.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1238.0, + 986.0, + 1297.0, + 986.0, + 1297.0, + 1013.0, + 1238.0, + 1013.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1352.0, + 986.0, + 1357.0, + 986.0, + 1357.0, + 1013.0, + 1352.0, + 1013.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 656.0, + 1018.0, + 670.0, + 1018.0, + 670.0, + 1026.0, + 656.0, + 1026.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 680.0, + 1009.0, + 794.0, + 1009.0, + 794.0, + 1037.0, + 680.0, + 1037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1238.0, + 1008.0, + 1366.0, + 1008.0, + 1366.0, + 1036.0, + 1238.0, + 1036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 340.0, + 1034.0, + 405.0, + 1034.0, + 405.0, + 1067.0, + 340.0, + 1067.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 500.0, + 1042.0, + 539.0, + 1042.0, + 539.0, + 1067.0, + 500.0, + 1067.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 637.0, + 1042.0, + 670.0, + 1042.0, + 670.0, + 1068.0, + 637.0, + 1068.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 771.0, + 1042.0, + 806.0, + 1042.0, + 806.0, + 1068.0, + 771.0, + 1068.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 901.0, + 1032.0, + 930.0, + 1032.0, + 930.0, + 1056.0, + 901.0, + 1056.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 933.0, + 1042.0, + 961.0, + 1042.0, + 961.0, + 1066.0, + 933.0, + 1066.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1069.0, + 1042.0, + 1096.0, + 1042.0, + 1096.0, + 1066.0, + 1069.0, + 1066.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1204.0, + 1042.0, + 1231.0, + 1042.0, + 1231.0, + 1066.0, + 1204.0, + 1066.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1335.0, + 1040.0, + 1372.0, + 1040.0, + 1372.0, + 1067.0, + 1335.0, + 1067.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 577.0, + 1058.0, + 595.0, + 1058.0, + 595.0, + 1080.0, + 577.0, + 1080.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1140.0, + 1057.0, + 1160.0, + 1057.0, + 1160.0, + 1079.0, + 1140.0, + 1079.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 900.75, + 854.5, + 926.75, + 854.5, + 926.75, + 878.5, + 900.75, + 878.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 939.75, + 903.5, + 953.75, + 903.5, + 953.75, + 912.5, + 939.75, + 912.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1099.0, + 1405.0, + 1099.0, + 1405.0, + 1134.0, + 295.0, + 1134.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1132.0, + 561.0, + 1132.0, + 561.0, + 1163.0, + 295.0, + 1163.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 248.0, + 1402.0, + 248.0, + 1402.0, + 284.0, + 296.0, + 284.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 279.0, + 478.0, + 279.0, + 478.0, + 315.0, + 296.0, + 315.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 506.0, + 279.0, + 754.0, + 279.0, + 754.0, + 315.0, + 506.0, + 315.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 811.0, + 279.0, + 1187.0, + 279.0, + 1187.0, + 315.0, + 811.0, + 315.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1790.0, + 942.0, + 1790.0, + 942.0, + 1825.0, + 296.0, + 1825.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 72.0, + 816.0, + 72.0, + 816.0, + 110.0, + 294.0, + 110.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1351.0, + 785.0, + 1351.0, + 785.0, + 1387.0, + 297.0, + 1387.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": [ + 296.0, + 1412.0, + 1404.0, + 1412.0, + 1404.0, + 1447.0, + 296.0, + 1447.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1443.0, + 1405.0, + 1443.0, + 1405.0, + 1479.0, + 292.0, + 1479.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1470.0, + 1404.0, + 1470.0, + 1404.0, + 1508.0, + 293.0, + 1508.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1504.0, + 1406.0, + 1504.0, + 1406.0, + 1539.0, + 293.0, + 1539.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1531.0, + 1405.0, + 1531.0, + 1405.0, + 1573.0, + 292.0, + 1573.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1568.0, + 1404.0, + 1568.0, + 1404.0, + 1599.0, + 296.0, + 1599.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1595.0, + 1404.0, + 1595.0, + 1404.0, + 1629.0, + 293.0, + 1629.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1625.0, + 810.0, + 1625.0, + 810.0, + 1660.0, + 293.0, + 1660.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 961.0, + 1625.0, + 1404.0, + 1625.0, + 1404.0, + 1660.0, + 961.0, + 1660.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1655.0, + 847.0, + 1655.0, + 847.0, + 1693.0, + 293.0, + 1693.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 960.0, + 1655.0, + 1405.0, + 1655.0, + 1405.0, + 1693.0, + 960.0, + 1693.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1687.0, + 659.0, + 1687.0, + 659.0, + 1722.0, + 294.0, + 1722.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 686.0, + 1687.0, + 1404.0, + 1687.0, + 1404.0, + 1722.0, + 686.0, + 1722.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 462.0, + 1719.0, + 1272.0, + 1719.0, + 1272.0, + 1750.0, + 462.0, + 1750.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1849.0, + 967.0, + 1849.0, + 967.0, + 1885.0, + 294.0, + 1885.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 989.0, + 1849.0, + 1037.0, + 1849.0, + 1037.0, + 1885.0, + 989.0, + 1885.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1063.0, + 1849.0, + 1404.0, + 1849.0, + 1404.0, + 1885.0, + 1063.0, + 1885.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 535.0, + 1881.0, + 589.0, + 1881.0, + 589.0, + 1917.0, + 535.0, + 1917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 781.0, + 1881.0, + 1405.0, + 1881.0, + 1405.0, + 1917.0, + 781.0, + 1917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1913.0, + 1349.0, + 1913.0, + 1349.0, + 1945.0, + 296.0, + 1945.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1938.0, + 385.0, + 1938.0, + 385.0, + 1980.0, + 291.0, + 1980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 490.0, + 1938.0, + 970.0, + 1938.0, + 970.0, + 1980.0, + 490.0, + 1980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1078.0, + 1938.0, + 1126.0, + 1938.0, + 1126.0, + 1980.0, + 1078.0, + 1980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1217.0, + 1938.0, + 1404.0, + 1938.0, + 1404.0, + 1980.0, + 1217.0, + 1980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1970.0, + 1405.0, + 1970.0, + 1405.0, + 2008.0, + 292.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 2003.0, + 1086.0, + 2003.0, + 1086.0, + 2038.0, + 293.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1217.0, + 1406.0, + 1217.0, + 1406.0, + 1252.0, + 293.0, + 1252.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1250.0, + 1404.0, + 1250.0, + 1404.0, + 1284.0, + 295.0, + 1284.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1280.0, + 1402.0, + 1280.0, + 1402.0, + 1314.0, + 297.0, + 1314.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 14, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 1757, + 1404, + 1757, + 1404, + 2034, + 298, + 2034 + ], + "score": 0.983 + }, + { + "category_id": 5, + "poly": [ + 299, + 715, + 1395, + 715, + 1395, + 1011, + 299, + 1011 + ], + "score": 0.983, + "html": "
MethodBackbone#ParametersminiImageNet
1-shot5-shot
ProtoNet† (Snell et al., 2017)Conv4-64113.09K52.78 ± 0.4571.26 ± 0.36
PARN (Wu et al., 2019)Conv4-64405.49K55.22 ± 0.8471.55 ± 0.66
FEAT (Ye et al.,2020)Conv4-64129.66K55.15 ± 0.2071.61 ± 0.16
MELR (ours)Conv4-64129.66K55.35 ± 0.4372.27 ± 0.35
ProtoNet† (Snell et al., 2017)ResNet-1212.42M62.41 ± 0.4480.49±0.29
FEAT (Ye et al., 2020)ResNet-1214.06M66.78 ± 0.2082.05 ± 0.14
MELR (ours)ResNet-1214.06M67.40 ± 0.4383.40 ± 0.28
" + }, + { + "category_id": 5, + "poly": [ + 311, + 359, + 1382, + 359, + 1382, + 558, + 311, + 558 + ], + "score": 0.98, + "html": "
Implement. (1)Implement. (2)
Method#Episodes1-shot5-shot1-shot5-shot
MELR255.35 ± 0.4372.27 ± 0.3555.35 ± 0.4372.27 ± 0.35
MELR355.26 ± 0.4471.88 ± 0.3555.19 ± 0.4371.90 ± 0.35
MELR455.15 ± 0.4371.63 ± 0.3555.03 ± 0.4471.76 ± 0.35
" + }, + { + "category_id": 1, + "poly": [ + 300, + 1141, + 1404, + 1141, + 1404, + 1238, + 300, + 1238 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 298, + 1530, + 1403, + 1530, + 1403, + 1656, + 298, + 1656 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 302, + 1415, + 1401, + 1415, + 1401, + 1516, + 302, + 1516 + ], + "score": 0.973 + }, + { + "category_id": 6, + "poly": [ + 297, + 248, + 1402, + 248, + 1402, + 343, + 297, + 343 + ], + "score": 0.938 + }, + { + "category_id": 8, + "poly": [ + 453, + 1346, + 1198, + 1346, + 1198, + 1396, + 453, + 1396 + ], + "score": 0.931 + }, + { + "category_id": 6, + "poly": [ + 299, + 635, + 1399, + 635, + 1399, + 699, + 299, + 699 + ], + "score": 0.93 + }, + { + "category_id": 8, + "poly": [ + 453, + 1260, + 1248, + 1260, + 1248, + 1342, + 453, + 1342 + ], + "score": 0.93 + }, + { + "category_id": 2, + "poly": [ + 300, + 75, + 813, + 75, + 813, + 105, + 300, + 105 + ], + "score": 0.904 + }, + { + "category_id": 9, + "poly": [ + 1351, + 1355, + 1400, + 1355, + 1400, + 1386, + 1351, + 1386 + ], + "score": 0.883 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1277, + 1400, + 1277, + 1400, + 1309, + 1352, + 1309 + ], + "score": 0.879 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 865, + 2088, + 865, + 2113, + 836, + 2113 + ], + "score": 0.855 + }, + { + "category_id": 0, + "poly": [ + 299, + 1698, + 1060, + 1698, + 1060, + 1731, + 299, + 1731 + ], + "score": 0.782 + }, + { + "category_id": 0, + "poly": [ + 298, + 1080, + 970, + 1080, + 970, + 1114, + 298, + 1114 + ], + "score": 0.736 + }, + { + "category_id": 0, + "poly": [ + 300, + 1698, + 1061, + 1698, + 1061, + 1731, + 300, + 1731 + ], + "score": 0.168 + }, + { + "category_id": 6, + "poly": [ + 298, + 1080, + 970, + 1080, + 970, + 1114, + 298, + 1114 + ], + "score": 0.16 + }, + { + "category_id": 13, + "poly": [ + 372, + 1416, + 716, + 1416, + 716, + 1458, + 372, + 1458 + ], + "score": 0.92, + "latex": "[ \\mathbf { S } ^ { ( j ) } ] _ { j = 1 , j \\neq i } ^ { N _ { e } } \\in \\mathbb { R } ^ { N K ( N _ { e } - 1 ) \\times d }" + }, + { + "category_id": 13, + "poly": [ + 960, + 1821, + 1094, + 1821, + 1094, + 1850, + 960, + 1850 + ], + "score": 0.91, + "latex": "1 3 \\% - 1 5 \\%" + }, + { + "category_id": 13, + "poly": [ + 541, + 1486, + 626, + 1486, + 626, + 1515, + 541, + 1515 + ], + "score": 0.9, + "latex": "N _ { e } - 1" + }, + { + "category_id": 13, + "poly": [ + 298, + 1456, + 423, + 1456, + 423, + 1486, + 298, + 1486 + ], + "score": 0.89, + "latex": "1 , \\cdots , N _ { e } )" + }, + { + "category_id": 13, + "poly": [ + 1026, + 1144, + 1063, + 1144, + 1063, + 1173, + 1026, + 1173 + ], + "score": 0.88, + "latex": "N _ { e }" + }, + { + "category_id": 13, + "poly": [ + 536, + 311, + 592, + 311, + 592, + 339, + 536, + 339 + ], + "score": 0.87, + "latex": "9 5 \\%" + }, + { + "category_id": 13, + "poly": [ + 977, + 1416, + 1406, + 1416, + 1406, + 1453, + 977, + 1453 + ], + "score": 0.85, + "latex": "\\mathbf { S } ^ { ( j ) } \\in \\mathbb { R } ^ { N K \\times d } ( j = 1 , \\cdots , i - 1 , i +" + }, + { + "category_id": 13, + "poly": [ + 1121, + 634, + 1196, + 634, + 1196, + 667, + 1121, + 667 + ], + "score": 0.85, + "latex": "^ { \\bullet } \\times 1 0 ^ { 3 }" + }, + { + "category_id": 13, + "poly": [ + 303, + 665, + 383, + 665, + 383, + 697, + 303, + 697 + ], + "score": 0.83, + "latex": "^ { \\bullet } \\times 1 0 ^ { 6 } ^ { \\bullet }" + }, + { + "category_id": 13, + "poly": [ + 350, + 1206, + 525, + 1206, + 525, + 1239, + 350, + 1239 + ], + "score": 0.78, + "latex": "( i = 1 , \\cdots , N _ { e } )" + }, + { + "category_id": 13, + "poly": [ + 298, + 1203, + 339, + 1203, + 339, + 1235, + 298, + 1235 + ], + "score": 0.78, + "latex": "e ^ { ( i ) }" + }, + { + "category_id": 14, + "poly": [ + 633, + 1257, + 1244, + 1257, + 1244, + 1342, + 633, + 1342 + ], + "score": 0.74, + "latex": "\\hat { \\mathbf { F } } ^ { ( i ) } = \\frac { 1 } { N _ { e } - 1 } \\sum _ { \\substack { j = 1 , \\cdots , N _ { e } , j \\neq i } } \\mathbf { C E A M } ( \\mathbf { F } ^ { ( i ) } , \\mathbf { S } ^ { ( j ) } , \\mathbf { S } ^ { ( j ) } ) ;" + }, + { + "category_id": 13, + "poly": [ + 636, + 1348, + 1198, + 1348, + 1198, + 1394, + 636, + 1394 + ], + "score": 0.54, + "latex": "\\begin{array} { r } { \\hat { \\mathbf { F } } ^ { ( i ) } = \\mathrm { C E A M } ( \\mathbf { F } ^ { ( i ) } , [ \\mathbf { S } ^ { ( j ) } ] _ { j = 1 , j \\neq i } ^ { N _ { e } } , [ \\mathbf { S } ^ { ( j ) } ] _ { j = 1 , j \\neq i } ^ { N _ { e } } ) , } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1363, + 281, + 1394, + 281, + 1394, + 309, + 1363, + 309 + ], + "score": 0.48, + "latex": "( \\%" + }, + { + "category_id": 14, + "poly": [ + 636, + 1348, + 1197, + 1348, + 1197, + 1394, + 636, + 1394 + ], + "score": 0.36, + "latex": "\\begin{array} { r } { \\hat { \\mathbf { F } } ^ { ( i ) } = \\mathrm { C E A M } ( \\mathbf { F } ^ { ( i ) } , [ \\mathbf { S } ^ { ( j ) } ] _ { j = 1 , j \\neq i } ^ { N _ { e } } , [ \\mathbf { S } ^ { ( j ) } ] _ { j = 1 , j \\neq i } ^ { N _ { e } } ) , } \\end{array}" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 246.0, + 1406.0, + 246.0, + 1406.0, + 286.0, + 292.0, + 286.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 280.0, + 1362.0, + 280.0, + 1362.0, + 314.0, + 295.0, + 314.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1395.0, + 280.0, + 1406.0, + 280.0, + 1406.0, + 314.0, + 1395.0, + 314.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 310.0, + 535.0, + 310.0, + 535.0, + 345.0, + 293.0, + 345.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 593.0, + 310.0, + 970.0, + 310.0, + 970.0, + 345.0, + 593.0, + 345.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 630.0, + 1120.0, + 630.0, + 1120.0, + 673.0, + 293.0, + 673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1197.0, + 630.0, + 1407.0, + 630.0, + 1407.0, + 673.0, + 1197.0, + 673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 662.0, + 302.0, + 662.0, + 302.0, + 702.0, + 295.0, + 702.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 384.0, + 662.0, + 728.0, + 662.0, + 728.0, + 702.0, + 384.0, + 702.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 815.0, + 73.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2085.0, + 871.0, + 2085.0, + 871.0, + 2123.0, + 832.0, + 2123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1698.0, + 1065.0, + 1698.0, + 1065.0, + 1733.0, + 296.0, + 1733.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1080.0, + 973.0, + 1080.0, + 973.0, + 1116.0, + 295.0, + 1116.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1698.0, + 1065.0, + 1698.0, + 1065.0, + 1733.0, + 296.0, + 1733.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1080.0, + 973.0, + 1080.0, + 973.0, + 1116.0, + 295.0, + 1116.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1757.0, + 1406.0, + 1757.0, + 1406.0, + 1795.0, + 295.0, + 1795.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1787.0, + 1406.0, + 1787.0, + 1406.0, + 1825.0, + 292.0, + 1825.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1818.0, + 959.0, + 1818.0, + 959.0, + 1856.0, + 293.0, + 1856.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1095.0, + 1818.0, + 1405.0, + 1818.0, + 1405.0, + 1856.0, + 1095.0, + 1856.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1851.0, + 1404.0, + 1851.0, + 1404.0, + 1884.0, + 296.0, + 1884.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1882.0, + 1405.0, + 1882.0, + 1405.0, + 1915.0, + 294.0, + 1915.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1913.0, + 1404.0, + 1913.0, + 1404.0, + 1945.0, + 296.0, + 1945.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1941.0, + 1405.0, + 1941.0, + 1405.0, + 1978.0, + 293.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1973.0, + 1405.0, + 1973.0, + 1405.0, + 2005.0, + 296.0, + 2005.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 2004.0, + 767.0, + 2004.0, + 767.0, + 2037.0, + 296.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1139.0, + 1025.0, + 1139.0, + 1025.0, + 1181.0, + 294.0, + 1181.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1064.0, + 1139.0, + 1406.0, + 1139.0, + 1406.0, + 1181.0, + 1064.0, + 1181.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1173.0, + 1404.0, + 1173.0, + 1404.0, + 1208.0, + 295.0, + 1208.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1199.0, + 297.0, + 1199.0, + 297.0, + 1246.0, + 293.0, + 1246.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 340.0, + 1199.0, + 349.0, + 1199.0, + 349.0, + 1246.0, + 340.0, + 1246.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 526.0, + 1199.0, + 980.0, + 1199.0, + 980.0, + 1246.0, + 526.0, + 1246.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1528.0, + 1407.0, + 1528.0, + 1407.0, + 1567.0, + 293.0, + 1567.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1564.0, + 1405.0, + 1564.0, + 1405.0, + 1597.0, + 294.0, + 1597.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1593.0, + 1407.0, + 1593.0, + 1407.0, + 1629.0, + 294.0, + 1629.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1625.0, + 863.0, + 1625.0, + 863.0, + 1658.0, + 293.0, + 1658.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1404.0, + 371.0, + 1404.0, + 371.0, + 1467.0, + 290.0, + 1467.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 717.0, + 1404.0, + 976.0, + 1404.0, + 976.0, + 1467.0, + 717.0, + 1467.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1407.0, + 1404.0, + 1414.0, + 1404.0, + 1414.0, + 1467.0, + 1407.0, + 1467.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 424.0, + 1452.0, + 1405.0, + 1452.0, + 1405.0, + 1491.0, + 424.0, + 1491.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 1486.0, + 540.0, + 1486.0, + 540.0, + 1517.0, + 298.0, + 1517.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 627.0, + 1486.0, + 824.0, + 1486.0, + 824.0, + 1517.0, + 627.0, + 1517.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 15, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1343, + 1405, + 1343, + 1405, + 1835, + 297, + 1835 + ], + "score": 0.984 + }, + { + "category_id": 1, + "poly": [ + 298, + 1850, + 1403, + 1850, + 1403, + 2034, + 298, + 2034 + ], + "score": 0.98 + }, + { + "category_id": 5, + "poly": [ + 326, + 1036, + 1366, + 1036, + 1366, + 1180, + 326, + 1180 + ], + "score": 0.979, + "html": "
MethodBackbone1-shot5-shot
ProtoNettConv4-6452.61 ± 0.4271.33 ± 0.36
ProtoNet†+CEAM (Support →→ Support)Conv4-6454.79 ± 0.4371.40 ± 0.36
ProtoNet† +CEAM (Support → All, ours)Conv4-6455.01 ± 0.4372.01 ±0.35
" + }, + { + "category_id": 3, + "poly": [ + 332, + 220, + 1369, + 220, + 1369, + 647, + 332, + 647 + ], + "score": 0.97 + }, + { + "category_id": 4, + "poly": [ + 295, + 673, + 1405, + 673, + 1405, + 876, + 295, + 876 + ], + "score": 0.96 + }, + { + "category_id": 6, + "poly": [ + 296, + 955, + 1395, + 955, + 1395, + 1019, + 296, + 1019 + ], + "score": 0.937 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 812, + 76, + 812, + 104, + 299, + 104 + ], + "score": 0.894 + }, + { + "category_id": 0, + "poly": [ + 300, + 1273, + 826, + 1273, + 826, + 1306, + 300, + 1306 + ], + "score": 0.892 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 864, + 2088, + 864, + 2112, + 836, + 2112 + ], + "score": 0.854 + }, + { + "category_id": 13, + "poly": [ + 702, + 1498, + 920, + 1498, + 920, + 1537, + 702, + 1537 + ], + "score": 0.93, + "latex": "\\tilde { S } ^ { ( 1 ) } = S ^ { ( 1 ) } \\setminus \\{ x \\}" + }, + { + "category_id": 13, + "poly": [ + 696, + 769, + 883, + 769, + 883, + 808, + 696, + 808 + ], + "score": 0.93, + "latex": "{ \\tilde { S } } ^ { ( 1 ) } { = } S ^ { ( 1 ) } \\setminus \\{ x \\}" + }, + { + "category_id": 13, + "poly": [ + 1299, + 1534, + 1349, + 1534, + 1349, + 1566, + 1299, + 1566 + ], + "score": 0.91, + "latex": "S ^ { ( 2 ) }" + }, + { + "category_id": 13, + "poly": [ + 847, + 1435, + 898, + 1435, + 898, + 1467, + 847, + 1467 + ], + "score": 0.9, + "latex": "{ \\mathcal { S } } ^ { ( 1 ) }" + }, + { + "category_id": 13, + "poly": [ + 890, + 1767, + 941, + 1767, + 941, + 1799, + 890, + 1799 + ], + "score": 0.9, + "latex": "S ^ { ( 2 ) }" + }, + { + "category_id": 13, + "poly": [ + 682, + 1632, + 732, + 1632, + 732, + 1664, + 682, + 1664 + ], + "score": 0.9, + "latex": "{ \\mathcal { S } } ^ { ( 1 ) }" + }, + { + "category_id": 13, + "poly": [ + 781, + 1662, + 832, + 1662, + 832, + 1694, + 781, + 1694 + ], + "score": 0.9, + "latex": "\\tilde { S } ^ { ( 1 ) }" + }, + { + "category_id": 13, + "poly": [ + 888, + 1663, + 938, + 1663, + 938, + 1693, + 888, + 1693 + ], + "score": 0.9, + "latex": "S ^ { ( 2 ) }" + }, + { + "category_id": 13, + "poly": [ + 935, + 770, + 986, + 770, + 986, + 802, + 935, + 802 + ], + "score": 0.9, + "latex": "S ^ { ( 2 ) }" + }, + { + "category_id": 13, + "poly": [ + 693, + 736, + 745, + 736, + 745, + 767, + 693, + 767 + ], + "score": 0.9, + "latex": "{ \\mathcal { S } } ^ { ( 1 ) }" + }, + { + "category_id": 13, + "poly": [ + 1297, + 1631, + 1347, + 1631, + 1347, + 1663, + 1297, + 1663 + ], + "score": 0.9, + "latex": "\\tilde { \\cal S } ^ { ( \\mathrm { 1 } ) }" + }, + { + "category_id": 13, + "poly": [ + 952, + 805, + 1002, + 805, + 1002, + 838, + 952, + 838 + ], + "score": 0.9, + "latex": "\\tilde { S } ^ { ( 1 ) }" + }, + { + "category_id": 13, + "poly": [ + 1019, + 1632, + 1070, + 1632, + 1070, + 1664, + 1019, + 1664 + ], + "score": 0.9, + "latex": "S ^ { ( 2 ) }" + }, + { + "category_id": 13, + "poly": [ + 870, + 1696, + 921, + 1696, + 921, + 1728, + 870, + 1728 + ], + "score": 0.9, + "latex": "\\tilde { S } ^ { ( 1 ) }" + }, + { + "category_id": 13, + "poly": [ + 1031, + 1534, + 1081, + 1534, + 1081, + 1565, + 1031, + 1565 + ], + "score": 0.89, + "latex": "S ^ { ( 2 ) }" + }, + { + "category_id": 13, + "poly": [ + 975, + 1500, + 1026, + 1500, + 1026, + 1532, + 975, + 1532 + ], + "score": 0.89, + "latex": "S ^ { ( 2 ) }" + }, + { + "category_id": 13, + "poly": [ + 993, + 1766, + 1044, + 1766, + 1044, + 1799, + 993, + 1799 + ], + "score": 0.89, + "latex": "\\tilde { S } ^ { ( 1 ) }" + }, + { + "category_id": 13, + "poly": [ + 1028, + 1567, + 1079, + 1567, + 1079, + 1599, + 1028, + 1599 + ], + "score": 0.89, + "latex": "S ^ { ( 2 ) }" + }, + { + "category_id": 13, + "poly": [ + 1265, + 805, + 1316, + 805, + 1316, + 839, + 1265, + 839 + ], + "score": 0.89, + "latex": "S ^ { ( 2 ) }" + }, + { + "category_id": 13, + "poly": [ + 297, + 1534, + 348, + 1534, + 348, + 1567, + 297, + 1567 + ], + "score": 0.88, + "latex": "{ \\mathcal { S } } ^ { ( 1 ) }" + }, + { + "category_id": 13, + "poly": [ + 1190, + 736, + 1242, + 736, + 1242, + 768, + 1190, + 768 + ], + "score": 0.88, + "latex": "S ^ { ( 2 ) }" + }, + { + "category_id": 13, + "poly": [ + 1348, + 1435, + 1399, + 1435, + 1399, + 1467, + 1348, + 1467 + ], + "score": 0.87, + "latex": "\\bar { S ^ { ( 2 ) } }" + }, + { + "category_id": 13, + "poly": [ + 736, + 840, + 787, + 840, + 787, + 871, + 736, + 871 + ], + "score": 0.86, + "latex": "{ \\mathcal { S } } ^ { ( 1 ) }" + }, + { + "category_id": 13, + "poly": [ + 296, + 1731, + 940, + 1731, + 940, + 1768, + 296, + 1768 + ], + "score": 0.86, + "latex": "\\hat { \\mathbf { x } } = \\mathbf { C E A M } ( \\mathbf { x } , \\mathbf { S } ^ { ( 2 ) } , \\mathbf { S } ^ { ( 2 ) } ) \\approx \\mathbf { x } + \\mathbf { W S } ^ { ( 2 ) } \\approx \\mathbf { x } + \\tilde { \\mathbf { W } } \\tilde { \\mathbf { S } } ^ { ( 1 ) }" + }, + { + "category_id": 14, + "poly": [ + 522, + 600, + 1176, + 600, + 1176, + 648, + 522, + 648 + ], + "score": 0.85, + "latex": "\\widehat \\mathbf { x } = \\mathrm { C E A M } \\big ( \\mathbf { x } , \\mathbf { S } ^ { ( 2 ) } , \\mathbf { S } ^ { ( 2 ) } \\big ) \\approx \\mathbf { x } + \\mathbf { W } \\mathbf { S } ^ { ( 2 ) } \\approx \\mathbf { x } + \\widetilde { \\mathbf { W } } \\tilde { \\mathbf { S } } ^ { ( 1 ) }" + }, + { + "category_id": 13, + "poly": [ + 1078, + 1800, + 1128, + 1800, + 1128, + 1831, + 1078, + 1831 + ], + "score": 0.85, + "latex": "\\mathbf { S } ^ { ( 1 ) }" + }, + { + "category_id": 13, + "poly": [ + 399, + 1766, + 448, + 1766, + 448, + 1799, + 399, + 1799 + ], + "score": 0.81, + "latex": "\\tilde { \\mathbf { S } } ^ { ( 1 ) }" + }, + { + "category_id": 13, + "poly": [ + 768, + 1576, + 788, + 1576, + 788, + 1598, + 768, + 1598 + ], + "score": 0.79, + "latex": "x" + }, + { + "category_id": 13, + "poly": [ + 392, + 1944, + 470, + 1944, + 470, + 1972, + 392, + 1972 + ], + "score": 0.78, + "latex": " \\mathrm { A l l }" + }, + { + "category_id": 13, + "poly": [ + 739, + 816, + 759, + 816, + 759, + 837, + 739, + 837 + ], + "score": 0.78, + "latex": "x" + }, + { + "category_id": 13, + "poly": [ + 1143, + 1765, + 1180, + 1765, + 1180, + 1799, + 1143, + 1799 + ], + "score": 0.76, + "latex": "\\tilde { \\mathbf { W } }" + }, + { + "category_id": 13, + "poly": [ + 348, + 991, + 383, + 991, + 383, + 1016, + 348, + 1016 + ], + "score": 0.76, + "latex": "" + }, + { + "category_id": 13, + "poly": [ + 1291, + 1576, + 1311, + 1576, + 1311, + 1598, + 1291, + 1598 + ], + "score": 0.75, + "latex": "x" + }, + { + "category_id": 13, + "poly": [ + 297, + 1707, + 316, + 1707, + 316, + 1728, + 297, + 1728 + ], + "score": 0.73, + "latex": "x" + }, + { + "category_id": 13, + "poly": [ + 546, + 1444, + 566, + 1444, + 566, + 1466, + 546, + 1466 + ], + "score": 0.71, + "latex": "x" + }, + { + "category_id": 13, + "poly": [ + 395, + 745, + 416, + 745, + 416, + 767, + 395, + 767 + ], + "score": 0.71, + "latex": "x" + }, + { + "category_id": 13, + "poly": [ + 1026, + 1739, + 1048, + 1739, + 1048, + 1763, + 1026, + 1763 + ], + "score": 0.7, + "latex": "\\mathbf { x }" + }, + { + "category_id": 13, + "poly": [ + 1375, + 1741, + 1394, + 1741, + 1394, + 1763, + 1375, + 1763 + ], + "score": 0.69, + "latex": "x" + }, + { + "category_id": 13, + "poly": [ + 661, + 1110, + 699, + 1110, + 699, + 1136, + 661, + 1136 + ], + "score": 0.68, + "latex": "" + }, + { + "category_id": 13, + "poly": [ + 428, + 1607, + 448, + 1607, + 448, + 1629, + 428, + 1629 + ], + "score": 0.68, + "latex": "x" + }, + { + "category_id": 13, + "poly": [ + 594, + 1542, + 613, + 1542, + 613, + 1566, + 594, + 1566 + ], + "score": 0.63, + "latex": "x" + }, + { + "category_id": 13, + "poly": [ + 297, + 1766, + 347, + 1766, + 347, + 1800, + 297, + 1800 + ], + "score": 0.63, + "latex": "\\mathbf { S } ^ { ( 2 ) }" + }, + { + "category_id": 13, + "poly": [ + 662, + 1144, + 697, + 1144, + 697, + 1169, + 662, + 1169 + ], + "score": 0.63, + "latex": "" + }, + { + "category_id": 13, + "poly": [ + 998, + 1808, + 1020, + 1808, + 1020, + 1832, + 998, + 1832 + ], + "score": 0.6, + "latex": "\\mathbf { x }" + }, + { + "category_id": 13, + "poly": [ + 1071, + 1884, + 1105, + 1884, + 1105, + 1909, + 1071, + 1909 + ], + "score": 0.58, + "latex": "" + }, + { + "category_id": 13, + "poly": [ + 590, + 1701, + 612, + 1701, + 612, + 1728, + 590, + 1728 + ], + "score": 0.52, + "latex": "\\hat { \\bf x }" + }, + { + "category_id": 13, + "poly": [ + 1055, + 1767, + 1093, + 1767, + 1093, + 1799, + 1055, + 1799 + ], + "score": 0.29, + "latex": "\\mathbf { W }" + }, + { + "category_id": 13, + "poly": [ + 1087, + 229, + 1139, + 229, + 1139, + 261, + 1087, + 261 + ], + "score": 0.26, + "latex": "S ^ { ( 2 ) }" + }, + { + "category_id": 15, + "poly": [ + 1073.0, + 219.0, + 1086.0, + 219.0, + 1086.0, + 264.0, + 1073.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1140.0, + 219.0, + 1147.0, + 219.0, + 1147.0, + 264.0, + 1140.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1196.0, + 319.0, + 1206.0, + 319.0, + 1206.0, + 328.0, + 1196.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 663.0, + 338.0, + 672.0, + 338.0, + 672.0, + 348.0, + 663.0, + 348.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 591.0, + 356.0, + 601.0, + 356.0, + 601.0, + 364.0, + 591.0, + 364.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 566.0, + 388.0, + 576.0, + 388.0, + 576.0, + 397.0, + 566.0, + 397.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 503.0, + 406.0, + 518.0, + 406.0, + 518.0, + 426.0, + 503.0, + 426.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 455.0, + 384.0, + 455.0, + 384.0, + 485.0, + 354.0, + 485.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 379.0, + 488.0, + 389.0, + 488.0, + 389.0, + 498.0, + 379.0, + 498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 516.0, + 596.0, + 521.0, + 596.0, + 521.0, + 647.0, + 516.0, + 647.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 534.75, + 216.0, + 618.75, + 216.0, + 618.75, + 266.5, + 534.75, + 266.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 673.0, + 1403.0, + 673.0, + 1403.0, + 711.0, + 294.0, + 711.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 703.0, + 1406.0, + 703.0, + 1406.0, + 743.0, + 293.0, + 743.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 737.0, + 394.0, + 737.0, + 394.0, + 773.0, + 293.0, + 773.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 417.0, + 737.0, + 692.0, + 737.0, + 692.0, + 773.0, + 417.0, + 773.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 746.0, + 737.0, + 1189.0, + 737.0, + 1189.0, + 773.0, + 746.0, + 773.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1243.0, + 737.0, + 1407.0, + 737.0, + 1407.0, + 773.0, + 1243.0, + 773.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 769.0, + 695.0, + 769.0, + 695.0, + 809.0, + 293.0, + 809.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 884.0, + 769.0, + 934.0, + 769.0, + 934.0, + 809.0, + 884.0, + 809.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 987.0, + 769.0, + 1406.0, + 769.0, + 1406.0, + 809.0, + 987.0, + 809.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 808.0, + 738.0, + 808.0, + 738.0, + 842.0, + 293.0, + 842.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 760.0, + 808.0, + 951.0, + 808.0, + 951.0, + 842.0, + 760.0, + 842.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1003.0, + 808.0, + 1264.0, + 808.0, + 1264.0, + 842.0, + 1003.0, + 842.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1317.0, + 808.0, + 1405.0, + 808.0, + 1405.0, + 842.0, + 1317.0, + 842.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 841.0, + 735.0, + 841.0, + 735.0, + 877.0, + 293.0, + 877.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 788.0, + 841.0, + 1364.0, + 841.0, + 1364.0, + 877.0, + 788.0, + 877.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 950.0, + 1400.0, + 950.0, + 1400.0, + 996.0, + 292.0, + 996.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 987.0, + 347.0, + 987.0, + 347.0, + 1023.0, + 293.0, + 1023.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 384.0, + 987.0, + 703.0, + 987.0, + 703.0, + 1023.0, + 384.0, + 1023.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 815.0, + 73.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1273.0, + 830.0, + 1273.0, + 830.0, + 1309.0, + 296.0, + 1309.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": [ + 294.0, + 1342.0, + 1406.0, + 1342.0, + 1406.0, + 1381.0, + 294.0, + 1381.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1373.0, + 1403.0, + 1373.0, + 1403.0, + 1408.0, + 294.0, + 1408.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1405.0, + 1403.0, + 1405.0, + 1403.0, + 1440.0, + 295.0, + 1440.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1434.0, + 545.0, + 1434.0, + 545.0, + 1475.0, + 290.0, + 1475.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 567.0, + 1434.0, + 846.0, + 1434.0, + 846.0, + 1475.0, + 567.0, + 1475.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 899.0, + 1434.0, + 1347.0, + 1434.0, + 1347.0, + 1475.0, + 899.0, + 1475.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1400.0, + 1434.0, + 1406.0, + 1434.0, + 1406.0, + 1475.0, + 1400.0, + 1475.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1468.0, + 1405.0, + 1468.0, + 1405.0, + 1503.0, + 295.0, + 1503.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1498.0, + 701.0, + 1498.0, + 701.0, + 1540.0, + 292.0, + 1540.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 921.0, + 1498.0, + 974.0, + 1498.0, + 974.0, + 1540.0, + 921.0, + 1540.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1027.0, + 1498.0, + 1407.0, + 1498.0, + 1407.0, + 1540.0, + 1027.0, + 1540.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1530.0, + 296.0, + 1530.0, + 296.0, + 1575.0, + 291.0, + 1575.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 349.0, + 1530.0, + 593.0, + 1530.0, + 593.0, + 1575.0, + 349.0, + 1575.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 614.0, + 1530.0, + 1030.0, + 1530.0, + 1030.0, + 1575.0, + 614.0, + 1575.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1082.0, + 1530.0, + 1298.0, + 1530.0, + 1298.0, + 1575.0, + 1082.0, + 1575.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1350.0, + 1530.0, + 1408.0, + 1530.0, + 1408.0, + 1575.0, + 1350.0, + 1575.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1567.0, + 767.0, + 1567.0, + 767.0, + 1605.0, + 292.0, + 1605.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 789.0, + 1567.0, + 1027.0, + 1567.0, + 1027.0, + 1605.0, + 789.0, + 1605.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1080.0, + 1567.0, + 1290.0, + 1567.0, + 1290.0, + 1605.0, + 1080.0, + 1605.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1312.0, + 1567.0, + 1406.0, + 1567.0, + 1406.0, + 1605.0, + 1312.0, + 1605.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1600.0, + 427.0, + 1600.0, + 427.0, + 1635.0, + 294.0, + 1635.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 449.0, + 1600.0, + 1405.0, + 1600.0, + 1405.0, + 1635.0, + 449.0, + 1635.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1628.0, + 681.0, + 1628.0, + 681.0, + 1670.0, + 292.0, + 1670.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 733.0, + 1628.0, + 1018.0, + 1628.0, + 1018.0, + 1670.0, + 733.0, + 1670.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1071.0, + 1628.0, + 1296.0, + 1628.0, + 1296.0, + 1670.0, + 1071.0, + 1670.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1348.0, + 1628.0, + 1407.0, + 1628.0, + 1407.0, + 1670.0, + 1348.0, + 1670.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1658.0, + 780.0, + 1658.0, + 780.0, + 1704.0, + 291.0, + 1704.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 833.0, + 1658.0, + 887.0, + 1658.0, + 887.0, + 1704.0, + 833.0, + 1704.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 939.0, + 1658.0, + 1408.0, + 1658.0, + 1408.0, + 1704.0, + 939.0, + 1704.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1691.0, + 296.0, + 1691.0, + 296.0, + 1738.0, + 290.0, + 1738.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 317.0, + 1691.0, + 589.0, + 1691.0, + 589.0, + 1738.0, + 317.0, + 1738.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 613.0, + 1691.0, + 869.0, + 1691.0, + 869.0, + 1738.0, + 613.0, + 1738.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 922.0, + 1691.0, + 1407.0, + 1691.0, + 1407.0, + 1738.0, + 922.0, + 1738.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1726.0, + 295.0, + 1726.0, + 295.0, + 1772.0, + 290.0, + 1772.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 941.0, + 1726.0, + 1025.0, + 1726.0, + 1025.0, + 1772.0, + 941.0, + 1772.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1049.0, + 1726.0, + 1374.0, + 1726.0, + 1374.0, + 1772.0, + 1049.0, + 1772.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1395.0, + 1726.0, + 1407.0, + 1726.0, + 1407.0, + 1772.0, + 1395.0, + 1772.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1762.0, + 296.0, + 1762.0, + 296.0, + 1807.0, + 291.0, + 1807.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 348.0, + 1762.0, + 398.0, + 1762.0, + 398.0, + 1807.0, + 348.0, + 1807.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 449.0, + 1762.0, + 889.0, + 1762.0, + 889.0, + 1807.0, + 449.0, + 1807.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 942.0, + 1762.0, + 992.0, + 1762.0, + 992.0, + 1807.0, + 942.0, + 1807.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1045.0, + 1762.0, + 1054.0, + 1762.0, + 1054.0, + 1807.0, + 1045.0, + 1807.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1094.0, + 1762.0, + 1142.0, + 1762.0, + 1142.0, + 1807.0, + 1094.0, + 1807.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1181.0, + 1762.0, + 1407.0, + 1762.0, + 1407.0, + 1807.0, + 1181.0, + 1807.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1801.0, + 997.0, + 1801.0, + 997.0, + 1837.0, + 295.0, + 1837.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1021.0, + 1801.0, + 1077.0, + 1801.0, + 1077.0, + 1837.0, + 1021.0, + 1837.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1129.0, + 1801.0, + 1138.0, + 1801.0, + 1138.0, + 1837.0, + 1129.0, + 1837.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1849.0, + 1405.0, + 1849.0, + 1405.0, + 1885.0, + 294.0, + 1885.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1881.0, + 1070.0, + 1881.0, + 1070.0, + 1917.0, + 294.0, + 1917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1106.0, + 1881.0, + 1405.0, + 1881.0, + 1405.0, + 1917.0, + 1106.0, + 1917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1908.0, + 1407.0, + 1908.0, + 1407.0, + 1950.0, + 292.0, + 1950.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1942.0, + 391.0, + 1942.0, + 391.0, + 1977.0, + 293.0, + 1977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 471.0, + 1942.0, + 1405.0, + 1942.0, + 1405.0, + 1977.0, + 471.0, + 1977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1972.0, + 1405.0, + 1972.0, + 1405.0, + 2008.0, + 294.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 2002.0, + 948.0, + 2002.0, + 948.0, + 2040.0, + 293.0, + 2040.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 16, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 1472, + 1404, + 1472, + 1404, + 1810, + 298, + 1810 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 299, + 1334, + 1403, + 1334, + 1403, + 1457, + 299, + 1457 + ], + "score": 0.977 + }, + { + "category_id": 3, + "poly": [ + 306, + 224, + 1397, + 224, + 1397, + 1037, + 306, + 1037 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 300, + 1911, + 1402, + 1911, + 1402, + 2034, + 300, + 2034 + ], + "score": 0.974 + }, + { + "category_id": 4, + "poly": [ + 297, + 1060, + 1403, + 1060, + 1403, + 1213, + 297, + 1213 + ], + "score": 0.965 + }, + { + "category_id": 0, + "poly": [ + 304, + 1275, + 793, + 1275, + 793, + 1305, + 304, + 1305 + ], + "score": 0.893 + }, + { + "category_id": 2, + "poly": [ + 300, + 76, + 812, + 76, + 812, + 104, + 300, + 104 + ], + "score": 0.874 + }, + { + "category_id": 0, + "poly": [ + 301, + 1852, + 787, + 1852, + 787, + 1883, + 301, + 1883 + ], + "score": 0.874 + }, + { + "category_id": 2, + "poly": [ + 837, + 2089, + 864, + 2089, + 864, + 2112, + 837, + 2112 + ], + "score": 0.845 + }, + { + "category_id": 13, + "poly": [ + 539, + 1718, + 645, + 1718, + 645, + 1746, + 539, + 1746 + ], + "score": 0.88, + "latex": "5 \\% - 8 \\%" + }, + { + "category_id": 13, + "poly": [ + 541, + 1687, + 650, + 1687, + 650, + 1716, + 541, + 1716 + ], + "score": 0.87, + "latex": "3 \\% - 9 \\%" + }, + { + "category_id": 13, + "poly": [ + 1020, + 1120, + 1125, + 1120, + 1125, + 1152, + 1020, + 1152 + ], + "score": 0.4, + "latex": "\\mathsf { I } _ { + \\mathrm { C E A M } }" + }, + { + "category_id": 13, + "poly": [ + 814, + 1567, + 834, + 1567, + 834, + 1592, + 814, + 1592 + ], + "score": 0.37, + "latex": "^ +" + }, + { + "category_id": 15, + "poly": [ + 345.0, + 229.0, + 446.0, + 229.0, + 446.0, + 245.0, + 345.0, + 245.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 519.0, + 229.0, + 620.0, + 229.0, + 620.0, + 245.0, + 519.0, + 245.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 693.0, + 229.0, + 793.0, + 229.0, + 793.0, + 245.0, + 693.0, + 245.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 906.0, + 227.0, + 1010.0, + 227.0, + 1010.0, + 247.0, + 906.0, + 247.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1080.0, + 227.0, + 1183.0, + 227.0, + 1183.0, + 247.0, + 1080.0, + 247.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1255.0, + 229.0, + 1356.0, + 229.0, + 1356.0, + 245.0, + 1255.0, + 245.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1178.0, + 246.0, + 1188.0, + 246.0, + 1188.0, + 256.0, + 1178.0, + 256.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1189.0, + 246.0, + 1200.0, + 246.0, + 1200.0, + 257.0, + 1189.0, + 257.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 534.0, + 256.0, + 546.0, + 256.0, + 546.0, + 266.0, + 534.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 587.0, + 253.0, + 656.0, + 253.0, + 656.0, + 287.0, + 587.0, + 287.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 755.0, + 257.0, + 767.0, + 257.0, + 767.0, + 267.0, + 755.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1157.0, + 252.0, + 1167.0, + 252.0, + 1167.0, + 262.0, + 1157.0, + 262.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1168.0, + 255.0, + 1182.0, + 255.0, + 1182.0, + 265.0, + 1168.0, + 265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1191.0, + 260.0, + 1201.0, + 260.0, + 1201.0, + 270.0, + 1191.0, + 270.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1167.0, + 266.0, + 1177.0, + 266.0, + 1177.0, + 274.0, + 1167.0, + 274.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1175.0, + 267.0, + 1191.0, + 267.0, + 1191.0, + 281.0, + 1175.0, + 281.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1144.0, + 268.0, + 1154.0, + 268.0, + 1154.0, + 277.0, + 1144.0, + 277.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 771.0, + 277.0, + 781.0, + 277.0, + 781.0, + 286.0, + 771.0, + 286.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1173.0, + 276.0, + 1193.0, + 276.0, + 1193.0, + 299.0, + 1173.0, + 299.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1338.0, + 277.0, + 1344.0, + 277.0, + 1344.0, + 283.0, + 1338.0, + 283.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1132.0, + 283.0, + 1142.0, + 283.0, + 1142.0, + 292.0, + 1132.0, + 292.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 314.0, + 312.0, + 365.0, + 312.0, + 365.0, + 356.0, + 314.0, + 356.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1071.0, + 298.0, + 1086.0, + 298.0, + 1086.0, + 313.0, + 1071.0, + 313.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1121.0, + 292.0, + 1132.0, + 292.0, + 1132.0, + 301.0, + 1121.0, + 301.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1147.0, + 292.0, + 1157.0, + 292.0, + 1157.0, + 304.0, + 1147.0, + 304.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1162.0, + 304.0, + 1173.0, + 304.0, + 1173.0, + 314.0, + 1162.0, + 314.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1236.0, + 292.0, + 1246.0, + 292.0, + 1246.0, + 305.0, + 1236.0, + 305.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1271.0, + 296.0, + 1289.0, + 296.0, + 1289.0, + 327.0, + 1271.0, + 327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1349.0, + 292.0, + 1385.0, + 292.0, + 1385.0, + 328.0, + 1349.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1348.0, + 322.0, + 1361.0, + 322.0, + 1361.0, + 332.0, + 1348.0, + 332.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1361.0, + 323.0, + 1376.0, + 323.0, + 1376.0, + 340.0, + 1361.0, + 340.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1375.0, + 324.0, + 1385.0, + 324.0, + 1385.0, + 334.0, + 1375.0, + 334.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 914.0, + 332.0, + 920.0, + 332.0, + 920.0, + 338.0, + 914.0, + 338.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 897.0, + 340.0, + 907.0, + 340.0, + 907.0, + 349.0, + 897.0, + 349.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 992.0, + 343.0, + 1009.0, + 343.0, + 1009.0, + 356.0, + 992.0, + 356.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1071.0, + 340.0, + 1092.0, + 340.0, + 1092.0, + 355.0, + 1071.0, + 355.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1270.0, + 345.0, + 1281.0, + 345.0, + 1281.0, + 355.0, + 1270.0, + 355.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1026.0, + 354.0, + 1041.0, + 354.0, + 1041.0, + 371.0, + 1026.0, + 371.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1056.0, + 353.0, + 1088.0, + 353.0, + 1088.0, + 369.0, + 1056.0, + 369.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1268.0, + 350.0, + 1289.0, + 350.0, + 1289.0, + 370.0, + 1268.0, + 370.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1293.0, + 358.0, + 1303.0, + 358.0, + 1303.0, + 370.0, + 1293.0, + 370.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 344.0, + 392.0, + 447.0, + 392.0, + 447.0, + 412.0, + 344.0, + 412.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 518.0, + 391.0, + 622.0, + 391.0, + 622.0, + 411.0, + 518.0, + 411.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 691.0, + 392.0, + 796.0, + 392.0, + 796.0, + 412.0, + 691.0, + 412.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 906.0, + 392.0, + 1010.0, + 392.0, + 1010.0, + 412.0, + 906.0, + 412.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1080.0, + 392.0, + 1184.0, + 392.0, + 1184.0, + 412.0, + 1080.0, + 412.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1253.0, + 391.0, + 1358.0, + 391.0, + 1358.0, + 411.0, + 1253.0, + 411.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 353.0, + 403.0, + 397.0, + 403.0, + 397.0, + 453.0, + 353.0, + 453.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 561.0, + 435.0, + 571.0, + 435.0, + 571.0, + 446.0, + 561.0, + 446.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 780.0, + 417.0, + 789.0, + 417.0, + 789.0, + 428.0, + 780.0, + 428.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 802.0, + 412.0, + 818.0, + 412.0, + 818.0, + 427.0, + 802.0, + 427.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 974.0, + 410.0, + 989.0, + 410.0, + 989.0, + 427.0, + 974.0, + 427.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 999.0, + 428.0, + 1020.0, + 428.0, + 1020.0, + 464.0, + 999.0, + 464.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1142.0, + 428.0, + 1150.0, + 428.0, + 1150.0, + 443.0, + 1142.0, + 443.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1174.0, + 426.0, + 1185.0, + 426.0, + 1185.0, + 438.0, + 1174.0, + 438.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1190.0, + 420.0, + 1214.0, + 420.0, + 1214.0, + 448.0, + 1190.0, + 448.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1284.0, + 416.0, + 1297.0, + 416.0, + 1297.0, + 427.0, + 1284.0, + 427.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1309.0, + 421.0, + 1325.0, + 421.0, + 1325.0, + 435.0, + 1309.0, + 435.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1349.0, + 418.0, + 1363.0, + 418.0, + 1363.0, + 435.0, + 1349.0, + 435.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 718.0, + 444.0, + 727.0, + 444.0, + 727.0, + 456.0, + 718.0, + 456.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1018.0, + 448.0, + 1028.0, + 448.0, + 1028.0, + 464.0, + 1018.0, + 464.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1137.0, + 446.0, + 1147.0, + 446.0, + 1147.0, + 457.0, + 1137.0, + 457.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1167.0, + 443.0, + 1177.0, + 443.0, + 1177.0, + 453.0, + 1167.0, + 453.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1023.0, + 463.0, + 1034.0, + 463.0, + 1034.0, + 475.0, + 1023.0, + 475.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 467.0, + 472.0, + 477.0, + 472.0, + 477.0, + 482.0, + 467.0, + 482.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 700.0, + 475.0, + 706.0, + 475.0, + 706.0, + 482.0, + 700.0, + 482.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 735.0, + 469.0, + 744.0, + 469.0, + 744.0, + 480.0, + 735.0, + 480.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 455.0, + 478.0, + 467.0, + 478.0, + 467.0, + 487.0, + 455.0, + 487.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 998.0, + 478.0, + 1008.0, + 478.0, + 1008.0, + 488.0, + 998.0, + 488.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 417.0, + 483.0, + 428.0, + 483.0, + 428.0, + 493.0, + 417.0, + 493.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 373.0, + 498.0, + 383.0, + 498.0, + 383.0, + 508.0, + 373.0, + 508.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 416.0, + 501.0, + 425.0, + 501.0, + 425.0, + 514.0, + 416.0, + 514.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 426.0, + 493.0, + 441.0, + 493.0, + 441.0, + 508.0, + 426.0, + 508.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 673.0, + 504.0, + 683.0, + 504.0, + 683.0, + 514.0, + 673.0, + 514.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1077.0, + 493.0, + 1091.0, + 493.0, + 1091.0, + 509.0, + 1077.0, + 509.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1157.0, + 504.0, + 1168.0, + 504.0, + 1168.0, + 514.0, + 1157.0, + 514.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 317.0, + 514.0, + 328.0, + 514.0, + 328.0, + 524.0, + 317.0, + 524.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 488.0, + 508.0, + 523.0, + 508.0, + 523.0, + 536.0, + 488.0, + 536.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 891.0, + 509.0, + 912.0, + 509.0, + 912.0, + 521.0, + 891.0, + 521.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 933.0, + 521.0, + 950.0, + 521.0, + 950.0, + 536.0, + 933.0, + 536.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1082.0, + 515.0, + 1092.0, + 515.0, + 1092.0, + 529.0, + 1082.0, + 529.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1121.0, + 511.0, + 1137.0, + 511.0, + 1137.0, + 525.0, + 1121.0, + 525.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 344.0, + 559.0, + 448.0, + 559.0, + 448.0, + 578.0, + 344.0, + 578.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 518.0, + 559.0, + 621.0, + 559.0, + 621.0, + 578.0, + 518.0, + 578.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 691.0, + 559.0, + 796.0, + 559.0, + 796.0, + 578.0, + 691.0, + 578.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 907.0, + 559.0, + 1010.0, + 559.0, + 1010.0, + 578.0, + 907.0, + 578.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1080.0, + 559.0, + 1184.0, + 559.0, + 1184.0, + 578.0, + 1080.0, + 578.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1253.0, + 559.0, + 1356.0, + 559.0, + 1356.0, + 578.0, + 1253.0, + 578.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 437.0, + 573.0, + 466.0, + 573.0, + 466.0, + 599.0, + 437.0, + 599.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 486.0, + 573.0, + 517.0, + 573.0, + 517.0, + 603.0, + 486.0, + 603.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 892.0, + 575.0, + 910.0, + 575.0, + 910.0, + 590.0, + 892.0, + 590.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1031.0, + 568.0, + 1087.0, + 568.0, + 1087.0, + 670.0, + 1031.0, + 670.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1315.0, + 577.0, + 1325.0, + 577.0, + 1325.0, + 587.0, + 1315.0, + 587.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 459.0, + 587.0, + 473.0, + 587.0, + 473.0, + 604.0, + 459.0, + 604.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 668.0, + 588.0, + 674.0, + 588.0, + 674.0, + 595.0, + 668.0, + 595.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 450.0, + 598.0, + 461.0, + 598.0, + 461.0, + 608.0, + 450.0, + 608.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 897.0, + 595.0, + 909.0, + 595.0, + 909.0, + 607.0, + 897.0, + 607.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 916.0, + 592.0, + 925.0, + 592.0, + 925.0, + 602.0, + 916.0, + 602.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1198.0, + 599.0, + 1204.0, + 599.0, + 1204.0, + 606.0, + 1198.0, + 606.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1236.0, + 591.0, + 1247.0, + 591.0, + 1247.0, + 602.0, + 1236.0, + 602.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1263.0, + 599.0, + 1277.0, + 599.0, + 1277.0, + 609.0, + 1263.0, + 609.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 745.0, + 603.0, + 753.0, + 603.0, + 753.0, + 613.0, + 745.0, + 613.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 928.0, + 603.0, + 937.0, + 603.0, + 937.0, + 616.0, + 928.0, + 616.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1236.0, + 603.0, + 1246.0, + 603.0, + 1246.0, + 612.0, + 1236.0, + 612.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 467.0, + 608.0, + 476.0, + 608.0, + 476.0, + 623.0, + 467.0, + 623.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 561.0, + 609.0, + 571.0, + 609.0, + 571.0, + 618.0, + 561.0, + 618.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 916.0, + 607.0, + 936.0, + 607.0, + 936.0, + 627.0, + 916.0, + 627.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 456.0, + 617.0, + 469.0, + 617.0, + 469.0, + 627.0, + 456.0, + 627.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1180.0, + 613.0, + 1209.0, + 613.0, + 1209.0, + 629.0, + 1180.0, + 629.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 440.0, + 623.0, + 448.0, + 623.0, + 448.0, + 633.0, + 440.0, + 633.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 452.0, + 628.0, + 462.0, + 628.0, + 462.0, + 642.0, + 452.0, + 642.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 910.0, + 623.0, + 925.0, + 623.0, + 925.0, + 638.0, + 910.0, + 638.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1179.0, + 629.0, + 1206.0, + 629.0, + 1206.0, + 643.0, + 1179.0, + 643.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 404.0, + 653.0, + 410.0, + 653.0, + 410.0, + 659.0, + 404.0, + 659.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 560.0, + 645.0, + 586.0, + 645.0, + 586.0, + 665.0, + 560.0, + 665.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 601.0, + 639.0, + 610.0, + 639.0, + 610.0, + 649.0, + 601.0, + 649.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 768.0, + 642.0, + 782.0, + 642.0, + 782.0, + 652.0, + 768.0, + 652.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 794.0, + 639.0, + 816.0, + 639.0, + 816.0, + 658.0, + 794.0, + 658.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1172.0, + 644.0, + 1203.0, + 644.0, + 1203.0, + 658.0, + 1172.0, + 658.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 572.0, + 668.0, + 581.0, + 668.0, + 581.0, + 678.0, + 572.0, + 678.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 603.0, + 663.0, + 634.0, + 663.0, + 634.0, + 683.0, + 603.0, + 683.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 637.0, + 657.0, + 652.0, + 657.0, + 652.0, + 673.0, + 637.0, + 673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 758.0, + 668.0, + 768.0, + 668.0, + 768.0, + 676.0, + 758.0, + 676.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1186.0, + 676.0, + 1196.0, + 676.0, + 1196.0, + 689.0, + 1186.0, + 689.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1223.0, + 671.0, + 1288.0, + 671.0, + 1288.0, + 708.0, + 1223.0, + 708.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 621.0, + 688.0, + 631.0, + 688.0, + 631.0, + 697.0, + 621.0, + 697.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 344.0, + 725.0, + 448.0, + 725.0, + 448.0, + 745.0, + 344.0, + 745.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 516.0, + 724.0, + 621.0, + 724.0, + 621.0, + 743.0, + 516.0, + 743.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 693.0, + 726.0, + 793.0, + 726.0, + 793.0, + 742.0, + 693.0, + 742.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 907.0, + 726.0, + 1009.0, + 726.0, + 1009.0, + 742.0, + 907.0, + 742.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1081.0, + 726.0, + 1183.0, + 726.0, + 1183.0, + 742.0, + 1081.0, + 742.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1256.0, + 726.0, + 1355.0, + 726.0, + 1355.0, + 742.0, + 1256.0, + 742.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 407.0, + 742.0, + 419.0, + 742.0, + 419.0, + 752.0, + 407.0, + 752.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 493.0, + 745.0, + 539.0, + 745.0, + 539.0, + 786.0, + 493.0, + 786.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1072.0, + 747.0, + 1087.0, + 747.0, + 1087.0, + 756.0, + 1072.0, + 756.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 430.0, + 752.0, + 441.0, + 752.0, + 441.0, + 762.0, + 430.0, + 762.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 891.0, + 752.0, + 901.0, + 752.0, + 901.0, + 763.0, + 891.0, + 763.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1081.0, + 751.0, + 1098.0, + 751.0, + 1098.0, + 767.0, + 1081.0, + 767.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 715.0, + 763.0, + 725.0, + 763.0, + 725.0, + 774.0, + 715.0, + 774.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 880.0, + 761.0, + 911.0, + 761.0, + 911.0, + 784.0, + 880.0, + 784.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1348.0, + 757.0, + 1365.0, + 757.0, + 1365.0, + 767.0, + 1348.0, + 767.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1361.0, + 773.0, + 1375.0, + 773.0, + 1375.0, + 783.0, + 1361.0, + 783.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1071.0, + 777.0, + 1082.0, + 777.0, + 1082.0, + 787.0, + 1071.0, + 787.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 468.0, + 787.0, + 474.0, + 787.0, + 474.0, + 793.0, + 468.0, + 793.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1024.0, + 789.0, + 1030.0, + 789.0, + 1030.0, + 795.0, + 1024.0, + 795.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1360.0, + 788.0, + 1370.0, + 788.0, + 1370.0, + 797.0, + 1360.0, + 797.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 729.0, + 797.0, + 746.0, + 797.0, + 746.0, + 812.0, + 729.0, + 812.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 778.0, + 804.0, + 788.0, + 804.0, + 788.0, + 815.0, + 778.0, + 815.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1155.0, + 802.0, + 1175.0, + 802.0, + 1175.0, + 814.0, + 1155.0, + 814.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1231.0, + 807.0, + 1241.0, + 807.0, + 1241.0, + 817.0, + 1231.0, + 817.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 414.0, + 817.0, + 433.0, + 817.0, + 433.0, + 829.0, + 414.0, + 829.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 785.0, + 828.0, + 802.0, + 828.0, + 802.0, + 840.0, + 785.0, + 840.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1173.0, + 833.0, + 1179.0, + 833.0, + 1179.0, + 839.0, + 1173.0, + 839.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 600.0, + 840.0, + 618.0, + 840.0, + 618.0, + 854.0, + 600.0, + 854.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 624.0, + 850.0, + 642.0, + 850.0, + 642.0, + 865.0, + 624.0, + 865.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 777.0, + 844.0, + 794.0, + 844.0, + 794.0, + 866.0, + 777.0, + 866.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1178.0, + 840.0, + 1214.0, + 840.0, + 1214.0, + 867.0, + 1178.0, + 867.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1328.0, + 844.0, + 1339.0, + 844.0, + 1339.0, + 854.0, + 1328.0, + 854.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 344.0, + 891.0, + 448.0, + 891.0, + 448.0, + 911.0, + 344.0, + 911.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 519.0, + 892.0, + 621.0, + 892.0, + 621.0, + 908.0, + 519.0, + 908.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 693.0, + 892.0, + 793.0, + 892.0, + 793.0, + 908.0, + 693.0, + 908.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 906.0, + 890.0, + 1010.0, + 890.0, + 1010.0, + 910.0, + 906.0, + 910.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1080.0, + 890.0, + 1184.0, + 890.0, + 1184.0, + 910.0, + 1080.0, + 910.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1252.0, + 890.0, + 1358.0, + 890.0, + 1358.0, + 910.0, + 1252.0, + 910.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 497.0, + 922.0, + 507.0, + 922.0, + 507.0, + 932.0, + 497.0, + 932.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 535.0, + 920.0, + 546.0, + 920.0, + 546.0, + 929.0, + 535.0, + 929.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 682.0, + 922.0, + 696.0, + 922.0, + 696.0, + 950.0, + 682.0, + 950.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 901.0, + 921.0, + 911.0, + 921.0, + 911.0, + 932.0, + 901.0, + 932.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1050.0, + 908.0, + 1092.0, + 908.0, + 1092.0, + 937.0, + 1050.0, + 937.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1226.0, + 916.0, + 1246.0, + 916.0, + 1246.0, + 936.0, + 1226.0, + 936.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1324.0, + 926.0, + 1338.0, + 926.0, + 1338.0, + 936.0, + 1324.0, + 936.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 884.0, + 938.0, + 890.0, + 938.0, + 890.0, + 944.0, + 884.0, + 944.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1057.0, + 931.0, + 1082.0, + 931.0, + 1082.0, + 948.0, + 1057.0, + 948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1226.0, + 933.0, + 1244.0, + 933.0, + 1244.0, + 958.0, + 1226.0, + 958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 633.0, + 947.0, + 646.0, + 947.0, + 646.0, + 957.0, + 633.0, + 957.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 678.0, + 949.0, + 690.0, + 949.0, + 690.0, + 959.0, + 678.0, + 959.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 879.0, + 941.0, + 892.0, + 941.0, + 892.0, + 967.0, + 879.0, + 967.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 894.0, + 946.0, + 907.0, + 946.0, + 907.0, + 962.0, + 894.0, + 962.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 910.0, + 947.0, + 916.0, + 947.0, + 916.0, + 953.0, + 910.0, + 953.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1139.0, + 946.0, + 1149.0, + 946.0, + 1149.0, + 956.0, + 1139.0, + 956.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1200.0, + 948.0, + 1214.0, + 948.0, + 1214.0, + 964.0, + 1200.0, + 964.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 466.0, + 960.0, + 474.0, + 960.0, + 474.0, + 970.0, + 466.0, + 970.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 638.0, + 963.0, + 651.0, + 963.0, + 651.0, + 974.0, + 638.0, + 974.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 906.0, + 957.0, + 923.0, + 957.0, + 923.0, + 984.0, + 906.0, + 984.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 936.0, + 962.0, + 950.0, + 962.0, + 950.0, + 990.0, + 936.0, + 990.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 342.0, + 974.0, + 353.0, + 974.0, + 353.0, + 987.0, + 342.0, + 987.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 452.0, + 970.0, + 462.0, + 970.0, + 462.0, + 980.0, + 452.0, + 980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1172.0, + 973.0, + 1180.0, + 973.0, + 1180.0, + 983.0, + 1172.0, + 983.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 502.0, + 996.0, + 512.0, + 996.0, + 512.0, + 1005.0, + 502.0, + 1005.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 975.0, + 986.0, + 985.0, + 986.0, + 985.0, + 1003.0, + 975.0, + 1003.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 999.0, + 993.0, + 1016.0, + 993.0, + 1016.0, + 1020.0, + 999.0, + 1020.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1018.0, + 995.0, + 1039.0, + 995.0, + 1039.0, + 1019.0, + 1018.0, + 1019.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1152.0, + 990.0, + 1185.0, + 990.0, + 1185.0, + 1005.0, + 1152.0, + 1005.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1194.0, + 990.0, + 1203.0, + 990.0, + 1203.0, + 1000.0, + 1194.0, + 1000.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1359.0, + 999.0, + 1370.0, + 999.0, + 1370.0, + 1009.0, + 1359.0, + 1009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 512.0, + 1008.0, + 521.0, + 1008.0, + 521.0, + 1019.0, + 512.0, + 1019.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 545.0, + 1005.0, + 557.0, + 1005.0, + 557.0, + 1016.0, + 545.0, + 1016.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1141.0, + 1003.0, + 1181.0, + 1003.0, + 1181.0, + 1022.0, + 1141.0, + 1022.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 1014.0, + 343.0, + 1014.0, + 343.0, + 1031.0, + 319.0, + 1031.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 521.0, + 1013.0, + 541.0, + 1013.0, + 541.0, + 1035.0, + 521.0, + 1035.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 797.0, + 1020.0, + 809.0, + 1020.0, + 809.0, + 1031.0, + 797.0, + 1031.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1015.0, + 1013.0, + 1035.0, + 1013.0, + 1035.0, + 1032.0, + 1015.0, + 1032.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1154.0, + 1016.0, + 1172.0, + 1016.0, + 1172.0, + 1030.0, + 1154.0, + 1030.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1097.75, + 297.5, + 1113.75, + 297.5, + 1113.75, + 310.0, + 1097.75, + 310.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 677.0, + 331.0, + 719.0, + 331.0, + 719.0, + 364.0, + 677.0, + 364.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1039.0, + 297.5, + 1081.0, + 297.5, + 1081.0, + 314.5, + 1039.0, + 314.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1345.0, + 314.5, + 1358.0, + 314.5, + 1358.0, + 322.5, + 1345.0, + 322.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 317.25, + 344.0, + 352.25, + 344.0, + 352.25, + 370.0, + 317.25, + 370.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1005.0, + 353.0, + 1029.0, + 353.0, + 1029.0, + 371.0, + 1005.0, + 371.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1242.0, + 422.0, + 1254.0, + 422.0, + 1254.0, + 435.0, + 1242.0, + 435.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 506.75, + 441.5, + 528.75, + 441.5, + 528.75, + 450.0, + 506.75, + 450.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 514.0, + 588.5, + 533.0, + 588.5, + 533.0, + 603.0, + 514.0, + 603.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 672.0, + 580.0, + 698.0, + 580.0, + 698.0, + 601.0, + 672.0, + 601.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 564.25, + 634.0, + 586.25, + 634.0, + 586.25, + 653.0, + 564.25, + 653.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 615.0, + 643.0, + 642.0, + 643.0, + 642.0, + 673.0, + 615.0, + 673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 598.0, + 649.5, + 620.0, + 649.5, + 620.0, + 662.5, + 598.0, + 662.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1268.0, + 665.5, + 1317.0, + 665.5, + 1317.0, + 696.0, + 1268.0, + 696.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1170.75, + 678.0, + 1199.75, + 678.0, + 1199.75, + 703.0, + 1170.75, + 703.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 473.75, + 778.5, + 531.75, + 778.5, + 531.75, + 812.5, + 473.75, + 812.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 784.75, + 814.0, + 803.75, + 814.0, + 803.75, + 828.0, + 784.75, + 828.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 995.0, + 822.5, + 1025.0, + 822.5, + 1025.0, + 836.5, + 995.0, + 836.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 669.0, + 907.0, + 679.0, + 907.0, + 679.0, + 924.0, + 669.0, + 924.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 916.5, + 405.0, + 916.5, + 405.0, + 921.5, + 392.0, + 921.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 658.0, + 946.5, + 684.0, + 946.5, + 684.0, + 969.0, + 658.0, + 969.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 517.0, + 995.5, + 540.0, + 995.5, + 540.0, + 1008.5, + 517.0, + 1008.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1057.0, + 1405.0, + 1057.0, + 1405.0, + 1096.0, + 294.0, + 1096.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1089.0, + 1405.0, + 1089.0, + 1405.0, + 1126.0, + 293.0, + 1126.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1118.0, + 1019.0, + 1118.0, + 1019.0, + 1158.0, + 294.0, + 1158.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1126.0, + 1118.0, + 1405.0, + 1118.0, + 1405.0, + 1158.0, + 1126.0, + 1158.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1148.0, + 1404.0, + 1148.0, + 1404.0, + 1188.0, + 294.0, + 1188.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1181.0, + 1337.0, + 1181.0, + 1337.0, + 1218.0, + 295.0, + 1218.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 1274.0, + 798.0, + 1274.0, + 798.0, + 1309.0, + 298.0, + 1309.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 815.0, + 73.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1851.0, + 792.0, + 1851.0, + 792.0, + 1886.0, + 297.0, + 1886.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 833.0, + 2085.0, + 869.0, + 2085.0, + 869.0, + 2122.0, + 833.0, + 2122.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1473.0, + 1406.0, + 1473.0, + 1406.0, + 1508.0, + 296.0, + 1508.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1503.0, + 1405.0, + 1503.0, + 1405.0, + 1540.0, + 293.0, + 1540.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1534.0, + 1404.0, + 1534.0, + 1404.0, + 1569.0, + 294.0, + 1569.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1563.0, + 813.0, + 1563.0, + 813.0, + 1600.0, + 293.0, + 1600.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 835.0, + 1563.0, + 1405.0, + 1563.0, + 1405.0, + 1600.0, + 835.0, + 1600.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1595.0, + 1406.0, + 1595.0, + 1406.0, + 1630.0, + 294.0, + 1630.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1627.0, + 1404.0, + 1627.0, + 1404.0, + 1658.0, + 293.0, + 1658.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1656.0, + 1405.0, + 1656.0, + 1405.0, + 1691.0, + 294.0, + 1691.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1685.0, + 540.0, + 1685.0, + 540.0, + 1723.0, + 293.0, + 1723.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 651.0, + 1685.0, + 1404.0, + 1685.0, + 1404.0, + 1723.0, + 651.0, + 1723.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1717.0, + 538.0, + 1717.0, + 538.0, + 1752.0, + 294.0, + 1752.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 646.0, + 1717.0, + 1404.0, + 1717.0, + 1404.0, + 1752.0, + 646.0, + 1752.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1748.0, + 1406.0, + 1748.0, + 1406.0, + 1783.0, + 294.0, + 1783.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1778.0, + 1331.0, + 1778.0, + 1331.0, + 1813.0, + 294.0, + 1813.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1335.0, + 1404.0, + 1335.0, + 1404.0, + 1368.0, + 295.0, + 1368.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1363.0, + 1405.0, + 1363.0, + 1405.0, + 1402.0, + 293.0, + 1402.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1394.0, + 1405.0, + 1394.0, + 1405.0, + 1430.0, + 294.0, + 1430.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1426.0, + 1247.0, + 1426.0, + 1247.0, + 1462.0, + 294.0, + 1462.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1910.0, + 1404.0, + 1910.0, + 1404.0, + 1945.0, + 295.0, + 1945.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1943.0, + 1404.0, + 1943.0, + 1404.0, + 1976.0, + 295.0, + 1976.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1970.0, + 1406.0, + 1970.0, + 1406.0, + 2010.0, + 294.0, + 2010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 2004.0, + 1404.0, + 2004.0, + 1404.0, + 2036.0, + 295.0, + 2036.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 17, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1696, + 1405, + 1696, + 1405, + 2035, + 297, + 2035 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 297, + 1436, + 1404, + 1436, + 1404, + 1683, + 297, + 1683 + ], + "score": 0.983 + }, + { + "category_id": 5, + "poly": [ + 307, + 346, + 1385, + 346, + 1385, + 729, + 307, + 729 + ], + "score": 0.98, + "html": "
miniImageNet
MethodBackbone1-shot5-shot
StandardFSL:
ProtoNet† (Snell et al., 2017)Conv4-6452.78 ± 0.4571.26 ± 0.36
MELR (ours)Conv4-6455.35 ± 0.4372.27 ± 0.35
Transductive FSL:
Semi-ProtoNet (Ren et al., 2018)Conv4-6455.50 ± 0.1071.76 ± 0.08
TPN (Liu et al., 2019)Conv4-6455.51 ± 0.8469.86 ± 0.67
TEAM (Qiao et al., 2019)Conv4-6456.5772.04
FEAT (Ye et al., 2020)Conv4-6457.04 ± 0.1672.89 ± 0.20
ProtoNet†+CEAM (ours)Conv4-6460.30 ± 0.4974.28 ± 0.36
MELR (ours)Conv4-6461.67 ± 0.5174.87 ± 0.35
" + }, + { + "category_id": 3, + "poly": [ + 342, + 771, + 1349, + 771, + 1349, + 1098, + 342, + 1098 + ], + "score": 0.97 + }, + { + "category_id": 4, + "poly": [ + 298, + 1106, + 1399, + 1106, + 1399, + 1201, + 298, + 1201 + ], + "score": 0.959 + }, + { + "category_id": 6, + "poly": [ + 296, + 248, + 1403, + 248, + 1403, + 342, + 296, + 342 + ], + "score": 0.952 + }, + { + "category_id": 1, + "poly": [ + 300, + 1307, + 1396, + 1307, + 1396, + 1371, + 300, + 1371 + ], + "score": 0.948 + }, + { + "category_id": 1, + "poly": [ + 297, + 1229, + 1395, + 1229, + 1395, + 1292, + 297, + 1292 + ], + "score": 0.945 + }, + { + "category_id": 8, + "poly": [ + 611, + 1384, + 1089, + 1384, + 1089, + 1425, + 611, + 1425 + ], + "score": 0.941 + }, + { + "category_id": 2, + "poly": [ + 300, + 75, + 813, + 75, + 813, + 104, + 300, + 104 + ], + "score": 0.899 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1392, + 1399, + 1392, + 1399, + 1422, + 1352, + 1422 + ], + "score": 0.888 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 865, + 2088, + 865, + 2112, + 836, + 2112 + ], + "score": 0.852 + }, + { + "category_id": 14, + "poly": [ + 606, + 1384, + 1089, + 1384, + 1089, + 1425, + 606, + 1425 + ], + "score": 0.92, + "latex": "\\begin{array} { r } { \\hat { \\mathbf { F } } ^ { ( t e s t ) } = \\mathrm { C E A M } ( { \\mathbf { F } } ^ { ( t e s t ) } , { \\mathbf { F } } ^ { ( t e s t ) } , { \\mathbf { F } } ^ { ( t e s t ) } ) , } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 813, + 1882, + 977, + 1882, + 977, + 1913, + 813, + 1913 + ], + "score": 0.9, + "latex": "( 2 . 0 \\% - 4 . 6 \\% )" + }, + { + "category_id": 13, + "poly": [ + 735, + 1307, + 806, + 1307, + 806, + 1338, + 735, + 1338 + ], + "score": 0.9, + "latex": "e ^ { ( t e s t ) }" + }, + { + "category_id": 13, + "poly": [ + 867, + 280, + 923, + 280, + 923, + 309, + 867, + 309 + ], + "score": 0.86, + "latex": "9 5 \\%" + }, + { + "category_id": 13, + "poly": [ + 504, + 1790, + 569, + 1790, + 569, + 1820, + 504, + 1820 + ], + "score": 0.85, + "latex": "6 . 3 \\%" + }, + { + "category_id": 13, + "poly": [ + 1110, + 1790, + 1174, + 1790, + 1174, + 1820, + 1110, + 1820 + ], + "score": 0.85, + "latex": "2 . 6 \\%" + }, + { + "category_id": 13, + "poly": [ + 297, + 2003, + 363, + 2003, + 363, + 2033, + 297, + 2033 + ], + "score": 0.82, + "latex": "1 . 4 \\% )" + }, + { + "category_id": 13, + "poly": [ + 1310, + 1973, + 1405, + 1973, + 1405, + 2003, + 1310, + 2003 + ], + "score": 0.81, + "latex": "( 0 . 6 \\% \\mathrm { ~ - ~ }" + }, + { + "category_id": 13, + "poly": [ + 583, + 281, + 609, + 281, + 609, + 308, + 583, + 308 + ], + "score": 0.66, + "latex": "\\%" + }, + { + "category_id": 15, + "poly": [ + 357.0, + 770.0, + 377.0, + 770.0, + 377.0, + 788.0, + 357.0, + 788.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 886.0, + 770.0, + 915.0, + 770.0, + 915.0, + 790.0, + 886.0, + 790.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 357.0, + 806.0, + 380.0, + 806.0, + 380.0, + 823.0, + 357.0, + 823.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 887.0, + 818.0, + 915.0, + 818.0, + 915.0, + 839.0, + 887.0, + 839.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 355.0, + 840.0, + 381.0, + 840.0, + 381.0, + 861.0, + 355.0, + 861.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 329.0, + 864.0, + 392.0, + 864.0, + 392.0, + 981.0, + 329.0, + 981.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 887.0, + 866.0, + 915.0, + 866.0, + 915.0, + 887.0, + 887.0, + 887.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 872.0, + 899.0, + 921.0, + 899.0, + 921.0, + 949.0, + 872.0, + 949.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 415.0, + 949.0, + 438.0, + 949.0, + 438.0, + 973.0, + 415.0, + 973.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 887.0, + 962.0, + 915.0, + 962.0, + 915.0, + 982.0, + 887.0, + 982.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 355.0, + 985.0, + 381.0, + 985.0, + 381.0, + 1007.0, + 355.0, + 1007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 887.0, + 1010.0, + 915.0, + 1010.0, + 915.0, + 1030.0, + 887.0, + 1030.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 357.0, + 1022.0, + 378.0, + 1022.0, + 378.0, + 1041.0, + 357.0, + 1041.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 738.0, + 1021.0, + 786.0, + 1021.0, + 786.0, + 1043.0, + 738.0, + 1043.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1253.0, + 1021.0, + 1317.0, + 1021.0, + 1317.0, + 1043.0, + 1253.0, + 1043.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 737.0, + 1037.0, + 809.0, + 1037.0, + 809.0, + 1062.0, + 737.0, + 1062.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1270.0, + 1037.0, + 1340.0, + 1037.0, + 1340.0, + 1062.0, + 1270.0, + 1062.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 358.0, + 1059.0, + 377.0, + 1059.0, + 377.0, + 1077.0, + 358.0, + 1077.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 390.0, + 1069.0, + 404.0, + 1069.0, + 404.0, + 1084.0, + 390.0, + 1084.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 467.0, + 1068.0, + 489.0, + 1068.0, + 489.0, + 1086.0, + 467.0, + 1086.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 547.0, + 1068.0, + 568.0, + 1068.0, + 568.0, + 1086.0, + 547.0, + 1086.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 626.0, + 1068.0, + 648.0, + 1068.0, + 648.0, + 1086.0, + 626.0, + 1086.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 705.0, + 1066.0, + 730.0, + 1066.0, + 730.0, + 1087.0, + 705.0, + 1087.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 782.0, + 1066.0, + 812.0, + 1066.0, + 812.0, + 1087.0, + 782.0, + 1087.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 889.0, + 1059.0, + 912.0, + 1059.0, + 912.0, + 1077.0, + 889.0, + 1077.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 925.0, + 1069.0, + 939.0, + 1069.0, + 939.0, + 1084.0, + 925.0, + 1084.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 999.0, + 1068.0, + 1021.0, + 1068.0, + 1021.0, + 1086.0, + 999.0, + 1086.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1078.0, + 1068.0, + 1099.0, + 1068.0, + 1099.0, + 1085.0, + 1078.0, + 1085.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1157.0, + 1067.0, + 1178.0, + 1067.0, + 1178.0, + 1086.0, + 1157.0, + 1086.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1235.0, + 1067.0, + 1257.0, + 1067.0, + 1257.0, + 1086.0, + 1235.0, + 1086.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1310.0, + 1067.0, + 1340.0, + 1067.0, + 1340.0, + 1087.0, + 1310.0, + 1087.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 571.0, + 1078.0, + 621.0, + 1078.0, + 621.0, + 1101.0, + 571.0, + 1101.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1104.0, + 1078.0, + 1152.0, + 1078.0, + 1152.0, + 1100.0, + 1104.0, + 1100.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 445.0, + 813.5, + 802.0, + 813.5, + 802.0, + 849.5, + 445.0, + 849.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 425.75, + 851.5, + 460.75, + 851.5, + 460.75, + 864.5, + 425.75, + 864.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 398.0, + 878.0, + 443.0, + 878.0, + 443.0, + 889.0, + 398.0, + 889.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 456.0, + 908.5, + 805.0, + 908.5, + 805.0, + 954.0, + 456.0, + 954.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 440.0, + 939.5, + 454.0, + 939.5, + 454.0, + 960.5, + 440.0, + 960.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 950.0, + 930.0, + 1330.0, + 930.0, + 1330.0, + 961.0, + 950.0, + 961.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 937.0, + 971.0, + 1335.0, + 971.0, + 1335.0, + 1014.5, + 937.0, + 1014.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1105.0, + 1405.0, + 1105.0, + 1405.0, + 1141.0, + 293.0, + 1141.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1138.0, + 1403.0, + 1138.0, + 1403.0, + 1172.0, + 296.0, + 1172.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1168.0, + 1166.0, + 1168.0, + 1166.0, + 1202.0, + 294.0, + 1202.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 246.0, + 1404.0, + 246.0, + 1404.0, + 284.0, + 294.0, + 284.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 278.0, + 582.0, + 278.0, + 582.0, + 314.0, + 293.0, + 314.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 610.0, + 278.0, + 866.0, + 278.0, + 866.0, + 314.0, + 610.0, + 314.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 924.0, + 278.0, + 1404.0, + 278.0, + 1404.0, + 314.0, + 924.0, + 314.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 312.0, + 876.0, + 312.0, + 876.0, + 342.0, + 296.0, + 342.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 72.0, + 815.0, + 72.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2085.0, + 870.0, + 2085.0, + 870.0, + 2124.0, + 832.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1696.0, + 1405.0, + 1696.0, + 1405.0, + 1733.0, + 294.0, + 1733.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1730.0, + 1406.0, + 1730.0, + 1406.0, + 1762.0, + 294.0, + 1762.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1758.0, + 1406.0, + 1758.0, + 1406.0, + 1796.0, + 291.0, + 1796.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1787.0, + 503.0, + 1787.0, + 503.0, + 1827.0, + 292.0, + 1827.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 570.0, + 1787.0, + 1109.0, + 1787.0, + 1109.0, + 1827.0, + 570.0, + 1827.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1175.0, + 1787.0, + 1405.0, + 1787.0, + 1405.0, + 1827.0, + 1175.0, + 1827.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1821.0, + 1403.0, + 1821.0, + 1403.0, + 1856.0, + 294.0, + 1856.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1848.0, + 1403.0, + 1848.0, + 1403.0, + 1887.0, + 294.0, + 1887.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1879.0, + 812.0, + 1879.0, + 812.0, + 1918.0, + 292.0, + 1918.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 978.0, + 1879.0, + 1406.0, + 1879.0, + 1406.0, + 1918.0, + 978.0, + 1918.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1913.0, + 1403.0, + 1913.0, + 1403.0, + 1944.0, + 295.0, + 1944.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1940.0, + 1406.0, + 1940.0, + 1406.0, + 1978.0, + 291.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1969.0, + 1309.0, + 1969.0, + 1309.0, + 2009.0, + 291.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 364.0, + 2003.0, + 1318.0, + 2003.0, + 1318.0, + 2038.0, + 364.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1439.0, + 1404.0, + 1439.0, + 1404.0, + 1473.0, + 295.0, + 1473.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1468.0, + 1405.0, + 1468.0, + 1405.0, + 1502.0, + 294.0, + 1502.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1499.0, + 1404.0, + 1499.0, + 1404.0, + 1535.0, + 292.0, + 1535.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1532.0, + 1404.0, + 1532.0, + 1404.0, + 1562.0, + 296.0, + 1562.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1557.0, + 1408.0, + 1557.0, + 1408.0, + 1598.0, + 292.0, + 1598.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1591.0, + 1406.0, + 1591.0, + 1406.0, + 1625.0, + 294.0, + 1625.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1620.0, + 1407.0, + 1620.0, + 1407.0, + 1657.0, + 292.0, + 1657.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1652.0, + 780.0, + 1652.0, + 780.0, + 1686.0, + 293.0, + 1686.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1297.0, + 734.0, + 1297.0, + 734.0, + 1352.0, + 291.0, + 1352.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 807.0, + 1297.0, + 1405.0, + 1297.0, + 1405.0, + 1352.0, + 807.0, + 1352.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1339.0, + 777.0, + 1339.0, + 777.0, + 1374.0, + 294.0, + 1374.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1230.0, + 1399.0, + 1230.0, + 1399.0, + 1264.0, + 293.0, + 1264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1261.0, + 1222.0, + 1261.0, + 1222.0, + 1296.0, + 294.0, + 1296.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 18, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 287, + 1404, + 287, + 1404, + 622, + 298, + 622 + ], + "score": 0.98 + }, + { + "category_id": 2, + "poly": [ + 300, + 76, + 813, + 76, + 813, + 104, + 300, + 104 + ], + "score": 0.857 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 865, + 2088, + 865, + 2112, + 835, + 2112 + ], + "score": 0.841 + }, + { + "category_id": 1, + "poly": [ + 299, + 230, + 1139, + 230, + 1139, + 261, + 299, + 261 + ], + "score": 0.558 + }, + { + "category_id": 0, + "poly": [ + 299, + 230, + 1139, + 230, + 1139, + 261, + 299, + 261 + ], + "score": 0.321 + }, + { + "category_id": 13, + "poly": [ + 643, + 410, + 708, + 410, + 708, + 441, + 643, + 441 + ], + "score": 0.91, + "latex": "L _ { c e c r }" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 72.0, + 816.0, + 72.0, + 816.0, + 110.0, + 294.0, + 110.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 829.0, + 2084.0, + 871.0, + 2084.0, + 871.0, + 2123.0, + 829.0, + 2123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 229.0, + 1142.0, + 229.0, + 1142.0, + 264.0, + 296.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 285.0, + 1404.0, + 285.0, + 1404.0, + 322.0, + 295.0, + 322.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 319.0, + 1405.0, + 319.0, + 1405.0, + 353.0, + 294.0, + 353.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 348.0, + 1404.0, + 348.0, + 1404.0, + 383.0, + 294.0, + 383.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 379.0, + 1404.0, + 379.0, + 1404.0, + 414.0, + 296.0, + 414.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 408.0, + 642.0, + 408.0, + 642.0, + 446.0, + 293.0, + 446.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 709.0, + 408.0, + 1402.0, + 408.0, + 1402.0, + 446.0, + 709.0, + 446.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 438.0, + 1402.0, + 438.0, + 1402.0, + 473.0, + 296.0, + 473.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 468.0, + 1405.0, + 468.0, + 1405.0, + 506.0, + 293.0, + 506.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 497.0, + 1408.0, + 497.0, + 1408.0, + 539.0, + 292.0, + 539.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 530.0, + 1404.0, + 530.0, + 1404.0, + 566.0, + 293.0, + 566.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 563.0, + 1404.0, + 563.0, + 1404.0, + 594.0, + 294.0, + 594.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 593.0, + 492.0, + 593.0, + 492.0, + 624.0, + 294.0, + 624.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 229.0, + 1142.0, + 229.0, + 1142.0, + 264.0, + 296.0, + 264.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 19, + "width": 1700, + "height": 2200 + } + } +] \ No newline at end of file diff --git a/parse/train/H12GRgcxg/H12GRgcxg.md b/parse/train/H12GRgcxg/H12GRgcxg.md new file mode 100644 index 0000000000000000000000000000000000000000..b8cd114da82cf2a8005b8c4979b9c007a7f762b7 --- /dev/null +++ b/parse/train/H12GRgcxg/H12GRgcxg.md @@ -0,0 +1,215 @@ +# TRAINING DEEP NEURAL-NETWORKS USING A NOISE ADAPTATION LAYER + +Jacob Goldberger & Ehud Ben-Reuven + +Engineering Faculty, Bar-Ilan University, +Ramat-Gan 52900, Israel +jacob.goldberger@biu.ac.il,udi.benreuven@gmail.com + +# ABSTRACT + +The availability of large datsets has enabled neural networks to achieve impressive recognition results. However, the presence of inaccurate class labels is known to deteriorate the performance of even the best classifiers in a broad range of classification problems. Noisy labels also tend to be more harmful than noisy attributes. When the observed label is noisy, we can view the correct label as a latent random variable and model the noise processes by a communication channel with unknown parameters. Thus we can apply the EM algorithm to find the parameters of both the network and the noise and estimate the correct label. In this study we present a neural-network approach that optimizes the same likelihood function as optimized by the EM algorithm. The noise is explicitly modeled by an additional softmax layer that connects the correct labels to the noisy ones. This scheme is then extended to the case where the noisy labels are dependent on the features in addition to the correct labels. Experimental results demonstrate that this approach outperforms previous methods. + +# 1 INTRODUCTION + +The presence of class label noise inherent to training samples has been reported to deteriorate the performance of even the best classifiers in a broad range of classification problems (Nettleton et al. (2010), Pechenizkiy et al. (2006), Zhu & Wu (2004)). Noisy labels also tend to be more harmful than noisy attributes (Zhu & Wu (2004)). Noisy data are usually related to the data collection process. Typically, the labels used to train a classifier are assumed to be unambiguous and accurate. However, this assumption often does not hold since labels that are provided by human judgments are subjective. Many of the largest image datasets have been extracted from social networks. These images are labeled by non-expert users and building a consistent model based on a precisely labeled training set is very tedious. Mislabeling examples have been reported even in critical applications such as biomedical datasets where the available data are restricted (Alon et al. (1999)). A very common approach to noisy datasets is to remove the suspect samples in a preprocessing stage or have them relabeled by a data expert (Brodley & Friedl (1999)). However, these methods are not scalable and may run the risk of removing crucial examples that can impact small datasets considerably. + +Variants that are noise robust have been proposed for the most common classifiers such as logisticregression and SVM (Frenay & Verleysen (2014), Jakramate & Kab ´ an (2012), Beigman & Klebanov ´ (2009)). However, classifiers based on label-noise robust algorithms are still affected by label noise. From a theoretical point of view, Bartlett et al. (2006) showed that most loss functions are not completely robust to label noise. Natarajan et al. (2013) proposed a generic unbiased estimator for binary classification with noisy labels. They developed a surrogate cost function that can be expressed by a weighted sum of the original cost functions, and provided asymptotic bounds for performance. Grandvalet & Bengio (2005) addressed the problem of missing labels that can be viewed as an extreme case of noisy label data. They suggested a semi-supervised algorithm that encourages the classifier to predict the non-labeled data with high confidence by adding a regularization term to the cost function. The problem of classification with label noise is an active research area. Comprehensive up-to-date reviews of both the theoretical and applied aspects of classification with label noise can be found in Frenay & Kaban (2014) and Fr ´ enay & Verleysen (2014). ´ + +In spite of the huge success of deep learning there are not many studies that have explicitly attempted to address the problem of Neural Net (NN) training using data with unreliable labels. Larsen et al. (1998) introduced a single noise parameter that can be calculated by adding a new regularization term and cross validation. Minh & Hinton (2012) proposed a more realistic noise model that depends on the true label. However, they only considered the binary classification case. Sukhbaatar & Fergus (2014) recently proposed adding a constrained linear layer at the top of the softmax layer, and showed that only under some strong assumptions can the linear layer be interpreted as the transition matrix between the true and noisy (observed) labels and the softmax output layer as the true probabilities of the labels. Reed et al. (2014) suggested handling the unreliability of the training data labels by maximizing the likelihood function with an additional classification entropy regularization term. + +The correct unknown label can be viewed as a hidden random variable. Hence, it is natural to apply the EM algorithm where in the E-step we estimate the true label and in the M-step we retrain the network. Several variations of this paradigm have been proposed (e.g. Minh & Hinton (2012), Bekker & Goldberger (2016)). However, iterating between EM-steps and neural network training does not scale well. In this study we use latent variable probabilistic modeling but we optimize the likelihood score function within the framework of neural networks. Current noisy label approaches assume either implicitly or explicitly that, given the correct label, the noisy label is independent of the feature vector. This assumption is probably needed to simplify the modeling and derive applicable learning algorithms. However, in many cases this assumption is not realistic since a wrong annotation is more likely to occur in cases where the features are misleading. By contrast, our framework makes it easy to extend the proposed learning algorithm to the case where the noise is dependent on both the correct label and the input features. In the next section we describe a model formulation and review the EM based approach. In Section 3 we described our method which is based on adding another softmax layer to the network and in Section 4 we present our results. + +# 2 A PROBABILISTIC FRAMEWORK FOR NOISY LABELS + +Assume we want to train a multi-class neural-network soft-classifier $p ( y = i | x ; w )$ where $x$ is the feature vector, $w$ is the network parameter-set and $i$ is a member of the class-set $\{ 1 , . . . , k \}$ . We further assume that in the training process we cannot directly observe the correct label $y$ . Instead, we only have access to a noisy version of it denoted by $z$ . Here we follow the probabilistic modeling and the EM learning approach described in Bekker $\&$ Goldberger (2016). In this approach noise generation is assumed to be independent of the features and is modeled by a parameter $\theta ( i , j ) =$ ${ \bar { p } } ( z = j | y = i )$ . The noise distribution is unknown and we want to learn it as part of the training phase. The probability of observing a noisy label $z$ given the feature vector $x$ is: + +$$ +p ( z = j | x ; w , \theta ) = \sum _ { i = 1 } ^ { k } p ( z = j | y = i ; \theta ) p ( y = i | x ; w ) +$$ + +where $k$ is the number of classes. The model is illustrated in the following diagram: + +![](images/1e4a22f34a78167a2db61ba5826f72663e93013dabefc529b4d83b852b8bf7ca.jpg) + +In the training phase we are given $n$ feature vectors $x _ { 1 } , . . . , x _ { n }$ with the corresponding noisy labels $z _ { 1 } , . . . , z _ { n }$ which are viewed as noisy versions of the correct hidden labels $y _ { 1 } , . . . , y _ { n }$ . The loglikelihood of the model parameters is: + +$$ +L ( w , \theta ) = \sum _ { t = 1 } ^ { n } \log ( \sum _ { i = 1 } ^ { k } p ( z _ { t } | y _ { t } = i ; \theta ) p ( y _ { t } = i | x _ { t } ; w ) ) +$$ + +Based on the training data, the goal is to find both the noise distribution $\theta$ and the Neural Network parameters $w$ that maximize the likelihood function. Since the random variables $y _ { 1 } , . . . , y _ { n }$ are hidden, we can apply the EM algorithm to find the maximum-likelihood parameter set. In the E-step of + +each EM iteration we estimate the hidden true data labels based on the noisy labels and the current parameters: + +$$ +c _ { t i } = p ( y _ { t } = i | x _ { t } , z _ { t } ; w _ { 0 } , \theta _ { 0 } ) , \qquad i = 1 , . . . , k , \qquad t = 1 , . . . , n +$$ + +where $w _ { 0 }$ and $\theta _ { 0 }$ are the current parameter estimations. In the M-step we update both the NN and the noisy channel parameters. The updated noise distribution has a closed-form solution. + +$$ +\theta ( i , j ) = \frac { \sum _ { t } c _ { t i } 1 _ { \{ z _ { t } = j \} } } { \sum _ { t } c _ { t i } } , \qquad i , j \in \{ 1 , . . . , k \} +$$ + +The $k \times k$ matrix $\theta$ can be viewed as a confusion matrix between the soft estimates of the true label $\{ c _ { t i } | i = 1 , . . . , k \}$ and the observed noisy labels $z _ { t }$ . As part of the EM M-step, to find the updated NN parameter $w$ we need to maximize the following function: + +$$ +S ( w ) = \sum _ { t = 1 } ^ { n } \sum _ { i = 1 } ^ { k } c _ { t i } \log p ( y _ { t } = i | x _ { t } ; w ) +$$ + +which is a soft-version of the likelihood function of the fully observed case, based on the current estimate of the true labels. The back-propagation derivatives of the function (5) that we maximize in the M-step are: + +$$ +{ \frac { \partial S } { \partial u _ { i } } } = \sum _ { t = 1 } ^ { n } ( p ( y _ { t } = i | x _ { t } , z _ { t } ; w _ { 0 } , \theta _ { 0 } ) - p ( y _ { t } = i | x _ { t } ; w ) ) h ( x _ { t } ) +$$ + +such that $h$ is the final hidden layer and $u _ { 1 } , . . . , u _ { k }$ are the parameters of the soft-max output layer. + +The method reviewed here is closely related to the work of Minh & Hinton (2012). They addressed the problem of mislabeled data points in a particular type of dataset (aerial images). The main difference is that in their approach they assumed that they do not learn the noise parameter. Instead they assume that the noise model can be separately tuned using a validation set or set by hand. Note that even if the true noise parameters are given, we still need the apply the EM iterative procedure. However, this assumption makes the interaction between the E-step and the NN learning much easier since each time a data-point $x _ { t }$ is visited we can compute the $\mathsf { \tilde { p } } ( y _ { t } = i | x _ { t } , z _ { t } )$ based on the current network parameters and the pre-defined noise parameters. Motivated by the need for model compression, Hinton et al. (2014) introduced an approach to learn a “distilled” model by training a more compact neural network to reproduce the output of a larger network. Using the notation defined above, in the second training stage they actually optimized the cost function: $S ( w ) =$ $\begin{array} { r } { \sum _ { t = 1 } ^ { n } \sum _ { i = 1 } ^ { k } p ( y _ { t } = i | x _ { t } ; w _ { 0 } , \theta _ { 0 } ) \log p ( y _ { t } = i ; x _ { t } ; w ) } \end{array}$ such that $w _ { 0 }$ is the parameter of the larger network that was trained using the labels $z _ { 1 } , . . . , z _ { n }$ , $w$ is the parameter of the smaller network and $\theta _ { 0 } ( i , j )$ in this case is a non-informative distribution (i.e. $\theta _ { 0 } ( \bar { i , } j ) = 1 / k$ ). + +There are several drawbacks to the EM-based approach described above. The EM algorithm is a greedy optimization procedure that is notoriously known to get stuck in local optima. Another potential issue with combining neural networks and EM direction is scalability. The framework requires training a neural network in each iteration of the EM algorithm. For real-world, large-scale networks, even a single training iteration is a non-trivial challenge. Moreover, in many domains (e.g. object recognition in images) the number of labels is very large, so many EM iterations are likely to be needed for convergence. Another drawback of the probabilistic models is that they are based on the simplistic assumption that the noise error is only based on the true labels but not on the input features. In this study we propose a method for training neural networks with noisy labels that successfully addresses all these problems. + +# 3 TRAINING DEEP NEURAL NETWORKS USING A NOISE ADAPTATION LAYER + +In the previous section we utilized the EM algorithm to optimize the noisy-label likelihood function (2). In this section we describe an algorithm that optimizes the same function within the framework of neural networks. Assume the neural network classifier we are using is based on non-linear intermediate layers followed by a soft-max output layer used for soft classification. Denote the non-linear function applied on an input $x$ by $h = h ( x )$ and denote the soft-max layer that predicts the true $y$ label by: + +$$ +p ( y = i | x ; w ) = \frac { \exp ( u _ { i } ^ { \top } h + b _ { i } ) } { \sum _ { l = 1 } ^ { k } \exp ( u _ { l } ^ { \top } h + b _ { l } ) } , \qquad i = 1 , . . . , k +$$ + +where $w$ is the network parameter-set (including the softmax layer). We next add another softmax output layer to predict the noisy label $z$ based on both the true label and the input features: + +$$ +p ( z = j | y = i , x ) = \frac { \exp ( u _ { i j } ^ { \top } h + b _ { i j } ) } { \sum _ { l } \exp ( u _ { i l } ^ { \top } h + b _ { i l } ) } +$$ + +$$ +p ( z = j | x ) = \sum _ { i } p ( z = j | y = i , x ) p ( y = i | x ) +$$ + +We can also define a simplified version where the noisy label only depends on the true label; i.e. we assume that labels flips are independent of $x$ : + +$$ +p ( z = j | y = i ) = \frac { \exp ( b _ { i j } ) } { \sum _ { l } \exp ( b _ { i l } ) } +$$ + +$$ +p ( z = j | x ) = \sum _ { i } p ( z = j | y = i ) p ( y = i | x ) +$$ + +We denote the two noise modeling variants as the complex model (c-model) (8) and the simple model (s-model) (10). Hereafter we use the notation $w _ { \mathrm { n o i s e } }$ for all the parameters of the second softmax layer which can be viewed as a noise adaptation layer. + +In the training phase we are given $n$ feature vectors $x _ { 1 } , . . . , x _ { n }$ with corresponding noisy labels $z _ { 1 } , . . . , z _ { n }$ which are viewed as noisy versions of the correct hidden labels $y _ { 1 } , . . . , y _ { n }$ . The loglikelihood of the model parameters is: + +$$ +S ( w , w _ { \mathrm { n o i s e } } ) = \sum _ { t } \log p ( z _ { t } | x _ { t } ) = \sum _ { t } \log ( \sum _ { i } p ( z _ { t } | y _ { t } = i , x _ { t } ; w _ { \mathrm { n o i s e } } ) p ( y _ { t } = i | x _ { t } ; w ) ) +$$ + +Since the noise is modeled by adding another layer to the network, the score $S ( w , w _ { \mathrm { n o i s e } } )$ can be optimized using standard techniques for neural network training. By setting + +$$ +p ( z = j | y = i ) = \theta ( i , j ) = \frac { \exp ( b _ { i j } ) } { \sum _ { l } \exp ( b _ { i l } ) } , +$$ + +it can easily verified that, by using either the EM algorithm (2) or the s-model neural network scheme (12), we are actually optimizing exactly the same function. Thus the neural network with the s-model noise adaptation layer provides an alternative optimization strategy to the EM algorithm. Instead of alternating between optimizing the noisy model and the network classifier, we consider them as components of the same network and optimize them simultaneously. + +![](images/534548a443496e5d2e355f491eab4b89bd6f51db466ab1ecb92ab98460c0558b.jpg) +Figure 1: An illustration of the noisy-label neural network architecture for the training phase (above) and test phase (below). + +Note that in the c-model, where the noise is also dependent on the input features, we can still apply the EM algorithm to learn the parameters of the additional noise layer. However, there is no closedform solution in the M-step for the optimal parameters and we need to apply neural-network training in the M-step to find the noise-layer parameters. + +At test time we want to predict the true labels. Hence, we remove the last softmax layer that aims to get rid of the noise in the training set. We compute the true-label softmax estimation $p ( y = i | x ; w )$ (7). The proposed architecture for training the neural network based on training data with noisy labels is illustrated in Figure 1. + +There are degrees of freedom in the two softmax layer model. Hence, a careful initialization of the parameters of the noise adaptation layer is crucial for successful convergence of the network into a good classifier of the correct labels at test time. We used the parameters of the original network to initialize the parameters of the s-model network that contains the noise adaptation level. We can initialize the softmax parameters of the s-model by assuming a small uniform noise: + +$$ +b _ { i j } = \log ( ( 1 - \epsilon ) 1 _ { \{ i = j \} } + \frac { \epsilon } { k - 1 } 1 _ { \{ i \neq j \} } ) +$$ + +such that $k$ is the number of different classes. A better procedure is to first train the original NN without the noise-adaptation layer, ignoring the fact that the labels are noisy. We can then treat the labels produced by the NN as the true labels and compute the confusion matrix on the train set and used it as an initial value for the bias parameters: + +$$ +b _ { i j } = \log ( \frac { \sum _ { t } 1 _ { \{ z _ { t } = j \} } p ( y _ { t } = i | x _ { t } ) } { \sum _ { t } p ( y _ { t } = i | x _ { t } ) } ) +$$ + +such that $x _ { 1 } , . . . , x _ { n }$ are the feature vectors of the training dataset and $z _ { 1 } , . . . , z _ { n }$ are the corresponding noisy labels. So far we have concentrated on parameter initialization for the s-model. The strategy that works best to initialize the c-model parameters is to use the parameters that were optimized for the s-model. In other words we set linear terms $u _ { i j }$ to zero and initialize the bias terms $b _ { i j }$ with the values that were optimized by the s-model. + +The computational complexity of the proposed method is quadratic in the size of the class-set. Suppose there are $k$ classes to predict, in this case the proposed methods require $k + 1$ sets of softmax operations with a size of $k$ each. Hence there are scalability problems when the class set is large. As we explained in the previous paragraph, we initialized the second soft-max layer using the confusion matrix of the baseline system. The confusion matrix is a good estimation of the label noise. Assume the rows of the matrix correspond to the true labels and the matrix columns correspond to the noisy labels. The $l$ largest elements in the $i$ -th row are the most frequent noisy class values when the true class value is $i$ . We can thus connect the $i \cdot$ -th element in the first softmax layer only to its $l$ most probable noisy class candidates. Note that if we connect the $i$ -th label in the first softmax only to the $i$ -th label in the second softmax layer, the second softmax layer collapses to identity and we obtain the standard baseline model. Taking the $l$ most likely connections to the second softmax layer, we allow an additional $l - 1$ possible noisy labels for each correct label. We thus obtain a data driven sparsifying of the second softmax layer which solves the scalability problem since the complexity becomes linear in the number of classes instead of quadratic. In the experiment section we show that by using this approach there is not much deference in performance. + +Our architecture, which is based on a concatenation of softmax layers, resembles the hierarchical softmax approach Morin & Bengio (2005) that replaces the flat softmax layer with a hierarchical layer that has the classes as leaves. This allowed them to decompose calculating the probability of the class into a sequence of probability calculations, which saves us from having to calculate the expensive normalization over all classes. The main difference between our approach and theirs (apart from the motivation) is that in our approach the true-label softmax layer is fully connected to the noisy-label layer. Sukhbaatar & Fergus (2014) suggested adding a linear layer to handle noisy labels. Their approach is similar to our s-model. In their approach, however, they proposed a different learning procedure. + +# 4 EXPERIMENTS + +In this section, we evaluate the robustness of deep learning to training data with noisy labels with and without explicit noise modeling. We first show results on the MNIST data-set with injected label noise in our experiments. The MNIST is a database of handwritten digits, which consists of $2 8 \times 2 8$ images. The dataset has 60k images for training and 10k images for testing. We used a two hidden layer NN comprised of 500 and 300 neurons. The non-linear activation we used was ReLU and we used dropout with parameter 0.5. We trained the network using the Adam optimizer (Kingma & Ba (2014)) with default parameters, which we found to converge more quickly and effectively than SGD. We used a mini-batch size of 256. These settings were kept fixed for all the experiments described below. In addition to a network that is based on fully connected layers, we also applied a network based on a CNN architecture. The results we obtained in the two architectures were similar. The network we implemented is publicly available 1. + +![](images/7a84ff68aaac2dd8f567a28a156deefbfa9c0e717531b18040c9756e967633ad.jpg) +Figure 2: Test classification accuracy results on the MNIST dataset as a function of the noise level. The results are shown for several training data sizes $( 2 0 \% , 5 0 \% , 1 0 0 \% )$ of the training subset. + +We generated noisy data from clean data by stochastically changing some of the labels. We converted each label with probability $p$ to a different label according to a predefined permutation. We used the same permutation as in Reed et al. (2014). The labels of the test data remained, of course, unperturbed to validate and compare our method to the regular approach. + +We compared the proposed noise robust models to other model training strategies. The first network was the baseline approach that ignores the fact that the labels of the training data are unreliable. Denote the observed noisy label by $z$ and the softmax decision by $q _ { 1 } , . . . , q _ { k }$ . The baseline loglikelihood score (for a single input) is: + +$$ +S = \sum _ { i } 1 _ { \{ z = i \} } \log ( q _ { i } ) +$$ + +![](images/b5ef1146fcca8e02886ef3221e5fc0ca403f768335bc3313b5ab404edfd7422b.jpg) +Figure 3: Test classification accuracy results on the CIFAR-100 dataset as a function of the noise level. The results are shown for several training data sizes $( 2 0 \% , 5 0 \% , 1 0 0 \% )$ of the training subset for a CNN network architecture). + +We also implemented two variants of the noise robust approach proposed by Reed et al. (2014). They suggested a soft version + +$$ +\beta S - ( 1 - \beta ) H ( q ) = \beta \sum _ { i } 1 _ { \{ z = i \} } \log ( q _ { i } ) + ( 1 - \beta ) \sum _ { i } q _ { i } \log ( q _ { i } ) +$$ + +and a hard version: + +$$ +\beta S + ( 1 - \beta ) \operatorname* { m a x } _ { i } \log ( q _ { i } ) +$$ + +In their experiments they took $\beta = 0 . 8$ for the hard version and $\beta = 0 . 9 5$ for the soft version, and observed that the hard version provided better results. Finally we implemented the two variants of our approach; namely, the noise modeling based only on the labels (s-model) and the noise modeling that was also based on the features (c-model). + +Figure 2 depicts the comparative test errors results as a function of the fractions of noise. The results are shown for three different sizes of training data i.e. $( 2 0 \% , 5 0 \% , 1 0 0 \% )$ of the MNIST training subset. Bootstrapping was used to compute confidence intervals around the mean. For 1000 times, $N = 1 0$ samples were randomly drawn with repeats from the $N$ available samples and mean was computed. The confidence interval was taken to be the $2 . 5 \%$ and $9 7 . 5 \%$ percentiles of this process. + +The results show that all the methods that are explicitly aware of the noise in the labels are better than the baseline which is the standard training approach. We revalidated the results reported in Reed et al. (2014) and showed that the hard version of their method performs better than the soft version. In all cases our models performed better than the alternatives. In most cases the c-model was better than the s-model. In the case where the entire dataset was used for training, we can see from the results that there was a phase transition phenomenon. We obtained almost perfect classification results until the noise level was high and there was a sudden strong performance drop. Analyzing why this effect occurred is left for future research. + +We next show the results on the CIFAR-100 image dataset Krizhevsky & Hinton (2009) which consists of $3 2 \times 3 2$ color images arranged in 100 classes containing 600 images each. There are 500 training images and 100 testing images per class. We used raw images directly without any preprocessing or augmentation. We generated noisy data from clean data by stochastically changing some of the labels. We converted each one of the 100 labels with probability $p$ to a different label according to a predefined permutation. The labels of the test data remained, of course, unperturbed to validate and compare our method to the regular approach. We used a CNN network with two convolutional layers combined with ReLU activation and max-pooling, followed by two fully connected layers. Figure 3 depicts the comparative test errors results as a function of the fractions of noise for three different sizes of training data i.e. $( 2 0 \% , 5 0 \% , 1 0 0 \% )$ of the CIFAR-100 training subset. Bootstrapping was used to compute confidence intervals around the mean in the same way as for the MNIST experiment. The results showed that the proposed method works better than the alternatives. The simple model consistently provided the best results but when the noise level was very high the complex method tended to perform better. + +![](images/fdd9756231c266188a1e5ac475687a123453148e5548612140b54244bb24f5ad.jpg) +Figure 4: Test classification accuracy results on the CIFAR-100 dataset as a function of the noise level. The results of regular and sparse second softmax layers are shown for several training data sizes $( 2 0 \% , 5 0 \% , 1 0 0 \% )$ of the training subset . + +We next report experimental results for the sparse variant of our method that remains efficient even when the class set is large. We demonstrate this on the case of the CIFAR-100 dataset which consists of 100 possible classes. For each class we only took the five most probable classes in the confusion matrix which is used to initialize the model parameter (see Section 3). As can be seen in Figure 4, sparsifying the second softmax layer did not not result in a drop in performance + +# 5 CONCLUSION + +In this paper we investigated the problem of training neural networks that are robust to label noise. We proposed an algorithm for training neural networks based solely on noisy data where the noise distribution is unknown. We showed that we can reliably learn the noise distribution from the noisy data without using any clean data which, in many cases, are not available. The algorithm can be easily combined with any existing deep learning implementation by simply adding another softmax output layer. Our results encourage collecting more data at a cheaper price, since mistaken data labels can be less harmful to performance. One possible future research direction would be to generalize our learning scheme to cases where both the features and the labels are noisy. We showed results on datasets with small and medium sized class-sets. Future research direction would be to evaluate the performance and efficiency of the proposed method on tasks with large class-sets. + +# ACKNOWLEDGMENTS + +This work is supported by the Intel Collaborative Research Institute for Computational Intelligence (ICRI-CI). + +# REFERENCES + +U. Alon, N. Barkai, D. Notterman, K. Gish, S.and D. Mack, and A. Levine. Broad patterns of gene expression revealed by clustering analysis of tumor and normal colon tissues probed by oligonucleotide arrays. Proceedings of the National Academy of Sciences, 96(12):6745–6750, 1999. +P. L. Bartlett, M. I. Jordan, and J. D. McAuliffe. Convexity, classification, and risk bounds. Journal of the American Statistical Association, pp. 138–156, 2006. +E. Beigman and B. B. Klebanov. Learning with annotation noise. In ACL-IJCNLP, 2009. +A. Bekker and J. Goldberger. Training deep neural-networks based on unreliable labels. In IEEE Int.l Conference on Acoustics, Speech and Signal Processing (ICASSP), pp. 2682–2686, 2016. +C. Brodley and M. Friedl. Identifying mislabeled training data. J. Artif. Intell. Res.(JAIR), 11: 131–167, 1999. +B. Frenay and A. Kaban. A comprehensive introduction to label noise. In ´ European Symposium on Artificial Neural Networks, Computational Intelligence and Machine Learning (ESANN), 2014. +B. Frenay and M. Verleysen. Classification in the presence of label noise: a survey. ´ IEEE Trans. on Neural Networks and Learning Systems, 25(5):845–869, 2014. +Y. Grandvalet and Y. Bengio. Semi-supervised learning by entropy minimization. In Advances in Neural Information Processing Systems (NIPS), 2005. +G.E. Hinton, O. Vinyals, and J. Dean. Distilling the knowledge in a neural network. In NIPS Deep Learning and Representation Learning Workshop, 2014. +B. Jakramate and A. Kaban. Label-noise robust logistic regression and its applications. In ´ Machine Learning and Knowledge Discovery in Databases, pp. 143–158. 2012. +D. Kingma and J. Ba. Adam: A method for stochastic optimization. arXiv preprint arXiv:1412.6980, 2014. +A. Krizhevsky and G. Hinton. Learning multiple layers of features from tiny images. Technical report, Computer Science Department, University of Toronto, 2009. +J. Larsen, L. Nonboe, M. Hintz-Madsen, and K. L. Hansen. Design of robust neural network classifiers. In Int. Conf. on Acoustics, Speech and Signal Processing, pp. 1205–1208, 1998. +V. Minh and G. Hinton. Learning to label aerial images from noisy data. In Int. Conf. on Machine Learning (ICML), 2012. +F. Morin and Y. Bengio. Hierarchical probabilistic neural network language model. In Aistats, volume 5, pp. 246–252, 2005. +N. Natarajan, I. Dhillon, P. Ravikumar, and A. Tewari. Learning with noisy labels. In Advances in Neural Information Processing Systems (NIPS), 2013. +D. Nettleton, A. Orriols-Puig, and A. Fornells. A study of the effect of different types of noise on the precision of supervised learning techniques. Artificial intelligence review, 2010. +M. Pechenizkiy, A. Tsymbal, S. Puuronen, and O. Pechenizkiy. Class noise and supervised learning in medical domains: The effect of feature extraction. In Computer-Based Medical Systems (CBMS), 2006. +S. Reed, H. Lee, D. Anguelov, C. Szegedy, D. Erhan, and A. Rabinovich. Training deep neural networks on noisy labels with bootstrapping. In arXiv preprint arXiv:1412.6596, 2014. +S. Sukhbaatar and R. Fergus. Learning from noisy labels with deep neural networks. In arXiv preprint arXiv:1406.2080, 2014. +X. Zhu and X. Wu. Class noise vs. attribute noise: A quantitative study. Artificial Intelligence Review, 22(3):177–210, 2004. \ No newline at end of file diff --git a/parse/train/H12GRgcxg/H12GRgcxg_content_list.json b/parse/train/H12GRgcxg/H12GRgcxg_content_list.json new file mode 100644 index 0000000000000000000000000000000000000000..76d0bade0de02e7a920ab2729a39a99fca77687f --- /dev/null +++ b/parse/train/H12GRgcxg/H12GRgcxg_content_list.json @@ -0,0 +1,956 @@ +[ + { + "type": "text", + "text": "TRAINING DEEP NEURAL-NETWORKS USING A NOISE ADAPTATION LAYER ", + "text_level": 1, + "bbox": [ + 176, + 101, + 821, + 145 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Jacob Goldberger & Ehud Ben-Reuven ", + "bbox": [ + 186, + 170, + 459, + 184 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Engineering Faculty, Bar-Ilan University, \nRamat-Gan 52900, Israel \njacob.goldberger@biu.ac.il,udi.benreuven@gmail.com ", + "bbox": [ + 183, + 185, + 674, + 226 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "ABSTRACT ", + "text_level": 1, + "bbox": [ + 454, + 262, + 544, + 277 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "The availability of large datsets has enabled neural networks to achieve impressive recognition results. However, the presence of inaccurate class labels is known to deteriorate the performance of even the best classifiers in a broad range of classification problems. Noisy labels also tend to be more harmful than noisy attributes. When the observed label is noisy, we can view the correct label as a latent random variable and model the noise processes by a communication channel with unknown parameters. Thus we can apply the EM algorithm to find the parameters of both the network and the noise and estimate the correct label. In this study we present a neural-network approach that optimizes the same likelihood function as optimized by the EM algorithm. The noise is explicitly modeled by an additional softmax layer that connects the correct labels to the noisy ones. This scheme is then extended to the case where the noisy labels are dependent on the features in addition to the correct labels. Experimental results demonstrate that this approach outperforms previous methods. ", + "bbox": [ + 233, + 296, + 764, + 489 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "1 INTRODUCTION ", + "text_level": 1, + "bbox": [ + 176, + 522, + 336, + 537 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "The presence of class label noise inherent to training samples has been reported to deteriorate the performance of even the best classifiers in a broad range of classification problems (Nettleton et al. (2010), Pechenizkiy et al. (2006), Zhu & Wu (2004)). Noisy labels also tend to be more harmful than noisy attributes (Zhu & Wu (2004)). Noisy data are usually related to the data collection process. Typically, the labels used to train a classifier are assumed to be unambiguous and accurate. However, this assumption often does not hold since labels that are provided by human judgments are subjective. Many of the largest image datasets have been extracted from social networks. These images are labeled by non-expert users and building a consistent model based on a precisely labeled training set is very tedious. Mislabeling examples have been reported even in critical applications such as biomedical datasets where the available data are restricted (Alon et al. (1999)). A very common approach to noisy datasets is to remove the suspect samples in a preprocessing stage or have them relabeled by a data expert (Brodley & Friedl (1999)). However, these methods are not scalable and may run the risk of removing crucial examples that can impact small datasets considerably. ", + "bbox": [ + 174, + 556, + 825, + 736 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Variants that are noise robust have been proposed for the most common classifiers such as logisticregression and SVM (Frenay & Verleysen (2014), Jakramate & Kab ´ an (2012), Beigman & Klebanov ´ (2009)). However, classifiers based on label-noise robust algorithms are still affected by label noise. From a theoretical point of view, Bartlett et al. (2006) showed that most loss functions are not completely robust to label noise. Natarajan et al. (2013) proposed a generic unbiased estimator for binary classification with noisy labels. They developed a surrogate cost function that can be expressed by a weighted sum of the original cost functions, and provided asymptotic bounds for performance. Grandvalet & Bengio (2005) addressed the problem of missing labels that can be viewed as an extreme case of noisy label data. They suggested a semi-supervised algorithm that encourages the classifier to predict the non-labeled data with high confidence by adding a regularization term to the cost function. The problem of classification with label noise is an active research area. Comprehensive up-to-date reviews of both the theoretical and applied aspects of classification with label noise can be found in Frenay & Kaban (2014) and Fr ´ enay & Verleysen (2014). ´ ", + "bbox": [ + 173, + 743, + 825, + 922 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "In spite of the huge success of deep learning there are not many studies that have explicitly attempted to address the problem of Neural Net (NN) training using data with unreliable labels. Larsen et al. (1998) introduced a single noise parameter that can be calculated by adding a new regularization term and cross validation. Minh & Hinton (2012) proposed a more realistic noise model that depends on the true label. However, they only considered the binary classification case. Sukhbaatar & Fergus (2014) recently proposed adding a constrained linear layer at the top of the softmax layer, and showed that only under some strong assumptions can the linear layer be interpreted as the transition matrix between the true and noisy (observed) labels and the softmax output layer as the true probabilities of the labels. Reed et al. (2014) suggested handling the unreliability of the training data labels by maximizing the likelihood function with an additional classification entropy regularization term. ", + "bbox": [ + 174, + 103, + 825, + 256 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "The correct unknown label can be viewed as a hidden random variable. Hence, it is natural to apply the EM algorithm where in the E-step we estimate the true label and in the M-step we retrain the network. Several variations of this paradigm have been proposed (e.g. Minh & Hinton (2012), Bekker & Goldberger (2016)). However, iterating between EM-steps and neural network training does not scale well. In this study we use latent variable probabilistic modeling but we optimize the likelihood score function within the framework of neural networks. Current noisy label approaches assume either implicitly or explicitly that, given the correct label, the noisy label is independent of the feature vector. This assumption is probably needed to simplify the modeling and derive applicable learning algorithms. However, in many cases this assumption is not realistic since a wrong annotation is more likely to occur in cases where the features are misleading. By contrast, our framework makes it easy to extend the proposed learning algorithm to the case where the noise is dependent on both the correct label and the input features. In the next section we describe a model formulation and review the EM based approach. In Section 3 we described our method which is based on adding another softmax layer to the network and in Section 4 we present our results. ", + "bbox": [ + 174, + 263, + 825, + 457 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "2 A PROBABILISTIC FRAMEWORK FOR NOISY LABELS ", + "text_level": 1, + "bbox": [ + 174, + 478, + 642, + 494 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Assume we want to train a multi-class neural-network soft-classifier $p ( y = i | x ; w )$ where $x$ is the feature vector, $w$ is the network parameter-set and $i$ is a member of the class-set $\\{ 1 , . . . , k \\}$ . We further assume that in the training process we cannot directly observe the correct label $y$ . Instead, we only have access to a noisy version of it denoted by $z$ . Here we follow the probabilistic modeling and the EM learning approach described in Bekker $\\&$ Goldberger (2016). In this approach noise generation is assumed to be independent of the features and is modeled by a parameter $\\theta ( i , j ) =$ ${ \\bar { p } } ( z = j | y = i )$ . The noise distribution is unknown and we want to learn it as part of the training phase. The probability of observing a noisy label $z$ given the feature vector $x$ is: ", + "bbox": [ + 173, + 508, + 825, + 621 + ], + "page_idx": 1 + }, + { + "type": "equation", + "img_path": "images/3174a65303a5d871a7931d756f6f28dd9e6b5cc5e50868add78dc96ed833376b.jpg", + "text": "$$\np ( z = j | x ; w , \\theta ) = \\sum _ { i = 1 } ^ { k } p ( z = j | y = i ; \\theta ) p ( y = i | x ; w )\n$$", + "text_format": "latex", + "bbox": [ + 316, + 626, + 681, + 670 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "where $k$ is the number of classes. The model is illustrated in the following diagram: ", + "bbox": [ + 173, + 674, + 722, + 689 + ], + "page_idx": 1 + }, + { + "type": "image", + "img_path": "images/1e4a22f34a78167a2db61ba5826f72663e93013dabefc529b4d83b852b8bf7ca.jpg", + "image_caption": [], + "image_footnote": [], + "bbox": [ + 315, + 704, + 681, + 767 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "In the training phase we are given $n$ feature vectors $x _ { 1 } , . . . , x _ { n }$ with the corresponding noisy labels $z _ { 1 } , . . . , z _ { n }$ which are viewed as noisy versions of the correct hidden labels $y _ { 1 } , . . . , y _ { n }$ . The loglikelihood of the model parameters is: ", + "bbox": [ + 176, + 785, + 825, + 828 + ], + "page_idx": 1 + }, + { + "type": "equation", + "img_path": "images/6d8c6a9c88a64516018613ff6752c442a835ba062d4ab3270f4e44d9f5237e40.jpg", + "text": "$$\nL ( w , \\theta ) = \\sum _ { t = 1 } ^ { n } \\log ( \\sum _ { i = 1 } ^ { k } p ( z _ { t } | y _ { t } = i ; \\theta ) p ( y _ { t } = i | x _ { t } ; w ) )\n$$", + "text_format": "latex", + "bbox": [ + 318, + 833, + 678, + 877 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Based on the training data, the goal is to find both the noise distribution $\\theta$ and the Neural Network parameters $w$ that maximize the likelihood function. Since the random variables $y _ { 1 } , . . . , y _ { n }$ are hidden, we can apply the EM algorithm to find the maximum-likelihood parameter set. In the E-step of ", + "bbox": [ + 174, + 881, + 825, + 924 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "each EM iteration we estimate the hidden true data labels based on the noisy labels and the current parameters: ", + "bbox": [ + 169, + 103, + 825, + 132 + ], + "page_idx": 2 + }, + { + "type": "equation", + "img_path": "images/85e0d18026d511e66ac0c48812e34466e1bac4fb56ae27cc54b50d9c17be02a1.jpg", + "text": "$$\nc _ { t i } = p ( y _ { t } = i | x _ { t } , z _ { t } ; w _ { 0 } , \\theta _ { 0 } ) , \\qquad i = 1 , . . . , k , \\qquad t = 1 , . . . , n\n$$", + "text_format": "latex", + "bbox": [ + 276, + 140, + 722, + 159 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "where $w _ { 0 }$ and $\\theta _ { 0 }$ are the current parameter estimations. In the M-step we update both the NN and the noisy channel parameters. The updated noise distribution has a closed-form solution. ", + "bbox": [ + 173, + 166, + 823, + 195 + ], + "page_idx": 2 + }, + { + "type": "equation", + "img_path": "images/e7fa0a5c27c006b68395bae63f622ab672b92901f89525bd4ab39b92bea11a7b.jpg", + "text": "$$\n\\theta ( i , j ) = \\frac { \\sum _ { t } c _ { t i } 1 _ { \\{ z _ { t } = j \\} } } { \\sum _ { t } c _ { t i } } , \\qquad i , j \\in \\{ 1 , . . . , k \\}\n$$", + "text_format": "latex", + "bbox": [ + 339, + 202, + 658, + 239 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "The $k \\times k$ matrix $\\theta$ can be viewed as a confusion matrix between the soft estimates of the true label $\\{ c _ { t i } | i = 1 , . . . , k \\}$ and the observed noisy labels $z _ { t }$ . As part of the EM M-step, to find the updated NN parameter $w$ we need to maximize the following function: ", + "bbox": [ + 174, + 246, + 825, + 289 + ], + "page_idx": 2 + }, + { + "type": "equation", + "img_path": "images/a5b04b4e362ecab82ea45a3d14f14ddc66389e23f6591a0c9167c806ade9ce1a.jpg", + "text": "$$\nS ( w ) = \\sum _ { t = 1 } ^ { n } \\sum _ { i = 1 } ^ { k } c _ { t i } \\log p ( y _ { t } = i | x _ { t } ; w )\n$$", + "text_format": "latex", + "bbox": [ + 369, + 296, + 629, + 342 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "which is a soft-version of the likelihood function of the fully observed case, based on the current estimate of the true labels. The back-propagation derivatives of the function (5) that we maximize in the M-step are: ", + "bbox": [ + 174, + 348, + 825, + 390 + ], + "page_idx": 2 + }, + { + "type": "equation", + "img_path": "images/8f190355dd78cf55144a07023310d82965393b90e9cf4a3fe3f436ec6fd7c928.jpg", + "text": "$$\n{ \\frac { \\partial S } { \\partial u _ { i } } } = \\sum _ { t = 1 } ^ { n } ( p ( y _ { t } = i | x _ { t } , z _ { t } ; w _ { 0 } , \\theta _ { 0 } ) - p ( y _ { t } = i | x _ { t } ; w ) ) h ( x _ { t } )\n$$", + "text_format": "latex", + "bbox": [ + 299, + 398, + 699, + 440 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "such that $h$ is the final hidden layer and $u _ { 1 } , . . . , u _ { k }$ are the parameters of the soft-max output layer. ", + "bbox": [ + 171, + 448, + 808, + 463 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "The method reviewed here is closely related to the work of Minh & Hinton (2012). They addressed the problem of mislabeled data points in a particular type of dataset (aerial images). The main difference is that in their approach they assumed that they do not learn the noise parameter. Instead they assume that the noise model can be separately tuned using a validation set or set by hand. Note that even if the true noise parameters are given, we still need the apply the EM iterative procedure. However, this assumption makes the interaction between the E-step and the NN learning much easier since each time a data-point $x _ { t }$ is visited we can compute the $\\mathsf { \\tilde { p } } ( y _ { t } = i | x _ { t } , z _ { t } )$ based on the current network parameters and the pre-defined noise parameters. Motivated by the need for model compression, Hinton et al. (2014) introduced an approach to learn a “distilled” model by training a more compact neural network to reproduce the output of a larger network. Using the notation defined above, in the second training stage they actually optimized the cost function: $S ( w ) =$ $\\begin{array} { r } { \\sum _ { t = 1 } ^ { n } \\sum _ { i = 1 } ^ { k } p ( y _ { t } = i | x _ { t } ; w _ { 0 } , \\theta _ { 0 } ) \\log p ( y _ { t } = i ; x _ { t } ; w ) } \\end{array}$ such that $w _ { 0 }$ is the parameter of the larger network that was trained using the labels $z _ { 1 } , . . . , z _ { n }$ , $w$ is the parameter of the smaller network and $\\theta _ { 0 } ( i , j )$ in this case is a non-informative distribution (i.e. $\\theta _ { 0 } ( \\bar { i , } j ) = 1 / k$ ). ", + "bbox": [ + 173, + 468, + 825, + 667 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "There are several drawbacks to the EM-based approach described above. The EM algorithm is a greedy optimization procedure that is notoriously known to get stuck in local optima. Another potential issue with combining neural networks and EM direction is scalability. The framework requires training a neural network in each iteration of the EM algorithm. For real-world, large-scale networks, even a single training iteration is a non-trivial challenge. Moreover, in many domains (e.g. object recognition in images) the number of labels is very large, so many EM iterations are likely to be needed for convergence. Another drawback of the probabilistic models is that they are based on the simplistic assumption that the noise error is only based on the true labels but not on the input features. In this study we propose a method for training neural networks with noisy labels that successfully addresses all these problems. ", + "bbox": [ + 173, + 672, + 825, + 813 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "3 TRAINING DEEP NEURAL NETWORKS USING A NOISE ADAPTATION LAYER", + "text_level": 1, + "bbox": [ + 173, + 835, + 813, + 852 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "In the previous section we utilized the EM algorithm to optimize the noisy-label likelihood function (2). In this section we describe an algorithm that optimizes the same function within the framework of neural networks. Assume the neural network classifier we are using is based on non-linear intermediate layers followed by a soft-max output layer used for soft classification. Denote the non-linear function applied on an input $x$ by $h = h ( x )$ and denote the soft-max layer that predicts the true $y$ label by: ", + "bbox": [ + 174, + 867, + 823, + 924 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "", + "bbox": [ + 171, + 103, + 825, + 132 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/f7219efdcc7a41615130b394aa6eb7c7b2b42ccd6f8c501f956087ae383bf699.jpg", + "text": "$$\np ( y = i | x ; w ) = \\frac { \\exp ( u _ { i } ^ { \\top } h + b _ { i } ) } { \\sum _ { l = 1 } ^ { k } \\exp ( u _ { l } ^ { \\top } h + b _ { l } ) } , \\qquad i = 1 , . . . , k\n$$", + "text_format": "latex", + "bbox": [ + 305, + 131, + 692, + 170 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "where $w$ is the network parameter-set (including the softmax layer). We next add another softmax output layer to predict the noisy label $z$ based on both the true label and the input features: ", + "bbox": [ + 174, + 172, + 826, + 202 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/fd38814b5c987adf9118b577263432881017b645bb6a6e7fc0e6d7978028b8d9.jpg", + "text": "$$\np ( z = j | y = i , x ) = \\frac { \\exp ( u _ { i j } ^ { \\top } h + b _ { i j } ) } { \\sum _ { l } \\exp ( u _ { i l } ^ { \\top } h + b _ { i l } ) }\n$$", + "text_format": "latex", + "bbox": [ + 362, + 208, + 635, + 246 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/aa7c04daca4cffdf19192c1ec53160880becd54abfffbc6d12c42f46f597dc4d.jpg", + "text": "$$\np ( z = j | x ) = \\sum _ { i } p ( z = j | y = i , x ) p ( y = i | x )\n$$", + "text_format": "latex", + "bbox": [ + 343, + 255, + 655, + 289 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "We can also define a simplified version where the noisy label only depends on the true label; i.e. we assume that labels flips are independent of $x$ : ", + "bbox": [ + 174, + 291, + 823, + 320 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/72581d875d1890d009012b9270d50059a6a910252d846e0245094ef0552717cf.jpg", + "text": "$$\np ( z = j | y = i ) = \\frac { \\exp ( b _ { i j } ) } { \\sum _ { l } \\exp ( b _ { i l } ) }\n$$", + "text_format": "latex", + "bbox": [ + 395, + 328, + 602, + 364 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/ccf0e34ec96b90968c8d94e8eac370b9ae66ba675dfff25b1dc445bce075377a.jpg", + "text": "$$\np ( z = j | x ) = \\sum _ { i } p ( z = j | y = i ) p ( y = i | x )\n$$", + "text_format": "latex", + "bbox": [ + 351, + 372, + 647, + 406 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "We denote the two noise modeling variants as the complex model (c-model) (8) and the simple model (s-model) (10). Hereafter we use the notation $w _ { \\mathrm { n o i s e } }$ for all the parameters of the second softmax layer which can be viewed as a noise adaptation layer. ", + "bbox": [ + 173, + 410, + 825, + 453 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "In the training phase we are given $n$ feature vectors $x _ { 1 } , . . . , x _ { n }$ with corresponding noisy labels $z _ { 1 } , . . . , z _ { n }$ which are viewed as noisy versions of the correct hidden labels $y _ { 1 } , . . . , y _ { n }$ . The loglikelihood of the model parameters is: ", + "bbox": [ + 173, + 459, + 825, + 502 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/700010bdaf1934da14369c885a760fb9da22e70e5923bdced135df861d97d8a8.jpg", + "text": "$$\nS ( w , w _ { \\mathrm { n o i s e } } ) = \\sum _ { t } \\log p ( z _ { t } | x _ { t } ) = \\sum _ { t } \\log ( \\sum _ { i } p ( z _ { t } | y _ { t } = i , x _ { t } ; w _ { \\mathrm { n o i s e } } ) p ( y _ { t } = i | x _ { t } ; w ) )\n$$", + "text_format": "latex", + "bbox": [ + 205, + 508, + 764, + 544 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "Since the noise is modeled by adding another layer to the network, the score $S ( w , w _ { \\mathrm { n o i s e } } )$ can be optimized using standard techniques for neural network training. By setting ", + "bbox": [ + 173, + 551, + 823, + 580 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/c19c61efb3edefb0aba558ce3802198f0c4623b94bed4b354ee11b0b673e8a51.jpg", + "text": "$$\np ( z = j | y = i ) = \\theta ( i , j ) = \\frac { \\exp ( b _ { i j } ) } { \\sum _ { l } \\exp ( b _ { i l } ) } ,\n$$", + "text_format": "latex", + "bbox": [ + 361, + 587, + 635, + 622 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "it can easily verified that, by using either the EM algorithm (2) or the s-model neural network scheme (12), we are actually optimizing exactly the same function. Thus the neural network with the s-model noise adaptation layer provides an alternative optimization strategy to the EM algorithm. Instead of alternating between optimizing the noisy model and the network classifier, we consider them as components of the same network and optimize them simultaneously. ", + "bbox": [ + 173, + 628, + 825, + 700 + ], + "page_idx": 3 + }, + { + "type": "image", + "img_path": "images/534548a443496e5d2e355f491eab4b89bd6f51db466ab1ecb92ab98460c0558b.jpg", + "image_caption": [ + "Figure 1: An illustration of the noisy-label neural network architecture for the training phase (above) and test phase (below). " + ], + "image_footnote": [], + "bbox": [ + 222, + 724, + 728, + 881 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "Note that in the c-model, where the noise is also dependent on the input features, we can still apply the EM algorithm to learn the parameters of the additional noise layer. However, there is no closedform solution in the M-step for the optimal parameters and we need to apply neural-network training in the M-step to find the noise-layer parameters. ", + "bbox": [ + 174, + 103, + 823, + 160 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "At test time we want to predict the true labels. Hence, we remove the last softmax layer that aims to get rid of the noise in the training set. We compute the true-label softmax estimation $p ( y = i | x ; w )$ (7). The proposed architecture for training the neural network based on training data with noisy labels is illustrated in Figure 1. ", + "bbox": [ + 174, + 166, + 823, + 223 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "There are degrees of freedom in the two softmax layer model. Hence, a careful initialization of the parameters of the noise adaptation layer is crucial for successful convergence of the network into a good classifier of the correct labels at test time. We used the parameters of the original network to initialize the parameters of the s-model network that contains the noise adaptation level. We can initialize the softmax parameters of the s-model by assuming a small uniform noise: ", + "bbox": [ + 173, + 229, + 825, + 299 + ], + "page_idx": 4 + }, + { + "type": "equation", + "img_path": "images/5f9aa6c3756c5f2c827f8819e282e8cd40e2882f450cb5a7388818fcd3b24696.jpg", + "text": "$$\nb _ { i j } = \\log ( ( 1 - \\epsilon ) 1 _ { \\{ i = j \\} } + \\frac { \\epsilon } { k - 1 } 1 _ { \\{ i \\neq j \\} } )\n$$", + "text_format": "latex", + "bbox": [ + 366, + 301, + 632, + 329 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "such that $k$ is the number of different classes. A better procedure is to first train the original NN without the noise-adaptation layer, ignoring the fact that the labels are noisy. We can then treat the labels produced by the NN as the true labels and compute the confusion matrix on the train set and used it as an initial value for the bias parameters: ", + "bbox": [ + 174, + 332, + 825, + 387 + ], + "page_idx": 4 + }, + { + "type": "equation", + "img_path": "images/4154f273ba3b55e0bed7f4eadb58a96502419ba715cf4e5806ce39f6d7f93d15.jpg", + "text": "$$\nb _ { i j } = \\log ( \\frac { \\sum _ { t } 1 _ { \\{ z _ { t } = j \\} } p ( y _ { t } = i | x _ { t } ) } { \\sum _ { t } p ( y _ { t } = i | x _ { t } ) } )\n$$", + "text_format": "latex", + "bbox": [ + 379, + 390, + 619, + 426 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "such that $x _ { 1 } , . . . , x _ { n }$ are the feature vectors of the training dataset and $z _ { 1 } , . . . , z _ { n }$ are the corresponding noisy labels. So far we have concentrated on parameter initialization for the s-model. The strategy that works best to initialize the c-model parameters is to use the parameters that were optimized for the s-model. In other words we set linear terms $u _ { i j }$ to zero and initialize the bias terms $b _ { i j }$ with the values that were optimized by the s-model. ", + "bbox": [ + 174, + 428, + 825, + 497 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "The computational complexity of the proposed method is quadratic in the size of the class-set. Suppose there are $k$ classes to predict, in this case the proposed methods require $k + 1$ sets of softmax operations with a size of $k$ each. Hence there are scalability problems when the class set is large. As we explained in the previous paragraph, we initialized the second soft-max layer using the confusion matrix of the baseline system. The confusion matrix is a good estimation of the label noise. Assume the rows of the matrix correspond to the true labels and the matrix columns correspond to the noisy labels. The $l$ largest elements in the $i$ -th row are the most frequent noisy class values when the true class value is $i$ . We can thus connect the $i \\cdot$ -th element in the first softmax layer only to its $l$ most probable noisy class candidates. Note that if we connect the $i$ -th label in the first softmax only to the $i$ -th label in the second softmax layer, the second softmax layer collapses to identity and we obtain the standard baseline model. Taking the $l$ most likely connections to the second softmax layer, we allow an additional $l - 1$ possible noisy labels for each correct label. We thus obtain a data driven sparsifying of the second softmax layer which solves the scalability problem since the complexity becomes linear in the number of classes instead of quadratic. In the experiment section we show that by using this approach there is not much deference in performance. ", + "bbox": [ + 174, + 505, + 825, + 713 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Our architecture, which is based on a concatenation of softmax layers, resembles the hierarchical softmax approach Morin & Bengio (2005) that replaces the flat softmax layer with a hierarchical layer that has the classes as leaves. This allowed them to decompose calculating the probability of the class into a sequence of probability calculations, which saves us from having to calculate the expensive normalization over all classes. The main difference between our approach and theirs (apart from the motivation) is that in our approach the true-label softmax layer is fully connected to the noisy-label layer. Sukhbaatar & Fergus (2014) suggested adding a linear layer to handle noisy labels. Their approach is similar to our s-model. In their approach, however, they proposed a different learning procedure. ", + "bbox": [ + 174, + 719, + 825, + 844 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "4 EXPERIMENTS ", + "text_level": 1, + "bbox": [ + 176, + 864, + 326, + 881 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "In this section, we evaluate the robustness of deep learning to training data with noisy labels with and without explicit noise modeling. We first show results on the MNIST data-set with injected label noise in our experiments. The MNIST is a database of handwritten digits, which consists of $2 8 \\times 2 8$ images. The dataset has 60k images for training and 10k images for testing. We used a two hidden layer NN comprised of 500 and 300 neurons. The non-linear activation we used was ReLU and we used dropout with parameter 0.5. We trained the network using the Adam optimizer (Kingma & Ba (2014)) with default parameters, which we found to converge more quickly and effectively than SGD. We used a mini-batch size of 256. These settings were kept fixed for all the experiments described below. In addition to a network that is based on fully connected layers, we also applied a network based on a CNN architecture. The results we obtained in the two architectures were similar. The network we implemented is publicly available 1. ", + "bbox": [ + 173, + 895, + 823, + 924 + ], + "page_idx": 4 + }, + { + "type": "image", + "img_path": "images/7a84ff68aaac2dd8f567a28a156deefbfa9c0e717531b18040c9756e967633ad.jpg", + "image_caption": [ + "Figure 2: Test classification accuracy results on the MNIST dataset as a function of the noise level. The results are shown for several training data sizes $( 2 0 \\% , 5 0 \\% , 1 0 0 \\% )$ of the training subset. " + ], + "image_footnote": [], + "bbox": [ + 200, + 111, + 805, + 541 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "", + "bbox": [ + 174, + 611, + 825, + 738 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "We generated noisy data from clean data by stochastically changing some of the labels. We converted each label with probability $p$ to a different label according to a predefined permutation. We used the same permutation as in Reed et al. (2014). The labels of the test data remained, of course, unperturbed to validate and compare our method to the regular approach. ", + "bbox": [ + 174, + 744, + 825, + 800 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "We compared the proposed noise robust models to other model training strategies. The first network was the baseline approach that ignores the fact that the labels of the training data are unreliable. Denote the observed noisy label by $z$ and the softmax decision by $q _ { 1 } , . . . , q _ { k }$ . The baseline loglikelihood score (for a single input) is: ", + "bbox": [ + 174, + 806, + 823, + 863 + ], + "page_idx": 5 + }, + { + "type": "equation", + "img_path": "images/1177a087de984c82e93bf441dd33ffa0621620a60f988c8f087d481d8838afe3.jpg", + "text": "$$\nS = \\sum _ { i } 1 _ { \\{ z = i \\} } \\log ( q _ { i } )\n$$", + "text_format": "latex", + "bbox": [ + 421, + 868, + 576, + 901 + ], + "page_idx": 5 + }, + { + "type": "image", + "img_path": "images/b5ef1146fcca8e02886ef3221e5fc0ca403f768335bc3313b5ab404edfd7422b.jpg", + "image_caption": [ + "Figure 3: Test classification accuracy results on the CIFAR-100 dataset as a function of the noise level. The results are shown for several training data sizes $( 2 0 \\% , 5 0 \\% , 1 0 0 \\% )$ of the training subset for a CNN network architecture). " + ], + "image_footnote": [], + "bbox": [ + 318, + 104, + 676, + 333 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "We also implemented two variants of the noise robust approach proposed by Reed et al. (2014). They suggested a soft version ", + "bbox": [ + 171, + 416, + 823, + 445 + ], + "page_idx": 6 + }, + { + "type": "equation", + "img_path": "images/be34561ecf8e9711ef39ecb8f2c95d6b152966defcf9f5ca7824ca53e65d4698.jpg", + "text": "$$\n\\beta S - ( 1 - \\beta ) H ( q ) = \\beta \\sum _ { i } 1 _ { \\{ z = i \\} } \\log ( q _ { i } ) + ( 1 - \\beta ) \\sum _ { i } q _ { i } \\log ( q _ { i } )\n$$", + "text_format": "latex", + "bbox": [ + 276, + 450, + 722, + 484 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "and a hard version: ", + "bbox": [ + 174, + 489, + 299, + 503 + ], + "page_idx": 6 + }, + { + "type": "equation", + "img_path": "images/e596d5e8a3c565426c1f62a7228182b0ef46c2cd33906d59c97e529f2c191636.jpg", + "text": "$$\n\\beta S + ( 1 - \\beta ) \\operatorname* { m a x } _ { i } \\log ( q _ { i } )\n$$", + "text_format": "latex", + "bbox": [ + 410, + 502, + 588, + 523 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "In their experiments they took $\\beta = 0 . 8$ for the hard version and $\\beta = 0 . 9 5$ for the soft version, and observed that the hard version provided better results. Finally we implemented the two variants of our approach; namely, the noise modeling based only on the labels (s-model) and the noise modeling that was also based on the features (c-model). ", + "bbox": [ + 173, + 526, + 825, + 583 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Figure 2 depicts the comparative test errors results as a function of the fractions of noise. The results are shown for three different sizes of training data i.e. $( 2 0 \\% , 5 0 \\% , 1 0 0 \\% )$ of the MNIST training subset. Bootstrapping was used to compute confidence intervals around the mean. For 1000 times, $N = 1 0$ samples were randomly drawn with repeats from the $N$ available samples and mean was computed. The confidence interval was taken to be the $2 . 5 \\%$ and $9 7 . 5 \\%$ percentiles of this process. ", + "bbox": [ + 173, + 589, + 825, + 660 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "The results show that all the methods that are explicitly aware of the noise in the labels are better than the baseline which is the standard training approach. We revalidated the results reported in Reed et al. (2014) and showed that the hard version of their method performs better than the soft version. In all cases our models performed better than the alternatives. In most cases the c-model was better than the s-model. In the case where the entire dataset was used for training, we can see from the results that there was a phase transition phenomenon. We obtained almost perfect classification results until the noise level was high and there was a sudden strong performance drop. Analyzing why this effect occurred is left for future research. ", + "bbox": [ + 174, + 665, + 825, + 777 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "We next show the results on the CIFAR-100 image dataset Krizhevsky & Hinton (2009) which consists of $3 2 \\times 3 2$ color images arranged in 100 classes containing 600 images each. There are 500 training images and 100 testing images per class. We used raw images directly without any preprocessing or augmentation. We generated noisy data from clean data by stochastically changing some of the labels. We converted each one of the 100 labels with probability $p$ to a different label according to a predefined permutation. The labels of the test data remained, of course, unperturbed to validate and compare our method to the regular approach. We used a CNN network with two convolutional layers combined with ReLU activation and max-pooling, followed by two fully connected layers. Figure 3 depicts the comparative test errors results as a function of the fractions of noise for three different sizes of training data i.e. $( 2 0 \\% , 5 0 \\% , 1 0 0 \\% )$ of the CIFAR-100 training subset. Bootstrapping was used to compute confidence intervals around the mean in the same way as for the MNIST experiment. The results showed that the proposed method works better than the alternatives. The simple model consistently provided the best results but when the noise level was very high the complex method tended to perform better. ", + "bbox": [ + 174, + 784, + 825, + 924 + ], + "page_idx": 6 + }, + { + "type": "image", + "img_path": "images/fdd9756231c266188a1e5ac475687a123453148e5548612140b54244bb24f5ad.jpg", + "image_caption": [ + "Figure 4: Test classification accuracy results on the CIFAR-100 dataset as a function of the noise level. The results of regular and sparse second softmax layers are shown for several training data sizes $( 2 0 \\% , 5 0 \\% , 1 0 0 \\% )$ of the training subset . " + ], + "image_footnote": [], + "bbox": [ + 205, + 101, + 790, + 287 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "", + "bbox": [ + 174, + 371, + 825, + 426 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "We next report experimental results for the sparse variant of our method that remains efficient even when the class set is large. We demonstrate this on the case of the CIFAR-100 dataset which consists of 100 possible classes. For each class we only took the five most probable classes in the confusion matrix which is used to initialize the model parameter (see Section 3). As can be seen in Figure 4, sparsifying the second softmax layer did not not result in a drop in performance ", + "bbox": [ + 174, + 434, + 825, + 503 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "5 CONCLUSION ", + "text_level": 1, + "bbox": [ + 176, + 523, + 318, + 540 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "In this paper we investigated the problem of training neural networks that are robust to label noise. We proposed an algorithm for training neural networks based solely on noisy data where the noise distribution is unknown. We showed that we can reliably learn the noise distribution from the noisy data without using any clean data which, in many cases, are not available. The algorithm can be easily combined with any existing deep learning implementation by simply adding another softmax output layer. Our results encourage collecting more data at a cheaper price, since mistaken data labels can be less harmful to performance. One possible future research direction would be to generalize our learning scheme to cases where both the features and the labels are noisy. We showed results on datasets with small and medium sized class-sets. Future research direction would be to evaluate the performance and efficiency of the proposed method on tasks with large class-sets. ", + "bbox": [ + 173, + 556, + 825, + 694 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "ACKNOWLEDGMENTS ", + "text_level": 1, + "bbox": [ + 176, + 710, + 326, + 724 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "This work is supported by the Intel Collaborative Research Institute for Computational Intelligence (ICRI-CI). ", + "bbox": [ + 176, + 734, + 823, + 762 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "REFERENCES ", + "text_level": 1, + "bbox": [ + 174, + 784, + 285, + 797 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "U. Alon, N. Barkai, D. Notterman, K. Gish, S.and D. Mack, and A. Levine. Broad patterns of gene expression revealed by clustering analysis of tumor and normal colon tissues probed by oligonucleotide arrays. Proceedings of the National Academy of Sciences, 96(12):6745–6750, 1999. \nP. L. Bartlett, M. I. Jordan, and J. D. McAuliffe. Convexity, classification, and risk bounds. Journal of the American Statistical Association, pp. 138–156, 2006. \nE. Beigman and B. B. Klebanov. Learning with annotation noise. In ACL-IJCNLP, 2009. \nA. Bekker and J. Goldberger. Training deep neural-networks based on unreliable labels. In IEEE Int.l Conference on Acoustics, Speech and Signal Processing (ICASSP), pp. 2682–2686, 2016. \nC. Brodley and M. Friedl. Identifying mislabeled training data. J. Artif. Intell. Res.(JAIR), 11: 131–167, 1999. \nB. Frenay and A. Kaban. A comprehensive introduction to label noise. In ´ European Symposium on Artificial Neural Networks, Computational Intelligence and Machine Learning (ESANN), 2014. \nB. Frenay and M. Verleysen. Classification in the presence of label noise: a survey. ´ IEEE Trans. on Neural Networks and Learning Systems, 25(5):845–869, 2014. \nY. Grandvalet and Y. Bengio. Semi-supervised learning by entropy minimization. In Advances in Neural Information Processing Systems (NIPS), 2005. \nG.E. Hinton, O. Vinyals, and J. Dean. Distilling the knowledge in a neural network. In NIPS Deep Learning and Representation Learning Workshop, 2014. \nB. Jakramate and A. Kaban. Label-noise robust logistic regression and its applications. In ´ Machine Learning and Knowledge Discovery in Databases, pp. 143–158. 2012. \nD. Kingma and J. Ba. Adam: A method for stochastic optimization. arXiv preprint arXiv:1412.6980, 2014. \nA. Krizhevsky and G. Hinton. Learning multiple layers of features from tiny images. Technical report, Computer Science Department, University of Toronto, 2009. \nJ. Larsen, L. Nonboe, M. Hintz-Madsen, and K. L. Hansen. Design of robust neural network classifiers. In Int. Conf. on Acoustics, Speech and Signal Processing, pp. 1205–1208, 1998. \nV. Minh and G. Hinton. Learning to label aerial images from noisy data. In Int. Conf. on Machine Learning (ICML), 2012. \nF. Morin and Y. Bengio. Hierarchical probabilistic neural network language model. In Aistats, volume 5, pp. 246–252, 2005. \nN. Natarajan, I. Dhillon, P. Ravikumar, and A. Tewari. Learning with noisy labels. In Advances in Neural Information Processing Systems (NIPS), 2013. \nD. Nettleton, A. Orriols-Puig, and A. Fornells. A study of the effect of different types of noise on the precision of supervised learning techniques. Artificial intelligence review, 2010. \nM. Pechenizkiy, A. Tsymbal, S. Puuronen, and O. Pechenizkiy. Class noise and supervised learning in medical domains: The effect of feature extraction. In Computer-Based Medical Systems (CBMS), 2006. \nS. Reed, H. Lee, D. Anguelov, C. Szegedy, D. Erhan, and A. Rabinovich. Training deep neural networks on noisy labels with bootstrapping. In arXiv preprint arXiv:1412.6596, 2014. \nS. Sukhbaatar and R. Fergus. Learning from noisy labels with deep neural networks. In arXiv preprint arXiv:1406.2080, 2014. \nX. Zhu and X. Wu. Class noise vs. attribute noise: A quantitative study. Artificial Intelligence Review, 22(3):177–210, 2004. ", + "bbox": [ + 171, + 806, + 826, + 924 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "", + "bbox": [ + 171, + 102, + 828, + 796 + ], + "page_idx": 8 + } +] \ No newline at end of file diff --git a/parse/train/H12GRgcxg/H12GRgcxg_middle.json b/parse/train/H12GRgcxg/H12GRgcxg_middle.json new file mode 100644 index 0000000000000000000000000000000000000000..61c0fd8cbe53020eed7c638bf6b31cb8509719e7 --- /dev/null +++ b/parse/train/H12GRgcxg/H12GRgcxg_middle.json @@ -0,0 +1,23242 @@ +{ + "pdf_info": [ + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 108, + 80, + 503, + 115 + ], + "lines": [ + { + "bbox": [ + 105, + 78, + 505, + 98 + ], + "spans": [ + { + "bbox": [ + 105, + 78, + 505, + 98 + ], + "score": 1.0, + "content": "TRAINING DEEP NEURAL-NETWORKS USING A NOISE", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 102, + 255, + 117 + ], + "spans": [ + { + "bbox": [ + 106, + 102, + 255, + 117 + ], + "score": 1.0, + "content": "ADAPTATION LAYER", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 114, + 135, + 281, + 146 + ], + "lines": [ + { + "bbox": [ + 111, + 134, + 283, + 149 + ], + "spans": [ + { + "bbox": [ + 111, + 134, + 283, + 149 + ], + "score": 1.0, + "content": "Jacob Goldberger & Ehud Ben-Reuven", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 2 + }, + { + "type": "text", + "bbox": [ + 112, + 147, + 413, + 179 + ], + "lines": [ + { + "bbox": [ + 112, + 145, + 279, + 158 + ], + "spans": [ + { + "bbox": [ + 112, + 145, + 279, + 158 + ], + "score": 1.0, + "content": "Engineering Faculty, Bar-Ilan University,", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 112, + 156, + 216, + 168 + ], + "spans": [ + { + "bbox": [ + 112, + 156, + 216, + 168 + ], + "score": 1.0, + "content": "Ramat-Gan 52900, Israel", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 112, + 168, + 415, + 181 + ], + "spans": [ + { + "bbox": [ + 112, + 168, + 415, + 181 + ], + "score": 1.0, + "content": "jacob.goldberger@biu.ac.il,udi.benreuven@gmail.com", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4 + }, + { + "type": "title", + "bbox": [ + 278, + 208, + 333, + 220 + ], + "lines": [ + { + "bbox": [ + 276, + 208, + 335, + 221 + ], + "spans": [ + { + "bbox": [ + 276, + 208, + 335, + 221 + ], + "score": 1.0, + "content": "ABSTRACT", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 6 + }, + { + "type": "text", + "bbox": [ + 143, + 235, + 468, + 388 + ], + "lines": [ + { + "bbox": [ + 142, + 235, + 469, + 248 + ], + "spans": [ + { + "bbox": [ + 142, + 235, + 469, + 248 + ], + "score": 1.0, + "content": "The availability of large datsets has enabled neural networks to achieve impressive", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 141, + 246, + 470, + 258 + ], + "spans": [ + { + "bbox": [ + 141, + 246, + 470, + 258 + ], + "score": 1.0, + "content": "recognition results. However, the presence of inaccurate class labels is known to", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 141, + 257, + 469, + 269 + ], + "spans": [ + { + "bbox": [ + 141, + 257, + 469, + 269 + ], + "score": 1.0, + "content": "deteriorate the performance of even the best classifiers in a broad range of classi-", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 141, + 268, + 469, + 280 + ], + "spans": [ + { + "bbox": [ + 141, + 268, + 469, + 280 + ], + "score": 1.0, + "content": "fication problems. Noisy labels also tend to be more harmful than noisy attributes.", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 141, + 278, + 470, + 291 + ], + "spans": [ + { + "bbox": [ + 141, + 278, + 470, + 291 + ], + "score": 1.0, + "content": "When the observed label is noisy, we can view the correct label as a latent ran-", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 141, + 290, + 470, + 302 + ], + "spans": [ + { + "bbox": [ + 141, + 290, + 470, + 302 + ], + "score": 1.0, + "content": "dom variable and model the noise processes by a communication channel with", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 141, + 300, + 470, + 313 + ], + "spans": [ + { + "bbox": [ + 141, + 300, + 470, + 313 + ], + "score": 1.0, + "content": "unknown parameters. Thus we can apply the EM algorithm to find the parameters", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 141, + 312, + 470, + 324 + ], + "spans": [ + { + "bbox": [ + 141, + 312, + 470, + 324 + ], + "score": 1.0, + "content": "of both the network and the noise and estimate the correct label. In this study we", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 141, + 324, + 470, + 334 + ], + "spans": [ + { + "bbox": [ + 141, + 324, + 470, + 334 + ], + "score": 1.0, + "content": "present a neural-network approach that optimizes the same likelihood function as", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 141, + 334, + 469, + 346 + ], + "spans": [ + { + "bbox": [ + 141, + 334, + 469, + 346 + ], + "score": 1.0, + "content": "optimized by the EM algorithm. The noise is explicitly modeled by an additional", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 141, + 344, + 469, + 356 + ], + "spans": [ + { + "bbox": [ + 141, + 344, + 469, + 356 + ], + "score": 1.0, + "content": "softmax layer that connects the correct labels to the noisy ones. This scheme is", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 141, + 355, + 469, + 367 + ], + "spans": [ + { + "bbox": [ + 141, + 355, + 469, + 367 + ], + "score": 1.0, + "content": "then extended to the case where the noisy labels are dependent on the features in", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 141, + 366, + 469, + 379 + ], + "spans": [ + { + "bbox": [ + 141, + 366, + 469, + 379 + ], + "score": 1.0, + "content": "addition to the correct labels. Experimental results demonstrate that this approach", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 141, + 378, + 268, + 389 + ], + "spans": [ + { + "bbox": [ + 141, + 378, + 268, + 389 + ], + "score": 1.0, + "content": "outperforms previous methods.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 13.5 + }, + { + "type": "title", + "bbox": [ + 108, + 414, + 206, + 426 + ], + "lines": [ + { + "bbox": [ + 105, + 413, + 208, + 430 + ], + "spans": [ + { + "bbox": [ + 105, + 413, + 208, + 430 + ], + "score": 1.0, + "content": "1 INTRODUCTION", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 21 + }, + { + "type": "text", + "bbox": [ + 107, + 441, + 505, + 583 + ], + "lines": [ + { + "bbox": [ + 106, + 441, + 505, + 453 + ], + "spans": [ + { + "bbox": [ + 106, + 441, + 505, + 453 + ], + "score": 1.0, + "content": "The presence of class label noise inherent to training samples has been reported to deteriorate the", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 451, + 505, + 464 + ], + "spans": [ + { + "bbox": [ + 105, + 451, + 505, + 464 + ], + "score": 1.0, + "content": "performance of even the best classifiers in a broad range of classification problems (Nettleton et al.", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 462, + 505, + 475 + ], + "spans": [ + { + "bbox": [ + 105, + 462, + 505, + 475 + ], + "score": 1.0, + "content": "(2010), Pechenizkiy et al. (2006), Zhu & Wu (2004)). Noisy labels also tend to be more harmful", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 473, + 505, + 486 + ], + "spans": [ + { + "bbox": [ + 105, + 473, + 505, + 486 + ], + "score": 1.0, + "content": "than noisy attributes (Zhu & Wu (2004)). Noisy data are usually related to the data collection", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 485, + 506, + 497 + ], + "spans": [ + { + "bbox": [ + 105, + 485, + 506, + 497 + ], + "score": 1.0, + "content": "process. Typically, the labels used to train a classifier are assumed to be unambiguous and accurate.", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 495, + 505, + 509 + ], + "spans": [ + { + "bbox": [ + 105, + 495, + 505, + 509 + ], + "score": 1.0, + "content": "However, this assumption often does not hold since labels that are provided by human judgments", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 506, + 506, + 519 + ], + "spans": [ + { + "bbox": [ + 105, + 506, + 506, + 519 + ], + "score": 1.0, + "content": "are subjective. Many of the largest image datasets have been extracted from social networks. These", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 518, + 505, + 531 + ], + "spans": [ + { + "bbox": [ + 105, + 518, + 505, + 531 + ], + "score": 1.0, + "content": "images are labeled by non-expert users and building a consistent model based on a precisely labeled", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 529, + 505, + 541 + ], + "spans": [ + { + "bbox": [ + 106, + 529, + 505, + 541 + ], + "score": 1.0, + "content": "training set is very tedious. Mislabeling examples have been reported even in critical applications", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 537, + 505, + 554 + ], + "spans": [ + { + "bbox": [ + 105, + 537, + 505, + 554 + ], + "score": 1.0, + "content": "such as biomedical datasets where the available data are restricted (Alon et al. (1999)). A very", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 550, + 505, + 563 + ], + "spans": [ + { + "bbox": [ + 105, + 550, + 505, + 563 + ], + "score": 1.0, + "content": "common approach to noisy datasets is to remove the suspect samples in a preprocessing stage or have", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 561, + 506, + 574 + ], + "spans": [ + { + "bbox": [ + 105, + 561, + 506, + 574 + ], + "score": 1.0, + "content": "them relabeled by a data expert (Brodley & Friedl (1999)). However, these methods are not scalable", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 572, + 488, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 572, + 488, + 585 + ], + "score": 1.0, + "content": "and may run the risk of removing crucial examples that can impact small datasets considerably.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 28 + }, + { + "type": "text", + "bbox": [ + 106, + 589, + 505, + 731 + ], + "lines": [ + { + "bbox": [ + 106, + 589, + 505, + 601 + ], + "spans": [ + { + "bbox": [ + 106, + 589, + 505, + 601 + ], + "score": 1.0, + "content": "Variants that are noise robust have been proposed for the most common classifiers such as logistic-", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 104, + 600, + 505, + 613 + ], + "spans": [ + { + "bbox": [ + 104, + 600, + 505, + 613 + ], + "score": 1.0, + "content": "regression and SVM (Frenay & Verleysen (2014), Jakramate & Kab ´ an (2012), Beigman & Klebanov ´", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 610, + 505, + 624 + ], + "spans": [ + { + "bbox": [ + 105, + 610, + 505, + 624 + ], + "score": 1.0, + "content": "(2009)). However, classifiers based on label-noise robust algorithms are still affected by label noise.", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 621, + 505, + 635 + ], + "spans": [ + { + "bbox": [ + 105, + 621, + 505, + 635 + ], + "score": 1.0, + "content": "From a theoretical point of view, Bartlett et al. (2006) showed that most loss functions are not com-", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 633, + 505, + 646 + ], + "spans": [ + { + "bbox": [ + 105, + 633, + 505, + 646 + ], + "score": 1.0, + "content": "pletely robust to label noise. Natarajan et al. (2013) proposed a generic unbiased estimator for binary", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 643, + 505, + 657 + ], + "spans": [ + { + "bbox": [ + 105, + 643, + 505, + 657 + ], + "score": 1.0, + "content": "classification with noisy labels. They developed a surrogate cost function that can be expressed by", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 655, + 505, + 668 + ], + "spans": [ + { + "bbox": [ + 105, + 655, + 505, + 668 + ], + "score": 1.0, + "content": "a weighted sum of the original cost functions, and provided asymptotic bounds for performance.", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 664, + 505, + 679 + ], + "spans": [ + { + "bbox": [ + 105, + 664, + 505, + 679 + ], + "score": 1.0, + "content": "Grandvalet & Bengio (2005) addressed the problem of missing labels that can be viewed as an ex-", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 677, + 506, + 691 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 506, + 691 + ], + "score": 1.0, + "content": "treme case of noisy label data. They suggested a semi-supervised algorithm that encourages the", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 688, + 505, + 699 + ], + "spans": [ + { + "bbox": [ + 106, + 688, + 505, + 699 + ], + "score": 1.0, + "content": "classifier to predict the non-labeled data with high confidence by adding a regularization term to the", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 698, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 505, + 711 + ], + "score": 1.0, + "content": "cost function. The problem of classification with label noise is an active research area. Comprehen-", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "sive up-to-date reviews of both the theoretical and applied aspects of classification with label noise", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 106, + 720, + 399, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 720, + 399, + 733 + ], + "score": 1.0, + "content": "can be found in Frenay & Kaban (2014) and Fr ´ enay & Verleysen (2014). ´", + "type": "text" + } + ], + "index": 47 + } + ], + "index": 41 + } + ], + "page_idx": 0, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 293, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 294, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 294, + 38 + ], + "score": 1.0, + "content": "Published as a conference paper at ICLR 2017", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 303, + 752, + 308, + 760 + ], + "lines": [ + { + "bbox": [ + 302, + 751, + 309, + 762 + ], + "spans": [ + { + "bbox": [ + 302, + 751, + 309, + 762 + ], + "score": 1.0, + "content": "1", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "title", + "bbox": [ + 108, + 80, + 503, + 115 + ], + "lines": [ + { + "bbox": [ + 105, + 78, + 505, + 98 + ], + "spans": [ + { + "bbox": [ + 105, + 78, + 505, + 98 + ], + "score": 1.0, + "content": "TRAINING DEEP NEURAL-NETWORKS USING A NOISE", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 102, + 255, + 117 + ], + "spans": [ + { + "bbox": [ + 106, + 102, + 255, + 117 + ], + "score": 1.0, + "content": "ADAPTATION LAYER", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 114, + 135, + 281, + 146 + ], + "lines": [ + { + "bbox": [ + 111, + 134, + 283, + 149 + ], + "spans": [ + { + "bbox": [ + 111, + 134, + 283, + 149 + ], + "score": 1.0, + "content": "Jacob Goldberger & Ehud Ben-Reuven", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 2, + "bbox_fs": [ + 111, + 134, + 283, + 149 + ] + }, + { + "type": "list", + "bbox": [ + 112, + 147, + 413, + 179 + ], + "lines": [ + { + "bbox": [ + 112, + 145, + 279, + 158 + ], + "spans": [ + { + "bbox": [ + 112, + 145, + 279, + 158 + ], + "score": 1.0, + "content": "Engineering Faculty, Bar-Ilan University,", + "type": "text" + } + ], + "index": 3, + "is_list_start_line": true + }, + { + "bbox": [ + 112, + 156, + 216, + 168 + ], + "spans": [ + { + "bbox": [ + 112, + 156, + 216, + 168 + ], + "score": 1.0, + "content": "Ramat-Gan 52900, Israel", + "type": "text" + } + ], + "index": 4, + "is_list_start_line": true + }, + { + "bbox": [ + 112, + 168, + 415, + 181 + ], + "spans": [ + { + "bbox": [ + 112, + 168, + 415, + 181 + ], + "score": 1.0, + "content": "jacob.goldberger@biu.ac.il,udi.benreuven@gmail.com", + "type": "text" + } + ], + "index": 5, + "is_list_start_line": true + } + ], + "index": 4, + "bbox_fs": [ + 112, + 145, + 415, + 181 + ] + }, + { + "type": "title", + "bbox": [ + 278, + 208, + 333, + 220 + ], + "lines": [ + { + "bbox": [ + 276, + 208, + 335, + 221 + ], + "spans": [ + { + "bbox": [ + 276, + 208, + 335, + 221 + ], + "score": 1.0, + "content": "ABSTRACT", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 6 + }, + { + "type": "text", + "bbox": [ + 143, + 235, + 468, + 388 + ], + "lines": [ + { + "bbox": [ + 142, + 235, + 469, + 248 + ], + "spans": [ + { + "bbox": [ + 142, + 235, + 469, + 248 + ], + "score": 1.0, + "content": "The availability of large datsets has enabled neural networks to achieve impressive", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 141, + 246, + 470, + 258 + ], + "spans": [ + { + "bbox": [ + 141, + 246, + 470, + 258 + ], + "score": 1.0, + "content": "recognition results. However, the presence of inaccurate class labels is known to", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 141, + 257, + 469, + 269 + ], + "spans": [ + { + "bbox": [ + 141, + 257, + 469, + 269 + ], + "score": 1.0, + "content": "deteriorate the performance of even the best classifiers in a broad range of classi-", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 141, + 268, + 469, + 280 + ], + "spans": [ + { + "bbox": [ + 141, + 268, + 469, + 280 + ], + "score": 1.0, + "content": "fication problems. Noisy labels also tend to be more harmful than noisy attributes.", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 141, + 278, + 470, + 291 + ], + "spans": [ + { + "bbox": [ + 141, + 278, + 470, + 291 + ], + "score": 1.0, + "content": "When the observed label is noisy, we can view the correct label as a latent ran-", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 141, + 290, + 470, + 302 + ], + "spans": [ + { + "bbox": [ + 141, + 290, + 470, + 302 + ], + "score": 1.0, + "content": "dom variable and model the noise processes by a communication channel with", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 141, + 300, + 470, + 313 + ], + "spans": [ + { + "bbox": [ + 141, + 300, + 470, + 313 + ], + "score": 1.0, + "content": "unknown parameters. Thus we can apply the EM algorithm to find the parameters", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 141, + 312, + 470, + 324 + ], + "spans": [ + { + "bbox": [ + 141, + 312, + 470, + 324 + ], + "score": 1.0, + "content": "of both the network and the noise and estimate the correct label. In this study we", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 141, + 324, + 470, + 334 + ], + "spans": [ + { + "bbox": [ + 141, + 324, + 470, + 334 + ], + "score": 1.0, + "content": "present a neural-network approach that optimizes the same likelihood function as", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 141, + 334, + 469, + 346 + ], + "spans": [ + { + "bbox": [ + 141, + 334, + 469, + 346 + ], + "score": 1.0, + "content": "optimized by the EM algorithm. The noise is explicitly modeled by an additional", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 141, + 344, + 469, + 356 + ], + "spans": [ + { + "bbox": [ + 141, + 344, + 469, + 356 + ], + "score": 1.0, + "content": "softmax layer that connects the correct labels to the noisy ones. This scheme is", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 141, + 355, + 469, + 367 + ], + "spans": [ + { + "bbox": [ + 141, + 355, + 469, + 367 + ], + "score": 1.0, + "content": "then extended to the case where the noisy labels are dependent on the features in", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 141, + 366, + 469, + 379 + ], + "spans": [ + { + "bbox": [ + 141, + 366, + 469, + 379 + ], + "score": 1.0, + "content": "addition to the correct labels. Experimental results demonstrate that this approach", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 141, + 378, + 268, + 389 + ], + "spans": [ + { + "bbox": [ + 141, + 378, + 268, + 389 + ], + "score": 1.0, + "content": "outperforms previous methods.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 13.5, + "bbox_fs": [ + 141, + 235, + 470, + 389 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 414, + 206, + 426 + ], + "lines": [ + { + "bbox": [ + 105, + 413, + 208, + 430 + ], + "spans": [ + { + "bbox": [ + 105, + 413, + 208, + 430 + ], + "score": 1.0, + "content": "1 INTRODUCTION", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 21 + }, + { + "type": "text", + "bbox": [ + 107, + 441, + 505, + 583 + ], + "lines": [ + { + "bbox": [ + 106, + 441, + 505, + 453 + ], + "spans": [ + { + "bbox": [ + 106, + 441, + 505, + 453 + ], + "score": 1.0, + "content": "The presence of class label noise inherent to training samples has been reported to deteriorate the", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 451, + 505, + 464 + ], + "spans": [ + { + "bbox": [ + 105, + 451, + 505, + 464 + ], + "score": 1.0, + "content": "performance of even the best classifiers in a broad range of classification problems (Nettleton et al.", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 462, + 505, + 475 + ], + "spans": [ + { + "bbox": [ + 105, + 462, + 505, + 475 + ], + "score": 1.0, + "content": "(2010), Pechenizkiy et al. (2006), Zhu & Wu (2004)). Noisy labels also tend to be more harmful", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 473, + 505, + 486 + ], + "spans": [ + { + "bbox": [ + 105, + 473, + 505, + 486 + ], + "score": 1.0, + "content": "than noisy attributes (Zhu & Wu (2004)). Noisy data are usually related to the data collection", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 485, + 506, + 497 + ], + "spans": [ + { + "bbox": [ + 105, + 485, + 506, + 497 + ], + "score": 1.0, + "content": "process. Typically, the labels used to train a classifier are assumed to be unambiguous and accurate.", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 495, + 505, + 509 + ], + "spans": [ + { + "bbox": [ + 105, + 495, + 505, + 509 + ], + "score": 1.0, + "content": "However, this assumption often does not hold since labels that are provided by human judgments", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 506, + 506, + 519 + ], + "spans": [ + { + "bbox": [ + 105, + 506, + 506, + 519 + ], + "score": 1.0, + "content": "are subjective. Many of the largest image datasets have been extracted from social networks. These", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 518, + 505, + 531 + ], + "spans": [ + { + "bbox": [ + 105, + 518, + 505, + 531 + ], + "score": 1.0, + "content": "images are labeled by non-expert users and building a consistent model based on a precisely labeled", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 529, + 505, + 541 + ], + "spans": [ + { + "bbox": [ + 106, + 529, + 505, + 541 + ], + "score": 1.0, + "content": "training set is very tedious. Mislabeling examples have been reported even in critical applications", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 537, + 505, + 554 + ], + "spans": [ + { + "bbox": [ + 105, + 537, + 505, + 554 + ], + "score": 1.0, + "content": "such as biomedical datasets where the available data are restricted (Alon et al. (1999)). A very", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 550, + 505, + 563 + ], + "spans": [ + { + "bbox": [ + 105, + 550, + 505, + 563 + ], + "score": 1.0, + "content": "common approach to noisy datasets is to remove the suspect samples in a preprocessing stage or have", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 561, + 506, + 574 + ], + "spans": [ + { + "bbox": [ + 105, + 561, + 506, + 574 + ], + "score": 1.0, + "content": "them relabeled by a data expert (Brodley & Friedl (1999)). However, these methods are not scalable", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 572, + 488, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 572, + 488, + 585 + ], + "score": 1.0, + "content": "and may run the risk of removing crucial examples that can impact small datasets considerably.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 28, + "bbox_fs": [ + 105, + 441, + 506, + 585 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 589, + 505, + 731 + ], + "lines": [ + { + "bbox": [ + 106, + 589, + 505, + 601 + ], + "spans": [ + { + "bbox": [ + 106, + 589, + 505, + 601 + ], + "score": 1.0, + "content": "Variants that are noise robust have been proposed for the most common classifiers such as logistic-", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 104, + 600, + 505, + 613 + ], + "spans": [ + { + "bbox": [ + 104, + 600, + 505, + 613 + ], + "score": 1.0, + "content": "regression and SVM (Frenay & Verleysen (2014), Jakramate & Kab ´ an (2012), Beigman & Klebanov ´", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 610, + 505, + 624 + ], + "spans": [ + { + "bbox": [ + 105, + 610, + 505, + 624 + ], + "score": 1.0, + "content": "(2009)). However, classifiers based on label-noise robust algorithms are still affected by label noise.", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 621, + 505, + 635 + ], + "spans": [ + { + "bbox": [ + 105, + 621, + 505, + 635 + ], + "score": 1.0, + "content": "From a theoretical point of view, Bartlett et al. (2006) showed that most loss functions are not com-", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 633, + 505, + 646 + ], + "spans": [ + { + "bbox": [ + 105, + 633, + 505, + 646 + ], + "score": 1.0, + "content": "pletely robust to label noise. Natarajan et al. (2013) proposed a generic unbiased estimator for binary", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 643, + 505, + 657 + ], + "spans": [ + { + "bbox": [ + 105, + 643, + 505, + 657 + ], + "score": 1.0, + "content": "classification with noisy labels. They developed a surrogate cost function that can be expressed by", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 655, + 505, + 668 + ], + "spans": [ + { + "bbox": [ + 105, + 655, + 505, + 668 + ], + "score": 1.0, + "content": "a weighted sum of the original cost functions, and provided asymptotic bounds for performance.", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 664, + 505, + 679 + ], + "spans": [ + { + "bbox": [ + 105, + 664, + 505, + 679 + ], + "score": 1.0, + "content": "Grandvalet & Bengio (2005) addressed the problem of missing labels that can be viewed as an ex-", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 677, + 506, + 691 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 506, + 691 + ], + "score": 1.0, + "content": "treme case of noisy label data. They suggested a semi-supervised algorithm that encourages the", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 688, + 505, + 699 + ], + "spans": [ + { + "bbox": [ + 106, + 688, + 505, + 699 + ], + "score": 1.0, + "content": "classifier to predict the non-labeled data with high confidence by adding a regularization term to the", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 698, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 505, + 711 + ], + "score": 1.0, + "content": "cost function. The problem of classification with label noise is an active research area. Comprehen-", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "sive up-to-date reviews of both the theoretical and applied aspects of classification with label noise", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 106, + 720, + 399, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 720, + 399, + 733 + ], + "score": 1.0, + "content": "can be found in Frenay & Kaban (2014) and Fr ´ enay & Verleysen (2014). ´", + "type": "text" + } + ], + "index": 47 + } + ], + "index": 41, + "bbox_fs": [ + 104, + 589, + 506, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 203 + ], + "lines": [ + { + "bbox": [ + 105, + 83, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 83, + 505, + 95 + ], + "score": 1.0, + "content": "In spite of the huge success of deep learning there are not many studies that have explicitly attempted", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 94, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 94, + 505, + 106 + ], + "score": 1.0, + "content": "to address the problem of Neural Net (NN) training using data with unreliable labels. Larsen et al.", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 505, + 117 + ], + "score": 1.0, + "content": "(1998) introduced a single noise parameter that can be calculated by adding a new regularization", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 116, + 504, + 127 + ], + "spans": [ + { + "bbox": [ + 105, + 116, + 504, + 127 + ], + "score": 1.0, + "content": "term and cross validation. Minh & Hinton (2012) proposed a more realistic noise model that de-", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 127, + 505, + 138 + ], + "spans": [ + { + "bbox": [ + 105, + 127, + 505, + 138 + ], + "score": 1.0, + "content": "pends on the true label. However, they only considered the binary classification case. Sukhbaatar", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 136, + 506, + 151 + ], + "spans": [ + { + "bbox": [ + 105, + 136, + 506, + 151 + ], + "score": 1.0, + "content": "& Fergus (2014) recently proposed adding a constrained linear layer at the top of the softmax layer,", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 149, + 505, + 161 + ], + "spans": [ + { + "bbox": [ + 105, + 149, + 505, + 161 + ], + "score": 1.0, + "content": "and showed that only under some strong assumptions can the linear layer be interpreted as the tran-", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 160, + 505, + 171 + ], + "spans": [ + { + "bbox": [ + 106, + 160, + 505, + 171 + ], + "score": 1.0, + "content": "sition matrix between the true and noisy (observed) labels and the softmax output layer as the true", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 169, + 505, + 183 + ], + "spans": [ + { + "bbox": [ + 105, + 169, + 505, + 183 + ], + "score": 1.0, + "content": "probabilities of the labels. Reed et al. (2014) suggested handling the unreliability of the training data", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 181, + 505, + 194 + ], + "spans": [ + { + "bbox": [ + 105, + 181, + 505, + 194 + ], + "score": 1.0, + "content": "labels by maximizing the likelihood function with an additional classification entropy regularization", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 192, + 130, + 204 + ], + "spans": [ + { + "bbox": [ + 105, + 192, + 130, + 204 + ], + "score": 1.0, + "content": "term.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 5 + }, + { + "type": "text", + "bbox": [ + 107, + 209, + 505, + 362 + ], + "lines": [ + { + "bbox": [ + 106, + 208, + 505, + 222 + ], + "spans": [ + { + "bbox": [ + 106, + 208, + 505, + 222 + ], + "score": 1.0, + "content": "The correct unknown label can be viewed as a hidden random variable. Hence, it is natural to apply", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 220, + 506, + 232 + ], + "spans": [ + { + "bbox": [ + 105, + 220, + 506, + 232 + ], + "score": 1.0, + "content": "the EM algorithm where in the E-step we estimate the true label and in the M-step we retrain the", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 104, + 230, + 506, + 244 + ], + "spans": [ + { + "bbox": [ + 104, + 230, + 506, + 244 + ], + "score": 1.0, + "content": "network. Several variations of this paradigm have been proposed (e.g. Minh & Hinton (2012),", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 240, + 506, + 256 + ], + "spans": [ + { + "bbox": [ + 105, + 240, + 506, + 256 + ], + "score": 1.0, + "content": "Bekker & Goldberger (2016)). However, iterating between EM-steps and neural network training", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 252, + 506, + 265 + ], + "spans": [ + { + "bbox": [ + 105, + 252, + 506, + 265 + ], + "score": 1.0, + "content": "does not scale well. In this study we use latent variable probabilistic modeling but we optimize the", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 263, + 505, + 277 + ], + "spans": [ + { + "bbox": [ + 106, + 263, + 505, + 277 + ], + "score": 1.0, + "content": "likelihood score function within the framework of neural networks. Current noisy label approaches", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 275, + 506, + 287 + ], + "spans": [ + { + "bbox": [ + 105, + 275, + 506, + 287 + ], + "score": 1.0, + "content": "assume either implicitly or explicitly that, given the correct label, the noisy label is independent", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 285, + 506, + 298 + ], + "spans": [ + { + "bbox": [ + 105, + 285, + 506, + 298 + ], + "score": 1.0, + "content": "of the feature vector. This assumption is probably needed to simplify the modeling and derive", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 297, + 506, + 309 + ], + "spans": [ + { + "bbox": [ + 105, + 297, + 506, + 309 + ], + "score": 1.0, + "content": "applicable learning algorithms. However, in many cases this assumption is not realistic since a", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 308, + 506, + 321 + ], + "spans": [ + { + "bbox": [ + 105, + 308, + 506, + 321 + ], + "score": 1.0, + "content": "wrong annotation is more likely to occur in cases where the features are misleading. By contrast,", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 318, + 506, + 331 + ], + "spans": [ + { + "bbox": [ + 105, + 318, + 506, + 331 + ], + "score": 1.0, + "content": "our framework makes it easy to extend the proposed learning algorithm to the case where the noise", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 330, + 505, + 341 + ], + "spans": [ + { + "bbox": [ + 106, + 330, + 505, + 341 + ], + "score": 1.0, + "content": "is dependent on both the correct label and the input features. In the next section we describe a model", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 340, + 506, + 353 + ], + "spans": [ + { + "bbox": [ + 105, + 340, + 506, + 353 + ], + "score": 1.0, + "content": "formulation and review the EM based approach. In Section 3 we described our method which is", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 351, + 482, + 364 + ], + "spans": [ + { + "bbox": [ + 105, + 351, + 482, + 364 + ], + "score": 1.0, + "content": "based on adding another softmax layer to the network and in Section 4 we present our results.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 17.5 + }, + { + "type": "title", + "bbox": [ + 107, + 379, + 393, + 392 + ], + "lines": [ + { + "bbox": [ + 105, + 378, + 394, + 393 + ], + "spans": [ + { + "bbox": [ + 105, + 378, + 394, + 393 + ], + "score": 1.0, + "content": "2 A PROBABILISTIC FRAMEWORK FOR NOISY LABELS", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 25 + }, + { + "type": "text", + "bbox": [ + 106, + 403, + 505, + 492 + ], + "lines": [ + { + "bbox": [ + 105, + 403, + 505, + 416 + ], + "spans": [ + { + "bbox": [ + 105, + 403, + 385, + 416 + ], + "score": 1.0, + "content": "Assume we want to train a multi-class neural-network soft-classifier", + "type": "text" + }, + { + "bbox": [ + 385, + 403, + 443, + 416 + ], + "score": 0.93, + "content": "p ( y = i | x ; w )", + "type": "inline_equation" + }, + { + "bbox": [ + 443, + 403, + 472, + 416 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 472, + 406, + 479, + 414 + ], + "score": 0.79, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 479, + 403, + 505, + 416 + ], + "score": 1.0, + "content": "is the", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 414, + 506, + 427 + ], + "spans": [ + { + "bbox": [ + 105, + 414, + 168, + 427 + ], + "score": 1.0, + "content": "feature vector,", + "type": "text" + }, + { + "bbox": [ + 168, + 417, + 177, + 425 + ], + "score": 0.71, + "content": "w", + "type": "inline_equation" + }, + { + "bbox": [ + 178, + 414, + 316, + 427 + ], + "score": 1.0, + "content": "is the network parameter-set and", + "type": "text" + }, + { + "bbox": [ + 317, + 416, + 322, + 425 + ], + "score": 0.74, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 322, + 414, + 443, + 427 + ], + "score": 1.0, + "content": "is a member of the class-set", + "type": "text" + }, + { + "bbox": [ + 444, + 415, + 482, + 426 + ], + "score": 0.93, + "content": "\\{ 1 , . . . , k \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 482, + 414, + 506, + 427 + ], + "score": 1.0, + "content": ". We", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 426, + 505, + 438 + ], + "spans": [ + { + "bbox": [ + 105, + 426, + 459, + 438 + ], + "score": 1.0, + "content": "further assume that in the training process we cannot directly observe the correct label", + "type": "text" + }, + { + "bbox": [ + 459, + 428, + 465, + 437 + ], + "score": 0.81, + "content": "y", + "type": "inline_equation" + }, + { + "bbox": [ + 466, + 426, + 505, + 438 + ], + "score": 1.0, + "content": ". Instead,", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 436, + 506, + 450 + ], + "spans": [ + { + "bbox": [ + 105, + 436, + 324, + 450 + ], + "score": 1.0, + "content": "we only have access to a noisy version of it denoted by", + "type": "text" + }, + { + "bbox": [ + 325, + 439, + 331, + 447 + ], + "score": 0.77, + "content": "z", + "type": "inline_equation" + }, + { + "bbox": [ + 331, + 436, + 506, + 450 + ], + "score": 1.0, + "content": ". Here we follow the probabilistic modeling", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 448, + 505, + 460 + ], + "spans": [ + { + "bbox": [ + 106, + 448, + 318, + 460 + ], + "score": 1.0, + "content": "and the EM learning approach described in Bekker", + "type": "text" + }, + { + "bbox": [ + 318, + 448, + 327, + 458 + ], + "score": 0.36, + "content": "\\&", + "type": "inline_equation" + }, + { + "bbox": [ + 328, + 448, + 505, + 460 + ], + "score": 1.0, + "content": "Goldberger (2016). In this approach noise", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 104, + 458, + 505, + 472 + ], + "spans": [ + { + "bbox": [ + 104, + 458, + 465, + 472 + ], + "score": 1.0, + "content": "generation is assumed to be independent of the features and is modeled by a parameter", + "type": "text" + }, + { + "bbox": [ + 465, + 459, + 505, + 471 + ], + "score": 0.92, + "content": "\\theta ( i , j ) =", + "type": "inline_equation" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 469, + 506, + 483 + ], + "spans": [ + { + "bbox": [ + 106, + 469, + 172, + 482 + ], + "score": 0.91, + "content": "{ \\bar { p } } ( z = j | y = i )", + "type": "inline_equation" + }, + { + "bbox": [ + 172, + 469, + 506, + 483 + ], + "score": 1.0, + "content": ". The noise distribution is unknown and we want to learn it as part of the training", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 104, + 480, + 429, + 493 + ], + "spans": [ + { + "bbox": [ + 104, + 480, + 304, + 493 + ], + "score": 1.0, + "content": "phase. The probability of observing a noisy label", + "type": "text" + }, + { + "bbox": [ + 304, + 482, + 311, + 490 + ], + "score": 0.79, + "content": "z", + "type": "inline_equation" + }, + { + "bbox": [ + 311, + 480, + 408, + 493 + ], + "score": 1.0, + "content": "given the feature vector", + "type": "text" + }, + { + "bbox": [ + 408, + 483, + 415, + 490 + ], + "score": 0.79, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 416, + 480, + 429, + 493 + ], + "score": 1.0, + "content": "is:", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 29.5 + }, + { + "type": "interline_equation", + "bbox": [ + 194, + 496, + 417, + 531 + ], + "lines": [ + { + "bbox": [ + 194, + 496, + 417, + 531 + ], + "spans": [ + { + "bbox": [ + 194, + 496, + 417, + 531 + ], + "score": 0.94, + "content": "p ( z = j | x ; w , \\theta ) = \\sum _ { i = 1 } ^ { k } p ( z = j | y = i ; \\theta ) p ( y = i | x ; w )", + "type": "interline_equation", + "image_path": "3174a65303a5d871a7931d756f6f28dd9e6b5cc5e50868add78dc96ed833376b.jpg" + } + ] + } + ], + "index": 34.5, + "virtual_lines": [ + { + "bbox": [ + 194, + 496, + 417, + 513.5 + ], + "spans": [], + "index": 34 + }, + { + "bbox": [ + 194, + 513.5, + 417, + 531.0 + ], + "spans": [], + "index": 35 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 534, + 442, + 546 + ], + "lines": [ + { + "bbox": [ + 105, + 533, + 443, + 548 + ], + "spans": [ + { + "bbox": [ + 105, + 533, + 133, + 548 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 535, + 140, + 545 + ], + "score": 0.83, + "content": "k", + "type": "inline_equation" + }, + { + "bbox": [ + 140, + 533, + 443, + 548 + ], + "score": 1.0, + "content": "is the number of classes. The model is illustrated in the following diagram:", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 36 + }, + { + "type": "image", + "bbox": [ + 193, + 558, + 417, + 608 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 193, + 558, + 417, + 608 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 193, + 558, + 417, + 608 + ], + "spans": [ + { + "bbox": [ + 193, + 558, + 417, + 608 + ], + "score": 0.941, + "type": "image", + "image_path": "1e4a22f34a78167a2db61ba5826f72663e93013dabefc529b4d83b852b8bf7ca.jpg" + } + ] + } + ], + "index": 38, + "virtual_lines": [ + { + "bbox": [ + 193, + 558, + 417, + 574.6666666666666 + ], + "spans": [], + "index": 37 + }, + { + "bbox": [ + 193, + 574.6666666666666, + 417, + 591.3333333333333 + ], + "spans": [], + "index": 38 + }, + { + "bbox": [ + 193, + 591.3333333333333, + 417, + 607.9999999999999 + ], + "spans": [], + "index": 39 + } + ] + } + ], + "index": 38 + }, + { + "type": "text", + "bbox": [ + 108, + 622, + 505, + 656 + ], + "lines": [ + { + "bbox": [ + 105, + 622, + 504, + 635 + ], + "spans": [ + { + "bbox": [ + 105, + 622, + 252, + 635 + ], + "score": 1.0, + "content": "In the training phase we are given", + "type": "text" + }, + { + "bbox": [ + 253, + 625, + 260, + 632 + ], + "score": 0.73, + "content": "n", + "type": "inline_equation" + }, + { + "bbox": [ + 260, + 622, + 326, + 635 + ], + "score": 1.0, + "content": "feature vectors", + "type": "text" + }, + { + "bbox": [ + 326, + 624, + 366, + 634 + ], + "score": 0.9, + "content": "x _ { 1 } , . . . , x _ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 366, + 622, + 504, + 635 + ], + "score": 1.0, + "content": "with the corresponding noisy la-", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 632, + 505, + 647 + ], + "spans": [ + { + "bbox": [ + 105, + 632, + 125, + 647 + ], + "score": 1.0, + "content": "bels", + "type": "text" + }, + { + "bbox": [ + 126, + 635, + 163, + 645 + ], + "score": 0.9, + "content": "z _ { 1 } , . . . , z _ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 163, + 632, + 424, + 647 + ], + "score": 1.0, + "content": "which are viewed as noisy versions of the correct hidden labels", + "type": "text" + }, + { + "bbox": [ + 424, + 635, + 462, + 645 + ], + "score": 0.9, + "content": "y _ { 1 } , . . . , y _ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 462, + 632, + 505, + 647 + ], + "score": 1.0, + "content": ". The log-", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 644, + 260, + 656 + ], + "spans": [ + { + "bbox": [ + 106, + 644, + 260, + 656 + ], + "score": 1.0, + "content": "likelihood of the model parameters is:", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 41 + }, + { + "type": "interline_equation", + "bbox": [ + 195, + 660, + 415, + 695 + ], + "lines": [ + { + "bbox": [ + 195, + 660, + 415, + 695 + ], + "spans": [ + { + "bbox": [ + 195, + 660, + 415, + 695 + ], + "score": 0.94, + "content": "L ( w , \\theta ) = \\sum _ { t = 1 } ^ { n } \\log ( \\sum _ { i = 1 } ^ { k } p ( z _ { t } | y _ { t } = i ; \\theta ) p ( y _ { t } = i | x _ { t } ; w ) )", + "type": "interline_equation", + "image_path": "6d8c6a9c88a64516018613ff6752c442a835ba062d4ab3270f4e44d9f5237e40.jpg" + } + ] + } + ], + "index": 43.5, + "virtual_lines": [ + { + "bbox": [ + 195, + 660, + 415, + 677.5 + ], + "spans": [], + "index": 43 + }, + { + "bbox": [ + 195, + 677.5, + 415, + 695.0 + ], + "spans": [], + "index": 44 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 698, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 698, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 698, + 398, + 711 + ], + "score": 1.0, + "content": "Based on the training data, the goal is to find both the noise distribution", + "type": "text" + }, + { + "bbox": [ + 398, + 699, + 405, + 709 + ], + "score": 0.81, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 405, + 698, + 505, + 711 + ], + "score": 1.0, + "content": "and the Neural Network", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 709, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 153, + 723 + ], + "score": 1.0, + "content": "parameters", + "type": "text" + }, + { + "bbox": [ + 153, + 712, + 162, + 720 + ], + "score": 0.78, + "content": "w", + "type": "inline_equation" + }, + { + "bbox": [ + 162, + 709, + 432, + 723 + ], + "score": 1.0, + "content": "that maximize the likelihood function. Since the random variables", + "type": "text" + }, + { + "bbox": [ + 432, + 711, + 470, + 721 + ], + "score": 0.89, + "content": "y _ { 1 } , . . . , y _ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 470, + 709, + 505, + 723 + ], + "score": 1.0, + "content": "are hid-", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 106, + 721, + 506, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 506, + 733 + ], + "score": 1.0, + "content": "den, we can apply the EM algorithm to find the maximum-likelihood parameter set. In the E-step of", + "type": "text" + } + ], + "index": 47 + } + ], + "index": 46 + } + ], + "page_idx": 1, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 108, + 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 2017", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 751, + 309, + 760 + ], + "lines": [ + { + "bbox": [ + 301, + 750, + 310, + 763 + ], + "spans": [ + { + "bbox": [ + 301, + 750, + 310, + 763 + ], + "score": 1.0, + "content": "2", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 203 + ], + "lines": [ + { + "bbox": [ + 105, + 83, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 83, + 505, + 95 + ], + "score": 1.0, + "content": "In spite of the huge success of deep learning there are not many studies that have explicitly attempted", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 94, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 94, + 505, + 106 + ], + "score": 1.0, + "content": "to address the problem of Neural Net (NN) training using data with unreliable labels. Larsen et al.", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 505, + 117 + ], + "score": 1.0, + "content": "(1998) introduced a single noise parameter that can be calculated by adding a new regularization", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 116, + 504, + 127 + ], + "spans": [ + { + "bbox": [ + 105, + 116, + 504, + 127 + ], + "score": 1.0, + "content": "term and cross validation. Minh & Hinton (2012) proposed a more realistic noise model that de-", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 127, + 505, + 138 + ], + "spans": [ + { + "bbox": [ + 105, + 127, + 505, + 138 + ], + "score": 1.0, + "content": "pends on the true label. However, they only considered the binary classification case. Sukhbaatar", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 136, + 506, + 151 + ], + "spans": [ + { + "bbox": [ + 105, + 136, + 506, + 151 + ], + "score": 1.0, + "content": "& Fergus (2014) recently proposed adding a constrained linear layer at the top of the softmax layer,", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 149, + 505, + 161 + ], + "spans": [ + { + "bbox": [ + 105, + 149, + 505, + 161 + ], + "score": 1.0, + "content": "and showed that only under some strong assumptions can the linear layer be interpreted as the tran-", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 160, + 505, + 171 + ], + "spans": [ + { + "bbox": [ + 106, + 160, + 505, + 171 + ], + "score": 1.0, + "content": "sition matrix between the true and noisy (observed) labels and the softmax output layer as the true", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 169, + 505, + 183 + ], + "spans": [ + { + "bbox": [ + 105, + 169, + 505, + 183 + ], + "score": 1.0, + "content": "probabilities of the labels. Reed et al. (2014) suggested handling the unreliability of the training data", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 181, + 505, + 194 + ], + "spans": [ + { + "bbox": [ + 105, + 181, + 505, + 194 + ], + "score": 1.0, + "content": "labels by maximizing the likelihood function with an additional classification entropy regularization", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 192, + 130, + 204 + ], + "spans": [ + { + "bbox": [ + 105, + 192, + 130, + 204 + ], + "score": 1.0, + "content": "term.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 5, + "bbox_fs": [ + 105, + 83, + 506, + 204 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 209, + 505, + 362 + ], + "lines": [ + { + "bbox": [ + 106, + 208, + 505, + 222 + ], + "spans": [ + { + "bbox": [ + 106, + 208, + 505, + 222 + ], + "score": 1.0, + "content": "The correct unknown label can be viewed as a hidden random variable. Hence, it is natural to apply", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 220, + 506, + 232 + ], + "spans": [ + { + "bbox": [ + 105, + 220, + 506, + 232 + ], + "score": 1.0, + "content": "the EM algorithm where in the E-step we estimate the true label and in the M-step we retrain the", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 104, + 230, + 506, + 244 + ], + "spans": [ + { + "bbox": [ + 104, + 230, + 506, + 244 + ], + "score": 1.0, + "content": "network. Several variations of this paradigm have been proposed (e.g. Minh & Hinton (2012),", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 240, + 506, + 256 + ], + "spans": [ + { + "bbox": [ + 105, + 240, + 506, + 256 + ], + "score": 1.0, + "content": "Bekker & Goldberger (2016)). However, iterating between EM-steps and neural network training", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 252, + 506, + 265 + ], + "spans": [ + { + "bbox": [ + 105, + 252, + 506, + 265 + ], + "score": 1.0, + "content": "does not scale well. In this study we use latent variable probabilistic modeling but we optimize the", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 263, + 505, + 277 + ], + "spans": [ + { + "bbox": [ + 106, + 263, + 505, + 277 + ], + "score": 1.0, + "content": "likelihood score function within the framework of neural networks. Current noisy label approaches", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 275, + 506, + 287 + ], + "spans": [ + { + "bbox": [ + 105, + 275, + 506, + 287 + ], + "score": 1.0, + "content": "assume either implicitly or explicitly that, given the correct label, the noisy label is independent", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 285, + 506, + 298 + ], + "spans": [ + { + "bbox": [ + 105, + 285, + 506, + 298 + ], + "score": 1.0, + "content": "of the feature vector. This assumption is probably needed to simplify the modeling and derive", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 297, + 506, + 309 + ], + "spans": [ + { + "bbox": [ + 105, + 297, + 506, + 309 + ], + "score": 1.0, + "content": "applicable learning algorithms. However, in many cases this assumption is not realistic since a", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 308, + 506, + 321 + ], + "spans": [ + { + "bbox": [ + 105, + 308, + 506, + 321 + ], + "score": 1.0, + "content": "wrong annotation is more likely to occur in cases where the features are misleading. By contrast,", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 318, + 506, + 331 + ], + "spans": [ + { + "bbox": [ + 105, + 318, + 506, + 331 + ], + "score": 1.0, + "content": "our framework makes it easy to extend the proposed learning algorithm to the case where the noise", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 330, + 505, + 341 + ], + "spans": [ + { + "bbox": [ + 106, + 330, + 505, + 341 + ], + "score": 1.0, + "content": "is dependent on both the correct label and the input features. In the next section we describe a model", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 340, + 506, + 353 + ], + "spans": [ + { + "bbox": [ + 105, + 340, + 506, + 353 + ], + "score": 1.0, + "content": "formulation and review the EM based approach. In Section 3 we described our method which is", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 351, + 482, + 364 + ], + "spans": [ + { + "bbox": [ + 105, + 351, + 482, + 364 + ], + "score": 1.0, + "content": "based on adding another softmax layer to the network and in Section 4 we present our results.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 17.5, + "bbox_fs": [ + 104, + 208, + 506, + 364 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 379, + 393, + 392 + ], + "lines": [ + { + "bbox": [ + 105, + 378, + 394, + 393 + ], + "spans": [ + { + "bbox": [ + 105, + 378, + 394, + 393 + ], + "score": 1.0, + "content": "2 A PROBABILISTIC FRAMEWORK FOR NOISY LABELS", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 25 + }, + { + "type": "text", + "bbox": [ + 106, + 403, + 505, + 492 + ], + "lines": [ + { + "bbox": [ + 105, + 403, + 505, + 416 + ], + "spans": [ + { + "bbox": [ + 105, + 403, + 385, + 416 + ], + "score": 1.0, + "content": "Assume we want to train a multi-class neural-network soft-classifier", + "type": "text" + }, + { + "bbox": [ + 385, + 403, + 443, + 416 + ], + "score": 0.93, + "content": "p ( y = i | x ; w )", + "type": "inline_equation" + }, + { + "bbox": [ + 443, + 403, + 472, + 416 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 472, + 406, + 479, + 414 + ], + "score": 0.79, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 479, + 403, + 505, + 416 + ], + "score": 1.0, + "content": "is the", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 414, + 506, + 427 + ], + "spans": [ + { + "bbox": [ + 105, + 414, + 168, + 427 + ], + "score": 1.0, + "content": "feature vector,", + "type": "text" + }, + { + "bbox": [ + 168, + 417, + 177, + 425 + ], + "score": 0.71, + "content": "w", + "type": "inline_equation" + }, + { + "bbox": [ + 178, + 414, + 316, + 427 + ], + "score": 1.0, + "content": "is the network parameter-set and", + "type": "text" + }, + { + "bbox": [ + 317, + 416, + 322, + 425 + ], + "score": 0.74, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 322, + 414, + 443, + 427 + ], + "score": 1.0, + "content": "is a member of the class-set", + "type": "text" + }, + { + "bbox": [ + 444, + 415, + 482, + 426 + ], + "score": 0.93, + "content": "\\{ 1 , . . . , k \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 482, + 414, + 506, + 427 + ], + "score": 1.0, + "content": ". We", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 426, + 505, + 438 + ], + "spans": [ + { + "bbox": [ + 105, + 426, + 459, + 438 + ], + "score": 1.0, + "content": "further assume that in the training process we cannot directly observe the correct label", + "type": "text" + }, + { + "bbox": [ + 459, + 428, + 465, + 437 + ], + "score": 0.81, + "content": "y", + "type": "inline_equation" + }, + { + "bbox": [ + 466, + 426, + 505, + 438 + ], + "score": 1.0, + "content": ". Instead,", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 436, + 506, + 450 + ], + "spans": [ + { + "bbox": [ + 105, + 436, + 324, + 450 + ], + "score": 1.0, + "content": "we only have access to a noisy version of it denoted by", + "type": "text" + }, + { + "bbox": [ + 325, + 439, + 331, + 447 + ], + "score": 0.77, + "content": "z", + "type": "inline_equation" + }, + { + "bbox": [ + 331, + 436, + 506, + 450 + ], + "score": 1.0, + "content": ". Here we follow the probabilistic modeling", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 448, + 505, + 460 + ], + "spans": [ + { + "bbox": [ + 106, + 448, + 318, + 460 + ], + "score": 1.0, + "content": "and the EM learning approach described in Bekker", + "type": "text" + }, + { + "bbox": [ + 318, + 448, + 327, + 458 + ], + "score": 0.36, + "content": "\\&", + "type": "inline_equation" + }, + { + "bbox": [ + 328, + 448, + 505, + 460 + ], + "score": 1.0, + "content": "Goldberger (2016). In this approach noise", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 104, + 458, + 505, + 472 + ], + "spans": [ + { + "bbox": [ + 104, + 458, + 465, + 472 + ], + "score": 1.0, + "content": "generation is assumed to be independent of the features and is modeled by a parameter", + "type": "text" + }, + { + "bbox": [ + 465, + 459, + 505, + 471 + ], + "score": 0.92, + "content": "\\theta ( i , j ) =", + "type": "inline_equation" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 469, + 506, + 483 + ], + "spans": [ + { + "bbox": [ + 106, + 469, + 172, + 482 + ], + "score": 0.91, + "content": "{ \\bar { p } } ( z = j | y = i )", + "type": "inline_equation" + }, + { + "bbox": [ + 172, + 469, + 506, + 483 + ], + "score": 1.0, + "content": ". The noise distribution is unknown and we want to learn it as part of the training", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 104, + 480, + 429, + 493 + ], + "spans": [ + { + "bbox": [ + 104, + 480, + 304, + 493 + ], + "score": 1.0, + "content": "phase. The probability of observing a noisy label", + "type": "text" + }, + { + "bbox": [ + 304, + 482, + 311, + 490 + ], + "score": 0.79, + "content": "z", + "type": "inline_equation" + }, + { + "bbox": [ + 311, + 480, + 408, + 493 + ], + "score": 1.0, + "content": "given the feature vector", + "type": "text" + }, + { + "bbox": [ + 408, + 483, + 415, + 490 + ], + "score": 0.79, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 416, + 480, + 429, + 493 + ], + "score": 1.0, + "content": "is:", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 29.5, + "bbox_fs": [ + 104, + 403, + 506, + 493 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 194, + 496, + 417, + 531 + ], + "lines": [ + { + "bbox": [ + 194, + 496, + 417, + 531 + ], + "spans": [ + { + "bbox": [ + 194, + 496, + 417, + 531 + ], + "score": 0.94, + "content": "p ( z = j | x ; w , \\theta ) = \\sum _ { i = 1 } ^ { k } p ( z = j | y = i ; \\theta ) p ( y = i | x ; w )", + "type": "interline_equation", + "image_path": "3174a65303a5d871a7931d756f6f28dd9e6b5cc5e50868add78dc96ed833376b.jpg" + } + ] + } + ], + "index": 34.5, + "virtual_lines": [ + { + "bbox": [ + 194, + 496, + 417, + 513.5 + ], + "spans": [], + "index": 34 + }, + { + "bbox": [ + 194, + 513.5, + 417, + 531.0 + ], + "spans": [], + "index": 35 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 534, + 442, + 546 + ], + "lines": [ + { + "bbox": [ + 105, + 533, + 443, + 548 + ], + "spans": [ + { + "bbox": [ + 105, + 533, + 133, + 548 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 535, + 140, + 545 + ], + "score": 0.83, + "content": "k", + "type": "inline_equation" + }, + { + "bbox": [ + 140, + 533, + 443, + 548 + ], + "score": 1.0, + "content": "is the number of classes. The model is illustrated in the following diagram:", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 36, + "bbox_fs": [ + 105, + 533, + 443, + 548 + ] + }, + { + "type": "image", + "bbox": [ + 193, + 558, + 417, + 608 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 193, + 558, + 417, + 608 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 193, + 558, + 417, + 608 + ], + "spans": [ + { + "bbox": [ + 193, + 558, + 417, + 608 + ], + "score": 0.941, + "type": "image", + "image_path": "1e4a22f34a78167a2db61ba5826f72663e93013dabefc529b4d83b852b8bf7ca.jpg" + } + ] + } + ], + "index": 38, + "virtual_lines": [ + { + "bbox": [ + 193, + 558, + 417, + 574.6666666666666 + ], + "spans": [], + "index": 37 + }, + { + "bbox": [ + 193, + 574.6666666666666, + 417, + 591.3333333333333 + ], + "spans": [], + "index": 38 + }, + { + "bbox": [ + 193, + 591.3333333333333, + 417, + 607.9999999999999 + ], + "spans": [], + "index": 39 + } + ] + } + ], + "index": 38 + }, + { + "type": "text", + "bbox": [ + 108, + 622, + 505, + 656 + ], + "lines": [ + { + "bbox": [ + 105, + 622, + 504, + 635 + ], + "spans": [ + { + "bbox": [ + 105, + 622, + 252, + 635 + ], + "score": 1.0, + "content": "In the training phase we are given", + "type": "text" + }, + { + "bbox": [ + 253, + 625, + 260, + 632 + ], + "score": 0.73, + "content": "n", + "type": "inline_equation" + }, + { + "bbox": [ + 260, + 622, + 326, + 635 + ], + "score": 1.0, + "content": "feature vectors", + "type": "text" + }, + { + "bbox": [ + 326, + 624, + 366, + 634 + ], + "score": 0.9, + "content": "x _ { 1 } , . . . , x _ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 366, + 622, + 504, + 635 + ], + "score": 1.0, + "content": "with the corresponding noisy la-", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 632, + 505, + 647 + ], + "spans": [ + { + "bbox": [ + 105, + 632, + 125, + 647 + ], + "score": 1.0, + "content": "bels", + "type": "text" + }, + { + "bbox": [ + 126, + 635, + 163, + 645 + ], + "score": 0.9, + "content": "z _ { 1 } , . . . , z _ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 163, + 632, + 424, + 647 + ], + "score": 1.0, + "content": "which are viewed as noisy versions of the correct hidden labels", + "type": "text" + }, + { + "bbox": [ + 424, + 635, + 462, + 645 + ], + "score": 0.9, + "content": "y _ { 1 } , . . . , y _ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 462, + 632, + 505, + 647 + ], + "score": 1.0, + "content": ". The log-", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 644, + 260, + 656 + ], + "spans": [ + { + "bbox": [ + 106, + 644, + 260, + 656 + ], + "score": 1.0, + "content": "likelihood of the model parameters is:", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 41, + "bbox_fs": [ + 105, + 622, + 505, + 656 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 195, + 660, + 415, + 695 + ], + "lines": [ + { + "bbox": [ + 195, + 660, + 415, + 695 + ], + "spans": [ + { + "bbox": [ + 195, + 660, + 415, + 695 + ], + "score": 0.94, + "content": "L ( w , \\theta ) = \\sum _ { t = 1 } ^ { n } \\log ( \\sum _ { i = 1 } ^ { k } p ( z _ { t } | y _ { t } = i ; \\theta ) p ( y _ { t } = i | x _ { t } ; w ) )", + "type": "interline_equation", + "image_path": "6d8c6a9c88a64516018613ff6752c442a835ba062d4ab3270f4e44d9f5237e40.jpg" + } + ] + } + ], + "index": 43.5, + "virtual_lines": [ + { + "bbox": [ + 195, + 660, + 415, + 677.5 + ], + "spans": [], + "index": 43 + }, + { + "bbox": [ + 195, + 677.5, + 415, + 695.0 + ], + "spans": [], + "index": 44 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 698, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 698, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 698, + 398, + 711 + ], + "score": 1.0, + "content": "Based on the training data, the goal is to find both the noise distribution", + "type": "text" + }, + { + "bbox": [ + 398, + 699, + 405, + 709 + ], + "score": 0.81, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 405, + 698, + 505, + 711 + ], + "score": 1.0, + "content": "and the Neural Network", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 709, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 153, + 723 + ], + "score": 1.0, + "content": "parameters", + "type": "text" + }, + { + "bbox": [ + 153, + 712, + 162, + 720 + ], + "score": 0.78, + "content": "w", + "type": "inline_equation" + }, + { + "bbox": [ + 162, + 709, + 432, + 723 + ], + "score": 1.0, + "content": "that maximize the likelihood function. Since the random variables", + "type": "text" + }, + { + "bbox": [ + 432, + 711, + 470, + 721 + ], + "score": 0.89, + "content": "y _ { 1 } , . . . , y _ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 470, + 709, + 505, + 723 + ], + "score": 1.0, + "content": "are hid-", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 106, + 721, + 506, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 506, + 733 + ], + "score": 1.0, + "content": "den, we can apply the EM algorithm to find the maximum-likelihood parameter set. In the E-step of", + "type": "text" + } + ], + "index": 47 + } + ], + "index": 46, + "bbox_fs": [ + 105, + 698, + 506, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 104, + 82, + 505, + 105 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 505, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 505, + 96 + ], + "score": 1.0, + "content": "each EM iteration we estimate the hidden true data labels based on the noisy labels and the current", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 104, + 95, + 156, + 105 + ], + "spans": [ + { + "bbox": [ + 104, + 95, + 156, + 105 + ], + "score": 1.0, + "content": "parameters:", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "interline_equation", + "bbox": [ + 169, + 111, + 442, + 126 + ], + "lines": [ + { + "bbox": [ + 169, + 111, + 442, + 126 + ], + "spans": [ + { + "bbox": [ + 169, + 111, + 442, + 126 + ], + "score": 0.89, + "content": "c _ { t i } = p ( y _ { t } = i | x _ { t } , z _ { t } ; w _ { 0 } , \\theta _ { 0 } ) , \\qquad i = 1 , . . . , k , \\qquad t = 1 , . . . , n", + "type": "interline_equation", + "image_path": "85e0d18026d511e66ac0c48812e34466e1bac4fb56ae27cc54b50d9c17be02a1.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 169, + 111, + 442, + 126 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 132, + 504, + 155 + ], + "lines": [ + { + "bbox": [ + 106, + 132, + 505, + 145 + ], + "spans": [ + { + "bbox": [ + 106, + 132, + 133, + 145 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 134, + 146, + 143 + ], + "score": 0.85, + "content": "w _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 147, + 132, + 165, + 145 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 165, + 133, + 176, + 143 + ], + "score": 0.89, + "content": "\\theta _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 176, + 132, + 505, + 145 + ], + "score": 1.0, + "content": "are the current parameter estimations. In the M-step we update both the NN and", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 143, + 462, + 155 + ], + "spans": [ + { + "bbox": [ + 106, + 143, + 462, + 155 + ], + "score": 1.0, + "content": "the noisy channel parameters. The updated noise distribution has a closed-form solution.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + }, + { + "type": "interline_equation", + "bbox": [ + 208, + 160, + 403, + 190 + ], + "lines": [ + { + "bbox": [ + 208, + 160, + 403, + 190 + ], + "spans": [ + { + "bbox": [ + 208, + 160, + 403, + 190 + ], + "score": 0.92, + "content": "\\theta ( i , j ) = \\frac { \\sum _ { t } c _ { t i } 1 _ { \\{ z _ { t } = j \\} } } { \\sum _ { t } c _ { t i } } , \\qquad i , j \\in \\{ 1 , . . . , k \\}", + "type": "interline_equation", + "image_path": "e7fa0a5c27c006b68395bae63f622ab672b92901f89525bd4ab39b92bea11a7b.jpg" + } + ] + } + ], + "index": 5.5, + "virtual_lines": [ + { + "bbox": [ + 208, + 160, + 403, + 175.0 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 208, + 175.0, + 403, + 190.0 + ], + "spans": [], + "index": 6 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 195, + 505, + 229 + ], + "lines": [ + { + "bbox": [ + 106, + 195, + 505, + 207 + ], + "spans": [ + { + "bbox": [ + 106, + 195, + 124, + 207 + ], + "score": 1.0, + "content": "The", + "type": "text" + }, + { + "bbox": [ + 124, + 196, + 149, + 206 + ], + "score": 0.9, + "content": "k \\times k", + "type": "inline_equation" + }, + { + "bbox": [ + 149, + 195, + 178, + 207 + ], + "score": 1.0, + "content": "matrix", + "type": "text" + }, + { + "bbox": [ + 178, + 196, + 185, + 205 + ], + "score": 0.82, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 185, + 195, + 505, + 207 + ], + "score": 1.0, + "content": "can be viewed as a confusion matrix between the soft estimates of the true label", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 107, + 207, + 505, + 219 + ], + "spans": [ + { + "bbox": [ + 107, + 207, + 177, + 219 + ], + "score": 0.91, + "content": "\\{ c _ { t i } | i = 1 , . . . , k \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 177, + 207, + 300, + 219 + ], + "score": 1.0, + "content": "and the observed noisy labels", + "type": "text" + }, + { + "bbox": [ + 301, + 208, + 310, + 218 + ], + "score": 0.83, + "content": "z _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 310, + 207, + 505, + 219 + ], + "score": 1.0, + "content": ". As part of the EM M-step, to find the updated", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 218, + 357, + 230 + ], + "spans": [ + { + "bbox": [ + 105, + 218, + 165, + 230 + ], + "score": 1.0, + "content": "NN parameter", + "type": "text" + }, + { + "bbox": [ + 166, + 220, + 174, + 227 + ], + "score": 0.76, + "content": "w", + "type": "inline_equation" + }, + { + "bbox": [ + 175, + 218, + 357, + 230 + ], + "score": 1.0, + "content": "we need to maximize the following function:", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8 + }, + { + "type": "interline_equation", + "bbox": [ + 226, + 235, + 385, + 271 + ], + "lines": [ + { + "bbox": [ + 226, + 235, + 385, + 271 + ], + "spans": [ + { + "bbox": [ + 226, + 235, + 385, + 271 + ], + "score": 0.95, + "content": "S ( w ) = \\sum _ { t = 1 } ^ { n } \\sum _ { i = 1 } ^ { k } c _ { t i } \\log p ( y _ { t } = i | x _ { t } ; w )", + "type": "interline_equation", + "image_path": "a5b04b4e362ecab82ea45a3d14f14ddc66389e23f6591a0c9167c806ade9ce1a.jpg" + } + ] + } + ], + "index": 10.5, + "virtual_lines": [ + { + "bbox": [ + 226, + 235, + 385, + 253.0 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 226, + 253.0, + 385, + 271.0 + ], + "spans": [], + "index": 11 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 276, + 505, + 309 + ], + "lines": [ + { + "bbox": [ + 105, + 275, + 505, + 289 + ], + "spans": [ + { + "bbox": [ + 105, + 275, + 505, + 289 + ], + "score": 1.0, + "content": "which is a soft-version of the likelihood function of the fully observed case, based on the current", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 288, + 505, + 299 + ], + "spans": [ + { + "bbox": [ + 105, + 288, + 505, + 299 + ], + "score": 1.0, + "content": "estimate of the true labels. The back-propagation derivatives of the function (5) that we maximize", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 297, + 180, + 311 + ], + "spans": [ + { + "bbox": [ + 105, + 297, + 180, + 311 + ], + "score": 1.0, + "content": "in the M-step are:", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 13 + }, + { + "type": "interline_equation", + "bbox": [ + 183, + 316, + 428, + 349 + ], + "lines": [ + { + "bbox": [ + 183, + 316, + 428, + 349 + ], + "spans": [ + { + "bbox": [ + 183, + 316, + 428, + 349 + ], + "score": 0.93, + "content": "{ \\frac { \\partial S } { \\partial u _ { i } } } = \\sum _ { t = 1 } ^ { n } ( p ( y _ { t } = i | x _ { t } , z _ { t } ; w _ { 0 } , \\theta _ { 0 } ) - p ( y _ { t } = i | x _ { t } ; w ) ) h ( x _ { t } )", + "type": "interline_equation", + "image_path": "8f190355dd78cf55144a07023310d82965393b90e9cf4a3fe3f436ec6fd7c928.jpg" + } + ] + } + ], + "index": 16, + "virtual_lines": [ + { + "bbox": [ + 183, + 316, + 428, + 327.0 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 183, + 327.0, + 428, + 338.0 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 183, + 338.0, + 428, + 349.0 + ], + "spans": [], + "index": 17 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 355, + 495, + 367 + ], + "lines": [ + { + "bbox": [ + 105, + 354, + 496, + 369 + ], + "spans": [ + { + "bbox": [ + 105, + 354, + 145, + 369 + ], + "score": 1.0, + "content": "such that", + "type": "text" + }, + { + "bbox": [ + 145, + 356, + 152, + 365 + ], + "score": 0.83, + "content": "h", + "type": "inline_equation" + }, + { + "bbox": [ + 152, + 354, + 266, + 369 + ], + "score": 1.0, + "content": "is the final hidden layer and", + "type": "text" + }, + { + "bbox": [ + 266, + 357, + 305, + 367 + ], + "score": 0.91, + "content": "u _ { 1 } , . . . , u _ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 305, + 354, + 496, + 369 + ], + "score": 1.0, + "content": "are the parameters of the soft-max output layer.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 18 + }, + { + "type": "text", + "bbox": [ + 106, + 371, + 505, + 529 + ], + "lines": [ + { + "bbox": [ + 106, + 372, + 505, + 384 + ], + "spans": [ + { + "bbox": [ + 106, + 372, + 505, + 384 + ], + "score": 1.0, + "content": "The method reviewed here is closely related to the work of Minh & Hinton (2012). They addressed", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 382, + 506, + 396 + ], + "spans": [ + { + "bbox": [ + 105, + 382, + 506, + 396 + ], + "score": 1.0, + "content": "the problem of mislabeled data points in a particular type of dataset (aerial images). The main", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 393, + 506, + 407 + ], + "spans": [ + { + "bbox": [ + 105, + 393, + 506, + 407 + ], + "score": 1.0, + "content": "difference is that in their approach they assumed that they do not learn the noise parameter. Instead", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 405, + 505, + 417 + ], + "spans": [ + { + "bbox": [ + 106, + 405, + 505, + 417 + ], + "score": 1.0, + "content": "they assume that the noise model can be separately tuned using a validation set or set by hand. Note", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 416, + 505, + 429 + ], + "spans": [ + { + "bbox": [ + 105, + 416, + 505, + 429 + ], + "score": 1.0, + "content": "that even if the true noise parameters are given, we still need the apply the EM iterative procedure.", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 426, + 505, + 439 + ], + "spans": [ + { + "bbox": [ + 105, + 426, + 505, + 439 + ], + "score": 1.0, + "content": "However, this assumption makes the interaction between the E-step and the NN learning much", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 438, + 505, + 451 + ], + "spans": [ + { + "bbox": [ + 105, + 438, + 249, + 451 + ], + "score": 1.0, + "content": "easier since each time a data-point", + "type": "text" + }, + { + "bbox": [ + 249, + 439, + 259, + 449 + ], + "score": 0.85, + "content": "x _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 260, + 438, + 384, + 451 + ], + "score": 1.0, + "content": "is visited we can compute the", + "type": "text" + }, + { + "bbox": [ + 385, + 438, + 450, + 450 + ], + "score": 0.93, + "content": "\\mathsf { \\tilde { p } } ( y _ { t } = i | x _ { t } , z _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 450, + 438, + 505, + 451 + ], + "score": 1.0, + "content": "based on the", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 448, + 505, + 461 + ], + "spans": [ + { + "bbox": [ + 105, + 448, + 505, + 461 + ], + "score": 1.0, + "content": "current network parameters and the pre-defined noise parameters. Motivated by the need for model", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 104, + 459, + 506, + 474 + ], + "spans": [ + { + "bbox": [ + 104, + 459, + 506, + 474 + ], + "score": 1.0, + "content": "compression, Hinton et al. (2014) introduced an approach to learn a “distilled” model by training", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 104, + 470, + 505, + 483 + ], + "spans": [ + { + "bbox": [ + 104, + 470, + 505, + 483 + ], + "score": 1.0, + "content": "a more compact neural network to reproduce the output of a larger network. Using the notation", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 104, + 480, + 504, + 495 + ], + "spans": [ + { + "bbox": [ + 104, + 480, + 467, + 495 + ], + "score": 1.0, + "content": "defined above, in the second training stage they actually optimized the cost function:", + "type": "text" + }, + { + "bbox": [ + 468, + 482, + 504, + 494 + ], + "score": 0.91, + "content": "S ( w ) =", + "type": "inline_equation" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 491, + 507, + 513 + ], + "spans": [ + { + "bbox": [ + 106, + 493, + 326, + 508 + ], + "score": 0.87, + "content": "\\begin{array} { r } { \\sum _ { t = 1 } ^ { n } \\sum _ { i = 1 } ^ { k } p ( y _ { t } = i | x _ { t } ; w _ { 0 } , \\theta _ { 0 } ) \\log p ( y _ { t } = i ; x _ { t } ; w ) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 326, + 491, + 367, + 513 + ], + "score": 1.0, + "content": "such that", + "type": "text" + }, + { + "bbox": [ + 368, + 496, + 381, + 506 + ], + "score": 0.85, + "content": "w _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 381, + 491, + 507, + 513 + ], + "score": 1.0, + "content": "is the parameter of the larger", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 104, + 505, + 506, + 520 + ], + "spans": [ + { + "bbox": [ + 104, + 505, + 274, + 520 + ], + "score": 1.0, + "content": "network that was trained using the labels", + "type": "text" + }, + { + "bbox": [ + 275, + 509, + 312, + 518 + ], + "score": 0.83, + "content": "z _ { 1 } , . . . , z _ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 312, + 505, + 316, + 520 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 316, + 509, + 325, + 516 + ], + "score": 0.54, + "content": "w", + "type": "inline_equation" + }, + { + "bbox": [ + 325, + 505, + 506, + 520 + ], + "score": 1.0, + "content": "is the parameter of the smaller network and", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 517, + 402, + 530 + ], + "spans": [ + { + "bbox": [ + 106, + 517, + 137, + 529 + ], + "score": 0.92, + "content": "\\theta _ { 0 } ( i , j )", + "type": "inline_equation" + }, + { + "bbox": [ + 137, + 517, + 335, + 530 + ], + "score": 1.0, + "content": "in this case is a non-informative distribution (i.e.", + "type": "text" + }, + { + "bbox": [ + 335, + 517, + 395, + 529 + ], + "score": 0.92, + "content": "\\theta _ { 0 } ( \\bar { i , } j ) = 1 / k", + "type": "inline_equation" + }, + { + "bbox": [ + 396, + 517, + 402, + 530 + ], + "score": 1.0, + "content": ").", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 25.5 + }, + { + "type": "text", + "bbox": [ + 106, + 533, + 505, + 644 + ], + "lines": [ + { + "bbox": [ + 106, + 534, + 505, + 546 + ], + "spans": [ + { + "bbox": [ + 106, + 534, + 505, + 546 + ], + "score": 1.0, + "content": "There are several drawbacks to the EM-based approach described above. The EM algorithm is", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 544, + 506, + 558 + ], + "spans": [ + { + "bbox": [ + 105, + 544, + 506, + 558 + ], + "score": 1.0, + "content": "a greedy optimization procedure that is notoriously known to get stuck in local optima. Another", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 104, + 555, + 506, + 569 + ], + "spans": [ + { + "bbox": [ + 104, + 555, + 506, + 569 + ], + "score": 1.0, + "content": "potential issue with combining neural networks and EM direction is scalability. The framework", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 567, + 505, + 579 + ], + "spans": [ + { + "bbox": [ + 105, + 567, + 505, + 579 + ], + "score": 1.0, + "content": "requires training a neural network in each iteration of the EM algorithm. For real-world, large-scale", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 104, + 578, + 505, + 590 + ], + "spans": [ + { + "bbox": [ + 104, + 578, + 505, + 590 + ], + "score": 1.0, + "content": "networks, even a single training iteration is a non-trivial challenge. Moreover, in many domains", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 104, + 588, + 506, + 602 + ], + "spans": [ + { + "bbox": [ + 104, + 588, + 506, + 602 + ], + "score": 1.0, + "content": "(e.g. object recognition in images) the number of labels is very large, so many EM iterations are", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 599, + 506, + 613 + ], + "spans": [ + { + "bbox": [ + 105, + 599, + 506, + 613 + ], + "score": 1.0, + "content": "likely to be needed for convergence. Another drawback of the probabilistic models is that they are", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 610, + 505, + 623 + ], + "spans": [ + { + "bbox": [ + 105, + 610, + 505, + 623 + ], + "score": 1.0, + "content": "based on the simplistic assumption that the noise error is only based on the true labels but not on the", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 622, + 506, + 635 + ], + "spans": [ + { + "bbox": [ + 105, + 622, + 506, + 635 + ], + "score": 1.0, + "content": "input features. In this study we propose a method for training neural networks with noisy labels that", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 632, + 276, + 645 + ], + "spans": [ + { + "bbox": [ + 105, + 632, + 276, + 645 + ], + "score": 1.0, + "content": "successfully addresses all these problems.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 37.5 + }, + { + "type": "title", + "bbox": [ + 106, + 662, + 498, + 675 + ], + "lines": [ + { + "bbox": [ + 105, + 661, + 500, + 676 + ], + "spans": [ + { + "bbox": [ + 105, + 661, + 500, + 676 + ], + "score": 1.0, + "content": "3 TRAINING DEEP NEURAL NETWORKS USING A NOISE ADAPTATION LAYER", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 43 + }, + { + "type": "text", + "bbox": [ + 107, + 687, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 687, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 506, + 700 + ], + "score": 1.0, + "content": "In the previous section we utilized the EM algorithm to optimize the noisy-label likelihood function", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "(2). In this section we describe an algorithm that optimizes the same function within the framework", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "of neural networks. Assume the neural network classifier we are using is based on non-linear inter-", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 721, + 505, + 732 + ], + "spans": [ + { + "bbox": [ + 105, + 721, + 505, + 732 + ], + "score": 1.0, + "content": "mediate layers followed by a soft-max output layer used for soft classification. Denote the non-linear", + "type": "text" + } + ], + "index": 47 + } + ], + "index": 45.5 + } + ], + "page_idx": 2, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 26, + 293, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 294, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 294, + 38 + ], + "score": 1.0, + "content": "Published as a conference paper at ICLR 2017", + "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": [ + 104, + 82, + 505, + 105 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 505, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 505, + 96 + ], + "score": 1.0, + "content": "each EM iteration we estimate the hidden true data labels based on the noisy labels and the current", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 104, + 95, + 156, + 105 + ], + "spans": [ + { + "bbox": [ + 104, + 95, + 156, + 105 + ], + "score": 1.0, + "content": "parameters:", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5, + "bbox_fs": [ + 104, + 81, + 505, + 105 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 169, + 111, + 442, + 126 + ], + "lines": [ + { + "bbox": [ + 169, + 111, + 442, + 126 + ], + "spans": [ + { + "bbox": [ + 169, + 111, + 442, + 126 + ], + "score": 0.89, + "content": "c _ { t i } = p ( y _ { t } = i | x _ { t } , z _ { t } ; w _ { 0 } , \\theta _ { 0 } ) , \\qquad i = 1 , . . . , k , \\qquad t = 1 , . . . , n", + "type": "interline_equation", + "image_path": "85e0d18026d511e66ac0c48812e34466e1bac4fb56ae27cc54b50d9c17be02a1.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 169, + 111, + 442, + 126 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 132, + 504, + 155 + ], + "lines": [ + { + "bbox": [ + 106, + 132, + 505, + 145 + ], + "spans": [ + { + "bbox": [ + 106, + 132, + 133, + 145 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 134, + 146, + 143 + ], + "score": 0.85, + "content": "w _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 147, + 132, + 165, + 145 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 165, + 133, + 176, + 143 + ], + "score": 0.89, + "content": "\\theta _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 176, + 132, + 505, + 145 + ], + "score": 1.0, + "content": "are the current parameter estimations. In the M-step we update both the NN and", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 143, + 462, + 155 + ], + "spans": [ + { + "bbox": [ + 106, + 143, + 462, + 155 + ], + "score": 1.0, + "content": "the noisy channel parameters. The updated noise distribution has a closed-form solution.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5, + "bbox_fs": [ + 106, + 132, + 505, + 155 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 208, + 160, + 403, + 190 + ], + "lines": [ + { + "bbox": [ + 208, + 160, + 403, + 190 + ], + "spans": [ + { + "bbox": [ + 208, + 160, + 403, + 190 + ], + "score": 0.92, + "content": "\\theta ( i , j ) = \\frac { \\sum _ { t } c _ { t i } 1 _ { \\{ z _ { t } = j \\} } } { \\sum _ { t } c _ { t i } } , \\qquad i , j \\in \\{ 1 , . . . , k \\}", + "type": "interline_equation", + "image_path": "e7fa0a5c27c006b68395bae63f622ab672b92901f89525bd4ab39b92bea11a7b.jpg" + } + ] + } + ], + "index": 5.5, + "virtual_lines": [ + { + "bbox": [ + 208, + 160, + 403, + 175.0 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 208, + 175.0, + 403, + 190.0 + ], + "spans": [], + "index": 6 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 195, + 505, + 229 + ], + "lines": [ + { + "bbox": [ + 106, + 195, + 505, + 207 + ], + "spans": [ + { + "bbox": [ + 106, + 195, + 124, + 207 + ], + "score": 1.0, + "content": "The", + "type": "text" + }, + { + "bbox": [ + 124, + 196, + 149, + 206 + ], + "score": 0.9, + "content": "k \\times k", + "type": "inline_equation" + }, + { + "bbox": [ + 149, + 195, + 178, + 207 + ], + "score": 1.0, + "content": "matrix", + "type": "text" + }, + { + "bbox": [ + 178, + 196, + 185, + 205 + ], + "score": 0.82, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 185, + 195, + 505, + 207 + ], + "score": 1.0, + "content": "can be viewed as a confusion matrix between the soft estimates of the true label", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 107, + 207, + 505, + 219 + ], + "spans": [ + { + "bbox": [ + 107, + 207, + 177, + 219 + ], + "score": 0.91, + "content": "\\{ c _ { t i } | i = 1 , . . . , k \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 177, + 207, + 300, + 219 + ], + "score": 1.0, + "content": "and the observed noisy labels", + "type": "text" + }, + { + "bbox": [ + 301, + 208, + 310, + 218 + ], + "score": 0.83, + "content": "z _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 310, + 207, + 505, + 219 + ], + "score": 1.0, + "content": ". As part of the EM M-step, to find the updated", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 218, + 357, + 230 + ], + "spans": [ + { + "bbox": [ + 105, + 218, + 165, + 230 + ], + "score": 1.0, + "content": "NN parameter", + "type": "text" + }, + { + "bbox": [ + 166, + 220, + 174, + 227 + ], + "score": 0.76, + "content": "w", + "type": "inline_equation" + }, + { + "bbox": [ + 175, + 218, + 357, + 230 + ], + "score": 1.0, + "content": "we need to maximize the following function:", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8, + "bbox_fs": [ + 105, + 195, + 505, + 230 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 226, + 235, + 385, + 271 + ], + "lines": [ + { + "bbox": [ + 226, + 235, + 385, + 271 + ], + "spans": [ + { + "bbox": [ + 226, + 235, + 385, + 271 + ], + "score": 0.95, + "content": "S ( w ) = \\sum _ { t = 1 } ^ { n } \\sum _ { i = 1 } ^ { k } c _ { t i } \\log p ( y _ { t } = i | x _ { t } ; w )", + "type": "interline_equation", + "image_path": "a5b04b4e362ecab82ea45a3d14f14ddc66389e23f6591a0c9167c806ade9ce1a.jpg" + } + ] + } + ], + "index": 10.5, + "virtual_lines": [ + { + "bbox": [ + 226, + 235, + 385, + 253.0 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 226, + 253.0, + 385, + 271.0 + ], + "spans": [], + "index": 11 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 276, + 505, + 309 + ], + "lines": [ + { + "bbox": [ + 105, + 275, + 505, + 289 + ], + "spans": [ + { + "bbox": [ + 105, + 275, + 505, + 289 + ], + "score": 1.0, + "content": "which is a soft-version of the likelihood function of the fully observed case, based on the current", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 288, + 505, + 299 + ], + "spans": [ + { + "bbox": [ + 105, + 288, + 505, + 299 + ], + "score": 1.0, + "content": "estimate of the true labels. The back-propagation derivatives of the function (5) that we maximize", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 297, + 180, + 311 + ], + "spans": [ + { + "bbox": [ + 105, + 297, + 180, + 311 + ], + "score": 1.0, + "content": "in the M-step are:", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 13, + "bbox_fs": [ + 105, + 275, + 505, + 311 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 183, + 316, + 428, + 349 + ], + "lines": [ + { + "bbox": [ + 183, + 316, + 428, + 349 + ], + "spans": [ + { + "bbox": [ + 183, + 316, + 428, + 349 + ], + "score": 0.93, + "content": "{ \\frac { \\partial S } { \\partial u _ { i } } } = \\sum _ { t = 1 } ^ { n } ( p ( y _ { t } = i | x _ { t } , z _ { t } ; w _ { 0 } , \\theta _ { 0 } ) - p ( y _ { t } = i | x _ { t } ; w ) ) h ( x _ { t } )", + "type": "interline_equation", + "image_path": "8f190355dd78cf55144a07023310d82965393b90e9cf4a3fe3f436ec6fd7c928.jpg" + } + ] + } + ], + "index": 16, + "virtual_lines": [ + { + "bbox": [ + 183, + 316, + 428, + 327.0 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 183, + 327.0, + 428, + 338.0 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 183, + 338.0, + 428, + 349.0 + ], + "spans": [], + "index": 17 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 355, + 495, + 367 + ], + "lines": [ + { + "bbox": [ + 105, + 354, + 496, + 369 + ], + "spans": [ + { + "bbox": [ + 105, + 354, + 145, + 369 + ], + "score": 1.0, + "content": "such that", + "type": "text" + }, + { + "bbox": [ + 145, + 356, + 152, + 365 + ], + "score": 0.83, + "content": "h", + "type": "inline_equation" + }, + { + "bbox": [ + 152, + 354, + 266, + 369 + ], + "score": 1.0, + "content": "is the final hidden layer and", + "type": "text" + }, + { + "bbox": [ + 266, + 357, + 305, + 367 + ], + "score": 0.91, + "content": "u _ { 1 } , . . . , u _ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 305, + 354, + 496, + 369 + ], + "score": 1.0, + "content": "are the parameters of the soft-max output layer.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 18, + "bbox_fs": [ + 105, + 354, + 496, + 369 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 371, + 505, + 529 + ], + "lines": [ + { + "bbox": [ + 106, + 372, + 505, + 384 + ], + "spans": [ + { + "bbox": [ + 106, + 372, + 505, + 384 + ], + "score": 1.0, + "content": "The method reviewed here is closely related to the work of Minh & Hinton (2012). They addressed", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 382, + 506, + 396 + ], + "spans": [ + { + "bbox": [ + 105, + 382, + 506, + 396 + ], + "score": 1.0, + "content": "the problem of mislabeled data points in a particular type of dataset (aerial images). The main", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 393, + 506, + 407 + ], + "spans": [ + { + "bbox": [ + 105, + 393, + 506, + 407 + ], + "score": 1.0, + "content": "difference is that in their approach they assumed that they do not learn the noise parameter. Instead", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 405, + 505, + 417 + ], + "spans": [ + { + "bbox": [ + 106, + 405, + 505, + 417 + ], + "score": 1.0, + "content": "they assume that the noise model can be separately tuned using a validation set or set by hand. Note", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 416, + 505, + 429 + ], + "spans": [ + { + "bbox": [ + 105, + 416, + 505, + 429 + ], + "score": 1.0, + "content": "that even if the true noise parameters are given, we still need the apply the EM iterative procedure.", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 426, + 505, + 439 + ], + "spans": [ + { + "bbox": [ + 105, + 426, + 505, + 439 + ], + "score": 1.0, + "content": "However, this assumption makes the interaction between the E-step and the NN learning much", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 438, + 505, + 451 + ], + "spans": [ + { + "bbox": [ + 105, + 438, + 249, + 451 + ], + "score": 1.0, + "content": "easier since each time a data-point", + "type": "text" + }, + { + "bbox": [ + 249, + 439, + 259, + 449 + ], + "score": 0.85, + "content": "x _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 260, + 438, + 384, + 451 + ], + "score": 1.0, + "content": "is visited we can compute the", + "type": "text" + }, + { + "bbox": [ + 385, + 438, + 450, + 450 + ], + "score": 0.93, + "content": "\\mathsf { \\tilde { p } } ( y _ { t } = i | x _ { t } , z _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 450, + 438, + 505, + 451 + ], + "score": 1.0, + "content": "based on the", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 448, + 505, + 461 + ], + "spans": [ + { + "bbox": [ + 105, + 448, + 505, + 461 + ], + "score": 1.0, + "content": "current network parameters and the pre-defined noise parameters. Motivated by the need for model", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 104, + 459, + 506, + 474 + ], + "spans": [ + { + "bbox": [ + 104, + 459, + 506, + 474 + ], + "score": 1.0, + "content": "compression, Hinton et al. (2014) introduced an approach to learn a “distilled” model by training", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 104, + 470, + 505, + 483 + ], + "spans": [ + { + "bbox": [ + 104, + 470, + 505, + 483 + ], + "score": 1.0, + "content": "a more compact neural network to reproduce the output of a larger network. Using the notation", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 104, + 480, + 504, + 495 + ], + "spans": [ + { + "bbox": [ + 104, + 480, + 467, + 495 + ], + "score": 1.0, + "content": "defined above, in the second training stage they actually optimized the cost function:", + "type": "text" + }, + { + "bbox": [ + 468, + 482, + 504, + 494 + ], + "score": 0.91, + "content": "S ( w ) =", + "type": "inline_equation" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 491, + 507, + 513 + ], + "spans": [ + { + "bbox": [ + 106, + 493, + 326, + 508 + ], + "score": 0.87, + "content": "\\begin{array} { r } { \\sum _ { t = 1 } ^ { n } \\sum _ { i = 1 } ^ { k } p ( y _ { t } = i | x _ { t } ; w _ { 0 } , \\theta _ { 0 } ) \\log p ( y _ { t } = i ; x _ { t } ; w ) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 326, + 491, + 367, + 513 + ], + "score": 1.0, + "content": "such that", + "type": "text" + }, + { + "bbox": [ + 368, + 496, + 381, + 506 + ], + "score": 0.85, + "content": "w _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 381, + 491, + 507, + 513 + ], + "score": 1.0, + "content": "is the parameter of the larger", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 104, + 505, + 506, + 520 + ], + "spans": [ + { + "bbox": [ + 104, + 505, + 274, + 520 + ], + "score": 1.0, + "content": "network that was trained using the labels", + "type": "text" + }, + { + "bbox": [ + 275, + 509, + 312, + 518 + ], + "score": 0.83, + "content": "z _ { 1 } , . . . , z _ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 312, + 505, + 316, + 520 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 316, + 509, + 325, + 516 + ], + "score": 0.54, + "content": "w", + "type": "inline_equation" + }, + { + "bbox": [ + 325, + 505, + 506, + 520 + ], + "score": 1.0, + "content": "is the parameter of the smaller network and", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 517, + 402, + 530 + ], + "spans": [ + { + "bbox": [ + 106, + 517, + 137, + 529 + ], + "score": 0.92, + "content": "\\theta _ { 0 } ( i , j )", + "type": "inline_equation" + }, + { + "bbox": [ + 137, + 517, + 335, + 530 + ], + "score": 1.0, + "content": "in this case is a non-informative distribution (i.e.", + "type": "text" + }, + { + "bbox": [ + 335, + 517, + 395, + 529 + ], + "score": 0.92, + "content": "\\theta _ { 0 } ( \\bar { i , } j ) = 1 / k", + "type": "inline_equation" + }, + { + "bbox": [ + 396, + 517, + 402, + 530 + ], + "score": 1.0, + "content": ").", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 25.5, + "bbox_fs": [ + 104, + 372, + 507, + 530 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 533, + 505, + 644 + ], + "lines": [ + { + "bbox": [ + 106, + 534, + 505, + 546 + ], + "spans": [ + { + "bbox": [ + 106, + 534, + 505, + 546 + ], + "score": 1.0, + "content": "There are several drawbacks to the EM-based approach described above. The EM algorithm is", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 544, + 506, + 558 + ], + "spans": [ + { + "bbox": [ + 105, + 544, + 506, + 558 + ], + "score": 1.0, + "content": "a greedy optimization procedure that is notoriously known to get stuck in local optima. Another", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 104, + 555, + 506, + 569 + ], + "spans": [ + { + "bbox": [ + 104, + 555, + 506, + 569 + ], + "score": 1.0, + "content": "potential issue with combining neural networks and EM direction is scalability. The framework", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 567, + 505, + 579 + ], + "spans": [ + { + "bbox": [ + 105, + 567, + 505, + 579 + ], + "score": 1.0, + "content": "requires training a neural network in each iteration of the EM algorithm. For real-world, large-scale", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 104, + 578, + 505, + 590 + ], + "spans": [ + { + "bbox": [ + 104, + 578, + 505, + 590 + ], + "score": 1.0, + "content": "networks, even a single training iteration is a non-trivial challenge. Moreover, in many domains", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 104, + 588, + 506, + 602 + ], + "spans": [ + { + "bbox": [ + 104, + 588, + 506, + 602 + ], + "score": 1.0, + "content": "(e.g. object recognition in images) the number of labels is very large, so many EM iterations are", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 599, + 506, + 613 + ], + "spans": [ + { + "bbox": [ + 105, + 599, + 506, + 613 + ], + "score": 1.0, + "content": "likely to be needed for convergence. Another drawback of the probabilistic models is that they are", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 610, + 505, + 623 + ], + "spans": [ + { + "bbox": [ + 105, + 610, + 505, + 623 + ], + "score": 1.0, + "content": "based on the simplistic assumption that the noise error is only based on the true labels but not on the", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 622, + 506, + 635 + ], + "spans": [ + { + "bbox": [ + 105, + 622, + 506, + 635 + ], + "score": 1.0, + "content": "input features. In this study we propose a method for training neural networks with noisy labels that", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 632, + 276, + 645 + ], + "spans": [ + { + "bbox": [ + 105, + 632, + 276, + 645 + ], + "score": 1.0, + "content": "successfully addresses all these problems.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 37.5, + "bbox_fs": [ + 104, + 534, + 506, + 645 + ] + }, + { + "type": "title", + "bbox": [ + 106, + 662, + 498, + 675 + ], + "lines": [ + { + "bbox": [ + 105, + 661, + 500, + 676 + ], + "spans": [ + { + "bbox": [ + 105, + 661, + 500, + 676 + ], + "score": 1.0, + "content": "3 TRAINING DEEP NEURAL NETWORKS USING A NOISE ADAPTATION LAYER", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 43 + }, + { + "type": "text", + "bbox": [ + 107, + 687, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 687, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 506, + 700 + ], + "score": 1.0, + "content": "In the previous section we utilized the EM algorithm to optimize the noisy-label likelihood function", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "(2). In this section we describe an algorithm that optimizes the same function within the framework", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "of neural networks. Assume the neural network classifier we are using is based on non-linear inter-", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 721, + 505, + 732 + ], + "spans": [ + { + "bbox": [ + 105, + 721, + 505, + 732 + ], + "score": 1.0, + "content": "mediate layers followed by a soft-max output layer used for soft classification. Denote the non-linear", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 104, + 79, + 504, + 97 + ], + "spans": [ + { + "bbox": [ + 104, + 79, + 223, + 97 + ], + "score": 1.0, + "content": "function applied on an input", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 224, + 84, + 231, + 92 + ], + "score": 0.75, + "content": "x", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 231, + 79, + 245, + 97 + ], + "score": 1.0, + "content": "by", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 245, + 82, + 286, + 95 + ], + "score": 0.93, + "content": "h = h ( x )", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 286, + 79, + 497, + 97 + ], + "score": 1.0, + "content": "and denote the soft-max layer that predicts the true", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 497, + 85, + 504, + 94 + ], + "score": 0.73, + "content": "y", + "type": "inline_equation", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 104, + 91, + 145, + 109 + ], + "spans": [ + { + "bbox": [ + 104, + 91, + 145, + 109 + ], + "score": 1.0, + "content": "label by:", + "type": "text", + "cross_page": true + } + ], + "index": 1 + } + ], + "index": 45.5, + "bbox_fs": [ + 105, + 687, + 506, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 105, + 82, + 505, + 105 + ], + "lines": [ + { + "bbox": [ + 104, + 79, + 504, + 97 + ], + "spans": [ + { + "bbox": [ + 104, + 79, + 223, + 97 + ], + "score": 1.0, + "content": "function applied on an input", + "type": "text" + }, + { + "bbox": [ + 224, + 84, + 231, + 92 + ], + "score": 0.75, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 231, + 79, + 245, + 97 + ], + "score": 1.0, + "content": "by", + "type": "text" + }, + { + "bbox": [ + 245, + 82, + 286, + 95 + ], + "score": 0.93, + "content": "h = h ( x )", + "type": "inline_equation" + }, + { + "bbox": [ + 286, + 79, + 497, + 97 + ], + "score": 1.0, + "content": "and denote the soft-max layer that predicts the true", + "type": "text" + }, + { + "bbox": [ + 497, + 85, + 504, + 94 + ], + "score": 0.73, + "content": "y", + "type": "inline_equation" + } + ], + "index": 0 + }, + { + "bbox": [ + 104, + 91, + 145, + 109 + ], + "spans": [ + { + "bbox": [ + 104, + 91, + 145, + 109 + ], + "score": 1.0, + "content": "label by:", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "interline_equation", + "bbox": [ + 187, + 104, + 424, + 135 + ], + "lines": [ + { + "bbox": [ + 187, + 104, + 424, + 135 + ], + "spans": [ + { + "bbox": [ + 187, + 104, + 424, + 135 + ], + "score": 0.93, + "content": "p ( y = i | x ; w ) = \\frac { \\exp ( u _ { i } ^ { \\top } h + b _ { i } ) } { \\sum _ { l = 1 } ^ { k } \\exp ( u _ { l } ^ { \\top } h + b _ { l } ) } , \\qquad i = 1 , . . . , k", + "type": "interline_equation", + "image_path": "f7219efdcc7a41615130b394aa6eb7c7b2b42ccd6f8c501f956087ae383bf699.jpg" + } + ] + } + ], + "index": 2.5, + "virtual_lines": [ + { + "bbox": [ + 187, + 104, + 424, + 119.5 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 187, + 119.5, + 424, + 135.0 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 137, + 506, + 160 + ], + "lines": [ + { + "bbox": [ + 106, + 137, + 505, + 149 + ], + "spans": [ + { + "bbox": [ + 106, + 137, + 133, + 149 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 139, + 142, + 147 + ], + "score": 0.78, + "content": "w", + "type": "inline_equation" + }, + { + "bbox": [ + 143, + 137, + 505, + 149 + ], + "score": 1.0, + "content": "is the network parameter-set (including the softmax layer). We next add another softmax", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 148, + 469, + 161 + ], + "spans": [ + { + "bbox": [ + 106, + 148, + 258, + 161 + ], + "score": 1.0, + "content": "output layer to predict the noisy label", + "type": "text" + }, + { + "bbox": [ + 258, + 150, + 264, + 158 + ], + "score": 0.8, + "content": "z", + "type": "inline_equation" + }, + { + "bbox": [ + 264, + 148, + 469, + 161 + ], + "score": 1.0, + "content": "based on both the true label and the input features:", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4.5 + }, + { + "type": "interline_equation", + "bbox": [ + 222, + 165, + 389, + 195 + ], + "lines": [ + { + "bbox": [ + 222, + 165, + 389, + 195 + ], + "spans": [ + { + "bbox": [ + 222, + 165, + 389, + 195 + ], + "score": 0.93, + "content": "p ( z = j | y = i , x ) = \\frac { \\exp ( u _ { i j } ^ { \\top } h + b _ { i j } ) } { \\sum _ { l } \\exp ( u _ { i l } ^ { \\top } h + b _ { i l } ) }", + "type": "interline_equation", + "image_path": "fd38814b5c987adf9118b577263432881017b645bb6a6e7fc0e6d7978028b8d9.jpg" + } + ] + } + ], + "index": 6.5, + "virtual_lines": [ + { + "bbox": [ + 222, + 165, + 389, + 180.0 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 222, + 180.0, + 389, + 195.0 + ], + "spans": [], + "index": 7 + } + ] + }, + { + "type": "interline_equation", + "bbox": [ + 210, + 202, + 401, + 229 + ], + "lines": [ + { + "bbox": [ + 210, + 202, + 401, + 229 + ], + "spans": [ + { + "bbox": [ + 210, + 202, + 401, + 229 + ], + "score": 0.91, + "content": "p ( z = j | x ) = \\sum _ { i } p ( z = j | y = i , x ) p ( y = i | x )", + "type": "interline_equation", + "image_path": "aa7c04daca4cffdf19192c1ec53160880becd54abfffbc6d12c42f46f597dc4d.jpg" + } + ] + } + ], + "index": 8.5, + "virtual_lines": [ + { + "bbox": [ + 210, + 202, + 401, + 215.5 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 210, + 215.5, + 401, + 229.0 + ], + "spans": [], + "index": 9 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 231, + 504, + 254 + ], + "lines": [ + { + "bbox": [ + 106, + 230, + 505, + 245 + ], + "spans": [ + { + "bbox": [ + 106, + 230, + 505, + 245 + ], + "score": 1.0, + "content": "We can also define a simplified version where the noisy label only depends on the true label; i.e. we", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 243, + 289, + 256 + ], + "spans": [ + { + "bbox": [ + 105, + 243, + 278, + 256 + ], + "score": 1.0, + "content": "assume that labels flips are independent of", + "type": "text" + }, + { + "bbox": [ + 278, + 246, + 285, + 253 + ], + "score": 0.78, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 285, + 243, + 289, + 256 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10.5 + }, + { + "type": "interline_equation", + "bbox": [ + 242, + 260, + 369, + 289 + ], + "lines": [ + { + "bbox": [ + 242, + 260, + 369, + 289 + ], + "spans": [ + { + "bbox": [ + 242, + 260, + 369, + 289 + ], + "score": 0.93, + "content": "p ( z = j | y = i ) = \\frac { \\exp ( b _ { i j } ) } { \\sum _ { l } \\exp ( b _ { i l } ) }", + "type": "interline_equation", + "image_path": "72581d875d1890d009012b9270d50059a6a910252d846e0245094ef0552717cf.jpg" + } + ] + } + ], + "index": 12.5, + "virtual_lines": [ + { + "bbox": [ + 242, + 260, + 369, + 274.5 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 242, + 274.5, + 369, + 289.0 + ], + "spans": [], + "index": 13 + } + ] + }, + { + "type": "interline_equation", + "bbox": [ + 215, + 295, + 396, + 322 + ], + "lines": [ + { + "bbox": [ + 215, + 295, + 396, + 322 + ], + "spans": [ + { + "bbox": [ + 215, + 295, + 396, + 322 + ], + "score": 0.92, + "content": "p ( z = j | x ) = \\sum _ { i } p ( z = j | y = i ) p ( y = i | x )", + "type": "interline_equation", + "image_path": "ccf0e34ec96b90968c8d94e8eac370b9ae66ba675dfff25b1dc445bce075377a.jpg" + } + ] + } + ], + "index": 14.5, + "virtual_lines": [ + { + "bbox": [ + 215, + 295, + 396, + 308.5 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 215, + 308.5, + 396, + 322.0 + ], + "spans": [], + "index": 15 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 325, + 505, + 359 + ], + "lines": [ + { + "bbox": [ + 106, + 325, + 505, + 338 + ], + "spans": [ + { + "bbox": [ + 106, + 325, + 505, + 338 + ], + "score": 1.0, + "content": "We denote the two noise modeling variants as the complex model (c-model) (8) and the simple", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 337, + 505, + 349 + ], + "spans": [ + { + "bbox": [ + 105, + 337, + 330, + 349 + ], + "score": 1.0, + "content": "model (s-model) (10). Hereafter we use the notation", + "type": "text" + }, + { + "bbox": [ + 330, + 338, + 352, + 348 + ], + "score": 0.89, + "content": "w _ { \\mathrm { n o i s e } }", + "type": "inline_equation" + }, + { + "bbox": [ + 352, + 337, + 505, + 349 + ], + "score": 1.0, + "content": "for all the parameters of the second", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 347, + 359, + 361 + ], + "spans": [ + { + "bbox": [ + 105, + 347, + 359, + 361 + ], + "score": 1.0, + "content": "softmax layer which can be viewed as a noise adaptation layer.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17 + }, + { + "type": "text", + "bbox": [ + 106, + 364, + 505, + 398 + ], + "lines": [ + { + "bbox": [ + 105, + 363, + 505, + 378 + ], + "spans": [ + { + "bbox": [ + 105, + 363, + 254, + 378 + ], + "score": 1.0, + "content": "In the training phase we are given", + "type": "text" + }, + { + "bbox": [ + 254, + 367, + 262, + 374 + ], + "score": 0.72, + "content": "n", + "type": "inline_equation" + }, + { + "bbox": [ + 262, + 363, + 328, + 378 + ], + "score": 1.0, + "content": "feature vectors", + "type": "text" + }, + { + "bbox": [ + 328, + 367, + 368, + 376 + ], + "score": 0.89, + "content": "x _ { 1 } , . . . , x _ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 369, + 363, + 505, + 378 + ], + "score": 1.0, + "content": "with corresponding noisy labels", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 375, + 505, + 389 + ], + "spans": [ + { + "bbox": [ + 106, + 377, + 144, + 387 + ], + "score": 0.89, + "content": "z _ { 1 } , . . . , z _ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 145, + 375, + 419, + 389 + ], + "score": 1.0, + "content": "which are viewed as noisy versions of the correct hidden labels", + "type": "text" + }, + { + "bbox": [ + 419, + 377, + 457, + 387 + ], + "score": 0.9, + "content": "y _ { 1 } , . . . , y _ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 457, + 375, + 505, + 389 + ], + "score": 1.0, + "content": ". The log-", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 385, + 261, + 399 + ], + "spans": [ + { + "bbox": [ + 105, + 385, + 261, + 399 + ], + "score": 1.0, + "content": "likelihood of the model parameters is:", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 20 + }, + { + "type": "interline_equation", + "bbox": [ + 126, + 403, + 468, + 431 + ], + "lines": [ + { + "bbox": [ + 126, + 403, + 468, + 431 + ], + "spans": [ + { + "bbox": [ + 126, + 403, + 468, + 431 + ], + "score": 0.92, + "content": "S ( w , w _ { \\mathrm { n o i s e } } ) = \\sum _ { t } \\log p ( z _ { t } | x _ { t } ) = \\sum _ { t } \\log ( \\sum _ { i } p ( z _ { t } | y _ { t } = i , x _ { t } ; w _ { \\mathrm { n o i s e } } ) p ( y _ { t } = i | x _ { t } ; w ) )", + "type": "interline_equation", + "image_path": "700010bdaf1934da14369c885a760fb9da22e70e5923bdced135df861d97d8a8.jpg" + } + ] + } + ], + "index": 23, + "virtual_lines": [ + { + "bbox": [ + 126, + 403, + 468, + 412.3333333333333 + ], + "spans": [], + "index": 22 + }, + { + "bbox": [ + 126, + 412.3333333333333, + 468, + 421.66666666666663 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 126, + 421.66666666666663, + 468, + 430.99999999999994 + ], + "spans": [], + "index": 24 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 437, + 504, + 460 + ], + "lines": [ + { + "bbox": [ + 106, + 437, + 505, + 450 + ], + "spans": [ + { + "bbox": [ + 106, + 437, + 426, + 450 + ], + "score": 1.0, + "content": "Since the noise is modeled by adding another layer to the network, the score", + "type": "text" + }, + { + "bbox": [ + 426, + 437, + 474, + 449 + ], + "score": 0.92, + "content": "S ( w , w _ { \\mathrm { n o i s e } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 474, + 437, + 505, + 450 + ], + "score": 1.0, + "content": "can be", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 447, + 411, + 462 + ], + "spans": [ + { + "bbox": [ + 106, + 447, + 411, + 462 + ], + "score": 1.0, + "content": "optimized using standard techniques for neural network training. By setting", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25.5 + }, + { + "type": "interline_equation", + "bbox": [ + 221, + 465, + 389, + 493 + ], + "lines": [ + { + "bbox": [ + 221, + 465, + 389, + 493 + ], + "spans": [ + { + "bbox": [ + 221, + 465, + 389, + 493 + ], + "score": 0.95, + "content": "p ( z = j | y = i ) = \\theta ( i , j ) = \\frac { \\exp ( b _ { i j } ) } { \\sum _ { l } \\exp ( b _ { i l } ) } ,", + "type": "interline_equation", + "image_path": "c19c61efb3edefb0aba558ce3802198f0c4623b94bed4b354ee11b0b673e8a51.jpg" + } + ] + } + ], + "index": 27.5, + "virtual_lines": [ + { + "bbox": [ + 221, + 465, + 389, + 479.0 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 221, + 479.0, + 389, + 493.0 + ], + "spans": [], + "index": 28 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 498, + 505, + 555 + ], + "lines": [ + { + "bbox": [ + 105, + 498, + 505, + 512 + ], + "spans": [ + { + "bbox": [ + 105, + 498, + 505, + 512 + ], + "score": 1.0, + "content": "it can easily verified that, by using either the EM algorithm (2) or the s-model neural network", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 510, + 505, + 522 + ], + "spans": [ + { + "bbox": [ + 106, + 510, + 505, + 522 + ], + "score": 1.0, + "content": "scheme (12), we are actually optimizing exactly the same function. Thus the neural network with", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 521, + 504, + 533 + ], + "spans": [ + { + "bbox": [ + 106, + 521, + 504, + 533 + ], + "score": 1.0, + "content": "the s-model noise adaptation layer provides an alternative optimization strategy to the EM algorithm.", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 532, + 506, + 545 + ], + "spans": [ + { + "bbox": [ + 106, + 532, + 506, + 545 + ], + "score": 1.0, + "content": "Instead of alternating between optimizing the noisy model and the network classifier, we consider", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 543, + 414, + 555 + ], + "spans": [ + { + "bbox": [ + 106, + 543, + 414, + 555 + ], + "score": 1.0, + "content": "them as components of the same network and optimize them simultaneously.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 31 + }, + { + "type": "image", + "bbox": [ + 136, + 574, + 446, + 698 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 136, + 574, + 446, + 698 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 136, + 574, + 446, + 698 + ], + "spans": [ + { + "bbox": [ + 136, + 574, + 446, + 698 + ], + "score": 0.962, + "type": "image", + "image_path": "534548a443496e5d2e355f491eab4b89bd6f51db466ab1ecb92ab98460c0558b.jpg" + } + ] + } + ], + "index": 35, + "virtual_lines": [ + { + "bbox": [ + 136, + 574, + 446, + 615.3333333333334 + ], + "spans": [], + "index": 34 + }, + { + "bbox": [ + 136, + 615.3333333333334, + 446, + 656.6666666666667 + ], + "spans": [], + "index": 35 + }, + { + "bbox": [ + 136, + 656.6666666666667, + 446, + 698.0000000000001 + ], + "spans": [], + "index": 36 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 103, + 707, + 504, + 730 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 706, + 505, + 721 + ], + "spans": [ + { + "bbox": [ + 105, + 706, + 505, + 721 + ], + "score": 1.0, + "content": "Figure 1: An illustration of the noisy-label neural network architecture for the training phase (above)", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 718, + 201, + 731 + ], + "spans": [ + { + "bbox": [ + 106, + 718, + 201, + 731 + ], + "score": 1.0, + "content": "and test phase (below).", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 37.5 + } + ], + "index": 36.25 + } + ], + "page_idx": 3, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 26, + 293, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 294, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 294, + 38 + ], + "score": 1.0, + "content": "Published as a conference paper at ICLR 2017", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 751, + 309, + 760 + ], + "lines": [ + { + "bbox": [ + 301, + 750, + 310, + 762 + ], + "spans": [ + { + "bbox": [ + 301, + 750, + 310, + 762 + ], + "score": 1.0, + "content": "4", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 105, + 82, + 505, + 105 + ], + "lines": [], + "index": 0.5, + "bbox_fs": [ + 104, + 79, + 504, + 109 + ], + "lines_deleted": true + }, + { + "type": "interline_equation", + "bbox": [ + 187, + 104, + 424, + 135 + ], + "lines": [ + { + "bbox": [ + 187, + 104, + 424, + 135 + ], + "spans": [ + { + "bbox": [ + 187, + 104, + 424, + 135 + ], + "score": 0.93, + "content": "p ( y = i | x ; w ) = \\frac { \\exp ( u _ { i } ^ { \\top } h + b _ { i } ) } { \\sum _ { l = 1 } ^ { k } \\exp ( u _ { l } ^ { \\top } h + b _ { l } ) } , \\qquad i = 1 , . . . , k", + "type": "interline_equation", + "image_path": "f7219efdcc7a41615130b394aa6eb7c7b2b42ccd6f8c501f956087ae383bf699.jpg" + } + ] + } + ], + "index": 2.5, + "virtual_lines": [ + { + "bbox": [ + 187, + 104, + 424, + 119.5 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 187, + 119.5, + 424, + 135.0 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 137, + 506, + 160 + ], + "lines": [ + { + "bbox": [ + 106, + 137, + 505, + 149 + ], + "spans": [ + { + "bbox": [ + 106, + 137, + 133, + 149 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 139, + 142, + 147 + ], + "score": 0.78, + "content": "w", + "type": "inline_equation" + }, + { + "bbox": [ + 143, + 137, + 505, + 149 + ], + "score": 1.0, + "content": "is the network parameter-set (including the softmax layer). We next add another softmax", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 148, + 469, + 161 + ], + "spans": [ + { + "bbox": [ + 106, + 148, + 258, + 161 + ], + "score": 1.0, + "content": "output layer to predict the noisy label", + "type": "text" + }, + { + "bbox": [ + 258, + 150, + 264, + 158 + ], + "score": 0.8, + "content": "z", + "type": "inline_equation" + }, + { + "bbox": [ + 264, + 148, + 469, + 161 + ], + "score": 1.0, + "content": "based on both the true label and the input features:", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4.5, + "bbox_fs": [ + 106, + 137, + 505, + 161 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 222, + 165, + 389, + 195 + ], + "lines": [ + { + "bbox": [ + 222, + 165, + 389, + 195 + ], + "spans": [ + { + "bbox": [ + 222, + 165, + 389, + 195 + ], + "score": 0.93, + "content": "p ( z = j | y = i , x ) = \\frac { \\exp ( u _ { i j } ^ { \\top } h + b _ { i j } ) } { \\sum _ { l } \\exp ( u _ { i l } ^ { \\top } h + b _ { i l } ) }", + "type": "interline_equation", + "image_path": "fd38814b5c987adf9118b577263432881017b645bb6a6e7fc0e6d7978028b8d9.jpg" + } + ] + } + ], + "index": 6.5, + "virtual_lines": [ + { + "bbox": [ + 222, + 165, + 389, + 180.0 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 222, + 180.0, + 389, + 195.0 + ], + "spans": [], + "index": 7 + } + ] + }, + { + "type": "interline_equation", + "bbox": [ + 210, + 202, + 401, + 229 + ], + "lines": [ + { + "bbox": [ + 210, + 202, + 401, + 229 + ], + "spans": [ + { + "bbox": [ + 210, + 202, + 401, + 229 + ], + "score": 0.91, + "content": "p ( z = j | x ) = \\sum _ { i } p ( z = j | y = i , x ) p ( y = i | x )", + "type": "interline_equation", + "image_path": "aa7c04daca4cffdf19192c1ec53160880becd54abfffbc6d12c42f46f597dc4d.jpg" + } + ] + } + ], + "index": 8.5, + "virtual_lines": [ + { + "bbox": [ + 210, + 202, + 401, + 215.5 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 210, + 215.5, + 401, + 229.0 + ], + "spans": [], + "index": 9 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 231, + 504, + 254 + ], + "lines": [ + { + "bbox": [ + 106, + 230, + 505, + 245 + ], + "spans": [ + { + "bbox": [ + 106, + 230, + 505, + 245 + ], + "score": 1.0, + "content": "We can also define a simplified version where the noisy label only depends on the true label; i.e. we", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 243, + 289, + 256 + ], + "spans": [ + { + "bbox": [ + 105, + 243, + 278, + 256 + ], + "score": 1.0, + "content": "assume that labels flips are independent of", + "type": "text" + }, + { + "bbox": [ + 278, + 246, + 285, + 253 + ], + "score": 0.78, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 285, + 243, + 289, + 256 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10.5, + "bbox_fs": [ + 105, + 230, + 505, + 256 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 242, + 260, + 369, + 289 + ], + "lines": [ + { + "bbox": [ + 242, + 260, + 369, + 289 + ], + "spans": [ + { + "bbox": [ + 242, + 260, + 369, + 289 + ], + "score": 0.93, + "content": "p ( z = j | y = i ) = \\frac { \\exp ( b _ { i j } ) } { \\sum _ { l } \\exp ( b _ { i l } ) }", + "type": "interline_equation", + "image_path": "72581d875d1890d009012b9270d50059a6a910252d846e0245094ef0552717cf.jpg" + } + ] + } + ], + "index": 12.5, + "virtual_lines": [ + { + "bbox": [ + 242, + 260, + 369, + 274.5 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 242, + 274.5, + 369, + 289.0 + ], + "spans": [], + "index": 13 + } + ] + }, + { + "type": "interline_equation", + "bbox": [ + 215, + 295, + 396, + 322 + ], + "lines": [ + { + "bbox": [ + 215, + 295, + 396, + 322 + ], + "spans": [ + { + "bbox": [ + 215, + 295, + 396, + 322 + ], + "score": 0.92, + "content": "p ( z = j | x ) = \\sum _ { i } p ( z = j | y = i ) p ( y = i | x )", + "type": "interline_equation", + "image_path": "ccf0e34ec96b90968c8d94e8eac370b9ae66ba675dfff25b1dc445bce075377a.jpg" + } + ] + } + ], + "index": 14.5, + "virtual_lines": [ + { + "bbox": [ + 215, + 295, + 396, + 308.5 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 215, + 308.5, + 396, + 322.0 + ], + "spans": [], + "index": 15 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 325, + 505, + 359 + ], + "lines": [ + { + "bbox": [ + 106, + 325, + 505, + 338 + ], + "spans": [ + { + "bbox": [ + 106, + 325, + 505, + 338 + ], + "score": 1.0, + "content": "We denote the two noise modeling variants as the complex model (c-model) (8) and the simple", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 337, + 505, + 349 + ], + "spans": [ + { + "bbox": [ + 105, + 337, + 330, + 349 + ], + "score": 1.0, + "content": "model (s-model) (10). Hereafter we use the notation", + "type": "text" + }, + { + "bbox": [ + 330, + 338, + 352, + 348 + ], + "score": 0.89, + "content": "w _ { \\mathrm { n o i s e } }", + "type": "inline_equation" + }, + { + "bbox": [ + 352, + 337, + 505, + 349 + ], + "score": 1.0, + "content": "for all the parameters of the second", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 347, + 359, + 361 + ], + "spans": [ + { + "bbox": [ + 105, + 347, + 359, + 361 + ], + "score": 1.0, + "content": "softmax layer which can be viewed as a noise adaptation layer.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17, + "bbox_fs": [ + 105, + 325, + 505, + 361 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 364, + 505, + 398 + ], + "lines": [ + { + "bbox": [ + 105, + 363, + 505, + 378 + ], + "spans": [ + { + "bbox": [ + 105, + 363, + 254, + 378 + ], + "score": 1.0, + "content": "In the training phase we are given", + "type": "text" + }, + { + "bbox": [ + 254, + 367, + 262, + 374 + ], + "score": 0.72, + "content": "n", + "type": "inline_equation" + }, + { + "bbox": [ + 262, + 363, + 328, + 378 + ], + "score": 1.0, + "content": "feature vectors", + "type": "text" + }, + { + "bbox": [ + 328, + 367, + 368, + 376 + ], + "score": 0.89, + "content": "x _ { 1 } , . . . , x _ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 369, + 363, + 505, + 378 + ], + "score": 1.0, + "content": "with corresponding noisy labels", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 375, + 505, + 389 + ], + "spans": [ + { + "bbox": [ + 106, + 377, + 144, + 387 + ], + "score": 0.89, + "content": "z _ { 1 } , . . . , z _ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 145, + 375, + 419, + 389 + ], + "score": 1.0, + "content": "which are viewed as noisy versions of the correct hidden labels", + "type": "text" + }, + { + "bbox": [ + 419, + 377, + 457, + 387 + ], + "score": 0.9, + "content": "y _ { 1 } , . . . , y _ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 457, + 375, + 505, + 389 + ], + "score": 1.0, + "content": ". The log-", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 385, + 261, + 399 + ], + "spans": [ + { + "bbox": [ + 105, + 385, + 261, + 399 + ], + "score": 1.0, + "content": "likelihood of the model parameters is:", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 20, + "bbox_fs": [ + 105, + 363, + 505, + 399 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 126, + 403, + 468, + 431 + ], + "lines": [ + { + "bbox": [ + 126, + 403, + 468, + 431 + ], + "spans": [ + { + "bbox": [ + 126, + 403, + 468, + 431 + ], + "score": 0.92, + "content": "S ( w , w _ { \\mathrm { n o i s e } } ) = \\sum _ { t } \\log p ( z _ { t } | x _ { t } ) = \\sum _ { t } \\log ( \\sum _ { i } p ( z _ { t } | y _ { t } = i , x _ { t } ; w _ { \\mathrm { n o i s e } } ) p ( y _ { t } = i | x _ { t } ; w ) )", + "type": "interline_equation", + "image_path": "700010bdaf1934da14369c885a760fb9da22e70e5923bdced135df861d97d8a8.jpg" + } + ] + } + ], + "index": 23, + "virtual_lines": [ + { + "bbox": [ + 126, + 403, + 468, + 412.3333333333333 + ], + "spans": [], + "index": 22 + }, + { + "bbox": [ + 126, + 412.3333333333333, + 468, + 421.66666666666663 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 126, + 421.66666666666663, + 468, + 430.99999999999994 + ], + "spans": [], + "index": 24 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 437, + 504, + 460 + ], + "lines": [ + { + "bbox": [ + 106, + 437, + 505, + 450 + ], + "spans": [ + { + "bbox": [ + 106, + 437, + 426, + 450 + ], + "score": 1.0, + "content": "Since the noise is modeled by adding another layer to the network, the score", + "type": "text" + }, + { + "bbox": [ + 426, + 437, + 474, + 449 + ], + "score": 0.92, + "content": "S ( w , w _ { \\mathrm { n o i s e } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 474, + 437, + 505, + 450 + ], + "score": 1.0, + "content": "can be", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 447, + 411, + 462 + ], + "spans": [ + { + "bbox": [ + 106, + 447, + 411, + 462 + ], + "score": 1.0, + "content": "optimized using standard techniques for neural network training. By setting", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25.5, + "bbox_fs": [ + 106, + 437, + 505, + 462 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 221, + 465, + 389, + 493 + ], + "lines": [ + { + "bbox": [ + 221, + 465, + 389, + 493 + ], + "spans": [ + { + "bbox": [ + 221, + 465, + 389, + 493 + ], + "score": 0.95, + "content": "p ( z = j | y = i ) = \\theta ( i , j ) = \\frac { \\exp ( b _ { i j } ) } { \\sum _ { l } \\exp ( b _ { i l } ) } ,", + "type": "interline_equation", + "image_path": "c19c61efb3edefb0aba558ce3802198f0c4623b94bed4b354ee11b0b673e8a51.jpg" + } + ] + } + ], + "index": 27.5, + "virtual_lines": [ + { + "bbox": [ + 221, + 465, + 389, + 479.0 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 221, + 479.0, + 389, + 493.0 + ], + "spans": [], + "index": 28 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 498, + 505, + 555 + ], + "lines": [ + { + "bbox": [ + 105, + 498, + 505, + 512 + ], + "spans": [ + { + "bbox": [ + 105, + 498, + 505, + 512 + ], + "score": 1.0, + "content": "it can easily verified that, by using either the EM algorithm (2) or the s-model neural network", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 510, + 505, + 522 + ], + "spans": [ + { + "bbox": [ + 106, + 510, + 505, + 522 + ], + "score": 1.0, + "content": "scheme (12), we are actually optimizing exactly the same function. Thus the neural network with", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 521, + 504, + 533 + ], + "spans": [ + { + "bbox": [ + 106, + 521, + 504, + 533 + ], + "score": 1.0, + "content": "the s-model noise adaptation layer provides an alternative optimization strategy to the EM algorithm.", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 532, + 506, + 545 + ], + "spans": [ + { + "bbox": [ + 106, + 532, + 506, + 545 + ], + "score": 1.0, + "content": "Instead of alternating between optimizing the noisy model and the network classifier, we consider", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 543, + 414, + 555 + ], + "spans": [ + { + "bbox": [ + 106, + 543, + 414, + 555 + ], + "score": 1.0, + "content": "them as components of the same network and optimize them simultaneously.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 31, + "bbox_fs": [ + 105, + 498, + 506, + 555 + ] + }, + { + "type": "image", + "bbox": [ + 136, + 574, + 446, + 698 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 136, + 574, + 446, + 698 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 136, + 574, + 446, + 698 + ], + "spans": [ + { + "bbox": [ + 136, + 574, + 446, + 698 + ], + "score": 0.962, + "type": "image", + "image_path": "534548a443496e5d2e355f491eab4b89bd6f51db466ab1ecb92ab98460c0558b.jpg" + } + ] + } + ], + "index": 35, + "virtual_lines": [ + { + "bbox": [ + 136, + 574, + 446, + 615.3333333333334 + ], + "spans": [], + "index": 34 + }, + { + "bbox": [ + 136, + 615.3333333333334, + 446, + 656.6666666666667 + ], + "spans": [], + "index": 35 + }, + { + "bbox": [ + 136, + 656.6666666666667, + 446, + 698.0000000000001 + ], + "spans": [], + "index": 36 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 103, + 707, + 504, + 730 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 706, + 505, + 721 + ], + "spans": [ + { + "bbox": [ + 105, + 706, + 505, + 721 + ], + "score": 1.0, + "content": "Figure 1: An illustration of the noisy-label neural network architecture for the training phase (above)", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 718, + 201, + 731 + ], + "spans": [ + { + "bbox": [ + 106, + 718, + 201, + 731 + ], + "score": 1.0, + "content": "and test phase (below).", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 37.5 + } + ], + "index": 36.25 + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 504, + 127 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "Note that in the c-model, where the noise is also dependent on the input features, we can still apply", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 94, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 94, + 505, + 106 + ], + "score": 1.0, + "content": "the EM algorithm to learn the parameters of the additional noise layer. However, there is no closed-", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 506, + 118 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 506, + 118 + ], + "score": 1.0, + "content": "form solution in the M-step for the optimal parameters and we need to apply neural-network training", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 300, + 127 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 300, + 127 + ], + "score": 1.0, + "content": "in the M-step to find the noise-layer parameters.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 1.5 + }, + { + "type": "text", + "bbox": [ + 107, + 132, + 504, + 177 + ], + "lines": [ + { + "bbox": [ + 105, + 132, + 506, + 144 + ], + "spans": [ + { + "bbox": [ + 105, + 132, + 506, + 144 + ], + "score": 1.0, + "content": "At test time we want to predict the true labels. Hence, we remove the last softmax layer that aims to", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 143, + 504, + 156 + ], + "spans": [ + { + "bbox": [ + 105, + 143, + 447, + 156 + ], + "score": 1.0, + "content": "get rid of the noise in the training set. We compute the true-label softmax estimation", + "type": "text" + }, + { + "bbox": [ + 447, + 143, + 504, + 155 + ], + "score": 0.93, + "content": "p ( y = i | x ; w )", + "type": "inline_equation" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 153, + 506, + 167 + ], + "spans": [ + { + "bbox": [ + 105, + 153, + 506, + 167 + ], + "score": 1.0, + "content": "(7). The proposed architecture for training the neural network based on training data with noisy", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 165, + 233, + 178 + ], + "spans": [ + { + "bbox": [ + 105, + 165, + 233, + 178 + ], + "score": 1.0, + "content": "labels is illustrated in Figure 1.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 5.5 + }, + { + "type": "text", + "bbox": [ + 106, + 182, + 505, + 237 + ], + "lines": [ + { + "bbox": [ + 106, + 182, + 505, + 194 + ], + "spans": [ + { + "bbox": [ + 106, + 182, + 505, + 194 + ], + "score": 1.0, + "content": "There are degrees of freedom in the two softmax layer model. Hence, a careful initialization of the", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 193, + 505, + 205 + ], + "spans": [ + { + "bbox": [ + 105, + 193, + 505, + 205 + ], + "score": 1.0, + "content": "parameters of the noise adaptation layer is crucial for successful convergence of the network into", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 104, + 203, + 505, + 217 + ], + "spans": [ + { + "bbox": [ + 104, + 203, + 505, + 217 + ], + "score": 1.0, + "content": "a good classifier of the correct labels at test time. We used the parameters of the original network", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 215, + 505, + 228 + ], + "spans": [ + { + "bbox": [ + 105, + 215, + 505, + 228 + ], + "score": 1.0, + "content": "to initialize the parameters of the s-model network that contains the noise adaptation level. We can", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 226, + 444, + 239 + ], + "spans": [ + { + "bbox": [ + 106, + 226, + 444, + 239 + ], + "score": 1.0, + "content": "initialize the softmax parameters of the s-model by assuming a small uniform noise:", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 10 + }, + { + "type": "interline_equation", + "bbox": [ + 224, + 239, + 387, + 261 + ], + "lines": [ + { + "bbox": [ + 224, + 239, + 387, + 261 + ], + "spans": [ + { + "bbox": [ + 224, + 239, + 387, + 261 + ], + "score": 0.94, + "content": "b _ { i j } = \\log ( ( 1 - \\epsilon ) 1 _ { \\{ i = j \\} } + \\frac { \\epsilon } { k - 1 } 1 _ { \\{ i \\neq j \\} } )", + "type": "interline_equation", + "image_path": "5f9aa6c3756c5f2c827f8819e282e8cd40e2882f450cb5a7388818fcd3b24696.jpg" + } + ] + } + ], + "index": 13, + "virtual_lines": [ + { + "bbox": [ + 224, + 239, + 387, + 261 + ], + "spans": [], + "index": 13 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 263, + 505, + 307 + ], + "lines": [ + { + "bbox": [ + 106, + 263, + 505, + 274 + ], + "spans": [ + { + "bbox": [ + 106, + 263, + 146, + 274 + ], + "score": 1.0, + "content": "such that", + "type": "text" + }, + { + "bbox": [ + 146, + 264, + 153, + 273 + ], + "score": 0.81, + "content": "k", + "type": "inline_equation" + }, + { + "bbox": [ + 154, + 263, + 505, + 274 + ], + "score": 1.0, + "content": "is the number of different classes. A better procedure is to first train the original NN", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 275, + 505, + 286 + ], + "spans": [ + { + "bbox": [ + 106, + 275, + 505, + 286 + ], + "score": 1.0, + "content": "without the noise-adaptation layer, ignoring the fact that the labels are noisy. We can then treat the", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 285, + 505, + 297 + ], + "spans": [ + { + "bbox": [ + 106, + 285, + 505, + 297 + ], + "score": 1.0, + "content": "labels produced by the NN as the true labels and compute the confusion matrix on the train set and", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 296, + 304, + 308 + ], + "spans": [ + { + "bbox": [ + 105, + 296, + 304, + 308 + ], + "score": 1.0, + "content": "used it as an initial value for the bias parameters:", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 15.5 + }, + { + "type": "interline_equation", + "bbox": [ + 232, + 309, + 379, + 338 + ], + "lines": [ + { + "bbox": [ + 232, + 309, + 379, + 338 + ], + "spans": [ + { + "bbox": [ + 232, + 309, + 379, + 338 + ], + "score": 0.95, + "content": "b _ { i j } = \\log ( \\frac { \\sum _ { t } 1 _ { \\{ z _ { t } = j \\} } p ( y _ { t } = i | x _ { t } ) } { \\sum _ { t } p ( y _ { t } = i | x _ { t } ) } )", + "type": "interline_equation", + "image_path": "4154f273ba3b55e0bed7f4eadb58a96502419ba715cf4e5806ce39f6d7f93d15.jpg" + } + ] + } + ], + "index": 18.5, + "virtual_lines": [ + { + "bbox": [ + 232, + 309, + 379, + 323.5 + ], + "spans": [], + "index": 18 + }, + { + "bbox": [ + 232, + 323.5, + 379, + 338.0 + ], + "spans": [], + "index": 19 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 339, + 505, + 394 + ], + "lines": [ + { + "bbox": [ + 105, + 339, + 505, + 353 + ], + "spans": [ + { + "bbox": [ + 105, + 339, + 144, + 353 + ], + "score": 1.0, + "content": "such that", + "type": "text" + }, + { + "bbox": [ + 144, + 341, + 183, + 351 + ], + "score": 0.89, + "content": "x _ { 1 } , . . . , x _ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 184, + 339, + 378, + 353 + ], + "score": 1.0, + "content": "are the feature vectors of the training dataset and", + "type": "text" + }, + { + "bbox": [ + 379, + 342, + 416, + 351 + ], + "score": 0.9, + "content": "z _ { 1 } , . . . , z _ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 416, + 339, + 505, + 353 + ], + "score": 1.0, + "content": "are the corresponding", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 349, + 505, + 363 + ], + "spans": [ + { + "bbox": [ + 105, + 349, + 505, + 363 + ], + "score": 1.0, + "content": "noisy labels. So far we have concentrated on parameter initialization for the s-model. The strategy", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 361, + 505, + 373 + ], + "spans": [ + { + "bbox": [ + 106, + 361, + 505, + 373 + ], + "score": 1.0, + "content": "that works best to initialize the c-model parameters is to use the parameters that were optimized for", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 372, + 505, + 385 + ], + "spans": [ + { + "bbox": [ + 105, + 372, + 298, + 385 + ], + "score": 1.0, + "content": "the s-model. In other words we set linear terms", + "type": "text" + }, + { + "bbox": [ + 298, + 374, + 312, + 385 + ], + "score": 0.88, + "content": "u _ { i j }", + "type": "inline_equation" + }, + { + "bbox": [ + 312, + 372, + 456, + 385 + ], + "score": 1.0, + "content": "to zero and initialize the bias terms", + "type": "text" + }, + { + "bbox": [ + 456, + 373, + 468, + 385 + ], + "score": 0.89, + "content": "b _ { i j }", + "type": "inline_equation" + }, + { + "bbox": [ + 469, + 372, + 505, + 385 + ], + "score": 1.0, + "content": "with the", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 384, + 280, + 396 + ], + "spans": [ + { + "bbox": [ + 106, + 384, + 280, + 396 + ], + "score": 1.0, + "content": "values that were optimized by the s-model.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 22 + }, + { + "type": "text", + "bbox": [ + 107, + 400, + 505, + 565 + ], + "lines": [ + { + "bbox": [ + 106, + 399, + 505, + 413 + ], + "spans": [ + { + "bbox": [ + 106, + 399, + 505, + 413 + ], + "score": 1.0, + "content": "The computational complexity of the proposed method is quadratic in the size of the class-set. Sup-", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 411, + 505, + 424 + ], + "spans": [ + { + "bbox": [ + 105, + 411, + 165, + 424 + ], + "score": 1.0, + "content": "pose there are", + "type": "text" + }, + { + "bbox": [ + 165, + 412, + 172, + 421 + ], + "score": 0.78, + "content": "k", + "type": "inline_equation" + }, + { + "bbox": [ + 173, + 411, + 418, + 424 + ], + "score": 1.0, + "content": "classes to predict, in this case the proposed methods require", + "type": "text" + }, + { + "bbox": [ + 419, + 411, + 440, + 422 + ], + "score": 0.89, + "content": "k + 1", + "type": "inline_equation" + }, + { + "bbox": [ + 440, + 411, + 505, + 424 + ], + "score": 1.0, + "content": "sets of softmax", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 421, + 506, + 435 + ], + "spans": [ + { + "bbox": [ + 105, + 421, + 205, + 435 + ], + "score": 1.0, + "content": "operations with a size of", + "type": "text" + }, + { + "bbox": [ + 205, + 423, + 212, + 432 + ], + "score": 0.8, + "content": "k", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 421, + 506, + 435 + ], + "score": 1.0, + "content": "each. Hence there are scalability problems when the class set is large. As", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 433, + 505, + 446 + ], + "spans": [ + { + "bbox": [ + 106, + 433, + 505, + 446 + ], + "score": 1.0, + "content": "we explained in the previous paragraph, we initialized the second soft-max layer using the confusion", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 443, + 506, + 457 + ], + "spans": [ + { + "bbox": [ + 105, + 443, + 506, + 457 + ], + "score": 1.0, + "content": "matrix of the baseline system. The confusion matrix is a good estimation of the label noise. Assume", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 455, + 505, + 468 + ], + "spans": [ + { + "bbox": [ + 105, + 455, + 505, + 468 + ], + "score": 1.0, + "content": "the rows of the matrix correspond to the true labels and the matrix columns correspond to the noisy", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 465, + 506, + 479 + ], + "spans": [ + { + "bbox": [ + 105, + 465, + 154, + 479 + ], + "score": 1.0, + "content": "labels. The", + "type": "text" + }, + { + "bbox": [ + 154, + 466, + 158, + 476 + ], + "score": 0.6, + "content": "l", + "type": "inline_equation" + }, + { + "bbox": [ + 159, + 465, + 251, + 479 + ], + "score": 1.0, + "content": "largest elements in the", + "type": "text" + }, + { + "bbox": [ + 252, + 467, + 256, + 476 + ], + "score": 0.71, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 257, + 465, + 506, + 479 + ], + "score": 1.0, + "content": "-th row are the most frequent noisy class values when the true", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 476, + 506, + 489 + ], + "spans": [ + { + "bbox": [ + 105, + 476, + 163, + 489 + ], + "score": 1.0, + "content": "class value is", + "type": "text" + }, + { + "bbox": [ + 163, + 478, + 168, + 487 + ], + "score": 0.7, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 168, + 476, + 276, + 489 + ], + "score": 1.0, + "content": ". We can thus connect the", + "type": "text" + }, + { + "bbox": [ + 277, + 478, + 282, + 487 + ], + "score": 0.75, + "content": "i \\cdot", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 476, + 477, + 489 + ], + "score": 1.0, + "content": "-th element in the first softmax layer only to its", + "type": "text" + }, + { + "bbox": [ + 477, + 478, + 481, + 487 + ], + "score": 0.39, + "content": "l", + "type": "inline_equation" + }, + { + "bbox": [ + 482, + 476, + 506, + 489 + ], + "score": 1.0, + "content": "most", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 488, + 505, + 500 + ], + "spans": [ + { + "bbox": [ + 105, + 488, + 345, + 500 + ], + "score": 1.0, + "content": "probable noisy class candidates. Note that if we connect the", + "type": "text" + }, + { + "bbox": [ + 345, + 489, + 350, + 498 + ], + "score": 0.71, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 351, + 488, + 505, + 500 + ], + "score": 1.0, + "content": "-th label in the first softmax only to the", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 107, + 498, + 505, + 511 + ], + "spans": [ + { + "bbox": [ + 107, + 500, + 111, + 509 + ], + "score": 0.73, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 111, + 498, + 505, + 511 + ], + "score": 1.0, + "content": "-th label in the second softmax layer, the second softmax layer collapses to identity and we obtain", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 509, + 506, + 523 + ], + "spans": [ + { + "bbox": [ + 105, + 509, + 270, + 523 + ], + "score": 1.0, + "content": "the standard baseline model. Taking the", + "type": "text" + }, + { + "bbox": [ + 271, + 510, + 275, + 520 + ], + "score": 0.43, + "content": "l", + "type": "inline_equation" + }, + { + "bbox": [ + 276, + 509, + 506, + 523 + ], + "score": 1.0, + "content": "most likely connections to the second softmax layer, we", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 520, + 506, + 533 + ], + "spans": [ + { + "bbox": [ + 105, + 520, + 186, + 533 + ], + "score": 1.0, + "content": "allow an additional", + "type": "text" + }, + { + "bbox": [ + 187, + 521, + 206, + 531 + ], + "score": 0.74, + "content": "l - 1", + "type": "inline_equation" + }, + { + "bbox": [ + 206, + 520, + 506, + 533 + ], + "score": 1.0, + "content": "possible noisy labels for each correct label. We thus obtain a data driven", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 532, + 505, + 545 + ], + "spans": [ + { + "bbox": [ + 105, + 532, + 505, + 545 + ], + "score": 1.0, + "content": "sparsifying of the second softmax layer which solves the scalability problem since the complexity", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 542, + 505, + 555 + ], + "spans": [ + { + "bbox": [ + 105, + 542, + 505, + 555 + ], + "score": 1.0, + "content": "becomes linear in the number of classes instead of quadratic. In the experiment section we show", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 554, + 394, + 567 + ], + "spans": [ + { + "bbox": [ + 105, + 554, + 394, + 567 + ], + "score": 1.0, + "content": "that by using this approach there is not much deference in performance.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 32 + }, + { + "type": "text", + "bbox": [ + 107, + 570, + 505, + 669 + ], + "lines": [ + { + "bbox": [ + 106, + 570, + 505, + 582 + ], + "spans": [ + { + "bbox": [ + 106, + 570, + 505, + 582 + ], + "score": 1.0, + "content": "Our architecture, which is based on a concatenation of softmax layers, resembles the hierarchical", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 582, + 505, + 594 + ], + "spans": [ + { + "bbox": [ + 106, + 582, + 505, + 594 + ], + "score": 1.0, + "content": "softmax approach Morin & Bengio (2005) that replaces the flat softmax layer with a hierarchical", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 592, + 505, + 606 + ], + "spans": [ + { + "bbox": [ + 105, + 592, + 505, + 606 + ], + "score": 1.0, + "content": "layer that has the classes as leaves. This allowed them to decompose calculating the probability", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 603, + 505, + 616 + ], + "spans": [ + { + "bbox": [ + 105, + 603, + 505, + 616 + ], + "score": 1.0, + "content": "of the class into a sequence of probability calculations, which saves us from having to calculate", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 614, + 506, + 627 + ], + "spans": [ + { + "bbox": [ + 105, + 614, + 506, + 627 + ], + "score": 1.0, + "content": "the expensive normalization over all classes. The main difference between our approach and theirs", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 626, + 505, + 638 + ], + "spans": [ + { + "bbox": [ + 106, + 626, + 505, + 638 + ], + "score": 1.0, + "content": "(apart from the motivation) is that in our approach the true-label softmax layer is fully connected", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 637, + 505, + 649 + ], + "spans": [ + { + "bbox": [ + 105, + 637, + 505, + 649 + ], + "score": 1.0, + "content": "to the noisy-label layer. Sukhbaatar & Fergus (2014) suggested adding a linear layer to handle", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 646, + 506, + 661 + ], + "spans": [ + { + "bbox": [ + 105, + 646, + 506, + 661 + ], + "score": 1.0, + "content": "noisy labels. Their approach is similar to our s-model. In their approach, however, they proposed a", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 106, + 658, + 222, + 671 + ], + "spans": [ + { + "bbox": [ + 106, + 658, + 222, + 671 + ], + "score": 1.0, + "content": "different learning procedure.", + "type": "text" + } + ], + "index": 48 + } + ], + "index": 44 + }, + { + "type": "title", + "bbox": [ + 108, + 685, + 200, + 698 + ], + "lines": [ + { + "bbox": [ + 105, + 684, + 201, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 684, + 201, + 700 + ], + "score": 1.0, + "content": "4 EXPERIMENTS", + "type": "text" + } + ], + "index": 49 + } + ], + "index": 49 + }, + { + "type": "text", + "bbox": [ + 106, + 709, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "In this section, we evaluate the robustness of deep learning to training data with noisy labels with", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 720, + 505, + 732 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 505, + 732 + ], + "score": 1.0, + "content": "and without explicit noise modeling. We first show results on the MNIST data-set with injected label", + "type": "text" + } + ], + "index": 51 + } + ], + "index": 50.5 + } + ], + "page_idx": 4, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 108, + 27, + 293, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 294, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 294, + 38 + ], + "score": 1.0, + "content": "Published as a conference paper at ICLR 2017", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 751, + 308, + 760 + ], + "lines": [ + { + "bbox": [ + 302, + 750, + 309, + 763 + ], + "spans": [ + { + "bbox": [ + 302, + 750, + 309, + 763 + ], + "score": 1.0, + "content": "5", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 504, + 127 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "Note that in the c-model, where the noise is also dependent on the input features, we can still apply", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 94, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 94, + 505, + 106 + ], + "score": 1.0, + "content": "the EM algorithm to learn the parameters of the additional noise layer. However, there is no closed-", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 506, + 118 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 506, + 118 + ], + "score": 1.0, + "content": "form solution in the M-step for the optimal parameters and we need to apply neural-network training", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 300, + 127 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 300, + 127 + ], + "score": 1.0, + "content": "in the M-step to find the noise-layer parameters.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 1.5, + "bbox_fs": [ + 105, + 82, + 506, + 127 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 132, + 504, + 177 + ], + "lines": [ + { + "bbox": [ + 105, + 132, + 506, + 144 + ], + "spans": [ + { + "bbox": [ + 105, + 132, + 506, + 144 + ], + "score": 1.0, + "content": "At test time we want to predict the true labels. Hence, we remove the last softmax layer that aims to", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 143, + 504, + 156 + ], + "spans": [ + { + "bbox": [ + 105, + 143, + 447, + 156 + ], + "score": 1.0, + "content": "get rid of the noise in the training set. We compute the true-label softmax estimation", + "type": "text" + }, + { + "bbox": [ + 447, + 143, + 504, + 155 + ], + "score": 0.93, + "content": "p ( y = i | x ; w )", + "type": "inline_equation" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 153, + 506, + 167 + ], + "spans": [ + { + "bbox": [ + 105, + 153, + 506, + 167 + ], + "score": 1.0, + "content": "(7). The proposed architecture for training the neural network based on training data with noisy", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 165, + 233, + 178 + ], + "spans": [ + { + "bbox": [ + 105, + 165, + 233, + 178 + ], + "score": 1.0, + "content": "labels is illustrated in Figure 1.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 5.5, + "bbox_fs": [ + 105, + 132, + 506, + 178 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 182, + 505, + 237 + ], + "lines": [ + { + "bbox": [ + 106, + 182, + 505, + 194 + ], + "spans": [ + { + "bbox": [ + 106, + 182, + 505, + 194 + ], + "score": 1.0, + "content": "There are degrees of freedom in the two softmax layer model. Hence, a careful initialization of the", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 193, + 505, + 205 + ], + "spans": [ + { + "bbox": [ + 105, + 193, + 505, + 205 + ], + "score": 1.0, + "content": "parameters of the noise adaptation layer is crucial for successful convergence of the network into", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 104, + 203, + 505, + 217 + ], + "spans": [ + { + "bbox": [ + 104, + 203, + 505, + 217 + ], + "score": 1.0, + "content": "a good classifier of the correct labels at test time. We used the parameters of the original network", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 215, + 505, + 228 + ], + "spans": [ + { + "bbox": [ + 105, + 215, + 505, + 228 + ], + "score": 1.0, + "content": "to initialize the parameters of the s-model network that contains the noise adaptation level. We can", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 226, + 444, + 239 + ], + "spans": [ + { + "bbox": [ + 106, + 226, + 444, + 239 + ], + "score": 1.0, + "content": "initialize the softmax parameters of the s-model by assuming a small uniform noise:", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 10, + "bbox_fs": [ + 104, + 182, + 505, + 239 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 224, + 239, + 387, + 261 + ], + "lines": [ + { + "bbox": [ + 224, + 239, + 387, + 261 + ], + "spans": [ + { + "bbox": [ + 224, + 239, + 387, + 261 + ], + "score": 0.94, + "content": "b _ { i j } = \\log ( ( 1 - \\epsilon ) 1 _ { \\{ i = j \\} } + \\frac { \\epsilon } { k - 1 } 1 _ { \\{ i \\neq j \\} } )", + "type": "interline_equation", + "image_path": "5f9aa6c3756c5f2c827f8819e282e8cd40e2882f450cb5a7388818fcd3b24696.jpg" + } + ] + } + ], + "index": 13, + "virtual_lines": [ + { + "bbox": [ + 224, + 239, + 387, + 261 + ], + "spans": [], + "index": 13 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 263, + 505, + 307 + ], + "lines": [ + { + "bbox": [ + 106, + 263, + 505, + 274 + ], + "spans": [ + { + "bbox": [ + 106, + 263, + 146, + 274 + ], + "score": 1.0, + "content": "such that", + "type": "text" + }, + { + "bbox": [ + 146, + 264, + 153, + 273 + ], + "score": 0.81, + "content": "k", + "type": "inline_equation" + }, + { + "bbox": [ + 154, + 263, + 505, + 274 + ], + "score": 1.0, + "content": "is the number of different classes. A better procedure is to first train the original NN", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 275, + 505, + 286 + ], + "spans": [ + { + "bbox": [ + 106, + 275, + 505, + 286 + ], + "score": 1.0, + "content": "without the noise-adaptation layer, ignoring the fact that the labels are noisy. We can then treat the", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 285, + 505, + 297 + ], + "spans": [ + { + "bbox": [ + 106, + 285, + 505, + 297 + ], + "score": 1.0, + "content": "labels produced by the NN as the true labels and compute the confusion matrix on the train set and", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 296, + 304, + 308 + ], + "spans": [ + { + "bbox": [ + 105, + 296, + 304, + 308 + ], + "score": 1.0, + "content": "used it as an initial value for the bias parameters:", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 15.5, + "bbox_fs": [ + 105, + 263, + 505, + 308 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 232, + 309, + 379, + 338 + ], + "lines": [ + { + "bbox": [ + 232, + 309, + 379, + 338 + ], + "spans": [ + { + "bbox": [ + 232, + 309, + 379, + 338 + ], + "score": 0.95, + "content": "b _ { i j } = \\log ( \\frac { \\sum _ { t } 1 _ { \\{ z _ { t } = j \\} } p ( y _ { t } = i | x _ { t } ) } { \\sum _ { t } p ( y _ { t } = i | x _ { t } ) } )", + "type": "interline_equation", + "image_path": "4154f273ba3b55e0bed7f4eadb58a96502419ba715cf4e5806ce39f6d7f93d15.jpg" + } + ] + } + ], + "index": 18.5, + "virtual_lines": [ + { + "bbox": [ + 232, + 309, + 379, + 323.5 + ], + "spans": [], + "index": 18 + }, + { + "bbox": [ + 232, + 323.5, + 379, + 338.0 + ], + "spans": [], + "index": 19 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 339, + 505, + 394 + ], + "lines": [ + { + "bbox": [ + 105, + 339, + 505, + 353 + ], + "spans": [ + { + "bbox": [ + 105, + 339, + 144, + 353 + ], + "score": 1.0, + "content": "such that", + "type": "text" + }, + { + "bbox": [ + 144, + 341, + 183, + 351 + ], + "score": 0.89, + "content": "x _ { 1 } , . . . , x _ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 184, + 339, + 378, + 353 + ], + "score": 1.0, + "content": "are the feature vectors of the training dataset and", + "type": "text" + }, + { + "bbox": [ + 379, + 342, + 416, + 351 + ], + "score": 0.9, + "content": "z _ { 1 } , . . . , z _ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 416, + 339, + 505, + 353 + ], + "score": 1.0, + "content": "are the corresponding", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 349, + 505, + 363 + ], + "spans": [ + { + "bbox": [ + 105, + 349, + 505, + 363 + ], + "score": 1.0, + "content": "noisy labels. So far we have concentrated on parameter initialization for the s-model. The strategy", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 361, + 505, + 373 + ], + "spans": [ + { + "bbox": [ + 106, + 361, + 505, + 373 + ], + "score": 1.0, + "content": "that works best to initialize the c-model parameters is to use the parameters that were optimized for", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 372, + 505, + 385 + ], + "spans": [ + { + "bbox": [ + 105, + 372, + 298, + 385 + ], + "score": 1.0, + "content": "the s-model. In other words we set linear terms", + "type": "text" + }, + { + "bbox": [ + 298, + 374, + 312, + 385 + ], + "score": 0.88, + "content": "u _ { i j }", + "type": "inline_equation" + }, + { + "bbox": [ + 312, + 372, + 456, + 385 + ], + "score": 1.0, + "content": "to zero and initialize the bias terms", + "type": "text" + }, + { + "bbox": [ + 456, + 373, + 468, + 385 + ], + "score": 0.89, + "content": "b _ { i j }", + "type": "inline_equation" + }, + { + "bbox": [ + 469, + 372, + 505, + 385 + ], + "score": 1.0, + "content": "with the", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 384, + 280, + 396 + ], + "spans": [ + { + "bbox": [ + 106, + 384, + 280, + 396 + ], + "score": 1.0, + "content": "values that were optimized by the s-model.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 22, + "bbox_fs": [ + 105, + 339, + 505, + 396 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 400, + 505, + 565 + ], + "lines": [ + { + "bbox": [ + 106, + 399, + 505, + 413 + ], + "spans": [ + { + "bbox": [ + 106, + 399, + 505, + 413 + ], + "score": 1.0, + "content": "The computational complexity of the proposed method is quadratic in the size of the class-set. Sup-", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 411, + 505, + 424 + ], + "spans": [ + { + "bbox": [ + 105, + 411, + 165, + 424 + ], + "score": 1.0, + "content": "pose there are", + "type": "text" + }, + { + "bbox": [ + 165, + 412, + 172, + 421 + ], + "score": 0.78, + "content": "k", + "type": "inline_equation" + }, + { + "bbox": [ + 173, + 411, + 418, + 424 + ], + "score": 1.0, + "content": "classes to predict, in this case the proposed methods require", + "type": "text" + }, + { + "bbox": [ + 419, + 411, + 440, + 422 + ], + "score": 0.89, + "content": "k + 1", + "type": "inline_equation" + }, + { + "bbox": [ + 440, + 411, + 505, + 424 + ], + "score": 1.0, + "content": "sets of softmax", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 421, + 506, + 435 + ], + "spans": [ + { + "bbox": [ + 105, + 421, + 205, + 435 + ], + "score": 1.0, + "content": "operations with a size of", + "type": "text" + }, + { + "bbox": [ + 205, + 423, + 212, + 432 + ], + "score": 0.8, + "content": "k", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 421, + 506, + 435 + ], + "score": 1.0, + "content": "each. Hence there are scalability problems when the class set is large. As", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 433, + 505, + 446 + ], + "spans": [ + { + "bbox": [ + 106, + 433, + 505, + 446 + ], + "score": 1.0, + "content": "we explained in the previous paragraph, we initialized the second soft-max layer using the confusion", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 443, + 506, + 457 + ], + "spans": [ + { + "bbox": [ + 105, + 443, + 506, + 457 + ], + "score": 1.0, + "content": "matrix of the baseline system. The confusion matrix is a good estimation of the label noise. Assume", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 455, + 505, + 468 + ], + "spans": [ + { + "bbox": [ + 105, + 455, + 505, + 468 + ], + "score": 1.0, + "content": "the rows of the matrix correspond to the true labels and the matrix columns correspond to the noisy", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 465, + 506, + 479 + ], + "spans": [ + { + "bbox": [ + 105, + 465, + 154, + 479 + ], + "score": 1.0, + "content": "labels. The", + "type": "text" + }, + { + "bbox": [ + 154, + 466, + 158, + 476 + ], + "score": 0.6, + "content": "l", + "type": "inline_equation" + }, + { + "bbox": [ + 159, + 465, + 251, + 479 + ], + "score": 1.0, + "content": "largest elements in the", + "type": "text" + }, + { + "bbox": [ + 252, + 467, + 256, + 476 + ], + "score": 0.71, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 257, + 465, + 506, + 479 + ], + "score": 1.0, + "content": "-th row are the most frequent noisy class values when the true", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 476, + 506, + 489 + ], + "spans": [ + { + "bbox": [ + 105, + 476, + 163, + 489 + ], + "score": 1.0, + "content": "class value is", + "type": "text" + }, + { + "bbox": [ + 163, + 478, + 168, + 487 + ], + "score": 0.7, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 168, + 476, + 276, + 489 + ], + "score": 1.0, + "content": ". We can thus connect the", + "type": "text" + }, + { + "bbox": [ + 277, + 478, + 282, + 487 + ], + "score": 0.75, + "content": "i \\cdot", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 476, + 477, + 489 + ], + "score": 1.0, + "content": "-th element in the first softmax layer only to its", + "type": "text" + }, + { + "bbox": [ + 477, + 478, + 481, + 487 + ], + "score": 0.39, + "content": "l", + "type": "inline_equation" + }, + { + "bbox": [ + 482, + 476, + 506, + 489 + ], + "score": 1.0, + "content": "most", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 488, + 505, + 500 + ], + "spans": [ + { + "bbox": [ + 105, + 488, + 345, + 500 + ], + "score": 1.0, + "content": "probable noisy class candidates. Note that if we connect the", + "type": "text" + }, + { + "bbox": [ + 345, + 489, + 350, + 498 + ], + "score": 0.71, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 351, + 488, + 505, + 500 + ], + "score": 1.0, + "content": "-th label in the first softmax only to the", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 107, + 498, + 505, + 511 + ], + "spans": [ + { + "bbox": [ + 107, + 500, + 111, + 509 + ], + "score": 0.73, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 111, + 498, + 505, + 511 + ], + "score": 1.0, + "content": "-th label in the second softmax layer, the second softmax layer collapses to identity and we obtain", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 509, + 506, + 523 + ], + "spans": [ + { + "bbox": [ + 105, + 509, + 270, + 523 + ], + "score": 1.0, + "content": "the standard baseline model. Taking the", + "type": "text" + }, + { + "bbox": [ + 271, + 510, + 275, + 520 + ], + "score": 0.43, + "content": "l", + "type": "inline_equation" + }, + { + "bbox": [ + 276, + 509, + 506, + 523 + ], + "score": 1.0, + "content": "most likely connections to the second softmax layer, we", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 520, + 506, + 533 + ], + "spans": [ + { + "bbox": [ + 105, + 520, + 186, + 533 + ], + "score": 1.0, + "content": "allow an additional", + "type": "text" + }, + { + "bbox": [ + 187, + 521, + 206, + 531 + ], + "score": 0.74, + "content": "l - 1", + "type": "inline_equation" + }, + { + "bbox": [ + 206, + 520, + 506, + 533 + ], + "score": 1.0, + "content": "possible noisy labels for each correct label. We thus obtain a data driven", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 532, + 505, + 545 + ], + "spans": [ + { + "bbox": [ + 105, + 532, + 505, + 545 + ], + "score": 1.0, + "content": "sparsifying of the second softmax layer which solves the scalability problem since the complexity", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 542, + 505, + 555 + ], + "spans": [ + { + "bbox": [ + 105, + 542, + 505, + 555 + ], + "score": 1.0, + "content": "becomes linear in the number of classes instead of quadratic. In the experiment section we show", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 554, + 394, + 567 + ], + "spans": [ + { + "bbox": [ + 105, + 554, + 394, + 567 + ], + "score": 1.0, + "content": "that by using this approach there is not much deference in performance.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 32, + "bbox_fs": [ + 105, + 399, + 506, + 567 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 570, + 505, + 669 + ], + "lines": [ + { + "bbox": [ + 106, + 570, + 505, + 582 + ], + "spans": [ + { + "bbox": [ + 106, + 570, + 505, + 582 + ], + "score": 1.0, + "content": "Our architecture, which is based on a concatenation of softmax layers, resembles the hierarchical", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 582, + 505, + 594 + ], + "spans": [ + { + "bbox": [ + 106, + 582, + 505, + 594 + ], + "score": 1.0, + "content": "softmax approach Morin & Bengio (2005) that replaces the flat softmax layer with a hierarchical", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 592, + 505, + 606 + ], + "spans": [ + { + "bbox": [ + 105, + 592, + 505, + 606 + ], + "score": 1.0, + "content": "layer that has the classes as leaves. This allowed them to decompose calculating the probability", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 603, + 505, + 616 + ], + "spans": [ + { + "bbox": [ + 105, + 603, + 505, + 616 + ], + "score": 1.0, + "content": "of the class into a sequence of probability calculations, which saves us from having to calculate", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 614, + 506, + 627 + ], + "spans": [ + { + "bbox": [ + 105, + 614, + 506, + 627 + ], + "score": 1.0, + "content": "the expensive normalization over all classes. The main difference between our approach and theirs", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 626, + 505, + 638 + ], + "spans": [ + { + "bbox": [ + 106, + 626, + 505, + 638 + ], + "score": 1.0, + "content": "(apart from the motivation) is that in our approach the true-label softmax layer is fully connected", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 637, + 505, + 649 + ], + "spans": [ + { + "bbox": [ + 105, + 637, + 505, + 649 + ], + "score": 1.0, + "content": "to the noisy-label layer. Sukhbaatar & Fergus (2014) suggested adding a linear layer to handle", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 646, + 506, + 661 + ], + "spans": [ + { + "bbox": [ + 105, + 646, + 506, + 661 + ], + "score": 1.0, + "content": "noisy labels. Their approach is similar to our s-model. In their approach, however, they proposed a", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 106, + 658, + 222, + 671 + ], + "spans": [ + { + "bbox": [ + 106, + 658, + 222, + 671 + ], + "score": 1.0, + "content": "different learning procedure.", + "type": "text" + } + ], + "index": 48 + } + ], + "index": 44, + "bbox_fs": [ + 105, + 570, + 506, + 671 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 685, + 200, + 698 + ], + "lines": [ + { + "bbox": [ + 105, + 684, + 201, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 684, + 201, + 700 + ], + "score": 1.0, + "content": "4 EXPERIMENTS", + "type": "text" + } + ], + "index": 49 + } + ], + "index": 49 + }, + { + "type": "text", + "bbox": [ + 106, + 709, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "In this section, we evaluate the robustness of deep learning to training data with noisy labels with", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 720, + 505, + 732 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 505, + 732 + ], + "score": 1.0, + "content": "and without explicit noise modeling. We first show results on the MNIST data-set with injected label", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 105, + 485, + 504, + 497 + ], + "spans": [ + { + "bbox": [ + 105, + 485, + 471, + 497 + ], + "score": 1.0, + "content": "noise in our experiments. The MNIST is a database of handwritten digits, which consists of", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 472, + 485, + 504, + 496 + ], + "score": 0.89, + "content": "2 8 \\times 2 8", + "type": "inline_equation", + "cross_page": true + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 496, + 505, + 508 + ], + "spans": [ + { + "bbox": [ + 106, + 496, + 505, + 508 + ], + "score": 1.0, + "content": "images. The dataset has 60k images for training and 10k images for testing. We used a two hidden", + "type": "text", + "cross_page": true + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 507, + 505, + 519 + ], + "spans": [ + { + "bbox": [ + 106, + 507, + 505, + 519 + ], + "score": 1.0, + "content": "layer NN comprised of 500 and 300 neurons. The non-linear activation we used was ReLU and", + "type": "text", + "cross_page": true + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 518, + 506, + 531 + ], + "spans": [ + { + "bbox": [ + 105, + 518, + 506, + 531 + ], + "score": 1.0, + "content": "we used dropout with parameter 0.5. We trained the network using the Adam optimizer (Kingma", + "type": "text", + "cross_page": true + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 529, + 505, + 542 + ], + "spans": [ + { + "bbox": [ + 105, + 529, + 505, + 542 + ], + "score": 1.0, + "content": "& Ba (2014)) with default parameters, which we found to converge more quickly and effectively", + "type": "text", + "cross_page": true + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 539, + 505, + 553 + ], + "spans": [ + { + "bbox": [ + 105, + 539, + 505, + 553 + ], + "score": 1.0, + "content": "than SGD. We used a mini-batch size of 256. These settings were kept fixed for all the experiments", + "type": "text", + "cross_page": true + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 550, + 505, + 563 + ], + "spans": [ + { + "bbox": [ + 106, + 550, + 505, + 563 + ], + "score": 1.0, + "content": "described below. In addition to a network that is based on fully connected layers, we also applied a", + "type": "text", + "cross_page": true + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 561, + 505, + 574 + ], + "spans": [ + { + "bbox": [ + 105, + 561, + 505, + 574 + ], + "score": 1.0, + "content": "network based on a CNN architecture. The results we obtained in the two architectures were similar.", + "type": "text", + "cross_page": true + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 572, + 320, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 572, + 320, + 585 + ], + "score": 1.0, + "content": "The network we implemented is publicly available 1.", + "type": "text", + "cross_page": true + } + ], + "index": 13 + } + ], + "index": 50.5, + "bbox_fs": [ + 105, + 709, + 505, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 123, + 88, + 493, + 429 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 123, + 88, + 493, + 429 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 123, + 88, + 493, + 429 + ], + "spans": [ + { + "bbox": [ + 123, + 88, + 493, + 429 + ], + "score": 0.967, + "type": "image", + "image_path": "7a84ff68aaac2dd8f567a28a156deefbfa9c0e717531b18040c9756e967633ad.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 123, + 88, + 493, + 201.66666666666669 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 123, + 201.66666666666669, + 493, + 315.33333333333337 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 123, + 315.33333333333337, + 493, + 429.00000000000006 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 443, + 504, + 466 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 443, + 505, + 456 + ], + "spans": [ + { + "bbox": [ + 106, + 443, + 505, + 456 + ], + "score": 1.0, + "content": "Figure 2: Test classification accuracy results on the MNIST dataset as a function of the noise level.", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 454, + 477, + 467 + ], + "spans": [ + { + "bbox": [ + 106, + 454, + 317, + 467 + ], + "score": 1.0, + "content": "The results are shown for several training data sizes", + "type": "text" + }, + { + "bbox": [ + 317, + 455, + 387, + 466 + ], + "score": 0.81, + "content": "( 2 0 \\% , 5 0 \\% , 1 0 0 \\% )", + "type": "inline_equation" + }, + { + "bbox": [ + 387, + 454, + 477, + 467 + ], + "score": 1.0, + "content": "of the training subset.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + } + ], + "index": 2.25 + }, + { + "type": "text", + "bbox": [ + 107, + 484, + 505, + 585 + ], + "lines": [ + { + "bbox": [ + 105, + 485, + 504, + 497 + ], + "spans": [ + { + "bbox": [ + 105, + 485, + 471, + 497 + ], + "score": 1.0, + "content": "noise in our experiments. The MNIST is a database of handwritten digits, which consists of", + "type": "text" + }, + { + "bbox": [ + 472, + 485, + 504, + 496 + ], + "score": 0.89, + "content": "2 8 \\times 2 8", + "type": "inline_equation" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 496, + 505, + 508 + ], + "spans": [ + { + "bbox": [ + 106, + 496, + 505, + 508 + ], + "score": 1.0, + "content": "images. The dataset has 60k images for training and 10k images for testing. We used a two hidden", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 507, + 505, + 519 + ], + "spans": [ + { + "bbox": [ + 106, + 507, + 505, + 519 + ], + "score": 1.0, + "content": "layer NN comprised of 500 and 300 neurons. The non-linear activation we used was ReLU and", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 518, + 506, + 531 + ], + "spans": [ + { + "bbox": [ + 105, + 518, + 506, + 531 + ], + "score": 1.0, + "content": "we used dropout with parameter 0.5. We trained the network using the Adam optimizer (Kingma", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 529, + 505, + 542 + ], + "spans": [ + { + "bbox": [ + 105, + 529, + 505, + 542 + ], + "score": 1.0, + "content": "& Ba (2014)) with default parameters, which we found to converge more quickly and effectively", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 539, + 505, + 553 + ], + "spans": [ + { + "bbox": [ + 105, + 539, + 505, + 553 + ], + "score": 1.0, + "content": "than SGD. We used a mini-batch size of 256. These settings were kept fixed for all the experiments", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 550, + 505, + 563 + ], + "spans": [ + { + "bbox": [ + 106, + 550, + 505, + 563 + ], + "score": 1.0, + "content": "described below. In addition to a network that is based on fully connected layers, we also applied a", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 561, + 505, + 574 + ], + "spans": [ + { + "bbox": [ + 105, + 561, + 505, + 574 + ], + "score": 1.0, + "content": "network based on a CNN architecture. The results we obtained in the two architectures were similar.", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 572, + 320, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 572, + 320, + 585 + ], + "score": 1.0, + "content": "The network we implemented is publicly available 1.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 9 + }, + { + "type": "text", + "bbox": [ + 107, + 590, + 505, + 634 + ], + "lines": [ + { + "bbox": [ + 106, + 589, + 505, + 602 + ], + "spans": [ + { + "bbox": [ + 106, + 589, + 505, + 602 + ], + "score": 1.0, + "content": "We generated noisy data from clean data by stochastically changing some of the labels. We con-", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 601, + 505, + 613 + ], + "spans": [ + { + "bbox": [ + 106, + 601, + 244, + 613 + ], + "score": 1.0, + "content": "verted each label with probability", + "type": "text" + }, + { + "bbox": [ + 245, + 603, + 251, + 612 + ], + "score": 0.8, + "content": "p", + "type": "inline_equation" + }, + { + "bbox": [ + 252, + 601, + 505, + 613 + ], + "score": 1.0, + "content": "to a different label according to a predefined permutation. We", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 612, + 506, + 624 + ], + "spans": [ + { + "bbox": [ + 105, + 612, + 506, + 624 + ], + "score": 1.0, + "content": "used the same permutation as in Reed et al. (2014). The labels of the test data remained, of course,", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 623, + 399, + 635 + ], + "spans": [ + { + "bbox": [ + 105, + 623, + 399, + 635 + ], + "score": 1.0, + "content": "unperturbed to validate and compare our method to the regular approach.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 15.5 + }, + { + "type": "text", + "bbox": [ + 107, + 639, + 504, + 684 + ], + "lines": [ + { + "bbox": [ + 106, + 640, + 505, + 651 + ], + "spans": [ + { + "bbox": [ + 106, + 640, + 505, + 651 + ], + "score": 1.0, + "content": "We compared the proposed noise robust models to other model training strategies. The first network", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 650, + 505, + 662 + ], + "spans": [ + { + "bbox": [ + 106, + 650, + 505, + 662 + ], + "score": 1.0, + "content": "was the baseline approach that ignores the fact that the labels of the training data are unreliable.", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 660, + 505, + 675 + ], + "spans": [ + { + "bbox": [ + 105, + 660, + 256, + 675 + ], + "score": 1.0, + "content": "Denote the observed noisy label by", + "type": "text" + }, + { + "bbox": [ + 257, + 663, + 263, + 671 + ], + "score": 0.78, + "content": "z", + "type": "inline_equation" + }, + { + "bbox": [ + 264, + 660, + 385, + 675 + ], + "score": 1.0, + "content": "and the softmax decision by", + "type": "text" + }, + { + "bbox": [ + 386, + 663, + 423, + 673 + ], + "score": 0.91, + "content": "q _ { 1 } , . . . , q _ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 423, + 660, + 505, + 675 + ], + "score": 1.0, + "content": ". The baseline log-", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 672, + 262, + 685 + ], + "spans": [ + { + "bbox": [ + 105, + 672, + 262, + 685 + ], + "score": 1.0, + "content": "likelihood score (for a single input) is:", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 19.5 + }, + { + "type": "interline_equation", + "bbox": [ + 258, + 688, + 353, + 714 + ], + "lines": [ + { + "bbox": [ + 258, + 688, + 353, + 714 + ], + "spans": [ + { + "bbox": [ + 258, + 688, + 353, + 714 + ], + "score": 0.94, + "content": "S = \\sum _ { i } 1 _ { \\{ z = i \\} } \\log ( q _ { i } )", + "type": "interline_equation", + "image_path": "1177a087de984c82e93bf441dd33ffa0621620a60f988c8f087d481d8838afe3.jpg" + } + ] + } + ], + "index": 22, + "virtual_lines": [ + { + "bbox": [ + 258, + 688, + 353, + 714 + ], + "spans": [], + "index": 22 + } + ] + } + ], + "page_idx": 5, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 118, + 721, + 385, + 732 + ], + "lines": [ + { + "bbox": [ + 120, + 720, + 386, + 733 + ], + "spans": [ + { + "bbox": [ + 120, + 720, + 386, + 733 + ], + "score": 1.0, + "content": "1code available at https://github.com/udibr/noisy_labels", + "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 2017", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 752, + 309, + 760 + ], + "lines": [ + { + "bbox": [ + 302, + 751, + 310, + 762 + ], + "spans": [ + { + "bbox": [ + 302, + 751, + 310, + 762 + ], + "score": 1.0, + "content": "6", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 123, + 88, + 493, + 429 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 123, + 88, + 493, + 429 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 123, + 88, + 493, + 429 + ], + "spans": [ + { + "bbox": [ + 123, + 88, + 493, + 429 + ], + "score": 0.967, + "type": "image", + "image_path": "7a84ff68aaac2dd8f567a28a156deefbfa9c0e717531b18040c9756e967633ad.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 123, + 88, + 493, + 201.66666666666669 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 123, + 201.66666666666669, + 493, + 315.33333333333337 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 123, + 315.33333333333337, + 493, + 429.00000000000006 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 443, + 504, + 466 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 443, + 505, + 456 + ], + "spans": [ + { + "bbox": [ + 106, + 443, + 505, + 456 + ], + "score": 1.0, + "content": "Figure 2: Test classification accuracy results on the MNIST dataset as a function of the noise level.", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 454, + 477, + 467 + ], + "spans": [ + { + "bbox": [ + 106, + 454, + 317, + 467 + ], + "score": 1.0, + "content": "The results are shown for several training data sizes", + "type": "text" + }, + { + "bbox": [ + 317, + 455, + 387, + 466 + ], + "score": 0.81, + "content": "( 2 0 \\% , 5 0 \\% , 1 0 0 \\% )", + "type": "inline_equation" + }, + { + "bbox": [ + 387, + 454, + 477, + 467 + ], + "score": 1.0, + "content": "of the training subset.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + } + ], + "index": 2.25 + }, + { + "type": "text", + "bbox": [ + 107, + 484, + 505, + 585 + ], + "lines": [], + "index": 9, + "bbox_fs": [ + 105, + 485, + 506, + 585 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 107, + 590, + 505, + 634 + ], + "lines": [ + { + "bbox": [ + 106, + 589, + 505, + 602 + ], + "spans": [ + { + "bbox": [ + 106, + 589, + 505, + 602 + ], + "score": 1.0, + "content": "We generated noisy data from clean data by stochastically changing some of the labels. We con-", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 601, + 505, + 613 + ], + "spans": [ + { + "bbox": [ + 106, + 601, + 244, + 613 + ], + "score": 1.0, + "content": "verted each label with probability", + "type": "text" + }, + { + "bbox": [ + 245, + 603, + 251, + 612 + ], + "score": 0.8, + "content": "p", + "type": "inline_equation" + }, + { + "bbox": [ + 252, + 601, + 505, + 613 + ], + "score": 1.0, + "content": "to a different label according to a predefined permutation. We", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 612, + 506, + 624 + ], + "spans": [ + { + "bbox": [ + 105, + 612, + 506, + 624 + ], + "score": 1.0, + "content": "used the same permutation as in Reed et al. (2014). The labels of the test data remained, of course,", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 623, + 399, + 635 + ], + "spans": [ + { + "bbox": [ + 105, + 623, + 399, + 635 + ], + "score": 1.0, + "content": "unperturbed to validate and compare our method to the regular approach.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 15.5, + "bbox_fs": [ + 105, + 589, + 506, + 635 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 639, + 504, + 684 + ], + "lines": [ + { + "bbox": [ + 106, + 640, + 505, + 651 + ], + "spans": [ + { + "bbox": [ + 106, + 640, + 505, + 651 + ], + "score": 1.0, + "content": "We compared the proposed noise robust models to other model training strategies. The first network", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 650, + 505, + 662 + ], + "spans": [ + { + "bbox": [ + 106, + 650, + 505, + 662 + ], + "score": 1.0, + "content": "was the baseline approach that ignores the fact that the labels of the training data are unreliable.", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 660, + 505, + 675 + ], + "spans": [ + { + "bbox": [ + 105, + 660, + 256, + 675 + ], + "score": 1.0, + "content": "Denote the observed noisy label by", + "type": "text" + }, + { + "bbox": [ + 257, + 663, + 263, + 671 + ], + "score": 0.78, + "content": "z", + "type": "inline_equation" + }, + { + "bbox": [ + 264, + 660, + 385, + 675 + ], + "score": 1.0, + "content": "and the softmax decision by", + "type": "text" + }, + { + "bbox": [ + 386, + 663, + 423, + 673 + ], + "score": 0.91, + "content": "q _ { 1 } , . . . , q _ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 423, + 660, + 505, + 675 + ], + "score": 1.0, + "content": ". The baseline log-", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 672, + 262, + 685 + ], + "spans": [ + { + "bbox": [ + 105, + 672, + 262, + 685 + ], + "score": 1.0, + "content": "likelihood score (for a single input) is:", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 19.5, + "bbox_fs": [ + 105, + 640, + 505, + 685 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 258, + 688, + 353, + 714 + ], + "lines": [ + { + "bbox": [ + 258, + 688, + 353, + 714 + ], + "spans": [ + { + "bbox": [ + 258, + 688, + 353, + 714 + ], + "score": 0.94, + "content": "S = \\sum _ { i } 1 _ { \\{ z = i \\} } \\log ( q _ { i } )", + "type": "interline_equation", + "image_path": "1177a087de984c82e93bf441dd33ffa0621620a60f988c8f087d481d8838afe3.jpg" + } + ] + } + ], + "index": 22, + "virtual_lines": [ + { + "bbox": [ + 258, + 688, + 353, + 714 + ], + "spans": [], + "index": 22 + } + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 195, + 83, + 414, + 264 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 195, + 83, + 414, + 264 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 195, + 83, + 414, + 264 + ], + "spans": [ + { + "bbox": [ + 195, + 83, + 414, + 264 + ], + "score": 0.974, + "type": "image", + "image_path": "b5ef1146fcca8e02886ef3221e5fc0ca403f768335bc3313b5ab404edfd7422b.jpg" + } + ] + } + ], + "index": 6, + "virtual_lines": [ + { + "bbox": [ + 195, + 83, + 414, + 96.92307692307692 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 195, + 96.92307692307692, + 414, + 110.84615384615384 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 195, + 110.84615384615384, + 414, + 124.76923076923076 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 195, + 124.76923076923076, + 414, + 138.69230769230768 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 195, + 138.69230769230768, + 414, + 152.6153846153846 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 195, + 152.6153846153846, + 414, + 166.53846153846155 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 195, + 166.53846153846155, + 414, + 180.46153846153848 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 195, + 180.46153846153848, + 414, + 194.38461538461542 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 195, + 194.38461538461542, + 414, + 208.30769230769235 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 195, + 208.30769230769235, + 414, + 222.23076923076928 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 195, + 222.23076923076928, + 414, + 236.15384615384622 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 195, + 236.15384615384622, + 414, + 250.07692307692315 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 195, + 250.07692307692315, + 414, + 264.00000000000006 + ], + "spans": [], + "index": 12 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 277, + 505, + 311 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 277, + 505, + 290 + ], + "spans": [ + { + "bbox": [ + 106, + 277, + 505, + 290 + ], + "score": 1.0, + "content": "Figure 3: Test classification accuracy results on the CIFAR-100 dataset as a function of the noise", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 288, + 505, + 301 + ], + "spans": [ + { + "bbox": [ + 105, + 288, + 344, + 301 + ], + "score": 1.0, + "content": "level. The results are shown for several training data sizes", + "type": "text" + }, + { + "bbox": [ + 345, + 289, + 415, + 300 + ], + "score": 0.85, + "content": "( 2 0 \\% , 5 0 \\% , 1 0 0 \\% )", + "type": "inline_equation" + }, + { + "bbox": [ + 415, + 288, + 505, + 301 + ], + "score": 1.0, + "content": "of the training subset", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 298, + 241, + 312 + ], + "spans": [ + { + "bbox": [ + 105, + 298, + 241, + 312 + ], + "score": 1.0, + "content": "for a CNN network architecture).", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14 + } + ], + "index": 10.0 + }, + { + "type": "text", + "bbox": [ + 105, + 330, + 504, + 353 + ], + "lines": [ + { + "bbox": [ + 106, + 329, + 504, + 343 + ], + "spans": [ + { + "bbox": [ + 106, + 329, + 504, + 343 + ], + "score": 1.0, + "content": "We also implemented two variants of the noise robust approach proposed by Reed et al. (2014).", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 341, + 227, + 355 + ], + "spans": [ + { + "bbox": [ + 106, + 341, + 227, + 355 + ], + "score": 1.0, + "content": "They suggested a soft version", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 16.5 + }, + { + "type": "interline_equation", + "bbox": [ + 169, + 357, + 442, + 384 + ], + "lines": [ + { + "bbox": [ + 169, + 357, + 442, + 384 + ], + "spans": [ + { + "bbox": [ + 169, + 357, + 442, + 384 + ], + "score": 0.92, + "content": "\\beta S - ( 1 - \\beta ) H ( q ) = \\beta \\sum _ { i } 1 _ { \\{ z = i \\} } \\log ( q _ { i } ) + ( 1 - \\beta ) \\sum _ { i } q _ { i } \\log ( q _ { i } )", + "type": "interline_equation", + "image_path": "be34561ecf8e9711ef39ecb8f2c95d6b152966defcf9f5ca7824ca53e65d4698.jpg" + } + ] + } + ], + "index": 19, + "virtual_lines": [ + { + "bbox": [ + 169, + 357, + 442, + 366.0 + ], + "spans": [], + "index": 18 + }, + { + "bbox": [ + 169, + 366.0, + 442, + 375.0 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 169, + 375.0, + 442, + 384.0 + ], + "spans": [], + "index": 20 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 388, + 183, + 399 + ], + "lines": [ + { + "bbox": [ + 106, + 388, + 185, + 400 + ], + "spans": [ + { + "bbox": [ + 106, + 388, + 185, + 400 + ], + "score": 1.0, + "content": "and a hard version:", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 21 + }, + { + "type": "interline_equation", + "bbox": [ + 251, + 398, + 360, + 415 + ], + "lines": [ + { + "bbox": [ + 251, + 398, + 360, + 415 + ], + "spans": [ + { + "bbox": [ + 251, + 398, + 360, + 415 + ], + "score": 0.92, + "content": "\\beta S + ( 1 - \\beta ) \\operatorname* { m a x } _ { i } \\log ( q _ { i } )", + "type": "interline_equation", + "image_path": "e596d5e8a3c565426c1f62a7228182b0ef46c2cd33906d59c97e529f2c191636.jpg" + } + ] + } + ], + "index": 22, + "virtual_lines": [ + { + "bbox": [ + 251, + 398, + 360, + 415 + ], + "spans": [], + "index": 22 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 417, + 505, + 462 + ], + "lines": [ + { + "bbox": [ + 106, + 418, + 504, + 429 + ], + "spans": [ + { + "bbox": [ + 106, + 418, + 230, + 429 + ], + "score": 1.0, + "content": "In their experiments they took", + "type": "text" + }, + { + "bbox": [ + 230, + 418, + 265, + 429 + ], + "score": 0.91, + "content": "\\beta = 0 . 8", + "type": "inline_equation" + }, + { + "bbox": [ + 266, + 418, + 365, + 429 + ], + "score": 1.0, + "content": "for the hard version and", + "type": "text" + }, + { + "bbox": [ + 366, + 418, + 405, + 429 + ], + "score": 0.9, + "content": "\\beta = 0 . 9 5", + "type": "inline_equation" + }, + { + "bbox": [ + 406, + 418, + 504, + 429 + ], + "score": 1.0, + "content": "for the soft version, and", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 429, + 506, + 441 + ], + "spans": [ + { + "bbox": [ + 106, + 429, + 506, + 441 + ], + "score": 1.0, + "content": "observed that the hard version provided better results. Finally we implemented the two variants of", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 439, + 505, + 453 + ], + "spans": [ + { + "bbox": [ + 105, + 439, + 505, + 453 + ], + "score": 1.0, + "content": "our approach; namely, the noise modeling based only on the labels (s-model) and the noise modeling", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 450, + 291, + 462 + ], + "spans": [ + { + "bbox": [ + 105, + 450, + 291, + 462 + ], + "score": 1.0, + "content": "that was also based on the features (c-model).", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 24.5 + }, + { + "type": "text", + "bbox": [ + 106, + 467, + 505, + 523 + ], + "lines": [ + { + "bbox": [ + 106, + 467, + 504, + 479 + ], + "spans": [ + { + "bbox": [ + 106, + 467, + 504, + 479 + ], + "score": 1.0, + "content": "Figure 2 depicts the comparative test errors results as a function of the fractions of noise. The results", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 478, + 506, + 492 + ], + "spans": [ + { + "bbox": [ + 105, + 478, + 335, + 492 + ], + "score": 1.0, + "content": "are shown for three different sizes of training data i.e.", + "type": "text" + }, + { + "bbox": [ + 335, + 478, + 407, + 489 + ], + "score": 0.91, + "content": "( 2 0 \\% , 5 0 \\% , 1 0 0 \\% )", + "type": "inline_equation" + }, + { + "bbox": [ + 408, + 478, + 506, + 492 + ], + "score": 1.0, + "content": "of the MNIST training", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 489, + 506, + 502 + ], + "spans": [ + { + "bbox": [ + 105, + 489, + 506, + 502 + ], + "score": 1.0, + "content": "subset. Bootstrapping was used to compute confidence intervals around the mean. For 1000 times,", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 107, + 500, + 505, + 514 + ], + "spans": [ + { + "bbox": [ + 107, + 501, + 142, + 511 + ], + "score": 0.89, + "content": "N = 1 0", + "type": "inline_equation" + }, + { + "bbox": [ + 142, + 500, + 359, + 514 + ], + "score": 1.0, + "content": "samples were randomly drawn with repeats from the", + "type": "text" + }, + { + "bbox": [ + 360, + 501, + 370, + 510 + ], + "score": 0.82, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 370, + 500, + 505, + 514 + ], + "score": 1.0, + "content": "available samples and mean was", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 511, + 503, + 524 + ], + "spans": [ + { + "bbox": [ + 106, + 511, + 326, + 524 + ], + "score": 1.0, + "content": "computed. The confidence interval was taken to be the", + "type": "text" + }, + { + "bbox": [ + 326, + 511, + 348, + 522 + ], + "score": 0.86, + "content": "2 . 5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 349, + 511, + 366, + 524 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 366, + 511, + 394, + 522 + ], + "score": 0.86, + "content": "9 7 . 5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 394, + 511, + 503, + 524 + ], + "score": 1.0, + "content": "percentiles of this process.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 29 + }, + { + "type": "text", + "bbox": [ + 107, + 527, + 505, + 616 + ], + "lines": [ + { + "bbox": [ + 106, + 528, + 506, + 540 + ], + "spans": [ + { + "bbox": [ + 106, + 528, + 506, + 540 + ], + "score": 1.0, + "content": "The results show that all the methods that are explicitly aware of the noise in the labels are better", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 538, + 505, + 552 + ], + "spans": [ + { + "bbox": [ + 105, + 538, + 505, + 552 + ], + "score": 1.0, + "content": "than the baseline which is the standard training approach. We revalidated the results reported in Reed", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 550, + 505, + 562 + ], + "spans": [ + { + "bbox": [ + 105, + 550, + 505, + 562 + ], + "score": 1.0, + "content": "et al. (2014) and showed that the hard version of their method performs better than the soft version.", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 562, + 505, + 573 + ], + "spans": [ + { + "bbox": [ + 105, + 562, + 505, + 573 + ], + "score": 1.0, + "content": "In all cases our models performed better than the alternatives. In most cases the c-model was better", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 573, + 504, + 583 + ], + "spans": [ + { + "bbox": [ + 106, + 573, + 504, + 583 + ], + "score": 1.0, + "content": "than the s-model. In the case where the entire dataset was used for training, we can see from the", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 583, + 505, + 595 + ], + "spans": [ + { + "bbox": [ + 105, + 583, + 505, + 595 + ], + "score": 1.0, + "content": "results that there was a phase transition phenomenon. We obtained almost perfect classification", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 594, + 505, + 607 + ], + "spans": [ + { + "bbox": [ + 105, + 594, + 505, + 607 + ], + "score": 1.0, + "content": "results until the noise level was high and there was a sudden strong performance drop. Analyzing", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 605, + 308, + 616 + ], + "spans": [ + { + "bbox": [ + 106, + 605, + 308, + 616 + ], + "score": 1.0, + "content": "why this effect occurred is left for future research.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 35.5 + }, + { + "type": "text", + "bbox": [ + 107, + 621, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 622, + 504, + 633 + ], + "spans": [ + { + "bbox": [ + 106, + 622, + 504, + 633 + ], + "score": 1.0, + "content": "We next show the results on the CIFAR-100 image dataset Krizhevsky & Hinton (2009) which con-", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 633, + 505, + 645 + ], + "spans": [ + { + "bbox": [ + 106, + 633, + 138, + 645 + ], + "score": 1.0, + "content": "sists of", + "type": "text" + }, + { + "bbox": [ + 138, + 633, + 173, + 644 + ], + "score": 0.9, + "content": "3 2 \\times 3 2", + "type": "inline_equation" + }, + { + "bbox": [ + 173, + 633, + 505, + 645 + ], + "score": 1.0, + "content": "color images arranged in 100 classes containing 600 images each. There are 500", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 644, + 505, + 657 + ], + "spans": [ + { + "bbox": [ + 105, + 644, + 505, + 657 + ], + "score": 1.0, + "content": "training images and 100 testing images per class. We used raw images directly without any pre-", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 654, + 505, + 669 + ], + "spans": [ + { + "bbox": [ + 105, + 654, + 505, + 669 + ], + "score": 1.0, + "content": "processing or augmentation. We generated noisy data from clean data by stochastically changing", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 666, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 420, + 678 + ], + "score": 1.0, + "content": "some of the labels. We converted each one of the 100 labels with probability", + "type": "text" + }, + { + "bbox": [ + 420, + 668, + 427, + 677 + ], + "score": 0.78, + "content": "p", + "type": "inline_equation" + }, + { + "bbox": [ + 427, + 666, + 505, + 678 + ], + "score": 1.0, + "content": "to a different label", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 677, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 505, + 689 + ], + "score": 1.0, + "content": "according to a predefined permutation. The labels of the test data remained, of course, unperturbed", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 687, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 506, + 700 + ], + "score": 1.0, + "content": "to validate and compare our method to the regular approach. We used a CNN network with two", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 699, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 505, + 712 + ], + "score": 1.0, + "content": "convolutional layers combined with ReLU activation and max-pooling, followed by two fully con-", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "nected layers. Figure 3 depicts the comparative test errors results as a function of the fractions", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 719, + 505, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 719, + 322, + 734 + ], + "score": 1.0, + "content": "of noise for three different sizes of training data i.e.", + "type": "text" + }, + { + "bbox": [ + 323, + 720, + 393, + 732 + ], + "score": 0.85, + "content": "( 2 0 \\% , 5 0 \\% , 1 0 0 \\% )", + "type": "inline_equation" + }, + { + "bbox": [ + 393, + 719, + 505, + 734 + ], + "score": 1.0, + "content": "of the CIFAR-100 training", + "type": "text" + } + ], + "index": 49 + } + ], + "index": 44.5 + } + ], + "page_idx": 6, + "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 2017", + "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": [ + 195, + 83, + 414, + 264 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 195, + 83, + 414, + 264 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 195, + 83, + 414, + 264 + ], + "spans": [ + { + "bbox": [ + 195, + 83, + 414, + 264 + ], + "score": 0.974, + "type": "image", + "image_path": "b5ef1146fcca8e02886ef3221e5fc0ca403f768335bc3313b5ab404edfd7422b.jpg" + } + ] + } + ], + "index": 6, + "virtual_lines": [ + { + "bbox": [ + 195, + 83, + 414, + 96.92307692307692 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 195, + 96.92307692307692, + 414, + 110.84615384615384 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 195, + 110.84615384615384, + 414, + 124.76923076923076 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 195, + 124.76923076923076, + 414, + 138.69230769230768 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 195, + 138.69230769230768, + 414, + 152.6153846153846 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 195, + 152.6153846153846, + 414, + 166.53846153846155 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 195, + 166.53846153846155, + 414, + 180.46153846153848 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 195, + 180.46153846153848, + 414, + 194.38461538461542 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 195, + 194.38461538461542, + 414, + 208.30769230769235 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 195, + 208.30769230769235, + 414, + 222.23076923076928 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 195, + 222.23076923076928, + 414, + 236.15384615384622 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 195, + 236.15384615384622, + 414, + 250.07692307692315 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 195, + 250.07692307692315, + 414, + 264.00000000000006 + ], + "spans": [], + "index": 12 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 277, + 505, + 311 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 277, + 505, + 290 + ], + "spans": [ + { + "bbox": [ + 106, + 277, + 505, + 290 + ], + "score": 1.0, + "content": "Figure 3: Test classification accuracy results on the CIFAR-100 dataset as a function of the noise", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 288, + 505, + 301 + ], + "spans": [ + { + "bbox": [ + 105, + 288, + 344, + 301 + ], + "score": 1.0, + "content": "level. The results are shown for several training data sizes", + "type": "text" + }, + { + "bbox": [ + 345, + 289, + 415, + 300 + ], + "score": 0.85, + "content": "( 2 0 \\% , 5 0 \\% , 1 0 0 \\% )", + "type": "inline_equation" + }, + { + "bbox": [ + 415, + 288, + 505, + 301 + ], + "score": 1.0, + "content": "of the training subset", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 298, + 241, + 312 + ], + "spans": [ + { + "bbox": [ + 105, + 298, + 241, + 312 + ], + "score": 1.0, + "content": "for a CNN network architecture).", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14 + } + ], + "index": 10.0 + }, + { + "type": "text", + "bbox": [ + 105, + 330, + 504, + 353 + ], + "lines": [ + { + "bbox": [ + 106, + 329, + 504, + 343 + ], + "spans": [ + { + "bbox": [ + 106, + 329, + 504, + 343 + ], + "score": 1.0, + "content": "We also implemented two variants of the noise robust approach proposed by Reed et al. (2014).", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 341, + 227, + 355 + ], + "spans": [ + { + "bbox": [ + 106, + 341, + 227, + 355 + ], + "score": 1.0, + "content": "They suggested a soft version", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 16.5, + "bbox_fs": [ + 106, + 329, + 504, + 355 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 169, + 357, + 442, + 384 + ], + "lines": [ + { + "bbox": [ + 169, + 357, + 442, + 384 + ], + "spans": [ + { + "bbox": [ + 169, + 357, + 442, + 384 + ], + "score": 0.92, + "content": "\\beta S - ( 1 - \\beta ) H ( q ) = \\beta \\sum _ { i } 1 _ { \\{ z = i \\} } \\log ( q _ { i } ) + ( 1 - \\beta ) \\sum _ { i } q _ { i } \\log ( q _ { i } )", + "type": "interline_equation", + "image_path": "be34561ecf8e9711ef39ecb8f2c95d6b152966defcf9f5ca7824ca53e65d4698.jpg" + } + ] + } + ], + "index": 19, + "virtual_lines": [ + { + "bbox": [ + 169, + 357, + 442, + 366.0 + ], + "spans": [], + "index": 18 + }, + { + "bbox": [ + 169, + 366.0, + 442, + 375.0 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 169, + 375.0, + 442, + 384.0 + ], + "spans": [], + "index": 20 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 388, + 183, + 399 + ], + "lines": [ + { + "bbox": [ + 106, + 388, + 185, + 400 + ], + "spans": [ + { + "bbox": [ + 106, + 388, + 185, + 400 + ], + "score": 1.0, + "content": "and a hard version:", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 21, + "bbox_fs": [ + 106, + 388, + 185, + 400 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 251, + 398, + 360, + 415 + ], + "lines": [ + { + "bbox": [ + 251, + 398, + 360, + 415 + ], + "spans": [ + { + "bbox": [ + 251, + 398, + 360, + 415 + ], + "score": 0.92, + "content": "\\beta S + ( 1 - \\beta ) \\operatorname* { m a x } _ { i } \\log ( q _ { i } )", + "type": "interline_equation", + "image_path": "e596d5e8a3c565426c1f62a7228182b0ef46c2cd33906d59c97e529f2c191636.jpg" + } + ] + } + ], + "index": 22, + "virtual_lines": [ + { + "bbox": [ + 251, + 398, + 360, + 415 + ], + "spans": [], + "index": 22 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 417, + 505, + 462 + ], + "lines": [ + { + "bbox": [ + 106, + 418, + 504, + 429 + ], + "spans": [ + { + "bbox": [ + 106, + 418, + 230, + 429 + ], + "score": 1.0, + "content": "In their experiments they took", + "type": "text" + }, + { + "bbox": [ + 230, + 418, + 265, + 429 + ], + "score": 0.91, + "content": "\\beta = 0 . 8", + "type": "inline_equation" + }, + { + "bbox": [ + 266, + 418, + 365, + 429 + ], + "score": 1.0, + "content": "for the hard version and", + "type": "text" + }, + { + "bbox": [ + 366, + 418, + 405, + 429 + ], + "score": 0.9, + "content": "\\beta = 0 . 9 5", + "type": "inline_equation" + }, + { + "bbox": [ + 406, + 418, + 504, + 429 + ], + "score": 1.0, + "content": "for the soft version, and", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 429, + 506, + 441 + ], + "spans": [ + { + "bbox": [ + 106, + 429, + 506, + 441 + ], + "score": 1.0, + "content": "observed that the hard version provided better results. Finally we implemented the two variants of", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 439, + 505, + 453 + ], + "spans": [ + { + "bbox": [ + 105, + 439, + 505, + 453 + ], + "score": 1.0, + "content": "our approach; namely, the noise modeling based only on the labels (s-model) and the noise modeling", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 450, + 291, + 462 + ], + "spans": [ + { + "bbox": [ + 105, + 450, + 291, + 462 + ], + "score": 1.0, + "content": "that was also based on the features (c-model).", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 24.5, + "bbox_fs": [ + 105, + 418, + 506, + 462 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 467, + 505, + 523 + ], + "lines": [ + { + "bbox": [ + 106, + 467, + 504, + 479 + ], + "spans": [ + { + "bbox": [ + 106, + 467, + 504, + 479 + ], + "score": 1.0, + "content": "Figure 2 depicts the comparative test errors results as a function of the fractions of noise. The results", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 478, + 506, + 492 + ], + "spans": [ + { + "bbox": [ + 105, + 478, + 335, + 492 + ], + "score": 1.0, + "content": "are shown for three different sizes of training data i.e.", + "type": "text" + }, + { + "bbox": [ + 335, + 478, + 407, + 489 + ], + "score": 0.91, + "content": "( 2 0 \\% , 5 0 \\% , 1 0 0 \\% )", + "type": "inline_equation" + }, + { + "bbox": [ + 408, + 478, + 506, + 492 + ], + "score": 1.0, + "content": "of the MNIST training", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 489, + 506, + 502 + ], + "spans": [ + { + "bbox": [ + 105, + 489, + 506, + 502 + ], + "score": 1.0, + "content": "subset. Bootstrapping was used to compute confidence intervals around the mean. For 1000 times,", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 107, + 500, + 505, + 514 + ], + "spans": [ + { + "bbox": [ + 107, + 501, + 142, + 511 + ], + "score": 0.89, + "content": "N = 1 0", + "type": "inline_equation" + }, + { + "bbox": [ + 142, + 500, + 359, + 514 + ], + "score": 1.0, + "content": "samples were randomly drawn with repeats from the", + "type": "text" + }, + { + "bbox": [ + 360, + 501, + 370, + 510 + ], + "score": 0.82, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 370, + 500, + 505, + 514 + ], + "score": 1.0, + "content": "available samples and mean was", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 511, + 503, + 524 + ], + "spans": [ + { + "bbox": [ + 106, + 511, + 326, + 524 + ], + "score": 1.0, + "content": "computed. The confidence interval was taken to be the", + "type": "text" + }, + { + "bbox": [ + 326, + 511, + 348, + 522 + ], + "score": 0.86, + "content": "2 . 5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 349, + 511, + 366, + 524 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 366, + 511, + 394, + 522 + ], + "score": 0.86, + "content": "9 7 . 5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 394, + 511, + 503, + 524 + ], + "score": 1.0, + "content": "percentiles of this process.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 29, + "bbox_fs": [ + 105, + 467, + 506, + 524 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 527, + 505, + 616 + ], + "lines": [ + { + "bbox": [ + 106, + 528, + 506, + 540 + ], + "spans": [ + { + "bbox": [ + 106, + 528, + 506, + 540 + ], + "score": 1.0, + "content": "The results show that all the methods that are explicitly aware of the noise in the labels are better", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 538, + 505, + 552 + ], + "spans": [ + { + "bbox": [ + 105, + 538, + 505, + 552 + ], + "score": 1.0, + "content": "than the baseline which is the standard training approach. We revalidated the results reported in Reed", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 550, + 505, + 562 + ], + "spans": [ + { + "bbox": [ + 105, + 550, + 505, + 562 + ], + "score": 1.0, + "content": "et al. (2014) and showed that the hard version of their method performs better than the soft version.", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 562, + 505, + 573 + ], + "spans": [ + { + "bbox": [ + 105, + 562, + 505, + 573 + ], + "score": 1.0, + "content": "In all cases our models performed better than the alternatives. In most cases the c-model was better", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 573, + 504, + 583 + ], + "spans": [ + { + "bbox": [ + 106, + 573, + 504, + 583 + ], + "score": 1.0, + "content": "than the s-model. In the case where the entire dataset was used for training, we can see from the", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 583, + 505, + 595 + ], + "spans": [ + { + "bbox": [ + 105, + 583, + 505, + 595 + ], + "score": 1.0, + "content": "results that there was a phase transition phenomenon. We obtained almost perfect classification", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 594, + 505, + 607 + ], + "spans": [ + { + "bbox": [ + 105, + 594, + 505, + 607 + ], + "score": 1.0, + "content": "results until the noise level was high and there was a sudden strong performance drop. Analyzing", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 605, + 308, + 616 + ], + "spans": [ + { + "bbox": [ + 106, + 605, + 308, + 616 + ], + "score": 1.0, + "content": "why this effect occurred is left for future research.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 35.5, + "bbox_fs": [ + 105, + 528, + 506, + 616 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 621, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 622, + 504, + 633 + ], + "spans": [ + { + "bbox": [ + 106, + 622, + 504, + 633 + ], + "score": 1.0, + "content": "We next show the results on the CIFAR-100 image dataset Krizhevsky & Hinton (2009) which con-", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 633, + 505, + 645 + ], + "spans": [ + { + "bbox": [ + 106, + 633, + 138, + 645 + ], + "score": 1.0, + "content": "sists of", + "type": "text" + }, + { + "bbox": [ + 138, + 633, + 173, + 644 + ], + "score": 0.9, + "content": "3 2 \\times 3 2", + "type": "inline_equation" + }, + { + "bbox": [ + 173, + 633, + 505, + 645 + ], + "score": 1.0, + "content": "color images arranged in 100 classes containing 600 images each. There are 500", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 644, + 505, + 657 + ], + "spans": [ + { + "bbox": [ + 105, + 644, + 505, + 657 + ], + "score": 1.0, + "content": "training images and 100 testing images per class. We used raw images directly without any pre-", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 654, + 505, + 669 + ], + "spans": [ + { + "bbox": [ + 105, + 654, + 505, + 669 + ], + "score": 1.0, + "content": "processing or augmentation. We generated noisy data from clean data by stochastically changing", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 666, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 420, + 678 + ], + "score": 1.0, + "content": "some of the labels. We converted each one of the 100 labels with probability", + "type": "text" + }, + { + "bbox": [ + 420, + 668, + 427, + 677 + ], + "score": 0.78, + "content": "p", + "type": "inline_equation" + }, + { + "bbox": [ + 427, + 666, + 505, + 678 + ], + "score": 1.0, + "content": "to a different label", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 677, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 505, + 689 + ], + "score": 1.0, + "content": "according to a predefined permutation. The labels of the test data remained, of course, unperturbed", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 687, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 506, + 700 + ], + "score": 1.0, + "content": "to validate and compare our method to the regular approach. We used a CNN network with two", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 699, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 505, + 712 + ], + "score": 1.0, + "content": "convolutional layers combined with ReLU activation and max-pooling, followed by two fully con-", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "nected layers. Figure 3 depicts the comparative test errors results as a function of the fractions", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 719, + 505, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 719, + 322, + 734 + ], + "score": 1.0, + "content": "of noise for three different sizes of training data i.e.", + "type": "text" + }, + { + "bbox": [ + 323, + 720, + 393, + 732 + ], + "score": 0.85, + "content": "( 2 0 \\% , 5 0 \\% , 1 0 0 \\% )", + "type": "inline_equation" + }, + { + "bbox": [ + 393, + 719, + 505, + 734 + ], + "score": 1.0, + "content": "of the CIFAR-100 training", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 294, + 505, + 308 + ], + "spans": [ + { + "bbox": [ + 105, + 294, + 505, + 308 + ], + "score": 1.0, + "content": "subset. Bootstrapping was used to compute confidence intervals around the mean in the same way", + "type": "text", + "cross_page": true + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 305, + 506, + 317 + ], + "spans": [ + { + "bbox": [ + 105, + 305, + 506, + 317 + ], + "score": 1.0, + "content": "as for the MNIST experiment. The results showed that the proposed method works better than the", + "type": "text", + "cross_page": true + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 317, + 505, + 329 + ], + "spans": [ + { + "bbox": [ + 105, + 317, + 505, + 329 + ], + "score": 1.0, + "content": "alternatives. The simple model consistently provided the best results but when the noise level was", + "type": "text", + "cross_page": true + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 328, + 331, + 340 + ], + "spans": [ + { + "bbox": [ + 106, + 328, + 331, + 340 + ], + "score": 1.0, + "content": "very high the complex method tended to perform better.", + "type": "text", + "cross_page": true + } + ], + "index": 9 + } + ], + "index": 44.5, + "bbox_fs": [ + 105, + 622, + 506, + 734 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 126, + 80, + 484, + 228 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 126, + 80, + 484, + 228 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 126, + 80, + 484, + 228 + ], + "spans": [ + { + "bbox": [ + 126, + 80, + 484, + 228 + ], + "score": 0.976, + "type": "image", + "image_path": "fdd9756231c266188a1e5ac475687a123453148e5548612140b54244bb24f5ad.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 126, + 80, + 484, + 129.33333333333334 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 126, + 129.33333333333334, + 484, + 178.66666666666669 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 126, + 178.66666666666669, + 484, + 228.00000000000003 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 107, + 240, + 503, + 275 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 241, + 505, + 253 + ], + "spans": [ + { + "bbox": [ + 105, + 241, + 505, + 253 + ], + "score": 1.0, + "content": "Figure 4: Test classification accuracy results on the CIFAR-100 dataset as a function of the noise", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 252, + 505, + 264 + ], + "spans": [ + { + "bbox": [ + 105, + 252, + 505, + 264 + ], + "score": 1.0, + "content": "level. The results of regular and sparse second softmax layers are shown for several training data", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 263, + 293, + 275 + ], + "spans": [ + { + "bbox": [ + 105, + 263, + 130, + 275 + ], + "score": 1.0, + "content": "sizes", + "type": "text" + }, + { + "bbox": [ + 131, + 263, + 199, + 274 + ], + "score": 0.82, + "content": "( 2 0 \\% , 5 0 \\% , 1 0 0 \\% )", + "type": "inline_equation" + }, + { + "bbox": [ + 200, + 263, + 293, + 275 + ], + "score": 1.0, + "content": "of the training subset .", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4 + } + ], + "index": 2.5 + }, + { + "type": "text", + "bbox": [ + 107, + 294, + 505, + 338 + ], + "lines": [ + { + "bbox": [ + 105, + 294, + 505, + 308 + ], + "spans": [ + { + "bbox": [ + 105, + 294, + 505, + 308 + ], + "score": 1.0, + "content": "subset. Bootstrapping was used to compute confidence intervals around the mean in the same way", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 305, + 506, + 317 + ], + "spans": [ + { + "bbox": [ + 105, + 305, + 506, + 317 + ], + "score": 1.0, + "content": "as for the MNIST experiment. The results showed that the proposed method works better than the", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 317, + 505, + 329 + ], + "spans": [ + { + "bbox": [ + 105, + 317, + 505, + 329 + ], + "score": 1.0, + "content": "alternatives. The simple model consistently provided the best results but when the noise level was", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 328, + 331, + 340 + ], + "spans": [ + { + "bbox": [ + 106, + 328, + 331, + 340 + ], + "score": 1.0, + "content": "very high the complex method tended to perform better.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 7.5 + }, + { + "type": "text", + "bbox": [ + 107, + 344, + 505, + 399 + ], + "lines": [ + { + "bbox": [ + 107, + 345, + 505, + 357 + ], + "spans": [ + { + "bbox": [ + 107, + 345, + 505, + 357 + ], + "score": 1.0, + "content": "We next report experimental results for the sparse variant of our method that remains efficient even", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 355, + 505, + 367 + ], + "spans": [ + { + "bbox": [ + 106, + 355, + 505, + 367 + ], + "score": 1.0, + "content": "when the class set is large. We demonstrate this on the case of the CIFAR-100 dataset which consists", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 366, + 505, + 379 + ], + "spans": [ + { + "bbox": [ + 106, + 366, + 505, + 379 + ], + "score": 1.0, + "content": "of 100 possible classes. For each class we only took the five most probable classes in the confusion", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 376, + 505, + 389 + ], + "spans": [ + { + "bbox": [ + 105, + 376, + 505, + 389 + ], + "score": 1.0, + "content": "matrix which is used to initialize the model parameter (see Section 3). As can be seen in Figure 4,", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 388, + 427, + 401 + ], + "spans": [ + { + "bbox": [ + 106, + 388, + 427, + 401 + ], + "score": 1.0, + "content": "sparsifying the second softmax layer did not not result in a drop in performance", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 12 + }, + { + "type": "title", + "bbox": [ + 108, + 415, + 195, + 428 + ], + "lines": [ + { + "bbox": [ + 105, + 414, + 197, + 431 + ], + "spans": [ + { + "bbox": [ + 105, + 414, + 197, + 431 + ], + "score": 1.0, + "content": "5 CONCLUSION", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 15 + }, + { + "type": "text", + "bbox": [ + 106, + 441, + 505, + 550 + ], + "lines": [ + { + "bbox": [ + 106, + 441, + 504, + 452 + ], + "spans": [ + { + "bbox": [ + 106, + 441, + 504, + 452 + ], + "score": 1.0, + "content": "In this paper we investigated the problem of training neural networks that are robust to label noise.", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 451, + 506, + 464 + ], + "spans": [ + { + "bbox": [ + 106, + 451, + 506, + 464 + ], + "score": 1.0, + "content": "We proposed an algorithm for training neural networks based solely on noisy data where the noise", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 461, + 505, + 476 + ], + "spans": [ + { + "bbox": [ + 105, + 461, + 505, + 476 + ], + "score": 1.0, + "content": "distribution is unknown. We showed that we can reliably learn the noise distribution from the noisy", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 473, + 505, + 486 + ], + "spans": [ + { + "bbox": [ + 105, + 473, + 505, + 486 + ], + "score": 1.0, + "content": "data without using any clean data which, in many cases, are not available. The algorithm can be", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 484, + 506, + 497 + ], + "spans": [ + { + "bbox": [ + 105, + 484, + 506, + 497 + ], + "score": 1.0, + "content": "easily combined with any existing deep learning implementation by simply adding another softmax", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 496, + 505, + 508 + ], + "spans": [ + { + "bbox": [ + 105, + 496, + 505, + 508 + ], + "score": 1.0, + "content": "output layer. Our results encourage collecting more data at a cheaper price, since mistaken data", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 506, + 506, + 519 + ], + "spans": [ + { + "bbox": [ + 105, + 506, + 506, + 519 + ], + "score": 1.0, + "content": "labels can be less harmful to performance. One possible future research direction would be to", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 104, + 517, + 506, + 529 + ], + "spans": [ + { + "bbox": [ + 104, + 517, + 506, + 529 + ], + "score": 1.0, + "content": "generalize our learning scheme to cases where both the features and the labels are noisy. We showed", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 529, + 505, + 540 + ], + "spans": [ + { + "bbox": [ + 106, + 529, + 505, + 540 + ], + "score": 1.0, + "content": "results on datasets with small and medium sized class-sets. Future research direction would be to", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 539, + 484, + 552 + ], + "spans": [ + { + "bbox": [ + 105, + 539, + 484, + 552 + ], + "score": 1.0, + "content": "evaluate the performance and efficiency of the proposed method on tasks with large class-sets.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 20.5 + }, + { + "type": "title", + "bbox": [ + 108, + 563, + 200, + 574 + ], + "lines": [ + { + "bbox": [ + 107, + 564, + 200, + 574 + ], + "spans": [ + { + "bbox": [ + 107, + 564, + 200, + 574 + ], + "score": 1.0, + "content": "ACKNOWLEDGMENTS", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 26 + }, + { + "type": "text", + "bbox": [ + 108, + 582, + 504, + 604 + ], + "lines": [ + { + "bbox": [ + 105, + 580, + 505, + 595 + ], + "spans": [ + { + "bbox": [ + 105, + 580, + 505, + 595 + ], + "score": 1.0, + "content": "This work is supported by the Intel Collaborative Research Institute for Computational Intelligence", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 592, + 152, + 605 + ], + "spans": [ + { + "bbox": [ + 106, + 592, + 152, + 605 + ], + "score": 1.0, + "content": "(ICRI-CI).", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27.5 + }, + { + "type": "title", + "bbox": [ + 107, + 621, + 175, + 632 + ], + "lines": [ + { + "bbox": [ + 106, + 621, + 176, + 634 + ], + "spans": [ + { + "bbox": [ + 106, + 621, + 176, + 634 + ], + "score": 1.0, + "content": "REFERENCES", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 29 + }, + { + "type": "text", + "bbox": [ + 105, + 639, + 506, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 639, + 505, + 651 + ], + "spans": [ + { + "bbox": [ + 106, + 639, + 505, + 651 + ], + "score": 1.0, + "content": "U. Alon, N. Barkai, D. Notterman, K. Gish, S.and D. Mack, and A. Levine. Broad patterns of", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 115, + 650, + 505, + 664 + ], + "spans": [ + { + "bbox": [ + 115, + 650, + 505, + 664 + ], + "score": 1.0, + "content": "gene expression revealed by clustering analysis of tumor and normal colon tissues probed by", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 116, + 660, + 505, + 674 + ], + "spans": [ + { + "bbox": [ + 116, + 660, + 505, + 674 + ], + "score": 1.0, + "content": "oligonucleotide arrays. Proceedings of the National Academy of Sciences, 96(12):6745–6750,", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 116, + 671, + 142, + 685 + ], + "spans": [ + { + "bbox": [ + 116, + 671, + 142, + 685 + ], + "score": 1.0, + "content": "1999.", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 691, + 505, + 703 + ], + "spans": [ + { + "bbox": [ + 105, + 691, + 505, + 703 + ], + "score": 1.0, + "content": "P. L. Bartlett, M. I. Jordan, and J. D. McAuliffe. Convexity, classification, and risk bounds. Journal", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 116, + 702, + 356, + 714 + ], + "spans": [ + { + "bbox": [ + 116, + 702, + 356, + 714 + ], + "score": 1.0, + "content": "of the American Statistical Association, pp. 138–156, 2006.", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 720, + 465, + 735 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 465, + 735 + ], + "score": 1.0, + "content": "E. Beigman and B. B. Klebanov. Learning with annotation noise. In ACL-IJCNLP, 2009.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 33 + } + ], + "page_idx": 7, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 293, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "score": 1.0, + "content": "Published as a conference paper at ICLR 2017", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 752, + 308, + 759 + ], + "lines": [ + { + "bbox": [ + 302, + 750, + 309, + 761 + ], + "spans": [ + { + "bbox": [ + 302, + 750, + 309, + 761 + ], + "score": 1.0, + "content": "8", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 126, + 80, + 484, + 228 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 126, + 80, + 484, + 228 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 126, + 80, + 484, + 228 + ], + "spans": [ + { + "bbox": [ + 126, + 80, + 484, + 228 + ], + "score": 0.976, + "type": "image", + "image_path": "fdd9756231c266188a1e5ac475687a123453148e5548612140b54244bb24f5ad.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 126, + 80, + 484, + 129.33333333333334 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 126, + 129.33333333333334, + 484, + 178.66666666666669 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 126, + 178.66666666666669, + 484, + 228.00000000000003 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 107, + 240, + 503, + 275 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 241, + 505, + 253 + ], + "spans": [ + { + "bbox": [ + 105, + 241, + 505, + 253 + ], + "score": 1.0, + "content": "Figure 4: Test classification accuracy results on the CIFAR-100 dataset as a function of the noise", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 252, + 505, + 264 + ], + "spans": [ + { + "bbox": [ + 105, + 252, + 505, + 264 + ], + "score": 1.0, + "content": "level. The results of regular and sparse second softmax layers are shown for several training data", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 263, + 293, + 275 + ], + "spans": [ + { + "bbox": [ + 105, + 263, + 130, + 275 + ], + "score": 1.0, + "content": "sizes", + "type": "text" + }, + { + "bbox": [ + 131, + 263, + 199, + 274 + ], + "score": 0.82, + "content": "( 2 0 \\% , 5 0 \\% , 1 0 0 \\% )", + "type": "inline_equation" + }, + { + "bbox": [ + 200, + 263, + 293, + 275 + ], + "score": 1.0, + "content": "of the training subset .", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4 + } + ], + "index": 2.5 + }, + { + "type": "text", + "bbox": [ + 107, + 294, + 505, + 338 + ], + "lines": [], + "index": 7.5, + "bbox_fs": [ + 105, + 294, + 506, + 340 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 107, + 344, + 505, + 399 + ], + "lines": [ + { + "bbox": [ + 107, + 345, + 505, + 357 + ], + "spans": [ + { + "bbox": [ + 107, + 345, + 505, + 357 + ], + "score": 1.0, + "content": "We next report experimental results for the sparse variant of our method that remains efficient even", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 355, + 505, + 367 + ], + "spans": [ + { + "bbox": [ + 106, + 355, + 505, + 367 + ], + "score": 1.0, + "content": "when the class set is large. We demonstrate this on the case of the CIFAR-100 dataset which consists", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 366, + 505, + 379 + ], + "spans": [ + { + "bbox": [ + 106, + 366, + 505, + 379 + ], + "score": 1.0, + "content": "of 100 possible classes. For each class we only took the five most probable classes in the confusion", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 376, + 505, + 389 + ], + "spans": [ + { + "bbox": [ + 105, + 376, + 505, + 389 + ], + "score": 1.0, + "content": "matrix which is used to initialize the model parameter (see Section 3). As can be seen in Figure 4,", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 388, + 427, + 401 + ], + "spans": [ + { + "bbox": [ + 106, + 388, + 427, + 401 + ], + "score": 1.0, + "content": "sparsifying the second softmax layer did not not result in a drop in performance", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 12, + "bbox_fs": [ + 105, + 345, + 505, + 401 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 415, + 195, + 428 + ], + "lines": [ + { + "bbox": [ + 105, + 414, + 197, + 431 + ], + "spans": [ + { + "bbox": [ + 105, + 414, + 197, + 431 + ], + "score": 1.0, + "content": "5 CONCLUSION", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 15 + }, + { + "type": "text", + "bbox": [ + 106, + 441, + 505, + 550 + ], + "lines": [ + { + "bbox": [ + 106, + 441, + 504, + 452 + ], + "spans": [ + { + "bbox": [ + 106, + 441, + 504, + 452 + ], + "score": 1.0, + "content": "In this paper we investigated the problem of training neural networks that are robust to label noise.", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 451, + 506, + 464 + ], + "spans": [ + { + "bbox": [ + 106, + 451, + 506, + 464 + ], + "score": 1.0, + "content": "We proposed an algorithm for training neural networks based solely on noisy data where the noise", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 461, + 505, + 476 + ], + "spans": [ + { + "bbox": [ + 105, + 461, + 505, + 476 + ], + "score": 1.0, + "content": "distribution is unknown. We showed that we can reliably learn the noise distribution from the noisy", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 473, + 505, + 486 + ], + "spans": [ + { + "bbox": [ + 105, + 473, + 505, + 486 + ], + "score": 1.0, + "content": "data without using any clean data which, in many cases, are not available. The algorithm can be", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 484, + 506, + 497 + ], + "spans": [ + { + "bbox": [ + 105, + 484, + 506, + 497 + ], + "score": 1.0, + "content": "easily combined with any existing deep learning implementation by simply adding another softmax", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 496, + 505, + 508 + ], + "spans": [ + { + "bbox": [ + 105, + 496, + 505, + 508 + ], + "score": 1.0, + "content": "output layer. Our results encourage collecting more data at a cheaper price, since mistaken data", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 506, + 506, + 519 + ], + "spans": [ + { + "bbox": [ + 105, + 506, + 506, + 519 + ], + "score": 1.0, + "content": "labels can be less harmful to performance. One possible future research direction would be to", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 104, + 517, + 506, + 529 + ], + "spans": [ + { + "bbox": [ + 104, + 517, + 506, + 529 + ], + "score": 1.0, + "content": "generalize our learning scheme to cases where both the features and the labels are noisy. We showed", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 529, + 505, + 540 + ], + "spans": [ + { + "bbox": [ + 106, + 529, + 505, + 540 + ], + "score": 1.0, + "content": "results on datasets with small and medium sized class-sets. Future research direction would be to", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 539, + 484, + 552 + ], + "spans": [ + { + "bbox": [ + 105, + 539, + 484, + 552 + ], + "score": 1.0, + "content": "evaluate the performance and efficiency of the proposed method on tasks with large class-sets.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 20.5, + "bbox_fs": [ + 104, + 441, + 506, + 552 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 563, + 200, + 574 + ], + "lines": [ + { + "bbox": [ + 107, + 564, + 200, + 574 + ], + "spans": [ + { + "bbox": [ + 107, + 564, + 200, + 574 + ], + "score": 1.0, + "content": "ACKNOWLEDGMENTS", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 26 + }, + { + "type": "text", + "bbox": [ + 108, + 582, + 504, + 604 + ], + "lines": [ + { + "bbox": [ + 105, + 580, + 505, + 595 + ], + "spans": [ + { + "bbox": [ + 105, + 580, + 505, + 595 + ], + "score": 1.0, + "content": "This work is supported by the Intel Collaborative Research Institute for Computational Intelligence", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 592, + 152, + 605 + ], + "spans": [ + { + "bbox": [ + 106, + 592, + 152, + 605 + ], + "score": 1.0, + "content": "(ICRI-CI).", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27.5, + "bbox_fs": [ + 105, + 580, + 505, + 605 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 621, + 175, + 632 + ], + "lines": [ + { + "bbox": [ + 106, + 621, + 176, + 634 + ], + "spans": [ + { + "bbox": [ + 106, + 621, + 176, + 634 + ], + "score": 1.0, + "content": "REFERENCES", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 29 + }, + { + "type": "list", + "bbox": [ + 105, + 639, + 506, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 639, + 505, + 651 + ], + "spans": [ + { + "bbox": [ + 106, + 639, + 505, + 651 + ], + "score": 1.0, + "content": "U. Alon, N. Barkai, D. Notterman, K. Gish, S.and D. Mack, and A. Levine. Broad patterns of", + "type": "text" + } + ], + "index": 30, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 650, + 505, + 664 + ], + "spans": [ + { + "bbox": [ + 115, + 650, + 505, + 664 + ], + "score": 1.0, + "content": "gene expression revealed by clustering analysis of tumor and normal colon tissues probed by", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 116, + 660, + 505, + 674 + ], + "spans": [ + { + "bbox": [ + 116, + 660, + 505, + 674 + ], + "score": 1.0, + "content": "oligonucleotide arrays. Proceedings of the National Academy of Sciences, 96(12):6745–6750,", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 116, + 671, + 142, + 685 + ], + "spans": [ + { + "bbox": [ + 116, + 671, + 142, + 685 + ], + "score": 1.0, + "content": "1999.", + "type": "text" + } + ], + "index": 33, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 691, + 505, + 703 + ], + "spans": [ + { + "bbox": [ + 105, + 691, + 505, + 703 + ], + "score": 1.0, + "content": "P. L. Bartlett, M. I. Jordan, and J. D. McAuliffe. Convexity, classification, and risk bounds. Journal", + "type": "text" + } + ], + "index": 34, + "is_list_start_line": true + }, + { + "bbox": [ + 116, + 702, + 356, + 714 + ], + "spans": [ + { + "bbox": [ + 116, + 702, + 356, + 714 + ], + "score": 1.0, + "content": "of the American Statistical Association, pp. 138–156, 2006.", + "type": "text" + } + ], + "index": 35, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 720, + 465, + 735 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 465, + 735 + ], + "score": 1.0, + "content": "E. Beigman and B. B. Klebanov. Learning with annotation noise. In ACL-IJCNLP, 2009.", + "type": "text" + } + ], + "index": 36, + "is_list_start_line": true, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 82, + 505, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 505, + 96 + ], + "score": 1.0, + "content": "A. Bekker and J. Goldberger. Training deep neural-networks based on unreliable labels. In IEEE", + "type": "text", + "cross_page": true + } + ], + "index": 0, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 94, + 495, + 107 + ], + "spans": [ + { + "bbox": [ + 115, + 94, + 495, + 107 + ], + "score": 1.0, + "content": "Int.l Conference on Acoustics, Speech and Signal Processing (ICASSP), pp. 2682–2686, 2016.", + "type": "text", + "cross_page": true + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 111, + 505, + 126 + ], + "spans": [ + { + "bbox": [ + 105, + 111, + 505, + 126 + ], + "score": 1.0, + "content": "C. Brodley and M. Friedl. Identifying mislabeled training data. J. Artif. Intell. Res.(JAIR), 11:", + "type": "text", + "cross_page": true + } + ], + "index": 2, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 123, + 182, + 136 + ], + "spans": [ + { + "bbox": [ + 115, + 123, + 182, + 136 + ], + "score": 1.0, + "content": "131–167, 1999.", + "type": "text", + "cross_page": true + } + ], + "index": 3, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 141, + 506, + 156 + ], + "spans": [ + { + "bbox": [ + 104, + 141, + 506, + 156 + ], + "score": 1.0, + "content": "B. Frenay and A. Kaban. A comprehensive introduction to label noise. In ´ European Symposium on", + "type": "text", + "cross_page": true + } + ], + "index": 4, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 153, + 501, + 166 + ], + "spans": [ + { + "bbox": [ + 115, + 153, + 501, + 166 + ], + "score": 1.0, + "content": "Artificial Neural Networks, Computational Intelligence and Machine Learning (ESANN), 2014.", + "type": "text", + "cross_page": true + } + ], + "index": 5 + }, + { + "bbox": [ + 104, + 171, + 506, + 186 + ], + "spans": [ + { + "bbox": [ + 104, + 171, + 506, + 186 + ], + "score": 1.0, + "content": "B. Frenay and M. Verleysen. Classification in the presence of label noise: a survey. ´ IEEE Trans. on", + "type": "text", + "cross_page": true + } + ], + "index": 6, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 184, + 369, + 196 + ], + "spans": [ + { + "bbox": [ + 115, + 184, + 369, + 196 + ], + "score": 1.0, + "content": "Neural Networks and Learning Systems, 25(5):845–869, 2014.", + "type": "text", + "cross_page": true + } + ], + "index": 7, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 201, + 506, + 216 + ], + "spans": [ + { + "bbox": [ + 105, + 201, + 506, + 216 + ], + "score": 1.0, + "content": "Y. Grandvalet and Y. Bengio. Semi-supervised learning by entropy minimization. In Advances in", + "type": "text", + "cross_page": true + } + ], + "index": 8, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 213, + 334, + 227 + ], + "spans": [ + { + "bbox": [ + 115, + 213, + 334, + 227 + ], + "score": 1.0, + "content": "Neural Information Processing Systems (NIPS), 2005.", + "type": "text", + "cross_page": true + } + ], + "index": 9, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 230, + 506, + 246 + ], + "spans": [ + { + "bbox": [ + 104, + 230, + 506, + 246 + ], + "score": 1.0, + "content": "G.E. Hinton, O. Vinyals, and J. Dean. Distilling the knowledge in a neural network. In NIPS Deep", + "type": "text", + "cross_page": true + } + ], + "index": 10, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 243, + 345, + 257 + ], + "spans": [ + { + "bbox": [ + 115, + 243, + 345, + 257 + ], + "score": 1.0, + "content": "Learning and Representation Learning Workshop, 2014.", + "type": "text", + "cross_page": true + } + ], + "index": 11, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 261, + 505, + 275 + ], + "spans": [ + { + "bbox": [ + 104, + 261, + 505, + 275 + ], + "score": 1.0, + "content": "B. Jakramate and A. Kaban. Label-noise robust logistic regression and its applications. In ´ Machine", + "type": "text", + "cross_page": true + } + ], + "index": 12, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 273, + 400, + 286 + ], + "spans": [ + { + "bbox": [ + 114, + 273, + 400, + 286 + ], + "score": 1.0, + "content": "Learning and Knowledge Discovery in Databases, pp. 143–158. 2012.", + "type": "text", + "cross_page": true + } + ], + "index": 13, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 290, + 505, + 305 + ], + "spans": [ + { + "bbox": [ + 104, + 290, + 505, + 305 + ], + "score": 1.0, + "content": "D. Kingma and J. Ba. Adam: A method for stochastic optimization. arXiv preprint arXiv:1412.6980,", + "type": "text", + "cross_page": true + } + ], + "index": 14, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 302, + 143, + 315 + ], + "spans": [ + { + "bbox": [ + 115, + 302, + 143, + 315 + ], + "score": 1.0, + "content": "2014.", + "type": "text", + "cross_page": true + } + ], + "index": 15, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 321, + 505, + 335 + ], + "spans": [ + { + "bbox": [ + 105, + 321, + 505, + 335 + ], + "score": 1.0, + "content": "A. Krizhevsky and G. Hinton. Learning multiple layers of features from tiny images. Technical", + "type": "text", + "cross_page": true + } + ], + "index": 16, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 333, + 389, + 346 + ], + "spans": [ + { + "bbox": [ + 115, + 333, + 389, + 346 + ], + "score": 1.0, + "content": "report, Computer Science Department, University of Toronto, 2009.", + "type": "text", + "cross_page": true + } + ], + "index": 17, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 351, + 505, + 365 + ], + "spans": [ + { + "bbox": [ + 104, + 351, + 505, + 365 + ], + "score": 1.0, + "content": "J. Larsen, L. Nonboe, M. Hintz-Madsen, and K. L. Hansen. Design of robust neural network classi-", + "type": "text", + "cross_page": true + } + ], + "index": 18, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 363, + 460, + 376 + ], + "spans": [ + { + "bbox": [ + 115, + 363, + 460, + 376 + ], + "score": 1.0, + "content": "fiers. In Int. Conf. on Acoustics, Speech and Signal Processing, pp. 1205–1208, 1998.", + "type": "text", + "cross_page": true + } + ], + "index": 19, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 381, + 505, + 394 + ], + "spans": [ + { + "bbox": [ + 106, + 381, + 505, + 394 + ], + "score": 1.0, + "content": "V. Minh and G. Hinton. Learning to label aerial images from noisy data. In Int. Conf. on Machine", + "type": "text", + "cross_page": true + } + ], + "index": 20, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 393, + 216, + 405 + ], + "spans": [ + { + "bbox": [ + 115, + 393, + 216, + 405 + ], + "score": 1.0, + "content": "Learning (ICML), 2012.", + "type": "text", + "cross_page": true + } + ], + "index": 21, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 410, + 505, + 425 + ], + "spans": [ + { + "bbox": [ + 104, + 410, + 505, + 425 + ], + "score": 1.0, + "content": "F. Morin and Y. Bengio. Hierarchical probabilistic neural network language model. In Aistats,", + "type": "text", + "cross_page": true + } + ], + "index": 22, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 422, + 239, + 435 + ], + "spans": [ + { + "bbox": [ + 115, + 422, + 239, + 435 + ], + "score": 1.0, + "content": "volume 5, pp. 246–252, 2005.", + "type": "text", + "cross_page": true + } + ], + "index": 23, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 441, + 506, + 454 + ], + "spans": [ + { + "bbox": [ + 105, + 441, + 506, + 454 + ], + "score": 1.0, + "content": "N. Natarajan, I. Dhillon, P. Ravikumar, and A. Tewari. Learning with noisy labels. In Advances in", + "type": "text", + "cross_page": true + } + ], + "index": 24, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 452, + 334, + 465 + ], + "spans": [ + { + "bbox": [ + 115, + 452, + 334, + 465 + ], + "score": 1.0, + "content": "Neural Information Processing Systems (NIPS), 2013.", + "type": "text", + "cross_page": true + } + ], + "index": 25, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 470, + 506, + 485 + ], + "spans": [ + { + "bbox": [ + 104, + 470, + 506, + 485 + ], + "score": 1.0, + "content": "D. Nettleton, A. Orriols-Puig, and A. Fornells. A study of the effect of different types of noise on", + "type": "text", + "cross_page": true + } + ], + "index": 26, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 482, + 452, + 496 + ], + "spans": [ + { + "bbox": [ + 115, + 482, + 452, + 496 + ], + "score": 1.0, + "content": "the precision of supervised learning techniques. Artificial intelligence review, 2010.", + "type": "text", + "cross_page": true + } + ], + "index": 27, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 501, + 505, + 514 + ], + "spans": [ + { + "bbox": [ + 105, + 501, + 505, + 514 + ], + "score": 1.0, + "content": "M. Pechenizkiy, A. Tsymbal, S. Puuronen, and O. Pechenizkiy. Class noise and supervised learn-", + "type": "text", + "cross_page": true + } + ], + "index": 28, + "is_list_start_line": true + }, + { + "bbox": [ + 113, + 510, + 506, + 526 + ], + "spans": [ + { + "bbox": [ + 113, + 510, + 506, + 526 + ], + "score": 1.0, + "content": "ing in medical domains: The effect of feature extraction. In Computer-Based Medical Systems", + "type": "text", + "cross_page": true + } + ], + "index": 29 + }, + { + "bbox": [ + 115, + 523, + 178, + 535 + ], + "spans": [ + { + "bbox": [ + 115, + 523, + 178, + 535 + ], + "score": 1.0, + "content": "(CBMS), 2006.", + "type": "text", + "cross_page": true + } + ], + "index": 30, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 540, + 506, + 556 + ], + "spans": [ + { + "bbox": [ + 104, + 540, + 506, + 556 + ], + "score": 1.0, + "content": "S. Reed, H. Lee, D. Anguelov, C. Szegedy, D. Erhan, and A. Rabinovich. Training deep neural", + "type": "text", + "cross_page": true + } + ], + "index": 31, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 552, + 468, + 567 + ], + "spans": [ + { + "bbox": [ + 114, + 552, + 468, + 567 + ], + "score": 1.0, + "content": "networks on noisy labels with bootstrapping. In arXiv preprint arXiv:1412.6596, 2014.", + "type": "text", + "cross_page": true + } + ], + "index": 32, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 572, + 505, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 572, + 505, + 585 + ], + "score": 1.0, + "content": "S. Sukhbaatar and R. Fergus. Learning from noisy labels with deep neural networks. In arXiv", + "type": "text", + "cross_page": true + } + ], + "index": 33, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 583, + 250, + 595 + ], + "spans": [ + { + "bbox": [ + 114, + 583, + 250, + 595 + ], + "score": 1.0, + "content": "preprint arXiv:1406.2080, 2014.", + "type": "text", + "cross_page": true + } + ], + "index": 34, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 600, + 506, + 616 + ], + "spans": [ + { + "bbox": [ + 104, + 600, + 506, + 616 + ], + "score": 1.0, + "content": "X. Zhu and X. Wu. Class noise vs. attribute noise: A quantitative study. Artificial Intelligence", + "type": "text", + "cross_page": true + } + ], + "index": 35, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 610, + 240, + 626 + ], + "spans": [ + { + "bbox": [ + 114, + 610, + 240, + 626 + ], + "score": 1.0, + "content": "Review, 22(3):177–210, 2004.", + "type": "text", + "cross_page": true + } + ], + "index": 36, + "is_list_end_line": true + } + ], + "index": 33, + "bbox_fs": [ + 105, + 639, + 505, + 735 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 105, + 81, + 507, + 631 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 505, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 505, + 96 + ], + "score": 1.0, + "content": "A. Bekker and J. Goldberger. Training deep neural-networks based on unreliable labels. In IEEE", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 115, + 94, + 495, + 107 + ], + "spans": [ + { + "bbox": [ + 115, + 94, + 495, + 107 + ], + "score": 1.0, + "content": "Int.l Conference on Acoustics, Speech and Signal Processing (ICASSP), pp. 2682–2686, 2016.", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 111, + 505, + 126 + ], + "spans": [ + { + "bbox": [ + 105, + 111, + 505, + 126 + ], + "score": 1.0, + "content": "C. Brodley and M. Friedl. Identifying mislabeled training data. J. Artif. Intell. Res.(JAIR), 11:", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 115, + 123, + 182, + 136 + ], + "spans": [ + { + "bbox": [ + 115, + 123, + 182, + 136 + ], + "score": 1.0, + "content": "131–167, 1999.", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 104, + 141, + 506, + 156 + ], + "spans": [ + { + "bbox": [ + 104, + 141, + 506, + 156 + ], + "score": 1.0, + "content": "B. Frenay and A. Kaban. A comprehensive introduction to label noise. In ´ European Symposium on", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 115, + 153, + 501, + 166 + ], + "spans": [ + { + "bbox": [ + 115, + 153, + 501, + 166 + ], + "score": 1.0, + "content": "Artificial Neural Networks, Computational Intelligence and Machine Learning (ESANN), 2014.", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 104, + 171, + 506, + 186 + ], + "spans": [ + { + "bbox": [ + 104, + 171, + 506, + 186 + ], + "score": 1.0, + "content": "B. Frenay and M. Verleysen. Classification in the presence of label noise: a survey. ´ IEEE Trans. on", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 115, + 184, + 369, + 196 + ], + "spans": [ + { + "bbox": [ + 115, + 184, + 369, + 196 + ], + "score": 1.0, + "content": "Neural Networks and Learning Systems, 25(5):845–869, 2014.", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 201, + 506, + 216 + ], + "spans": [ + { + "bbox": [ + 105, + 201, + 506, + 216 + ], + "score": 1.0, + "content": "Y. Grandvalet and Y. Bengio. Semi-supervised learning by entropy minimization. In Advances in", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 115, + 213, + 334, + 227 + ], + "spans": [ + { + "bbox": [ + 115, + 213, + 334, + 227 + ], + "score": 1.0, + "content": "Neural Information Processing Systems (NIPS), 2005.", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 104, + 230, + 506, + 246 + ], + "spans": [ + { + "bbox": [ + 104, + 230, + 506, + 246 + ], + "score": 1.0, + "content": "G.E. Hinton, O. Vinyals, and J. Dean. Distilling the knowledge in a neural network. In NIPS Deep", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 115, + 243, + 345, + 257 + ], + "spans": [ + { + "bbox": [ + 115, + 243, + 345, + 257 + ], + "score": 1.0, + "content": "Learning and Representation Learning Workshop, 2014.", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 104, + 261, + 505, + 275 + ], + "spans": [ + { + "bbox": [ + 104, + 261, + 505, + 275 + ], + "score": 1.0, + "content": "B. Jakramate and A. Kaban. Label-noise robust logistic regression and its applications. In ´ Machine", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 114, + 273, + 400, + 286 + ], + "spans": [ + { + "bbox": [ + 114, + 273, + 400, + 286 + ], + "score": 1.0, + "content": "Learning and Knowledge Discovery in Databases, pp. 143–158. 2012.", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 104, + 290, + 505, + 305 + ], + "spans": [ + { + "bbox": [ + 104, + 290, + 505, + 305 + ], + "score": 1.0, + "content": "D. Kingma and J. Ba. Adam: A method for stochastic optimization. arXiv preprint arXiv:1412.6980,", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 115, + 302, + 143, + 315 + ], + "spans": [ + { + "bbox": [ + 115, + 302, + 143, + 315 + ], + "score": 1.0, + "content": "2014.", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 321, + 505, + 335 + ], + "spans": [ + { + "bbox": [ + 105, + 321, + 505, + 335 + ], + "score": 1.0, + "content": "A. Krizhevsky and G. Hinton. Learning multiple layers of features from tiny images. Technical", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 115, + 333, + 389, + 346 + ], + "spans": [ + { + "bbox": [ + 115, + 333, + 389, + 346 + ], + "score": 1.0, + "content": "report, Computer Science Department, University of Toronto, 2009.", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 104, + 351, + 505, + 365 + ], + "spans": [ + { + "bbox": [ + 104, + 351, + 505, + 365 + ], + "score": 1.0, + "content": "J. Larsen, L. Nonboe, M. Hintz-Madsen, and K. L. Hansen. Design of robust neural network classi-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 115, + 363, + 460, + 376 + ], + "spans": [ + { + "bbox": [ + 115, + 363, + 460, + 376 + ], + "score": 1.0, + "content": "fiers. In Int. Conf. on Acoustics, Speech and Signal Processing, pp. 1205–1208, 1998.", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 381, + 505, + 394 + ], + "spans": [ + { + "bbox": [ + 106, + 381, + 505, + 394 + ], + "score": 1.0, + "content": "V. Minh and G. Hinton. Learning to label aerial images from noisy data. In Int. Conf. on Machine", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 115, + 393, + 216, + 405 + ], + "spans": [ + { + "bbox": [ + 115, + 393, + 216, + 405 + ], + "score": 1.0, + "content": "Learning (ICML), 2012.", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 104, + 410, + 505, + 425 + ], + "spans": [ + { + "bbox": [ + 104, + 410, + 505, + 425 + ], + "score": 1.0, + "content": "F. Morin and Y. Bengio. Hierarchical probabilistic neural network language model. In Aistats,", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 115, + 422, + 239, + 435 + ], + "spans": [ + { + "bbox": [ + 115, + 422, + 239, + 435 + ], + "score": 1.0, + "content": "volume 5, pp. 246–252, 2005.", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 441, + 506, + 454 + ], + "spans": [ + { + "bbox": [ + 105, + 441, + 506, + 454 + ], + "score": 1.0, + "content": "N. Natarajan, I. Dhillon, P. Ravikumar, and A. Tewari. Learning with noisy labels. In Advances in", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 115, + 452, + 334, + 465 + ], + "spans": [ + { + "bbox": [ + 115, + 452, + 334, + 465 + ], + "score": 1.0, + "content": "Neural Information Processing Systems (NIPS), 2013.", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 104, + 470, + 506, + 485 + ], + "spans": [ + { + "bbox": [ + 104, + 470, + 506, + 485 + ], + "score": 1.0, + "content": "D. Nettleton, A. Orriols-Puig, and A. Fornells. A study of the effect of different types of noise on", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 115, + 482, + 452, + 496 + ], + "spans": [ + { + "bbox": [ + 115, + 482, + 452, + 496 + ], + "score": 1.0, + "content": "the precision of supervised learning techniques. Artificial intelligence review, 2010.", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 501, + 505, + 514 + ], + "spans": [ + { + "bbox": [ + 105, + 501, + 505, + 514 + ], + "score": 1.0, + "content": "M. Pechenizkiy, A. Tsymbal, S. Puuronen, and O. Pechenizkiy. Class noise and supervised learn-", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 113, + 510, + 506, + 526 + ], + "spans": [ + { + "bbox": [ + 113, + 510, + 506, + 526 + ], + "score": 1.0, + "content": "ing in medical domains: The effect of feature extraction. In Computer-Based Medical Systems", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 115, + 523, + 178, + 535 + ], + "spans": [ + { + "bbox": [ + 115, + 523, + 178, + 535 + ], + "score": 1.0, + "content": "(CBMS), 2006.", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 104, + 540, + 506, + 556 + ], + "spans": [ + { + "bbox": [ + 104, + 540, + 506, + 556 + ], + "score": 1.0, + "content": "S. Reed, H. Lee, D. Anguelov, C. Szegedy, D. Erhan, and A. Rabinovich. Training deep neural", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 114, + 552, + 468, + 567 + ], + "spans": [ + { + "bbox": [ + 114, + 552, + 468, + 567 + ], + "score": 1.0, + "content": "networks on noisy labels with bootstrapping. In arXiv preprint arXiv:1412.6596, 2014.", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 572, + 505, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 572, + 505, + 585 + ], + "score": 1.0, + "content": "S. Sukhbaatar and R. Fergus. Learning from noisy labels with deep neural networks. In arXiv", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 114, + 583, + 250, + 595 + ], + "spans": [ + { + "bbox": [ + 114, + 583, + 250, + 595 + ], + "score": 1.0, + "content": "preprint arXiv:1406.2080, 2014.", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 104, + 600, + 506, + 616 + ], + "spans": [ + { + "bbox": [ + 104, + 600, + 506, + 616 + ], + "score": 1.0, + "content": "X. Zhu and X. Wu. Class noise vs. attribute noise: A quantitative study. Artificial Intelligence", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 114, + 610, + 240, + 626 + ], + "spans": [ + { + "bbox": [ + 114, + 610, + 240, + 626 + ], + "score": 1.0, + "content": "Review, 22(3):177–210, 2004.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 18 + } + ], + "page_idx": 8, + "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 2017", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 751, + 309, + 760 + ], + "lines": [ + { + "bbox": [ + 302, + 751, + 309, + 762 + ], + "spans": [ + { + "bbox": [ + 302, + 751, + 309, + 762 + ], + "score": 1.0, + "content": "9", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "list", + "bbox": [ + 105, + 81, + 507, + 631 + ], + "lines": [], + "index": 18, + "bbox_fs": [ + 104, + 82, + 506, + 626 + ], + "lines_deleted": true + } + ] + } + ], + "_backend": "pipeline", + "_version_name": "2.2.2" +} \ No newline at end of file diff --git a/parse/train/H12GRgcxg/H12GRgcxg_model.json b/parse/train/H12GRgcxg/H12GRgcxg_model.json new file mode 100644 index 0000000000000000000000000000000000000000..ace321708b1246d36d6ce26159eaf186d41f8342 --- /dev/null +++ b/parse/train/H12GRgcxg/H12GRgcxg_model.json @@ -0,0 +1,12426 @@ +[ + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 1225, + 1404, + 1225, + 1404, + 1621, + 298, + 1621 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 398, + 654, + 1302, + 654, + 1302, + 1080, + 398, + 1080 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 297, + 1638, + 1403, + 1638, + 1403, + 2033, + 297, + 2033 + ], + "score": 0.983 + }, + { + "category_id": 0, + "poly": [ + 300, + 223, + 1399, + 223, + 1399, + 322, + 300, + 322 + ], + "score": 0.958 + }, + { + "category_id": 1, + "poly": [ + 313, + 410, + 1149, + 410, + 1149, + 498, + 313, + 498 + ], + "score": 0.924 + }, + { + "category_id": 0, + "poly": [ + 302, + 1151, + 573, + 1151, + 573, + 1186, + 302, + 1186 + ], + "score": 0.894 + }, + { + "category_id": 0, + "poly": [ + 773, + 580, + 926, + 580, + 926, + 613, + 773, + 613 + ], + "score": 0.878 + }, + { + "category_id": 2, + "poly": [ + 299, + 75, + 815, + 75, + 815, + 104, + 299, + 104 + ], + "score": 0.874 + }, + { + "category_id": 1, + "poly": [ + 317, + 375, + 782, + 375, + 782, + 407, + 317, + 407 + ], + "score": 0.779 + }, + { + "category_id": 2, + "poly": [ + 842, + 2089, + 857, + 2089, + 857, + 2112, + 842, + 2112 + ], + "score": 0.621 + }, + { + "category_id": 15, + "poly": [ + 294.0, + 219.0, + 1405.0, + 219.0, + 1405.0, + 274.0, + 294.0, + 274.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 284.0, + 711.0, + 284.0, + 711.0, + 327.0, + 297.0, + 327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1148.0, + 579.0, + 1148.0, + 579.0, + 1195.0, + 294.0, + 1195.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 769.0, + 579.0, + 932.0, + 579.0, + 932.0, + 616.0, + 769.0, + 616.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 72.0, + 817.0, + 72.0, + 817.0, + 108.0, + 296.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 841.0, + 2088.0, + 860.0, + 2088.0, + 860.0, + 2118.0, + 841.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1227.0, + 1405.0, + 1227.0, + 1405.0, + 1259.0, + 297.0, + 1259.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1255.0, + 1404.0, + 1255.0, + 1404.0, + 1290.0, + 292.0, + 1290.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1286.0, + 1405.0, + 1286.0, + 1405.0, + 1322.0, + 294.0, + 1322.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1316.0, + 1405.0, + 1316.0, + 1405.0, + 1351.0, + 293.0, + 1351.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1348.0, + 1406.0, + 1348.0, + 1406.0, + 1383.0, + 293.0, + 1383.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1376.0, + 1405.0, + 1376.0, + 1405.0, + 1414.0, + 293.0, + 1414.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1407.0, + 1406.0, + 1407.0, + 1406.0, + 1444.0, + 293.0, + 1444.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1439.0, + 1405.0, + 1439.0, + 1405.0, + 1475.0, + 294.0, + 1475.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1471.0, + 1404.0, + 1471.0, + 1404.0, + 1503.0, + 296.0, + 1503.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1494.0, + 1405.0, + 1494.0, + 1405.0, + 1539.0, + 292.0, + 1539.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1530.0, + 1405.0, + 1530.0, + 1405.0, + 1566.0, + 293.0, + 1566.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1560.0, + 1406.0, + 1560.0, + 1406.0, + 1596.0, + 294.0, + 1596.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1591.0, + 1357.0, + 1591.0, + 1357.0, + 1627.0, + 294.0, + 1627.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 396.0, + 653.0, + 1305.0, + 653.0, + 1305.0, + 689.0, + 396.0, + 689.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 684.0, + 1306.0, + 684.0, + 1306.0, + 719.0, + 392.0, + 719.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 714.0, + 1305.0, + 714.0, + 1305.0, + 749.0, + 394.0, + 749.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 745.0, + 1305.0, + 745.0, + 1305.0, + 779.0, + 393.0, + 779.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 773.0, + 1307.0, + 773.0, + 1307.0, + 811.0, + 393.0, + 811.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 806.0, + 1306.0, + 806.0, + 1306.0, + 841.0, + 394.0, + 841.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 836.0, + 1306.0, + 836.0, + 1306.0, + 871.0, + 394.0, + 871.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 867.0, + 1306.0, + 867.0, + 1306.0, + 901.0, + 393.0, + 901.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 900.0, + 1306.0, + 900.0, + 1306.0, + 930.0, + 393.0, + 930.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 930.0, + 1305.0, + 930.0, + 1305.0, + 962.0, + 394.0, + 962.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 958.0, + 1305.0, + 958.0, + 1305.0, + 991.0, + 394.0, + 991.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 988.0, + 1305.0, + 988.0, + 1305.0, + 1021.0, + 394.0, + 1021.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 1019.0, + 1304.0, + 1019.0, + 1304.0, + 1053.0, + 394.0, + 1053.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 1052.0, + 746.0, + 1052.0, + 746.0, + 1082.0, + 394.0, + 1082.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1638.0, + 1403.0, + 1638.0, + 1403.0, + 1671.0, + 297.0, + 1671.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1667.0, + 1404.0, + 1667.0, + 1404.0, + 1705.0, + 291.0, + 1705.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1696.0, + 1405.0, + 1696.0, + 1405.0, + 1735.0, + 294.0, + 1735.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1726.0, + 1405.0, + 1726.0, + 1405.0, + 1765.0, + 292.0, + 1765.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1759.0, + 1404.0, + 1759.0, + 1404.0, + 1796.0, + 293.0, + 1796.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1788.0, + 1403.0, + 1788.0, + 1403.0, + 1827.0, + 292.0, + 1827.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1820.0, + 1405.0, + 1820.0, + 1405.0, + 1856.0, + 292.0, + 1856.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1847.0, + 1405.0, + 1847.0, + 1405.0, + 1887.0, + 294.0, + 1887.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1881.0, + 1407.0, + 1881.0, + 1407.0, + 1921.0, + 292.0, + 1921.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1912.0, + 1403.0, + 1912.0, + 1403.0, + 1944.0, + 295.0, + 1944.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1941.0, + 1403.0, + 1941.0, + 1403.0, + 1977.0, + 292.0, + 1977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1972.0, + 1405.0, + 1972.0, + 1405.0, + 2007.0, + 292.0, + 2007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 2002.0, + 1109.0, + 2002.0, + 1109.0, + 2038.0, + 295.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 312.0, + 404.0, + 775.0, + 404.0, + 775.0, + 441.0, + 312.0, + 441.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 312.0, + 435.0, + 600.0, + 435.0, + 600.0, + 469.0, + 312.0, + 469.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 312.0, + 467.0, + 1153.0, + 467.0, + 1153.0, + 503.0, + 312.0, + 503.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 309.0, + 374.0, + 788.0, + 374.0, + 788.0, + 414.0, + 309.0, + 414.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 0, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1120, + 1405, + 1120, + 1405, + 1368, + 297, + 1368 + ], + "score": 0.984 + }, + { + "category_id": 1, + "poly": [ + 298, + 582, + 1404, + 582, + 1404, + 1008, + 298, + 1008 + ], + "score": 0.984 + }, + { + "category_id": 1, + "poly": [ + 298, + 230, + 1404, + 230, + 1404, + 565, + 298, + 565 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 299, + 1941, + 1404, + 1941, + 1404, + 2036, + 299, + 2036 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 300, + 1729, + 1403, + 1729, + 1403, + 1823, + 300, + 1823 + ], + "score": 0.973 + }, + { + "category_id": 8, + "poly": [ + 537, + 1384, + 1159, + 1384, + 1159, + 1474, + 537, + 1474 + ], + "score": 0.955 + }, + { + "category_id": 1, + "poly": [ + 295, + 1485, + 1230, + 1485, + 1230, + 1519, + 295, + 1519 + ], + "score": 0.941 + }, + { + "category_id": 3, + "poly": [ + 537, + 1552, + 1161, + 1552, + 1161, + 1689, + 537, + 1689 + ], + "score": 0.941 + }, + { + "category_id": 0, + "poly": [ + 298, + 1053, + 1093, + 1053, + 1093, + 1089, + 298, + 1089 + ], + "score": 0.911 + }, + { + "category_id": 2, + "poly": [ + 300, + 76, + 815, + 76, + 815, + 104, + 300, + 104 + ], + "score": 0.897 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1868, + 1400, + 1868, + 1400, + 1899, + 1366, + 1899 + ], + "score": 0.889 + }, + { + "category_id": 9, + "poly": [ + 1365, + 1413, + 1401, + 1413, + 1401, + 1444, + 1365, + 1444 + ], + "score": 0.889 + }, + { + "category_id": 8, + "poly": [ + 543, + 1841, + 1156, + 1841, + 1156, + 1930, + 543, + 1930 + ], + "score": 0.825 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 859, + 2088, + 859, + 2112, + 841, + 2112 + ], + "score": 0.741 + }, + { + "category_id": 8, + "poly": [ + 544, + 1841, + 1155, + 1841, + 1155, + 1930, + 544, + 1930 + ], + "score": 0.385 + }, + { + "category_id": 2, + "poly": [ + 840, + 2088, + 860, + 2088, + 860, + 2112, + 840, + 2112 + ], + "score": 0.209 + }, + { + "category_id": 14, + "poly": [ + 544, + 1834, + 1154, + 1834, + 1154, + 1931, + 544, + 1931 + ], + "score": 0.94, + "latex": "L ( w , \\theta ) = \\sum _ { t = 1 } ^ { n } \\log ( \\sum _ { i = 1 } ^ { k } p ( z _ { t } | y _ { t } = i ; \\theta ) p ( y _ { t } = i | x _ { t } ; w ) )" + }, + { + "category_id": 14, + "poly": [ + 540, + 1379, + 1159, + 1379, + 1159, + 1476, + 540, + 1476 + ], + "score": 0.94, + "latex": "p ( z = j | x ; w , \\theta ) = \\sum _ { i = 1 } ^ { k } p ( z = j | y = i ; \\theta ) p ( y = i | x ; w )" + }, + { + "category_id": 13, + "poly": [ + 1071, + 1122, + 1231, + 1122, + 1231, + 1156, + 1071, + 1156 + ], + "score": 0.93, + "latex": "p ( y = i | x ; w )" + }, + { + "category_id": 13, + "poly": [ + 1234, + 1154, + 1339, + 1154, + 1339, + 1186, + 1234, + 1186 + ], + "score": 0.93, + "latex": "\\{ 1 , . . . , k \\}" + }, + { + "category_id": 13, + "poly": [ + 1294, + 1275, + 1403, + 1275, + 1403, + 1309, + 1294, + 1309 + ], + "score": 0.92, + "latex": "\\theta ( i , j ) =" + }, + { + "category_id": 13, + "poly": [ + 297, + 1305, + 478, + 1305, + 478, + 1339, + 297, + 1339 + ], + "score": 0.91, + "latex": "{ \\bar { p } } ( z = j | y = i )" + }, + { + "category_id": 13, + "poly": [ + 1179, + 1765, + 1284, + 1765, + 1284, + 1793, + 1179, + 1793 + ], + "score": 0.9, + "latex": "y _ { 1 } , . . . , y _ { n }" + }, + { + "category_id": 13, + "poly": [ + 350, + 1765, + 454, + 1765, + 454, + 1792, + 350, + 1792 + ], + "score": 0.9, + "latex": "z _ { 1 } , . . . , z _ { n }" + }, + { + "category_id": 13, + "poly": [ + 908, + 1736, + 1017, + 1736, + 1017, + 1762, + 908, + 1762 + ], + "score": 0.9, + "latex": "x _ { 1 } , . . . , x _ { n }" + }, + { + "category_id": 13, + "poly": [ + 1201, + 1977, + 1306, + 1977, + 1306, + 2004, + 1201, + 2004 + ], + "score": 0.89, + "latex": "y _ { 1 } , . . . , y _ { n }" + }, + { + "category_id": 13, + "poly": [ + 372, + 1488, + 390, + 1488, + 390, + 1514, + 372, + 1514 + ], + "score": 0.83, + "latex": "k" + }, + { + "category_id": 13, + "poly": [ + 1277, + 1191, + 1294, + 1191, + 1294, + 1216, + 1277, + 1216 + ], + "score": 0.81, + "latex": "y" + }, + { + "category_id": 13, + "poly": [ + 1107, + 1944, + 1125, + 1944, + 1125, + 1970, + 1107, + 1970 + ], + "score": 0.81, + "latex": "\\theta" + }, + { + "category_id": 13, + "poly": [ + 1136, + 1342, + 1155, + 1342, + 1155, + 1363, + 1136, + 1363 + ], + "score": 0.79, + "latex": "x" + }, + { + "category_id": 13, + "poly": [ + 847, + 1340, + 865, + 1340, + 865, + 1363, + 847, + 1363 + ], + "score": 0.79, + "latex": "z" + }, + { + "category_id": 13, + "poly": [ + 1313, + 1129, + 1332, + 1129, + 1332, + 1150, + 1313, + 1150 + ], + "score": 0.79, + "latex": "x" + }, + { + "category_id": 13, + "poly": [ + 427, + 1978, + 451, + 1978, + 451, + 2000, + 427, + 2000 + ], + "score": 0.78, + "latex": "w" + }, + { + "category_id": 13, + "poly": [ + 903, + 1221, + 920, + 1221, + 920, + 1242, + 903, + 1242 + ], + "score": 0.77, + "latex": "z" + }, + { + "category_id": 13, + "poly": [ + 881, + 1156, + 895, + 1156, + 895, + 1181, + 881, + 1181 + ], + "score": 0.74, + "latex": "i" + }, + { + "category_id": 13, + "poly": [ + 703, + 1737, + 723, + 1737, + 723, + 1758, + 703, + 1758 + ], + "score": 0.73, + "latex": "n" + }, + { + "category_id": 13, + "poly": [ + 469, + 1159, + 494, + 1159, + 494, + 1181, + 469, + 1181 + ], + "score": 0.71, + "latex": "w" + }, + { + "category_id": 13, + "poly": [ + 885, + 1246, + 911, + 1246, + 911, + 1273, + 885, + 1273 + ], + "score": 0.36, + "latex": "\\&" + }, + { + "category_id": 15, + "poly": [ + 761.0, + 1554.0, + 797.0, + 1554.0, + 797.0, + 1587.0, + 761.0, + 1587.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1001.0, + 1550.0, + 1029.0, + 1550.0, + 1029.0, + 1586.0, + 1001.0, + 1586.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 598.0, + 1623.0, + 623.0, + 1623.0, + 623.0, + 1652.0, + 598.0, + 1652.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 681.0, + 1632.0, + 879.0, + 1632.0, + 879.0, + 1673.0, + 681.0, + 1673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 888.0, + 1615.0, + 919.0, + 1615.0, + 919.0, + 1652.0, + 888.0, + 1652.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 926.0, + 1628.0, + 1100.0, + 1628.0, + 1100.0, + 1674.0, + 926.0, + 1674.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1118.0, + 1625.0, + 1142.0, + 1625.0, + 1142.0, + 1651.0, + 1118.0, + 1651.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1050.0, + 1096.0, + 1050.0, + 1096.0, + 1094.0, + 292.0, + 1094.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 73.0, + 816.0, + 73.0, + 816.0, + 108.0, + 296.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": [ + 294.0, + 1121.0, + 1070.0, + 1121.0, + 1070.0, + 1156.0, + 294.0, + 1156.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1232.0, + 1121.0, + 1312.0, + 1121.0, + 1312.0, + 1156.0, + 1232.0, + 1156.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1333.0, + 1121.0, + 1405.0, + 1121.0, + 1405.0, + 1156.0, + 1333.0, + 1156.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1151.0, + 468.0, + 1151.0, + 468.0, + 1187.0, + 292.0, + 1187.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 495.0, + 1151.0, + 880.0, + 1151.0, + 880.0, + 1187.0, + 495.0, + 1187.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 896.0, + 1151.0, + 1233.0, + 1151.0, + 1233.0, + 1187.0, + 896.0, + 1187.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1340.0, + 1151.0, + 1406.0, + 1151.0, + 1406.0, + 1187.0, + 1340.0, + 1187.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1184.0, + 1276.0, + 1184.0, + 1276.0, + 1217.0, + 294.0, + 1217.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1295.0, + 1184.0, + 1403.0, + 1184.0, + 1403.0, + 1217.0, + 1295.0, + 1217.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1213.0, + 902.0, + 1213.0, + 902.0, + 1251.0, + 292.0, + 1251.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 921.0, + 1213.0, + 1406.0, + 1213.0, + 1406.0, + 1251.0, + 921.0, + 1251.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1245.0, + 884.0, + 1245.0, + 884.0, + 1279.0, + 295.0, + 1279.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 912.0, + 1245.0, + 1405.0, + 1245.0, + 1405.0, + 1279.0, + 912.0, + 1279.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1274.0, + 1293.0, + 1274.0, + 1293.0, + 1312.0, + 291.0, + 1312.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1303.0, + 296.0, + 1303.0, + 296.0, + 1343.0, + 291.0, + 1343.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 479.0, + 1303.0, + 1406.0, + 1303.0, + 1406.0, + 1343.0, + 479.0, + 1343.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1335.0, + 846.0, + 1335.0, + 846.0, + 1371.0, + 291.0, + 1371.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 866.0, + 1335.0, + 1135.0, + 1335.0, + 1135.0, + 1371.0, + 866.0, + 1371.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1156.0, + 1335.0, + 1194.0, + 1335.0, + 1194.0, + 1371.0, + 1156.0, + 1371.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 579.0, + 1404.0, + 579.0, + 1404.0, + 618.0, + 295.0, + 618.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 612.0, + 1406.0, + 612.0, + 1406.0, + 647.0, + 294.0, + 647.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 639.0, + 1406.0, + 639.0, + 1406.0, + 680.0, + 291.0, + 680.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 669.0, + 1406.0, + 669.0, + 1406.0, + 712.0, + 292.0, + 712.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 701.0, + 1406.0, + 701.0, + 1406.0, + 738.0, + 293.0, + 738.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 732.0, + 1404.0, + 732.0, + 1404.0, + 770.0, + 295.0, + 770.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 765.0, + 1406.0, + 765.0, + 1406.0, + 799.0, + 292.0, + 799.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 794.0, + 1406.0, + 794.0, + 1406.0, + 830.0, + 293.0, + 830.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 827.0, + 1407.0, + 827.0, + 1407.0, + 861.0, + 293.0, + 861.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 856.0, + 1406.0, + 856.0, + 1406.0, + 892.0, + 293.0, + 892.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 886.0, + 1406.0, + 886.0, + 1406.0, + 921.0, + 294.0, + 921.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 918.0, + 1405.0, + 918.0, + 1405.0, + 949.0, + 296.0, + 949.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 945.0, + 1406.0, + 945.0, + 1406.0, + 982.0, + 293.0, + 982.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 976.0, + 1340.0, + 976.0, + 1340.0, + 1012.0, + 293.0, + 1012.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 231.0, + 1405.0, + 231.0, + 1405.0, + 265.0, + 294.0, + 265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 262.0, + 1404.0, + 262.0, + 1404.0, + 296.0, + 293.0, + 296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 290.0, + 1404.0, + 290.0, + 1404.0, + 326.0, + 292.0, + 326.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 323.0, + 1402.0, + 323.0, + 1402.0, + 354.0, + 294.0, + 354.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 353.0, + 1405.0, + 353.0, + 1405.0, + 386.0, + 293.0, + 386.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 380.0, + 1406.0, + 380.0, + 1406.0, + 420.0, + 292.0, + 420.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 414.0, + 1404.0, + 414.0, + 1404.0, + 448.0, + 294.0, + 448.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 446.0, + 1404.0, + 446.0, + 1404.0, + 477.0, + 296.0, + 477.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 472.0, + 1405.0, + 472.0, + 1405.0, + 511.0, + 292.0, + 511.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 503.0, + 1404.0, + 503.0, + 1404.0, + 540.0, + 292.0, + 540.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 535.0, + 363.0, + 535.0, + 363.0, + 568.0, + 293.0, + 568.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1941.0, + 1106.0, + 1941.0, + 1106.0, + 1975.0, + 295.0, + 1975.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1126.0, + 1941.0, + 1404.0, + 1941.0, + 1404.0, + 1975.0, + 1126.0, + 1975.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1970.0, + 426.0, + 1970.0, + 426.0, + 2009.0, + 292.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 452.0, + 1970.0, + 1200.0, + 1970.0, + 1200.0, + 2009.0, + 452.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1307.0, + 1970.0, + 1405.0, + 1970.0, + 1405.0, + 2009.0, + 1307.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 2003.0, + 1406.0, + 2003.0, + 1406.0, + 2037.0, + 295.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1729.0, + 702.0, + 1729.0, + 702.0, + 1765.0, + 293.0, + 1765.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 724.0, + 1729.0, + 907.0, + 1729.0, + 907.0, + 1765.0, + 724.0, + 1765.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1018.0, + 1729.0, + 1402.0, + 1729.0, + 1402.0, + 1765.0, + 1018.0, + 1765.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1758.0, + 349.0, + 1758.0, + 349.0, + 1798.0, + 293.0, + 1798.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 455.0, + 1758.0, + 1178.0, + 1758.0, + 1178.0, + 1798.0, + 455.0, + 1798.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1285.0, + 1758.0, + 1404.0, + 1758.0, + 1404.0, + 1798.0, + 1285.0, + 1798.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1791.0, + 724.0, + 1791.0, + 724.0, + 1823.0, + 295.0, + 1823.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1481.0, + 371.0, + 1481.0, + 371.0, + 1524.0, + 294.0, + 1524.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 391.0, + 1481.0, + 1232.0, + 1481.0, + 1232.0, + 1524.0, + 391.0, + 1524.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 1, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1483, + 1404, + 1483, + 1404, + 1791, + 297, + 1791 + ], + "score": 0.984 + }, + { + "category_id": 1, + "poly": [ + 297, + 1033, + 1405, + 1033, + 1405, + 1471, + 297, + 1471 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 298, + 544, + 1404, + 544, + 1404, + 637, + 298, + 637 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 299, + 768, + 1403, + 768, + 1403, + 860, + 299, + 860 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 298, + 1910, + 1401, + 1910, + 1401, + 2034, + 298, + 2034 + ], + "score": 0.975 + }, + { + "category_id": 8, + "poly": [ + 630, + 661, + 1070, + 661, + 1070, + 752, + 630, + 752 + ], + "score": 0.96 + }, + { + "category_id": 1, + "poly": [ + 296, + 367, + 1401, + 367, + 1401, + 431, + 296, + 431 + ], + "score": 0.954 + }, + { + "category_id": 1, + "poly": [ + 290, + 228, + 1403, + 228, + 1403, + 294, + 290, + 294 + ], + "score": 0.948 + }, + { + "category_id": 8, + "poly": [ + 510, + 883, + 1188, + 883, + 1188, + 969, + 510, + 969 + ], + "score": 0.947 + }, + { + "category_id": 8, + "poly": [ + 466, + 312, + 1231, + 312, + 1231, + 350, + 466, + 350 + ], + "score": 0.939 + }, + { + "category_id": 1, + "poly": [ + 294, + 988, + 1375, + 988, + 1375, + 1022, + 294, + 1022 + ], + "score": 0.929 + }, + { + "category_id": 2, + "poly": [ + 299, + 74, + 815, + 74, + 815, + 105, + 299, + 105 + ], + "score": 0.917 + }, + { + "category_id": 0, + "poly": [ + 295, + 1841, + 1385, + 1841, + 1385, + 1875, + 295, + 1875 + ], + "score": 0.897 + }, + { + "category_id": 9, + "poly": [ + 1366, + 689, + 1400, + 689, + 1400, + 719, + 1366, + 719 + ], + "score": 0.89 + }, + { + "category_id": 9, + "poly": [ + 1366, + 908, + 1400, + 908, + 1400, + 938, + 1366, + 938 + ], + "score": 0.887 + }, + { + "category_id": 9, + "poly": [ + 1366, + 473, + 1400, + 473, + 1400, + 503, + 1366, + 503 + ], + "score": 0.883 + }, + { + "category_id": 9, + "poly": [ + 1366, + 315, + 1400, + 315, + 1400, + 346, + 1366, + 346 + ], + "score": 0.879 + }, + { + "category_id": 8, + "poly": [ + 576, + 449, + 1122, + 449, + 1122, + 529, + 576, + 529 + ], + "score": 0.741 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 858, + 2088, + 858, + 2112, + 841, + 2112 + ], + "score": 0.629 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 859, + 2088, + 859, + 2112, + 841, + 2112 + ], + "score": 0.433 + }, + { + "category_id": 8, + "poly": [ + 576, + 449, + 1122, + 449, + 1122, + 529, + 576, + 529 + ], + "score": 0.423 + }, + { + "category_id": 14, + "poly": [ + 630, + 655, + 1071, + 655, + 1071, + 754, + 630, + 754 + ], + "score": 0.95, + "latex": "S ( w ) = \\sum _ { t = 1 } ^ { n } \\sum _ { i = 1 } ^ { k } c _ { t i } \\log p ( y _ { t } = i | x _ { t } ; w )" + }, + { + "category_id": 14, + "poly": [ + 511, + 879, + 1189, + 879, + 1189, + 971, + 511, + 971 + ], + "score": 0.93, + "latex": "{ \\frac { \\partial S } { \\partial u _ { i } } } = \\sum _ { t = 1 } ^ { n } ( p ( y _ { t } = i | x _ { t } , z _ { t } ; w _ { 0 } , \\theta _ { 0 } ) - p ( y _ { t } = i | x _ { t } ; w ) ) h ( x _ { t } )" + }, + { + "category_id": 13, + "poly": [ + 1070, + 1217, + 1250, + 1217, + 1250, + 1251, + 1070, + 1251 + ], + "score": 0.93, + "latex": "\\mathsf { \\tilde { p } } ( y _ { t } = i | x _ { t } , z _ { t } )" + }, + { + "category_id": 14, + "poly": [ + 578, + 447, + 1121, + 447, + 1121, + 528, + 578, + 528 + ], + "score": 0.92, + "latex": "\\theta ( i , j ) = \\frac { \\sum _ { t } c _ { t i } 1 _ { \\{ z _ { t } = j \\} } } { \\sum _ { t } c _ { t i } } , \\qquad i , j \\in \\{ 1 , . . . , k \\}" + }, + { + "category_id": 13, + "poly": [ + 932, + 1437, + 1099, + 1437, + 1099, + 1471, + 932, + 1471 + ], + "score": 0.92, + "latex": "\\theta _ { 0 } ( \\bar { i , } j ) = 1 / k" + }, + { + "category_id": 13, + "poly": [ + 297, + 1437, + 381, + 1437, + 381, + 1471, + 297, + 1471 + ], + "score": 0.92, + "latex": "\\theta _ { 0 } ( i , j )" + }, + { + "category_id": 13, + "poly": [ + 298, + 575, + 493, + 575, + 493, + 609, + 298, + 609 + ], + "score": 0.91, + "latex": "\\{ c _ { t i } | i = 1 , . . . , k \\}" + }, + { + "category_id": 13, + "poly": [ + 1300, + 1339, + 1402, + 1339, + 1402, + 1373, + 1300, + 1373 + ], + "score": 0.91, + "latex": "S ( w ) =" + }, + { + "category_id": 13, + "poly": [ + 740, + 994, + 848, + 994, + 848, + 1020, + 740, + 1020 + ], + "score": 0.91, + "latex": "u _ { 1 } , . . . , u _ { k }" + }, + { + "category_id": 13, + "poly": [ + 347, + 545, + 414, + 545, + 414, + 573, + 347, + 573 + ], + "score": 0.9, + "latex": "k \\times k" + }, + { + "category_id": 13, + "poly": [ + 461, + 370, + 490, + 370, + 490, + 399, + 461, + 399 + ], + "score": 0.89, + "latex": "\\theta _ { 0 }" + }, + { + "category_id": 14, + "poly": [ + 470, + 311, + 1230, + 311, + 1230, + 350, + 470, + 350 + ], + "score": 0.89, + "latex": "c _ { t i } = p ( y _ { t } = i | x _ { t } , z _ { t } ; w _ { 0 } , \\theta _ { 0 } ) , \\qquad i = 1 , . . . , k , \\qquad t = 1 , . . . , n" + }, + { + "category_id": 13, + "poly": [ + 296, + 1370, + 906, + 1370, + 906, + 1412, + 296, + 1412 + ], + "score": 0.87, + "latex": "\\begin{array} { r } { \\sum _ { t = 1 } ^ { n } \\sum _ { i = 1 } ^ { k } p ( y _ { t } = i | x _ { t } ; w _ { 0 } , \\theta _ { 0 } ) \\log p ( y _ { t } = i ; x _ { t } ; w ) } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 373, + 373, + 408, + 373, + 408, + 399, + 373, + 399 + ], + "score": 0.85, + "latex": "w _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1023, + 1380, + 1059, + 1380, + 1059, + 1408, + 1023, + 1408 + ], + "score": 0.85, + "latex": "w _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 693, + 1222, + 722, + 1222, + 722, + 1248, + 693, + 1248 + ], + "score": 0.85, + "latex": "x _ { t }" + }, + { + "category_id": 13, + "poly": [ + 764, + 1414, + 867, + 1414, + 867, + 1439, + 764, + 1439 + ], + "score": 0.83, + "latex": "z _ { 1 } , . . . , z _ { n }" + }, + { + "category_id": 13, + "poly": [ + 837, + 580, + 862, + 580, + 862, + 606, + 837, + 606 + ], + "score": 0.83, + "latex": "z _ { t }" + }, + { + "category_id": 13, + "poly": [ + 404, + 990, + 423, + 990, + 423, + 1016, + 404, + 1016 + ], + "score": 0.83, + "latex": "h" + }, + { + "category_id": 13, + "poly": [ + 497, + 546, + 514, + 546, + 514, + 572, + 497, + 572 + ], + "score": 0.82, + "latex": "\\theta" + }, + { + "category_id": 13, + "poly": [ + 462, + 613, + 486, + 613, + 486, + 633, + 462, + 633 + ], + "score": 0.76, + "latex": "w" + }, + { + "category_id": 13, + "poly": [ + 880, + 1414, + 904, + 1414, + 904, + 1436, + 880, + 1436 + ], + "score": 0.54, + "latex": "w" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 72.0, + 817.0, + 72.0, + 817.0, + 108.0, + 296.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1838.0, + 1390.0, + 1838.0, + 1390.0, + 1878.0, + 293.0, + 1878.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2085.0, + 860.0, + 2085.0, + 860.0, + 2116.0, + 839.0, + 2116.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2085.0, + 862.0, + 2085.0, + 862.0, + 2118.0, + 838.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1485.0, + 1404.0, + 1485.0, + 1404.0, + 1517.0, + 296.0, + 1517.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1513.0, + 1406.0, + 1513.0, + 1406.0, + 1550.0, + 292.0, + 1550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1544.0, + 1407.0, + 1544.0, + 1407.0, + 1581.0, + 290.0, + 1581.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1576.0, + 1404.0, + 1576.0, + 1404.0, + 1610.0, + 292.0, + 1610.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1606.0, + 1405.0, + 1606.0, + 1405.0, + 1641.0, + 291.0, + 1641.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1636.0, + 1407.0, + 1636.0, + 1407.0, + 1674.0, + 291.0, + 1674.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1665.0, + 1406.0, + 1665.0, + 1406.0, + 1703.0, + 292.0, + 1703.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1697.0, + 1405.0, + 1697.0, + 1405.0, + 1731.0, + 294.0, + 1731.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1729.0, + 1406.0, + 1729.0, + 1406.0, + 1765.0, + 294.0, + 1765.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1758.0, + 768.0, + 1758.0, + 768.0, + 1794.0, + 294.0, + 1794.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1036.0, + 1405.0, + 1036.0, + 1405.0, + 1068.0, + 296.0, + 1068.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1063.0, + 1407.0, + 1063.0, + 1407.0, + 1101.0, + 294.0, + 1101.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1094.0, + 1407.0, + 1094.0, + 1407.0, + 1132.0, + 292.0, + 1132.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1125.0, + 1403.0, + 1125.0, + 1403.0, + 1161.0, + 295.0, + 1161.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1156.0, + 1405.0, + 1156.0, + 1405.0, + 1193.0, + 294.0, + 1193.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1185.0, + 1405.0, + 1185.0, + 1405.0, + 1222.0, + 292.0, + 1222.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1217.0, + 692.0, + 1217.0, + 692.0, + 1253.0, + 294.0, + 1253.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 723.0, + 1217.0, + 1069.0, + 1217.0, + 1069.0, + 1253.0, + 723.0, + 1253.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1251.0, + 1217.0, + 1405.0, + 1217.0, + 1405.0, + 1253.0, + 1251.0, + 1253.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1247.0, + 1405.0, + 1247.0, + 1405.0, + 1283.0, + 294.0, + 1283.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1275.0, + 1406.0, + 1275.0, + 1406.0, + 1317.0, + 291.0, + 1317.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1308.0, + 1403.0, + 1308.0, + 1403.0, + 1344.0, + 291.0, + 1344.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1335.0, + 1299.0, + 1335.0, + 1299.0, + 1377.0, + 291.0, + 1377.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1403.0, + 1335.0, + 1406.0, + 1335.0, + 1406.0, + 1377.0, + 1403.0, + 1377.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 287.0, + 1366.0, + 295.0, + 1366.0, + 295.0, + 1425.0, + 287.0, + 1425.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 907.0, + 1366.0, + 1022.0, + 1366.0, + 1022.0, + 1425.0, + 907.0, + 1425.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1060.0, + 1366.0, + 1411.0, + 1366.0, + 1411.0, + 1425.0, + 1060.0, + 1425.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1405.0, + 763.0, + 1405.0, + 763.0, + 1445.0, + 290.0, + 1445.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 868.0, + 1405.0, + 879.0, + 1405.0, + 879.0, + 1445.0, + 868.0, + 1445.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 905.0, + 1405.0, + 1406.0, + 1405.0, + 1406.0, + 1445.0, + 905.0, + 1445.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 382.0, + 1437.0, + 931.0, + 1437.0, + 931.0, + 1473.0, + 382.0, + 1473.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1100.0, + 1437.0, + 1118.0, + 1437.0, + 1118.0, + 1473.0, + 1100.0, + 1473.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 543.0, + 346.0, + 543.0, + 346.0, + 577.0, + 296.0, + 577.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 415.0, + 543.0, + 496.0, + 543.0, + 496.0, + 577.0, + 415.0, + 577.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 515.0, + 543.0, + 1404.0, + 543.0, + 1404.0, + 577.0, + 515.0, + 577.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 494.0, + 576.0, + 836.0, + 576.0, + 836.0, + 610.0, + 494.0, + 610.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 863.0, + 576.0, + 1404.0, + 576.0, + 1404.0, + 610.0, + 863.0, + 610.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 606.0, + 461.0, + 606.0, + 461.0, + 640.0, + 294.0, + 640.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 487.0, + 606.0, + 994.0, + 606.0, + 994.0, + 640.0, + 487.0, + 640.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 766.0, + 1405.0, + 766.0, + 1405.0, + 803.0, + 294.0, + 803.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 800.0, + 1405.0, + 800.0, + 1405.0, + 833.0, + 294.0, + 833.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 827.0, + 501.0, + 827.0, + 501.0, + 866.0, + 293.0, + 866.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1910.0, + 1406.0, + 1910.0, + 1406.0, + 1946.0, + 292.0, + 1946.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1943.0, + 1405.0, + 1943.0, + 1405.0, + 1976.0, + 294.0, + 1976.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1972.0, + 1405.0, + 1972.0, + 1405.0, + 2007.0, + 293.0, + 2007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 2004.0, + 1405.0, + 2004.0, + 1405.0, + 2036.0, + 294.0, + 2036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 367.0, + 372.0, + 367.0, + 372.0, + 403.0, + 296.0, + 403.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 409.0, + 367.0, + 460.0, + 367.0, + 460.0, + 403.0, + 409.0, + 403.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 491.0, + 367.0, + 1405.0, + 367.0, + 1405.0, + 403.0, + 491.0, + 403.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 398.0, + 1284.0, + 398.0, + 1284.0, + 432.0, + 295.0, + 432.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 225.0, + 1405.0, + 225.0, + 1405.0, + 268.0, + 293.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 264.0, + 434.0, + 264.0, + 434.0, + 294.0, + 291.0, + 294.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 984.0, + 403.0, + 984.0, + 403.0, + 1026.0, + 293.0, + 1026.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 424.0, + 984.0, + 739.0, + 984.0, + 739.0, + 1026.0, + 424.0, + 1026.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 849.0, + 984.0, + 1379.0, + 984.0, + 1379.0, + 1026.0, + 849.0, + 1026.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 2, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1385, + 1404, + 1385, + 1404, + 1542, + 297, + 1542 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 297, + 1013, + 1404, + 1013, + 1404, + 1107, + 297, + 1107 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 297, + 904, + 1404, + 904, + 1404, + 999, + 297, + 999 + ], + "score": 0.974 + }, + { + "category_id": 3, + "poly": [ + 379, + 1596, + 1241, + 1596, + 1241, + 1939, + 379, + 1939 + ], + "score": 0.962 + }, + { + "category_id": 1, + "poly": [ + 298, + 644, + 1402, + 644, + 1402, + 708, + 298, + 708 + ], + "score": 0.959 + }, + { + "category_id": 8, + "poly": [ + 613, + 1296, + 1084, + 1296, + 1084, + 1372, + 613, + 1372 + ], + "score": 0.957 + }, + { + "category_id": 8, + "poly": [ + 520, + 294, + 1178, + 294, + 1178, + 374, + 520, + 374 + ], + "score": 0.952 + }, + { + "category_id": 8, + "poly": [ + 672, + 727, + 1025, + 727, + 1025, + 803, + 672, + 803 + ], + "score": 0.951 + }, + { + "category_id": 1, + "poly": [ + 298, + 382, + 1406, + 382, + 1406, + 446, + 298, + 446 + ], + "score": 0.949 + }, + { + "category_id": 8, + "poly": [ + 597, + 824, + 1099, + 824, + 1099, + 893, + 597, + 893 + ], + "score": 0.948 + }, + { + "category_id": 1, + "poly": [ + 297, + 1214, + 1401, + 1214, + 1401, + 1279, + 297, + 1279 + ], + "score": 0.946 + }, + { + "category_id": 8, + "poly": [ + 355, + 1122, + 1297, + 1122, + 1297, + 1196, + 355, + 1196 + ], + "score": 0.945 + }, + { + "category_id": 1, + "poly": [ + 292, + 228, + 1404, + 228, + 1404, + 292, + 292, + 292 + ], + "score": 0.943 + }, + { + "category_id": 8, + "poly": [ + 616, + 462, + 1080, + 462, + 1080, + 543, + 616, + 543 + ], + "score": 0.943 + }, + { + "category_id": 8, + "poly": [ + 584, + 564, + 1113, + 564, + 1113, + 633, + 584, + 633 + ], + "score": 0.942 + }, + { + "category_id": 2, + "poly": [ + 298, + 73, + 816, + 73, + 816, + 106, + 298, + 106 + ], + "score": 0.922 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1316, + 1400, + 1316, + 1400, + 1347, + 1352, + 1347 + ], + "score": 0.906 + }, + { + "category_id": 9, + "poly": [ + 1352, + 833, + 1400, + 833, + 1400, + 865, + 1352, + 865 + ], + "score": 0.903 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1134, + 1400, + 1134, + 1400, + 1166, + 1352, + 1166 + ], + "score": 0.891 + }, + { + "category_id": 9, + "poly": [ + 1365, + 575, + 1400, + 575, + 1400, + 605, + 1365, + 605 + ], + "score": 0.889 + }, + { + "category_id": 9, + "poly": [ + 1351, + 746, + 1400, + 746, + 1400, + 778, + 1351, + 778 + ], + "score": 0.888 + }, + { + "category_id": 9, + "poly": [ + 1365, + 314, + 1400, + 314, + 1400, + 345, + 1365, + 345 + ], + "score": 0.88 + }, + { + "category_id": 4, + "poly": [ + 288, + 1965, + 1402, + 1965, + 1402, + 2029, + 288, + 2029 + ], + "score": 0.872 + }, + { + "category_id": 9, + "poly": [ + 1365, + 487, + 1400, + 487, + 1400, + 517, + 1365, + 517 + ], + "score": 0.871 + }, + { + "category_id": 2, + "poly": [ + 840, + 2088, + 859, + 2088, + 859, + 2112, + 840, + 2112 + ], + "score": 0.792 + }, + { + "category_id": 14, + "poly": [ + 614, + 1294, + 1082, + 1294, + 1082, + 1372, + 614, + 1372 + ], + "score": 0.95, + "latex": "p ( z = j | y = i ) = \\theta ( i , j ) = \\frac { \\exp ( b _ { i j } ) } { \\sum _ { l } \\exp ( b _ { i l } ) } ," + }, + { + "category_id": 14, + "poly": [ + 673, + 724, + 1027, + 724, + 1027, + 803, + 673, + 803 + ], + "score": 0.93, + "latex": "p ( z = j | y = i ) = \\frac { \\exp ( b _ { i j } ) } { \\sum _ { l } \\exp ( b _ { i l } ) }" + }, + { + "category_id": 13, + "poly": [ + 683, + 230, + 796, + 230, + 796, + 264, + 683, + 264 + ], + "score": 0.93, + "latex": "h = h ( x )" + }, + { + "category_id": 14, + "poly": [ + 618, + 461, + 1081, + 461, + 1081, + 543, + 618, + 543 + ], + "score": 0.93, + "latex": "p ( z = j | y = i , x ) = \\frac { \\exp ( u _ { i j } ^ { \\top } h + b _ { i j } ) } { \\sum _ { l } \\exp ( u _ { i l } ^ { \\top } h + b _ { i l } ) }" + }, + { + "category_id": 14, + "poly": [ + 521, + 291, + 1179, + 291, + 1179, + 375, + 521, + 375 + ], + "score": 0.93, + "latex": "p ( y = i | x ; w ) = \\frac { \\exp ( u _ { i } ^ { \\top } h + b _ { i } ) } { \\sum _ { l = 1 } ^ { k } \\exp ( u _ { l } ^ { \\top } h + b _ { l } ) } , \\qquad i = 1 , . . . , k" + }, + { + "category_id": 14, + "poly": [ + 599, + 822, + 1100, + 822, + 1100, + 896, + 599, + 896 + ], + "score": 0.92, + "latex": "p ( z = j | x ) = \\sum _ { i } p ( z = j | y = i ) p ( y = i | x )" + }, + { + "category_id": 13, + "poly": [ + 1185, + 1215, + 1317, + 1215, + 1317, + 1249, + 1185, + 1249 + ], + "score": 0.92, + "latex": "S ( w , w _ { \\mathrm { n o i s e } } )" + }, + { + "category_id": 14, + "poly": [ + 351, + 1122, + 1300, + 1122, + 1300, + 1198, + 351, + 1198 + ], + "score": 0.92, + "latex": "S ( w , w _ { \\mathrm { n o i s e } } ) = \\sum _ { t } \\log p ( z _ { t } | x _ { t } ) = \\sum _ { t } \\log ( \\sum _ { i } p ( z _ { t } | y _ { t } = i , x _ { t } ; w _ { \\mathrm { n o i s e } } ) p ( y _ { t } = i | x _ { t } ; w ) )" + }, + { + "category_id": 14, + "poly": [ + 585, + 562, + 1114, + 562, + 1114, + 637, + 585, + 637 + ], + "score": 0.91, + "latex": "p ( z = j | x ) = \\sum _ { i } p ( z = j | y = i , x ) p ( y = i | x )" + }, + { + "category_id": 13, + "poly": [ + 1166, + 1049, + 1271, + 1049, + 1271, + 1077, + 1166, + 1077 + ], + "score": 0.9, + "latex": "y _ { 1 } , . . . , y _ { n }" + }, + { + "category_id": 13, + "poly": [ + 913, + 1020, + 1024, + 1020, + 1024, + 1045, + 913, + 1045 + ], + "score": 0.89, + "latex": "x _ { 1 } , . . . , x _ { n }" + }, + { + "category_id": 13, + "poly": [ + 297, + 1049, + 402, + 1049, + 402, + 1077, + 297, + 1077 + ], + "score": 0.89, + "latex": "z _ { 1 } , . . . , z _ { n }" + }, + { + "category_id": 13, + "poly": [ + 918, + 940, + 979, + 940, + 979, + 967, + 918, + 967 + ], + "score": 0.89, + "latex": "w _ { \\mathrm { n o i s e } }" + }, + { + "category_id": 13, + "poly": [ + 718, + 418, + 735, + 418, + 735, + 441, + 718, + 441 + ], + "score": 0.8, + "latex": "z" + }, + { + "category_id": 13, + "poly": [ + 373, + 388, + 397, + 388, + 397, + 410, + 373, + 410 + ], + "score": 0.78, + "latex": "w" + }, + { + "category_id": 13, + "poly": [ + 774, + 684, + 792, + 684, + 792, + 704, + 774, + 704 + ], + "score": 0.78, + "latex": "x" + }, + { + "category_id": 13, + "poly": [ + 623, + 236, + 642, + 236, + 642, + 258, + 623, + 258 + ], + "score": 0.75, + "latex": "x" + }, + { + "category_id": 13, + "poly": [ + 1383, + 238, + 1401, + 238, + 1401, + 263, + 1383, + 263 + ], + "score": 0.73, + "latex": "y" + }, + { + "category_id": 13, + "poly": [ + 707, + 1020, + 728, + 1020, + 728, + 1041, + 707, + 1041 + ], + "score": 0.72, + "latex": "n" + }, + { + "category_id": 15, + "poly": [ + 605.0, + 1599.0, + 641.0, + 1599.0, + 641.0, + 1632.0, + 605.0, + 1632.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 840.0, + 1600.0, + 877.0, + 1600.0, + 877.0, + 1632.0, + 840.0, + 1632.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 434.0, + 1670.0, + 458.0, + 1670.0, + 458.0, + 1695.0, + 434.0, + 1695.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 505.0, + 1679.0, + 737.0, + 1679.0, + 737.0, + 1716.0, + 505.0, + 1716.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 755.0, + 1664.0, + 783.0, + 1664.0, + 783.0, + 1695.0, + 755.0, + 1695.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 800.0, + 1679.0, + 918.0, + 1679.0, + 918.0, + 1718.0, + 800.0, + 1718.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 946.0, + 1649.0, + 1011.0, + 1649.0, + 1011.0, + 1702.0, + 946.0, + 1702.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1036.0, + 1679.0, + 1154.0, + 1679.0, + 1154.0, + 1718.0, + 1036.0, + 1718.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1183.0, + 1669.0, + 1208.0, + 1669.0, + 1208.0, + 1695.0, + 1183.0, + 1695.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 605.0, + 1807.0, + 641.0, + 1807.0, + 641.0, + 1838.0, + 605.0, + 1838.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 841.0, + 1807.0, + 876.0, + 1807.0, + 876.0, + 1838.0, + 841.0, + 1838.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 432.0, + 1873.0, + 460.0, + 1873.0, + 460.0, + 1903.0, + 432.0, + 1903.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 754.0, + 1868.0, + 785.0, + 1868.0, + 785.0, + 1903.0, + 754.0, + 1903.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 945.0, + 1870.0, + 968.0, + 1870.0, + 968.0, + 1900.0, + 945.0, + 1900.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 505.0, + 1886.0, + 738.0, + 1886.0, + 738.0, + 1922.0, + 505.0, + 1922.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 800.0, + 1885.0, + 919.0, + 1885.0, + 919.0, + 1925.0, + 800.0, + 1925.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1060.0, + 1597.5, + 1128.0, + 1597.5, + 1128.0, + 1631.5, + 1060.0, + 1631.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 72.0, + 817.0, + 72.0, + 817.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1962.0, + 1404.0, + 1962.0, + 1404.0, + 2003.0, + 292.0, + 2003.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1996.0, + 560.0, + 1996.0, + 560.0, + 2032.0, + 295.0, + 2032.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2085.0, + 863.0, + 2085.0, + 863.0, + 2118.0, + 838.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1386.0, + 1405.0, + 1386.0, + 1405.0, + 1423.0, + 294.0, + 1423.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1418.0, + 1404.0, + 1418.0, + 1404.0, + 1451.0, + 296.0, + 1451.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1449.0, + 1402.0, + 1449.0, + 1402.0, + 1482.0, + 296.0, + 1482.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1478.0, + 1406.0, + 1478.0, + 1406.0, + 1516.0, + 295.0, + 1516.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1510.0, + 1152.0, + 1510.0, + 1152.0, + 1544.0, + 296.0, + 1544.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1010.0, + 706.0, + 1010.0, + 706.0, + 1050.0, + 292.0, + 1050.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 729.0, + 1010.0, + 912.0, + 1010.0, + 912.0, + 1050.0, + 729.0, + 1050.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1025.0, + 1010.0, + 1405.0, + 1010.0, + 1405.0, + 1050.0, + 1025.0, + 1050.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1042.0, + 296.0, + 1042.0, + 296.0, + 1082.0, + 292.0, + 1082.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 403.0, + 1042.0, + 1165.0, + 1042.0, + 1165.0, + 1082.0, + 403.0, + 1082.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1272.0, + 1042.0, + 1404.0, + 1042.0, + 1404.0, + 1082.0, + 1272.0, + 1082.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1072.0, + 725.0, + 1072.0, + 725.0, + 1109.0, + 294.0, + 1109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 905.0, + 1404.0, + 905.0, + 1404.0, + 939.0, + 296.0, + 939.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 937.0, + 917.0, + 937.0, + 917.0, + 971.0, + 294.0, + 971.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 980.0, + 937.0, + 1405.0, + 937.0, + 1405.0, + 971.0, + 980.0, + 971.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 964.0, + 999.0, + 964.0, + 999.0, + 1004.0, + 294.0, + 1004.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 640.0, + 1404.0, + 640.0, + 1404.0, + 682.0, + 296.0, + 682.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 676.0, + 773.0, + 676.0, + 773.0, + 712.0, + 294.0, + 712.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 793.0, + 676.0, + 804.0, + 676.0, + 804.0, + 712.0, + 793.0, + 712.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 383.0, + 372.0, + 383.0, + 372.0, + 415.0, + 297.0, + 415.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 398.0, + 383.0, + 1403.0, + 383.0, + 1403.0, + 415.0, + 398.0, + 415.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 413.0, + 717.0, + 413.0, + 717.0, + 449.0, + 295.0, + 449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 736.0, + 413.0, + 1304.0, + 413.0, + 1304.0, + 449.0, + 736.0, + 449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1214.0, + 1184.0, + 1214.0, + 1184.0, + 1250.0, + 296.0, + 1250.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1318.0, + 1214.0, + 1403.0, + 1214.0, + 1403.0, + 1250.0, + 1318.0, + 1250.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1244.0, + 1144.0, + 1244.0, + 1144.0, + 1284.0, + 295.0, + 1284.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 221.0, + 622.0, + 221.0, + 622.0, + 272.0, + 291.0, + 272.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 643.0, + 221.0, + 682.0, + 221.0, + 682.0, + 272.0, + 643.0, + 272.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 797.0, + 221.0, + 1382.0, + 221.0, + 1382.0, + 272.0, + 797.0, + 272.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1402.0, + 221.0, + 1409.0, + 221.0, + 1409.0, + 272.0, + 1402.0, + 272.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 254.0, + 404.0, + 254.0, + 404.0, + 303.0, + 291.0, + 303.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 3, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 1112, + 1404, + 1112, + 1404, + 1571, + 298, + 1571 + ], + "score": 0.984 + }, + { + "category_id": 1, + "poly": [ + 298, + 1585, + 1404, + 1585, + 1404, + 1861, + 298, + 1861 + ], + "score": 0.984 + }, + { + "category_id": 1, + "poly": [ + 299, + 731, + 1403, + 731, + 1403, + 855, + 299, + 855 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 297, + 506, + 1404, + 506, + 1404, + 661, + 297, + 661 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 298, + 367, + 1402, + 367, + 1402, + 492, + 298, + 492 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 298, + 944, + 1404, + 944, + 1404, + 1097, + 298, + 1097 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 298, + 229, + 1401, + 229, + 1401, + 353, + 298, + 353 + ], + "score": 0.975 + }, + { + "category_id": 8, + "poly": [ + 644, + 862, + 1053, + 862, + 1053, + 939, + 644, + 939 + ], + "score": 0.954 + }, + { + "category_id": 8, + "poly": [ + 622, + 669, + 1075, + 669, + 1075, + 725, + 622, + 725 + ], + "score": 0.948 + }, + { + "category_id": 1, + "poly": [ + 296, + 1972, + 1401, + 1972, + 1401, + 2034, + 296, + 2034 + ], + "score": 0.943 + }, + { + "category_id": 2, + "poly": [ + 300, + 76, + 814, + 76, + 814, + 104, + 300, + 104 + ], + "score": 0.897 + }, + { + "category_id": 0, + "poly": [ + 300, + 1905, + 557, + 1905, + 557, + 1939, + 300, + 1939 + ], + "score": 0.896 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 858, + 2088, + 858, + 2112, + 841, + 2112 + ], + "score": 0.729 + }, + { + "category_id": 14, + "poly": [ + 647, + 860, + 1053, + 860, + 1053, + 940, + 647, + 940 + ], + "score": 0.95, + "latex": "b _ { i j } = \\log ( \\frac { \\sum _ { t } 1 _ { \\{ z _ { t } = j \\} } p ( y _ { t } = i | x _ { t } ) } { \\sum _ { t } p ( y _ { t } = i | x _ { t } ) } )" + }, + { + "category_id": 14, + "poly": [ + 623, + 666, + 1076, + 666, + 1076, + 727, + 623, + 727 + ], + "score": 0.94, + "latex": "b _ { i j } = \\log ( ( 1 - \\epsilon ) 1 _ { \\{ i = j \\} } + \\frac { \\epsilon } { k - 1 } 1 _ { \\{ i \\neq j \\} } )" + }, + { + "category_id": 13, + "poly": [ + 1244, + 399, + 1400, + 399, + 1400, + 433, + 1244, + 433 + ], + "score": 0.93, + "latex": "p ( y = i | x ; w )" + }, + { + "category_id": 13, + "poly": [ + 1053, + 950, + 1156, + 950, + 1156, + 976, + 1053, + 976 + ], + "score": 0.9, + "latex": "z _ { 1 } , . . . , z _ { n }" + }, + { + "category_id": 13, + "poly": [ + 401, + 949, + 511, + 949, + 511, + 976, + 401, + 976 + ], + "score": 0.89, + "latex": "x _ { 1 } , . . . , x _ { n }" + }, + { + "category_id": 13, + "poly": [ + 1269, + 1037, + 1302, + 1037, + 1302, + 1070, + 1269, + 1070 + ], + "score": 0.89, + "latex": "b _ { i j }" + }, + { + "category_id": 13, + "poly": [ + 1164, + 1144, + 1223, + 1144, + 1223, + 1173, + 1164, + 1173 + ], + "score": 0.89, + "latex": "k + 1" + }, + { + "category_id": 13, + "poly": [ + 829, + 1041, + 868, + 1041, + 868, + 1070, + 829, + 1070 + ], + "score": 0.88, + "latex": "u _ { i j }" + }, + { + "category_id": 13, + "poly": [ + 408, + 734, + 427, + 734, + 427, + 760, + 408, + 760 + ], + "score": 0.81, + "latex": "k" + }, + { + "category_id": 13, + "poly": [ + 572, + 1175, + 591, + 1175, + 591, + 1201, + 572, + 1201 + ], + "score": 0.8, + "latex": "k" + }, + { + "category_id": 13, + "poly": [ + 461, + 1145, + 480, + 1145, + 480, + 1171, + 461, + 1171 + ], + "score": 0.78, + "latex": "k" + }, + { + "category_id": 13, + "poly": [ + 770, + 1329, + 784, + 1329, + 784, + 1354, + 770, + 1354 + ], + "score": 0.75, + "latex": "i \\cdot" + }, + { + "category_id": 13, + "poly": [ + 520, + 1448, + 573, + 1448, + 573, + 1477, + 520, + 1477 + ], + "score": 0.74, + "latex": "l - 1" + }, + { + "category_id": 13, + "poly": [ + 298, + 1389, + 310, + 1389, + 310, + 1414, + 298, + 1414 + ], + "score": 0.73, + "latex": "i" + }, + { + "category_id": 13, + "poly": [ + 961, + 1359, + 974, + 1359, + 974, + 1384, + 961, + 1384 + ], + "score": 0.71, + "latex": "i" + }, + { + "category_id": 13, + "poly": [ + 700, + 1298, + 713, + 1298, + 713, + 1323, + 700, + 1323 + ], + "score": 0.71, + "latex": "i" + }, + { + "category_id": 13, + "poly": [ + 455, + 1329, + 468, + 1329, + 468, + 1354, + 455, + 1354 + ], + "score": 0.7, + "latex": "i" + }, + { + "category_id": 13, + "poly": [ + 429, + 1297, + 441, + 1297, + 441, + 1323, + 429, + 1323 + ], + "score": 0.6, + "latex": "l" + }, + { + "category_id": 13, + "poly": [ + 753, + 1419, + 766, + 1419, + 766, + 1445, + 753, + 1445 + ], + "score": 0.43, + "latex": "l" + }, + { + "category_id": 13, + "poly": [ + 1326, + 1328, + 1338, + 1328, + 1338, + 1354, + 1326, + 1354 + ], + "score": 0.39, + "latex": "l" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 817.0, + 73.0, + 817.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1902.0, + 561.0, + 1902.0, + 561.0, + 1945.0, + 293.0, + 1945.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2085.0, + 861.0, + 2085.0, + 861.0, + 2120.0, + 839.0, + 2120.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1111.0, + 1403.0, + 1111.0, + 1403.0, + 1148.0, + 295.0, + 1148.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1143.0, + 460.0, + 1143.0, + 460.0, + 1178.0, + 293.0, + 1178.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 481.0, + 1143.0, + 1163.0, + 1143.0, + 1163.0, + 1178.0, + 481.0, + 1178.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1224.0, + 1143.0, + 1405.0, + 1143.0, + 1405.0, + 1178.0, + 1224.0, + 1178.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1172.0, + 571.0, + 1172.0, + 571.0, + 1209.0, + 292.0, + 1209.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 592.0, + 1172.0, + 1406.0, + 1172.0, + 1406.0, + 1209.0, + 592.0, + 1209.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1205.0, + 1404.0, + 1205.0, + 1404.0, + 1240.0, + 296.0, + 1240.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1233.0, + 1406.0, + 1233.0, + 1406.0, + 1270.0, + 293.0, + 1270.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1264.0, + 1404.0, + 1264.0, + 1404.0, + 1302.0, + 293.0, + 1302.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1294.0, + 428.0, + 1294.0, + 428.0, + 1332.0, + 292.0, + 1332.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 442.0, + 1294.0, + 699.0, + 1294.0, + 699.0, + 1332.0, + 442.0, + 1332.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 714.0, + 1294.0, + 1406.0, + 1294.0, + 1406.0, + 1332.0, + 714.0, + 1332.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1324.0, + 454.0, + 1324.0, + 454.0, + 1361.0, + 293.0, + 1361.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 469.0, + 1324.0, + 769.0, + 1324.0, + 769.0, + 1361.0, + 469.0, + 1361.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 785.0, + 1324.0, + 1325.0, + 1324.0, + 1325.0, + 1361.0, + 785.0, + 1361.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1339.0, + 1324.0, + 1406.0, + 1324.0, + 1406.0, + 1361.0, + 1339.0, + 1361.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1356.0, + 960.0, + 1356.0, + 960.0, + 1391.0, + 294.0, + 1391.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 975.0, + 1356.0, + 1405.0, + 1356.0, + 1405.0, + 1391.0, + 975.0, + 1391.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1386.0, + 297.0, + 1386.0, + 297.0, + 1420.0, + 293.0, + 1420.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 311.0, + 1386.0, + 1405.0, + 1386.0, + 1405.0, + 1420.0, + 311.0, + 1420.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1415.0, + 752.0, + 1415.0, + 752.0, + 1453.0, + 293.0, + 1453.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 767.0, + 1415.0, + 1406.0, + 1415.0, + 1406.0, + 1453.0, + 767.0, + 1453.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1446.0, + 519.0, + 1446.0, + 519.0, + 1483.0, + 293.0, + 1483.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 574.0, + 1446.0, + 1406.0, + 1446.0, + 1406.0, + 1483.0, + 574.0, + 1483.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1478.0, + 1405.0, + 1478.0, + 1405.0, + 1516.0, + 293.0, + 1516.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1507.0, + 1405.0, + 1507.0, + 1405.0, + 1544.0, + 293.0, + 1544.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1540.0, + 1097.0, + 1540.0, + 1097.0, + 1575.0, + 294.0, + 1575.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1586.0, + 1404.0, + 1586.0, + 1404.0, + 1619.0, + 296.0, + 1619.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1617.0, + 1404.0, + 1617.0, + 1404.0, + 1650.0, + 296.0, + 1650.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1645.0, + 1404.0, + 1645.0, + 1404.0, + 1685.0, + 293.0, + 1685.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1675.0, + 1405.0, + 1675.0, + 1405.0, + 1713.0, + 293.0, + 1713.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1707.0, + 1406.0, + 1707.0, + 1406.0, + 1744.0, + 294.0, + 1744.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1740.0, + 1404.0, + 1740.0, + 1404.0, + 1773.0, + 296.0, + 1773.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1770.0, + 1404.0, + 1770.0, + 1404.0, + 1803.0, + 294.0, + 1803.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1797.0, + 1406.0, + 1797.0, + 1406.0, + 1837.0, + 292.0, + 1837.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1829.0, + 619.0, + 1829.0, + 619.0, + 1864.0, + 295.0, + 1864.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 733.0, + 407.0, + 733.0, + 407.0, + 763.0, + 297.0, + 763.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 428.0, + 733.0, + 1403.0, + 733.0, + 1403.0, + 763.0, + 428.0, + 763.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 764.0, + 1404.0, + 764.0, + 1404.0, + 797.0, + 295.0, + 797.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 794.0, + 1405.0, + 794.0, + 1405.0, + 827.0, + 295.0, + 827.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 823.0, + 845.0, + 823.0, + 845.0, + 858.0, + 294.0, + 858.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 508.0, + 1405.0, + 508.0, + 1405.0, + 541.0, + 297.0, + 541.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 537.0, + 1404.0, + 537.0, + 1404.0, + 572.0, + 292.0, + 572.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 566.0, + 1405.0, + 566.0, + 1405.0, + 605.0, + 290.0, + 605.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 598.0, + 1405.0, + 598.0, + 1405.0, + 635.0, + 294.0, + 635.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 629.0, + 1234.0, + 629.0, + 1234.0, + 666.0, + 295.0, + 666.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 367.0, + 1406.0, + 367.0, + 1406.0, + 401.0, + 293.0, + 401.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 398.0, + 1243.0, + 398.0, + 1243.0, + 434.0, + 294.0, + 434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 427.0, + 1406.0, + 427.0, + 1406.0, + 466.0, + 292.0, + 466.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 459.0, + 648.0, + 459.0, + 648.0, + 495.0, + 293.0, + 495.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 944.0, + 400.0, + 944.0, + 400.0, + 981.0, + 293.0, + 981.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 512.0, + 944.0, + 1052.0, + 944.0, + 1052.0, + 981.0, + 512.0, + 981.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1157.0, + 944.0, + 1405.0, + 944.0, + 1405.0, + 981.0, + 1157.0, + 981.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 970.0, + 1404.0, + 970.0, + 1404.0, + 1011.0, + 293.0, + 1011.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1005.0, + 1404.0, + 1005.0, + 1404.0, + 1038.0, + 296.0, + 1038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1035.0, + 828.0, + 1035.0, + 828.0, + 1072.0, + 294.0, + 1072.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 869.0, + 1035.0, + 1268.0, + 1035.0, + 1268.0, + 1072.0, + 869.0, + 1072.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1303.0, + 1035.0, + 1405.0, + 1035.0, + 1405.0, + 1072.0, + 1303.0, + 1072.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1067.0, + 778.0, + 1067.0, + 778.0, + 1100.0, + 297.0, + 1100.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 228.0, + 1403.0, + 228.0, + 1403.0, + 264.0, + 293.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 262.0, + 1405.0, + 262.0, + 1405.0, + 295.0, + 294.0, + 295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 290.0, + 1406.0, + 290.0, + 1406.0, + 328.0, + 292.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 321.0, + 836.0, + 321.0, + 836.0, + 355.0, + 293.0, + 355.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1971.0, + 1403.0, + 1971.0, + 1403.0, + 2007.0, + 295.0, + 2007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 2002.0, + 1405.0, + 2002.0, + 1405.0, + 2036.0, + 294.0, + 2036.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 4, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 1346, + 1404, + 1346, + 1404, + 1625, + 298, + 1625 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 299, + 1776, + 1402, + 1776, + 1402, + 1901, + 299, + 1901 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 299, + 1639, + 1404, + 1639, + 1404, + 1763, + 299, + 1763 + ], + "score": 0.975 + }, + { + "category_id": 3, + "poly": [ + 344, + 245, + 1370, + 245, + 1370, + 1192, + 344, + 1192 + ], + "score": 0.967 + }, + { + "category_id": 8, + "poly": [ + 718, + 1914, + 980, + 1914, + 980, + 1981, + 718, + 1981 + ], + "score": 0.943 + }, + { + "category_id": 4, + "poly": [ + 295, + 1231, + 1401, + 1231, + 1401, + 1296, + 295, + 1296 + ], + "score": 0.929 + }, + { + "category_id": 2, + "poly": [ + 330, + 2005, + 1072, + 2005, + 1072, + 2035, + 330, + 2035 + ], + "score": 0.914 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 814, + 76, + 814, + 104, + 299, + 104 + ], + "score": 0.891 + }, + { + "category_id": 2, + "poly": [ + 840, + 2089, + 859, + 2089, + 859, + 2112, + 840, + 2112 + ], + "score": 0.807 + }, + { + "category_id": 14, + "poly": [ + 717, + 1912, + 982, + 1912, + 982, + 1984, + 717, + 1984 + ], + "score": 0.94, + "latex": "S = \\sum _ { i } 1 _ { \\{ z = i \\} } \\log ( q _ { i } )" + }, + { + "category_id": 13, + "poly": [ + 1073, + 1843, + 1175, + 1843, + 1175, + 1871, + 1073, + 1871 + ], + "score": 0.91, + "latex": "q _ { 1 } , . . . , q _ { k }" + }, + { + "category_id": 13, + "poly": [ + 1312, + 1349, + 1402, + 1349, + 1402, + 1378, + 1312, + 1378 + ], + "score": 0.89, + "latex": "2 8 \\times 2 8" + }, + { + "category_id": 13, + "poly": [ + 882, + 1264, + 1075, + 1264, + 1075, + 1295, + 882, + 1295 + ], + "score": 0.81, + "latex": "( 2 0 \\% , 5 0 \\% , 1 0 0 \\% )" + }, + { + "category_id": 13, + "poly": [ + 1065, + 676, + 1115, + 676, + 1115, + 703, + 1065, + 703 + ], + "score": 0.81, + "latex": "50 \\%" + }, + { + "category_id": 13, + "poly": [ + 542, + 676, + 591, + 676, + 591, + 702, + 542, + 702 + ], + "score": 0.8, + "latex": "20 \\%" + }, + { + "category_id": 13, + "poly": [ + 681, + 1675, + 699, + 1675, + 699, + 1702, + 681, + 1702 + ], + "score": 0.8, + "latex": "p" + }, + { + "category_id": 13, + "poly": [ + 714, + 1844, + 733, + 1844, + 733, + 1866, + 714, + 1866 + ], + "score": 0.78, + "latex": "z" + }, + { + "category_id": 13, + "poly": [ + 800, + 1167, + 861, + 1167, + 861, + 1195, + 800, + 1195 + ], + "score": 0.69, + "latex": "100 \\%" + }, + { + "category_id": 15, + "poly": [ + 355.0, + 242.0, + 371.0, + 242.0, + 371.0, + 255.0, + 355.0, + 255.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 875.0, + 242.0, + 891.0, + 242.0, + 891.0, + 255.0, + 875.0, + 255.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 355.0, + 305.0, + 371.0, + 305.0, + 371.0, + 320.0, + 355.0, + 320.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 872.0, + 304.0, + 895.0, + 304.0, + 895.0, + 321.0, + 872.0, + 321.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 355.0, + 370.0, + 371.0, + 370.0, + 371.0, + 384.0, + 355.0, + 384.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 873.0, + 368.0, + 895.0, + 368.0, + 895.0, + 387.0, + 873.0, + 387.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 336.0, + 395.0, + 370.0, + 395.0, + 370.0, + 492.0, + 336.0, + 492.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 856.0, + 393.0, + 891.0, + 393.0, + 891.0, + 492.0, + 856.0, + 492.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 498.0, + 374.0, + 498.0, + 374.0, + 515.0, + 354.0, + 515.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 873.0, + 498.0, + 893.0, + 498.0, + 893.0, + 515.0, + 873.0, + 515.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 353.0, + 562.0, + 375.0, + 562.0, + 375.0, + 581.0, + 353.0, + 581.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 396.0, + 562.0, + 444.0, + 562.0, + 444.0, + 582.0, + 396.0, + 582.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 871.0, + 562.0, + 896.0, + 562.0, + 896.0, + 581.0, + 871.0, + 581.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 917.0, + 562.0, + 964.0, + 562.0, + 964.0, + 582.0, + 917.0, + 582.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 572.0, + 439.0, + 572.0, + 439.0, + 596.0, + 395.0, + 596.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 914.0, + 572.0, + 959.0, + 572.0, + 959.0, + 597.0, + 914.0, + 597.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 396.0, + 585.0, + 454.0, + 585.0, + 454.0, + 609.0, + 396.0, + 609.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 914.0, + 585.0, + 973.0, + 585.0, + 973.0, + 609.0, + 914.0, + 609.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 396.0, + 599.0, + 451.0, + 599.0, + 451.0, + 623.0, + 396.0, + 623.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 917.0, + 600.0, + 968.0, + 600.0, + 968.0, + 620.0, + 917.0, + 620.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 396.0, + 612.0, + 446.0, + 612.0, + 446.0, + 636.0, + 396.0, + 636.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 914.0, + 612.0, + 966.0, + 612.0, + 966.0, + 636.0, + 914.0, + 636.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 476.0, + 632.0, + 500.0, + 632.0, + 500.0, + 651.0, + 476.0, + 651.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 555.0, + 633.0, + 656.0, + 633.0, + 656.0, + 670.0, + 555.0, + 670.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 709.0, + 633.0, + 734.0, + 633.0, + 734.0, + 651.0, + 709.0, + 651.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 823.0, + 631.0, + 851.0, + 631.0, + 851.0, + 652.0, + 823.0, + 652.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 995.0, + 632.0, + 1020.0, + 632.0, + 1020.0, + 651.0, + 995.0, + 651.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1076.0, + 636.0, + 1174.0, + 636.0, + 1174.0, + 667.0, + 1076.0, + 667.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1229.0, + 632.0, + 1252.0, + 632.0, + 1252.0, + 651.0, + 1229.0, + 651.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1345.0, + 632.0, + 1370.0, + 632.0, + 1370.0, + 651.0, + 1345.0, + 651.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 502.0, + 672.0, + 541.0, + 672.0, + 541.0, + 709.0, + 502.0, + 709.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 592.0, + 672.0, + 676.0, + 672.0, + 676.0, + 709.0, + 592.0, + 709.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1025.0, + 671.0, + 1064.0, + 671.0, + 1064.0, + 708.0, + 1025.0, + 708.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1116.0, + 671.0, + 1198.0, + 671.0, + 1198.0, + 708.0, + 1116.0, + 708.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 613.0, + 730.0, + 634.0, + 730.0, + 634.0, + 748.0, + 613.0, + 748.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 614.0, + 797.0, + 634.0, + 797.0, + 634.0, + 811.0, + 614.0, + 811.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 613.0, + 860.0, + 635.0, + 860.0, + 635.0, + 877.0, + 613.0, + 877.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 597.0, + 885.0, + 620.0, + 885.0, + 620.0, + 984.0, + 597.0, + 984.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 615.0, + 925.0, + 631.0, + 925.0, + 631.0, + 942.0, + 615.0, + 942.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 615.0, + 991.0, + 632.0, + 991.0, + 632.0, + 1006.0, + 615.0, + 1006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 613.0, + 1054.0, + 635.0, + 1054.0, + 635.0, + 1073.0, + 613.0, + 1073.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 655.0, + 1052.0, + 707.0, + 1052.0, + 707.0, + 1075.0, + 655.0, + 1075.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 656.0, + 1067.0, + 697.0, + 1067.0, + 697.0, + 1087.0, + 656.0, + 1087.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 656.0, + 1080.0, + 712.0, + 1080.0, + 712.0, + 1099.0, + 656.0, + 1099.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 656.0, + 1092.0, + 710.0, + 1092.0, + 710.0, + 1112.0, + 656.0, + 1112.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 655.0, + 1104.0, + 706.0, + 1104.0, + 706.0, + 1127.0, + 655.0, + 1127.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 734.0, + 1124.0, + 762.0, + 1124.0, + 762.0, + 1145.0, + 734.0, + 1145.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 852.0, + 1125.0, + 877.0, + 1125.0, + 877.0, + 1143.0, + 852.0, + 1143.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 968.0, + 1126.0, + 994.0, + 1126.0, + 994.0, + 1144.0, + 968.0, + 1144.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1085.0, + 1126.0, + 1109.0, + 1126.0, + 1109.0, + 1143.0, + 1085.0, + 1143.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 816.0, + 1136.0, + 913.0, + 1136.0, + 913.0, + 1159.0, + 816.0, + 1159.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 757.0, + 1163.0, + 799.0, + 1163.0, + 799.0, + 1200.0, + 757.0, + 1200.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 862.0, + 1163.0, + 944.0, + 1163.0, + 944.0, + 1200.0, + 862.0, + 1200.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 873.0, + 626.0, + 902.0, + 626.0, + 902.0, + 652.0, + 873.0, + 652.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 625.5, + 385.0, + 625.5, + 385.0, + 651.0, + 352.0, + 651.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 616.25, + 1120.5, + 639.25, + 1120.5, + 639.25, + 1142.5, + 616.25, + 1142.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1231.0, + 1403.0, + 1231.0, + 1403.0, + 1267.0, + 295.0, + 1267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1262.0, + 881.0, + 1262.0, + 881.0, + 1298.0, + 295.0, + 1298.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1076.0, + 1262.0, + 1327.0, + 1262.0, + 1327.0, + 1298.0, + 1076.0, + 1298.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 334.0, + 2001.0, + 1073.0, + 2001.0, + 1073.0, + 2038.0, + 334.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 73.0, + 816.0, + 73.0, + 816.0, + 108.0, + 296.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 840.0, + 2087.0, + 862.0, + 2087.0, + 862.0, + 2118.0, + 840.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1349.0, + 1311.0, + 1349.0, + 1311.0, + 1382.0, + 294.0, + 1382.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1379.0, + 1404.0, + 1379.0, + 1404.0, + 1412.0, + 296.0, + 1412.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1410.0, + 1405.0, + 1410.0, + 1405.0, + 1443.0, + 296.0, + 1443.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1439.0, + 1406.0, + 1439.0, + 1406.0, + 1476.0, + 294.0, + 1476.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1470.0, + 1404.0, + 1470.0, + 1404.0, + 1507.0, + 294.0, + 1507.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1499.0, + 1405.0, + 1499.0, + 1405.0, + 1537.0, + 293.0, + 1537.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1530.0, + 1405.0, + 1530.0, + 1405.0, + 1566.0, + 295.0, + 1566.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1561.0, + 1405.0, + 1561.0, + 1405.0, + 1597.0, + 293.0, + 1597.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1591.0, + 889.0, + 1591.0, + 889.0, + 1626.0, + 294.0, + 1626.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1778.0, + 1404.0, + 1778.0, + 1404.0, + 1810.0, + 297.0, + 1810.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1808.0, + 1403.0, + 1808.0, + 1403.0, + 1841.0, + 295.0, + 1841.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1836.0, + 713.0, + 1836.0, + 713.0, + 1875.0, + 293.0, + 1875.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 734.0, + 1836.0, + 1072.0, + 1836.0, + 1072.0, + 1875.0, + 734.0, + 1875.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1176.0, + 1836.0, + 1403.0, + 1836.0, + 1403.0, + 1875.0, + 1176.0, + 1875.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1868.0, + 728.0, + 1868.0, + 728.0, + 1904.0, + 294.0, + 1904.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1638.0, + 1404.0, + 1638.0, + 1404.0, + 1674.0, + 295.0, + 1674.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1671.0, + 680.0, + 1671.0, + 680.0, + 1703.0, + 295.0, + 1703.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 700.0, + 1671.0, + 1404.0, + 1671.0, + 1404.0, + 1703.0, + 700.0, + 1703.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1700.0, + 1408.0, + 1700.0, + 1408.0, + 1736.0, + 294.0, + 1736.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1731.0, + 1111.0, + 1731.0, + 1111.0, + 1765.0, + 293.0, + 1765.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 5, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 1727, + 1404, + 1727, + 1404, + 2034, + 298, + 2034 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 298, + 1466, + 1404, + 1466, + 1404, + 1713, + 298, + 1713 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 297, + 1298, + 1404, + 1298, + 1404, + 1453, + 297, + 1453 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 297, + 1160, + 1404, + 1160, + 1404, + 1284, + 297, + 1284 + ], + "score": 0.978 + }, + { + "category_id": 3, + "poly": [ + 542, + 231, + 1152, + 231, + 1152, + 735, + 542, + 735 + ], + "score": 0.974 + }, + { + "category_id": 4, + "poly": [ + 296, + 771, + 1404, + 771, + 1404, + 865, + 296, + 865 + ], + "score": 0.953 + }, + { + "category_id": 1, + "poly": [ + 293, + 917, + 1400, + 917, + 1400, + 981, + 293, + 981 + ], + "score": 0.951 + }, + { + "category_id": 8, + "poly": [ + 472, + 994, + 1226, + 994, + 1226, + 1065, + 472, + 1065 + ], + "score": 0.949 + }, + { + "category_id": 8, + "poly": [ + 698, + 1106, + 1000, + 1106, + 1000, + 1152, + 698, + 1152 + ], + "score": 0.936 + }, + { + "category_id": 1, + "poly": [ + 298, + 1079, + 511, + 1079, + 511, + 1110, + 298, + 1110 + ], + "score": 0.933 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 814, + 76, + 814, + 104, + 299, + 104 + ], + "score": 0.896 + }, + { + "category_id": 2, + "poly": [ + 842, + 2087, + 858, + 2087, + 858, + 2111, + 842, + 2111 + ], + "score": 0.683 + }, + { + "category_id": 2, + "poly": [ + 841, + 2087, + 859, + 2087, + 859, + 2111, + 841, + 2111 + ], + "score": 0.203 + }, + { + "category_id": 14, + "poly": [ + 472, + 993, + 1228, + 993, + 1228, + 1068, + 472, + 1068 + ], + "score": 0.92, + "latex": "\\beta S - ( 1 - \\beta ) H ( q ) = \\beta \\sum _ { i } 1 _ { \\{ z = i \\} } \\log ( q _ { i } ) + ( 1 - \\beta ) \\sum _ { i } q _ { i } \\log ( q _ { i } )" + }, + { + "category_id": 14, + "poly": [ + 698, + 1106, + 1001, + 1106, + 1001, + 1155, + 698, + 1155 + ], + "score": 0.92, + "latex": "\\beta S + ( 1 - \\beta ) \\operatorname* { m a x } _ { i } \\log ( q _ { i } )" + }, + { + "category_id": 13, + "poly": [ + 641, + 1162, + 738, + 1162, + 738, + 1193, + 641, + 1193 + ], + "score": 0.91, + "latex": "\\beta = 0 . 8" + }, + { + "category_id": 13, + "poly": [ + 933, + 1330, + 1133, + 1330, + 1133, + 1361, + 933, + 1361 + ], + "score": 0.91, + "latex": "( 2 0 \\% , 5 0 \\% , 1 0 0 \\% )" + }, + { + "category_id": 13, + "poly": [ + 1017, + 1162, + 1127, + 1162, + 1127, + 1193, + 1017, + 1193 + ], + "score": 0.9, + "latex": "\\beta = 0 . 9 5" + }, + { + "category_id": 13, + "poly": [ + 385, + 1760, + 481, + 1760, + 481, + 1789, + 385, + 1789 + ], + "score": 0.9, + "latex": "3 2 \\times 3 2" + }, + { + "category_id": 13, + "poly": [ + 298, + 1392, + 396, + 1392, + 396, + 1420, + 298, + 1420 + ], + "score": 0.89, + "latex": "N = 1 0" + }, + { + "category_id": 13, + "poly": [ + 907, + 1422, + 969, + 1422, + 969, + 1451, + 907, + 1451 + ], + "score": 0.86, + "latex": "2 . 5 \\%" + }, + { + "category_id": 13, + "poly": [ + 1019, + 1422, + 1095, + 1422, + 1095, + 1451, + 1019, + 1451 + ], + "score": 0.86, + "latex": "9 7 . 5 \\%" + }, + { + "category_id": 13, + "poly": [ + 898, + 2002, + 1093, + 2002, + 1093, + 2034, + 898, + 2034 + ], + "score": 0.85, + "latex": "( 2 0 \\% , 5 0 \\% , 1 0 0 \\% )" + }, + { + "category_id": 13, + "poly": [ + 959, + 804, + 1153, + 804, + 1153, + 835, + 959, + 835 + ], + "score": 0.85, + "latex": "( 2 0 \\% , 5 0 \\% , 1 0 0 \\% )" + }, + { + "category_id": 13, + "poly": [ + 1000, + 1393, + 1029, + 1393, + 1029, + 1419, + 1000, + 1419 + ], + "score": 0.82, + "latex": "N" + }, + { + "category_id": 13, + "poly": [ + 1168, + 1856, + 1187, + 1856, + 1187, + 1882, + 1168, + 1882 + ], + "score": 0.78, + "latex": "p" + }, + { + "category_id": 15, + "poly": [ + 560.0, + 228.0, + 589.0, + 228.0, + 589.0, + 245.0, + 560.0, + 245.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1031.0, + 243.0, + 1133.0, + 243.0, + 1133.0, + 258.0, + 1031.0, + 258.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1030.0, + 257.0, + 1134.0, + 257.0, + 1134.0, + 275.0, + 1030.0, + 275.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1030.0, + 272.0, + 1139.0, + 272.0, + 1139.0, + 291.0, + 1030.0, + 291.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1031.0, + 288.0, + 1124.0, + 288.0, + 1124.0, + 307.0, + 1031.0, + 307.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 560.0, + 304.0, + 588.0, + 304.0, + 588.0, + 322.0, + 560.0, + 322.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1030.0, + 304.0, + 1125.0, + 304.0, + 1125.0, + 323.0, + 1030.0, + 323.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1029.0, + 319.0, + 1129.0, + 319.0, + 1129.0, + 338.0, + 1029.0, + 338.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1030.0, + 336.0, + 1117.0, + 336.0, + 1117.0, + 355.0, + 1030.0, + 355.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1030.0, + 352.0, + 1117.0, + 352.0, + 1117.0, + 371.0, + 1030.0, + 371.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 745.0, + 364.0, + 761.0, + 364.0, + 761.0, + 380.0, + 745.0, + 380.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1030.0, + 368.0, + 1123.0, + 368.0, + 1123.0, + 387.0, + 1030.0, + 387.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 560.0, + 383.0, + 589.0, + 383.0, + 589.0, + 400.0, + 560.0, + 400.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1030.0, + 384.0, + 1132.0, + 384.0, + 1132.0, + 403.0, + 1030.0, + 403.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1031.0, + 402.0, + 1132.0, + 402.0, + 1132.0, + 417.0, + 1031.0, + 417.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 541.0, + 414.0, + 564.0, + 414.0, + 564.0, + 527.0, + 541.0, + 527.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 864.0, + 411.0, + 893.0, + 411.0, + 893.0, + 426.0, + 864.0, + 426.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1032.0, + 417.0, + 1137.0, + 417.0, + 1137.0, + 433.0, + 1032.0, + 433.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 930.0, + 433.0, + 938.0, + 433.0, + 938.0, + 442.0, + 930.0, + 442.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 560.0, + 460.0, + 588.0, + 460.0, + 588.0, + 478.0, + 560.0, + 478.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1022.0, + 472.0, + 1031.0, + 472.0, + 1031.0, + 480.0, + 1022.0, + 480.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 802.0, + 495.0, + 827.0, + 495.0, + 827.0, + 514.0, + 802.0, + 514.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 793.0, + 497.0, + 805.0, + 497.0, + 805.0, + 504.0, + 793.0, + 504.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 833.0, + 509.0, + 842.0, + 509.0, + 842.0, + 516.0, + 833.0, + 516.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 881.0, + 525.0, + 889.0, + 525.0, + 889.0, + 533.0, + 881.0, + 533.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 898.0, + 531.0, + 910.0, + 531.0, + 910.0, + 538.0, + 898.0, + 538.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 560.0, + 538.0, + 588.0, + 538.0, + 588.0, + 556.0, + 560.0, + 556.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 922.0, + 539.0, + 927.0, + 539.0, + 927.0, + 544.0, + 922.0, + 544.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 927.0, + 541.0, + 937.0, + 541.0, + 937.0, + 548.0, + 927.0, + 548.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 966.0, + 553.0, + 974.0, + 553.0, + 974.0, + 560.0, + 966.0, + 560.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 560.0, + 615.0, + 588.0, + 615.0, + 588.0, + 633.0, + 560.0, + 633.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 843.0, + 620.0, + 854.0, + 620.0, + 854.0, + 633.0, + 843.0, + 633.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 943.0, + 644.0, + 950.0, + 644.0, + 950.0, + 652.0, + 943.0, + 652.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 962.0, + 648.0, + 970.0, + 648.0, + 970.0, + 657.0, + 962.0, + 657.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 558.0, + 689.0, + 605.0, + 689.0, + 605.0, + 722.0, + 558.0, + 722.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 712.0, + 701.0, + 739.0, + 701.0, + 739.0, + 718.0, + 712.0, + 718.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 853.0, + 701.0, + 880.0, + 701.0, + 880.0, + 718.0, + 853.0, + 718.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 991.0, + 701.0, + 1019.0, + 701.0, + 1019.0, + 718.0, + 991.0, + 718.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1132.0, + 703.0, + 1157.0, + 703.0, + 1157.0, + 717.0, + 1132.0, + 717.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 811.0, + 714.0, + 922.0, + 714.0, + 922.0, + 736.0, + 811.0, + 736.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 592.0, + 322.5, + 719.0, + 322.5, + 719.0, + 338.5, + 592.0, + 338.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 758.0, + 368.0, + 787.0, + 368.0, + 787.0, + 382.5, + 758.0, + 382.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 837.25, + 398.0, + 862.25, + 398.0, + 862.25, + 413.0, + 837.25, + 413.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 903.0, + 423.0, + 917.0, + 423.0, + 917.0, + 434.0, + 903.0, + 434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 914.75, + 426.0, + 931.75, + 426.0, + 931.75, + 442.5, + 914.75, + 442.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 937.0, + 435.5, + 956.0, + 435.5, + 956.0, + 449.0, + 937.0, + 449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1067.0, + 497.0, + 1070.0, + 497.0, + 1070.0, + 501.0, + 1067.0, + 501.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 587.0, + 563.0, + 656.0, + 563.0, + 656.0, + 579.0, + 587.0, + 579.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1110.0, + 589.5, + 1135.0, + 589.5, + 1135.0, + 610.5, + 1110.0, + 610.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 772.0, + 606.5, + 849.0, + 606.5, + 849.0, + 629.5, + 772.0, + 629.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 865.75, + 623.5, + 869.75, + 623.5, + 869.75, + 640.0, + 865.75, + 640.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 968.75, + 653.0, + 1039.75, + 653.0, + 1039.75, + 670.0, + 968.75, + 670.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 772.0, + 1404.0, + 772.0, + 1404.0, + 806.0, + 295.0, + 806.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 801.0, + 958.0, + 801.0, + 958.0, + 837.0, + 293.0, + 837.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1154.0, + 801.0, + 1405.0, + 801.0, + 1405.0, + 837.0, + 1154.0, + 837.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 830.0, + 670.0, + 830.0, + 670.0, + 867.0, + 294.0, + 867.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 73.0, + 816.0, + 73.0, + 816.0, + 108.0, + 296.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2086.0, + 860.0, + 2086.0, + 860.0, + 2118.0, + 839.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2086.0, + 860.0, + 2086.0, + 860.0, + 2118.0, + 839.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1729.0, + 1402.0, + 1729.0, + 1402.0, + 1761.0, + 297.0, + 1761.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1761.0, + 384.0, + 1761.0, + 384.0, + 1793.0, + 296.0, + 1793.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 482.0, + 1761.0, + 1404.0, + 1761.0, + 1404.0, + 1793.0, + 482.0, + 1793.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1790.0, + 1404.0, + 1790.0, + 1404.0, + 1826.0, + 294.0, + 1826.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1819.0, + 1405.0, + 1819.0, + 1405.0, + 1859.0, + 293.0, + 1859.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1850.0, + 1167.0, + 1850.0, + 1167.0, + 1886.0, + 293.0, + 1886.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1188.0, + 1850.0, + 1405.0, + 1850.0, + 1405.0, + 1886.0, + 1188.0, + 1886.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1882.0, + 1405.0, + 1882.0, + 1405.0, + 1915.0, + 293.0, + 1915.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1911.0, + 1406.0, + 1911.0, + 1406.0, + 1947.0, + 294.0, + 1947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1942.0, + 1404.0, + 1942.0, + 1404.0, + 1978.0, + 293.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1972.0, + 1404.0, + 1972.0, + 1404.0, + 2008.0, + 293.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1999.0, + 897.0, + 1999.0, + 897.0, + 2040.0, + 293.0, + 2040.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1094.0, + 1999.0, + 1405.0, + 1999.0, + 1405.0, + 2040.0, + 1094.0, + 2040.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1468.0, + 1406.0, + 1468.0, + 1406.0, + 1502.0, + 296.0, + 1502.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1497.0, + 1405.0, + 1497.0, + 1405.0, + 1535.0, + 293.0, + 1535.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1529.0, + 1404.0, + 1529.0, + 1404.0, + 1563.0, + 293.0, + 1563.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1562.0, + 1404.0, + 1562.0, + 1404.0, + 1592.0, + 294.0, + 1592.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1592.0, + 1402.0, + 1592.0, + 1402.0, + 1622.0, + 296.0, + 1622.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1620.0, + 1404.0, + 1620.0, + 1404.0, + 1655.0, + 292.0, + 1655.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1651.0, + 1404.0, + 1651.0, + 1404.0, + 1687.0, + 292.0, + 1687.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1682.0, + 858.0, + 1682.0, + 858.0, + 1712.0, + 296.0, + 1712.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1298.0, + 1402.0, + 1298.0, + 1402.0, + 1332.0, + 296.0, + 1332.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1328.0, + 932.0, + 1328.0, + 932.0, + 1368.0, + 292.0, + 1368.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1134.0, + 1328.0, + 1406.0, + 1328.0, + 1406.0, + 1368.0, + 1134.0, + 1368.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1360.0, + 1406.0, + 1360.0, + 1406.0, + 1397.0, + 294.0, + 1397.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 397.0, + 1389.0, + 999.0, + 1389.0, + 999.0, + 1429.0, + 397.0, + 1429.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1030.0, + 1389.0, + 1404.0, + 1389.0, + 1404.0, + 1429.0, + 1030.0, + 1429.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1421.0, + 906.0, + 1421.0, + 906.0, + 1458.0, + 295.0, + 1458.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 970.0, + 1421.0, + 1018.0, + 1421.0, + 1018.0, + 1458.0, + 970.0, + 1458.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1096.0, + 1421.0, + 1399.0, + 1421.0, + 1399.0, + 1458.0, + 1096.0, + 1458.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1162.0, + 640.0, + 1162.0, + 640.0, + 1192.0, + 296.0, + 1192.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 739.0, + 1162.0, + 1016.0, + 1162.0, + 1016.0, + 1192.0, + 739.0, + 1192.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1128.0, + 1162.0, + 1402.0, + 1162.0, + 1402.0, + 1192.0, + 1128.0, + 1192.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1193.0, + 1406.0, + 1193.0, + 1406.0, + 1226.0, + 296.0, + 1226.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1222.0, + 1405.0, + 1222.0, + 1405.0, + 1259.0, + 292.0, + 1259.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1251.0, + 809.0, + 1251.0, + 809.0, + 1286.0, + 294.0, + 1286.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 916.0, + 1402.0, + 916.0, + 1402.0, + 954.0, + 295.0, + 954.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 948.0, + 633.0, + 948.0, + 633.0, + 988.0, + 295.0, + 988.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1079.0, + 514.0, + 1079.0, + 514.0, + 1112.0, + 296.0, + 1112.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 6, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1225, + 1404, + 1225, + 1404, + 1530, + 297, + 1530 + ], + "score": 0.981 + }, + { + "category_id": 3, + "poly": [ + 350, + 224, + 1346, + 224, + 1346, + 634, + 350, + 634 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 299, + 957, + 1403, + 957, + 1403, + 1111, + 299, + 1111 + ], + "score": 0.971 + }, + { + "category_id": 1, + "poly": [ + 298, + 819, + 1403, + 819, + 1403, + 941, + 298, + 941 + ], + "score": 0.967 + }, + { + "category_id": 4, + "poly": [ + 298, + 669, + 1399, + 669, + 1399, + 764, + 298, + 764 + ], + "score": 0.953 + }, + { + "category_id": 1, + "poly": [ + 300, + 1617, + 1401, + 1617, + 1401, + 1679, + 300, + 1679 + ], + "score": 0.933 + }, + { + "category_id": 1, + "poly": [ + 294, + 1775, + 1406, + 1775, + 1406, + 2035, + 294, + 2035 + ], + "score": 0.917 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 814, + 76, + 814, + 104, + 299, + 104 + ], + "score": 0.888 + }, + { + "category_id": 0, + "poly": [ + 300, + 1155, + 543, + 1155, + 543, + 1190, + 300, + 1190 + ], + "score": 0.888 + }, + { + "category_id": 0, + "poly": [ + 299, + 1727, + 488, + 1727, + 488, + 1758, + 299, + 1758 + ], + "score": 0.881 + }, + { + "category_id": 0, + "poly": [ + 301, + 1566, + 557, + 1566, + 557, + 1595, + 301, + 1595 + ], + "score": 0.852 + }, + { + "category_id": 2, + "poly": [ + 841, + 2089, + 858, + 2089, + 858, + 2111, + 841, + 2111 + ], + "score": 0.772 + }, + { + "category_id": 13, + "poly": [ + 364, + 731, + 555, + 731, + 555, + 763, + 364, + 763 + ], + "score": 0.82, + "latex": "( 2 0 \\% , 5 0 \\% , 1 0 0 \\% )" + }, + { + "category_id": 15, + "poly": [ + 365.0, + 225.0, + 390.0, + 225.0, + 390.0, + 242.0, + 365.0, + 242.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 869.0, + 225.0, + 895.0, + 225.0, + 895.0, + 242.0, + 869.0, + 242.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 366.0, + 287.0, + 390.0, + 287.0, + 390.0, + 304.0, + 366.0, + 304.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 869.0, + 287.0, + 894.0, + 287.0, + 894.0, + 304.0, + 869.0, + 304.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1064.0, + 326.0, + 1091.0, + 326.0, + 1091.0, + 347.0, + 1064.0, + 347.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 366.0, + 349.0, + 390.0, + 349.0, + 390.0, + 366.0, + 366.0, + 366.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 869.0, + 349.0, + 894.0, + 349.0, + 894.0, + 366.0, + 869.0, + 366.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 374.0, + 389.0, + 374.0, + 389.0, + 469.0, + 350.0, + 469.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 853.0, + 375.0, + 893.0, + 375.0, + 893.0, + 469.0, + 853.0, + 469.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1074.0, + 436.0, + 1097.0, + 436.0, + 1097.0, + 444.0, + 1074.0, + 444.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 869.0, + 473.0, + 893.0, + 473.0, + 893.0, + 490.0, + 869.0, + 490.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 412.0, + 522.0, + 533.0, + 522.0, + 533.0, + 541.0, + 412.0, + 541.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 914.0, + 523.0, + 1006.0, + 523.0, + 1006.0, + 538.0, + 914.0, + 538.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1113.0, + 529.0, + 1152.0, + 529.0, + 1152.0, + 553.0, + 1113.0, + 553.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1108.0, + 530.0, + 1120.0, + 530.0, + 1120.0, + 539.0, + 1108.0, + 539.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 365.0, + 536.0, + 390.0, + 536.0, + 390.0, + 553.0, + 365.0, + 553.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 412.0, + 534.0, + 496.0, + 534.0, + 496.0, + 552.0, + 412.0, + 552.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 869.0, + 536.0, + 894.0, + 536.0, + 894.0, + 553.0, + 869.0, + 553.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 915.0, + 535.0, + 1042.0, + 535.0, + 1042.0, + 553.0, + 915.0, + 553.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 396.0, + 547.0, + 527.0, + 547.0, + 527.0, + 566.0, + 396.0, + 566.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 914.0, + 546.0, + 1038.0, + 546.0, + 1038.0, + 564.0, + 914.0, + 564.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 412.0, + 559.0, + 490.0, + 559.0, + 490.0, + 577.0, + 412.0, + 577.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 915.0, + 559.0, + 1000.0, + 559.0, + 1000.0, + 577.0, + 915.0, + 577.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 399.0, + 572.0, + 490.0, + 572.0, + 490.0, + 591.0, + 399.0, + 591.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 916.0, + 572.0, + 1001.0, + 572.0, + 1001.0, + 591.0, + 916.0, + 591.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 412.0, + 586.0, + 527.0, + 586.0, + 527.0, + 604.0, + 412.0, + 604.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 913.0, + 585.0, + 1040.0, + 585.0, + 1040.0, + 604.0, + 913.0, + 604.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 487.0, + 604.0, + 512.0, + 604.0, + 512.0, + 621.0, + 487.0, + 621.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 600.0, + 604.0, + 624.0, + 604.0, + 624.0, + 620.0, + 600.0, + 620.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 711.0, + 604.0, + 735.0, + 604.0, + 735.0, + 620.0, + 711.0, + 620.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 823.0, + 604.0, + 848.0, + 604.0, + 848.0, + 621.0, + 823.0, + 621.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 988.0, + 602.0, + 1016.0, + 602.0, + 1016.0, + 623.0, + 988.0, + 623.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1104.0, + 604.0, + 1127.0, + 604.0, + 1127.0, + 620.0, + 1104.0, + 620.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1214.0, + 604.0, + 1238.0, + 604.0, + 1238.0, + 620.0, + 1214.0, + 620.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1328.0, + 604.0, + 1350.0, + 604.0, + 1350.0, + 621.0, + 1328.0, + 621.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 565.0, + 615.0, + 658.0, + 615.0, + 658.0, + 636.0, + 565.0, + 636.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1069.0, + 616.0, + 1160.0, + 616.0, + 1160.0, + 634.0, + 1069.0, + 634.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 494.0, + 404.5, + 602.0, + 404.5, + 602.0, + 433.0, + 494.0, + 433.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 889.0, + 386.5, + 951.0, + 386.5, + 951.0, + 406.5, + 889.0, + 406.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1027.0, + 419.5, + 1073.0, + 419.5, + 1073.0, + 439.5, + 1027.0, + 439.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 608.0, + 449.0, + 717.0, + 449.0, + 717.0, + 467.0, + 608.0, + 467.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1119.75, + 468.0, + 1335.75, + 468.0, + 1335.75, + 500.0, + 1119.75, + 500.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 363.75, + 512.0, + 836.75, + 512.0, + 836.75, + 548.5, + 363.75, + 548.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 725.0, + 489.5, + 832.0, + 489.5, + 832.0, + 515.5, + 725.0, + 515.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 887.75, + 503.0, + 1124.75, + 503.0, + 1124.75, + 535.0, + 887.75, + 535.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1159.0, + 547.5, + 1337.0, + 547.5, + 1337.0, + 580.5, + 1159.0, + 580.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 365.0, + 596.5, + 399.0, + 596.5, + 399.0, + 621.5, + 365.0, + 621.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 872.25, + 596.5, + 898.25, + 596.5, + 898.25, + 620.5, + 872.25, + 620.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 670.0, + 1404.0, + 670.0, + 1404.0, + 704.0, + 294.0, + 704.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 701.0, + 1404.0, + 701.0, + 1404.0, + 735.0, + 294.0, + 735.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 731.0, + 363.0, + 731.0, + 363.0, + 765.0, + 294.0, + 765.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 556.0, + 731.0, + 816.0, + 731.0, + 816.0, + 765.0, + 556.0, + 765.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 73.0, + 816.0, + 73.0, + 816.0, + 108.0, + 296.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1151.0, + 549.0, + 1151.0, + 549.0, + 1199.0, + 292.0, + 1199.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1726.0, + 491.0, + 1726.0, + 491.0, + 1762.0, + 296.0, + 1762.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 299.0, + 1567.0, + 558.0, + 1567.0, + 558.0, + 1597.0, + 299.0, + 1597.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2086.0, + 860.0, + 2086.0, + 860.0, + 2116.0, + 839.0, + 2116.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1226.0, + 1402.0, + 1226.0, + 1402.0, + 1257.0, + 295.0, + 1257.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1255.0, + 1406.0, + 1255.0, + 1406.0, + 1290.0, + 295.0, + 1290.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1281.0, + 1405.0, + 1281.0, + 1405.0, + 1323.0, + 292.0, + 1323.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1314.0, + 1405.0, + 1314.0, + 1405.0, + 1352.0, + 292.0, + 1352.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1347.0, + 1406.0, + 1347.0, + 1406.0, + 1383.0, + 294.0, + 1383.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1378.0, + 1405.0, + 1378.0, + 1405.0, + 1412.0, + 294.0, + 1412.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1407.0, + 1406.0, + 1407.0, + 1406.0, + 1442.0, + 294.0, + 1442.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1437.0, + 1407.0, + 1437.0, + 1407.0, + 1472.0, + 291.0, + 1472.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1470.0, + 1405.0, + 1470.0, + 1405.0, + 1502.0, + 295.0, + 1502.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1498.0, + 1346.0, + 1498.0, + 1346.0, + 1534.0, + 292.0, + 1534.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 959.0, + 1404.0, + 959.0, + 1404.0, + 992.0, + 298.0, + 992.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 988.0, + 1404.0, + 988.0, + 1404.0, + 1021.0, + 297.0, + 1021.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1019.0, + 1405.0, + 1019.0, + 1405.0, + 1053.0, + 295.0, + 1053.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1047.0, + 1405.0, + 1047.0, + 1405.0, + 1083.0, + 294.0, + 1083.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1079.0, + 1187.0, + 1079.0, + 1187.0, + 1116.0, + 295.0, + 1116.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 818.0, + 1404.0, + 818.0, + 1404.0, + 856.0, + 292.0, + 856.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 849.0, + 1406.0, + 849.0, + 1406.0, + 882.0, + 292.0, + 882.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 881.0, + 1405.0, + 881.0, + 1405.0, + 914.0, + 293.0, + 914.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 912.0, + 922.0, + 912.0, + 922.0, + 945.0, + 296.0, + 945.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1613.0, + 1405.0, + 1613.0, + 1405.0, + 1654.0, + 294.0, + 1654.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1647.0, + 424.0, + 1647.0, + 424.0, + 1683.0, + 295.0, + 1683.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1776.0, + 1405.0, + 1776.0, + 1405.0, + 1811.0, + 296.0, + 1811.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1808.0, + 1405.0, + 1808.0, + 1405.0, + 1845.0, + 321.0, + 1845.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1836.0, + 1404.0, + 1836.0, + 1404.0, + 1874.0, + 324.0, + 1874.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1865.0, + 396.0, + 1865.0, + 396.0, + 1903.0, + 323.0, + 1903.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1920.0, + 1405.0, + 1920.0, + 1405.0, + 1955.0, + 293.0, + 1955.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1951.0, + 989.0, + 1951.0, + 989.0, + 1986.0, + 324.0, + 1986.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 2000.0, + 1294.0, + 2000.0, + 1294.0, + 2042.0, + 292.0, + 2042.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 7, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 292, + 227, + 1409, + 227, + 1409, + 1754, + 292, + 1754 + ], + "score": 0.944 + }, + { + "category_id": 2, + "poly": [ + 299, + 75, + 815, + 75, + 815, + 105, + 299, + 105 + ], + "score": 0.891 + }, + { + "category_id": 2, + "poly": [ + 839, + 2087, + 859, + 2087, + 859, + 2112, + 839, + 2112 + ], + "score": 0.776 + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 816.0, + 73.0, + 816.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2087.0, + 860.0, + 2087.0, + 860.0, + 2117.0, + 839.0, + 2117.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 230.0, + 1405.0, + 230.0, + 1405.0, + 267.0, + 292.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 262.0, + 1376.0, + 262.0, + 1376.0, + 299.0, + 322.0, + 299.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 311.0, + 1405.0, + 311.0, + 1405.0, + 350.0, + 292.0, + 350.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 343.0, + 508.0, + 343.0, + 508.0, + 380.0, + 322.0, + 380.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 392.0, + 1407.0, + 392.0, + 1407.0, + 436.0, + 289.0, + 436.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 426.0, + 1392.0, + 426.0, + 1392.0, + 463.0, + 320.0, + 463.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 475.0, + 1407.0, + 475.0, + 1407.0, + 518.0, + 290.0, + 518.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 513.0, + 1025.0, + 513.0, + 1025.0, + 545.0, + 322.0, + 545.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 560.0, + 1407.0, + 560.0, + 1407.0, + 601.0, + 294.0, + 601.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 594.0, + 930.0, + 594.0, + 930.0, + 631.0, + 320.0, + 631.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 640.0, + 1407.0, + 640.0, + 1407.0, + 685.0, + 290.0, + 685.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 677.0, + 959.0, + 677.0, + 959.0, + 714.0, + 322.0, + 714.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 726.0, + 1405.0, + 726.0, + 1405.0, + 765.0, + 290.0, + 765.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 318.0, + 760.0, + 1113.0, + 760.0, + 1113.0, + 796.0, + 318.0, + 796.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 807.0, + 1405.0, + 807.0, + 1405.0, + 848.0, + 290.0, + 848.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 841.0, + 398.0, + 841.0, + 398.0, + 877.0, + 322.0, + 877.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 892.0, + 1405.0, + 892.0, + 1405.0, + 931.0, + 292.0, + 931.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 926.0, + 1082.0, + 926.0, + 1082.0, + 962.0, + 320.0, + 962.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 975.0, + 1404.0, + 975.0, + 1404.0, + 1014.0, + 290.0, + 1014.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1009.0, + 1279.0, + 1009.0, + 1279.0, + 1046.0, + 322.0, + 1046.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1060.0, + 1405.0, + 1060.0, + 1405.0, + 1097.0, + 296.0, + 1097.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1094.0, + 600.0, + 1094.0, + 600.0, + 1126.0, + 322.0, + 1126.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1141.0, + 1405.0, + 1141.0, + 1405.0, + 1182.0, + 290.0, + 1182.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1174.0, + 664.0, + 1174.0, + 664.0, + 1209.0, + 321.0, + 1209.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1226.0, + 1407.0, + 1226.0, + 1407.0, + 1263.0, + 292.0, + 1263.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1257.0, + 930.0, + 1257.0, + 930.0, + 1294.0, + 320.0, + 1294.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1307.0, + 1407.0, + 1307.0, + 1407.0, + 1348.0, + 290.0, + 1348.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1341.0, + 1258.0, + 1341.0, + 1258.0, + 1379.0, + 322.0, + 1379.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1392.0, + 1404.0, + 1392.0, + 1404.0, + 1429.0, + 292.0, + 1429.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 316.0, + 1419.0, + 1407.0, + 1419.0, + 1407.0, + 1463.0, + 316.0, + 1463.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1453.0, + 496.0, + 1453.0, + 496.0, + 1487.0, + 321.0, + 1487.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 1502.0, + 1407.0, + 1502.0, + 1407.0, + 1546.0, + 289.0, + 1546.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 318.0, + 1535.0, + 1300.0, + 1535.0, + 1300.0, + 1577.0, + 318.0, + 1577.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1589.0, + 1405.0, + 1589.0, + 1405.0, + 1626.0, + 292.0, + 1626.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 318.0, + 1621.0, + 695.0, + 1621.0, + 695.0, + 1655.0, + 318.0, + 1655.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 1668.0, + 1407.0, + 1668.0, + 1407.0, + 1713.0, + 289.0, + 1713.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 317.0, + 1695.0, + 669.0, + 1695.0, + 669.0, + 1741.0, + 317.0, + 1741.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 8, + "width": 1700, + "height": 2200 + } + } +] \ No newline at end of file diff --git a/parse/train/HkcTe-bR-/HkcTe-bR-.md b/parse/train/HkcTe-bR-/HkcTe-bR-.md new file mode 100644 index 0000000000000000000000000000000000000000..9be287fda9b04f000d82b2362db42485e397da99 --- /dev/null +++ b/parse/train/HkcTe-bR-/HkcTe-bR-.md @@ -0,0 +1,319 @@ +# EXPLORING DEEP RECURRENT MODELS WITH REINFORCEMENT LEARNING FOR MOLECULE DESIGN + +Anonymous authors Paper under double-blind review + +# ABSTRACT + +The design of small molecules with bespoke properties is of central importance to drug discovery. However significant challenges yet remain for computational methods, despite recent advances such as deep recurrent networks and reinforcement learning strategies for sequence generation, and it can be difficult to compare results across different works. This work proposes 19 benchmarks selected by subject experts, expands smaller datasets previously used to approximately 1.1 million training molecules, and explores how to apply new reinforcement learning techniques effectively for molecular design. The benchmarks here, built as OpenAI Gym environments, will be open-sourced to encourage innovation in molecular design algorithms and to enable usage by those without a background in chemistry. Finally, this work explores recent development in reinforcement-learning methods with excellent sample complexity (the A2C and PPO algorithms) and investigates their behavior in molecular generation, demonstrating significant performance gains compared to standard reinforcement learning techniques. + +# 1 INTRODUCTION + +Novel drugs are developed using design - make - test cycles: molecules are designed, synthesized in the laboratory, and then tested for their biological effect. The insights gained from these tests then inform the design for the next iteration. The objective of de novo design methodologies is to perform this cycle with computational methods (Brown, 2015; Schneider, 2013). The test phase was the first to be automated, using the broad categorization of machine learning models known as quantitative structure-activity/property relationships (QSAR/QSPR) to predict the activity of a molecule against a certain biological target, or physicochemical properties. To make virtual molecules, symbolic approaches based on graph rewriting have been used, which are domain-specific and rely on extensive hand-engineering by experts. To optimize the properties of a molecule, for example its activity against a biological target (design), global optimization approaches such as evolutionary algorithms or ant colony optimization have been used (Brown, 2015; Schneider, 2013). Symbolic approaches have been highlighted as either generating unrealistic molecules that would be difficult to synthesize, or for being too conservative, and therefore not sufficiently exploring the space of tractable molecules (Schneider, 2013; Brown & Bostrom, 2016). ¨ + +Recently, generative models have been proposed to learn the distribution of real druglike molecules from data, and then to generate chemical structures that are appropriate for the application domain (White & Wilson, 2010). Interestingly, the generation of molecules is related to natural language generation (NLG). Two classic problems of NLG – preserving coherent long-range dependencies, and syntactic and semantic correctness – directly map to molecules. Current investigations draw heavily from tools developed for language tasks, including variational autoencoders (VAE) (Gomez- ´ Bombarelli et al., 2016; Kusner et al., 2017), recurrent neural network (RNN) models (Segler et al., 2017; Jaques et al., 2017; Olivecrona et al., 2017), generative adversarial networks (GAN) (Guimaraes et al., 2017) and Monte Carlo Tree Search (MCTS) (Yang et al., 2017). + +This work seeks to consolidate the growing body of recurrent models for molecular design that employ reinforcement learning. Here, we suggest a set of 19 benchmarks of relevance to de novo design. Furthermore, an implementation of these benchmarks as an OpenAI Gym is provided to the community to spur further innovation. Finally, we demonstrate state-of-the-art performance using new techniques drawing from recent advances in reinforcement learning. + +![](images/3624ce61c100a6b53b09b91f4d0265606768d6feaeef76ab8cbbf87c6acfafd1.jpg) +Figure 1: Molecular graphs can be represented as strings using the SMILES notation. Letters correspond to element symbols, rings opening and closing is indicated with numbers, and branching with round brackets. + +# 2 REPRESENTING MOLECULES AS SEQUENCES + +De novo design can be seen as a structured prediction problem, where molecular structures have to be predicted. This paper will use the term “molecule” to denote the chemical structures of interest. Molecular structures are represented well as labeled graphs $M = ( A , B )$ , with atoms $A$ as vertices and bonds $B$ as edges, elemental types as vertex labels, and bond order as edge labels (Brown, 2009). While neural network models which output graphs remain underexplored, sequence generation is well established. To encode molecules as sequences of symbols (strings), the canonicalized Simplified Molecular-Input Line-Entry System (SMILES) notation (Weininger, 1988; Weininger et al., 1989) can be used (see Fig. 1). This establishes the link to sequence-based language-focused neural network models (Segler et al., 2017; Goldberg, 2016), which can be then be used to generate molecules. + +# 3 DATA AND BENCHMARKS + +# 3.1 DATA + +In this paper, we expand the scope of previous work to a standardized, much larger dataset, which furthermore is of real-world interest to drug discovery scientists. Here, we build on the ChEMBL-23 dataset (Gaulton et al., 2011), a collection extracted from the scientific literature of 1,735,442 distinct compounds and their reported biological activities on 11,538 targets. Though partitioned and filtered, this work employs substantially more training examples than previous work to access the breadth of chemistries that have been demonstrated to be of interest. The preprocessing steps can be found in the Appendix. + +To stimulate further work in this domain, our OpenAI Gym interface to these benchmarks will be open-sourced to allow the community to prototype new RL algorithms for chemistry.1 Here, we offer 19 benchmarks to be used for molecule generation, comprised of basic suitability benchmarks, basic physicochemical property optimizations, drug-likeness approximations, and multi-objective balancing. The benchmark framework is general enough to be used with any possible small molecule generation method, whether rule-based or learned, and is not limited to sequence-based generation relying on SMILES. + +# 3.2 VALIDITY AND DIVERSITY OF GENERATED MOLECULES + +A basic but crucial molecular generation benchmark is simply what percentage of the sampled molecules are valid. For a sample set $S$ of cardinality $m$ sampled from a model $M$ , the percentage of valid molecules is: + +$$ +Y _ { i } \sim \pi _ { \theta } ; \quad S = \{ Y _ { 1 } , \dots , Y _ { m } \} ; \quad R _ { v a l i d } = \frac { 1 } { m } \sum _ { i } ^ { m } \mathrm { v a l i d } ( Y _ { i } ) ; \quad R _ { v a l i d } \in [ 0 , 1 ] +$$ + +where valid() is a function returning 1 if the open-source chemoinformatics toolkit RDKit (Landrum et al.) is able to return a valid molecular object given the SMILES representation, and 0 otherwise. + +Similarly, it is not ideal if the generative model is able to produce a valid molecule, but only repeats the same molecule. Therefore, the ratio unique benchmark samples $m$ molecules from the model, + +![](images/79d1d3131d47b7b6bb2d4406ed0128b1a45a92363a3b5c401c422c23bae9f8f0.jpg) +Figure 2: Four of ten target molecules for the Tanimoto benchmark. See Supplementary Material for the full set. + +and measures the number of unique molecules: + +$$ +Y _ { i } \sim \pi _ { \theta } ; \quad R _ { u n i q u e } = \frac { 1 } { m } \left| \bigcup _ { i = 1 } ^ { m } \{ Y _ { i } \} \right| ; \quad R _ { u n i q u e } \in [ 0 , 1 ] +$$ + +# 3.3 SINGLE OBJECTIVE MAXIMIZATION + +Previous work has explored a variety of optimization objectives of interest to molecular designers. Physicochemical properties, such as the octanol-water partition coefficient (ClogP) and molecular weight (MW), have strong implications for the viability of a molecule progressing as a potential drug and have been explored as optimization objectives in previous work (Firth et al., 2015; Jaques et al., 2017; Gomez-Bombarelli et al., 2016). Similarly, SMARTS (SMILES Arbitrary Target ´ Specification) sequences allow to specify substructures (subgraphs) which should be contained in the target molecules. This allows to define a reward function SMARTS(X, Y) which returns 1 if a generated molecule $Y$ contains subgraph $X$ and $- 1$ otherwise. The RDKit (Landrum et al.) includes automatic code to calculate these functions, providing a straightforward route to include these objectives in RL scenarios. For a target value $x$ or respectively subgraph $X$ , and a generated sequence $Y$ , the reward is: + +$$ +\begin{array} { c c } { { R _ { L o g P } ( x , Y ) = \displaystyle \frac { 1 } { 2 5 } ( x - \mathrm { L o g P } ( Y ) ) ^ { 2 } + 1 ; } } & { { R _ { L o g P } ( x , Y ) \in [ - \infty , 1 ] } } \\ { { R _ { M W } ( x , Y ) = \displaystyle \frac { 1 } { 1 0 ^ { 5 } } ( x - \mathrm { M W } ( Y ) ) ^ { 2 } + 1 ; } } & { { R _ { M W } ( x , Y ) \in [ - \infty , 1 ] } } \\ { { R _ { S M A R T S } ( X , Y ) = \mathrm { S M A R T S } ( X , Y ) ; } } & { { R _ { S M A R T S } ( x , Y ) \in \{ - 1 , 1 \} } } \end{array} +$$ + +This work chooses five ClogP points $x \in \{ - 1 , 0 , 1 , 2 , 3 \}$ as benchmarks. + +A more challenging optimization objective is to generate a family of molecules similar to a target given only a fingerprint of the target molecule, in an unpopulated area of chemical space. Here, the commonly-used Functional Connectivity Fingerprint Counts (FCFC4; Rogers & Hahn (2010)) is used to encode the molecular graph as a fixed-size integer vector. After encoding both the proposed molecule and the target molecule, their Tanimoto (akin to Jaccard) similarity is calculated. This work uses ten marketed drugs which modulate different biological target types (Figure 2, Table 3) as molecular targets for approximation. To ensure that no leakage occurs between test and train set, the target molecules themselves as well as compounds similar to them were removed from the training data (see Appendix). The reward of the Tanimoto similarity with $x , y$ as the fingerprint vectors of $X , Y$ is: + +$$ +R _ { T a n i } ( X , Y ) = 2 \frac { \sum _ { i = 1 } ^ { n } x _ { i } y _ { i } } { \sum _ { i = 1 } ^ { n } ( x _ { i } ^ { 2 } + y _ { i } ^ { 2 } - x _ { i } y _ { i } ) } - 1 ; \quad R _ { T a n i } ( X , Y ) \in [ - 1 , 1 ] +$$ + +# 3.4 MULTI-OBJECTIVE MAXIMIZATION + +To test balanced optimization, two further tests are proposed: Lipinski’s Rule-of-Five (Ro5) parameters for the estimation of solubility and permeability important for oral bioavailability, and a weighted multi-parameter optimization. The Ro5 is a heuristic for druglikeness, evaluating four parameters that can be calculated readily from a molecular structure: molecular weight (MW), ClogP, hydrogen-bond donors (HBD) and acceptors (HBA) (Ghose et al., 1999; Lipinski, 2004) In this work, the Ro5 formulation used is to penalize (a) via MSE, the MW if outside the interval [180, 500]; (b) via MSE, the ClogP if outside [-0.4, 5.6]; (c) by absolute error, the number of HBDs if greater than 5; + +(d) by absolute error, the number of HBAs if greater than 10. The final penalties are summed, scaled by 1e-3, and added to 1 to place the reward $R _ { R o 5 } \in [ - \infty , 1 ]$ . + +Similarly, any arbitrary balanced weighting of objective functions can be used to simulate a multiobjective optimization, similar to those that are recognized in drug discovery scenarios. Here, an equally-weighted target of ClogP ${ = } 4$ , SMARTS fragment-matching to include a benzene ring, and a MW of 180 is defined. + +$$ +R _ { M P O } = \frac { 1 } { 3 } ( R _ { L o g P } ( 4 , Y ) + R _ { S M A R T S } ( ^ { \prime } \mathsf { c 1 c c c c c 1 ^ { \prime } } , Y ) + R _ { M o l W t } ( 1 8 0 , Y ) ) +$$ + +# 4 MODELS + +# 4.1 RECURRENT NEURAL NETWORKS + +Gated recurrent models such as Long short-term memory (LSTM) (Hochreiter & Schmidhuber, 1997) are important for modern deep RNN models, and are used as the principal deep model used in this work (Graves, 2013). These RNN models are able to process the SMILES format strings with the addition of an embedding layer as is commonly used in natural language tasks (Gal & Ghahramani, 2016; Cho et al., 2014). Fully-connecting the output of the RNN model to a layer of neurons equal in cardinality to the vocabulary size of our SMILES language (42 symbols, see Supplementary Material Table 2) can be trained to produce a probability distribution over the output symbols. A model $\pi _ { \theta }$ parameterized by $\theta$ trained on sequences $z$ of length $T$ in dataset $S$ can be trained with the following standard differentiable loss (the cross-entropy loss): + +$$ +L ^ { M L E } ( \theta ) = - \sum _ { t = 1 } ^ { T } \log \pi _ { \theta } ( z _ { t } | z _ { 1 : t - 1 } ) ; \quad z = ( z _ { 1 } , \dots , z _ { T } ) \in S +$$ + +In this work, this is called the pretrained maximum likelihood estimation (MLE) model and can be trained using standard supervised gradient descent techniques with backpropagation (Goldberg, 2016). This model functions as a composable, initialized block for more advanced architectures due to its effectiveness in generating realistic chemical sequences. Algorithm 1 demonstrates a slightly more unusual formulation in which a pretrained MLE model $\pi _ { \theta }$ is combined with an arbitrary reward function $R$ to maximize reward by alternately sampling and retraining via Eq. 9 on the $k$ -highest reward sequences (Segler et al., 2017), which we call Hillclimb-MLE (HC-MLE) . + +Algorithm 1 Hillclimb-MLE Training Method for fitness functions + +
Require: pretrained MLE model πθ; a reward function R; initial set of sequences ∑= @
1: for n-steps do for m-sequences do
2:Generate a sequence Yi,1:T = (yi,...,yr) ~ Tθ
3:
4:Calculate ri = R(Yi,1:T) end for
5:m
6:∑←ΣUU{Y} i=1
7: 8:Keep k-top sequences in Σ with highest corresponding ri
9: end forFine-tune MLE model πβ to minimize cross-entropy according to Eq. 9 on dataset £
+ +# 4.1.1 REINFORCEMENT LEARNING + +Recently, advances in reinforcement learning (RL) have prompted explorations into using RL methods within the drug discovery loop (Jaques et al., 2017; Olivecrona et al., 2017; Segler et al., 2017). RL is a natural environment for drug discovery, which requires online learning balanced against expensive sample evaluation and generation. Moreover, most molecule characteristics are not directlyoptimizable since they are non-differentiable quantities. Instead, casting it into a RL framework allows for the exploration of chemical space in the absence of true loss gradients. Formally, a SMILES string is a sequence $y$ : + +$$ +y = ( a _ { 1 } , \ldots , a _ { m } ) \qquad a \in D +$$ + +Thus, each string is comprised of a set of $m$ symbols from the symbol dictionary $D$ , including the padding character, establishing the SMILES environment as a large but discrete state space of size $| D | ^ { m }$ and a discrete action space of size $| D |$ . From an RL perspective, each symbol in the SMILES sequence corresponds to an action $a _ { t }$ taken at sequence step $t$ . The goal of an RL agent here is to develop a policy $\pi _ { \theta }$ , parameterized by $\theta$ , to calculate an action $a _ { t }$ from the current state $s _ { t } = ( a _ { 1 } , \ldots , a _ { t - 1 } )$ that maximizes the expected reward. That is, to maximize the following: + +$$ +\mathbb { E } [ R ( y _ { 1 : t } ) | s _ { 0 } , \theta ] = \sum _ { y \in Y } \sum _ { a _ { t } \in y } \pi _ { \theta } ( a _ { t } | y _ { 1 : t - 1 } ) \cdot Q ( a _ { t } , y _ { 1 : t - 1 } ) +$$ + +where our policy predicts the probability of choosing an action $a _ { t }$ in sequence $y$ from the set of all possible sequences $Y$ , and the reward function $Q ( a _ { t } , y _ { 1 : t - 1 } )$ provides the reward for that action given the sequence so far, $y _ { 1 : t - 1 }$ . However, molecule generation is inherently episodic, producing rewards only at the completion of the SMILES string (in our dictionary, $\cdot \bf { \sigma } \cdot \bf { \sigma } )$ ; for example, parentheses may be open which results in an invalid molecule for evaluation until the matching parentheses closes the branch. + +To acquire a training gradient to use with a neural network as $\pi _ { \theta }$ , the log-derivative trick can be used to arrive at: + +$$ +\nabla _ { \theta } \mathbb { E } _ { y _ { 1 : t } \sim \pi ( y | \theta ) } [ R ( y ) ] = \mathbb { E } _ { y _ { 1 : t } \sim \pi ( y | \theta ) } [ R ( y ) \log ( \pi _ { \theta } ( y ) ) ] +$$ + +which yields the differentiable loss used in the REINFORCE algorithm (Williams, 1992), used here as the policy gradient model: + +$$ +\begin{array} { r } { L ^ { P G } ( \theta ) = \hat { \mathbb { E } } _ { t } [ \log \pi _ { \theta } ( a _ { t } | s _ { t } ) r ( a _ { t } ) ] } \\ { r ( a _ { t } ) = R ( Y _ { 1 : T } ) , \quad a _ { t } \in Y } \end{array} +$$ + +Notably, the final reward $R ( Y _ { 1 : t } )$ is distributed equally without temporal discounting to every action in the sequence, as temporal distance in SMILES strings is less relevant than most action-spaces. + +Reinforced Generative Adversarial Networks The recently-introduced GANs (Goodfellow et al., 2014) have experienced a surge of popularity, extending in new ways their original formulation: + +$$ +\operatorname* { m i n } _ { G } \operatorname* { m a x } _ { D } V ( D , G ) = \mathbb { E } _ { x \sim p _ { \mathrm { d a t a } } ( x ) } [ \log D ( x ) ] + \mathbb { E } _ { z \sim p _ { z } ( z ) } [ \log ( 1 - D ( G ( z ) ) ) ] +$$ + +which describes the minimax zero-sum game that combines a generator $G$ , converting samples $z$ from a standard distribution $p _ { z }$ into data-like samples, and a discriminator $D$ which attempts to determine whether samples $x$ are from the true distribution $p _ { d a t a }$ and which are generated samples $G ( z \sim p _ { z } )$ . GANs have been applied as a novel architecture type to a variety of domains, particularly in image synthesis where they have been found to generate perceptually realistic images (Radford et al., 2015; Zhu et al., 2017). + +The GAN formulation was extended in $\mathrm { Y u }$ et al. (2017) to allow sequences to be generated with a GAN-like architecture, using RL and a policy gradient technique to train. This forms the basis of the method published in Guimaraes et al. (2017) to use a RL framework with GANs to optimize arbitrary fitness functions. Training is comprised of three phases: a maximum-likelihood pretraining phase during which the RNN generator learns to generate molecules from a chemical structure dataset, while a discriminator is pretrained on produced versus within-dataset sequences; a RL generator phase in which the generator learns to maximize the reward function balanced with the discriminator; and, finally, a discrimination phase which subsequently guides generation. The latter two phases are alternated throughout the optimization phase. + +The reward used to reinforce the network uses a parameter $\lambda$ which balances the likelihood that the discriminator $D _ { \phi }$ classifies the generated sequence as true data against the arbitrary fitness objective $O$ : + +$$ +R ( Y _ { 1 : T } ) = \lambda D _ { \phi } ( Y _ { 1 : T } ) + ( 1 - \lambda ) O ( Y _ { 1 : T } ) +$$ + +However, while calculating the reward during sequence generation, the final reward is not yet available until the end of the sequence. In order to maximize the number of training steps (rather than one step per sequence) and to guide the generation process, the objective-reinforced GAN (Guimaraes et al., 2017) uses Monte-Carlo rollouts from the current state to estimate the reward of the available actions. This strategy, however, can have high variance and significantly undersamples the large branching in molecule generation (with 42 symbols per step and an average sequence length of 44 steps). + +Advantage Actor-Critic Networks A wealth of new techniques for reinforcement learning have recently appeared which have yet to be adapted to molecule generation. One technique to minimize the variance that hinders policy gradient training and to accelerate convergence is to subtract an estimate of the reward from the true reward. Importantly, this does not introduce estimator bias but can diminish the variance. This can be seen as an actor-critic model that separates the policy training from the value estimation in which the actor is the policy $\pi _ { \theta }$ and the baseline value estimate $V _ { s _ { t } }$ is the critic that gives the approximate value of that state (Degris et al., 2012; Sutton & Barto, 1998; Mnih et al., 2016). This advantage actor-critic (A2C) training is the synchronous version of the asynchronous advantage actor critic (A3C) model (Mnih et al., 2016) and can use generalized advantage estimation (Schulman et al., 2015). In this work, the following differentiable loss function is used to simultaneously reduce the variance of the reward and to minimize the difference between the expected reward $V _ { \phi }$ and the true reward: + +$$ +L ^ { A 2 C } ( \theta , \phi ) = \hat { \mathbb { E } } _ { t } [ \log \pi _ { \theta } ( a _ { t } | s _ { t } ) ( R - V _ { \phi } ( s _ { t } ) ) + ( R ( s _ { t } ) - V _ { \phi } ( s _ { t } ) ) ^ { 2 } ] +$$ + +The value estimation function $V _ { \phi }$ is a neural network itself here, parameterized by $\phi$ ; this work uses a fully-connected network from the hidden state of the LSTM to a single node predicting reward. + +Proximal Policy Optimization Finally, great success has been found recently in the family of proximal policy optimization algorithms (Schulman et al., 2017). These algorithms exhibit very low sample complexity and are of particular interest as reliable data is always at a premium in chemistry, and both generation and evaluation time of a molecule can be long. Using the advantage $\hat { A } _ { t } = R ( s _ { t } ) - V _ { \phi } ( s _ { t } )$ from above, the following clipped PPO loss is used: + +$$ +L ^ { C L I P } ( \theta , \phi ) = \hat { \mathbb { E } } _ { t } \left[ \operatorname* { m i n } \left( \frac { \pi _ { \theta } ( a _ { t } | s _ { t } ) } { \pi _ { \theta ^ { o l d } } ( a _ { t } | s _ { t } ) } \hat { A } _ { t } , \operatorname { c l i p } \left( \frac { \pi _ { \theta } ( a _ { t } | s _ { t } ) } { \pi _ { \theta ^ { o l d } } ( a _ { t } | s _ { t } ) } , 1 + \epsilon , 1 - \epsilon \right) \hat { A } _ { t } \right) + \hat { A } _ { t } ^ { 2 } \right] +$$ + +The motivation for this pessimistic loss given by the min() function, succinctly stated in Schulman et al. (2017), ignores changes in the probability ratio when it would increase the objective and focuses learning in which the objective would worsen. Furthermore, the clipped boundary region provides a tight bound, outside of which the loss has function has no incentive to further change, encouraging smaller changes. The hyperparameter $\epsilon$ controls the width of this region and can be found in Table 4. + +Regularization for Molecular Generation There are additional costs that can be combined with the above techniques. As the goal of de novo design is not to generate a single molecule, but rather a family of candidate molecules to present to an expert domain scientist; a diverse set of suggested molecules is always beneficial. To encourage robust learning, a regularization factor on the KullbackLeibler (KL) divergence between the current policy and the original policy can be added to encourage the model to not stray far from a good model of chemical distributions: + +$$ +C ^ { M L E } = \lambda _ { M L E } \hat { \mathbb { E } } _ { t } \left[ \sum _ { a _ { i } \in D } \pi _ { \theta } ( a _ { i } | s _ { t } ) \log \frac { \pi _ { \theta } ( a _ { i } | s _ { t } ) } { \pi _ { \theta } ^ { M L E } ( a _ { i } | s _ { t } ) } \right] +$$ + +using a weight parameter $\lambda$ and evaluating the static, pretrained policy $\pi _ { \theta } ^ { M L E } ( a _ { i } | s _ { t } )$ . Similarly, for RL scenarios, a way to explicitly encourage exploration is to place a cost on the distribution entropy of the model: + +$$ +C ^ { E N T } = \lambda _ { e n t } \hat { \mathbb { E } } _ { t } \left[ - \sum _ { a _ { i } \in D } \pi _ { \theta } ( a _ { i } | s _ { t } ) \log \pi _ { \theta } ( a _ { i } | s _ { t } ) \right] +$$ + +The values used in this work can be found in the supplementary material. Additionally, we evaluate the policy gradient regularization scheme proposed by Olivecrona et al. (2017), denoted “Aug. MLE” in this paper. + +![](images/59f61b72e08e30f865acebb80541020b2e0c694b78a6fa93a150da3d398420fd.jpg) +Figure 3: Sample RL trajectories for the tasks (independently-scaled). + +# 5 RESULTS + +These algorithms were built using PyTorch (Paszke et al., 2017), with RDKit (Landrum et al.) providing the chemoinformatics functionality. These benchmarks were built as new environments in the OpenAI Gym (Brockman et al., 2016), and will be released as open-source to the community. The code was run using an NVIDIA Tesla V100 GPU, with optimization times for 1000 action-steps shown in the “Runtime” category of Table 1. The final RNN architecture that underlies the Policy Gradient, Regularized PG, GAN, A2C, PPO, HC MLE, and Augmented MLE models consists of three layers of 512 LSTM neurons, with a 512-dimensional embedding layer and a fully-connected output layer of 42 neurons. It takes approximately eight hours to train for 70 epochs on the filtered ChEMBL dataset, with 50,000 randomly-sampled SMILES strings for development, 200,000 for test, and the remaining 1190203 used for training. For the GAN architecture, the discriminator is a convolutional network with two alternating layers of ten kernels of 3x3 convolutions followed by $2 \mathbf { x } 2$ max-pooling, with global averaging over the final two (real and fake) outputs. Experiments were run for approximately 1.6M action-steps, corresponding roughly to 1000 SMILES in batches of 32 with an average sequence length of 44. + +Encouragingly, the baseline MLE model after training produces $9 4 . 7 \%$ valid SMILES out of $1 0 \mathrm { k }$ generated molecules without further fine-tuning, establishing an extremely competitive benchmark. For similar evaluation, a GVAE was trained on the same dataset and achieved $3 7 . 1 \%$ valid molecules. Moreover, $9 9 . 8 7 \%$ of these MLE-sampled molecules were unique, establishing very high diversity. + +The RL model results, which are the remaining 17 benchmark tasks including multi-objective optimization, Ro5 optimization, ClogP targeting, and drug-fingerprint targeting, can be found in Table 1, with example RL curves in Fig. 3. The benchmarks referred to by a drug name are the Tanimoto-approach benchmarks, in which a drug is held out from the training set and the model must design a similar drug given only the FCFC4 semantic hash of the drug. The baseline model samples 10k random molecules from the training set, keeping only the best-performing ones. + +Hillclimb-MLE Perhaps surprisingly, the alternating sampling and HC-MLE training algorithm was the most successful model. The model effectively avoided nonoptimal local minima and steadily increased reward throughout training. Given a large computation budget, this model appears the most successful for widely sampling while still optimizing towards a target. + +PPO The PPO with the clipped objective was the most successful standard RL algorithm for this task. It often converges an order-of-magnitude faster than other algorithms, but occasionally chooses a less optimal final configuration or occasional catastrophic loss. For future work where molecule fitness function testing time is significant - if, for example, an assay is required - PPO is a valuable candidate as an optimization strategy. A wide range of learning rates and entropy exploration costs were sampled (not shown) with PPO consistently and reliably training to achieve good performance. + +Table 1: Model performance, given by mean fitness in the final timestep over three random initializations, while single-best SMILES result from the plotted runs is given in parentheses. + +
BaselineReg. PGA2CPPOHC-MLE
PropertyLogP=-11.000.66 (1.00)0.98 (1.00)1.00 (1.00)0.97 (1.00)
LogP=01.000.78 (1.00)0.98 (1.00)1.00 (1.00)0.98 (1.00)
LogP=11.000.83 (1.00)0.98 (1.00)1.00 (1.00)0.97 (1.00)
LogP=21.000.86 (1.00)0.97 (1.00)1.00 (1.00)0.97 (1.00)
Mult. Obj.LogP=31.000.86 (1.00)0.97 (1.00)0.91 (1.00)0.97 (1.00)
MPO1.000.82 (1.00)0.95 (1.00)1.00 (1.00)0.98 (1.00)
TanimotoRo51.000.77 (1.00)0.96 (1.00)1.00 (1.00)0.59 (1.00)
Albuterol0.02-0.55 (0.41)0.14 (-0.08)0.04 (-0.10)0.32 (0.83)
Aripiprazole-0.15-0.34 (0.63)0.38 (-0.12)0.40 (0.29)0.51 (1.00)
Celecoxxib-0.22-0.35 (0.69)0.20 (-0.06)0.25 (0.14)0.43 (1.00)
Cobimetinib-0.18-0.47 (0.17)-0.01 (-0.01)0.11 (0.06)0.32 (0.57)
Fexofenadine-0.26-0.33 (0.50)-0.24 (-0.13)0.18 (0.19)0.47 (0.82)
Mestranol-0.17-0.46 (0.62)0.14 (-0.22)0.06 (0.30)0.34 (0.85)
Osimertinib-0.44-0.43 (0.15)-0.36 (-0.26)-0.11 (0.11)0.13 (0.48)
Ranolazine-0.20-0.32 (0.49)0.32 (-0.19)0.14 (0.47)0.50 (1.00)
Thiothixene-0.26-0.35 (0.28)-0.09 (-0.19)0.07 (0.29)0.33 (0.57)
Troglitazone-0.28-0.39 (0.27)-0.19 (-0.27)0.06 (0.18)0.24 (0.56)
SummaryMean0.300.09 (0.66)0.42 (0.32)0.48 (0.53)0.59 (0.81)
Runtime0.025s0.68s2.5s8.54s0.31s
+ +GAN The GAN is a nascent and intriguing architecture, but was found to not be optimal for this task yet. The complexity of balancing the discriminator against the generator, interleaving epochs, and choosing a correct architecture made it difficult to use, though a significant body of literature is working to address more stable training (Arjovsky et al., 2017; Salimans et al., 2016). Though MC rollouts are costly in action-steps (leading to the slightly unfair showing in Figure 3), the other problem is more fundamental: as Fig. 4a shows in a Principal Component Analysis (PCA) plot of the MQN descriptors (Nguyen et al., 2009) of the generated molecules, stronger discriminator weight $\phi _ { D }$ forces the generated molecules to more closely match the primary modes of the training data. Effectively reproducing the training data, however, contrasts with the purpose of the generator for optimizing towards a given molecule. While this operates effectively as a regularizer, it is far more stable and explicit to regularize against the KL divergence as is done for the Regularized Policy Gradient model than to balance the hyperparameters of a GAN. Perhaps future work can investigate other uses of the GAN to, e.g., coerce the architecture away from reproducing identical sequences rather than memorizing the training data. + +Benefits of extended sampling Examining the difference in the best single reward on the plotted runs (parentheses) in Table 1 and the final timestep mean (no parentheses), algorithms clearly benefit merely from sampling from a well-trained initial model for an extended period of time. The regularized policy gradient model, in particular, demonstrates high peak performance yet consistently does not learn effectively, suggesting that straightforward sampling for a large, diverse model may be an acceptable strategy in the absence of convergence-time costs. + +Temperature Sampling A temperature factor is often included in available implementations to allow the generation of more diverse molecules. It has a straightforward formulation for an output distribution $P$ yielding $\begin{array} { r } { P _ { t } = \frac { 1 } { Z } e ^ { P / t } } \end{array}$ , with normalization constant $Z$ , temperature $t$ , and temperaturealtered probability distribution $P _ { t }$ . However, as shown in the t-distributed Stochastic Neighbor Embedding (t-SNE) (Maaten & Hinton, 2008) plot in Fig. 4b, higher temperatures do not necessarily translate to a better coverage of chemical space. As a large proportion of possible SMILES strings are invalid, increasing the temperature is likely to invalidate the SMILES string. The molecules generated in the highest-temperature network favor short, brief SMILES strings that vastly undersample the chemical space. Indeed, this suggests the best strategy to achieve high diversity and a larger sampling of valid space is to not use temperature sampling at all. + +![](images/5e70fba47167f678cfbc2b675b041dbf027e421b55a786a86bed2b21b272e06a.jpg) +Figure 4: In (a), PCA plot of the GAN generator under various influences of the discriminator. In (b), sampling from a model at higher temperatures counter-intuitively does not increase coverage. + +# 6 CONCLUSION + +In this work, we proposed a large, standardized dataset and a set of 19 benchmarks to evaluate models for molecule generation and design. Several RL strategies were investigated on these benchmarks. Here, the results suggest that the Hillclimb-MLE model is a surprisingly robust technique with large datasets and deep models, outperforming PPO given sufficient compute times and sample evaluations. In the space of constrained compute and sample evaluations, PPO was shown to be an effective learning algorithm, converging an order of magnitude before other reinforcement-learning algorithms for molecule generation. + +Nevertheless, there is still tremendous need for more efficient and effective models for molecular design, which could have a profound impact on molecular design — including drug, materials and agrochemicals discovery — and thus immediately on human well-being. With the present, easily usable benchmark, we hope to inspire the machine learning community to pick up this challenge. + +# REFERENCES + +Martin Arjovsky, Soumith Chintala, and Leon Bottou. Wasserstein gan. ´ arXiv preprint arXiv:1701.07875, 2017. + +Greg Brockman, Vicki Cheung, Ludwig Pettersson, Jonas Schneider, John Schulman, Jie Tang, and Wojciech Zaremba. Openai gym, 2016. + +Dean G Brown and Jonas Bostrom. Analysis of past and present synthetic methodologies on medicinal ¨ chemistry: where have all the new reactions gone? J. Med. Chem, 59(10):4443–4458, 2016. + +Nathan Brown. Chemoinformatics – an introduction for computer scientists. ACM Computing Surveys (CSUR), 41(2):8, 2009. + +Nathan Brown. In Silico Medicinal Chemistry: Computational Methods to Support Drug Design. Royal Society of Chemistry, 2015. + +Kyunghyun Cho, Bart van Merrienboer, Caglar Gulcehre, Fethi Bougares, Holger Schwenk, and Yoshua Bengio. Learning phrase representations using RNN encoder-decoder for statistical machine translation. arXiv preprint arXiv:1406.1078, 2014. + +Thomas Degris, Patrick M Pilarski, and Richard S Sutton. Model-free reinforcement learning with continuous action in practice. In American Control Conference (ACC), 2012, pp. 2177–2182. IEEE, 2012. + +Nicholas C Firth, Butrus Atrash, Nathan Brown, and Julian Blagg. Moarf, an integrated workflow for multiobjective optimization: implementation, synthesis, and biological evaluation. Journal of chemical information and modeling, 55(6):1169–1180, 2015. + +Yarin Gal and Zoubin Ghahramani. A theoretically grounded application of dropout in recurrent neural networks. In Advances in neural information processing systems, pp. 1019–1027, 2016. + +Anna Gaulton, Louisa J Bellis, A Patricia Bento, Jon Chambers, Mark Davies, Anne Hersey, Yvonne Light, Shaun McGlinchey, David Michalovich, Bissan Al-Lazikani, et al. Chembl: a large-scale bioactivity database for drug discovery. Nucleic acids research, 40(D1):D1100–D1107, 2011. + +Arup K Ghose, Vellarkad N Viswanadhan, and John J Wendoloski. A knowledge-based approach in designing combinatorial or medicinal chemistry libraries for drug discovery. 1. a qualitative and quantitative characterization of known drug databases. Journal of combinatorial chemistry, 1(1): 55–68, 1999. + +Yoav Goldberg. A primer on neural network models for natural language processing. J. Artif. Intell. Res.(JAIR), 57:345–420, 2016. + +Rafael Gomez-Bombarelli, David Duvenaud, Jos ´ e Miguel Hern ´ andez-Lobato, Jorge Aguilera- ´ Iparraguirre, Timothy D Hirzel, Ryan P Adams, and Alan Aspuru-Guzik. Automatic chemical de- ´ sign using a data-driven continuous representation of molecules. arXiv preprint arXiv:1610.02415, 2016. + +Ian Goodfellow, Jean Pouget-Abadie, Mehdi Mirza, Bing Xu, David Warde-Farley, Sherjil Ozair, Aaron Courville, and Yoshua Bengio. Generative adversarial nets. In Advances in neural information processing systems, pp. 2672–2680, 2014. + +Alex Graves. Generating sequences with recurrent neural networks. arXiv preprint arXiv:1308.0850, 2013. + +Gabriel Lima Guimaraes, Benjamin Sanchez-Lengeling, Pedro Luis Cunha Farias, and Alan Aspuru- ´ Guzik. Objective-Reinforced Generative Adversarial Networks (ORGAN) for Sequence Generation Models. arXiv preprint arXiv:1705.10843, 2017. + +Sepp Hochreiter and Jurgen Schmidhuber. Long short-term memory. ¨ Neural Computation, 9(8): 1735–1780, 1997. + +Natasha Jaques, Shixiang Gu, Dzmitry Bahdanau, Jose Miguel Hern ´ andez-Lobato, Richard E Turner, ´ and Douglas Eck. Sequence tutor: Conservative fine-tuning of sequence generation models with kl-control. In International Conference on Machine Learning, pp. 1645–1654, 2017. + +Matt J. Kusner, Brooks Paige, and Jose Miguel Hern ´ andez-Lobato. Grammar Variational Autoencoder.´ mar 2017. URL http://arxiv.org/abs/1703.01925. + +Greg Landrum et al. Rdkit: Open-source cheminformatics. URL http://www.rdkit.org. + +Christopher A Lipinski. Lead-and drug-like compounds: the rule-of-five revolution. Drug Discovery Today: Technologies, 1(4):337–341, 2004. + +Laurens van der Maaten and Geoffrey Hinton. Visualizing data using t-sne. Journal of Machine Learning Research, 9(Nov):2579–2605, 2008. + +Volodymyr Mnih, Adria Puigdomenech Badia, Mehdi Mirza, Alex Graves, Timothy Lillicrap, Tim Harley, David Silver, and Koray Kavukcuoglu. Asynchronous methods for deep reinforcement learning. In International Conference on Machine Learning, pp. 1928–1937, 2016. + +Kong T Nguyen, Lorenz C Blum, Ruud Van Deursen, and Jean-Louis Reymond. Classification of organic molecules by molecular quantum numbers. ChemMedChem, 4(11):1803–1805, 2009. + +Marcus Olivecrona, Thomas Blaschke, Ola Engkvist, and Hongming Chen. Molecular de-novo design through deep reinforcement learning. Journal of Cheminformatics, 9(1):1–14, 2017. + +Adam Paszke, Sam Gross, and Soumith Chintala. Pytorch, 2017. + +Alec Radford, Luke Metz, and Soumith Chintala. Unsupervised representation learning with deep convolutional generative adversarial networks. arXiv preprint arXiv:1511.06434, 2015. + +David Rogers and Mathew Hahn. Extended-connectivity fingerprints. Journal of chemical information and modeling, 50(5):742–754, 2010. + +Tim Salimans, Ian Goodfellow, Wojciech Zaremba, Vicki Cheung, Alec Radford, and Xi Chen. Improved techniques for training gans. In Advances in Neural Information Processing Systems, pp. 2234–2242, 2016. + +Gisbert Schneider. De novo molecular design. John Wiley & Sons, 2013. + +John Schulman, Philipp Moritz, Sergey Levine, Michael Jordan, and Pieter Abbeel. High-dimensional continuous control using generalized advantage estimation. arXiv preprint arXiv:1506.02438, 2015. + +John Schulman, Filip Wolski, Prafulla Dhariwal, Alec Radford, and Oleg Klimov. Proximal policy optimization algorithms. arXiv preprint arXiv:1707.06347, 2017. + +Marwin H. S. Segler, Thierry Kogej, Christian Tyrchan, and Mark P. Waller. Generating Focussed Molecule Libraries for Drug Discovery with Recurrent Neural Networks. arXiv preprint arXiv:1701.01329, 2017. + +Richard S Sutton and Andrew G Barto. Reinforcement learning: An introduction, volume 1. MIT press Cambridge, 1998. + +David Weininger. Smiles, a chemical language and information system. 1. introduction to methodol ogy and encoding rules. J. Chem. Inf. Comp. Sci., 28(1):31–36, 1988. + +David Weininger, Arthur Weininger, and Joseph L Weininger. Smiles. 2. algorithm for generation of unique smiles notation. J. Chem. Inf. Comp. Sci., 29(2):97–101, 1989. + +David White and Richard C Wilson. Generative models for chemical structures. J. Chem. Inf. Mod., 50(7):1257–1274, 2010. + +Ronald J Williams. Simple statistical gradient-following algorithms for connectionist reinforcement learning. Machine learning, 8(3-4):229–256, 1992. + +Xiufeng Yang, Jinzhe Zhang, Kazuki Yoshizoe, Kei Terayama, and Koji Tsuda. Chemts: an efficient python library for de novo molecular generation. Science and Technology of Advanced Materials, 18(1):972–976, 2017. + +Lantao Yu, Weinan Zhang, Jun Wang, and Yong Yu. Seqgan: Sequence generative adversarial nets with policy gradient. In AAAI, pp. 2852–2858, 2017. + +Jun-Yan Zhu, Taesung Park, Phillip Isola, and Alexei A Efros. Unpaired image-to-image translation using cycle-consistent adversarial networks. arXiv preprint arXiv:1703.10593, 2017. + +# A SUPPLEMENTARY MATERIAL + +This supplementary material section offers additional information and to aid in reproducibility for the reader. For visibility regarding the extent to which the MLE pretrained-model matches the trained space of chemistry, Figure 5 demonstrates its ability to effectively map and generate the space of ChEMBL molecules. In Table 2, the SMILES dictionary used in this work can be found. The drugs used in the Tanimoto fingerprint approach task can be found in Table 3, with the hyperparameters used in this work in Table 4. + +# DATASET PROPROCESSING + +Preprocessing the Chembl-23 dataset is comprised of a few steps. First, all molecules containing the compounds are neutralized and salts are stripped, keeping only the largest connected component. Then, the canonical SMILES representation of the molecules are generated using RDKit (Landrum et al.), and all SMILES sequences longer than 100 characters are filtered out. Most molecules with more than 100 SMILES symbols are either peptides, too heavy or too complex to be considered in de novo-design, and $9 6 . 7 \%$ of ChEMBL is less than 100 symbols in length. Any SMILES containing forbidden symbols (Table 2) are filtered out. Further, the molecules of the Tanimoto benchmark are removed from the set. Finally, all molecules similar to these benchmark molecules in terms a Tanimoto coefficient greater than 0.5 on ECFC4 fingerprints are removed. The remaining molecules are randomly split into train, test and development set. + +Before one-hot encoding, the four multi-character included atoms (Br, Cl, Si, Se) were replaced with single-character substitutes. Then, the included symbols (including start character $" \bigcirc : $ and end character $" \setminus "$ are converted to integer token equivalents. + +![](images/12b554fcb8efc50287e2d3b5764756f8547ab32669e198bd92c881dd10a709cd.jpg) +Figure 5: t-SNE visualization (Maaten & Hinton, 2008) of MLE sampling of generated space. The MLE model effectively covers the space of ChEMBL and even reproduces the subspaces around the ChEMBL molecules. + +Table 2: Dictionary of SMILES + +
Forbidden Symbols'Li','Be','Ne','Na','Mg','Al','Ar','K','Ca','Sc', 'Ti','V','Cr','Mn','Fe','Co','Ni','Cu','Zn','Ga', 'Ge','As','Kr','Rb','Sr','Y','Zr','Nb','Mo','Tc', 'Ru','Rh','Pd','Ag','Cd','In','Sn','Sb','Xe','Cs', 'Ba','Hf','Ta','W','Re','Os','Ir','Pt','Au','Hg', 'Tl','Pb','Bi','Po','At','Rn','Fr','Ra','Rf','Db', 'Sg','Bh','Hs','Mt','Ds','Rg','Cn','Fl','Lv','La', 'Ce','Pr','Nd','Pm','Sm','Eu','Gd','Tb','Dy','Ho', 'Er','Tm','Yb','Lu','Ac','Th','Pa','U','Np','Pu',
Multi-character Symbols'te','Te','se'
Included Symbols'Br':Y,'Cl':X,'Si':A,'Se':Z 'Q','\n','','#','%','(', 1
+ +Table 3: Drugs used in the Tanimoto benchmark task + +
DrugSMILES
AlbuterolCC(C)(C)NCC(O)clccc(O)c(CO)c1
AripiprazoleClc1cccc(N2CCN(CCCCOc3ccc4CCC(=O)Nc4c3)CC2)c1C1
CelecoxxibCclccc(ccl)-clcc(nnl-clccc(ccl)S(N)(=O)=O)C(F)(F)F
CobimetinibOC1(CN(C1)C(=O)clccc(F)c(F)c1Nclccc(I) cclF)C1CCCCN1
FexofenadineCC(C)(C(O)=O)clccc(ccl)C(O)cccNiccC(Cc1)C(O)(clcccccl)clccccc1
MestranolCOc1ccc2C3CCC4(C)C(CCC4(O)C#C)C3CCc2c1
OsimertinibCOclcc(N(C)CCN(C)C)c(NC(=O)C=C)cc1Nc2nccc(n2)c3cn(C)c4ccccc34
RanolazineCOc1ccccc1OCC(O) CN2CCN(CC(=O)Nc3c(C)cccc3C)CC2
ThiothixeneCN(C)S(=O)(=O)clccc2Sc3ccccc3C(=CCCN4CCN(C)CC4)c2c1
TroglitazoneCclc(C)c2OC(C) (COc3ccc(CC4SC(=O)NC4=O)cc3)CCc2c(C)c1O
+ +![](images/b2c5d80b50d6aea19cc7747ce74a1cd82c1dfd97fc3176b47917e2c9d661ea23.jpg) +Figure 6: Target molecules for the Tanimoto benchmark. + +Table 4: Hyperparameters + +
ModelParamExplanation
Baselinebatchsize = 10 epochs = 1000Number of SMILES per batch Number of batches
Reg. PGmax_len=100 batchsize=128 num_epochs=128 c_reg=10Max length of a SMILES Number of parallel batches Number of batches of RL optimization Weight of the MLE regularizer Learning rate of Adam optimizer
A2Clr=1e-4 num_actions=1e6 max-grad_norm=0.5 gamma=1.0 ir=4e-4 eps=1e-8 num_steps=40 batch_size=32 entropy-coef=0.013 gae=1 tau=0.95Total number of actions of RL optimization Maximum norm of gradient before clipping Time-discount factor Learning rate of Adam optimizer Epsilon parameter for Adam optimizer Number of steps of forward steps Number of parallel environments Multiplicative cost of the entropy Use generalized advantage estimation Generalized advantage estimation tau
GANval_loss_wt=0.5 pretrain_discrim=5 num_rounds=4 rl_epochs=5 discr_epochs=1 phi_D=0.05 batch_size=8 max_len=100 gamma=0.98 num_rollout s=3 lr=1e-3 lr=1e-3Weight of the value loss Number of epochs to pretrain the discriminator Number of rounds of RL-and-discriminator alternating training Number of RL epochs per round Number of discriminator epochs per round Weight of the discriminator in reward Batch size of training Max rollout length Time-discount factor for rollouts Number of rollouts per action-step Learning rate of Adam optimizer for generator Learning rate of Adam optimizer for discriminator
PPOppo_batch_size=64 ppo_epoch=4 epsilon=0.2 num_actions=1e6 max-grad_norm=0.5 gamma=1.0 lr=4e-4 eps=1e-8 num_steps=40 batch_size=32 entropy-coef=0.013 gae=0 val_loss_wt=0.5Batch size of the PPO updates Number of PPO epochs Width of the PPO clip region Total number of actions of RL optimization Maximum norm of gradient before clipping Time-discount factor Learning rate of Adam optimizer Epsilon parameter for Adam optimizer Number of steps of forward steps Number of parallel environments Multiplicative cost of the entropy Do not use generalized advantage estimation Weight of the value loss
\ No newline at end of file diff --git a/parse/train/HkcTe-bR-/HkcTe-bR-_content_list.json b/parse/train/HkcTe-bR-/HkcTe-bR-_content_list.json new file mode 100644 index 0000000000000000000000000000000000000000..3d8d1800d56e3bc9cd8facbafba5d6c370f286c0 --- /dev/null +++ b/parse/train/HkcTe-bR-/HkcTe-bR-_content_list.json @@ -0,0 +1,1629 @@ +[ + { + "type": "text", + "text": "EXPLORING DEEP RECURRENT MODELS WITH REINFORCEMENT LEARNING FOR MOLECULE DESIGN ", + "text_level": 1, + "bbox": [ + 176, + 98, + 826, + 146 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Anonymous authors Paper under double-blind review ", + "bbox": [ + 183, + 170, + 398, + 198 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "ABSTRACT ", + "text_level": 1, + "bbox": [ + 454, + 234, + 544, + 251 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "The design of small molecules with bespoke properties is of central importance to drug discovery. However significant challenges yet remain for computational methods, despite recent advances such as deep recurrent networks and reinforcement learning strategies for sequence generation, and it can be difficult to compare results across different works. This work proposes 19 benchmarks selected by subject experts, expands smaller datasets previously used to approximately 1.1 million training molecules, and explores how to apply new reinforcement learning techniques effectively for molecular design. The benchmarks here, built as OpenAI Gym environments, will be open-sourced to encourage innovation in molecular design algorithms and to enable usage by those without a background in chemistry. Finally, this work explores recent development in reinforcement-learning methods with excellent sample complexity (the A2C and PPO algorithms) and investigates their behavior in molecular generation, demonstrating significant performance gains compared to standard reinforcement learning techniques. ", + "bbox": [ + 233, + 267, + 766, + 460 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "1 INTRODUCTION ", + "text_level": 1, + "bbox": [ + 178, + 489, + 336, + 505 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Novel drugs are developed using design - make - test cycles: molecules are designed, synthesized in the laboratory, and then tested for their biological effect. The insights gained from these tests then inform the design for the next iteration. The objective of de novo design methodologies is to perform this cycle with computational methods (Brown, 2015; Schneider, 2013). The test phase was the first to be automated, using the broad categorization of machine learning models known as quantitative structure-activity/property relationships (QSAR/QSPR) to predict the activity of a molecule against a certain biological target, or physicochemical properties. To make virtual molecules, symbolic approaches based on graph rewriting have been used, which are domain-specific and rely on extensive hand-engineering by experts. To optimize the properties of a molecule, for example its activity against a biological target (design), global optimization approaches such as evolutionary algorithms or ant colony optimization have been used (Brown, 2015; Schneider, 2013). Symbolic approaches have been highlighted as either generating unrealistic molecules that would be difficult to synthesize, or for being too conservative, and therefore not sufficiently exploring the space of tractable molecules (Schneider, 2013; Brown & Bostrom, 2016). ¨ ", + "bbox": [ + 174, + 520, + 825, + 714 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Recently, generative models have been proposed to learn the distribution of real druglike molecules from data, and then to generate chemical structures that are appropriate for the application domain (White & Wilson, 2010). Interestingly, the generation of molecules is related to natural language generation (NLG). Two classic problems of NLG – preserving coherent long-range dependencies, and syntactic and semantic correctness – directly map to molecules. Current investigations draw heavily from tools developed for language tasks, including variational autoencoders (VAE) (Gomez- ´ Bombarelli et al., 2016; Kusner et al., 2017), recurrent neural network (RNN) models (Segler et al., 2017; Jaques et al., 2017; Olivecrona et al., 2017), generative adversarial networks (GAN) (Guimaraes et al., 2017) and Monte Carlo Tree Search (MCTS) (Yang et al., 2017). ", + "bbox": [ + 174, + 722, + 825, + 847 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "This work seeks to consolidate the growing body of recurrent models for molecular design that employ reinforcement learning. Here, we suggest a set of 19 benchmarks of relevance to de novo design. Furthermore, an implementation of these benchmarks as an OpenAI Gym is provided to the community to spur further innovation. Finally, we demonstrate state-of-the-art performance using new techniques drawing from recent advances in reinforcement learning. ", + "bbox": [ + 174, + 854, + 823, + 924 + ], + "page_idx": 0 + }, + { + "type": "image", + "img_path": "images/3624ce61c100a6b53b09b91f4d0265606768d6feaeef76ab8cbbf87c6acfafd1.jpg", + "image_caption": [ + "Figure 1: Molecular graphs can be represented as strings using the SMILES notation. Letters correspond to element symbols, rings opening and closing is indicated with numbers, and branching with round brackets. " + ], + "image_footnote": [], + "bbox": [ + 437, + 63, + 558, + 188 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "2 REPRESENTING MOLECULES AS SEQUENCES ", + "text_level": 1, + "bbox": [ + 174, + 265, + 580, + 281 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "De novo design can be seen as a structured prediction problem, where molecular structures have to be predicted. This paper will use the term “molecule” to denote the chemical structures of interest. Molecular structures are represented well as labeled graphs $M = ( A , B )$ , with atoms $A$ as vertices and bonds $B$ as edges, elemental types as vertex labels, and bond order as edge labels (Brown, 2009). While neural network models which output graphs remain underexplored, sequence generation is well established. To encode molecules as sequences of symbols (strings), the canonicalized Simplified Molecular-Input Line-Entry System (SMILES) notation (Weininger, 1988; Weininger et al., 1989) can be used (see Fig. 1). This establishes the link to sequence-based language-focused neural network models (Segler et al., 2017; Goldberg, 2016), which can be then be used to generate molecules. ", + "bbox": [ + 173, + 296, + 826, + 421 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "3 DATA AND BENCHMARKS ", + "text_level": 1, + "bbox": [ + 176, + 441, + 419, + 457 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "3.1 DATA ", + "text_level": 1, + "bbox": [ + 174, + 473, + 253, + 487 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "In this paper, we expand the scope of previous work to a standardized, much larger dataset, which furthermore is of real-world interest to drug discovery scientists. Here, we build on the ChEMBL-23 dataset (Gaulton et al., 2011), a collection extracted from the scientific literature of 1,735,442 distinct compounds and their reported biological activities on 11,538 targets. Though partitioned and filtered, this work employs substantially more training examples than previous work to access the breadth of chemistries that have been demonstrated to be of interest. The preprocessing steps can be found in the Appendix. ", + "bbox": [ + 174, + 498, + 825, + 597 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "To stimulate further work in this domain, our OpenAI Gym interface to these benchmarks will be open-sourced to allow the community to prototype new RL algorithms for chemistry.1 Here, we offer 19 benchmarks to be used for molecule generation, comprised of basic suitability benchmarks, basic physicochemical property optimizations, drug-likeness approximations, and multi-objective balancing. The benchmark framework is general enough to be used with any possible small molecule generation method, whether rule-based or learned, and is not limited to sequence-based generation relying on SMILES. ", + "bbox": [ + 173, + 603, + 825, + 700 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "3.2 VALIDITY AND DIVERSITY OF GENERATED MOLECULES ", + "text_level": 1, + "bbox": [ + 174, + 717, + 606, + 732 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "A basic but crucial molecular generation benchmark is simply what percentage of the sampled molecules are valid. For a sample set $S$ of cardinality $m$ sampled from a model $M$ , the percentage of valid molecules is: ", + "bbox": [ + 174, + 743, + 825, + 785 + ], + "page_idx": 1 + }, + { + "type": "equation", + "img_path": "images/0f05371f5fb02e497cbda9115f9852565ee28d2853bf9739c59fef7995e63df2.jpg", + "text": "$$\nY _ { i } \\sim \\pi _ { \\theta } ; \\quad S = \\{ Y _ { 1 } , \\dots , Y _ { m } \\} ; \\quad R _ { v a l i d } = \\frac { 1 } { m } \\sum _ { i } ^ { m } \\mathrm { v a l i d } ( Y _ { i } ) ; \\quad R _ { v a l i d } \\in [ 0 , 1 ]\n$$", + "text_format": "latex", + "bbox": [ + 238, + 789, + 759, + 830 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "where valid() is a function returning 1 if the open-source chemoinformatics toolkit RDKit (Landrum et al.) is able to return a valid molecular object given the SMILES representation, and 0 otherwise. ", + "bbox": [ + 174, + 835, + 825, + 866 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Similarly, it is not ideal if the generative model is able to produce a valid molecule, but only repeats the same molecule. Therefore, the ratio unique benchmark samples $m$ molecules from the model, ", + "bbox": [ + 176, + 871, + 823, + 900 + ], + "page_idx": 1 + }, + { + "type": "image", + "img_path": "images/79d1d3131d47b7b6bb2d4406ed0128b1a45a92363a3b5c401c422c23bae9f8f0.jpg", + "image_caption": [ + "Figure 2: Four of ten target molecules for the Tanimoto benchmark. See Supplementary Material for the full set. " + ], + "image_footnote": [], + "bbox": [ + 173, + 99, + 825, + 174 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "and measures the number of unique molecules: ", + "bbox": [ + 174, + 238, + 483, + 253 + ], + "page_idx": 2 + }, + { + "type": "equation", + "img_path": "images/63559cd2bf5f5b29461a5517714ee154553e2bc8aa0af921ea15cf93619ebe84.jpg", + "text": "$$\nY _ { i } \\sim \\pi _ { \\theta } ; \\quad R _ { u n i q u e } = \\frac { 1 } { m } \\left| \\bigcup _ { i = 1 } ^ { m } \\{ Y _ { i } \\} \\right| ; \\quad R _ { u n i q u e } \\in [ 0 , 1 ]\n$$", + "text_format": "latex", + "bbox": [ + 312, + 258, + 686, + 303 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "3.3 SINGLE OBJECTIVE MAXIMIZATION", + "text_level": 1, + "bbox": [ + 176, + 315, + 465, + 330 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "Previous work has explored a variety of optimization objectives of interest to molecular designers. Physicochemical properties, such as the octanol-water partition coefficient (ClogP) and molecular weight (MW), have strong implications for the viability of a molecule progressing as a potential drug and have been explored as optimization objectives in previous work (Firth et al., 2015; Jaques et al., 2017; Gomez-Bombarelli et al., 2016). Similarly, SMARTS (SMILES Arbitrary Target ´ Specification) sequences allow to specify substructures (subgraphs) which should be contained in the target molecules. This allows to define a reward function SMARTS(X, Y) which returns 1 if a generated molecule $Y$ contains subgraph $X$ and $- 1$ otherwise. The RDKit (Landrum et al.) includes automatic code to calculate these functions, providing a straightforward route to include these objectives in RL scenarios. For a target value $x$ or respectively subgraph $X$ , and a generated sequence $Y$ , the reward is: ", + "bbox": [ + 173, + 340, + 825, + 494 + ], + "page_idx": 2 + }, + { + "type": "equation", + "img_path": "images/57d402bdfb29bf99d8c96bfba7458ea7e7c8e392f78376ff6d162006ef519352.jpg", + "text": "$$\n\\begin{array} { c c } { { R _ { L o g P } ( x , Y ) = \\displaystyle \\frac { 1 } { 2 5 } ( x - \\mathrm { L o g P } ( Y ) ) ^ { 2 } + 1 ; } } & { { R _ { L o g P } ( x , Y ) \\in [ - \\infty , 1 ] } } \\\\ { { R _ { M W } ( x , Y ) = \\displaystyle \\frac { 1 } { 1 0 ^ { 5 } } ( x - \\mathrm { M W } ( Y ) ) ^ { 2 } + 1 ; } } & { { R _ { M W } ( x , Y ) \\in [ - \\infty , 1 ] } } \\\\ { { R _ { S M A R T S } ( X , Y ) = \\mathrm { S M A R T S } ( X , Y ) ; } } & { { R _ { S M A R T S } ( x , Y ) \\in \\{ - 1 , 1 \\} } } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 264, + 501, + 735, + 579 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "This work chooses five ClogP points $x \\in \\{ - 1 , 0 , 1 , 2 , 3 \\}$ as benchmarks. ", + "bbox": [ + 176, + 583, + 650, + 599 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "A more challenging optimization objective is to generate a family of molecules similar to a target given only a fingerprint of the target molecule, in an unpopulated area of chemical space. Here, the commonly-used Functional Connectivity Fingerprint Counts (FCFC4; Rogers & Hahn (2010)) is used to encode the molecular graph as a fixed-size integer vector. After encoding both the proposed molecule and the target molecule, their Tanimoto (akin to Jaccard) similarity is calculated. This work uses ten marketed drugs which modulate different biological target types (Figure 2, Table 3) as molecular targets for approximation. To ensure that no leakage occurs between test and train set, the target molecules themselves as well as compounds similar to them were removed from the training data (see Appendix). The reward of the Tanimoto similarity with $x , y$ as the fingerprint vectors of $X , Y$ is: ", + "bbox": [ + 173, + 604, + 825, + 744 + ], + "page_idx": 2 + }, + { + "type": "equation", + "img_path": "images/8cfbb409370ef76df6d3e20480182096e68f646d588dc7fea91d7e0e5548585b.jpg", + "text": "$$\nR _ { T a n i } ( X , Y ) = 2 \\frac { \\sum _ { i = 1 } ^ { n } x _ { i } y _ { i } } { \\sum _ { i = 1 } ^ { n } ( x _ { i } ^ { 2 } + y _ { i } ^ { 2 } - x _ { i } y _ { i } ) } - 1 ; \\quad R _ { T a n i } ( X , Y ) \\in [ - 1 , 1 ]\n$$", + "text_format": "latex", + "bbox": [ + 256, + 750, + 741, + 786 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "3.4 MULTI-OBJECTIVE MAXIMIZATION ", + "text_level": 1, + "bbox": [ + 176, + 800, + 460, + 815 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "To test balanced optimization, two further tests are proposed: Lipinski’s Rule-of-Five (Ro5) parameters for the estimation of solubility and permeability important for oral bioavailability, and a weighted multi-parameter optimization. The Ro5 is a heuristic for druglikeness, evaluating four parameters that can be calculated readily from a molecular structure: molecular weight (MW), ClogP, hydrogen-bond donors (HBD) and acceptors (HBA) (Ghose et al., 1999; Lipinski, 2004) In this work, the Ro5 formulation used is to penalize (a) via MSE, the MW if outside the interval [180, 500]; (b) via MSE, the ClogP if outside [-0.4, 5.6]; (c) by absolute error, the number of HBDs if greater than 5; ", + "bbox": [ + 173, + 825, + 826, + 924 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "(d) by absolute error, the number of HBAs if greater than 10. The final penalties are summed, scaled by 1e-3, and added to 1 to place the reward $R _ { R o 5 } \\in [ - \\infty , 1 ]$ . ", + "bbox": [ + 169, + 103, + 825, + 133 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "Similarly, any arbitrary balanced weighting of objective functions can be used to simulate a multiobjective optimization, similar to those that are recognized in drug discovery scenarios. Here, an equally-weighted target of ClogP ${ = } 4$ , SMARTS fragment-matching to include a benzene ring, and a MW of 180 is defined. ", + "bbox": [ + 173, + 138, + 825, + 194 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/cadc98cb08251d1afaef7754187f20983b503a6c107427c8af4f4dccfe060a0b.jpg", + "text": "$$\nR _ { M P O } = \\frac { 1 } { 3 } ( R _ { L o g P } ( 4 , Y ) + R _ { S M A R T S } ( ^ { \\prime } \\mathsf { c 1 c c c c c 1 ^ { \\prime } } , Y ) + R _ { M o l W t } ( 1 8 0 , Y ) )\n$$", + "text_format": "latex", + "bbox": [ + 238, + 199, + 759, + 250 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "4 MODELS ", + "text_level": 1, + "bbox": [ + 174, + 267, + 279, + 282 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "4.1 RECURRENT NEURAL NETWORKS", + "text_level": 1, + "bbox": [ + 176, + 299, + 450, + 314 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "Gated recurrent models such as Long short-term memory (LSTM) (Hochreiter & Schmidhuber, 1997) are important for modern deep RNN models, and are used as the principal deep model used in this work (Graves, 2013). These RNN models are able to process the SMILES format strings with the addition of an embedding layer as is commonly used in natural language tasks (Gal & Ghahramani, 2016; Cho et al., 2014). Fully-connecting the output of the RNN model to a layer of neurons equal in cardinality to the vocabulary size of our SMILES language (42 symbols, see Supplementary Material Table 2) can be trained to produce a probability distribution over the output symbols. A model $\\pi _ { \\theta }$ parameterized by $\\theta$ trained on sequences $z$ of length $T$ in dataset $S$ can be trained with the following standard differentiable loss (the cross-entropy loss): ", + "bbox": [ + 173, + 324, + 826, + 450 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/0136cbd213ba16f1b1a15621fe5242a116a47183c8abac37beea1238199447fa.jpg", + "text": "$$\nL ^ { M L E } ( \\theta ) = - \\sum _ { t = 1 } ^ { T } \\log \\pi _ { \\theta } ( z _ { t } | z _ { 1 : t - 1 } ) ; \\quad z = ( z _ { 1 } , \\dots , z _ { T } ) \\in S\n$$", + "text_format": "latex", + "bbox": [ + 294, + 458, + 704, + 502 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "In this work, this is called the pretrained maximum likelihood estimation (MLE) model and can be trained using standard supervised gradient descent techniques with backpropagation (Goldberg, 2016). This model functions as a composable, initialized block for more advanced architectures due to its effectiveness in generating realistic chemical sequences. Algorithm 1 demonstrates a slightly more unusual formulation in which a pretrained MLE model $\\pi _ { \\theta }$ is combined with an arbitrary reward function $R$ to maximize reward by alternately sampling and retraining via Eq. 9 on the $k$ -highest reward sequences (Segler et al., 2017), which we call Hillclimb-MLE (HC-MLE) . ", + "bbox": [ + 173, + 515, + 826, + 613 + ], + "page_idx": 3 + }, + { + "type": "table", + "img_path": "images/0af0cc8151182d02daf29b5ecc2522cfaa174d43213537a4e268a75c7a8a2e3c.jpg", + "table_caption": [ + "Algorithm 1 Hillclimb-MLE Training Method for fitness functions " + ], + "table_footnote": [], + "table_body": "
Require: pretrained MLE model πθ; a reward function R; initial set of sequences ∑= @
1: for n-steps do for m-sequences do
2:Generate a sequence Yi,1:T = (yi,...,yr) ~ Tθ
3:
4:Calculate ri = R(Yi,1:T) end for
5:m
6:∑←ΣUU{Y} i=1
7: 8:Keep k-top sequences in Σ with highest corresponding ri
9: end forFine-tune MLE model πβ to minimize cross-entropy according to Eq. 9 on dataset £
", + "bbox": [ + 178, + 650, + 782, + 804 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "4.1.1 REINFORCEMENT LEARNING ", + "text_level": 1, + "bbox": [ + 176, + 829, + 429, + 844 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "Recently, advances in reinforcement learning (RL) have prompted explorations into using RL methods within the drug discovery loop (Jaques et al., 2017; Olivecrona et al., 2017; Segler et al., 2017). RL is a natural environment for drug discovery, which requires online learning balanced against expensive sample evaluation and generation. Moreover, most molecule characteristics are not directlyoptimizable since they are non-differentiable quantities. Instead, casting it into a RL framework allows for the exploration of chemical space in the absence of true loss gradients. Formally, a SMILES string is a sequence $y$ : ", + "bbox": [ + 174, + 853, + 826, + 924 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "", + "bbox": [ + 171, + 103, + 823, + 132 + ], + "page_idx": 4 + }, + { + "type": "equation", + "img_path": "images/6c5cc121dbdb864e6d2cd1f1753affe49f958fa2a3102c73aed4806d68d14828.jpg", + "text": "$$\ny = ( a _ { 1 } , \\ldots , a _ { m } ) \\qquad a \\in D\n$$", + "text_format": "latex", + "bbox": [ + 400, + 138, + 596, + 155 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Thus, each string is comprised of a set of $m$ symbols from the symbol dictionary $D$ , including the padding character, establishing the SMILES environment as a large but discrete state space of size $| D | ^ { m }$ and a discrete action space of size $| D |$ . From an RL perspective, each symbol in the SMILES sequence corresponds to an action $a _ { t }$ taken at sequence step $t$ . The goal of an RL agent here is to develop a policy $\\pi _ { \\theta }$ , parameterized by $\\theta$ , to calculate an action $a _ { t }$ from the current state $s _ { t } = ( a _ { 1 } , \\ldots , a _ { t - 1 } )$ that maximizes the expected reward. That is, to maximize the following: ", + "bbox": [ + 173, + 160, + 825, + 246 + ], + "page_idx": 4 + }, + { + "type": "equation", + "img_path": "images/5387fcf6fb68bcd6b4e75a65a905c468c4c888ae4334001a3e038dab6b9056d7.jpg", + "text": "$$\n\\mathbb { E } [ R ( y _ { 1 : t } ) | s _ { 0 } , \\theta ] = \\sum _ { y \\in Y } \\sum _ { a _ { t } \\in y } \\pi _ { \\theta } ( a _ { t } | y _ { 1 : t - 1 } ) \\cdot Q ( a _ { t } , y _ { 1 : t - 1 } )\n$$", + "text_format": "latex", + "bbox": [ + 308, + 251, + 687, + 286 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "where our policy predicts the probability of choosing an action $a _ { t }$ in sequence $y$ from the set of all possible sequences $Y$ , and the reward function $Q ( a _ { t } , y _ { 1 : t - 1 } )$ provides the reward for that action given the sequence so far, $y _ { 1 : t - 1 }$ . However, molecule generation is inherently episodic, producing rewards only at the completion of the SMILES string (in our dictionary, $\\cdot \\bf { \\sigma } \\cdot \\bf { \\sigma } )$ ; for example, parentheses may be open which results in an invalid molecule for evaluation until the matching parentheses closes the branch. ", + "bbox": [ + 173, + 292, + 825, + 376 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "To acquire a training gradient to use with a neural network as $\\pi _ { \\theta }$ , the log-derivative trick can be used to arrive at: ", + "bbox": [ + 174, + 382, + 823, + 411 + ], + "page_idx": 4 + }, + { + "type": "equation", + "img_path": "images/55d7f79e040e7607d7f8b7fc95fd908020c36944f89a2a1a8bff8fd9b528e9ac.jpg", + "text": "$$\n\\nabla _ { \\theta } \\mathbb { E } _ { y _ { 1 : t } \\sim \\pi ( y | \\theta ) } [ R ( y ) ] = \\mathbb { E } _ { y _ { 1 : t } \\sim \\pi ( y | \\theta ) } [ R ( y ) \\log ( \\pi _ { \\theta } ( y ) ) ]\n$$", + "text_format": "latex", + "bbox": [ + 316, + 417, + 681, + 436 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "which yields the differentiable loss used in the REINFORCE algorithm (Williams, 1992), used here as the policy gradient model: ", + "bbox": [ + 176, + 440, + 821, + 469 + ], + "page_idx": 4 + }, + { + "type": "equation", + "img_path": "images/40b856f981fc3026e869b087ed0a99752fea959b30b0ca1b74e6f3dfefa089c6.jpg", + "text": "$$\n\\begin{array} { r } { L ^ { P G } ( \\theta ) = \\hat { \\mathbb { E } } _ { t } [ \\log \\pi _ { \\theta } ( a _ { t } | s _ { t } ) r ( a _ { t } ) ] } \\\\ { r ( a _ { t } ) = R ( Y _ { 1 : T } ) , \\quad a _ { t } \\in Y } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 385, + 474, + 611, + 515 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Notably, the final reward $R ( Y _ { 1 : t } )$ is distributed equally without temporal discounting to every action in the sequence, as temporal distance in SMILES strings is less relevant than most action-spaces. ", + "bbox": [ + 173, + 525, + 825, + 555 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Reinforced Generative Adversarial Networks The recently-introduced GANs (Goodfellow et al., 2014) have experienced a surge of popularity, extending in new ways their original formulation: ", + "bbox": [ + 173, + 569, + 826, + 598 + ], + "page_idx": 4 + }, + { + "type": "equation", + "img_path": "images/9059cbaca45447e22731934465842735f3feec281ec176e9a24fa9680fe53e1f.jpg", + "text": "$$\n\\operatorname* { m i n } _ { G } \\operatorname* { m a x } _ { D } V ( D , G ) = \\mathbb { E } _ { x \\sim p _ { \\mathrm { d a t a } } ( x ) } [ \\log D ( x ) ] + \\mathbb { E } _ { z \\sim p _ { z } ( z ) } [ \\log ( 1 - D ( G ( z ) ) ) ]\n$$", + "text_format": "latex", + "bbox": [ + 246, + 604, + 748, + 627 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "which describes the minimax zero-sum game that combines a generator $G$ , converting samples $z$ from a standard distribution $p _ { z }$ into data-like samples, and a discriminator $D$ which attempts to determine whether samples $x$ are from the true distribution $p _ { d a t a }$ and which are generated samples $G ( z \\sim p _ { z } )$ . GANs have been applied as a novel architecture type to a variety of domains, particularly in image synthesis where they have been found to generate perceptually realistic images (Radford et al., 2015; Zhu et al., 2017). ", + "bbox": [ + 173, + 632, + 825, + 717 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "The GAN formulation was extended in $\\mathrm { Y u }$ et al. (2017) to allow sequences to be generated with a GAN-like architecture, using RL and a policy gradient technique to train. This forms the basis of the method published in Guimaraes et al. (2017) to use a RL framework with GANs to optimize arbitrary fitness functions. Training is comprised of three phases: a maximum-likelihood pretraining phase during which the RNN generator learns to generate molecules from a chemical structure dataset, while a discriminator is pretrained on produced versus within-dataset sequences; a RL generator phase in which the generator learns to maximize the reward function balanced with the discriminator; and, finally, a discrimination phase which subsequently guides generation. The latter two phases are alternated throughout the optimization phase. ", + "bbox": [ + 173, + 722, + 826, + 849 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "The reward used to reinforce the network uses a parameter $\\lambda$ which balances the likelihood that the discriminator $D _ { \\phi }$ classifies the generated sequence as true data against the arbitrary fitness objective $O$ : ", + "bbox": [ + 173, + 854, + 825, + 897 + ], + "page_idx": 4 + }, + { + "type": "equation", + "img_path": "images/b28bfc78f29fb65db7159c3b5c12cb7139d63a03f6ad7da37e413fcd27bd776d.jpg", + "text": "$$\nR ( Y _ { 1 : T } ) = \\lambda D _ { \\phi } ( Y _ { 1 : T } ) + ( 1 - \\lambda ) O ( Y _ { 1 : T } )\n$$", + "text_format": "latex", + "bbox": [ + 357, + 904, + 640, + 921 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "However, while calculating the reward during sequence generation, the final reward is not yet available until the end of the sequence. In order to maximize the number of training steps (rather than one step per sequence) and to guide the generation process, the objective-reinforced GAN (Guimaraes et al., 2017) uses Monte-Carlo rollouts from the current state to estimate the reward of the available actions. This strategy, however, can have high variance and significantly undersamples the large branching in molecule generation (with 42 symbols per step and an average sequence length of 44 steps). ", + "bbox": [ + 174, + 103, + 825, + 188 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Advantage Actor-Critic Networks A wealth of new techniques for reinforcement learning have recently appeared which have yet to be adapted to molecule generation. One technique to minimize the variance that hinders policy gradient training and to accelerate convergence is to subtract an estimate of the reward from the true reward. Importantly, this does not introduce estimator bias but can diminish the variance. This can be seen as an actor-critic model that separates the policy training from the value estimation in which the actor is the policy $\\pi _ { \\theta }$ and the baseline value estimate $V _ { s _ { t } }$ is the critic that gives the approximate value of that state (Degris et al., 2012; Sutton & Barto, 1998; Mnih et al., 2016). This advantage actor-critic (A2C) training is the synchronous version of the asynchronous advantage actor critic (A3C) model (Mnih et al., 2016) and can use generalized advantage estimation (Schulman et al., 2015). In this work, the following differentiable loss function is used to simultaneously reduce the variance of the reward and to minimize the difference between the expected reward $V _ { \\phi }$ and the true reward: ", + "bbox": [ + 173, + 202, + 825, + 369 + ], + "page_idx": 5 + }, + { + "type": "equation", + "img_path": "images/8bd2aea8ee1736bd2bd141f6c0496ee4e7c3e751e1ef7b24343e91633761135c.jpg", + "text": "$$\nL ^ { A 2 C } ( \\theta , \\phi ) = \\hat { \\mathbb { E } } _ { t } [ \\log \\pi _ { \\theta } ( a _ { t } | s _ { t } ) ( R - V _ { \\phi } ( s _ { t } ) ) + ( R ( s _ { t } ) - V _ { \\phi } ( s _ { t } ) ) ^ { 2 } ]\n$$", + "text_format": "latex", + "bbox": [ + 276, + 376, + 722, + 396 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "The value estimation function $V _ { \\phi }$ is a neural network itself here, parameterized by $\\phi$ ; this work uses a fully-connected network from the hidden state of the LSTM to a single node predicting reward. ", + "bbox": [ + 174, + 401, + 823, + 430 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Proximal Policy Optimization Finally, great success has been found recently in the family of proximal policy optimization algorithms (Schulman et al., 2017). These algorithms exhibit very low sample complexity and are of particular interest as reliable data is always at a premium in chemistry, and both generation and evaluation time of a molecule can be long. Using the advantage $\\hat { A } _ { t } = R ( s _ { t } ) - V _ { \\phi } ( s _ { t } )$ from above, the following clipped PPO loss is used: ", + "bbox": [ + 173, + 444, + 825, + 517 + ], + "page_idx": 5 + }, + { + "type": "equation", + "img_path": "images/19a52f1927d00432dcb32b63aa6a2b3d209d351b728b4b9bf0f4ab412eb0a49b.jpg", + "text": "$$\nL ^ { C L I P } ( \\theta , \\phi ) = \\hat { \\mathbb { E } } _ { t } \\left[ \\operatorname* { m i n } \\left( \\frac { \\pi _ { \\theta } ( a _ { t } | s _ { t } ) } { \\pi _ { \\theta ^ { o l d } } ( a _ { t } | s _ { t } ) } \\hat { A } _ { t } , \\operatorname { c l i p } \\left( \\frac { \\pi _ { \\theta } ( a _ { t } | s _ { t } ) } { \\pi _ { \\theta ^ { o l d } } ( a _ { t } | s _ { t } ) } , 1 + \\epsilon , 1 - \\epsilon \\right) \\hat { A } _ { t } \\right) + \\hat { A } _ { t } ^ { 2 } \\right]\n$$", + "text_format": "latex", + "bbox": [ + 189, + 522, + 781, + 558 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "The motivation for this pessimistic loss given by the min() function, succinctly stated in Schulman et al. (2017), ignores changes in the probability ratio when it would increase the objective and focuses learning in which the objective would worsen. Furthermore, the clipped boundary region provides a tight bound, outside of which the loss has function has no incentive to further change, encouraging smaller changes. The hyperparameter $\\epsilon$ controls the width of this region and can be found in Table 4. ", + "bbox": [ + 173, + 561, + 825, + 633 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Regularization for Molecular Generation There are additional costs that can be combined with the above techniques. As the goal of de novo design is not to generate a single molecule, but rather a family of candidate molecules to present to an expert domain scientist; a diverse set of suggested molecules is always beneficial. To encourage robust learning, a regularization factor on the KullbackLeibler (KL) divergence between the current policy and the original policy can be added to encourage the model to not stray far from a good model of chemical distributions: ", + "bbox": [ + 173, + 646, + 825, + 732 + ], + "page_idx": 5 + }, + { + "type": "equation", + "img_path": "images/37d7407a74e6d575a52621eb735ddfc6447863fcfdcdf0c56908e87ebd87c5da.jpg", + "text": "$$\nC ^ { M L E } = \\lambda _ { M L E } \\hat { \\mathbb { E } } _ { t } \\left[ \\sum _ { a _ { i } \\in D } \\pi _ { \\theta } ( a _ { i } | s _ { t } ) \\log \\frac { \\pi _ { \\theta } ( a _ { i } | s _ { t } ) } { \\pi _ { \\theta } ^ { M L E } ( a _ { i } | s _ { t } ) } \\right]\n$$", + "text_format": "latex", + "bbox": [ + 315, + 737, + 681, + 780 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "using a weight parameter $\\lambda$ and evaluating the static, pretrained policy $\\pi _ { \\theta } ^ { M L E } ( a _ { i } | s _ { t } )$ . Similarly, for RL scenarios, a way to explicitly encourage exploration is to place a cost on the distribution entropy of the model: ", + "bbox": [ + 174, + 787, + 825, + 829 + ], + "page_idx": 5 + }, + { + "type": "equation", + "img_path": "images/372d447ca59e439414a1bdf4128b1939f9eb67ff4bdfa6bb48156f1aa0cc42c6.jpg", + "text": "$$\nC ^ { E N T } = \\lambda _ { e n t } \\hat { \\mathbb { E } } _ { t } \\left[ - \\sum _ { a _ { i } \\in D } \\pi _ { \\theta } ( a _ { i } | s _ { t } ) \\log \\pi _ { \\theta } ( a _ { i } | s _ { t } ) \\right]\n$$", + "text_format": "latex", + "bbox": [ + 330, + 832, + 666, + 876 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "The values used in this work can be found in the supplementary material. Additionally, we evaluate the policy gradient regularization scheme proposed by Olivecrona et al. (2017), denoted “Aug. MLE” in this paper. ", + "bbox": [ + 174, + 881, + 825, + 924 + ], + "page_idx": 5 + }, + { + "type": "image", + "img_path": "images/59f61b72e08e30f865acebb80541020b2e0c694b78a6fa93a150da3d398420fd.jpg", + "image_caption": [ + "Figure 3: Sample RL trajectories for the tasks (independently-scaled). " + ], + "image_footnote": [], + "bbox": [ + 173, + 98, + 816, + 343 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "5 RESULTS ", + "text_level": 1, + "bbox": [ + 174, + 397, + 281, + 414 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "These algorithms were built using PyTorch (Paszke et al., 2017), with RDKit (Landrum et al.) providing the chemoinformatics functionality. These benchmarks were built as new environments in the OpenAI Gym (Brockman et al., 2016), and will be released as open-source to the community. The code was run using an NVIDIA Tesla V100 GPU, with optimization times for 1000 action-steps shown in the “Runtime” category of Table 1. The final RNN architecture that underlies the Policy Gradient, Regularized PG, GAN, A2C, PPO, HC MLE, and Augmented MLE models consists of three layers of 512 LSTM neurons, with a 512-dimensional embedding layer and a fully-connected output layer of 42 neurons. It takes approximately eight hours to train for 70 epochs on the filtered ChEMBL dataset, with 50,000 randomly-sampled SMILES strings for development, 200,000 for test, and the remaining 1190203 used for training. For the GAN architecture, the discriminator is a convolutional network with two alternating layers of ten kernels of 3x3 convolutions followed by $2 \\mathbf { x } 2$ max-pooling, with global averaging over the final two (real and fake) outputs. Experiments were run for approximately 1.6M action-steps, corresponding roughly to 1000 SMILES in batches of 32 with an average sequence length of 44. ", + "bbox": [ + 174, + 430, + 825, + 625 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Encouragingly, the baseline MLE model after training produces $9 4 . 7 \\%$ valid SMILES out of $1 0 \\mathrm { k }$ generated molecules without further fine-tuning, establishing an extremely competitive benchmark. For similar evaluation, a GVAE was trained on the same dataset and achieved $3 7 . 1 \\%$ valid molecules. Moreover, $9 9 . 8 7 \\%$ of these MLE-sampled molecules were unique, establishing very high diversity. ", + "bbox": [ + 174, + 631, + 825, + 688 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "The RL model results, which are the remaining 17 benchmark tasks including multi-objective optimization, Ro5 optimization, ClogP targeting, and drug-fingerprint targeting, can be found in Table 1, with example RL curves in Fig. 3. The benchmarks referred to by a drug name are the Tanimoto-approach benchmarks, in which a drug is held out from the training set and the model must design a similar drug given only the FCFC4 semantic hash of the drug. The baseline model samples 10k random molecules from the training set, keeping only the best-performing ones. ", + "bbox": [ + 174, + 694, + 825, + 777 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Hillclimb-MLE Perhaps surprisingly, the alternating sampling and HC-MLE training algorithm was the most successful model. The model effectively avoided nonoptimal local minima and steadily increased reward throughout training. Given a large computation budget, this model appears the most successful for widely sampling while still optimizing towards a target. ", + "bbox": [ + 174, + 795, + 823, + 851 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "PPO The PPO with the clipped objective was the most successful standard RL algorithm for this task. It often converges an order-of-magnitude faster than other algorithms, but occasionally chooses a less optimal final configuration or occasional catastrophic loss. For future work where molecule fitness function testing time is significant - if, for example, an assay is required - PPO is a valuable candidate as an optimization strategy. A wide range of learning rates and entropy exploration costs were sampled (not shown) with PPO consistently and reliably training to achieve good performance. ", + "bbox": [ + 174, + 867, + 823, + 924 + ], + "page_idx": 6 + }, + { + "type": "table", + "img_path": "images/c4da2987005616e565904b788309958394fda30fa872cfc03b3e57ae64fab9bc.jpg", + "table_caption": [ + "Table 1: Model performance, given by mean fitness in the final timestep over three random initializations, while single-best SMILES result from the plotted runs is given in parentheses. " + ], + "table_footnote": [], + "table_body": "
BaselineReg. PGA2CPPOHC-MLE
PropertyLogP=-11.000.66 (1.00)0.98 (1.00)1.00 (1.00)0.97 (1.00)
LogP=01.000.78 (1.00)0.98 (1.00)1.00 (1.00)0.98 (1.00)
LogP=11.000.83 (1.00)0.98 (1.00)1.00 (1.00)0.97 (1.00)
LogP=21.000.86 (1.00)0.97 (1.00)1.00 (1.00)0.97 (1.00)
Mult. Obj.LogP=31.000.86 (1.00)0.97 (1.00)0.91 (1.00)0.97 (1.00)
MPO1.000.82 (1.00)0.95 (1.00)1.00 (1.00)0.98 (1.00)
TanimotoRo51.000.77 (1.00)0.96 (1.00)1.00 (1.00)0.59 (1.00)
Albuterol0.02-0.55 (0.41)0.14 (-0.08)0.04 (-0.10)0.32 (0.83)
Aripiprazole-0.15-0.34 (0.63)0.38 (-0.12)0.40 (0.29)0.51 (1.00)
Celecoxxib-0.22-0.35 (0.69)0.20 (-0.06)0.25 (0.14)0.43 (1.00)
Cobimetinib-0.18-0.47 (0.17)-0.01 (-0.01)0.11 (0.06)0.32 (0.57)
Fexofenadine-0.26-0.33 (0.50)-0.24 (-0.13)0.18 (0.19)0.47 (0.82)
Mestranol-0.17-0.46 (0.62)0.14 (-0.22)0.06 (0.30)0.34 (0.85)
Osimertinib-0.44-0.43 (0.15)-0.36 (-0.26)-0.11 (0.11)0.13 (0.48)
Ranolazine-0.20-0.32 (0.49)0.32 (-0.19)0.14 (0.47)0.50 (1.00)
Thiothixene-0.26-0.35 (0.28)-0.09 (-0.19)0.07 (0.29)0.33 (0.57)
Troglitazone-0.28-0.39 (0.27)-0.19 (-0.27)0.06 (0.18)0.24 (0.56)
SummaryMean0.300.09 (0.66)0.42 (0.32)0.48 (0.53)0.59 (0.81)
Runtime0.025s0.68s2.5s8.54s0.31s
", + "bbox": [ + 171, + 140, + 839, + 440 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "", + "bbox": [ + 174, + 468, + 825, + 497 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "GAN The GAN is a nascent and intriguing architecture, but was found to not be optimal for this task yet. The complexity of balancing the discriminator against the generator, interleaving epochs, and choosing a correct architecture made it difficult to use, though a significant body of literature is working to address more stable training (Arjovsky et al., 2017; Salimans et al., 2016). Though MC rollouts are costly in action-steps (leading to the slightly unfair showing in Figure 3), the other problem is more fundamental: as Fig. 4a shows in a Principal Component Analysis (PCA) plot of the MQN descriptors (Nguyen et al., 2009) of the generated molecules, stronger discriminator weight $\\phi _ { D }$ forces the generated molecules to more closely match the primary modes of the training data. Effectively reproducing the training data, however, contrasts with the purpose of the generator for optimizing towards a given molecule. While this operates effectively as a regularizer, it is far more stable and explicit to regularize against the KL divergence as is done for the Regularized Policy Gradient model than to balance the hyperparameters of a GAN. Perhaps future work can investigate other uses of the GAN to, e.g., coerce the architecture away from reproducing identical sequences rather than memorizing the training data. ", + "bbox": [ + 174, + 513, + 826, + 708 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Benefits of extended sampling Examining the difference in the best single reward on the plotted runs (parentheses) in Table 1 and the final timestep mean (no parentheses), algorithms clearly benefit merely from sampling from a well-trained initial model for an extended period of time. The regularized policy gradient model, in particular, demonstrates high peak performance yet consistently does not learn effectively, suggesting that straightforward sampling for a large, diverse model may be an acceptable strategy in the absence of convergence-time costs. ", + "bbox": [ + 174, + 724, + 825, + 809 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Temperature Sampling A temperature factor is often included in available implementations to allow the generation of more diverse molecules. It has a straightforward formulation for an output distribution $P$ yielding $\\begin{array} { r } { P _ { t } = \\frac { 1 } { Z } e ^ { P / t } } \\end{array}$ , with normalization constant $Z$ , temperature $t$ , and temperaturealtered probability distribution $P _ { t }$ . However, as shown in the t-distributed Stochastic Neighbor Embedding (t-SNE) (Maaten & Hinton, 2008) plot in Fig. 4b, higher temperatures do not necessarily translate to a better coverage of chemical space. As a large proportion of possible SMILES strings are invalid, increasing the temperature is likely to invalidate the SMILES string. The molecules generated in the highest-temperature network favor short, brief SMILES strings that vastly undersample the chemical space. Indeed, this suggests the best strategy to achieve high diversity and a larger sampling of valid space is to not use temperature sampling at all. ", + "bbox": [ + 174, + 824, + 825, + 924 + ], + "page_idx": 7 + }, + { + "type": "image", + "img_path": "images/5e70fba47167f678cfbc2b675b041dbf027e421b55a786a86bed2b21b272e06a.jpg", + "image_caption": [ + "Figure 4: In (a), PCA plot of the GAN generator under various influences of the discriminator. In (b), sampling from a model at higher temperatures counter-intuitively does not increase coverage. " + ], + "image_footnote": [], + "bbox": [ + 179, + 104, + 807, + 367 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "", + "bbox": [ + 174, + 435, + 825, + 478 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "6 CONCLUSION ", + "text_level": 1, + "bbox": [ + 174, + 498, + 318, + 515 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "In this work, we proposed a large, standardized dataset and a set of 19 benchmarks to evaluate models for molecule generation and design. Several RL strategies were investigated on these benchmarks. Here, the results suggest that the Hillclimb-MLE model is a surprisingly robust technique with large datasets and deep models, outperforming PPO given sufficient compute times and sample evaluations. In the space of constrained compute and sample evaluations, PPO was shown to be an effective learning algorithm, converging an order of magnitude before other reinforcement-learning algorithms for molecule generation. ", + "bbox": [ + 174, + 531, + 825, + 628 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Nevertheless, there is still tremendous need for more efficient and effective models for molecular design, which could have a profound impact on molecular design — including drug, materials and agrochemicals discovery — and thus immediately on human well-being. With the present, easily usable benchmark, we hope to inspire the machine learning community to pick up this challenge. ", + "bbox": [ + 176, + 636, + 825, + 691 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "REFERENCES ", + "text_level": 1, + "bbox": [ + 174, + 713, + 285, + 728 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Martin Arjovsky, Soumith Chintala, and Leon Bottou. Wasserstein gan. ´ arXiv preprint arXiv:1701.07875, 2017. ", + "bbox": [ + 173, + 737, + 823, + 766 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Greg Brockman, Vicki Cheung, Ludwig Pettersson, Jonas Schneider, John Schulman, Jie Tang, and Wojciech Zaremba. Openai gym, 2016. ", + "bbox": [ + 169, + 776, + 825, + 806 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Dean G Brown and Jonas Bostrom. Analysis of past and present synthetic methodologies on medicinal ¨ chemistry: where have all the new reactions gone? J. Med. Chem, 59(10):4443–4458, 2016. ", + "bbox": [ + 169, + 815, + 825, + 845 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Nathan Brown. Chemoinformatics – an introduction for computer scientists. ACM Computing Surveys (CSUR), 41(2):8, 2009. ", + "bbox": [ + 171, + 856, + 825, + 885 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Nathan Brown. In Silico Medicinal Chemistry: Computational Methods to Support Drug Design. Royal Society of Chemistry, 2015. ", + "bbox": [ + 173, + 895, + 823, + 924 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Kyunghyun Cho, Bart van Merrienboer, Caglar Gulcehre, Fethi Bougares, Holger Schwenk, and Yoshua Bengio. Learning phrase representations using RNN encoder-decoder for statistical machine translation. arXiv preprint arXiv:1406.1078, 2014. ", + "bbox": [ + 176, + 103, + 823, + 146 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Thomas Degris, Patrick M Pilarski, and Richard S Sutton. Model-free reinforcement learning with continuous action in practice. In American Control Conference (ACC), 2012, pp. 2177–2182. IEEE, 2012. ", + "bbox": [ + 176, + 154, + 825, + 196 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Nicholas C Firth, Butrus Atrash, Nathan Brown, and Julian Blagg. Moarf, an integrated workflow for multiobjective optimization: implementation, synthesis, and biological evaluation. Journal of chemical information and modeling, 55(6):1169–1180, 2015. ", + "bbox": [ + 174, + 205, + 826, + 248 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Yarin Gal and Zoubin Ghahramani. A theoretically grounded application of dropout in recurrent neural networks. In Advances in neural information processing systems, pp. 1019–1027, 2016. ", + "bbox": [ + 174, + 257, + 820, + 286 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Anna Gaulton, Louisa J Bellis, A Patricia Bento, Jon Chambers, Mark Davies, Anne Hersey, Yvonne Light, Shaun McGlinchey, David Michalovich, Bissan Al-Lazikani, et al. Chembl: a large-scale bioactivity database for drug discovery. Nucleic acids research, 40(D1):D1100–D1107, 2011. ", + "bbox": [ + 174, + 295, + 825, + 338 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Arup K Ghose, Vellarkad N Viswanadhan, and John J Wendoloski. A knowledge-based approach in designing combinatorial or medicinal chemistry libraries for drug discovery. 1. a qualitative and quantitative characterization of known drug databases. Journal of combinatorial chemistry, 1(1): 55–68, 1999. ", + "bbox": [ + 174, + 347, + 825, + 404 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Yoav Goldberg. A primer on neural network models for natural language processing. J. Artif. Intell. Res.(JAIR), 57:345–420, 2016. ", + "bbox": [ + 173, + 411, + 823, + 441 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Rafael Gomez-Bombarelli, David Duvenaud, Jos ´ e Miguel Hern ´ andez-Lobato, Jorge Aguilera- ´ Iparraguirre, Timothy D Hirzel, Ryan P Adams, and Alan Aspuru-Guzik. Automatic chemical de- ´ sign using a data-driven continuous representation of molecules. arXiv preprint arXiv:1610.02415, 2016. ", + "bbox": [ + 173, + 449, + 826, + 506 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Ian Goodfellow, Jean Pouget-Abadie, Mehdi Mirza, Bing Xu, David Warde-Farley, Sherjil Ozair, Aaron Courville, and Yoshua Bengio. Generative adversarial nets. In Advances in neural information processing systems, pp. 2672–2680, 2014. ", + "bbox": [ + 173, + 515, + 826, + 558 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Alex Graves. Generating sequences with recurrent neural networks. arXiv preprint arXiv:1308.0850, 2013. ", + "bbox": [ + 169, + 566, + 825, + 595 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Gabriel Lima Guimaraes, Benjamin Sanchez-Lengeling, Pedro Luis Cunha Farias, and Alan Aspuru- ´ Guzik. Objective-Reinforced Generative Adversarial Networks (ORGAN) for Sequence Generation Models. arXiv preprint arXiv:1705.10843, 2017. ", + "bbox": [ + 176, + 604, + 825, + 647 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Sepp Hochreiter and Jurgen Schmidhuber. Long short-term memory. ¨ Neural Computation, 9(8): 1735–1780, 1997. ", + "bbox": [ + 171, + 655, + 825, + 684 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Natasha Jaques, Shixiang Gu, Dzmitry Bahdanau, Jose Miguel Hern ´ andez-Lobato, Richard E Turner, ´ and Douglas Eck. Sequence tutor: Conservative fine-tuning of sequence generation models with kl-control. In International Conference on Machine Learning, pp. 1645–1654, 2017. ", + "bbox": [ + 173, + 693, + 826, + 736 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Matt J. Kusner, Brooks Paige, and Jose Miguel Hern ´ andez-Lobato. Grammar Variational Autoencoder.´ mar 2017. URL http://arxiv.org/abs/1703.01925. ", + "bbox": [ + 176, + 744, + 821, + 773 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Greg Landrum et al. Rdkit: Open-source cheminformatics. URL http://www.rdkit.org. ", + "bbox": [ + 178, + 782, + 803, + 797 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Christopher A Lipinski. Lead-and drug-like compounds: the rule-of-five revolution. Drug Discovery Today: Technologies, 1(4):337–341, 2004. ", + "bbox": [ + 174, + 806, + 823, + 835 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Laurens van der Maaten and Geoffrey Hinton. Visualizing data using t-sne. Journal of Machine Learning Research, 9(Nov):2579–2605, 2008. ", + "bbox": [ + 171, + 843, + 823, + 872 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Volodymyr Mnih, Adria Puigdomenech Badia, Mehdi Mirza, Alex Graves, Timothy Lillicrap, Tim Harley, David Silver, and Koray Kavukcuoglu. Asynchronous methods for deep reinforcement learning. In International Conference on Machine Learning, pp. 1928–1937, 2016. ", + "bbox": [ + 176, + 881, + 825, + 924 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Kong T Nguyen, Lorenz C Blum, Ruud Van Deursen, and Jean-Louis Reymond. Classification of organic molecules by molecular quantum numbers. ChemMedChem, 4(11):1803–1805, 2009. ", + "bbox": [ + 171, + 103, + 825, + 132 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Marcus Olivecrona, Thomas Blaschke, Ola Engkvist, and Hongming Chen. Molecular de-novo design through deep reinforcement learning. Journal of Cheminformatics, 9(1):1–14, 2017. ", + "bbox": [ + 176, + 140, + 823, + 171 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Adam Paszke, Sam Gross, and Soumith Chintala. Pytorch, 2017. ", + "bbox": [ + 174, + 178, + 599, + 194 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Alec Radford, Luke Metz, and Soumith Chintala. Unsupervised representation learning with deep convolutional generative adversarial networks. arXiv preprint arXiv:1511.06434, 2015. ", + "bbox": [ + 173, + 203, + 823, + 232 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "David Rogers and Mathew Hahn. Extended-connectivity fingerprints. Journal of chemical information and modeling, 50(5):742–754, 2010. ", + "bbox": [ + 171, + 239, + 823, + 270 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Tim Salimans, Ian Goodfellow, Wojciech Zaremba, Vicki Cheung, Alec Radford, and Xi Chen. Improved techniques for training gans. In Advances in Neural Information Processing Systems, pp. 2234–2242, 2016. ", + "bbox": [ + 176, + 277, + 825, + 320 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Gisbert Schneider. De novo molecular design. John Wiley & Sons, 2013. ", + "bbox": [ + 173, + 329, + 655, + 345 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "John Schulman, Philipp Moritz, Sergey Levine, Michael Jordan, and Pieter Abbeel. High-dimensional continuous control using generalized advantage estimation. arXiv preprint arXiv:1506.02438, 2015. ", + "bbox": [ + 176, + 353, + 825, + 396 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "John Schulman, Filip Wolski, Prafulla Dhariwal, Alec Radford, and Oleg Klimov. Proximal policy optimization algorithms. arXiv preprint arXiv:1707.06347, 2017. ", + "bbox": [ + 171, + 405, + 825, + 435 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Marwin H. S. Segler, Thierry Kogej, Christian Tyrchan, and Mark P. Waller. Generating Focussed Molecule Libraries for Drug Discovery with Recurrent Neural Networks. arXiv preprint arXiv:1701.01329, 2017. ", + "bbox": [ + 173, + 443, + 823, + 486 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Richard S Sutton and Andrew G Barto. Reinforcement learning: An introduction, volume 1. MIT press Cambridge, 1998. ", + "bbox": [ + 171, + 494, + 823, + 523 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "David Weininger. Smiles, a chemical language and information system. 1. introduction to methodol ogy and encoding rules. J. Chem. Inf. Comp. Sci., 28(1):31–36, 1988. ", + "bbox": [ + 174, + 532, + 823, + 561 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "David Weininger, Arthur Weininger, and Joseph L Weininger. Smiles. 2. algorithm for generation of unique smiles notation. J. Chem. Inf. Comp. Sci., 29(2):97–101, 1989. ", + "bbox": [ + 176, + 570, + 823, + 599 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "David White and Richard C Wilson. Generative models for chemical structures. J. Chem. Inf. Mod., 50(7):1257–1274, 2010. ", + "bbox": [ + 176, + 607, + 823, + 637 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Ronald J Williams. Simple statistical gradient-following algorithms for connectionist reinforcement learning. Machine learning, 8(3-4):229–256, 1992. ", + "bbox": [ + 173, + 645, + 823, + 674 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Xiufeng Yang, Jinzhe Zhang, Kazuki Yoshizoe, Kei Terayama, and Koji Tsuda. Chemts: an efficient python library for de novo molecular generation. Science and Technology of Advanced Materials, 18(1):972–976, 2017. ", + "bbox": [ + 173, + 683, + 826, + 727 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Lantao Yu, Weinan Zhang, Jun Wang, and Yong Yu. Seqgan: Sequence generative adversarial nets with policy gradient. In AAAI, pp. 2852–2858, 2017. ", + "bbox": [ + 173, + 734, + 823, + 765 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Jun-Yan Zhu, Taesung Park, Phillip Isola, and Alexei A Efros. Unpaired image-to-image translation using cycle-consistent adversarial networks. arXiv preprint arXiv:1703.10593, 2017. ", + "bbox": [ + 171, + 772, + 825, + 803 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "A SUPPLEMENTARY MATERIAL ", + "text_level": 1, + "bbox": [ + 178, + 102, + 450, + 117 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "This supplementary material section offers additional information and to aid in reproducibility for the reader. For visibility regarding the extent to which the MLE pretrained-model matches the trained space of chemistry, Figure 5 demonstrates its ability to effectively map and generate the space of ChEMBL molecules. In Table 2, the SMILES dictionary used in this work can be found. The drugs used in the Tanimoto fingerprint approach task can be found in Table 3, with the hyperparameters used in this work in Table 4. ", + "bbox": [ + 174, + 133, + 825, + 217 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "DATASET PROPROCESSING", + "text_level": 1, + "bbox": [ + 176, + 234, + 359, + 247 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Preprocessing the Chembl-23 dataset is comprised of a few steps. First, all molecules containing the compounds are neutralized and salts are stripped, keeping only the largest connected component. Then, the canonical SMILES representation of the molecules are generated using RDKit (Landrum et al.), and all SMILES sequences longer than 100 characters are filtered out. Most molecules with more than 100 SMILES symbols are either peptides, too heavy or too complex to be considered in de novo-design, and $9 6 . 7 \\%$ of ChEMBL is less than 100 symbols in length. Any SMILES containing forbidden symbols (Table 2) are filtered out. Further, the molecules of the Tanimoto benchmark are removed from the set. Finally, all molecules similar to these benchmark molecules in terms a Tanimoto coefficient greater than 0.5 on ECFC4 fingerprints are removed. The remaining molecules are randomly split into train, test and development set. ", + "bbox": [ + 174, + 260, + 825, + 398 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Before one-hot encoding, the four multi-character included atoms (Br, Cl, Si, Se) were replaced with single-character substitutes. Then, the included symbols (including start character $\" \\bigcirc : $ and end character $\" \\setminus \"$ are converted to integer token equivalents. ", + "bbox": [ + 176, + 406, + 825, + 448 + ], + "page_idx": 11 + }, + { + "type": "image", + "img_path": "images/12b554fcb8efc50287e2d3b5764756f8547ab32669e198bd92c881dd10a709cd.jpg", + "image_caption": [ + "Figure 5: t-SNE visualization (Maaten & Hinton, 2008) of MLE sampling of generated space. The MLE model effectively covers the space of ChEMBL and even reproduces the subspaces around the ChEMBL molecules. " + ], + "image_footnote": [], + "bbox": [ + 173, + 117, + 818, + 363 + ], + "page_idx": 12 + }, + { + "type": "table", + "img_path": "images/fb78ada41b76e702f62fda496f90e07895a3fe5bfd376b1e65953945aabe0310.jpg", + "table_caption": [ + "Table 2: Dictionary of SMILES " + ], + "table_footnote": [], + "table_body": "
Forbidden Symbols'Li','Be','Ne','Na','Mg','Al','Ar','K','Ca','Sc', 'Ti','V','Cr','Mn','Fe','Co','Ni','Cu','Zn','Ga', 'Ge','As','Kr','Rb','Sr','Y','Zr','Nb','Mo','Tc', 'Ru','Rh','Pd','Ag','Cd','In','Sn','Sb','Xe','Cs', 'Ba','Hf','Ta','W','Re','Os','Ir','Pt','Au','Hg', 'Tl','Pb','Bi','Po','At','Rn','Fr','Ra','Rf','Db', 'Sg','Bh','Hs','Mt','Ds','Rg','Cn','Fl','Lv','La', 'Ce','Pr','Nd','Pm','Sm','Eu','Gd','Tb','Dy','Ho', 'Er','Tm','Yb','Lu','Ac','Th','Pa','U','Np','Pu',
Multi-character Symbols'te','Te','se'
Included Symbols'Br':Y,'Cl':X,'Si':A,'Se':Z 'Q','\\n','','#','%','(', 1
", + "bbox": [ + 173, + 478, + 862, + 722 + ], + "page_idx": 12 + }, + { + "type": "table", + "img_path": "images/919d2cb52f528f389a4dac44c0dce5ceb8e9653aa674080a7fed5cbc128e9d55.jpg", + "table_caption": [ + "Table 3: Drugs used in the Tanimoto benchmark task " + ], + "table_footnote": [], + "table_body": "
DrugSMILES
AlbuterolCC(C)(C)NCC(O)clccc(O)c(CO)c1
AripiprazoleClc1cccc(N2CCN(CCCCOc3ccc4CCC(=O)Nc4c3)CC2)c1C1
CelecoxxibCclccc(ccl)-clcc(nnl-clccc(ccl)S(N)(=O)=O)C(F)(F)F
CobimetinibOC1(CN(C1)C(=O)clccc(F)c(F)c1Nclccc(I) cclF)C1CCCCN1
FexofenadineCC(C)(C(O)=O)clccc(ccl)C(O)cccNiccC(Cc1)C(O)(clcccccl)clccccc1
MestranolCOc1ccc2C3CCC4(C)C(CCC4(O)C#C)C3CCc2c1
OsimertinibCOclcc(N(C)CCN(C)C)c(NC(=O)C=C)cc1Nc2nccc(n2)c3cn(C)c4ccccc34
RanolazineCOc1ccccc1OCC(O) CN2CCN(CC(=O)Nc3c(C)cccc3C)CC2
ThiothixeneCN(C)S(=O)(=O)clccc2Sc3ccccc3C(=CCCN4CCN(C)CC4)c2c1
TroglitazoneCclc(C)c2OC(C) (COc3ccc(CC4SC(=O)NC4=O)cc3)CCc2c(C)c1O
", + "bbox": [ + 232, + 781, + 759, + 909 + ], + "page_idx": 12 + }, + { + "type": "image", + "img_path": "images/b2c5d80b50d6aea19cc7747ce74a1cd82c1dfd97fc3176b47917e2c9d661ea23.jpg", + "image_caption": [ + "Figure 6: Target molecules for the Tanimoto benchmark. " + ], + "image_footnote": [], + "bbox": [ + 173, + 335, + 825, + 657 + ], + "page_idx": 13 + }, + { + "type": "table", + "img_path": "images/ea40e79e262b3e77c4fe03aba25d90e054317252abec67033f07465ab2ca052a.jpg", + "table_caption": [ + "Table 4: Hyperparameters " + ], + "table_footnote": [], + "table_body": "
ModelParamExplanation
Baselinebatchsize = 10 epochs = 1000Number of SMILES per batch Number of batches
Reg. PGmax_len=100 batchsize=128 num_epochs=128 c_reg=10Max length of a SMILES Number of parallel batches Number of batches of RL optimization Weight of the MLE regularizer Learning rate of Adam optimizer
A2Clr=1e-4 num_actions=1e6 max-grad_norm=0.5 gamma=1.0 ir=4e-4 eps=1e-8 num_steps=40 batch_size=32 entropy-coef=0.013 gae=1 tau=0.95Total number of actions of RL optimization Maximum norm of gradient before clipping Time-discount factor Learning rate of Adam optimizer Epsilon parameter for Adam optimizer Number of steps of forward steps Number of parallel environments Multiplicative cost of the entropy Use generalized advantage estimation Generalized advantage estimation tau
GANval_loss_wt=0.5 pretrain_discrim=5 num_rounds=4 rl_epochs=5 discr_epochs=1 phi_D=0.05 batch_size=8 max_len=100 gamma=0.98 num_rollout s=3 lr=1e-3 lr=1e-3Weight of the value loss Number of epochs to pretrain the discriminator Number of rounds of RL-and-discriminator alternating training Number of RL epochs per round Number of discriminator epochs per round Weight of the discriminator in reward Batch size of training Max rollout length Time-discount factor for rollouts Number of rollouts per action-step Learning rate of Adam optimizer for generator Learning rate of Adam optimizer for discriminator
PPOppo_batch_size=64 ppo_epoch=4 epsilon=0.2 num_actions=1e6 max-grad_norm=0.5 gamma=1.0 lr=4e-4 eps=1e-8 num_steps=40 batch_size=32 entropy-coef=0.013 gae=0 val_loss_wt=0.5Batch size of the PPO updates Number of PPO epochs Width of the PPO clip region Total number of actions of RL optimization Maximum norm of gradient before clipping Time-discount factor Learning rate of Adam optimizer Epsilon parameter for Adam optimizer Number of steps of forward steps Number of parallel environments Multiplicative cost of the entropy Do not use generalized advantage estimation Weight of the value loss
", + "bbox": [ + 173, + 199, + 872, + 849 + ], + "page_idx": 14 + } +] \ No newline at end of file diff --git a/parse/train/HkcTe-bR-/HkcTe-bR-_middle.json b/parse/train/HkcTe-bR-/HkcTe-bR-_middle.json new file mode 100644 index 0000000000000000000000000000000000000000..603cfe0d5ef76bab37e5f28d4e927ba8ea0be129 --- /dev/null +++ b/parse/train/HkcTe-bR-/HkcTe-bR-_middle.json @@ -0,0 +1,30780 @@ +{ + "pdf_info": [ + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 108, + 78, + 506, + 116 + ], + "lines": [ + { + "bbox": [ + 106, + 78, + 508, + 96 + ], + "spans": [ + { + "bbox": [ + 106, + 78, + 508, + 96 + ], + "score": 1.0, + "content": "EXPLORING DEEP RECURRENT MODELS WITH REIN-", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 99, + 469, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 99, + 469, + 117 + ], + "score": 1.0, + "content": "FORCEMENT LEARNING FOR MOLECULE DESIGN", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 112, + 135, + 244, + 157 + ], + "lines": [ + { + "bbox": [ + 113, + 136, + 201, + 147 + ], + "spans": [ + { + "bbox": [ + 113, + 136, + 201, + 147 + ], + "score": 1.0, + "content": "Anonymous authors", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 112, + 146, + 245, + 158 + ], + "spans": [ + { + "bbox": [ + 112, + 146, + 245, + 158 + ], + "score": 1.0, + "content": "Paper under double-blind review", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2.5 + }, + { + "type": "title", + "bbox": [ + 278, + 186, + 333, + 199 + ], + "lines": [ + { + "bbox": [ + 276, + 185, + 336, + 200 + ], + "spans": [ + { + "bbox": [ + 276, + 185, + 336, + 200 + ], + "score": 1.0, + "content": "ABSTRACT", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 143, + 212, + 469, + 365 + ], + "lines": [ + { + "bbox": [ + 141, + 211, + 469, + 225 + ], + "spans": [ + { + "bbox": [ + 141, + 211, + 469, + 225 + ], + "score": 1.0, + "content": "The design of small molecules with bespoke properties is of central importance", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 141, + 223, + 469, + 235 + ], + "spans": [ + { + "bbox": [ + 141, + 223, + 469, + 235 + ], + "score": 1.0, + "content": "to drug discovery. However significant challenges yet remain for computational", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 141, + 234, + 470, + 246 + ], + "spans": [ + { + "bbox": [ + 141, + 234, + 470, + 246 + ], + "score": 1.0, + "content": "methods, despite recent advances such as deep recurrent networks and reinforce-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 141, + 245, + 469, + 257 + ], + "spans": [ + { + "bbox": [ + 141, + 245, + 469, + 257 + ], + "score": 1.0, + "content": "ment learning strategies for sequence generation, and it can be difficult to compare", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 141, + 255, + 470, + 268 + ], + "spans": [ + { + "bbox": [ + 141, + 255, + 470, + 268 + ], + "score": 1.0, + "content": "results across different works. This work proposes 19 benchmarks selected by", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 141, + 267, + 470, + 279 + ], + "spans": [ + { + "bbox": [ + 141, + 267, + 470, + 279 + ], + "score": 1.0, + "content": "subject experts, expands smaller datasets previously used to approximately 1.1", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 141, + 277, + 470, + 291 + ], + "spans": [ + { + "bbox": [ + 141, + 277, + 470, + 291 + ], + "score": 1.0, + "content": "million training molecules, and explores how to apply new reinforcement learning", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 141, + 289, + 469, + 300 + ], + "spans": [ + { + "bbox": [ + 141, + 289, + 469, + 300 + ], + "score": 1.0, + "content": "techniques effectively for molecular design. The benchmarks here, built as OpenAI", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 141, + 299, + 470, + 312 + ], + "spans": [ + { + "bbox": [ + 141, + 299, + 470, + 312 + ], + "score": 1.0, + "content": "Gym environments, will be open-sourced to encourage innovation in molecular", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 141, + 310, + 471, + 323 + ], + "spans": [ + { + "bbox": [ + 141, + 310, + 471, + 323 + ], + "score": 1.0, + "content": "design algorithms and to enable usage by those without a background in chemistry.", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 141, + 321, + 469, + 333 + ], + "spans": [ + { + "bbox": [ + 141, + 321, + 469, + 333 + ], + "score": 1.0, + "content": "Finally, this work explores recent development in reinforcement-learning methods", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 141, + 332, + 469, + 345 + ], + "spans": [ + { + "bbox": [ + 141, + 332, + 469, + 345 + ], + "score": 1.0, + "content": "with excellent sample complexity (the A2C and PPO algorithms) and investigates", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 141, + 343, + 469, + 356 + ], + "spans": [ + { + "bbox": [ + 141, + 343, + 469, + 356 + ], + "score": 1.0, + "content": "their behavior in molecular generation, demonstrating significant performance", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 141, + 354, + 396, + 368 + ], + "spans": [ + { + "bbox": [ + 141, + 354, + 396, + 368 + ], + "score": 1.0, + "content": "gains compared to standard reinforcement learning techniques.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 11.5 + }, + { + "type": "title", + "bbox": [ + 109, + 388, + 206, + 400 + ], + "lines": [ + { + "bbox": [ + 105, + 386, + 208, + 402 + ], + "spans": [ + { + "bbox": [ + 105, + 386, + 208, + 402 + ], + "score": 1.0, + "content": "1 INTRODUCTION", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 19 + }, + { + "type": "text", + "bbox": [ + 107, + 412, + 505, + 566 + ], + "lines": [ + { + "bbox": [ + 105, + 412, + 505, + 425 + ], + "spans": [ + { + "bbox": [ + 105, + 412, + 505, + 425 + ], + "score": 1.0, + "content": "Novel drugs are developed using design - make - test cycles: molecules are designed, synthesized in", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 423, + 505, + 437 + ], + "spans": [ + { + "bbox": [ + 106, + 423, + 505, + 437 + ], + "score": 1.0, + "content": "the laboratory, and then tested for their biological effect. The insights gained from these tests then", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 434, + 505, + 447 + ], + "spans": [ + { + "bbox": [ + 105, + 434, + 505, + 447 + ], + "score": 1.0, + "content": "inform the design for the next iteration. The objective of de novo design methodologies is to perform", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 446, + 505, + 458 + ], + "spans": [ + { + "bbox": [ + 106, + 446, + 505, + 458 + ], + "score": 1.0, + "content": "this cycle with computational methods (Brown, 2015; Schneider, 2013). The test phase was the first", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 457, + 505, + 469 + ], + "spans": [ + { + "bbox": [ + 106, + 457, + 505, + 469 + ], + "score": 1.0, + "content": "to be automated, using the broad categorization of machine learning models known as quantitative", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 468, + 506, + 480 + ], + "spans": [ + { + "bbox": [ + 105, + 468, + 506, + 480 + ], + "score": 1.0, + "content": "structure-activity/property relationships (QSAR/QSPR) to predict the activity of a molecule against", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 104, + 479, + 505, + 491 + ], + "spans": [ + { + "bbox": [ + 104, + 479, + 505, + 491 + ], + "score": 1.0, + "content": "a certain biological target, or physicochemical properties. To make virtual molecules, symbolic", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 489, + 506, + 502 + ], + "spans": [ + { + "bbox": [ + 105, + 489, + 506, + 502 + ], + "score": 1.0, + "content": "approaches based on graph rewriting have been used, which are domain-specific and rely on extensive", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 501, + 505, + 514 + ], + "spans": [ + { + "bbox": [ + 105, + 501, + 505, + 514 + ], + "score": 1.0, + "content": "hand-engineering by experts. To optimize the properties of a molecule, for example its activity against", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 510, + 506, + 525 + ], + "spans": [ + { + "bbox": [ + 105, + 510, + 506, + 525 + ], + "score": 1.0, + "content": "a biological target (design), global optimization approaches such as evolutionary algorithms or ant", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 522, + 506, + 535 + ], + "spans": [ + { + "bbox": [ + 105, + 522, + 506, + 535 + ], + "score": 1.0, + "content": "colony optimization have been used (Brown, 2015; Schneider, 2013). Symbolic approaches have", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 533, + 506, + 546 + ], + "spans": [ + { + "bbox": [ + 105, + 533, + 506, + 546 + ], + "score": 1.0, + "content": "been highlighted as either generating unrealistic molecules that would be difficult to synthesize, or", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 543, + 505, + 557 + ], + "spans": [ + { + "bbox": [ + 105, + 543, + 505, + 557 + ], + "score": 1.0, + "content": "for being too conservative, and therefore not sufficiently exploring the space of tractable molecules", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 555, + 286, + 567 + ], + "spans": [ + { + "bbox": [ + 105, + 555, + 286, + 567 + ], + "score": 1.0, + "content": "(Schneider, 2013; Brown & Bostrom, 2016). ¨", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 26.5 + }, + { + "type": "text", + "bbox": [ + 107, + 572, + 505, + 671 + ], + "lines": [ + { + "bbox": [ + 106, + 573, + 505, + 585 + ], + "spans": [ + { + "bbox": [ + 106, + 573, + 505, + 585 + ], + "score": 1.0, + "content": "Recently, generative models have been proposed to learn the distribution of real druglike molecules", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 583, + 505, + 595 + ], + "spans": [ + { + "bbox": [ + 106, + 583, + 505, + 595 + ], + "score": 1.0, + "content": "from data, and then to generate chemical structures that are appropriate for the application domain", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 592, + 506, + 608 + ], + "spans": [ + { + "bbox": [ + 105, + 592, + 506, + 608 + ], + "score": 1.0, + "content": "(White & Wilson, 2010). Interestingly, the generation of molecules is related to natural language", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 604, + 507, + 619 + ], + "spans": [ + { + "bbox": [ + 105, + 604, + 507, + 619 + ], + "score": 1.0, + "content": "generation (NLG). Two classic problems of NLG – preserving coherent long-range dependencies,", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 615, + 505, + 629 + ], + "spans": [ + { + "bbox": [ + 105, + 615, + 505, + 629 + ], + "score": 1.0, + "content": "and syntactic and semantic correctness – directly map to molecules. Current investigations draw", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 627, + 506, + 640 + ], + "spans": [ + { + "bbox": [ + 105, + 627, + 506, + 640 + ], + "score": 1.0, + "content": "heavily from tools developed for language tasks, including variational autoencoders (VAE) (Gomez- ´", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 637, + 506, + 651 + ], + "spans": [ + { + "bbox": [ + 105, + 637, + 506, + 651 + ], + "score": 1.0, + "content": "Bombarelli et al., 2016; Kusner et al., 2017), recurrent neural network (RNN) models (Segler et al.,", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 648, + 506, + 662 + ], + "spans": [ + { + "bbox": [ + 105, + 648, + 506, + 662 + ], + "score": 1.0, + "content": "2017; Jaques et al., 2017; Olivecrona et al., 2017), generative adversarial networks (GAN) (Guimaraes", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 660, + 391, + 672 + ], + "spans": [ + { + "bbox": [ + 105, + 660, + 391, + 672 + ], + "score": 1.0, + "content": "et al., 2017) and Monte Carlo Tree Search (MCTS) (Yang et al., 2017).", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 38 + }, + { + "type": "text", + "bbox": [ + 107, + 677, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 676, + 506, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 506, + 690 + ], + "score": 1.0, + "content": "This work seeks to consolidate the growing body of recurrent models for molecular design that", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 687, + 506, + 701 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 506, + 701 + ], + "score": 1.0, + "content": "employ reinforcement learning. Here, we suggest a set of 19 benchmarks of relevance to de novo", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "design. Furthermore, an implementation of these benchmarks as an OpenAI Gym is provided to the", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 708, + 506, + 725 + ], + "spans": [ + { + "bbox": [ + 105, + 708, + 506, + 725 + ], + "score": 1.0, + "content": "community to spur further innovation. Finally, we demonstrate state-of-the-art performance using", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 720, + 399, + 735 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 399, + 735 + ], + "score": 1.0, + "content": "new techniques drawing from recent advances in reinforcement learning.", + "type": "text" + } + ], + "index": 47 + } + ], + "index": 45 + } + ], + "page_idx": 0, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 107, + 26, + 309, + 38 + ], + "spans": [ + { + "bbox": [ + 107, + 26, + 309, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 751, + 308, + 760 + ], + "lines": [ + { + "bbox": [ + 302, + 751, + 308, + 761 + ], + "spans": [ + { + "bbox": [ + 302, + 751, + 308, + 761 + ], + "score": 1.0, + "content": "1", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "title", + "bbox": [ + 108, + 78, + 506, + 116 + ], + "lines": [ + { + "bbox": [ + 106, + 78, + 508, + 96 + ], + "spans": [ + { + "bbox": [ + 106, + 78, + 508, + 96 + ], + "score": 1.0, + "content": "EXPLORING DEEP RECURRENT MODELS WITH REIN-", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 99, + 469, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 99, + 469, + 117 + ], + "score": 1.0, + "content": "FORCEMENT LEARNING FOR MOLECULE DESIGN", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 112, + 135, + 244, + 157 + ], + "lines": [ + { + "bbox": [ + 113, + 136, + 201, + 147 + ], + "spans": [ + { + "bbox": [ + 113, + 136, + 201, + 147 + ], + "score": 1.0, + "content": "Anonymous authors", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 112, + 146, + 245, + 158 + ], + "spans": [ + { + "bbox": [ + 112, + 146, + 245, + 158 + ], + "score": 1.0, + "content": "Paper under double-blind review", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2.5, + "bbox_fs": [ + 112, + 136, + 245, + 158 + ] + }, + { + "type": "title", + "bbox": [ + 278, + 186, + 333, + 199 + ], + "lines": [ + { + "bbox": [ + 276, + 185, + 336, + 200 + ], + "spans": [ + { + "bbox": [ + 276, + 185, + 336, + 200 + ], + "score": 1.0, + "content": "ABSTRACT", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 143, + 212, + 469, + 365 + ], + "lines": [ + { + "bbox": [ + 141, + 211, + 469, + 225 + ], + "spans": [ + { + "bbox": [ + 141, + 211, + 469, + 225 + ], + "score": 1.0, + "content": "The design of small molecules with bespoke properties is of central importance", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 141, + 223, + 469, + 235 + ], + "spans": [ + { + "bbox": [ + 141, + 223, + 469, + 235 + ], + "score": 1.0, + "content": "to drug discovery. However significant challenges yet remain for computational", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 141, + 234, + 470, + 246 + ], + "spans": [ + { + "bbox": [ + 141, + 234, + 470, + 246 + ], + "score": 1.0, + "content": "methods, despite recent advances such as deep recurrent networks and reinforce-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 141, + 245, + 469, + 257 + ], + "spans": [ + { + "bbox": [ + 141, + 245, + 469, + 257 + ], + "score": 1.0, + "content": "ment learning strategies for sequence generation, and it can be difficult to compare", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 141, + 255, + 470, + 268 + ], + "spans": [ + { + "bbox": [ + 141, + 255, + 470, + 268 + ], + "score": 1.0, + "content": "results across different works. This work proposes 19 benchmarks selected by", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 141, + 267, + 470, + 279 + ], + "spans": [ + { + "bbox": [ + 141, + 267, + 470, + 279 + ], + "score": 1.0, + "content": "subject experts, expands smaller datasets previously used to approximately 1.1", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 141, + 277, + 470, + 291 + ], + "spans": [ + { + "bbox": [ + 141, + 277, + 470, + 291 + ], + "score": 1.0, + "content": "million training molecules, and explores how to apply new reinforcement learning", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 141, + 289, + 469, + 300 + ], + "spans": [ + { + "bbox": [ + 141, + 289, + 469, + 300 + ], + "score": 1.0, + "content": "techniques effectively for molecular design. The benchmarks here, built as OpenAI", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 141, + 299, + 470, + 312 + ], + "spans": [ + { + "bbox": [ + 141, + 299, + 470, + 312 + ], + "score": 1.0, + "content": "Gym environments, will be open-sourced to encourage innovation in molecular", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 141, + 310, + 471, + 323 + ], + "spans": [ + { + "bbox": [ + 141, + 310, + 471, + 323 + ], + "score": 1.0, + "content": "design algorithms and to enable usage by those without a background in chemistry.", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 141, + 321, + 469, + 333 + ], + "spans": [ + { + "bbox": [ + 141, + 321, + 469, + 333 + ], + "score": 1.0, + "content": "Finally, this work explores recent development in reinforcement-learning methods", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 141, + 332, + 469, + 345 + ], + "spans": [ + { + "bbox": [ + 141, + 332, + 469, + 345 + ], + "score": 1.0, + "content": "with excellent sample complexity (the A2C and PPO algorithms) and investigates", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 141, + 343, + 469, + 356 + ], + "spans": [ + { + "bbox": [ + 141, + 343, + 469, + 356 + ], + "score": 1.0, + "content": "their behavior in molecular generation, demonstrating significant performance", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 141, + 354, + 396, + 368 + ], + "spans": [ + { + "bbox": [ + 141, + 354, + 396, + 368 + ], + "score": 1.0, + "content": "gains compared to standard reinforcement learning techniques.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 11.5, + "bbox_fs": [ + 141, + 211, + 471, + 368 + ] + }, + { + "type": "title", + "bbox": [ + 109, + 388, + 206, + 400 + ], + "lines": [ + { + "bbox": [ + 105, + 386, + 208, + 402 + ], + "spans": [ + { + "bbox": [ + 105, + 386, + 208, + 402 + ], + "score": 1.0, + "content": "1 INTRODUCTION", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 19 + }, + { + "type": "text", + "bbox": [ + 107, + 412, + 505, + 566 + ], + "lines": [ + { + "bbox": [ + 105, + 412, + 505, + 425 + ], + "spans": [ + { + "bbox": [ + 105, + 412, + 505, + 425 + ], + "score": 1.0, + "content": "Novel drugs are developed using design - make - test cycles: molecules are designed, synthesized in", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 423, + 505, + 437 + ], + "spans": [ + { + "bbox": [ + 106, + 423, + 505, + 437 + ], + "score": 1.0, + "content": "the laboratory, and then tested for their biological effect. The insights gained from these tests then", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 434, + 505, + 447 + ], + "spans": [ + { + "bbox": [ + 105, + 434, + 505, + 447 + ], + "score": 1.0, + "content": "inform the design for the next iteration. The objective of de novo design methodologies is to perform", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 446, + 505, + 458 + ], + "spans": [ + { + "bbox": [ + 106, + 446, + 505, + 458 + ], + "score": 1.0, + "content": "this cycle with computational methods (Brown, 2015; Schneider, 2013). The test phase was the first", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 457, + 505, + 469 + ], + "spans": [ + { + "bbox": [ + 106, + 457, + 505, + 469 + ], + "score": 1.0, + "content": "to be automated, using the broad categorization of machine learning models known as quantitative", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 468, + 506, + 480 + ], + "spans": [ + { + "bbox": [ + 105, + 468, + 506, + 480 + ], + "score": 1.0, + "content": "structure-activity/property relationships (QSAR/QSPR) to predict the activity of a molecule against", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 104, + 479, + 505, + 491 + ], + "spans": [ + { + "bbox": [ + 104, + 479, + 505, + 491 + ], + "score": 1.0, + "content": "a certain biological target, or physicochemical properties. To make virtual molecules, symbolic", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 489, + 506, + 502 + ], + "spans": [ + { + "bbox": [ + 105, + 489, + 506, + 502 + ], + "score": 1.0, + "content": "approaches based on graph rewriting have been used, which are domain-specific and rely on extensive", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 501, + 505, + 514 + ], + "spans": [ + { + "bbox": [ + 105, + 501, + 505, + 514 + ], + "score": 1.0, + "content": "hand-engineering by experts. To optimize the properties of a molecule, for example its activity against", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 510, + 506, + 525 + ], + "spans": [ + { + "bbox": [ + 105, + 510, + 506, + 525 + ], + "score": 1.0, + "content": "a biological target (design), global optimization approaches such as evolutionary algorithms or ant", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 522, + 506, + 535 + ], + "spans": [ + { + "bbox": [ + 105, + 522, + 506, + 535 + ], + "score": 1.0, + "content": "colony optimization have been used (Brown, 2015; Schneider, 2013). Symbolic approaches have", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 533, + 506, + 546 + ], + "spans": [ + { + "bbox": [ + 105, + 533, + 506, + 546 + ], + "score": 1.0, + "content": "been highlighted as either generating unrealistic molecules that would be difficult to synthesize, or", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 543, + 505, + 557 + ], + "spans": [ + { + "bbox": [ + 105, + 543, + 505, + 557 + ], + "score": 1.0, + "content": "for being too conservative, and therefore not sufficiently exploring the space of tractable molecules", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 555, + 286, + 567 + ], + "spans": [ + { + "bbox": [ + 105, + 555, + 286, + 567 + ], + "score": 1.0, + "content": "(Schneider, 2013; Brown & Bostrom, 2016). ¨", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 26.5, + "bbox_fs": [ + 104, + 412, + 506, + 567 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 572, + 505, + 671 + ], + "lines": [ + { + "bbox": [ + 106, + 573, + 505, + 585 + ], + "spans": [ + { + "bbox": [ + 106, + 573, + 505, + 585 + ], + "score": 1.0, + "content": "Recently, generative models have been proposed to learn the distribution of real druglike molecules", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 583, + 505, + 595 + ], + "spans": [ + { + "bbox": [ + 106, + 583, + 505, + 595 + ], + "score": 1.0, + "content": "from data, and then to generate chemical structures that are appropriate for the application domain", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 592, + 506, + 608 + ], + "spans": [ + { + "bbox": [ + 105, + 592, + 506, + 608 + ], + "score": 1.0, + "content": "(White & Wilson, 2010). Interestingly, the generation of molecules is related to natural language", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 604, + 507, + 619 + ], + "spans": [ + { + "bbox": [ + 105, + 604, + 507, + 619 + ], + "score": 1.0, + "content": "generation (NLG). Two classic problems of NLG – preserving coherent long-range dependencies,", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 615, + 505, + 629 + ], + "spans": [ + { + "bbox": [ + 105, + 615, + 505, + 629 + ], + "score": 1.0, + "content": "and syntactic and semantic correctness – directly map to molecules. Current investigations draw", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 627, + 506, + 640 + ], + "spans": [ + { + "bbox": [ + 105, + 627, + 506, + 640 + ], + "score": 1.0, + "content": "heavily from tools developed for language tasks, including variational autoencoders (VAE) (Gomez- ´", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 637, + 506, + 651 + ], + "spans": [ + { + "bbox": [ + 105, + 637, + 506, + 651 + ], + "score": 1.0, + "content": "Bombarelli et al., 2016; Kusner et al., 2017), recurrent neural network (RNN) models (Segler et al.,", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 648, + 506, + 662 + ], + "spans": [ + { + "bbox": [ + 105, + 648, + 506, + 662 + ], + "score": 1.0, + "content": "2017; Jaques et al., 2017; Olivecrona et al., 2017), generative adversarial networks (GAN) (Guimaraes", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 660, + 391, + 672 + ], + "spans": [ + { + "bbox": [ + 105, + 660, + 391, + 672 + ], + "score": 1.0, + "content": "et al., 2017) and Monte Carlo Tree Search (MCTS) (Yang et al., 2017).", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 38, + "bbox_fs": [ + 105, + 573, + 507, + 672 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 677, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 676, + 506, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 506, + 690 + ], + "score": 1.0, + "content": "This work seeks to consolidate the growing body of recurrent models for molecular design that", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 687, + 506, + 701 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 506, + 701 + ], + "score": 1.0, + "content": "employ reinforcement learning. Here, we suggest a set of 19 benchmarks of relevance to de novo", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "design. Furthermore, an implementation of these benchmarks as an OpenAI Gym is provided to the", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 708, + 506, + 725 + ], + "spans": [ + { + "bbox": [ + 105, + 708, + 506, + 725 + ], + "score": 1.0, + "content": "community to spur further innovation. Finally, we demonstrate state-of-the-art performance using", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 720, + 399, + 735 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 399, + 735 + ], + "score": 1.0, + "content": "new techniques drawing from recent advances in reinforcement learning.", + "type": "text" + } + ], + "index": 47 + } + ], + "index": 45, + "bbox_fs": [ + 105, + 676, + 506, + 735 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 268, + 50, + 342, + 149 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 268, + 50, + 342, + 149 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 268, + 50, + 342, + 149 + ], + "spans": [ + { + "bbox": [ + 268, + 50, + 342, + 149 + ], + "score": 0.19, + "type": "image", + "image_path": "3624ce61c100a6b53b09b91f4d0265606768d6feaeef76ab8cbbf87c6acfafd1.jpg" + } + ] + } + ], + "index": 0, + "virtual_lines": [ + { + "bbox": [ + 268, + 50, + 342, + 149 + ], + "spans": [], + "index": 0 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 157, + 505, + 190 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 157, + 505, + 169 + ], + "spans": [ + { + "bbox": [ + 106, + 157, + 505, + 169 + ], + "score": 1.0, + "content": "Figure 1: Molecular graphs can be represented as strings using the SMILES notation. Letters", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 167, + 505, + 181 + ], + "spans": [ + { + "bbox": [ + 105, + 167, + 505, + 181 + ], + "score": 1.0, + "content": "correspond to element symbols, rings opening and closing is indicated with numbers, and branching", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 179, + 191, + 191 + ], + "spans": [ + { + "bbox": [ + 106, + 179, + 191, + 191 + ], + "score": 1.0, + "content": "with round brackets.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2 + } + ], + "index": 1.0 + }, + { + "type": "title", + "bbox": [ + 107, + 210, + 355, + 223 + ], + "lines": [ + { + "bbox": [ + 104, + 208, + 356, + 226 + ], + "spans": [ + { + "bbox": [ + 104, + 208, + 356, + 226 + ], + "score": 1.0, + "content": "2 REPRESENTING MOLECULES AS SEQUENCES", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 106, + 235, + 506, + 334 + ], + "lines": [ + { + "bbox": [ + 106, + 235, + 505, + 247 + ], + "spans": [ + { + "bbox": [ + 106, + 235, + 505, + 247 + ], + "score": 1.0, + "content": "De novo design can be seen as a structured prediction problem, where molecular structures have to", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 246, + 506, + 258 + ], + "spans": [ + { + "bbox": [ + 106, + 246, + 506, + 258 + ], + "score": 1.0, + "content": "be predicted. This paper will use the term “molecule” to denote the chemical structures of interest.", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 257, + 506, + 270 + ], + "spans": [ + { + "bbox": [ + 105, + 257, + 347, + 270 + ], + "score": 1.0, + "content": "Molecular structures are represented well as labeled graphs", + "type": "text" + }, + { + "bbox": [ + 347, + 257, + 399, + 269 + ], + "score": 0.94, + "content": "M = ( A , B )", + "type": "inline_equation" + }, + { + "bbox": [ + 400, + 257, + 451, + 270 + ], + "score": 1.0, + "content": ", with atoms", + "type": "text" + }, + { + "bbox": [ + 451, + 258, + 460, + 267 + ], + "score": 0.75, + "content": "A", + "type": "inline_equation" + }, + { + "bbox": [ + 460, + 257, + 506, + 270 + ], + "score": 1.0, + "content": "as vertices", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 267, + 506, + 281 + ], + "spans": [ + { + "bbox": [ + 105, + 267, + 149, + 281 + ], + "score": 1.0, + "content": "and bonds", + "type": "text" + }, + { + "bbox": [ + 149, + 268, + 158, + 278 + ], + "score": 0.8, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 159, + 267, + 506, + 281 + ], + "score": 1.0, + "content": "as edges, elemental types as vertex labels, and bond order as edge labels (Brown, 2009).", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 278, + 506, + 293 + ], + "spans": [ + { + "bbox": [ + 105, + 278, + 506, + 293 + ], + "score": 1.0, + "content": "While neural network models which output graphs remain underexplored, sequence generation is well", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 290, + 506, + 303 + ], + "spans": [ + { + "bbox": [ + 105, + 290, + 506, + 303 + ], + "score": 1.0, + "content": "established. To encode molecules as sequences of symbols (strings), the canonicalized Simplified", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 301, + 506, + 314 + ], + "spans": [ + { + "bbox": [ + 106, + 301, + 506, + 314 + ], + "score": 1.0, + "content": "Molecular-Input Line-Entry System (SMILES) notation (Weininger, 1988; Weininger et al., 1989)", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 312, + 506, + 325 + ], + "spans": [ + { + "bbox": [ + 106, + 312, + 506, + 325 + ], + "score": 1.0, + "content": "can be used (see Fig. 1). This establishes the link to sequence-based language-focused neural network", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 323, + 488, + 336 + ], + "spans": [ + { + "bbox": [ + 106, + 323, + 488, + 336 + ], + "score": 1.0, + "content": "models (Segler et al., 2017; Goldberg, 2016), which can be then be used to generate molecules.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 9 + }, + { + "type": "title", + "bbox": [ + 108, + 350, + 257, + 362 + ], + "lines": [ + { + "bbox": [ + 105, + 350, + 258, + 364 + ], + "spans": [ + { + "bbox": [ + 105, + 350, + 258, + 364 + ], + "score": 1.0, + "content": "3 DATA AND BENCHMARKS", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 14 + }, + { + "type": "title", + "bbox": [ + 107, + 375, + 155, + 386 + ], + "lines": [ + { + "bbox": [ + 105, + 374, + 157, + 388 + ], + "spans": [ + { + "bbox": [ + 105, + 374, + 157, + 388 + ], + "score": 1.0, + "content": "3.1 DATA", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 15 + }, + { + "type": "text", + "bbox": [ + 107, + 395, + 505, + 473 + ], + "lines": [ + { + "bbox": [ + 106, + 396, + 505, + 408 + ], + "spans": [ + { + "bbox": [ + 106, + 396, + 505, + 408 + ], + "score": 1.0, + "content": "In this paper, we expand the scope of previous work to a standardized, much larger dataset, which", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 406, + 505, + 419 + ], + "spans": [ + { + "bbox": [ + 105, + 406, + 505, + 419 + ], + "score": 1.0, + "content": "furthermore is of real-world interest to drug discovery scientists. Here, we build on the ChEMBL-23", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 417, + 506, + 430 + ], + "spans": [ + { + "bbox": [ + 106, + 417, + 506, + 430 + ], + "score": 1.0, + "content": "dataset (Gaulton et al., 2011), a collection extracted from the scientific literature of 1,735,442 distinct", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 429, + 506, + 441 + ], + "spans": [ + { + "bbox": [ + 106, + 429, + 506, + 441 + ], + "score": 1.0, + "content": "compounds and their reported biological activities on 11,538 targets. Though partitioned and filtered,", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 439, + 506, + 453 + ], + "spans": [ + { + "bbox": [ + 105, + 439, + 506, + 453 + ], + "score": 1.0, + "content": "this work employs substantially more training examples than previous work to access the breadth of", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 450, + 505, + 463 + ], + "spans": [ + { + "bbox": [ + 105, + 450, + 505, + 463 + ], + "score": 1.0, + "content": "chemistries that have been demonstrated to be of interest. The preprocessing steps can be found in", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 460, + 166, + 475 + ], + "spans": [ + { + "bbox": [ + 105, + 460, + 166, + 475 + ], + "score": 1.0, + "content": "the Appendix.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 19 + }, + { + "type": "text", + "bbox": [ + 106, + 478, + 505, + 555 + ], + "lines": [ + { + "bbox": [ + 106, + 478, + 505, + 490 + ], + "spans": [ + { + "bbox": [ + 106, + 478, + 505, + 490 + ], + "score": 1.0, + "content": "To stimulate further work in this domain, our OpenAI Gym interface to these benchmarks will be", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 489, + 506, + 502 + ], + "spans": [ + { + "bbox": [ + 105, + 489, + 506, + 502 + ], + "score": 1.0, + "content": "open-sourced to allow the community to prototype new RL algorithms for chemistry.1 Here, we", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 500, + 506, + 513 + ], + "spans": [ + { + "bbox": [ + 106, + 500, + 506, + 513 + ], + "score": 1.0, + "content": "offer 19 benchmarks to be used for molecule generation, comprised of basic suitability benchmarks,", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 511, + 505, + 524 + ], + "spans": [ + { + "bbox": [ + 106, + 511, + 505, + 524 + ], + "score": 1.0, + "content": "basic physicochemical property optimizations, drug-likeness approximations, and multi-objective", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 522, + 505, + 534 + ], + "spans": [ + { + "bbox": [ + 105, + 522, + 505, + 534 + ], + "score": 1.0, + "content": "balancing. The benchmark framework is general enough to be used with any possible small molecule", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 533, + 506, + 546 + ], + "spans": [ + { + "bbox": [ + 105, + 533, + 506, + 546 + ], + "score": 1.0, + "content": "generation method, whether rule-based or learned, and is not limited to sequence-based generation", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 544, + 190, + 557 + ], + "spans": [ + { + "bbox": [ + 105, + 544, + 190, + 557 + ], + "score": 1.0, + "content": "relying on SMILES.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 26 + }, + { + "type": "title", + "bbox": [ + 107, + 568, + 371, + 580 + ], + "lines": [ + { + "bbox": [ + 105, + 568, + 372, + 581 + ], + "spans": [ + { + "bbox": [ + 105, + 568, + 372, + 581 + ], + "score": 1.0, + "content": "3.2 VALIDITY AND DIVERSITY OF GENERATED MOLECULES", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 30 + }, + { + "type": "text", + "bbox": [ + 107, + 589, + 505, + 622 + ], + "lines": [ + { + "bbox": [ + 105, + 588, + 505, + 602 + ], + "spans": [ + { + "bbox": [ + 105, + 588, + 505, + 602 + ], + "score": 1.0, + "content": "A basic but crucial molecular generation benchmark is simply what percentage of the sampled", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 600, + 505, + 613 + ], + "spans": [ + { + "bbox": [ + 105, + 600, + 254, + 613 + ], + "score": 1.0, + "content": "molecules are valid. For a sample set", + "type": "text" + }, + { + "bbox": [ + 254, + 601, + 262, + 610 + ], + "score": 0.84, + "content": "S", + "type": "inline_equation" + }, + { + "bbox": [ + 262, + 600, + 318, + 613 + ], + "score": 1.0, + "content": "of cardinality", + "type": "text" + }, + { + "bbox": [ + 318, + 603, + 328, + 610 + ], + "score": 0.67, + "content": "m", + "type": "inline_equation" + }, + { + "bbox": [ + 329, + 600, + 419, + 613 + ], + "score": 1.0, + "content": "sampled from a model", + "type": "text" + }, + { + "bbox": [ + 420, + 601, + 431, + 610 + ], + "score": 0.82, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 432, + 600, + 505, + 613 + ], + "score": 1.0, + "content": ", the percentage of", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 612, + 183, + 623 + ], + "spans": [ + { + "bbox": [ + 106, + 612, + 183, + 623 + ], + "score": 1.0, + "content": "valid molecules is:", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32 + }, + { + "type": "interline_equation", + "bbox": [ + 146, + 625, + 465, + 658 + ], + "lines": [ + { + "bbox": [ + 146, + 625, + 465, + 658 + ], + "spans": [ + { + "bbox": [ + 146, + 625, + 465, + 658 + ], + "score": 0.94, + "content": "Y _ { i } \\sim \\pi _ { \\theta } ; \\quad S = \\{ Y _ { 1 } , \\dots , Y _ { m } \\} ; \\quad R _ { v a l i d } = \\frac { 1 } { m } \\sum _ { i } ^ { m } \\mathrm { v a l i d } ( Y _ { i } ) ; \\quad R _ { v a l i d } \\in [ 0 , 1 ]", + "type": "interline_equation", + "image_path": "0f05371f5fb02e497cbda9115f9852565ee28d2853bf9739c59fef7995e63df2.jpg" + } + ] + } + ], + "index": 35, + "virtual_lines": [ + { + "bbox": [ + 146, + 625, + 465, + 636.0 + ], + "spans": [], + "index": 34 + }, + { + "bbox": [ + 146, + 636.0, + 465, + 647.0 + ], + "spans": [], + "index": 35 + }, + { + "bbox": [ + 146, + 647.0, + 465, + 658.0 + ], + "spans": [], + "index": 36 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 662, + 505, + 686 + ], + "lines": [ + { + "bbox": [ + 106, + 662, + 505, + 675 + ], + "spans": [ + { + "bbox": [ + 106, + 662, + 505, + 675 + ], + "score": 1.0, + "content": "where valid() is a function returning 1 if the open-source chemoinformatics toolkit RDKit (Landrum", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 674, + 501, + 686 + ], + "spans": [ + { + "bbox": [ + 106, + 674, + 501, + 686 + ], + "score": 1.0, + "content": "et al.) is able to return a valid molecular object given the SMILES representation, and 0 otherwise.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 37.5 + }, + { + "type": "text", + "bbox": [ + 108, + 690, + 504, + 713 + ], + "lines": [ + { + "bbox": [ + 106, + 690, + 505, + 703 + ], + "spans": [ + { + "bbox": [ + 106, + 690, + 505, + 703 + ], + "score": 1.0, + "content": "Similarly, it is not ideal if the generative model is able to produce a valid molecule, but only repeats", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 702, + 505, + 713 + ], + "spans": [ + { + "bbox": [ + 106, + 702, + 383, + 713 + ], + "score": 1.0, + "content": "the same molecule. Therefore, the ratio unique benchmark samples", + "type": "text" + }, + { + "bbox": [ + 384, + 704, + 393, + 712 + ], + "score": 0.65, + "content": "m", + "type": "inline_equation" + }, + { + "bbox": [ + 394, + 702, + 505, + 713 + ], + "score": 1.0, + "content": "molecules from the model,", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 39.5 + } + ], + "page_idx": 1, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 119, + 721, + 336, + 732 + ], + "lines": [ + { + "bbox": [ + 119, + 718, + 337, + 735 + ], + "spans": [ + { + "bbox": [ + 119, + 718, + 337, + 735 + ], + "score": 1.0, + "content": "1A link will be provided after review to preserve anonymity.", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 106, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 309, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 309, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 751, + 309, + 760 + ], + "lines": [ + { + "bbox": [ + 301, + 750, + 310, + 763 + ], + "spans": [ + { + "bbox": [ + 301, + 750, + 310, + 763 + ], + "score": 1.0, + "content": "2", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 268, + 50, + 342, + 149 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 268, + 50, + 342, + 149 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 268, + 50, + 342, + 149 + ], + "spans": [ + { + "bbox": [ + 268, + 50, + 342, + 149 + ], + "score": 0.19, + "type": "image", + "image_path": "3624ce61c100a6b53b09b91f4d0265606768d6feaeef76ab8cbbf87c6acfafd1.jpg" + } + ] + } + ], + "index": 0, + "virtual_lines": [ + { + "bbox": [ + 268, + 50, + 342, + 149 + ], + "spans": [], + "index": 0 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 157, + 505, + 190 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 157, + 505, + 169 + ], + "spans": [ + { + "bbox": [ + 106, + 157, + 505, + 169 + ], + "score": 1.0, + "content": "Figure 1: Molecular graphs can be represented as strings using the SMILES notation. Letters", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 167, + 505, + 181 + ], + "spans": [ + { + "bbox": [ + 105, + 167, + 505, + 181 + ], + "score": 1.0, + "content": "correspond to element symbols, rings opening and closing is indicated with numbers, and branching", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 179, + 191, + 191 + ], + "spans": [ + { + "bbox": [ + 106, + 179, + 191, + 191 + ], + "score": 1.0, + "content": "with round brackets.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2 + } + ], + "index": 1.0 + }, + { + "type": "title", + "bbox": [ + 107, + 210, + 355, + 223 + ], + "lines": [ + { + "bbox": [ + 104, + 208, + 356, + 226 + ], + "spans": [ + { + "bbox": [ + 104, + 208, + 356, + 226 + ], + "score": 1.0, + "content": "2 REPRESENTING MOLECULES AS SEQUENCES", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 106, + 235, + 506, + 334 + ], + "lines": [ + { + "bbox": [ + 106, + 235, + 505, + 247 + ], + "spans": [ + { + "bbox": [ + 106, + 235, + 505, + 247 + ], + "score": 1.0, + "content": "De novo design can be seen as a structured prediction problem, where molecular structures have to", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 246, + 506, + 258 + ], + "spans": [ + { + "bbox": [ + 106, + 246, + 506, + 258 + ], + "score": 1.0, + "content": "be predicted. This paper will use the term “molecule” to denote the chemical structures of interest.", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 257, + 506, + 270 + ], + "spans": [ + { + "bbox": [ + 105, + 257, + 347, + 270 + ], + "score": 1.0, + "content": "Molecular structures are represented well as labeled graphs", + "type": "text" + }, + { + "bbox": [ + 347, + 257, + 399, + 269 + ], + "score": 0.94, + "content": "M = ( A , B )", + "type": "inline_equation" + }, + { + "bbox": [ + 400, + 257, + 451, + 270 + ], + "score": 1.0, + "content": ", with atoms", + "type": "text" + }, + { + "bbox": [ + 451, + 258, + 460, + 267 + ], + "score": 0.75, + "content": "A", + "type": "inline_equation" + }, + { + "bbox": [ + 460, + 257, + 506, + 270 + ], + "score": 1.0, + "content": "as vertices", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 267, + 506, + 281 + ], + "spans": [ + { + "bbox": [ + 105, + 267, + 149, + 281 + ], + "score": 1.0, + "content": "and bonds", + "type": "text" + }, + { + "bbox": [ + 149, + 268, + 158, + 278 + ], + "score": 0.8, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 159, + 267, + 506, + 281 + ], + "score": 1.0, + "content": "as edges, elemental types as vertex labels, and bond order as edge labels (Brown, 2009).", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 278, + 506, + 293 + ], + "spans": [ + { + "bbox": [ + 105, + 278, + 506, + 293 + ], + "score": 1.0, + "content": "While neural network models which output graphs remain underexplored, sequence generation is well", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 290, + 506, + 303 + ], + "spans": [ + { + "bbox": [ + 105, + 290, + 506, + 303 + ], + "score": 1.0, + "content": "established. To encode molecules as sequences of symbols (strings), the canonicalized Simplified", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 301, + 506, + 314 + ], + "spans": [ + { + "bbox": [ + 106, + 301, + 506, + 314 + ], + "score": 1.0, + "content": "Molecular-Input Line-Entry System (SMILES) notation (Weininger, 1988; Weininger et al., 1989)", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 312, + 506, + 325 + ], + "spans": [ + { + "bbox": [ + 106, + 312, + 506, + 325 + ], + "score": 1.0, + "content": "can be used (see Fig. 1). This establishes the link to sequence-based language-focused neural network", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 323, + 488, + 336 + ], + "spans": [ + { + "bbox": [ + 106, + 323, + 488, + 336 + ], + "score": 1.0, + "content": "models (Segler et al., 2017; Goldberg, 2016), which can be then be used to generate molecules.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 9, + "bbox_fs": [ + 105, + 235, + 506, + 336 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 350, + 257, + 362 + ], + "lines": [ + { + "bbox": [ + 105, + 350, + 258, + 364 + ], + "spans": [ + { + "bbox": [ + 105, + 350, + 258, + 364 + ], + "score": 1.0, + "content": "3 DATA AND BENCHMARKS", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 14 + }, + { + "type": "title", + "bbox": [ + 107, + 375, + 155, + 386 + ], + "lines": [ + { + "bbox": [ + 105, + 374, + 157, + 388 + ], + "spans": [ + { + "bbox": [ + 105, + 374, + 157, + 388 + ], + "score": 1.0, + "content": "3.1 DATA", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 15 + }, + { + "type": "text", + "bbox": [ + 107, + 395, + 505, + 473 + ], + "lines": [ + { + "bbox": [ + 106, + 396, + 505, + 408 + ], + "spans": [ + { + "bbox": [ + 106, + 396, + 505, + 408 + ], + "score": 1.0, + "content": "In this paper, we expand the scope of previous work to a standardized, much larger dataset, which", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 406, + 505, + 419 + ], + "spans": [ + { + "bbox": [ + 105, + 406, + 505, + 419 + ], + "score": 1.0, + "content": "furthermore is of real-world interest to drug discovery scientists. Here, we build on the ChEMBL-23", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 417, + 506, + 430 + ], + "spans": [ + { + "bbox": [ + 106, + 417, + 506, + 430 + ], + "score": 1.0, + "content": "dataset (Gaulton et al., 2011), a collection extracted from the scientific literature of 1,735,442 distinct", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 429, + 506, + 441 + ], + "spans": [ + { + "bbox": [ + 106, + 429, + 506, + 441 + ], + "score": 1.0, + "content": "compounds and their reported biological activities on 11,538 targets. Though partitioned and filtered,", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 439, + 506, + 453 + ], + "spans": [ + { + "bbox": [ + 105, + 439, + 506, + 453 + ], + "score": 1.0, + "content": "this work employs substantially more training examples than previous work to access the breadth of", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 450, + 505, + 463 + ], + "spans": [ + { + "bbox": [ + 105, + 450, + 505, + 463 + ], + "score": 1.0, + "content": "chemistries that have been demonstrated to be of interest. The preprocessing steps can be found in", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 460, + 166, + 475 + ], + "spans": [ + { + "bbox": [ + 105, + 460, + 166, + 475 + ], + "score": 1.0, + "content": "the Appendix.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 19, + "bbox_fs": [ + 105, + 396, + 506, + 475 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 478, + 505, + 555 + ], + "lines": [ + { + "bbox": [ + 106, + 478, + 505, + 490 + ], + "spans": [ + { + "bbox": [ + 106, + 478, + 505, + 490 + ], + "score": 1.0, + "content": "To stimulate further work in this domain, our OpenAI Gym interface to these benchmarks will be", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 489, + 506, + 502 + ], + "spans": [ + { + "bbox": [ + 105, + 489, + 506, + 502 + ], + "score": 1.0, + "content": "open-sourced to allow the community to prototype new RL algorithms for chemistry.1 Here, we", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 500, + 506, + 513 + ], + "spans": [ + { + "bbox": [ + 106, + 500, + 506, + 513 + ], + "score": 1.0, + "content": "offer 19 benchmarks to be used for molecule generation, comprised of basic suitability benchmarks,", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 511, + 505, + 524 + ], + "spans": [ + { + "bbox": [ + 106, + 511, + 505, + 524 + ], + "score": 1.0, + "content": "basic physicochemical property optimizations, drug-likeness approximations, and multi-objective", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 522, + 505, + 534 + ], + "spans": [ + { + "bbox": [ + 105, + 522, + 505, + 534 + ], + "score": 1.0, + "content": "balancing. The benchmark framework is general enough to be used with any possible small molecule", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 533, + 506, + 546 + ], + "spans": [ + { + "bbox": [ + 105, + 533, + 506, + 546 + ], + "score": 1.0, + "content": "generation method, whether rule-based or learned, and is not limited to sequence-based generation", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 544, + 190, + 557 + ], + "spans": [ + { + "bbox": [ + 105, + 544, + 190, + 557 + ], + "score": 1.0, + "content": "relying on SMILES.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 26, + "bbox_fs": [ + 105, + 478, + 506, + 557 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 568, + 371, + 580 + ], + "lines": [ + { + "bbox": [ + 105, + 568, + 372, + 581 + ], + "spans": [ + { + "bbox": [ + 105, + 568, + 372, + 581 + ], + "score": 1.0, + "content": "3.2 VALIDITY AND DIVERSITY OF GENERATED MOLECULES", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 30 + }, + { + "type": "text", + "bbox": [ + 107, + 589, + 505, + 622 + ], + "lines": [ + { + "bbox": [ + 105, + 588, + 505, + 602 + ], + "spans": [ + { + "bbox": [ + 105, + 588, + 505, + 602 + ], + "score": 1.0, + "content": "A basic but crucial molecular generation benchmark is simply what percentage of the sampled", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 600, + 505, + 613 + ], + "spans": [ + { + "bbox": [ + 105, + 600, + 254, + 613 + ], + "score": 1.0, + "content": "molecules are valid. For a sample set", + "type": "text" + }, + { + "bbox": [ + 254, + 601, + 262, + 610 + ], + "score": 0.84, + "content": "S", + "type": "inline_equation" + }, + { + "bbox": [ + 262, + 600, + 318, + 613 + ], + "score": 1.0, + "content": "of cardinality", + "type": "text" + }, + { + "bbox": [ + 318, + 603, + 328, + 610 + ], + "score": 0.67, + "content": "m", + "type": "inline_equation" + }, + { + "bbox": [ + 329, + 600, + 419, + 613 + ], + "score": 1.0, + "content": "sampled from a model", + "type": "text" + }, + { + "bbox": [ + 420, + 601, + 431, + 610 + ], + "score": 0.82, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 432, + 600, + 505, + 613 + ], + "score": 1.0, + "content": ", the percentage of", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 612, + 183, + 623 + ], + "spans": [ + { + "bbox": [ + 106, + 612, + 183, + 623 + ], + "score": 1.0, + "content": "valid molecules is:", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32, + "bbox_fs": [ + 105, + 588, + 505, + 623 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 146, + 625, + 465, + 658 + ], + "lines": [ + { + "bbox": [ + 146, + 625, + 465, + 658 + ], + "spans": [ + { + "bbox": [ + 146, + 625, + 465, + 658 + ], + "score": 0.94, + "content": "Y _ { i } \\sim \\pi _ { \\theta } ; \\quad S = \\{ Y _ { 1 } , \\dots , Y _ { m } \\} ; \\quad R _ { v a l i d } = \\frac { 1 } { m } \\sum _ { i } ^ { m } \\mathrm { v a l i d } ( Y _ { i } ) ; \\quad R _ { v a l i d } \\in [ 0 , 1 ]", + "type": "interline_equation", + "image_path": "0f05371f5fb02e497cbda9115f9852565ee28d2853bf9739c59fef7995e63df2.jpg" + } + ] + } + ], + "index": 35, + "virtual_lines": [ + { + "bbox": [ + 146, + 625, + 465, + 636.0 + ], + "spans": [], + "index": 34 + }, + { + "bbox": [ + 146, + 636.0, + 465, + 647.0 + ], + "spans": [], + "index": 35 + }, + { + "bbox": [ + 146, + 647.0, + 465, + 658.0 + ], + "spans": [], + "index": 36 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 662, + 505, + 686 + ], + "lines": [ + { + "bbox": [ + 106, + 662, + 505, + 675 + ], + "spans": [ + { + "bbox": [ + 106, + 662, + 505, + 675 + ], + "score": 1.0, + "content": "where valid() is a function returning 1 if the open-source chemoinformatics toolkit RDKit (Landrum", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 674, + 501, + 686 + ], + "spans": [ + { + "bbox": [ + 106, + 674, + 501, + 686 + ], + "score": 1.0, + "content": "et al.) is able to return a valid molecular object given the SMILES representation, and 0 otherwise.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 37.5, + "bbox_fs": [ + 106, + 662, + 505, + 686 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 690, + 504, + 713 + ], + "lines": [ + { + "bbox": [ + 106, + 690, + 505, + 703 + ], + "spans": [ + { + "bbox": [ + 106, + 690, + 505, + 703 + ], + "score": 1.0, + "content": "Similarly, it is not ideal if the generative model is able to produce a valid molecule, but only repeats", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 702, + 505, + 713 + ], + "spans": [ + { + "bbox": [ + 106, + 702, + 383, + 713 + ], + "score": 1.0, + "content": "the same molecule. Therefore, the ratio unique benchmark samples", + "type": "text" + }, + { + "bbox": [ + 384, + 704, + 393, + 712 + ], + "score": 0.65, + "content": "m", + "type": "inline_equation" + }, + { + "bbox": [ + 394, + 702, + 505, + 713 + ], + "score": 1.0, + "content": "molecules from the model,", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 39.5, + "bbox_fs": [ + 106, + 690, + 505, + 713 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 106, + 79, + 505, + 138 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 106, + 79, + 505, + 138 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 79, + 505, + 138 + ], + "spans": [ + { + "bbox": [ + 106, + 79, + 505, + 138 + ], + "score": 0.945, + "type": "image", + "image_path": "79d1d3131d47b7b6bb2d4406ed0128b1a45a92363a3b5c401c422c23bae9f8f0.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 106, + 79, + 505, + 98.66666666666667 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 106, + 98.66666666666667, + 505, + 118.33333333333334 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 106, + 118.33333333333334, + 505, + 138.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 145, + 504, + 168 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 145, + 505, + 158 + ], + "spans": [ + { + "bbox": [ + 105, + 145, + 505, + 158 + ], + "score": 1.0, + "content": "Figure 2: Four of ten target molecules for the Tanimoto benchmark. See Supplementary Material for", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 155, + 155, + 170 + ], + "spans": [ + { + "bbox": [ + 105, + 155, + 155, + 170 + ], + "score": 1.0, + "content": "the full set.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + } + ], + "index": 2.25 + }, + { + "type": "text", + "bbox": [ + 107, + 189, + 296, + 201 + ], + "lines": [ + { + "bbox": [ + 106, + 188, + 297, + 203 + ], + "spans": [ + { + "bbox": [ + 106, + 188, + 297, + 203 + ], + "score": 1.0, + "content": "and measures the number of unique molecules:", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "interline_equation", + "bbox": [ + 191, + 205, + 420, + 240 + ], + "lines": [ + { + "bbox": [ + 191, + 205, + 420, + 240 + ], + "spans": [ + { + "bbox": [ + 191, + 205, + 420, + 240 + ], + "score": 0.94, + "content": "Y _ { i } \\sim \\pi _ { \\theta } ; \\quad R _ { u n i q u e } = \\frac { 1 } { m } \\left| \\bigcup _ { i = 1 } ^ { m } \\{ Y _ { i } \\} \\right| ; \\quad R _ { u n i q u e } \\in [ 0 , 1 ]", + "type": "interline_equation", + "image_path": "63559cd2bf5f5b29461a5517714ee154553e2bc8aa0af921ea15cf93619ebe84.jpg" + } + ] + } + ], + "index": 6.5, + "virtual_lines": [ + { + "bbox": [ + 191, + 205, + 420, + 222.5 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 191, + 222.5, + 420, + 240.0 + ], + "spans": [], + "index": 7 + } + ] + }, + { + "type": "title", + "bbox": [ + 108, + 250, + 285, + 262 + ], + "lines": [ + { + "bbox": [ + 105, + 249, + 286, + 263 + ], + "spans": [ + { + "bbox": [ + 105, + 249, + 286, + 263 + ], + "score": 1.0, + "content": "3.3 SINGLE OBJECTIVE MAXIMIZATION", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8 + }, + { + "type": "text", + "bbox": [ + 106, + 270, + 505, + 392 + ], + "lines": [ + { + "bbox": [ + 106, + 271, + 506, + 284 + ], + "spans": [ + { + "bbox": [ + 106, + 271, + 506, + 284 + ], + "score": 1.0, + "content": "Previous work has explored a variety of optimization objectives of interest to molecular designers.", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 282, + 506, + 295 + ], + "spans": [ + { + "bbox": [ + 106, + 282, + 506, + 295 + ], + "score": 1.0, + "content": "Physicochemical properties, such as the octanol-water partition coefficient (ClogP) and molecular", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 293, + 506, + 307 + ], + "spans": [ + { + "bbox": [ + 105, + 293, + 506, + 307 + ], + "score": 1.0, + "content": "weight (MW), have strong implications for the viability of a molecule progressing as a potential", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 304, + 506, + 317 + ], + "spans": [ + { + "bbox": [ + 106, + 304, + 506, + 317 + ], + "score": 1.0, + "content": "drug and have been explored as optimization objectives in previous work (Firth et al., 2015; Jaques", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 315, + 506, + 328 + ], + "spans": [ + { + "bbox": [ + 105, + 315, + 506, + 328 + ], + "score": 1.0, + "content": "et al., 2017; Gomez-Bombarelli et al., 2016). Similarly, SMARTS (SMILES Arbitrary Target ´", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 326, + 505, + 338 + ], + "spans": [ + { + "bbox": [ + 106, + 326, + 505, + 338 + ], + "score": 1.0, + "content": "Specification) sequences allow to specify substructures (subgraphs) which should be contained in", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 338, + 506, + 349 + ], + "spans": [ + { + "bbox": [ + 106, + 338, + 506, + 349 + ], + "score": 1.0, + "content": "the target molecules. This allows to define a reward function SMARTS(X, Y) which returns 1", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 348, + 506, + 361 + ], + "spans": [ + { + "bbox": [ + 105, + 348, + 206, + 361 + ], + "score": 1.0, + "content": "if a generated molecule", + "type": "text" + }, + { + "bbox": [ + 206, + 348, + 216, + 358 + ], + "score": 0.74, + "content": "Y", + "type": "inline_equation" + }, + { + "bbox": [ + 216, + 348, + 294, + 361 + ], + "score": 1.0, + "content": "contains subgraph", + "type": "text" + }, + { + "bbox": [ + 294, + 348, + 305, + 358 + ], + "score": 0.82, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 305, + 348, + 324, + 361 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 325, + 348, + 339, + 358 + ], + "score": 0.81, + "content": "- 1", + "type": "inline_equation" + }, + { + "bbox": [ + 339, + 348, + 506, + 361 + ], + "score": 1.0, + "content": "otherwise. The RDKit (Landrum et al.)", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 358, + 505, + 372 + ], + "spans": [ + { + "bbox": [ + 105, + 358, + 505, + 372 + ], + "score": 1.0, + "content": "includes automatic code to calculate these functions, providing a straightforward route to include", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 369, + 506, + 383 + ], + "spans": [ + { + "bbox": [ + 105, + 369, + 315, + 383 + ], + "score": 1.0, + "content": "these objectives in RL scenarios. For a target value", + "type": "text" + }, + { + "bbox": [ + 315, + 372, + 322, + 380 + ], + "score": 0.79, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 322, + 369, + 425, + 383 + ], + "score": 1.0, + "content": "or respectively subgraph", + "type": "text" + }, + { + "bbox": [ + 425, + 370, + 435, + 380 + ], + "score": 0.84, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 435, + 369, + 506, + 383 + ], + "score": 1.0, + "content": ", and a generated", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 381, + 215, + 393 + ], + "spans": [ + { + "bbox": [ + 105, + 381, + 145, + 393 + ], + "score": 1.0, + "content": "sequence", + "type": "text" + }, + { + "bbox": [ + 146, + 381, + 155, + 391 + ], + "score": 0.78, + "content": "Y", + "type": "inline_equation" + }, + { + "bbox": [ + 155, + 381, + 215, + 393 + ], + "score": 1.0, + "content": ", the reward is:", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 14 + }, + { + "type": "interline_equation", + "bbox": [ + 162, + 397, + 450, + 459 + ], + "lines": [ + { + "bbox": [ + 162, + 397, + 450, + 459 + ], + "spans": [ + { + "bbox": [ + 162, + 397, + 450, + 459 + ], + "score": 0.91, + "content": "\\begin{array} { c c } { { R _ { L o g P } ( x , Y ) = \\displaystyle \\frac { 1 } { 2 5 } ( x - \\mathrm { L o g P } ( Y ) ) ^ { 2 } + 1 ; } } & { { R _ { L o g P } ( x , Y ) \\in [ - \\infty , 1 ] } } \\\\ { { R _ { M W } ( x , Y ) = \\displaystyle \\frac { 1 } { 1 0 ^ { 5 } } ( x - \\mathrm { M W } ( Y ) ) ^ { 2 } + 1 ; } } & { { R _ { M W } ( x , Y ) \\in [ - \\infty , 1 ] } } \\\\ { { R _ { S M A R T S } ( X , Y ) = \\mathrm { S M A R T S } ( X , Y ) ; } } & { { R _ { S M A R T S } ( x , Y ) \\in \\{ - 1 , 1 \\} } } \\end{array}", + "type": "interline_equation", + "image_path": "57d402bdfb29bf99d8c96bfba7458ea7e7c8e392f78376ff6d162006ef519352.jpg" + } + ] + } + ], + "index": 21, + "virtual_lines": [ + { + "bbox": [ + 162, + 397, + 450, + 417.6666666666667 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 162, + 417.6666666666667, + 450, + 438.33333333333337 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 162, + 438.33333333333337, + 450, + 459.00000000000006 + ], + "spans": [], + "index": 22 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 462, + 398, + 475 + ], + "lines": [ + { + "bbox": [ + 106, + 462, + 399, + 477 + ], + "spans": [ + { + "bbox": [ + 106, + 462, + 254, + 477 + ], + "score": 1.0, + "content": "This work chooses five ClogP points", + "type": "text" + }, + { + "bbox": [ + 255, + 462, + 334, + 475 + ], + "score": 0.92, + "content": "x \\in \\{ - 1 , 0 , 1 , 2 , 3 \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 334, + 462, + 399, + 477 + ], + "score": 1.0, + "content": "as benchmarks.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 23 + }, + { + "type": "text", + "bbox": [ + 106, + 479, + 505, + 590 + ], + "lines": [ + { + "bbox": [ + 105, + 480, + 506, + 492 + ], + "spans": [ + { + "bbox": [ + 105, + 480, + 506, + 492 + ], + "score": 1.0, + "content": "A more challenging optimization objective is to generate a family of molecules similar to a target", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 491, + 506, + 504 + ], + "spans": [ + { + "bbox": [ + 105, + 491, + 506, + 504 + ], + "score": 1.0, + "content": "given only a fingerprint of the target molecule, in an unpopulated area of chemical space. Here, the", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 502, + 505, + 515 + ], + "spans": [ + { + "bbox": [ + 105, + 502, + 505, + 515 + ], + "score": 1.0, + "content": "commonly-used Functional Connectivity Fingerprint Counts (FCFC4; Rogers & Hahn (2010)) is", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 513, + 506, + 526 + ], + "spans": [ + { + "bbox": [ + 105, + 513, + 506, + 526 + ], + "score": 1.0, + "content": "used to encode the molecular graph as a fixed-size integer vector. After encoding both the proposed", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 524, + 506, + 536 + ], + "spans": [ + { + "bbox": [ + 105, + 524, + 506, + 536 + ], + "score": 1.0, + "content": "molecule and the target molecule, their Tanimoto (akin to Jaccard) similarity is calculated. This", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 535, + 506, + 547 + ], + "spans": [ + { + "bbox": [ + 105, + 535, + 506, + 547 + ], + "score": 1.0, + "content": "work uses ten marketed drugs which modulate different biological target types (Figure 2, Table 3) as", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 547, + 505, + 558 + ], + "spans": [ + { + "bbox": [ + 106, + 547, + 505, + 558 + ], + "score": 1.0, + "content": "molecular targets for approximation. To ensure that no leakage occurs between test and train set, the", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 104, + 555, + 506, + 570 + ], + "spans": [ + { + "bbox": [ + 104, + 555, + 506, + 570 + ], + "score": 1.0, + "content": "target molecules themselves as well as compounds similar to them were removed from the training", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 567, + 506, + 581 + ], + "spans": [ + { + "bbox": [ + 105, + 567, + 372, + 581 + ], + "score": 1.0, + "content": "data (see Appendix). The reward of the Tanimoto similarity with", + "type": "text" + }, + { + "bbox": [ + 372, + 569, + 390, + 579 + ], + "score": 0.88, + "content": "x , y", + "type": "inline_equation" + }, + { + "bbox": [ + 390, + 567, + 506, + 581 + ], + "score": 1.0, + "content": "as the fingerprint vectors of", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 107, + 576, + 143, + 592 + ], + "spans": [ + { + "bbox": [ + 107, + 580, + 128, + 590 + ], + "score": 0.9, + "content": "X , Y", + "type": "inline_equation" + }, + { + "bbox": [ + 128, + 576, + 143, + 592 + ], + "score": 1.0, + "content": "is:", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 28.5 + }, + { + "type": "interline_equation", + "bbox": [ + 157, + 594, + 454, + 623 + ], + "lines": [ + { + "bbox": [ + 157, + 594, + 454, + 623 + ], + "spans": [ + { + "bbox": [ + 157, + 594, + 454, + 623 + ], + "score": 0.94, + "content": "R _ { T a n i } ( X , Y ) = 2 \\frac { \\sum _ { i = 1 } ^ { n } x _ { i } y _ { i } } { \\sum _ { i = 1 } ^ { n } ( x _ { i } ^ { 2 } + y _ { i } ^ { 2 } - x _ { i } y _ { i } ) } - 1 ; \\quad R _ { T a n i } ( X , Y ) \\in [ - 1 , 1 ]", + "type": "interline_equation", + "image_path": "8cfbb409370ef76df6d3e20480182096e68f646d588dc7fea91d7e0e5548585b.jpg" + } + ] + } + ], + "index": 35, + "virtual_lines": [ + { + "bbox": [ + 157, + 594, + 454, + 603.6666666666666 + ], + "spans": [], + "index": 34 + }, + { + "bbox": [ + 157, + 603.6666666666666, + 454, + 613.3333333333333 + ], + "spans": [], + "index": 35 + }, + { + "bbox": [ + 157, + 613.3333333333333, + 454, + 622.9999999999999 + ], + "spans": [], + "index": 36 + } + ] + }, + { + "type": "title", + "bbox": [ + 108, + 634, + 282, + 646 + ], + "lines": [ + { + "bbox": [ + 106, + 634, + 284, + 646 + ], + "spans": [ + { + "bbox": [ + 106, + 634, + 284, + 646 + ], + "score": 1.0, + "content": "3.4 MULTI-OBJECTIVE MAXIMIZATION", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 37 + }, + { + "type": "text", + "bbox": [ + 106, + 654, + 506, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 654, + 507, + 668 + ], + "spans": [ + { + "bbox": [ + 105, + 654, + 507, + 668 + ], + "score": 1.0, + "content": "To test balanced optimization, two further tests are proposed: Lipinski’s Rule-of-Five (Ro5) pa-", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 666, + 506, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 506, + 678 + ], + "score": 1.0, + "content": "rameters for the estimation of solubility and permeability important for oral bioavailability, and a", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 677, + 506, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 506, + 689 + ], + "score": 1.0, + "content": "weighted multi-parameter optimization. The Ro5 is a heuristic for druglikeness, evaluating four", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 688, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 688, + 506, + 700 + ], + "score": 1.0, + "content": "parameters that can be calculated readily from a molecular structure: molecular weight (MW), ClogP,", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 698, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 506, + 711 + ], + "score": 1.0, + "content": "hydrogen-bond donors (HBD) and acceptors (HBA) (Ghose et al., 1999; Lipinski, 2004) In this work,", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 709, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 506, + 722 + ], + "score": 1.0, + "content": "the Ro5 formulation used is to penalize (a) via MSE, the MW if outside the interval [180, 500]; (b)", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 721, + 506, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 506, + 733 + ], + "score": 1.0, + "content": "via MSE, the ClogP if outside [-0.4, 5.6]; (c) by absolute error, the number of HBDs if greater than 5;", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 41 + } + ], + "page_idx": 2, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 309, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 309, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 751, + 309, + 760 + ], + "lines": [ + { + "bbox": [ + 301, + 750, + 310, + 762 + ], + "spans": [ + { + "bbox": [ + 301, + 750, + 310, + 762 + ], + "score": 1.0, + "content": "3", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 106, + 79, + 505, + 138 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 106, + 79, + 505, + 138 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 79, + 505, + 138 + ], + "spans": [ + { + "bbox": [ + 106, + 79, + 505, + 138 + ], + "score": 0.945, + "type": "image", + "image_path": "79d1d3131d47b7b6bb2d4406ed0128b1a45a92363a3b5c401c422c23bae9f8f0.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 106, + 79, + 505, + 98.66666666666667 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 106, + 98.66666666666667, + 505, + 118.33333333333334 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 106, + 118.33333333333334, + 505, + 138.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 145, + 504, + 168 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 145, + 505, + 158 + ], + "spans": [ + { + "bbox": [ + 105, + 145, + 505, + 158 + ], + "score": 1.0, + "content": "Figure 2: Four of ten target molecules for the Tanimoto benchmark. See Supplementary Material for", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 155, + 155, + 170 + ], + "spans": [ + { + "bbox": [ + 105, + 155, + 155, + 170 + ], + "score": 1.0, + "content": "the full set.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + } + ], + "index": 2.25 + }, + { + "type": "text", + "bbox": [ + 107, + 189, + 296, + 201 + ], + "lines": [ + { + "bbox": [ + 106, + 188, + 297, + 203 + ], + "spans": [ + { + "bbox": [ + 106, + 188, + 297, + 203 + ], + "score": 1.0, + "content": "and measures the number of unique molecules:", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5, + "bbox_fs": [ + 106, + 188, + 297, + 203 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 191, + 205, + 420, + 240 + ], + "lines": [ + { + "bbox": [ + 191, + 205, + 420, + 240 + ], + "spans": [ + { + "bbox": [ + 191, + 205, + 420, + 240 + ], + "score": 0.94, + "content": "Y _ { i } \\sim \\pi _ { \\theta } ; \\quad R _ { u n i q u e } = \\frac { 1 } { m } \\left| \\bigcup _ { i = 1 } ^ { m } \\{ Y _ { i } \\} \\right| ; \\quad R _ { u n i q u e } \\in [ 0 , 1 ]", + "type": "interline_equation", + "image_path": "63559cd2bf5f5b29461a5517714ee154553e2bc8aa0af921ea15cf93619ebe84.jpg" + } + ] + } + ], + "index": 6.5, + "virtual_lines": [ + { + "bbox": [ + 191, + 205, + 420, + 222.5 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 191, + 222.5, + 420, + 240.0 + ], + "spans": [], + "index": 7 + } + ] + }, + { + "type": "title", + "bbox": [ + 108, + 250, + 285, + 262 + ], + "lines": [ + { + "bbox": [ + 105, + 249, + 286, + 263 + ], + "spans": [ + { + "bbox": [ + 105, + 249, + 286, + 263 + ], + "score": 1.0, + "content": "3.3 SINGLE OBJECTIVE MAXIMIZATION", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8 + }, + { + "type": "text", + "bbox": [ + 106, + 270, + 505, + 392 + ], + "lines": [ + { + "bbox": [ + 106, + 271, + 506, + 284 + ], + "spans": [ + { + "bbox": [ + 106, + 271, + 506, + 284 + ], + "score": 1.0, + "content": "Previous work has explored a variety of optimization objectives of interest to molecular designers.", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 282, + 506, + 295 + ], + "spans": [ + { + "bbox": [ + 106, + 282, + 506, + 295 + ], + "score": 1.0, + "content": "Physicochemical properties, such as the octanol-water partition coefficient (ClogP) and molecular", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 293, + 506, + 307 + ], + "spans": [ + { + "bbox": [ + 105, + 293, + 506, + 307 + ], + "score": 1.0, + "content": "weight (MW), have strong implications for the viability of a molecule progressing as a potential", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 304, + 506, + 317 + ], + "spans": [ + { + "bbox": [ + 106, + 304, + 506, + 317 + ], + "score": 1.0, + "content": "drug and have been explored as optimization objectives in previous work (Firth et al., 2015; Jaques", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 315, + 506, + 328 + ], + "spans": [ + { + "bbox": [ + 105, + 315, + 506, + 328 + ], + "score": 1.0, + "content": "et al., 2017; Gomez-Bombarelli et al., 2016). Similarly, SMARTS (SMILES Arbitrary Target ´", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 326, + 505, + 338 + ], + "spans": [ + { + "bbox": [ + 106, + 326, + 505, + 338 + ], + "score": 1.0, + "content": "Specification) sequences allow to specify substructures (subgraphs) which should be contained in", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 338, + 506, + 349 + ], + "spans": [ + { + "bbox": [ + 106, + 338, + 506, + 349 + ], + "score": 1.0, + "content": "the target molecules. This allows to define a reward function SMARTS(X, Y) which returns 1", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 348, + 506, + 361 + ], + "spans": [ + { + "bbox": [ + 105, + 348, + 206, + 361 + ], + "score": 1.0, + "content": "if a generated molecule", + "type": "text" + }, + { + "bbox": [ + 206, + 348, + 216, + 358 + ], + "score": 0.74, + "content": "Y", + "type": "inline_equation" + }, + { + "bbox": [ + 216, + 348, + 294, + 361 + ], + "score": 1.0, + "content": "contains subgraph", + "type": "text" + }, + { + "bbox": [ + 294, + 348, + 305, + 358 + ], + "score": 0.82, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 305, + 348, + 324, + 361 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 325, + 348, + 339, + 358 + ], + "score": 0.81, + "content": "- 1", + "type": "inline_equation" + }, + { + "bbox": [ + 339, + 348, + 506, + 361 + ], + "score": 1.0, + "content": "otherwise. The RDKit (Landrum et al.)", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 358, + 505, + 372 + ], + "spans": [ + { + "bbox": [ + 105, + 358, + 505, + 372 + ], + "score": 1.0, + "content": "includes automatic code to calculate these functions, providing a straightforward route to include", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 369, + 506, + 383 + ], + "spans": [ + { + "bbox": [ + 105, + 369, + 315, + 383 + ], + "score": 1.0, + "content": "these objectives in RL scenarios. For a target value", + "type": "text" + }, + { + "bbox": [ + 315, + 372, + 322, + 380 + ], + "score": 0.79, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 322, + 369, + 425, + 383 + ], + "score": 1.0, + "content": "or respectively subgraph", + "type": "text" + }, + { + "bbox": [ + 425, + 370, + 435, + 380 + ], + "score": 0.84, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 435, + 369, + 506, + 383 + ], + "score": 1.0, + "content": ", and a generated", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 381, + 215, + 393 + ], + "spans": [ + { + "bbox": [ + 105, + 381, + 145, + 393 + ], + "score": 1.0, + "content": "sequence", + "type": "text" + }, + { + "bbox": [ + 146, + 381, + 155, + 391 + ], + "score": 0.78, + "content": "Y", + "type": "inline_equation" + }, + { + "bbox": [ + 155, + 381, + 215, + 393 + ], + "score": 1.0, + "content": ", the reward is:", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 14, + "bbox_fs": [ + 105, + 271, + 506, + 393 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 162, + 397, + 450, + 459 + ], + "lines": [ + { + "bbox": [ + 162, + 397, + 450, + 459 + ], + "spans": [ + { + "bbox": [ + 162, + 397, + 450, + 459 + ], + "score": 0.91, + "content": "\\begin{array} { c c } { { R _ { L o g P } ( x , Y ) = \\displaystyle \\frac { 1 } { 2 5 } ( x - \\mathrm { L o g P } ( Y ) ) ^ { 2 } + 1 ; } } & { { R _ { L o g P } ( x , Y ) \\in [ - \\infty , 1 ] } } \\\\ { { R _ { M W } ( x , Y ) = \\displaystyle \\frac { 1 } { 1 0 ^ { 5 } } ( x - \\mathrm { M W } ( Y ) ) ^ { 2 } + 1 ; } } & { { R _ { M W } ( x , Y ) \\in [ - \\infty , 1 ] } } \\\\ { { R _ { S M A R T S } ( X , Y ) = \\mathrm { S M A R T S } ( X , Y ) ; } } & { { R _ { S M A R T S } ( x , Y ) \\in \\{ - 1 , 1 \\} } } \\end{array}", + "type": "interline_equation", + "image_path": "57d402bdfb29bf99d8c96bfba7458ea7e7c8e392f78376ff6d162006ef519352.jpg" + } + ] + } + ], + "index": 21, + "virtual_lines": [ + { + "bbox": [ + 162, + 397, + 450, + 417.6666666666667 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 162, + 417.6666666666667, + 450, + 438.33333333333337 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 162, + 438.33333333333337, + 450, + 459.00000000000006 + ], + "spans": [], + "index": 22 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 462, + 398, + 475 + ], + "lines": [ + { + "bbox": [ + 106, + 462, + 399, + 477 + ], + "spans": [ + { + "bbox": [ + 106, + 462, + 254, + 477 + ], + "score": 1.0, + "content": "This work chooses five ClogP points", + "type": "text" + }, + { + "bbox": [ + 255, + 462, + 334, + 475 + ], + "score": 0.92, + "content": "x \\in \\{ - 1 , 0 , 1 , 2 , 3 \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 334, + 462, + 399, + 477 + ], + "score": 1.0, + "content": "as benchmarks.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 23, + "bbox_fs": [ + 106, + 462, + 399, + 477 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 479, + 505, + 590 + ], + "lines": [ + { + "bbox": [ + 105, + 480, + 506, + 492 + ], + "spans": [ + { + "bbox": [ + 105, + 480, + 506, + 492 + ], + "score": 1.0, + "content": "A more challenging optimization objective is to generate a family of molecules similar to a target", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 491, + 506, + 504 + ], + "spans": [ + { + "bbox": [ + 105, + 491, + 506, + 504 + ], + "score": 1.0, + "content": "given only a fingerprint of the target molecule, in an unpopulated area of chemical space. Here, the", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 502, + 505, + 515 + ], + "spans": [ + { + "bbox": [ + 105, + 502, + 505, + 515 + ], + "score": 1.0, + "content": "commonly-used Functional Connectivity Fingerprint Counts (FCFC4; Rogers & Hahn (2010)) is", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 513, + 506, + 526 + ], + "spans": [ + { + "bbox": [ + 105, + 513, + 506, + 526 + ], + "score": 1.0, + "content": "used to encode the molecular graph as a fixed-size integer vector. After encoding both the proposed", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 524, + 506, + 536 + ], + "spans": [ + { + "bbox": [ + 105, + 524, + 506, + 536 + ], + "score": 1.0, + "content": "molecule and the target molecule, their Tanimoto (akin to Jaccard) similarity is calculated. This", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 535, + 506, + 547 + ], + "spans": [ + { + "bbox": [ + 105, + 535, + 506, + 547 + ], + "score": 1.0, + "content": "work uses ten marketed drugs which modulate different biological target types (Figure 2, Table 3) as", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 547, + 505, + 558 + ], + "spans": [ + { + "bbox": [ + 106, + 547, + 505, + 558 + ], + "score": 1.0, + "content": "molecular targets for approximation. To ensure that no leakage occurs between test and train set, the", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 104, + 555, + 506, + 570 + ], + "spans": [ + { + "bbox": [ + 104, + 555, + 506, + 570 + ], + "score": 1.0, + "content": "target molecules themselves as well as compounds similar to them were removed from the training", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 567, + 506, + 581 + ], + "spans": [ + { + "bbox": [ + 105, + 567, + 372, + 581 + ], + "score": 1.0, + "content": "data (see Appendix). The reward of the Tanimoto similarity with", + "type": "text" + }, + { + "bbox": [ + 372, + 569, + 390, + 579 + ], + "score": 0.88, + "content": "x , y", + "type": "inline_equation" + }, + { + "bbox": [ + 390, + 567, + 506, + 581 + ], + "score": 1.0, + "content": "as the fingerprint vectors of", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 107, + 576, + 143, + 592 + ], + "spans": [ + { + "bbox": [ + 107, + 580, + 128, + 590 + ], + "score": 0.9, + "content": "X , Y", + "type": "inline_equation" + }, + { + "bbox": [ + 128, + 576, + 143, + 592 + ], + "score": 1.0, + "content": "is:", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 28.5, + "bbox_fs": [ + 104, + 480, + 506, + 592 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 157, + 594, + 454, + 623 + ], + "lines": [ + { + "bbox": [ + 157, + 594, + 454, + 623 + ], + "spans": [ + { + "bbox": [ + 157, + 594, + 454, + 623 + ], + "score": 0.94, + "content": "R _ { T a n i } ( X , Y ) = 2 \\frac { \\sum _ { i = 1 } ^ { n } x _ { i } y _ { i } } { \\sum _ { i = 1 } ^ { n } ( x _ { i } ^ { 2 } + y _ { i } ^ { 2 } - x _ { i } y _ { i } ) } - 1 ; \\quad R _ { T a n i } ( X , Y ) \\in [ - 1 , 1 ]", + "type": "interline_equation", + "image_path": "8cfbb409370ef76df6d3e20480182096e68f646d588dc7fea91d7e0e5548585b.jpg" + } + ] + } + ], + "index": 35, + "virtual_lines": [ + { + "bbox": [ + 157, + 594, + 454, + 603.6666666666666 + ], + "spans": [], + "index": 34 + }, + { + "bbox": [ + 157, + 603.6666666666666, + 454, + 613.3333333333333 + ], + "spans": [], + "index": 35 + }, + { + "bbox": [ + 157, + 613.3333333333333, + 454, + 622.9999999999999 + ], + "spans": [], + "index": 36 + } + ] + }, + { + "type": "title", + "bbox": [ + 108, + 634, + 282, + 646 + ], + "lines": [ + { + "bbox": [ + 106, + 634, + 284, + 646 + ], + "spans": [ + { + "bbox": [ + 106, + 634, + 284, + 646 + ], + "score": 1.0, + "content": "3.4 MULTI-OBJECTIVE MAXIMIZATION", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 37 + }, + { + "type": "text", + "bbox": [ + 106, + 654, + 506, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 654, + 507, + 668 + ], + "spans": [ + { + "bbox": [ + 105, + 654, + 507, + 668 + ], + "score": 1.0, + "content": "To test balanced optimization, two further tests are proposed: Lipinski’s Rule-of-Five (Ro5) pa-", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 666, + 506, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 506, + 678 + ], + "score": 1.0, + "content": "rameters for the estimation of solubility and permeability important for oral bioavailability, and a", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 677, + 506, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 506, + 689 + ], + "score": 1.0, + "content": "weighted multi-parameter optimization. The Ro5 is a heuristic for druglikeness, evaluating four", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 688, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 688, + 506, + 700 + ], + "score": 1.0, + "content": "parameters that can be calculated readily from a molecular structure: molecular weight (MW), ClogP,", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 698, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 506, + 711 + ], + "score": 1.0, + "content": "hydrogen-bond donors (HBD) and acceptors (HBA) (Ghose et al., 1999; Lipinski, 2004) In this work,", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 709, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 506, + 722 + ], + "score": 1.0, + "content": "the Ro5 formulation used is to penalize (a) via MSE, the MW if outside the interval [180, 500]; (b)", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 721, + 506, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 506, + 733 + ], + "score": 1.0, + "content": "via MSE, the ClogP if outside [-0.4, 5.6]; (c) by absolute error, the number of HBDs if greater than 5;", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 41, + "bbox_fs": [ + 105, + 654, + 507, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 104, + 82, + 505, + 106 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "(d) by absolute error, the number of HBAs if greater than 10. The final penalties are summed, scaled", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 93, + 353, + 106 + ], + "spans": [ + { + "bbox": [ + 106, + 93, + 281, + 106 + ], + "score": 1.0, + "content": "by 1e-3, and added to 1 to place the reward", + "type": "text" + }, + { + "bbox": [ + 281, + 93, + 348, + 106 + ], + "score": 0.92, + "content": "R _ { R o 5 } \\in [ - \\infty , 1 ]", + "type": "inline_equation" + }, + { + "bbox": [ + 349, + 93, + 353, + 106 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 106, + 110, + 505, + 154 + ], + "lines": [ + { + "bbox": [ + 106, + 110, + 506, + 123 + ], + "spans": [ + { + "bbox": [ + 106, + 110, + 506, + 123 + ], + "score": 1.0, + "content": "Similarly, any arbitrary balanced weighting of objective functions can be used to simulate a multi-", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 122, + 505, + 133 + ], + "spans": [ + { + "bbox": [ + 106, + 122, + 505, + 133 + ], + "score": 1.0, + "content": "objective optimization, similar to those that are recognized in drug discovery scenarios. Here, an", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 132, + 506, + 145 + ], + "spans": [ + { + "bbox": [ + 105, + 132, + 239, + 145 + ], + "score": 1.0, + "content": "equally-weighted target of ClogP", + "type": "text" + }, + { + "bbox": [ + 240, + 133, + 251, + 142 + ], + "score": 0.36, + "content": "{ = } 4", + "type": "inline_equation" + }, + { + "bbox": [ + 251, + 132, + 506, + 145 + ], + "score": 1.0, + "content": ", SMARTS fragment-matching to include a benzene ring, and a", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 142, + 199, + 154 + ], + "spans": [ + { + "bbox": [ + 105, + 142, + 199, + 154 + ], + "score": 1.0, + "content": "MW of 180 is defined.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 3.5 + }, + { + "type": "interline_equation", + "bbox": [ + 146, + 158, + 465, + 198 + ], + "lines": [ + { + "bbox": [ + 146, + 158, + 465, + 198 + ], + "spans": [ + { + "bbox": [ + 146, + 158, + 465, + 198 + ], + "score": 0.88, + "content": "R _ { M P O } = \\frac { 1 } { 3 } ( R _ { L o g P } ( 4 , Y ) + R _ { S M A R T S } ( ^ { \\prime } \\mathsf { c 1 c c c c c 1 ^ { \\prime } } , Y ) + R _ { M o l W t } ( 1 8 0 , Y ) )", + "type": "interline_equation", + "image_path": "cadc98cb08251d1afaef7754187f20983b503a6c107427c8af4f4dccfe060a0b.jpg" + } + ] + } + ], + "index": 7, + "virtual_lines": [ + { + "bbox": [ + 146, + 158, + 465, + 171.33333333333334 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 146, + 171.33333333333334, + 465, + 184.66666666666669 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 146, + 184.66666666666669, + 465, + 198.00000000000003 + ], + "spans": [], + "index": 8 + } + ] + }, + { + "type": "title", + "bbox": [ + 107, + 212, + 171, + 224 + ], + "lines": [ + { + "bbox": [ + 105, + 210, + 173, + 227 + ], + "spans": [ + { + "bbox": [ + 105, + 210, + 173, + 227 + ], + "score": 1.0, + "content": "4 MODELS", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 9 + }, + { + "type": "title", + "bbox": [ + 108, + 237, + 276, + 249 + ], + "lines": [ + { + "bbox": [ + 106, + 236, + 277, + 249 + ], + "spans": [ + { + "bbox": [ + 106, + 236, + 277, + 249 + ], + "score": 1.0, + "content": "4.1 RECURRENT NEURAL NETWORKS", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10 + }, + { + "type": "text", + "bbox": [ + 106, + 257, + 506, + 357 + ], + "lines": [ + { + "bbox": [ + 106, + 258, + 506, + 271 + ], + "spans": [ + { + "bbox": [ + 106, + 258, + 506, + 271 + ], + "score": 1.0, + "content": "Gated recurrent models such as Long short-term memory (LSTM) (Hochreiter & Schmidhuber, 1997)", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 268, + 506, + 282 + ], + "spans": [ + { + "bbox": [ + 105, + 268, + 506, + 282 + ], + "score": 1.0, + "content": "are important for modern deep RNN models, and are used as the principal deep model used in this", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 280, + 505, + 292 + ], + "spans": [ + { + "bbox": [ + 106, + 280, + 505, + 292 + ], + "score": 1.0, + "content": "work (Graves, 2013). These RNN models are able to process the SMILES format strings with the", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 291, + 506, + 304 + ], + "spans": [ + { + "bbox": [ + 105, + 291, + 506, + 304 + ], + "score": 1.0, + "content": "addition of an embedding layer as is commonly used in natural language tasks (Gal & Ghahramani,", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 301, + 506, + 315 + ], + "spans": [ + { + "bbox": [ + 105, + 301, + 506, + 315 + ], + "score": 1.0, + "content": "2016; Cho et al., 2014). Fully-connecting the output of the RNN model to a layer of neurons equal in", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 312, + 506, + 326 + ], + "spans": [ + { + "bbox": [ + 105, + 312, + 506, + 326 + ], + "score": 1.0, + "content": "cardinality to the vocabulary size of our SMILES language (42 symbols, see Supplementary Material", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 324, + 504, + 337 + ], + "spans": [ + { + "bbox": [ + 105, + 324, + 492, + 337 + ], + "score": 1.0, + "content": "Table 2) can be trained to produce a probability distribution over the output symbols. A model", + "type": "text" + }, + { + "bbox": [ + 492, + 325, + 504, + 335 + ], + "score": 0.82, + "content": "\\pi _ { \\theta }", + "type": "inline_equation" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 334, + 505, + 349 + ], + "spans": [ + { + "bbox": [ + 105, + 334, + 177, + 349 + ], + "score": 1.0, + "content": "parameterized by", + "type": "text" + }, + { + "bbox": [ + 177, + 335, + 183, + 345 + ], + "score": 0.79, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 183, + 334, + 268, + 349 + ], + "score": 1.0, + "content": "trained on sequences", + "type": "text" + }, + { + "bbox": [ + 268, + 336, + 275, + 345 + ], + "score": 0.75, + "content": "z", + "type": "inline_equation" + }, + { + "bbox": [ + 275, + 334, + 313, + 349 + ], + "score": 1.0, + "content": "of length", + "type": "text" + }, + { + "bbox": [ + 314, + 335, + 322, + 345 + ], + "score": 0.83, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 323, + 334, + 363, + 349 + ], + "score": 1.0, + "content": "in dataset", + "type": "text" + }, + { + "bbox": [ + 363, + 335, + 371, + 345 + ], + "score": 0.84, + "content": "S", + "type": "inline_equation" + }, + { + "bbox": [ + 372, + 334, + 505, + 349 + ], + "score": 1.0, + "content": "can be trained with the following", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 345, + 315, + 359 + ], + "spans": [ + { + "bbox": [ + 105, + 345, + 315, + 359 + ], + "score": 1.0, + "content": "standard differentiable loss (the cross-entropy loss):", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 15 + }, + { + "type": "interline_equation", + "bbox": [ + 180, + 363, + 431, + 398 + ], + "lines": [ + { + "bbox": [ + 180, + 363, + 431, + 398 + ], + "spans": [ + { + "bbox": [ + 180, + 363, + 431, + 398 + ], + "score": 0.95, + "content": "L ^ { M L E } ( \\theta ) = - \\sum _ { t = 1 } ^ { T } \\log \\pi _ { \\theta } ( z _ { t } | z _ { 1 : t - 1 } ) ; \\quad z = ( z _ { 1 } , \\dots , z _ { T } ) \\in S", + "type": "interline_equation", + "image_path": "0136cbd213ba16f1b1a15621fe5242a116a47183c8abac37beea1238199447fa.jpg" + } + ] + } + ], + "index": 21, + "virtual_lines": [ + { + "bbox": [ + 180, + 363, + 431, + 374.6666666666667 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 180, + 374.6666666666667, + 431, + 386.33333333333337 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 180, + 386.33333333333337, + 431, + 398.00000000000006 + ], + "spans": [], + "index": 22 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 408, + 506, + 486 + ], + "lines": [ + { + "bbox": [ + 105, + 408, + 505, + 421 + ], + "spans": [ + { + "bbox": [ + 105, + 408, + 505, + 421 + ], + "score": 1.0, + "content": "In this work, this is called the pretrained maximum likelihood estimation (MLE) model and can", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 104, + 419, + 506, + 434 + ], + "spans": [ + { + "bbox": [ + 104, + 419, + 506, + 434 + ], + "score": 1.0, + "content": "be trained using standard supervised gradient descent techniques with backpropagation (Goldberg,", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 430, + 505, + 443 + ], + "spans": [ + { + "bbox": [ + 105, + 430, + 505, + 443 + ], + "score": 1.0, + "content": "2016). This model functions as a composable, initialized block for more advanced architectures due", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 443, + 505, + 454 + ], + "spans": [ + { + "bbox": [ + 106, + 443, + 505, + 454 + ], + "score": 1.0, + "content": "to its effectiveness in generating realistic chemical sequences. Algorithm 1 demonstrates a slightly", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 452, + 506, + 465 + ], + "spans": [ + { + "bbox": [ + 105, + 452, + 345, + 465 + ], + "score": 1.0, + "content": "more unusual formulation in which a pretrained MLE model", + "type": "text" + }, + { + "bbox": [ + 345, + 454, + 357, + 464 + ], + "score": 0.86, + "content": "\\pi _ { \\theta }", + "type": "inline_equation" + }, + { + "bbox": [ + 357, + 452, + 506, + 465 + ], + "score": 1.0, + "content": "is combined with an arbitrary reward", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 463, + 506, + 477 + ], + "spans": [ + { + "bbox": [ + 105, + 463, + 143, + 477 + ], + "score": 1.0, + "content": "function", + "type": "text" + }, + { + "bbox": [ + 143, + 464, + 152, + 474 + ], + "score": 0.78, + "content": "R", + "type": "inline_equation" + }, + { + "bbox": [ + 153, + 463, + 464, + 477 + ], + "score": 1.0, + "content": "to maximize reward by alternately sampling and retraining via Eq. 9 on the", + "type": "text" + }, + { + "bbox": [ + 464, + 464, + 471, + 474 + ], + "score": 0.82, + "content": "k", + "type": "inline_equation" + }, + { + "bbox": [ + 471, + 463, + 506, + 477 + ], + "score": 1.0, + "content": "-highest", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 475, + 436, + 487 + ], + "spans": [ + { + "bbox": [ + 105, + 475, + 436, + 487 + ], + "score": 1.0, + "content": "reward sequences (Segler et al., 2017), which we call Hillclimb-MLE (HC-MLE) .", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 26 + }, + { + "type": "table", + "bbox": [ + 109, + 515, + 479, + 637 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 107, + 498, + 380, + 511 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 497, + 378, + 513 + ], + "spans": [ + { + "bbox": [ + 105, + 497, + 378, + 513 + ], + "score": 1.0, + "content": "Algorithm 1 Hillclimb-MLE Training Method for fitness functions", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 30 + }, + { + "type": "table_body", + "bbox": [ + 109, + 515, + 479, + 637 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 109, + 515, + 479, + 637 + ], + "spans": [ + { + "bbox": [ + 109, + 515, + 479, + 637 + ], + "score": 0.701, + "html": "
Require: pretrained MLE model πθ; a reward function R; initial set of sequences ∑= @
1: for n-steps do for m-sequences do
2:Generate a sequence Yi,1:T = (yi,...,yr) ~ Tθ
3:
4:Calculate ri = R(Yi,1:T) end for
5:m
6:∑←ΣUU{Y} i=1
7: 8:Keep k-top sequences in Σ with highest corresponding ri
9: end forFine-tune MLE model πβ to minimize cross-entropy according to Eq. 9 on dataset £
", + "type": "table", + "image_path": "0af0cc8151182d02daf29b5ecc2522cfaa174d43213537a4e268a75c7a8a2e3c.jpg" + } + ] + } + ], + "index": 32, + "virtual_lines": [ + { + "bbox": [ + 109, + 515, + 479, + 555.6666666666666 + ], + "spans": [], + "index": 31 + }, + { + "bbox": [ + 109, + 555.6666666666666, + 479, + 596.3333333333333 + ], + "spans": [], + "index": 32 + }, + { + "bbox": [ + 109, + 596.3333333333333, + 479, + 636.9999999999999 + ], + "spans": [], + "index": 33 + } + ] + } + ], + "index": 31.0 + }, + { + "type": "title", + "bbox": [ + 108, + 657, + 263, + 669 + ], + "lines": [ + { + "bbox": [ + 106, + 657, + 264, + 669 + ], + "spans": [ + { + "bbox": [ + 106, + 657, + 264, + 669 + ], + "score": 1.0, + "content": "4.1.1 REINFORCEMENT LEARNING", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 34 + }, + { + "type": "text", + "bbox": [ + 107, + 676, + 506, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 677, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 106, + 677, + 505, + 689 + ], + "score": 1.0, + "content": "Recently, advances in reinforcement learning (RL) have prompted explorations into using RL methods", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 688, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 688, + 506, + 700 + ], + "score": 1.0, + "content": "within the drug discovery loop (Jaques et al., 2017; Olivecrona et al., 2017; Segler et al., 2017).", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 699, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 506, + 712 + ], + "score": 1.0, + "content": "RL is a natural environment for drug discovery, which requires online learning balanced against", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 709, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 506, + 722 + ], + "score": 1.0, + "content": "expensive sample evaluation and generation. Moreover, most molecule characteristics are not directly-", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 720, + 506, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 720, + 506, + 733 + ], + "score": 1.0, + "content": "optimizable since they are non-differentiable quantities. Instead, casting it into a RL framework", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 37 + } + ], + "page_idx": 3, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 26, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 309, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 309, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 752, + 308, + 759 + ], + "lines": [] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 104, + 82, + 505, + 106 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "(d) by absolute error, the number of HBAs if greater than 10. The final penalties are summed, scaled", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 93, + 353, + 106 + ], + "spans": [ + { + "bbox": [ + 106, + 93, + 281, + 106 + ], + "score": 1.0, + "content": "by 1e-3, and added to 1 to place the reward", + "type": "text" + }, + { + "bbox": [ + 281, + 93, + 348, + 106 + ], + "score": 0.92, + "content": "R _ { R o 5 } \\in [ - \\infty , 1 ]", + "type": "inline_equation" + }, + { + "bbox": [ + 349, + 93, + 353, + 106 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5, + "bbox_fs": [ + 106, + 82, + 505, + 106 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 110, + 505, + 154 + ], + "lines": [ + { + "bbox": [ + 106, + 110, + 506, + 123 + ], + "spans": [ + { + "bbox": [ + 106, + 110, + 506, + 123 + ], + "score": 1.0, + "content": "Similarly, any arbitrary balanced weighting of objective functions can be used to simulate a multi-", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 122, + 505, + 133 + ], + "spans": [ + { + "bbox": [ + 106, + 122, + 505, + 133 + ], + "score": 1.0, + "content": "objective optimization, similar to those that are recognized in drug discovery scenarios. Here, an", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 132, + 506, + 145 + ], + "spans": [ + { + "bbox": [ + 105, + 132, + 239, + 145 + ], + "score": 1.0, + "content": "equally-weighted target of ClogP", + "type": "text" + }, + { + "bbox": [ + 240, + 133, + 251, + 142 + ], + "score": 0.36, + "content": "{ = } 4", + "type": "inline_equation" + }, + { + "bbox": [ + 251, + 132, + 506, + 145 + ], + "score": 1.0, + "content": ", SMARTS fragment-matching to include a benzene ring, and a", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 142, + 199, + 154 + ], + "spans": [ + { + "bbox": [ + 105, + 142, + 199, + 154 + ], + "score": 1.0, + "content": "MW of 180 is defined.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 3.5, + "bbox_fs": [ + 105, + 110, + 506, + 154 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 146, + 158, + 465, + 198 + ], + "lines": [ + { + "bbox": [ + 146, + 158, + 465, + 198 + ], + "spans": [ + { + "bbox": [ + 146, + 158, + 465, + 198 + ], + "score": 0.88, + "content": "R _ { M P O } = \\frac { 1 } { 3 } ( R _ { L o g P } ( 4 , Y ) + R _ { S M A R T S } ( ^ { \\prime } \\mathsf { c 1 c c c c c 1 ^ { \\prime } } , Y ) + R _ { M o l W t } ( 1 8 0 , Y ) )", + "type": "interline_equation", + "image_path": "cadc98cb08251d1afaef7754187f20983b503a6c107427c8af4f4dccfe060a0b.jpg" + } + ] + } + ], + "index": 7, + "virtual_lines": [ + { + "bbox": [ + 146, + 158, + 465, + 171.33333333333334 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 146, + 171.33333333333334, + 465, + 184.66666666666669 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 146, + 184.66666666666669, + 465, + 198.00000000000003 + ], + "spans": [], + "index": 8 + } + ] + }, + { + "type": "title", + "bbox": [ + 107, + 212, + 171, + 224 + ], + "lines": [ + { + "bbox": [ + 105, + 210, + 173, + 227 + ], + "spans": [ + { + "bbox": [ + 105, + 210, + 173, + 227 + ], + "score": 1.0, + "content": "4 MODELS", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 9 + }, + { + "type": "title", + "bbox": [ + 108, + 237, + 276, + 249 + ], + "lines": [ + { + "bbox": [ + 106, + 236, + 277, + 249 + ], + "spans": [ + { + "bbox": [ + 106, + 236, + 277, + 249 + ], + "score": 1.0, + "content": "4.1 RECURRENT NEURAL NETWORKS", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10 + }, + { + "type": "text", + "bbox": [ + 106, + 257, + 506, + 357 + ], + "lines": [ + { + "bbox": [ + 106, + 258, + 506, + 271 + ], + "spans": [ + { + "bbox": [ + 106, + 258, + 506, + 271 + ], + "score": 1.0, + "content": "Gated recurrent models such as Long short-term memory (LSTM) (Hochreiter & Schmidhuber, 1997)", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 268, + 506, + 282 + ], + "spans": [ + { + "bbox": [ + 105, + 268, + 506, + 282 + ], + "score": 1.0, + "content": "are important for modern deep RNN models, and are used as the principal deep model used in this", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 280, + 505, + 292 + ], + "spans": [ + { + "bbox": [ + 106, + 280, + 505, + 292 + ], + "score": 1.0, + "content": "work (Graves, 2013). These RNN models are able to process the SMILES format strings with the", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 291, + 506, + 304 + ], + "spans": [ + { + "bbox": [ + 105, + 291, + 506, + 304 + ], + "score": 1.0, + "content": "addition of an embedding layer as is commonly used in natural language tasks (Gal & Ghahramani,", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 301, + 506, + 315 + ], + "spans": [ + { + "bbox": [ + 105, + 301, + 506, + 315 + ], + "score": 1.0, + "content": "2016; Cho et al., 2014). Fully-connecting the output of the RNN model to a layer of neurons equal in", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 312, + 506, + 326 + ], + "spans": [ + { + "bbox": [ + 105, + 312, + 506, + 326 + ], + "score": 1.0, + "content": "cardinality to the vocabulary size of our SMILES language (42 symbols, see Supplementary Material", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 324, + 504, + 337 + ], + "spans": [ + { + "bbox": [ + 105, + 324, + 492, + 337 + ], + "score": 1.0, + "content": "Table 2) can be trained to produce a probability distribution over the output symbols. A model", + "type": "text" + }, + { + "bbox": [ + 492, + 325, + 504, + 335 + ], + "score": 0.82, + "content": "\\pi _ { \\theta }", + "type": "inline_equation" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 334, + 505, + 349 + ], + "spans": [ + { + "bbox": [ + 105, + 334, + 177, + 349 + ], + "score": 1.0, + "content": "parameterized by", + "type": "text" + }, + { + "bbox": [ + 177, + 335, + 183, + 345 + ], + "score": 0.79, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 183, + 334, + 268, + 349 + ], + "score": 1.0, + "content": "trained on sequences", + "type": "text" + }, + { + "bbox": [ + 268, + 336, + 275, + 345 + ], + "score": 0.75, + "content": "z", + "type": "inline_equation" + }, + { + "bbox": [ + 275, + 334, + 313, + 349 + ], + "score": 1.0, + "content": "of length", + "type": "text" + }, + { + "bbox": [ + 314, + 335, + 322, + 345 + ], + "score": 0.83, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 323, + 334, + 363, + 349 + ], + "score": 1.0, + "content": "in dataset", + "type": "text" + }, + { + "bbox": [ + 363, + 335, + 371, + 345 + ], + "score": 0.84, + "content": "S", + "type": "inline_equation" + }, + { + "bbox": [ + 372, + 334, + 505, + 349 + ], + "score": 1.0, + "content": "can be trained with the following", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 345, + 315, + 359 + ], + "spans": [ + { + "bbox": [ + 105, + 345, + 315, + 359 + ], + "score": 1.0, + "content": "standard differentiable loss (the cross-entropy loss):", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 15, + "bbox_fs": [ + 105, + 258, + 506, + 359 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 180, + 363, + 431, + 398 + ], + "lines": [ + { + "bbox": [ + 180, + 363, + 431, + 398 + ], + "spans": [ + { + "bbox": [ + 180, + 363, + 431, + 398 + ], + "score": 0.95, + "content": "L ^ { M L E } ( \\theta ) = - \\sum _ { t = 1 } ^ { T } \\log \\pi _ { \\theta } ( z _ { t } | z _ { 1 : t - 1 } ) ; \\quad z = ( z _ { 1 } , \\dots , z _ { T } ) \\in S", + "type": "interline_equation", + "image_path": "0136cbd213ba16f1b1a15621fe5242a116a47183c8abac37beea1238199447fa.jpg" + } + ] + } + ], + "index": 21, + "virtual_lines": [ + { + "bbox": [ + 180, + 363, + 431, + 374.6666666666667 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 180, + 374.6666666666667, + 431, + 386.33333333333337 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 180, + 386.33333333333337, + 431, + 398.00000000000006 + ], + "spans": [], + "index": 22 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 408, + 506, + 486 + ], + "lines": [ + { + "bbox": [ + 105, + 408, + 505, + 421 + ], + "spans": [ + { + "bbox": [ + 105, + 408, + 505, + 421 + ], + "score": 1.0, + "content": "In this work, this is called the pretrained maximum likelihood estimation (MLE) model and can", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 104, + 419, + 506, + 434 + ], + "spans": [ + { + "bbox": [ + 104, + 419, + 506, + 434 + ], + "score": 1.0, + "content": "be trained using standard supervised gradient descent techniques with backpropagation (Goldberg,", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 430, + 505, + 443 + ], + "spans": [ + { + "bbox": [ + 105, + 430, + 505, + 443 + ], + "score": 1.0, + "content": "2016). This model functions as a composable, initialized block for more advanced architectures due", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 443, + 505, + 454 + ], + "spans": [ + { + "bbox": [ + 106, + 443, + 505, + 454 + ], + "score": 1.0, + "content": "to its effectiveness in generating realistic chemical sequences. Algorithm 1 demonstrates a slightly", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 452, + 506, + 465 + ], + "spans": [ + { + "bbox": [ + 105, + 452, + 345, + 465 + ], + "score": 1.0, + "content": "more unusual formulation in which a pretrained MLE model", + "type": "text" + }, + { + "bbox": [ + 345, + 454, + 357, + 464 + ], + "score": 0.86, + "content": "\\pi _ { \\theta }", + "type": "inline_equation" + }, + { + "bbox": [ + 357, + 452, + 506, + 465 + ], + "score": 1.0, + "content": "is combined with an arbitrary reward", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 463, + 506, + 477 + ], + "spans": [ + { + "bbox": [ + 105, + 463, + 143, + 477 + ], + "score": 1.0, + "content": "function", + "type": "text" + }, + { + "bbox": [ + 143, + 464, + 152, + 474 + ], + "score": 0.78, + "content": "R", + "type": "inline_equation" + }, + { + "bbox": [ + 153, + 463, + 464, + 477 + ], + "score": 1.0, + "content": "to maximize reward by alternately sampling and retraining via Eq. 9 on the", + "type": "text" + }, + { + "bbox": [ + 464, + 464, + 471, + 474 + ], + "score": 0.82, + "content": "k", + "type": "inline_equation" + }, + { + "bbox": [ + 471, + 463, + 506, + 477 + ], + "score": 1.0, + "content": "-highest", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 475, + 436, + 487 + ], + "spans": [ + { + "bbox": [ + 105, + 475, + 436, + 487 + ], + "score": 1.0, + "content": "reward sequences (Segler et al., 2017), which we call Hillclimb-MLE (HC-MLE) .", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 26, + "bbox_fs": [ + 104, + 408, + 506, + 487 + ] + }, + { + "type": "table", + "bbox": [ + 109, + 515, + 479, + 637 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 107, + 498, + 380, + 511 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 497, + 378, + 513 + ], + "spans": [ + { + "bbox": [ + 105, + 497, + 378, + 513 + ], + "score": 1.0, + "content": "Algorithm 1 Hillclimb-MLE Training Method for fitness functions", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 30 + }, + { + "type": "table_body", + "bbox": [ + 109, + 515, + 479, + 637 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 109, + 515, + 479, + 637 + ], + "spans": [ + { + "bbox": [ + 109, + 515, + 479, + 637 + ], + "score": 0.701, + "html": "
Require: pretrained MLE model πθ; a reward function R; initial set of sequences ∑= @
1: for n-steps do for m-sequences do
2:Generate a sequence Yi,1:T = (yi,...,yr) ~ Tθ
3:
4:Calculate ri = R(Yi,1:T) end for
5:m
6:∑←ΣUU{Y} i=1
7: 8:Keep k-top sequences in Σ with highest corresponding ri
9: end forFine-tune MLE model πβ to minimize cross-entropy according to Eq. 9 on dataset £
", + "type": "table", + "image_path": "0af0cc8151182d02daf29b5ecc2522cfaa174d43213537a4e268a75c7a8a2e3c.jpg" + } + ] + } + ], + "index": 32, + "virtual_lines": [ + { + "bbox": [ + 109, + 515, + 479, + 555.6666666666666 + ], + "spans": [], + "index": 31 + }, + { + "bbox": [ + 109, + 555.6666666666666, + 479, + 596.3333333333333 + ], + "spans": [], + "index": 32 + }, + { + "bbox": [ + 109, + 596.3333333333333, + 479, + 636.9999999999999 + ], + "spans": [], + "index": 33 + } + ] + } + ], + "index": 31.0 + }, + { + "type": "title", + "bbox": [ + 108, + 657, + 263, + 669 + ], + "lines": [ + { + "bbox": [ + 106, + 657, + 264, + 669 + ], + "spans": [ + { + "bbox": [ + 106, + 657, + 264, + 669 + ], + "score": 1.0, + "content": "4.1.1 REINFORCEMENT LEARNING", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 34 + }, + { + "type": "text", + "bbox": [ + 107, + 676, + 506, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 677, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 106, + 677, + 505, + 689 + ], + "score": 1.0, + "content": "Recently, advances in reinforcement learning (RL) have prompted explorations into using RL methods", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 688, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 688, + 506, + 700 + ], + "score": 1.0, + "content": "within the drug discovery loop (Jaques et al., 2017; Olivecrona et al., 2017; Segler et al., 2017).", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 699, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 506, + 712 + ], + "score": 1.0, + "content": "RL is a natural environment for drug discovery, which requires online learning balanced against", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 709, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 506, + 722 + ], + "score": 1.0, + "content": "expensive sample evaluation and generation. Moreover, most molecule characteristics are not directly-", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 720, + 506, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 720, + 506, + 733 + ], + "score": 1.0, + "content": "optimizable since they are non-differentiable quantities. Instead, casting it into a RL framework", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "allows for the exploration of chemical space in the absence of true loss gradients. Formally, a SMILES", + "type": "text", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 92, + 198, + 108 + ], + "spans": [ + { + "bbox": [ + 105, + 92, + 186, + 108 + ], + "score": 1.0, + "content": "string is a sequence", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 187, + 96, + 193, + 105 + ], + "score": 0.77, + "content": "y", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 194, + 92, + 198, + 108 + ], + "score": 1.0, + "content": ":", + "type": "text", + "cross_page": true + } + ], + "index": 1 + } + ], + "index": 37, + "bbox_fs": [ + 105, + 677, + 506, + 733 + ] + } + ] + }, + { + "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": "allows for the exploration of chemical space in the absence of true loss gradients. Formally, a SMILES", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 92, + 198, + 108 + ], + "spans": [ + { + "bbox": [ + 105, + 92, + 186, + 108 + ], + "score": 1.0, + "content": "string is a sequence", + "type": "text" + }, + { + "bbox": [ + 187, + 96, + 193, + 105 + ], + "score": 0.77, + "content": "y", + "type": "inline_equation" + }, + { + "bbox": [ + 194, + 92, + 198, + 108 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "interline_equation", + "bbox": [ + 245, + 110, + 365, + 123 + ], + "lines": [ + { + "bbox": [ + 245, + 110, + 365, + 123 + ], + "spans": [ + { + "bbox": [ + 245, + 110, + 365, + 123 + ], + "score": 0.92, + "content": "y = ( a _ { 1 } , \\ldots , a _ { m } ) \\qquad a \\in D", + "type": "interline_equation", + "image_path": "6c5cc121dbdb864e6d2cd1f1753affe49f958fa2a3102c73aed4806d68d14828.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 245, + 110, + 365, + 123 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 127, + 505, + 195 + ], + "lines": [ + { + "bbox": [ + 105, + 127, + 506, + 142 + ], + "spans": [ + { + "bbox": [ + 105, + 127, + 283, + 142 + ], + "score": 1.0, + "content": "Thus, each string is comprised of a set of", + "type": "text" + }, + { + "bbox": [ + 284, + 130, + 293, + 138 + ], + "score": 0.76, + "content": "m", + "type": "inline_equation" + }, + { + "bbox": [ + 294, + 127, + 449, + 142 + ], + "score": 1.0, + "content": "symbols from the symbol dictionary", + "type": "text" + }, + { + "bbox": [ + 450, + 129, + 459, + 138 + ], + "score": 0.82, + "content": "D", + "type": "inline_equation" + }, + { + "bbox": [ + 459, + 127, + 506, + 142 + ], + "score": 1.0, + "content": ", including", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 139, + 506, + 152 + ], + "spans": [ + { + "bbox": [ + 106, + 139, + 506, + 152 + ], + "score": 1.0, + "content": "the padding character, establishing the SMILES environment as a large but discrete state space of", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 104, + 148, + 506, + 163 + ], + "spans": [ + { + "bbox": [ + 104, + 148, + 126, + 163 + ], + "score": 1.0, + "content": "size", + "type": "text" + }, + { + "bbox": [ + 126, + 150, + 148, + 162 + ], + "score": 0.91, + "content": "| D | ^ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 149, + 148, + 295, + 163 + ], + "score": 1.0, + "content": "and a discrete action space of size", + "type": "text" + }, + { + "bbox": [ + 296, + 150, + 311, + 162 + ], + "score": 0.91, + "content": "| D |", + "type": "inline_equation" + }, + { + "bbox": [ + 311, + 148, + 506, + 163 + ], + "score": 1.0, + "content": ". From an RL perspective, each symbol in the", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 160, + 505, + 174 + ], + "spans": [ + { + "bbox": [ + 105, + 160, + 288, + 174 + ], + "score": 1.0, + "content": "SMILES sequence corresponds to an action", + "type": "text" + }, + { + "bbox": [ + 288, + 163, + 297, + 172 + ], + "score": 0.85, + "content": "a _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 298, + 160, + 393, + 174 + ], + "score": 1.0, + "content": "taken at sequence step", + "type": "text" + }, + { + "bbox": [ + 393, + 162, + 398, + 171 + ], + "score": 0.68, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 398, + 160, + 505, + 174 + ], + "score": 1.0, + "content": ". The goal of an RL agent", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 171, + 506, + 186 + ], + "spans": [ + { + "bbox": [ + 105, + 171, + 216, + 186 + ], + "score": 1.0, + "content": "here is to develop a policy", + "type": "text" + }, + { + "bbox": [ + 216, + 174, + 227, + 183 + ], + "score": 0.85, + "content": "\\pi _ { \\theta }", + "type": "inline_equation" + }, + { + "bbox": [ + 228, + 171, + 304, + 186 + ], + "score": 1.0, + "content": ", parameterized by", + "type": "text" + }, + { + "bbox": [ + 305, + 173, + 311, + 182 + ], + "score": 0.82, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 311, + 171, + 403, + 186 + ], + "score": 1.0, + "content": ", to calculate an action", + "type": "text" + }, + { + "bbox": [ + 404, + 174, + 414, + 183 + ], + "score": 0.84, + "content": "a _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 414, + 171, + 506, + 186 + ], + "score": 1.0, + "content": "from the current state", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 107, + 183, + 480, + 196 + ], + "spans": [ + { + "bbox": [ + 107, + 183, + 188, + 195 + ], + "score": 0.93, + "content": "s _ { t } = ( a _ { 1 } , \\ldots , a _ { t - 1 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 188, + 183, + 480, + 196 + ], + "score": 1.0, + "content": "that maximizes the expected reward. That is, to maximize the following:", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 5.5 + }, + { + "type": "interline_equation", + "bbox": [ + 189, + 199, + 421, + 227 + ], + "lines": [ + { + "bbox": [ + 189, + 199, + 421, + 227 + ], + "spans": [ + { + "bbox": [ + 189, + 199, + 421, + 227 + ], + "score": 0.92, + "content": "\\mathbb { E } [ R ( y _ { 1 : t } ) | s _ { 0 } , \\theta ] = \\sum _ { y \\in Y } \\sum _ { a _ { t } \\in y } \\pi _ { \\theta } ( a _ { t } | y _ { 1 : t - 1 } ) \\cdot Q ( a _ { t } , y _ { 1 : t - 1 } )", + "type": "interline_equation", + "image_path": "5387fcf6fb68bcd6b4e75a65a905c468c4c888ae4334001a3e038dab6b9056d7.jpg" + } + ] + } + ], + "index": 9.5, + "virtual_lines": [ + { + "bbox": [ + 189, + 199, + 421, + 213.0 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 189, + 213.0, + 421, + 227.0 + ], + "spans": [], + "index": 10 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 232, + 505, + 298 + ], + "lines": [ + { + "bbox": [ + 106, + 232, + 505, + 245 + ], + "spans": [ + { + "bbox": [ + 106, + 232, + 362, + 245 + ], + "score": 1.0, + "content": "where our policy predicts the probability of choosing an action", + "type": "text" + }, + { + "bbox": [ + 362, + 234, + 372, + 243 + ], + "score": 0.84, + "content": "a _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 372, + 232, + 423, + 245 + ], + "score": 1.0, + "content": "in sequence", + "type": "text" + }, + { + "bbox": [ + 423, + 235, + 430, + 244 + ], + "score": 0.8, + "content": "y", + "type": "inline_equation" + }, + { + "bbox": [ + 430, + 232, + 505, + 245 + ], + "score": 1.0, + "content": "from the set of all", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 242, + 506, + 256 + ], + "spans": [ + { + "bbox": [ + 105, + 242, + 182, + 256 + ], + "score": 1.0, + "content": "possible sequences", + "type": "text" + }, + { + "bbox": [ + 183, + 244, + 192, + 253 + ], + "score": 0.79, + "content": "Y", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 242, + 290, + 256 + ], + "score": 1.0, + "content": ", and the reward function", + "type": "text" + }, + { + "bbox": [ + 290, + 243, + 344, + 255 + ], + "score": 0.93, + "content": "Q ( a _ { t } , y _ { 1 : t - 1 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 344, + 242, + 506, + 256 + ], + "score": 1.0, + "content": "provides the reward for that action given", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 254, + 505, + 267 + ], + "spans": [ + { + "bbox": [ + 106, + 254, + 186, + 267 + ], + "score": 1.0, + "content": "the sequence so far,", + "type": "text" + }, + { + "bbox": [ + 186, + 255, + 212, + 266 + ], + "score": 0.89, + "content": "y _ { 1 : t - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 212, + 254, + 505, + 267 + ], + "score": 1.0, + "content": ". However, molecule generation is inherently episodic, producing rewards", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 264, + 506, + 279 + ], + "spans": [ + { + "bbox": [ + 105, + 264, + 356, + 279 + ], + "score": 1.0, + "content": "only at the completion of the SMILES string (in our dictionary,", + "type": "text" + }, + { + "bbox": [ + 357, + 265, + 382, + 277 + ], + "score": 0.86, + "content": "\\cdot \\bf { \\sigma } \\cdot \\bf { \\sigma } )", + "type": "inline_equation" + }, + { + "bbox": [ + 383, + 264, + 506, + 279 + ], + "score": 1.0, + "content": "; for example, parentheses may", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 276, + 505, + 288 + ], + "spans": [ + { + "bbox": [ + 105, + 276, + 505, + 288 + ], + "score": 1.0, + "content": "be open which results in an invalid molecule for evaluation until the matching parentheses closes the", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 286, + 139, + 298 + ], + "spans": [ + { + "bbox": [ + 105, + 286, + 139, + 298 + ], + "score": 1.0, + "content": "branch.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 13.5 + }, + { + "type": "text", + "bbox": [ + 107, + 303, + 504, + 326 + ], + "lines": [ + { + "bbox": [ + 105, + 303, + 505, + 316 + ], + "spans": [ + { + "bbox": [ + 105, + 303, + 349, + 316 + ], + "score": 1.0, + "content": "To acquire a training gradient to use with a neural network as", + "type": "text" + }, + { + "bbox": [ + 350, + 306, + 361, + 315 + ], + "score": 0.86, + "content": "\\pi _ { \\theta }", + "type": "inline_equation" + }, + { + "bbox": [ + 361, + 303, + 505, + 316 + ], + "score": 1.0, + "content": ", the log-derivative trick can be used", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 315, + 155, + 327 + ], + "spans": [ + { + "bbox": [ + 105, + 315, + 155, + 327 + ], + "score": 1.0, + "content": "to arrive at:", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17.5 + }, + { + "type": "interline_equation", + "bbox": [ + 194, + 331, + 417, + 346 + ], + "lines": [ + { + "bbox": [ + 194, + 331, + 417, + 346 + ], + "spans": [ + { + "bbox": [ + 194, + 331, + 417, + 346 + ], + "score": 0.9, + "content": "\\nabla _ { \\theta } \\mathbb { E } _ { y _ { 1 : t } \\sim \\pi ( y | \\theta ) } [ R ( y ) ] = \\mathbb { E } _ { y _ { 1 : t } \\sim \\pi ( y | \\theta ) } [ R ( y ) \\log ( \\pi _ { \\theta } ( y ) ) ]", + "type": "interline_equation", + "image_path": "55d7f79e040e7607d7f8b7fc95fd908020c36944f89a2a1a8bff8fd9b528e9ac.jpg" + } + ] + } + ], + "index": 19, + "virtual_lines": [ + { + "bbox": [ + 194, + 331, + 417, + 346 + ], + "spans": [], + "index": 19 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 349, + 503, + 372 + ], + "lines": [ + { + "bbox": [ + 106, + 348, + 505, + 363 + ], + "spans": [ + { + "bbox": [ + 106, + 348, + 505, + 363 + ], + "score": 1.0, + "content": "which yields the differentiable loss used in the REINFORCE algorithm (Williams, 1992), used here", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 361, + 226, + 372 + ], + "spans": [ + { + "bbox": [ + 105, + 361, + 226, + 372 + ], + "score": 1.0, + "content": "as the policy gradient model:", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 20.5 + }, + { + "type": "interline_equation", + "bbox": [ + 236, + 376, + 374, + 408 + ], + "lines": [ + { + "bbox": [ + 236, + 376, + 374, + 408 + ], + "spans": [ + { + "bbox": [ + 236, + 376, + 374, + 408 + ], + "score": 0.91, + "content": "\\begin{array} { r } { L ^ { P G } ( \\theta ) = \\hat { \\mathbb { E } } _ { t } [ \\log \\pi _ { \\theta } ( a _ { t } | s _ { t } ) r ( a _ { t } ) ] } \\\\ { r ( a _ { t } ) = R ( Y _ { 1 : T } ) , \\quad a _ { t } \\in Y } \\end{array}", + "type": "interline_equation", + "image_path": "40b856f981fc3026e869b087ed0a99752fea959b30b0ca1b74e6f3dfefa089c6.jpg" + } + ] + } + ], + "index": 22.5, + "virtual_lines": [ + { + "bbox": [ + 236, + 376, + 374, + 392.0 + ], + "spans": [], + "index": 22 + }, + { + "bbox": [ + 236, + 392.0, + 374, + 408.0 + ], + "spans": [], + "index": 23 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 416, + 505, + 440 + ], + "lines": [ + { + "bbox": [ + 106, + 416, + 505, + 429 + ], + "spans": [ + { + "bbox": [ + 106, + 416, + 207, + 429 + ], + "score": 1.0, + "content": "Notably, the final reward", + "type": "text" + }, + { + "bbox": [ + 207, + 417, + 239, + 429 + ], + "score": 0.92, + "content": "R ( Y _ { 1 : t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 239, + 416, + 505, + 429 + ], + "score": 1.0, + "content": "is distributed equally without temporal discounting to every action", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 428, + 495, + 441 + ], + "spans": [ + { + "bbox": [ + 105, + 428, + 495, + 441 + ], + "score": 1.0, + "content": "in the sequence, as temporal distance in SMILES strings is less relevant than most action-spaces.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24.5 + }, + { + "type": "text", + "bbox": [ + 106, + 451, + 506, + 474 + ], + "lines": [ + { + "bbox": [ + 105, + 451, + 506, + 464 + ], + "spans": [ + { + "bbox": [ + 105, + 451, + 506, + 464 + ], + "score": 1.0, + "content": "Reinforced Generative Adversarial Networks The recently-introduced GANs (Goodfellow et al.,", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 461, + 491, + 475 + ], + "spans": [ + { + "bbox": [ + 105, + 461, + 491, + 475 + ], + "score": 1.0, + "content": "2014) have experienced a surge of popularity, extending in new ways their original formulation:", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26.5 + }, + { + "type": "interline_equation", + "bbox": [ + 151, + 479, + 458, + 497 + ], + "lines": [ + { + "bbox": [ + 151, + 479, + 458, + 497 + ], + "spans": [ + { + "bbox": [ + 151, + 479, + 458, + 497 + ], + "score": 0.89, + "content": "\\operatorname* { m i n } _ { G } \\operatorname* { m a x } _ { D } V ( D , G ) = \\mathbb { E } _ { x \\sim p _ { \\mathrm { d a t a } } ( x ) } [ \\log D ( x ) ] + \\mathbb { E } _ { z \\sim p _ { z } ( z ) } [ \\log ( 1 - D ( G ( z ) ) ) ]", + "type": "interline_equation", + "image_path": "9059cbaca45447e22731934465842735f3feec281ec176e9a24fa9680fe53e1f.jpg" + } + ] + } + ], + "index": 28, + "virtual_lines": [ + { + "bbox": [ + 151, + 479, + 458, + 497 + ], + "spans": [], + "index": 28 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 501, + 505, + 568 + ], + "lines": [ + { + "bbox": [ + 105, + 501, + 505, + 514 + ], + "spans": [ + { + "bbox": [ + 105, + 501, + 386, + 514 + ], + "score": 1.0, + "content": "which describes the minimax zero-sum game that combines a generator", + "type": "text" + }, + { + "bbox": [ + 387, + 502, + 395, + 512 + ], + "score": 0.83, + "content": "G", + "type": "inline_equation" + }, + { + "bbox": [ + 396, + 501, + 476, + 514 + ], + "score": 1.0, + "content": ", converting samples", + "type": "text" + }, + { + "bbox": [ + 476, + 504, + 483, + 511 + ], + "score": 0.74, + "content": "z", + "type": "inline_equation" + }, + { + "bbox": [ + 483, + 501, + 505, + 514 + ], + "score": 1.0, + "content": "from", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 104, + 513, + 506, + 525 + ], + "spans": [ + { + "bbox": [ + 104, + 513, + 196, + 525 + ], + "score": 1.0, + "content": "a standard distribution", + "type": "text" + }, + { + "bbox": [ + 197, + 514, + 208, + 524 + ], + "score": 0.86, + "content": "p _ { z }", + "type": "inline_equation" + }, + { + "bbox": [ + 208, + 513, + 379, + 525 + ], + "score": 1.0, + "content": "into data-like samples, and a discriminator", + "type": "text" + }, + { + "bbox": [ + 380, + 513, + 389, + 523 + ], + "score": 0.82, + "content": "D", + "type": "inline_equation" + }, + { + "bbox": [ + 389, + 513, + 506, + 525 + ], + "score": 1.0, + "content": "which attempts to determine", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 523, + 506, + 537 + ], + "spans": [ + { + "bbox": [ + 105, + 523, + 175, + 537 + ], + "score": 1.0, + "content": "whether samples", + "type": "text" + }, + { + "bbox": [ + 175, + 525, + 182, + 533 + ], + "score": 0.76, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 182, + 523, + 300, + 537 + ], + "score": 1.0, + "content": "are from the true distribution", + "type": "text" + }, + { + "bbox": [ + 300, + 525, + 323, + 535 + ], + "score": 0.87, + "content": "p _ { d a t a }", + "type": "inline_equation" + }, + { + "bbox": [ + 323, + 523, + 458, + 537 + ], + "score": 1.0, + "content": "and which are generated samples", + "type": "text" + }, + { + "bbox": [ + 459, + 524, + 502, + 536 + ], + "score": 0.91, + "content": "G ( z \\sim p _ { z } )", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 523, + 506, + 537 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 533, + 505, + 548 + ], + "spans": [ + { + "bbox": [ + 105, + 533, + 505, + 548 + ], + "score": 1.0, + "content": "GANs have been applied as a novel architecture type to a variety of domains, particularly in image", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 545, + 506, + 558 + ], + "spans": [ + { + "bbox": [ + 105, + 545, + 506, + 558 + ], + "score": 1.0, + "content": "synthesis where they have been found to generate perceptually realistic images (Radford et al., 2015;", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 555, + 177, + 568 + ], + "spans": [ + { + "bbox": [ + 106, + 555, + 177, + 568 + ], + "score": 1.0, + "content": "Zhu et al., 2017).", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 31.5 + }, + { + "type": "text", + "bbox": [ + 106, + 572, + 506, + 673 + ], + "lines": [ + { + "bbox": [ + 105, + 572, + 506, + 586 + ], + "spans": [ + { + "bbox": [ + 105, + 572, + 267, + 586 + ], + "score": 1.0, + "content": "The GAN formulation was extended in", + "type": "text" + }, + { + "bbox": [ + 267, + 573, + 281, + 584 + ], + "score": 0.27, + "content": "\\mathrm { Y u }", + "type": "inline_equation" + }, + { + "bbox": [ + 281, + 572, + 506, + 586 + ], + "score": 1.0, + "content": "et al. (2017) to allow sequences to be generated with a", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 584, + 506, + 597 + ], + "spans": [ + { + "bbox": [ + 105, + 584, + 506, + 597 + ], + "score": 1.0, + "content": "GAN-like architecture, using RL and a policy gradient technique to train. This forms the basis of the", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 594, + 506, + 609 + ], + "spans": [ + { + "bbox": [ + 105, + 594, + 506, + 609 + ], + "score": 1.0, + "content": "method published in Guimaraes et al. (2017) to use a RL framework with GANs to optimize arbitrary", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 606, + 506, + 619 + ], + "spans": [ + { + "bbox": [ + 105, + 606, + 506, + 619 + ], + "score": 1.0, + "content": "fitness functions. Training is comprised of three phases: a maximum-likelihood pretraining phase", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 616, + 506, + 630 + ], + "spans": [ + { + "bbox": [ + 105, + 616, + 506, + 630 + ], + "score": 1.0, + "content": "during which the RNN generator learns to generate molecules from a chemical structure dataset,", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 628, + 505, + 640 + ], + "spans": [ + { + "bbox": [ + 106, + 628, + 505, + 640 + ], + "score": 1.0, + "content": "while a discriminator is pretrained on produced versus within-dataset sequences; a RL generator", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 640, + 506, + 651 + ], + "spans": [ + { + "bbox": [ + 106, + 640, + 506, + 651 + ], + "score": 1.0, + "content": "phase in which the generator learns to maximize the reward function balanced with the discriminator;", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 649, + 506, + 663 + ], + "spans": [ + { + "bbox": [ + 105, + 649, + 506, + 663 + ], + "score": 1.0, + "content": "and, finally, a discrimination phase which subsequently guides generation. The latter two phases are", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 662, + 289, + 673 + ], + "spans": [ + { + "bbox": [ + 106, + 662, + 289, + 673 + ], + "score": 1.0, + "content": "alternated throughout the optimization phase.", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 39 + }, + { + "type": "text", + "bbox": [ + 106, + 677, + 505, + 711 + ], + "lines": [ + { + "bbox": [ + 105, + 677, + 505, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 343, + 690 + ], + "score": 1.0, + "content": "The reward used to reinforce the network uses a parameter", + "type": "text" + }, + { + "bbox": [ + 343, + 678, + 350, + 688 + ], + "score": 0.79, + "content": "\\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 351, + 677, + 505, + 690 + ], + "score": 1.0, + "content": "which balances the likelihood that the", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 689, + 505, + 702 + ], + "spans": [ + { + "bbox": [ + 106, + 689, + 162, + 701 + ], + "score": 1.0, + "content": "discriminator", + "type": "text" + }, + { + "bbox": [ + 162, + 689, + 176, + 702 + ], + "score": 0.9, + "content": "D _ { \\phi }", + "type": "inline_equation" + }, + { + "bbox": [ + 177, + 689, + 505, + 701 + ], + "score": 1.0, + "content": "classifies the generated sequence as true data against the arbitrary fitness objective", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 107, + 699, + 121, + 712 + ], + "spans": [ + { + "bbox": [ + 107, + 700, + 115, + 710 + ], + "score": 0.74, + "content": "O", + "type": "inline_equation" + }, + { + "bbox": [ + 116, + 699, + 121, + 712 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 45 + }, + { + "type": "interline_equation", + "bbox": [ + 219, + 716, + 392, + 730 + ], + "lines": [ + { + "bbox": [ + 219, + 716, + 392, + 730 + ], + "spans": [ + { + "bbox": [ + 219, + 716, + 392, + 730 + ], + "score": 0.91, + "content": "R ( Y _ { 1 : T } ) = \\lambda D _ { \\phi } ( Y _ { 1 : T } ) + ( 1 - \\lambda ) O ( Y _ { 1 : T } )", + "type": "interline_equation", + "image_path": "b28bfc78f29fb65db7159c3b5c12cb7139d63a03f6ad7da37e413fcd27bd776d.jpg" + } + ] + } + ], + "index": 47, + "virtual_lines": [ + { + "bbox": [ + 219, + 716, + 392, + 730 + ], + "spans": [], + "index": 47 + } + ] + } + ], + "page_idx": 4, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 26, + 308, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 309, + 39 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 309, + 39 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 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": [ + 105, + 82, + 504, + 105 + ], + "lines": [], + "index": 0.5, + "bbox_fs": [ + 105, + 82, + 505, + 108 + ], + "lines_deleted": true + }, + { + "type": "interline_equation", + "bbox": [ + 245, + 110, + 365, + 123 + ], + "lines": [ + { + "bbox": [ + 245, + 110, + 365, + 123 + ], + "spans": [ + { + "bbox": [ + 245, + 110, + 365, + 123 + ], + "score": 0.92, + "content": "y = ( a _ { 1 } , \\ldots , a _ { m } ) \\qquad a \\in D", + "type": "interline_equation", + "image_path": "6c5cc121dbdb864e6d2cd1f1753affe49f958fa2a3102c73aed4806d68d14828.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 245, + 110, + 365, + 123 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 127, + 505, + 195 + ], + "lines": [ + { + "bbox": [ + 105, + 127, + 506, + 142 + ], + "spans": [ + { + "bbox": [ + 105, + 127, + 283, + 142 + ], + "score": 1.0, + "content": "Thus, each string is comprised of a set of", + "type": "text" + }, + { + "bbox": [ + 284, + 130, + 293, + 138 + ], + "score": 0.76, + "content": "m", + "type": "inline_equation" + }, + { + "bbox": [ + 294, + 127, + 449, + 142 + ], + "score": 1.0, + "content": "symbols from the symbol dictionary", + "type": "text" + }, + { + "bbox": [ + 450, + 129, + 459, + 138 + ], + "score": 0.82, + "content": "D", + "type": "inline_equation" + }, + { + "bbox": [ + 459, + 127, + 506, + 142 + ], + "score": 1.0, + "content": ", including", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 139, + 506, + 152 + ], + "spans": [ + { + "bbox": [ + 106, + 139, + 506, + 152 + ], + "score": 1.0, + "content": "the padding character, establishing the SMILES environment as a large but discrete state space of", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 104, + 148, + 506, + 163 + ], + "spans": [ + { + "bbox": [ + 104, + 148, + 126, + 163 + ], + "score": 1.0, + "content": "size", + "type": "text" + }, + { + "bbox": [ + 126, + 150, + 148, + 162 + ], + "score": 0.91, + "content": "| D | ^ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 149, + 148, + 295, + 163 + ], + "score": 1.0, + "content": "and a discrete action space of size", + "type": "text" + }, + { + "bbox": [ + 296, + 150, + 311, + 162 + ], + "score": 0.91, + "content": "| D |", + "type": "inline_equation" + }, + { + "bbox": [ + 311, + 148, + 506, + 163 + ], + "score": 1.0, + "content": ". From an RL perspective, each symbol in the", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 160, + 505, + 174 + ], + "spans": [ + { + "bbox": [ + 105, + 160, + 288, + 174 + ], + "score": 1.0, + "content": "SMILES sequence corresponds to an action", + "type": "text" + }, + { + "bbox": [ + 288, + 163, + 297, + 172 + ], + "score": 0.85, + "content": "a _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 298, + 160, + 393, + 174 + ], + "score": 1.0, + "content": "taken at sequence step", + "type": "text" + }, + { + "bbox": [ + 393, + 162, + 398, + 171 + ], + "score": 0.68, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 398, + 160, + 505, + 174 + ], + "score": 1.0, + "content": ". The goal of an RL agent", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 171, + 506, + 186 + ], + "spans": [ + { + "bbox": [ + 105, + 171, + 216, + 186 + ], + "score": 1.0, + "content": "here is to develop a policy", + "type": "text" + }, + { + "bbox": [ + 216, + 174, + 227, + 183 + ], + "score": 0.85, + "content": "\\pi _ { \\theta }", + "type": "inline_equation" + }, + { + "bbox": [ + 228, + 171, + 304, + 186 + ], + "score": 1.0, + "content": ", parameterized by", + "type": "text" + }, + { + "bbox": [ + 305, + 173, + 311, + 182 + ], + "score": 0.82, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 311, + 171, + 403, + 186 + ], + "score": 1.0, + "content": ", to calculate an action", + "type": "text" + }, + { + "bbox": [ + 404, + 174, + 414, + 183 + ], + "score": 0.84, + "content": "a _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 414, + 171, + 506, + 186 + ], + "score": 1.0, + "content": "from the current state", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 107, + 183, + 480, + 196 + ], + "spans": [ + { + "bbox": [ + 107, + 183, + 188, + 195 + ], + "score": 0.93, + "content": "s _ { t } = ( a _ { 1 } , \\ldots , a _ { t - 1 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 188, + 183, + 480, + 196 + ], + "score": 1.0, + "content": "that maximizes the expected reward. That is, to maximize the following:", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 5.5, + "bbox_fs": [ + 104, + 127, + 506, + 196 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 189, + 199, + 421, + 227 + ], + "lines": [ + { + "bbox": [ + 189, + 199, + 421, + 227 + ], + "spans": [ + { + "bbox": [ + 189, + 199, + 421, + 227 + ], + "score": 0.92, + "content": "\\mathbb { E } [ R ( y _ { 1 : t } ) | s _ { 0 } , \\theta ] = \\sum _ { y \\in Y } \\sum _ { a _ { t } \\in y } \\pi _ { \\theta } ( a _ { t } | y _ { 1 : t - 1 } ) \\cdot Q ( a _ { t } , y _ { 1 : t - 1 } )", + "type": "interline_equation", + "image_path": "5387fcf6fb68bcd6b4e75a65a905c468c4c888ae4334001a3e038dab6b9056d7.jpg" + } + ] + } + ], + "index": 9.5, + "virtual_lines": [ + { + "bbox": [ + 189, + 199, + 421, + 213.0 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 189, + 213.0, + 421, + 227.0 + ], + "spans": [], + "index": 10 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 232, + 505, + 298 + ], + "lines": [ + { + "bbox": [ + 106, + 232, + 505, + 245 + ], + "spans": [ + { + "bbox": [ + 106, + 232, + 362, + 245 + ], + "score": 1.0, + "content": "where our policy predicts the probability of choosing an action", + "type": "text" + }, + { + "bbox": [ + 362, + 234, + 372, + 243 + ], + "score": 0.84, + "content": "a _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 372, + 232, + 423, + 245 + ], + "score": 1.0, + "content": "in sequence", + "type": "text" + }, + { + "bbox": [ + 423, + 235, + 430, + 244 + ], + "score": 0.8, + "content": "y", + "type": "inline_equation" + }, + { + "bbox": [ + 430, + 232, + 505, + 245 + ], + "score": 1.0, + "content": "from the set of all", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 242, + 506, + 256 + ], + "spans": [ + { + "bbox": [ + 105, + 242, + 182, + 256 + ], + "score": 1.0, + "content": "possible sequences", + "type": "text" + }, + { + "bbox": [ + 183, + 244, + 192, + 253 + ], + "score": 0.79, + "content": "Y", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 242, + 290, + 256 + ], + "score": 1.0, + "content": ", and the reward function", + "type": "text" + }, + { + "bbox": [ + 290, + 243, + 344, + 255 + ], + "score": 0.93, + "content": "Q ( a _ { t } , y _ { 1 : t - 1 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 344, + 242, + 506, + 256 + ], + "score": 1.0, + "content": "provides the reward for that action given", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 254, + 505, + 267 + ], + "spans": [ + { + "bbox": [ + 106, + 254, + 186, + 267 + ], + "score": 1.0, + "content": "the sequence so far,", + "type": "text" + }, + { + "bbox": [ + 186, + 255, + 212, + 266 + ], + "score": 0.89, + "content": "y _ { 1 : t - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 212, + 254, + 505, + 267 + ], + "score": 1.0, + "content": ". However, molecule generation is inherently episodic, producing rewards", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 264, + 506, + 279 + ], + "spans": [ + { + "bbox": [ + 105, + 264, + 356, + 279 + ], + "score": 1.0, + "content": "only at the completion of the SMILES string (in our dictionary,", + "type": "text" + }, + { + "bbox": [ + 357, + 265, + 382, + 277 + ], + "score": 0.86, + "content": "\\cdot \\bf { \\sigma } \\cdot \\bf { \\sigma } )", + "type": "inline_equation" + }, + { + "bbox": [ + 383, + 264, + 506, + 279 + ], + "score": 1.0, + "content": "; for example, parentheses may", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 276, + 505, + 288 + ], + "spans": [ + { + "bbox": [ + 105, + 276, + 505, + 288 + ], + "score": 1.0, + "content": "be open which results in an invalid molecule for evaluation until the matching parentheses closes the", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 286, + 139, + 298 + ], + "spans": [ + { + "bbox": [ + 105, + 286, + 139, + 298 + ], + "score": 1.0, + "content": "branch.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 13.5, + "bbox_fs": [ + 105, + 232, + 506, + 298 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 303, + 504, + 326 + ], + "lines": [ + { + "bbox": [ + 105, + 303, + 505, + 316 + ], + "spans": [ + { + "bbox": [ + 105, + 303, + 349, + 316 + ], + "score": 1.0, + "content": "To acquire a training gradient to use with a neural network as", + "type": "text" + }, + { + "bbox": [ + 350, + 306, + 361, + 315 + ], + "score": 0.86, + "content": "\\pi _ { \\theta }", + "type": "inline_equation" + }, + { + "bbox": [ + 361, + 303, + 505, + 316 + ], + "score": 1.0, + "content": ", the log-derivative trick can be used", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 315, + 155, + 327 + ], + "spans": [ + { + "bbox": [ + 105, + 315, + 155, + 327 + ], + "score": 1.0, + "content": "to arrive at:", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17.5, + "bbox_fs": [ + 105, + 303, + 505, + 327 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 194, + 331, + 417, + 346 + ], + "lines": [ + { + "bbox": [ + 194, + 331, + 417, + 346 + ], + "spans": [ + { + "bbox": [ + 194, + 331, + 417, + 346 + ], + "score": 0.9, + "content": "\\nabla _ { \\theta } \\mathbb { E } _ { y _ { 1 : t } \\sim \\pi ( y | \\theta ) } [ R ( y ) ] = \\mathbb { E } _ { y _ { 1 : t } \\sim \\pi ( y | \\theta ) } [ R ( y ) \\log ( \\pi _ { \\theta } ( y ) ) ]", + "type": "interline_equation", + "image_path": "55d7f79e040e7607d7f8b7fc95fd908020c36944f89a2a1a8bff8fd9b528e9ac.jpg" + } + ] + } + ], + "index": 19, + "virtual_lines": [ + { + "bbox": [ + 194, + 331, + 417, + 346 + ], + "spans": [], + "index": 19 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 349, + 503, + 372 + ], + "lines": [ + { + "bbox": [ + 106, + 348, + 505, + 363 + ], + "spans": [ + { + "bbox": [ + 106, + 348, + 505, + 363 + ], + "score": 1.0, + "content": "which yields the differentiable loss used in the REINFORCE algorithm (Williams, 1992), used here", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 361, + 226, + 372 + ], + "spans": [ + { + "bbox": [ + 105, + 361, + 226, + 372 + ], + "score": 1.0, + "content": "as the policy gradient model:", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 20.5, + "bbox_fs": [ + 105, + 348, + 505, + 372 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 236, + 376, + 374, + 408 + ], + "lines": [ + { + "bbox": [ + 236, + 376, + 374, + 408 + ], + "spans": [ + { + "bbox": [ + 236, + 376, + 374, + 408 + ], + "score": 0.91, + "content": "\\begin{array} { r } { L ^ { P G } ( \\theta ) = \\hat { \\mathbb { E } } _ { t } [ \\log \\pi _ { \\theta } ( a _ { t } | s _ { t } ) r ( a _ { t } ) ] } \\\\ { r ( a _ { t } ) = R ( Y _ { 1 : T } ) , \\quad a _ { t } \\in Y } \\end{array}", + "type": "interline_equation", + "image_path": "40b856f981fc3026e869b087ed0a99752fea959b30b0ca1b74e6f3dfefa089c6.jpg" + } + ] + } + ], + "index": 22.5, + "virtual_lines": [ + { + "bbox": [ + 236, + 376, + 374, + 392.0 + ], + "spans": [], + "index": 22 + }, + { + "bbox": [ + 236, + 392.0, + 374, + 408.0 + ], + "spans": [], + "index": 23 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 416, + 505, + 440 + ], + "lines": [ + { + "bbox": [ + 106, + 416, + 505, + 429 + ], + "spans": [ + { + "bbox": [ + 106, + 416, + 207, + 429 + ], + "score": 1.0, + "content": "Notably, the final reward", + "type": "text" + }, + { + "bbox": [ + 207, + 417, + 239, + 429 + ], + "score": 0.92, + "content": "R ( Y _ { 1 : t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 239, + 416, + 505, + 429 + ], + "score": 1.0, + "content": "is distributed equally without temporal discounting to every action", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 428, + 495, + 441 + ], + "spans": [ + { + "bbox": [ + 105, + 428, + 495, + 441 + ], + "score": 1.0, + "content": "in the sequence, as temporal distance in SMILES strings is less relevant than most action-spaces.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24.5, + "bbox_fs": [ + 105, + 416, + 505, + 441 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 451, + 506, + 474 + ], + "lines": [ + { + "bbox": [ + 105, + 451, + 506, + 464 + ], + "spans": [ + { + "bbox": [ + 105, + 451, + 506, + 464 + ], + "score": 1.0, + "content": "Reinforced Generative Adversarial Networks The recently-introduced GANs (Goodfellow et al.,", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 461, + 491, + 475 + ], + "spans": [ + { + "bbox": [ + 105, + 461, + 491, + 475 + ], + "score": 1.0, + "content": "2014) have experienced a surge of popularity, extending in new ways their original formulation:", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26.5, + "bbox_fs": [ + 105, + 451, + 506, + 475 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 151, + 479, + 458, + 497 + ], + "lines": [ + { + "bbox": [ + 151, + 479, + 458, + 497 + ], + "spans": [ + { + "bbox": [ + 151, + 479, + 458, + 497 + ], + "score": 0.89, + "content": "\\operatorname* { m i n } _ { G } \\operatorname* { m a x } _ { D } V ( D , G ) = \\mathbb { E } _ { x \\sim p _ { \\mathrm { d a t a } } ( x ) } [ \\log D ( x ) ] + \\mathbb { E } _ { z \\sim p _ { z } ( z ) } [ \\log ( 1 - D ( G ( z ) ) ) ]", + "type": "interline_equation", + "image_path": "9059cbaca45447e22731934465842735f3feec281ec176e9a24fa9680fe53e1f.jpg" + } + ] + } + ], + "index": 28, + "virtual_lines": [ + { + "bbox": [ + 151, + 479, + 458, + 497 + ], + "spans": [], + "index": 28 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 501, + 505, + 568 + ], + "lines": [ + { + "bbox": [ + 105, + 501, + 505, + 514 + ], + "spans": [ + { + "bbox": [ + 105, + 501, + 386, + 514 + ], + "score": 1.0, + "content": "which describes the minimax zero-sum game that combines a generator", + "type": "text" + }, + { + "bbox": [ + 387, + 502, + 395, + 512 + ], + "score": 0.83, + "content": "G", + "type": "inline_equation" + }, + { + "bbox": [ + 396, + 501, + 476, + 514 + ], + "score": 1.0, + "content": ", converting samples", + "type": "text" + }, + { + "bbox": [ + 476, + 504, + 483, + 511 + ], + "score": 0.74, + "content": "z", + "type": "inline_equation" + }, + { + "bbox": [ + 483, + 501, + 505, + 514 + ], + "score": 1.0, + "content": "from", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 104, + 513, + 506, + 525 + ], + "spans": [ + { + "bbox": [ + 104, + 513, + 196, + 525 + ], + "score": 1.0, + "content": "a standard distribution", + "type": "text" + }, + { + "bbox": [ + 197, + 514, + 208, + 524 + ], + "score": 0.86, + "content": "p _ { z }", + "type": "inline_equation" + }, + { + "bbox": [ + 208, + 513, + 379, + 525 + ], + "score": 1.0, + "content": "into data-like samples, and a discriminator", + "type": "text" + }, + { + "bbox": [ + 380, + 513, + 389, + 523 + ], + "score": 0.82, + "content": "D", + "type": "inline_equation" + }, + { + "bbox": [ + 389, + 513, + 506, + 525 + ], + "score": 1.0, + "content": "which attempts to determine", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 523, + 506, + 537 + ], + "spans": [ + { + "bbox": [ + 105, + 523, + 175, + 537 + ], + "score": 1.0, + "content": "whether samples", + "type": "text" + }, + { + "bbox": [ + 175, + 525, + 182, + 533 + ], + "score": 0.76, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 182, + 523, + 300, + 537 + ], + "score": 1.0, + "content": "are from the true distribution", + "type": "text" + }, + { + "bbox": [ + 300, + 525, + 323, + 535 + ], + "score": 0.87, + "content": "p _ { d a t a }", + "type": "inline_equation" + }, + { + "bbox": [ + 323, + 523, + 458, + 537 + ], + "score": 1.0, + "content": "and which are generated samples", + "type": "text" + }, + { + "bbox": [ + 459, + 524, + 502, + 536 + ], + "score": 0.91, + "content": "G ( z \\sim p _ { z } )", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 523, + 506, + 537 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 533, + 505, + 548 + ], + "spans": [ + { + "bbox": [ + 105, + 533, + 505, + 548 + ], + "score": 1.0, + "content": "GANs have been applied as a novel architecture type to a variety of domains, particularly in image", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 545, + 506, + 558 + ], + "spans": [ + { + "bbox": [ + 105, + 545, + 506, + 558 + ], + "score": 1.0, + "content": "synthesis where they have been found to generate perceptually realistic images (Radford et al., 2015;", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 555, + 177, + 568 + ], + "spans": [ + { + "bbox": [ + 106, + 555, + 177, + 568 + ], + "score": 1.0, + "content": "Zhu et al., 2017).", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 31.5, + "bbox_fs": [ + 104, + 501, + 506, + 568 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 572, + 506, + 673 + ], + "lines": [ + { + "bbox": [ + 105, + 572, + 506, + 586 + ], + "spans": [ + { + "bbox": [ + 105, + 572, + 267, + 586 + ], + "score": 1.0, + "content": "The GAN formulation was extended in", + "type": "text" + }, + { + "bbox": [ + 267, + 573, + 281, + 584 + ], + "score": 0.27, + "content": "\\mathrm { Y u }", + "type": "inline_equation" + }, + { + "bbox": [ + 281, + 572, + 506, + 586 + ], + "score": 1.0, + "content": "et al. (2017) to allow sequences to be generated with a", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 584, + 506, + 597 + ], + "spans": [ + { + "bbox": [ + 105, + 584, + 506, + 597 + ], + "score": 1.0, + "content": "GAN-like architecture, using RL and a policy gradient technique to train. This forms the basis of the", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 594, + 506, + 609 + ], + "spans": [ + { + "bbox": [ + 105, + 594, + 506, + 609 + ], + "score": 1.0, + "content": "method published in Guimaraes et al. (2017) to use a RL framework with GANs to optimize arbitrary", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 606, + 506, + 619 + ], + "spans": [ + { + "bbox": [ + 105, + 606, + 506, + 619 + ], + "score": 1.0, + "content": "fitness functions. Training is comprised of three phases: a maximum-likelihood pretraining phase", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 616, + 506, + 630 + ], + "spans": [ + { + "bbox": [ + 105, + 616, + 506, + 630 + ], + "score": 1.0, + "content": "during which the RNN generator learns to generate molecules from a chemical structure dataset,", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 628, + 505, + 640 + ], + "spans": [ + { + "bbox": [ + 106, + 628, + 505, + 640 + ], + "score": 1.0, + "content": "while a discriminator is pretrained on produced versus within-dataset sequences; a RL generator", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 640, + 506, + 651 + ], + "spans": [ + { + "bbox": [ + 106, + 640, + 506, + 651 + ], + "score": 1.0, + "content": "phase in which the generator learns to maximize the reward function balanced with the discriminator;", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 649, + 506, + 663 + ], + "spans": [ + { + "bbox": [ + 105, + 649, + 506, + 663 + ], + "score": 1.0, + "content": "and, finally, a discrimination phase which subsequently guides generation. The latter two phases are", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 662, + 289, + 673 + ], + "spans": [ + { + "bbox": [ + 106, + 662, + 289, + 673 + ], + "score": 1.0, + "content": "alternated throughout the optimization phase.", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 39, + "bbox_fs": [ + 105, + 572, + 506, + 673 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 677, + 505, + 711 + ], + "lines": [ + { + "bbox": [ + 105, + 677, + 505, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 343, + 690 + ], + "score": 1.0, + "content": "The reward used to reinforce the network uses a parameter", + "type": "text" + }, + { + "bbox": [ + 343, + 678, + 350, + 688 + ], + "score": 0.79, + "content": "\\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 351, + 677, + 505, + 690 + ], + "score": 1.0, + "content": "which balances the likelihood that the", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 689, + 505, + 702 + ], + "spans": [ + { + "bbox": [ + 106, + 689, + 162, + 701 + ], + "score": 1.0, + "content": "discriminator", + "type": "text" + }, + { + "bbox": [ + 162, + 689, + 176, + 702 + ], + "score": 0.9, + "content": "D _ { \\phi }", + "type": "inline_equation" + }, + { + "bbox": [ + 177, + 689, + 505, + 701 + ], + "score": 1.0, + "content": "classifies the generated sequence as true data against the arbitrary fitness objective", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 107, + 699, + 121, + 712 + ], + "spans": [ + { + "bbox": [ + 107, + 700, + 115, + 710 + ], + "score": 0.74, + "content": "O", + "type": "inline_equation" + }, + { + "bbox": [ + 116, + 699, + 121, + 712 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 45, + "bbox_fs": [ + 105, + 677, + 505, + 712 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 219, + 716, + 392, + 730 + ], + "lines": [ + { + "bbox": [ + 219, + 716, + 392, + 730 + ], + "spans": [ + { + "bbox": [ + 219, + 716, + 392, + 730 + ], + "score": 0.91, + "content": "R ( Y _ { 1 : T } ) = \\lambda D _ { \\phi } ( Y _ { 1 : T } ) + ( 1 - \\lambda ) O ( Y _ { 1 : T } )", + "type": "interline_equation", + "image_path": "b28bfc78f29fb65db7159c3b5c12cb7139d63a03f6ad7da37e413fcd27bd776d.jpg" + } + ] + } + ], + "index": 47, + "virtual_lines": [ + { + "bbox": [ + 219, + 716, + 392, + 730 + ], + "spans": [], + "index": 47 + } + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 149 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "However, while calculating the reward during sequence generation, the final reward is not yet available", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 93, + 505, + 107 + ], + "spans": [ + { + "bbox": [ + 106, + 93, + 505, + 107 + ], + "score": 1.0, + "content": "until the end of the sequence. In order to maximize the number of training steps (rather than one step", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 506, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 506, + 117 + ], + "score": 1.0, + "content": "per sequence) and to guide the generation process, the objective-reinforced GAN (Guimaraes et al.,", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 115, + 506, + 128 + ], + "spans": [ + { + "bbox": [ + 106, + 115, + 506, + 128 + ], + "score": 1.0, + "content": "2017) uses Monte-Carlo rollouts from the current state to estimate the reward of the available actions.", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 126, + 505, + 139 + ], + "spans": [ + { + "bbox": [ + 105, + 126, + 505, + 139 + ], + "score": 1.0, + "content": "This strategy, however, can have high variance and significantly undersamples the large branching in", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 137, + 475, + 150 + ], + "spans": [ + { + "bbox": [ + 106, + 137, + 475, + 150 + ], + "score": 1.0, + "content": "molecule generation (with 42 symbols per step and an average sequence length of 44 steps).", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 2.5 + }, + { + "type": "text", + "bbox": [ + 106, + 160, + 505, + 293 + ], + "lines": [ + { + "bbox": [ + 105, + 160, + 505, + 173 + ], + "spans": [ + { + "bbox": [ + 105, + 160, + 505, + 173 + ], + "score": 1.0, + "content": "Advantage Actor-Critic Networks A wealth of new techniques for reinforcement learning have", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 172, + 506, + 185 + ], + "spans": [ + { + "bbox": [ + 105, + 172, + 506, + 185 + ], + "score": 1.0, + "content": "recently appeared which have yet to be adapted to molecule generation. One technique to minimize", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 182, + 506, + 196 + ], + "spans": [ + { + "bbox": [ + 105, + 182, + 506, + 196 + ], + "score": 1.0, + "content": "the variance that hinders policy gradient training and to accelerate convergence is to subtract an", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 195, + 505, + 205 + ], + "spans": [ + { + "bbox": [ + 106, + 195, + 505, + 205 + ], + "score": 1.0, + "content": "estimate of the reward from the true reward. Importantly, this does not introduce estimator bias", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 204, + 505, + 217 + ], + "spans": [ + { + "bbox": [ + 105, + 204, + 505, + 217 + ], + "score": 1.0, + "content": "but can diminish the variance. This can be seen as an actor-critic model that separates the policy", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 216, + 505, + 228 + ], + "spans": [ + { + "bbox": [ + 105, + 216, + 367, + 228 + ], + "score": 1.0, + "content": "training from the value estimation in which the actor is the policy", + "type": "text" + }, + { + "bbox": [ + 367, + 217, + 379, + 227 + ], + "score": 0.84, + "content": "\\pi _ { \\theta }", + "type": "inline_equation" + }, + { + "bbox": [ + 379, + 216, + 505, + 228 + ], + "score": 1.0, + "content": "and the baseline value estimate", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 107, + 226, + 507, + 240 + ], + "spans": [ + { + "bbox": [ + 107, + 227, + 120, + 238 + ], + "score": 0.88, + "content": "V _ { s _ { t } }", + "type": "inline_equation" + }, + { + "bbox": [ + 121, + 226, + 507, + 240 + ], + "score": 1.0, + "content": "is the critic that gives the approximate value of that state (Degris et al., 2012; Sutton & Barto,", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 237, + 506, + 250 + ], + "spans": [ + { + "bbox": [ + 105, + 237, + 506, + 250 + ], + "score": 1.0, + "content": "1998; Mnih et al., 2016). This advantage actor-critic (A2C) training is the synchronous version of", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 248, + 505, + 261 + ], + "spans": [ + { + "bbox": [ + 105, + 248, + 505, + 261 + ], + "score": 1.0, + "content": "the asynchronous advantage actor critic (A3C) model (Mnih et al., 2016) and can use generalized", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 259, + 506, + 272 + ], + "spans": [ + { + "bbox": [ + 105, + 259, + 506, + 272 + ], + "score": 1.0, + "content": "advantage estimation (Schulman et al., 2015). In this work, the following differentiable loss function", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 271, + 504, + 282 + ], + "spans": [ + { + "bbox": [ + 106, + 271, + 504, + 282 + ], + "score": 1.0, + "content": "is used to simultaneously reduce the variance of the reward and to minimize the difference between", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 281, + 284, + 294 + ], + "spans": [ + { + "bbox": [ + 106, + 281, + 189, + 293 + ], + "score": 1.0, + "content": "the expected reward", + "type": "text" + }, + { + "bbox": [ + 189, + 281, + 201, + 294 + ], + "score": 0.9, + "content": "V _ { \\phi }", + "type": "inline_equation" + }, + { + "bbox": [ + 201, + 281, + 284, + 293 + ], + "score": 1.0, + "content": "and the true reward:", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 11.5 + }, + { + "type": "interline_equation", + "bbox": [ + 169, + 298, + 442, + 314 + ], + "lines": [ + { + "bbox": [ + 169, + 298, + 442, + 314 + ], + "spans": [ + { + "bbox": [ + 169, + 298, + 442, + 314 + ], + "score": 0.91, + "content": "L ^ { A 2 C } ( \\theta , \\phi ) = \\hat { \\mathbb { E } } _ { t } [ \\log \\pi _ { \\theta } ( a _ { t } | s _ { t } ) ( R - V _ { \\phi } ( s _ { t } ) ) + ( R ( s _ { t } ) - V _ { \\phi } ( s _ { t } ) ) ^ { 2 } ]", + "type": "interline_equation", + "image_path": "8bd2aea8ee1736bd2bd141f6c0496ee4e7c3e751e1ef7b24343e91633761135c.jpg" + } + ] + } + ], + "index": 18, + "virtual_lines": [ + { + "bbox": [ + 169, + 298, + 442, + 314 + ], + "spans": [], + "index": 18 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 318, + 504, + 341 + ], + "lines": [ + { + "bbox": [ + 105, + 317, + 506, + 331 + ], + "spans": [ + { + "bbox": [ + 105, + 317, + 225, + 331 + ], + "score": 1.0, + "content": "The value estimation function", + "type": "text" + }, + { + "bbox": [ + 225, + 318, + 237, + 330 + ], + "score": 0.9, + "content": "V _ { \\phi }", + "type": "inline_equation" + }, + { + "bbox": [ + 237, + 317, + 429, + 331 + ], + "score": 1.0, + "content": "is a neural network itself here, parameterized by", + "type": "text" + }, + { + "bbox": [ + 429, + 318, + 436, + 330 + ], + "score": 0.84, + "content": "\\phi", + "type": "inline_equation" + }, + { + "bbox": [ + 437, + 317, + 506, + 331 + ], + "score": 1.0, + "content": "; this work uses a", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 329, + 488, + 342 + ], + "spans": [ + { + "bbox": [ + 106, + 329, + 488, + 342 + ], + "score": 1.0, + "content": "fully-connected network from the hidden state of the LSTM to a single node predicting reward.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19.5 + }, + { + "type": "text", + "bbox": [ + 106, + 352, + 505, + 410 + ], + "lines": [ + { + "bbox": [ + 106, + 352, + 506, + 365 + ], + "spans": [ + { + "bbox": [ + 106, + 352, + 506, + 365 + ], + "score": 1.0, + "content": "Proximal Policy Optimization Finally, great success has been found recently in the family of", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 362, + 505, + 376 + ], + "spans": [ + { + "bbox": [ + 106, + 362, + 505, + 376 + ], + "score": 1.0, + "content": "proximal policy optimization algorithms (Schulman et al., 2017). These algorithms exhibit very", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 375, + 505, + 387 + ], + "spans": [ + { + "bbox": [ + 106, + 375, + 505, + 387 + ], + "score": 1.0, + "content": "low sample complexity and are of particular interest as reliable data is always at a premium in", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 383, + 506, + 400 + ], + "spans": [ + { + "bbox": [ + 105, + 383, + 506, + 400 + ], + "score": 1.0, + "content": "chemistry, and both generation and evaluation time of a molecule can be long. Using the advantage", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 396, + 405, + 411 + ], + "spans": [ + { + "bbox": [ + 106, + 396, + 195, + 411 + ], + "score": 0.92, + "content": "\\hat { A } _ { t } = R ( s _ { t } ) - V _ { \\phi } ( s _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 195, + 396, + 405, + 411 + ], + "score": 1.0, + "content": "from above, the following clipped PPO loss is used:", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 23 + }, + { + "type": "interline_equation", + "bbox": [ + 116, + 414, + 478, + 442 + ], + "lines": [ + { + "bbox": [ + 116, + 414, + 478, + 442 + ], + "spans": [ + { + "bbox": [ + 116, + 414, + 478, + 442 + ], + "score": 0.93, + "content": "L ^ { C L I P } ( \\theta , \\phi ) = \\hat { \\mathbb { E } } _ { t } \\left[ \\operatorname* { m i n } \\left( \\frac { \\pi _ { \\theta } ( a _ { t } | s _ { t } ) } { \\pi _ { \\theta ^ { o l d } } ( a _ { t } | s _ { t } ) } \\hat { A } _ { t } , \\operatorname { c l i p } \\left( \\frac { \\pi _ { \\theta } ( a _ { t } | s _ { t } ) } { \\pi _ { \\theta ^ { o l d } } ( a _ { t } | s _ { t } ) } , 1 + \\epsilon , 1 - \\epsilon \\right) \\hat { A } _ { t } \\right) + \\hat { A } _ { t } ^ { 2 } \\right]", + "type": "interline_equation", + "image_path": "19a52f1927d00432dcb32b63aa6a2b3d209d351b728b4b9bf0f4ab412eb0a49b.jpg" + } + ] + } + ], + "index": 27, + "virtual_lines": [ + { + "bbox": [ + 116, + 414, + 478, + 423.3333333333333 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 116, + 423.3333333333333, + 478, + 432.66666666666663 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 116, + 432.66666666666663, + 478, + 441.99999999999994 + ], + "spans": [], + "index": 28 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 445, + 505, + 502 + ], + "lines": [ + { + "bbox": [ + 105, + 444, + 505, + 459 + ], + "spans": [ + { + "bbox": [ + 105, + 444, + 505, + 459 + ], + "score": 1.0, + "content": "The motivation for this pessimistic loss given by the min() function, succinctly stated in Schulman", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 457, + 505, + 469 + ], + "spans": [ + { + "bbox": [ + 106, + 457, + 505, + 469 + ], + "score": 1.0, + "content": "et al. (2017), ignores changes in the probability ratio when it would increase the objective and focuses", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 467, + 506, + 481 + ], + "spans": [ + { + "bbox": [ + 105, + 467, + 506, + 481 + ], + "score": 1.0, + "content": "learning in which the objective would worsen. Furthermore, the clipped boundary region provides a", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 477, + 506, + 493 + ], + "spans": [ + { + "bbox": [ + 105, + 477, + 506, + 493 + ], + "score": 1.0, + "content": "tight bound, outside of which the loss has function has no incentive to further change, encouraging", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 489, + 507, + 502 + ], + "spans": [ + { + "bbox": [ + 105, + 489, + 257, + 502 + ], + "score": 1.0, + "content": "smaller changes. The hyperparameter", + "type": "text" + }, + { + "bbox": [ + 257, + 492, + 263, + 500 + ], + "score": 0.74, + "content": "\\epsilon", + "type": "inline_equation" + }, + { + "bbox": [ + 263, + 489, + 507, + 502 + ], + "score": 1.0, + "content": "controls the width of this region and can be found in Table 4.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 31 + }, + { + "type": "text", + "bbox": [ + 106, + 512, + 505, + 580 + ], + "lines": [ + { + "bbox": [ + 106, + 512, + 505, + 525 + ], + "spans": [ + { + "bbox": [ + 106, + 512, + 505, + 525 + ], + "score": 1.0, + "content": "Regularization for Molecular Generation There are additional costs that can be combined with", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 525, + 506, + 536 + ], + "spans": [ + { + "bbox": [ + 106, + 525, + 506, + 536 + ], + "score": 1.0, + "content": "the above techniques. As the goal of de novo design is not to generate a single molecule, but rather a", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 535, + 506, + 548 + ], + "spans": [ + { + "bbox": [ + 106, + 535, + 506, + 548 + ], + "score": 1.0, + "content": "family of candidate molecules to present to an expert domain scientist; a diverse set of suggested", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 545, + 506, + 559 + ], + "spans": [ + { + "bbox": [ + 105, + 545, + 506, + 559 + ], + "score": 1.0, + "content": "molecules is always beneficial. To encourage robust learning, a regularization factor on the Kullback-", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 556, + 505, + 570 + ], + "spans": [ + { + "bbox": [ + 105, + 556, + 505, + 570 + ], + "score": 1.0, + "content": "Leibler (KL) divergence between the current policy and the original policy can be added to encourage", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 569, + 392, + 580 + ], + "spans": [ + { + "bbox": [ + 106, + 569, + 392, + 580 + ], + "score": 1.0, + "content": "the model to not stray far from a good model of chemical distributions:", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 36.5 + }, + { + "type": "interline_equation", + "bbox": [ + 193, + 584, + 417, + 618 + ], + "lines": [ + { + "bbox": [ + 193, + 584, + 417, + 618 + ], + "spans": [ + { + "bbox": [ + 193, + 584, + 417, + 618 + ], + "score": 0.94, + "content": "C ^ { M L E } = \\lambda _ { M L E } \\hat { \\mathbb { E } } _ { t } \\left[ \\sum _ { a _ { i } \\in D } \\pi _ { \\theta } ( a _ { i } | s _ { t } ) \\log \\frac { \\pi _ { \\theta } ( a _ { i } | s _ { t } ) } { \\pi _ { \\theta } ^ { M L E } ( a _ { i } | s _ { t } ) } \\right]", + "type": "interline_equation", + "image_path": "37d7407a74e6d575a52621eb735ddfc6447863fcfdcdf0c56908e87ebd87c5da.jpg" + } + ] + } + ], + "index": 40.5, + "virtual_lines": [ + { + "bbox": [ + 193, + 584, + 417, + 601.0 + ], + "spans": [], + "index": 40 + }, + { + "bbox": [ + 193, + 601.0, + 417, + 618.0 + ], + "spans": [], + "index": 41 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 624, + 505, + 657 + ], + "lines": [ + { + "bbox": [ + 102, + 619, + 509, + 642 + ], + "spans": [ + { + "bbox": [ + 102, + 619, + 210, + 642 + ], + "score": 1.0, + "content": "using a weight parameter", + "type": "text" + }, + { + "bbox": [ + 210, + 625, + 217, + 634 + ], + "score": 0.83, + "content": "\\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 217, + 619, + 390, + 642 + ], + "score": 1.0, + "content": "and evaluating the static, pretrained policy", + "type": "text" + }, + { + "bbox": [ + 390, + 623, + 444, + 636 + ], + "score": 0.92, + "content": "\\pi _ { \\theta } ^ { M L E } ( a _ { i } | s _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 445, + 619, + 509, + 642 + ], + "score": 1.0, + "content": ". Similarly, for", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 633, + 505, + 649 + ], + "spans": [ + { + "bbox": [ + 105, + 633, + 505, + 649 + ], + "score": 1.0, + "content": "RL scenarios, a way to explicitly encourage exploration is to place a cost on the distribution entropy", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 646, + 163, + 658 + ], + "spans": [ + { + "bbox": [ + 106, + 646, + 163, + 658 + ], + "score": 1.0, + "content": "of the model:", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 43 + }, + { + "type": "interline_equation", + "bbox": [ + 202, + 659, + 408, + 694 + ], + "lines": [ + { + "bbox": [ + 202, + 659, + 408, + 694 + ], + "spans": [ + { + "bbox": [ + 202, + 659, + 408, + 694 + ], + "score": 0.93, + "content": "C ^ { E N T } = \\lambda _ { e n t } \\hat { \\mathbb { E } } _ { t } \\left[ - \\sum _ { a _ { i } \\in D } \\pi _ { \\theta } ( a _ { i } | s _ { t } ) \\log \\pi _ { \\theta } ( a _ { i } | s _ { t } ) \\right]", + "type": "interline_equation", + "image_path": "372d447ca59e439414a1bdf4128b1939f9eb67ff4bdfa6bb48156f1aa0cc42c6.jpg" + } + ] + } + ], + "index": 45.5, + "virtual_lines": [ + { + "bbox": [ + 202, + 659, + 408, + 676.5 + ], + "spans": [], + "index": 45 + }, + { + "bbox": [ + 202, + 676.5, + 408, + 694.0 + ], + "spans": [], + "index": 46 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 698, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "The values used in this work can be found in the supplementary material. Additionally, we evaluate", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 709, + 507, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 507, + 722 + ], + "score": 1.0, + "content": "the policy gradient regularization scheme proposed by Olivecrona et al. (2017), denoted “Aug. MLE”", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 718, + 161, + 735 + ], + "spans": [ + { + "bbox": [ + 105, + 718, + 161, + 735 + ], + "score": 1.0, + "content": "in this paper.", + "type": "text" + } + ], + "index": 49 + } + ], + "index": 48 + } + ], + "page_idx": 5, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 302, + 751, + 309, + 760 + ], + "lines": [ + { + "bbox": [ + 302, + 750, + 310, + 761 + ], + "spans": [ + { + "bbox": [ + 302, + 750, + 310, + 761 + ], + "score": 1.0, + "content": "6", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 107, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 309, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 309, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2018", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 149 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "However, while calculating the reward during sequence generation, the final reward is not yet available", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 93, + 505, + 107 + ], + "spans": [ + { + "bbox": [ + 106, + 93, + 505, + 107 + ], + "score": 1.0, + "content": "until the end of the sequence. In order to maximize the number of training steps (rather than one step", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 506, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 506, + 117 + ], + "score": 1.0, + "content": "per sequence) and to guide the generation process, the objective-reinforced GAN (Guimaraes et al.,", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 115, + 506, + 128 + ], + "spans": [ + { + "bbox": [ + 106, + 115, + 506, + 128 + ], + "score": 1.0, + "content": "2017) uses Monte-Carlo rollouts from the current state to estimate the reward of the available actions.", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 126, + 505, + 139 + ], + "spans": [ + { + "bbox": [ + 105, + 126, + 505, + 139 + ], + "score": 1.0, + "content": "This strategy, however, can have high variance and significantly undersamples the large branching in", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 137, + 475, + 150 + ], + "spans": [ + { + "bbox": [ + 106, + 137, + 475, + 150 + ], + "score": 1.0, + "content": "molecule generation (with 42 symbols per step and an average sequence length of 44 steps).", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 2.5, + "bbox_fs": [ + 105, + 82, + 506, + 150 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 160, + 505, + 293 + ], + "lines": [ + { + "bbox": [ + 105, + 160, + 505, + 173 + ], + "spans": [ + { + "bbox": [ + 105, + 160, + 505, + 173 + ], + "score": 1.0, + "content": "Advantage Actor-Critic Networks A wealth of new techniques for reinforcement learning have", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 172, + 506, + 185 + ], + "spans": [ + { + "bbox": [ + 105, + 172, + 506, + 185 + ], + "score": 1.0, + "content": "recently appeared which have yet to be adapted to molecule generation. One technique to minimize", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 182, + 506, + 196 + ], + "spans": [ + { + "bbox": [ + 105, + 182, + 506, + 196 + ], + "score": 1.0, + "content": "the variance that hinders policy gradient training and to accelerate convergence is to subtract an", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 195, + 505, + 205 + ], + "spans": [ + { + "bbox": [ + 106, + 195, + 505, + 205 + ], + "score": 1.0, + "content": "estimate of the reward from the true reward. Importantly, this does not introduce estimator bias", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 204, + 505, + 217 + ], + "spans": [ + { + "bbox": [ + 105, + 204, + 505, + 217 + ], + "score": 1.0, + "content": "but can diminish the variance. This can be seen as an actor-critic model that separates the policy", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 216, + 505, + 228 + ], + "spans": [ + { + "bbox": [ + 105, + 216, + 367, + 228 + ], + "score": 1.0, + "content": "training from the value estimation in which the actor is the policy", + "type": "text" + }, + { + "bbox": [ + 367, + 217, + 379, + 227 + ], + "score": 0.84, + "content": "\\pi _ { \\theta }", + "type": "inline_equation" + }, + { + "bbox": [ + 379, + 216, + 505, + 228 + ], + "score": 1.0, + "content": "and the baseline value estimate", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 107, + 226, + 507, + 240 + ], + "spans": [ + { + "bbox": [ + 107, + 227, + 120, + 238 + ], + "score": 0.88, + "content": "V _ { s _ { t } }", + "type": "inline_equation" + }, + { + "bbox": [ + 121, + 226, + 507, + 240 + ], + "score": 1.0, + "content": "is the critic that gives the approximate value of that state (Degris et al., 2012; Sutton & Barto,", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 237, + 506, + 250 + ], + "spans": [ + { + "bbox": [ + 105, + 237, + 506, + 250 + ], + "score": 1.0, + "content": "1998; Mnih et al., 2016). This advantage actor-critic (A2C) training is the synchronous version of", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 248, + 505, + 261 + ], + "spans": [ + { + "bbox": [ + 105, + 248, + 505, + 261 + ], + "score": 1.0, + "content": "the asynchronous advantage actor critic (A3C) model (Mnih et al., 2016) and can use generalized", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 259, + 506, + 272 + ], + "spans": [ + { + "bbox": [ + 105, + 259, + 506, + 272 + ], + "score": 1.0, + "content": "advantage estimation (Schulman et al., 2015). In this work, the following differentiable loss function", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 271, + 504, + 282 + ], + "spans": [ + { + "bbox": [ + 106, + 271, + 504, + 282 + ], + "score": 1.0, + "content": "is used to simultaneously reduce the variance of the reward and to minimize the difference between", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 281, + 284, + 294 + ], + "spans": [ + { + "bbox": [ + 106, + 281, + 189, + 293 + ], + "score": 1.0, + "content": "the expected reward", + "type": "text" + }, + { + "bbox": [ + 189, + 281, + 201, + 294 + ], + "score": 0.9, + "content": "V _ { \\phi }", + "type": "inline_equation" + }, + { + "bbox": [ + 201, + 281, + 284, + 293 + ], + "score": 1.0, + "content": "and the true reward:", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 11.5, + "bbox_fs": [ + 105, + 160, + 507, + 294 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 169, + 298, + 442, + 314 + ], + "lines": [ + { + "bbox": [ + 169, + 298, + 442, + 314 + ], + "spans": [ + { + "bbox": [ + 169, + 298, + 442, + 314 + ], + "score": 0.91, + "content": "L ^ { A 2 C } ( \\theta , \\phi ) = \\hat { \\mathbb { E } } _ { t } [ \\log \\pi _ { \\theta } ( a _ { t } | s _ { t } ) ( R - V _ { \\phi } ( s _ { t } ) ) + ( R ( s _ { t } ) - V _ { \\phi } ( s _ { t } ) ) ^ { 2 } ]", + "type": "interline_equation", + "image_path": "8bd2aea8ee1736bd2bd141f6c0496ee4e7c3e751e1ef7b24343e91633761135c.jpg" + } + ] + } + ], + "index": 18, + "virtual_lines": [ + { + "bbox": [ + 169, + 298, + 442, + 314 + ], + "spans": [], + "index": 18 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 318, + 504, + 341 + ], + "lines": [ + { + "bbox": [ + 105, + 317, + 506, + 331 + ], + "spans": [ + { + "bbox": [ + 105, + 317, + 225, + 331 + ], + "score": 1.0, + "content": "The value estimation function", + "type": "text" + }, + { + "bbox": [ + 225, + 318, + 237, + 330 + ], + "score": 0.9, + "content": "V _ { \\phi }", + "type": "inline_equation" + }, + { + "bbox": [ + 237, + 317, + 429, + 331 + ], + "score": 1.0, + "content": "is a neural network itself here, parameterized by", + "type": "text" + }, + { + "bbox": [ + 429, + 318, + 436, + 330 + ], + "score": 0.84, + "content": "\\phi", + "type": "inline_equation" + }, + { + "bbox": [ + 437, + 317, + 506, + 331 + ], + "score": 1.0, + "content": "; this work uses a", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 329, + 488, + 342 + ], + "spans": [ + { + "bbox": [ + 106, + 329, + 488, + 342 + ], + "score": 1.0, + "content": "fully-connected network from the hidden state of the LSTM to a single node predicting reward.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19.5, + "bbox_fs": [ + 105, + 317, + 506, + 342 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 352, + 505, + 410 + ], + "lines": [ + { + "bbox": [ + 106, + 352, + 506, + 365 + ], + "spans": [ + { + "bbox": [ + 106, + 352, + 506, + 365 + ], + "score": 1.0, + "content": "Proximal Policy Optimization Finally, great success has been found recently in the family of", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 362, + 505, + 376 + ], + "spans": [ + { + "bbox": [ + 106, + 362, + 505, + 376 + ], + "score": 1.0, + "content": "proximal policy optimization algorithms (Schulman et al., 2017). These algorithms exhibit very", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 375, + 505, + 387 + ], + "spans": [ + { + "bbox": [ + 106, + 375, + 505, + 387 + ], + "score": 1.0, + "content": "low sample complexity and are of particular interest as reliable data is always at a premium in", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 383, + 506, + 400 + ], + "spans": [ + { + "bbox": [ + 105, + 383, + 506, + 400 + ], + "score": 1.0, + "content": "chemistry, and both generation and evaluation time of a molecule can be long. Using the advantage", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 396, + 405, + 411 + ], + "spans": [ + { + "bbox": [ + 106, + 396, + 195, + 411 + ], + "score": 0.92, + "content": "\\hat { A } _ { t } = R ( s _ { t } ) - V _ { \\phi } ( s _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 195, + 396, + 405, + 411 + ], + "score": 1.0, + "content": "from above, the following clipped PPO loss is used:", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 23, + "bbox_fs": [ + 105, + 352, + 506, + 411 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 116, + 414, + 478, + 442 + ], + "lines": [ + { + "bbox": [ + 116, + 414, + 478, + 442 + ], + "spans": [ + { + "bbox": [ + 116, + 414, + 478, + 442 + ], + "score": 0.93, + "content": "L ^ { C L I P } ( \\theta , \\phi ) = \\hat { \\mathbb { E } } _ { t } \\left[ \\operatorname* { m i n } \\left( \\frac { \\pi _ { \\theta } ( a _ { t } | s _ { t } ) } { \\pi _ { \\theta ^ { o l d } } ( a _ { t } | s _ { t } ) } \\hat { A } _ { t } , \\operatorname { c l i p } \\left( \\frac { \\pi _ { \\theta } ( a _ { t } | s _ { t } ) } { \\pi _ { \\theta ^ { o l d } } ( a _ { t } | s _ { t } ) } , 1 + \\epsilon , 1 - \\epsilon \\right) \\hat { A } _ { t } \\right) + \\hat { A } _ { t } ^ { 2 } \\right]", + "type": "interline_equation", + "image_path": "19a52f1927d00432dcb32b63aa6a2b3d209d351b728b4b9bf0f4ab412eb0a49b.jpg" + } + ] + } + ], + "index": 27, + "virtual_lines": [ + { + "bbox": [ + 116, + 414, + 478, + 423.3333333333333 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 116, + 423.3333333333333, + 478, + 432.66666666666663 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 116, + 432.66666666666663, + 478, + 441.99999999999994 + ], + "spans": [], + "index": 28 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 445, + 505, + 502 + ], + "lines": [ + { + "bbox": [ + 105, + 444, + 505, + 459 + ], + "spans": [ + { + "bbox": [ + 105, + 444, + 505, + 459 + ], + "score": 1.0, + "content": "The motivation for this pessimistic loss given by the min() function, succinctly stated in Schulman", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 457, + 505, + 469 + ], + "spans": [ + { + "bbox": [ + 106, + 457, + 505, + 469 + ], + "score": 1.0, + "content": "et al. (2017), ignores changes in the probability ratio when it would increase the objective and focuses", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 467, + 506, + 481 + ], + "spans": [ + { + "bbox": [ + 105, + 467, + 506, + 481 + ], + "score": 1.0, + "content": "learning in which the objective would worsen. Furthermore, the clipped boundary region provides a", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 477, + 506, + 493 + ], + "spans": [ + { + "bbox": [ + 105, + 477, + 506, + 493 + ], + "score": 1.0, + "content": "tight bound, outside of which the loss has function has no incentive to further change, encouraging", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 489, + 507, + 502 + ], + "spans": [ + { + "bbox": [ + 105, + 489, + 257, + 502 + ], + "score": 1.0, + "content": "smaller changes. The hyperparameter", + "type": "text" + }, + { + "bbox": [ + 257, + 492, + 263, + 500 + ], + "score": 0.74, + "content": "\\epsilon", + "type": "inline_equation" + }, + { + "bbox": [ + 263, + 489, + 507, + 502 + ], + "score": 1.0, + "content": "controls the width of this region and can be found in Table 4.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 31, + "bbox_fs": [ + 105, + 444, + 507, + 502 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 512, + 505, + 580 + ], + "lines": [ + { + "bbox": [ + 106, + 512, + 505, + 525 + ], + "spans": [ + { + "bbox": [ + 106, + 512, + 505, + 525 + ], + "score": 1.0, + "content": "Regularization for Molecular Generation There are additional costs that can be combined with", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 525, + 506, + 536 + ], + "spans": [ + { + "bbox": [ + 106, + 525, + 506, + 536 + ], + "score": 1.0, + "content": "the above techniques. As the goal of de novo design is not to generate a single molecule, but rather a", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 535, + 506, + 548 + ], + "spans": [ + { + "bbox": [ + 106, + 535, + 506, + 548 + ], + "score": 1.0, + "content": "family of candidate molecules to present to an expert domain scientist; a diverse set of suggested", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 545, + 506, + 559 + ], + "spans": [ + { + "bbox": [ + 105, + 545, + 506, + 559 + ], + "score": 1.0, + "content": "molecules is always beneficial. To encourage robust learning, a regularization factor on the Kullback-", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 556, + 505, + 570 + ], + "spans": [ + { + "bbox": [ + 105, + 556, + 505, + 570 + ], + "score": 1.0, + "content": "Leibler (KL) divergence between the current policy and the original policy can be added to encourage", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 569, + 392, + 580 + ], + "spans": [ + { + "bbox": [ + 106, + 569, + 392, + 580 + ], + "score": 1.0, + "content": "the model to not stray far from a good model of chemical distributions:", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 36.5, + "bbox_fs": [ + 105, + 512, + 506, + 580 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 193, + 584, + 417, + 618 + ], + "lines": [ + { + "bbox": [ + 193, + 584, + 417, + 618 + ], + "spans": [ + { + "bbox": [ + 193, + 584, + 417, + 618 + ], + "score": 0.94, + "content": "C ^ { M L E } = \\lambda _ { M L E } \\hat { \\mathbb { E } } _ { t } \\left[ \\sum _ { a _ { i } \\in D } \\pi _ { \\theta } ( a _ { i } | s _ { t } ) \\log \\frac { \\pi _ { \\theta } ( a _ { i } | s _ { t } ) } { \\pi _ { \\theta } ^ { M L E } ( a _ { i } | s _ { t } ) } \\right]", + "type": "interline_equation", + "image_path": "37d7407a74e6d575a52621eb735ddfc6447863fcfdcdf0c56908e87ebd87c5da.jpg" + } + ] + } + ], + "index": 40.5, + "virtual_lines": [ + { + "bbox": [ + 193, + 584, + 417, + 601.0 + ], + "spans": [], + "index": 40 + }, + { + "bbox": [ + 193, + 601.0, + 417, + 618.0 + ], + "spans": [], + "index": 41 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 624, + 505, + 657 + ], + "lines": [ + { + "bbox": [ + 102, + 619, + 509, + 642 + ], + "spans": [ + { + "bbox": [ + 102, + 619, + 210, + 642 + ], + "score": 1.0, + "content": "using a weight parameter", + "type": "text" + }, + { + "bbox": [ + 210, + 625, + 217, + 634 + ], + "score": 0.83, + "content": "\\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 217, + 619, + 390, + 642 + ], + "score": 1.0, + "content": "and evaluating the static, pretrained policy", + "type": "text" + }, + { + "bbox": [ + 390, + 623, + 444, + 636 + ], + "score": 0.92, + "content": "\\pi _ { \\theta } ^ { M L E } ( a _ { i } | s _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 445, + 619, + 509, + 642 + ], + "score": 1.0, + "content": ". Similarly, for", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 633, + 505, + 649 + ], + "spans": [ + { + "bbox": [ + 105, + 633, + 505, + 649 + ], + "score": 1.0, + "content": "RL scenarios, a way to explicitly encourage exploration is to place a cost on the distribution entropy", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 646, + 163, + 658 + ], + "spans": [ + { + "bbox": [ + 106, + 646, + 163, + 658 + ], + "score": 1.0, + "content": "of the model:", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 43, + "bbox_fs": [ + 102, + 619, + 509, + 658 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 202, + 659, + 408, + 694 + ], + "lines": [ + { + "bbox": [ + 202, + 659, + 408, + 694 + ], + "spans": [ + { + "bbox": [ + 202, + 659, + 408, + 694 + ], + "score": 0.93, + "content": "C ^ { E N T } = \\lambda _ { e n t } \\hat { \\mathbb { E } } _ { t } \\left[ - \\sum _ { a _ { i } \\in D } \\pi _ { \\theta } ( a _ { i } | s _ { t } ) \\log \\pi _ { \\theta } ( a _ { i } | s _ { t } ) \\right]", + "type": "interline_equation", + "image_path": "372d447ca59e439414a1bdf4128b1939f9eb67ff4bdfa6bb48156f1aa0cc42c6.jpg" + } + ] + } + ], + "index": 45.5, + "virtual_lines": [ + { + "bbox": [ + 202, + 659, + 408, + 676.5 + ], + "spans": [], + "index": 45 + }, + { + "bbox": [ + 202, + 676.5, + 408, + 694.0 + ], + "spans": [], + "index": 46 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 698, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "The values used in this work can be found in the supplementary material. Additionally, we evaluate", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 709, + 507, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 507, + 722 + ], + "score": 1.0, + "content": "the policy gradient regularization scheme proposed by Olivecrona et al. (2017), denoted “Aug. MLE”", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 718, + 161, + 735 + ], + "spans": [ + { + "bbox": [ + 105, + 718, + 161, + 735 + ], + "score": 1.0, + "content": "in this paper.", + "type": "text" + } + ], + "index": 49 + } + ], + "index": 48, + "bbox_fs": [ + 105, + 699, + 507, + 735 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 106, + 78, + 500, + 272 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 106, + 78, + 500, + 272 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 78, + 500, + 272 + ], + "spans": [ + { + "bbox": [ + 106, + 78, + 500, + 272 + ], + "score": 0.971, + "type": "image", + "image_path": "59f61b72e08e30f865acebb80541020b2e0c694b78a6fa93a150da3d398420fd.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 106, + 78, + 500, + 142.66666666666669 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 106, + 142.66666666666669, + 500, + 207.33333333333337 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 106, + 207.33333333333337, + 500, + 272.00000000000006 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 164, + 282, + 445, + 294 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 163, + 280, + 446, + 297 + ], + "spans": [ + { + "bbox": [ + 163, + 280, + 446, + 297 + ], + "score": 1.0, + "content": "Figure 3: Sample RL trajectories for the tasks (independently-scaled).", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + } + ], + "index": 2.0 + }, + { + "type": "title", + "bbox": [ + 107, + 315, + 172, + 328 + ], + "lines": [ + { + "bbox": [ + 104, + 314, + 174, + 331 + ], + "spans": [ + { + "bbox": [ + 104, + 314, + 174, + 331 + ], + "score": 1.0, + "content": "5 RESULTS", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 107, + 341, + 505, + 495 + ], + "lines": [ + { + "bbox": [ + 106, + 341, + 506, + 354 + ], + "spans": [ + { + "bbox": [ + 106, + 341, + 506, + 354 + ], + "score": 1.0, + "content": "These algorithms were built using PyTorch (Paszke et al., 2017), with RDKit (Landrum et al.)", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 352, + 506, + 365 + ], + "spans": [ + { + "bbox": [ + 105, + 352, + 506, + 365 + ], + "score": 1.0, + "content": "providing the chemoinformatics functionality. These benchmarks were built as new environments in", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 363, + 506, + 376 + ], + "spans": [ + { + "bbox": [ + 105, + 363, + 506, + 376 + ], + "score": 1.0, + "content": "the OpenAI Gym (Brockman et al., 2016), and will be released as open-source to the community.", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 373, + 506, + 387 + ], + "spans": [ + { + "bbox": [ + 105, + 373, + 506, + 387 + ], + "score": 1.0, + "content": "The code was run using an NVIDIA Tesla V100 GPU, with optimization times for 1000 action-steps", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 385, + 506, + 397 + ], + "spans": [ + { + "bbox": [ + 106, + 385, + 506, + 397 + ], + "score": 1.0, + "content": "shown in the “Runtime” category of Table 1. The final RNN architecture that underlies the Policy", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 395, + 506, + 408 + ], + "spans": [ + { + "bbox": [ + 105, + 395, + 506, + 408 + ], + "score": 1.0, + "content": "Gradient, Regularized PG, GAN, A2C, PPO, HC MLE, and Augmented MLE models consists of", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 406, + 506, + 419 + ], + "spans": [ + { + "bbox": [ + 106, + 406, + 506, + 419 + ], + "score": 1.0, + "content": "three layers of 512 LSTM neurons, with a 512-dimensional embedding layer and a fully-connected", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 418, + 506, + 431 + ], + "spans": [ + { + "bbox": [ + 105, + 418, + 506, + 431 + ], + "score": 1.0, + "content": "output layer of 42 neurons. It takes approximately eight hours to train for 70 epochs on the filtered", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 428, + 506, + 442 + ], + "spans": [ + { + "bbox": [ + 105, + 428, + 506, + 442 + ], + "score": 1.0, + "content": "ChEMBL dataset, with 50,000 randomly-sampled SMILES strings for development, 200,000 for", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 440, + 506, + 453 + ], + "spans": [ + { + "bbox": [ + 106, + 440, + 506, + 453 + ], + "score": 1.0, + "content": "test, and the remaining 1190203 used for training. For the GAN architecture, the discriminator is a", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 451, + 504, + 463 + ], + "spans": [ + { + "bbox": [ + 105, + 451, + 487, + 463 + ], + "score": 1.0, + "content": "convolutional network with two alternating layers of ten kernels of 3x3 convolutions followed by", + "type": "text" + }, + { + "bbox": [ + 488, + 451, + 504, + 461 + ], + "score": 0.65, + "content": "2 \\mathbf { x } 2", + "type": "inline_equation" + } + ], + "index": 15 + }, + { + "bbox": [ + 104, + 461, + 506, + 475 + ], + "spans": [ + { + "bbox": [ + 104, + 461, + 506, + 475 + ], + "score": 1.0, + "content": "max-pooling, with global averaging over the final two (real and fake) outputs. Experiments were run", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 472, + 506, + 486 + ], + "spans": [ + { + "bbox": [ + 105, + 472, + 506, + 486 + ], + "score": 1.0, + "content": "for approximately 1.6M action-steps, corresponding roughly to 1000 SMILES in batches of 32 with", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 484, + 244, + 496 + ], + "spans": [ + { + "bbox": [ + 105, + 484, + 244, + 496 + ], + "score": 1.0, + "content": "an average sequence length of 44.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 11.5 + }, + { + "type": "text", + "bbox": [ + 107, + 500, + 505, + 545 + ], + "lines": [ + { + "bbox": [ + 105, + 500, + 505, + 513 + ], + "spans": [ + { + "bbox": [ + 105, + 500, + 369, + 513 + ], + "score": 1.0, + "content": "Encouragingly, the baseline MLE model after training produces", + "type": "text" + }, + { + "bbox": [ + 370, + 501, + 398, + 511 + ], + "score": 0.86, + "content": "9 4 . 7 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 398, + 500, + 488, + 513 + ], + "score": 1.0, + "content": "valid SMILES out of", + "type": "text" + }, + { + "bbox": [ + 488, + 500, + 505, + 511 + ], + "score": 0.31, + "content": "1 0 \\mathrm { k }", + "type": "inline_equation" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 511, + 506, + 524 + ], + "spans": [ + { + "bbox": [ + 105, + 511, + 506, + 524 + ], + "score": 1.0, + "content": "generated molecules without further fine-tuning, establishing an extremely competitive benchmark.", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 522, + 507, + 534 + ], + "spans": [ + { + "bbox": [ + 105, + 522, + 412, + 534 + ], + "score": 1.0, + "content": "For similar evaluation, a GVAE was trained on the same dataset and achieved", + "type": "text" + }, + { + "bbox": [ + 412, + 523, + 439, + 533 + ], + "score": 0.87, + "content": "3 7 . 1 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 439, + 522, + 507, + 534 + ], + "score": 1.0, + "content": "valid molecules.", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 532, + 504, + 547 + ], + "spans": [ + { + "bbox": [ + 105, + 532, + 150, + 547 + ], + "score": 1.0, + "content": "Moreover,", + "type": "text" + }, + { + "bbox": [ + 150, + 534, + 182, + 544 + ], + "score": 0.86, + "content": "9 9 . 8 7 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 182, + 532, + 504, + 547 + ], + "score": 1.0, + "content": "of these MLE-sampled molecules were unique, establishing very high diversity.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 20.5 + }, + { + "type": "text", + "bbox": [ + 107, + 550, + 505, + 616 + ], + "lines": [ + { + "bbox": [ + 105, + 550, + 505, + 563 + ], + "spans": [ + { + "bbox": [ + 105, + 550, + 505, + 563 + ], + "score": 1.0, + "content": "The RL model results, which are the remaining 17 benchmark tasks including multi-objective", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 561, + 505, + 574 + ], + "spans": [ + { + "bbox": [ + 105, + 561, + 505, + 574 + ], + "score": 1.0, + "content": "optimization, Ro5 optimization, ClogP targeting, and drug-fingerprint targeting, can be found in", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 572, + 505, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 572, + 505, + 585 + ], + "score": 1.0, + "content": "Table 1, with example RL curves in Fig. 3. The benchmarks referred to by a drug name are the", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 584, + 505, + 595 + ], + "spans": [ + { + "bbox": [ + 106, + 584, + 505, + 595 + ], + "score": 1.0, + "content": "Tanimoto-approach benchmarks, in which a drug is held out from the training set and the model must", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 594, + 505, + 607 + ], + "spans": [ + { + "bbox": [ + 105, + 594, + 505, + 607 + ], + "score": 1.0, + "content": "design a similar drug given only the FCFC4 semantic hash of the drug. The baseline model samples", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 605, + 444, + 618 + ], + "spans": [ + { + "bbox": [ + 105, + 605, + 444, + 618 + ], + "score": 1.0, + "content": "10k random molecules from the training set, keeping only the best-performing ones.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 25.5 + }, + { + "type": "text", + "bbox": [ + 107, + 630, + 504, + 674 + ], + "lines": [ + { + "bbox": [ + 105, + 630, + 506, + 643 + ], + "spans": [ + { + "bbox": [ + 105, + 630, + 506, + 643 + ], + "score": 1.0, + "content": "Hillclimb-MLE Perhaps surprisingly, the alternating sampling and HC-MLE training algorithm", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 640, + 506, + 654 + ], + "spans": [ + { + "bbox": [ + 105, + 640, + 506, + 654 + ], + "score": 1.0, + "content": "was the most successful model. The model effectively avoided nonoptimal local minima and steadily", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 651, + 506, + 665 + ], + "spans": [ + { + "bbox": [ + 105, + 651, + 506, + 665 + ], + "score": 1.0, + "content": "increased reward throughout training. Given a large computation budget, this model appears the most", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 663, + 388, + 676 + ], + "spans": [ + { + "bbox": [ + 105, + 663, + 388, + 676 + ], + "score": 1.0, + "content": "successful for widely sampling while still optimizing towards a target.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 30.5 + }, + { + "type": "text", + "bbox": [ + 107, + 687, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 687, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 506, + 700 + ], + "score": 1.0, + "content": "PPO The PPO with the clipped objective was the most successful standard RL algorithm for this", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 699, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 506, + 711 + ], + "score": 1.0, + "content": "task. It often converges an order-of-magnitude faster than other algorithms, but occasionally chooses", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 710, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 710, + 506, + 722 + ], + "score": 1.0, + "content": "a less optimal final configuration or occasional catastrophic loss. For future work where molecule", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 721, + 506, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 721, + 506, + 734 + ], + "score": 1.0, + "content": "fitness function testing time is significant - if, for example, an assay is required - PPO is a valuable", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 34.5 + } + ], + "page_idx": 6, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 309, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 309, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 303, + 751, + 308, + 759 + ], + "lines": [ + { + "bbox": [ + 302, + 750, + 309, + 763 + ], + "spans": [ + { + "bbox": [ + 302, + 750, + 309, + 763 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 13, + "width": 7 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 106, + 78, + 500, + 272 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 106, + 78, + 500, + 272 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 78, + 500, + 272 + ], + "spans": [ + { + "bbox": [ + 106, + 78, + 500, + 272 + ], + "score": 0.971, + "type": "image", + "image_path": "59f61b72e08e30f865acebb80541020b2e0c694b78a6fa93a150da3d398420fd.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 106, + 78, + 500, + 142.66666666666669 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 106, + 142.66666666666669, + 500, + 207.33333333333337 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 106, + 207.33333333333337, + 500, + 272.00000000000006 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 164, + 282, + 445, + 294 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 163, + 280, + 446, + 297 + ], + "spans": [ + { + "bbox": [ + 163, + 280, + 446, + 297 + ], + "score": 1.0, + "content": "Figure 3: Sample RL trajectories for the tasks (independently-scaled).", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + } + ], + "index": 2.0 + }, + { + "type": "title", + "bbox": [ + 107, + 315, + 172, + 328 + ], + "lines": [ + { + "bbox": [ + 104, + 314, + 174, + 331 + ], + "spans": [ + { + "bbox": [ + 104, + 314, + 174, + 331 + ], + "score": 1.0, + "content": "5 RESULTS", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 107, + 341, + 505, + 495 + ], + "lines": [ + { + "bbox": [ + 106, + 341, + 506, + 354 + ], + "spans": [ + { + "bbox": [ + 106, + 341, + 506, + 354 + ], + "score": 1.0, + "content": "These algorithms were built using PyTorch (Paszke et al., 2017), with RDKit (Landrum et al.)", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 352, + 506, + 365 + ], + "spans": [ + { + "bbox": [ + 105, + 352, + 506, + 365 + ], + "score": 1.0, + "content": "providing the chemoinformatics functionality. These benchmarks were built as new environments in", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 363, + 506, + 376 + ], + "spans": [ + { + "bbox": [ + 105, + 363, + 506, + 376 + ], + "score": 1.0, + "content": "the OpenAI Gym (Brockman et al., 2016), and will be released as open-source to the community.", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 373, + 506, + 387 + ], + "spans": [ + { + "bbox": [ + 105, + 373, + 506, + 387 + ], + "score": 1.0, + "content": "The code was run using an NVIDIA Tesla V100 GPU, with optimization times for 1000 action-steps", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 385, + 506, + 397 + ], + "spans": [ + { + "bbox": [ + 106, + 385, + 506, + 397 + ], + "score": 1.0, + "content": "shown in the “Runtime” category of Table 1. The final RNN architecture that underlies the Policy", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 395, + 506, + 408 + ], + "spans": [ + { + "bbox": [ + 105, + 395, + 506, + 408 + ], + "score": 1.0, + "content": "Gradient, Regularized PG, GAN, A2C, PPO, HC MLE, and Augmented MLE models consists of", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 406, + 506, + 419 + ], + "spans": [ + { + "bbox": [ + 106, + 406, + 506, + 419 + ], + "score": 1.0, + "content": "three layers of 512 LSTM neurons, with a 512-dimensional embedding layer and a fully-connected", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 418, + 506, + 431 + ], + "spans": [ + { + "bbox": [ + 105, + 418, + 506, + 431 + ], + "score": 1.0, + "content": "output layer of 42 neurons. It takes approximately eight hours to train for 70 epochs on the filtered", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 428, + 506, + 442 + ], + "spans": [ + { + "bbox": [ + 105, + 428, + 506, + 442 + ], + "score": 1.0, + "content": "ChEMBL dataset, with 50,000 randomly-sampled SMILES strings for development, 200,000 for", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 440, + 506, + 453 + ], + "spans": [ + { + "bbox": [ + 106, + 440, + 506, + 453 + ], + "score": 1.0, + "content": "test, and the remaining 1190203 used for training. For the GAN architecture, the discriminator is a", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 451, + 504, + 463 + ], + "spans": [ + { + "bbox": [ + 105, + 451, + 487, + 463 + ], + "score": 1.0, + "content": "convolutional network with two alternating layers of ten kernels of 3x3 convolutions followed by", + "type": "text" + }, + { + "bbox": [ + 488, + 451, + 504, + 461 + ], + "score": 0.65, + "content": "2 \\mathbf { x } 2", + "type": "inline_equation" + } + ], + "index": 15 + }, + { + "bbox": [ + 104, + 461, + 506, + 475 + ], + "spans": [ + { + "bbox": [ + 104, + 461, + 506, + 475 + ], + "score": 1.0, + "content": "max-pooling, with global averaging over the final two (real and fake) outputs. Experiments were run", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 472, + 506, + 486 + ], + "spans": [ + { + "bbox": [ + 105, + 472, + 506, + 486 + ], + "score": 1.0, + "content": "for approximately 1.6M action-steps, corresponding roughly to 1000 SMILES in batches of 32 with", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 484, + 244, + 496 + ], + "spans": [ + { + "bbox": [ + 105, + 484, + 244, + 496 + ], + "score": 1.0, + "content": "an average sequence length of 44.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 11.5, + "bbox_fs": [ + 104, + 341, + 506, + 496 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 500, + 505, + 545 + ], + "lines": [ + { + "bbox": [ + 105, + 500, + 505, + 513 + ], + "spans": [ + { + "bbox": [ + 105, + 500, + 369, + 513 + ], + "score": 1.0, + "content": "Encouragingly, the baseline MLE model after training produces", + "type": "text" + }, + { + "bbox": [ + 370, + 501, + 398, + 511 + ], + "score": 0.86, + "content": "9 4 . 7 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 398, + 500, + 488, + 513 + ], + "score": 1.0, + "content": "valid SMILES out of", + "type": "text" + }, + { + "bbox": [ + 488, + 500, + 505, + 511 + ], + "score": 0.31, + "content": "1 0 \\mathrm { k }", + "type": "inline_equation" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 511, + 506, + 524 + ], + "spans": [ + { + "bbox": [ + 105, + 511, + 506, + 524 + ], + "score": 1.0, + "content": "generated molecules without further fine-tuning, establishing an extremely competitive benchmark.", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 522, + 507, + 534 + ], + "spans": [ + { + "bbox": [ + 105, + 522, + 412, + 534 + ], + "score": 1.0, + "content": "For similar evaluation, a GVAE was trained on the same dataset and achieved", + "type": "text" + }, + { + "bbox": [ + 412, + 523, + 439, + 533 + ], + "score": 0.87, + "content": "3 7 . 1 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 439, + 522, + 507, + 534 + ], + "score": 1.0, + "content": "valid molecules.", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 532, + 504, + 547 + ], + "spans": [ + { + "bbox": [ + 105, + 532, + 150, + 547 + ], + "score": 1.0, + "content": "Moreover,", + "type": "text" + }, + { + "bbox": [ + 150, + 534, + 182, + 544 + ], + "score": 0.86, + "content": "9 9 . 8 7 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 182, + 532, + 504, + 547 + ], + "score": 1.0, + "content": "of these MLE-sampled molecules were unique, establishing very high diversity.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 20.5, + "bbox_fs": [ + 105, + 500, + 507, + 547 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 550, + 505, + 616 + ], + "lines": [ + { + "bbox": [ + 105, + 550, + 505, + 563 + ], + "spans": [ + { + "bbox": [ + 105, + 550, + 505, + 563 + ], + "score": 1.0, + "content": "The RL model results, which are the remaining 17 benchmark tasks including multi-objective", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 561, + 505, + 574 + ], + "spans": [ + { + "bbox": [ + 105, + 561, + 505, + 574 + ], + "score": 1.0, + "content": "optimization, Ro5 optimization, ClogP targeting, and drug-fingerprint targeting, can be found in", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 572, + 505, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 572, + 505, + 585 + ], + "score": 1.0, + "content": "Table 1, with example RL curves in Fig. 3. The benchmarks referred to by a drug name are the", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 584, + 505, + 595 + ], + "spans": [ + { + "bbox": [ + 106, + 584, + 505, + 595 + ], + "score": 1.0, + "content": "Tanimoto-approach benchmarks, in which a drug is held out from the training set and the model must", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 594, + 505, + 607 + ], + "spans": [ + { + "bbox": [ + 105, + 594, + 505, + 607 + ], + "score": 1.0, + "content": "design a similar drug given only the FCFC4 semantic hash of the drug. The baseline model samples", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 605, + 444, + 618 + ], + "spans": [ + { + "bbox": [ + 105, + 605, + 444, + 618 + ], + "score": 1.0, + "content": "10k random molecules from the training set, keeping only the best-performing ones.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 25.5, + "bbox_fs": [ + 105, + 550, + 505, + 618 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 630, + 504, + 674 + ], + "lines": [ + { + "bbox": [ + 105, + 630, + 506, + 643 + ], + "spans": [ + { + "bbox": [ + 105, + 630, + 506, + 643 + ], + "score": 1.0, + "content": "Hillclimb-MLE Perhaps surprisingly, the alternating sampling and HC-MLE training algorithm", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 640, + 506, + 654 + ], + "spans": [ + { + "bbox": [ + 105, + 640, + 506, + 654 + ], + "score": 1.0, + "content": "was the most successful model. The model effectively avoided nonoptimal local minima and steadily", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 651, + 506, + 665 + ], + "spans": [ + { + "bbox": [ + 105, + 651, + 506, + 665 + ], + "score": 1.0, + "content": "increased reward throughout training. Given a large computation budget, this model appears the most", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 663, + 388, + 676 + ], + "spans": [ + { + "bbox": [ + 105, + 663, + 388, + 676 + ], + "score": 1.0, + "content": "successful for widely sampling while still optimizing towards a target.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 30.5, + "bbox_fs": [ + 105, + 630, + 506, + 676 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 687, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 687, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 506, + 700 + ], + "score": 1.0, + "content": "PPO The PPO with the clipped objective was the most successful standard RL algorithm for this", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 699, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 506, + 711 + ], + "score": 1.0, + "content": "task. It often converges an order-of-magnitude faster than other algorithms, but occasionally chooses", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 710, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 710, + 506, + 722 + ], + "score": 1.0, + "content": "a less optimal final configuration or occasional catastrophic loss. For future work where molecule", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 721, + 506, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 721, + 506, + 734 + ], + "score": 1.0, + "content": "fitness function testing time is significant - if, for example, an assay is required - PPO is a valuable", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 372, + 505, + 384 + ], + "spans": [ + { + "bbox": [ + 106, + 372, + 505, + 384 + ], + "score": 1.0, + "content": "candidate as an optimization strategy. A wide range of learning rates and entropy exploration costs", + "type": "text", + "cross_page": true + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 381, + 507, + 396 + ], + "spans": [ + { + "bbox": [ + 105, + 381, + 507, + 396 + ], + "score": 1.0, + "content": "were sampled (not shown) with PPO consistently and reliably training to achieve good performance.", + "type": "text", + "cross_page": true + } + ], + "index": 6 + } + ], + "index": 34.5, + "bbox_fs": [ + 105, + 687, + 506, + 734 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "table", + "bbox": [ + 105, + 111, + 514, + 349 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 106, + 80, + 505, + 103 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 80, + 506, + 93 + ], + "spans": [ + { + "bbox": [ + 106, + 80, + 506, + 93 + ], + "score": 1.0, + "content": "Table 1: Model performance, given by mean fitness in the final timestep over three random initializa-", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 91, + 444, + 104 + ], + "spans": [ + { + "bbox": [ + 106, + 91, + 444, + 104 + ], + "score": 1.0, + "content": "tions, while single-best SMILES result from the plotted runs is given in parentheses.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "table_body", + "bbox": [ + 105, + 111, + 514, + 349 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 111, + 514, + 349 + ], + "spans": [ + { + "bbox": [ + 105, + 111, + 514, + 349 + ], + "score": 0.984, + "html": "
BaselineReg. PGA2CPPOHC-MLE
PropertyLogP=-11.000.66 (1.00)0.98 (1.00)1.00 (1.00)0.97 (1.00)
LogP=01.000.78 (1.00)0.98 (1.00)1.00 (1.00)0.98 (1.00)
LogP=11.000.83 (1.00)0.98 (1.00)1.00 (1.00)0.97 (1.00)
LogP=21.000.86 (1.00)0.97 (1.00)1.00 (1.00)0.97 (1.00)
Mult. Obj.LogP=31.000.86 (1.00)0.97 (1.00)0.91 (1.00)0.97 (1.00)
MPO1.000.82 (1.00)0.95 (1.00)1.00 (1.00)0.98 (1.00)
TanimotoRo51.000.77 (1.00)0.96 (1.00)1.00 (1.00)0.59 (1.00)
Albuterol0.02-0.55 (0.41)0.14 (-0.08)0.04 (-0.10)0.32 (0.83)
Aripiprazole-0.15-0.34 (0.63)0.38 (-0.12)0.40 (0.29)0.51 (1.00)
Celecoxxib-0.22-0.35 (0.69)0.20 (-0.06)0.25 (0.14)0.43 (1.00)
Cobimetinib-0.18-0.47 (0.17)-0.01 (-0.01)0.11 (0.06)0.32 (0.57)
Fexofenadine-0.26-0.33 (0.50)-0.24 (-0.13)0.18 (0.19)0.47 (0.82)
Mestranol-0.17-0.46 (0.62)0.14 (-0.22)0.06 (0.30)0.34 (0.85)
Osimertinib-0.44-0.43 (0.15)-0.36 (-0.26)-0.11 (0.11)0.13 (0.48)
Ranolazine-0.20-0.32 (0.49)0.32 (-0.19)0.14 (0.47)0.50 (1.00)
Thiothixene-0.26-0.35 (0.28)-0.09 (-0.19)0.07 (0.29)0.33 (0.57)
Troglitazone-0.28-0.39 (0.27)-0.19 (-0.27)0.06 (0.18)0.24 (0.56)
SummaryMean0.300.09 (0.66)0.42 (0.32)0.48 (0.53)0.59 (0.81)
Runtime0.025s0.68s2.5s8.54s0.31s
", + "type": "table", + "image_path": "c4da2987005616e565904b788309958394fda30fa872cfc03b3e57ae64fab9bc.jpg" + } + ] + } + ], + "index": 3, + "virtual_lines": [ + { + "bbox": [ + 105, + 111, + 514, + 190.33333333333331 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 105, + 190.33333333333331, + 514, + 269.66666666666663 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 105, + 269.66666666666663, + 514, + 348.99999999999994 + ], + "spans": [], + "index": 4 + } + ] + } + ], + "index": 1.75 + }, + { + "type": "text", + "bbox": [ + 107, + 371, + 505, + 394 + ], + "lines": [ + { + "bbox": [ + 106, + 372, + 505, + 384 + ], + "spans": [ + { + "bbox": [ + 106, + 372, + 505, + 384 + ], + "score": 1.0, + "content": "candidate as an optimization strategy. A wide range of learning rates and entropy exploration costs", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 381, + 507, + 396 + ], + "spans": [ + { + "bbox": [ + 105, + 381, + 507, + 396 + ], + "score": 1.0, + "content": "were sampled (not shown) with PPO consistently and reliably training to achieve good performance.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 5.5 + }, + { + "type": "text", + "bbox": [ + 107, + 407, + 506, + 561 + ], + "lines": [ + { + "bbox": [ + 106, + 407, + 506, + 420 + ], + "spans": [ + { + "bbox": [ + 106, + 407, + 506, + 420 + ], + "score": 1.0, + "content": "GAN The GAN is a nascent and intriguing architecture, but was found to not be optimal for this", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 417, + 506, + 431 + ], + "spans": [ + { + "bbox": [ + 105, + 417, + 506, + 431 + ], + "score": 1.0, + "content": "task yet. The complexity of balancing the discriminator against the generator, interleaving epochs,", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 430, + 505, + 441 + ], + "spans": [ + { + "bbox": [ + 106, + 430, + 505, + 441 + ], + "score": 1.0, + "content": "and choosing a correct architecture made it difficult to use, though a significant body of literature", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 440, + 505, + 452 + ], + "spans": [ + { + "bbox": [ + 105, + 440, + 505, + 452 + ], + "score": 1.0, + "content": "is working to address more stable training (Arjovsky et al., 2017; Salimans et al., 2016). Though", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 450, + 506, + 464 + ], + "spans": [ + { + "bbox": [ + 105, + 450, + 506, + 464 + ], + "score": 1.0, + "content": "MC rollouts are costly in action-steps (leading to the slightly unfair showing in Figure 3), the other", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 462, + 506, + 475 + ], + "spans": [ + { + "bbox": [ + 105, + 462, + 506, + 475 + ], + "score": 1.0, + "content": "problem is more fundamental: as Fig. 4a shows in a Principal Component Analysis (PCA) plot of the", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 473, + 506, + 486 + ], + "spans": [ + { + "bbox": [ + 105, + 473, + 506, + 486 + ], + "score": 1.0, + "content": "MQN descriptors (Nguyen et al., 2009) of the generated molecules, stronger discriminator weight", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 107, + 483, + 507, + 497 + ], + "spans": [ + { + "bbox": [ + 107, + 484, + 121, + 495 + ], + "score": 0.88, + "content": "\\phi _ { D }", + "type": "inline_equation" + }, + { + "bbox": [ + 121, + 483, + 507, + 497 + ], + "score": 1.0, + "content": "forces the generated molecules to more closely match the primary modes of the training data.", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 494, + 506, + 508 + ], + "spans": [ + { + "bbox": [ + 105, + 494, + 506, + 508 + ], + "score": 1.0, + "content": "Effectively reproducing the training data, however, contrasts with the purpose of the generator for", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 506, + 506, + 519 + ], + "spans": [ + { + "bbox": [ + 106, + 506, + 506, + 519 + ], + "score": 1.0, + "content": "optimizing towards a given molecule. While this operates effectively as a regularizer, it is far more", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 515, + 506, + 530 + ], + "spans": [ + { + "bbox": [ + 105, + 515, + 506, + 530 + ], + "score": 1.0, + "content": "stable and explicit to regularize against the KL divergence as is done for the Regularized Policy", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 527, + 505, + 541 + ], + "spans": [ + { + "bbox": [ + 105, + 527, + 505, + 541 + ], + "score": 1.0, + "content": "Gradient model than to balance the hyperparameters of a GAN. Perhaps future work can investigate", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 539, + 506, + 552 + ], + "spans": [ + { + "bbox": [ + 106, + 539, + 506, + 552 + ], + "score": 1.0, + "content": "other uses of the GAN to, e.g., coerce the architecture away from reproducing identical sequences", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 550, + 272, + 562 + ], + "spans": [ + { + "bbox": [ + 106, + 550, + 272, + 562 + ], + "score": 1.0, + "content": "rather than memorizing the training data.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 13.5 + }, + { + "type": "text", + "bbox": [ + 107, + 574, + 505, + 641 + ], + "lines": [ + { + "bbox": [ + 105, + 574, + 505, + 587 + ], + "spans": [ + { + "bbox": [ + 105, + 574, + 505, + 587 + ], + "score": 1.0, + "content": "Benefits of extended sampling Examining the difference in the best single reward on the plotted", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 585, + 505, + 598 + ], + "spans": [ + { + "bbox": [ + 105, + 585, + 505, + 598 + ], + "score": 1.0, + "content": "runs (parentheses) in Table 1 and the final timestep mean (no parentheses), algorithms clearly", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 596, + 505, + 609 + ], + "spans": [ + { + "bbox": [ + 105, + 596, + 505, + 609 + ], + "score": 1.0, + "content": "benefit merely from sampling from a well-trained initial model for an extended period of time. The", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 607, + 505, + 620 + ], + "spans": [ + { + "bbox": [ + 105, + 607, + 505, + 620 + ], + "score": 1.0, + "content": "regularized policy gradient model, in particular, demonstrates high peak performance yet consistently", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 617, + 505, + 632 + ], + "spans": [ + { + "bbox": [ + 105, + 617, + 505, + 632 + ], + "score": 1.0, + "content": "does not learn effectively, suggesting that straightforward sampling for a large, diverse model may be", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 630, + 365, + 642 + ], + "spans": [ + { + "bbox": [ + 105, + 630, + 365, + 642 + ], + "score": 1.0, + "content": "an acceptable strategy in the absence of convergence-time costs.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 23.5 + }, + { + "type": "text", + "bbox": [ + 107, + 653, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 654, + 505, + 666 + ], + "spans": [ + { + "bbox": [ + 106, + 654, + 505, + 666 + ], + "score": 1.0, + "content": "Temperature Sampling A temperature factor is often included in available implementations to", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 665, + 505, + 677 + ], + "spans": [ + { + "bbox": [ + 106, + 665, + 505, + 677 + ], + "score": 1.0, + "content": "allow the generation of more diverse molecules. It has a straightforward formulation for an output", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 674, + 507, + 691 + ], + "spans": [ + { + "bbox": [ + 105, + 674, + 154, + 691 + ], + "score": 1.0, + "content": "distribution", + "type": "text" + }, + { + "bbox": [ + 154, + 677, + 164, + 687 + ], + "score": 0.81, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 164, + 674, + 199, + 691 + ], + "score": 1.0, + "content": "yielding", + "type": "text" + }, + { + "bbox": [ + 199, + 676, + 249, + 689 + ], + "score": 0.95, + "content": "\\begin{array} { r } { P _ { t } = \\frac { 1 } { Z } e ^ { P / t } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 250, + 674, + 366, + 691 + ], + "score": 1.0, + "content": ", with normalization constant", + "type": "text" + }, + { + "bbox": [ + 367, + 677, + 375, + 687 + ], + "score": 0.8, + "content": "Z", + "type": "inline_equation" + }, + { + "bbox": [ + 375, + 674, + 428, + 691 + ], + "score": 1.0, + "content": ", temperature", + "type": "text" + }, + { + "bbox": [ + 428, + 678, + 433, + 687 + ], + "score": 0.72, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 434, + 674, + 507, + 691 + ], + "score": 1.0, + "content": ", and temperature-", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 687, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 236, + 700 + ], + "score": 1.0, + "content": "altered probability distribution", + "type": "text" + }, + { + "bbox": [ + 236, + 689, + 246, + 699 + ], + "score": 0.85, + "content": "P _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 247, + 687, + 506, + 700 + ], + "score": 1.0, + "content": ". However, as shown in the t-distributed Stochastic Neighbor", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "Embedding (t-SNE) (Maaten & Hinton, 2008) plot in Fig. 4b, higher temperatures do not necessarily", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "score": 1.0, + "content": "translate to a better coverage of chemical space. As a large proportion of possible SMILES strings are", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 721, + 504, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 721, + 504, + 733 + ], + "score": 1.0, + "content": "invalid, increasing the temperature is likely to invalidate the SMILES string. The molecules generated", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 30 + } + ], + "page_idx": 7, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 302, + 751, + 308, + 760 + ], + "lines": [ + { + "bbox": [ + 300, + 750, + 309, + 761 + ], + "spans": [ + { + "bbox": [ + 300, + 750, + 309, + 761 + ], + "score": 1.0, + "content": "8", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 107, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 309, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 309, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2018", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "table", + "bbox": [ + 105, + 111, + 514, + 349 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 106, + 80, + 505, + 103 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 80, + 506, + 93 + ], + "spans": [ + { + "bbox": [ + 106, + 80, + 506, + 93 + ], + "score": 1.0, + "content": "Table 1: Model performance, given by mean fitness in the final timestep over three random initializa-", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 91, + 444, + 104 + ], + "spans": [ + { + "bbox": [ + 106, + 91, + 444, + 104 + ], + "score": 1.0, + "content": "tions, while single-best SMILES result from the plotted runs is given in parentheses.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "table_body", + "bbox": [ + 105, + 111, + 514, + 349 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 111, + 514, + 349 + ], + "spans": [ + { + "bbox": [ + 105, + 111, + 514, + 349 + ], + "score": 0.984, + "html": "
BaselineReg. PGA2CPPOHC-MLE
PropertyLogP=-11.000.66 (1.00)0.98 (1.00)1.00 (1.00)0.97 (1.00)
LogP=01.000.78 (1.00)0.98 (1.00)1.00 (1.00)0.98 (1.00)
LogP=11.000.83 (1.00)0.98 (1.00)1.00 (1.00)0.97 (1.00)
LogP=21.000.86 (1.00)0.97 (1.00)1.00 (1.00)0.97 (1.00)
Mult. Obj.LogP=31.000.86 (1.00)0.97 (1.00)0.91 (1.00)0.97 (1.00)
MPO1.000.82 (1.00)0.95 (1.00)1.00 (1.00)0.98 (1.00)
TanimotoRo51.000.77 (1.00)0.96 (1.00)1.00 (1.00)0.59 (1.00)
Albuterol0.02-0.55 (0.41)0.14 (-0.08)0.04 (-0.10)0.32 (0.83)
Aripiprazole-0.15-0.34 (0.63)0.38 (-0.12)0.40 (0.29)0.51 (1.00)
Celecoxxib-0.22-0.35 (0.69)0.20 (-0.06)0.25 (0.14)0.43 (1.00)
Cobimetinib-0.18-0.47 (0.17)-0.01 (-0.01)0.11 (0.06)0.32 (0.57)
Fexofenadine-0.26-0.33 (0.50)-0.24 (-0.13)0.18 (0.19)0.47 (0.82)
Mestranol-0.17-0.46 (0.62)0.14 (-0.22)0.06 (0.30)0.34 (0.85)
Osimertinib-0.44-0.43 (0.15)-0.36 (-0.26)-0.11 (0.11)0.13 (0.48)
Ranolazine-0.20-0.32 (0.49)0.32 (-0.19)0.14 (0.47)0.50 (1.00)
Thiothixene-0.26-0.35 (0.28)-0.09 (-0.19)0.07 (0.29)0.33 (0.57)
Troglitazone-0.28-0.39 (0.27)-0.19 (-0.27)0.06 (0.18)0.24 (0.56)
SummaryMean0.300.09 (0.66)0.42 (0.32)0.48 (0.53)0.59 (0.81)
Runtime0.025s0.68s2.5s8.54s0.31s
", + "type": "table", + "image_path": "c4da2987005616e565904b788309958394fda30fa872cfc03b3e57ae64fab9bc.jpg" + } + ] + } + ], + "index": 3, + "virtual_lines": [ + { + "bbox": [ + 105, + 111, + 514, + 190.33333333333331 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 105, + 190.33333333333331, + 514, + 269.66666666666663 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 105, + 269.66666666666663, + 514, + 348.99999999999994 + ], + "spans": [], + "index": 4 + } + ] + } + ], + "index": 1.75 + }, + { + "type": "text", + "bbox": [ + 107, + 371, + 505, + 394 + ], + "lines": [], + "index": 5.5, + "bbox_fs": [ + 105, + 372, + 507, + 396 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 107, + 407, + 506, + 561 + ], + "lines": [ + { + "bbox": [ + 106, + 407, + 506, + 420 + ], + "spans": [ + { + "bbox": [ + 106, + 407, + 506, + 420 + ], + "score": 1.0, + "content": "GAN The GAN is a nascent and intriguing architecture, but was found to not be optimal for this", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 417, + 506, + 431 + ], + "spans": [ + { + "bbox": [ + 105, + 417, + 506, + 431 + ], + "score": 1.0, + "content": "task yet. The complexity of balancing the discriminator against the generator, interleaving epochs,", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 430, + 505, + 441 + ], + "spans": [ + { + "bbox": [ + 106, + 430, + 505, + 441 + ], + "score": 1.0, + "content": "and choosing a correct architecture made it difficult to use, though a significant body of literature", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 440, + 505, + 452 + ], + "spans": [ + { + "bbox": [ + 105, + 440, + 505, + 452 + ], + "score": 1.0, + "content": "is working to address more stable training (Arjovsky et al., 2017; Salimans et al., 2016). Though", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 450, + 506, + 464 + ], + "spans": [ + { + "bbox": [ + 105, + 450, + 506, + 464 + ], + "score": 1.0, + "content": "MC rollouts are costly in action-steps (leading to the slightly unfair showing in Figure 3), the other", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 462, + 506, + 475 + ], + "spans": [ + { + "bbox": [ + 105, + 462, + 506, + 475 + ], + "score": 1.0, + "content": "problem is more fundamental: as Fig. 4a shows in a Principal Component Analysis (PCA) plot of the", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 473, + 506, + 486 + ], + "spans": [ + { + "bbox": [ + 105, + 473, + 506, + 486 + ], + "score": 1.0, + "content": "MQN descriptors (Nguyen et al., 2009) of the generated molecules, stronger discriminator weight", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 107, + 483, + 507, + 497 + ], + "spans": [ + { + "bbox": [ + 107, + 484, + 121, + 495 + ], + "score": 0.88, + "content": "\\phi _ { D }", + "type": "inline_equation" + }, + { + "bbox": [ + 121, + 483, + 507, + 497 + ], + "score": 1.0, + "content": "forces the generated molecules to more closely match the primary modes of the training data.", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 494, + 506, + 508 + ], + "spans": [ + { + "bbox": [ + 105, + 494, + 506, + 508 + ], + "score": 1.0, + "content": "Effectively reproducing the training data, however, contrasts with the purpose of the generator for", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 506, + 506, + 519 + ], + "spans": [ + { + "bbox": [ + 106, + 506, + 506, + 519 + ], + "score": 1.0, + "content": "optimizing towards a given molecule. While this operates effectively as a regularizer, it is far more", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 515, + 506, + 530 + ], + "spans": [ + { + "bbox": [ + 105, + 515, + 506, + 530 + ], + "score": 1.0, + "content": "stable and explicit to regularize against the KL divergence as is done for the Regularized Policy", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 527, + 505, + 541 + ], + "spans": [ + { + "bbox": [ + 105, + 527, + 505, + 541 + ], + "score": 1.0, + "content": "Gradient model than to balance the hyperparameters of a GAN. Perhaps future work can investigate", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 539, + 506, + 552 + ], + "spans": [ + { + "bbox": [ + 106, + 539, + 506, + 552 + ], + "score": 1.0, + "content": "other uses of the GAN to, e.g., coerce the architecture away from reproducing identical sequences", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 550, + 272, + 562 + ], + "spans": [ + { + "bbox": [ + 106, + 550, + 272, + 562 + ], + "score": 1.0, + "content": "rather than memorizing the training data.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 13.5, + "bbox_fs": [ + 105, + 407, + 507, + 562 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 574, + 505, + 641 + ], + "lines": [ + { + "bbox": [ + 105, + 574, + 505, + 587 + ], + "spans": [ + { + "bbox": [ + 105, + 574, + 505, + 587 + ], + "score": 1.0, + "content": "Benefits of extended sampling Examining the difference in the best single reward on the plotted", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 585, + 505, + 598 + ], + "spans": [ + { + "bbox": [ + 105, + 585, + 505, + 598 + ], + "score": 1.0, + "content": "runs (parentheses) in Table 1 and the final timestep mean (no parentheses), algorithms clearly", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 596, + 505, + 609 + ], + "spans": [ + { + "bbox": [ + 105, + 596, + 505, + 609 + ], + "score": 1.0, + "content": "benefit merely from sampling from a well-trained initial model for an extended period of time. The", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 607, + 505, + 620 + ], + "spans": [ + { + "bbox": [ + 105, + 607, + 505, + 620 + ], + "score": 1.0, + "content": "regularized policy gradient model, in particular, demonstrates high peak performance yet consistently", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 617, + 505, + 632 + ], + "spans": [ + { + "bbox": [ + 105, + 617, + 505, + 632 + ], + "score": 1.0, + "content": "does not learn effectively, suggesting that straightforward sampling for a large, diverse model may be", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 630, + 365, + 642 + ], + "spans": [ + { + "bbox": [ + 105, + 630, + 365, + 642 + ], + "score": 1.0, + "content": "an acceptable strategy in the absence of convergence-time costs.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 23.5, + "bbox_fs": [ + 105, + 574, + 505, + 642 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 653, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 654, + 505, + 666 + ], + "spans": [ + { + "bbox": [ + 106, + 654, + 505, + 666 + ], + "score": 1.0, + "content": "Temperature Sampling A temperature factor is often included in available implementations to", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 665, + 505, + 677 + ], + "spans": [ + { + "bbox": [ + 106, + 665, + 505, + 677 + ], + "score": 1.0, + "content": "allow the generation of more diverse molecules. It has a straightforward formulation for an output", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 674, + 507, + 691 + ], + "spans": [ + { + "bbox": [ + 105, + 674, + 154, + 691 + ], + "score": 1.0, + "content": "distribution", + "type": "text" + }, + { + "bbox": [ + 154, + 677, + 164, + 687 + ], + "score": 0.81, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 164, + 674, + 199, + 691 + ], + "score": 1.0, + "content": "yielding", + "type": "text" + }, + { + "bbox": [ + 199, + 676, + 249, + 689 + ], + "score": 0.95, + "content": "\\begin{array} { r } { P _ { t } = \\frac { 1 } { Z } e ^ { P / t } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 250, + 674, + 366, + 691 + ], + "score": 1.0, + "content": ", with normalization constant", + "type": "text" + }, + { + "bbox": [ + 367, + 677, + 375, + 687 + ], + "score": 0.8, + "content": "Z", + "type": "inline_equation" + }, + { + "bbox": [ + 375, + 674, + 428, + 691 + ], + "score": 1.0, + "content": ", temperature", + "type": "text" + }, + { + "bbox": [ + 428, + 678, + 433, + 687 + ], + "score": 0.72, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 434, + 674, + 507, + 691 + ], + "score": 1.0, + "content": ", and temperature-", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 687, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 236, + 700 + ], + "score": 1.0, + "content": "altered probability distribution", + "type": "text" + }, + { + "bbox": [ + 236, + 689, + 246, + 699 + ], + "score": 0.85, + "content": "P _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 247, + 687, + 506, + 700 + ], + "score": 1.0, + "content": ". However, as shown in the t-distributed Stochastic Neighbor", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "Embedding (t-SNE) (Maaten & Hinton, 2008) plot in Fig. 4b, higher temperatures do not necessarily", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "score": 1.0, + "content": "translate to a better coverage of chemical space. As a large proportion of possible SMILES strings are", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 721, + 504, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 721, + 504, + 733 + ], + "score": 1.0, + "content": "invalid, increasing the temperature is likely to invalidate the SMILES string. The molecules generated", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 344, + 505, + 358 + ], + "spans": [ + { + "bbox": [ + 105, + 344, + 505, + 358 + ], + "score": 1.0, + "content": "in the highest-temperature network favor short, brief SMILES strings that vastly undersample the", + "type": "text", + "cross_page": true + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 355, + 505, + 371 + ], + "spans": [ + { + "bbox": [ + 105, + 355, + 505, + 371 + ], + "score": 1.0, + "content": "chemical space. Indeed, this suggests the best strategy to achieve high diversity and a larger sampling", + "type": "text", + "cross_page": true + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 367, + 328, + 380 + ], + "spans": [ + { + "bbox": [ + 106, + 367, + 328, + 380 + ], + "score": 1.0, + "content": "of valid space is to not use temperature sampling at all.", + "type": "text", + "cross_page": true + } + ], + "index": 7 + } + ], + "index": 30, + "bbox_fs": [ + 105, + 654, + 507, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 110, + 83, + 494, + 291 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 110, + 83, + 494, + 291 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 110, + 83, + 494, + 291 + ], + "spans": [ + { + "bbox": [ + 110, + 83, + 494, + 291 + ], + "score": 0.975, + "type": "image", + "image_path": "5e70fba47167f678cfbc2b675b041dbf027e421b55a786a86bed2b21b272e06a.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 110, + 83, + 494, + 152.33333333333331 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 110, + 152.33333333333331, + 494, + 221.66666666666663 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 110, + 221.66666666666663, + 494, + 290.99999999999994 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 105, + 300, + 505, + 323 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 300, + 506, + 313 + ], + "spans": [ + { + "bbox": [ + 106, + 300, + 506, + 313 + ], + "score": 1.0, + "content": "Figure 4: In (a), PCA plot of the GAN generator under various influences of the discriminator. In (b),", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 312, + 480, + 325 + ], + "spans": [ + { + "bbox": [ + 106, + 312, + 480, + 325 + ], + "score": 1.0, + "content": "sampling from a model at higher temperatures counter-intuitively does not increase coverage.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + } + ], + "index": 2.25 + }, + { + "type": "text", + "bbox": [ + 107, + 345, + 505, + 379 + ], + "lines": [ + { + "bbox": [ + 105, + 344, + 505, + 358 + ], + "spans": [ + { + "bbox": [ + 105, + 344, + 505, + 358 + ], + "score": 1.0, + "content": "in the highest-temperature network favor short, brief SMILES strings that vastly undersample the", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 355, + 505, + 371 + ], + "spans": [ + { + "bbox": [ + 105, + 355, + 505, + 371 + ], + "score": 1.0, + "content": "chemical space. Indeed, this suggests the best strategy to achieve high diversity and a larger sampling", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 367, + 328, + 380 + ], + "spans": [ + { + "bbox": [ + 106, + 367, + 328, + 380 + ], + "score": 1.0, + "content": "of valid space is to not use temperature sampling at all.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6 + }, + { + "type": "title", + "bbox": [ + 107, + 395, + 195, + 408 + ], + "lines": [ + { + "bbox": [ + 105, + 394, + 197, + 411 + ], + "spans": [ + { + "bbox": [ + 105, + 394, + 197, + 411 + ], + "score": 1.0, + "content": "6 CONCLUSION", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8 + }, + { + "type": "text", + "bbox": [ + 107, + 421, + 505, + 498 + ], + "lines": [ + { + "bbox": [ + 106, + 421, + 505, + 434 + ], + "spans": [ + { + "bbox": [ + 106, + 421, + 505, + 434 + ], + "score": 1.0, + "content": "In this work, we proposed a large, standardized dataset and a set of 19 benchmarks to evaluate models", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 432, + 506, + 444 + ], + "spans": [ + { + "bbox": [ + 106, + 432, + 506, + 444 + ], + "score": 1.0, + "content": "for molecule generation and design. Several RL strategies were investigated on these benchmarks.", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 442, + 506, + 456 + ], + "spans": [ + { + "bbox": [ + 105, + 442, + 506, + 456 + ], + "score": 1.0, + "content": "Here, the results suggest that the Hillclimb-MLE model is a surprisingly robust technique with large", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 454, + 506, + 467 + ], + "spans": [ + { + "bbox": [ + 106, + 454, + 506, + 467 + ], + "score": 1.0, + "content": "datasets and deep models, outperforming PPO given sufficient compute times and sample evaluations.", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 465, + 505, + 477 + ], + "spans": [ + { + "bbox": [ + 105, + 465, + 505, + 477 + ], + "score": 1.0, + "content": "In the space of constrained compute and sample evaluations, PPO was shown to be an effective", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 477, + 505, + 489 + ], + "spans": [ + { + "bbox": [ + 106, + 477, + 505, + 489 + ], + "score": 1.0, + "content": "learning algorithm, converging an order of magnitude before other reinforcement-learning algorithms", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 487, + 207, + 500 + ], + "spans": [ + { + "bbox": [ + 105, + 487, + 207, + 500 + ], + "score": 1.0, + "content": "for molecule generation.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 12 + }, + { + "type": "text", + "bbox": [ + 108, + 504, + 505, + 548 + ], + "lines": [ + { + "bbox": [ + 106, + 504, + 505, + 515 + ], + "spans": [ + { + "bbox": [ + 106, + 504, + 505, + 515 + ], + "score": 1.0, + "content": "Nevertheless, there is still tremendous need for more efficient and effective models for molecular", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 515, + 505, + 527 + ], + "spans": [ + { + "bbox": [ + 106, + 515, + 505, + 527 + ], + "score": 1.0, + "content": "design, which could have a profound impact on molecular design — including drug, materials and", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 526, + 505, + 538 + ], + "spans": [ + { + "bbox": [ + 105, + 526, + 505, + 538 + ], + "score": 1.0, + "content": "agrochemicals discovery — and thus immediately on human well-being. With the present, easily", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 536, + 496, + 550 + ], + "spans": [ + { + "bbox": [ + 105, + 536, + 496, + 550 + ], + "score": 1.0, + "content": "usable benchmark, we hope to inspire the machine learning community to pick up this challenge.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 17.5 + }, + { + "type": "title", + "bbox": [ + 107, + 565, + 175, + 577 + ], + "lines": [ + { + "bbox": [ + 106, + 565, + 176, + 578 + ], + "spans": [ + { + "bbox": [ + 106, + 565, + 176, + 578 + ], + "score": 1.0, + "content": "REFERENCES", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 20 + }, + { + "type": "text", + "bbox": [ + 106, + 584, + 504, + 607 + ], + "lines": [ + { + "bbox": [ + 105, + 583, + 506, + 597 + ], + "spans": [ + { + "bbox": [ + 105, + 583, + 506, + 597 + ], + "score": 1.0, + "content": "Martin Arjovsky, Soumith Chintala, and Leon Bottou. Wasserstein gan. ´ arXiv preprint", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 115, + 595, + 220, + 607 + ], + "spans": [ + { + "bbox": [ + 115, + 595, + 220, + 607 + ], + "score": 1.0, + "content": "arXiv:1701.07875, 2017.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 21.5 + }, + { + "type": "text", + "bbox": [ + 104, + 615, + 505, + 639 + ], + "lines": [ + { + "bbox": [ + 106, + 615, + 505, + 628 + ], + "spans": [ + { + "bbox": [ + 106, + 615, + 505, + 628 + ], + "score": 1.0, + "content": "Greg Brockman, Vicki Cheung, Ludwig Pettersson, Jonas Schneider, John Schulman, Jie Tang, and", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 115, + 626, + 277, + 640 + ], + "spans": [ + { + "bbox": [ + 115, + 626, + 277, + 640 + ], + "score": 1.0, + "content": "Wojciech Zaremba. Openai gym, 2016.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 23.5 + }, + { + "type": "text", + "bbox": [ + 104, + 646, + 505, + 670 + ], + "lines": [ + { + "bbox": [ + 106, + 646, + 505, + 659 + ], + "spans": [ + { + "bbox": [ + 106, + 646, + 505, + 659 + ], + "score": 1.0, + "content": "Dean G Brown and Jonas Bostrom. Analysis of past and present synthetic methodologies on medicinal ¨", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 115, + 658, + 486, + 670 + ], + "spans": [ + { + "bbox": [ + 115, + 658, + 486, + 670 + ], + "score": 1.0, + "content": "chemistry: where have all the new reactions gone? J. Med. Chem, 59(10):4443–4458, 2016.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25.5 + }, + { + "type": "text", + "bbox": [ + 105, + 678, + 505, + 701 + ], + "lines": [ + { + "bbox": [ + 105, + 676, + 505, + 692 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 505, + 692 + ], + "score": 1.0, + "content": "Nathan Brown. Chemoinformatics – an introduction for computer scientists. ACM Computing", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 115, + 689, + 245, + 701 + ], + "spans": [ + { + "bbox": [ + 115, + 689, + 245, + 701 + ], + "score": 1.0, + "content": "Surveys (CSUR), 41(2):8, 2009.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27.5 + }, + { + "type": "text", + "bbox": [ + 106, + 709, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 708, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 708, + 505, + 723 + ], + "score": 1.0, + "content": "Nathan Brown. In Silico Medicinal Chemistry: Computational Methods to Support Drug Design.", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 115, + 720, + 257, + 732 + ], + "spans": [ + { + "bbox": [ + 115, + 720, + 257, + 732 + ], + "score": 1.0, + "content": "Royal Society of Chemistry, 2015.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29.5 + } + ], + "page_idx": 8, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 107, + 26, + 309, + 38 + ], + "spans": [ + { + "bbox": [ + 107, + 26, + 309, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 751, + 308, + 759 + ], + "lines": [ + { + "bbox": [ + 302, + 751, + 309, + 762 + ], + "spans": [ + { + "bbox": [ + 302, + 751, + 309, + 762 + ], + "score": 1.0, + "content": "9", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 110, + 83, + 494, + 291 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 110, + 83, + 494, + 291 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 110, + 83, + 494, + 291 + ], + "spans": [ + { + "bbox": [ + 110, + 83, + 494, + 291 + ], + "score": 0.975, + "type": "image", + "image_path": "5e70fba47167f678cfbc2b675b041dbf027e421b55a786a86bed2b21b272e06a.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 110, + 83, + 494, + 152.33333333333331 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 110, + 152.33333333333331, + 494, + 221.66666666666663 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 110, + 221.66666666666663, + 494, + 290.99999999999994 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 105, + 300, + 505, + 323 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 300, + 506, + 313 + ], + "spans": [ + { + "bbox": [ + 106, + 300, + 506, + 313 + ], + "score": 1.0, + "content": "Figure 4: In (a), PCA plot of the GAN generator under various influences of the discriminator. In (b),", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 312, + 480, + 325 + ], + "spans": [ + { + "bbox": [ + 106, + 312, + 480, + 325 + ], + "score": 1.0, + "content": "sampling from a model at higher temperatures counter-intuitively does not increase coverage.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + } + ], + "index": 2.25 + }, + { + "type": "text", + "bbox": [ + 107, + 345, + 505, + 379 + ], + "lines": [], + "index": 6, + "bbox_fs": [ + 105, + 344, + 505, + 380 + ], + "lines_deleted": true + }, + { + "type": "title", + "bbox": [ + 107, + 395, + 195, + 408 + ], + "lines": [ + { + "bbox": [ + 105, + 394, + 197, + 411 + ], + "spans": [ + { + "bbox": [ + 105, + 394, + 197, + 411 + ], + "score": 1.0, + "content": "6 CONCLUSION", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8 + }, + { + "type": "text", + "bbox": [ + 107, + 421, + 505, + 498 + ], + "lines": [ + { + "bbox": [ + 106, + 421, + 505, + 434 + ], + "spans": [ + { + "bbox": [ + 106, + 421, + 505, + 434 + ], + "score": 1.0, + "content": "In this work, we proposed a large, standardized dataset and a set of 19 benchmarks to evaluate models", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 432, + 506, + 444 + ], + "spans": [ + { + "bbox": [ + 106, + 432, + 506, + 444 + ], + "score": 1.0, + "content": "for molecule generation and design. Several RL strategies were investigated on these benchmarks.", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 442, + 506, + 456 + ], + "spans": [ + { + "bbox": [ + 105, + 442, + 506, + 456 + ], + "score": 1.0, + "content": "Here, the results suggest that the Hillclimb-MLE model is a surprisingly robust technique with large", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 454, + 506, + 467 + ], + "spans": [ + { + "bbox": [ + 106, + 454, + 506, + 467 + ], + "score": 1.0, + "content": "datasets and deep models, outperforming PPO given sufficient compute times and sample evaluations.", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 465, + 505, + 477 + ], + "spans": [ + { + "bbox": [ + 105, + 465, + 505, + 477 + ], + "score": 1.0, + "content": "In the space of constrained compute and sample evaluations, PPO was shown to be an effective", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 477, + 505, + 489 + ], + "spans": [ + { + "bbox": [ + 106, + 477, + 505, + 489 + ], + "score": 1.0, + "content": "learning algorithm, converging an order of magnitude before other reinforcement-learning algorithms", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 487, + 207, + 500 + ], + "spans": [ + { + "bbox": [ + 105, + 487, + 207, + 500 + ], + "score": 1.0, + "content": "for molecule generation.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 12, + "bbox_fs": [ + 105, + 421, + 506, + 500 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 504, + 505, + 548 + ], + "lines": [ + { + "bbox": [ + 106, + 504, + 505, + 515 + ], + "spans": [ + { + "bbox": [ + 106, + 504, + 505, + 515 + ], + "score": 1.0, + "content": "Nevertheless, there is still tremendous need for more efficient and effective models for molecular", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 515, + 505, + 527 + ], + "spans": [ + { + "bbox": [ + 106, + 515, + 505, + 527 + ], + "score": 1.0, + "content": "design, which could have a profound impact on molecular design — including drug, materials and", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 526, + 505, + 538 + ], + "spans": [ + { + "bbox": [ + 105, + 526, + 505, + 538 + ], + "score": 1.0, + "content": "agrochemicals discovery — and thus immediately on human well-being. With the present, easily", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 536, + 496, + 550 + ], + "spans": [ + { + "bbox": [ + 105, + 536, + 496, + 550 + ], + "score": 1.0, + "content": "usable benchmark, we hope to inspire the machine learning community to pick up this challenge.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 17.5, + "bbox_fs": [ + 105, + 504, + 505, + 550 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 565, + 175, + 577 + ], + "lines": [ + { + "bbox": [ + 106, + 565, + 176, + 578 + ], + "spans": [ + { + "bbox": [ + 106, + 565, + 176, + 578 + ], + "score": 1.0, + "content": "REFERENCES", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 20 + }, + { + "type": "text", + "bbox": [ + 106, + 584, + 504, + 607 + ], + "lines": [ + { + "bbox": [ + 105, + 583, + 506, + 597 + ], + "spans": [ + { + "bbox": [ + 105, + 583, + 506, + 597 + ], + "score": 1.0, + "content": "Martin Arjovsky, Soumith Chintala, and Leon Bottou. Wasserstein gan. ´ arXiv preprint", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 115, + 595, + 220, + 607 + ], + "spans": [ + { + "bbox": [ + 115, + 595, + 220, + 607 + ], + "score": 1.0, + "content": "arXiv:1701.07875, 2017.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 21.5, + "bbox_fs": [ + 105, + 583, + 506, + 607 + ] + }, + { + "type": "text", + "bbox": [ + 104, + 615, + 505, + 639 + ], + "lines": [ + { + "bbox": [ + 106, + 615, + 505, + 628 + ], + "spans": [ + { + "bbox": [ + 106, + 615, + 505, + 628 + ], + "score": 1.0, + "content": "Greg Brockman, Vicki Cheung, Ludwig Pettersson, Jonas Schneider, John Schulman, Jie Tang, and", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 115, + 626, + 277, + 640 + ], + "spans": [ + { + "bbox": [ + 115, + 626, + 277, + 640 + ], + "score": 1.0, + "content": "Wojciech Zaremba. Openai gym, 2016.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 23.5, + "bbox_fs": [ + 106, + 615, + 505, + 640 + ] + }, + { + "type": "text", + "bbox": [ + 104, + 646, + 505, + 670 + ], + "lines": [ + { + "bbox": [ + 106, + 646, + 505, + 659 + ], + "spans": [ + { + "bbox": [ + 106, + 646, + 505, + 659 + ], + "score": 1.0, + "content": "Dean G Brown and Jonas Bostrom. Analysis of past and present synthetic methodologies on medicinal ¨", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 115, + 658, + 486, + 670 + ], + "spans": [ + { + "bbox": [ + 115, + 658, + 486, + 670 + ], + "score": 1.0, + "content": "chemistry: where have all the new reactions gone? J. Med. Chem, 59(10):4443–4458, 2016.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25.5, + "bbox_fs": [ + 106, + 646, + 505, + 670 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 678, + 505, + 701 + ], + "lines": [ + { + "bbox": [ + 105, + 676, + 505, + 692 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 505, + 692 + ], + "score": 1.0, + "content": "Nathan Brown. Chemoinformatics – an introduction for computer scientists. ACM Computing", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 115, + 689, + 245, + 701 + ], + "spans": [ + { + "bbox": [ + 115, + 689, + 245, + 701 + ], + "score": 1.0, + "content": "Surveys (CSUR), 41(2):8, 2009.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27.5, + "bbox_fs": [ + 105, + 676, + 505, + 701 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 709, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 708, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 708, + 505, + 723 + ], + "score": 1.0, + "content": "Nathan Brown. In Silico Medicinal Chemistry: Computational Methods to Support Drug Design.", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 115, + 720, + 257, + 732 + ], + "spans": [ + { + "bbox": [ + 115, + 720, + 257, + 732 + ], + "score": 1.0, + "content": "Royal Society of Chemistry, 2015.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29.5, + "bbox_fs": [ + 105, + 708, + 505, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 108, + 82, + 504, + 116 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 506, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 506, + 95 + ], + "score": 1.0, + "content": "Kyunghyun Cho, Bart van Merrienboer, Caglar Gulcehre, Fethi Bougares, Holger Schwenk, and", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 116, + 93, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 116, + 93, + 505, + 106 + ], + "score": 1.0, + "content": "Yoshua Bengio. Learning phrase representations using RNN encoder-decoder for statistical", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 115, + 104, + 358, + 116 + ], + "spans": [ + { + "bbox": [ + 115, + 104, + 358, + 116 + ], + "score": 1.0, + "content": "machine translation. arXiv preprint arXiv:1406.1078, 2014.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 108, + 122, + 505, + 156 + ], + "lines": [ + { + "bbox": [ + 105, + 122, + 505, + 136 + ], + "spans": [ + { + "bbox": [ + 105, + 122, + 505, + 136 + ], + "score": 1.0, + "content": "Thomas Degris, Patrick M Pilarski, and Richard S Sutton. Model-free reinforcement learning with", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 115, + 134, + 507, + 147 + ], + "spans": [ + { + "bbox": [ + 115, + 134, + 507, + 147 + ], + "score": 1.0, + "content": "continuous action in practice. In American Control Conference (ACC), 2012, pp. 2177–2182.", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 116, + 145, + 168, + 156 + ], + "spans": [ + { + "bbox": [ + 116, + 145, + 168, + 156 + ], + "score": 1.0, + "content": "IEEE, 2012.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 107, + 163, + 506, + 197 + ], + "lines": [ + { + "bbox": [ + 106, + 164, + 505, + 176 + ], + "spans": [ + { + "bbox": [ + 106, + 164, + 505, + 176 + ], + "score": 1.0, + "content": "Nicholas C Firth, Butrus Atrash, Nathan Brown, and Julian Blagg. Moarf, an integrated workflow", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 115, + 174, + 506, + 188 + ], + "spans": [ + { + "bbox": [ + 115, + 174, + 506, + 188 + ], + "score": 1.0, + "content": "for multiobjective optimization: implementation, synthesis, and biological evaluation. Journal of", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 117, + 186, + 363, + 198 + ], + "spans": [ + { + "bbox": [ + 117, + 186, + 363, + 198 + ], + "score": 1.0, + "content": "chemical information and modeling, 55(6):1169–1180, 2015.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7 + }, + { + "type": "text", + "bbox": [ + 107, + 204, + 502, + 227 + ], + "lines": [ + { + "bbox": [ + 106, + 204, + 504, + 218 + ], + "spans": [ + { + "bbox": [ + 106, + 204, + 504, + 218 + ], + "score": 1.0, + "content": "Yarin Gal and Zoubin Ghahramani. A theoretically grounded application of dropout in recurrent", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 115, + 215, + 496, + 229 + ], + "spans": [ + { + "bbox": [ + 115, + 215, + 496, + 229 + ], + "score": 1.0, + "content": "neural networks. In Advances in neural information processing systems, pp. 1019–1027, 2016.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5 + }, + { + "type": "text", + "bbox": [ + 107, + 234, + 505, + 268 + ], + "lines": [ + { + "bbox": [ + 105, + 233, + 505, + 247 + ], + "spans": [ + { + "bbox": [ + 105, + 233, + 505, + 247 + ], + "score": 1.0, + "content": "Anna Gaulton, Louisa J Bellis, A Patricia Bento, Jon Chambers, Mark Davies, Anne Hersey, Yvonne", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 115, + 245, + 505, + 258 + ], + "spans": [ + { + "bbox": [ + 115, + 245, + 505, + 258 + ], + "score": 1.0, + "content": "Light, Shaun McGlinchey, David Michalovich, Bissan Al-Lazikani, et al. Chembl: a large-scale", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 115, + 255, + 493, + 269 + ], + "spans": [ + { + "bbox": [ + 115, + 255, + 493, + 269 + ], + "score": 1.0, + "content": "bioactivity database for drug discovery. Nucleic acids research, 40(D1):D1100–D1107, 2011.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12 + }, + { + "type": "text", + "bbox": [ + 107, + 275, + 505, + 320 + ], + "lines": [ + { + "bbox": [ + 106, + 276, + 505, + 288 + ], + "spans": [ + { + "bbox": [ + 106, + 276, + 505, + 288 + ], + "score": 1.0, + "content": "Arup K Ghose, Vellarkad N Viswanadhan, and John J Wendoloski. A knowledge-based approach in", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 115, + 286, + 505, + 298 + ], + "spans": [ + { + "bbox": [ + 115, + 286, + 505, + 298 + ], + "score": 1.0, + "content": "designing combinatorial or medicinal chemistry libraries for drug discovery. 1. a qualitative and", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 115, + 298, + 507, + 310 + ], + "spans": [ + { + "bbox": [ + 115, + 298, + 507, + 310 + ], + "score": 1.0, + "content": "quantitative characterization of known drug databases. Journal of combinatorial chemistry, 1(1):", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 116, + 308, + 171, + 320 + ], + "spans": [ + { + "bbox": [ + 116, + 308, + 171, + 320 + ], + "score": 1.0, + "content": "55–68, 1999.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 15.5 + }, + { + "type": "text", + "bbox": [ + 106, + 326, + 504, + 350 + ], + "lines": [ + { + "bbox": [ + 106, + 326, + 506, + 339 + ], + "spans": [ + { + "bbox": [ + 106, + 326, + 506, + 339 + ], + "score": 1.0, + "content": "Yoav Goldberg. A primer on neural network models for natural language processing. J. Artif. Intell.", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 116, + 338, + 241, + 350 + ], + "spans": [ + { + "bbox": [ + 116, + 338, + 241, + 350 + ], + "score": 1.0, + "content": "Res.(JAIR), 57:345–420, 2016.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18.5 + }, + { + "type": "text", + "bbox": [ + 106, + 356, + 506, + 401 + ], + "lines": [ + { + "bbox": [ + 104, + 356, + 507, + 370 + ], + "spans": [ + { + "bbox": [ + 104, + 356, + 507, + 370 + ], + "score": 1.0, + "content": "Rafael Gomez-Bombarelli, David Duvenaud, Jos ´ e Miguel Hern ´ andez-Lobato, Jorge Aguilera- ´", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 115, + 368, + 507, + 380 + ], + "spans": [ + { + "bbox": [ + 115, + 368, + 507, + 380 + ], + "score": 1.0, + "content": "Iparraguirre, Timothy D Hirzel, Ryan P Adams, and Alan Aspuru-Guzik. Automatic chemical de- ´", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 114, + 379, + 507, + 391 + ], + "spans": [ + { + "bbox": [ + 114, + 379, + 507, + 391 + ], + "score": 1.0, + "content": "sign using a data-driven continuous representation of molecules. arXiv preprint arXiv:1610.02415,", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 115, + 388, + 143, + 402 + ], + "spans": [ + { + "bbox": [ + 115, + 388, + 143, + 402 + ], + "score": 1.0, + "content": "2016.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 21.5 + }, + { + "type": "text", + "bbox": [ + 106, + 408, + 506, + 442 + ], + "lines": [ + { + "bbox": [ + 105, + 407, + 507, + 422 + ], + "spans": [ + { + "bbox": [ + 105, + 407, + 507, + 422 + ], + "score": 1.0, + "content": "Ian Goodfellow, Jean Pouget-Abadie, Mehdi Mirza, Bing Xu, David Warde-Farley, Sherjil Ozair,", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 115, + 419, + 506, + 432 + ], + "spans": [ + { + "bbox": [ + 115, + 419, + 506, + 432 + ], + "score": 1.0, + "content": "Aaron Courville, and Yoshua Bengio. Generative adversarial nets. In Advances in neural informa-", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 116, + 431, + 305, + 443 + ], + "spans": [ + { + "bbox": [ + 116, + 431, + 305, + 443 + ], + "score": 1.0, + "content": "tion processing systems, pp. 2672–2680, 2014.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25 + }, + { + "type": "text", + "bbox": [ + 104, + 449, + 505, + 472 + ], + "lines": [ + { + "bbox": [ + 105, + 447, + 506, + 462 + ], + "spans": [ + { + "bbox": [ + 105, + 447, + 506, + 462 + ], + "score": 1.0, + "content": "Alex Graves. Generating sequences with recurrent neural networks. arXiv preprint arXiv:1308.0850,", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 114, + 458, + 143, + 472 + ], + "spans": [ + { + "bbox": [ + 114, + 458, + 143, + 472 + ], + "score": 1.0, + "content": "2013.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27.5 + }, + { + "type": "text", + "bbox": [ + 108, + 479, + 505, + 513 + ], + "lines": [ + { + "bbox": [ + 106, + 478, + 506, + 492 + ], + "spans": [ + { + "bbox": [ + 106, + 478, + 506, + 492 + ], + "score": 1.0, + "content": "Gabriel Lima Guimaraes, Benjamin Sanchez-Lengeling, Pedro Luis Cunha Farias, and Alan Aspuru- ´", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 117, + 490, + 505, + 502 + ], + "spans": [ + { + "bbox": [ + 117, + 490, + 505, + 502 + ], + "score": 1.0, + "content": "Guzik. Objective-Reinforced Generative Adversarial Networks (ORGAN) for Sequence Generation", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 116, + 501, + 315, + 514 + ], + "spans": [ + { + "bbox": [ + 116, + 501, + 315, + 514 + ], + "score": 1.0, + "content": "Models. arXiv preprint arXiv:1705.10843, 2017.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 30 + }, + { + "type": "text", + "bbox": [ + 105, + 519, + 505, + 542 + ], + "lines": [ + { + "bbox": [ + 105, + 518, + 506, + 533 + ], + "spans": [ + { + "bbox": [ + 105, + 518, + 506, + 533 + ], + "score": 1.0, + "content": "Sepp Hochreiter and Jurgen Schmidhuber. Long short-term memory. ¨ Neural Computation, 9(8):", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 115, + 530, + 190, + 542 + ], + "spans": [ + { + "bbox": [ + 115, + 530, + 190, + 542 + ], + "score": 1.0, + "content": "1735–1780, 1997.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32.5 + }, + { + "type": "text", + "bbox": [ + 106, + 549, + 506, + 583 + ], + "lines": [ + { + "bbox": [ + 106, + 549, + 506, + 563 + ], + "spans": [ + { + "bbox": [ + 106, + 549, + 506, + 563 + ], + "score": 1.0, + "content": "Natasha Jaques, Shixiang Gu, Dzmitry Bahdanau, Jose Miguel Hern ´ andez-Lobato, Richard E Turner, ´", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 116, + 561, + 505, + 573 + ], + "spans": [ + { + "bbox": [ + 116, + 561, + 505, + 573 + ], + "score": 1.0, + "content": "and Douglas Eck. Sequence tutor: Conservative fine-tuning of sequence generation models with", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 116, + 571, + 457, + 584 + ], + "spans": [ + { + "bbox": [ + 116, + 571, + 457, + 584 + ], + "score": 1.0, + "content": "kl-control. In International Conference on Machine Learning, pp. 1645–1654, 2017.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 35 + }, + { + "type": "text", + "bbox": [ + 108, + 590, + 503, + 613 + ], + "lines": [ + { + "bbox": [ + 106, + 590, + 504, + 603 + ], + "spans": [ + { + "bbox": [ + 106, + 590, + 504, + 603 + ], + "score": 1.0, + "content": "Matt J. Kusner, Brooks Paige, and Jose Miguel Hern ´ andez-Lobato. Grammar Variational Autoencoder.´", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 115, + 601, + 374, + 614 + ], + "spans": [ + { + "bbox": [ + 115, + 601, + 374, + 614 + ], + "score": 1.0, + "content": "mar 2017. URL http://arxiv.org/abs/1703.01925.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 37.5 + }, + { + "type": "text", + "bbox": [ + 109, + 620, + 492, + 632 + ], + "lines": [ + { + "bbox": [ + 106, + 618, + 493, + 635 + ], + "spans": [ + { + "bbox": [ + 106, + 618, + 493, + 635 + ], + "score": 1.0, + "content": "Greg Landrum et al. Rdkit: Open-source cheminformatics. URL http://www.rdkit.org.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 39 + }, + { + "type": "text", + "bbox": [ + 107, + 639, + 504, + 662 + ], + "lines": [ + { + "bbox": [ + 105, + 636, + 506, + 654 + ], + "spans": [ + { + "bbox": [ + 105, + 636, + 506, + 654 + ], + "score": 1.0, + "content": "Christopher A Lipinski. Lead-and drug-like compounds: the rule-of-five revolution. Drug Discovery", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 115, + 650, + 288, + 662 + ], + "spans": [ + { + "bbox": [ + 115, + 650, + 288, + 662 + ], + "score": 1.0, + "content": "Today: Technologies, 1(4):337–341, 2004.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 40.5 + }, + { + "type": "text", + "bbox": [ + 105, + 668, + 504, + 691 + ], + "lines": [ + { + "bbox": [ + 106, + 668, + 505, + 681 + ], + "spans": [ + { + "bbox": [ + 106, + 668, + 505, + 681 + ], + "score": 1.0, + "content": "Laurens van der Maaten and Geoffrey Hinton. Visualizing data using t-sne. Journal of Machine", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 115, + 680, + 303, + 692 + ], + "spans": [ + { + "bbox": [ + 115, + 680, + 303, + 692 + ], + "score": 1.0, + "content": "Learning Research, 9(Nov):2579–2605, 2008.", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 42.5 + }, + { + "type": "text", + "bbox": [ + 108, + 698, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 698, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 106, + 698, + 505, + 712 + ], + "score": 1.0, + "content": "Volodymyr Mnih, Adria Puigdomenech Badia, Mehdi Mirza, Alex Graves, Timothy Lillicrap, Tim", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 116, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 116, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "Harley, David Silver, and Koray Kavukcuoglu. Asynchronous methods for deep reinforcement", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 116, + 720, + 450, + 734 + ], + "spans": [ + { + "bbox": [ + 116, + 720, + 450, + 734 + ], + "score": 1.0, + "content": "learning. In International Conference on Machine Learning, pp. 1928–1937, 2016.", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 45 + } + ], + "page_idx": 9, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 107, + 26, + 309, + 38 + ], + "spans": [ + { + "bbox": [ + 107, + 26, + 309, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "score": 1.0, + "content": "10", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 108, + 82, + 504, + 116 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 506, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 506, + 95 + ], + "score": 1.0, + "content": "Kyunghyun Cho, Bart van Merrienboer, Caglar Gulcehre, Fethi Bougares, Holger Schwenk, and", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 116, + 93, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 116, + 93, + 505, + 106 + ], + "score": 1.0, + "content": "Yoshua Bengio. Learning phrase representations using RNN encoder-decoder for statistical", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 115, + 104, + 358, + 116 + ], + "spans": [ + { + "bbox": [ + 115, + 104, + 358, + 116 + ], + "score": 1.0, + "content": "machine translation. arXiv preprint arXiv:1406.1078, 2014.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1, + "bbox_fs": [ + 106, + 82, + 506, + 116 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 122, + 505, + 156 + ], + "lines": [ + { + "bbox": [ + 105, + 122, + 505, + 136 + ], + "spans": [ + { + "bbox": [ + 105, + 122, + 505, + 136 + ], + "score": 1.0, + "content": "Thomas Degris, Patrick M Pilarski, and Richard S Sutton. Model-free reinforcement learning with", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 115, + 134, + 507, + 147 + ], + "spans": [ + { + "bbox": [ + 115, + 134, + 507, + 147 + ], + "score": 1.0, + "content": "continuous action in practice. In American Control Conference (ACC), 2012, pp. 2177–2182.", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 116, + 145, + 168, + 156 + ], + "spans": [ + { + "bbox": [ + 116, + 145, + 168, + 156 + ], + "score": 1.0, + "content": "IEEE, 2012.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4, + "bbox_fs": [ + 105, + 122, + 507, + 156 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 163, + 506, + 197 + ], + "lines": [ + { + "bbox": [ + 106, + 164, + 505, + 176 + ], + "spans": [ + { + "bbox": [ + 106, + 164, + 505, + 176 + ], + "score": 1.0, + "content": "Nicholas C Firth, Butrus Atrash, Nathan Brown, and Julian Blagg. Moarf, an integrated workflow", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 115, + 174, + 506, + 188 + ], + "spans": [ + { + "bbox": [ + 115, + 174, + 506, + 188 + ], + "score": 1.0, + "content": "for multiobjective optimization: implementation, synthesis, and biological evaluation. Journal of", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 117, + 186, + 363, + 198 + ], + "spans": [ + { + "bbox": [ + 117, + 186, + 363, + 198 + ], + "score": 1.0, + "content": "chemical information and modeling, 55(6):1169–1180, 2015.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7, + "bbox_fs": [ + 106, + 164, + 506, + 198 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 204, + 502, + 227 + ], + "lines": [ + { + "bbox": [ + 106, + 204, + 504, + 218 + ], + "spans": [ + { + "bbox": [ + 106, + 204, + 504, + 218 + ], + "score": 1.0, + "content": "Yarin Gal and Zoubin Ghahramani. A theoretically grounded application of dropout in recurrent", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 115, + 215, + 496, + 229 + ], + "spans": [ + { + "bbox": [ + 115, + 215, + 496, + 229 + ], + "score": 1.0, + "content": "neural networks. In Advances in neural information processing systems, pp. 1019–1027, 2016.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5, + "bbox_fs": [ + 106, + 204, + 504, + 229 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 234, + 505, + 268 + ], + "lines": [ + { + "bbox": [ + 105, + 233, + 505, + 247 + ], + "spans": [ + { + "bbox": [ + 105, + 233, + 505, + 247 + ], + "score": 1.0, + "content": "Anna Gaulton, Louisa J Bellis, A Patricia Bento, Jon Chambers, Mark Davies, Anne Hersey, Yvonne", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 115, + 245, + 505, + 258 + ], + "spans": [ + { + "bbox": [ + 115, + 245, + 505, + 258 + ], + "score": 1.0, + "content": "Light, Shaun McGlinchey, David Michalovich, Bissan Al-Lazikani, et al. Chembl: a large-scale", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 115, + 255, + 493, + 269 + ], + "spans": [ + { + "bbox": [ + 115, + 255, + 493, + 269 + ], + "score": 1.0, + "content": "bioactivity database for drug discovery. Nucleic acids research, 40(D1):D1100–D1107, 2011.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12, + "bbox_fs": [ + 105, + 233, + 505, + 269 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 275, + 505, + 320 + ], + "lines": [ + { + "bbox": [ + 106, + 276, + 505, + 288 + ], + "spans": [ + { + "bbox": [ + 106, + 276, + 505, + 288 + ], + "score": 1.0, + "content": "Arup K Ghose, Vellarkad N Viswanadhan, and John J Wendoloski. A knowledge-based approach in", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 115, + 286, + 505, + 298 + ], + "spans": [ + { + "bbox": [ + 115, + 286, + 505, + 298 + ], + "score": 1.0, + "content": "designing combinatorial or medicinal chemistry libraries for drug discovery. 1. a qualitative and", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 115, + 298, + 507, + 310 + ], + "spans": [ + { + "bbox": [ + 115, + 298, + 507, + 310 + ], + "score": 1.0, + "content": "quantitative characterization of known drug databases. Journal of combinatorial chemistry, 1(1):", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 116, + 308, + 171, + 320 + ], + "spans": [ + { + "bbox": [ + 116, + 308, + 171, + 320 + ], + "score": 1.0, + "content": "55–68, 1999.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 15.5, + "bbox_fs": [ + 106, + 276, + 507, + 320 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 326, + 504, + 350 + ], + "lines": [ + { + "bbox": [ + 106, + 326, + 506, + 339 + ], + "spans": [ + { + "bbox": [ + 106, + 326, + 506, + 339 + ], + "score": 1.0, + "content": "Yoav Goldberg. A primer on neural network models for natural language processing. J. Artif. Intell.", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 116, + 338, + 241, + 350 + ], + "spans": [ + { + "bbox": [ + 116, + 338, + 241, + 350 + ], + "score": 1.0, + "content": "Res.(JAIR), 57:345–420, 2016.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18.5, + "bbox_fs": [ + 106, + 326, + 506, + 350 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 356, + 506, + 401 + ], + "lines": [ + { + "bbox": [ + 104, + 356, + 507, + 370 + ], + "spans": [ + { + "bbox": [ + 104, + 356, + 507, + 370 + ], + "score": 1.0, + "content": "Rafael Gomez-Bombarelli, David Duvenaud, Jos ´ e Miguel Hern ´ andez-Lobato, Jorge Aguilera- ´", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 115, + 368, + 507, + 380 + ], + "spans": [ + { + "bbox": [ + 115, + 368, + 507, + 380 + ], + "score": 1.0, + "content": "Iparraguirre, Timothy D Hirzel, Ryan P Adams, and Alan Aspuru-Guzik. Automatic chemical de- ´", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 114, + 379, + 507, + 391 + ], + "spans": [ + { + "bbox": [ + 114, + 379, + 507, + 391 + ], + "score": 1.0, + "content": "sign using a data-driven continuous representation of molecules. arXiv preprint arXiv:1610.02415,", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 115, + 388, + 143, + 402 + ], + "spans": [ + { + "bbox": [ + 115, + 388, + 143, + 402 + ], + "score": 1.0, + "content": "2016.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 21.5, + "bbox_fs": [ + 104, + 356, + 507, + 402 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 408, + 506, + 442 + ], + "lines": [ + { + "bbox": [ + 105, + 407, + 507, + 422 + ], + "spans": [ + { + "bbox": [ + 105, + 407, + 507, + 422 + ], + "score": 1.0, + "content": "Ian Goodfellow, Jean Pouget-Abadie, Mehdi Mirza, Bing Xu, David Warde-Farley, Sherjil Ozair,", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 115, + 419, + 506, + 432 + ], + "spans": [ + { + "bbox": [ + 115, + 419, + 506, + 432 + ], + "score": 1.0, + "content": "Aaron Courville, and Yoshua Bengio. Generative adversarial nets. In Advances in neural informa-", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 116, + 431, + 305, + 443 + ], + "spans": [ + { + "bbox": [ + 116, + 431, + 305, + 443 + ], + "score": 1.0, + "content": "tion processing systems, pp. 2672–2680, 2014.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25, + "bbox_fs": [ + 105, + 407, + 507, + 443 + ] + }, + { + "type": "text", + "bbox": [ + 104, + 449, + 505, + 472 + ], + "lines": [ + { + "bbox": [ + 105, + 447, + 506, + 462 + ], + "spans": [ + { + "bbox": [ + 105, + 447, + 506, + 462 + ], + "score": 1.0, + "content": "Alex Graves. Generating sequences with recurrent neural networks. arXiv preprint arXiv:1308.0850,", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 114, + 458, + 143, + 472 + ], + "spans": [ + { + "bbox": [ + 114, + 458, + 143, + 472 + ], + "score": 1.0, + "content": "2013.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27.5, + "bbox_fs": [ + 105, + 447, + 506, + 472 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 479, + 505, + 513 + ], + "lines": [ + { + "bbox": [ + 106, + 478, + 506, + 492 + ], + "spans": [ + { + "bbox": [ + 106, + 478, + 506, + 492 + ], + "score": 1.0, + "content": "Gabriel Lima Guimaraes, Benjamin Sanchez-Lengeling, Pedro Luis Cunha Farias, and Alan Aspuru- ´", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 117, + 490, + 505, + 502 + ], + "spans": [ + { + "bbox": [ + 117, + 490, + 505, + 502 + ], + "score": 1.0, + "content": "Guzik. Objective-Reinforced Generative Adversarial Networks (ORGAN) for Sequence Generation", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 116, + 501, + 315, + 514 + ], + "spans": [ + { + "bbox": [ + 116, + 501, + 315, + 514 + ], + "score": 1.0, + "content": "Models. arXiv preprint arXiv:1705.10843, 2017.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 30, + "bbox_fs": [ + 106, + 478, + 506, + 514 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 519, + 505, + 542 + ], + "lines": [ + { + "bbox": [ + 105, + 518, + 506, + 533 + ], + "spans": [ + { + "bbox": [ + 105, + 518, + 506, + 533 + ], + "score": 1.0, + "content": "Sepp Hochreiter and Jurgen Schmidhuber. Long short-term memory. ¨ Neural Computation, 9(8):", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 115, + 530, + 190, + 542 + ], + "spans": [ + { + "bbox": [ + 115, + 530, + 190, + 542 + ], + "score": 1.0, + "content": "1735–1780, 1997.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32.5, + "bbox_fs": [ + 105, + 518, + 506, + 542 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 549, + 506, + 583 + ], + "lines": [ + { + "bbox": [ + 106, + 549, + 506, + 563 + ], + "spans": [ + { + "bbox": [ + 106, + 549, + 506, + 563 + ], + "score": 1.0, + "content": "Natasha Jaques, Shixiang Gu, Dzmitry Bahdanau, Jose Miguel Hern ´ andez-Lobato, Richard E Turner, ´", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 116, + 561, + 505, + 573 + ], + "spans": [ + { + "bbox": [ + 116, + 561, + 505, + 573 + ], + "score": 1.0, + "content": "and Douglas Eck. Sequence tutor: Conservative fine-tuning of sequence generation models with", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 116, + 571, + 457, + 584 + ], + "spans": [ + { + "bbox": [ + 116, + 571, + 457, + 584 + ], + "score": 1.0, + "content": "kl-control. In International Conference on Machine Learning, pp. 1645–1654, 2017.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 35, + "bbox_fs": [ + 106, + 549, + 506, + 584 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 590, + 503, + 613 + ], + "lines": [ + { + "bbox": [ + 106, + 590, + 504, + 603 + ], + "spans": [ + { + "bbox": [ + 106, + 590, + 504, + 603 + ], + "score": 1.0, + "content": "Matt J. Kusner, Brooks Paige, and Jose Miguel Hern ´ andez-Lobato. Grammar Variational Autoencoder.´", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 115, + 601, + 374, + 614 + ], + "spans": [ + { + "bbox": [ + 115, + 601, + 374, + 614 + ], + "score": 1.0, + "content": "mar 2017. URL http://arxiv.org/abs/1703.01925.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 37.5, + "bbox_fs": [ + 106, + 590, + 504, + 614 + ] + }, + { + "type": "text", + "bbox": [ + 109, + 620, + 492, + 632 + ], + "lines": [ + { + "bbox": [ + 106, + 618, + 493, + 635 + ], + "spans": [ + { + "bbox": [ + 106, + 618, + 493, + 635 + ], + "score": 1.0, + "content": "Greg Landrum et al. Rdkit: Open-source cheminformatics. URL http://www.rdkit.org.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 39, + "bbox_fs": [ + 106, + 618, + 493, + 635 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 639, + 504, + 662 + ], + "lines": [ + { + "bbox": [ + 105, + 636, + 506, + 654 + ], + "spans": [ + { + "bbox": [ + 105, + 636, + 506, + 654 + ], + "score": 1.0, + "content": "Christopher A Lipinski. Lead-and drug-like compounds: the rule-of-five revolution. Drug Discovery", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 115, + 650, + 288, + 662 + ], + "spans": [ + { + "bbox": [ + 115, + 650, + 288, + 662 + ], + "score": 1.0, + "content": "Today: Technologies, 1(4):337–341, 2004.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 40.5, + "bbox_fs": [ + 105, + 636, + 506, + 662 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 668, + 504, + 691 + ], + "lines": [ + { + "bbox": [ + 106, + 668, + 505, + 681 + ], + "spans": [ + { + "bbox": [ + 106, + 668, + 505, + 681 + ], + "score": 1.0, + "content": "Laurens van der Maaten and Geoffrey Hinton. Visualizing data using t-sne. Journal of Machine", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 115, + 680, + 303, + 692 + ], + "spans": [ + { + "bbox": [ + 115, + 680, + 303, + 692 + ], + "score": 1.0, + "content": "Learning Research, 9(Nov):2579–2605, 2008.", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 42.5, + "bbox_fs": [ + 106, + 668, + 505, + 692 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 698, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 698, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 106, + 698, + 505, + 712 + ], + "score": 1.0, + "content": "Volodymyr Mnih, Adria Puigdomenech Badia, Mehdi Mirza, Alex Graves, Timothy Lillicrap, Tim", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 116, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 116, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "Harley, David Silver, and Koray Kavukcuoglu. Asynchronous methods for deep reinforcement", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 116, + 720, + 450, + 734 + ], + "spans": [ + { + "bbox": [ + 116, + 720, + 450, + 734 + ], + "score": 1.0, + "content": "learning. In International Conference on Machine Learning, pp. 1928–1937, 2016.", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 45, + "bbox_fs": [ + 106, + 698, + 505, + 734 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 105, + 82, + 505, + 105 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 506, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 506, + 95 + ], + "score": 1.0, + "content": "Kong T Nguyen, Lorenz C Blum, Ruud Van Deursen, and Jean-Louis Reymond. Classification of", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 115, + 93, + 492, + 106 + ], + "spans": [ + { + "bbox": [ + 115, + 93, + 492, + 106 + ], + "score": 1.0, + "content": "organic molecules by molecular quantum numbers. ChemMedChem, 4(11):1803–1805, 2009.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 108, + 111, + 504, + 136 + ], + "lines": [ + { + "bbox": [ + 106, + 111, + 505, + 126 + ], + "spans": [ + { + "bbox": [ + 106, + 111, + 505, + 126 + ], + "score": 1.0, + "content": "Marcus Olivecrona, Thomas Blaschke, Ola Engkvist, and Hongming Chen. Molecular de-novo", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 115, + 123, + 483, + 136 + ], + "spans": [ + { + "bbox": [ + 115, + 123, + 483, + 136 + ], + "score": 1.0, + "content": "design through deep reinforcement learning. Journal of Cheminformatics, 9(1):1–14, 2017.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2.5 + }, + { + "type": "text", + "bbox": [ + 107, + 141, + 367, + 154 + ], + "lines": [ + { + "bbox": [ + 105, + 140, + 368, + 155 + ], + "spans": [ + { + "bbox": [ + 105, + 140, + 368, + 155 + ], + "score": 1.0, + "content": "Adam Paszke, Sam Gross, and Soumith Chintala. Pytorch, 2017.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 106, + 161, + 504, + 184 + ], + "lines": [ + { + "bbox": [ + 105, + 159, + 506, + 175 + ], + "spans": [ + { + "bbox": [ + 105, + 159, + 506, + 175 + ], + "score": 1.0, + "content": "Alec Radford, Luke Metz, and Soumith Chintala. Unsupervised representation learning with deep", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 115, + 172, + 468, + 184 + ], + "spans": [ + { + "bbox": [ + 115, + 172, + 468, + 184 + ], + "score": 1.0, + "content": "convolutional generative adversarial networks. arXiv preprint arXiv:1511.06434, 2015.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 5.5 + }, + { + "type": "text", + "bbox": [ + 105, + 190, + 504, + 214 + ], + "lines": [ + { + "bbox": [ + 106, + 191, + 505, + 204 + ], + "spans": [ + { + "bbox": [ + 106, + 191, + 505, + 204 + ], + "score": 1.0, + "content": "David Rogers and Mathew Hahn. Extended-connectivity fingerprints. Journal of chemical information", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 115, + 202, + 264, + 214 + ], + "spans": [ + { + "bbox": [ + 115, + 202, + 264, + 214 + ], + "score": 1.0, + "content": "and modeling, 50(5):742–754, 2010.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7.5 + }, + { + "type": "text", + "bbox": [ + 108, + 220, + 505, + 254 + ], + "lines": [ + { + "bbox": [ + 106, + 220, + 506, + 234 + ], + "spans": [ + { + "bbox": [ + 106, + 220, + 506, + 234 + ], + "score": 1.0, + "content": "Tim Salimans, Ian Goodfellow, Wojciech Zaremba, Vicki Cheung, Alec Radford, and Xi Chen.", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 115, + 231, + 507, + 246 + ], + "spans": [ + { + "bbox": [ + 115, + 231, + 507, + 246 + ], + "score": 1.0, + "content": "Improved techniques for training gans. In Advances in Neural Information Processing Systems, pp.", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 116, + 243, + 191, + 254 + ], + "spans": [ + { + "bbox": [ + 116, + 243, + 191, + 254 + ], + "score": 1.0, + "content": "2234–2242, 2016.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10 + }, + { + "type": "text", + "bbox": [ + 106, + 261, + 401, + 274 + ], + "lines": [ + { + "bbox": [ + 106, + 261, + 401, + 275 + ], + "spans": [ + { + "bbox": [ + 106, + 261, + 401, + 275 + ], + "score": 1.0, + "content": "Gisbert Schneider. De novo molecular design. John Wiley & Sons, 2013.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 12 + }, + { + "type": "text", + "bbox": [ + 108, + 280, + 505, + 314 + ], + "lines": [ + { + "bbox": [ + 105, + 280, + 506, + 294 + ], + "spans": [ + { + "bbox": [ + 105, + 280, + 506, + 294 + ], + "score": 1.0, + "content": "John Schulman, Philipp Moritz, Sergey Levine, Michael Jordan, and Pieter Abbeel. High-dimensional", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 116, + 292, + 506, + 304 + ], + "spans": [ + { + "bbox": [ + 116, + 292, + 506, + 304 + ], + "score": 1.0, + "content": "continuous control using generalized advantage estimation. arXiv preprint arXiv:1506.02438,", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 115, + 300, + 143, + 315 + ], + "spans": [ + { + "bbox": [ + 115, + 300, + 143, + 315 + ], + "score": 1.0, + "content": "2015.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14 + }, + { + "type": "text", + "bbox": [ + 105, + 321, + 505, + 345 + ], + "lines": [ + { + "bbox": [ + 105, + 319, + 505, + 335 + ], + "spans": [ + { + "bbox": [ + 105, + 319, + 505, + 335 + ], + "score": 1.0, + "content": "John Schulman, Filip Wolski, Prafulla Dhariwal, Alec Radford, and Oleg Klimov. Proximal policy", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 115, + 333, + 381, + 345 + ], + "spans": [ + { + "bbox": [ + 115, + 333, + 381, + 345 + ], + "score": 1.0, + "content": "optimization algorithms. arXiv preprint arXiv:1707.06347, 2017.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 16.5 + }, + { + "type": "text", + "bbox": [ + 106, + 351, + 504, + 385 + ], + "lines": [ + { + "bbox": [ + 105, + 351, + 506, + 364 + ], + "spans": [ + { + "bbox": [ + 105, + 351, + 506, + 364 + ], + "score": 1.0, + "content": "Marwin H. S. Segler, Thierry Kogej, Christian Tyrchan, and Mark P. Waller. Generating Fo-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 116, + 362, + 506, + 375 + ], + "spans": [ + { + "bbox": [ + 116, + 362, + 506, + 375 + ], + "score": 1.0, + "content": "cussed Molecule Libraries for Drug Discovery with Recurrent Neural Networks. arXiv preprint", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 116, + 374, + 220, + 384 + ], + "spans": [ + { + "bbox": [ + 116, + 374, + 220, + 384 + ], + "score": 1.0, + "content": "arXiv:1701.01329, 2017.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19 + }, + { + "type": "text", + "bbox": [ + 105, + 392, + 504, + 415 + ], + "lines": [ + { + "bbox": [ + 106, + 392, + 505, + 405 + ], + "spans": [ + { + "bbox": [ + 106, + 392, + 505, + 405 + ], + "score": 1.0, + "content": "Richard S Sutton and Andrew G Barto. Reinforcement learning: An introduction, volume 1. MIT", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 115, + 403, + 213, + 415 + ], + "spans": [ + { + "bbox": [ + 115, + 403, + 213, + 415 + ], + "score": 1.0, + "content": "press Cambridge, 1998.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 21.5 + }, + { + "type": "text", + "bbox": [ + 107, + 422, + 504, + 445 + ], + "lines": [ + { + "bbox": [ + 106, + 421, + 504, + 434 + ], + "spans": [ + { + "bbox": [ + 106, + 421, + 504, + 434 + ], + "score": 1.0, + "content": "David Weininger. Smiles, a chemical language and information system. 1. introduction to methodol", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 115, + 433, + 397, + 446 + ], + "spans": [ + { + "bbox": [ + 115, + 433, + 397, + 446 + ], + "score": 1.0, + "content": "ogy and encoding rules. J. Chem. Inf. Comp. Sci., 28(1):31–36, 1988.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 23.5 + }, + { + "type": "text", + "bbox": [ + 108, + 452, + 504, + 475 + ], + "lines": [ + { + "bbox": [ + 106, + 452, + 506, + 465 + ], + "spans": [ + { + "bbox": [ + 106, + 452, + 506, + 465 + ], + "score": 1.0, + "content": "David Weininger, Arthur Weininger, and Joseph L Weininger. Smiles. 2. algorithm for generation of", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 116, + 463, + 399, + 475 + ], + "spans": [ + { + "bbox": [ + 116, + 463, + 399, + 475 + ], + "score": 1.0, + "content": "unique smiles notation. J. Chem. Inf. Comp. Sci., 29(2):97–101, 1989.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25.5 + }, + { + "type": "text", + "bbox": [ + 108, + 481, + 504, + 505 + ], + "lines": [ + { + "bbox": [ + 105, + 480, + 506, + 495 + ], + "spans": [ + { + "bbox": [ + 105, + 480, + 506, + 495 + ], + "score": 1.0, + "content": "David White and Richard C Wilson. Generative models for chemical structures. J. Chem. Inf. Mod.,", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 116, + 493, + 215, + 505 + ], + "spans": [ + { + "bbox": [ + 116, + 493, + 215, + 505 + ], + "score": 1.0, + "content": "50(7):1257–1274, 2010.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27.5 + }, + { + "type": "text", + "bbox": [ + 106, + 511, + 504, + 534 + ], + "lines": [ + { + "bbox": [ + 105, + 511, + 505, + 525 + ], + "spans": [ + { + "bbox": [ + 105, + 511, + 505, + 525 + ], + "score": 1.0, + "content": "Ronald J Williams. Simple statistical gradient-following algorithms for connectionist reinforcement", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 116, + 523, + 324, + 536 + ], + "spans": [ + { + "bbox": [ + 116, + 523, + 324, + 536 + ], + "score": 1.0, + "content": "learning. Machine learning, 8(3-4):229–256, 1992.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29.5 + }, + { + "type": "text", + "bbox": [ + 106, + 541, + 506, + 576 + ], + "lines": [ + { + "bbox": [ + 106, + 541, + 506, + 555 + ], + "spans": [ + { + "bbox": [ + 106, + 541, + 506, + 555 + ], + "score": 1.0, + "content": "Xiufeng Yang, Jinzhe Zhang, Kazuki Yoshizoe, Kei Terayama, and Koji Tsuda. Chemts: an efficient", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 114, + 552, + 507, + 566 + ], + "spans": [ + { + "bbox": [ + 114, + 552, + 507, + 566 + ], + "score": 1.0, + "content": "python library for de novo molecular generation. Science and Technology of Advanced Materials,", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 116, + 564, + 205, + 576 + ], + "spans": [ + { + "bbox": [ + 116, + 564, + 205, + 576 + ], + "score": 1.0, + "content": "18(1):972–976, 2017.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32 + }, + { + "type": "text", + "bbox": [ + 106, + 582, + 504, + 606 + ], + "lines": [ + { + "bbox": [ + 105, + 581, + 506, + 596 + ], + "spans": [ + { + "bbox": [ + 105, + 581, + 506, + 596 + ], + "score": 1.0, + "content": "Lantao Yu, Weinan Zhang, Jun Wang, and Yong Yu. Seqgan: Sequence generative adversarial nets", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 116, + 594, + 330, + 606 + ], + "spans": [ + { + "bbox": [ + 116, + 594, + 330, + 606 + ], + "score": 1.0, + "content": "with policy gradient. In AAAI, pp. 2852–2858, 2017.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 34.5 + }, + { + "type": "text", + "bbox": [ + 105, + 612, + 505, + 636 + ], + "lines": [ + { + "bbox": [ + 105, + 612, + 505, + 625 + ], + "spans": [ + { + "bbox": [ + 105, + 612, + 505, + 625 + ], + "score": 1.0, + "content": "Jun-Yan Zhu, Taesung Park, Phillip Isola, and Alexei A Efros. Unpaired image-to-image translation", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 116, + 623, + 459, + 636 + ], + "spans": [ + { + "bbox": [ + 116, + 623, + 459, + 636 + ], + "score": 1.0, + "content": "using cycle-consistent adversarial networks. arXiv preprint arXiv:1703.10593, 2017.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 36.5 + } + ], + "page_idx": 10, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 107, + 26, + 309, + 38 + ], + "spans": [ + { + "bbox": [ + 107, + 26, + 309, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 310, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 765 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 765 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 15, + "width": 13 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 105, + 82, + 505, + 105 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 506, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 506, + 95 + ], + "score": 1.0, + "content": "Kong T Nguyen, Lorenz C Blum, Ruud Van Deursen, and Jean-Louis Reymond. Classification of", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 115, + 93, + 492, + 106 + ], + "spans": [ + { + "bbox": [ + 115, + 93, + 492, + 106 + ], + "score": 1.0, + "content": "organic molecules by molecular quantum numbers. ChemMedChem, 4(11):1803–1805, 2009.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5, + "bbox_fs": [ + 105, + 82, + 506, + 106 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 111, + 504, + 136 + ], + "lines": [ + { + "bbox": [ + 106, + 111, + 505, + 126 + ], + "spans": [ + { + "bbox": [ + 106, + 111, + 505, + 126 + ], + "score": 1.0, + "content": "Marcus Olivecrona, Thomas Blaschke, Ola Engkvist, and Hongming Chen. Molecular de-novo", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 115, + 123, + 483, + 136 + ], + "spans": [ + { + "bbox": [ + 115, + 123, + 483, + 136 + ], + "score": 1.0, + "content": "design through deep reinforcement learning. Journal of Cheminformatics, 9(1):1–14, 2017.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2.5, + "bbox_fs": [ + 106, + 111, + 505, + 136 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 141, + 367, + 154 + ], + "lines": [ + { + "bbox": [ + 105, + 140, + 368, + 155 + ], + "spans": [ + { + "bbox": [ + 105, + 140, + 368, + 155 + ], + "score": 1.0, + "content": "Adam Paszke, Sam Gross, and Soumith Chintala. Pytorch, 2017.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4, + "bbox_fs": [ + 105, + 140, + 368, + 155 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 161, + 504, + 184 + ], + "lines": [ + { + "bbox": [ + 105, + 159, + 506, + 175 + ], + "spans": [ + { + "bbox": [ + 105, + 159, + 506, + 175 + ], + "score": 1.0, + "content": "Alec Radford, Luke Metz, and Soumith Chintala. Unsupervised representation learning with deep", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 115, + 172, + 468, + 184 + ], + "spans": [ + { + "bbox": [ + 115, + 172, + 468, + 184 + ], + "score": 1.0, + "content": "convolutional generative adversarial networks. arXiv preprint arXiv:1511.06434, 2015.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 5.5, + "bbox_fs": [ + 105, + 159, + 506, + 184 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 190, + 504, + 214 + ], + "lines": [ + { + "bbox": [ + 106, + 191, + 505, + 204 + ], + "spans": [ + { + "bbox": [ + 106, + 191, + 505, + 204 + ], + "score": 1.0, + "content": "David Rogers and Mathew Hahn. Extended-connectivity fingerprints. Journal of chemical information", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 115, + 202, + 264, + 214 + ], + "spans": [ + { + "bbox": [ + 115, + 202, + 264, + 214 + ], + "score": 1.0, + "content": "and modeling, 50(5):742–754, 2010.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7.5, + "bbox_fs": [ + 106, + 191, + 505, + 214 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 220, + 505, + 254 + ], + "lines": [ + { + "bbox": [ + 106, + 220, + 506, + 234 + ], + "spans": [ + { + "bbox": [ + 106, + 220, + 506, + 234 + ], + "score": 1.0, + "content": "Tim Salimans, Ian Goodfellow, Wojciech Zaremba, Vicki Cheung, Alec Radford, and Xi Chen.", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 115, + 231, + 507, + 246 + ], + "spans": [ + { + "bbox": [ + 115, + 231, + 507, + 246 + ], + "score": 1.0, + "content": "Improved techniques for training gans. In Advances in Neural Information Processing Systems, pp.", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 116, + 243, + 191, + 254 + ], + "spans": [ + { + "bbox": [ + 116, + 243, + 191, + 254 + ], + "score": 1.0, + "content": "2234–2242, 2016.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10, + "bbox_fs": [ + 106, + 220, + 507, + 254 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 261, + 401, + 274 + ], + "lines": [ + { + "bbox": [ + 106, + 261, + 401, + 275 + ], + "spans": [ + { + "bbox": [ + 106, + 261, + 401, + 275 + ], + "score": 1.0, + "content": "Gisbert Schneider. De novo molecular design. John Wiley & Sons, 2013.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 12, + "bbox_fs": [ + 106, + 261, + 401, + 275 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 280, + 505, + 314 + ], + "lines": [ + { + "bbox": [ + 105, + 280, + 506, + 294 + ], + "spans": [ + { + "bbox": [ + 105, + 280, + 506, + 294 + ], + "score": 1.0, + "content": "John Schulman, Philipp Moritz, Sergey Levine, Michael Jordan, and Pieter Abbeel. High-dimensional", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 116, + 292, + 506, + 304 + ], + "spans": [ + { + "bbox": [ + 116, + 292, + 506, + 304 + ], + "score": 1.0, + "content": "continuous control using generalized advantage estimation. arXiv preprint arXiv:1506.02438,", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 115, + 300, + 143, + 315 + ], + "spans": [ + { + "bbox": [ + 115, + 300, + 143, + 315 + ], + "score": 1.0, + "content": "2015.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14, + "bbox_fs": [ + 105, + 280, + 506, + 315 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 321, + 505, + 345 + ], + "lines": [ + { + "bbox": [ + 105, + 319, + 505, + 335 + ], + "spans": [ + { + "bbox": [ + 105, + 319, + 505, + 335 + ], + "score": 1.0, + "content": "John Schulman, Filip Wolski, Prafulla Dhariwal, Alec Radford, and Oleg Klimov. Proximal policy", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 115, + 333, + 381, + 345 + ], + "spans": [ + { + "bbox": [ + 115, + 333, + 381, + 345 + ], + "score": 1.0, + "content": "optimization algorithms. arXiv preprint arXiv:1707.06347, 2017.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 16.5, + "bbox_fs": [ + 105, + 319, + 505, + 345 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 351, + 504, + 385 + ], + "lines": [ + { + "bbox": [ + 105, + 351, + 506, + 364 + ], + "spans": [ + { + "bbox": [ + 105, + 351, + 506, + 364 + ], + "score": 1.0, + "content": "Marwin H. S. Segler, Thierry Kogej, Christian Tyrchan, and Mark P. Waller. Generating Fo-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 116, + 362, + 506, + 375 + ], + "spans": [ + { + "bbox": [ + 116, + 362, + 506, + 375 + ], + "score": 1.0, + "content": "cussed Molecule Libraries for Drug Discovery with Recurrent Neural Networks. arXiv preprint", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 116, + 374, + 220, + 384 + ], + "spans": [ + { + "bbox": [ + 116, + 374, + 220, + 384 + ], + "score": 1.0, + "content": "arXiv:1701.01329, 2017.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19, + "bbox_fs": [ + 105, + 351, + 506, + 384 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 392, + 504, + 415 + ], + "lines": [ + { + "bbox": [ + 106, + 392, + 505, + 405 + ], + "spans": [ + { + "bbox": [ + 106, + 392, + 505, + 405 + ], + "score": 1.0, + "content": "Richard S Sutton and Andrew G Barto. Reinforcement learning: An introduction, volume 1. MIT", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 115, + 403, + 213, + 415 + ], + "spans": [ + { + "bbox": [ + 115, + 403, + 213, + 415 + ], + "score": 1.0, + "content": "press Cambridge, 1998.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 21.5, + "bbox_fs": [ + 106, + 392, + 505, + 415 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 422, + 504, + 445 + ], + "lines": [ + { + "bbox": [ + 106, + 421, + 504, + 434 + ], + "spans": [ + { + "bbox": [ + 106, + 421, + 504, + 434 + ], + "score": 1.0, + "content": "David Weininger. Smiles, a chemical language and information system. 1. introduction to methodol", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 115, + 433, + 397, + 446 + ], + "spans": [ + { + "bbox": [ + 115, + 433, + 397, + 446 + ], + "score": 1.0, + "content": "ogy and encoding rules. J. Chem. Inf. Comp. Sci., 28(1):31–36, 1988.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 23.5, + "bbox_fs": [ + 106, + 421, + 504, + 446 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 452, + 504, + 475 + ], + "lines": [ + { + "bbox": [ + 106, + 452, + 506, + 465 + ], + "spans": [ + { + "bbox": [ + 106, + 452, + 506, + 465 + ], + "score": 1.0, + "content": "David Weininger, Arthur Weininger, and Joseph L Weininger. Smiles. 2. algorithm for generation of", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 116, + 463, + 399, + 475 + ], + "spans": [ + { + "bbox": [ + 116, + 463, + 399, + 475 + ], + "score": 1.0, + "content": "unique smiles notation. J. Chem. Inf. Comp. Sci., 29(2):97–101, 1989.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25.5, + "bbox_fs": [ + 106, + 452, + 506, + 475 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 481, + 504, + 505 + ], + "lines": [ + { + "bbox": [ + 105, + 480, + 506, + 495 + ], + "spans": [ + { + "bbox": [ + 105, + 480, + 506, + 495 + ], + "score": 1.0, + "content": "David White and Richard C Wilson. Generative models for chemical structures. J. Chem. Inf. Mod.,", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 116, + 493, + 215, + 505 + ], + "spans": [ + { + "bbox": [ + 116, + 493, + 215, + 505 + ], + "score": 1.0, + "content": "50(7):1257–1274, 2010.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27.5, + "bbox_fs": [ + 105, + 480, + 506, + 505 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 511, + 504, + 534 + ], + "lines": [ + { + "bbox": [ + 105, + 511, + 505, + 525 + ], + "spans": [ + { + "bbox": [ + 105, + 511, + 505, + 525 + ], + "score": 1.0, + "content": "Ronald J Williams. Simple statistical gradient-following algorithms for connectionist reinforcement", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 116, + 523, + 324, + 536 + ], + "spans": [ + { + "bbox": [ + 116, + 523, + 324, + 536 + ], + "score": 1.0, + "content": "learning. Machine learning, 8(3-4):229–256, 1992.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29.5, + "bbox_fs": [ + 105, + 511, + 505, + 536 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 541, + 506, + 576 + ], + "lines": [ + { + "bbox": [ + 106, + 541, + 506, + 555 + ], + "spans": [ + { + "bbox": [ + 106, + 541, + 506, + 555 + ], + "score": 1.0, + "content": "Xiufeng Yang, Jinzhe Zhang, Kazuki Yoshizoe, Kei Terayama, and Koji Tsuda. Chemts: an efficient", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 114, + 552, + 507, + 566 + ], + "spans": [ + { + "bbox": [ + 114, + 552, + 507, + 566 + ], + "score": 1.0, + "content": "python library for de novo molecular generation. Science and Technology of Advanced Materials,", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 116, + 564, + 205, + 576 + ], + "spans": [ + { + "bbox": [ + 116, + 564, + 205, + 576 + ], + "score": 1.0, + "content": "18(1):972–976, 2017.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32, + "bbox_fs": [ + 106, + 541, + 507, + 576 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 582, + 504, + 606 + ], + "lines": [ + { + "bbox": [ + 105, + 581, + 506, + 596 + ], + "spans": [ + { + "bbox": [ + 105, + 581, + 506, + 596 + ], + "score": 1.0, + "content": "Lantao Yu, Weinan Zhang, Jun Wang, and Yong Yu. Seqgan: Sequence generative adversarial nets", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 116, + 594, + 330, + 606 + ], + "spans": [ + { + "bbox": [ + 116, + 594, + 330, + 606 + ], + "score": 1.0, + "content": "with policy gradient. In AAAI, pp. 2852–2858, 2017.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 34.5, + "bbox_fs": [ + 105, + 581, + 506, + 606 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 612, + 505, + 636 + ], + "lines": [ + { + "bbox": [ + 105, + 612, + 505, + 625 + ], + "spans": [ + { + "bbox": [ + 105, + 612, + 505, + 625 + ], + "score": 1.0, + "content": "Jun-Yan Zhu, Taesung Park, Phillip Isola, and Alexei A Efros. Unpaired image-to-image translation", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 116, + 623, + 459, + 636 + ], + "spans": [ + { + "bbox": [ + 116, + 623, + 459, + 636 + ], + "score": 1.0, + "content": "using cycle-consistent adversarial networks. arXiv preprint arXiv:1703.10593, 2017.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 36.5, + "bbox_fs": [ + 105, + 612, + 505, + 636 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 109, + 81, + 276, + 93 + ], + "lines": [ + { + "bbox": [ + 106, + 80, + 277, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 80, + 277, + 95 + ], + "score": 1.0, + "content": "A SUPPLEMENTARY MATERIAL", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 107, + 106, + 505, + 172 + ], + "lines": [ + { + "bbox": [ + 106, + 106, + 505, + 118 + ], + "spans": [ + { + "bbox": [ + 106, + 106, + 505, + 118 + ], + "score": 1.0, + "content": "This supplementary material section offers additional information and to aid in reproducibility for the", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 117, + 506, + 129 + ], + "spans": [ + { + "bbox": [ + 105, + 117, + 506, + 129 + ], + "score": 1.0, + "content": "reader. For visibility regarding the extent to which the MLE pretrained-model matches the trained", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 128, + 506, + 141 + ], + "spans": [ + { + "bbox": [ + 105, + 128, + 506, + 141 + ], + "score": 1.0, + "content": "space of chemistry, Figure 5 demonstrates its ability to effectively map and generate the space of", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 137, + 505, + 153 + ], + "spans": [ + { + "bbox": [ + 105, + 137, + 505, + 153 + ], + "score": 1.0, + "content": "ChEMBL molecules. In Table 2, the SMILES dictionary used in this work can be found. The drugs", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 150, + 505, + 163 + ], + "spans": [ + { + "bbox": [ + 105, + 150, + 505, + 163 + ], + "score": 1.0, + "content": "used in the Tanimoto fingerprint approach task can be found in Table 3, with the hyperparameters", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 161, + 222, + 172 + ], + "spans": [ + { + "bbox": [ + 106, + 161, + 222, + 172 + ], + "score": 1.0, + "content": "used in this work in Table 4.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 3.5 + }, + { + "type": "title", + "bbox": [ + 108, + 186, + 220, + 196 + ], + "lines": [ + { + "bbox": [ + 106, + 186, + 221, + 198 + ], + "spans": [ + { + "bbox": [ + 106, + 186, + 221, + 198 + ], + "score": 1.0, + "content": "DATASET PROPROCESSING", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 7 + }, + { + "type": "text", + "bbox": [ + 107, + 206, + 505, + 316 + ], + "lines": [ + { + "bbox": [ + 105, + 205, + 505, + 219 + ], + "spans": [ + { + "bbox": [ + 105, + 205, + 505, + 219 + ], + "score": 1.0, + "content": "Preprocessing the Chembl-23 dataset is comprised of a few steps. First, all molecules containing", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 218, + 506, + 230 + ], + "spans": [ + { + "bbox": [ + 105, + 218, + 506, + 230 + ], + "score": 1.0, + "content": "the compounds are neutralized and salts are stripped, keeping only the largest connected component.", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 228, + 505, + 241 + ], + "spans": [ + { + "bbox": [ + 105, + 228, + 505, + 241 + ], + "score": 1.0, + "content": "Then, the canonical SMILES representation of the molecules are generated using RDKit (Landrum", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 239, + 505, + 252 + ], + "spans": [ + { + "bbox": [ + 105, + 239, + 505, + 252 + ], + "score": 1.0, + "content": "et al.), and all SMILES sequences longer than 100 characters are filtered out. Most molecules with", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 250, + 506, + 263 + ], + "spans": [ + { + "bbox": [ + 105, + 250, + 506, + 263 + ], + "score": 1.0, + "content": "more than 100 SMILES symbols are either peptides, too heavy or too complex to be considered in de", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 104, + 260, + 506, + 275 + ], + "spans": [ + { + "bbox": [ + 104, + 260, + 177, + 275 + ], + "score": 1.0, + "content": "novo-design, and", + "type": "text" + }, + { + "bbox": [ + 178, + 262, + 205, + 272 + ], + "score": 0.87, + "content": "9 6 . 7 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 206, + 260, + 506, + 275 + ], + "score": 1.0, + "content": "of ChEMBL is less than 100 symbols in length. Any SMILES containing", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 272, + 505, + 284 + ], + "spans": [ + { + "bbox": [ + 106, + 272, + 505, + 284 + ], + "score": 1.0, + "content": "forbidden symbols (Table 2) are filtered out. Further, the molecules of the Tanimoto benchmark", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 284, + 505, + 295 + ], + "spans": [ + { + "bbox": [ + 105, + 284, + 505, + 295 + ], + "score": 1.0, + "content": "are removed from the set. Finally, all molecules similar to these benchmark molecules in terms a", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 294, + 505, + 307 + ], + "spans": [ + { + "bbox": [ + 105, + 294, + 505, + 307 + ], + "score": 1.0, + "content": "Tanimoto coefficient greater than 0.5 on ECFC4 fingerprints are removed. The remaining molecules", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 305, + 326, + 317 + ], + "spans": [ + { + "bbox": [ + 105, + 305, + 326, + 317 + ], + "score": 1.0, + "content": "are randomly split into train, test and development set.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 12.5 + }, + { + "type": "text", + "bbox": [ + 108, + 322, + 505, + 355 + ], + "lines": [ + { + "bbox": [ + 105, + 321, + 506, + 335 + ], + "spans": [ + { + "bbox": [ + 105, + 321, + 506, + 335 + ], + "score": 1.0, + "content": "Before one-hot encoding, the four multi-character included atoms (Br, Cl, Si, Se) were replaced", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 334, + 505, + 344 + ], + "spans": [ + { + "bbox": [ + 106, + 334, + 452, + 344 + ], + "score": 1.0, + "content": "with single-character substitutes. Then, the included symbols (including start character", + "type": "text" + }, + { + "bbox": [ + 452, + 334, + 470, + 344 + ], + "score": 0.28, + "content": "\" \\bigcirc : ", + "type": "inline_equation" + }, + { + "bbox": [ + 470, + 334, + 505, + 344 + ], + "score": 1.0, + "content": "and end", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 344, + 342, + 357 + ], + "spans": [ + { + "bbox": [ + 106, + 344, + 146, + 357 + ], + "score": 1.0, + "content": "character", + "type": "text" + }, + { + "bbox": [ + 147, + 344, + 169, + 356 + ], + "score": 0.88, + "content": "\" \\setminus \"", + "type": "inline_equation" + }, + { + "bbox": [ + 169, + 344, + 342, + 357 + ], + "score": 1.0, + "content": "are converted to integer token equivalents.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19 + } + ], + "page_idx": 11, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 309, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 309, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 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": [ + 109, + 81, + 276, + 93 + ], + "lines": [ + { + "bbox": [ + 106, + 80, + 277, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 80, + 277, + 95 + ], + "score": 1.0, + "content": "A SUPPLEMENTARY MATERIAL", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 107, + 106, + 505, + 172 + ], + "lines": [ + { + "bbox": [ + 106, + 106, + 505, + 118 + ], + "spans": [ + { + "bbox": [ + 106, + 106, + 505, + 118 + ], + "score": 1.0, + "content": "This supplementary material section offers additional information and to aid in reproducibility for the", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 117, + 506, + 129 + ], + "spans": [ + { + "bbox": [ + 105, + 117, + 506, + 129 + ], + "score": 1.0, + "content": "reader. For visibility regarding the extent to which the MLE pretrained-model matches the trained", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 128, + 506, + 141 + ], + "spans": [ + { + "bbox": [ + 105, + 128, + 506, + 141 + ], + "score": 1.0, + "content": "space of chemistry, Figure 5 demonstrates its ability to effectively map and generate the space of", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 137, + 505, + 153 + ], + "spans": [ + { + "bbox": [ + 105, + 137, + 505, + 153 + ], + "score": 1.0, + "content": "ChEMBL molecules. In Table 2, the SMILES dictionary used in this work can be found. The drugs", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 150, + 505, + 163 + ], + "spans": [ + { + "bbox": [ + 105, + 150, + 505, + 163 + ], + "score": 1.0, + "content": "used in the Tanimoto fingerprint approach task can be found in Table 3, with the hyperparameters", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 161, + 222, + 172 + ], + "spans": [ + { + "bbox": [ + 106, + 161, + 222, + 172 + ], + "score": 1.0, + "content": "used in this work in Table 4.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 3.5, + "bbox_fs": [ + 105, + 106, + 506, + 172 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 186, + 220, + 196 + ], + "lines": [ + { + "bbox": [ + 106, + 186, + 221, + 198 + ], + "spans": [ + { + "bbox": [ + 106, + 186, + 221, + 198 + ], + "score": 1.0, + "content": "DATASET PROPROCESSING", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 7 + }, + { + "type": "text", + "bbox": [ + 107, + 206, + 505, + 316 + ], + "lines": [ + { + "bbox": [ + 105, + 205, + 505, + 219 + ], + "spans": [ + { + "bbox": [ + 105, + 205, + 505, + 219 + ], + "score": 1.0, + "content": "Preprocessing the Chembl-23 dataset is comprised of a few steps. First, all molecules containing", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 218, + 506, + 230 + ], + "spans": [ + { + "bbox": [ + 105, + 218, + 506, + 230 + ], + "score": 1.0, + "content": "the compounds are neutralized and salts are stripped, keeping only the largest connected component.", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 228, + 505, + 241 + ], + "spans": [ + { + "bbox": [ + 105, + 228, + 505, + 241 + ], + "score": 1.0, + "content": "Then, the canonical SMILES representation of the molecules are generated using RDKit (Landrum", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 239, + 505, + 252 + ], + "spans": [ + { + "bbox": [ + 105, + 239, + 505, + 252 + ], + "score": 1.0, + "content": "et al.), and all SMILES sequences longer than 100 characters are filtered out. Most molecules with", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 250, + 506, + 263 + ], + "spans": [ + { + "bbox": [ + 105, + 250, + 506, + 263 + ], + "score": 1.0, + "content": "more than 100 SMILES symbols are either peptides, too heavy or too complex to be considered in de", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 104, + 260, + 506, + 275 + ], + "spans": [ + { + "bbox": [ + 104, + 260, + 177, + 275 + ], + "score": 1.0, + "content": "novo-design, and", + "type": "text" + }, + { + "bbox": [ + 178, + 262, + 205, + 272 + ], + "score": 0.87, + "content": "9 6 . 7 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 206, + 260, + 506, + 275 + ], + "score": 1.0, + "content": "of ChEMBL is less than 100 symbols in length. Any SMILES containing", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 272, + 505, + 284 + ], + "spans": [ + { + "bbox": [ + 106, + 272, + 505, + 284 + ], + "score": 1.0, + "content": "forbidden symbols (Table 2) are filtered out. Further, the molecules of the Tanimoto benchmark", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 284, + 505, + 295 + ], + "spans": [ + { + "bbox": [ + 105, + 284, + 505, + 295 + ], + "score": 1.0, + "content": "are removed from the set. Finally, all molecules similar to these benchmark molecules in terms a", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 294, + 505, + 307 + ], + "spans": [ + { + "bbox": [ + 105, + 294, + 505, + 307 + ], + "score": 1.0, + "content": "Tanimoto coefficient greater than 0.5 on ECFC4 fingerprints are removed. The remaining molecules", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 305, + 326, + 317 + ], + "spans": [ + { + "bbox": [ + 105, + 305, + 326, + 317 + ], + "score": 1.0, + "content": "are randomly split into train, test and development set.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 12.5, + "bbox_fs": [ + 104, + 205, + 506, + 317 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 322, + 505, + 355 + ], + "lines": [ + { + "bbox": [ + 105, + 321, + 506, + 335 + ], + "spans": [ + { + "bbox": [ + 105, + 321, + 506, + 335 + ], + "score": 1.0, + "content": "Before one-hot encoding, the four multi-character included atoms (Br, Cl, Si, Se) were replaced", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 334, + 505, + 344 + ], + "spans": [ + { + "bbox": [ + 106, + 334, + 452, + 344 + ], + "score": 1.0, + "content": "with single-character substitutes. Then, the included symbols (including start character", + "type": "text" + }, + { + "bbox": [ + 452, + 334, + 470, + 344 + ], + "score": 0.28, + "content": "\" \\bigcirc : ", + "type": "inline_equation" + }, + { + "bbox": [ + 470, + 334, + 505, + 344 + ], + "score": 1.0, + "content": "and end", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 344, + 342, + 357 + ], + "spans": [ + { + "bbox": [ + 106, + 344, + 146, + 357 + ], + "score": 1.0, + "content": "character", + "type": "text" + }, + { + "bbox": [ + 147, + 344, + 169, + 356 + ], + "score": 0.88, + "content": "\" \\setminus \"", + "type": "inline_equation" + }, + { + "bbox": [ + 169, + 344, + 342, + 357 + ], + "score": 1.0, + "content": "are converted to integer token equivalents.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19, + "bbox_fs": [ + 105, + 321, + 506, + 357 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 106, + 93, + 501, + 288 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 106, + 93, + 501, + 288 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 93, + 501, + 288 + ], + "spans": [ + { + "bbox": [ + 106, + 93, + 501, + 288 + ], + "score": 0.974, + "type": "image", + "image_path": "12b554fcb8efc50287e2d3b5764756f8547ab32669e198bd92c881dd10a709cd.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 106, + 93, + 501, + 158.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 106, + 158.0, + 501, + 223.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 106, + 223.0, + 501, + 288.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 297, + 506, + 330 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 296, + 505, + 310 + ], + "spans": [ + { + "bbox": [ + 105, + 296, + 505, + 310 + ], + "score": 1.0, + "content": "Figure 5: t-SNE visualization (Maaten & Hinton, 2008) of MLE sampling of generated space. The", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 307, + 505, + 321 + ], + "spans": [ + { + "bbox": [ + 105, + 307, + 505, + 321 + ], + "score": 1.0, + "content": "MLE model effectively covers the space of ChEMBL and even reproduces the subspaces around the", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 318, + 193, + 330 + ], + "spans": [ + { + "bbox": [ + 106, + 318, + 193, + 330 + ], + "score": 1.0, + "content": "ChEMBL molecules.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4 + } + ], + "index": 2.5 + }, + { + "type": "table", + "bbox": [ + 106, + 379, + 528, + 572 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 241, + 357, + 370, + 369 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 240, + 356, + 370, + 371 + ], + "spans": [ + { + "bbox": [ + 240, + 356, + 370, + 371 + ], + "score": 1.0, + "content": "Table 2: Dictionary of SMILES", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 6 + }, + { + "type": "table_body", + "bbox": [ + 106, + 379, + 528, + 572 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 379, + 528, + 572 + ], + "spans": [ + { + "bbox": [ + 106, + 379, + 528, + 572 + ], + "score": 0.967, + "html": "
Forbidden Symbols'Li','Be','Ne','Na','Mg','Al','Ar','K','Ca','Sc', 'Ti','V','Cr','Mn','Fe','Co','Ni','Cu','Zn','Ga', 'Ge','As','Kr','Rb','Sr','Y','Zr','Nb','Mo','Tc', 'Ru','Rh','Pd','Ag','Cd','In','Sn','Sb','Xe','Cs', 'Ba','Hf','Ta','W','Re','Os','Ir','Pt','Au','Hg', 'Tl','Pb','Bi','Po','At','Rn','Fr','Ra','Rf','Db', 'Sg','Bh','Hs','Mt','Ds','Rg','Cn','Fl','Lv','La', 'Ce','Pr','Nd','Pm','Sm','Eu','Gd','Tb','Dy','Ho', 'Er','Tm','Yb','Lu','Ac','Th','Pa','U','Np','Pu',
Multi-character Symbols'te','Te','se'
Included Symbols'Br':Y,'Cl':X,'Si':A,'Se':Z 'Q','\\n','','#','%','(', 1
", + "type": "table", + "image_path": "fb78ada41b76e702f62fda496f90e07895a3fe5bfd376b1e65953945aabe0310.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 106, + 379, + 528, + 443.3333333333333 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 106, + 443.3333333333333, + 528, + 507.66666666666663 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 106, + 507.66666666666663, + 528, + 572.0 + ], + "spans": [], + "index": 9 + } + ] + } + ], + "index": 7.0 + }, + { + "type": "table", + "bbox": [ + 142, + 619, + 465, + 720 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 199, + 599, + 412, + 610 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 199, + 598, + 412, + 611 + ], + "spans": [ + { + "bbox": [ + 199, + 598, + 412, + 611 + ], + "score": 1.0, + "content": "Table 3: Drugs used in the Tanimoto benchmark task", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10 + }, + { + "type": "table_body", + "bbox": [ + 142, + 619, + 465, + 720 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 142, + 619, + 465, + 720 + ], + "spans": [ + { + "bbox": [ + 142, + 619, + 465, + 720 + ], + "score": 0.973, + "html": "
DrugSMILES
AlbuterolCC(C)(C)NCC(O)clccc(O)c(CO)c1
AripiprazoleClc1cccc(N2CCN(CCCCOc3ccc4CCC(=O)Nc4c3)CC2)c1C1
CelecoxxibCclccc(ccl)-clcc(nnl-clccc(ccl)S(N)(=O)=O)C(F)(F)F
CobimetinibOC1(CN(C1)C(=O)clccc(F)c(F)c1Nclccc(I) cclF)C1CCCCN1
FexofenadineCC(C)(C(O)=O)clccc(ccl)C(O)cccNiccC(Cc1)C(O)(clcccccl)clccccc1
MestranolCOc1ccc2C3CCC4(C)C(CCC4(O)C#C)C3CCc2c1
OsimertinibCOclcc(N(C)CCN(C)C)c(NC(=O)C=C)cc1Nc2nccc(n2)c3cn(C)c4ccccc34
RanolazineCOc1ccccc1OCC(O) CN2CCN(CC(=O)Nc3c(C)cccc3C)CC2
ThiothixeneCN(C)S(=O)(=O)clccc2Sc3ccccc3C(=CCCN4CCN(C)CC4)c2c1
TroglitazoneCclc(C)c2OC(C) (COc3ccc(CC4SC(=O)NC4=O)cc3)CCc2c(C)c1O
", + "type": "table", + "image_path": "919d2cb52f528f389a4dac44c0dce5ceb8e9653aa674080a7fed5cbc128e9d55.jpg" + } + ] + } + ], + "index": 12, + "virtual_lines": [ + { + "bbox": [ + 142, + 619, + 465, + 652.6666666666666 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 142, + 652.6666666666666, + 465, + 686.3333333333333 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 142, + 686.3333333333333, + 465, + 719.9999999999999 + ], + "spans": [], + "index": 13 + } + ] + } + ], + "index": 11.0 + } + ], + "page_idx": 12, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 107, + 26, + 309, + 38 + ], + "spans": [ + { + "bbox": [ + 107, + 26, + 309, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 310, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 14, + "width": 13 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 106, + 93, + 501, + 288 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 106, + 93, + 501, + 288 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 93, + 501, + 288 + ], + "spans": [ + { + "bbox": [ + 106, + 93, + 501, + 288 + ], + "score": 0.974, + "type": "image", + "image_path": "12b554fcb8efc50287e2d3b5764756f8547ab32669e198bd92c881dd10a709cd.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 106, + 93, + 501, + 158.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 106, + 158.0, + 501, + 223.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 106, + 223.0, + 501, + 288.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 297, + 506, + 330 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 296, + 505, + 310 + ], + "spans": [ + { + "bbox": [ + 105, + 296, + 505, + 310 + ], + "score": 1.0, + "content": "Figure 5: t-SNE visualization (Maaten & Hinton, 2008) of MLE sampling of generated space. The", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 307, + 505, + 321 + ], + "spans": [ + { + "bbox": [ + 105, + 307, + 505, + 321 + ], + "score": 1.0, + "content": "MLE model effectively covers the space of ChEMBL and even reproduces the subspaces around the", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 318, + 193, + 330 + ], + "spans": [ + { + "bbox": [ + 106, + 318, + 193, + 330 + ], + "score": 1.0, + "content": "ChEMBL molecules.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4 + } + ], + "index": 2.5 + }, + { + "type": "table", + "bbox": [ + 106, + 379, + 528, + 572 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 241, + 357, + 370, + 369 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 240, + 356, + 370, + 371 + ], + "spans": [ + { + "bbox": [ + 240, + 356, + 370, + 371 + ], + "score": 1.0, + "content": "Table 2: Dictionary of SMILES", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 6 + }, + { + "type": "table_body", + "bbox": [ + 106, + 379, + 528, + 572 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 379, + 528, + 572 + ], + "spans": [ + { + "bbox": [ + 106, + 379, + 528, + 572 + ], + "score": 0.967, + "html": "
Forbidden Symbols'Li','Be','Ne','Na','Mg','Al','Ar','K','Ca','Sc', 'Ti','V','Cr','Mn','Fe','Co','Ni','Cu','Zn','Ga', 'Ge','As','Kr','Rb','Sr','Y','Zr','Nb','Mo','Tc', 'Ru','Rh','Pd','Ag','Cd','In','Sn','Sb','Xe','Cs', 'Ba','Hf','Ta','W','Re','Os','Ir','Pt','Au','Hg', 'Tl','Pb','Bi','Po','At','Rn','Fr','Ra','Rf','Db', 'Sg','Bh','Hs','Mt','Ds','Rg','Cn','Fl','Lv','La', 'Ce','Pr','Nd','Pm','Sm','Eu','Gd','Tb','Dy','Ho', 'Er','Tm','Yb','Lu','Ac','Th','Pa','U','Np','Pu',
Multi-character Symbols'te','Te','se'
Included Symbols'Br':Y,'Cl':X,'Si':A,'Se':Z 'Q','\\n','','#','%','(', 1
", + "type": "table", + "image_path": "fb78ada41b76e702f62fda496f90e07895a3fe5bfd376b1e65953945aabe0310.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 106, + 379, + 528, + 443.3333333333333 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 106, + 443.3333333333333, + 528, + 507.66666666666663 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 106, + 507.66666666666663, + 528, + 572.0 + ], + "spans": [], + "index": 9 + } + ] + } + ], + "index": 7.0 + }, + { + "type": "table", + "bbox": [ + 142, + 619, + 465, + 720 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 199, + 599, + 412, + 610 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 199, + 598, + 412, + 611 + ], + "spans": [ + { + "bbox": [ + 199, + 598, + 412, + 611 + ], + "score": 1.0, + "content": "Table 3: Drugs used in the Tanimoto benchmark task", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10 + }, + { + "type": "table_body", + "bbox": [ + 142, + 619, + 465, + 720 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 142, + 619, + 465, + 720 + ], + "spans": [ + { + "bbox": [ + 142, + 619, + 465, + 720 + ], + "score": 0.973, + "html": "
DrugSMILES
AlbuterolCC(C)(C)NCC(O)clccc(O)c(CO)c1
AripiprazoleClc1cccc(N2CCN(CCCCOc3ccc4CCC(=O)Nc4c3)CC2)c1C1
CelecoxxibCclccc(ccl)-clcc(nnl-clccc(ccl)S(N)(=O)=O)C(F)(F)F
CobimetinibOC1(CN(C1)C(=O)clccc(F)c(F)c1Nclccc(I) cclF)C1CCCCN1
FexofenadineCC(C)(C(O)=O)clccc(ccl)C(O)cccNiccC(Cc1)C(O)(clcccccl)clccccc1
MestranolCOc1ccc2C3CCC4(C)C(CCC4(O)C#C)C3CCc2c1
OsimertinibCOclcc(N(C)CCN(C)C)c(NC(=O)C=C)cc1Nc2nccc(n2)c3cn(C)c4ccccc34
RanolazineCOc1ccccc1OCC(O) CN2CCN(CC(=O)Nc3c(C)cccc3C)CC2
ThiothixeneCN(C)S(=O)(=O)clccc2Sc3ccccc3C(=CCCN4CCN(C)CC4)c2c1
TroglitazoneCclc(C)c2OC(C) (COc3ccc(CC4SC(=O)NC4=O)cc3)CCc2c(C)c1O
", + "type": "table", + "image_path": "919d2cb52f528f389a4dac44c0dce5ceb8e9653aa674080a7fed5cbc128e9d55.jpg" + } + ] + } + ], + "index": 12, + "virtual_lines": [ + { + "bbox": [ + 142, + 619, + 465, + 652.6666666666666 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 142, + 652.6666666666666, + 465, + 686.3333333333333 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 142, + 686.3333333333333, + 465, + 719.9999999999999 + ], + "spans": [], + "index": 13 + } + ] + } + ], + "index": 11.0 + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 106, + 266, + 505, + 521 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 106, + 266, + 505, + 521 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 266, + 505, + 521 + ], + "spans": [ + { + "bbox": [ + 106, + 266, + 505, + 521 + ], + "score": 0.97, + "type": "image", + "image_path": "b2c5d80b50d6aea19cc7747ce74a1cd82c1dfd97fc3176b47917e2c9d661ea23.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 106, + 266, + 505, + 351.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 106, + 351.0, + 505, + 436.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 106, + 436.0, + 505, + 521.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 190, + 529, + 419, + 541 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 191, + 528, + 419, + 542 + ], + "spans": [ + { + "bbox": [ + 191, + 528, + 419, + 542 + ], + "score": 1.0, + "content": "Figure 6: Target molecules for the Tanimoto benchmark.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + } + ], + "index": 2.0 + } + ], + "page_idx": 13, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 27, + 308, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "score": 1.0, + "content": "14", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 106, + 266, + 505, + 521 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 106, + 266, + 505, + 521 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 266, + 505, + 521 + ], + "spans": [ + { + "bbox": [ + 106, + 266, + 505, + 521 + ], + "score": 0.97, + "type": "image", + "image_path": "b2c5d80b50d6aea19cc7747ce74a1cd82c1dfd97fc3176b47917e2c9d661ea23.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 106, + 266, + 505, + 351.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 106, + 351.0, + 505, + 436.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 106, + 436.0, + 505, + 521.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 190, + 529, + 419, + 541 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 191, + 528, + 419, + 542 + ], + "spans": [ + { + "bbox": [ + 191, + 528, + 419, + 542 + ], + "score": 1.0, + "content": "Figure 6: Target molecules for the Tanimoto benchmark.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + } + ], + "index": 2.0 + } + ] + }, + { + "preproc_blocks": [ + { + "type": "table", + "bbox": [ + 106, + 158, + 534, + 673 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 253, + 142, + 358, + 154 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 252, + 141, + 359, + 155 + ], + "spans": [ + { + "bbox": [ + 252, + 141, + 359, + 155 + ], + "score": 1.0, + "content": "Table 4: Hyperparameters", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "table_body", + "bbox": [ + 106, + 158, + 534, + 673 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 158, + 534, + 673 + ], + "spans": [ + { + "bbox": [ + 106, + 158, + 534, + 673 + ], + "score": 0.981, + "html": "
ModelParamExplanation
Baselinebatchsize = 10 epochs = 1000Number of SMILES per batch Number of batches
Reg. PGmax_len=100 batchsize=128 num_epochs=128 c_reg=10Max length of a SMILES Number of parallel batches Number of batches of RL optimization Weight of the MLE regularizer Learning rate of Adam optimizer
A2Clr=1e-4 num_actions=1e6 max-grad_norm=0.5 gamma=1.0 ir=4e-4 eps=1e-8 num_steps=40 batch_size=32 entropy-coef=0.013 gae=1 tau=0.95Total number of actions of RL optimization Maximum norm of gradient before clipping Time-discount factor Learning rate of Adam optimizer Epsilon parameter for Adam optimizer Number of steps of forward steps Number of parallel environments Multiplicative cost of the entropy Use generalized advantage estimation Generalized advantage estimation tau
GANval_loss_wt=0.5 pretrain_discrim=5 num_rounds=4 rl_epochs=5 discr_epochs=1 phi_D=0.05 batch_size=8 max_len=100 gamma=0.98 num_rollout s=3 lr=1e-3 lr=1e-3Weight of the value loss Number of epochs to pretrain the discriminator Number of rounds of RL-and-discriminator alternating training Number of RL epochs per round Number of discriminator epochs per round Weight of the discriminator in reward Batch size of training Max rollout length Time-discount factor for rollouts Number of rollouts per action-step Learning rate of Adam optimizer for generator Learning rate of Adam optimizer for discriminator
PPOppo_batch_size=64 ppo_epoch=4 epsilon=0.2 num_actions=1e6 max-grad_norm=0.5 gamma=1.0 lr=4e-4 eps=1e-8 num_steps=40 batch_size=32 entropy-coef=0.013 gae=0 val_loss_wt=0.5Batch size of the PPO updates Number of PPO epochs Width of the PPO clip region Total number of actions of RL optimization Maximum norm of gradient before clipping Time-discount factor Learning rate of Adam optimizer Epsilon parameter for Adam optimizer Number of steps of forward steps Number of parallel environments Multiplicative cost of the entropy Do not use generalized advantage estimation Weight of the value loss
", + "type": "table", + "image_path": "ea40e79e262b3e77c4fe03aba25d90e054317252abec67033f07465ab2ca052a.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 106, + 158, + 534, + 329.66666666666663 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 106, + 329.66666666666663, + 534, + 501.33333333333326 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 106, + 501.33333333333326, + 534, + 672.9999999999999 + ], + "spans": [], + "index": 3 + } + ] + } + ], + "index": 1.0 + } + ], + "page_idx": 14, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 309, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 309, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "score": 1.0, + "content": "15", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "table", + "bbox": [ + 106, + 158, + 534, + 673 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 253, + 142, + 358, + 154 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 252, + 141, + 359, + 155 + ], + "spans": [ + { + "bbox": [ + 252, + 141, + 359, + 155 + ], + "score": 1.0, + "content": "Table 4: Hyperparameters", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "table_body", + "bbox": [ + 106, + 158, + 534, + 673 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 158, + 534, + 673 + ], + "spans": [ + { + "bbox": [ + 106, + 158, + 534, + 673 + ], + "score": 0.981, + "html": "
ModelParamExplanation
Baselinebatchsize = 10 epochs = 1000Number of SMILES per batch Number of batches
Reg. PGmax_len=100 batchsize=128 num_epochs=128 c_reg=10Max length of a SMILES Number of parallel batches Number of batches of RL optimization Weight of the MLE regularizer Learning rate of Adam optimizer
A2Clr=1e-4 num_actions=1e6 max-grad_norm=0.5 gamma=1.0 ir=4e-4 eps=1e-8 num_steps=40 batch_size=32 entropy-coef=0.013 gae=1 tau=0.95Total number of actions of RL optimization Maximum norm of gradient before clipping Time-discount factor Learning rate of Adam optimizer Epsilon parameter for Adam optimizer Number of steps of forward steps Number of parallel environments Multiplicative cost of the entropy Use generalized advantage estimation Generalized advantage estimation tau
GANval_loss_wt=0.5 pretrain_discrim=5 num_rounds=4 rl_epochs=5 discr_epochs=1 phi_D=0.05 batch_size=8 max_len=100 gamma=0.98 num_rollout s=3 lr=1e-3 lr=1e-3Weight of the value loss Number of epochs to pretrain the discriminator Number of rounds of RL-and-discriminator alternating training Number of RL epochs per round Number of discriminator epochs per round Weight of the discriminator in reward Batch size of training Max rollout length Time-discount factor for rollouts Number of rollouts per action-step Learning rate of Adam optimizer for generator Learning rate of Adam optimizer for discriminator
PPOppo_batch_size=64 ppo_epoch=4 epsilon=0.2 num_actions=1e6 max-grad_norm=0.5 gamma=1.0 lr=4e-4 eps=1e-8 num_steps=40 batch_size=32 entropy-coef=0.013 gae=0 val_loss_wt=0.5Batch size of the PPO updates Number of PPO epochs Width of the PPO clip region Total number of actions of RL optimization Maximum norm of gradient before clipping Time-discount factor Learning rate of Adam optimizer Epsilon parameter for Adam optimizer Number of steps of forward steps Number of parallel environments Multiplicative cost of the entropy Do not use generalized advantage estimation Weight of the value loss
", + "type": "table", + "image_path": "ea40e79e262b3e77c4fe03aba25d90e054317252abec67033f07465ab2ca052a.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 106, + 158, + 534, + 329.66666666666663 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 106, + 329.66666666666663, + 534, + 501.33333333333326 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 106, + 501.33333333333326, + 534, + 672.9999999999999 + ], + "spans": [], + "index": 3 + } + ] + } + ], + "index": 1.0 + } + ] + } + ], + "_backend": "pipeline", + "_version_name": "2.2.2" +} \ No newline at end of file diff --git a/parse/train/HkcTe-bR-/HkcTe-bR-_model.json b/parse/train/HkcTe-bR-/HkcTe-bR-_model.json new file mode 100644 index 0000000000000000000000000000000000000000..9fb37302dfec5b4362ef1a08400a604fc768bb96 --- /dev/null +++ b/parse/train/HkcTe-bR-/HkcTe-bR-_model.json @@ -0,0 +1,15377 @@ +[ + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 1147, + 1404, + 1147, + 1404, + 1574, + 298, + 1574 + ], + "score": 0.984 + }, + { + "category_id": 1, + "poly": [ + 298, + 1590, + 1404, + 1590, + 1404, + 1866, + 298, + 1866 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 398, + 589, + 1304, + 589, + 1304, + 1016, + 398, + 1016 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 299, + 1881, + 1402, + 1881, + 1402, + 2034, + 299, + 2034 + ], + "score": 0.976 + }, + { + "category_id": 0, + "poly": [ + 300, + 218, + 1407, + 218, + 1407, + 324, + 300, + 324 + ], + "score": 0.965 + }, + { + "category_id": 1, + "poly": [ + 313, + 377, + 680, + 377, + 680, + 437, + 313, + 437 + ], + "score": 0.937 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 857, + 75, + 857, + 105, + 298, + 105 + ], + "score": 0.901 + }, + { + "category_id": 0, + "poly": [ + 303, + 1078, + 573, + 1078, + 573, + 1112, + 303, + 1112 + ], + "score": 0.897 + }, + { + "category_id": 0, + "poly": [ + 773, + 518, + 927, + 518, + 927, + 553, + 773, + 553 + ], + "score": 0.862 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 856, + 2088, + 856, + 2112, + 841, + 2112 + ], + "score": 0.719 + }, + { + "category_id": 15, + "poly": [ + 297.0, + 219.0, + 1412.0, + 219.0, + 1412.0, + 268.0, + 297.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 277.0, + 1304.0, + 277.0, + 1304.0, + 326.0, + 294.0, + 326.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 73.0, + 859.0, + 73.0, + 859.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1074.0, + 579.0, + 1074.0, + 579.0, + 1119.0, + 294.0, + 1119.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 768.0, + 515.0, + 934.0, + 515.0, + 934.0, + 558.0, + 768.0, + 558.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 840.0, + 2088.0, + 857.0, + 2088.0, + 857.0, + 2116.0, + 840.0, + 2116.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1145.0, + 1405.0, + 1145.0, + 1405.0, + 1183.0, + 293.0, + 1183.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1177.0, + 1404.0, + 1177.0, + 1404.0, + 1214.0, + 295.0, + 1214.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1208.0, + 1404.0, + 1208.0, + 1404.0, + 1244.0, + 294.0, + 1244.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1241.0, + 1405.0, + 1241.0, + 1405.0, + 1273.0, + 296.0, + 1273.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1272.0, + 1404.0, + 1272.0, + 1404.0, + 1303.0, + 296.0, + 1303.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1300.0, + 1406.0, + 1300.0, + 1406.0, + 1335.0, + 293.0, + 1335.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1331.0, + 1404.0, + 1331.0, + 1404.0, + 1366.0, + 291.0, + 1366.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1361.0, + 1406.0, + 1361.0, + 1406.0, + 1397.0, + 292.0, + 1397.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1392.0, + 1405.0, + 1392.0, + 1405.0, + 1428.0, + 294.0, + 1428.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1419.0, + 1406.0, + 1419.0, + 1406.0, + 1459.0, + 292.0, + 1459.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1452.0, + 1406.0, + 1452.0, + 1406.0, + 1488.0, + 293.0, + 1488.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1482.0, + 1406.0, + 1482.0, + 1406.0, + 1518.0, + 294.0, + 1518.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1511.0, + 1405.0, + 1511.0, + 1405.0, + 1549.0, + 292.0, + 1549.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1543.0, + 797.0, + 1543.0, + 797.0, + 1577.0, + 293.0, + 1577.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1592.0, + 1404.0, + 1592.0, + 1404.0, + 1625.0, + 296.0, + 1625.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1620.0, + 1404.0, + 1620.0, + 1404.0, + 1655.0, + 295.0, + 1655.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1646.0, + 1408.0, + 1646.0, + 1408.0, + 1691.0, + 292.0, + 1691.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1680.0, + 1409.0, + 1680.0, + 1409.0, + 1720.0, + 292.0, + 1720.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1711.0, + 1405.0, + 1711.0, + 1405.0, + 1748.0, + 294.0, + 1748.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1742.0, + 1408.0, + 1742.0, + 1408.0, + 1779.0, + 294.0, + 1779.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1771.0, + 1408.0, + 1771.0, + 1408.0, + 1810.0, + 292.0, + 1810.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1801.0, + 1406.0, + 1801.0, + 1406.0, + 1840.0, + 293.0, + 1840.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1834.0, + 1088.0, + 1834.0, + 1088.0, + 1869.0, + 292.0, + 1869.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 588.0, + 1305.0, + 588.0, + 1305.0, + 625.0, + 394.0, + 625.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 620.0, + 1305.0, + 620.0, + 1305.0, + 655.0, + 394.0, + 655.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 651.0, + 1308.0, + 651.0, + 1308.0, + 684.0, + 393.0, + 684.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 682.0, + 1305.0, + 682.0, + 1305.0, + 714.0, + 393.0, + 714.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 711.0, + 1306.0, + 711.0, + 1306.0, + 747.0, + 392.0, + 747.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 742.0, + 1306.0, + 742.0, + 1306.0, + 777.0, + 393.0, + 777.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 772.0, + 1306.0, + 772.0, + 1306.0, + 809.0, + 393.0, + 809.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 804.0, + 1305.0, + 804.0, + 1305.0, + 835.0, + 394.0, + 835.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 832.0, + 1308.0, + 832.0, + 1308.0, + 867.0, + 394.0, + 867.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 862.0, + 1309.0, + 862.0, + 1309.0, + 899.0, + 393.0, + 899.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 894.0, + 1305.0, + 894.0, + 1305.0, + 926.0, + 394.0, + 926.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 924.0, + 1304.0, + 924.0, + 1304.0, + 959.0, + 393.0, + 959.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 954.0, + 1304.0, + 954.0, + 1304.0, + 990.0, + 394.0, + 990.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 985.0, + 1100.0, + 985.0, + 1100.0, + 1024.0, + 393.0, + 1024.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1878.0, + 1406.0, + 1878.0, + 1406.0, + 1917.0, + 294.0, + 1917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1909.0, + 1406.0, + 1909.0, + 1406.0, + 1948.0, + 294.0, + 1948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1943.0, + 1404.0, + 1943.0, + 1404.0, + 1976.0, + 295.0, + 1976.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1968.0, + 1407.0, + 1968.0, + 1407.0, + 2014.0, + 292.0, + 2014.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 2000.0, + 1110.0, + 2000.0, + 1110.0, + 2042.0, + 294.0, + 2042.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 315.0, + 378.0, + 560.0, + 378.0, + 560.0, + 410.0, + 315.0, + 410.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 312.0, + 406.0, + 681.0, + 406.0, + 681.0, + 441.0, + 312.0, + 441.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 0, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 653, + 1406, + 653, + 1406, + 930, + 297, + 930 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 298, + 1099, + 1405, + 1099, + 1405, + 1314, + 298, + 1314 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 297, + 1328, + 1405, + 1328, + 1405, + 1544, + 297, + 1544 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 299, + 1637, + 1404, + 1637, + 1404, + 1730, + 299, + 1730 + ], + "score": 0.976 + }, + { + "category_id": 8, + "poly": [ + 407, + 1742, + 1291, + 1742, + 1291, + 1825, + 407, + 1825 + ], + "score": 0.947 + }, + { + "category_id": 1, + "poly": [ + 299, + 1841, + 1403, + 1841, + 1403, + 1906, + 299, + 1906 + ], + "score": 0.946 + }, + { + "category_id": 1, + "poly": [ + 301, + 1919, + 1400, + 1919, + 1400, + 1983, + 301, + 1983 + ], + "score": 0.938 + }, + { + "category_id": 4, + "poly": [ + 297, + 437, + 1405, + 437, + 1405, + 529, + 297, + 529 + ], + "score": 0.925 + }, + { + "category_id": 2, + "poly": [ + 333, + 2005, + 935, + 2005, + 935, + 2034, + 333, + 2034 + ], + "score": 0.92 + }, + { + "category_id": 2, + "poly": [ + 297, + 75, + 857, + 75, + 857, + 105, + 297, + 105 + ], + "score": 0.904 + }, + { + "category_id": 0, + "poly": [ + 298, + 584, + 987, + 584, + 987, + 620, + 298, + 620 + ], + "score": 0.903 + }, + { + "category_id": 0, + "poly": [ + 298, + 1580, + 1033, + 1580, + 1033, + 1613, + 298, + 1613 + ], + "score": 0.902 + }, + { + "category_id": 0, + "poly": [ + 299, + 1042, + 433, + 1042, + 433, + 1074, + 299, + 1074 + ], + "score": 0.899 + }, + { + "category_id": 0, + "poly": [ + 301, + 973, + 714, + 973, + 714, + 1008, + 301, + 1008 + ], + "score": 0.898 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1767, + 1400, + 1767, + 1400, + 1797, + 1366, + 1797 + ], + "score": 0.872 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 859, + 2088, + 859, + 2112, + 841, + 2112 + ], + "score": 0.747 + }, + { + "category_id": 3, + "poly": [ + 746, + 221, + 950, + 221, + 950, + 413, + 746, + 413 + ], + "score": 0.645 + }, + { + "category_id": 3, + "poly": [ + 747, + 140, + 948, + 140, + 948, + 415, + 747, + 415 + ], + "score": 0.19 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 859, + 2088, + 859, + 2112, + 841, + 2112 + ], + "score": 0.118 + }, + { + "category_id": 13, + "poly": [ + 966, + 715, + 1111, + 715, + 1111, + 748, + 966, + 748 + ], + "score": 0.94, + "latex": "M = ( A , B )" + }, + { + "category_id": 14, + "poly": [ + 407, + 1738, + 1292, + 1738, + 1292, + 1829, + 407, + 1829 + ], + "score": 0.94, + "latex": "Y _ { i } \\sim \\pi _ { \\theta } ; \\quad S = \\{ Y _ { 1 } , \\dots , Y _ { m } \\} ; \\quad R _ { v a l i d } = \\frac { 1 } { m } \\sum _ { i } ^ { m } \\mathrm { v a l i d } ( Y _ { i } ) ; \\quad R _ { v a l i d } \\in [ 0 , 1 ]" + }, + { + "category_id": 13, + "poly": [ + 707, + 1671, + 729, + 1671, + 729, + 1697, + 707, + 1697 + ], + "score": 0.84, + "latex": "S" + }, + { + "category_id": 13, + "poly": [ + 1167, + 1671, + 1199, + 1671, + 1199, + 1697, + 1167, + 1697 + ], + "score": 0.82, + "latex": "M" + }, + { + "category_id": 13, + "poly": [ + 415, + 747, + 441, + 747, + 441, + 773, + 415, + 773 + ], + "score": 0.8, + "latex": "B" + }, + { + "category_id": 13, + "poly": [ + 1254, + 717, + 1278, + 717, + 1278, + 743, + 1254, + 743 + ], + "score": 0.75, + "latex": "A" + }, + { + "category_id": 13, + "poly": [ + 885, + 1675, + 913, + 1675, + 913, + 1697, + 885, + 1697 + ], + "score": 0.67, + "latex": "m" + }, + { + "category_id": 13, + "poly": [ + 1067, + 1957, + 1094, + 1957, + 1094, + 1978, + 1067, + 1978 + ], + "score": 0.65, + "latex": "m" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 437.0, + 1405.0, + 437.0, + 1405.0, + 471.0, + 296.0, + 471.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 465.0, + 1405.0, + 465.0, + 1405.0, + 505.0, + 292.0, + 505.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 499.0, + 531.0, + 499.0, + 531.0, + 531.0, + 296.0, + 531.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 332.0, + 1996.0, + 938.0, + 1996.0, + 938.0, + 2043.0, + 332.0, + 2043.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 859.0, + 73.0, + 859.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 579.0, + 990.0, + 579.0, + 990.0, + 628.0, + 291.0, + 628.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1580.0, + 1034.0, + 1580.0, + 1034.0, + 1616.0, + 294.0, + 1616.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1039.0, + 438.0, + 1039.0, + 438.0, + 1079.0, + 293.0, + 1079.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 973.0, + 718.0, + 973.0, + 718.0, + 1013.0, + 293.0, + 1013.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": [ + 907.0, + 229.0, + 942.0, + 229.0, + 942.0, + 251.0, + 907.0, + 251.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 809.0, + 296.0, + 819.0, + 296.0, + 819.0, + 303.0, + 809.0, + 303.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 801.0, + 303.0, + 825.0, + 303.0, + 825.0, + 329.0, + 801.0, + 329.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 747.0, + 343.0, + 954.0, + 343.0, + 954.0, + 373.0, + 747.0, + 373.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 787.0, + 385.0, + 913.0, + 385.0, + 913.0, + 414.0, + 787.0, + 414.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 800.0, + 303.0, + 825.0, + 303.0, + 825.0, + 328.0, + 800.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 745.0, + 341.0, + 956.0, + 341.0, + 956.0, + 375.0, + 745.0, + 375.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 786.0, + 384.0, + 914.0, + 384.0, + 914.0, + 415.0, + 786.0, + 415.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2085.0, + 862.0, + 2085.0, + 862.0, + 2120.0, + 838.0, + 2120.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 655.0, + 1404.0, + 655.0, + 1404.0, + 688.0, + 295.0, + 688.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 685.0, + 1407.0, + 685.0, + 1407.0, + 718.0, + 296.0, + 718.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 714.0, + 965.0, + 714.0, + 965.0, + 750.0, + 292.0, + 750.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1112.0, + 714.0, + 1253.0, + 714.0, + 1253.0, + 750.0, + 1112.0, + 750.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1279.0, + 714.0, + 1406.0, + 714.0, + 1406.0, + 750.0, + 1279.0, + 750.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 744.0, + 414.0, + 744.0, + 414.0, + 781.0, + 294.0, + 781.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 442.0, + 744.0, + 1407.0, + 744.0, + 1407.0, + 781.0, + 442.0, + 781.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 774.0, + 1408.0, + 774.0, + 1408.0, + 815.0, + 294.0, + 815.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 806.0, + 1406.0, + 806.0, + 1406.0, + 843.0, + 294.0, + 843.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 837.0, + 1406.0, + 837.0, + 1406.0, + 874.0, + 295.0, + 874.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 867.0, + 1406.0, + 867.0, + 1406.0, + 904.0, + 295.0, + 904.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 898.0, + 1358.0, + 898.0, + 1358.0, + 934.0, + 295.0, + 934.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1101.0, + 1405.0, + 1101.0, + 1405.0, + 1135.0, + 295.0, + 1135.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1130.0, + 1405.0, + 1130.0, + 1405.0, + 1165.0, + 293.0, + 1165.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1161.0, + 1406.0, + 1161.0, + 1406.0, + 1195.0, + 295.0, + 1195.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1192.0, + 1407.0, + 1192.0, + 1407.0, + 1226.0, + 295.0, + 1226.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1221.0, + 1407.0, + 1221.0, + 1407.0, + 1259.0, + 293.0, + 1259.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1251.0, + 1405.0, + 1251.0, + 1405.0, + 1288.0, + 293.0, + 1288.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1279.0, + 462.0, + 1279.0, + 462.0, + 1321.0, + 292.0, + 1321.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1329.0, + 1405.0, + 1329.0, + 1405.0, + 1363.0, + 295.0, + 1363.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1361.0, + 1406.0, + 1361.0, + 1406.0, + 1395.0, + 294.0, + 1395.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1390.0, + 1407.0, + 1390.0, + 1407.0, + 1425.0, + 295.0, + 1425.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1422.0, + 1405.0, + 1422.0, + 1405.0, + 1457.0, + 295.0, + 1457.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1450.0, + 1405.0, + 1450.0, + 1405.0, + 1485.0, + 292.0, + 1485.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1482.0, + 1406.0, + 1482.0, + 1406.0, + 1519.0, + 292.0, + 1519.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1513.0, + 529.0, + 1513.0, + 529.0, + 1548.0, + 294.0, + 1548.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1636.0, + 1405.0, + 1636.0, + 1405.0, + 1674.0, + 293.0, + 1674.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1668.0, + 706.0, + 1668.0, + 706.0, + 1704.0, + 294.0, + 1704.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 730.0, + 1668.0, + 884.0, + 1668.0, + 884.0, + 1704.0, + 730.0, + 1704.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 914.0, + 1668.0, + 1166.0, + 1668.0, + 1166.0, + 1704.0, + 914.0, + 1704.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1200.0, + 1668.0, + 1405.0, + 1668.0, + 1405.0, + 1704.0, + 1200.0, + 1704.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1700.0, + 510.0, + 1700.0, + 510.0, + 1732.0, + 295.0, + 1732.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1841.0, + 1404.0, + 1841.0, + 1404.0, + 1877.0, + 295.0, + 1877.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1873.0, + 1393.0, + 1873.0, + 1393.0, + 1906.0, + 295.0, + 1906.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1918.0, + 1404.0, + 1918.0, + 1404.0, + 1955.0, + 297.0, + 1955.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1951.0, + 1066.0, + 1951.0, + 1066.0, + 1983.0, + 297.0, + 1983.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1095.0, + 1951.0, + 1405.0, + 1951.0, + 1405.0, + 1983.0, + 1095.0, + 1983.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 1, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 752, + 1405, + 752, + 1405, + 1091, + 297, + 1091 + ], + "score": 0.987 + }, + { + "category_id": 1, + "poly": [ + 296, + 1333, + 1405, + 1333, + 1405, + 1640, + 296, + 1640 + ], + "score": 0.984 + }, + { + "category_id": 1, + "poly": [ + 297, + 1818, + 1406, + 1818, + 1406, + 2036, + 297, + 2036 + ], + "score": 0.981 + }, + { + "category_id": 8, + "poly": [ + 531, + 573, + 1167, + 573, + 1167, + 665, + 531, + 665 + ], + "score": 0.954 + }, + { + "category_id": 8, + "poly": [ + 437, + 1652, + 1265, + 1652, + 1265, + 1733, + 437, + 1733 + ], + "score": 0.95 + }, + { + "category_id": 3, + "poly": [ + 296, + 222, + 1403, + 222, + 1403, + 384, + 296, + 384 + ], + "score": 0.945 + }, + { + "category_id": 8, + "poly": [ + 472, + 1105, + 1249, + 1105, + 1249, + 1167, + 472, + 1167 + ], + "score": 0.926 + }, + { + "category_id": 1, + "poly": [ + 298, + 527, + 823, + 527, + 823, + 559, + 298, + 559 + ], + "score": 0.921 + }, + { + "category_id": 0, + "poly": [ + 300, + 696, + 792, + 696, + 792, + 728, + 300, + 728 + ], + "score": 0.917 + }, + { + "category_id": 1, + "poly": [ + 301, + 1285, + 1107, + 1285, + 1107, + 1322, + 301, + 1322 + ], + "score": 0.914 + }, + { + "category_id": 0, + "poly": [ + 301, + 1762, + 786, + 1762, + 786, + 1795, + 301, + 1795 + ], + "score": 0.91 + }, + { + "category_id": 4, + "poly": [ + 295, + 405, + 1402, + 405, + 1402, + 469, + 295, + 469 + ], + "score": 0.909 + }, + { + "category_id": 2, + "poly": [ + 297, + 75, + 857, + 75, + 857, + 105, + 297, + 105 + ], + "score": 0.906 + }, + { + "category_id": 8, + "poly": [ + 482, + 1175, + 1249, + 1175, + 1249, + 1233, + 482, + 1233 + ], + "score": 0.904 + }, + { + "category_id": 8, + "poly": [ + 453, + 1237, + 1246, + 1237, + 1246, + 1275, + 453, + 1275 + ], + "score": 0.88 + }, + { + "category_id": 9, + "poly": [ + 1365, + 604, + 1400, + 604, + 1400, + 634, + 1365, + 634 + ], + "score": 0.88 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1677, + 1400, + 1677, + 1400, + 1706, + 1366, + 1706 + ], + "score": 0.871 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1241, + 1400, + 1241, + 1400, + 1271, + 1366, + 1271 + ], + "score": 0.854 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1191, + 1400, + 1191, + 1400, + 1220, + 1366, + 1220 + ], + "score": 0.852 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 859, + 2088, + 859, + 2112, + 841, + 2112 + ], + "score": 0.65 + }, + { + "category_id": 9, + "poly": [ + 1365, + 1123, + 1400, + 1123, + 1400, + 1152, + 1365, + 1152 + ], + "score": 0.484 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 859, + 2088, + 859, + 2112, + 841, + 2112 + ], + "score": 0.456 + }, + { + "category_id": 9, + "poly": [ + 1365, + 1123, + 1400, + 1123, + 1400, + 1152, + 1365, + 1152 + ], + "score": 0.384 + }, + { + "category_id": 14, + "poly": [ + 531, + 570, + 1168, + 570, + 1168, + 667, + 531, + 667 + ], + "score": 0.94, + "latex": "Y _ { i } \\sim \\pi _ { \\theta } ; \\quad R _ { u n i q u e } = \\frac { 1 } { m } \\left| \\bigcup _ { i = 1 } ^ { m } \\{ Y _ { i } \\} \\right| ; \\quad R _ { u n i q u e } \\in [ 0 , 1 ]" + }, + { + "category_id": 14, + "poly": [ + 437, + 1651, + 1263, + 1651, + 1263, + 1732, + 437, + 1732 + ], + "score": 0.94, + "latex": "R _ { T a n i } ( X , Y ) = 2 \\frac { \\sum _ { i = 1 } ^ { n } x _ { i } y _ { i } } { \\sum _ { i = 1 } ^ { n } ( x _ { i } ^ { 2 } + y _ { i } ^ { 2 } - x _ { i } y _ { i } ) } - 1 ; \\quad R _ { T a n i } ( X , Y ) \\in [ - 1 , 1 ]" + }, + { + "category_id": 13, + "poly": [ + 709, + 1286, + 929, + 1286, + 929, + 1322, + 709, + 1322 + ], + "score": 0.92, + "latex": "x \\in \\{ - 1 , 0 , 1 , 2 , 3 \\}" + }, + { + "category_id": 14, + "poly": [ + 450, + 1103, + 1251, + 1103, + 1251, + 1277, + 450, + 1277 + ], + "score": 0.91, + "latex": "\\begin{array} { c c } { { R _ { L o g P } ( x , Y ) = \\displaystyle \\frac { 1 } { 2 5 } ( x - \\mathrm { L o g P } ( Y ) ) ^ { 2 } + 1 ; } } & { { R _ { L o g P } ( x , Y ) \\in [ - \\infty , 1 ] } } \\\\ { { R _ { M W } ( x , Y ) = \\displaystyle \\frac { 1 } { 1 0 ^ { 5 } } ( x - \\mathrm { M W } ( Y ) ) ^ { 2 } + 1 ; } } & { { R _ { M W } ( x , Y ) \\in [ - \\infty , 1 ] } } \\\\ { { R _ { S M A R T S } ( X , Y ) = \\mathrm { S M A R T S } ( X , Y ) ; } } & { { R _ { S M A R T S } ( x , Y ) \\in \\{ - 1 , 1 \\} } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 299, + 1613, + 357, + 1613, + 357, + 1641, + 299, + 1641 + ], + "score": 0.9, + "latex": "X , Y" + }, + { + "category_id": 13, + "poly": [ + 1036, + 1582, + 1084, + 1582, + 1084, + 1611, + 1036, + 1611 + ], + "score": 0.88, + "latex": "x , y" + }, + { + "category_id": 13, + "poly": [ + 1182, + 1030, + 1210, + 1030, + 1210, + 1056, + 1182, + 1056 + ], + "score": 0.84, + "latex": "X" + }, + { + "category_id": 13, + "poly": [ + 819, + 969, + 848, + 969, + 848, + 996, + 819, + 996 + ], + "score": 0.82, + "latex": "X" + }, + { + "category_id": 13, + "poly": [ + 903, + 969, + 942, + 969, + 942, + 997, + 903, + 997 + ], + "score": 0.81, + "latex": "- 1" + }, + { + "category_id": 13, + "poly": [ + 877, + 1034, + 896, + 1034, + 896, + 1056, + 877, + 1056 + ], + "score": 0.79, + "latex": "x" + }, + { + "category_id": 13, + "poly": [ + 406, + 1061, + 431, + 1061, + 431, + 1087, + 406, + 1087 + ], + "score": 0.78, + "latex": "Y" + }, + { + "category_id": 13, + "poly": [ + 574, + 969, + 601, + 969, + 601, + 996, + 574, + 996 + ], + "score": 0.74, + "latex": "Y" + }, + { + "category_id": 15, + "poly": [ + 1290.0, + 231.0, + 1365.0, + 231.0, + 1365.0, + 299.0, + 1290.0, + 299.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 396.0, + 359.0, + 491.0, + 359.0, + 491.0, + 386.0, + 396.0, + 386.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 655.0, + 359.0, + 753.0, + 359.0, + 753.0, + 386.0, + 655.0, + 386.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 915.0, + 353.0, + 1015.0, + 353.0, + 1015.0, + 385.0, + 915.0, + 385.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1224.0, + 355.0, + 1321.0, + 355.0, + 1321.0, + 386.0, + 1224.0, + 386.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1116.0, + 227.0, + 1410.0, + 227.0, + 1410.0, + 364.0, + 1116.0, + 364.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 775.0, + 204.0, + 1190.0, + 204.0, + 1190.0, + 373.5, + 775.0, + 373.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 277.0, + 216.5, + 827.0, + 216.5, + 827.0, + 338.0, + 277.0, + 338.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 576.0, + 284.0, + 711.0, + 284.0, + 711.0, + 356.0, + 576.0, + 356.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 693.0, + 797.0, + 693.0, + 797.0, + 733.0, + 293.0, + 733.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1762.0, + 789.0, + 1762.0, + 789.0, + 1797.0, + 295.0, + 1797.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 405.0, + 1405.0, + 405.0, + 1405.0, + 441.0, + 294.0, + 441.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 433.0, + 431.0, + 433.0, + 431.0, + 473.0, + 292.0, + 473.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 859.0, + 73.0, + 859.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2085.0, + 862.0, + 2085.0, + 862.0, + 2118.0, + 838.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2085.0, + 862.0, + 2085.0, + 862.0, + 2118.0, + 838.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 754.0, + 1408.0, + 754.0, + 1408.0, + 789.0, + 295.0, + 789.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 786.0, + 1406.0, + 786.0, + 1406.0, + 820.0, + 295.0, + 820.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 814.0, + 1406.0, + 814.0, + 1406.0, + 853.0, + 292.0, + 853.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 847.0, + 1406.0, + 847.0, + 1406.0, + 882.0, + 295.0, + 882.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 875.0, + 1407.0, + 875.0, + 1407.0, + 912.0, + 292.0, + 912.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 907.0, + 1405.0, + 907.0, + 1405.0, + 941.0, + 295.0, + 941.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 939.0, + 1406.0, + 939.0, + 1406.0, + 970.0, + 295.0, + 970.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 968.0, + 573.0, + 968.0, + 573.0, + 1003.0, + 294.0, + 1003.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 602.0, + 968.0, + 818.0, + 968.0, + 818.0, + 1003.0, + 602.0, + 1003.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 849.0, + 968.0, + 902.0, + 968.0, + 902.0, + 1003.0, + 849.0, + 1003.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 943.0, + 968.0, + 1407.0, + 968.0, + 1407.0, + 1003.0, + 943.0, + 1003.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 996.0, + 1405.0, + 996.0, + 1405.0, + 1034.0, + 294.0, + 1034.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1027.0, + 876.0, + 1027.0, + 876.0, + 1065.0, + 294.0, + 1065.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 897.0, + 1027.0, + 1181.0, + 1027.0, + 1181.0, + 1065.0, + 897.0, + 1065.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1211.0, + 1027.0, + 1406.0, + 1027.0, + 1406.0, + 1065.0, + 1211.0, + 1065.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1060.0, + 405.0, + 1060.0, + 405.0, + 1094.0, + 293.0, + 1094.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 432.0, + 1060.0, + 599.0, + 1060.0, + 599.0, + 1094.0, + 432.0, + 1094.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1334.0, + 1406.0, + 1334.0, + 1406.0, + 1369.0, + 294.0, + 1369.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1366.0, + 1406.0, + 1366.0, + 1406.0, + 1400.0, + 294.0, + 1400.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1395.0, + 1405.0, + 1395.0, + 1405.0, + 1431.0, + 294.0, + 1431.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1427.0, + 1406.0, + 1427.0, + 1406.0, + 1462.0, + 294.0, + 1462.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1456.0, + 1406.0, + 1456.0, + 1406.0, + 1490.0, + 293.0, + 1490.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1487.0, + 1406.0, + 1487.0, + 1406.0, + 1522.0, + 294.0, + 1522.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1520.0, + 1405.0, + 1520.0, + 1405.0, + 1551.0, + 295.0, + 1551.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1544.0, + 1406.0, + 1544.0, + 1406.0, + 1586.0, + 291.0, + 1586.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1576.0, + 1035.0, + 1576.0, + 1035.0, + 1614.0, + 293.0, + 1614.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1085.0, + 1576.0, + 1406.0, + 1576.0, + 1406.0, + 1614.0, + 1085.0, + 1614.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1602.0, + 298.0, + 1602.0, + 298.0, + 1645.0, + 294.0, + 1645.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 358.0, + 1602.0, + 399.0, + 1602.0, + 399.0, + 1645.0, + 358.0, + 1645.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1819.0, + 1409.0, + 1819.0, + 1409.0, + 1857.0, + 294.0, + 1857.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1851.0, + 1408.0, + 1851.0, + 1408.0, + 1886.0, + 294.0, + 1886.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1881.0, + 1406.0, + 1881.0, + 1406.0, + 1916.0, + 294.0, + 1916.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1912.0, + 1408.0, + 1912.0, + 1408.0, + 1947.0, + 294.0, + 1947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1941.0, + 1407.0, + 1941.0, + 1407.0, + 1975.0, + 294.0, + 1975.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1970.0, + 1407.0, + 1970.0, + 1407.0, + 2008.0, + 294.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 2003.0, + 1408.0, + 2003.0, + 1408.0, + 2038.0, + 295.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 524.0, + 826.0, + 524.0, + 826.0, + 565.0, + 295.0, + 565.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1284.0, + 708.0, + 1284.0, + 708.0, + 1325.0, + 297.0, + 1325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 930.0, + 1284.0, + 1109.0, + 1284.0, + 1109.0, + 1325.0, + 930.0, + 1325.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 2, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 296, + 716, + 1406, + 716, + 1406, + 994, + 296, + 994 + ], + "score": 0.984 + }, + { + "category_id": 1, + "poly": [ + 296, + 1134, + 1406, + 1134, + 1406, + 1352, + 296, + 1352 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 298, + 1880, + 1406, + 1880, + 1406, + 2035, + 298, + 2035 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 297, + 307, + 1405, + 307, + 1405, + 430, + 297, + 430 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 291, + 228, + 1403, + 228, + 1403, + 296, + 291, + 296 + ], + "score": 0.957 + }, + { + "category_id": 8, + "poly": [ + 499, + 1013, + 1199, + 1013, + 1199, + 1103, + 499, + 1103 + ], + "score": 0.955 + }, + { + "category_id": 0, + "poly": [ + 299, + 589, + 477, + 589, + 477, + 624, + 299, + 624 + ], + "score": 0.924 + }, + { + "category_id": 2, + "poly": [ + 297, + 74, + 857, + 74, + 857, + 105, + 297, + 105 + ], + "score": 0.92 + }, + { + "category_id": 0, + "poly": [ + 300, + 1826, + 732, + 1826, + 732, + 1859, + 300, + 1859 + ], + "score": 0.915 + }, + { + "category_id": 0, + "poly": [ + 300, + 659, + 767, + 659, + 767, + 692, + 300, + 692 + ], + "score": 0.91 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1044, + 1400, + 1044, + 1400, + 1073, + 1366, + 1073 + ], + "score": 0.885 + }, + { + "category_id": 8, + "poly": [ + 406, + 447, + 1293, + 447, + 1293, + 506, + 406, + 506 + ], + "score": 0.884 + }, + { + "category_id": 8, + "poly": [ + 1082, + 510, + 1293, + 510, + 1293, + 546, + 1082, + 546 + ], + "score": 0.861 + }, + { + "category_id": 9, + "poly": [ + 1365, + 462, + 1400, + 462, + 1400, + 492, + 1365, + 492 + ], + "score": 0.852 + }, + { + "category_id": 9, + "poly": [ + 1366, + 513, + 1400, + 513, + 1400, + 543, + 1366, + 543 + ], + "score": 0.835 + }, + { + "category_id": 2, + "poly": [ + 840, + 2089, + 857, + 2089, + 857, + 2111, + 840, + 2111 + ], + "score": 0.778 + }, + { + "category_id": 5, + "poly": [ + 305, + 1431, + 1331, + 1431, + 1331, + 1771, + 305, + 1771 + ], + "score": 0.701, + "html": "
Require: pretrained MLE model πθ; a reward function R; initial set of sequences ∑= @
1: for n-steps do for m-sequences do
2:Generate a sequence Yi,1:T = (yi,...,yr) ~ Tθ
3:
4:Calculate ri = R(Yi,1:T) end for
5:m
6:∑←ΣUU{Y} i=1
7: 8:Keep k-top sequences in Σ with highest corresponding ri
9: end forFine-tune MLE model πβ to minimize cross-entropy according to Eq. 9 on dataset £
" + }, + { + "category_id": 1, + "poly": [ + 305, + 1431, + 1331, + 1431, + 1331, + 1771, + 305, + 1771 + ], + "score": 0.338 + }, + { + "category_id": 6, + "poly": [ + 298, + 1386, + 1058, + 1386, + 1058, + 1420, + 298, + 1420 + ], + "score": 0.335 + }, + { + "category_id": 0, + "poly": [ + 298, + 1386, + 1058, + 1386, + 1058, + 1420, + 298, + 1420 + ], + "score": 0.335 + }, + { + "category_id": 14, + "poly": [ + 500, + 1009, + 1198, + 1009, + 1198, + 1106, + 500, + 1106 + ], + "score": 0.95, + "latex": "L ^ { M L E } ( \\theta ) = - \\sum _ { t = 1 } ^ { T } \\log \\pi _ { \\theta } ( z _ { t } | z _ { 1 : t - 1 } ) ; \\quad z = ( z _ { 1 } , \\dots , z _ { T } ) \\in S" + }, + { + "category_id": 13, + "poly": [ + 782, + 261, + 969, + 261, + 969, + 295, + 782, + 295 + ], + "score": 0.92, + "latex": "R _ { R o 5 } \\in [ - \\infty , 1 ]" + }, + { + "category_id": 13, + "poly": [ + 539, + 1554, + 707, + 1554, + 707, + 1587, + 539, + 1587 + ], + "score": 0.92, + "latex": "r _ { i } = R ( Y _ { i , 1 : T } )" + }, + { + "category_id": 13, + "poly": [ + 661, + 1522, + 972, + 1522, + 972, + 1557, + 661, + 1557 + ], + "score": 0.9, + "latex": "Y _ { i , 1 : T } = ( y _ { 1 } , \\dots , y _ { T } ) \\sim \\pi _ { \\theta }" + }, + { + "category_id": 14, + "poly": [ + 384, + 1607, + 595, + 1607, + 595, + 1677, + 384, + 1677 + ], + "score": 0.9, + "latex": "\\Sigma \\Sigma \\cup \\bigcup _ { i = 1 } ^ { m } \\{ Y _ { i } \\}" + }, + { + "category_id": 14, + "poly": [ + 406, + 440, + 1294, + 440, + 1294, + 551, + 406, + 551 + ], + "score": 0.88, + "latex": "R _ { M P O } = \\frac { 1 } { 3 } ( R _ { L o g P } ( 4 , Y ) + R _ { S M A R T S } ( ^ { \\prime } \\mathsf { c 1 c c c c c 1 ^ { \\prime } } , Y ) + R _ { M o l W t } ( 1 8 0 , Y ) )" + }, + { + "category_id": 13, + "poly": [ + 640, + 1708, + 671, + 1708, + 671, + 1735, + 640, + 1735 + ], + "score": 0.87, + "latex": "\\pi _ { \\theta }" + }, + { + "category_id": 13, + "poly": [ + 961, + 1262, + 993, + 1262, + 993, + 1289, + 961, + 1289 + ], + "score": 0.86, + "latex": "\\pi _ { \\theta }" + }, + { + "category_id": 13, + "poly": [ + 1011, + 933, + 1033, + 933, + 1033, + 959, + 1011, + 959 + ], + "score": 0.84, + "latex": "S" + }, + { + "category_id": 13, + "poly": [ + 675, + 1436, + 706, + 1436, + 706, + 1462, + 675, + 1462 + ], + "score": 0.83, + "latex": "\\pi _ { \\theta }" + }, + { + "category_id": 13, + "poly": [ + 873, + 933, + 897, + 933, + 897, + 959, + 873, + 959 + ], + "score": 0.83, + "latex": "T" + }, + { + "category_id": 13, + "poly": [ + 1214, + 1431, + 1289, + 1431, + 1289, + 1461, + 1214, + 1461 + ], + "score": 0.83, + "latex": "\\Sigma = \\emptyset" + }, + { + "category_id": 13, + "poly": [ + 1291, + 1291, + 1310, + 1291, + 1310, + 1317, + 1291, + 1317 + ], + "score": 0.82, + "latex": "k" + }, + { + "category_id": 13, + "poly": [ + 1369, + 905, + 1400, + 905, + 1400, + 932, + 1369, + 932 + ], + "score": 0.82, + "latex": "\\pi _ { \\theta }" + }, + { + "category_id": 13, + "poly": [ + 665, + 1675, + 688, + 1675, + 688, + 1701, + 665, + 1701 + ], + "score": 0.81, + "latex": "\\Sigma" + }, + { + "category_id": 13, + "poly": [ + 1000, + 1680, + 1025, + 1680, + 1025, + 1705, + 1000, + 1705 + ], + "score": 0.81, + "latex": "r _ { i }" + }, + { + "category_id": 13, + "poly": [ + 493, + 933, + 510, + 933, + 510, + 959, + 493, + 959 + ], + "score": 0.79, + "latex": "\\theta" + }, + { + "category_id": 13, + "poly": [ + 451, + 1676, + 469, + 1676, + 469, + 1701, + 451, + 1701 + ], + "score": 0.79, + "latex": "k" + }, + { + "category_id": 13, + "poly": [ + 920, + 1433, + 944, + 1433, + 944, + 1460, + 920, + 1460 + ], + "score": 0.79, + "latex": "R" + }, + { + "category_id": 13, + "poly": [ + 399, + 1290, + 424, + 1290, + 424, + 1317, + 399, + 1317 + ], + "score": 0.78, + "latex": "R" + }, + { + "category_id": 13, + "poly": [ + 747, + 936, + 765, + 936, + 765, + 959, + 747, + 959 + ], + "score": 0.75, + "latex": "z" + }, + { + "category_id": 13, + "poly": [ + 667, + 370, + 698, + 370, + 698, + 396, + 667, + 396 + ], + "score": 0.36, + "latex": "{ = } 4" + }, + { + "category_id": 13, + "poly": [ + 1303, + 1704, + 1327, + 1704, + 1327, + 1731, + 1303, + 1731 + ], + "score": 0.31, + "latex": "\\Sigma" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 584.0, + 481.0, + 584.0, + 481.0, + 632.0, + 292.0, + 632.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 859.0, + 72.0, + 859.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1826.0, + 735.0, + 1826.0, + 735.0, + 1861.0, + 295.0, + 1861.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 658.0, + 771.0, + 658.0, + 771.0, + 694.0, + 295.0, + 694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2086.0, + 862.0, + 2086.0, + 862.0, + 2118.0, + 838.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1382.0, + 1050.0, + 1382.0, + 1050.0, + 1426.0, + 293.0, + 1426.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1382.0, + 1050.0, + 1382.0, + 1050.0, + 1426.0, + 293.0, + 1426.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 717.0, + 1407.0, + 717.0, + 1407.0, + 754.0, + 295.0, + 754.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 747.0, + 1406.0, + 747.0, + 1406.0, + 784.0, + 294.0, + 784.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 779.0, + 1403.0, + 779.0, + 1403.0, + 812.0, + 295.0, + 812.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, + 838.0, + 1406.0, + 838.0, + 1406.0, + 876.0, + 294.0, + 876.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 869.0, + 1406.0, + 869.0, + 1406.0, + 906.0, + 294.0, + 906.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 901.0, + 1368.0, + 901.0, + 1368.0, + 938.0, + 294.0, + 938.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1401.0, + 901.0, + 1404.0, + 901.0, + 1404.0, + 938.0, + 1401.0, + 938.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 930.0, + 492.0, + 930.0, + 492.0, + 971.0, + 293.0, + 971.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 511.0, + 930.0, + 746.0, + 930.0, + 746.0, + 971.0, + 511.0, + 971.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 766.0, + 930.0, + 872.0, + 930.0, + 872.0, + 971.0, + 766.0, + 971.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 898.0, + 930.0, + 1010.0, + 930.0, + 1010.0, + 971.0, + 898.0, + 971.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1034.0, + 930.0, + 1404.0, + 930.0, + 1404.0, + 971.0, + 1034.0, + 971.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 959.0, + 876.0, + 959.0, + 876.0, + 998.0, + 293.0, + 998.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1136.0, + 1404.0, + 1136.0, + 1404.0, + 1171.0, + 294.0, + 1171.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1165.0, + 1408.0, + 1165.0, + 1408.0, + 1206.0, + 291.0, + 1206.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1196.0, + 1404.0, + 1196.0, + 1404.0, + 1232.0, + 294.0, + 1232.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1231.0, + 1403.0, + 1231.0, + 1403.0, + 1262.0, + 295.0, + 1262.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1258.0, + 960.0, + 1258.0, + 960.0, + 1293.0, + 294.0, + 1293.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 994.0, + 1258.0, + 1406.0, + 1258.0, + 1406.0, + 1293.0, + 994.0, + 1293.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1288.0, + 398.0, + 1288.0, + 398.0, + 1325.0, + 293.0, + 1325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 425.0, + 1288.0, + 1290.0, + 1288.0, + 1290.0, + 1325.0, + 425.0, + 1325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1311.0, + 1288.0, + 1407.0, + 1288.0, + 1407.0, + 1325.0, + 1311.0, + 1325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1320.0, + 1213.0, + 1320.0, + 1213.0, + 1355.0, + 294.0, + 1355.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1882.0, + 1404.0, + 1882.0, + 1404.0, + 1915.0, + 296.0, + 1915.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1912.0, + 1407.0, + 1912.0, + 1407.0, + 1946.0, + 296.0, + 1946.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1942.0, + 1407.0, + 1942.0, + 1407.0, + 1979.0, + 293.0, + 1979.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1972.0, + 1408.0, + 1972.0, + 1408.0, + 2008.0, + 293.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 2001.0, + 1406.0, + 2001.0, + 1406.0, + 2037.0, + 295.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 307.0, + 1408.0, + 307.0, + 1408.0, + 343.0, + 295.0, + 343.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 339.0, + 1405.0, + 339.0, + 1405.0, + 372.0, + 296.0, + 372.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 369.0, + 666.0, + 369.0, + 666.0, + 405.0, + 294.0, + 405.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 699.0, + 369.0, + 1407.0, + 369.0, + 1407.0, + 405.0, + 699.0, + 405.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 397.0, + 553.0, + 397.0, + 553.0, + 430.0, + 294.0, + 430.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 229.0, + 1405.0, + 229.0, + 1405.0, + 266.0, + 295.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 261.0, + 781.0, + 261.0, + 781.0, + 297.0, + 295.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 970.0, + 261.0, + 981.0, + 261.0, + 981.0, + 297.0, + 970.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 1429.0, + 674.0, + 1429.0, + 674.0, + 1465.0, + 298.0, + 1465.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 707.0, + 1429.0, + 919.0, + 1429.0, + 919.0, + 1465.0, + 707.0, + 1465.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 945.0, + 1429.0, + 1213.0, + 1429.0, + 1213.0, + 1465.0, + 945.0, + 1465.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 308.0, + 1459.0, + 509.0, + 1459.0, + 509.0, + 1498.0, + 308.0, + 1498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 307.0, + 1491.0, + 341.0, + 1491.0, + 341.0, + 1527.0, + 307.0, + 1527.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 382.0, + 1492.0, + 614.0, + 1492.0, + 614.0, + 1524.0, + 382.0, + 1524.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 307.0, + 1522.0, + 339.0, + 1522.0, + 339.0, + 1555.0, + 307.0, + 1555.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 423.0, + 1518.0, + 660.0, + 1518.0, + 660.0, + 1560.0, + 423.0, + 1560.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 973.0, + 1518.0, + 978.0, + 1518.0, + 978.0, + 1560.0, + 973.0, + 1560.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 307.0, + 1552.0, + 339.0, + 1552.0, + 339.0, + 1586.0, + 307.0, + 1586.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 423.0, + 1549.0, + 538.0, + 1549.0, + 538.0, + 1589.0, + 423.0, + 1589.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 708.0, + 1549.0, + 714.0, + 1549.0, + 714.0, + 1589.0, + 708.0, + 1589.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 307.0, + 1584.0, + 339.0, + 1584.0, + 339.0, + 1618.0, + 307.0, + 1618.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 383.0, + 1582.0, + 479.0, + 1582.0, + 479.0, + 1616.0, + 383.0, + 1616.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 309.0, + 1626.0, + 337.0, + 1626.0, + 337.0, + 1659.0, + 309.0, + 1659.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 380.0, + 1619.0, + 383.0, + 1619.0, + 383.0, + 1662.0, + 380.0, + 1662.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 307.0, + 1672.0, + 339.0, + 1672.0, + 339.0, + 1706.0, + 307.0, + 1706.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 383.0, + 1671.0, + 450.0, + 1671.0, + 450.0, + 1710.0, + 383.0, + 1710.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 470.0, + 1671.0, + 664.0, + 1671.0, + 664.0, + 1710.0, + 470.0, + 1710.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 689.0, + 1671.0, + 999.0, + 1671.0, + 999.0, + 1710.0, + 689.0, + 1710.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1026.0, + 1671.0, + 1029.0, + 1671.0, + 1029.0, + 1710.0, + 1026.0, + 1710.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 307.0, + 1704.0, + 341.0, + 1704.0, + 341.0, + 1737.0, + 307.0, + 1737.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 381.0, + 1701.0, + 639.0, + 1701.0, + 639.0, + 1740.0, + 381.0, + 1740.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 672.0, + 1701.0, + 1302.0, + 1701.0, + 1302.0, + 1740.0, + 672.0, + 1740.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1328.0, + 1701.0, + 1331.0, + 1701.0, + 1331.0, + 1740.0, + 1328.0, + 1740.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 304.0, + 1732.0, + 439.0, + 1732.0, + 439.0, + 1768.0, + 304.0, + 1768.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 3, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 296, + 1590, + 1406, + 1590, + 1406, + 1871, + 296, + 1871 + ], + "score": 0.984 + }, + { + "category_id": 1, + "poly": [ + 297, + 355, + 1405, + 355, + 1405, + 543, + 297, + 543 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 297, + 1392, + 1405, + 1392, + 1405, + 1579, + 297, + 1579 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 297, + 645, + 1405, + 645, + 1405, + 830, + 297, + 830 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 297, + 1158, + 1405, + 1158, + 1405, + 1223, + 297, + 1223 + ], + "score": 0.954 + }, + { + "category_id": 8, + "poly": [ + 525, + 555, + 1170, + 555, + 1170, + 631, + 525, + 631 + ], + "score": 0.951 + }, + { + "category_id": 1, + "poly": [ + 292, + 228, + 1402, + 228, + 1402, + 294, + 292, + 294 + ], + "score": 0.95 + }, + { + "category_id": 1, + "poly": [ + 297, + 1883, + 1403, + 1883, + 1403, + 1975, + 297, + 1975 + ], + "score": 0.949 + }, + { + "category_id": 1, + "poly": [ + 302, + 970, + 1398, + 970, + 1398, + 1035, + 302, + 1035 + ], + "score": 0.945 + }, + { + "category_id": 1, + "poly": [ + 295, + 1254, + 1407, + 1254, + 1407, + 1318, + 295, + 1318 + ], + "score": 0.945 + }, + { + "category_id": 8, + "poly": [ + 614, + 1990, + 1087, + 1990, + 1087, + 2029, + 614, + 2029 + ], + "score": 0.942 + }, + { + "category_id": 1, + "poly": [ + 298, + 844, + 1400, + 844, + 1400, + 906, + 298, + 906 + ], + "score": 0.941 + }, + { + "category_id": 8, + "poly": [ + 683, + 307, + 1015, + 307, + 1015, + 346, + 683, + 346 + ], + "score": 0.936 + }, + { + "category_id": 8, + "poly": [ + 538, + 921, + 1159, + 921, + 1159, + 963, + 538, + 963 + ], + "score": 0.936 + }, + { + "category_id": 2, + "poly": [ + 297, + 74, + 857, + 74, + 857, + 106, + 297, + 106 + ], + "score": 0.922 + }, + { + "category_id": 8, + "poly": [ + 426, + 1330, + 1275, + 1330, + 1275, + 1376, + 426, + 1376 + ], + "score": 0.917 + }, + { + "category_id": 9, + "poly": [ + 1353, + 1096, + 1400, + 1096, + 1400, + 1125, + 1353, + 1125 + ], + "score": 0.894 + }, + { + "category_id": 9, + "poly": [ + 1351, + 566, + 1400, + 566, + 1400, + 598, + 1351, + 598 + ], + "score": 0.894 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1994, + 1400, + 1994, + 1400, + 2024, + 1352, + 2024 + ], + "score": 0.893 + }, + { + "category_id": 9, + "poly": [ + 1352, + 309, + 1400, + 309, + 1400, + 340, + 1352, + 340 + ], + "score": 0.892 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1335, + 1400, + 1335, + 1400, + 1365, + 1352, + 1365 + ], + "score": 0.89 + }, + { + "category_id": 9, + "poly": [ + 1352, + 925, + 1399, + 925, + 1399, + 955, + 1352, + 955 + ], + "score": 0.889 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1056, + 1399, + 1056, + 1399, + 1086, + 1352, + 1086 + ], + "score": 0.889 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 859, + 2088, + 859, + 2112, + 841, + 2112 + ], + "score": 0.761 + }, + { + "category_id": 8, + "poly": [ + 724, + 1094, + 1038, + 1094, + 1038, + 1130, + 724, + 1130 + ], + "score": 0.692 + }, + { + "category_id": 8, + "poly": [ + 663, + 1050, + 1041, + 1050, + 1041, + 1090, + 663, + 1090 + ], + "score": 0.588 + }, + { + "category_id": 8, + "poly": [ + 659, + 1049, + 1042, + 1049, + 1042, + 1131, + 659, + 1131 + ], + "score": 0.527 + }, + { + "category_id": 13, + "poly": [ + 807, + 677, + 957, + 677, + 957, + 710, + 807, + 710 + ], + "score": 0.93, + "latex": "Q ( a _ { t } , y _ { 1 : t - 1 } )" + }, + { + "category_id": 13, + "poly": [ + 298, + 510, + 523, + 510, + 523, + 544, + 298, + 544 + ], + "score": 0.93, + "latex": "s _ { t } = ( a _ { 1 } , \\ldots , a _ { t - 1 } )" + }, + { + "category_id": 13, + "poly": [ + 577, + 1159, + 664, + 1159, + 664, + 1192, + 577, + 1192 + ], + "score": 0.92, + "latex": "R ( Y _ { 1 : t } )" + }, + { + "category_id": 14, + "poly": [ + 683, + 306, + 1016, + 306, + 1016, + 344, + 683, + 344 + ], + "score": 0.92, + "latex": "y = ( a _ { 1 } , \\ldots , a _ { m } ) \\qquad a \\in D" + }, + { + "category_id": 14, + "poly": [ + 527, + 555, + 1172, + 555, + 1172, + 633, + 527, + 633 + ], + "score": 0.92, + "latex": "\\mathbb { E } [ R ( y _ { 1 : t } ) | s _ { 0 } , \\theta ] = \\sum _ { y \\in Y } \\sum _ { a _ { t } \\in y } \\pi _ { \\theta } ( a _ { t } | y _ { 1 : t - 1 } ) \\cdot Q ( a _ { t } , y _ { 1 : t - 1 } )" + }, + { + "category_id": 13, + "poly": [ + 351, + 419, + 413, + 419, + 413, + 451, + 351, + 451 + ], + "score": 0.91, + "latex": "| D | ^ { m }" + }, + { + "category_id": 13, + "poly": [ + 1275, + 1456, + 1397, + 1456, + 1397, + 1489, + 1275, + 1489 + ], + "score": 0.91, + "latex": "G ( z \\sim p _ { z } )" + }, + { + "category_id": 14, + "poly": [ + 658, + 1045, + 1041, + 1045, + 1041, + 1136, + 658, + 1136 + ], + "score": 0.91, + "latex": "\\begin{array} { r } { L ^ { P G } ( \\theta ) = \\hat { \\mathbb { E } } _ { t } [ \\log \\pi _ { \\theta } ( a _ { t } | s _ { t } ) r ( a _ { t } ) ] } \\\\ { r ( a _ { t } ) = R ( Y _ { 1 : T } ) , \\quad a _ { t } \\in Y } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 823, + 419, + 865, + 419, + 865, + 451, + 823, + 451 + ], + "score": 0.91, + "latex": "| D |" + }, + { + "category_id": 14, + "poly": [ + 611, + 1990, + 1089, + 1990, + 1089, + 2029, + 611, + 2029 + ], + "score": 0.91, + "latex": "R ( Y _ { 1 : T } ) = \\lambda D _ { \\phi } ( Y _ { 1 : T } ) + ( 1 - \\lambda ) O ( Y _ { 1 : T } )" + }, + { + "category_id": 13, + "poly": [ + 451, + 1916, + 491, + 1916, + 491, + 1950, + 451, + 1950 + ], + "score": 0.9, + "latex": "D _ { \\phi }" + }, + { + "category_id": 14, + "poly": [ + 541, + 921, + 1159, + 921, + 1159, + 962, + 541, + 962 + ], + "score": 0.9, + "latex": "\\nabla _ { \\theta } \\mathbb { E } _ { y _ { 1 : t } \\sim \\pi ( y | \\theta ) } [ R ( y ) ] = \\mathbb { E } _ { y _ { 1 : t } \\sim \\pi ( y | \\theta ) } [ R ( y ) \\log ( \\pi _ { \\theta } ( y ) ) ]" + }, + { + "category_id": 14, + "poly": [ + 422, + 1331, + 1273, + 1331, + 1273, + 1383, + 422, + 1383 + ], + "score": 0.89, + "latex": "\\operatorname* { m i n } _ { G } \\operatorname* { m a x } _ { D } V ( D , G ) = \\mathbb { E } _ { x \\sim p _ { \\mathrm { d a t a } } ( x ) } [ \\log D ( x ) ] + \\mathbb { E } _ { z \\sim p _ { z } ( z ) } [ \\log ( 1 - D ( G ( z ) ) ) ]" + }, + { + "category_id": 13, + "poly": [ + 519, + 710, + 590, + 710, + 590, + 740, + 519, + 740 + ], + "score": 0.89, + "latex": "y _ { 1 : t - 1 }" + }, + { + "category_id": 13, + "poly": [ + 836, + 1460, + 898, + 1460, + 898, + 1488, + 836, + 1488 + ], + "score": 0.87, + "latex": "p _ { d a t a }" + }, + { + "category_id": 13, + "poly": [ + 548, + 1429, + 579, + 1429, + 579, + 1457, + 548, + 1457 + ], + "score": 0.86, + "latex": "p _ { z }" + }, + { + "category_id": 13, + "poly": [ + 973, + 851, + 1003, + 851, + 1003, + 876, + 973, + 876 + ], + "score": 0.86, + "latex": "\\pi _ { \\theta }" + }, + { + "category_id": 13, + "poly": [ + 992, + 737, + 1063, + 737, + 1063, + 771, + 992, + 771 + ], + "score": 0.86, + "latex": "\\cdot \\bf { \\sigma } \\cdot \\bf { \\sigma } )" + }, + { + "category_id": 13, + "poly": [ + 801, + 455, + 827, + 455, + 827, + 480, + 801, + 480 + ], + "score": 0.85, + "latex": "a _ { t }" + }, + { + "category_id": 13, + "poly": [ + 601, + 484, + 633, + 484, + 633, + 511, + 601, + 511 + ], + "score": 0.85, + "latex": "\\pi _ { \\theta }" + }, + { + "category_id": 13, + "poly": [ + 1123, + 484, + 1150, + 484, + 1150, + 510, + 1123, + 510 + ], + "score": 0.84, + "latex": "a _ { t }" + }, + { + "category_id": 13, + "poly": [ + 1007, + 652, + 1034, + 652, + 1034, + 677, + 1007, + 677 + ], + "score": 0.84, + "latex": "a _ { t }" + }, + { + "category_id": 13, + "poly": [ + 1075, + 1396, + 1099, + 1396, + 1099, + 1423, + 1075, + 1423 + ], + "score": 0.83, + "latex": "G" + }, + { + "category_id": 13, + "poly": [ + 1056, + 1427, + 1082, + 1427, + 1082, + 1453, + 1056, + 1453 + ], + "score": 0.82, + "latex": "D" + }, + { + "category_id": 13, + "poly": [ + 848, + 482, + 864, + 482, + 864, + 507, + 848, + 507 + ], + "score": 0.82, + "latex": "\\theta" + }, + { + "category_id": 13, + "poly": [ + 1250, + 359, + 1276, + 359, + 1276, + 385, + 1250, + 385 + ], + "score": 0.82, + "latex": "D" + }, + { + "category_id": 13, + "poly": [ + 1177, + 653, + 1195, + 653, + 1195, + 678, + 1177, + 678 + ], + "score": 0.8, + "latex": "y" + }, + { + "category_id": 13, + "poly": [ + 509, + 678, + 534, + 678, + 534, + 705, + 509, + 705 + ], + "score": 0.79, + "latex": "Y" + }, + { + "category_id": 13, + "poly": [ + 955, + 1886, + 974, + 1886, + 974, + 1912, + 955, + 1912 + ], + "score": 0.79, + "latex": "\\lambda" + }, + { + "category_id": 13, + "poly": [ + 520, + 268, + 538, + 268, + 538, + 294, + 520, + 294 + ], + "score": 0.77, + "latex": "y" + }, + { + "category_id": 13, + "poly": [ + 789, + 363, + 816, + 363, + 816, + 385, + 789, + 385 + ], + "score": 0.76, + "latex": "m" + }, + { + "category_id": 13, + "poly": [ + 488, + 1461, + 507, + 1461, + 507, + 1483, + 488, + 1483 + ], + "score": 0.76, + "latex": "x" + }, + { + "category_id": 13, + "poly": [ + 1324, + 1401, + 1342, + 1401, + 1342, + 1422, + 1324, + 1422 + ], + "score": 0.74, + "latex": "z" + }, + { + "category_id": 13, + "poly": [ + 298, + 1946, + 322, + 1946, + 322, + 1973, + 298, + 1973 + ], + "score": 0.74, + "latex": "O" + }, + { + "category_id": 13, + "poly": [ + 1093, + 452, + 1106, + 452, + 1106, + 477, + 1093, + 477 + ], + "score": 0.68, + "latex": "t" + }, + { + "category_id": 13, + "poly": [ + 744, + 1594, + 781, + 1594, + 781, + 1623, + 744, + 1623 + ], + "score": 0.27, + "latex": "\\mathrm { Y u }" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 859.0, + 72.0, + 859.0, + 109.0, + 297.0, + 109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2085.0, + 862.0, + 2085.0, + 862.0, + 2119.0, + 838.0, + 2119.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1590.0, + 743.0, + 1590.0, + 743.0, + 1629.0, + 293.0, + 1629.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 782.0, + 1590.0, + 1407.0, + 1590.0, + 1407.0, + 1629.0, + 782.0, + 1629.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1623.0, + 1406.0, + 1623.0, + 1406.0, + 1660.0, + 294.0, + 1660.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1651.0, + 1406.0, + 1651.0, + 1406.0, + 1692.0, + 293.0, + 1692.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1684.0, + 1406.0, + 1684.0, + 1406.0, + 1721.0, + 294.0, + 1721.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1713.0, + 1408.0, + 1713.0, + 1408.0, + 1752.0, + 293.0, + 1752.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1746.0, + 1404.0, + 1746.0, + 1404.0, + 1779.0, + 295.0, + 1779.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1778.0, + 1407.0, + 1778.0, + 1407.0, + 1811.0, + 295.0, + 1811.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1805.0, + 1406.0, + 1805.0, + 1406.0, + 1843.0, + 293.0, + 1843.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1839.0, + 804.0, + 1839.0, + 804.0, + 1872.0, + 295.0, + 1872.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 353.0, + 788.0, + 353.0, + 788.0, + 395.0, + 292.0, + 395.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 817.0, + 353.0, + 1249.0, + 353.0, + 1249.0, + 395.0, + 817.0, + 395.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1277.0, + 353.0, + 1406.0, + 353.0, + 1406.0, + 395.0, + 1277.0, + 395.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 387.0, + 1407.0, + 387.0, + 1407.0, + 423.0, + 295.0, + 423.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 413.0, + 350.0, + 413.0, + 350.0, + 455.0, + 291.0, + 455.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 414.0, + 413.0, + 822.0, + 413.0, + 822.0, + 455.0, + 414.0, + 455.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 866.0, + 413.0, + 1406.0, + 413.0, + 1406.0, + 455.0, + 866.0, + 455.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 446.0, + 800.0, + 446.0, + 800.0, + 485.0, + 294.0, + 485.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 828.0, + 446.0, + 1092.0, + 446.0, + 1092.0, + 485.0, + 828.0, + 485.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1107.0, + 446.0, + 1405.0, + 446.0, + 1405.0, + 485.0, + 1107.0, + 485.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 476.0, + 600.0, + 476.0, + 600.0, + 517.0, + 292.0, + 517.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 634.0, + 476.0, + 847.0, + 476.0, + 847.0, + 517.0, + 634.0, + 517.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 865.0, + 476.0, + 1122.0, + 476.0, + 1122.0, + 517.0, + 865.0, + 517.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1151.0, + 476.0, + 1406.0, + 476.0, + 1406.0, + 517.0, + 1151.0, + 517.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 511.0, + 297.0, + 511.0, + 297.0, + 547.0, + 294.0, + 547.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 524.0, + 511.0, + 1335.0, + 511.0, + 1335.0, + 547.0, + 524.0, + 547.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1392.0, + 1074.0, + 1392.0, + 1074.0, + 1429.0, + 294.0, + 1429.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1100.0, + 1392.0, + 1323.0, + 1392.0, + 1323.0, + 1429.0, + 1100.0, + 1429.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1343.0, + 1392.0, + 1405.0, + 1392.0, + 1405.0, + 1429.0, + 1343.0, + 1429.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1425.0, + 547.0, + 1425.0, + 547.0, + 1460.0, + 291.0, + 1460.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 580.0, + 1425.0, + 1055.0, + 1425.0, + 1055.0, + 1460.0, + 580.0, + 1460.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1083.0, + 1425.0, + 1406.0, + 1425.0, + 1406.0, + 1460.0, + 1083.0, + 1460.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1453.0, + 487.0, + 1453.0, + 487.0, + 1492.0, + 294.0, + 1492.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 508.0, + 1453.0, + 835.0, + 1453.0, + 835.0, + 1492.0, + 508.0, + 1492.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 899.0, + 1453.0, + 1274.0, + 1453.0, + 1274.0, + 1492.0, + 899.0, + 1492.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1398.0, + 1453.0, + 1408.0, + 1453.0, + 1408.0, + 1492.0, + 1398.0, + 1492.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1482.0, + 1405.0, + 1482.0, + 1405.0, + 1523.0, + 294.0, + 1523.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1516.0, + 1408.0, + 1516.0, + 1408.0, + 1552.0, + 294.0, + 1552.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1544.0, + 494.0, + 1544.0, + 494.0, + 1580.0, + 295.0, + 1580.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 646.0, + 1006.0, + 646.0, + 1006.0, + 682.0, + 295.0, + 682.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1035.0, + 646.0, + 1176.0, + 646.0, + 1176.0, + 682.0, + 1035.0, + 682.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1196.0, + 646.0, + 1405.0, + 646.0, + 1405.0, + 682.0, + 1196.0, + 682.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 674.0, + 508.0, + 674.0, + 508.0, + 713.0, + 292.0, + 713.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 535.0, + 674.0, + 806.0, + 674.0, + 806.0, + 713.0, + 535.0, + 713.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 958.0, + 674.0, + 1406.0, + 674.0, + 1406.0, + 713.0, + 958.0, + 713.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 707.0, + 518.0, + 707.0, + 518.0, + 743.0, + 295.0, + 743.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 591.0, + 707.0, + 1403.0, + 707.0, + 1403.0, + 743.0, + 591.0, + 743.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 734.0, + 991.0, + 734.0, + 991.0, + 776.0, + 292.0, + 776.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1064.0, + 734.0, + 1406.0, + 734.0, + 1406.0, + 776.0, + 1064.0, + 776.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 767.0, + 1405.0, + 767.0, + 1405.0, + 802.0, + 294.0, + 802.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 797.0, + 387.0, + 797.0, + 387.0, + 830.0, + 294.0, + 830.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1158.0, + 576.0, + 1158.0, + 576.0, + 1194.0, + 295.0, + 1194.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 665.0, + 1158.0, + 1403.0, + 1158.0, + 1403.0, + 1194.0, + 665.0, + 1194.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1189.0, + 1377.0, + 1189.0, + 1377.0, + 1227.0, + 294.0, + 1227.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 229.0, + 1403.0, + 229.0, + 1403.0, + 265.0, + 295.0, + 265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 258.0, + 519.0, + 258.0, + 519.0, + 301.0, + 293.0, + 301.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 539.0, + 258.0, + 550.0, + 258.0, + 550.0, + 301.0, + 539.0, + 301.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1882.0, + 954.0, + 1882.0, + 954.0, + 1918.0, + 294.0, + 1918.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 975.0, + 1882.0, + 1403.0, + 1882.0, + 1403.0, + 1918.0, + 975.0, + 1918.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1915.0, + 450.0, + 1915.0, + 450.0, + 1948.0, + 295.0, + 1948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 492.0, + 1915.0, + 1404.0, + 1915.0, + 1404.0, + 1948.0, + 492.0, + 1948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1942.0, + 297.0, + 1942.0, + 297.0, + 1979.0, + 292.0, + 1979.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1942.0, + 337.0, + 1942.0, + 337.0, + 1979.0, + 323.0, + 1979.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 969.0, + 1404.0, + 969.0, + 1404.0, + 1009.0, + 296.0, + 1009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1003.0, + 628.0, + 1003.0, + 628.0, + 1036.0, + 294.0, + 1036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1253.0, + 1408.0, + 1253.0, + 1408.0, + 1290.0, + 294.0, + 1290.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1283.0, + 1364.0, + 1283.0, + 1364.0, + 1322.0, + 294.0, + 1322.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 843.0, + 972.0, + 843.0, + 972.0, + 879.0, + 294.0, + 879.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1004.0, + 843.0, + 1405.0, + 843.0, + 1405.0, + 879.0, + 1004.0, + 879.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 876.0, + 432.0, + 876.0, + 432.0, + 909.0, + 294.0, + 909.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 4, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 447, + 1405, + 447, + 1405, + 814, + 297, + 814 + ], + "score": 0.985 + }, + { + "category_id": 1, + "poly": [ + 297, + 1424, + 1405, + 1424, + 1405, + 1612, + 297, + 1612 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 297, + 978, + 1405, + 978, + 1405, + 1139, + 297, + 1139 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 298, + 228, + 1405, + 228, + 1405, + 415, + 298, + 415 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 297, + 1238, + 1405, + 1238, + 1405, + 1395, + 297, + 1395 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 298, + 1734, + 1403, + 1734, + 1403, + 1827, + 298, + 1827 + ], + "score": 0.973 + }, + { + "category_id": 1, + "poly": [ + 298, + 1941, + 1405, + 1941, + 1405, + 2035, + 298, + 2035 + ], + "score": 0.972 + }, + { + "category_id": 8, + "poly": [ + 561, + 1835, + 1132, + 1835, + 1132, + 1930, + 561, + 1930 + ], + "score": 0.958 + }, + { + "category_id": 8, + "poly": [ + 535, + 1625, + 1158, + 1625, + 1158, + 1718, + 535, + 1718 + ], + "score": 0.953 + }, + { + "category_id": 1, + "poly": [ + 298, + 884, + 1402, + 884, + 1402, + 948, + 298, + 948 + ], + "score": 0.948 + }, + { + "category_id": 8, + "poly": [ + 468, + 832, + 1232, + 832, + 1232, + 873, + 468, + 873 + ], + "score": 0.943 + }, + { + "category_id": 8, + "poly": [ + 321, + 1150, + 1324, + 1150, + 1324, + 1230, + 321, + 1230 + ], + "score": 0.936 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1865, + 1400, + 1865, + 1400, + 1895, + 1352, + 1895 + ], + "score": 0.905 + }, + { + "category_id": 9, + "poly": [ + 1352, + 837, + 1400, + 837, + 1400, + 868, + 1352, + 868 + ], + "score": 0.896 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1653, + 1400, + 1653, + 1400, + 1684, + 1352, + 1684 + ], + "score": 0.893 + }, + { + "category_id": 9, + "poly": [ + 1353, + 1175, + 1399, + 1175, + 1399, + 1205, + 1353, + 1205 + ], + "score": 0.842 + }, + { + "category_id": 2, + "poly": [ + 840, + 2088, + 859, + 2088, + 859, + 2112, + 840, + 2112 + ], + "score": 0.81 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 857, + 75, + 857, + 104, + 298, + 104 + ], + "score": 0.707 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 857, + 75, + 857, + 105, + 298, + 105 + ], + "score": 0.199 + }, + { + "category_id": 14, + "poly": [ + 537, + 1623, + 1160, + 1623, + 1160, + 1719, + 537, + 1719 + ], + "score": 0.94, + "latex": "C ^ { M L E } = \\lambda _ { M L E } \\hat { \\mathbb { E } } _ { t } \\left[ \\sum _ { a _ { i } \\in D } \\pi _ { \\theta } ( a _ { i } | s _ { t } ) \\log \\frac { \\pi _ { \\theta } ( a _ { i } | s _ { t } ) } { \\pi _ { \\theta } ^ { M L E } ( a _ { i } | s _ { t } ) } \\right]" + }, + { + "category_id": 14, + "poly": [ + 563, + 1833, + 1135, + 1833, + 1135, + 1930, + 563, + 1930 + ], + "score": 0.93, + "latex": "C ^ { E N T } = \\lambda _ { e n t } \\hat { \\mathbb { E } } _ { t } \\left[ - \\sum _ { a _ { i } \\in D } \\pi _ { \\theta } ( a _ { i } | s _ { t } ) \\log \\pi _ { \\theta } ( a _ { i } | s _ { t } ) \\right]" + }, + { + "category_id": 14, + "poly": [ + 324, + 1152, + 1329, + 1152, + 1329, + 1230, + 324, + 1230 + ], + "score": 0.93, + "latex": "L ^ { C L I P } ( \\theta , \\phi ) = \\hat { \\mathbb { E } } _ { t } \\left[ \\operatorname* { m i n } \\left( \\frac { \\pi _ { \\theta } ( a _ { t } | s _ { t } ) } { \\pi _ { \\theta ^ { o l d } } ( a _ { t } | s _ { t } ) } \\hat { A } _ { t } , \\operatorname { c l i p } \\left( \\frac { \\pi _ { \\theta } ( a _ { t } | s _ { t } ) } { \\pi _ { \\theta ^ { o l d } } ( a _ { t } | s _ { t } ) } , 1 + \\epsilon , 1 - \\epsilon \\right) \\hat { A } _ { t } \\right) + \\hat { A } _ { t } ^ { 2 } \\right]" + }, + { + "category_id": 13, + "poly": [ + 297, + 1102, + 542, + 1102, + 542, + 1142, + 297, + 1142 + ], + "score": 0.92, + "latex": "\\hat { A } _ { t } = R ( s _ { t } ) - V _ { \\phi } ( s _ { t } )" + }, + { + "category_id": 13, + "poly": [ + 1086, + 1733, + 1236, + 1733, + 1236, + 1769, + 1086, + 1769 + ], + "score": 0.92, + "latex": "\\pi _ { \\theta } ^ { M L E } ( a _ { i } | s _ { t } )" + }, + { + "category_id": 14, + "poly": [ + 472, + 828, + 1228, + 828, + 1228, + 873, + 472, + 873 + ], + "score": 0.91, + "latex": "L ^ { A 2 C } ( \\theta , \\phi ) = \\hat { \\mathbb { E } } _ { t } [ \\log \\pi _ { \\theta } ( a _ { t } | s _ { t } ) ( R - V _ { \\phi } ( s _ { t } ) ) + ( R ( s _ { t } ) - V _ { \\phi } ( s _ { t } ) ) ^ { 2 } ]" + }, + { + "category_id": 13, + "poly": [ + 627, + 885, + 660, + 885, + 660, + 918, + 627, + 918 + ], + "score": 0.9, + "latex": "V _ { \\phi }" + }, + { + "category_id": 13, + "poly": [ + 526, + 783, + 559, + 783, + 559, + 818, + 526, + 818 + ], + "score": 0.9, + "latex": "V _ { \\phi }" + }, + { + "category_id": 13, + "poly": [ + 298, + 631, + 336, + 631, + 336, + 663, + 298, + 663 + ], + "score": 0.88, + "latex": "V _ { s _ { t } }" + }, + { + "category_id": 13, + "poly": [ + 1193, + 885, + 1213, + 885, + 1213, + 917, + 1193, + 917 + ], + "score": 0.84, + "latex": "\\phi" + }, + { + "category_id": 13, + "poly": [ + 1021, + 605, + 1053, + 605, + 1053, + 631, + 1021, + 631 + ], + "score": 0.84, + "latex": "\\pi _ { \\theta }" + }, + { + "category_id": 13, + "poly": [ + 585, + 1737, + 604, + 1737, + 604, + 1763, + 585, + 1763 + ], + "score": 0.83, + "latex": "\\lambda" + }, + { + "category_id": 13, + "poly": [ + 716, + 1367, + 732, + 1367, + 732, + 1389, + 716, + 1389 + ], + "score": 0.74, + "latex": "\\epsilon" + }, + { + "category_id": 15, + "poly": [ + 840.0, + 2086.0, + 862.0, + 2086.0, + 862.0, + 2116.0, + 840.0, + 2116.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 859.0, + 72.0, + 859.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 73.0, + 859.0, + 73.0, + 859.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 447.0, + 1405.0, + 447.0, + 1405.0, + 483.0, + 294.0, + 483.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 480.0, + 1406.0, + 480.0, + 1406.0, + 514.0, + 294.0, + 514.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 506.0, + 1407.0, + 506.0, + 1407.0, + 545.0, + 292.0, + 545.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 542.0, + 1403.0, + 542.0, + 1403.0, + 572.0, + 296.0, + 572.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 568.0, + 1405.0, + 568.0, + 1405.0, + 605.0, + 294.0, + 605.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 601.0, + 1020.0, + 601.0, + 1020.0, + 635.0, + 294.0, + 635.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1054.0, + 601.0, + 1405.0, + 601.0, + 1405.0, + 635.0, + 1054.0, + 635.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 628.0, + 297.0, + 628.0, + 297.0, + 669.0, + 292.0, + 669.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 337.0, + 628.0, + 1411.0, + 628.0, + 1411.0, + 669.0, + 337.0, + 669.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 660.0, + 1406.0, + 660.0, + 1406.0, + 696.0, + 292.0, + 696.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 690.0, + 1405.0, + 690.0, + 1405.0, + 727.0, + 294.0, + 727.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 720.0, + 1406.0, + 720.0, + 1406.0, + 758.0, + 294.0, + 758.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 753.0, + 1402.0, + 753.0, + 1402.0, + 784.0, + 295.0, + 784.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 781.0, + 525.0, + 781.0, + 525.0, + 815.0, + 295.0, + 815.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 560.0, + 781.0, + 791.0, + 781.0, + 791.0, + 815.0, + 560.0, + 815.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1424.0, + 1405.0, + 1424.0, + 1405.0, + 1460.0, + 295.0, + 1460.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1459.0, + 1406.0, + 1459.0, + 1406.0, + 1491.0, + 296.0, + 1491.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1487.0, + 1406.0, + 1487.0, + 1406.0, + 1523.0, + 295.0, + 1523.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1515.0, + 1407.0, + 1515.0, + 1407.0, + 1554.0, + 292.0, + 1554.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1546.0, + 1405.0, + 1546.0, + 1405.0, + 1585.0, + 292.0, + 1585.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1581.0, + 1090.0, + 1581.0, + 1090.0, + 1613.0, + 296.0, + 1613.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 978.0, + 1406.0, + 978.0, + 1406.0, + 1015.0, + 295.0, + 1015.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1008.0, + 1403.0, + 1008.0, + 1403.0, + 1046.0, + 295.0, + 1046.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1042.0, + 1405.0, + 1042.0, + 1405.0, + 1076.0, + 296.0, + 1076.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1065.0, + 1406.0, + 1065.0, + 1406.0, + 1112.0, + 292.0, + 1112.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 543.0, + 1101.0, + 1127.0, + 1101.0, + 1127.0, + 1144.0, + 543.0, + 1144.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 229.0, + 1405.0, + 229.0, + 1405.0, + 265.0, + 295.0, + 265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 259.0, + 1405.0, + 259.0, + 1405.0, + 298.0, + 295.0, + 298.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 291.0, + 1408.0, + 291.0, + 1408.0, + 327.0, + 293.0, + 327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 320.0, + 1408.0, + 320.0, + 1408.0, + 356.0, + 295.0, + 356.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 351.0, + 1405.0, + 351.0, + 1405.0, + 388.0, + 293.0, + 388.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 383.0, + 1320.0, + 383.0, + 1320.0, + 419.0, + 295.0, + 419.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1236.0, + 1405.0, + 1236.0, + 1405.0, + 1275.0, + 294.0, + 1275.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1271.0, + 1403.0, + 1271.0, + 1403.0, + 1304.0, + 295.0, + 1304.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1299.0, + 1406.0, + 1299.0, + 1406.0, + 1337.0, + 294.0, + 1337.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1326.0, + 1406.0, + 1326.0, + 1406.0, + 1371.0, + 292.0, + 1371.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1361.0, + 715.0, + 1361.0, + 715.0, + 1395.0, + 294.0, + 1395.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 733.0, + 1361.0, + 1410.0, + 1361.0, + 1410.0, + 1395.0, + 733.0, + 1395.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 286.0, + 1721.0, + 584.0, + 1721.0, + 584.0, + 1785.0, + 286.0, + 1785.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 605.0, + 1721.0, + 1085.0, + 1721.0, + 1085.0, + 1785.0, + 605.0, + 1785.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1237.0, + 1721.0, + 1415.0, + 1721.0, + 1415.0, + 1785.0, + 1237.0, + 1785.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1761.0, + 1405.0, + 1761.0, + 1405.0, + 1803.0, + 292.0, + 1803.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1796.0, + 453.0, + 1796.0, + 453.0, + 1828.0, + 296.0, + 1828.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1942.0, + 1403.0, + 1942.0, + 1403.0, + 1976.0, + 296.0, + 1976.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1970.0, + 1410.0, + 1970.0, + 1410.0, + 2007.0, + 293.0, + 2007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1997.0, + 448.0, + 1997.0, + 448.0, + 2043.0, + 293.0, + 2043.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 881.0, + 626.0, + 881.0, + 626.0, + 920.0, + 294.0, + 920.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 661.0, + 881.0, + 1192.0, + 881.0, + 1192.0, + 920.0, + 661.0, + 920.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1214.0, + 881.0, + 1407.0, + 881.0, + 1407.0, + 920.0, + 1214.0, + 920.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 915.0, + 1357.0, + 915.0, + 1357.0, + 951.0, + 296.0, + 951.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 5, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 949, + 1405, + 949, + 1405, + 1376, + 298, + 1376 + ], + "score": 0.984 + }, + { + "category_id": 1, + "poly": [ + 298, + 1530, + 1403, + 1530, + 1403, + 1713, + 298, + 1713 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 299, + 1391, + 1405, + 1391, + 1405, + 1514, + 299, + 1514 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 298, + 1911, + 1402, + 1911, + 1402, + 2034, + 298, + 2034 + ], + "score": 0.972 + }, + { + "category_id": 1, + "poly": [ + 298, + 1751, + 1402, + 1751, + 1402, + 1874, + 298, + 1874 + ], + "score": 0.972 + }, + { + "category_id": 3, + "poly": [ + 297, + 219, + 1389, + 219, + 1389, + 757, + 297, + 757 + ], + "score": 0.971 + }, + { + "category_id": 4, + "poly": [ + 457, + 786, + 1237, + 786, + 1237, + 819, + 457, + 819 + ], + "score": 0.926 + }, + { + "category_id": 0, + "poly": [ + 299, + 876, + 480, + 876, + 480, + 912, + 299, + 912 + ], + "score": 0.897 + }, + { + "category_id": 2, + "poly": [ + 297, + 76, + 857, + 76, + 857, + 104, + 297, + 104 + ], + "score": 0.876 + }, + { + "category_id": 2, + "poly": [ + 842, + 2088, + 857, + 2088, + 857, + 2111, + 842, + 2111 + ], + "score": 0.737 + }, + { + "category_id": 13, + "poly": [ + 1147, + 1453, + 1221, + 1453, + 1221, + 1482, + 1147, + 1482 + ], + "score": 0.87, + "latex": "3 7 . 1 \\%" + }, + { + "category_id": 13, + "poly": [ + 1028, + 1392, + 1106, + 1392, + 1106, + 1422, + 1028, + 1422 + ], + "score": 0.86, + "latex": "9 4 . 7 \\%" + }, + { + "category_id": 13, + "poly": [ + 418, + 1484, + 507, + 1484, + 507, + 1513, + 418, + 1513 + ], + "score": 0.86, + "latex": "9 9 . 8 7 \\%" + }, + { + "category_id": 13, + "poly": [ + 1356, + 1254, + 1402, + 1254, + 1402, + 1283, + 1356, + 1283 + ], + "score": 0.65, + "latex": "2 \\mathbf { x } 2" + }, + { + "category_id": 13, + "poly": [ + 1357, + 1391, + 1404, + 1391, + 1404, + 1421, + 1357, + 1421 + ], + "score": 0.31, + "latex": "1 0 \\mathrm { k }" + }, + { + "category_id": 15, + "poly": [ + 375.0, + 226.0, + 423.0, + 226.0, + 423.0, + 251.0, + 375.0, + 251.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 492.0, + 228.0, + 531.0, + 228.0, + 531.0, + 250.0, + 492.0, + 250.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 586.0, + 228.0, + 665.0, + 228.0, + 665.0, + 251.0, + 586.0, + 251.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 699.0, + 228.0, + 775.0, + 228.0, + 775.0, + 252.0, + 699.0, + 252.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 813.0, + 229.0, + 884.0, + 229.0, + 884.0, + 250.0, + 813.0, + 250.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 923.0, + 228.0, + 999.0, + 228.0, + 999.0, + 250.0, + 923.0, + 250.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1035.0, + 228.0, + 1111.0, + 228.0, + 1111.0, + 250.0, + 1035.0, + 250.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1142.0, + 228.0, + 1350.0, + 228.0, + 1350.0, + 251.0, + 1142.0, + 251.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 239.0, + 355.0, + 239.0, + 355.0, + 268.0, + 321.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 269.0, + 324.0, + 269.0, + 324.0, + 447.0, + 297.0, + 447.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 318.0, + 284.0, + 355.0, + 284.0, + 355.0, + 311.0, + 318.0, + 311.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 402.0, + 285.0, + 426.0, + 285.0, + 426.0, + 297.0, + 402.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 326.0, + 353.0, + 326.0, + 353.0, + 350.0, + 319.0, + 350.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 368.0, + 353.0, + 368.0, + 353.0, + 392.0, + 319.0, + 392.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 411.0, + 353.0, + 411.0, + 353.0, + 434.0, + 319.0, + 434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 453.0, + 354.0, + 453.0, + 354.0, + 476.0, + 320.0, + 476.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 493.0, + 449.0, + 493.0, + 449.0, + 513.0, + 354.0, + 513.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 456.0, + 490.0, + 1012.0, + 490.0, + 1012.0, + 514.0, + 456.0, + 514.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1018.0, + 492.0, + 1242.0, + 492.0, + 1242.0, + 515.0, + 1018.0, + 515.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 507.0, + 354.0, + 507.0, + 354.0, + 529.0, + 320.0, + 529.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 533.0, + 353.0, + 533.0, + 353.0, + 710.0, + 297.0, + 710.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1280.0, + 552.0, + 1394.0, + 552.0, + 1394.0, + 575.0, + 1280.0, + 575.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1280.0, + 569.0, + 1348.0, + 569.0, + 1348.0, + 598.0, + 1280.0, + 598.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 590.0, + 353.0, + 590.0, + 353.0, + 614.0, + 319.0, + 614.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1280.0, + 591.0, + 1320.0, + 591.0, + 1320.0, + 614.0, + 1280.0, + 614.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1281.0, + 610.0, + 1320.0, + 610.0, + 1320.0, + 633.0, + 1281.0, + 633.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 631.0, + 353.0, + 631.0, + 353.0, + 655.0, + 320.0, + 655.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1281.0, + 630.0, + 1343.0, + 630.0, + 1343.0, + 651.0, + 1281.0, + 651.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1281.0, + 650.0, + 1322.0, + 650.0, + 1322.0, + 672.0, + 1281.0, + 672.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 674.0, + 353.0, + 674.0, + 353.0, + 697.0, + 319.0, + 697.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1261.0, + 669.0, + 1356.0, + 669.0, + 1356.0, + 694.0, + 1261.0, + 694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 716.0, + 353.0, + 716.0, + 353.0, + 738.0, + 320.0, + 738.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 733.0, + 448.0, + 733.0, + 448.0, + 761.0, + 352.0, + 761.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 455.0, + 780.0, + 1240.0, + 780.0, + 1240.0, + 827.0, + 455.0, + 827.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 873.0, + 485.0, + 873.0, + 485.0, + 920.0, + 291.0, + 920.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 859.0, + 73.0, + 859.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2085.0, + 861.0, + 2085.0, + 861.0, + 2120.0, + 839.0, + 2120.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 948.0, + 1407.0, + 948.0, + 1407.0, + 984.0, + 295.0, + 984.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 979.0, + 1408.0, + 979.0, + 1408.0, + 1016.0, + 292.0, + 1016.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1009.0, + 1408.0, + 1009.0, + 1408.0, + 1046.0, + 293.0, + 1046.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1038.0, + 1406.0, + 1038.0, + 1406.0, + 1076.0, + 293.0, + 1076.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1070.0, + 1406.0, + 1070.0, + 1406.0, + 1105.0, + 295.0, + 1105.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1099.0, + 1407.0, + 1099.0, + 1407.0, + 1136.0, + 293.0, + 1136.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1130.0, + 1406.0, + 1130.0, + 1406.0, + 1166.0, + 295.0, + 1166.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1163.0, + 1406.0, + 1163.0, + 1406.0, + 1198.0, + 293.0, + 1198.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1190.0, + 1407.0, + 1190.0, + 1407.0, + 1228.0, + 293.0, + 1228.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1223.0, + 1407.0, + 1223.0, + 1407.0, + 1259.0, + 295.0, + 1259.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1254.0, + 1355.0, + 1254.0, + 1355.0, + 1288.0, + 293.0, + 1288.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1403.0, + 1254.0, + 1406.0, + 1254.0, + 1406.0, + 1288.0, + 1403.0, + 1288.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1283.0, + 1407.0, + 1283.0, + 1407.0, + 1321.0, + 291.0, + 1321.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1312.0, + 1406.0, + 1312.0, + 1406.0, + 1351.0, + 292.0, + 1351.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1346.0, + 678.0, + 1346.0, + 678.0, + 1378.0, + 293.0, + 1378.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1529.0, + 1405.0, + 1529.0, + 1405.0, + 1565.0, + 294.0, + 1565.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1561.0, + 1405.0, + 1561.0, + 1405.0, + 1596.0, + 294.0, + 1596.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1591.0, + 1405.0, + 1591.0, + 1405.0, + 1627.0, + 294.0, + 1627.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1623.0, + 1405.0, + 1623.0, + 1405.0, + 1654.0, + 296.0, + 1654.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1651.0, + 1405.0, + 1651.0, + 1405.0, + 1687.0, + 293.0, + 1687.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1681.0, + 1235.0, + 1681.0, + 1235.0, + 1719.0, + 293.0, + 1719.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1390.0, + 1027.0, + 1390.0, + 1027.0, + 1425.0, + 294.0, + 1425.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1107.0, + 1390.0, + 1356.0, + 1390.0, + 1356.0, + 1425.0, + 1107.0, + 1425.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1422.0, + 1408.0, + 1422.0, + 1408.0, + 1456.0, + 293.0, + 1456.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1451.0, + 1146.0, + 1451.0, + 1146.0, + 1485.0, + 294.0, + 1485.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1222.0, + 1451.0, + 1409.0, + 1451.0, + 1409.0, + 1485.0, + 1222.0, + 1485.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1480.0, + 417.0, + 1480.0, + 417.0, + 1520.0, + 293.0, + 1520.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 508.0, + 1480.0, + 1400.0, + 1480.0, + 1400.0, + 1520.0, + 508.0, + 1520.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1909.0, + 1406.0, + 1909.0, + 1406.0, + 1946.0, + 292.0, + 1946.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1943.0, + 1406.0, + 1943.0, + 1406.0, + 1976.0, + 294.0, + 1976.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1974.0, + 1406.0, + 1974.0, + 1406.0, + 2006.0, + 294.0, + 2006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 2003.0, + 1407.0, + 2003.0, + 1407.0, + 2039.0, + 293.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1751.0, + 1406.0, + 1751.0, + 1406.0, + 1787.0, + 294.0, + 1787.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1780.0, + 1406.0, + 1780.0, + 1406.0, + 1817.0, + 292.0, + 1817.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1811.0, + 1407.0, + 1811.0, + 1407.0, + 1849.0, + 293.0, + 1849.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1843.0, + 1080.0, + 1843.0, + 1080.0, + 1879.0, + 294.0, + 1879.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 6, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 5, + "poly": [ + 294, + 310, + 1430, + 310, + 1430, + 971, + 294, + 971 + ], + "score": 0.984, + "html": "
BaselineReg. PGA2CPPOHC-MLE
PropertyLogP=-11.000.66 (1.00)0.98 (1.00)1.00 (1.00)0.97 (1.00)
LogP=01.000.78 (1.00)0.98 (1.00)1.00 (1.00)0.98 (1.00)
LogP=11.000.83 (1.00)0.98 (1.00)1.00 (1.00)0.97 (1.00)
LogP=21.000.86 (1.00)0.97 (1.00)1.00 (1.00)0.97 (1.00)
Mult. Obj.LogP=31.000.86 (1.00)0.97 (1.00)0.91 (1.00)0.97 (1.00)
MPO1.000.82 (1.00)0.95 (1.00)1.00 (1.00)0.98 (1.00)
TanimotoRo51.000.77 (1.00)0.96 (1.00)1.00 (1.00)0.59 (1.00)
Albuterol0.02-0.55 (0.41)0.14 (-0.08)0.04 (-0.10)0.32 (0.83)
Aripiprazole-0.15-0.34 (0.63)0.38 (-0.12)0.40 (0.29)0.51 (1.00)
Celecoxxib-0.22-0.35 (0.69)0.20 (-0.06)0.25 (0.14)0.43 (1.00)
Cobimetinib-0.18-0.47 (0.17)-0.01 (-0.01)0.11 (0.06)0.32 (0.57)
Fexofenadine-0.26-0.33 (0.50)-0.24 (-0.13)0.18 (0.19)0.47 (0.82)
Mestranol-0.17-0.46 (0.62)0.14 (-0.22)0.06 (0.30)0.34 (0.85)
Osimertinib-0.44-0.43 (0.15)-0.36 (-0.26)-0.11 (0.11)0.13 (0.48)
Ranolazine-0.20-0.32 (0.49)0.32 (-0.19)0.14 (0.47)0.50 (1.00)
Thiothixene-0.26-0.35 (0.28)-0.09 (-0.19)0.07 (0.29)0.33 (0.57)
Troglitazone-0.28-0.39 (0.27)-0.19 (-0.27)0.06 (0.18)0.24 (0.56)
SummaryMean0.300.09 (0.66)0.42 (0.32)0.48 (0.53)0.59 (0.81)
Runtime0.025s0.68s2.5s8.54s0.31s
" + }, + { + "category_id": 1, + "poly": [ + 298, + 1132, + 1406, + 1132, + 1406, + 1560, + 298, + 1560 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 298, + 1596, + 1403, + 1596, + 1403, + 1781, + 298, + 1781 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 298, + 1816, + 1404, + 1816, + 1404, + 2034, + 298, + 2034 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 299, + 1033, + 1404, + 1033, + 1404, + 1095, + 299, + 1095 + ], + "score": 0.95 + }, + { + "category_id": 6, + "poly": [ + 297, + 224, + 1405, + 224, + 1405, + 287, + 297, + 287 + ], + "score": 0.936 + }, + { + "category_id": 2, + "poly": [ + 840, + 2088, + 858, + 2088, + 858, + 2112, + 840, + 2112 + ], + "score": 0.795 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 857, + 75, + 857, + 104, + 298, + 104 + ], + "score": 0.687 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 857, + 75, + 857, + 105, + 298, + 105 + ], + "score": 0.231 + }, + { + "category_id": 13, + "poly": [ + 555, + 1878, + 694, + 1878, + 694, + 1916, + 555, + 1916 + ], + "score": 0.95, + "latex": "\\begin{array} { r } { P _ { t } = \\frac { 1 } { Z } e ^ { P / t } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 298, + 1347, + 337, + 1347, + 337, + 1377, + 298, + 1377 + ], + "score": 0.88, + "latex": "\\phi _ { D }" + }, + { + "category_id": 13, + "poly": [ + 657, + 1915, + 686, + 1915, + 686, + 1942, + 657, + 1942 + ], + "score": 0.85, + "latex": "P _ { t }" + }, + { + "category_id": 13, + "poly": [ + 430, + 1882, + 456, + 1882, + 456, + 1910, + 430, + 1910 + ], + "score": 0.81, + "latex": "P" + }, + { + "category_id": 13, + "poly": [ + 1020, + 1883, + 1043, + 1883, + 1043, + 1909, + 1020, + 1909 + ], + "score": 0.8, + "latex": "Z" + }, + { + "category_id": 13, + "poly": [ + 1191, + 1884, + 1205, + 1884, + 1205, + 1910, + 1191, + 1910 + ], + "score": 0.72, + "latex": "t" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 224.0, + 1407.0, + 224.0, + 1407.0, + 259.0, + 295.0, + 259.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 254.0, + 1236.0, + 254.0, + 1236.0, + 289.0, + 295.0, + 289.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, + 72.0, + 859.0, + 72.0, + 859.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 73.0, + 859.0, + 73.0, + 859.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1132.0, + 1406.0, + 1132.0, + 1406.0, + 1167.0, + 295.0, + 1167.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1161.0, + 1407.0, + 1161.0, + 1407.0, + 1199.0, + 293.0, + 1199.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1195.0, + 1404.0, + 1195.0, + 1404.0, + 1227.0, + 296.0, + 1227.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1223.0, + 1404.0, + 1223.0, + 1404.0, + 1258.0, + 293.0, + 1258.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1252.0, + 1406.0, + 1252.0, + 1406.0, + 1290.0, + 292.0, + 1290.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1285.0, + 1406.0, + 1285.0, + 1406.0, + 1321.0, + 293.0, + 1321.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1314.0, + 1406.0, + 1314.0, + 1406.0, + 1350.0, + 293.0, + 1350.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1343.0, + 297.0, + 1343.0, + 297.0, + 1383.0, + 293.0, + 1383.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 338.0, + 1343.0, + 1409.0, + 1343.0, + 1409.0, + 1383.0, + 338.0, + 1383.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1373.0, + 1406.0, + 1373.0, + 1406.0, + 1413.0, + 293.0, + 1413.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1407.0, + 1406.0, + 1407.0, + 1406.0, + 1442.0, + 296.0, + 1442.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1432.0, + 1406.0, + 1432.0, + 1406.0, + 1474.0, + 292.0, + 1474.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1464.0, + 1404.0, + 1464.0, + 1404.0, + 1505.0, + 293.0, + 1505.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1498.0, + 1406.0, + 1498.0, + 1406.0, + 1534.0, + 295.0, + 1534.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1528.0, + 756.0, + 1528.0, + 756.0, + 1563.0, + 295.0, + 1563.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1596.0, + 1405.0, + 1596.0, + 1405.0, + 1631.0, + 294.0, + 1631.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1626.0, + 1404.0, + 1626.0, + 1404.0, + 1662.0, + 293.0, + 1662.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1657.0, + 1405.0, + 1657.0, + 1405.0, + 1692.0, + 294.0, + 1692.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1687.0, + 1405.0, + 1687.0, + 1405.0, + 1723.0, + 294.0, + 1723.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1715.0, + 1405.0, + 1715.0, + 1405.0, + 1756.0, + 292.0, + 1756.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1750.0, + 1015.0, + 1750.0, + 1015.0, + 1784.0, + 293.0, + 1784.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1817.0, + 1405.0, + 1817.0, + 1405.0, + 1852.0, + 296.0, + 1852.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1848.0, + 1404.0, + 1848.0, + 1404.0, + 1883.0, + 296.0, + 1883.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1874.0, + 429.0, + 1874.0, + 429.0, + 1920.0, + 292.0, + 1920.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 457.0, + 1874.0, + 554.0, + 1874.0, + 554.0, + 1920.0, + 457.0, + 1920.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 695.0, + 1874.0, + 1019.0, + 1874.0, + 1019.0, + 1920.0, + 695.0, + 1920.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1044.0, + 1874.0, + 1190.0, + 1874.0, + 1190.0, + 1920.0, + 1044.0, + 1920.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1206.0, + 1874.0, + 1410.0, + 1874.0, + 1410.0, + 1920.0, + 1206.0, + 1920.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1911.0, + 656.0, + 1911.0, + 656.0, + 1946.0, + 294.0, + 1946.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 687.0, + 1911.0, + 1406.0, + 1911.0, + 1406.0, + 1946.0, + 687.0, + 1946.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1942.0, + 1405.0, + 1942.0, + 1405.0, + 1977.0, + 294.0, + 1977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1972.0, + 1406.0, + 1972.0, + 1406.0, + 2011.0, + 293.0, + 2011.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 2003.0, + 1402.0, + 2003.0, + 1402.0, + 2038.0, + 294.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1034.0, + 1404.0, + 1034.0, + 1404.0, + 1069.0, + 295.0, + 1069.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1060.0, + 1409.0, + 1060.0, + 1409.0, + 1102.0, + 292.0, + 1102.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 7, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 1171, + 1405, + 1171, + 1405, + 1385, + 298, + 1385 + ], + "score": 0.976 + }, + { + "category_id": 3, + "poly": [ + 307, + 233, + 1374, + 233, + 1374, + 809, + 307, + 809 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 299, + 960, + 1404, + 960, + 1404, + 1053, + 299, + 1053 + ], + "score": 0.971 + }, + { + "category_id": 1, + "poly": [ + 300, + 1400, + 1404, + 1400, + 1404, + 1524, + 300, + 1524 + ], + "score": 0.971 + }, + { + "category_id": 4, + "poly": [ + 294, + 835, + 1404, + 835, + 1404, + 899, + 294, + 899 + ], + "score": 0.935 + }, + { + "category_id": 0, + "poly": [ + 299, + 1099, + 543, + 1099, + 543, + 1134, + 299, + 1134 + ], + "score": 0.887 + }, + { + "category_id": 2, + "poly": [ + 298, + 76, + 857, + 76, + 857, + 104, + 298, + 104 + ], + "score": 0.847 + }, + { + "category_id": 0, + "poly": [ + 299, + 1571, + 488, + 1571, + 488, + 1605, + 299, + 1605 + ], + "score": 0.838 + }, + { + "category_id": 2, + "poly": [ + 840, + 2088, + 858, + 2088, + 858, + 2111, + 840, + 2111 + ], + "score": 0.772 + }, + { + "category_id": 1, + "poly": [ + 296, + 1624, + 1401, + 1624, + 1401, + 1687, + 296, + 1687 + ], + "score": 0.609 + }, + { + "category_id": 1, + "poly": [ + 291, + 1709, + 1403, + 1709, + 1403, + 1775, + 291, + 1775 + ], + "score": 0.568 + }, + { + "category_id": 1, + "poly": [ + 296, + 1971, + 1400, + 1971, + 1400, + 2034, + 296, + 2034 + ], + "score": 0.518 + }, + { + "category_id": 1, + "poly": [ + 292, + 1884, + 1403, + 1884, + 1403, + 1948, + 292, + 1948 + ], + "score": 0.497 + }, + { + "category_id": 1, + "poly": [ + 290, + 1797, + 1404, + 1797, + 1404, + 1862, + 290, + 1862 + ], + "score": 0.475 + }, + { + "category_id": 2, + "poly": [ + 300, + 77, + 855, + 77, + 855, + 104, + 300, + 104 + ], + "score": 0.145 + }, + { + "category_id": 15, + "poly": [ + 901.0, + 255.0, + 974.0, + 255.0, + 974.0, + 280.0, + 901.0, + 280.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 900.0, + 270.0, + 996.0, + 270.0, + 996.0, + 305.0, + 900.0, + 305.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 887.0, + 287.0, + 896.0, + 287.0, + 896.0, + 299.0, + 887.0, + 299.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 900.0, + 290.0, + 996.0, + 290.0, + 996.0, + 325.0, + 900.0, + 325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 887.0, + 305.0, + 898.0, + 305.0, + 898.0, + 316.0, + 887.0, + 316.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 901.0, + 312.0, + 995.0, + 312.0, + 995.0, + 341.0, + 901.0, + 341.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 887.0, + 325.0, + 896.0, + 325.0, + 896.0, + 335.0, + 887.0, + 335.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 901.0, + 331.0, + 996.0, + 331.0, + 996.0, + 359.0, + 901.0, + 359.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 372.0, + 500.0, + 393.0, + 500.0, + 393.0, + 522.0, + 372.0, + 522.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 377.0, + 520.0, + 392.0, + 520.0, + 392.0, + 541.0, + 377.0, + 541.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 382.0, + 561.0, + 391.0, + 561.0, + 391.0, + 573.0, + 382.0, + 573.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 638.0, + 655.0, + 710.0, + 655.0, + 710.0, + 687.0, + 638.0, + 687.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 629.0, + 671.0, + 639.0, + 671.0, + 639.0, + 680.0, + 629.0, + 680.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 640.0, + 674.0, + 719.0, + 674.0, + 719.0, + 702.0, + 640.0, + 702.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 629.0, + 688.0, + 639.0, + 688.0, + 639.0, + 696.0, + 629.0, + 696.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 641.0, + 692.0, + 741.0, + 692.0, + 741.0, + 721.0, + 641.0, + 721.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 629.0, + 706.0, + 639.0, + 706.0, + 639.0, + 715.0, + 629.0, + 715.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 641.0, + 712.0, + 748.0, + 712.0, + 748.0, + 741.0, + 641.0, + 741.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 641.0, + 729.0, + 749.0, + 729.0, + 749.0, + 761.0, + 641.0, + 761.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1102.0, + 758.0, + 1143.0, + 758.0, + 1143.0, + 793.0, + 1102.0, + 793.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 556.0, + 778.0, + 597.0, + 778.0, + 597.0, + 813.0, + 556.0, + 813.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 835.0, + 1407.0, + 835.0, + 1407.0, + 871.0, + 296.0, + 871.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 867.0, + 1336.0, + 867.0, + 1336.0, + 903.0, + 296.0, + 903.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1095.0, + 548.0, + 1095.0, + 548.0, + 1143.0, + 292.0, + 1143.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 73.0, + 859.0, + 73.0, + 859.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1572.0, + 490.0, + 1572.0, + 490.0, + 1608.0, + 296.0, + 1608.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, + 859.0, + 73.0, + 859.0, + 107.0, + 297.0, + 107.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1171.0, + 1405.0, + 1171.0, + 1405.0, + 1206.0, + 295.0, + 1206.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1201.0, + 1407.0, + 1201.0, + 1407.0, + 1235.0, + 295.0, + 1235.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1228.0, + 1406.0, + 1228.0, + 1406.0, + 1269.0, + 292.0, + 1269.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1263.0, + 1407.0, + 1263.0, + 1407.0, + 1298.0, + 295.0, + 1298.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1293.0, + 1405.0, + 1293.0, + 1405.0, + 1327.0, + 293.0, + 1327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1325.0, + 1403.0, + 1325.0, + 1403.0, + 1359.0, + 295.0, + 1359.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1353.0, + 575.0, + 1353.0, + 575.0, + 1390.0, + 293.0, + 1390.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 958.0, + 1404.0, + 958.0, + 1404.0, + 996.0, + 294.0, + 996.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 987.0, + 1404.0, + 987.0, + 1404.0, + 1031.0, + 293.0, + 1031.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1022.0, + 913.0, + 1022.0, + 913.0, + 1056.0, + 295.0, + 1056.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1400.0, + 1405.0, + 1400.0, + 1405.0, + 1433.0, + 295.0, + 1433.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1432.0, + 1405.0, + 1432.0, + 1405.0, + 1464.0, + 295.0, + 1464.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1462.0, + 1404.0, + 1462.0, + 1404.0, + 1497.0, + 294.0, + 1497.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1490.0, + 1380.0, + 1490.0, + 1380.0, + 1530.0, + 294.0, + 1530.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1621.0, + 1406.0, + 1621.0, + 1406.0, + 1661.0, + 294.0, + 1661.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1653.0, + 612.0, + 1653.0, + 612.0, + 1687.0, + 321.0, + 1687.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1710.0, + 1405.0, + 1710.0, + 1405.0, + 1746.0, + 297.0, + 1746.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1739.0, + 771.0, + 1739.0, + 771.0, + 1780.0, + 322.0, + 1780.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1968.0, + 1404.0, + 1968.0, + 1404.0, + 2010.0, + 292.0, + 2010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 2000.0, + 715.0, + 2000.0, + 715.0, + 2036.0, + 321.0, + 2036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1879.0, + 1405.0, + 1879.0, + 1405.0, + 1924.0, + 293.0, + 1924.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1915.0, + 682.0, + 1915.0, + 682.0, + 1949.0, + 321.0, + 1949.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1797.0, + 1405.0, + 1797.0, + 1405.0, + 1833.0, + 296.0, + 1833.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1828.0, + 1350.0, + 1828.0, + 1350.0, + 1863.0, + 322.0, + 1863.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 8, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 764, + 1405, + 764, + 1405, + 889, + 298, + 889 + ], + "score": 0.913 + }, + { + "category_id": 1, + "poly": [ + 296, + 1134, + 1406, + 1134, + 1406, + 1230, + 296, + 1230 + ], + "score": 0.887 + }, + { + "category_id": 1, + "poly": [ + 299, + 650, + 1405, + 650, + 1405, + 746, + 299, + 746 + ], + "score": 0.879 + }, + { + "category_id": 1, + "poly": [ + 293, + 1444, + 1403, + 1444, + 1403, + 1507, + 293, + 1507 + ], + "score": 0.876 + }, + { + "category_id": 1, + "poly": [ + 297, + 908, + 1402, + 908, + 1402, + 973, + 297, + 973 + ], + "score": 0.874 + }, + { + "category_id": 1, + "poly": [ + 296, + 990, + 1407, + 990, + 1407, + 1115, + 296, + 1115 + ], + "score": 0.872 + }, + { + "category_id": 1, + "poly": [ + 302, + 1331, + 1404, + 1331, + 1404, + 1426, + 302, + 1426 + ], + "score": 0.866 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 857, + 75, + 857, + 105, + 298, + 105 + ], + "score": 0.865 + }, + { + "category_id": 1, + "poly": [ + 298, + 455, + 1406, + 455, + 1406, + 549, + 298, + 549 + ], + "score": 0.861 + }, + { + "category_id": 1, + "poly": [ + 291, + 1248, + 1405, + 1248, + 1405, + 1312, + 291, + 1312 + ], + "score": 0.859 + }, + { + "category_id": 1, + "poly": [ + 304, + 1723, + 1368, + 1723, + 1368, + 1758, + 304, + 1758 + ], + "score": 0.859 + }, + { + "category_id": 1, + "poly": [ + 301, + 228, + 1402, + 228, + 1402, + 324, + 301, + 324 + ], + "score": 0.853 + }, + { + "category_id": 1, + "poly": [ + 298, + 569, + 1396, + 569, + 1396, + 633, + 298, + 633 + ], + "score": 0.85 + }, + { + "category_id": 1, + "poly": [ + 300, + 341, + 1403, + 341, + 1403, + 436, + 300, + 436 + ], + "score": 0.848 + }, + { + "category_id": 1, + "poly": [ + 301, + 1640, + 1399, + 1640, + 1399, + 1705, + 301, + 1705 + ], + "score": 0.844 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 864, + 2088, + 864, + 2112, + 836, + 2112 + ], + "score": 0.825 + }, + { + "category_id": 1, + "poly": [ + 298, + 1775, + 1402, + 1775, + 1402, + 1839, + 298, + 1839 + ], + "score": 0.808 + }, + { + "category_id": 1, + "poly": [ + 297, + 1526, + 1406, + 1526, + 1406, + 1622, + 297, + 1622 + ], + "score": 0.775 + }, + { + "category_id": 1, + "poly": [ + 300, + 1941, + 1403, + 1941, + 1403, + 2035, + 300, + 2035 + ], + "score": 0.761 + }, + { + "category_id": 1, + "poly": [ + 294, + 1858, + 1402, + 1858, + 1402, + 1922, + 294, + 1922 + ], + "score": 0.455 + }, + { + "category_id": 15, + "poly": [ + 298.0, + 73.0, + 859.0, + 73.0, + 859.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2084.0, + 868.0, + 2084.0, + 868.0, + 2124.0, + 831.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 767.0, + 1403.0, + 767.0, + 1403.0, + 800.0, + 296.0, + 800.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 797.0, + 1405.0, + 797.0, + 1405.0, + 830.0, + 322.0, + 830.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 828.0, + 1410.0, + 828.0, + 1410.0, + 863.0, + 320.0, + 863.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 858.0, + 477.0, + 858.0, + 477.0, + 889.0, + 323.0, + 889.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1132.0, + 1409.0, + 1132.0, + 1409.0, + 1173.0, + 293.0, + 1173.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1166.0, + 1408.0, + 1166.0, + 1408.0, + 1202.0, + 322.0, + 1202.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1199.0, + 848.0, + 1199.0, + 848.0, + 1231.0, + 323.0, + 1231.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 649.0, + 1404.0, + 649.0, + 1404.0, + 687.0, + 294.0, + 687.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 683.0, + 1403.0, + 683.0, + 1403.0, + 718.0, + 322.0, + 718.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 710.0, + 1372.0, + 710.0, + 1372.0, + 749.0, + 322.0, + 749.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1440.0, + 1408.0, + 1440.0, + 1408.0, + 1483.0, + 293.0, + 1483.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1474.0, + 530.0, + 1474.0, + 530.0, + 1507.0, + 322.0, + 1507.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 908.0, + 1407.0, + 908.0, + 1407.0, + 944.0, + 297.0, + 944.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 940.0, + 671.0, + 940.0, + 671.0, + 973.0, + 324.0, + 973.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 989.0, + 1410.0, + 989.0, + 1410.0, + 1028.0, + 291.0, + 1028.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1023.0, + 1409.0, + 1023.0, + 1409.0, + 1056.0, + 322.0, + 1056.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 1054.0, + 1410.0, + 1054.0, + 1410.0, + 1088.0, + 319.0, + 1088.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1079.0, + 398.0, + 1079.0, + 398.0, + 1119.0, + 320.0, + 1119.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1329.0, + 1408.0, + 1329.0, + 1408.0, + 1369.0, + 295.0, + 1369.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 1363.0, + 1404.0, + 1363.0, + 1404.0, + 1397.0, + 325.0, + 1397.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1394.0, + 877.0, + 1394.0, + 877.0, + 1428.0, + 323.0, + 1428.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 456.0, + 1403.0, + 456.0, + 1403.0, + 490.0, + 296.0, + 490.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 486.0, + 1407.0, + 486.0, + 1407.0, + 524.0, + 322.0, + 524.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 518.0, + 1009.0, + 518.0, + 1009.0, + 552.0, + 325.0, + 552.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1244.0, + 1408.0, + 1244.0, + 1408.0, + 1285.0, + 293.0, + 1285.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 318.0, + 1274.0, + 399.0, + 1274.0, + 399.0, + 1312.0, + 318.0, + 1312.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1717.0, + 1370.0, + 1717.0, + 1370.0, + 1764.0, + 296.0, + 1764.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 228.0, + 1406.0, + 228.0, + 1406.0, + 266.0, + 296.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 261.0, + 1404.0, + 261.0, + 1404.0, + 296.0, + 324.0, + 296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 291.0, + 997.0, + 291.0, + 997.0, + 324.0, + 322.0, + 324.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 568.0, + 1402.0, + 568.0, + 1402.0, + 606.0, + 297.0, + 606.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 598.0, + 1380.0, + 598.0, + 1380.0, + 638.0, + 322.0, + 638.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 340.0, + 1404.0, + 340.0, + 1404.0, + 379.0, + 294.0, + 379.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 373.0, + 1409.0, + 373.0, + 1409.0, + 409.0, + 320.0, + 409.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 404.0, + 468.0, + 404.0, + 468.0, + 436.0, + 324.0, + 436.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1640.0, + 1402.0, + 1640.0, + 1402.0, + 1676.0, + 295.0, + 1676.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1671.0, + 1040.0, + 1671.0, + 1040.0, + 1707.0, + 322.0, + 1707.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1767.0, + 1407.0, + 1767.0, + 1407.0, + 1817.0, + 292.0, + 1817.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1807.0, + 800.0, + 1807.0, + 800.0, + 1839.0, + 321.0, + 1839.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1526.0, + 1408.0, + 1526.0, + 1408.0, + 1564.0, + 295.0, + 1564.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1559.0, + 1404.0, + 1559.0, + 1404.0, + 1594.0, + 324.0, + 1594.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1587.0, + 1270.0, + 1587.0, + 1270.0, + 1624.0, + 323.0, + 1624.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1939.0, + 1404.0, + 1939.0, + 1404.0, + 1978.0, + 295.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1972.0, + 1405.0, + 1972.0, + 1405.0, + 2006.0, + 323.0, + 2006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 2001.0, + 1251.0, + 2001.0, + 1251.0, + 2039.0, + 323.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1858.0, + 1404.0, + 1858.0, + 1404.0, + 1894.0, + 296.0, + 1894.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1889.0, + 842.0, + 1889.0, + 842.0, + 1923.0, + 322.0, + 1923.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 9, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 2, + "poly": [ + 298, + 75, + 857, + 75, + 857, + 105, + 298, + 105 + ], + "score": 0.876 + }, + { + "category_id": 1, + "poly": [ + 297, + 1422, + 1400, + 1422, + 1400, + 1486, + 297, + 1486 + ], + "score": 0.863 + }, + { + "category_id": 1, + "poly": [ + 297, + 1618, + 1402, + 1618, + 1402, + 1684, + 297, + 1684 + ], + "score": 0.846 + }, + { + "category_id": 1, + "poly": [ + 294, + 1700, + 1403, + 1700, + 1403, + 1767, + 294, + 1767 + ], + "score": 0.838 + }, + { + "category_id": 1, + "poly": [ + 300, + 1338, + 1402, + 1338, + 1402, + 1403, + 300, + 1403 + ], + "score": 0.837 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 862, + 2088, + 862, + 2113, + 835, + 2113 + ], + "score": 0.828 + }, + { + "category_id": 1, + "poly": [ + 300, + 1256, + 1402, + 1256, + 1402, + 1321, + 300, + 1321 + ], + "score": 0.819 + }, + { + "category_id": 1, + "poly": [ + 300, + 779, + 1404, + 779, + 1404, + 874, + 300, + 874 + ], + "score": 0.804 + }, + { + "category_id": 1, + "poly": [ + 300, + 613, + 1403, + 613, + 1403, + 708, + 300, + 708 + ], + "score": 0.801 + }, + { + "category_id": 1, + "poly": [ + 299, + 1173, + 1400, + 1173, + 1400, + 1238, + 299, + 1238 + ], + "score": 0.801 + }, + { + "category_id": 1, + "poly": [ + 294, + 228, + 1404, + 228, + 1404, + 294, + 294, + 294 + ], + "score": 0.795 + }, + { + "category_id": 1, + "poly": [ + 294, + 1089, + 1401, + 1089, + 1401, + 1154, + 294, + 1154 + ], + "score": 0.793 + }, + { + "category_id": 1, + "poly": [ + 295, + 975, + 1401, + 975, + 1401, + 1071, + 295, + 1071 + ], + "score": 0.764 + }, + { + "category_id": 1, + "poly": [ + 293, + 892, + 1404, + 892, + 1404, + 959, + 293, + 959 + ], + "score": 0.762 + }, + { + "category_id": 1, + "poly": [ + 294, + 530, + 1402, + 530, + 1402, + 595, + 294, + 595 + ], + "score": 0.759 + }, + { + "category_id": 1, + "poly": [ + 301, + 311, + 1402, + 311, + 1402, + 378, + 301, + 378 + ], + "score": 0.753 + }, + { + "category_id": 1, + "poly": [ + 297, + 448, + 1402, + 448, + 1402, + 513, + 297, + 513 + ], + "score": 0.741 + }, + { + "category_id": 1, + "poly": [ + 296, + 726, + 1115, + 726, + 1115, + 762, + 296, + 762 + ], + "score": 0.739 + }, + { + "category_id": 1, + "poly": [ + 299, + 394, + 1021, + 394, + 1021, + 429, + 299, + 429 + ], + "score": 0.734 + }, + { + "category_id": 1, + "poly": [ + 297, + 1505, + 1407, + 1505, + 1407, + 1600, + 297, + 1600 + ], + "score": 0.729 + }, + { + "category_id": 15, + "poly": [ + 298.0, + 73.0, + 859.0, + 73.0, + 859.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2085.0, + 867.0, + 2085.0, + 867.0, + 2125.0, + 831.0, + 2125.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1421.0, + 1405.0, + 1421.0, + 1405.0, + 1460.0, + 293.0, + 1460.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1453.0, + 902.0, + 1453.0, + 902.0, + 1489.0, + 323.0, + 1489.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1615.0, + 1406.0, + 1615.0, + 1406.0, + 1658.0, + 292.0, + 1658.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1650.0, + 919.0, + 1650.0, + 919.0, + 1686.0, + 324.0, + 1686.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1700.0, + 1405.0, + 1700.0, + 1405.0, + 1737.0, + 294.0, + 1737.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1732.0, + 1275.0, + 1732.0, + 1275.0, + 1767.0, + 323.0, + 1767.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1336.0, + 1407.0, + 1336.0, + 1407.0, + 1377.0, + 294.0, + 1377.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1370.0, + 599.0, + 1370.0, + 599.0, + 1403.0, + 324.0, + 1403.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1256.0, + 1406.0, + 1256.0, + 1406.0, + 1292.0, + 296.0, + 1292.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1287.0, + 1109.0, + 1287.0, + 1109.0, + 1321.0, + 324.0, + 1321.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 779.0, + 1406.0, + 779.0, + 1406.0, + 817.0, + 294.0, + 817.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 812.0, + 1408.0, + 812.0, + 1408.0, + 846.0, + 323.0, + 846.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 836.0, + 399.0, + 836.0, + 399.0, + 877.0, + 320.0, + 877.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 613.0, + 1408.0, + 613.0, + 1408.0, + 651.0, + 295.0, + 651.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 642.0, + 1409.0, + 642.0, + 1409.0, + 684.0, + 320.0, + 684.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 676.0, + 532.0, + 676.0, + 532.0, + 708.0, + 324.0, + 708.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1172.0, + 1402.0, + 1172.0, + 1402.0, + 1208.0, + 295.0, + 1208.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1204.0, + 1103.0, + 1204.0, + 1103.0, + 1239.0, + 321.0, + 1239.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 229.0, + 1406.0, + 229.0, + 1406.0, + 264.0, + 294.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 261.0, + 1368.0, + 261.0, + 1368.0, + 295.0, + 321.0, + 295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1089.0, + 1404.0, + 1089.0, + 1404.0, + 1125.0, + 296.0, + 1125.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1122.0, + 594.0, + 1122.0, + 594.0, + 1155.0, + 321.0, + 1155.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 975.0, + 1406.0, + 975.0, + 1406.0, + 1013.0, + 294.0, + 1013.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1008.0, + 1406.0, + 1008.0, + 1406.0, + 1043.0, + 323.0, + 1043.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1039.0, + 612.0, + 1039.0, + 612.0, + 1068.0, + 323.0, + 1068.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 888.0, + 1405.0, + 888.0, + 1405.0, + 933.0, + 292.0, + 933.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 926.0, + 1059.0, + 926.0, + 1059.0, + 959.0, + 322.0, + 959.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 532.0, + 1404.0, + 532.0, + 1404.0, + 568.0, + 296.0, + 568.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 563.0, + 736.0, + 563.0, + 736.0, + 595.0, + 322.0, + 595.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 311.0, + 1404.0, + 311.0, + 1404.0, + 350.0, + 295.0, + 350.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 343.0, + 1344.0, + 343.0, + 1344.0, + 380.0, + 322.0, + 380.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 444.0, + 1407.0, + 444.0, + 1407.0, + 488.0, + 294.0, + 488.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 479.0, + 1300.0, + 479.0, + 1300.0, + 513.0, + 322.0, + 513.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 725.0, + 1116.0, + 725.0, + 1116.0, + 764.0, + 296.0, + 764.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 391.0, + 1024.0, + 391.0, + 1024.0, + 433.0, + 294.0, + 433.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1504.0, + 1407.0, + 1504.0, + 1407.0, + 1542.0, + 295.0, + 1542.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 1534.0, + 1410.0, + 1534.0, + 1410.0, + 1573.0, + 319.0, + 1573.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1567.0, + 572.0, + 1567.0, + 572.0, + 1601.0, + 324.0, + 1601.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 10, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 573, + 1404, + 573, + 1404, + 880, + 298, + 880 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 298, + 296, + 1404, + 296, + 1404, + 478, + 298, + 478 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 301, + 895, + 1403, + 895, + 1403, + 988, + 301, + 988 + ], + "score": 0.971 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 857, + 75, + 857, + 104, + 298, + 104 + ], + "score": 0.889 + }, + { + "category_id": 0, + "poly": [ + 303, + 226, + 767, + 226, + 767, + 261, + 303, + 261 + ], + "score": 0.856 + }, + { + "category_id": 0, + "poly": [ + 300, + 517, + 613, + 517, + 613, + 547, + 300, + 547 + ], + "score": 0.85 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 863, + 2088, + 863, + 2112, + 836, + 2112 + ], + "score": 0.837 + }, + { + "category_id": 13, + "poly": [ + 409, + 956, + 470, + 956, + 470, + 990, + 409, + 990 + ], + "score": 0.88, + "latex": "\" \\setminus \"" + }, + { + "category_id": 13, + "poly": [ + 495, + 728, + 572, + 728, + 572, + 757, + 495, + 757 + ], + "score": 0.87, + "latex": "9 6 . 7 \\%" + }, + { + "category_id": 13, + "poly": [ + 1257, + 928, + 1307, + 928, + 1307, + 958, + 1257, + 958 + ], + "score": 0.28, + "latex": "\" \\bigcirc : " + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 859.0, + 72.0, + 859.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 223.0, + 772.0, + 223.0, + 772.0, + 266.0, + 295.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 519.0, + 616.0, + 519.0, + 616.0, + 550.0, + 297.0, + 550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2085.0, + 868.0, + 2085.0, + 868.0, + 2124.0, + 832.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 571.0, + 1404.0, + 571.0, + 1404.0, + 611.0, + 293.0, + 611.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 606.0, + 1408.0, + 606.0, + 1408.0, + 641.0, + 294.0, + 641.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 635.0, + 1405.0, + 635.0, + 1405.0, + 671.0, + 294.0, + 671.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 665.0, + 1404.0, + 665.0, + 1404.0, + 701.0, + 294.0, + 701.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 696.0, + 1406.0, + 696.0, + 1406.0, + 732.0, + 293.0, + 732.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 724.0, + 494.0, + 724.0, + 494.0, + 766.0, + 291.0, + 766.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 573.0, + 724.0, + 1406.0, + 724.0, + 1406.0, + 766.0, + 573.0, + 766.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 758.0, + 1404.0, + 758.0, + 1404.0, + 790.0, + 296.0, + 790.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 790.0, + 1405.0, + 790.0, + 1405.0, + 822.0, + 294.0, + 822.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 818.0, + 1405.0, + 818.0, + 1405.0, + 854.0, + 294.0, + 854.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 849.0, + 906.0, + 849.0, + 906.0, + 883.0, + 293.0, + 883.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 295.0, + 1405.0, + 295.0, + 1405.0, + 330.0, + 296.0, + 330.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 327.0, + 1406.0, + 327.0, + 1406.0, + 359.0, + 293.0, + 359.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 357.0, + 1407.0, + 357.0, + 1407.0, + 393.0, + 292.0, + 393.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 383.0, + 1405.0, + 383.0, + 1405.0, + 425.0, + 292.0, + 425.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 418.0, + 1405.0, + 418.0, + 1405.0, + 454.0, + 294.0, + 454.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 449.0, + 617.0, + 449.0, + 617.0, + 480.0, + 296.0, + 480.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 892.0, + 1407.0, + 892.0, + 1407.0, + 931.0, + 294.0, + 931.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 928.0, + 1256.0, + 928.0, + 1256.0, + 958.0, + 297.0, + 958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1308.0, + 928.0, + 1404.0, + 928.0, + 1404.0, + 958.0, + 1308.0, + 958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 956.0, + 408.0, + 956.0, + 408.0, + 993.0, + 296.0, + 993.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 471.0, + 956.0, + 952.0, + 956.0, + 952.0, + 993.0, + 471.0, + 993.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 11, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 3, + "poly": [ + 296, + 260, + 1392, + 260, + 1392, + 802, + 296, + 802 + ], + "score": 0.974 + }, + { + "category_id": 5, + "poly": [ + 397, + 1722, + 1293, + 1722, + 1293, + 2001, + 397, + 2001 + ], + "score": 0.973, + "html": "
DrugSMILES
AlbuterolCC(C)(C)NCC(O)clccc(O)c(CO)c1
AripiprazoleClc1cccc(N2CCN(CCCCOc3ccc4CCC(=O)Nc4c3)CC2)c1C1
CelecoxxibCclccc(ccl)-clcc(nnl-clccc(ccl)S(N)(=O)=O)C(F)(F)F
CobimetinibOC1(CN(C1)C(=O)clccc(F)c(F)c1Nclccc(I) cclF)C1CCCCN1
FexofenadineCC(C)(C(O)=O)clccc(ccl)C(O)cccNiccC(Cc1)C(O)(clcccccl)clccccc1
MestranolCOc1ccc2C3CCC4(C)C(CCC4(O)C#C)C3CCc2c1
OsimertinibCOclcc(N(C)CCN(C)C)c(NC(=O)C=C)cc1Nc2nccc(n2)c3cn(C)c4ccccc34
RanolazineCOc1ccccc1OCC(O) CN2CCN(CC(=O)Nc3c(C)cccc3C)CC2
ThiothixeneCN(C)S(=O)(=O)clccc2Sc3ccccc3C(=CCCN4CCN(C)CC4)c2c1
TroglitazoneCclc(C)c2OC(C) (COc3ccc(CC4SC(=O)NC4=O)cc3)CCc2c(C)c1O
" + }, + { + "category_id": 5, + "poly": [ + 295, + 1053, + 1467, + 1053, + 1467, + 1591, + 295, + 1591 + ], + "score": 0.967, + "html": "
Forbidden Symbols'Li','Be','Ne','Na','Mg','Al','Ar','K','Ca','Sc', 'Ti','V','Cr','Mn','Fe','Co','Ni','Cu','Zn','Ga', 'Ge','As','Kr','Rb','Sr','Y','Zr','Nb','Mo','Tc', 'Ru','Rh','Pd','Ag','Cd','In','Sn','Sb','Xe','Cs', 'Ba','Hf','Ta','W','Re','Os','Ir','Pt','Au','Hg', 'Tl','Pb','Bi','Po','At','Rn','Fr','Ra','Rf','Db', 'Sg','Bh','Hs','Mt','Ds','Rg','Cn','Fl','Lv','La', 'Ce','Pr','Nd','Pm','Sm','Eu','Gd','Tb','Dy','Ho', 'Er','Tm','Yb','Lu','Ac','Th','Pa','U','Np','Pu',
Multi-character Symbols'te','Te','se'
Included Symbols'Br':Y,'Cl':X,'Si':A,'Se':Z 'Q','\\n','','#','%','(', 1
" + }, + { + "category_id": 4, + "poly": [ + 297, + 825, + 1407, + 825, + 1407, + 919, + 297, + 919 + ], + "score": 0.958 + }, + { + "category_id": 6, + "poly": [ + 553, + 1664, + 1146, + 1664, + 1146, + 1697, + 553, + 1697 + ], + "score": 0.92 + }, + { + "category_id": 6, + "poly": [ + 672, + 994, + 1028, + 994, + 1028, + 1027, + 672, + 1027 + ], + "score": 0.9 + }, + { + "category_id": 2, + "poly": [ + 298, + 76, + 857, + 76, + 857, + 104, + 298, + 104 + ], + "score": 0.888 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 863, + 2088, + 863, + 2113, + 835, + 2113 + ], + "score": 0.862 + }, + { + "category_id": 13, + "poly": [ + 668, + 1861, + 697, + 1861, + 697, + 1880, + 668, + 1880 + ], + "score": 0.7, + "latex": "{ } = 0" + }, + { + "category_id": 13, + "poly": [ + 898, + 1793, + 932, + 1793, + 932, + 1813, + 898, + 1813 + ], + "score": 0.5, + "latex": "( = 0 )" + }, + { + "category_id": 13, + "poly": [ + 691, + 1839, + 724, + 1839, + 724, + 1858, + 691, + 1858 + ], + "score": 0.46, + "latex": "_ { , = 0 ) }" + }, + { + "category_id": 13, + "poly": [ + 852, + 1927, + 888, + 1927, + 888, + 1946, + 852, + 1946 + ], + "score": 0.42, + "latex": "( = 0 )" + }, + { + "category_id": 13, + "poly": [ + 675, + 1948, + 711, + 1948, + 711, + 1968, + 675, + 1968 + ], + "score": 0.38, + "latex": "( = 0 )" + }, + { + "category_id": 13, + "poly": [ + 829, + 1904, + 864, + 1904, + 864, + 1924, + 829, + 1924 + ], + "score": 0.38, + "latex": "_ { ( = 0 ) }" + }, + { + "category_id": 13, + "poly": [ + 888, + 1971, + 919, + 1971, + 919, + 1990, + 888, + 1990 + ], + "score": 0.37, + "latex": "_ { 1 } = 0 " + }, + { + "category_id": 13, + "poly": [ + 629, + 1949, + 665, + 1949, + 665, + 1967, + 629, + 1967 + ], + "score": 0.33, + "latex": "( = 0 )" + }, + { + "category_id": 15, + "poly": [ + 1208.0, + 511.0, + 1214.0, + 511.0, + 1214.0, + 517.0, + 1208.0, + 517.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1238.0, + 725.0, + 1337.0, + 725.0, + 1337.0, + 758.0, + 1238.0, + 758.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1236.0, + 749.0, + 1389.0, + 749.0, + 1389.0, + 788.0, + 1236.0, + 788.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 823.0, + 1405.0, + 823.0, + 1405.0, + 862.0, + 292.0, + 862.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 855.0, + 1404.0, + 855.0, + 1404.0, + 893.0, + 294.0, + 893.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 885.0, + 538.0, + 885.0, + 538.0, + 919.0, + 296.0, + 919.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 553.0, + 1663.0, + 1147.0, + 1663.0, + 1147.0, + 1699.0, + 553.0, + 1699.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 668.0, + 990.0, + 1028.0, + 990.0, + 1028.0, + 1031.0, + 668.0, + 1031.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 73.0, + 859.0, + 73.0, + 859.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2085.0, + 868.0, + 2085.0, + 868.0, + 2123.0, + 831.0, + 2123.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 12, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 3, + "poly": [ + 295, + 740, + 1405, + 740, + 1405, + 1448, + 295, + 1448 + ], + "score": 0.97 + }, + { + "category_id": 4, + "poly": [ + 530, + 1470, + 1166, + 1470, + 1166, + 1504, + 530, + 1504 + ], + "score": 0.924 + }, + { + "category_id": 2, + "poly": [ + 297, + 75, + 858, + 75, + 858, + 106, + 297, + 106 + ], + "score": 0.893 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 864, + 2088, + 864, + 2113, + 835, + 2113 + ], + "score": 0.842 + }, + { + "category_id": 15, + "poly": [ + 704.0, + 732.0, + 965.0, + 732.0, + 965.0, + 838.0, + 704.0, + 838.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 817.0, + 829.0, + 829.0, + 829.0, + 829.0, + 839.0, + 817.0, + 839.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 415.0, + 902.0, + 513.0, + 902.0, + 513.0, + 931.0, + 415.0, + 931.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 773.0, + 901.0, + 875.0, + 901.0, + 875.0, + 934.0, + 773.0, + 934.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1165.0, + 895.0, + 1270.0, + 895.0, + 1270.0, + 933.0, + 1165.0, + 933.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 268.0, + 956.0, + 682.0, + 956.0, + 682.0, + 1198.0, + 268.0, + 1198.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 772.0, + 1156.0, + 876.0, + 1156.0, + 876.0, + 1189.0, + 772.0, + 1189.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1159.0, + 1158.0, + 1275.0, + 1158.0, + 1275.0, + 1186.0, + 1159.0, + 1186.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 410.0, + 1346.0, + 475.0, + 1346.0, + 475.0, + 1401.0, + 410.0, + 1401.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1241.0, + 1352.0, + 1271.0, + 1352.0, + 1271.0, + 1369.0, + 1241.0, + 1369.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 386.0, + 1418.0, + 483.0, + 1418.0, + 483.0, + 1451.0, + 386.0, + 1451.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 639.0, + 1418.0, + 738.0, + 1418.0, + 738.0, + 1452.0, + 639.0, + 1452.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 912.0, + 1418.0, + 1001.0, + 1418.0, + 1001.0, + 1451.0, + 912.0, + 1451.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1190.0, + 1420.0, + 1272.0, + 1420.0, + 1272.0, + 1451.0, + 1190.0, + 1451.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 274.75, + 752.0, + 656.75, + 752.0, + 656.75, + 891.0, + 274.75, + 891.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 990.25, + 740.5, + 1454.25, + 740.5, + 1454.25, + 923.5, + 990.25, + 923.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 671.0, + 810.5, + 845.0, + 810.5, + 845.0, + 906.5, + 671.0, + 906.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 624.0, + 992.5, + 1011.0, + 992.5, + 1011.0, + 1126.5, + 624.0, + 1126.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1041.25, + 1034.5, + 1410.25, + 1034.5, + 1410.25, + 1167.5, + 1041.25, + 1167.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1037.0, + 1011.0, + 1126.0, + 1011.0, + 1126.0, + 1061.0, + 1037.0, + 1061.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 270.0, + 1211.5, + 708.0, + 1211.5, + 708.0, + 1368.5, + 270.0, + 1368.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1103.0, + 1261.5, + 1354.0, + 1261.5, + 1354.0, + 1381.5, + 1103.0, + 1381.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 555.0, + 1250.5, + 1148.0, + 1250.5, + 1148.0, + 1444.0, + 555.0, + 1444.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 532.0, + 1468.0, + 1166.0, + 1468.0, + 1166.0, + 1508.0, + 532.0, + 1508.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 858.0, + 72.0, + 858.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2085.0, + 869.0, + 2085.0, + 869.0, + 2123.0, + 831.0, + 2123.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 13, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 5, + "poly": [ + 296, + 440, + 1484, + 440, + 1484, + 1870, + 296, + 1870 + ], + "score": 0.981, + "html": "
ModelParamExplanation
Baselinebatchsize = 10 epochs = 1000Number of SMILES per batch Number of batches
Reg. PGmax_len=100 batchsize=128 num_epochs=128 c_reg=10Max length of a SMILES Number of parallel batches Number of batches of RL optimization Weight of the MLE regularizer Learning rate of Adam optimizer
A2Clr=1e-4 num_actions=1e6 max-grad_norm=0.5 gamma=1.0 ir=4e-4 eps=1e-8 num_steps=40 batch_size=32 entropy-coef=0.013 gae=1 tau=0.95Total number of actions of RL optimization Maximum norm of gradient before clipping Time-discount factor Learning rate of Adam optimizer Epsilon parameter for Adam optimizer Number of steps of forward steps Number of parallel environments Multiplicative cost of the entropy Use generalized advantage estimation Generalized advantage estimation tau
GANval_loss_wt=0.5 pretrain_discrim=5 num_rounds=4 rl_epochs=5 discr_epochs=1 phi_D=0.05 batch_size=8 max_len=100 gamma=0.98 num_rollout s=3 lr=1e-3 lr=1e-3Weight of the value loss Number of epochs to pretrain the discriminator Number of rounds of RL-and-discriminator alternating training Number of RL epochs per round Number of discriminator epochs per round Weight of the discriminator in reward Batch size of training Max rollout length Time-discount factor for rollouts Number of rollouts per action-step Learning rate of Adam optimizer for generator Learning rate of Adam optimizer for discriminator
PPOppo_batch_size=64 ppo_epoch=4 epsilon=0.2 num_actions=1e6 max-grad_norm=0.5 gamma=1.0 lr=4e-4 eps=1e-8 num_steps=40 batch_size=32 entropy-coef=0.013 gae=0 val_loss_wt=0.5Batch size of the PPO updates Number of PPO epochs Width of the PPO clip region Total number of actions of RL optimization Maximum norm of gradient before clipping Time-discount factor Learning rate of Adam optimizer Epsilon parameter for Adam optimizer Number of steps of forward steps Number of parallel environments Multiplicative cost of the entropy Do not use generalized advantage estimation Weight of the value loss
" + }, + { + "category_id": 2, + "poly": [ + 297, + 75, + 857, + 75, + 857, + 105, + 297, + 105 + ], + "score": 0.913 + }, + { + "category_id": 6, + "poly": [ + 704, + 397, + 997, + 397, + 997, + 430, + 704, + 430 + ], + "score": 0.897 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 864, + 2088, + 864, + 2113, + 835, + 2113 + ], + "score": 0.859 + }, + { + "category_id": 13, + "poly": [ + 602, + 1132, + 638, + 1132, + 638, + 1157, + 602, + 1157 + ], + "score": 0.76, + "latex": "= 4" + }, + { + "category_id": 13, + "poly": [ + 646, + 1572, + 681, + 1572, + 681, + 1597, + 646, + 1597 + ], + "score": 0.73, + "latex": "{ } = 0" + }, + { + "category_id": 13, + "poly": [ + 527, + 1603, + 561, + 1603, + 561, + 1628, + 527, + 1628 + ], + "score": 0.73, + "latex": "^ { = 1 }" + }, + { + "category_id": 13, + "poly": [ + 636, + 1193, + 671, + 1193, + 671, + 1218, + 636, + 1218 + ], + "score": 0.69, + "latex": "^ { = 1 }" + }, + { + "category_id": 13, + "poly": [ + 636, + 966, + 671, + 966, + 671, + 991, + 636, + 991 + ], + "score": 0.67, + "latex": "= 0" + }, + { + "category_id": 13, + "poly": [ + 702, + 1101, + 738, + 1101, + 738, + 1127, + 702, + 1127 + ], + "score": 0.65, + "latex": "_ { 1 } = 5" + }, + { + "category_id": 13, + "poly": [ + 586, + 1162, + 622, + 1162, + 622, + 1187, + 586, + 1187 + ], + "score": 0.65, + "latex": "= 5" + }, + { + "category_id": 13, + "poly": [ + 619, + 1344, + 672, + 1344, + 672, + 1370, + 619, + 1370 + ], + "score": 0.64, + "latex": "S = 3" + }, + { + "category_id": 13, + "poly": [ + 586, + 1480, + 621, + 1480, + 621, + 1505, + 586, + 1505 + ], + "score": 0.58, + "latex": "= 4" + }, + { + "category_id": 13, + "poly": [ + 584, + 935, + 654, + 935, + 654, + 961, + 584, + 961 + ], + "score": 0.56, + "latex": "e { = } 3 2" + }, + { + "category_id": 13, + "poly": [ + 519, + 1222, + 556, + 1222, + 556, + 1248, + 519, + 1248 + ], + "score": 0.55, + "latex": "= 0" + }, + { + "category_id": 13, + "poly": [ + 602, + 1253, + 638, + 1253, + 638, + 1278, + 602, + 1278 + ], + "score": 0.55, + "latex": "= 8" + }, + { + "category_id": 13, + "poly": [ + 494, + 996, + 527, + 996, + 527, + 1020, + 494, + 1020 + ], + "score": 0.53, + "latex": "^ { = 1 }" + }, + { + "category_id": 13, + "poly": [ + 527, + 814, + 561, + 814, + 561, + 839, + 527, + 839 + ], + "score": 0.52, + "latex": "^ { = 1 }" + }, + { + "category_id": 13, + "poly": [ + 526, + 1315, + 563, + 1315, + 563, + 1339, + 526, + 1339 + ], + "score": 0.5, + "latex": "{ } = 0" + }, + { + "category_id": 13, + "poly": [ + 578, + 1723, + 654, + 1723, + 654, + 1749, + 578, + 1749 + ], + "score": 0.4, + "latex": "z \\in = 3 2" + }, + { + "category_id": 13, + "poly": [ + 646, + 783, + 681, + 783, + 681, + 807, + 646, + 807 + ], + "score": 0.4, + "latex": "{ } = 0" + }, + { + "category_id": 13, + "poly": [ + 553, + 1284, + 621, + 1284, + 621, + 1309, + 553, + 1309 + ], + "score": 0.4, + "latex": "= 1 0 0" + }, + { + "category_id": 13, + "poly": [ + 493, + 1785, + 528, + 1785, + 528, + 1811, + 493, + 1811 + ], + "score": 0.38, + "latex": "= 0" + }, + { + "category_id": 13, + "poly": [ + 572, + 904, + 637, + 904, + 637, + 930, + 572, + 930 + ], + "score": 0.37, + "latex": "S { = } 4 0" + }, + { + "category_id": 13, + "poly": [ + 617, + 1541, + 688, + 1541, + 688, + 1567, + 617, + 1567 + ], + "score": 0.37, + "latex": "_ { \\cdot = 1 \\in 6 }" + }, + { + "category_id": 13, + "poly": [ + 636, + 1754, + 671, + 1754, + 671, + 1779, + 636, + 1779 + ], + "score": 0.35, + "latex": "= 0" + }, + { + "category_id": 13, + "poly": [ + 582, + 1693, + 636, + 1693, + 636, + 1718, + 582, + 1718 + ], + "score": 0.35, + "latex": "\\mathord { \\mathrm { = } } 4 0" + }, + { + "category_id": 13, + "poly": [ + 635, + 1449, + 713, + 1449, + 713, + 1475, + 635, + 1475 + ], + "score": 0.32, + "latex": "z \\in = 6 4" + }, + { + "category_id": 13, + "poly": [ + 613, + 753, + 688, + 753, + 688, + 777, + 613, + 777 + ], + "score": 0.27, + "latex": "_ { 3 } = 1 \\in 6" + }, + { + "category_id": 13, + "poly": [ + 494, + 1026, + 529, + 1026, + 529, + 1051, + 494, + 1051 + ], + "score": 0.25, + "latex": "= 0" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 859.0, + 73.0, + 859.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 700.0, + 394.0, + 999.0, + 394.0, + 999.0, + 433.0, + 700.0, + 433.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2085.0, + 868.0, + 2085.0, + 868.0, + 2123.0, + 831.0, + 2123.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 14, + "width": 1700, + "height": 2200 + } + } +] \ No newline at end of file diff --git a/parse/train/St1giarCHLP/St1giarCHLP.md b/parse/train/St1giarCHLP/St1giarCHLP.md new file mode 100644 index 0000000000000000000000000000000000000000..b18a822981496c0ca27c9d018da3476acddce149 --- /dev/null +++ b/parse/train/St1giarCHLP/St1giarCHLP.md @@ -0,0 +1,607 @@ +# DENOISING DIFFUSION IMPLICIT MODELS + +Jiaming Song, Chenlin Meng & Stefano Ermon Stanford University {tsong,chenlin,ermon}@cs.stanford.edu + +# ABSTRACT + +Denoising diffusion probabilistic models (DDPMs) have achieved high quality image generation without adversarial training, yet they require simulating a Markov chain for many steps in order to produce a sample. To accelerate sampling, we present denoising diffusion implicit models (DDIMs), a more efficient class of iterative implicit probabilistic models with the same training procedure as DDPMs. In DDPMs, the generative process is defined as the reverse of a particular Markovian diffusion process. We generalize DDPMs via a class of non-Markovian diffusion processes that lead to the same training objective. These non-Markovian processes can correspond to generative processes that are deterministic, giving rise to implicit models that produce high quality samples much faster. We empirically demonstrate that DDIMs can produce high quality samples $1 0 \times$ to $5 0 \times$ faster in terms of wall-clock time compared to DDPMs, allow us to trade off computation for sample quality, perform semantically meaningful image interpolation directly in the latent space, and reconstruct observations with very low error. + +# 1 INTRODUCTION + +Deep generative models have demonstrated the ability to produce high quality samples in many domains (Karras et al., 2020; van den Oord et al., 2016a). In terms of image generation, generative adversarial networks (GANs, Goodfellow et al. (2014)) currently exhibits higher sample quality than likelihood-based methods such as variational autoencoders (Kingma & Welling, 2013), autoregressive models (van den Oord et al., 2016b) and normalizing flows (Rezende & Mohamed, 2015; Dinh et al., 2016). However, GANs require very specific choices in optimization and architectures in order to stabilize training (Arjovsky et al., 2017; Gulrajani et al., 2017; Karras et al., 2018; Brock et al., 2018), and could fail to cover modes of the data distribution (Zhao et al., 2018). + +Recent works on iterative generative models (Bengio et al., 2014), such as denoising diffusion probabilistic models (DDPM, Ho et al. (2020)) and noise conditional score networks (NCSN, Song & Ermon (2019)) have demonstrated the ability to produce samples comparable to that of GANs, without having to perform adversarial training. To achieve this, many denoising autoencoding models are trained to denoise samples corrupted by various levels of Gaussian noise. Samples are then produced by a Markov chain which, starting from white noise, progressively denoises it into an image. This generative Markov Chain process is either based on Langevin dynamics (Song & Ermon, 2019) or obtained by reversing a forward diffusion process that progressively turns an image into noise (Sohl-Dickstein et al., 2015). + +A critical drawback of these models is that they require many iterations to produce a high quality sample. For DDPMs, this is because that the generative process (from noise to data) approximates the reverse of the forward diffusion process (from data to noise), which could have thousands of steps; iterating over all the steps is required to produce a single sample, which is much slower compared to GANs, which only needs one pass through a network. For example, it takes around 20 hours to sample $5 0 \mathrm { k }$ images of size $3 2 \times 3 2$ from a DDPM, but less than a minute to do so from a GAN on a Nvidia 2080 Ti GPU. This becomes more problematic for larger images as sampling $5 0 \mathrm { k }$ images of size $2 5 6 \times 2 5 6$ could take nearly 1000 hours on the same GPU. + +To close this efficiency gap between DDPMs and GANs, we present denoising diffusion implicit models (DDIMs). DDIMs are implicit probabilistic models (Mohamed & Lakshminarayanan, 2016) and are closely related to DDPMs, in the sense that they are trained with the same objective function. + +![](images/b589aee0ff1406f14c68aaf15ec304b77f5fe846a3c09e3090e4e7aa384af8c4.jpg) +Figure 1: Graphical models for diffusion (left) and non-Markovian (right) inference models. + +In Section 3, we generalize the forward diffusion process used by DDPMs, which is Markovian, to non-Markovian ones, for which we are still able to design suitable reverse generative Markov chains. We show that the resulting variational training objectives have a shared surrogate objective, which is exactly the objective used to train DDPM. Therefore, we can freely choose from a large family of generative models using the same neural network simply by choosing a different, nonMarkovian diffusion process (Section 4.1) and the corresponding reverse generative Markov Chain. In particular, we are able to use non-Markovian diffusion processes which lead to ”short” generative Markov chains (Section 4.2) that can be simulated in a small number of steps. This can massively increase sample efficiency only at a minor cost in sample quality. + +In Section 5, we demonstrate several empirical benefits of DDIMs over DDPMs. First, DDIMs have superior sample generation quality compared to DDPMs, when we accelerate sampling by $1 0 \times$ to $1 0 0 \times$ using our proposed method. Second, DDIM samples have the following “consistency” property, which does not hold for DDPMs: if we start with the same initial latent variable and generate several samples with Markov chains of various lengths, these samples would have similar high-level features. Third, because of “consistency” in DDIMs, we can perform semantically meaningful image interpolation by manipulating the initial latent variable in DDIMs, unlike DDPMs which interpolates near the image space due to the stochastic generative process. + +# 2 BACKGROUND + +Given samples from a data distribution $q ( { \pmb x } _ { 0 } )$ , we are interested in learning a model distribution $p _ { \theta } ( { \pmb x } _ { 0 } )$ that approximates $q ( { \pmb x } _ { 0 } )$ and is easy to sample from. Denoising diffusion probabilistic models (DDPMs, Sohl-Dickstein et al. (2015); Ho et al. (2020)) are latent variable models of the form + +$$ +p _ { \theta } ( \pmb { x } _ { 0 } ) = \int p _ { \theta } ( \pmb { x } _ { 0 : T } ) \mathrm { d } \pmb { x } _ { 1 : T } , \quad \mathrm { w h e r e } \quad p _ { \theta } ( \pmb { x } _ { 0 : T } ) : = p _ { \theta } ( \pmb { x } _ { T } ) \prod _ { t = 1 } ^ { T } p _ { \theta } ^ { ( t ) } ( \pmb { x } _ { t - 1 } | \pmb { x } _ { t } ) +$$ + +where $\pmb { x } _ { 1 } , \ldots , \pmb { x } _ { T }$ are latent variables in the same sample space as $\scriptstyle { \mathbf { { \mathit { x } } } } _ { 0 }$ (denoted as $\mathcal { X }$ ). The parameters $\theta$ are learned to fit the data distribution $q ( { \pmb x } _ { 0 } )$ by maximizing a variational lower bound: + +$$ +\operatorname* { m a x } _ { \theta } \mathbb { E } _ { q ( \pmb { x } _ { 0 } ) } [ \log p _ { \theta } ( \pmb { x } _ { 0 } ) ] \leq \operatorname* { m a x } _ { \theta } \mathbb { E } _ { q ( \pmb { x } _ { 0 } , \pmb { x } _ { 1 } , \dots , \pmb { x } _ { T } ) } \left[ \log p _ { \theta } ( \pmb { x } _ { 0 : T } ) - \log q ( \pmb { x } _ { 1 : T } | \pmb { x } _ { 0 } ) \right] +$$ + +where $q ( { \pmb x } _ { 1 : T } | { \pmb x } _ { 0 } )$ is some inference distribution over the latent variables. Unlike typical latent variable models (such as the variational autoencoder (Rezende et al., 2014)), DDPMs are learned with a fixed (rather than trainable) inference procedure $q \big ( \pmb { x } _ { 1 : T } | \pmb { x } _ { 0 } \big )$ , and latent variables are relatively high dimensional. For example, Ho et al. (2020) considered the following Markov chain with Gaussian transitions parameterized by a decreasing sequence $\alpha _ { 1 : T } \in ( 0 , 1 ] ^ { T }$ : + +$$ +q ( \pmb { x } _ { 1 : T } | \pmb { x } _ { 0 } ) : = \prod _ { t = 1 } ^ { T } q ( \pmb { x } _ { t } | \pmb { x } _ { t - 1 } ) , \mathrm { w h e r e ~ } q ( \pmb { x } _ { t } | \pmb { x } _ { t - 1 } ) : = \mathcal { N } \left( \sqrt { \frac { \alpha _ { t } } { \alpha _ { t - 1 } } } \pmb { x } _ { t - 1 } , \left( 1 - \frac { \alpha _ { t } } { \alpha _ { t - 1 } } \right) I \right) +$$ + +where the covariance matrix is ensured to have positive terms on its diagonal. This is called the forward process due to the autoregressive nature of the sampling procedure (from $\scriptstyle { \pmb x } _ { 0 }$ to $\mathbfit { \mathbf { x } } _ { T }$ ). We call the latent variable model $p _ { \theta } ( { \pmb x } _ { 0 : T } )$ , which is a Markov chain that samples from $\mathbf { \nabla } _ { \mathbf { \mathcal { X } } \mathcal { T } }$ to $\scriptstyle { \mathbf { { \mathit { x } } } } _ { 0 }$ , the generative process, since it approximates the intractable reverse process $q ( \pmb { x } _ { t - 1 } | \pmb { x } _ { t } )$ . Intuitively, the forward process progressively adds noise to the observation $\scriptstyle { \mathbf { { \mathit { x } } } } _ { 0 }$ , whereas the generative process progressively denoises a noisy observation (Figure 1, left). + +A special property of the forward process is that + +$$ +q ( \pmb { x } _ { t } | \pmb { x } _ { 0 } ) : = \int q ( \pmb { x } _ { 1 : t } | \pmb { x } _ { 0 } ) \mathrm { d } \pmb { x } _ { 1 : ( t - 1 ) } = \mathcal { N } ( \pmb { x } _ { t } ; \sqrt { \alpha _ { t } } \pmb { x } _ { 0 } , ( 1 - \alpha _ { t } ) \pmb { I } ) ; +$$ + +so we can express $\mathbf { \Delta } _ { \mathbf { \mathcal { X } } _ { t } }$ as a linear combination of $\scriptstyle { \mathbf { { \mathit { x } } } } _ { 0 }$ and a noise variable $\epsilon$ + +$$ +\begin{array} { r } { \mathbf { { x } } _ { t } = \sqrt { \alpha _ { t } } \mathbf { { x } } _ { 0 } + \sqrt { 1 - \alpha _ { t } } \epsilon , \quad \mathrm { w h e r e } \quad \epsilon \sim \mathcal { N } ( \mathbf { 0 } , I ) . } \end{array} +$$ + +When we set $\alpha _ { T }$ sufficiently close to 0, $q ( { \pmb x } _ { T } | { \pmb x } _ { 0 } )$ converges to a standard Gaussian for all $\scriptstyle { \mathbf { { \mathit { x } } } } _ { 0 }$ , so it is natural to set $p _ { \theta } ( { \pmb x } _ { T } ) : = \mathrm { \dot { \mathcal { N } } } ( \mathbf { 0 } , I )$ . If all the conditionals are modeled as Gaussians with trainable mean functions and fixed variances, the objective in Eq. (2) can be simplified to1: + +$$ +L _ { \gamma } ( \epsilon _ { \theta } ) : = \sum _ { t = 1 } ^ { T } \gamma _ { t } \mathbb { E } _ { x _ { 0 } \sim q ( x _ { 0 } ) , \epsilon _ { t } \sim \mathcal { N } ( \mathbf { 0 } , I ) } \left[ \lVert \epsilon _ { \theta } ^ { ( t ) } ( \sqrt { \alpha _ { t } } x _ { 0 } + \sqrt { 1 - \alpha _ { t } } \epsilon _ { t } ) - \epsilon _ { t } \rVert _ { 2 } ^ { 2 } \right] +$$ + +where $\epsilon _ { \theta } : = \{ \epsilon _ { \theta } ^ { ( t ) } \} _ { t = 1 } ^ { T }$ is a set of $T$ functions, each $\epsilon _ { \theta } ^ { ( t ) } : \mathcal { X } \mathcal { X }$ (indexed by $t$ ) is a function with trainable parameters $\theta ^ { ( t ) }$ , and $\gamma : = [ \gamma _ { 1 } , \dots , \gamma _ { T } ]$ is a vector of positive coefficients in the objective that depends on $\alpha _ { 1 : T }$ . In Ho et al. (2020), the objective with $\gamma = { \bf 1 }$ is optimized instead to maximize generation performance of the trained model; this is also the same objective used in noise conditional score networks (Song & Ermon, 2019) based on score matching (Hyvarinen¨ , 2005; Vincent, 2011). From a trained model, $\scriptstyle { \mathbf { { \mathit { x } } } } _ { 0 }$ is sampled by first sampling $\mathbf { \nabla } _ { \mathbf { \mathcal { X } } \mathcal { T } }$ from the prior $p _ { \theta } ( { \pmb x } _ { T } )$ , and then sampling ${ \mathbf { \mathcal { x } } } _ { t - 1 }$ from the generative processes iteratively. + +The length $T$ of the forward process is an important hyperparameter in DDPMs. From a variational perspective, a large $T$ allows the reverse process to be close to a Gaussian (Sohl-Dickstein et al., 2015), so that the generative process modeled with Gaussian conditional distributions becomes a good approximation; this motivates the choice of large $T$ values, such as $T = 1 0 0 0$ in Ho et al. (2020). However, as all $T$ iterations have to be performed sequentially, instead of in parallel, to obtain a sample $\scriptstyle { \mathbf { { \mathit { x } } } } _ { 0 }$ , sampling from DDPMs is much slower than sampling from other deep generative models, which makes them impractical for tasks where compute is limited and latency is critical. + +# 3 VARIATIONAL INFERENCE FOR NON-MARKOVIAN FORWARD PROCESSES + +Because the generative model approximates the reverse of the inference process, we need to rethink the inference process in order to reduce the number of iterations required by the generative model. Our key observation is that the DDPM objective in the form of $L _ { \gamma }$ only depends on the marginals2 $q ( \pmb { x } _ { t } | \pmb { x } _ { 0 } )$ , but not directly on the joint $q ( { \pmb x } _ { 1 : T } | { \pmb x } _ { 0 } )$ . Since there are many inference distributions (joints) with the same marginals, we explore alternative inference processes that are non-Markovian, which leads to new generative processes (Figure 1, right). These non-Markovian inference process lead to the same surrogate objective function as DDPM, as we will show below. In Appendix A, we show that the non-Markovian perspective also applies beyond the Gaussian case. + +# 3.1 NON-MARKOVIAN FORWARD PROCESSES + +Let us consider a family $\mathcal { Q }$ of inference distributions, indexed by a real vector $\sigma \in \mathbb { R } _ { \geq 0 } ^ { T }$ + +$$ +q _ { \sigma } ( \pmb { x } _ { 1 : T } | \pmb { x } _ { 0 } ) : = q _ { \sigma } ( \pmb { x } _ { T } | \pmb { x } _ { 0 } ) \prod _ { t = 2 } ^ { T } q _ { \sigma } ( \pmb { x } _ { t - 1 } | \pmb { x } _ { t } , \pmb { x } _ { 0 } ) +$$ + +where $q _ { \sigma } ( \pmb { x } _ { T } | \pmb { x } _ { 0 } ) = \mathcal { N } ( \sqrt { \alpha _ { T } } \pmb { x } _ { 0 } , ( 1 - \alpha _ { T } ) \pmb { I } )$ and for all $t > 1$ , + +$$ +q _ { \sigma } ( \pmb { x } _ { t - 1 } | \pmb { x } _ { t } , \pmb { x } _ { 0 } ) = \mathcal { N } \left( \sqrt { \alpha _ { t - 1 } } \pmb { x } _ { 0 } + \sqrt { 1 - \alpha _ { t - 1 } - \sigma _ { t } ^ { 2 } } \cdot \frac { \pmb { x } _ { t } - \sqrt { \alpha _ { t } } \pmb { x } _ { 0 } } { \sqrt { 1 - \alpha _ { t } } } , \sigma _ { t } ^ { 2 } I \right) . +$$ + +The mean function is chosen to order to ensure that $q _ { \sigma } ( \mathbf { x } _ { t } | \mathbf { x } _ { 0 } ) = \mathcal { N } ( \sqrt { \alpha _ { t } } \mathbf { x } _ { 0 } , ( 1 - \alpha _ { t } ) \mathbf { I } )$ for all $t$ (see Lemma 1 of Appendix B), so that it defines a joint inference distribution that matches the “marginals” as desired. The forward process3 can be derived from Bayes’ rule: + +$$ +q _ { \sigma } ( \pmb { x } _ { t } | \pmb { x } _ { t - 1 } , \pmb { x } _ { 0 } ) = \frac { q _ { \sigma } ( \pmb { x } _ { t - 1 } | \pmb { x } _ { t } , \pmb { x } _ { 0 } ) q _ { \sigma } ( \pmb { x } _ { t } | \pmb { x } _ { 0 } ) } { q _ { \sigma } ( \pmb { x } _ { t - 1 } | \pmb { x } _ { 0 } ) } , +$$ + +which is also Gaussian (although we do not use this fact for the remainder of this paper). Unlike the diffusion process in Eq. (3), the forward process here is no longer Markovian, since each $\mathbf { \Delta } _ { \mathbf { \mathcal { X } } _ { t } }$ could depend on both ${ \mathbf { \mathcal { x } } } _ { t - 1 }$ and $\scriptstyle { \mathbf { { \mathit { x } } } } _ { 0 }$ . The magnitude of $\sigma$ controls the how stochastic the forward process is; when $\sigma 0$ , we reach an extreme case where as long as we observe $\scriptstyle { \pmb x } _ { 0 }$ and $\mathbf { \Delta } _ { \mathbf { \mathcal { X } } _ { t } }$ for some $t$ , then ${ \mathbf { \mathcal { x } } } _ { t - 1 }$ become known and fixed. + +# 3.2 GENERATIVE PROCESS AND UNIFIED VARIATIONAL INFERENCE OBJECTIVE + +Next, we define a trainable generative process $p _ { \theta } ( { \pmb x } _ { 0 : T } )$ where each $p _ { \theta } ^ { ( t ) } ( \pmb { x } _ { t - 1 } | \pmb { x } _ { t } )$ leverages knowledge of $q _ { \sigma } ( { \pmb x } _ { t - 1 } | { \pmb x } _ { t } , { \pmb x } _ { 0 } )$ . Intuitively, given a noisy observation $\mathbf { \Delta } _ { \mathbf { \mathcal { X } } _ { t } }$ , we first make a prediction4 of the corresponding $\scriptstyle { \mathbf { { \mathit { x } } } } _ { 0 }$ , and then use it to obtain a sample ${ \mathbf { \mathcal { x } } } _ { t - 1 }$ through the reverse conditional distribution $q _ { \sigma } ( { \pmb x } _ { t - 1 } | { \pmb x } _ { t } , { \pmb x } _ { 0 } )$ , which we have defined. + +For some ${ \pmb x } _ { 0 } \sim { \pmb q } ( { \pmb x } _ { 0 } )$ and $\epsilon _ { t } \sim \mathcal { N } ( \mathbf { 0 } , I )$ , $\mathbf { \Delta } _ { \mathbf { \mathcal { X } } _ { t } }$ can be obtained using Eq. (4). The model $\epsilon _ { \theta } ^ { ( t ) } ( \pmb { x } _ { t } )$ then attempts to predict $\epsilon _ { t }$ from $\mathbf { \Delta } _ { \mathbf { \mathcal { X } } _ { t } }$ , without knowledge of $\scriptstyle { \mathbf { { \mathit { x } } } } _ { 0 }$ . By rewriting Eq. (4), one can then predict the denoised observation, which is a prediction of $\scriptstyle { \mathbf { { \mathit { x } } } } _ { 0 }$ given $\mathbf { \Delta } _ { \mathbf { \mathcal { X } } _ { t } }$ : + +$$ +f _ { \theta } ^ { ( t ) } ( { \pmb x } _ { t } ) : = \big ( { \pmb x } _ { t } - \sqrt { 1 - \alpha _ { t } } \cdot \epsilon _ { \theta } ^ { ( t ) } ( { \pmb x } _ { t } ) \big ) / \sqrt { \alpha _ { t } } . +$$ + +We can then define the generative process with a fixed prior $p _ { \theta } ( { \pmb x } _ { T } ) = \mathcal { N } ( \mathbf { 0 } , I )$ and + +$$ +p _ { \theta } ^ { ( t ) } ( \pmb { x } _ { t - 1 } | \pmb { x } _ { t } ) = \left\{ \begin{array} { l l } { \mathcal { N } ( f _ { \theta } ^ { ( 1 ) } ( \pmb { x } _ { 1 } ) , \sigma _ { 1 } ^ { 2 } \pmb { I } ) } & { \mathrm { i f ~ } t = 1 } \\ { q _ { \sigma } ( \pmb { x } _ { t - 1 } | \pmb { x } _ { t } , f _ { \theta } ^ { ( t ) } ( \pmb { x } _ { t } ) ) } & { \mathrm { o t h e r w i s e } , } \end{array} \right. +$$ + +where $q _ { \sigma } ( \pmb { x } _ { t - 1 } | \pmb { x } _ { t } , f _ { \theta } ^ { ( t ) } ( \pmb { x } _ { t } ) )$ is defined as in Eq. (7) with $\scriptstyle { \mathbf { { \mathit { x } } } } _ { 0 }$ replaced by $f _ { \theta } ^ { ( t ) } ( { \pmb x } _ { t } )$ . We add some Gaussian noise (with covariance $\sigma _ { 1 } ^ { 2 } I )$ ) for the case of $t = 1$ to ensure that the generative process is supported everywhere. + +We optimize $\theta$ via the following variational inference objective (which is a functional over $\epsilon _ { \theta }$ ): + +$$ +\begin{array} { r l } & { \ J _ { \sigma } ( \epsilon _ { \theta } ) : = \mathbb { E } _ { \alpha _ { 0 : T } \sim q _ { \sigma } ( \alpha _ { 0 : T } ) } \bigl [ \log q _ { \sigma } ( x _ { 1 : T } | x _ { 0 } ) - \log p _ { \theta } ( x _ { 0 : T } ) \bigr ] } & { ( 1 1 ) } \\ & { = \mathbb { E } _ { \alpha _ { 0 : T } \sim q _ { \sigma } ( \alpha _ { 0 : T } ) } \left[ q _ { \sigma } ( x _ { T } | x _ { 0 } ) + \displaystyle \sum _ { t = 2 } ^ { T } \log q _ { \sigma } ( x _ { t - 1 } | x _ { t } , x _ { 0 } ) - \displaystyle \sum _ { t = 1 } ^ { T } \log p _ { \theta } ^ { ( t ) } ( x _ { t - 1 } | x _ { t } ) - \log p _ { \theta } ( x _ { T } ) \right] } \end{array} +$$ + +where we factorize $q _ { \sigma } ( \pmb { x } _ { 1 : T } | \pmb { x } _ { 0 } )$ according to Eq. (6) and $p _ { \theta } ( { \pmb x } _ { 0 : T } )$ according to Eq. (1). + +From the definition of $J _ { \sigma }$ , it would appear that a different model has to be trained for every choice of $\sigma$ , since it corresponds to a different variational objective (and a different generative process). However, $J _ { \sigma }$ is equivalent to $L _ { \gamma }$ for certain weights $\gamma$ , as we show below. + +Theorem 1. For all $\sigma > 0$ , there exists $\gamma \in \mathbb { R } _ { > 0 } ^ { T }$ and $C \in \mathbb { R }$ , such that $J _ { \sigma } = L _ { \gamma } + C$ . + +The variational objective $L _ { \gamma }$ is special in the sense that if parameters $\theta$ of the models $\epsilon _ { \theta } ^ { ( t ) }$ are not shared across different $t$ , then the optimal solution for $\epsilon _ { \theta }$ will not depend on the weights $\gamma$ (as global optimum is achieved by separately maximizing each term in the sum). This property of $L _ { \gamma }$ has two implications. On the one hand, this justified the use of $L _ { 1 }$ as a surrogate objective function for the variational lower bound in DDPMs; on the other hand, since $J _ { \sigma }$ is equivalent to some $L _ { \gamma }$ from Theorem 1, the optimal solution of $J _ { \sigma }$ is also the same as that of $L _ { 1 }$ . Therefore, if parameters are not shared across $t$ in the model $\epsilon _ { \theta }$ , then the $L _ { 1 }$ objective used by Ho et al. (2020) can be used as a surrogate objective for the variational objective $J _ { \sigma }$ as well. + +# 4 SAMPLING FROM GENERALIZED GENERATIVE PROCESSES + +With $L _ { 1 }$ as the objective, we are not only learning a generative process for the Markovian inference process considered in Sohl-Dickstein et al. (2015) and Ho et al. (2020), but also generative processes for many non-Markovian forward processes parametrized by $\sigma$ that we have described. Therefore, we can essentially use pretrained DDPM models as the solutions to the new objectives, and focus on finding a generative process that is better at producing samples subject to our needs by changing $\sigma$ . + +![](images/17e93575289e48c8af7e9ff085dd3d75fab2359985847dea9e20a558ebe61fa3.jpg) +Figure 2: Graphical model for accelerated generation, where $\tau = [ 1 , 3 ]$ . + +# 4.1 DENOISING DIFFUSION IMPLICIT MODELS + +From $p _ { \theta } ( { \pmb x } _ { 1 : T } )$ in Eq. (10), one can generate a sample ${ \mathbf { \mathcal { x } } } _ { t - 1 }$ from a sample $\mathbf { \Delta } _ { \mathbf { \mathcal { X } } _ { t } }$ via: + +$$ +\begin{array} { r } { x _ { t - 1 } = \sqrt { \alpha _ { t - 1 } } \underbrace { \Bigg ( \frac { x _ { t } - \sqrt { 1 - \alpha _ { t } } \epsilon _ { \theta } ^ { ( t ) } ( { \pmb x } _ { t } ) } { \sqrt { \alpha _ { t } } } \Bigg ) } _ { \substack { \mathrm { ~ \forall ~ n e d i c t e d ~ } x _ { 0 } \mathrm { , ~ } } } + \underbrace { \sqrt { 1 - \alpha _ { t - 1 } - \sigma _ { t } ^ { 2 } } \cdot \epsilon _ { \theta } ^ { ( t ) } ( { \pmb x } _ { t } ) } _ { \substack { \mathrm { ~ \forall ~ a f i r c t i o n ~ p o i n i n g ~ t o ~ } x _ { t } \mathrm { , ~ } } } + \underbrace { \sigma _ { t } \epsilon _ { t } } _ { \substack { \mathrm { r a n d o m ~ n o i s e } } } } \end{array} +$$ + +where $\epsilon _ { t } \sim \mathcal { N } ( \mathbf { 0 } , I )$ is standard Gaussian noise independent of $\mathbf { \Delta } _ { \mathbf { \mathcal { X } } _ { t } }$ , and we define $\alpha _ { 0 } : = 1$ . Different choices of $\sigma$ values results in different generative processes, all while using the same model $\epsilon _ { \theta }$ , so re-training the model is unnecessary. When $\sigma _ { t } = \bar { \sqrt { ( 1 - \alpha _ { t - 1 } ) / ( 1 - \alpha _ { t } ) } } \bar { \sqrt { 1 - \alpha _ { t } / \alpha _ { t - 1 } } }$ for all $t$ , the forward process becomes Markovian, and the generative process becomes a DDPM. + +We note another special case when $\sigma _ { t } = 0$ for all $t ^ { 5 }$ ; the forward process becomes deterministic given $\mathbf { \delta x } _ { t - 1 }$ and $\scriptstyle { \pmb x } _ { 0 }$ , except for $t = 1$ ; in the generative process, the coefficient before the random noise $\epsilon _ { t }$ becomes zero. The resulting model becomes an implicit probabilistic model (Mohamed & Lakshminarayanan, 2016), where samples are generated from latent variables with a fixed procedure (from $\mathbf { \nabla } _ { \mathbf { \mathcal { X } } \mathcal { T } }$ to $\scriptstyle { \mathbf { { \mathit { x } } } } _ { 0 }$ ). We name this the denoising diffusion implicit model (DDIM, pronounced $/ \mathrm { d } { : } \mathrm { m } / )$ , because it is an implicit probabilistic model trained with the DDPM objective (despite the forward process no longer being a diffusion). + +# 4.2 ACCELERATED GENERATION PROCESSES + +In the previous sections, the generative process is considered as the approximation to the reverse process; since of the forward process has $T$ steps, the generative process is also forced to sample $T$ steps. However, as the denoising objective $L _ { 1 }$ does not depend on the specific forward procedure as long as $q _ { \sigma } ( \pmb { x } _ { t } | \pmb { x } _ { 0 } )$ is fixed, we may also consider forward processes with lengths smaller than $T$ , which accelerates the corresponding generative processes without having to train a different model. + +Let us consider the forward process as defined not on all the latent variables $\pmb { x } _ { 1 : T }$ , but on a subset $\{ \pmb { x } _ { \tau _ { 1 } } , \dotsc , \pmb { x } _ { \tau _ { S } } \}$ , where $\tau$ is an increasing sub-sequence of $[ 1 , \ldots , T ]$ of length $S$ . In particular, we define the sequential forward process over √ $\pmb { x } _ { \tau _ { 1 } } , \ldots , \pmb { x } _ { \tau _ { S } }$ such that $q ( { \pmb x } _ { \tau _ { i } } | { \pmb x } _ { 0 } ) =$ $\bar { \mathcal { N } } ( \sqrt { \alpha _ { \tau _ { i } } } \pmb { x } _ { 0 } , ( 1 - \alpha _ { \tau _ { i } } ) \pmb { I } )$ matches the “marginals” (see Figure 2 for an illustration). The generative process now samples latent variables according to reversed $( \tau )$ , which we term (sampling) trajectory. When the length of the sampling trajectory is much smaller than $T$ , we may achieve significant increases in computational efficiency due to the iterative nature of the sampling process. + +Using a similar argument as in Section 3, we can justify using the model trained with the $L _ { 1 }$ objective, so no changes are needed in training. We show that only slight changes to the updates in Eq. (12) are needed to obtain the new, faster generative processes, which applies to DDPM, DDIM, as well as all generative processes considered in Eq. (10). We include these details in Appendix C.1. + +In principle, this means that we can train a model with an arbitrary number of forward steps but only sample from some of them in the generative process. Therefore, the trained model could consider many more steps than what is considered in (Ho et al., 2020) or even a continuous time variable $t$ (Chen et al., 2020). We leave empirical investigations of this aspect as future work. + +Moreover, we can rewrite the DDIM iterate according to Eq. (12), and its similarity to Euler integration for solving ODEs becomes more apparent: + +$$ +\sqrt { \frac { 1 } { \alpha _ { t - 1 } } } { \pmb x } _ { t - 1 } = \sqrt { \frac { 1 } { \alpha _ { t } } } { \pmb x } _ { t } + \left( \sqrt { \frac { 1 - \alpha _ { t - 1 } } { \alpha _ { t - 1 } } } - \sqrt { \frac { 1 - \alpha _ { t } } { \alpha _ { t } } } \right) \epsilon _ { \theta } ^ { ( t ) } ( { \pmb x } _ { t } ) +$$ + +We can reparameterize $( \sqrt { 1 - \alpha } / \sqrt { \alpha } )$ with $\lambda$ and $( { \pmb x } / { \sqrt { \alpha } } )$ with $H ( \lambda )$ then sampling $\scriptstyle { \mathbf { { \mathit { x } } } } _ { 0 }$ with Equation (13) can be treated as integration over the following ODE: + +$$ +H ( 0 ) = \int _ { M } ^ { 0 } \epsilon _ { \theta } ^ { \lambda } ( H ( \lambda ) \sqrt { \lambda ^ { 2 } - 1 } ) \mathrm { d } \lambda + H ( M ) , \quad H ( M ) \sim \mathcal { N } ( \mathbf { 0 } , I ) +$$ + +for some very large $M$ (which corresponds to the case of $\alpha \approx 0$ ). This suggests that with enough $T$ (discretization steps), the we can also reverse the generation process (going from $t = 0$ to $T$ ), which encodes $\scriptstyle { \mathbf { { \mathit { x } } } } _ { 0 }$ to $\mathbf { \nabla } _ { \mathbf { x } _ { T } }$ and simulates the reverse of the ODE in Eq. (14). This suggests that unlike DDPM, we can use DDIM to obtain encodings of the observations (as the form of $\mathbf { \nabla } _ { \mathbf { \mathcal { X } } \mathcal { T } }$ ), which might be useful for other downstream applications that requires latent representations of a model. + +# 5 EXPERIMENTS + +In this section, we show that DDIMs outperform DDPMs in terms of image generation when fewer iterations are considered, giving speed ups of $1 0 \times$ to $1 0 0 \times$ over the original DDPM generation process. Moreover, unlike DDPMs, once the initial latent variables $\mathbfit { \mathbf { x } } _ { T }$ are fixed, DDIMs retain highlevel image features regardless of the generation trajectory, so they are able to perform interpolation directly from the latent space. DDIMs can also be used to encode samples that reconstruct them from the latent code, which DDPMs cannot do due to the stochastic sampling process. + +For each dataset, we use the same trained model with $T \ = \ 1 0 0 0$ and the objective being $L _ { \gamma }$ from Eq. (5) with $\gamma = 1$ ; as we argued in Section 3, no changes are needed with regards to the training procedure. The only changes that we make is how we produce samples from the model; we achieve this by controlling $\tau$ (which controls how fast the samples are obtained) and $\sigma$ (which interpolates between the deterministic DDIM and the stochastic DDPM). + +We consider different sub-sequences $\tau$ of $[ 1 , \ldots , T ]$ and different variance hyperparameters $\sigma$ indexed by elements of $\tau$ . To simplify comparisons, we consider $\sigma$ with the form: + +$$ +\sigma _ { \tau _ { i } } ( \eta ) = \eta \sqrt { ( 1 - \alpha _ { \tau _ { i - 1 } } ) / ( 1 - \alpha _ { \tau _ { i } } ) } \sqrt { 1 - \alpha _ { \tau _ { i } } / \alpha _ { \tau _ { i - 1 } } } , +$$ + +where $\eta \in \mathbb { R } _ { \geq 0 }$ is a hyperparameter that we can directly control. This includes an original DDPM generative process when $\eta = 1$ and DDIM when $\eta = 0$ . We also consider DDPM where the random noise has a larger standard deviation than $\sigma ( 1 )$ , which we denote as $\hat { \sigma }$ : $\hat { \sigma } _ { \tau _ { i } } = \sqrt { 1 - \alpha _ { \tau _ { i } } / \alpha _ { \tau _ { i - 1 } } }$ . This is used by the implementation in Ho et al. (2020) only to obtain the CIFAR10 samples, but not samples of the other datasets. We include more details in Appendix D. + +# 5.1 SAMPLE QUALITY AND EFFICIENCY + +In Table 1, we report the quality of the generated samples with models trained on CIFAR10 and CelebA, as measured by Frechet Inception Distance (FID (Heusel et al., 2017)), where we vary the number of timesteps used to generate a sample $( \dim ( \tau ) )$ and the stochasticity of the process $( \eta )$ . As expected, the sample quality becomes higher as we increase $\dim ( \tau )$ , presenting a tradeoff between sample quality and computational costs. We observe that DDIM $( \eta = 0$ ) achieves the best sample quality when $\dim ( \tau )$ is small, and DDPM ${ \mathfrak { \eta } } = 1$ and $\hat { \sigma }$ ) typically has worse sample quality compared to its less stochastic counterparts with the same $\dim ( \tau )$ , except for the case for $\bar { \mathrm { d i m } } \dot { ( \tau ) } = 1 \bar { 0 } 0 0$ and $\hat { \sigma }$ reported by Ho et al. (2020) where DDIM is marginally worse. However, the sample quality of $\hat { \sigma }$ becomes much worse for smaller $\dim ( \tau )$ , which suggests that it is ill-suited for shorter trajectories. DDIM, on the other hand, achieves high sample quality much more consistently. + +In Figure 3, we show CIFAR10 and CelebA samples with the same number of sampling steps and varying $\sigma$ . For the DDPM, the sample quality deteriorates rapidly when the sampling trajectory has + +Table 1: CIFAR10 and CelebA image generation measured in FID. $\eta = 1 . 0$ and $\hat { \sigma }$ are cases of DDPM (although Ho et al. (2020) only considered $T = 1 0 0 0$ steps, and $S < T$ can be seen as simulating DDPMs trained with $S$ steps), and $\eta = 0 . 0$ indicates DDIM. + +
CIFAR10 (32× 32)CelebA (64× 64)
S10205010010001020501001000
0.013.366.84 4.67 4.164.0417.3313.739.176.533.51
0.214.047.114.774.254.0917.6614.119.516.793.64
n 0.516.668.355.254.464.2919.8616.0611.018.094.28
1.041.0718.368.015.784.7333.1226.0318.4813.935.98
6367.43133.3732.729.993.17299.71183.8371.7145.203.26
+ +![](images/7dc112fdc6699928420c30636c1b6f84c6abbfab95fc0bfbf72ebb805dfc47cf.jpg) +Figure 3: CIFAR10 and CelebA samples with $\dim ( \tau ) = 1 0$ and $\dim ( \tau ) = 1 0 0$ . + +10 steps. For the case of $\hat { \sigma }$ , the generated images seem to have more noisy perturbations under short trajectories; this explains why the FID scores are much worse than other methods, as FID is very sensitive to such perturbations (as discussed in Jolicoeur-Martineau et al. (2020)). + +In Figure 4, we show that the amount of time needed to produce a sample scales linearly with the length of the sample trajectory. This suggests that DDIM is useful for producing samples more efficiently, as samples can be generated in much fewer steps. Notably, DDIM is able to produce samples with quality comparable to 1000 step models within 20 to 100 steps, which is a $1 0 \times$ to $5 0 \times$ speed up compared to the original DDPM. Even though DDPM could also achieve reasonable sample quality with $1 0 0 \times$ steps, DDIM requires much fewer steps to achieve this; on CelebA, the FID score of the 100 step DDPM is similar to that of the 20 step DDIM. + +# 5.2 SAMPLE CONSISTENCY IN DDIMS + +For DDIM, the generative process is deterministic, and $\scriptstyle { \mathbf { { \mathit { x } } } } _ { 0 }$ would depend only on the initial state $\mathbf { \nabla } _ { \mathbf { \mathcal { X } } \mathcal { T } }$ . In Figure 5, we observe the generated images under different generative trajectories (i.e. different $\tau$ ) while starting with the same initial $\mathbf { \nabla } _ { \mathbf { x } _ { T } }$ . Interestingly, for the generated images with the same initial $\mathbf { \nabla } _ { \mathbf { x } _ { T } }$ , most high-level features are similar, regardless of the generative trajectory. In many cases, samples generated with only 20 steps are already very similar to ones generated with 1000 steps in terms of high-level features, with only minor differences in details. Therefore, it would appear that $\mathbf { \nabla } _ { \mathbf { x } _ { T } }$ alone would be an informative latent encoding of the image; and minor details that affects sample quality are encoded in the parameters, as longer sample trajectories gives better quality samples but do not significantly affect the high-level features. We show more samples in Appendix D.4. + +![](images/f7d43add70ac56236b06f4df17b3cf07ac10ffb7f3ad28fa50b72cac429cfa21.jpg) +Figure 4: Hours to sample $5 0 \mathrm { k }$ images with one Nvidia 2080 Ti GPU and samples at different steps. + +![](images/4aaa02cf378e2d7f77d94702809c3455654d90c96b1abe0691d6648da55a447a.jpg) +Figure 5: Samples from DDIM with the same random $\mathbfit { \mathbf { x } } _ { T }$ and different number of steps. + +# 5.3 INTERPOLATION IN DETERMINISTIC GENERATIVE PROCESSES + +![](images/59796912678198582bd614c35cb3ee11a7d9b15f9fe60304fd72e0c735509618.jpg) +Figure 6: Interpolation of samples from DDIM with $\dim ( \tau ) = 5 0$ . + +Since the high level features of the DDIM sample is encoded by $\mathbf { \nabla } _ { \mathbf { \mathcal { X } } \mathcal { T } }$ , we are interested to see whether it would exhibit the semantic interpolation effect similar to that observed in other implicit probabilistic models, such as GANs (Goodfellow et al., 2014). This is different from the interpolation procedure in Ho et al. (2020), since in DDPM the same $\mathbfit { \mathbf { x } } _ { T }$ would lead to highly diverse $\scriptstyle { \pmb x } _ { 0 }$ due to the stochastic generative process6. In Figure 6, we show that simple interpolations in $\mathbf { \nabla } _ { \mathbf { x } _ { T } }$ can lead to semantically meaningful interpolations between two samples. We include more details and samples in Appendix D.5. This allows DDIM to control the generated images on a high level directly through the latent variables, which DDPMs cannot. + +# 5.4 RECONSTRUCTION FROM LATENT SPACE + +As DDIM is the Euler integration for a particular ODE, it would be interesting to see whether it can encode from $\scriptstyle { \mathbf { { \mathit { x } } } } _ { 0 }$ to $\mathbf { \nabla } _ { \mathbf { \mathcal { X } } \mathcal { T } }$ (reverse of Eq. (14)) and reconstruct $\scriptstyle { \mathbf { { \mathit { x } } } } _ { 0 }$ from the resulting $\mathbf { \nabla } _ { \mathbf { \mathcal { X } } \mathcal { T } }$ (forward of Eq. (14))7. We consider encoding and decoding on the CIFAR-10 test set with the CIFAR-10 model with $S$ steps for both encoding and decoding; we report the per-dimension mean squared error (scaled to $[ 0 , 1 ] )$ in Table 2. Our results show that DDIMs have lower reconstruction error for larger $S$ values and have properties similar to Neural ODEs and normalizing flows. The same cannot be said for DDPMs due to their stochastic nature. + +Table 2: Reconstruction error with DDIM on CIFAR-10 test set, rounded to $1 0 ^ { - 4 }$ . + +
S1020501002005001000
Error0.0140.00650.00230.00090.00040.00010.0001
+ +# 6 RELATED WORK + +Our work is based on a large family of existing methods on learning generative models as transition operators of Markov chains (Sohl-Dickstein et al., 2015; Bengio et al., 2014; Salimans et al., 2014; Song et al., 2017; Goyal et al., 2017; Levy et al., 2017). Among them, denoising diffusion probabilistic models (DDPMs, Ho et al. (2020)) and noise conditional score networks (NCSN, Song & Ermon (2019; 2020)) have recently achieved high sample quality comparable to GANs (Brock et al., 2018; Karras et al., 2018). DDPMs optimize a variational lower bound to the log-likelihood, whereas NCSNs optimize the score matching objective (Hyvarinen ¨ , 2005) over a nonparametric Parzen density estimator of the data (Vincent, 2011; Raphan & Simoncelli, 2011). + +Despite their different motivations, DDPMs and NCSNs are closely related. Both use a denoising autoencoder objective for many noise levels, and both use a procedure similar to Langevin dynamics to produce samples (Neal et al., 2011). Since Langevin dynamics is a discretization of a gradient flow (Jordan et al., 1998), both DDPM and NCSN require many steps to achieve good sample quality. This aligns with the observation that DDPM and existing NCSN methods have trouble generating high-quality samples in a few iterations. + +DDIM, on the other hand, is an implicit generative model (Mohamed & Lakshminarayanan, 2016) where samples are uniquely determined from the latent variables. Hence, DDIM has certain properties that resemble GANs (Goodfellow et al., 2014) and invertible flows (Dinh et al., 2016), such as the ability to produce semantically meaningful interpolations. We derive DDIM from a purely variational perspective, where the restrictions of Langevin dynamics are not relevant; this could partially explain why we are able to observe superior sample quality compared to DDPM under fewer iterations. The sampling procedure of DDIM is also reminiscent of neural networks with continuous depth (Chen et al., 2018; Grathwohl et al., 2018), since the samples it produces from the same latent variable have similar high-level visual features, regardless of the specific sample trajectory. + +# 7 DISCUSSION + +We have presented DDIMs – an implicit generative model trained with denoising auto-encoding / score matching objectives – from a purely variational perspective. DDIM is able to generate highquality samples much more efficiently than existing DDPMs and NCSNs, with the ability to perform meaningful interpolations from the latent space. The non-Markovian forward process presented here seems to suggest continuous forward processes other than Gaussian (which cannot be done in the original diffusion framework, since Gaussian is the only stable distribution with finite variance). We also demonstrated a discrete case with a multinomial forward process in Appendix A, and it would be interesting to investigate similar alternatives for other combinatorial structures. + +Moreover, since the sampling procedure of DDIMs is similar to that of an neural ODE, it would be interesting to see if methods that decrease the discretization error in ODEs, including multistep methods such as Adams-Bashforth (Butcher & Goodwin, 2008), could be helpful for further improving sample quality in fewer steps (Queiruga et al., 2020). It is also relevant to investigate whether DDIMs exhibit other properties of existing implicit models (Bau et al., 2019). + +# REFERENCES + +Martin Arjovsky, Soumith Chintala, and Leon Bottou. Wasserstein GAN. ´ arXiv preprint arXiv:1701.07875, January 2017. + +David Bau, Jun-Yan Zhu, Jonas Wulff, William Peebles, Hendrik Strobelt, Bolei Zhou, and Antonio Torralba. Seeing what a gan cannot generate. In Proceedings of the IEEE International Conference on Computer Vision, pp. 4502–4511, 2019. + +Yoshua Bengio, Eric Laufer, Guillaume Alain, and Jason Yosinski. Deep generative stochastic networks trainable by backprop. In International Conference on Machine Learning, pp. 226–234, January 2014. + +Christopher M Bishop. Pattern recognition and machine learning. springer, 2006. + +Andrew Brock, Jeff Donahue, and Karen Simonyan. Large scale GAN training for high fidelity natural image synthesis. arXiv preprint arXiv:1809.11096, September 2018. + +John Charles Butcher and Nicolette Goodwin. Numerical methods for ordinary differential equations, volume 2. Wiley Online Library, 2008. + +Nanxin Chen, Yu Zhang, Heiga Zen, Ron J Weiss, Mohammad Norouzi, and William Chan. WaveGrad: Estimating gradients for waveform generation. arXiv preprint arXiv:2009.00713, September 2020. + +Ricky T Q Chen, Yulia Rubanova, Jesse Bettencourt, and David Duvenaud. Neural ordinary differential equations. arXiv preprint arXiv:1806.07366, June 2018. + +Laurent Dinh, Jascha Sohl-Dickstein, and Samy Bengio. Density estimation using real NVP. arXiv preprint arXiv:1605.08803, May 2016. + +Ian Goodfellow, Jean Pouget-Abadie, Mehdi Mirza, Bing Xu, David Warde-Farley, Sherjil Ozair, Aaron Courville, and Yoshua Bengio. Generative adversarial nets. In Advances in neural information processing systems, pp. 2672–2680, 2014. + +Anirudh Goyal, Nan Rosemary Ke, Surya Ganguli, and Yoshua Bengio. Variational walkback: Learning a transition operator as a stochastic recurrent net. In Advances in Neural Information Processing Systems, pp. 4392–4402, 2017. + +Will Grathwohl, Ricky T Q Chen, Jesse Bettencourt, Ilya Sutskever, and David Duvenaud. FFJORD: Free-form continuous dynamics for scalable reversible generative models. arXiv preprint arXiv:1810.01367, October 2018. + +Ishaan Gulrajani, Faruk Ahmed, Martin Arjovsky, Vincent Dumoulin, and Aaron C Courville. Improved training of wasserstein gans. In Advances in Neural Information Processing Systems, pp. 5769–5779, 2017. + +Martin Heusel, Hubert Ramsauer, Thomas Unterthiner, Bernhard Nessler, and Sepp Hochreiter. GANs trained by a two Time-Scale update rule converge to a local nash equilibrium. arXiv preprint arXiv:1706.08500, June 2017. + +Jonathan Ho, Ajay Jain, and Pieter Abbeel. Denoising diffusion probabilistic models. arXiv preprint arXiv:2006.11239, June 2020. + +Aapo Hyvarinen. Estimation of Non-Normalized statistical models by score matching. ¨ Journal of Machine Learning Researc h, 6:695–709, 2005. + +Alexia Jolicoeur-Martineau, Remi Pich ´ e-Taillefer, R ´ emi Tachet des Combes, and Ioannis ´ Mitliagkas. Adversarial score matching and improved sampling for image generation. September 2020. + +Richard Jordan, David Kinderlehrer, and Felix Otto. The variational formulation of the fokker– planck equation. SIAM journal on mathematical analysis, 29(1):1–17, 1998. + +Tero Karras, Samuli Laine, and Timo Aila. A Style-Based generator architecture for generative adversarial networks. arXiv preprint arXiv:1812.04948, December 2018. + +Tero Karras, Samuli Laine, Miika Aittala, Janne Hellsten, Jaakko Lehtinen, and Timo Aila. Analyzing and improving the image quality of stylegan. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp. 8110–8119, 2020. + +Diederik $\mathrm { \bf P }$ Kingma and Max Welling. Auto-Encoding variational bayes. arXiv preprint arXiv:1312.6114v10, December 2013. + +Daniel Levy, Matthew D Hoffman, and Jascha Sohl-Dickstein. Generalizing hamiltonian monte carlo with neural networks. arXiv preprint arXiv:1711.09268, 2017. + +Shakir Mohamed and Balaji Lakshminarayanan. Learning in implicit generative models. arXiv preprint arXiv:1610.03483, October 2016. + +Radford M Neal et al. Mcmc using hamiltonian dynamics. Handbook of markov chain monte carlo, 2(11):2, 2011. + +Alejandro F Queiruga, N Benjamin Erichson, Dane Taylor, and Michael W Mahoney. Continuousin-depth neural networks. arXiv preprint arXiv:2008.02389, 2020. + +Martin Raphan and Eero P Simoncelli. Least squares estimation without priors or supervision. Neural computation, 23(2):374–420, February 2011. ISSN 0899-7667, 1530-888X. + +Danilo Jimenez Rezende and Shakir Mohamed. Variational inference with normalizing flows. arXiv preprint arXiv:1505.05770, May 2015. + +Danilo Jimenez Rezende, Shakir Mohamed, and Daan Wierstra. Stochastic backpropagation and approximate inference in deep generative models. arXiv preprint arXiv:1401.4082, 2014. + +Olaf Ronneberger, Philipp Fischer, and Thomas Brox. U-net: Convolutional networks for biomedical image segmentation. In International Conference on Medical image computing and computerassisted intervention, pp. 234–241. Springer, 2015. + +Tim Salimans, Diederik P Kingma, and Max Welling. Markov chain monte carlo and variational inference: Bridging the gap. arXiv preprint arXiv:1410.6460, October 2014. + +Ken Shoemake. Animating rotation with quaternion curves. In Proceedings of the 12th annual conference on Computer graphics and interactive techniques, pp. 245–254, 1985. + +Jascha Sohl-Dickstein, Eric A Weiss, Niru Maheswaranathan, and Surya Ganguli. Deep unsupervised learning using nonequilibrium thermodynamics. arXiv preprint arXiv:1503.03585, March 2015. + +Jiaming Song, Shengjia Zhao, and Stefano Ermon. A-nice-mc: Adversarial training for mcmc. arXiv preprint arXiv:1706.07561, June 2017. + +Yang Song and Stefano Ermon. Generative modeling by estimating gradients of the data distribution. arXiv preprint arXiv:1907.05600, July 2019. + +Yang Song and Stefano Ermon. Improved techniques for training Score-Based generative models. arXiv preprint arXiv:2006.09011, June 2020. + +Aaron van den Oord, Sander Dieleman, Heiga Zen, Karen Simonyan, Oriol Vinyals, Alex Graves, Nal Kalchbrenner, Andrew Senior, and Koray Kavukcuoglu. WaveNet: A generative model for raw audio. arXiv preprint arXiv:1609.03499, September 2016a. + +Aaron van den Oord, Nal Kalchbrenner, and Koray Kavukcuoglu. Pixel recurrent neural networks. arXiv preprint arXiv:1601.06759, January 2016b. + +Pascal Vincent. A connection between score matching and denoising autoencoders. Neural computation, 23(7):1661–1674, 2011. + +Sergey Zagoruyko and Nikos Komodakis. Wide residual networks. arXiv preprint arXiv:1605.07146, May 2016. + +Shengjia Zhao, Hongyu Ren, Arianna Yuan, Jiaming Song, Noah Goodman, and Stefano Ermon. Bias and generalization in deep generative models: An empirical study. In Advances in Neural Information Processing Systems, pp. 10792–10801, 2018. + +# A NON-MARKOVIAN FORWARD PROCESSES FOR A DISCRETE CASE + +In this section, we describe a non-Markovian forward processes for discrete data and corresponding variational objectives. Since the focus of this paper is to accelerate reverse models corresponding to the Gaussian diffusion, we leave empirical evaluations as future work. + +For a categorical observation $\scriptstyle { \mathbf { { \mathit { x } } } } _ { 0 }$ that is a one-hot vector with $K$ possible values, we define the forward process as follows. First, we have $q ( \pmb { x } _ { t } | \pmb { x } _ { 0 } )$ as the following categorical distribution: + +$$ +q ( \pmb { x } _ { t } | \pmb { x } _ { 0 } ) = \mathrm { C a t } ( \alpha _ { t } \pmb { x } _ { 0 } + ( 1 - \alpha _ { t } ) \pmb { 1 } _ { K } ) +$$ + +where $\mathbf { 1 } _ { K } \in \mathbb { R } ^ { K }$ is a vector with all entries being $1 / K$ , and $\alpha _ { t }$ decreasing from $\alpha _ { 0 } = 1$ for $t = 0$ to $\alpha _ { T } = 0$ for $t = T$ . Then we define $q ( \pmb { x } _ { t - 1 } | \pmb { x } _ { t } , \pmb { x } _ { 0 } )$ as the following mixture distribution: + +$$ +q ( \pmb { x } _ { t - 1 } | \pmb { x } _ { t } , \pmb { x } _ { 0 } ) = \left\{ \begin{array} { l l } { \mathrm { C a t } ( \pmb { x } _ { t } ) } & { \mathrm { w i t h ~ p r o b a b i l i t y ~ } \sigma _ { t } } \\ { \mathrm { C a t } ( \pmb { x } _ { 0 } ) } & { \mathrm { w i t h ~ p r o b a b i l i t y ~ } ( \alpha _ { t - 1 } - \sigma _ { t } \alpha _ { t } ) } \\ { \mathrm { C a t } ( \mathbf { 1 } _ { K } ) } & { \mathrm { w i t h ~ p r o b a b i l i t y ~ } ( 1 - \alpha _ { t - 1 } ) - ( 1 - \alpha _ { t } ) \sigma _ { t } } \end{array} \right. , +$$ + +or equivalently: + +$$ +q ( { \pmb x } _ { t - 1 } | { \pmb x } _ { t } , { \pmb x } _ { 0 } ) = \mathrm { C a t } \left( \sigma _ { t } { \pmb x } _ { t } + ( \alpha _ { t - 1 } - \sigma _ { t } \alpha _ { t } ) { \pmb x } _ { 0 } + ( ( 1 - \alpha _ { t - 1 } ) - ( 1 - \alpha _ { t } ) \sigma _ { t } ) { \pmb 1 } _ { K } \right) , +$$ + +which is consistent with how we have defined $q ( \pmb { x } _ { t } | \pmb { x } _ { 0 } )$ . + +Similarly, we can define our reverse process $p _ { \theta } ( \pmb { x } _ { t - 1 } | \pmb { x } _ { t } )$ as: + +$$ +p _ { \theta } ( { \pmb x } _ { t - 1 } | { \pmb x } _ { t } ) = \mathrm { C a t } \left( \sigma _ { t } { \pmb x } _ { t } + ( \alpha _ { t - 1 } - \sigma _ { t } \alpha _ { t } ) f _ { \theta } ^ { ( t ) } ( { \pmb x } _ { t } ) + ( ( 1 - \alpha _ { t - 1 } ) - ( 1 - \alpha _ { t } ) \sigma _ { t } ) { \pmb 1 } _ { K } \right) , +$$ + +where $f _ { \theta } ^ { ( t ) } ( \pmb { x } _ { t } )$ maps $\mathbf { \Delta } _ { \mathbf { \mathcal { X } } _ { t } }$ to a $K$ -dimensional vector. As $( 1 - \alpha _ { t - 1 } ) - ( 1 - \alpha _ { t } ) \sigma _ { t } \to 0$ , the sampling process will become less stochastic, in the sense that it will either choose $\mathbf { \Delta } _ { \mathbf { \mathcal { X } } _ { t } }$ or the predicted $\scriptstyle { \mathbf { { \vec { x } } } } _ { 0 }$ with high probability. The KL divergence + +$$ +D _ { \mathrm { K L } } ( q ( \pmb { x } _ { t - 1 } | \pmb { x } _ { t } , \pmb { x } _ { 0 } ) | | p _ { \theta } ( \pmb { x } _ { t - 1 } | \pmb { x } _ { t } ) ) +$$ + +is well-defined, and is simply the KL divergence between two categoricals. Therefore, the resulting variational objective function should be easy to optimize as well. Moreover, as KL divergence is convex, we have this upper bound (which is tight when the right hand side goes to zero): + +$$ +D _ { \mathrm { K L } } ( q ( \pmb { x } _ { t - 1 } | \pmb { x } _ { t } , \pmb { x } _ { 0 } ) \| p _ { \theta } ( \pmb { x } _ { t - 1 } | \pmb { x } _ { t } ) ) \leq ( \alpha _ { t - 1 } - \sigma _ { t } \alpha _ { t } ) D _ { \mathrm { K L } } ( \mathrm { C a t } ( \pmb { x } _ { 0 } ) \| \mathrm { C a t } ( f _ { \theta } ^ { ( t ) } ( \pmb { x } _ { t } ) ) ) . +$$ + +The right hand side is simply a multi-class classification loss (up to constants), so we can arrive at similar arguments regarding how changes in $\sigma _ { t }$ do not affect the objective (up to re-weighting). + +# B PROOFS + +Lemma 1. For $q _ { \sigma } ( \pmb { x } _ { 1 : T } | \pmb { x } _ { 0 } )$ defined in Eq. (6) and $q _ { \sigma } ( { \pmb x } _ { t - 1 } | { \pmb x } _ { t } , { \pmb x } _ { 0 } )$ defined in Eq. (7), we have: + +$$ +q _ { \sigma } ( \mathbf { x } _ { t } | \mathbf { x } _ { 0 } ) = \mathcal { N } ( \sqrt { \alpha _ { t } } \mathbf { x } _ { 0 } , \sqrt { 1 - \alpha _ { t } } \pmb { I } ) +$$ + +Proof. Assume for any $t \leq T$ , $q _ { \sigma } ( \mathbf { x } _ { t } | \mathbf { x } _ { 0 } ) = \mathcal { N } ( \sqrt { \alpha _ { t } } \mathbf { x } _ { 0 } , \sqrt { 1 - \alpha _ { t } } \pmb { I } )$ holds, if: + +$$ +q _ { \sigma } ( \pmb { x } _ { t - 1 } | \pmb { x } _ { 0 } ) = \mathcal { N } ( \sqrt { \alpha _ { t - 1 } } \pmb { x } _ { 0 } , \sqrt { 1 - \alpha _ { t - 1 } } \pmb { I } ) +$$ + +then we can prove the statement with an induction argument for $t$ from $T$ to 1, since the base case $t = T ,$ ) already holds. + +First, we have that + +$$ +q _ { \sigma } ( \pmb { x } _ { t - 1 } | \pmb { x } _ { 0 } ) : = \int _ { \pmb { x } _ { t } } q _ { \sigma } ( \pmb { x } _ { t } | \pmb { x } _ { 0 } ) q _ { \sigma } ( \pmb { x } _ { t - 1 } | \pmb { x } _ { t } , \pmb { x } _ { 0 } ) \mathrm { d } \pmb { x } _ { t } +$$ + +and + +$$ +\begin{array} { c } { q _ { \sigma } ( { \pmb x } _ { t } | { \pmb x } _ { 0 } ) = \mathcal { N } ( \sqrt { \alpha _ { t } } { \pmb x } _ { 0 } , ( 1 - \alpha _ { t } ) { \pmb I } ) } \\ { q _ { \sigma } ( { \pmb x } _ { t - 1 } | { \pmb x } _ { t } , { \pmb x } _ { 0 } ) = \mathcal { N } \left( \sqrt { \alpha _ { t - 1 } } { \pmb x } _ { 0 } + \sqrt { 1 - \alpha _ { t - 1 } - \sigma _ { t } ^ { 2 } } \cdot \frac { { \pmb x } _ { t } - \sqrt { \alpha _ { t } } { \pmb x } _ { 0 } } { \sqrt { 1 - \alpha _ { t } } } , \sigma _ { t } ^ { 2 } { \pmb I } \right) . } \end{array} +$$ + +From Bishop (2006) (2.115), we have that $\hat { q } ( \pmb { x } _ { t - 1 } | \pmb { x } _ { 0 } )$ is Gaussian and + +$$ +\begin{array} { r l } & { \mathbb { E } [ q _ { \sigma } ( \pmb { x } _ { t - 1 } \vert \pmb { x } _ { 0 } ) ] = \sqrt { \alpha _ { t - 1 } } \pmb { x } _ { 0 } + \sqrt { 1 - \alpha _ { t - 1 } - \sigma _ { t } ^ { 2 } } \cdot \frac { \sqrt { \alpha _ { t } } \pmb { x } _ { 0 } - \sqrt { \alpha _ { t } } \pmb { x } _ { 0 } } { \sqrt { 1 - \alpha _ { t } } } } \\ & { \qquad = \sqrt { \alpha _ { t - 1 } } \pmb { x } _ { 0 } } \end{array} +$$ + +and + +$$ +\mathrm { C o v } [ q _ { \sigma } ( x _ { t - 1 } | x _ { 0 } ) ] = \sigma _ { t } ^ { 2 } I + \frac { 1 - \alpha _ { t - 1 } - \sigma _ { t } ^ { 2 } } { 1 - \alpha _ { t } } ( 1 - \alpha _ { t } ) I = ( 1 - \alpha _ { t - 1 } ) I +$$ + +Therefore, $q _ { \sigma } ( \pmb { x } _ { t - 1 } | \pmb { x } _ { 0 } ) = \mathcal { N } ( \sqrt { \alpha _ { t - 1 } } \pmb { x } _ { 0 } , \sqrt { 1 - \alpha _ { t - 1 } } \pmb { I } )$ , which allows us to apply the induction argument. + +Theorem 1. For all $\sigma > 0$ , there exists $\gamma \in \mathbb { R } _ { > 0 } ^ { T }$ and $C \in \mathbb { R } ,$ , such that $J _ { \sigma } = L _ { \gamma } + C$ . + +Proof. From the definition of $J _ { \sigma }$ : + +$$ +\begin{array} { r } { J _ { \sigma } ( \epsilon _ { \theta } ) : = \mathbb { E } _ { \boldsymbol { x } _ { 0 : T } \sim q ( \boldsymbol { x } _ { 0 : T } ) } \left[ q _ { \sigma } ( \boldsymbol { x } _ { T } | \boldsymbol { x } _ { 0 } ) + \displaystyle \sum _ { t = 2 } ^ { T } \log q _ { \sigma } ( \boldsymbol { x } _ { t - 1 } | \boldsymbol { x } _ { t } , \boldsymbol { x } _ { 0 } ) - \displaystyle \sum _ { t = 1 } ^ { T } \log p _ { \theta } ^ { ( t ) } ( \boldsymbol { x } _ { t - 1 } | \boldsymbol { x } _ { t } ) \right] } \\ { \equiv \mathbb { E } _ { \boldsymbol { x } _ { 0 : T } \sim q ( \boldsymbol { x } _ { 0 : T } ) } \left[ \displaystyle \sum _ { t = 2 } ^ { T } D _ { \mathrm { K L } } ( q _ { \theta } ( \boldsymbol { x } _ { t - 1 } | \boldsymbol { x } _ { t } , \boldsymbol { x } _ { 0 } ) ) \| p _ { \theta } ^ { ( t ) } ( \boldsymbol { x } _ { t - 1 } | \boldsymbol { x } _ { t } ) ) - \log p _ { \theta } ^ { ( 1 ) } ( \boldsymbol { x } _ { 0 } | \boldsymbol { x } _ { 1 } ) \right] } \end{array} +$$ + +where we use $\equiv$ to denote “equal up to a value that does not depend on $\epsilon _ { \theta }$ (but may depend on $q _ { \sigma }$ )”. For $t > 1$ : + +$$ +\begin{array} { r l } & { \mathbb { E } _ { \mathbf { x } _ { 0 } , \mathbf { x } \sim \mathbf { q } ( \mathbf { x } _ { 0 } , \mathbf { x } _ { t } ) } [ D _ { \mathbf { K L } } ( \boldsymbol { q } _ { \sigma } ( \boldsymbol { x } _ { t - 1 } | \boldsymbol { x } _ { t } , \mathbf { x } _ { 0 } ) ) | | \boldsymbol { p } _ { \theta } ^ { ( t ) } ( \boldsymbol { x } _ { t - 1 } | \boldsymbol { x } _ { t } ) ] ] } \\ & { = \mathbb { E } _ { \boldsymbol { \omega } _ { 0 } , \boldsymbol { x } \sim \boldsymbol { q } ( \mathbf { x } _ { 0 } , \mathbf { x } _ { t } ) } [ D _ { \mathbf { K L } } ( \boldsymbol { q } _ { \sigma } ( \boldsymbol { x } _ { t - 1 } | \boldsymbol { x } _ { t } , \boldsymbol { x } _ { 0 } ) ) | | \boldsymbol { q } _ { \sigma } ( \boldsymbol { x } _ { t - 1 } | \boldsymbol { x } _ { t } , \boldsymbol { f } _ { \theta } ^ { ( t ) } ( \boldsymbol { x } _ { t } ) ) ) ] } \\ & { = \mathbb { E } _ { \boldsymbol { \omega } _ { 0 } , \mathbf { x } \sim \boldsymbol { q } ( \mathbf { x } _ { 0 } , \mathbf { x } _ { t } ) } \left[ \frac { \| \boldsymbol { x } _ { 0 } - \boldsymbol { f } _ { \theta } ^ { ( t ) } ( \boldsymbol { x } _ { t } ) \| _ { 2 } ^ { 2 } } { 2 \sigma _ { t } ^ { 2 } } \right] } \\ & { = \mathbb { E } _ { \boldsymbol { \omega } _ { 0 } , \boldsymbol { x } \sim \boldsymbol { q } ( \mathbf { x } _ { 0 } ) , \boldsymbol { \epsilon } \sim \mathcal { N } ( \mathbf { 0 } , \boldsymbol { I } ) , \boldsymbol { x } _ { t } = \sqrt { \alpha _ { t } } \sigma _ { t } + \sqrt { 1 - \alpha _ { t } } \epsilon } \left[ \frac { \| ( \boldsymbol { x } _ { t } - \boldsymbol { \epsilon } ) / \sqrt { \alpha _ { t } } - ( \boldsymbol { x } _ { t } - \boldsymbol { \epsilon } _ { \theta } ^ { ( t ) } ( \boldsymbol { x } _ { t } ) ) / \sqrt { \alpha _ { t } } \| _ { 2 } ^ { 2 } } { 2 \sigma _ { t } ^ { 2 } } \right] } \\ & = \mathbb { E } _ \boldsymbol { \omega } _ { 0 } \sim \boldsymbol { q } ( \mathbf { x } _ { 0 } ) , \boldsymbol { \epsilon } \sim \mathcal { N } ( \mathbf { 0 } , \boldsymbol { I } ) , \boldsymbol { x } \end{array} +$$ + +where $d$ is the dimension of $\scriptstyle { \mathbf { { \mathit { x } } } } _ { 0 }$ . For $t = 0$ : + +$$ +\begin{array} { r l } & { \mathbb { E } _ { \mathbf { x } _ { 0 } , \mathbf { x } _ { 1 } \sim q ( \pmb { x } _ { 0 } , \pmb { x } _ { 1 } ) } \left[ - \log p _ { \theta } ^ { ( 1 ) } ( \pmb { x } _ { 0 } | \pmb { x } _ { 1 } ) \right] \equiv \mathbb { E } _ { \mathbf { x } _ { 0 } , \mathbf { x } _ { 1 } \sim q ( \pmb { x } _ { 0 } , \pmb { x } _ { 1 } ) } \left[ \frac { \left\| \pmb { x } _ { 0 } - f _ { \theta } ^ { ( t ) } ( \pmb { x } _ { 1 } ) \right\| _ { 2 } ^ { 2 } } { 2 \sigma _ { 1 } ^ { 2 } } \right] } \\ & { = \mathbb { E } _ { \mathbf { x } _ { 0 } \sim q ( \pmb { x } _ { 0 } ) , \epsilon \sim \mathcal { N } ( \mathbf { 0 } , I ) , \pmb { x } _ { 1 } = \sqrt { \alpha _ { 1 } } \pmb { x } _ { 0 } + \sqrt { 1 - \alpha _ { t } } \epsilon } \left[ \frac { \left\| \epsilon - \epsilon _ { \theta } ^ { ( 1 ) } ( \pmb { x } _ { 1 } ) \right\| _ { 2 } ^ { 2 } } { 2 d \sigma _ { 1 } ^ { 2 } \alpha _ { 1 } } \right] } \end{array} +$$ + +Therefore, when $\gamma _ { t } = 1 / ( 2 d \sigma _ { t } ^ { 2 } \alpha _ { t } )$ for all $t \in \{ 1 , \ldots , T \}$ , we have + +$$ +J _ { \sigma } ( \epsilon _ { \theta } ) \equiv \sum _ { t = 1 } ^ { T } \frac { 1 } { 2 d \sigma _ { t } ^ { 2 } \alpha _ { t } } \mathbb { E } \left[ \big \lVert \epsilon _ { \theta } ^ { ( t ) } ( { \pmb x } _ { t } ) - \epsilon _ { t } \big \rVert _ { 2 } ^ { 2 } \right] = L _ { \gamma } ( \epsilon _ { \theta } ) +$$ + +for all $\epsilon _ { \theta }$ . From the definition of “≡”, we have that $J _ { \sigma } = L _ { \gamma } + C$ . + +# C ADDITIONAL DERIVATIONS + +# C.1 ACCELERATED SAMPLING PROCESSES + +In the accelerated case, we can consider the inference process to be factored as: + +$$ +q _ { \sigma , \tau } ( \pmb { x } _ { 1 : T } | \pmb { x } _ { 0 } ) = q _ { \sigma , \tau } ( \pmb { x } _ { \tau _ { S } } | \pmb { x } _ { 0 } ) \prod _ { i = 1 } ^ { S } q _ { \sigma , \tau } ( \pmb { x } _ { \tau _ { i - 1 } } | \pmb { x } _ { \tau _ { i } } , \pmb { x } _ { 0 } ) \prod _ { t \in \bar { \tau } } q _ { \sigma , \tau } ( \pmb { x } _ { t } | \pmb { x } _ { 0 } ) +$$ + +where $\tau$ is a sub-sequence of $[ 1 , \ldots , T ]$ of length $S$ with $\tau _ { S } = T$ , and let $\bar { \tau } : = \{ 1 , . . . , T \} \setminus \tau$ be its complement. Intuitively, the graphical model of $\{ \pmb { x } _ { \tau _ { i } } \} _ { i = 1 } ^ { S }$ and $\scriptstyle { \pmb x } _ { 0 }$ form a chain, whereas the graphical model of $\{ \pmb { x } _ { t } \} _ { t \in \bar { \tau } }$ and $\scriptstyle { \mathbf { { \mathit { x } } } } _ { 0 }$ forms a star graph. We define: + +$$ +\begin{array} { r l } & { q _ { \sigma , \tau } ( { \boldsymbol x } _ { t } | { \boldsymbol x } _ { 0 } ) = \mathcal { N } ( \sqrt { \alpha _ { t } } { \boldsymbol x } _ { 0 } , ( 1 - \alpha _ { t } ) { \boldsymbol I } ) \quad \forall t \in \bar { \tau } \cup \{ { \boldsymbol T } \} } \\ & { q _ { \sigma , \tau } ( { \boldsymbol x } _ { \tau _ { i - 1 } } | { \boldsymbol x } _ { \tau _ { i } } , { \boldsymbol x } _ { 0 } ) = \mathcal { N } \left( \sqrt { \alpha _ { \tau _ { i - 1 } } } { \boldsymbol x } _ { 0 } + \sqrt { 1 - \alpha _ { \tau _ { i - 1 } } - \sigma _ { \tau _ { i } } ^ { 2 } } \cdot \frac { { \boldsymbol x } _ { \tau _ { i } } - \sqrt { \alpha _ { \tau _ { i } } } { \boldsymbol x } _ { 0 } } { \sqrt { 1 - \alpha _ { \tau _ { i } } } } , \sigma _ { \tau _ { i } } ^ { 2 } { \boldsymbol I } \right) \forall i \in [ S ] } \end{array} +$$ + +where the coefficients are chosen such that: + +$$ +q _ { \sigma , \tau } ( \pmb { x } _ { \tau _ { i } } | \pmb { x } _ { 0 } ) = \mathcal { N } ( \sqrt { \alpha _ { \tau _ { i } } } \pmb { x } _ { 0 } , ( 1 - \alpha _ { \tau _ { i } } ) \pmb { I } ) \quad \forall i \in [ S ] +$$ + +i.e., the “marginals” match. + +The corresponding “generative process” is defined as: + +$$ +p _ { \theta } ( \pmb { x } _ { 0 : T } ) : = \underbrace { p _ { \theta } ( \pmb { x } _ { T } ) \prod _ { i = 1 } ^ { S } p _ { \theta } ^ { ( \tau _ { i } ) } ( \pmb { x } _ { \tau _ { i - 1 } } | \pmb { x } _ { \tau _ { i } } ) } _ { \mathrm { u s e t o p r o d u c e ~ s a m p l e s } } \times \underbrace { \prod _ { t \in \bar { \tau } } p _ { \theta } ^ { ( t ) } ( \pmb { x } _ { 0 } | \pmb { x } _ { t } ) } _ { \mathrm { i n ~ v a r i a t i o n a l ~ o b j e c t i v e } } +$$ + +where only part of the models are actually being used to produce samples. The conditionals are: + +$$ +\begin{array} { r l } & { p _ { \theta } ^ { ( \tau _ { i } ) } ( \pmb { x } _ { \tau _ { i - 1 } } | \pmb { x } _ { \tau _ { i } } ) = q _ { \sigma , \tau } ( \pmb { x } _ { \tau _ { i } } | \pmb { x } _ { \tau _ { i } } , f _ { \theta } ^ { ( \tau _ { i } ) } ( \pmb { x } _ { \tau _ { i - 1 } } ) ) \quad \mathrm { i f ~ } i \in [ S ] , i > 1 } \\ & { \qquad p _ { \theta } ^ { ( t ) } ( \pmb { x } _ { 0 } | \pmb { x } _ { t } ) = \mathcal { N } ( f _ { \theta } ^ { ( t ) } ( \pmb { x } _ { t } ) , \sigma _ { t } ^ { 2 } I ) \quad \mathrm { o t h e r w i s e } , } \end{array} +$$ + +where we leverage $q _ { \sigma , \tau } ( \pmb { x } _ { \tau _ { i - 1 } } | \pmb { x } _ { \tau _ { i } } , \pmb { x } _ { 0 } )$ as part of the inference process (similar to what we have done in Section 3). The resulting variational objective becomes (define $\pmb { x } _ { \tau _ { L + 1 } } = \emptyset$ for conciseness): + +$$ +\begin{array} { r l } & { J ( \epsilon _ { \theta } ) = \mathbb { E } _ { \boldsymbol { x } _ { 0 : T } \sim q _ { \sigma , \tau } ( \boldsymbol { x } _ { 0 : T } ) } [ \log q _ { \sigma , \tau } ( \boldsymbol { x } _ { 1 : T } | \boldsymbol { x } _ { 0 } ) - \log p _ { \theta } ( \boldsymbol { x } _ { 0 : T } ) ] } \\ & { \quad \quad \quad = \mathbb { E } _ { \boldsymbol { x } _ { 0 : T } \sim q _ { \sigma , \tau } ( \boldsymbol { x } _ { 0 : T } ) } \Bigg [ \underset { t \in \overline { { \tau } } } { \sum } D _ { \mathrm { K L } } ( q _ { \sigma , \tau } ( \boldsymbol { x } _ { t } | \boldsymbol { x } _ { 0 } ) \| p _ { \theta } ^ { ( t ) } ( \boldsymbol { x } _ { 0 } | \boldsymbol { x } _ { t } ) } \\ & { \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad } \\ & { \quad \quad \quad \quad \quad \quad \quad + \underset { i = 1 } { \overset { L } { \sum } } D _ { \mathrm { K L } } ( q _ { \sigma , \tau } ( \boldsymbol { x } _ { \tau _ { i - 1 } } | \boldsymbol { x } _ { \tau _ { i } } , \boldsymbol { x } _ { 0 } ) \| p _ { \theta } ^ { ( \tau _ { i } ) } ( \boldsymbol { x } _ { \tau _ { i - 1 } } | \boldsymbol { x } _ { \tau _ { i } } ) ) ) \Bigg ] } \end{array} +$$ + +where each KL divergence is between two Gaussians with variance independent of $\theta$ . A similar argument to the proof used in Theorem 1 can show that the variational objective $J$ can also be converted to an objective of the form $L _ { \gamma }$ . + +# C.2 DERIVATION OF DENOISING OBJECTIVES FOR DDPMS + +We note that in Ho et al. (2020), a diffusion hyperparameter $\beta _ { t } { } ^ { 8 }$ is first introduced, and then relevant variables $\alpha _ { t } : = 1 - \beta _ { t }$ and $\begin{array} { r } { \bar { \alpha } _ { t } = \prod _ { t = 1 } ^ { T } \alpha _ { t } } \end{array}$ are defined. In this paper, we have used the notation $\alpha _ { t }$ to represent the variable $\bar { \alpha } _ { t }$ in Ho et al. (2020) for three reasons. First, it makes it more clear that we only need to choose one set of hyperparameters, reducing possible cross-references of the derived variables. Second, it allows us to introduce the generalization as well as the acceleration case easier, because the inference process is no longer motivated by a diffusion. Third, there exists an isomorphism between $\alpha _ { 1 : T }$ and $1 , \ldots , T$ , which is not the case for $\beta _ { t }$ . + +In this section, we use $\beta _ { t }$ and $\alpha _ { t }$ to be more consistent with the derivation in Ho et al. (2020), where + +$$ +\begin{array} { c } { \displaystyle \alpha _ { t } = \frac { \alpha _ { t } } { \alpha _ { t - 1 } } } \\ { \displaystyle \beta _ { t } = 1 - \frac { \alpha _ { t } } { \alpha _ { t - 1 } } } \end{array} +$$ + +can be uniquely determined from $\alpha _ { t }$ (i.e. $\bar { \alpha } _ { t }$ ). + +First, from the diffusion forward process: + +$$ +q ( \pmb { x } _ { t - 1 } | \pmb { x } _ { t } , \pmb { x } _ { 0 } ) = \mathcal { N } \bigg ( \underbrace { \frac { \sqrt { \alpha _ { t - 1 } } \beta _ { t } } { 1 - \alpha _ { t } } \pmb { x } _ { 0 } + \frac { \alpha _ { t } ( 1 - \alpha _ { t - 1 } ) } { 1 - \alpha _ { t } } \pmb { x } _ { t } } _ { \widetilde { \mu } ( \pmb { x } _ { t } , \pmb { x } _ { 0 } ) } , \frac { 1 - \alpha _ { t - 1 } } { 1 - \alpha _ { t } } \beta _ { t } I \bigg ) +$$ + +Ho et al. (2020) considered a specific type of $p _ { \theta } ^ { ( t ) } ( \pmb { x } _ { t - 1 } | \pmb { x } _ { t } )$ : + +$$ +p _ { \theta } ^ { ( t ) } ( { \bf x } _ { t - 1 } | { \bf x } _ { t } ) = \mathcal { N } \left( \mu _ { \theta } ( { \bf x } _ { t } , t ) , \sigma _ { t } { \cal I } \right) +$$ + +which leads to the following variational objective: + +$$ +\begin{array} { r l } & { L : = \mathbb { E } _ { \mathbf { x } _ { 0 : T } \sim q ( \mathbf { x } _ { 0 : T } ) } \left[ q ( \pmb { x } _ { T } | \mathbf { x } _ { 0 } ) + \displaystyle \sum _ { t = 2 } ^ { T } \log q ( \pmb { x } _ { t - 1 } | \mathbf { x } _ { t } , \pmb { x } _ { 0 } ) - \displaystyle \sum _ { t = 1 } ^ { T } \log p _ { \theta } ^ { ( t ) } ( \pmb { x } _ { t - 1 } | \mathbf { x } _ { t } ) \right] } \\ & { \equiv \mathbb { E } _ { \mathbf { x } _ { 0 : T } \sim q ( \pmb { x } _ { 0 : T } ) } \left[ \displaystyle \sum _ { t = 2 } ^ { T } \underbrace { D _ { \mathrm { K L } } \big ( q ( \pmb { x } _ { t - 1 } | \mathbf { x } _ { t } , \mathbf { x } _ { 0 } ) \big ) \big \| p _ { \theta } ^ { ( t ) } ( \pmb { x } _ { t - 1 } | \mathbf { x } _ { t } ) \big ) } _ { L _ { t - 1 } } - \log p _ { \theta } ^ { ( 1 ) } ( \pmb { x } _ { 0 } | \mathbf { x } _ { 1 } ) \right] } \end{array} +$$ + +One can write: + +$$ +L _ { t - 1 } = \mathbb { E } _ { q } \left[ \frac { 1 } { 2 \sigma _ { t } ^ { 2 } } \lVert \mu _ { \theta } ( \pmb { x } _ { t } , t ) - \tilde { \mu } ( \pmb { x } _ { t } , \pmb { x } _ { 0 } ) \rVert _ { 2 } ^ { 2 } \right] +$$ + +Ho et al. (2020) chose the parametrization + +$$ +\mu _ { \theta } ( { \pmb x } _ { t } , t ) = \frac { 1 } { \sqrt { \alpha _ { t } } } \left( { \pmb x } _ { t } - \frac { \beta _ { t } } { \sqrt { 1 - \alpha _ { t } } } { \epsilon } _ { \theta } ( { \pmb x } _ { t } , t ) \right) +$$ + +which can be simplified to: + +$$ +L _ { t - 1 } = \mathbb { E } _ { { \pmb x } _ { 0 } , { \epsilon } } \left[ \frac { \beta _ { t } ^ { \ 2 } } { 2 \sigma _ { t } ^ { 2 } ( 1 - \alpha _ { t } ) \alpha _ { t } } \big \| { \epsilon } - { \epsilon } _ { \theta } \big ( \sqrt { \alpha _ { t } } { \pmb x } _ { 0 } + \sqrt { 1 - \alpha _ { t } } { \epsilon } , t \big ) \big \| _ { 2 } ^ { 2 } \right] +$$ + +# D EXPERIMENTAL DETAILS + +# D.1 DATASETS AND ARCHITECTURES + +We consider 4 image datasets with various resolutions: CIFAR10 $3 2 \times 3 2$ , unconditional), CelebA $( 6 4 \times 6 4 )$ , LSUN Bedroom $( 2 5 6 \times 2 5 6 )$ and LSUN Church $2 5 6 \times 2 5 6 )$ ). For all datasets, we set the hyperparameters $\alpha$ according to the heuristic in (Ho et al., 2020) to make the results directly comparable. We use the same model for each dataset, and only compare the performance of different generative processes. For CIFAR10, Bedroom and Church, we obtain the pretrained checkpoints from the original DDPM implementation; for CelebA, we trained our own model using the denoising objective $L _ { 1 }$ . + +Our architecture for $\epsilon _ { \theta } ^ { ( t ) } ( \pmb { x } _ { t } )$ follows that in Ho et al. (2020), which is a U-Net (Ronneberger et al., 2015) based on a Wide ResNet (Zagoruyko & Komodakis, 2016). We use the pretrained models from Ho et al. (2020) for CIFAR10, Bedroom and Church, and train our own model for the CelebA $6 4 \times 6 4$ model (since a pretrained model is not provided). Our CelebA model has five feature map resolutions from $6 4 \times 6 4$ to $4 \times 4$ , and we use the original CelebA dataset (not CelebA-HQ) using the pre-processing technique from the StyleGAN (Karras et al., 2018) repository. + +Table 3: LSUN Bedroom and Church image generation results, measured in FID. For 1000 steps DDPM, the FIDs are 6.36 for Bedroom and 7.89 for Church. + +
Bedroom (256 × 256)Church (256 × 256)
dim(T)102050100102050100
DDIM (n = 0.0)16.958.896.756.6219.4512.4710.8410.58
DDPM (n = 1.0)42.7822.7710.816.8151.5623.3711.168.27
+ +# D.2 REVERSE PROCESS SUB-SEQUENCE SELECTION + +We consider two types of selection procedure for $\tau$ given the desired $\mathrm { d i m } ( \tau ) < T$ : + +• Linear: we select the timesteps such that $\tau _ { i } = \lfloor c i \rfloor$ for some $c$ ; +• Quadratic: we select the timesteps such that $\tau _ { i } = \lfloor c i ^ { 2 } \rfloor$ for some $c$ . + +The constant value $c$ is selected such that $\tau _ { - 1 }$ is close to $T$ . We used quadratic for CIFAR10 and linear for the remaining datasets. These choices achieve slightly better FID than their alternatives in the respective datasets. + +# D.3 CLOSED FORM EQUATIONS FOR EACH SAMPLING STEP + +From the general sampling equation in Eq. (12), we have the following update equation: + +$$ +x _ { \tau _ { i - 1 } } ( \eta ) = \sqrt { \alpha _ { \tau _ { i - 1 } } } \left( \frac { x _ { \tau _ { i } } - \sqrt { 1 - \alpha _ { \tau _ { i } } } \epsilon _ { \theta } ^ { ( \tau _ { i } ) } ( x _ { \tau _ { i } } ) } { \sqrt { \alpha _ { \tau _ { i } } } } \right) + \sqrt { 1 - \alpha _ { \tau _ { i - 1 } } - \sigma _ { \tau _ { i } } ( \eta ) ^ { 2 } } \cdot \epsilon _ { \theta } ^ { ( \tau _ { i } ) } ( \tau _ { i } ) + \sigma _ { \tau _ { i } } ( \eta ) \epsilon _ { \eta } +$$ + +where + +$$ +\sigma _ { \tau _ { i } } ( \eta ) = \eta \sqrt { \frac { 1 - \alpha _ { \tau _ { i - 1 } } } { 1 - \alpha _ { \tau _ { i } } } } \sqrt { 1 - \frac { \alpha _ { \tau _ { i } } } { \alpha _ { \tau _ { i - 1 } } } } +$$ + +For the case of $\hat { \sigma }$ (DDPM with a larger variance), the update equation becomes: + +$$ +\begin{array} { r } { x _ { \tau _ { i - 1 } } = \sqrt { \alpha _ { \tau _ { i - 1 } } } \left( \frac { x _ { \tau _ { i } } - \sqrt { 1 - \alpha _ { \tau _ { i } } } \epsilon _ { \theta } ^ { ( \tau _ { i } ) } ( x _ { \tau _ { i } } ) } { \sqrt { \alpha _ { \tau _ { i } } } } \right) + \sqrt { 1 - \alpha _ { \tau _ { i - 1 } } - \sigma _ { \tau _ { i } } ( 1 ) ^ { 2 } } \cdot \epsilon _ { \theta } ^ { ( \tau _ { i } ) } ( \tau _ { i } ) + \hat { \sigma } _ { \tau _ { i } } \epsilon _ { \theta } ( \tau _ { i } ) } \end{array} +$$ + +which uses a different coefficient for $\epsilon$ compared with the update for $\eta = 1$ , but uses the same coefficient for the non-stochastic parts. This update is more stochastic than the update for $\eta = 1$ , which explains why it achieves worse performance when $\dim ( \tau )$ is small. + +# D.4 SAMPLES AND CONSISTENCY + +We show more samples in Figure 7 (CIFAR10), Figure 8 (CelebA), Figure 10 (Church) and consistency results of DDIM in Figure 9 (CelebA). + +# D.5 INTERPOLATION + +To generate interpolations on a line, we randomly sample two initial $\mathbf { \nabla } _ { \mathbf { x } _ { T } }$ values from the standard Gaussian, interpolate them with spherical linear interpolation (Shoemake, 1985), and then use the DDIM to obtain $\scriptstyle { \mathbf { { \mathit { x } } } } _ { 0 }$ samples. + +$$ +\mathbf { \Delta } \mathbf { x } _ { T } ^ { ( \alpha ) } = \frac { \sin ( ( 1 - \alpha ) \theta ) } { \sin ( \theta ) } \mathbf { \Delta } \mathbf { x } _ { T } ^ { ( 0 ) } + \frac { \sin ( \alpha \theta ) } { \sin ( \theta ) } \mathbf { x } _ { T } ^ { ( 1 ) } +$$ + +where $\begin{array} { r } { \theta = \operatorname { a r c c o s } { \left( \frac { ( \mathbf { x } _ { T } ^ { ( 0 ) } ) ^ { \top } \mathbf { x } _ { T } ^ { ( 1 ) } } { \| \mathbf { x } _ { T } ^ { ( 0 ) } \| \| \mathbf { x } _ { T } ^ { ( 1 ) } \| } \right) } } \end{array}$ . These values are used to produce DDIM samples. + +To generate interpolations on a grid, we sample four latent variables and separate them in to two pairs; then we use slerp with the pairs under the same $\alpha$ , and use slerp over the interpolated samples across the pairs (under an independently chosen interpolation coefficient). We show more grid interpolation results in Figure 11 (CelebA), Figure 12 (Bedroom), and Figure 13 (Church). + +![](images/99781aee4d20c3eeebe6a680e6e0373a480728707a5336bad201abb435322330.jpg) +Figure 7: CIFAR10 samples from 1000 step DDPM, 1000 step DDIM and 100 step DDIM. + +![](images/98c8bc9e146ba3e442cd2912e8b55213fffa5833d556f1d354a557c28400f94d.jpg) +Figure 8: CelebA samples from 1000 step DDPM, 1000 step DDIM and 100 step DDIM. + +![](images/2ba2679cd0c0da28fca76221d449035678a26efe5acebaa67ab43e5b62b0e6e0.jpg) +Figure 9: CelebA samples from DDIM with the same random $\mathbf { \nabla } _ { \mathbf { x } _ { T } }$ and different number of steps. + +![](images/a4d3051ad13d2e1a1a8981f601718f879c42315bee234bb939421c92a3eeb503.jpg) +Figure 10: Church samples from 100 step DDPM and 100 step DDIM. + +![](images/94809ce23d41d768ea59b1d49a112f06cb0739dab26f79129192c9fc208444a5.jpg) +Figure 11: More interpolations from the CelebA DDIM with $\dim ( \tau ) = 5 0$ . + +![](images/169008d7b02e71d159e4f865c5bfb0dbe517af9459fcbf20cfe5e24227be9a5a.jpg) +Figure 12: More interpolations from the Bedroom DDIM with $\dim ( \tau ) = 5 0$ . + +![](images/c306be9bfa0e47f7f52cdd50cf6a0f39608e0f8959ae25579b04d577a192b66a.jpg) +Figure 13: More interpolations from the Church DDIM with $\dim ( \tau ) = 5 0$ . \ No newline at end of file diff --git a/parse/train/St1giarCHLP/St1giarCHLP_content_list.json b/parse/train/St1giarCHLP/St1giarCHLP_content_list.json new file mode 100644 index 0000000000000000000000000000000000000000..7acd42ac88ce9b7c6c675924fec65c9dee29f631 --- /dev/null +++ b/parse/train/St1giarCHLP/St1giarCHLP_content_list.json @@ -0,0 +1,2902 @@ +[ + { + "type": "text", + "text": "DENOISING DIFFUSION IMPLICIT MODELS ", + "text_level": 1, + "bbox": [ + 176, + 98, + 684, + 121 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Jiaming Song, Chenlin Meng & Stefano Ermon Stanford University {tsong,chenlin,ermon}@cs.stanford.edu ", + "bbox": [ + 183, + 143, + 544, + 186 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "ABSTRACT ", + "text_level": 1, + "bbox": [ + 454, + 223, + 544, + 238 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Denoising diffusion probabilistic models (DDPMs) have achieved high quality image generation without adversarial training, yet they require simulating a Markov chain for many steps in order to produce a sample. To accelerate sampling, we present denoising diffusion implicit models (DDIMs), a more efficient class of iterative implicit probabilistic models with the same training procedure as DDPMs. In DDPMs, the generative process is defined as the reverse of a particular Markovian diffusion process. We generalize DDPMs via a class of non-Markovian diffusion processes that lead to the same training objective. These non-Markovian processes can correspond to generative processes that are deterministic, giving rise to implicit models that produce high quality samples much faster. We empirically demonstrate that DDIMs can produce high quality samples $1 0 \\times$ to $5 0 \\times$ faster in terms of wall-clock time compared to DDPMs, allow us to trade off computation for sample quality, perform semantically meaningful image interpolation directly in the latent space, and reconstruct observations with very low error. ", + "bbox": [ + 233, + 257, + 764, + 450 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "1 INTRODUCTION ", + "text_level": 1, + "bbox": [ + 176, + 479, + 334, + 496 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Deep generative models have demonstrated the ability to produce high quality samples in many domains (Karras et al., 2020; van den Oord et al., 2016a). In terms of image generation, generative adversarial networks (GANs, Goodfellow et al. (2014)) currently exhibits higher sample quality than likelihood-based methods such as variational autoencoders (Kingma & Welling, 2013), autoregressive models (van den Oord et al., 2016b) and normalizing flows (Rezende & Mohamed, 2015; Dinh et al., 2016). However, GANs require very specific choices in optimization and architectures in order to stabilize training (Arjovsky et al., 2017; Gulrajani et al., 2017; Karras et al., 2018; Brock et al., 2018), and could fail to cover modes of the data distribution (Zhao et al., 2018). ", + "bbox": [ + 174, + 513, + 825, + 625 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Recent works on iterative generative models (Bengio et al., 2014), such as denoising diffusion probabilistic models (DDPM, Ho et al. (2020)) and noise conditional score networks (NCSN, Song & Ermon (2019)) have demonstrated the ability to produce samples comparable to that of GANs, without having to perform adversarial training. To achieve this, many denoising autoencoding models are trained to denoise samples corrupted by various levels of Gaussian noise. Samples are then produced by a Markov chain which, starting from white noise, progressively denoises it into an image. This generative Markov Chain process is either based on Langevin dynamics (Song & Ermon, 2019) or obtained by reversing a forward diffusion process that progressively turns an image into noise (Sohl-Dickstein et al., 2015). ", + "bbox": [ + 174, + 631, + 825, + 756 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "A critical drawback of these models is that they require many iterations to produce a high quality sample. For DDPMs, this is because that the generative process (from noise to data) approximates the reverse of the forward diffusion process (from data to noise), which could have thousands of steps; iterating over all the steps is required to produce a single sample, which is much slower compared to GANs, which only needs one pass through a network. For example, it takes around 20 hours to sample $5 0 \\mathrm { k }$ images of size $3 2 \\times 3 2$ from a DDPM, but less than a minute to do so from a GAN on a Nvidia 2080 Ti GPU. This becomes more problematic for larger images as sampling $5 0 \\mathrm { k }$ images of size $2 5 6 \\times 2 5 6$ could take nearly 1000 hours on the same GPU. ", + "bbox": [ + 174, + 763, + 825, + 875 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "To close this efficiency gap between DDPMs and GANs, we present denoising diffusion implicit models (DDIMs). DDIMs are implicit probabilistic models (Mohamed & Lakshminarayanan, 2016) and are closely related to DDPMs, in the sense that they are trained with the same objective function. ", + "bbox": [ + 176, + 882, + 823, + 924 + ], + "page_idx": 0 + }, + { + "type": "image", + "img_path": "images/b589aee0ff1406f14c68aaf15ec304b77f5fe846a3c09e3090e4e7aa384af8c4.jpg", + "image_caption": [ + "Figure 1: Graphical models for diffusion (left) and non-Markovian (right) inference models. " + ], + "image_footnote": [], + "bbox": [ + 204, + 104, + 787, + 159 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "In Section 3, we generalize the forward diffusion process used by DDPMs, which is Markovian, to non-Markovian ones, for which we are still able to design suitable reverse generative Markov chains. We show that the resulting variational training objectives have a shared surrogate objective, which is exactly the objective used to train DDPM. Therefore, we can freely choose from a large family of generative models using the same neural network simply by choosing a different, nonMarkovian diffusion process (Section 4.1) and the corresponding reverse generative Markov Chain. In particular, we are able to use non-Markovian diffusion processes which lead to ”short” generative Markov chains (Section 4.2) that can be simulated in a small number of steps. This can massively increase sample efficiency only at a minor cost in sample quality. ", + "bbox": [ + 173, + 212, + 825, + 338 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "In Section 5, we demonstrate several empirical benefits of DDIMs over DDPMs. First, DDIMs have superior sample generation quality compared to DDPMs, when we accelerate sampling by $1 0 \\times$ to $1 0 0 \\times$ using our proposed method. Second, DDIM samples have the following “consistency” property, which does not hold for DDPMs: if we start with the same initial latent variable and generate several samples with Markov chains of various lengths, these samples would have similar high-level features. Third, because of “consistency” in DDIMs, we can perform semantically meaningful image interpolation by manipulating the initial latent variable in DDIMs, unlike DDPMs which interpolates near the image space due to the stochastic generative process. ", + "bbox": [ + 173, + 343, + 825, + 457 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "2 BACKGROUND ", + "text_level": 1, + "bbox": [ + 174, + 476, + 326, + 492 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Given samples from a data distribution $q ( { \\pmb x } _ { 0 } )$ , we are interested in learning a model distribution $p _ { \\theta } ( { \\pmb x } _ { 0 } )$ that approximates $q ( { \\pmb x } _ { 0 } )$ and is easy to sample from. Denoising diffusion probabilistic models (DDPMs, Sohl-Dickstein et al. (2015); Ho et al. (2020)) are latent variable models of the form ", + "bbox": [ + 173, + 506, + 825, + 549 + ], + "page_idx": 1 + }, + { + "type": "equation", + "img_path": "images/70d17a666414e910715ac97c9cb37476b88d01671c9b9bb6cd35585750f856dc.jpg", + "text": "$$\np _ { \\theta } ( \\pmb { x } _ { 0 } ) = \\int p _ { \\theta } ( \\pmb { x } _ { 0 : T } ) \\mathrm { d } \\pmb { x } _ { 1 : T } , \\quad \\mathrm { w h e r e } \\quad p _ { \\theta } ( \\pmb { x } _ { 0 : T } ) : = p _ { \\theta } ( \\pmb { x } _ { T } ) \\prod _ { t = 1 } ^ { T } p _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } )\n$$", + "text_format": "latex", + "bbox": [ + 236, + 553, + 761, + 597 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "where $\\pmb { x } _ { 1 } , \\ldots , \\pmb { x } _ { T }$ are latent variables in the same sample space as $\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }$ (denoted as $\\mathcal { X }$ ). The parameters $\\theta$ are learned to fit the data distribution $q ( { \\pmb x } _ { 0 } )$ by maximizing a variational lower bound: ", + "bbox": [ + 171, + 601, + 823, + 630 + ], + "page_idx": 1 + }, + { + "type": "equation", + "img_path": "images/e92565cc7d02aaab363f49ec4f645757468f79262595048d5925e7ca9d8d50c6.jpg", + "text": "$$\n\\operatorname* { m a x } _ { \\theta } \\mathbb { E } _ { q ( \\pmb { x } _ { 0 } ) } [ \\log p _ { \\theta } ( \\pmb { x } _ { 0 } ) ] \\leq \\operatorname* { m a x } _ { \\theta } \\mathbb { E } _ { q ( \\pmb { x } _ { 0 } , \\pmb { x } _ { 1 } , \\dots , \\pmb { x } _ { T } ) } \\left[ \\log p _ { \\theta } ( \\pmb { x } _ { 0 : T } ) - \\log q ( \\pmb { x } _ { 1 : T } | \\pmb { x } _ { 0 } ) \\right]\n$$", + "text_format": "latex", + "bbox": [ + 235, + 635, + 761, + 657 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "where $q ( { \\pmb x } _ { 1 : T } | { \\pmb x } _ { 0 } )$ is some inference distribution over the latent variables. Unlike typical latent variable models (such as the variational autoencoder (Rezende et al., 2014)), DDPMs are learned with a fixed (rather than trainable) inference procedure $q \\big ( \\pmb { x } _ { 1 : T } | \\pmb { x } _ { 0 } \\big )$ , and latent variables are relatively high dimensional. For example, Ho et al. (2020) considered the following Markov chain with Gaussian transitions parameterized by a decreasing sequence $\\alpha _ { 1 : T } \\in ( 0 , 1 ] ^ { T }$ : ", + "bbox": [ + 174, + 662, + 825, + 734 + ], + "page_idx": 1 + }, + { + "type": "equation", + "img_path": "images/20bfcc77655a4e6bd4d9fd783974ac1eb91dd392d073aad66212bc5f2a732d02.jpg", + "text": "$$\nq ( \\pmb { x } _ { 1 : T } | \\pmb { x } _ { 0 } ) : = \\prod _ { t = 1 } ^ { T } q ( \\pmb { x } _ { t } | \\pmb { x } _ { t - 1 } ) , \\mathrm { w h e r e ~ } q ( \\pmb { x } _ { t } | \\pmb { x } _ { t - 1 } ) : = \\mathcal { N } \\left( \\sqrt { \\frac { \\alpha _ { t } } { \\alpha _ { t - 1 } } } \\pmb { x } _ { t - 1 } , \\left( 1 - \\frac { \\alpha _ { t } } { \\alpha _ { t - 1 } } \\right) I \\right)\n$$", + "text_format": "latex", + "bbox": [ + 192, + 738, + 784, + 781 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "where the covariance matrix is ensured to have positive terms on its diagonal. This is called the forward process due to the autoregressive nature of the sampling procedure (from $\\scriptstyle { \\pmb x } _ { 0 }$ to $\\mathbfit { \\mathbf { x } } _ { T }$ ). We call the latent variable model $p _ { \\theta } ( { \\pmb x } _ { 0 : T } )$ , which is a Markov chain that samples from $\\mathbf { \\nabla } _ { \\mathbf { \\mathcal { X } } \\mathcal { T } }$ to $\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }$ , the generative process, since it approximates the intractable reverse process $q ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } )$ . Intuitively, the forward process progressively adds noise to the observation $\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }$ , whereas the generative process progressively denoises a noisy observation (Figure 1, left). ", + "bbox": [ + 173, + 785, + 826, + 871 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "A special property of the forward process is that ", + "bbox": [ + 174, + 876, + 490, + 891 + ], + "page_idx": 1 + }, + { + "type": "equation", + "img_path": "images/4e098398f8a7a6107793beecc452ca0e4ece7bd376ebba6235b41ad936725473.jpg", + "text": "$$\nq ( \\pmb { x } _ { t } | \\pmb { x } _ { 0 } ) : = \\int q ( \\pmb { x } _ { 1 : t } | \\pmb { x } _ { 0 } ) \\mathrm { d } \\pmb { x } _ { 1 : ( t - 1 ) } = \\mathcal { N } ( \\pmb { x } _ { t } ; \\sqrt { \\alpha _ { t } } \\pmb { x } _ { 0 } , ( 1 - \\alpha _ { t } ) \\pmb { I } ) ;\n$$", + "text_format": "latex", + "bbox": [ + 277, + 896, + 718, + 929 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "so we can express $\\mathbf { \\Delta } _ { \\mathbf { \\mathcal { X } } _ { t } }$ as a linear combination of $\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }$ and a noise variable $\\epsilon$ ", + "bbox": [ + 173, + 103, + 658, + 118 + ], + "page_idx": 2 + }, + { + "type": "equation", + "img_path": "images/567f4084fc2c612561a71107fe824c210a054e76352818f09e43ee3400485dc0.jpg", + "text": "$$\n\\begin{array} { r } { \\mathbf { { x } } _ { t } = \\sqrt { \\alpha _ { t } } \\mathbf { { x } } _ { 0 } + \\sqrt { 1 - \\alpha _ { t } } \\epsilon , \\quad \\mathrm { w h e r e } \\quad \\epsilon \\sim \\mathcal { N } ( \\mathbf { 0 } , I ) . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 328, + 122, + 669, + 142 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "When we set $\\alpha _ { T }$ sufficiently close to 0, $q ( { \\pmb x } _ { T } | { \\pmb x } _ { 0 } )$ converges to a standard Gaussian for all $\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }$ , so it is natural to set $p _ { \\theta } ( { \\pmb x } _ { T } ) : = \\mathrm { \\dot { \\mathcal { N } } } ( \\mathbf { 0 } , I )$ . If all the conditionals are modeled as Gaussians with trainable mean functions and fixed variances, the objective in Eq. (2) can be simplified to1: ", + "bbox": [ + 174, + 147, + 825, + 189 + ], + "page_idx": 2 + }, + { + "type": "equation", + "img_path": "images/054a044f86947e7fc3099bc02efcf4ef32f4e899036d257304593e51ed2e654f.jpg", + "text": "$$\nL _ { \\gamma } ( \\epsilon _ { \\theta } ) : = \\sum _ { t = 1 } ^ { T } \\gamma _ { t } \\mathbb { E } _ { x _ { 0 } \\sim q ( x _ { 0 } ) , \\epsilon _ { t } \\sim \\mathcal { N } ( \\mathbf { 0 } , I ) } \\left[ \\lVert \\epsilon _ { \\theta } ^ { ( t ) } ( \\sqrt { \\alpha _ { t } } x _ { 0 } + \\sqrt { 1 - \\alpha _ { t } } \\epsilon _ { t } ) - \\epsilon _ { t } \\rVert _ { 2 } ^ { 2 } \\right]\n$$", + "text_format": "latex", + "bbox": [ + 250, + 195, + 746, + 238 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "where $\\epsilon _ { \\theta } : = \\{ \\epsilon _ { \\theta } ^ { ( t ) } \\} _ { t = 1 } ^ { T }$ is a set of $T$ functions, each $\\epsilon _ { \\theta } ^ { ( t ) } : \\mathcal { X } \\mathcal { X }$ (indexed by $t$ ) is a function with trainable parameters $\\theta ^ { ( t ) }$ , and $\\gamma : = [ \\gamma _ { 1 } , \\dots , \\gamma _ { T } ]$ is a vector of positive coefficients in the objective that depends on $\\alpha _ { 1 : T }$ . In Ho et al. (2020), the objective with $\\gamma = { \\bf 1 }$ is optimized instead to maximize generation performance of the trained model; this is also the same objective used in noise conditional score networks (Song & Ermon, 2019) based on score matching (Hyvarinen¨ , 2005; Vincent, 2011). From a trained model, $\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }$ is sampled by first sampling $\\mathbf { \\nabla } _ { \\mathbf { \\mathcal { X } } \\mathcal { T } }$ from the prior $p _ { \\theta } ( { \\pmb x } _ { T } )$ , and then sampling ${ \\mathbf { \\mathcal { x } } } _ { t - 1 }$ from the generative processes iteratively. ", + "bbox": [ + 173, + 244, + 825, + 348 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "The length $T$ of the forward process is an important hyperparameter in DDPMs. From a variational perspective, a large $T$ allows the reverse process to be close to a Gaussian (Sohl-Dickstein et al., 2015), so that the generative process modeled with Gaussian conditional distributions becomes a good approximation; this motivates the choice of large $T$ values, such as $T = 1 0 0 0$ in Ho et al. (2020). However, as all $T$ iterations have to be performed sequentially, instead of in parallel, to obtain a sample $\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }$ , sampling from DDPMs is much slower than sampling from other deep generative models, which makes them impractical for tasks where compute is limited and latency is critical. ", + "bbox": [ + 173, + 354, + 825, + 453 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "3 VARIATIONAL INFERENCE FOR NON-MARKOVIAN FORWARD PROCESSES ", + "text_level": 1, + "bbox": [ + 173, + 472, + 807, + 488 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "Because the generative model approximates the reverse of the inference process, we need to rethink the inference process in order to reduce the number of iterations required by the generative model. Our key observation is that the DDPM objective in the form of $L _ { \\gamma }$ only depends on the marginals2 $q ( \\pmb { x } _ { t } | \\pmb { x } _ { 0 } )$ , but not directly on the joint $q ( { \\pmb x } _ { 1 : T } | { \\pmb x } _ { 0 } )$ . Since there are many inference distributions (joints) with the same marginals, we explore alternative inference processes that are non-Markovian, which leads to new generative processes (Figure 1, right). These non-Markovian inference process lead to the same surrogate objective function as DDPM, as we will show below. In Appendix A, we show that the non-Markovian perspective also applies beyond the Gaussian case. ", + "bbox": [ + 173, + 502, + 826, + 616 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "3.1 NON-MARKOVIAN FORWARD PROCESSES ", + "text_level": 1, + "bbox": [ + 173, + 632, + 501, + 646 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "Let us consider a family $\\mathcal { Q }$ of inference distributions, indexed by a real vector $\\sigma \\in \\mathbb { R } _ { \\geq 0 } ^ { T }$ ", + "bbox": [ + 173, + 656, + 750, + 674 + ], + "page_idx": 2 + }, + { + "type": "equation", + "img_path": "images/b1435f9848679b6213af20deec3d0902759eaf0d7e83220bb81f7507909a0539.jpg", + "text": "$$\nq _ { \\sigma } ( \\pmb { x } _ { 1 : T } | \\pmb { x } _ { 0 } ) : = q _ { \\sigma } ( \\pmb { x } _ { T } | \\pmb { x } _ { 0 } ) \\prod _ { t = 2 } ^ { T } q _ { \\sigma } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } , \\pmb { x } _ { 0 } )\n$$", + "text_format": "latex", + "bbox": [ + 338, + 680, + 658, + 724 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "where $q _ { \\sigma } ( \\pmb { x } _ { T } | \\pmb { x } _ { 0 } ) = \\mathcal { N } ( \\sqrt { \\alpha _ { T } } \\pmb { x } _ { 0 } , ( 1 - \\alpha _ { T } ) \\pmb { I } )$ and for all $t > 1$ , ", + "bbox": [ + 174, + 728, + 588, + 746 + ], + "page_idx": 2 + }, + { + "type": "equation", + "img_path": "images/043a0ec470f6e1b1aea1b95cf3d4e2a45249c4c576a8c0b850849b79d3c35f87.jpg", + "text": "$$\nq _ { \\sigma } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } , \\pmb { x } _ { 0 } ) = \\mathcal { N } \\left( \\sqrt { \\alpha _ { t - 1 } } \\pmb { x } _ { 0 } + \\sqrt { 1 - \\alpha _ { t - 1 } - \\sigma _ { t } ^ { 2 } } \\cdot \\frac { \\pmb { x } _ { t } - \\sqrt { \\alpha _ { t } } \\pmb { x } _ { 0 } } { \\sqrt { 1 - \\alpha _ { t } } } , \\sigma _ { t } ^ { 2 } I \\right) .\n$$", + "text_format": "latex", + "bbox": [ + 241, + 751, + 758, + 786 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "The mean function is chosen to order to ensure that $q _ { \\sigma } ( \\mathbf { x } _ { t } | \\mathbf { x } _ { 0 } ) = \\mathcal { N } ( \\sqrt { \\alpha _ { t } } \\mathbf { x } _ { 0 } , ( 1 - \\alpha _ { t } ) \\mathbf { I } )$ for all $t$ (see Lemma 1 of Appendix B), so that it defines a joint inference distribution that matches the “marginals” as desired. The forward process3 can be derived from Bayes’ rule: ", + "bbox": [ + 173, + 791, + 826, + 833 + ], + "page_idx": 2 + }, + { + "type": "equation", + "img_path": "images/744cda8ceefadf4de00a6e193553eddeafc4fc26bf830d6ab93b4cb39c62fbee.jpg", + "text": "$$\nq _ { \\sigma } ( \\pmb { x } _ { t } | \\pmb { x } _ { t - 1 } , \\pmb { x } _ { 0 } ) = \\frac { q _ { \\sigma } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } , \\pmb { x } _ { 0 } ) q _ { \\sigma } ( \\pmb { x } _ { t } | \\pmb { x } _ { 0 } ) } { q _ { \\sigma } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { 0 } ) } ,\n$$", + "text_format": "latex", + "bbox": [ + 339, + 839, + 656, + 873 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "which is also Gaussian (although we do not use this fact for the remainder of this paper). Unlike the diffusion process in Eq. (3), the forward process here is no longer Markovian, since each $\\mathbf { \\Delta } _ { \\mathbf { \\mathcal { X } } _ { t } }$ could depend on both ${ \\mathbf { \\mathcal { x } } } _ { t - 1 }$ and $\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }$ . The magnitude of $\\sigma$ controls the how stochastic the forward process is; when $\\sigma 0$ , we reach an extreme case where as long as we observe $\\scriptstyle { \\pmb x } _ { 0 }$ and $\\mathbf { \\Delta } _ { \\mathbf { \\mathcal { X } } _ { t } }$ for some $t$ , then ${ \\mathbf { \\mathcal { x } } } _ { t - 1 }$ become known and fixed. ", + "bbox": [ + 174, + 103, + 825, + 174 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "3.2 GENERATIVE PROCESS AND UNIFIED VARIATIONAL INFERENCE OBJECTIVE ", + "text_level": 1, + "bbox": [ + 176, + 190, + 730, + 205 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "Next, we define a trainable generative process $p _ { \\theta } ( { \\pmb x } _ { 0 : T } )$ where each $p _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } )$ leverages knowledge of $q _ { \\sigma } ( { \\pmb x } _ { t - 1 } | { \\pmb x } _ { t } , { \\pmb x } _ { 0 } )$ . Intuitively, given a noisy observation $\\mathbf { \\Delta } _ { \\mathbf { \\mathcal { X } } _ { t } }$ , we first make a prediction4 of the corresponding $\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }$ , and then use it to obtain a sample ${ \\mathbf { \\mathcal { x } } } _ { t - 1 }$ through the reverse conditional distribution $q _ { \\sigma } ( { \\pmb x } _ { t - 1 } | { \\pmb x } _ { t } , { \\pmb x } _ { 0 } )$ , which we have defined. ", + "bbox": [ + 174, + 213, + 825, + 275 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "For some ${ \\pmb x } _ { 0 } \\sim { \\pmb q } ( { \\pmb x } _ { 0 } )$ and $\\epsilon _ { t } \\sim \\mathcal { N } ( \\mathbf { 0 } , I )$ , $\\mathbf { \\Delta } _ { \\mathbf { \\mathcal { X } } _ { t } }$ can be obtained using Eq. (4). The model $\\epsilon _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t } )$ then attempts to predict $\\epsilon _ { t }$ from $\\mathbf { \\Delta } _ { \\mathbf { \\mathcal { X } } _ { t } }$ , without knowledge of $\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }$ . By rewriting Eq. (4), one can then predict the denoised observation, which is a prediction of $\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }$ given $\\mathbf { \\Delta } _ { \\mathbf { \\mathcal { X } } _ { t } }$ : ", + "bbox": [ + 174, + 284, + 825, + 327 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/cfd0464a4eddc8909e9f939754ba158b074b1de9c66bf2079d47350bf8102087.jpg", + "text": "$$\nf _ { \\theta } ^ { ( t ) } ( { \\pmb x } _ { t } ) : = \\big ( { \\pmb x } _ { t } - \\sqrt { 1 - \\alpha _ { t } } \\cdot \\epsilon _ { \\theta } ^ { ( t ) } ( { \\pmb x } _ { t } ) \\big ) / \\sqrt { \\alpha _ { t } } .\n$$", + "text_format": "latex", + "bbox": [ + 349, + 332, + 648, + 353 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "We can then define the generative process with a fixed prior $p _ { \\theta } ( { \\pmb x } _ { T } ) = \\mathcal { N } ( \\mathbf { 0 } , I )$ and ", + "bbox": [ + 176, + 358, + 722, + 373 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/3d9e9cd31f3684b8d6025331f58b4215caaa145c81895f32675e4017cbdc0cde.jpg", + "text": "$$\np _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } ) = \\left\\{ \\begin{array} { l l } { \\mathcal { N } ( f _ { \\theta } ^ { ( 1 ) } ( \\pmb { x } _ { 1 } ) , \\sigma _ { 1 } ^ { 2 } \\pmb { I } ) } & { \\mathrm { i f ~ } t = 1 } \\\\ { q _ { \\sigma } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } , f _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t } ) ) } & { \\mathrm { o t h e r w i s e } , } \\end{array} \\right.\n$$", + "text_format": "latex", + "bbox": [ + 318, + 378, + 676, + 421 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "where $q _ { \\sigma } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } , f _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t } ) )$ is defined as in Eq. (7) with $\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }$ replaced by $f _ { \\theta } ^ { ( t ) } ( { \\pmb x } _ { t } )$ . We add some Gaussian noise (with covariance $\\sigma _ { 1 } ^ { 2 } I )$ ) for the case of $t = 1$ to ensure that the generative process is supported everywhere. ", + "bbox": [ + 174, + 426, + 825, + 473 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "We optimize $\\theta$ via the following variational inference objective (which is a functional over $\\epsilon _ { \\theta }$ ): ", + "bbox": [ + 171, + 479, + 794, + 496 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/443c7f0c927b6d656331b829c7dfb72af2afc7deef0c1ff228be5b573b813e42.jpg", + "text": "$$\n\\begin{array} { r l } & { \\ J _ { \\sigma } ( \\epsilon _ { \\theta } ) : = \\mathbb { E } _ { \\alpha _ { 0 : T } \\sim q _ { \\sigma } ( \\alpha _ { 0 : T } ) } \\bigl [ \\log q _ { \\sigma } ( x _ { 1 : T } | x _ { 0 } ) - \\log p _ { \\theta } ( x _ { 0 : T } ) \\bigr ] } & { ( 1 1 ) } \\\\ & { = \\mathbb { E } _ { \\alpha _ { 0 : T } \\sim q _ { \\sigma } ( \\alpha _ { 0 : T } ) } \\left[ q _ { \\sigma } ( x _ { T } | x _ { 0 } ) + \\displaystyle \\sum _ { t = 2 } ^ { T } \\log q _ { \\sigma } ( x _ { t - 1 } | x _ { t } , x _ { 0 } ) - \\displaystyle \\sum _ { t = 1 } ^ { T } \\log p _ { \\theta } ^ { ( t ) } ( x _ { t - 1 } | x _ { t } ) - \\log p _ { \\theta } ( x _ { T } ) \\right] } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 181, + 500, + 823, + 564 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "where we factorize $q _ { \\sigma } ( \\pmb { x } _ { 1 : T } | \\pmb { x } _ { 0 } )$ according to Eq. (6) and $p _ { \\theta } ( { \\pmb x } _ { 0 : T } )$ according to Eq. (1). ", + "bbox": [ + 173, + 568, + 750, + 584 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "From the definition of $J _ { \\sigma }$ , it would appear that a different model has to be trained for every choice of $\\sigma$ , since it corresponds to a different variational objective (and a different generative process). However, $J _ { \\sigma }$ is equivalent to $L _ { \\gamma }$ for certain weights $\\gamma$ , as we show below. ", + "bbox": [ + 176, + 589, + 823, + 632 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "Theorem 1. For all $\\sigma > 0$ , there exists $\\gamma \\in \\mathbb { R } _ { > 0 } ^ { T }$ and $C \\in \\mathbb { R }$ , such that $J _ { \\sigma } = L _ { \\gamma } + C$ . ", + "bbox": [ + 174, + 636, + 740, + 654 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "The variational objective $L _ { \\gamma }$ is special in the sense that if parameters $\\theta$ of the models $\\epsilon _ { \\theta } ^ { ( t ) }$ are not shared across different $t$ , then the optimal solution for $\\epsilon _ { \\theta }$ will not depend on the weights $\\gamma$ (as global optimum is achieved by separately maximizing each term in the sum). This property of $L _ { \\gamma }$ has two implications. On the one hand, this justified the use of $L _ { 1 }$ as a surrogate objective function for the variational lower bound in DDPMs; on the other hand, since $J _ { \\sigma }$ is equivalent to some $L _ { \\gamma }$ from Theorem 1, the optimal solution of $J _ { \\sigma }$ is also the same as that of $L _ { 1 }$ . Therefore, if parameters are not shared across $t$ in the model $\\epsilon _ { \\theta }$ , then the $L _ { 1 }$ objective used by Ho et al. (2020) can be used as a surrogate objective for the variational objective $J _ { \\sigma }$ as well. ", + "bbox": [ + 173, + 666, + 825, + 779 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "4 SAMPLING FROM GENERALIZED GENERATIVE PROCESSES ", + "text_level": 1, + "bbox": [ + 174, + 799, + 691, + 815 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "With $L _ { 1 }$ as the objective, we are not only learning a generative process for the Markovian inference process considered in Sohl-Dickstein et al. (2015) and Ho et al. (2020), but also generative processes for many non-Markovian forward processes parametrized by $\\sigma$ that we have described. Therefore, we can essentially use pretrained DDPM models as the solutions to the new objectives, and focus on finding a generative process that is better at producing samples subject to our needs by changing $\\sigma$ . ", + "bbox": [ + 174, + 830, + 825, + 901 + ], + "page_idx": 3 + }, + { + "type": "image", + "img_path": "images/17e93575289e48c8af7e9ff085dd3d75fab2359985847dea9e20a558ebe61fa3.jpg", + "image_caption": [ + "Figure 2: Graphical model for accelerated generation, where $\\tau = [ 1 , 3 ]$ . " + ], + "image_footnote": [], + "bbox": [ + 339, + 101, + 661, + 170 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "4.1 DENOISING DIFFUSION IMPLICIT MODELS ", + "text_level": 1, + "bbox": [ + 173, + 231, + 511, + 246 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "From $p _ { \\theta } ( { \\pmb x } _ { 1 : T } )$ in Eq. (10), one can generate a sample ${ \\mathbf { \\mathcal { x } } } _ { t - 1 }$ from a sample $\\mathbf { \\Delta } _ { \\mathbf { \\mathcal { X } } _ { t } }$ via: ", + "bbox": [ + 173, + 261, + 712, + 276 + ], + "page_idx": 4 + }, + { + "type": "equation", + "img_path": "images/a25ffe82c43c8d14b257c0251266871c437aed57d1c8cbdeea09c29e6b1c60cf.jpg", + "text": "$$\n\\begin{array} { r } { x _ { t - 1 } = \\sqrt { \\alpha _ { t - 1 } } \\underbrace { \\Bigg ( \\frac { x _ { t } - \\sqrt { 1 - \\alpha _ { t } } \\epsilon _ { \\theta } ^ { ( t ) } ( { \\pmb x } _ { t } ) } { \\sqrt { \\alpha _ { t } } } \\Bigg ) } _ { \\substack { \\mathrm { ~ \\forall ~ n e d i c t e d ~ } x _ { 0 } \\mathrm { , ~ } } } + \\underbrace { \\sqrt { 1 - \\alpha _ { t - 1 } - \\sigma _ { t } ^ { 2 } } \\cdot \\epsilon _ { \\theta } ^ { ( t ) } ( { \\pmb x } _ { t } ) } _ { \\substack { \\mathrm { ~ \\forall ~ a f i r c t i o n ~ p o i n i n g ~ t o ~ } x _ { t } \\mathrm { , ~ } } } + \\underbrace { \\sigma _ { t } \\epsilon _ { t } } _ { \\substack { \\mathrm { r a n d o m ~ n o i s e } } } } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 204, + 290, + 759, + 347 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "where $\\epsilon _ { t } \\sim \\mathcal { N } ( \\mathbf { 0 } , I )$ is standard Gaussian noise independent of $\\mathbf { \\Delta } _ { \\mathbf { \\mathcal { X } } _ { t } }$ , and we define $\\alpha _ { 0 } : = 1$ . Different choices of $\\sigma$ values results in different generative processes, all while using the same model $\\epsilon _ { \\theta }$ , so re-training the model is unnecessary. When $\\sigma _ { t } = \\bar { \\sqrt { ( 1 - \\alpha _ { t - 1 } ) / ( 1 - \\alpha _ { t } ) } } \\bar { \\sqrt { 1 - \\alpha _ { t } / \\alpha _ { t - 1 } } }$ for all $t$ , the forward process becomes Markovian, and the generative process becomes a DDPM. ", + "bbox": [ + 174, + 366, + 825, + 424 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "We note another special case when $\\sigma _ { t } = 0$ for all $t ^ { 5 }$ ; the forward process becomes deterministic given $\\mathbf { \\delta x } _ { t - 1 }$ and $\\scriptstyle { \\pmb x } _ { 0 }$ , except for $t = 1$ ; in the generative process, the coefficient before the random noise $\\epsilon _ { t }$ becomes zero. The resulting model becomes an implicit probabilistic model (Mohamed & Lakshminarayanan, 2016), where samples are generated from latent variables with a fixed procedure (from $\\mathbf { \\nabla } _ { \\mathbf { \\mathcal { X } } \\mathcal { T } }$ to $\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }$ ). We name this the denoising diffusion implicit model (DDIM, pronounced $/ \\mathrm { d } { : } \\mathrm { m } / )$ , because it is an implicit probabilistic model trained with the DDPM objective (despite the forward process no longer being a diffusion). ", + "bbox": [ + 173, + 430, + 825, + 529 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "4.2 ACCELERATED GENERATION PROCESSES ", + "text_level": 1, + "bbox": [ + 176, + 554, + 495, + 568 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "In the previous sections, the generative process is considered as the approximation to the reverse process; since of the forward process has $T$ steps, the generative process is also forced to sample $T$ steps. However, as the denoising objective $L _ { 1 }$ does not depend on the specific forward procedure as long as $q _ { \\sigma } ( \\pmb { x } _ { t } | \\pmb { x } _ { 0 } )$ is fixed, we may also consider forward processes with lengths smaller than $T$ , which accelerates the corresponding generative processes without having to train a different model. ", + "bbox": [ + 174, + 583, + 825, + 654 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Let us consider the forward process as defined not on all the latent variables $\\pmb { x } _ { 1 : T }$ , but on a subset $\\{ \\pmb { x } _ { \\tau _ { 1 } } , \\dotsc , \\pmb { x } _ { \\tau _ { S } } \\}$ , where $\\tau$ is an increasing sub-sequence of $[ 1 , \\ldots , T ]$ of length $S$ . In particular, we define the sequential forward process over √ $\\pmb { x } _ { \\tau _ { 1 } } , \\ldots , \\pmb { x } _ { \\tau _ { S } }$ such that $q ( { \\pmb x } _ { \\tau _ { i } } | { \\pmb x } _ { 0 } ) =$ $\\bar { \\mathcal { N } } ( \\sqrt { \\alpha _ { \\tau _ { i } } } \\pmb { x } _ { 0 } , ( 1 - \\alpha _ { \\tau _ { i } } ) \\pmb { I } )$ matches the “marginals” (see Figure 2 for an illustration). The generative process now samples latent variables according to reversed $( \\tau )$ , which we term (sampling) trajectory. When the length of the sampling trajectory is much smaller than $T$ , we may achieve significant increases in computational efficiency due to the iterative nature of the sampling process. ", + "bbox": [ + 173, + 660, + 825, + 760 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Using a similar argument as in Section 3, we can justify using the model trained with the $L _ { 1 }$ objective, so no changes are needed in training. We show that only slight changes to the updates in Eq. (12) are needed to obtain the new, faster generative processes, which applies to DDPM, DDIM, as well as all generative processes considered in Eq. (10). We include these details in Appendix C.1. ", + "bbox": [ + 174, + 766, + 825, + 821 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "In principle, this means that we can train a model with an arbitrary number of forward steps but only sample from some of them in the generative process. Therefore, the trained model could consider many more steps than what is considered in (Ho et al., 2020) or even a continuous time variable $t$ (Chen et al., 2020). We leave empirical investigations of this aspect as future work. ", + "bbox": [ + 174, + 828, + 823, + 885 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Moreover, we can rewrite the DDIM iterate according to Eq. (12), and its similarity to Euler integration for solving ODEs becomes more apparent: ", + "bbox": [ + 173, + 128, + 823, + 159 + ], + "page_idx": 5 + }, + { + "type": "equation", + "img_path": "images/76136e48afa301c9db6cf613cab29c730c19b20726c00336b2241c6a6907e529.jpg", + "text": "$$\n\\sqrt { \\frac { 1 } { \\alpha _ { t - 1 } } } { \\pmb x } _ { t - 1 } = \\sqrt { \\frac { 1 } { \\alpha _ { t } } } { \\pmb x } _ { t } + \\left( \\sqrt { \\frac { 1 - \\alpha _ { t - 1 } } { \\alpha _ { t - 1 } } } - \\sqrt { \\frac { 1 - \\alpha _ { t } } { \\alpha _ { t } } } \\right) \\epsilon _ { \\theta } ^ { ( t ) } ( { \\pmb x } _ { t } )\n$$", + "text_format": "latex", + "bbox": [ + 282, + 161, + 714, + 205 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "We can reparameterize $( \\sqrt { 1 - \\alpha } / \\sqrt { \\alpha } )$ with $\\lambda$ and $( { \\pmb x } / { \\sqrt { \\alpha } } )$ with $H ( \\lambda )$ then sampling $\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }$ with Equation (13) can be treated as integration over the following ODE: ", + "bbox": [ + 173, + 210, + 823, + 241 + ], + "page_idx": 5 + }, + { + "type": "equation", + "img_path": "images/0f2d4922dfc9af0b1fe03e30bb8dae5e84a2b20d131bcf06d4c7117d5beea6bf.jpg", + "text": "$$\nH ( 0 ) = \\int _ { M } ^ { 0 } \\epsilon _ { \\theta } ^ { \\lambda } ( H ( \\lambda ) \\sqrt { \\lambda ^ { 2 } - 1 } ) \\mathrm { d } \\lambda + H ( M ) , \\quad H ( M ) \\sim \\mathcal { N } ( \\mathbf { 0 } , I )\n$$", + "text_format": "latex", + "bbox": [ + 277, + 243, + 720, + 280 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "for some very large $M$ (which corresponds to the case of $\\alpha \\approx 0$ ). This suggests that with enough $T$ (discretization steps), the we can also reverse the generation process (going from $t = 0$ to $T$ ), which encodes $\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }$ to $\\mathbf { \\nabla } _ { \\mathbf { x } _ { T } }$ and simulates the reverse of the ODE in Eq. (14). This suggests that unlike DDPM, we can use DDIM to obtain encodings of the observations (as the form of $\\mathbf { \\nabla } _ { \\mathbf { \\mathcal { X } } \\mathcal { T } }$ ), which might be useful for other downstream applications that requires latent representations of a model. ", + "bbox": [ + 174, + 284, + 825, + 353 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "5 EXPERIMENTS ", + "text_level": 1, + "bbox": [ + 174, + 373, + 326, + 390 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "In this section, we show that DDIMs outperform DDPMs in terms of image generation when fewer iterations are considered, giving speed ups of $1 0 \\times$ to $1 0 0 \\times$ over the original DDPM generation process. Moreover, unlike DDPMs, once the initial latent variables $\\mathbfit { \\mathbf { x } } _ { T }$ are fixed, DDIMs retain highlevel image features regardless of the generation trajectory, so they are able to perform interpolation directly from the latent space. DDIMs can also be used to encode samples that reconstruct them from the latent code, which DDPMs cannot do due to the stochastic sampling process. ", + "bbox": [ + 174, + 404, + 825, + 488 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "For each dataset, we use the same trained model with $T \\ = \\ 1 0 0 0$ and the objective being $L _ { \\gamma }$ from Eq. (5) with $\\gamma = 1$ ; as we argued in Section 3, no changes are needed with regards to the training procedure. The only changes that we make is how we produce samples from the model; we achieve this by controlling $\\tau$ (which controls how fast the samples are obtained) and $\\sigma$ (which interpolates between the deterministic DDIM and the stochastic DDPM). ", + "bbox": [ + 174, + 494, + 825, + 565 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "We consider different sub-sequences $\\tau$ of $[ 1 , \\ldots , T ]$ and different variance hyperparameters $\\sigma$ indexed by elements of $\\tau$ . To simplify comparisons, we consider $\\sigma$ with the form: ", + "bbox": [ + 174, + 570, + 823, + 599 + ], + "page_idx": 5 + }, + { + "type": "equation", + "img_path": "images/a3d4dff954de39f13bce1ac0b9ccb4ba08e597859c7759f726020cf6cbdd9bb9.jpg", + "text": "$$\n\\sigma _ { \\tau _ { i } } ( \\eta ) = \\eta \\sqrt { ( 1 - \\alpha _ { \\tau _ { i - 1 } } ) / ( 1 - \\alpha _ { \\tau _ { i } } ) } \\sqrt { 1 - \\alpha _ { \\tau _ { i } } / \\alpha _ { \\tau _ { i - 1 } } } ,\n$$", + "text_format": "latex", + "bbox": [ + 320, + 604, + 676, + 632 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "where $\\eta \\in \\mathbb { R } _ { \\geq 0 }$ is a hyperparameter that we can directly control. This includes an original DDPM generative process when $\\eta = 1$ and DDIM when $\\eta = 0$ . We also consider DDPM where the random noise has a larger standard deviation than $\\sigma ( 1 )$ , which we denote as $\\hat { \\sigma }$ : $\\hat { \\sigma } _ { \\tau _ { i } } = \\sqrt { 1 - \\alpha _ { \\tau _ { i } } / \\alpha _ { \\tau _ { i - 1 } } }$ . This is used by the implementation in Ho et al. (2020) only to obtain the CIFAR10 samples, but not samples of the other datasets. We include more details in Appendix D. ", + "bbox": [ + 174, + 636, + 825, + 707 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "5.1 SAMPLE QUALITY AND EFFICIENCY", + "text_level": 1, + "bbox": [ + 174, + 723, + 460, + 738 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "In Table 1, we report the quality of the generated samples with models trained on CIFAR10 and CelebA, as measured by Frechet Inception Distance (FID (Heusel et al., 2017)), where we vary the number of timesteps used to generate a sample $( \\dim ( \\tau ) )$ and the stochasticity of the process $( \\eta )$ . As expected, the sample quality becomes higher as we increase $\\dim ( \\tau )$ , presenting a tradeoff between sample quality and computational costs. We observe that DDIM $( \\eta = 0$ ) achieves the best sample quality when $\\dim ( \\tau )$ is small, and DDPM ${ \\mathfrak { \\eta } } = 1$ and $\\hat { \\sigma }$ ) typically has worse sample quality compared to its less stochastic counterparts with the same $\\dim ( \\tau )$ , except for the case for $\\bar { \\mathrm { d i m } } \\dot { ( \\tau ) } = 1 \\bar { 0 } 0 0$ and $\\hat { \\sigma }$ reported by Ho et al. (2020) where DDIM is marginally worse. However, the sample quality of $\\hat { \\sigma }$ becomes much worse for smaller $\\dim ( \\tau )$ , which suggests that it is ill-suited for shorter trajectories. DDIM, on the other hand, achieves high sample quality much more consistently. ", + "bbox": [ + 173, + 748, + 825, + 888 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "In Figure 3, we show CIFAR10 and CelebA samples with the same number of sampling steps and varying $\\sigma$ . For the DDPM, the sample quality deteriorates rapidly when the sampling trajectory has ", + "bbox": [ + 174, + 895, + 823, + 924 + ], + "page_idx": 5 + }, + { + "type": "table", + "img_path": "images/bffd2f77e3acd8e0cca9dd43b1aa9bcdf4e0b084dab8a256a37295d39d9bb611.jpg", + "table_caption": [ + "Table 1: CIFAR10 and CelebA image generation measured in FID. $\\eta = 1 . 0$ and $\\hat { \\sigma }$ are cases of DDPM (although Ho et al. (2020) only considered $T = 1 0 0 0$ steps, and $S < T$ can be seen as simulating DDPMs trained with $S$ steps), and $\\eta = 0 . 0$ indicates DDIM. " + ], + "table_footnote": [], + "table_body": "
CIFAR10 (32× 32)CelebA (64× 64)
S10205010010001020501001000
0.013.366.84 4.67 4.164.0417.3313.739.176.533.51
0.214.047.114.774.254.0917.6614.119.516.793.64
n 0.516.668.355.254.464.2919.8616.0611.018.094.28
1.041.0718.368.015.784.7333.1226.0318.4813.935.98
6367.43133.3732.729.993.17299.71183.8371.7145.203.26
", + "bbox": [ + 178, + 154, + 820, + 265 + ], + "page_idx": 6 + }, + { + "type": "image", + "img_path": "images/7dc112fdc6699928420c30636c1b6f84c6abbfab95fc0bfbf72ebb805dfc47cf.jpg", + "image_caption": [ + "Figure 3: CIFAR10 and CelebA samples with $\\dim ( \\tau ) = 1 0$ and $\\dim ( \\tau ) = 1 0 0$ . " + ], + "image_footnote": [], + "bbox": [ + 184, + 285, + 816, + 387 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "10 steps. For the case of $\\hat { \\sigma }$ , the generated images seem to have more noisy perturbations under short trajectories; this explains why the FID scores are much worse than other methods, as FID is very sensitive to such perturbations (as discussed in Jolicoeur-Martineau et al. (2020)). ", + "bbox": [ + 176, + 445, + 823, + 487 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "In Figure 4, we show that the amount of time needed to produce a sample scales linearly with the length of the sample trajectory. This suggests that DDIM is useful for producing samples more efficiently, as samples can be generated in much fewer steps. Notably, DDIM is able to produce samples with quality comparable to 1000 step models within 20 to 100 steps, which is a $1 0 \\times$ to $5 0 \\times$ speed up compared to the original DDPM. Even though DDPM could also achieve reasonable sample quality with $1 0 0 \\times$ steps, DDIM requires much fewer steps to achieve this; on CelebA, the FID score of the 100 step DDPM is similar to that of the 20 step DDIM. ", + "bbox": [ + 173, + 494, + 825, + 592 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "5.2 SAMPLE CONSISTENCY IN DDIMS ", + "text_level": 1, + "bbox": [ + 176, + 614, + 452, + 628 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "For DDIM, the generative process is deterministic, and $\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }$ would depend only on the initial state $\\mathbf { \\nabla } _ { \\mathbf { \\mathcal { X } } \\mathcal { T } }$ . In Figure 5, we observe the generated images under different generative trajectories (i.e. different $\\tau$ ) while starting with the same initial $\\mathbf { \\nabla } _ { \\mathbf { x } _ { T } }$ . Interestingly, for the generated images with the same initial $\\mathbf { \\nabla } _ { \\mathbf { x } _ { T } }$ , most high-level features are similar, regardless of the generative trajectory. In many cases, samples generated with only 20 steps are already very similar to ones generated with 1000 steps in terms of high-level features, with only minor differences in details. Therefore, it would appear that $\\mathbf { \\nabla } _ { \\mathbf { x } _ { T } }$ alone would be an informative latent encoding of the image; and minor details that affects sample quality are encoded in the parameters, as longer sample trajectories gives better quality samples but do not significantly affect the high-level features. We show more samples in Appendix D.4. ", + "bbox": [ + 173, + 642, + 825, + 768 + ], + "page_idx": 6 + }, + { + "type": "image", + "img_path": "images/f7d43add70ac56236b06f4df17b3cf07ac10ffb7f3ad28fa50b72cac429cfa21.jpg", + "image_caption": [ + "Figure 4: Hours to sample $5 0 \\mathrm { k }$ images with one Nvidia 2080 Ti GPU and samples at different steps. " + ], + "image_footnote": [], + "bbox": [ + 236, + 797, + 763, + 892 + ], + "page_idx": 6 + }, + { + "type": "image", + "img_path": "images/4aaa02cf378e2d7f77d94702809c3455654d90c96b1abe0691d6648da55a447a.jpg", + "image_caption": [ + "Figure 5: Samples from DDIM with the same random $\\mathbfit { \\mathbf { x } } _ { T }$ and different number of steps. " + ], + "image_footnote": [], + "bbox": [ + 179, + 103, + 813, + 382 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "5.3 INTERPOLATION IN DETERMINISTIC GENERATIVE PROCESSES ", + "text_level": 1, + "bbox": [ + 174, + 439, + 637, + 452 + ], + "page_idx": 7 + }, + { + "type": "image", + "img_path": "images/59796912678198582bd614c35cb3ee11a7d9b15f9fe60304fd72e0c735509618.jpg", + "image_caption": [ + "Figure 6: Interpolation of samples from DDIM with $\\dim ( \\tau ) = 5 0$ . " + ], + "image_footnote": [], + "bbox": [ + 174, + 469, + 823, + 669 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Since the high level features of the DDIM sample is encoded by $\\mathbf { \\nabla } _ { \\mathbf { \\mathcal { X } } \\mathcal { T } }$ , we are interested to see whether it would exhibit the semantic interpolation effect similar to that observed in other implicit probabilistic models, such as GANs (Goodfellow et al., 2014). This is different from the interpolation procedure in Ho et al. (2020), since in DDPM the same $\\mathbfit { \\mathbf { x } } _ { T }$ would lead to highly diverse $\\scriptstyle { \\pmb x } _ { 0 }$ due to the stochastic generative process6. In Figure 6, we show that simple interpolations in $\\mathbf { \\nabla } _ { \\mathbf { x } _ { T } }$ can lead to semantically meaningful interpolations between two samples. We include more details and samples in Appendix D.5. This allows DDIM to control the generated images on a high level directly through the latent variables, which DDPMs cannot. ", + "bbox": [ + 174, + 713, + 825, + 824 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "5.4 RECONSTRUCTION FROM LATENT SPACE ", + "text_level": 1, + "bbox": [ + 178, + 843, + 496, + 857 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "As DDIM is the Euler integration for a particular ODE, it would be interesting to see whether it can encode from $\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }$ to $\\mathbf { \\nabla } _ { \\mathbf { \\mathcal { X } } \\mathcal { T } }$ (reverse of Eq. (14)) and reconstruct $\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }$ from the resulting $\\mathbf { \\nabla } _ { \\mathbf { \\mathcal { X } } \\mathcal { T } }$ (forward of Eq. (14))7. We consider encoding and decoding on the CIFAR-10 test set with the CIFAR-10 model with $S$ steps for both encoding and decoding; we report the per-dimension mean squared error (scaled to $[ 0 , 1 ] )$ in Table 2. Our results show that DDIMs have lower reconstruction error for larger $S$ values and have properties similar to Neural ODEs and normalizing flows. The same cannot be said for DDPMs due to their stochastic nature. ", + "bbox": [ + 178, + 869, + 823, + 898 + ], + "page_idx": 7 + }, + { + "type": "table", + "img_path": "images/2408b4cb3fa06c8fc0f66a1ec32d7c94467229c59798256ff9b79df94669c7cb.jpg", + "table_caption": [ + "Table 2: Reconstruction error with DDIM on CIFAR-10 test set, rounded to $1 0 ^ { - 4 }$ . " + ], + "table_footnote": [], + "table_body": "
S1020501002005001000
Error0.0140.00650.00230.00090.00040.00010.0001
", + "bbox": [ + 245, + 127, + 745, + 171 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "", + "bbox": [ + 173, + 198, + 825, + 267 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "6 RELATED WORK ", + "text_level": 1, + "bbox": [ + 176, + 290, + 344, + 306 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Our work is based on a large family of existing methods on learning generative models as transition operators of Markov chains (Sohl-Dickstein et al., 2015; Bengio et al., 2014; Salimans et al., 2014; Song et al., 2017; Goyal et al., 2017; Levy et al., 2017). Among them, denoising diffusion probabilistic models (DDPMs, Ho et al. (2020)) and noise conditional score networks (NCSN, Song & Ermon (2019; 2020)) have recently achieved high sample quality comparable to GANs (Brock et al., 2018; Karras et al., 2018). DDPMs optimize a variational lower bound to the log-likelihood, whereas NCSNs optimize the score matching objective (Hyvarinen ¨ , 2005) over a nonparametric Parzen density estimator of the data (Vincent, 2011; Raphan & Simoncelli, 2011). ", + "bbox": [ + 174, + 321, + 825, + 434 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Despite their different motivations, DDPMs and NCSNs are closely related. Both use a denoising autoencoder objective for many noise levels, and both use a procedure similar to Langevin dynamics to produce samples (Neal et al., 2011). Since Langevin dynamics is a discretization of a gradient flow (Jordan et al., 1998), both DDPM and NCSN require many steps to achieve good sample quality. This aligns with the observation that DDPM and existing NCSN methods have trouble generating high-quality samples in a few iterations. ", + "bbox": [ + 174, + 440, + 825, + 523 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "DDIM, on the other hand, is an implicit generative model (Mohamed & Lakshminarayanan, 2016) where samples are uniquely determined from the latent variables. Hence, DDIM has certain properties that resemble GANs (Goodfellow et al., 2014) and invertible flows (Dinh et al., 2016), such as the ability to produce semantically meaningful interpolations. We derive DDIM from a purely variational perspective, where the restrictions of Langevin dynamics are not relevant; this could partially explain why we are able to observe superior sample quality compared to DDPM under fewer iterations. The sampling procedure of DDIM is also reminiscent of neural networks with continuous depth (Chen et al., 2018; Grathwohl et al., 2018), since the samples it produces from the same latent variable have similar high-level visual features, regardless of the specific sample trajectory. ", + "bbox": [ + 174, + 531, + 825, + 656 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "7 DISCUSSION ", + "text_level": 1, + "bbox": [ + 176, + 678, + 310, + 693 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "We have presented DDIMs – an implicit generative model trained with denoising auto-encoding / score matching objectives – from a purely variational perspective. DDIM is able to generate highquality samples much more efficiently than existing DDPMs and NCSNs, with the ability to perform meaningful interpolations from the latent space. The non-Markovian forward process presented here seems to suggest continuous forward processes other than Gaussian (which cannot be done in the original diffusion framework, since Gaussian is the only stable distribution with finite variance). We also demonstrated a discrete case with a multinomial forward process in Appendix A, and it would be interesting to investigate similar alternatives for other combinatorial structures. ", + "bbox": [ + 174, + 709, + 825, + 821 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Moreover, since the sampling procedure of DDIMs is similar to that of an neural ODE, it would be interesting to see if methods that decrease the discretization error in ODEs, including multistep methods such as Adams-Bashforth (Butcher & Goodwin, 2008), could be helpful for further improving sample quality in fewer steps (Queiruga et al., 2020). It is also relevant to investigate whether DDIMs exhibit other properties of existing implicit models (Bau et al., 2019). ", + "bbox": [ + 176, + 828, + 823, + 897 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "REFERENCES ", + "text_level": 1, + "bbox": [ + 174, + 102, + 287, + 118 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Martin Arjovsky, Soumith Chintala, and Leon Bottou. Wasserstein GAN. ´ arXiv preprint arXiv:1701.07875, January 2017. ", + "bbox": [ + 173, + 126, + 825, + 155 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "David Bau, Jun-Yan Zhu, Jonas Wulff, William Peebles, Hendrik Strobelt, Bolei Zhou, and Antonio Torralba. Seeing what a gan cannot generate. In Proceedings of the IEEE International Conference on Computer Vision, pp. 4502–4511, 2019. ", + "bbox": [ + 176, + 164, + 823, + 208 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Yoshua Bengio, Eric Laufer, Guillaume Alain, and Jason Yosinski. Deep generative stochastic networks trainable by backprop. In International Conference on Machine Learning, pp. 226–234, January 2014. ", + "bbox": [ + 176, + 217, + 823, + 260 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Christopher M Bishop. Pattern recognition and machine learning. springer, 2006. ", + "bbox": [ + 173, + 268, + 714, + 285 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Andrew Brock, Jeff Donahue, and Karen Simonyan. Large scale GAN training for high fidelity natural image synthesis. arXiv preprint arXiv:1809.11096, September 2018. ", + "bbox": [ + 173, + 294, + 816, + 324 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "John Charles Butcher and Nicolette Goodwin. Numerical methods for ordinary differential equations, volume 2. Wiley Online Library, 2008. ", + "bbox": [ + 173, + 333, + 820, + 363 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Nanxin Chen, Yu Zhang, Heiga Zen, Ron J Weiss, Mohammad Norouzi, and William Chan. WaveGrad: Estimating gradients for waveform generation. arXiv preprint arXiv:2009.00713, September 2020. ", + "bbox": [ + 173, + 371, + 825, + 414 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Ricky T Q Chen, Yulia Rubanova, Jesse Bettencourt, and David Duvenaud. Neural ordinary differential equations. arXiv preprint arXiv:1806.07366, June 2018. ", + "bbox": [ + 173, + 424, + 823, + 454 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Laurent Dinh, Jascha Sohl-Dickstein, and Samy Bengio. Density estimation using real NVP. arXiv preprint arXiv:1605.08803, May 2016. ", + "bbox": [ + 173, + 463, + 823, + 492 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Ian Goodfellow, Jean Pouget-Abadie, Mehdi Mirza, Bing Xu, David Warde-Farley, Sherjil Ozair, Aaron Courville, and Yoshua Bengio. Generative adversarial nets. In Advances in neural information processing systems, pp. 2672–2680, 2014. ", + "bbox": [ + 173, + 502, + 823, + 545 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Anirudh Goyal, Nan Rosemary Ke, Surya Ganguli, and Yoshua Bengio. Variational walkback: Learning a transition operator as a stochastic recurrent net. In Advances in Neural Information Processing Systems, pp. 4392–4402, 2017. ", + "bbox": [ + 176, + 554, + 823, + 598 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Will Grathwohl, Ricky T Q Chen, Jesse Bettencourt, Ilya Sutskever, and David Duvenaud. FFJORD: Free-form continuous dynamics for scalable reversible generative models. arXiv preprint arXiv:1810.01367, October 2018. ", + "bbox": [ + 173, + 607, + 825, + 650 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Ishaan Gulrajani, Faruk Ahmed, Martin Arjovsky, Vincent Dumoulin, and Aaron C Courville. Improved training of wasserstein gans. In Advances in Neural Information Processing Systems, pp. 5769–5779, 2017. ", + "bbox": [ + 173, + 660, + 825, + 702 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Martin Heusel, Hubert Ramsauer, Thomas Unterthiner, Bernhard Nessler, and Sepp Hochreiter. GANs trained by a two Time-Scale update rule converge to a local nash equilibrium. arXiv preprint arXiv:1706.08500, June 2017. ", + "bbox": [ + 173, + 712, + 825, + 755 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Jonathan Ho, Ajay Jain, and Pieter Abbeel. Denoising diffusion probabilistic models. arXiv preprint arXiv:2006.11239, June 2020. ", + "bbox": [ + 168, + 765, + 825, + 794 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Aapo Hyvarinen. Estimation of Non-Normalized statistical models by score matching. ¨ Journal of Machine Learning Researc h, 6:695–709, 2005. ", + "bbox": [ + 168, + 804, + 826, + 833 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Alexia Jolicoeur-Martineau, Remi Pich ´ e-Taillefer, R ´ emi Tachet des Combes, and Ioannis ´ Mitliagkas. Adversarial score matching and improved sampling for image generation. September 2020. ", + "bbox": [ + 174, + 842, + 823, + 886 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Richard Jordan, David Kinderlehrer, and Felix Otto. The variational formulation of the fokker– planck equation. SIAM journal on mathematical analysis, 29(1):1–17, 1998. ", + "bbox": [ + 174, + 895, + 820, + 924 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Tero Karras, Samuli Laine, and Timo Aila. A Style-Based generator architecture for generative adversarial networks. arXiv preprint arXiv:1812.04948, December 2018. ", + "bbox": [ + 171, + 103, + 823, + 132 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Tero Karras, Samuli Laine, Miika Aittala, Janne Hellsten, Jaakko Lehtinen, and Timo Aila. Analyzing and improving the image quality of stylegan. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp. 8110–8119, 2020. ", + "bbox": [ + 176, + 141, + 821, + 185 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Diederik $\\mathrm { \\bf P }$ Kingma and Max Welling. Auto-Encoding variational bayes. arXiv preprint arXiv:1312.6114v10, December 2013. ", + "bbox": [ + 174, + 194, + 823, + 223 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Daniel Levy, Matthew D Hoffman, and Jascha Sohl-Dickstein. Generalizing hamiltonian monte carlo with neural networks. arXiv preprint arXiv:1711.09268, 2017. ", + "bbox": [ + 173, + 233, + 823, + 262 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Shakir Mohamed and Balaji Lakshminarayanan. Learning in implicit generative models. arXiv preprint arXiv:1610.03483, October 2016. ", + "bbox": [ + 174, + 272, + 823, + 301 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Radford M Neal et al. Mcmc using hamiltonian dynamics. Handbook of markov chain monte carlo, 2(11):2, 2011. ", + "bbox": [ + 174, + 310, + 823, + 340 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Alejandro F Queiruga, N Benjamin Erichson, Dane Taylor, and Michael W Mahoney. Continuousin-depth neural networks. arXiv preprint arXiv:2008.02389, 2020. ", + "bbox": [ + 173, + 349, + 821, + 378 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Martin Raphan and Eero P Simoncelli. Least squares estimation without priors or supervision. Neural computation, 23(2):374–420, February 2011. ISSN 0899-7667, 1530-888X. ", + "bbox": [ + 176, + 387, + 823, + 417 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Danilo Jimenez Rezende and Shakir Mohamed. Variational inference with normalizing flows. arXiv preprint arXiv:1505.05770, May 2015. ", + "bbox": [ + 173, + 426, + 823, + 457 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Danilo Jimenez Rezende, Shakir Mohamed, and Daan Wierstra. Stochastic backpropagation and approximate inference in deep generative models. arXiv preprint arXiv:1401.4082, 2014. ", + "bbox": [ + 171, + 465, + 823, + 496 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Olaf Ronneberger, Philipp Fischer, and Thomas Brox. U-net: Convolutional networks for biomedical image segmentation. In International Conference on Medical image computing and computerassisted intervention, pp. 234–241. Springer, 2015. ", + "bbox": [ + 176, + 503, + 821, + 547 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Tim Salimans, Diederik P Kingma, and Max Welling. Markov chain monte carlo and variational inference: Bridging the gap. arXiv preprint arXiv:1410.6460, October 2014. ", + "bbox": [ + 174, + 556, + 821, + 587 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Ken Shoemake. Animating rotation with quaternion curves. In Proceedings of the 12th annual conference on Computer graphics and interactive techniques, pp. 245–254, 1985. ", + "bbox": [ + 174, + 595, + 821, + 626 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Jascha Sohl-Dickstein, Eric A Weiss, Niru Maheswaranathan, and Surya Ganguli. Deep unsupervised learning using nonequilibrium thermodynamics. arXiv preprint arXiv:1503.03585, March 2015. ", + "bbox": [ + 173, + 633, + 823, + 678 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Jiaming Song, Shengjia Zhao, and Stefano Ermon. A-nice-mc: Adversarial training for mcmc. arXiv preprint arXiv:1706.07561, June 2017. ", + "bbox": [ + 173, + 686, + 823, + 717 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Yang Song and Stefano Ermon. Generative modeling by estimating gradients of the data distribution. arXiv preprint arXiv:1907.05600, July 2019. ", + "bbox": [ + 176, + 726, + 823, + 756 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Yang Song and Stefano Ermon. Improved techniques for training Score-Based generative models. arXiv preprint arXiv:2006.09011, June 2020. ", + "bbox": [ + 169, + 765, + 823, + 794 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Aaron van den Oord, Sander Dieleman, Heiga Zen, Karen Simonyan, Oriol Vinyals, Alex Graves, Nal Kalchbrenner, Andrew Senior, and Koray Kavukcuoglu. WaveNet: A generative model for raw audio. arXiv preprint arXiv:1609.03499, September 2016a. ", + "bbox": [ + 174, + 803, + 821, + 847 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Aaron van den Oord, Nal Kalchbrenner, and Koray Kavukcuoglu. Pixel recurrent neural networks. arXiv preprint arXiv:1601.06759, January 2016b. ", + "bbox": [ + 171, + 856, + 821, + 886 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Pascal Vincent. A connection between score matching and denoising autoencoders. Neural computation, 23(7):1661–1674, 2011. ", + "bbox": [ + 173, + 895, + 821, + 924 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Sergey Zagoruyko and Nikos Komodakis. Wide residual networks. arXiv preprint arXiv:1605.07146, May 2016. ", + "bbox": [ + 173, + 103, + 823, + 132 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Shengjia Zhao, Hongyu Ren, Arianna Yuan, Jiaming Song, Noah Goodman, and Stefano Ermon. Bias and generalization in deep generative models: An empirical study. In Advances in Neural Information Processing Systems, pp. 10792–10801, 2018. ", + "bbox": [ + 178, + 141, + 823, + 184 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "A NON-MARKOVIAN FORWARD PROCESSES FOR A DISCRETE CASE ", + "text_level": 1, + "bbox": [ + 171, + 101, + 754, + 118 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "In this section, we describe a non-Markovian forward processes for discrete data and corresponding variational objectives. Since the focus of this paper is to accelerate reverse models corresponding to the Gaussian diffusion, we leave empirical evaluations as future work. ", + "bbox": [ + 174, + 132, + 825, + 176 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "For a categorical observation $\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }$ that is a one-hot vector with $K$ possible values, we define the forward process as follows. First, we have $q ( \\pmb { x } _ { t } | \\pmb { x } _ { 0 } )$ as the following categorical distribution: ", + "bbox": [ + 174, + 181, + 820, + 210 + ], + "page_idx": 12 + }, + { + "type": "equation", + "img_path": "images/9c096dea389c5198eb9d03cb022af32386554ff619891bf5ef1c45d567b39d1c.jpg", + "text": "$$\nq ( \\pmb { x } _ { t } | \\pmb { x } _ { 0 } ) = \\mathrm { C a t } ( \\alpha _ { t } \\pmb { x } _ { 0 } + ( 1 - \\alpha _ { t } ) \\pmb { 1 } _ { K } )\n$$", + "text_format": "latex", + "bbox": [ + 370, + 215, + 627, + 233 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "where $\\mathbf { 1 } _ { K } \\in \\mathbb { R } ^ { K }$ is a vector with all entries being $1 / K$ , and $\\alpha _ { t }$ decreasing from $\\alpha _ { 0 } = 1$ for $t = 0$ to $\\alpha _ { T } = 0$ for $t = T$ . Then we define $q ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } , \\pmb { x } _ { 0 } )$ as the following mixture distribution: ", + "bbox": [ + 168, + 239, + 825, + 268 + ], + "page_idx": 12 + }, + { + "type": "equation", + "img_path": "images/8446d9e5c9325920a43fc1640a923d37c0f1a5308fb1bcd6ecbf118fa3fc105f.jpg", + "text": "$$\nq ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } , \\pmb { x } _ { 0 } ) = \\left\\{ \\begin{array} { l l } { \\mathrm { C a t } ( \\pmb { x } _ { t } ) } & { \\mathrm { w i t h ~ p r o b a b i l i t y ~ } \\sigma _ { t } } \\\\ { \\mathrm { C a t } ( \\pmb { x } _ { 0 } ) } & { \\mathrm { w i t h ~ p r o b a b i l i t y ~ } ( \\alpha _ { t - 1 } - \\sigma _ { t } \\alpha _ { t } ) } \\\\ { \\mathrm { C a t } ( \\mathbf { 1 } _ { K } ) } & { \\mathrm { w i t h ~ p r o b a b i l i t y ~ } ( 1 - \\alpha _ { t - 1 } ) - ( 1 - \\alpha _ { t } ) \\sigma _ { t } } \\end{array} \\right. ,\n$$", + "text_format": "latex", + "bbox": [ + 248, + 273, + 745, + 327 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "or equivalently: ", + "bbox": [ + 173, + 330, + 277, + 345 + ], + "page_idx": 12 + }, + { + "type": "equation", + "img_path": "images/4f6426e7a4f820c55bacd66bdf07c6385e906bcf7beb1a3a35d890ecd324a257.jpg", + "text": "$$\nq ( { \\pmb x } _ { t - 1 } | { \\pmb x } _ { t } , { \\pmb x } _ { 0 } ) = \\mathrm { C a t } \\left( \\sigma _ { t } { \\pmb x } _ { t } + ( \\alpha _ { t - 1 } - \\sigma _ { t } \\alpha _ { t } ) { \\pmb x } _ { 0 } + ( ( 1 - \\alpha _ { t - 1 } ) - ( 1 - \\alpha _ { t } ) \\sigma _ { t } ) { \\pmb 1 } _ { K } \\right) ,\n$$", + "text_format": "latex", + "bbox": [ + 204, + 349, + 764, + 367 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "which is consistent with how we have defined $q ( \\pmb { x } _ { t } | \\pmb { x } _ { 0 } )$ . ", + "bbox": [ + 173, + 371, + 544, + 387 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "Similarly, we can define our reverse process $p _ { \\theta } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } )$ as: ", + "bbox": [ + 174, + 393, + 571, + 409 + ], + "page_idx": 12 + }, + { + "type": "equation", + "img_path": "images/8ed954480c0388045740aa8365a014c5c7e9a1e7309e00f687236178f4929d71.jpg", + "text": "$$\np _ { \\theta } ( { \\pmb x } _ { t - 1 } | { \\pmb x } _ { t } ) = \\mathrm { C a t } \\left( \\sigma _ { t } { \\pmb x } _ { t } + ( \\alpha _ { t - 1 } - \\sigma _ { t } \\alpha _ { t } ) f _ { \\theta } ^ { ( t ) } ( { \\pmb x } _ { t } ) + ( ( 1 - \\alpha _ { t - 1 } ) - ( 1 - \\alpha _ { t } ) \\sigma _ { t } ) { \\pmb 1 } _ { K } \\right) ,\n$$", + "text_format": "latex", + "bbox": [ + 191, + 412, + 777, + 440 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "where $f _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t } )$ maps $\\mathbf { \\Delta } _ { \\mathbf { \\mathcal { X } } _ { t } }$ to a $K$ -dimensional vector. As $( 1 - \\alpha _ { t - 1 } ) - ( 1 - \\alpha _ { t } ) \\sigma _ { t } \\to 0$ , the sampling process will become less stochastic, in the sense that it will either choose $\\mathbf { \\Delta } _ { \\mathbf { \\mathcal { X } } _ { t } }$ or the predicted $\\scriptstyle { \\mathbf { { \\vec { x } } } } _ { 0 }$ with high probability. The KL divergence ", + "bbox": [ + 174, + 446, + 825, + 491 + ], + "page_idx": 12 + }, + { + "type": "equation", + "img_path": "images/f8676546fab8a52031d81ee835081f32e78648829e8d0c76c6141e18ea7deb9d.jpg", + "text": "$$\nD _ { \\mathrm { K L } } ( q ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } , \\pmb { x } _ { 0 } ) | | p _ { \\theta } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } ) )\n$$", + "text_format": "latex", + "bbox": [ + 379, + 496, + 619, + 513 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "is well-defined, and is simply the KL divergence between two categoricals. Therefore, the resulting variational objective function should be easy to optimize as well. Moreover, as KL divergence is convex, we have this upper bound (which is tight when the right hand side goes to zero): ", + "bbox": [ + 174, + 517, + 825, + 560 + ], + "page_idx": 12 + }, + { + "type": "equation", + "img_path": "images/4292c93535614793c51ceffb57857759b10dca9ac3006a56451ad595e08645f2.jpg", + "text": "$$\nD _ { \\mathrm { K L } } ( q ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } , \\pmb { x } _ { 0 } ) \\| p _ { \\theta } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } ) ) \\leq ( \\alpha _ { t - 1 } - \\sigma _ { t } \\alpha _ { t } ) D _ { \\mathrm { K L } } ( \\mathrm { C a t } ( \\pmb { x } _ { 0 } ) \\| \\mathrm { C a t } ( f _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t } ) ) ) .\n$$", + "text_format": "latex", + "bbox": [ + 215, + 564, + 781, + 585 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "The right hand side is simply a multi-class classification loss (up to constants), so we can arrive at similar arguments regarding how changes in $\\sigma _ { t }$ do not affect the objective (up to re-weighting). ", + "bbox": [ + 174, + 589, + 823, + 618 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "B PROOFS ", + "text_level": 1, + "bbox": [ + 174, + 637, + 276, + 654 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "Lemma 1. For $q _ { \\sigma } ( \\pmb { x } _ { 1 : T } | \\pmb { x } _ { 0 } )$ defined in Eq. (6) and $q _ { \\sigma } ( { \\pmb x } _ { t - 1 } | { \\pmb x } _ { t } , { \\pmb x } _ { 0 } )$ defined in Eq. (7), we have: ", + "bbox": [ + 171, + 667, + 803, + 685 + ], + "page_idx": 12 + }, + { + "type": "equation", + "img_path": "images/672873b593434fa0682d47cc443e44bf4b564b0457608091416eaedbcfc7eaee.jpg", + "text": "$$\nq _ { \\sigma } ( \\mathbf { x } _ { t } | \\mathbf { x } _ { 0 } ) = \\mathcal { N } ( \\sqrt { \\alpha _ { t } } \\mathbf { x } _ { 0 } , \\sqrt { 1 - \\alpha _ { t } } \\pmb { I } )\n$$", + "text_format": "latex", + "bbox": [ + 375, + 689, + 620, + 707 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "Proof. Assume for any $t \\leq T$ , $q _ { \\sigma } ( \\mathbf { x } _ { t } | \\mathbf { x } _ { 0 } ) = \\mathcal { N } ( \\sqrt { \\alpha _ { t } } \\mathbf { x } _ { 0 } , \\sqrt { 1 - \\alpha _ { t } } \\pmb { I } )$ holds, if: ", + "bbox": [ + 173, + 722, + 681, + 739 + ], + "page_idx": 12 + }, + { + "type": "equation", + "img_path": "images/4138138db6dbf881024c34d66bb0b537052d91d38f065ef72aa873524f79c946.jpg", + "text": "$$\nq _ { \\sigma } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { 0 } ) = \\mathcal { N } ( \\sqrt { \\alpha _ { t - 1 } } \\pmb { x } _ { 0 } , \\sqrt { 1 - \\alpha _ { t - 1 } } \\pmb { I } )\n$$", + "text_format": "latex", + "bbox": [ + 351, + 744, + 647, + 763 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "then we can prove the statement with an induction argument for $t$ from $T$ to 1, since the base case $t = T ,$ ) already holds. ", + "bbox": [ + 171, + 767, + 823, + 796 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "First, we have that ", + "bbox": [ + 174, + 803, + 297, + 816 + ], + "page_idx": 12 + }, + { + "type": "equation", + "img_path": "images/9c8eef2245ff5aa134289bd10ed005d0225bc2c3f181b05fb88f76bb8067618e.jpg", + "text": "$$\nq _ { \\sigma } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { 0 } ) : = \\int _ { \\pmb { x } _ { t } } q _ { \\sigma } ( \\pmb { x } _ { t } | \\pmb { x } _ { 0 } ) q _ { \\sigma } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } , \\pmb { x } _ { 0 } ) \\mathrm { d } \\pmb { x } _ { t }\n$$", + "text_format": "latex", + "bbox": [ + 326, + 814, + 669, + 848 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "and ", + "bbox": [ + 173, + 849, + 200, + 863 + ], + "page_idx": 12 + }, + { + "type": "equation", + "img_path": "images/4358ede32f93cf2782bceb61d612294f4b95891709072920d44f1f3024f9af39.jpg", + "text": "$$\n\\begin{array} { c } { q _ { \\sigma } ( { \\pmb x } _ { t } | { \\pmb x } _ { 0 } ) = \\mathcal { N } ( \\sqrt { \\alpha _ { t } } { \\pmb x } _ { 0 } , ( 1 - \\alpha _ { t } ) { \\pmb I } ) } \\\\ { q _ { \\sigma } ( { \\pmb x } _ { t - 1 } | { \\pmb x } _ { t } , { \\pmb x } _ { 0 } ) = \\mathcal { N } \\left( \\sqrt { \\alpha _ { t - 1 } } { \\pmb x } _ { 0 } + \\sqrt { 1 - \\alpha _ { t - 1 } - \\sigma _ { t } ^ { 2 } } \\cdot \\frac { { \\pmb x } _ { t } - \\sqrt { \\alpha _ { t } } { \\pmb x } _ { 0 } } { \\sqrt { 1 - \\alpha _ { t } } } , \\sigma _ { t } ^ { 2 } { \\pmb I } \\right) . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 238, + 867, + 758, + 922 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "From Bishop (2006) (2.115), we have that $\\hat { q } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { 0 } )$ is Gaussian and ", + "bbox": [ + 173, + 102, + 638, + 119 + ], + "page_idx": 13 + }, + { + "type": "equation", + "img_path": "images/a6c08c3e4ee197efaeac8e7002635cd4fcf6d12de1641d3af72b7249bd36b805.jpg", + "text": "$$\n\\begin{array} { r l } & { \\mathbb { E } [ q _ { \\sigma } ( \\pmb { x } _ { t - 1 } \\vert \\pmb { x } _ { 0 } ) ] = \\sqrt { \\alpha _ { t - 1 } } \\pmb { x } _ { 0 } + \\sqrt { 1 - \\alpha _ { t - 1 } - \\sigma _ { t } ^ { 2 } } \\cdot \\frac { \\sqrt { \\alpha _ { t } } \\pmb { x } _ { 0 } - \\sqrt { \\alpha _ { t } } \\pmb { x } _ { 0 } } { \\sqrt { 1 - \\alpha _ { t } } } } \\\\ & { \\qquad = \\sqrt { \\alpha _ { t - 1 } } \\pmb { x } _ { 0 } } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 267, + 127, + 728, + 183 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "and ", + "bbox": [ + 173, + 190, + 202, + 204 + ], + "page_idx": 13 + }, + { + "type": "equation", + "img_path": "images/aa06366f11a2eb4110850968a538c5eff35d36f20d0d7607a781023f360acd38.jpg", + "text": "$$\n\\mathrm { C o v } [ q _ { \\sigma } ( x _ { t - 1 } | x _ { 0 } ) ] = \\sigma _ { t } ^ { 2 } I + \\frac { 1 - \\alpha _ { t - 1 } - \\sigma _ { t } ^ { 2 } } { 1 - \\alpha _ { t } } ( 1 - \\alpha _ { t } ) I = ( 1 - \\alpha _ { t - 1 } ) I\n$$", + "text_format": "latex", + "bbox": [ + 264, + 210, + 733, + 244 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "Therefore, $q _ { \\sigma } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { 0 } ) = \\mathcal { N } ( \\sqrt { \\alpha _ { t - 1 } } \\pmb { x } _ { 0 } , \\sqrt { 1 - \\alpha _ { t - 1 } } \\pmb { I } )$ , which allows us to apply the induction argument. ", + "bbox": [ + 171, + 253, + 826, + 284 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "Theorem 1. For all $\\sigma > 0$ , there exists $\\gamma \\in \\mathbb { R } _ { > 0 } ^ { T }$ and $C \\in \\mathbb { R } ,$ , such that $J _ { \\sigma } = L _ { \\gamma } + C$ . ", + "bbox": [ + 173, + 299, + 740, + 316 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "Proof. From the definition of $J _ { \\sigma }$ : ", + "bbox": [ + 173, + 339, + 395, + 354 + ], + "page_idx": 13 + }, + { + "type": "equation", + "img_path": "images/3312fee94da3e814c846232eeb98f2de3682a2fb1738759a40e9b956ffad5321.jpg", + "text": "$$\n\\begin{array} { r } { J _ { \\sigma } ( \\epsilon _ { \\theta } ) : = \\mathbb { E } _ { \\boldsymbol { x } _ { 0 : T } \\sim q ( \\boldsymbol { x } _ { 0 : T } ) } \\left[ q _ { \\sigma } ( \\boldsymbol { x } _ { T } | \\boldsymbol { x } _ { 0 } ) + \\displaystyle \\sum _ { t = 2 } ^ { T } \\log q _ { \\sigma } ( \\boldsymbol { x } _ { t - 1 } | \\boldsymbol { x } _ { t } , \\boldsymbol { x } _ { 0 } ) - \\displaystyle \\sum _ { t = 1 } ^ { T } \\log p _ { \\theta } ^ { ( t ) } ( \\boldsymbol { x } _ { t - 1 } | \\boldsymbol { x } _ { t } ) \\right] } \\\\ { \\equiv \\mathbb { E } _ { \\boldsymbol { x } _ { 0 : T } \\sim q ( \\boldsymbol { x } _ { 0 : T } ) } \\left[ \\displaystyle \\sum _ { t = 2 } ^ { T } D _ { \\mathrm { K L } } ( q _ { \\theta } ( \\boldsymbol { x } _ { t - 1 } | \\boldsymbol { x } _ { t } , \\boldsymbol { x } _ { 0 } ) ) \\| p _ { \\theta } ^ { ( t ) } ( \\boldsymbol { x } _ { t - 1 } | \\boldsymbol { x } _ { t } ) ) - \\log p _ { \\theta } ^ { ( 1 ) } ( \\boldsymbol { x } _ { 0 } | \\boldsymbol { x } _ { 1 } ) \\right] } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 184, + 363, + 784, + 453 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "where we use $\\equiv$ to denote “equal up to a value that does not depend on $\\epsilon _ { \\theta }$ (but may depend on $q _ { \\sigma }$ )”. For $t > 1$ : ", + "bbox": [ + 171, + 459, + 823, + 488 + ], + "page_idx": 13 + }, + { + "type": "equation", + "img_path": "images/b2028423497206bf8f85f2ef8db3725446702462f90438179c576f0d8fb191fe.jpg", + "text": "$$\n\\begin{array} { r l } & { \\mathbb { E } _ { \\mathbf { x } _ { 0 } , \\mathbf { x } \\sim \\mathbf { q } ( \\mathbf { x } _ { 0 } , \\mathbf { x } _ { t } ) } [ D _ { \\mathbf { K L } } ( \\boldsymbol { q } _ { \\sigma } ( \\boldsymbol { x } _ { t - 1 } | \\boldsymbol { x } _ { t } , \\mathbf { x } _ { 0 } ) ) | | \\boldsymbol { p } _ { \\theta } ^ { ( t ) } ( \\boldsymbol { x } _ { t - 1 } | \\boldsymbol { x } _ { t } ) ] ] } \\\\ & { = \\mathbb { E } _ { \\boldsymbol { \\omega } _ { 0 } , \\boldsymbol { x } \\sim \\boldsymbol { q } ( \\mathbf { x } _ { 0 } , \\mathbf { x } _ { t } ) } [ D _ { \\mathbf { K L } } ( \\boldsymbol { q } _ { \\sigma } ( \\boldsymbol { x } _ { t - 1 } | \\boldsymbol { x } _ { t } , \\boldsymbol { x } _ { 0 } ) ) | | \\boldsymbol { q } _ { \\sigma } ( \\boldsymbol { x } _ { t - 1 } | \\boldsymbol { x } _ { t } , \\boldsymbol { f } _ { \\theta } ^ { ( t ) } ( \\boldsymbol { x } _ { t } ) ) ) ] } \\\\ & { = \\mathbb { E } _ { \\boldsymbol { \\omega } _ { 0 } , \\mathbf { x } \\sim \\boldsymbol { q } ( \\mathbf { x } _ { 0 } , \\mathbf { x } _ { t } ) } \\left[ \\frac { \\| \\boldsymbol { x } _ { 0 } - \\boldsymbol { f } _ { \\theta } ^ { ( t ) } ( \\boldsymbol { x } _ { t } ) \\| _ { 2 } ^ { 2 } } { 2 \\sigma _ { t } ^ { 2 } } \\right] } \\\\ & { = \\mathbb { E } _ { \\boldsymbol { \\omega } _ { 0 } , \\boldsymbol { x } \\sim \\boldsymbol { q } ( \\mathbf { x } _ { 0 } ) , \\boldsymbol { \\epsilon } \\sim \\mathcal { N } ( \\mathbf { 0 } , \\boldsymbol { I } ) , \\boldsymbol { x } _ { t } = \\sqrt { \\alpha _ { t } } \\sigma _ { t } + \\sqrt { 1 - \\alpha _ { t } } \\epsilon } \\left[ \\frac { \\| ( \\boldsymbol { x } _ { t } - \\boldsymbol { \\epsilon } ) / \\sqrt { \\alpha _ { t } } - ( \\boldsymbol { x } _ { t } - \\boldsymbol { \\epsilon } _ { \\theta } ^ { ( t ) } ( \\boldsymbol { x } _ { t } ) ) / \\sqrt { \\alpha _ { t } } \\| _ { 2 } ^ { 2 } } { 2 \\sigma _ { t } ^ { 2 } } \\right] } \\\\ & = \\mathbb { E } _ \\boldsymbol { \\omega } _ { 0 } \\sim \\boldsymbol { q } ( \\mathbf { x } _ { 0 } ) , \\boldsymbol { \\epsilon } \\sim \\mathcal { N } ( \\mathbf { 0 } , \\boldsymbol { I } ) , \\boldsymbol { x } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 192, + 493, + 774, + 691 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "where $d$ is the dimension of $\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }$ . For $t = 0$ : ", + "bbox": [ + 174, + 699, + 455, + 714 + ], + "page_idx": 13 + }, + { + "type": "equation", + "img_path": "images/2b8f3f07764c4a589cb875b393c3a73b89dbaf45b5cc5755a0130733e75f6b7f.jpg", + "text": "$$\n\\begin{array} { r l } & { \\mathbb { E } _ { \\mathbf { x } _ { 0 } , \\mathbf { x } _ { 1 } \\sim q ( \\pmb { x } _ { 0 } , \\pmb { x } _ { 1 } ) } \\left[ - \\log p _ { \\theta } ^ { ( 1 ) } ( \\pmb { x } _ { 0 } | \\pmb { x } _ { 1 } ) \\right] \\equiv \\mathbb { E } _ { \\mathbf { x } _ { 0 } , \\mathbf { x } _ { 1 } \\sim q ( \\pmb { x } _ { 0 } , \\pmb { x } _ { 1 } ) } \\left[ \\frac { \\left\\| \\pmb { x } _ { 0 } - f _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { 1 } ) \\right\\| _ { 2 } ^ { 2 } } { 2 \\sigma _ { 1 } ^ { 2 } } \\right] } \\\\ & { = \\mathbb { E } _ { \\mathbf { x } _ { 0 } \\sim q ( \\pmb { x } _ { 0 } ) , \\epsilon \\sim \\mathcal { N } ( \\mathbf { 0 } , I ) , \\pmb { x } _ { 1 } = \\sqrt { \\alpha _ { 1 } } \\pmb { x } _ { 0 } + \\sqrt { 1 - \\alpha _ { t } } \\epsilon } \\left[ \\frac { \\left\\| \\epsilon - \\epsilon _ { \\theta } ^ { ( 1 ) } ( \\pmb { x } _ { 1 } ) \\right\\| _ { 2 } ^ { 2 } } { 2 d \\sigma _ { 1 } ^ { 2 } \\alpha _ { 1 } } \\right] } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 232, + 722, + 766, + 824 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "Therefore, when $\\gamma _ { t } = 1 / ( 2 d \\sigma _ { t } ^ { 2 } \\alpha _ { t } )$ for all $t \\in \\{ 1 , \\ldots , T \\}$ , we have ", + "bbox": [ + 173, + 830, + 611, + 849 + ], + "page_idx": 13 + }, + { + "type": "equation", + "img_path": "images/dab49e170a30f76530cc5be100058d950de0be663d0eb8edb0bdbd650e4281a3.jpg", + "text": "$$\nJ _ { \\sigma } ( \\epsilon _ { \\theta } ) \\equiv \\sum _ { t = 1 } ^ { T } \\frac { 1 } { 2 d \\sigma _ { t } ^ { 2 } \\alpha _ { t } } \\mathbb { E } \\left[ \\big \\lVert \\epsilon _ { \\theta } ^ { ( t ) } ( { \\pmb x } _ { t } ) - \\epsilon _ { t } \\big \\rVert _ { 2 } ^ { 2 } \\right] = L _ { \\gamma } ( \\epsilon _ { \\theta } )\n$$", + "text_format": "latex", + "bbox": [ + 321, + 857, + 676, + 900 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "for all $\\epsilon _ { \\theta }$ . From the definition of “≡”, we have that $J _ { \\sigma } = L _ { \\gamma } + C$ . ", + "bbox": [ + 171, + 909, + 607, + 925 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "C ADDITIONAL DERIVATIONS ", + "text_level": 1, + "bbox": [ + 174, + 102, + 439, + 118 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "C.1 ACCELERATED SAMPLING PROCESSES ", + "text_level": 1, + "bbox": [ + 176, + 133, + 480, + 148 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "In the accelerated case, we can consider the inference process to be factored as: ", + "bbox": [ + 173, + 159, + 694, + 174 + ], + "page_idx": 14 + }, + { + "type": "equation", + "img_path": "images/241caac259c1d1c692c0d495547d4a7b91d64b4d21ec7d6354c2788865aad1a1.jpg", + "text": "$$\nq _ { \\sigma , \\tau } ( \\pmb { x } _ { 1 : T } | \\pmb { x } _ { 0 } ) = q _ { \\sigma , \\tau } ( \\pmb { x } _ { \\tau _ { S } } | \\pmb { x } _ { 0 } ) \\prod _ { i = 1 } ^ { S } q _ { \\sigma , \\tau } ( \\pmb { x } _ { \\tau _ { i - 1 } } | \\pmb { x } _ { \\tau _ { i } } , \\pmb { x } _ { 0 } ) \\prod _ { t \\in \\bar { \\tau } } q _ { \\sigma , \\tau } ( \\pmb { x } _ { t } | \\pmb { x } _ { 0 } )\n$$", + "text_format": "latex", + "bbox": [ + 264, + 180, + 733, + 224 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "where $\\tau$ is a sub-sequence of $[ 1 , \\ldots , T ]$ of length $S$ with $\\tau _ { S } = T$ , and let $\\bar { \\tau } : = \\{ 1 , . . . , T \\} \\setminus \\tau$ be its complement. Intuitively, the graphical model of $\\{ \\pmb { x } _ { \\tau _ { i } } \\} _ { i = 1 } ^ { S }$ and $\\scriptstyle { \\pmb x } _ { 0 }$ form a chain, whereas the graphical model of $\\{ \\pmb { x } _ { t } \\} _ { t \\in \\bar { \\tau } }$ and $\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }$ forms a star graph. We define: ", + "bbox": [ + 176, + 229, + 823, + 273 + ], + "page_idx": 14 + }, + { + "type": "equation", + "img_path": "images/5d4a05a33d8d46775f1bbe629dab617a92a272db33b8c712b6f93f11a52932a0.jpg", + "text": "$$\n\\begin{array} { r l } & { q _ { \\sigma , \\tau } ( { \\boldsymbol x } _ { t } | { \\boldsymbol x } _ { 0 } ) = \\mathcal { N } ( \\sqrt { \\alpha _ { t } } { \\boldsymbol x } _ { 0 } , ( 1 - \\alpha _ { t } ) { \\boldsymbol I } ) \\quad \\forall t \\in \\bar { \\tau } \\cup \\{ { \\boldsymbol T } \\} } \\\\ & { q _ { \\sigma , \\tau } ( { \\boldsymbol x } _ { \\tau _ { i - 1 } } | { \\boldsymbol x } _ { \\tau _ { i } } , { \\boldsymbol x } _ { 0 } ) = \\mathcal { N } \\left( \\sqrt { \\alpha _ { \\tau _ { i - 1 } } } { \\boldsymbol x } _ { 0 } + \\sqrt { 1 - \\alpha _ { \\tau _ { i - 1 } } - \\sigma _ { \\tau _ { i } } ^ { 2 } } \\cdot \\frac { { \\boldsymbol x } _ { \\tau _ { i } } - \\sqrt { \\alpha _ { \\tau _ { i } } } { \\boldsymbol x } _ { 0 } } { \\sqrt { 1 - \\alpha _ { \\tau _ { i } } } } , \\sigma _ { \\tau _ { i } } ^ { 2 } { \\boldsymbol I } \\right) \\forall i \\in [ S ] } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 189, + 279, + 808, + 334 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "where the coefficients are chosen such that: ", + "bbox": [ + 176, + 339, + 459, + 353 + ], + "page_idx": 14 + }, + { + "type": "equation", + "img_path": "images/b475faf34ed643db0535adb0842e9d6b270164c4aa0f1f69ccc680a89237d480.jpg", + "text": "$$\nq _ { \\sigma , \\tau } ( \\pmb { x } _ { \\tau _ { i } } | \\pmb { x } _ { 0 } ) = \\mathcal { N } ( \\sqrt { \\alpha _ { \\tau _ { i } } } \\pmb { x } _ { 0 } , ( 1 - \\alpha _ { \\tau _ { i } } ) \\pmb { I } ) \\quad \\forall i \\in [ S ]\n$$", + "text_format": "latex", + "bbox": [ + 326, + 359, + 671, + 378 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "i.e., the “marginals” match. ", + "bbox": [ + 173, + 383, + 354, + 398 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "The corresponding “generative process” is defined as: ", + "bbox": [ + 174, + 405, + 527, + 420 + ], + "page_idx": 14 + }, + { + "type": "equation", + "img_path": "images/13dfe732239bdbc48d5c50e6b3e09391aab14bc408ba348e9709edf8251ef006.jpg", + "text": "$$\np _ { \\theta } ( \\pmb { x } _ { 0 : T } ) : = \\underbrace { p _ { \\theta } ( \\pmb { x } _ { T } ) \\prod _ { i = 1 } ^ { S } p _ { \\theta } ^ { ( \\tau _ { i } ) } ( \\pmb { x } _ { \\tau _ { i - 1 } } | \\pmb { x } _ { \\tau _ { i } } ) } _ { \\mathrm { u s e t o p r o d u c e ~ s a m p l e s } } \\times \\underbrace { \\prod _ { t \\in \\bar { \\tau } } p _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { 0 } | \\pmb { x } _ { t } ) } _ { \\mathrm { i n ~ v a r i a t i o n a l ~ o b j e c t i v e } }\n$$", + "text_format": "latex", + "bbox": [ + 300, + 426, + 696, + 489 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "where only part of the models are actually being used to produce samples. The conditionals are: ", + "bbox": [ + 171, + 494, + 799, + 511 + ], + "page_idx": 14 + }, + { + "type": "equation", + "img_path": "images/0bd4869e0ac738c7b5e8196f4157250c13cda0e37dd758fe2bcad8bdbc10c49c.jpg", + "text": "$$\n\\begin{array} { r l } & { p _ { \\theta } ^ { ( \\tau _ { i } ) } ( \\pmb { x } _ { \\tau _ { i - 1 } } | \\pmb { x } _ { \\tau _ { i } } ) = q _ { \\sigma , \\tau } ( \\pmb { x } _ { \\tau _ { i } } | \\pmb { x } _ { \\tau _ { i } } , f _ { \\theta } ^ { ( \\tau _ { i } ) } ( \\pmb { x } _ { \\tau _ { i - 1 } } ) ) \\quad \\mathrm { i f ~ } i \\in [ S ] , i > 1 } \\\\ & { \\qquad p _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { 0 } | \\pmb { x } _ { t } ) = \\mathcal { N } ( f _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t } ) , \\sigma _ { t } ^ { 2 } I ) \\quad \\mathrm { o t h e r w i s e } , } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 282, + 515, + 714, + 561 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "where we leverage $q _ { \\sigma , \\tau } ( \\pmb { x } _ { \\tau _ { i - 1 } } | \\pmb { x } _ { \\tau _ { i } } , \\pmb { x } _ { 0 } )$ as part of the inference process (similar to what we have done in Section 3). The resulting variational objective becomes (define $\\pmb { x } _ { \\tau _ { L + 1 } } = \\emptyset$ for conciseness): ", + "bbox": [ + 169, + 565, + 821, + 595 + ], + "page_idx": 14 + }, + { + "type": "equation", + "img_path": "images/fd391c08be91b42c762ef6797c2ae26f44c807c0ff54603539a93c0300e32a50.jpg", + "text": "$$\n\\begin{array} { r l } & { J ( \\epsilon _ { \\theta } ) = \\mathbb { E } _ { \\boldsymbol { x } _ { 0 : T } \\sim q _ { \\sigma , \\tau } ( \\boldsymbol { x } _ { 0 : T } ) } [ \\log q _ { \\sigma , \\tau } ( \\boldsymbol { x } _ { 1 : T } | \\boldsymbol { x } _ { 0 } ) - \\log p _ { \\theta } ( \\boldsymbol { x } _ { 0 : T } ) ] } \\\\ & { \\quad \\quad \\quad = \\mathbb { E } _ { \\boldsymbol { x } _ { 0 : T } \\sim q _ { \\sigma , \\tau } ( \\boldsymbol { x } _ { 0 : T } ) } \\Bigg [ \\underset { t \\in \\overline { { \\tau } } } { \\sum } D _ { \\mathrm { K L } } ( q _ { \\sigma , \\tau } ( \\boldsymbol { x } _ { t } | \\boldsymbol { x } _ { 0 } ) \\| p _ { \\theta } ^ { ( t ) } ( \\boldsymbol { x } _ { 0 } | \\boldsymbol { x } _ { t } ) } \\\\ & { \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad } \\\\ & { \\quad \\quad \\quad \\quad \\quad \\quad \\quad + \\underset { i = 1 } { \\overset { L } { \\sum } } D _ { \\mathrm { K L } } ( q _ { \\sigma , \\tau } ( \\boldsymbol { x } _ { \\tau _ { i - 1 } } | \\boldsymbol { x } _ { \\tau _ { i } } , \\boldsymbol { x } _ { 0 } ) \\| p _ { \\theta } ^ { ( \\tau _ { i } ) } ( \\boldsymbol { x } _ { \\tau _ { i - 1 } } | \\boldsymbol { x } _ { \\tau _ { i } } ) ) ) \\Bigg ] } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 236, + 601, + 761, + 709 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "where each KL divergence is between two Gaussians with variance independent of $\\theta$ . A similar argument to the proof used in Theorem 1 can show that the variational objective $J$ can also be converted to an objective of the form $L _ { \\gamma }$ . ", + "bbox": [ + 174, + 714, + 823, + 758 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "C.2 DERIVATION OF DENOISING OBJECTIVES FOR DDPMS ", + "text_level": 1, + "bbox": [ + 174, + 773, + 593, + 789 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "We note that in Ho et al. (2020), a diffusion hyperparameter $\\beta _ { t } { } ^ { 8 }$ is first introduced, and then relevant variables $\\alpha _ { t } : = 1 - \\beta _ { t }$ and $\\begin{array} { r } { \\bar { \\alpha } _ { t } = \\prod _ { t = 1 } ^ { T } \\alpha _ { t } } \\end{array}$ are defined. In this paper, we have used the notation $\\alpha _ { t }$ to represent the variable $\\bar { \\alpha } _ { t }$ in Ho et al. (2020) for three reasons. First, it makes it more clear that we only need to choose one set of hyperparameters, reducing possible cross-references of the derived variables. Second, it allows us to introduce the generalization as well as the acceleration case easier, because the inference process is no longer motivated by a diffusion. Third, there exists an isomorphism between $\\alpha _ { 1 : T }$ and $1 , \\ldots , T$ , which is not the case for $\\beta _ { t }$ . ", + "bbox": [ + 173, + 799, + 826, + 900 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "In this section, we use $\\beta _ { t }$ and $\\alpha _ { t }$ to be more consistent with the derivation in Ho et al. (2020), where ", + "bbox": [ + 173, + 103, + 825, + 119 + ], + "page_idx": 15 + }, + { + "type": "equation", + "img_path": "images/b04ca5fc3dd503737f39e993721dbd3992922d5a88100158b7d71f29eab15af7.jpg", + "text": "$$\n\\begin{array} { c } { \\displaystyle \\alpha _ { t } = \\frac { \\alpha _ { t } } { \\alpha _ { t - 1 } } } \\\\ { \\displaystyle \\beta _ { t } = 1 - \\frac { \\alpha _ { t } } { \\alpha _ { t - 1 } } } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 446, + 123, + 552, + 185 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "can be uniquely determined from $\\alpha _ { t }$ (i.e. $\\bar { \\alpha } _ { t }$ ). ", + "bbox": [ + 173, + 189, + 472, + 205 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "First, from the diffusion forward process: ", + "bbox": [ + 173, + 210, + 446, + 227 + ], + "page_idx": 15 + }, + { + "type": "equation", + "img_path": "images/e5b9b94e56c23582330d7a91d29f1f1c178f1883370b8e9b1275bb67cb16a0a2.jpg", + "text": "$$\nq ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } , \\pmb { x } _ { 0 } ) = \\mathcal { N } \\bigg ( \\underbrace { \\frac { \\sqrt { \\alpha _ { t - 1 } } \\beta _ { t } } { 1 - \\alpha _ { t } } \\pmb { x } _ { 0 } + \\frac { \\alpha _ { t } ( 1 - \\alpha _ { t - 1 } ) } { 1 - \\alpha _ { t } } \\pmb { x } _ { t } } _ { \\widetilde { \\mu } ( \\pmb { x } _ { t } , \\pmb { x } _ { 0 } ) } , \\frac { 1 - \\alpha _ { t - 1 } } { 1 - \\alpha _ { t } } \\beta _ { t } I \\bigg )\n$$", + "text_format": "latex", + "bbox": [ + 258, + 232, + 738, + 290 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "Ho et al. (2020) considered a specific type of $p _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } )$ : ", + "bbox": [ + 173, + 304, + 570, + 323 + ], + "page_idx": 15 + }, + { + "type": "equation", + "img_path": "images/174b90162dee64646e1a9d8aeaeb7c78ea9f43947ca397efec959c2f15264c1a.jpg", + "text": "$$\np _ { \\theta } ^ { ( t ) } ( { \\bf x } _ { t - 1 } | { \\bf x } _ { t } ) = \\mathcal { N } \\left( \\mu _ { \\theta } ( { \\bf x } _ { t } , t ) , \\sigma _ { t } { \\cal I } \\right)\n$$", + "text_format": "latex", + "bbox": [ + 379, + 329, + 619, + 349 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "which leads to the following variational objective: ", + "bbox": [ + 173, + 356, + 503, + 371 + ], + "page_idx": 15 + }, + { + "type": "equation", + "img_path": "images/91a1d0b1b3f2860d07ffb111324e205ede50da568adecca2cd1698fa0a1c71fa.jpg", + "text": "$$\n\\begin{array} { r l } & { L : = \\mathbb { E } _ { \\mathbf { x } _ { 0 : T } \\sim q ( \\mathbf { x } _ { 0 : T } ) } \\left[ q ( \\pmb { x } _ { T } | \\mathbf { x } _ { 0 } ) + \\displaystyle \\sum _ { t = 2 } ^ { T } \\log q ( \\pmb { x } _ { t - 1 } | \\mathbf { x } _ { t } , \\pmb { x } _ { 0 } ) - \\displaystyle \\sum _ { t = 1 } ^ { T } \\log p _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t - 1 } | \\mathbf { x } _ { t } ) \\right] } \\\\ & { \\equiv \\mathbb { E } _ { \\mathbf { x } _ { 0 : T } \\sim q ( \\pmb { x } _ { 0 : T } ) } \\left[ \\displaystyle \\sum _ { t = 2 } ^ { T } \\underbrace { D _ { \\mathrm { K L } } \\big ( q ( \\pmb { x } _ { t - 1 } | \\mathbf { x } _ { t } , \\mathbf { x } _ { 0 } ) \\big ) \\big \\| p _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t - 1 } | \\mathbf { x } _ { t } ) \\big ) } _ { L _ { t - 1 } } - \\log p _ { \\theta } ^ { ( 1 ) } ( \\pmb { x } _ { 0 } | \\mathbf { x } _ { 1 } ) \\right] } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 210, + 376, + 758, + 481 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "One can write: ", + "bbox": [ + 173, + 484, + 271, + 498 + ], + "page_idx": 15 + }, + { + "type": "equation", + "img_path": "images/7ac85938d4893f6c6f5491bda3e357ad3942eee63c12b68e3746e80ab1722595.jpg", + "text": "$$\nL _ { t - 1 } = \\mathbb { E } _ { q } \\left[ \\frac { 1 } { 2 \\sigma _ { t } ^ { 2 } } \\lVert \\mu _ { \\theta } ( \\pmb { x } _ { t } , t ) - \\tilde { \\mu } ( \\pmb { x } _ { t } , \\pmb { x } _ { 0 } ) \\rVert _ { 2 } ^ { 2 } \\right]\n$$", + "text_format": "latex", + "bbox": [ + 352, + 502, + 645, + 536 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "Ho et al. (2020) chose the parametrization ", + "bbox": [ + 174, + 541, + 450, + 556 + ], + "page_idx": 15 + }, + { + "type": "equation", + "img_path": "images/6881f59ef813507cd9996721aebf6f32dd4095c085e5e3a4691b5a1bd040fbc2.jpg", + "text": "$$\n\\mu _ { \\theta } ( { \\pmb x } _ { t } , t ) = \\frac { 1 } { \\sqrt { \\alpha _ { t } } } \\left( { \\pmb x } _ { t } - \\frac { \\beta _ { t } } { \\sqrt { 1 - \\alpha _ { t } } } { \\epsilon } _ { \\theta } ( { \\pmb x } _ { t } , t ) \\right)\n$$", + "text_format": "latex", + "bbox": [ + 349, + 563, + 648, + 598 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "which can be simplified to: ", + "bbox": [ + 174, + 603, + 352, + 618 + ], + "page_idx": 15 + }, + { + "type": "equation", + "img_path": "images/99a684208a6e34da178bb0cdc5290e01ba6754330884eb14c3e60d29aaf8ef02.jpg", + "text": "$$\nL _ { t - 1 } = \\mathbb { E } _ { { \\pmb x } _ { 0 } , { \\epsilon } } \\left[ \\frac { \\beta _ { t } ^ { \\ 2 } } { 2 \\sigma _ { t } ^ { 2 } ( 1 - \\alpha _ { t } ) \\alpha _ { t } } \\big \\| { \\epsilon } - { \\epsilon } _ { \\theta } \\big ( \\sqrt { \\alpha _ { t } } { \\pmb x } _ { 0 } + \\sqrt { 1 - \\alpha _ { t } } { \\epsilon } , t \\big ) \\big \\| _ { 2 } ^ { 2 } \\right]\n$$", + "text_format": "latex", + "bbox": [ + 279, + 625, + 717, + 660 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "D EXPERIMENTAL DETAILS ", + "text_level": 1, + "bbox": [ + 174, + 674, + 421, + 691 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "D.1 DATASETS AND ARCHITECTURES ", + "text_level": 1, + "bbox": [ + 176, + 705, + 446, + 720 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "We consider 4 image datasets with various resolutions: CIFAR10 $3 2 \\times 3 2$ , unconditional), CelebA $( 6 4 \\times 6 4 )$ , LSUN Bedroom $( 2 5 6 \\times 2 5 6 )$ and LSUN Church $2 5 6 \\times 2 5 6 )$ ). For all datasets, we set the hyperparameters $\\alpha$ according to the heuristic in (Ho et al., 2020) to make the results directly comparable. We use the same model for each dataset, and only compare the performance of different generative processes. For CIFAR10, Bedroom and Church, we obtain the pretrained checkpoints from the original DDPM implementation; for CelebA, we trained our own model using the denoising objective $L _ { 1 }$ . ", + "bbox": [ + 173, + 731, + 825, + 830 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "Our architecture for $\\epsilon _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t } )$ follows that in Ho et al. (2020), which is a U-Net (Ronneberger et al., 2015) based on a Wide ResNet (Zagoruyko & Komodakis, 2016). We use the pretrained models from Ho et al. (2020) for CIFAR10, Bedroom and Church, and train our own model for the CelebA $6 4 \\times 6 4$ model (since a pretrained model is not provided). Our CelebA model has five feature map resolutions from $6 4 \\times 6 4$ to $4 \\times 4$ , and we use the original CelebA dataset (not CelebA-HQ) using the pre-processing technique from the StyleGAN (Karras et al., 2018) repository. ", + "bbox": [ + 173, + 838, + 825, + 924 + ], + "page_idx": 15 + }, + { + "type": "table", + "img_path": "images/0cd56c2d1deaab72e1c3c2870b09012efa48fe08852c1196855e228278e768d7.jpg", + "table_caption": [ + "Table 3: LSUN Bedroom and Church image generation results, measured in FID. For 1000 steps DDPM, the FIDs are 6.36 for Bedroom and 7.89 for Church. " + ], + "table_footnote": [], + "table_body": "
Bedroom (256 × 256)Church (256 × 256)
dim(T)102050100102050100
DDIM (n = 0.0)16.958.896.756.6219.4512.4710.8410.58
DDPM (n = 1.0)42.7822.7710.816.8151.5623.3711.168.27
", + "bbox": [ + 181, + 140, + 812, + 213 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "D.2 REVERSE PROCESS SUB-SEQUENCE SELECTION ", + "text_level": 1, + "bbox": [ + 174, + 236, + 545, + 251 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "We consider two types of selection procedure for $\\tau$ given the desired $\\mathrm { d i m } ( \\tau ) < T$ : ", + "bbox": [ + 176, + 261, + 714, + 277 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "• Linear: we select the timesteps such that $\\tau _ { i } = \\lfloor c i \\rfloor$ for some $c$ ; \n• Quadratic: we select the timesteps such that $\\tau _ { i } = \\lfloor c i ^ { 2 } \\rfloor$ for some $c$ . ", + "bbox": [ + 215, + 286, + 679, + 320 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "The constant value $c$ is selected such that $\\tau _ { - 1 }$ is close to $T$ . We used quadratic for CIFAR10 and linear for the remaining datasets. These choices achieve slightly better FID than their alternatives in the respective datasets. ", + "bbox": [ + 173, + 329, + 826, + 372 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "D.3 CLOSED FORM EQUATIONS FOR EACH SAMPLING STEP ", + "text_level": 1, + "bbox": [ + 174, + 388, + 594, + 404 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "From the general sampling equation in Eq. (12), we have the following update equation: ", + "bbox": [ + 171, + 414, + 751, + 430 + ], + "page_idx": 16 + }, + { + "type": "equation", + "img_path": "images/548350baffed07ec5e6a00371208b76a35da2b3f4c8634ae85d118d6274a430a.jpg", + "text": "$$\nx _ { \\tau _ { i - 1 } } ( \\eta ) = \\sqrt { \\alpha _ { \\tau _ { i - 1 } } } \\left( \\frac { x _ { \\tau _ { i } } - \\sqrt { 1 - \\alpha _ { \\tau _ { i } } } \\epsilon _ { \\theta } ^ { ( \\tau _ { i } ) } ( x _ { \\tau _ { i } } ) } { \\sqrt { \\alpha _ { \\tau _ { i } } } } \\right) + \\sqrt { 1 - \\alpha _ { \\tau _ { i - 1 } } - \\sigma _ { \\tau _ { i } } ( \\eta ) ^ { 2 } } \\cdot \\epsilon _ { \\theta } ^ { ( \\tau _ { i } ) } ( \\tau _ { i } ) + \\sigma _ { \\tau _ { i } } ( \\eta ) \\epsilon _ { \\eta }\n$$", + "text_format": "latex", + "bbox": [ + 181, + 431, + 823, + 474 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "where ", + "bbox": [ + 174, + 478, + 217, + 491 + ], + "page_idx": 16 + }, + { + "type": "equation", + "img_path": "images/f3d3084b0f6246b4304e803ea6447b4e75d0b8b5e15e081856034bee34546b8f.jpg", + "text": "$$\n\\sigma _ { \\tau _ { i } } ( \\eta ) = \\eta \\sqrt { \\frac { 1 - \\alpha _ { \\tau _ { i - 1 } } } { 1 - \\alpha _ { \\tau _ { i } } } } \\sqrt { 1 - \\frac { \\alpha _ { \\tau _ { i } } } { \\alpha _ { \\tau _ { i - 1 } } } }\n$$", + "text_format": "latex", + "bbox": [ + 375, + 487, + 624, + 529 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "For the case of $\\hat { \\sigma }$ (DDPM with a larger variance), the update equation becomes: ", + "bbox": [ + 173, + 530, + 696, + 545 + ], + "page_idx": 16 + }, + { + "type": "equation", + "img_path": "images/0c1c05be3c78fd89eafe8d62cab4670b959f1e10b7dd3e56bdda7dc5aa049718.jpg", + "text": "$$\n\\begin{array} { r } { x _ { \\tau _ { i - 1 } } = \\sqrt { \\alpha _ { \\tau _ { i - 1 } } } \\left( \\frac { x _ { \\tau _ { i } } - \\sqrt { 1 - \\alpha _ { \\tau _ { i } } } \\epsilon _ { \\theta } ^ { ( \\tau _ { i } ) } ( x _ { \\tau _ { i } } ) } { \\sqrt { \\alpha _ { \\tau _ { i } } } } \\right) + \\sqrt { 1 - \\alpha _ { \\tau _ { i - 1 } } - \\sigma _ { \\tau _ { i } } ( 1 ) ^ { 2 } } \\cdot \\epsilon _ { \\theta } ^ { ( \\tau _ { i } ) } ( \\tau _ { i } ) + \\hat { \\sigma } _ { \\tau _ { i } } \\epsilon _ { \\theta } ( \\tau _ { i } ) } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 197, + 546, + 800, + 589 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "which uses a different coefficient for $\\epsilon$ compared with the update for $\\eta = 1$ , but uses the same coefficient for the non-stochastic parts. This update is more stochastic than the update for $\\eta = 1$ , which explains why it achieves worse performance when $\\dim ( \\tau )$ is small. ", + "bbox": [ + 174, + 592, + 825, + 635 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "D.4 SAMPLES AND CONSISTENCY ", + "text_level": 1, + "bbox": [ + 176, + 650, + 423, + 665 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "We show more samples in Figure 7 (CIFAR10), Figure 8 (CelebA), Figure 10 (Church) and consistency results of DDIM in Figure 9 (CelebA). ", + "bbox": [ + 174, + 675, + 823, + 705 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "D.5 INTERPOLATION ", + "text_level": 1, + "bbox": [ + 174, + 720, + 333, + 736 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "To generate interpolations on a line, we randomly sample two initial $\\mathbf { \\nabla } _ { \\mathbf { x } _ { T } }$ values from the standard Gaussian, interpolate them with spherical linear interpolation (Shoemake, 1985), and then use the DDIM to obtain $\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }$ samples. ", + "bbox": [ + 173, + 746, + 825, + 789 + ], + "page_idx": 16 + }, + { + "type": "equation", + "img_path": "images/2e81c50f0d940cc66e0e04a7334bb6fe33b46ca6acf7eb1d57867d7a1d54129c.jpg", + "text": "$$\n\\mathbf { \\Delta } \\mathbf { x } _ { T } ^ { ( \\alpha ) } = \\frac { \\sin ( ( 1 - \\alpha ) \\theta ) } { \\sin ( \\theta ) } \\mathbf { \\Delta } \\mathbf { x } _ { T } ^ { ( 0 ) } + \\frac { \\sin ( \\alpha \\theta ) } { \\sin ( \\theta ) } \\mathbf { x } _ { T } ^ { ( 1 ) }\n$$", + "text_format": "latex", + "bbox": [ + 356, + 791, + 640, + 827 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "where $\\begin{array} { r } { \\theta = \\operatorname { a r c c o s } { \\left( \\frac { ( \\mathbf { x } _ { T } ^ { ( 0 ) } ) ^ { \\top } \\mathbf { x } _ { T } ^ { ( 1 ) } } { \\| \\mathbf { x } _ { T } ^ { ( 0 ) } \\| \\| \\mathbf { x } _ { T } ^ { ( 1 ) } \\| } \\right) } } \\end{array}$ . These values are used to produce DDIM samples. ", + "bbox": [ + 176, + 830, + 730, + 863 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "To generate interpolations on a grid, we sample four latent variables and separate them in to two pairs; then we use slerp with the pairs under the same $\\alpha$ , and use slerp over the interpolated samples across the pairs (under an independently chosen interpolation coefficient). We show more grid interpolation results in Figure 11 (CelebA), Figure 12 (Bedroom), and Figure 13 (Church). ", + "bbox": [ + 174, + 867, + 825, + 924 + ], + "page_idx": 16 + }, + { + "type": "image", + "img_path": "images/99781aee4d20c3eeebe6a680e6e0373a480728707a5336bad201abb435322330.jpg", + "image_caption": [ + "Figure 7: CIFAR10 samples from 1000 step DDPM, 1000 step DDIM and 100 step DDIM. " + ], + "image_footnote": [], + "bbox": [ + 245, + 125, + 753, + 373 + ], + "page_idx": 17 + }, + { + "type": "image", + "img_path": "images/98c8bc9e146ba3e442cd2912e8b55213fffa5833d556f1d354a557c28400f94d.jpg", + "image_caption": [ + "Figure 8: CelebA samples from 1000 step DDPM, 1000 step DDIM and 100 step DDIM. " + ], + "image_footnote": [], + "bbox": [ + 245, + 455, + 754, + 676 + ], + "page_idx": 17 + }, + { + "type": "image", + "img_path": "images/2ba2679cd0c0da28fca76221d449035678a26efe5acebaa67ab43e5b62b0e6e0.jpg", + "image_caption": [ + "Figure 9: CelebA samples from DDIM with the same random $\\mathbf { \\nabla } _ { \\mathbf { x } _ { T } }$ and different number of steps. " + ], + "image_footnote": [], + "bbox": [ + 178, + 757, + 820, + 875 + ], + "page_idx": 17 + }, + { + "type": "image", + "img_path": "images/a4d3051ad13d2e1a1a8981f601718f879c42315bee234bb939421c92a3eeb503.jpg", + "image_caption": [ + "Figure 10: Church samples from 100 step DDPM and 100 step DDIM. " + ], + "image_footnote": [], + "bbox": [ + 245, + 141, + 753, + 446 + ], + "page_idx": 18 + }, + { + "type": "image", + "img_path": "images/94809ce23d41d768ea59b1d49a112f06cb0739dab26f79129192c9fc208444a5.jpg", + "image_caption": [ + "Figure 11: More interpolations from the CelebA DDIM with $\\dim ( \\tau ) = 5 0$ . " + ], + "image_footnote": [], + "bbox": [ + 303, + 558, + 694, + 858 + ], + "page_idx": 18 + }, + { + "type": "image", + "img_path": "images/169008d7b02e71d159e4f865c5bfb0dbe517af9459fcbf20cfe5e24227be9a5a.jpg", + "image_caption": [ + "Figure 12: More interpolations from the Bedroom DDIM with $\\dim ( \\tau ) = 5 0$ . " + ], + "image_footnote": [], + "bbox": [ + 303, + 140, + 692, + 440 + ], + "page_idx": 19 + }, + { + "type": "image", + "img_path": "images/c306be9bfa0e47f7f52cdd50cf6a0f39608e0f8959ae25579b04d577a192b66a.jpg", + "image_caption": [ + "Figure 13: More interpolations from the Church DDIM with $\\dim ( \\tau ) = 5 0$ . " + ], + "image_footnote": [], + "bbox": [ + 303, + 554, + 692, + 854 + ], + "page_idx": 19 + } +] \ No newline at end of file diff --git a/parse/train/St1giarCHLP/St1giarCHLP_middle.json b/parse/train/St1giarCHLP/St1giarCHLP_middle.json new file mode 100644 index 0000000000000000000000000000000000000000..e4857ab22249be5d7063827dc802853963597a51 --- /dev/null +++ b/parse/train/St1giarCHLP/St1giarCHLP_middle.json @@ -0,0 +1,54176 @@ +{ + "pdf_info": [ + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 108, + 78, + 419, + 96 + ], + "lines": [ + { + "bbox": [ + 105, + 78, + 421, + 97 + ], + "spans": [ + { + "bbox": [ + 105, + 78, + 421, + 97 + ], + "score": 1.0, + "content": "DENOISING DIFFUSION IMPLICIT MODELS", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 112, + 114, + 333, + 148 + ], + "lines": [ + { + "bbox": [ + 112, + 115, + 316, + 128 + ], + "spans": [ + { + "bbox": [ + 112, + 115, + 316, + 128 + ], + "score": 1.0, + "content": "Jiaming Song, Chenlin Meng & Stefano Ermon", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 111, + 125, + 194, + 139 + ], + "spans": [ + { + "bbox": [ + 111, + 125, + 194, + 139 + ], + "score": 1.0, + "content": "Stanford University", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 112, + 136, + 334, + 149 + ], + "spans": [ + { + "bbox": [ + 112, + 136, + 334, + 149 + ], + "score": 1.0, + "content": "{tsong,chenlin,ermon}@cs.stanford.edu", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2 + }, + { + "type": "title", + "bbox": [ + 278, + 177, + 333, + 189 + ], + "lines": [ + { + "bbox": [ + 276, + 177, + 335, + 190 + ], + "spans": [ + { + "bbox": [ + 276, + 177, + 335, + 190 + ], + "score": 1.0, + "content": "ABSTRACT", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 143, + 204, + 468, + 357 + ], + "lines": [ + { + "bbox": [ + 141, + 203, + 469, + 216 + ], + "spans": [ + { + "bbox": [ + 141, + 203, + 469, + 216 + ], + "score": 1.0, + "content": "Denoising diffusion probabilistic models (DDPMs) have achieved high qual-", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 141, + 214, + 470, + 227 + ], + "spans": [ + { + "bbox": [ + 141, + 214, + 470, + 227 + ], + "score": 1.0, + "content": "ity image generation without adversarial training, yet they require simulating a", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 141, + 225, + 469, + 238 + ], + "spans": [ + { + "bbox": [ + 141, + 225, + 469, + 238 + ], + "score": 1.0, + "content": "Markov chain for many steps in order to produce a sample. To accelerate sam-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 141, + 237, + 469, + 248 + ], + "spans": [ + { + "bbox": [ + 141, + 237, + 469, + 248 + ], + "score": 1.0, + "content": "pling, we present denoising diffusion implicit models (DDIMs), a more efficient", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 141, + 248, + 469, + 259 + ], + "spans": [ + { + "bbox": [ + 141, + 248, + 469, + 259 + ], + "score": 1.0, + "content": "class of iterative implicit probabilistic models with the same training procedure as", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 141, + 257, + 470, + 271 + ], + "spans": [ + { + "bbox": [ + 141, + 257, + 470, + 271 + ], + "score": 1.0, + "content": "DDPMs. In DDPMs, the generative process is defined as the reverse of a particular", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 141, + 269, + 470, + 282 + ], + "spans": [ + { + "bbox": [ + 141, + 269, + 470, + 282 + ], + "score": 1.0, + "content": "Markovian diffusion process. We generalize DDPMs via a class of non-Markovian", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 142, + 280, + 469, + 292 + ], + "spans": [ + { + "bbox": [ + 142, + 280, + 469, + 292 + ], + "score": 1.0, + "content": "diffusion processes that lead to the same training objective. These non-Markovian", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 141, + 291, + 470, + 304 + ], + "spans": [ + { + "bbox": [ + 141, + 291, + 470, + 304 + ], + "score": 1.0, + "content": "processes can correspond to generative processes that are deterministic, giving rise", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 142, + 303, + 469, + 314 + ], + "spans": [ + { + "bbox": [ + 142, + 303, + 469, + 314 + ], + "score": 1.0, + "content": "to implicit models that produce high quality samples much faster. We empirically", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 141, + 313, + 469, + 325 + ], + "spans": [ + { + "bbox": [ + 141, + 313, + 382, + 325 + ], + "score": 1.0, + "content": "demonstrate that DDIMs can produce high quality samples", + "type": "text" + }, + { + "bbox": [ + 383, + 313, + 401, + 324 + ], + "score": 0.88, + "content": "1 0 \\times", + "type": "inline_equation" + }, + { + "bbox": [ + 402, + 313, + 413, + 325 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 414, + 313, + 433, + 324 + ], + "score": 0.87, + "content": "5 0 \\times", + "type": "inline_equation" + }, + { + "bbox": [ + 433, + 313, + 469, + 325 + ], + "score": 1.0, + "content": "faster in", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 141, + 324, + 469, + 336 + ], + "spans": [ + { + "bbox": [ + 141, + 324, + 469, + 336 + ], + "score": 1.0, + "content": "terms of wall-clock time compared to DDPMs, allow us to trade off computation", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 141, + 335, + 469, + 348 + ], + "spans": [ + { + "bbox": [ + 141, + 335, + 469, + 348 + ], + "score": 1.0, + "content": "for sample quality, perform semantically meaningful image interpolation directly", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 141, + 345, + 416, + 359 + ], + "spans": [ + { + "bbox": [ + 141, + 345, + 416, + 359 + ], + "score": 1.0, + "content": "in the latent space, and reconstruct observations with very low error.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 11.5 + }, + { + "type": "title", + "bbox": [ + 108, + 380, + 205, + 393 + ], + "lines": [ + { + "bbox": [ + 105, + 379, + 208, + 396 + ], + "spans": [ + { + "bbox": [ + 105, + 379, + 208, + 396 + ], + "score": 1.0, + "content": "1 INTRODUCTION", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 19 + }, + { + "type": "text", + "bbox": [ + 107, + 407, + 505, + 495 + ], + "lines": [ + { + "bbox": [ + 104, + 405, + 505, + 421 + ], + "spans": [ + { + "bbox": [ + 104, + 405, + 505, + 421 + ], + "score": 1.0, + "content": "Deep generative models have demonstrated the ability to produce high quality samples in many", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 417, + 506, + 430 + ], + "spans": [ + { + "bbox": [ + 105, + 417, + 506, + 430 + ], + "score": 1.0, + "content": "domains (Karras et al., 2020; van den Oord et al., 2016a). In terms of image generation, genera-", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 429, + 505, + 441 + ], + "spans": [ + { + "bbox": [ + 105, + 429, + 505, + 441 + ], + "score": 1.0, + "content": "tive adversarial networks (GANs, Goodfellow et al. (2014)) currently exhibits higher sample quality", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 439, + 505, + 452 + ], + "spans": [ + { + "bbox": [ + 105, + 439, + 505, + 452 + ], + "score": 1.0, + "content": "than likelihood-based methods such as variational autoencoders (Kingma & Welling, 2013), autore-", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 450, + 506, + 462 + ], + "spans": [ + { + "bbox": [ + 105, + 450, + 506, + 462 + ], + "score": 1.0, + "content": "gressive models (van den Oord et al., 2016b) and normalizing flows (Rezende & Mohamed, 2015;", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 460, + 505, + 474 + ], + "spans": [ + { + "bbox": [ + 105, + 460, + 505, + 474 + ], + "score": 1.0, + "content": "Dinh et al., 2016). However, GANs require very specific choices in optimization and architectures", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 472, + 505, + 484 + ], + "spans": [ + { + "bbox": [ + 105, + 472, + 505, + 484 + ], + "score": 1.0, + "content": "in order to stabilize training (Arjovsky et al., 2017; Gulrajani et al., 2017; Karras et al., 2018; Brock", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 483, + 452, + 495 + ], + "spans": [ + { + "bbox": [ + 105, + 483, + 452, + 495 + ], + "score": 1.0, + "content": "et al., 2018), and could fail to cover modes of the data distribution (Zhao et al., 2018).", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 23.5 + }, + { + "type": "text", + "bbox": [ + 107, + 500, + 505, + 599 + ], + "lines": [ + { + "bbox": [ + 106, + 501, + 504, + 512 + ], + "spans": [ + { + "bbox": [ + 106, + 501, + 504, + 512 + ], + "score": 1.0, + "content": "Recent works on iterative generative models (Bengio et al., 2014), such as denoising diffusion prob-", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 511, + 505, + 523 + ], + "spans": [ + { + "bbox": [ + 106, + 511, + 505, + 523 + ], + "score": 1.0, + "content": "abilistic models (DDPM, Ho et al. (2020)) and noise conditional score networks (NCSN, Song &", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 522, + 505, + 534 + ], + "spans": [ + { + "bbox": [ + 105, + 522, + 505, + 534 + ], + "score": 1.0, + "content": "Ermon (2019)) have demonstrated the ability to produce samples comparable to that of GANs, with-", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 533, + 505, + 546 + ], + "spans": [ + { + "bbox": [ + 105, + 533, + 505, + 546 + ], + "score": 1.0, + "content": "out having to perform adversarial training. To achieve this, many denoising autoencoding models", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 545, + 505, + 556 + ], + "spans": [ + { + "bbox": [ + 105, + 545, + 505, + 556 + ], + "score": 1.0, + "content": "are trained to denoise samples corrupted by various levels of Gaussian noise. Samples are then", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 555, + 505, + 568 + ], + "spans": [ + { + "bbox": [ + 105, + 555, + 505, + 568 + ], + "score": 1.0, + "content": "produced by a Markov chain which, starting from white noise, progressively denoises it into an im-", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 566, + 505, + 579 + ], + "spans": [ + { + "bbox": [ + 105, + 566, + 505, + 579 + ], + "score": 1.0, + "content": "age. This generative Markov Chain process is either based on Langevin dynamics (Song & Ermon,", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 576, + 505, + 591 + ], + "spans": [ + { + "bbox": [ + 105, + 576, + 505, + 591 + ], + "score": 1.0, + "content": "2019) or obtained by reversing a forward diffusion process that progressively turns an image into", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 588, + 248, + 600 + ], + "spans": [ + { + "bbox": [ + 105, + 588, + 248, + 600 + ], + "score": 1.0, + "content": "noise (Sohl-Dickstein et al., 2015).", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 32 + }, + { + "type": "text", + "bbox": [ + 107, + 605, + 505, + 693 + ], + "lines": [ + { + "bbox": [ + 105, + 604, + 504, + 618 + ], + "spans": [ + { + "bbox": [ + 105, + 604, + 504, + 618 + ], + "score": 1.0, + "content": "A critical drawback of these models is that they require many iterations to produce a high quality", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 615, + 505, + 628 + ], + "spans": [ + { + "bbox": [ + 105, + 615, + 505, + 628 + ], + "score": 1.0, + "content": "sample. For DDPMs, this is because that the generative process (from noise to data) approximates", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 626, + 506, + 640 + ], + "spans": [ + { + "bbox": [ + 105, + 626, + 506, + 640 + ], + "score": 1.0, + "content": "the reverse of the forward diffusion process (from data to noise), which could have thousands of", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 637, + 506, + 650 + ], + "spans": [ + { + "bbox": [ + 105, + 637, + 506, + 650 + ], + "score": 1.0, + "content": "steps; iterating over all the steps is required to produce a single sample, which is much slower", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 649, + 505, + 661 + ], + "spans": [ + { + "bbox": [ + 105, + 649, + 505, + 661 + ], + "score": 1.0, + "content": "compared to GANs, which only needs one pass through a network. For example, it takes around 20", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 660, + 505, + 672 + ], + "spans": [ + { + "bbox": [ + 105, + 660, + 173, + 672 + ], + "score": 1.0, + "content": "hours to sample", + "type": "text" + }, + { + "bbox": [ + 174, + 660, + 191, + 670 + ], + "score": 0.4, + "content": "5 0 \\mathrm { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 191, + 660, + 253, + 672 + ], + "score": 1.0, + "content": "images of size", + "type": "text" + }, + { + "bbox": [ + 254, + 660, + 289, + 671 + ], + "score": 0.9, + "content": "3 2 \\times 3 2", + "type": "inline_equation" + }, + { + "bbox": [ + 289, + 660, + 505, + 672 + ], + "score": 1.0, + "content": "from a DDPM, but less than a minute to do so from", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 104, + 669, + 505, + 685 + ], + "spans": [ + { + "bbox": [ + 104, + 669, + 505, + 685 + ], + "score": 1.0, + "content": "a GAN on a Nvidia 2080 Ti GPU. This becomes more problematic for larger images as sampling", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 682, + 421, + 694 + ], + "spans": [ + { + "bbox": [ + 106, + 682, + 123, + 692 + ], + "score": 0.44, + "content": "5 0 \\mathrm { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 124, + 682, + 183, + 694 + ], + "score": 1.0, + "content": "images of size", + "type": "text" + }, + { + "bbox": [ + 183, + 682, + 227, + 692 + ], + "score": 0.89, + "content": "2 5 6 \\times 2 5 6", + "type": "inline_equation" + }, + { + "bbox": [ + 228, + 682, + 421, + 694 + ], + "score": 1.0, + "content": "could take nearly 1000 hours on the same GPU.", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 40.5 + }, + { + "type": "text", + "bbox": [ + 108, + 699, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "score": 1.0, + "content": "To close this efficiency gap between DDPMs and GANs, we present denoising diffusion implicit", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 106, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "models (DDIMs). DDIMs are implicit probabilistic models (Mohamed & Lakshminarayanan, 2016)", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 106, + 720, + 506, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 720, + 506, + 733 + ], + "score": 1.0, + "content": "and are closely related to DDPMs, in the sense that they are trained with the same objective function.", + "type": "text" + } + ], + "index": 47 + } + ], + "index": 46 + } + ], + "page_idx": 0, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 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": [ + 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": [ + 108, + 78, + 419, + 96 + ], + "lines": [ + { + "bbox": [ + 105, + 78, + 421, + 97 + ], + "spans": [ + { + "bbox": [ + 105, + 78, + 421, + 97 + ], + "score": 1.0, + "content": "DENOISING DIFFUSION IMPLICIT MODELS", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 112, + 114, + 333, + 148 + ], + "lines": [ + { + "bbox": [ + 112, + 115, + 316, + 128 + ], + "spans": [ + { + "bbox": [ + 112, + 115, + 316, + 128 + ], + "score": 1.0, + "content": "Jiaming Song, Chenlin Meng & Stefano Ermon", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 111, + 125, + 194, + 139 + ], + "spans": [ + { + "bbox": [ + 111, + 125, + 194, + 139 + ], + "score": 1.0, + "content": "Stanford University", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 112, + 136, + 334, + 149 + ], + "spans": [ + { + "bbox": [ + 112, + 136, + 334, + 149 + ], + "score": 1.0, + "content": "{tsong,chenlin,ermon}@cs.stanford.edu", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2, + "bbox_fs": [ + 111, + 115, + 334, + 149 + ] + }, + { + "type": "title", + "bbox": [ + 278, + 177, + 333, + 189 + ], + "lines": [ + { + "bbox": [ + 276, + 177, + 335, + 190 + ], + "spans": [ + { + "bbox": [ + 276, + 177, + 335, + 190 + ], + "score": 1.0, + "content": "ABSTRACT", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 143, + 204, + 468, + 357 + ], + "lines": [ + { + "bbox": [ + 141, + 203, + 469, + 216 + ], + "spans": [ + { + "bbox": [ + 141, + 203, + 469, + 216 + ], + "score": 1.0, + "content": "Denoising diffusion probabilistic models (DDPMs) have achieved high qual-", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 141, + 214, + 470, + 227 + ], + "spans": [ + { + "bbox": [ + 141, + 214, + 470, + 227 + ], + "score": 1.0, + "content": "ity image generation without adversarial training, yet they require simulating a", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 141, + 225, + 469, + 238 + ], + "spans": [ + { + "bbox": [ + 141, + 225, + 469, + 238 + ], + "score": 1.0, + "content": "Markov chain for many steps in order to produce a sample. To accelerate sam-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 141, + 237, + 469, + 248 + ], + "spans": [ + { + "bbox": [ + 141, + 237, + 469, + 248 + ], + "score": 1.0, + "content": "pling, we present denoising diffusion implicit models (DDIMs), a more efficient", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 141, + 248, + 469, + 259 + ], + "spans": [ + { + "bbox": [ + 141, + 248, + 469, + 259 + ], + "score": 1.0, + "content": "class of iterative implicit probabilistic models with the same training procedure as", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 141, + 257, + 470, + 271 + ], + "spans": [ + { + "bbox": [ + 141, + 257, + 470, + 271 + ], + "score": 1.0, + "content": "DDPMs. In DDPMs, the generative process is defined as the reverse of a particular", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 141, + 269, + 470, + 282 + ], + "spans": [ + { + "bbox": [ + 141, + 269, + 470, + 282 + ], + "score": 1.0, + "content": "Markovian diffusion process. We generalize DDPMs via a class of non-Markovian", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 142, + 280, + 469, + 292 + ], + "spans": [ + { + "bbox": [ + 142, + 280, + 469, + 292 + ], + "score": 1.0, + "content": "diffusion processes that lead to the same training objective. These non-Markovian", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 141, + 291, + 470, + 304 + ], + "spans": [ + { + "bbox": [ + 141, + 291, + 470, + 304 + ], + "score": 1.0, + "content": "processes can correspond to generative processes that are deterministic, giving rise", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 142, + 303, + 469, + 314 + ], + "spans": [ + { + "bbox": [ + 142, + 303, + 469, + 314 + ], + "score": 1.0, + "content": "to implicit models that produce high quality samples much faster. We empirically", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 141, + 313, + 469, + 325 + ], + "spans": [ + { + "bbox": [ + 141, + 313, + 382, + 325 + ], + "score": 1.0, + "content": "demonstrate that DDIMs can produce high quality samples", + "type": "text" + }, + { + "bbox": [ + 383, + 313, + 401, + 324 + ], + "score": 0.88, + "content": "1 0 \\times", + "type": "inline_equation" + }, + { + "bbox": [ + 402, + 313, + 413, + 325 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 414, + 313, + 433, + 324 + ], + "score": 0.87, + "content": "5 0 \\times", + "type": "inline_equation" + }, + { + "bbox": [ + 433, + 313, + 469, + 325 + ], + "score": 1.0, + "content": "faster in", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 141, + 324, + 469, + 336 + ], + "spans": [ + { + "bbox": [ + 141, + 324, + 469, + 336 + ], + "score": 1.0, + "content": "terms of wall-clock time compared to DDPMs, allow us to trade off computation", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 141, + 335, + 469, + 348 + ], + "spans": [ + { + "bbox": [ + 141, + 335, + 469, + 348 + ], + "score": 1.0, + "content": "for sample quality, perform semantically meaningful image interpolation directly", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 141, + 345, + 416, + 359 + ], + "spans": [ + { + "bbox": [ + 141, + 345, + 416, + 359 + ], + "score": 1.0, + "content": "in the latent space, and reconstruct observations with very low error.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 11.5, + "bbox_fs": [ + 141, + 203, + 470, + 359 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 380, + 205, + 393 + ], + "lines": [ + { + "bbox": [ + 105, + 379, + 208, + 396 + ], + "spans": [ + { + "bbox": [ + 105, + 379, + 208, + 396 + ], + "score": 1.0, + "content": "1 INTRODUCTION", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 19 + }, + { + "type": "text", + "bbox": [ + 107, + 407, + 505, + 495 + ], + "lines": [ + { + "bbox": [ + 104, + 405, + 505, + 421 + ], + "spans": [ + { + "bbox": [ + 104, + 405, + 505, + 421 + ], + "score": 1.0, + "content": "Deep generative models have demonstrated the ability to produce high quality samples in many", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 417, + 506, + 430 + ], + "spans": [ + { + "bbox": [ + 105, + 417, + 506, + 430 + ], + "score": 1.0, + "content": "domains (Karras et al., 2020; van den Oord et al., 2016a). In terms of image generation, genera-", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 429, + 505, + 441 + ], + "spans": [ + { + "bbox": [ + 105, + 429, + 505, + 441 + ], + "score": 1.0, + "content": "tive adversarial networks (GANs, Goodfellow et al. (2014)) currently exhibits higher sample quality", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 439, + 505, + 452 + ], + "spans": [ + { + "bbox": [ + 105, + 439, + 505, + 452 + ], + "score": 1.0, + "content": "than likelihood-based methods such as variational autoencoders (Kingma & Welling, 2013), autore-", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 450, + 506, + 462 + ], + "spans": [ + { + "bbox": [ + 105, + 450, + 506, + 462 + ], + "score": 1.0, + "content": "gressive models (van den Oord et al., 2016b) and normalizing flows (Rezende & Mohamed, 2015;", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 460, + 505, + 474 + ], + "spans": [ + { + "bbox": [ + 105, + 460, + 505, + 474 + ], + "score": 1.0, + "content": "Dinh et al., 2016). However, GANs require very specific choices in optimization and architectures", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 472, + 505, + 484 + ], + "spans": [ + { + "bbox": [ + 105, + 472, + 505, + 484 + ], + "score": 1.0, + "content": "in order to stabilize training (Arjovsky et al., 2017; Gulrajani et al., 2017; Karras et al., 2018; Brock", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 483, + 452, + 495 + ], + "spans": [ + { + "bbox": [ + 105, + 483, + 452, + 495 + ], + "score": 1.0, + "content": "et al., 2018), and could fail to cover modes of the data distribution (Zhao et al., 2018).", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 23.5, + "bbox_fs": [ + 104, + 405, + 506, + 495 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 500, + 505, + 599 + ], + "lines": [ + { + "bbox": [ + 106, + 501, + 504, + 512 + ], + "spans": [ + { + "bbox": [ + 106, + 501, + 504, + 512 + ], + "score": 1.0, + "content": "Recent works on iterative generative models (Bengio et al., 2014), such as denoising diffusion prob-", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 511, + 505, + 523 + ], + "spans": [ + { + "bbox": [ + 106, + 511, + 505, + 523 + ], + "score": 1.0, + "content": "abilistic models (DDPM, Ho et al. (2020)) and noise conditional score networks (NCSN, Song &", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 522, + 505, + 534 + ], + "spans": [ + { + "bbox": [ + 105, + 522, + 505, + 534 + ], + "score": 1.0, + "content": "Ermon (2019)) have demonstrated the ability to produce samples comparable to that of GANs, with-", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 533, + 505, + 546 + ], + "spans": [ + { + "bbox": [ + 105, + 533, + 505, + 546 + ], + "score": 1.0, + "content": "out having to perform adversarial training. To achieve this, many denoising autoencoding models", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 545, + 505, + 556 + ], + "spans": [ + { + "bbox": [ + 105, + 545, + 505, + 556 + ], + "score": 1.0, + "content": "are trained to denoise samples corrupted by various levels of Gaussian noise. Samples are then", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 555, + 505, + 568 + ], + "spans": [ + { + "bbox": [ + 105, + 555, + 505, + 568 + ], + "score": 1.0, + "content": "produced by a Markov chain which, starting from white noise, progressively denoises it into an im-", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 566, + 505, + 579 + ], + "spans": [ + { + "bbox": [ + 105, + 566, + 505, + 579 + ], + "score": 1.0, + "content": "age. This generative Markov Chain process is either based on Langevin dynamics (Song & Ermon,", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 576, + 505, + 591 + ], + "spans": [ + { + "bbox": [ + 105, + 576, + 505, + 591 + ], + "score": 1.0, + "content": "2019) or obtained by reversing a forward diffusion process that progressively turns an image into", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 588, + 248, + 600 + ], + "spans": [ + { + "bbox": [ + 105, + 588, + 248, + 600 + ], + "score": 1.0, + "content": "noise (Sohl-Dickstein et al., 2015).", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 32, + "bbox_fs": [ + 105, + 501, + 505, + 600 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 605, + 505, + 693 + ], + "lines": [ + { + "bbox": [ + 105, + 604, + 504, + 618 + ], + "spans": [ + { + "bbox": [ + 105, + 604, + 504, + 618 + ], + "score": 1.0, + "content": "A critical drawback of these models is that they require many iterations to produce a high quality", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 615, + 505, + 628 + ], + "spans": [ + { + "bbox": [ + 105, + 615, + 505, + 628 + ], + "score": 1.0, + "content": "sample. For DDPMs, this is because that the generative process (from noise to data) approximates", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 626, + 506, + 640 + ], + "spans": [ + { + "bbox": [ + 105, + 626, + 506, + 640 + ], + "score": 1.0, + "content": "the reverse of the forward diffusion process (from data to noise), which could have thousands of", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 637, + 506, + 650 + ], + "spans": [ + { + "bbox": [ + 105, + 637, + 506, + 650 + ], + "score": 1.0, + "content": "steps; iterating over all the steps is required to produce a single sample, which is much slower", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 649, + 505, + 661 + ], + "spans": [ + { + "bbox": [ + 105, + 649, + 505, + 661 + ], + "score": 1.0, + "content": "compared to GANs, which only needs one pass through a network. For example, it takes around 20", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 660, + 505, + 672 + ], + "spans": [ + { + "bbox": [ + 105, + 660, + 173, + 672 + ], + "score": 1.0, + "content": "hours to sample", + "type": "text" + }, + { + "bbox": [ + 174, + 660, + 191, + 670 + ], + "score": 0.4, + "content": "5 0 \\mathrm { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 191, + 660, + 253, + 672 + ], + "score": 1.0, + "content": "images of size", + "type": "text" + }, + { + "bbox": [ + 254, + 660, + 289, + 671 + ], + "score": 0.9, + "content": "3 2 \\times 3 2", + "type": "inline_equation" + }, + { + "bbox": [ + 289, + 660, + 505, + 672 + ], + "score": 1.0, + "content": "from a DDPM, but less than a minute to do so from", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 104, + 669, + 505, + 685 + ], + "spans": [ + { + "bbox": [ + 104, + 669, + 505, + 685 + ], + "score": 1.0, + "content": "a GAN on a Nvidia 2080 Ti GPU. This becomes more problematic for larger images as sampling", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 682, + 421, + 694 + ], + "spans": [ + { + "bbox": [ + 106, + 682, + 123, + 692 + ], + "score": 0.44, + "content": "5 0 \\mathrm { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 124, + 682, + 183, + 694 + ], + "score": 1.0, + "content": "images of size", + "type": "text" + }, + { + "bbox": [ + 183, + 682, + 227, + 692 + ], + "score": 0.89, + "content": "2 5 6 \\times 2 5 6", + "type": "inline_equation" + }, + { + "bbox": [ + 228, + 682, + 421, + 694 + ], + "score": 1.0, + "content": "could take nearly 1000 hours on the same GPU.", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 40.5, + "bbox_fs": [ + 104, + 604, + 506, + 694 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 699, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "score": 1.0, + "content": "To close this efficiency gap between DDPMs and GANs, we present denoising diffusion implicit", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 106, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "models (DDIMs). DDIMs are implicit probabilistic models (Mohamed & Lakshminarayanan, 2016)", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 106, + 720, + 506, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 720, + 506, + 733 + ], + "score": 1.0, + "content": "and are closely related to DDPMs, in the sense that they are trained with the same objective function.", + "type": "text" + } + ], + "index": 47 + } + ], + "index": 46, + "bbox_fs": [ + 105, + 698, + 506, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 125, + 83, + 482, + 126 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 125, + 83, + 482, + 126 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 125, + 83, + 482, + 126 + ], + "spans": [ + { + "bbox": [ + 125, + 83, + 482, + 126 + ], + "score": 0.955, + "type": "image", + "image_path": "b589aee0ff1406f14c68aaf15ec304b77f5fe846a3c09e3090e4e7aa384af8c4.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 125, + 83, + 482, + 97.33333333333333 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 125, + 97.33333333333333, + 482, + 111.66666666666666 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 125, + 111.66666666666666, + 482, + 125.99999999999999 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 119, + 136, + 489, + 149 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 118, + 135, + 491, + 150 + ], + "spans": [ + { + "bbox": [ + 118, + 135, + 491, + 150 + ], + "score": 1.0, + "content": "Figure 1: Graphical models for diffusion (left) and non-Markovian (right) inference models.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + } + ], + "index": 2.0 + }, + { + "type": "text", + "bbox": [ + 106, + 168, + 505, + 268 + ], + "lines": [ + { + "bbox": [ + 105, + 168, + 505, + 181 + ], + "spans": [ + { + "bbox": [ + 105, + 168, + 505, + 181 + ], + "score": 1.0, + "content": "In Section 3, we generalize the forward diffusion process used by DDPMs, which is Markovian,", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 180, + 505, + 192 + ], + "spans": [ + { + "bbox": [ + 106, + 180, + 505, + 192 + ], + "score": 1.0, + "content": "to non-Markovian ones, for which we are still able to design suitable reverse generative Markov", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 189, + 505, + 204 + ], + "spans": [ + { + "bbox": [ + 105, + 189, + 505, + 204 + ], + "score": 1.0, + "content": "chains. We show that the resulting variational training objectives have a shared surrogate objective,", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 199, + 506, + 215 + ], + "spans": [ + { + "bbox": [ + 105, + 199, + 506, + 215 + ], + "score": 1.0, + "content": "which is exactly the objective used to train DDPM. Therefore, we can freely choose from a large", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 212, + 505, + 226 + ], + "spans": [ + { + "bbox": [ + 105, + 212, + 505, + 226 + ], + "score": 1.0, + "content": "family of generative models using the same neural network simply by choosing a different, non-", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 222, + 505, + 236 + ], + "spans": [ + { + "bbox": [ + 105, + 222, + 505, + 236 + ], + "score": 1.0, + "content": "Markovian diffusion process (Section 4.1) and the corresponding reverse generative Markov Chain.", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 234, + 505, + 246 + ], + "spans": [ + { + "bbox": [ + 105, + 234, + 505, + 246 + ], + "score": 1.0, + "content": "In particular, we are able to use non-Markovian diffusion processes which lead to ”short” generative", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 244, + 505, + 258 + ], + "spans": [ + { + "bbox": [ + 105, + 244, + 505, + 258 + ], + "score": 1.0, + "content": "Markov chains (Section 4.2) that can be simulated in a small number of steps. This can massively", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 256, + 368, + 269 + ], + "spans": [ + { + "bbox": [ + 106, + 256, + 368, + 269 + ], + "score": 1.0, + "content": "increase sample efficiency only at a minor cost in sample quality.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 8 + }, + { + "type": "text", + "bbox": [ + 106, + 272, + 505, + 362 + ], + "lines": [ + { + "bbox": [ + 105, + 273, + 505, + 285 + ], + "spans": [ + { + "bbox": [ + 105, + 273, + 505, + 285 + ], + "score": 1.0, + "content": "In Section 5, we demonstrate several empirical benefits of DDIMs over DDPMs. First, DDIMs have", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 284, + 505, + 296 + ], + "spans": [ + { + "bbox": [ + 106, + 284, + 474, + 296 + ], + "score": 1.0, + "content": "superior sample generation quality compared to DDPMs, when we accelerate sampling by", + "type": "text" + }, + { + "bbox": [ + 474, + 284, + 493, + 295 + ], + "score": 0.87, + "content": "1 0 \\times", + "type": "inline_equation" + }, + { + "bbox": [ + 493, + 284, + 505, + 296 + ], + "score": 1.0, + "content": "to", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 107, + 294, + 505, + 309 + ], + "spans": [ + { + "bbox": [ + 107, + 295, + 131, + 306 + ], + "score": 0.88, + "content": "1 0 0 \\times", + "type": "inline_equation" + }, + { + "bbox": [ + 131, + 294, + 505, + 309 + ], + "score": 1.0, + "content": "using our proposed method. Second, DDIM samples have the following “consistency” prop-", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 306, + 505, + 318 + ], + "spans": [ + { + "bbox": [ + 106, + 306, + 505, + 318 + ], + "score": 1.0, + "content": "erty, which does not hold for DDPMs: if we start with the same initial latent variable and generate", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 317, + 505, + 329 + ], + "spans": [ + { + "bbox": [ + 105, + 317, + 505, + 329 + ], + "score": 1.0, + "content": "several samples with Markov chains of various lengths, these samples would have similar high-level", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 104, + 327, + 505, + 342 + ], + "spans": [ + { + "bbox": [ + 104, + 327, + 505, + 342 + ], + "score": 1.0, + "content": "features. Third, because of “consistency” in DDIMs, we can perform semantically meaningful image", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 338, + 506, + 352 + ], + "spans": [ + { + "bbox": [ + 105, + 338, + 506, + 352 + ], + "score": 1.0, + "content": "interpolation by manipulating the initial latent variable in DDIMs, unlike DDPMs which interpolates", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 350, + 354, + 362 + ], + "spans": [ + { + "bbox": [ + 105, + 350, + 354, + 362 + ], + "score": 1.0, + "content": "near the image space due to the stochastic generative process.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 16.5 + }, + { + "type": "title", + "bbox": [ + 107, + 377, + 200, + 390 + ], + "lines": [ + { + "bbox": [ + 104, + 375, + 202, + 393 + ], + "spans": [ + { + "bbox": [ + 104, + 375, + 202, + 393 + ], + "score": 1.0, + "content": "2 BACKGROUND", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 21 + }, + { + "type": "text", + "bbox": [ + 106, + 401, + 505, + 435 + ], + "lines": [ + { + "bbox": [ + 106, + 402, + 505, + 414 + ], + "spans": [ + { + "bbox": [ + 106, + 402, + 270, + 414 + ], + "score": 1.0, + "content": "Given samples from a data distribution", + "type": "text" + }, + { + "bbox": [ + 270, + 402, + 294, + 414 + ], + "score": 0.92, + "content": "q ( { \\pmb x } _ { 0 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 295, + 402, + 505, + 414 + ], + "score": 1.0, + "content": ", we are interested in learning a model distribution", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 107, + 413, + 505, + 425 + ], + "spans": [ + { + "bbox": [ + 107, + 413, + 136, + 425 + ], + "score": 0.91, + "content": "p _ { \\theta } ( { \\pmb x } _ { 0 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 136, + 413, + 210, + 425 + ], + "score": 1.0, + "content": "that approximates", + "type": "text" + }, + { + "bbox": [ + 211, + 413, + 235, + 425 + ], + "score": 0.92, + "content": "q ( { \\pmb x } _ { 0 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 235, + 413, + 505, + 425 + ], + "score": 1.0, + "content": "and is easy to sample from. Denoising diffusion probabilistic mod-", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 424, + 498, + 436 + ], + "spans": [ + { + "bbox": [ + 105, + 424, + 498, + 436 + ], + "score": 1.0, + "content": "els (DDPMs, Sohl-Dickstein et al. (2015); Ho et al. (2020)) are latent variable models of the form", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 23 + }, + { + "type": "interline_equation", + "bbox": [ + 145, + 438, + 466, + 473 + ], + "lines": [ + { + "bbox": [ + 145, + 438, + 466, + 473 + ], + "spans": [ + { + "bbox": [ + 145, + 438, + 466, + 473 + ], + "score": 0.92, + "content": "p _ { \\theta } ( \\pmb { x } _ { 0 } ) = \\int p _ { \\theta } ( \\pmb { x } _ { 0 : T } ) \\mathrm { d } \\pmb { x } _ { 1 : T } , \\quad \\mathrm { w h e r e } \\quad p _ { \\theta } ( \\pmb { x } _ { 0 : T } ) : = p _ { \\theta } ( \\pmb { x } _ { T } ) \\prod _ { t = 1 } ^ { T } p _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } )", + "type": "interline_equation", + "image_path": "70d17a666414e910715ac97c9cb37476b88d01671c9b9bb6cd35585750f856dc.jpg" + } + ] + } + ], + "index": 26, + "virtual_lines": [ + { + "bbox": [ + 145, + 438, + 466, + 449.6666666666667 + ], + "spans": [], + "index": 25 + }, + { + "bbox": [ + 145, + 449.6666666666667, + 466, + 461.33333333333337 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 145, + 461.33333333333337, + 466, + 473.00000000000006 + ], + "spans": [], + "index": 27 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 476, + 504, + 499 + ], + "lines": [ + { + "bbox": [ + 106, + 476, + 505, + 489 + ], + "spans": [ + { + "bbox": [ + 106, + 476, + 133, + 489 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 479, + 180, + 488 + ], + "score": 0.91, + "content": "\\pmb { x } _ { 1 } , \\ldots , \\pmb { x } _ { T }", + "type": "inline_equation" + }, + { + "bbox": [ + 181, + 476, + 372, + 489 + ], + "score": 1.0, + "content": "are latent variables in the same sample space as", + "type": "text" + }, + { + "bbox": [ + 373, + 478, + 385, + 487 + ], + "score": 0.87, + "content": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 385, + 476, + 434, + 489 + ], + "score": 1.0, + "content": "(denoted as", + "type": "text" + }, + { + "bbox": [ + 435, + 477, + 444, + 486 + ], + "score": 0.77, + "content": "\\mathcal { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 444, + 476, + 505, + 489 + ], + "score": 1.0, + "content": "). The parame-", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 486, + 477, + 500 + ], + "spans": [ + { + "bbox": [ + 105, + 486, + 123, + 500 + ], + "score": 1.0, + "content": "ters", + "type": "text" + }, + { + "bbox": [ + 124, + 488, + 129, + 497 + ], + "score": 0.84, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 130, + 486, + 280, + 500 + ], + "score": 1.0, + "content": "are learned to fit the data distribution", + "type": "text" + }, + { + "bbox": [ + 281, + 487, + 305, + 500 + ], + "score": 0.92, + "content": "q ( { \\pmb x } _ { 0 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 305, + 486, + 477, + 500 + ], + "score": 1.0, + "content": "by maximizing a variational lower bound:", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28.5 + }, + { + "type": "interline_equation", + "bbox": [ + 144, + 503, + 466, + 521 + ], + "lines": [ + { + "bbox": [ + 144, + 503, + 466, + 521 + ], + "spans": [ + { + "bbox": [ + 144, + 503, + 466, + 521 + ], + "score": 0.9, + "content": "\\operatorname* { m a x } _ { \\theta } \\mathbb { E } _ { q ( \\pmb { x } _ { 0 } ) } [ \\log p _ { \\theta } ( \\pmb { x } _ { 0 } ) ] \\leq \\operatorname* { m a x } _ { \\theta } \\mathbb { E } _ { q ( \\pmb { x } _ { 0 } , \\pmb { x } _ { 1 } , \\dots , \\pmb { x } _ { T } ) } \\left[ \\log p _ { \\theta } ( \\pmb { x } _ { 0 : T } ) - \\log q ( \\pmb { x } _ { 1 : T } | \\pmb { x } _ { 0 } ) \\right]", + "type": "interline_equation", + "image_path": "e92565cc7d02aaab363f49ec4f645757468f79262595048d5925e7ca9d8d50c6.jpg" + } + ] + } + ], + "index": 30, + "virtual_lines": [ + { + "bbox": [ + 144, + 503, + 466, + 521 + ], + "spans": [], + "index": 30 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 525, + 505, + 582 + ], + "lines": [ + { + "bbox": [ + 106, + 525, + 505, + 538 + ], + "spans": [ + { + "bbox": [ + 106, + 525, + 133, + 538 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 525, + 180, + 538 + ], + "score": 0.93, + "content": "q ( { \\pmb x } _ { 1 : T } | { \\pmb x } _ { 0 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 180, + 525, + 505, + 538 + ], + "score": 1.0, + "content": "is some inference distribution over the latent variables. Unlike typical latent vari-", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 536, + 506, + 548 + ], + "spans": [ + { + "bbox": [ + 105, + 536, + 506, + 548 + ], + "score": 1.0, + "content": "able models (such as the variational autoencoder (Rezende et al., 2014)), DDPMs are learned with a", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 546, + 505, + 560 + ], + "spans": [ + { + "bbox": [ + 105, + 546, + 300, + 560 + ], + "score": 1.0, + "content": "fixed (rather than trainable) inference procedure", + "type": "text" + }, + { + "bbox": [ + 300, + 547, + 347, + 560 + ], + "score": 0.93, + "content": "q \\big ( \\pmb { x } _ { 1 : T } | \\pmb { x } _ { 0 } \\big )", + "type": "inline_equation" + }, + { + "bbox": [ + 347, + 546, + 505, + 560 + ], + "score": 1.0, + "content": ", and latent variables are relatively high", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 558, + 506, + 571 + ], + "spans": [ + { + "bbox": [ + 105, + 558, + 506, + 571 + ], + "score": 1.0, + "content": "dimensional. For example, Ho et al. (2020) considered the following Markov chain with Gaussian", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 569, + 376, + 582 + ], + "spans": [ + { + "bbox": [ + 105, + 569, + 313, + 582 + ], + "score": 1.0, + "content": "transitions parameterized by a decreasing sequence", + "type": "text" + }, + { + "bbox": [ + 313, + 569, + 372, + 582 + ], + "score": 0.94, + "content": "\\alpha _ { 1 : T } \\in ( 0 , 1 ] ^ { T }", + "type": "inline_equation" + }, + { + "bbox": [ + 372, + 569, + 376, + 582 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 33 + }, + { + "type": "interline_equation", + "bbox": [ + 118, + 585, + 480, + 619 + ], + "lines": [ + { + "bbox": [ + 118, + 585, + 480, + 619 + ], + "spans": [ + { + "bbox": [ + 118, + 585, + 480, + 619 + ], + "score": 0.93, + "content": "q ( \\pmb { x } _ { 1 : T } | \\pmb { x } _ { 0 } ) : = \\prod _ { t = 1 } ^ { T } q ( \\pmb { x } _ { t } | \\pmb { x } _ { t - 1 } ) , \\mathrm { w h e r e ~ } q ( \\pmb { x } _ { t } | \\pmb { x } _ { t - 1 } ) : = \\mathcal { N } \\left( \\sqrt { \\frac { \\alpha _ { t } } { \\alpha _ { t - 1 } } } \\pmb { x } _ { t - 1 } , \\left( 1 - \\frac { \\alpha _ { t } } { \\alpha _ { t - 1 } } \\right) I \\right)", + "type": "interline_equation", + "image_path": "20bfcc77655a4e6bd4d9fd783974ac1eb91dd392d073aad66212bc5f2a732d02.jpg" + } + ] + } + ], + "index": 37, + "virtual_lines": [ + { + "bbox": [ + 118, + 585, + 480, + 596.3333333333334 + ], + "spans": [], + "index": 36 + }, + { + "bbox": [ + 118, + 596.3333333333334, + 480, + 607.6666666666667 + ], + "spans": [], + "index": 37 + }, + { + "bbox": [ + 118, + 607.6666666666667, + 480, + 619.0000000000001 + ], + "spans": [], + "index": 38 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 622, + 506, + 690 + ], + "lines": [ + { + "bbox": [ + 105, + 622, + 506, + 635 + ], + "spans": [ + { + "bbox": [ + 105, + 622, + 506, + 635 + ], + "score": 1.0, + "content": "where the covariance matrix is ensured to have positive terms on its diagonal. This is called the", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 634, + 505, + 645 + ], + "spans": [ + { + "bbox": [ + 105, + 634, + 441, + 645 + ], + "score": 1.0, + "content": "forward process due to the autoregressive nature of the sampling procedure (from", + "type": "text" + }, + { + "bbox": [ + 441, + 635, + 453, + 645 + ], + "score": 0.86, + "content": "\\scriptstyle { \\pmb x } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 454, + 634, + 466, + 645 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 466, + 635, + 480, + 645 + ], + "score": 0.84, + "content": "\\mathbfit { \\mathbf { x } } _ { T }", + "type": "inline_equation" + }, + { + "bbox": [ + 480, + 634, + 505, + 645 + ], + "score": 1.0, + "content": "). We", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 644, + 506, + 657 + ], + "spans": [ + { + "bbox": [ + 105, + 644, + 226, + 657 + ], + "score": 1.0, + "content": "call the latent variable model", + "type": "text" + }, + { + "bbox": [ + 227, + 645, + 264, + 657 + ], + "score": 0.93, + "content": "p _ { \\theta } ( { \\pmb x } _ { 0 : T } )", + "type": "inline_equation" + }, + { + "bbox": [ + 264, + 644, + 447, + 657 + ], + "score": 1.0, + "content": ", which is a Markov chain that samples from", + "type": "text" + }, + { + "bbox": [ + 447, + 647, + 461, + 656 + ], + "score": 0.86, + "content": "\\mathbf { \\nabla } _ { \\mathbf { \\mathcal { X } } \\mathcal { T } }", + "type": "inline_equation" + }, + { + "bbox": [ + 461, + 644, + 474, + 657 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 474, + 647, + 486, + 656 + ], + "score": 0.86, + "content": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 486, + 644, + 506, + 657 + ], + "score": 1.0, + "content": ", the", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 104, + 655, + 505, + 668 + ], + "spans": [ + { + "bbox": [ + 104, + 655, + 405, + 668 + ], + "score": 1.0, + "content": "generative process, since it approximates the intractable reverse process", + "type": "text" + }, + { + "bbox": [ + 406, + 656, + 452, + 668 + ], + "score": 0.92, + "content": "q ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 655, + 505, + 668 + ], + "score": 1.0, + "content": ". Intuitively,", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 666, + 506, + 680 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 362, + 680 + ], + "score": 1.0, + "content": "the forward process progressively adds noise to the observation", + "type": "text" + }, + { + "bbox": [ + 363, + 668, + 375, + 678 + ], + "score": 0.87, + "content": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 375, + 666, + 506, + 680 + ], + "score": 1.0, + "content": ", whereas the generative process", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 678, + 342, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 678, + 342, + 690 + ], + "score": 1.0, + "content": "progressively denoises a noisy observation (Figure 1, left).", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 41.5 + }, + { + "type": "text", + "bbox": [ + 107, + 694, + 300, + 706 + ], + "lines": [ + { + "bbox": [ + 106, + 694, + 302, + 708 + ], + "spans": [ + { + "bbox": [ + 106, + 694, + 302, + 708 + ], + "score": 1.0, + "content": "A special property of the forward process is that", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 45 + }, + { + "type": "interline_equation", + "bbox": [ + 170, + 710, + 440, + 736 + ], + "lines": [ + { + "bbox": [ + 170, + 710, + 440, + 736 + ], + "spans": [ + { + "bbox": [ + 170, + 710, + 440, + 736 + ], + "score": 0.92, + "content": "q ( \\pmb { x } _ { t } | \\pmb { x } _ { 0 } ) : = \\int q ( \\pmb { x } _ { 1 : t } | \\pmb { x } _ { 0 } ) \\mathrm { d } \\pmb { x } _ { 1 : ( t - 1 ) } = \\mathcal { N } ( \\pmb { x } _ { t } ; \\sqrt { \\alpha _ { t } } \\pmb { x } _ { 0 } , ( 1 - \\alpha _ { t } ) \\pmb { I } ) ;", + "type": "interline_equation", + "image_path": "4e098398f8a7a6107793beecc452ca0e4ece7bd376ebba6235b41ad936725473.jpg" + } + ] + } + ], + "index": 46, + "virtual_lines": [ + { + "bbox": [ + 170, + 710, + 440, + 736 + ], + "spans": [], + "index": 46 + } + ] + } + ], + "page_idx": 1, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 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, + 751, + 309, + 760 + ], + "lines": [ + { + "bbox": [ + 301, + 750, + 310, + 763 + ], + "spans": [ + { + "bbox": [ + 301, + 750, + 310, + 763 + ], + "score": 1.0, + "content": "2", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 125, + 83, + 482, + 126 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 125, + 83, + 482, + 126 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 125, + 83, + 482, + 126 + ], + "spans": [ + { + "bbox": [ + 125, + 83, + 482, + 126 + ], + "score": 0.955, + "type": "image", + "image_path": "b589aee0ff1406f14c68aaf15ec304b77f5fe846a3c09e3090e4e7aa384af8c4.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 125, + 83, + 482, + 97.33333333333333 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 125, + 97.33333333333333, + 482, + 111.66666666666666 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 125, + 111.66666666666666, + 482, + 125.99999999999999 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 119, + 136, + 489, + 149 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 118, + 135, + 491, + 150 + ], + "spans": [ + { + "bbox": [ + 118, + 135, + 491, + 150 + ], + "score": 1.0, + "content": "Figure 1: Graphical models for diffusion (left) and non-Markovian (right) inference models.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + } + ], + "index": 2.0 + }, + { + "type": "text", + "bbox": [ + 106, + 168, + 505, + 268 + ], + "lines": [ + { + "bbox": [ + 105, + 168, + 505, + 181 + ], + "spans": [ + { + "bbox": [ + 105, + 168, + 505, + 181 + ], + "score": 1.0, + "content": "In Section 3, we generalize the forward diffusion process used by DDPMs, which is Markovian,", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 180, + 505, + 192 + ], + "spans": [ + { + "bbox": [ + 106, + 180, + 505, + 192 + ], + "score": 1.0, + "content": "to non-Markovian ones, for which we are still able to design suitable reverse generative Markov", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 189, + 505, + 204 + ], + "spans": [ + { + "bbox": [ + 105, + 189, + 505, + 204 + ], + "score": 1.0, + "content": "chains. We show that the resulting variational training objectives have a shared surrogate objective,", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 199, + 506, + 215 + ], + "spans": [ + { + "bbox": [ + 105, + 199, + 506, + 215 + ], + "score": 1.0, + "content": "which is exactly the objective used to train DDPM. Therefore, we can freely choose from a large", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 212, + 505, + 226 + ], + "spans": [ + { + "bbox": [ + 105, + 212, + 505, + 226 + ], + "score": 1.0, + "content": "family of generative models using the same neural network simply by choosing a different, non-", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 222, + 505, + 236 + ], + "spans": [ + { + "bbox": [ + 105, + 222, + 505, + 236 + ], + "score": 1.0, + "content": "Markovian diffusion process (Section 4.1) and the corresponding reverse generative Markov Chain.", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 234, + 505, + 246 + ], + "spans": [ + { + "bbox": [ + 105, + 234, + 505, + 246 + ], + "score": 1.0, + "content": "In particular, we are able to use non-Markovian diffusion processes which lead to ”short” generative", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 244, + 505, + 258 + ], + "spans": [ + { + "bbox": [ + 105, + 244, + 505, + 258 + ], + "score": 1.0, + "content": "Markov chains (Section 4.2) that can be simulated in a small number of steps. This can massively", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 256, + 368, + 269 + ], + "spans": [ + { + "bbox": [ + 106, + 256, + 368, + 269 + ], + "score": 1.0, + "content": "increase sample efficiency only at a minor cost in sample quality.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 8, + "bbox_fs": [ + 105, + 168, + 506, + 269 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 272, + 505, + 362 + ], + "lines": [ + { + "bbox": [ + 105, + 273, + 505, + 285 + ], + "spans": [ + { + "bbox": [ + 105, + 273, + 505, + 285 + ], + "score": 1.0, + "content": "In Section 5, we demonstrate several empirical benefits of DDIMs over DDPMs. First, DDIMs have", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 284, + 505, + 296 + ], + "spans": [ + { + "bbox": [ + 106, + 284, + 474, + 296 + ], + "score": 1.0, + "content": "superior sample generation quality compared to DDPMs, when we accelerate sampling by", + "type": "text" + }, + { + "bbox": [ + 474, + 284, + 493, + 295 + ], + "score": 0.87, + "content": "1 0 \\times", + "type": "inline_equation" + }, + { + "bbox": [ + 493, + 284, + 505, + 296 + ], + "score": 1.0, + "content": "to", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 107, + 294, + 505, + 309 + ], + "spans": [ + { + "bbox": [ + 107, + 295, + 131, + 306 + ], + "score": 0.88, + "content": "1 0 0 \\times", + "type": "inline_equation" + }, + { + "bbox": [ + 131, + 294, + 505, + 309 + ], + "score": 1.0, + "content": "using our proposed method. Second, DDIM samples have the following “consistency” prop-", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 306, + 505, + 318 + ], + "spans": [ + { + "bbox": [ + 106, + 306, + 505, + 318 + ], + "score": 1.0, + "content": "erty, which does not hold for DDPMs: if we start with the same initial latent variable and generate", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 317, + 505, + 329 + ], + "spans": [ + { + "bbox": [ + 105, + 317, + 505, + 329 + ], + "score": 1.0, + "content": "several samples with Markov chains of various lengths, these samples would have similar high-level", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 104, + 327, + 505, + 342 + ], + "spans": [ + { + "bbox": [ + 104, + 327, + 505, + 342 + ], + "score": 1.0, + "content": "features. Third, because of “consistency” in DDIMs, we can perform semantically meaningful image", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 338, + 506, + 352 + ], + "spans": [ + { + "bbox": [ + 105, + 338, + 506, + 352 + ], + "score": 1.0, + "content": "interpolation by manipulating the initial latent variable in DDIMs, unlike DDPMs which interpolates", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 350, + 354, + 362 + ], + "spans": [ + { + "bbox": [ + 105, + 350, + 354, + 362 + ], + "score": 1.0, + "content": "near the image space due to the stochastic generative process.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 16.5, + "bbox_fs": [ + 104, + 273, + 506, + 362 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 377, + 200, + 390 + ], + "lines": [ + { + "bbox": [ + 104, + 375, + 202, + 393 + ], + "spans": [ + { + "bbox": [ + 104, + 375, + 202, + 393 + ], + "score": 1.0, + "content": "2 BACKGROUND", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 21 + }, + { + "type": "text", + "bbox": [ + 106, + 401, + 505, + 435 + ], + "lines": [ + { + "bbox": [ + 106, + 402, + 505, + 414 + ], + "spans": [ + { + "bbox": [ + 106, + 402, + 270, + 414 + ], + "score": 1.0, + "content": "Given samples from a data distribution", + "type": "text" + }, + { + "bbox": [ + 270, + 402, + 294, + 414 + ], + "score": 0.92, + "content": "q ( { \\pmb x } _ { 0 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 295, + 402, + 505, + 414 + ], + "score": 1.0, + "content": ", we are interested in learning a model distribution", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 107, + 413, + 505, + 425 + ], + "spans": [ + { + "bbox": [ + 107, + 413, + 136, + 425 + ], + "score": 0.91, + "content": "p _ { \\theta } ( { \\pmb x } _ { 0 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 136, + 413, + 210, + 425 + ], + "score": 1.0, + "content": "that approximates", + "type": "text" + }, + { + "bbox": [ + 211, + 413, + 235, + 425 + ], + "score": 0.92, + "content": "q ( { \\pmb x } _ { 0 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 235, + 413, + 505, + 425 + ], + "score": 1.0, + "content": "and is easy to sample from. Denoising diffusion probabilistic mod-", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 424, + 498, + 436 + ], + "spans": [ + { + "bbox": [ + 105, + 424, + 498, + 436 + ], + "score": 1.0, + "content": "els (DDPMs, Sohl-Dickstein et al. (2015); Ho et al. (2020)) are latent variable models of the form", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 23, + "bbox_fs": [ + 105, + 402, + 505, + 436 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 145, + 438, + 466, + 473 + ], + "lines": [ + { + "bbox": [ + 145, + 438, + 466, + 473 + ], + "spans": [ + { + "bbox": [ + 145, + 438, + 466, + 473 + ], + "score": 0.92, + "content": "p _ { \\theta } ( \\pmb { x } _ { 0 } ) = \\int p _ { \\theta } ( \\pmb { x } _ { 0 : T } ) \\mathrm { d } \\pmb { x } _ { 1 : T } , \\quad \\mathrm { w h e r e } \\quad p _ { \\theta } ( \\pmb { x } _ { 0 : T } ) : = p _ { \\theta } ( \\pmb { x } _ { T } ) \\prod _ { t = 1 } ^ { T } p _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } )", + "type": "interline_equation", + "image_path": "70d17a666414e910715ac97c9cb37476b88d01671c9b9bb6cd35585750f856dc.jpg" + } + ] + } + ], + "index": 26, + "virtual_lines": [ + { + "bbox": [ + 145, + 438, + 466, + 449.6666666666667 + ], + "spans": [], + "index": 25 + }, + { + "bbox": [ + 145, + 449.6666666666667, + 466, + 461.33333333333337 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 145, + 461.33333333333337, + 466, + 473.00000000000006 + ], + "spans": [], + "index": 27 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 476, + 504, + 499 + ], + "lines": [ + { + "bbox": [ + 106, + 476, + 505, + 489 + ], + "spans": [ + { + "bbox": [ + 106, + 476, + 133, + 489 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 479, + 180, + 488 + ], + "score": 0.91, + "content": "\\pmb { x } _ { 1 } , \\ldots , \\pmb { x } _ { T }", + "type": "inline_equation" + }, + { + "bbox": [ + 181, + 476, + 372, + 489 + ], + "score": 1.0, + "content": "are latent variables in the same sample space as", + "type": "text" + }, + { + "bbox": [ + 373, + 478, + 385, + 487 + ], + "score": 0.87, + "content": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 385, + 476, + 434, + 489 + ], + "score": 1.0, + "content": "(denoted as", + "type": "text" + }, + { + "bbox": [ + 435, + 477, + 444, + 486 + ], + "score": 0.77, + "content": "\\mathcal { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 444, + 476, + 505, + 489 + ], + "score": 1.0, + "content": "). The parame-", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 486, + 477, + 500 + ], + "spans": [ + { + "bbox": [ + 105, + 486, + 123, + 500 + ], + "score": 1.0, + "content": "ters", + "type": "text" + }, + { + "bbox": [ + 124, + 488, + 129, + 497 + ], + "score": 0.84, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 130, + 486, + 280, + 500 + ], + "score": 1.0, + "content": "are learned to fit the data distribution", + "type": "text" + }, + { + "bbox": [ + 281, + 487, + 305, + 500 + ], + "score": 0.92, + "content": "q ( { \\pmb x } _ { 0 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 305, + 486, + 477, + 500 + ], + "score": 1.0, + "content": "by maximizing a variational lower bound:", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28.5, + "bbox_fs": [ + 105, + 476, + 505, + 500 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 144, + 503, + 466, + 521 + ], + "lines": [ + { + "bbox": [ + 144, + 503, + 466, + 521 + ], + "spans": [ + { + "bbox": [ + 144, + 503, + 466, + 521 + ], + "score": 0.9, + "content": "\\operatorname* { m a x } _ { \\theta } \\mathbb { E } _ { q ( \\pmb { x } _ { 0 } ) } [ \\log p _ { \\theta } ( \\pmb { x } _ { 0 } ) ] \\leq \\operatorname* { m a x } _ { \\theta } \\mathbb { E } _ { q ( \\pmb { x } _ { 0 } , \\pmb { x } _ { 1 } , \\dots , \\pmb { x } _ { T } ) } \\left[ \\log p _ { \\theta } ( \\pmb { x } _ { 0 : T } ) - \\log q ( \\pmb { x } _ { 1 : T } | \\pmb { x } _ { 0 } ) \\right]", + "type": "interline_equation", + "image_path": "e92565cc7d02aaab363f49ec4f645757468f79262595048d5925e7ca9d8d50c6.jpg" + } + ] + } + ], + "index": 30, + "virtual_lines": [ + { + "bbox": [ + 144, + 503, + 466, + 521 + ], + "spans": [], + "index": 30 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 525, + 505, + 582 + ], + "lines": [ + { + "bbox": [ + 106, + 525, + 505, + 538 + ], + "spans": [ + { + "bbox": [ + 106, + 525, + 133, + 538 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 525, + 180, + 538 + ], + "score": 0.93, + "content": "q ( { \\pmb x } _ { 1 : T } | { \\pmb x } _ { 0 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 180, + 525, + 505, + 538 + ], + "score": 1.0, + "content": "is some inference distribution over the latent variables. Unlike typical latent vari-", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 536, + 506, + 548 + ], + "spans": [ + { + "bbox": [ + 105, + 536, + 506, + 548 + ], + "score": 1.0, + "content": "able models (such as the variational autoencoder (Rezende et al., 2014)), DDPMs are learned with a", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 546, + 505, + 560 + ], + "spans": [ + { + "bbox": [ + 105, + 546, + 300, + 560 + ], + "score": 1.0, + "content": "fixed (rather than trainable) inference procedure", + "type": "text" + }, + { + "bbox": [ + 300, + 547, + 347, + 560 + ], + "score": 0.93, + "content": "q \\big ( \\pmb { x } _ { 1 : T } | \\pmb { x } _ { 0 } \\big )", + "type": "inline_equation" + }, + { + "bbox": [ + 347, + 546, + 505, + 560 + ], + "score": 1.0, + "content": ", and latent variables are relatively high", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 558, + 506, + 571 + ], + "spans": [ + { + "bbox": [ + 105, + 558, + 506, + 571 + ], + "score": 1.0, + "content": "dimensional. For example, Ho et al. (2020) considered the following Markov chain with Gaussian", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 569, + 376, + 582 + ], + "spans": [ + { + "bbox": [ + 105, + 569, + 313, + 582 + ], + "score": 1.0, + "content": "transitions parameterized by a decreasing sequence", + "type": "text" + }, + { + "bbox": [ + 313, + 569, + 372, + 582 + ], + "score": 0.94, + "content": "\\alpha _ { 1 : T } \\in ( 0 , 1 ] ^ { T }", + "type": "inline_equation" + }, + { + "bbox": [ + 372, + 569, + 376, + 582 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 33, + "bbox_fs": [ + 105, + 525, + 506, + 582 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 118, + 585, + 480, + 619 + ], + "lines": [ + { + "bbox": [ + 118, + 585, + 480, + 619 + ], + "spans": [ + { + "bbox": [ + 118, + 585, + 480, + 619 + ], + "score": 0.93, + "content": "q ( \\pmb { x } _ { 1 : T } | \\pmb { x } _ { 0 } ) : = \\prod _ { t = 1 } ^ { T } q ( \\pmb { x } _ { t } | \\pmb { x } _ { t - 1 } ) , \\mathrm { w h e r e ~ } q ( \\pmb { x } _ { t } | \\pmb { x } _ { t - 1 } ) : = \\mathcal { N } \\left( \\sqrt { \\frac { \\alpha _ { t } } { \\alpha _ { t - 1 } } } \\pmb { x } _ { t - 1 } , \\left( 1 - \\frac { \\alpha _ { t } } { \\alpha _ { t - 1 } } \\right) I \\right)", + "type": "interline_equation", + "image_path": "20bfcc77655a4e6bd4d9fd783974ac1eb91dd392d073aad66212bc5f2a732d02.jpg" + } + ] + } + ], + "index": 37, + "virtual_lines": [ + { + "bbox": [ + 118, + 585, + 480, + 596.3333333333334 + ], + "spans": [], + "index": 36 + }, + { + "bbox": [ + 118, + 596.3333333333334, + 480, + 607.6666666666667 + ], + "spans": [], + "index": 37 + }, + { + "bbox": [ + 118, + 607.6666666666667, + 480, + 619.0000000000001 + ], + "spans": [], + "index": 38 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 622, + 506, + 690 + ], + "lines": [ + { + "bbox": [ + 105, + 622, + 506, + 635 + ], + "spans": [ + { + "bbox": [ + 105, + 622, + 506, + 635 + ], + "score": 1.0, + "content": "where the covariance matrix is ensured to have positive terms on its diagonal. This is called the", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 634, + 505, + 645 + ], + "spans": [ + { + "bbox": [ + 105, + 634, + 441, + 645 + ], + "score": 1.0, + "content": "forward process due to the autoregressive nature of the sampling procedure (from", + "type": "text" + }, + { + "bbox": [ + 441, + 635, + 453, + 645 + ], + "score": 0.86, + "content": "\\scriptstyle { \\pmb x } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 454, + 634, + 466, + 645 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 466, + 635, + 480, + 645 + ], + "score": 0.84, + "content": "\\mathbfit { \\mathbf { x } } _ { T }", + "type": "inline_equation" + }, + { + "bbox": [ + 480, + 634, + 505, + 645 + ], + "score": 1.0, + "content": "). We", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 644, + 506, + 657 + ], + "spans": [ + { + "bbox": [ + 105, + 644, + 226, + 657 + ], + "score": 1.0, + "content": "call the latent variable model", + "type": "text" + }, + { + "bbox": [ + 227, + 645, + 264, + 657 + ], + "score": 0.93, + "content": "p _ { \\theta } ( { \\pmb x } _ { 0 : T } )", + "type": "inline_equation" + }, + { + "bbox": [ + 264, + 644, + 447, + 657 + ], + "score": 1.0, + "content": ", which is a Markov chain that samples from", + "type": "text" + }, + { + "bbox": [ + 447, + 647, + 461, + 656 + ], + "score": 0.86, + "content": "\\mathbf { \\nabla } _ { \\mathbf { \\mathcal { X } } \\mathcal { T } }", + "type": "inline_equation" + }, + { + "bbox": [ + 461, + 644, + 474, + 657 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 474, + 647, + 486, + 656 + ], + "score": 0.86, + "content": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 486, + 644, + 506, + 657 + ], + "score": 1.0, + "content": ", the", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 104, + 655, + 505, + 668 + ], + "spans": [ + { + "bbox": [ + 104, + 655, + 405, + 668 + ], + "score": 1.0, + "content": "generative process, since it approximates the intractable reverse process", + "type": "text" + }, + { + "bbox": [ + 406, + 656, + 452, + 668 + ], + "score": 0.92, + "content": "q ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 655, + 505, + 668 + ], + "score": 1.0, + "content": ". Intuitively,", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 666, + 506, + 680 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 362, + 680 + ], + "score": 1.0, + "content": "the forward process progressively adds noise to the observation", + "type": "text" + }, + { + "bbox": [ + 363, + 668, + 375, + 678 + ], + "score": 0.87, + "content": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 375, + 666, + 506, + 680 + ], + "score": 1.0, + "content": ", whereas the generative process", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 678, + 342, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 678, + 342, + 690 + ], + "score": 1.0, + "content": "progressively denoises a noisy observation (Figure 1, left).", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 41.5, + "bbox_fs": [ + 104, + 622, + 506, + 690 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 694, + 300, + 706 + ], + "lines": [ + { + "bbox": [ + 106, + 694, + 302, + 708 + ], + "spans": [ + { + "bbox": [ + 106, + 694, + 302, + 708 + ], + "score": 1.0, + "content": "A special property of the forward process is that", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 45, + "bbox_fs": [ + 106, + 694, + 302, + 708 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 170, + 710, + 440, + 736 + ], + "lines": [ + { + "bbox": [ + 170, + 710, + 440, + 736 + ], + "spans": [ + { + "bbox": [ + 170, + 710, + 440, + 736 + ], + "score": 0.92, + "content": "q ( \\pmb { x } _ { t } | \\pmb { x } _ { 0 } ) : = \\int q ( \\pmb { x } _ { 1 : t } | \\pmb { x } _ { 0 } ) \\mathrm { d } \\pmb { x } _ { 1 : ( t - 1 ) } = \\mathcal { N } ( \\pmb { x } _ { t } ; \\sqrt { \\alpha _ { t } } \\pmb { x } _ { 0 } , ( 1 - \\alpha _ { t } ) \\pmb { I } ) ;", + "type": "interline_equation", + "image_path": "4e098398f8a7a6107793beecc452ca0e4ece7bd376ebba6235b41ad936725473.jpg" + } + ] + } + ], + "index": 46, + "virtual_lines": [ + { + "bbox": [ + 170, + 710, + 440, + 736 + ], + "spans": [], + "index": 46 + } + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 403, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 399, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 180, + 96 + ], + "score": 1.0, + "content": "so we can express", + "type": "text" + }, + { + "bbox": [ + 181, + 85, + 192, + 93 + ], + "score": 0.86, + "content": "\\mathbf { \\Delta } _ { \\mathbf { \\mathcal { X } } _ { t } }", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 81, + 299, + 96 + ], + "score": 1.0, + "content": "as a linear combination of", + "type": "text" + }, + { + "bbox": [ + 299, + 84, + 311, + 93 + ], + "score": 0.86, + "content": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 312, + 81, + 394, + 96 + ], + "score": 1.0, + "content": "and a noise variable", + "type": "text" + }, + { + "bbox": [ + 394, + 85, + 399, + 92 + ], + "score": 0.68, + "content": "\\epsilon", + "type": "inline_equation" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "interline_equation", + "bbox": [ + 201, + 97, + 410, + 113 + ], + "lines": [ + { + "bbox": [ + 201, + 97, + 410, + 113 + ], + "spans": [ + { + "bbox": [ + 201, + 97, + 410, + 113 + ], + "score": 0.9, + "content": "\\begin{array} { r } { \\mathbf { { x } } _ { t } = \\sqrt { \\alpha _ { t } } \\mathbf { { x } } _ { 0 } + \\sqrt { 1 - \\alpha _ { t } } \\epsilon , \\quad \\mathrm { w h e r e } \\quad \\epsilon \\sim \\mathcal { N } ( \\mathbf { 0 } , I ) . } \\end{array}", + "type": "interline_equation", + "image_path": "567f4084fc2c612561a71107fe824c210a054e76352818f09e43ee3400485dc0.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 201, + 97, + 410, + 113 + ], + "spans": [], + "index": 1 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 117, + 505, + 150 + ], + "lines": [ + { + "bbox": [ + 105, + 116, + 507, + 131 + ], + "spans": [ + { + "bbox": [ + 105, + 116, + 160, + 131 + ], + "score": 1.0, + "content": "When we set", + "type": "text" + }, + { + "bbox": [ + 161, + 119, + 174, + 128 + ], + "score": 0.84, + "content": "\\alpha _ { T }", + "type": "inline_equation" + }, + { + "bbox": [ + 175, + 116, + 266, + 131 + ], + "score": 1.0, + "content": "sufficiently close to 0,", + "type": "text" + }, + { + "bbox": [ + 267, + 117, + 307, + 129 + ], + "score": 0.91, + "content": "q ( { \\pmb x } _ { T } | { \\pmb x } _ { 0 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 307, + 116, + 469, + 131 + ], + "score": 1.0, + "content": "converges to a standard Gaussian for all", + "type": "text" + }, + { + "bbox": [ + 469, + 119, + 482, + 128 + ], + "score": 0.85, + "content": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 482, + 116, + 507, + 131 + ], + "score": 1.0, + "content": ", so it", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 128, + 505, + 140 + ], + "spans": [ + { + "bbox": [ + 105, + 128, + 169, + 140 + ], + "score": 1.0, + "content": "is natural to set", + "type": "text" + }, + { + "bbox": [ + 170, + 128, + 250, + 140 + ], + "score": 0.92, + "content": "p _ { \\theta } ( { \\pmb x } _ { T } ) : = \\mathrm { \\dot { \\mathcal { N } } } ( \\mathbf { 0 } , I )", + "type": "inline_equation" + }, + { + "bbox": [ + 251, + 128, + 505, + 140 + ], + "score": 1.0, + "content": ". If all the conditionals are modeled as Gaussians with trainable", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 139, + 432, + 151 + ], + "spans": [ + { + "bbox": [ + 105, + 139, + 432, + 151 + ], + "score": 1.0, + "content": "mean functions and fixed variances, the objective in Eq. (2) can be simplified to1:", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3 + }, + { + "type": "interline_equation", + "bbox": [ + 153, + 155, + 457, + 189 + ], + "lines": [ + { + "bbox": [ + 153, + 155, + 457, + 189 + ], + "spans": [ + { + "bbox": [ + 153, + 155, + 457, + 189 + ], + "score": 0.94, + "content": "L _ { \\gamma } ( \\epsilon _ { \\theta } ) : = \\sum _ { t = 1 } ^ { T } \\gamma _ { t } \\mathbb { E } _ { x _ { 0 } \\sim q ( x _ { 0 } ) , \\epsilon _ { t } \\sim \\mathcal { N } ( \\mathbf { 0 } , I ) } \\left[ \\lVert \\epsilon _ { \\theta } ^ { ( t ) } ( \\sqrt { \\alpha _ { t } } x _ { 0 } + \\sqrt { 1 - \\alpha _ { t } } \\epsilon _ { t } ) - \\epsilon _ { t } \\rVert _ { 2 } ^ { 2 } \\right]", + "type": "interline_equation", + "image_path": "054a044f86947e7fc3099bc02efcf4ef32f4e899036d257304593e51ed2e654f.jpg" + } + ] + } + ], + "index": 6, + "virtual_lines": [ + { + "bbox": [ + 153, + 155, + 457, + 166.33333333333334 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 153, + 166.33333333333334, + 457, + 177.66666666666669 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 153, + 177.66666666666669, + 457, + 189.00000000000003 + ], + "spans": [], + "index": 7 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 194, + 505, + 276 + ], + "lines": [ + { + "bbox": [ + 102, + 189, + 505, + 216 + ], + "spans": [ + { + "bbox": [ + 102, + 189, + 133, + 216 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 194, + 198, + 209 + ], + "score": 0.93, + "content": "\\epsilon _ { \\theta } : = \\{ \\epsilon _ { \\theta } ^ { ( t ) } \\} _ { t = 1 } ^ { T }", + "type": "inline_equation" + }, + { + "bbox": [ + 198, + 189, + 240, + 216 + ], + "score": 1.0, + "content": "is a set of", + "type": "text" + }, + { + "bbox": [ + 240, + 197, + 249, + 207 + ], + "score": 0.81, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 249, + 189, + 314, + 216 + ], + "score": 1.0, + "content": "functions, each", + "type": "text" + }, + { + "bbox": [ + 314, + 194, + 371, + 209 + ], + "score": 0.92, + "content": "\\epsilon _ { \\theta } ^ { ( t ) } : \\mathcal { X } \\mathcal { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 372, + 189, + 423, + 216 + ], + "score": 1.0, + "content": "(indexed by", + "type": "text" + }, + { + "bbox": [ + 423, + 198, + 428, + 207 + ], + "score": 0.63, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 428, + 189, + 505, + 216 + ], + "score": 1.0, + "content": ") is a function with", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 208, + 506, + 223 + ], + "spans": [ + { + "bbox": [ + 105, + 208, + 191, + 223 + ], + "score": 1.0, + "content": "trainable parameters", + "type": "text" + }, + { + "bbox": [ + 191, + 209, + 206, + 220 + ], + "score": 0.88, + "content": "\\theta ^ { ( t ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 207, + 208, + 228, + 223 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 228, + 209, + 301, + 222 + ], + "score": 0.92, + "content": "\\gamma : = [ \\gamma _ { 1 } , \\dots , \\gamma _ { T } ]", + "type": "inline_equation" + }, + { + "bbox": [ + 302, + 208, + 506, + 223 + ], + "score": 1.0, + "content": "is a vector of positive coefficients in the objective", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 221, + 506, + 234 + ], + "spans": [ + { + "bbox": [ + 106, + 221, + 170, + 234 + ], + "score": 1.0, + "content": "that depends on", + "type": "text" + }, + { + "bbox": [ + 171, + 222, + 191, + 232 + ], + "score": 0.87, + "content": "\\alpha _ { 1 : T }", + "type": "inline_equation" + }, + { + "bbox": [ + 191, + 221, + 345, + 234 + ], + "score": 1.0, + "content": ". In Ho et al. (2020), the objective with", + "type": "text" + }, + { + "bbox": [ + 345, + 221, + 371, + 232 + ], + "score": 0.91, + "content": "\\gamma = { \\bf 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 371, + 221, + 506, + 234 + ], + "score": 1.0, + "content": "is optimized instead to maximize", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 231, + 506, + 244 + ], + "spans": [ + { + "bbox": [ + 105, + 231, + 506, + 244 + ], + "score": 1.0, + "content": "generation performance of the trained model; this is also the same objective used in noise conditional", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 241, + 505, + 254 + ], + "spans": [ + { + "bbox": [ + 105, + 241, + 505, + 254 + ], + "score": 1.0, + "content": "score networks (Song & Ermon, 2019) based on score matching (Hyvarinen¨ , 2005; Vincent, 2011).", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 253, + 505, + 266 + ], + "spans": [ + { + "bbox": [ + 106, + 253, + 196, + 266 + ], + "score": 1.0, + "content": "From a trained model,", + "type": "text" + }, + { + "bbox": [ + 196, + 255, + 209, + 265 + ], + "score": 0.86, + "content": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 209, + 253, + 322, + 266 + ], + "score": 1.0, + "content": "is sampled by first sampling", + "type": "text" + }, + { + "bbox": [ + 322, + 255, + 336, + 265 + ], + "score": 0.86, + "content": "\\mathbf { \\nabla } _ { \\mathbf { \\mathcal { X } } \\mathcal { T } }", + "type": "inline_equation" + }, + { + "bbox": [ + 337, + 253, + 395, + 266 + ], + "score": 1.0, + "content": "from the prior", + "type": "text" + }, + { + "bbox": [ + 396, + 253, + 426, + 266 + ], + "score": 0.92, + "content": "p _ { \\theta } ( { \\pmb x } _ { T } )", + "type": "inline_equation" + }, + { + "bbox": [ + 426, + 253, + 505, + 266 + ], + "score": 1.0, + "content": ", and then sampling", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 264, + 294, + 277 + ], + "spans": [ + { + "bbox": [ + 106, + 266, + 128, + 276 + ], + "score": 0.86, + "content": "{ \\mathbf { \\mathcal { x } } } _ { t - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 128, + 264, + 294, + 277 + ], + "score": 1.0, + "content": "from the generative processes iteratively.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 11 + }, + { + "type": "text", + "bbox": [ + 106, + 281, + 505, + 359 + ], + "lines": [ + { + "bbox": [ + 106, + 281, + 506, + 294 + ], + "spans": [ + { + "bbox": [ + 106, + 281, + 151, + 294 + ], + "score": 1.0, + "content": "The length", + "type": "text" + }, + { + "bbox": [ + 152, + 282, + 160, + 291 + ], + "score": 0.79, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 161, + 281, + 506, + 294 + ], + "score": 1.0, + "content": "of the forward process is an important hyperparameter in DDPMs. From a variational", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 292, + 505, + 304 + ], + "spans": [ + { + "bbox": [ + 105, + 292, + 187, + 304 + ], + "score": 1.0, + "content": "perspective, a large", + "type": "text" + }, + { + "bbox": [ + 188, + 293, + 197, + 302 + ], + "score": 0.78, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 197, + 292, + 505, + 304 + ], + "score": 1.0, + "content": "allows the reverse process to be close to a Gaussian (Sohl-Dickstein et al.,", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 302, + 506, + 316 + ], + "spans": [ + { + "bbox": [ + 105, + 302, + 506, + 316 + ], + "score": 1.0, + "content": "2015), so that the generative process modeled with Gaussian conditional distributions becomes a", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 314, + 505, + 326 + ], + "spans": [ + { + "bbox": [ + 105, + 315, + 333, + 326 + ], + "score": 1.0, + "content": "good approximation; this motivates the choice of large", + "type": "text" + }, + { + "bbox": [ + 333, + 315, + 342, + 324 + ], + "score": 0.74, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 343, + 315, + 408, + 326 + ], + "score": 1.0, + "content": "values, such as", + "type": "text" + }, + { + "bbox": [ + 408, + 314, + 454, + 325 + ], + "score": 0.9, + "content": "T = 1 0 0 0", + "type": "inline_equation" + }, + { + "bbox": [ + 454, + 315, + 505, + 326 + ], + "score": 1.0, + "content": "in Ho et al.", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 107, + 326, + 504, + 337 + ], + "spans": [ + { + "bbox": [ + 107, + 326, + 202, + 337 + ], + "score": 1.0, + "content": "(2020). However, as all", + "type": "text" + }, + { + "bbox": [ + 203, + 326, + 211, + 335 + ], + "score": 0.8, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 212, + 326, + 504, + 337 + ], + "score": 1.0, + "content": "iterations have to be performed sequentially, instead of in parallel, to ob-", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 336, + 505, + 349 + ], + "spans": [ + { + "bbox": [ + 105, + 336, + 161, + 349 + ], + "score": 1.0, + "content": "tain a sample", + "type": "text" + }, + { + "bbox": [ + 162, + 338, + 174, + 347 + ], + "score": 0.86, + "content": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 174, + 336, + 505, + 349 + ], + "score": 1.0, + "content": ", sampling from DDPMs is much slower than sampling from other deep generative", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 347, + 494, + 360 + ], + "spans": [ + { + "bbox": [ + 105, + 347, + 494, + 360 + ], + "score": 1.0, + "content": "models, which makes them impractical for tasks where compute is limited and latency is critical.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 18 + }, + { + "type": "title", + "bbox": [ + 106, + 374, + 494, + 387 + ], + "lines": [ + { + "bbox": [ + 105, + 373, + 496, + 389 + ], + "spans": [ + { + "bbox": [ + 105, + 373, + 496, + 389 + ], + "score": 1.0, + "content": "3 VARIATIONAL INFERENCE FOR NON-MARKOVIAN FORWARD PROCESSES", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 22 + }, + { + "type": "text", + "bbox": [ + 106, + 398, + 506, + 488 + ], + "lines": [ + { + "bbox": [ + 105, + 398, + 505, + 412 + ], + "spans": [ + { + "bbox": [ + 105, + 398, + 505, + 412 + ], + "score": 1.0, + "content": "Because the generative model approximates the reverse of the inference process, we need to rethink", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 410, + 505, + 423 + ], + "spans": [ + { + "bbox": [ + 106, + 410, + 505, + 423 + ], + "score": 1.0, + "content": "the inference process in order to reduce the number of iterations required by the generative model.", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 420, + 506, + 434 + ], + "spans": [ + { + "bbox": [ + 105, + 420, + 361, + 434 + ], + "score": 1.0, + "content": "Our key observation is that the DDPM objective in the form of", + "type": "text" + }, + { + "bbox": [ + 361, + 422, + 375, + 433 + ], + "score": 0.89, + "content": "L _ { \\gamma }", + "type": "inline_equation" + }, + { + "bbox": [ + 375, + 420, + 506, + 434 + ], + "score": 1.0, + "content": "only depends on the marginals2", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 107, + 432, + 506, + 446 + ], + "spans": [ + { + "bbox": [ + 107, + 432, + 144, + 444 + ], + "score": 0.92, + "content": "q ( \\pmb { x } _ { t } | \\pmb { x } _ { 0 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 144, + 432, + 267, + 446 + ], + "score": 1.0, + "content": ", but not directly on the joint", + "type": "text" + }, + { + "bbox": [ + 267, + 432, + 313, + 444 + ], + "score": 0.93, + "content": "q ( { \\pmb x } _ { 1 : T } | { \\pmb x } _ { 0 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 314, + 432, + 506, + 446 + ], + "score": 1.0, + "content": ". Since there are many inference distributions", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 443, + 505, + 456 + ], + "spans": [ + { + "bbox": [ + 106, + 443, + 505, + 456 + ], + "score": 1.0, + "content": "(joints) with the same marginals, we explore alternative inference processes that are non-Markovian,", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 453, + 506, + 468 + ], + "spans": [ + { + "bbox": [ + 105, + 453, + 506, + 468 + ], + "score": 1.0, + "content": "which leads to new generative processes (Figure 1, right). These non-Markovian inference process", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 465, + 505, + 478 + ], + "spans": [ + { + "bbox": [ + 105, + 465, + 505, + 478 + ], + "score": 1.0, + "content": "lead to the same surrogate objective function as DDPM, as we will show below. In Appendix A, we", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 475, + 431, + 489 + ], + "spans": [ + { + "bbox": [ + 105, + 475, + 431, + 489 + ], + "score": 1.0, + "content": "show that the non-Markovian perspective also applies beyond the Gaussian case.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 26.5 + }, + { + "type": "title", + "bbox": [ + 106, + 501, + 307, + 512 + ], + "lines": [ + { + "bbox": [ + 105, + 500, + 307, + 513 + ], + "spans": [ + { + "bbox": [ + 105, + 500, + 307, + 513 + ], + "score": 1.0, + "content": "3.1 NON-MARKOVIAN FORWARD PROCESSES", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 31 + }, + { + "type": "text", + "bbox": [ + 106, + 520, + 459, + 534 + ], + "lines": [ + { + "bbox": [ + 104, + 518, + 456, + 538 + ], + "spans": [ + { + "bbox": [ + 104, + 518, + 205, + 538 + ], + "score": 1.0, + "content": "Let us consider a family", + "type": "text" + }, + { + "bbox": [ + 206, + 522, + 215, + 532 + ], + "score": 0.83, + "content": "\\mathcal { Q }", + "type": "inline_equation" + }, + { + "bbox": [ + 216, + 518, + 419, + 538 + ], + "score": 1.0, + "content": "of inference distributions, indexed by a real vector", + "type": "text" + }, + { + "bbox": [ + 419, + 520, + 456, + 535 + ], + "score": 0.93, + "content": "\\sigma \\in \\mathbb { R } _ { \\geq 0 } ^ { T }", + "type": "inline_equation" + } + ], + "index": 32 + } + ], + "index": 32 + }, + { + "type": "interline_equation", + "bbox": [ + 207, + 539, + 403, + 574 + ], + "lines": [ + { + "bbox": [ + 207, + 539, + 403, + 574 + ], + "spans": [ + { + "bbox": [ + 207, + 539, + 403, + 574 + ], + "score": 0.93, + "content": "q _ { \\sigma } ( \\pmb { x } _ { 1 : T } | \\pmb { x } _ { 0 } ) : = q _ { \\sigma } ( \\pmb { x } _ { T } | \\pmb { x } _ { 0 } ) \\prod _ { t = 2 } ^ { T } q _ { \\sigma } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } , \\pmb { x } _ { 0 } )", + "type": "interline_equation", + "image_path": "b1435f9848679b6213af20deec3d0902759eaf0d7e83220bb81f7507909a0539.jpg" + } + ] + } + ], + "index": 33.5, + "virtual_lines": [ + { + "bbox": [ + 207, + 539, + 403, + 556.5 + ], + "spans": [], + "index": 33 + }, + { + "bbox": [ + 207, + 556.5, + 403, + 574.0 + ], + "spans": [], + "index": 34 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 577, + 360, + 591 + ], + "lines": [ + { + "bbox": [ + 106, + 576, + 361, + 592 + ], + "spans": [ + { + "bbox": [ + 106, + 576, + 133, + 592 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 578, + 289, + 591 + ], + "score": 0.93, + "content": "q _ { \\sigma } ( \\pmb { x } _ { T } | \\pmb { x } _ { 0 } ) = \\mathcal { N } ( \\sqrt { \\alpha _ { T } } \\pmb { x } _ { 0 } , ( 1 - \\alpha _ { T } ) \\pmb { I } )", + "type": "inline_equation" + }, + { + "bbox": [ + 289, + 576, + 334, + 592 + ], + "score": 1.0, + "content": "and for all", + "type": "text" + }, + { + "bbox": [ + 334, + 579, + 357, + 588 + ], + "score": 0.88, + "content": "t > 1", + "type": "inline_equation" + }, + { + "bbox": [ + 357, + 576, + 361, + 592 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 35 + }, + { + "type": "interline_equation", + "bbox": [ + 148, + 595, + 464, + 623 + ], + "lines": [ + { + "bbox": [ + 148, + 595, + 464, + 623 + ], + "spans": [ + { + "bbox": [ + 148, + 595, + 464, + 623 + ], + "score": 0.93, + "content": "q _ { \\sigma } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } , \\pmb { x } _ { 0 } ) = \\mathcal { N } \\left( \\sqrt { \\alpha _ { t - 1 } } \\pmb { x } _ { 0 } + \\sqrt { 1 - \\alpha _ { t - 1 } - \\sigma _ { t } ^ { 2 } } \\cdot \\frac { \\pmb { x } _ { t } - \\sqrt { \\alpha _ { t } } \\pmb { x } _ { 0 } } { \\sqrt { 1 - \\alpha _ { t } } } , \\sigma _ { t } ^ { 2 } I \\right) .", + "type": "interline_equation", + "image_path": "043a0ec470f6e1b1aea1b95cf3d4e2a45249c4c576a8c0b850849b79d3c35f87.jpg" + } + ] + } + ], + "index": 37, + "virtual_lines": [ + { + "bbox": [ + 148, + 595, + 464, + 604.3333333333334 + ], + "spans": [], + "index": 36 + }, + { + "bbox": [ + 148, + 604.3333333333334, + 464, + 613.6666666666667 + ], + "spans": [], + "index": 37 + }, + { + "bbox": [ + 148, + 613.6666666666667, + 464, + 623.0000000000001 + ], + "spans": [], + "index": 38 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 627, + 506, + 660 + ], + "lines": [ + { + "bbox": [ + 106, + 627, + 505, + 640 + ], + "spans": [ + { + "bbox": [ + 106, + 627, + 323, + 639 + ], + "score": 1.0, + "content": "The mean function is chosen to order to ensure that", + "type": "text" + }, + { + "bbox": [ + 323, + 627, + 475, + 640 + ], + "score": 0.93, + "content": "q _ { \\sigma } ( \\mathbf { x } _ { t } | \\mathbf { x } _ { 0 } ) = \\mathcal { N } ( \\sqrt { \\alpha _ { t } } \\mathbf { x } _ { 0 } , ( 1 - \\alpha _ { t } ) \\mathbf { I } )", + "type": "inline_equation" + }, + { + "bbox": [ + 475, + 627, + 505, + 639 + ], + "score": 1.0, + "content": "for all", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 107, + 638, + 505, + 650 + ], + "spans": [ + { + "bbox": [ + 107, + 640, + 111, + 648 + ], + "score": 0.71, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 112, + 638, + 505, + 650 + ], + "score": 1.0, + "content": "(see Lemma 1 of Appendix B), so that it defines a joint inference distribution that matches the", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 648, + 424, + 662 + ], + "spans": [ + { + "bbox": [ + 106, + 648, + 424, + 662 + ], + "score": 1.0, + "content": "“marginals” as desired. The forward process3 can be derived from Bayes’ rule:", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 40 + }, + { + "type": "interline_equation", + "bbox": [ + 208, + 665, + 402, + 692 + ], + "lines": [ + { + "bbox": [ + 208, + 665, + 402, + 692 + ], + "spans": [ + { + "bbox": [ + 208, + 665, + 402, + 692 + ], + "score": 0.94, + "content": "q _ { \\sigma } ( \\pmb { x } _ { t } | \\pmb { x } _ { t - 1 } , \\pmb { x } _ { 0 } ) = \\frac { q _ { \\sigma } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } , \\pmb { x } _ { 0 } ) q _ { \\sigma } ( \\pmb { x } _ { t } | \\pmb { x } _ { 0 } ) } { q _ { \\sigma } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { 0 } ) } ,", + "type": "interline_equation", + "image_path": "744cda8ceefadf4de00a6e193553eddeafc4fc26bf830d6ab93b4cb39c62fbee.jpg" + } + ] + } + ], + "index": 42.5, + "virtual_lines": [ + { + "bbox": [ + 208, + 665, + 402, + 678.5 + ], + "spans": [], + "index": 42 + }, + { + "bbox": [ + 208, + 678.5, + 402, + 692.0 + ], + "spans": [], + "index": 43 + } + ] + } + ], + "page_idx": 2, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 119, + 699, + 465, + 732 + ], + "lines": [ + { + "bbox": [ + 119, + 698, + 270, + 711 + ], + "spans": [ + { + "bbox": [ + 119, + 698, + 270, + 711 + ], + "score": 1.0, + "content": "1Please refer to Appendix C.2 for details.", + "type": "text" + } + ] + }, + { + "bbox": [ + 118, + 708, + 399, + 723 + ], + "spans": [ + { + "bbox": [ + 118, + 708, + 383, + 723 + ], + "score": 1.0, + "content": "2We slightly abuse this term (as well as joints) when only conditioned on", + "type": "text" + }, + { + "bbox": [ + 383, + 713, + 394, + 720 + ], + "score": 0.82, + "content": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 394, + 708, + 399, + 723 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ] + }, + { + "bbox": [ + 118, + 718, + 466, + 734 + ], + "spans": [ + { + "bbox": [ + 118, + 718, + 466, + 734 + ], + "score": 1.0, + "content": "3We overload the term “forward process” for cases where the inference model is not a diffusion.", + "type": "text" + } + ] + } + ] + }, + { + "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": [ + 302, + 751, + 309, + 760 + ], + "lines": [ + { + "bbox": [ + 301, + 750, + 310, + 762 + ], + "spans": [ + { + "bbox": [ + 301, + 750, + 310, + 762 + ], + "score": 1.0, + "content": "3", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 403, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 399, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 180, + 96 + ], + "score": 1.0, + "content": "so we can express", + "type": "text" + }, + { + "bbox": [ + 181, + 85, + 192, + 93 + ], + "score": 0.86, + "content": "\\mathbf { \\Delta } _ { \\mathbf { \\mathcal { X } } _ { t } }", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 81, + 299, + 96 + ], + "score": 1.0, + "content": "as a linear combination of", + "type": "text" + }, + { + "bbox": [ + 299, + 84, + 311, + 93 + ], + "score": 0.86, + "content": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 312, + 81, + 394, + 96 + ], + "score": 1.0, + "content": "and a noise variable", + "type": "text" + }, + { + "bbox": [ + 394, + 85, + 399, + 92 + ], + "score": 0.68, + "content": "\\epsilon", + "type": "inline_equation" + } + ], + "index": 0 + } + ], + "index": 0, + "bbox_fs": [ + 105, + 81, + 399, + 96 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 201, + 97, + 410, + 113 + ], + "lines": [ + { + "bbox": [ + 201, + 97, + 410, + 113 + ], + "spans": [ + { + "bbox": [ + 201, + 97, + 410, + 113 + ], + "score": 0.9, + "content": "\\begin{array} { r } { \\mathbf { { x } } _ { t } = \\sqrt { \\alpha _ { t } } \\mathbf { { x } } _ { 0 } + \\sqrt { 1 - \\alpha _ { t } } \\epsilon , \\quad \\mathrm { w h e r e } \\quad \\epsilon \\sim \\mathcal { N } ( \\mathbf { 0 } , I ) . } \\end{array}", + "type": "interline_equation", + "image_path": "567f4084fc2c612561a71107fe824c210a054e76352818f09e43ee3400485dc0.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 201, + 97, + 410, + 113 + ], + "spans": [], + "index": 1 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 117, + 505, + 150 + ], + "lines": [ + { + "bbox": [ + 105, + 116, + 507, + 131 + ], + "spans": [ + { + "bbox": [ + 105, + 116, + 160, + 131 + ], + "score": 1.0, + "content": "When we set", + "type": "text" + }, + { + "bbox": [ + 161, + 119, + 174, + 128 + ], + "score": 0.84, + "content": "\\alpha _ { T }", + "type": "inline_equation" + }, + { + "bbox": [ + 175, + 116, + 266, + 131 + ], + "score": 1.0, + "content": "sufficiently close to 0,", + "type": "text" + }, + { + "bbox": [ + 267, + 117, + 307, + 129 + ], + "score": 0.91, + "content": "q ( { \\pmb x } _ { T } | { \\pmb x } _ { 0 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 307, + 116, + 469, + 131 + ], + "score": 1.0, + "content": "converges to a standard Gaussian for all", + "type": "text" + }, + { + "bbox": [ + 469, + 119, + 482, + 128 + ], + "score": 0.85, + "content": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 482, + 116, + 507, + 131 + ], + "score": 1.0, + "content": ", so it", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 128, + 505, + 140 + ], + "spans": [ + { + "bbox": [ + 105, + 128, + 169, + 140 + ], + "score": 1.0, + "content": "is natural to set", + "type": "text" + }, + { + "bbox": [ + 170, + 128, + 250, + 140 + ], + "score": 0.92, + "content": "p _ { \\theta } ( { \\pmb x } _ { T } ) : = \\mathrm { \\dot { \\mathcal { N } } } ( \\mathbf { 0 } , I )", + "type": "inline_equation" + }, + { + "bbox": [ + 251, + 128, + 505, + 140 + ], + "score": 1.0, + "content": ". If all the conditionals are modeled as Gaussians with trainable", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 139, + 432, + 151 + ], + "spans": [ + { + "bbox": [ + 105, + 139, + 432, + 151 + ], + "score": 1.0, + "content": "mean functions and fixed variances, the objective in Eq. (2) can be simplified to1:", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3, + "bbox_fs": [ + 105, + 116, + 507, + 151 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 153, + 155, + 457, + 189 + ], + "lines": [ + { + "bbox": [ + 153, + 155, + 457, + 189 + ], + "spans": [ + { + "bbox": [ + 153, + 155, + 457, + 189 + ], + "score": 0.94, + "content": "L _ { \\gamma } ( \\epsilon _ { \\theta } ) : = \\sum _ { t = 1 } ^ { T } \\gamma _ { t } \\mathbb { E } _ { x _ { 0 } \\sim q ( x _ { 0 } ) , \\epsilon _ { t } \\sim \\mathcal { N } ( \\mathbf { 0 } , I ) } \\left[ \\lVert \\epsilon _ { \\theta } ^ { ( t ) } ( \\sqrt { \\alpha _ { t } } x _ { 0 } + \\sqrt { 1 - \\alpha _ { t } } \\epsilon _ { t } ) - \\epsilon _ { t } \\rVert _ { 2 } ^ { 2 } \\right]", + "type": "interline_equation", + "image_path": "054a044f86947e7fc3099bc02efcf4ef32f4e899036d257304593e51ed2e654f.jpg" + } + ] + } + ], + "index": 6, + "virtual_lines": [ + { + "bbox": [ + 153, + 155, + 457, + 166.33333333333334 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 153, + 166.33333333333334, + 457, + 177.66666666666669 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 153, + 177.66666666666669, + 457, + 189.00000000000003 + ], + "spans": [], + "index": 7 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 194, + 505, + 276 + ], + "lines": [ + { + "bbox": [ + 102, + 189, + 505, + 216 + ], + "spans": [ + { + "bbox": [ + 102, + 189, + 133, + 216 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 194, + 198, + 209 + ], + "score": 0.93, + "content": "\\epsilon _ { \\theta } : = \\{ \\epsilon _ { \\theta } ^ { ( t ) } \\} _ { t = 1 } ^ { T }", + "type": "inline_equation" + }, + { + "bbox": [ + 198, + 189, + 240, + 216 + ], + "score": 1.0, + "content": "is a set of", + "type": "text" + }, + { + "bbox": [ + 240, + 197, + 249, + 207 + ], + "score": 0.81, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 249, + 189, + 314, + 216 + ], + "score": 1.0, + "content": "functions, each", + "type": "text" + }, + { + "bbox": [ + 314, + 194, + 371, + 209 + ], + "score": 0.92, + "content": "\\epsilon _ { \\theta } ^ { ( t ) } : \\mathcal { X } \\mathcal { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 372, + 189, + 423, + 216 + ], + "score": 1.0, + "content": "(indexed by", + "type": "text" + }, + { + "bbox": [ + 423, + 198, + 428, + 207 + ], + "score": 0.63, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 428, + 189, + 505, + 216 + ], + "score": 1.0, + "content": ") is a function with", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 208, + 506, + 223 + ], + "spans": [ + { + "bbox": [ + 105, + 208, + 191, + 223 + ], + "score": 1.0, + "content": "trainable parameters", + "type": "text" + }, + { + "bbox": [ + 191, + 209, + 206, + 220 + ], + "score": 0.88, + "content": "\\theta ^ { ( t ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 207, + 208, + 228, + 223 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 228, + 209, + 301, + 222 + ], + "score": 0.92, + "content": "\\gamma : = [ \\gamma _ { 1 } , \\dots , \\gamma _ { T } ]", + "type": "inline_equation" + }, + { + "bbox": [ + 302, + 208, + 506, + 223 + ], + "score": 1.0, + "content": "is a vector of positive coefficients in the objective", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 221, + 506, + 234 + ], + "spans": [ + { + "bbox": [ + 106, + 221, + 170, + 234 + ], + "score": 1.0, + "content": "that depends on", + "type": "text" + }, + { + "bbox": [ + 171, + 222, + 191, + 232 + ], + "score": 0.87, + "content": "\\alpha _ { 1 : T }", + "type": "inline_equation" + }, + { + "bbox": [ + 191, + 221, + 345, + 234 + ], + "score": 1.0, + "content": ". In Ho et al. (2020), the objective with", + "type": "text" + }, + { + "bbox": [ + 345, + 221, + 371, + 232 + ], + "score": 0.91, + "content": "\\gamma = { \\bf 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 371, + 221, + 506, + 234 + ], + "score": 1.0, + "content": "is optimized instead to maximize", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 231, + 506, + 244 + ], + "spans": [ + { + "bbox": [ + 105, + 231, + 506, + 244 + ], + "score": 1.0, + "content": "generation performance of the trained model; this is also the same objective used in noise conditional", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 241, + 505, + 254 + ], + "spans": [ + { + "bbox": [ + 105, + 241, + 505, + 254 + ], + "score": 1.0, + "content": "score networks (Song & Ermon, 2019) based on score matching (Hyvarinen¨ , 2005; Vincent, 2011).", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 253, + 505, + 266 + ], + "spans": [ + { + "bbox": [ + 106, + 253, + 196, + 266 + ], + "score": 1.0, + "content": "From a trained model,", + "type": "text" + }, + { + "bbox": [ + 196, + 255, + 209, + 265 + ], + "score": 0.86, + "content": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 209, + 253, + 322, + 266 + ], + "score": 1.0, + "content": "is sampled by first sampling", + "type": "text" + }, + { + "bbox": [ + 322, + 255, + 336, + 265 + ], + "score": 0.86, + "content": "\\mathbf { \\nabla } _ { \\mathbf { \\mathcal { X } } \\mathcal { T } }", + "type": "inline_equation" + }, + { + "bbox": [ + 337, + 253, + 395, + 266 + ], + "score": 1.0, + "content": "from the prior", + "type": "text" + }, + { + "bbox": [ + 396, + 253, + 426, + 266 + ], + "score": 0.92, + "content": "p _ { \\theta } ( { \\pmb x } _ { T } )", + "type": "inline_equation" + }, + { + "bbox": [ + 426, + 253, + 505, + 266 + ], + "score": 1.0, + "content": ", and then sampling", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 264, + 294, + 277 + ], + "spans": [ + { + "bbox": [ + 106, + 266, + 128, + 276 + ], + "score": 0.86, + "content": "{ \\mathbf { \\mathcal { x } } } _ { t - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 128, + 264, + 294, + 277 + ], + "score": 1.0, + "content": "from the generative processes iteratively.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 11, + "bbox_fs": [ + 102, + 189, + 506, + 277 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 281, + 505, + 359 + ], + "lines": [ + { + "bbox": [ + 106, + 281, + 506, + 294 + ], + "spans": [ + { + "bbox": [ + 106, + 281, + 151, + 294 + ], + "score": 1.0, + "content": "The length", + "type": "text" + }, + { + "bbox": [ + 152, + 282, + 160, + 291 + ], + "score": 0.79, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 161, + 281, + 506, + 294 + ], + "score": 1.0, + "content": "of the forward process is an important hyperparameter in DDPMs. From a variational", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 292, + 505, + 304 + ], + "spans": [ + { + "bbox": [ + 105, + 292, + 187, + 304 + ], + "score": 1.0, + "content": "perspective, a large", + "type": "text" + }, + { + "bbox": [ + 188, + 293, + 197, + 302 + ], + "score": 0.78, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 197, + 292, + 505, + 304 + ], + "score": 1.0, + "content": "allows the reverse process to be close to a Gaussian (Sohl-Dickstein et al.,", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 302, + 506, + 316 + ], + "spans": [ + { + "bbox": [ + 105, + 302, + 506, + 316 + ], + "score": 1.0, + "content": "2015), so that the generative process modeled with Gaussian conditional distributions becomes a", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 314, + 505, + 326 + ], + "spans": [ + { + "bbox": [ + 105, + 315, + 333, + 326 + ], + "score": 1.0, + "content": "good approximation; this motivates the choice of large", + "type": "text" + }, + { + "bbox": [ + 333, + 315, + 342, + 324 + ], + "score": 0.74, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 343, + 315, + 408, + 326 + ], + "score": 1.0, + "content": "values, such as", + "type": "text" + }, + { + "bbox": [ + 408, + 314, + 454, + 325 + ], + "score": 0.9, + "content": "T = 1 0 0 0", + "type": "inline_equation" + }, + { + "bbox": [ + 454, + 315, + 505, + 326 + ], + "score": 1.0, + "content": "in Ho et al.", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 107, + 326, + 504, + 337 + ], + "spans": [ + { + "bbox": [ + 107, + 326, + 202, + 337 + ], + "score": 1.0, + "content": "(2020). However, as all", + "type": "text" + }, + { + "bbox": [ + 203, + 326, + 211, + 335 + ], + "score": 0.8, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 212, + 326, + 504, + 337 + ], + "score": 1.0, + "content": "iterations have to be performed sequentially, instead of in parallel, to ob-", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 336, + 505, + 349 + ], + "spans": [ + { + "bbox": [ + 105, + 336, + 161, + 349 + ], + "score": 1.0, + "content": "tain a sample", + "type": "text" + }, + { + "bbox": [ + 162, + 338, + 174, + 347 + ], + "score": 0.86, + "content": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 174, + 336, + 505, + 349 + ], + "score": 1.0, + "content": ", sampling from DDPMs is much slower than sampling from other deep generative", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 347, + 494, + 360 + ], + "spans": [ + { + "bbox": [ + 105, + 347, + 494, + 360 + ], + "score": 1.0, + "content": "models, which makes them impractical for tasks where compute is limited and latency is critical.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 18, + "bbox_fs": [ + 105, + 281, + 506, + 360 + ] + }, + { + "type": "title", + "bbox": [ + 106, + 374, + 494, + 387 + ], + "lines": [ + { + "bbox": [ + 105, + 373, + 496, + 389 + ], + "spans": [ + { + "bbox": [ + 105, + 373, + 496, + 389 + ], + "score": 1.0, + "content": "3 VARIATIONAL INFERENCE FOR NON-MARKOVIAN FORWARD PROCESSES", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 22 + }, + { + "type": "text", + "bbox": [ + 106, + 398, + 506, + 488 + ], + "lines": [ + { + "bbox": [ + 105, + 398, + 505, + 412 + ], + "spans": [ + { + "bbox": [ + 105, + 398, + 505, + 412 + ], + "score": 1.0, + "content": "Because the generative model approximates the reverse of the inference process, we need to rethink", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 410, + 505, + 423 + ], + "spans": [ + { + "bbox": [ + 106, + 410, + 505, + 423 + ], + "score": 1.0, + "content": "the inference process in order to reduce the number of iterations required by the generative model.", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 420, + 506, + 434 + ], + "spans": [ + { + "bbox": [ + 105, + 420, + 361, + 434 + ], + "score": 1.0, + "content": "Our key observation is that the DDPM objective in the form of", + "type": "text" + }, + { + "bbox": [ + 361, + 422, + 375, + 433 + ], + "score": 0.89, + "content": "L _ { \\gamma }", + "type": "inline_equation" + }, + { + "bbox": [ + 375, + 420, + 506, + 434 + ], + "score": 1.0, + "content": "only depends on the marginals2", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 107, + 432, + 506, + 446 + ], + "spans": [ + { + "bbox": [ + 107, + 432, + 144, + 444 + ], + "score": 0.92, + "content": "q ( \\pmb { x } _ { t } | \\pmb { x } _ { 0 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 144, + 432, + 267, + 446 + ], + "score": 1.0, + "content": ", but not directly on the joint", + "type": "text" + }, + { + "bbox": [ + 267, + 432, + 313, + 444 + ], + "score": 0.93, + "content": "q ( { \\pmb x } _ { 1 : T } | { \\pmb x } _ { 0 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 314, + 432, + 506, + 446 + ], + "score": 1.0, + "content": ". Since there are many inference distributions", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 443, + 505, + 456 + ], + "spans": [ + { + "bbox": [ + 106, + 443, + 505, + 456 + ], + "score": 1.0, + "content": "(joints) with the same marginals, we explore alternative inference processes that are non-Markovian,", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 453, + 506, + 468 + ], + "spans": [ + { + "bbox": [ + 105, + 453, + 506, + 468 + ], + "score": 1.0, + "content": "which leads to new generative processes (Figure 1, right). These non-Markovian inference process", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 465, + 505, + 478 + ], + "spans": [ + { + "bbox": [ + 105, + 465, + 505, + 478 + ], + "score": 1.0, + "content": "lead to the same surrogate objective function as DDPM, as we will show below. In Appendix A, we", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 475, + 431, + 489 + ], + "spans": [ + { + "bbox": [ + 105, + 475, + 431, + 489 + ], + "score": 1.0, + "content": "show that the non-Markovian perspective also applies beyond the Gaussian case.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 26.5, + "bbox_fs": [ + 105, + 398, + 506, + 489 + ] + }, + { + "type": "title", + "bbox": [ + 106, + 501, + 307, + 512 + ], + "lines": [ + { + "bbox": [ + 105, + 500, + 307, + 513 + ], + "spans": [ + { + "bbox": [ + 105, + 500, + 307, + 513 + ], + "score": 1.0, + "content": "3.1 NON-MARKOVIAN FORWARD PROCESSES", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 31 + }, + { + "type": "text", + "bbox": [ + 106, + 520, + 459, + 534 + ], + "lines": [ + { + "bbox": [ + 104, + 518, + 456, + 538 + ], + "spans": [ + { + "bbox": [ + 104, + 518, + 205, + 538 + ], + "score": 1.0, + "content": "Let us consider a family", + "type": "text" + }, + { + "bbox": [ + 206, + 522, + 215, + 532 + ], + "score": 0.83, + "content": "\\mathcal { Q }", + "type": "inline_equation" + }, + { + "bbox": [ + 216, + 518, + 419, + 538 + ], + "score": 1.0, + "content": "of inference distributions, indexed by a real vector", + "type": "text" + }, + { + "bbox": [ + 419, + 520, + 456, + 535 + ], + "score": 0.93, + "content": "\\sigma \\in \\mathbb { R } _ { \\geq 0 } ^ { T }", + "type": "inline_equation" + } + ], + "index": 32 + } + ], + "index": 32, + "bbox_fs": [ + 104, + 518, + 456, + 538 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 207, + 539, + 403, + 574 + ], + "lines": [ + { + "bbox": [ + 207, + 539, + 403, + 574 + ], + "spans": [ + { + "bbox": [ + 207, + 539, + 403, + 574 + ], + "score": 0.93, + "content": "q _ { \\sigma } ( \\pmb { x } _ { 1 : T } | \\pmb { x } _ { 0 } ) : = q _ { \\sigma } ( \\pmb { x } _ { T } | \\pmb { x } _ { 0 } ) \\prod _ { t = 2 } ^ { T } q _ { \\sigma } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } , \\pmb { x } _ { 0 } )", + "type": "interline_equation", + "image_path": "b1435f9848679b6213af20deec3d0902759eaf0d7e83220bb81f7507909a0539.jpg" + } + ] + } + ], + "index": 33.5, + "virtual_lines": [ + { + "bbox": [ + 207, + 539, + 403, + 556.5 + ], + "spans": [], + "index": 33 + }, + { + "bbox": [ + 207, + 556.5, + 403, + 574.0 + ], + "spans": [], + "index": 34 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 577, + 360, + 591 + ], + "lines": [ + { + "bbox": [ + 106, + 576, + 361, + 592 + ], + "spans": [ + { + "bbox": [ + 106, + 576, + 133, + 592 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 578, + 289, + 591 + ], + "score": 0.93, + "content": "q _ { \\sigma } ( \\pmb { x } _ { T } | \\pmb { x } _ { 0 } ) = \\mathcal { N } ( \\sqrt { \\alpha _ { T } } \\pmb { x } _ { 0 } , ( 1 - \\alpha _ { T } ) \\pmb { I } )", + "type": "inline_equation" + }, + { + "bbox": [ + 289, + 576, + 334, + 592 + ], + "score": 1.0, + "content": "and for all", + "type": "text" + }, + { + "bbox": [ + 334, + 579, + 357, + 588 + ], + "score": 0.88, + "content": "t > 1", + "type": "inline_equation" + }, + { + "bbox": [ + 357, + 576, + 361, + 592 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 35, + "bbox_fs": [ + 106, + 576, + 361, + 592 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 148, + 595, + 464, + 623 + ], + "lines": [ + { + "bbox": [ + 148, + 595, + 464, + 623 + ], + "spans": [ + { + "bbox": [ + 148, + 595, + 464, + 623 + ], + "score": 0.93, + "content": "q _ { \\sigma } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } , \\pmb { x } _ { 0 } ) = \\mathcal { N } \\left( \\sqrt { \\alpha _ { t - 1 } } \\pmb { x } _ { 0 } + \\sqrt { 1 - \\alpha _ { t - 1 } - \\sigma _ { t } ^ { 2 } } \\cdot \\frac { \\pmb { x } _ { t } - \\sqrt { \\alpha _ { t } } \\pmb { x } _ { 0 } } { \\sqrt { 1 - \\alpha _ { t } } } , \\sigma _ { t } ^ { 2 } I \\right) .", + "type": "interline_equation", + "image_path": "043a0ec470f6e1b1aea1b95cf3d4e2a45249c4c576a8c0b850849b79d3c35f87.jpg" + } + ] + } + ], + "index": 37, + "virtual_lines": [ + { + "bbox": [ + 148, + 595, + 464, + 604.3333333333334 + ], + "spans": [], + "index": 36 + }, + { + "bbox": [ + 148, + 604.3333333333334, + 464, + 613.6666666666667 + ], + "spans": [], + "index": 37 + }, + { + "bbox": [ + 148, + 613.6666666666667, + 464, + 623.0000000000001 + ], + "spans": [], + "index": 38 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 627, + 506, + 660 + ], + "lines": [ + { + "bbox": [ + 106, + 627, + 505, + 640 + ], + "spans": [ + { + "bbox": [ + 106, + 627, + 323, + 639 + ], + "score": 1.0, + "content": "The mean function is chosen to order to ensure that", + "type": "text" + }, + { + "bbox": [ + 323, + 627, + 475, + 640 + ], + "score": 0.93, + "content": "q _ { \\sigma } ( \\mathbf { x } _ { t } | \\mathbf { x } _ { 0 } ) = \\mathcal { N } ( \\sqrt { \\alpha _ { t } } \\mathbf { x } _ { 0 } , ( 1 - \\alpha _ { t } ) \\mathbf { I } )", + "type": "inline_equation" + }, + { + "bbox": [ + 475, + 627, + 505, + 639 + ], + "score": 1.0, + "content": "for all", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 107, + 638, + 505, + 650 + ], + "spans": [ + { + "bbox": [ + 107, + 640, + 111, + 648 + ], + "score": 0.71, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 112, + 638, + 505, + 650 + ], + "score": 1.0, + "content": "(see Lemma 1 of Appendix B), so that it defines a joint inference distribution that matches the", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 648, + 424, + 662 + ], + "spans": [ + { + "bbox": [ + 106, + 648, + 424, + 662 + ], + "score": 1.0, + "content": "“marginals” as desired. The forward process3 can be derived from Bayes’ rule:", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 40, + "bbox_fs": [ + 106, + 627, + 505, + 662 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 208, + 665, + 402, + 692 + ], + "lines": [ + { + "bbox": [ + 208, + 665, + 402, + 692 + ], + "spans": [ + { + "bbox": [ + 208, + 665, + 402, + 692 + ], + "score": 0.94, + "content": "q _ { \\sigma } ( \\pmb { x } _ { t } | \\pmb { x } _ { t - 1 } , \\pmb { x } _ { 0 } ) = \\frac { q _ { \\sigma } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } , \\pmb { x } _ { 0 } ) q _ { \\sigma } ( \\pmb { x } _ { t } | \\pmb { x } _ { 0 } ) } { q _ { \\sigma } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { 0 } ) } ,", + "type": "interline_equation", + "image_path": "744cda8ceefadf4de00a6e193553eddeafc4fc26bf830d6ab93b4cb39c62fbee.jpg" + } + ] + } + ], + "index": 42.5, + "virtual_lines": [ + { + "bbox": [ + 208, + 665, + 402, + 678.5 + ], + "spans": [], + "index": 42 + }, + { + "bbox": [ + 208, + 678.5, + 402, + 692.0 + ], + "spans": [], + "index": 43 + } + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 138 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 505, + 94 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 94 + ], + "score": 1.0, + "content": "which is also Gaussian (although we do not use this fact for the remainder of this paper). Unlike the", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 92, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 92, + 467, + 106 + ], + "score": 1.0, + "content": "diffusion process in Eq. (3), the forward process here is no longer Markovian, since each", + "type": "text" + }, + { + "bbox": [ + 467, + 95, + 479, + 105 + ], + "score": 0.86, + "content": "\\mathbf { \\Delta } _ { \\mathbf { \\mathcal { X } } _ { t } }", + "type": "inline_equation" + }, + { + "bbox": [ + 479, + 92, + 505, + 106 + ], + "score": 1.0, + "content": "could", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 171, + 117 + ], + "score": 1.0, + "content": "depend on both", + "type": "text" + }, + { + "bbox": [ + 171, + 106, + 193, + 116 + ], + "score": 0.89, + "content": "{ \\mathbf { \\mathcal { x } } } _ { t - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 193, + 104, + 211, + 117 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 212, + 106, + 223, + 116 + ], + "score": 0.86, + "content": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 224, + 104, + 303, + 117 + ], + "score": 1.0, + "content": ". The magnitude of", + "type": "text" + }, + { + "bbox": [ + 303, + 106, + 311, + 114 + ], + "score": 0.76, + "content": "\\sigma", + "type": "inline_equation" + }, + { + "bbox": [ + 311, + 104, + 505, + 117 + ], + "score": 1.0, + "content": "controls the how stochastic the forward process", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 505, + 128 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 142, + 128 + ], + "score": 1.0, + "content": "is; when", + "type": "text" + }, + { + "bbox": [ + 142, + 116, + 171, + 126 + ], + "score": 0.88, + "content": "\\sigma 0", + "type": "inline_equation" + }, + { + "bbox": [ + 172, + 115, + 396, + 128 + ], + "score": 1.0, + "content": ", we reach an extreme case where as long as we observe", + "type": "text" + }, + { + "bbox": [ + 396, + 117, + 408, + 127 + ], + "score": 0.87, + "content": "\\scriptstyle { \\pmb x } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 408, + 115, + 426, + 128 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 426, + 117, + 438, + 127 + ], + "score": 0.87, + "content": "\\mathbf { \\Delta } _ { \\mathbf { \\mathcal { X } } _ { t } }", + "type": "inline_equation" + }, + { + "bbox": [ + 438, + 115, + 477, + 128 + ], + "score": 1.0, + "content": "for some", + "type": "text" + }, + { + "bbox": [ + 477, + 117, + 482, + 125 + ], + "score": 0.71, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 482, + 115, + 505, + 128 + ], + "score": 1.0, + "content": ", then", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 127, + 233, + 138 + ], + "spans": [ + { + "bbox": [ + 106, + 127, + 128, + 138 + ], + "score": 0.88, + "content": "{ \\mathbf { \\mathcal { x } } } _ { t - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 128, + 127, + 233, + 138 + ], + "score": 1.0, + "content": "become known and fixed.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 2 + }, + { + "type": "title", + "bbox": [ + 108, + 151, + 447, + 163 + ], + "lines": [ + { + "bbox": [ + 105, + 151, + 449, + 163 + ], + "spans": [ + { + "bbox": [ + 105, + 151, + 449, + 163 + ], + "score": 1.0, + "content": "3.2 GENERATIVE PROCESS AND UNIFIED VARIATIONAL INFERENCE OBJECTIVE", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "text", + "bbox": [ + 107, + 169, + 505, + 218 + ], + "lines": [ + { + "bbox": [ + 102, + 166, + 507, + 188 + ], + "spans": [ + { + "bbox": [ + 102, + 166, + 291, + 188 + ], + "score": 1.0, + "content": "Next, we define a trainable generative process", + "type": "text" + }, + { + "bbox": [ + 291, + 172, + 328, + 184 + ], + "score": 0.92, + "content": "p _ { \\theta } ( { \\pmb x } _ { 0 : T } )", + "type": "inline_equation" + }, + { + "bbox": [ + 329, + 166, + 377, + 188 + ], + "score": 1.0, + "content": "where each", + "type": "text" + }, + { + "bbox": [ + 377, + 169, + 434, + 184 + ], + "score": 0.93, + "content": "p _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 434, + 166, + 507, + 188 + ], + "score": 1.0, + "content": "leverages knowl-", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 183, + 505, + 196 + ], + "spans": [ + { + "bbox": [ + 105, + 183, + 141, + 196 + ], + "score": 1.0, + "content": "edge of", + "type": "text" + }, + { + "bbox": [ + 141, + 183, + 208, + 196 + ], + "score": 0.92, + "content": "q _ { \\sigma } ( { \\pmb x } _ { t - 1 } | { \\pmb x } _ { t } , { \\pmb x } _ { 0 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 209, + 183, + 373, + 196 + ], + "score": 1.0, + "content": ". Intuitively, given a noisy observation", + "type": "text" + }, + { + "bbox": [ + 373, + 186, + 384, + 195 + ], + "score": 0.86, + "content": "\\mathbf { \\Delta } _ { \\mathbf { \\mathcal { X } } _ { t } }", + "type": "inline_equation" + }, + { + "bbox": [ + 384, + 183, + 505, + 196 + ], + "score": 1.0, + "content": ", we first make a prediction4", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 194, + 505, + 208 + ], + "spans": [ + { + "bbox": [ + 105, + 194, + 194, + 208 + ], + "score": 1.0, + "content": "of the corresponding", + "type": "text" + }, + { + "bbox": [ + 194, + 197, + 206, + 206 + ], + "score": 0.83, + "content": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 206, + 194, + 352, + 208 + ], + "score": 1.0, + "content": ", and then use it to obtain a sample", + "type": "text" + }, + { + "bbox": [ + 353, + 197, + 374, + 207 + ], + "score": 0.9, + "content": "{ \\mathbf { \\mathcal { x } } } _ { t - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 374, + 194, + 505, + 208 + ], + "score": 1.0, + "content": "through the reverse conditional", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 205, + 322, + 219 + ], + "spans": [ + { + "bbox": [ + 105, + 205, + 155, + 219 + ], + "score": 1.0, + "content": "distribution", + "type": "text" + }, + { + "bbox": [ + 155, + 206, + 222, + 218 + ], + "score": 0.92, + "content": "q _ { \\sigma } ( { \\pmb x } _ { t - 1 } | { \\pmb x } _ { t } , { \\pmb x } _ { 0 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 222, + 205, + 322, + 219 + ], + "score": 1.0, + "content": ", which we have defined.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 7.5 + }, + { + "type": "text", + "bbox": [ + 107, + 225, + 505, + 259 + ], + "lines": [ + { + "bbox": [ + 103, + 221, + 507, + 242 + ], + "spans": [ + { + "bbox": [ + 103, + 221, + 146, + 242 + ], + "score": 1.0, + "content": "For some", + "type": "text" + }, + { + "bbox": [ + 146, + 226, + 195, + 238 + ], + "score": 0.93, + "content": "{ \\pmb x } _ { 0 } \\sim { \\pmb q } ( { \\pmb x } _ { 0 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 195, + 221, + 213, + 242 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 213, + 226, + 268, + 238 + ], + "score": 0.91, + "content": "\\epsilon _ { t } \\sim \\mathcal { N } ( \\mathbf { 0 } , I )", + "type": "inline_equation" + }, + { + "bbox": [ + 268, + 221, + 272, + 242 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 272, + 227, + 283, + 237 + ], + "score": 0.83, + "content": "\\mathbf { \\Delta } _ { \\mathbf { \\mathcal { X } } _ { t } }", + "type": "inline_equation" + }, + { + "bbox": [ + 284, + 221, + 451, + 242 + ], + "score": 1.0, + "content": "can be obtained using Eq. (4). The model", + "type": "text" + }, + { + "bbox": [ + 452, + 223, + 484, + 238 + ], + "score": 0.93, + "content": "\\epsilon _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 484, + 221, + 507, + 242 + ], + "score": 1.0, + "content": "then", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 236, + 506, + 249 + ], + "spans": [ + { + "bbox": [ + 105, + 236, + 183, + 249 + ], + "score": 1.0, + "content": "attempts to predict", + "type": "text" + }, + { + "bbox": [ + 183, + 239, + 192, + 248 + ], + "score": 0.86, + "content": "\\epsilon _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 236, + 215, + 249 + ], + "score": 1.0, + "content": "from", + "type": "text" + }, + { + "bbox": [ + 215, + 239, + 226, + 248 + ], + "score": 0.85, + "content": "\\mathbf { \\Delta } _ { \\mathbf { \\mathcal { X } } _ { t } }", + "type": "inline_equation" + }, + { + "bbox": [ + 226, + 236, + 320, + 249 + ], + "score": 1.0, + "content": ", without knowledge of", + "type": "text" + }, + { + "bbox": [ + 320, + 238, + 332, + 248 + ], + "score": 0.88, + "content": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 332, + 236, + 506, + 249 + ], + "score": 1.0, + "content": ". By rewriting Eq. (4), one can then predict", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 246, + 361, + 261 + ], + "spans": [ + { + "bbox": [ + 106, + 246, + 308, + 261 + ], + "score": 1.0, + "content": "the denoised observation, which is a prediction of", + "type": "text" + }, + { + "bbox": [ + 308, + 250, + 320, + 259 + ], + "score": 0.87, + "content": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 320, + 246, + 345, + 261 + ], + "score": 1.0, + "content": "given", + "type": "text" + }, + { + "bbox": [ + 345, + 250, + 356, + 259 + ], + "score": 0.86, + "content": "\\mathbf { \\Delta } _ { \\mathbf { \\mathcal { X } } _ { t } }", + "type": "inline_equation" + }, + { + "bbox": [ + 357, + 246, + 361, + 261 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11 + }, + { + "type": "interline_equation", + "bbox": [ + 214, + 263, + 397, + 280 + ], + "lines": [ + { + "bbox": [ + 214, + 263, + 397, + 280 + ], + "spans": [ + { + "bbox": [ + 214, + 263, + 397, + 280 + ], + "score": 0.92, + "content": "f _ { \\theta } ^ { ( t ) } ( { \\pmb x } _ { t } ) : = \\big ( { \\pmb x } _ { t } - \\sqrt { 1 - \\alpha _ { t } } \\cdot \\epsilon _ { \\theta } ^ { ( t ) } ( { \\pmb x } _ { t } ) \\big ) / \\sqrt { \\alpha _ { t } } .", + "type": "interline_equation", + "image_path": "cfd0464a4eddc8909e9f939754ba158b074b1de9c66bf2079d47350bf8102087.jpg" + } + ] + } + ], + "index": 13, + "virtual_lines": [ + { + "bbox": [ + 214, + 263, + 397, + 280 + ], + "spans": [], + "index": 13 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 284, + 442, + 296 + ], + "lines": [ + { + "bbox": [ + 106, + 283, + 443, + 297 + ], + "spans": [ + { + "bbox": [ + 106, + 283, + 347, + 297 + ], + "score": 1.0, + "content": "We can then define the generative process with a fixed prior", + "type": "text" + }, + { + "bbox": [ + 347, + 284, + 425, + 296 + ], + "score": 0.93, + "content": "p _ { \\theta } ( { \\pmb x } _ { T } ) = \\mathcal { N } ( \\mathbf { 0 } , I )", + "type": "inline_equation" + }, + { + "bbox": [ + 425, + 283, + 443, + 297 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 14 + }, + { + "type": "interline_equation", + "bbox": [ + 195, + 300, + 414, + 334 + ], + "lines": [ + { + "bbox": [ + 195, + 300, + 414, + 334 + ], + "spans": [ + { + "bbox": [ + 195, + 300, + 414, + 334 + ], + "score": 0.94, + "content": "p _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } ) = \\left\\{ \\begin{array} { l l } { \\mathcal { N } ( f _ { \\theta } ^ { ( 1 ) } ( \\pmb { x } _ { 1 } ) , \\sigma _ { 1 } ^ { 2 } \\pmb { I } ) } & { \\mathrm { i f ~ } t = 1 } \\\\ { q _ { \\sigma } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } , f _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t } ) ) } & { \\mathrm { o t h e r w i s e } , } \\end{array} \\right.", + "type": "interline_equation", + "image_path": "3d9e9cd31f3684b8d6025331f58b4215caaa145c81895f32675e4017cbdc0cde.jpg" + } + ] + } + ], + "index": 15.5, + "virtual_lines": [ + { + "bbox": [ + 195, + 300, + 414, + 317.0 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 195, + 317.0, + 414, + 334.0 + ], + "spans": [], + "index": 16 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 338, + 505, + 375 + ], + "lines": [ + { + "bbox": [ + 104, + 336, + 507, + 357 + ], + "spans": [ + { + "bbox": [ + 104, + 336, + 134, + 357 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 338, + 223, + 353 + ], + "score": 0.92, + "content": "q _ { \\sigma } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } , f _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t } ) )", + "type": "inline_equation" + }, + { + "bbox": [ + 224, + 336, + 342, + 357 + ], + "score": 1.0, + "content": "is defined as in Eq. (7) with", + "type": "text" + }, + { + "bbox": [ + 343, + 343, + 355, + 352 + ], + "score": 0.86, + "content": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 355, + 336, + 407, + 357 + ], + "score": 1.0, + "content": "replaced by", + "type": "text" + }, + { + "bbox": [ + 407, + 338, + 441, + 353 + ], + "score": 0.94, + "content": "f _ { \\theta } ^ { ( t ) } ( { \\pmb x } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 442, + 336, + 507, + 357 + ], + "score": 1.0, + "content": ". We add some", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 351, + 505, + 366 + ], + "spans": [ + { + "bbox": [ + 105, + 351, + 239, + 366 + ], + "score": 1.0, + "content": "Gaussian noise (with covariance", + "type": "text" + }, + { + "bbox": [ + 239, + 352, + 258, + 365 + ], + "score": 0.88, + "content": "\\sigma _ { 1 } ^ { 2 } I )", + "type": "inline_equation" + }, + { + "bbox": [ + 258, + 351, + 321, + 366 + ], + "score": 1.0, + "content": ") for the case of", + "type": "text" + }, + { + "bbox": [ + 322, + 353, + 346, + 363 + ], + "score": 0.9, + "content": "t = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 346, + 351, + 505, + 366 + ], + "score": 1.0, + "content": "to ensure that the generative process is", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 364, + 199, + 376 + ], + "spans": [ + { + "bbox": [ + 105, + 364, + 199, + 376 + ], + "score": 1.0, + "content": "supported everywhere.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18 + }, + { + "type": "text", + "bbox": [ + 105, + 380, + 486, + 393 + ], + "lines": [ + { + "bbox": [ + 106, + 379, + 487, + 395 + ], + "spans": [ + { + "bbox": [ + 106, + 379, + 159, + 395 + ], + "score": 1.0, + "content": "We optimize", + "type": "text" + }, + { + "bbox": [ + 159, + 381, + 166, + 391 + ], + "score": 0.8, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 166, + 379, + 469, + 395 + ], + "score": 1.0, + "content": "via the following variational inference objective (which is a functional over", + "type": "text" + }, + { + "bbox": [ + 469, + 383, + 479, + 392 + ], + "score": 0.75, + "content": "\\epsilon _ { \\theta }", + "type": "inline_equation" + }, + { + "bbox": [ + 479, + 379, + 487, + 395 + ], + "score": 1.0, + "content": "):", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 20 + }, + { + "type": "interline_equation", + "bbox": [ + 111, + 396, + 504, + 447 + ], + "lines": [ + { + "bbox": [ + 111, + 396, + 504, + 447 + ], + "spans": [ + { + "bbox": [ + 111, + 396, + 504, + 447 + ], + "score": 0.92, + "content": "\\begin{array} { r l } & { \\ J _ { \\sigma } ( \\epsilon _ { \\theta } ) : = \\mathbb { E } _ { \\alpha _ { 0 : T } \\sim q _ { \\sigma } ( \\alpha _ { 0 : T } ) } \\bigl [ \\log q _ { \\sigma } ( x _ { 1 : T } | x _ { 0 } ) - \\log p _ { \\theta } ( x _ { 0 : T } ) \\bigr ] } & { ( 1 1 ) } \\\\ & { = \\mathbb { E } _ { \\alpha _ { 0 : T } \\sim q _ { \\sigma } ( \\alpha _ { 0 : T } ) } \\left[ q _ { \\sigma } ( x _ { T } | x _ { 0 } ) + \\displaystyle \\sum _ { t = 2 } ^ { T } \\log q _ { \\sigma } ( x _ { t - 1 } | x _ { t } , x _ { 0 } ) - \\displaystyle \\sum _ { t = 1 } ^ { T } \\log p _ { \\theta } ^ { ( t ) } ( x _ { t - 1 } | x _ { t } ) - \\log p _ { \\theta } ( x _ { T } ) \\right] } \\end{array}", + "type": "interline_equation", + "image_path": "443c7f0c927b6d656331b829c7dfb72af2afc7deef0c1ff228be5b573b813e42.jpg" + } + ] + } + ], + "index": 22, + "virtual_lines": [ + { + "bbox": [ + 111, + 396, + 504, + 413.0 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 111, + 413.0, + 504, + 430.0 + ], + "spans": [], + "index": 22 + }, + { + "bbox": [ + 111, + 430.0, + 504, + 447.0 + ], + "spans": [], + "index": 23 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 450, + 459, + 463 + ], + "lines": [ + { + "bbox": [ + 106, + 449, + 460, + 464 + ], + "spans": [ + { + "bbox": [ + 106, + 449, + 185, + 464 + ], + "score": 1.0, + "content": "where we factorize", + "type": "text" + }, + { + "bbox": [ + 185, + 451, + 236, + 463 + ], + "score": 0.93, + "content": "q _ { \\sigma } ( \\pmb { x } _ { 1 : T } | \\pmb { x } _ { 0 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 236, + 449, + 336, + 464 + ], + "score": 1.0, + "content": "according to Eq. (6) and", + "type": "text" + }, + { + "bbox": [ + 336, + 451, + 374, + 463 + ], + "score": 0.93, + "content": "p _ { \\theta } ( { \\pmb x } _ { 0 : T } )", + "type": "inline_equation" + }, + { + "bbox": [ + 374, + 449, + 460, + 464 + ], + "score": 1.0, + "content": "according to Eq. (1).", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 24 + }, + { + "type": "text", + "bbox": [ + 108, + 467, + 504, + 501 + ], + "lines": [ + { + "bbox": [ + 106, + 468, + 505, + 480 + ], + "spans": [ + { + "bbox": [ + 106, + 468, + 198, + 480 + ], + "score": 1.0, + "content": "From the definition of", + "type": "text" + }, + { + "bbox": [ + 198, + 468, + 209, + 479 + ], + "score": 0.89, + "content": "J _ { \\sigma }", + "type": "inline_equation" + }, + { + "bbox": [ + 210, + 468, + 505, + 480 + ], + "score": 1.0, + "content": ", it would appear that a different model has to be trained for every choice", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 478, + 505, + 491 + ], + "spans": [ + { + "bbox": [ + 106, + 478, + 118, + 491 + ], + "score": 1.0, + "content": "of", + "type": "text" + }, + { + "bbox": [ + 118, + 481, + 125, + 488 + ], + "score": 0.75, + "content": "\\sigma", + "type": "inline_equation" + }, + { + "bbox": [ + 126, + 478, + 505, + 491 + ], + "score": 1.0, + "content": ", since it corresponds to a different variational objective (and a different generative process).", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 489, + 402, + 502 + ], + "spans": [ + { + "bbox": [ + 106, + 489, + 147, + 502 + ], + "score": 1.0, + "content": "However,", + "type": "text" + }, + { + "bbox": [ + 147, + 490, + 159, + 501 + ], + "score": 0.89, + "content": "J _ { \\sigma }", + "type": "inline_equation" + }, + { + "bbox": [ + 159, + 489, + 223, + 502 + ], + "score": 1.0, + "content": "is equivalent to", + "type": "text" + }, + { + "bbox": [ + 223, + 490, + 236, + 502 + ], + "score": 0.9, + "content": "L _ { \\gamma }", + "type": "inline_equation" + }, + { + "bbox": [ + 237, + 489, + 315, + 502 + ], + "score": 1.0, + "content": "for certain weights", + "type": "text" + }, + { + "bbox": [ + 315, + 491, + 322, + 501 + ], + "score": 0.81, + "content": "\\gamma", + "type": "inline_equation" + }, + { + "bbox": [ + 322, + 489, + 402, + 502 + ], + "score": 1.0, + "content": ", as we show below.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26 + }, + { + "type": "text", + "bbox": [ + 107, + 504, + 453, + 518 + ], + "lines": [ + { + "bbox": [ + 105, + 503, + 454, + 519 + ], + "spans": [ + { + "bbox": [ + 105, + 503, + 189, + 519 + ], + "score": 1.0, + "content": "Theorem 1. For all", + "type": "text" + }, + { + "bbox": [ + 190, + 506, + 215, + 516 + ], + "score": 0.88, + "content": "\\sigma > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 216, + 503, + 266, + 519 + ], + "score": 1.0, + "content": ", there exists", + "type": "text" + }, + { + "bbox": [ + 267, + 504, + 303, + 518 + ], + "score": 0.93, + "content": "\\gamma \\in \\mathbb { R } _ { > 0 } ^ { T }", + "type": "inline_equation" + }, + { + "bbox": [ + 304, + 503, + 322, + 519 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 322, + 505, + 351, + 516 + ], + "score": 0.88, + "content": "C \\in \\mathbb { R }", + "type": "inline_equation" + }, + { + "bbox": [ + 351, + 503, + 393, + 519 + ], + "score": 1.0, + "content": ", such that", + "type": "text" + }, + { + "bbox": [ + 393, + 505, + 450, + 518 + ], + "score": 0.92, + "content": "J _ { \\sigma } = L _ { \\gamma } + C", + "type": "inline_equation" + }, + { + "bbox": [ + 450, + 503, + 454, + 519 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 28 + }, + { + "type": "text", + "bbox": [ + 106, + 528, + 505, + 617 + ], + "lines": [ + { + "bbox": [ + 103, + 523, + 506, + 546 + ], + "spans": [ + { + "bbox": [ + 103, + 523, + 209, + 546 + ], + "score": 1.0, + "content": "The variational objective", + "type": "text" + }, + { + "bbox": [ + 210, + 530, + 223, + 541 + ], + "score": 0.89, + "content": "L _ { \\gamma }", + "type": "inline_equation" + }, + { + "bbox": [ + 223, + 523, + 390, + 546 + ], + "score": 1.0, + "content": "is special in the sense that if parameters", + "type": "text" + }, + { + "bbox": [ + 390, + 530, + 397, + 539 + ], + "score": 0.79, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 398, + 523, + 457, + 546 + ], + "score": 1.0, + "content": "of the models", + "type": "text" + }, + { + "bbox": [ + 457, + 527, + 472, + 542 + ], + "score": 0.91, + "content": "\\epsilon _ { \\theta } ^ { ( t ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 473, + 530, + 506, + 541 + ], + "score": 1.0, + "content": "are not", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 540, + 505, + 552 + ], + "spans": [ + { + "bbox": [ + 106, + 540, + 198, + 552 + ], + "score": 1.0, + "content": "shared across different", + "type": "text" + }, + { + "bbox": [ + 198, + 541, + 203, + 550 + ], + "score": 0.73, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 203, + 540, + 321, + 552 + ], + "score": 1.0, + "content": ", then the optimal solution for", + "type": "text" + }, + { + "bbox": [ + 321, + 542, + 331, + 551 + ], + "score": 0.86, + "content": "\\epsilon _ { \\theta }", + "type": "inline_equation" + }, + { + "bbox": [ + 331, + 540, + 455, + 552 + ], + "score": 1.0, + "content": "will not depend on the weights", + "type": "text" + }, + { + "bbox": [ + 456, + 542, + 463, + 552 + ], + "score": 0.83, + "content": "\\gamma", + "type": "inline_equation" + }, + { + "bbox": [ + 464, + 540, + 505, + 552 + ], + "score": 1.0, + "content": "(as global", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 551, + 505, + 564 + ], + "spans": [ + { + "bbox": [ + 106, + 551, + 474, + 564 + ], + "score": 1.0, + "content": "optimum is achieved by separately maximizing each term in the sum). This property of", + "type": "text" + }, + { + "bbox": [ + 474, + 552, + 487, + 563 + ], + "score": 0.9, + "content": "L _ { \\gamma }", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 551, + 505, + 564 + ], + "score": 1.0, + "content": "has", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 562, + 505, + 574 + ], + "spans": [ + { + "bbox": [ + 106, + 562, + 344, + 574 + ], + "score": 1.0, + "content": "two implications. On the one hand, this justified the use of", + "type": "text" + }, + { + "bbox": [ + 344, + 563, + 357, + 573 + ], + "score": 0.88, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 357, + 562, + 505, + 574 + ], + "score": 1.0, + "content": "as a surrogate objective function for", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 572, + 505, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 572, + 367, + 585 + ], + "score": 1.0, + "content": "the variational lower bound in DDPMs; on the other hand, since", + "type": "text" + }, + { + "bbox": [ + 367, + 573, + 379, + 584 + ], + "score": 0.88, + "content": "J _ { \\sigma }", + "type": "inline_equation" + }, + { + "bbox": [ + 380, + 572, + 468, + 585 + ], + "score": 1.0, + "content": "is equivalent to some", + "type": "text" + }, + { + "bbox": [ + 469, + 574, + 482, + 585 + ], + "score": 0.89, + "content": "L _ { \\gamma }", + "type": "inline_equation" + }, + { + "bbox": [ + 482, + 572, + 505, + 585 + ], + "score": 1.0, + "content": "from", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 583, + 505, + 596 + ], + "spans": [ + { + "bbox": [ + 105, + 583, + 250, + 596 + ], + "score": 1.0, + "content": "Theorem 1, the optimal solution of", + "type": "text" + }, + { + "bbox": [ + 251, + 585, + 262, + 595 + ], + "score": 0.89, + "content": "J _ { \\sigma }", + "type": "inline_equation" + }, + { + "bbox": [ + 263, + 583, + 371, + 596 + ], + "score": 1.0, + "content": "is also the same as that of", + "type": "text" + }, + { + "bbox": [ + 371, + 585, + 384, + 595 + ], + "score": 0.89, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 384, + 583, + 505, + 596 + ], + "score": 1.0, + "content": ". Therefore, if parameters are", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 596, + 506, + 606 + ], + "spans": [ + { + "bbox": [ + 106, + 596, + 178, + 606 + ], + "score": 1.0, + "content": "not shared across", + "type": "text" + }, + { + "bbox": [ + 178, + 596, + 183, + 605 + ], + "score": 0.74, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 183, + 596, + 236, + 606 + ], + "score": 1.0, + "content": "in the model", + "type": "text" + }, + { + "bbox": [ + 237, + 596, + 246, + 606 + ], + "score": 0.84, + "content": "\\epsilon _ { \\theta }", + "type": "inline_equation" + }, + { + "bbox": [ + 246, + 596, + 285, + 606 + ], + "score": 1.0, + "content": ", then the", + "type": "text" + }, + { + "bbox": [ + 285, + 596, + 298, + 606 + ], + "score": 0.89, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 298, + 596, + 506, + 606 + ], + "score": 1.0, + "content": "objective used by Ho et al. (2020) can be used as a", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 606, + 343, + 618 + ], + "spans": [ + { + "bbox": [ + 105, + 607, + 297, + 618 + ], + "score": 1.0, + "content": "surrogate objective for the variational objective", + "type": "text" + }, + { + "bbox": [ + 297, + 606, + 309, + 617 + ], + "score": 0.88, + "content": "J _ { \\sigma }", + "type": "inline_equation" + }, + { + "bbox": [ + 309, + 607, + 343, + 618 + ], + "score": 1.0, + "content": "as well.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 32.5 + }, + { + "type": "title", + "bbox": [ + 107, + 633, + 423, + 646 + ], + "lines": [ + { + "bbox": [ + 105, + 633, + 424, + 647 + ], + "spans": [ + { + "bbox": [ + 105, + 633, + 424, + 647 + ], + "score": 1.0, + "content": "4 SAMPLING FROM GENERALIZED GENERATIVE PROCESSES", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 37 + }, + { + "type": "text", + "bbox": [ + 107, + 658, + 505, + 714 + ], + "lines": [ + { + "bbox": [ + 107, + 658, + 505, + 670 + ], + "spans": [ + { + "bbox": [ + 107, + 658, + 128, + 670 + ], + "score": 1.0, + "content": "With", + "type": "text" + }, + { + "bbox": [ + 128, + 659, + 141, + 669 + ], + "score": 0.89, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 142, + 658, + 505, + 670 + ], + "score": 1.0, + "content": "as the objective, we are not only learning a generative process for the Markovian inference", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 668, + 505, + 682 + ], + "spans": [ + { + "bbox": [ + 105, + 668, + 505, + 682 + ], + "score": 1.0, + "content": "process considered in Sohl-Dickstein et al. (2015) and Ho et al. (2020), but also generative processes", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 678, + 506, + 694 + ], + "spans": [ + { + "bbox": [ + 105, + 678, + 353, + 694 + ], + "score": 1.0, + "content": "for many non-Markovian forward processes parametrized by", + "type": "text" + }, + { + "bbox": [ + 354, + 682, + 361, + 690 + ], + "score": 0.77, + "content": "\\sigma", + "type": "inline_equation" + }, + { + "bbox": [ + 361, + 678, + 506, + 694 + ], + "score": 1.0, + "content": "that we have described. Therefore,", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 690, + 505, + 704 + ], + "spans": [ + { + "bbox": [ + 105, + 690, + 505, + 704 + ], + "score": 1.0, + "content": "we can essentially use pretrained DDPM models as the solutions to the new objectives, and focus on", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 702, + 504, + 716 + ], + "spans": [ + { + "bbox": [ + 106, + 702, + 492, + 716 + ], + "score": 1.0, + "content": "finding a generative process that is better at producing samples subject to our needs by changing", + "type": "text" + }, + { + "bbox": [ + 493, + 704, + 500, + 712 + ], + "score": 0.73, + "content": "\\sigma", + "type": "inline_equation" + }, + { + "bbox": [ + 500, + 702, + 504, + 716 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 40 + } + ], + "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": [ + 114, + 721, + 498, + 732 + ], + "lines": [ + { + "bbox": [ + 119, + 720, + 500, + 733 + ], + "spans": [ + { + "bbox": [ + 119, + 720, + 500, + 733 + ], + "score": 1.0, + "content": "4Learning a distribution over the predictions is also possible, but empirically we found little benefits of it.", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 752, + 308, + 759 + ], + "lines": [] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 138 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 505, + 94 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 94 + ], + "score": 1.0, + "content": "which is also Gaussian (although we do not use this fact for the remainder of this paper). Unlike the", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 92, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 92, + 467, + 106 + ], + "score": 1.0, + "content": "diffusion process in Eq. (3), the forward process here is no longer Markovian, since each", + "type": "text" + }, + { + "bbox": [ + 467, + 95, + 479, + 105 + ], + "score": 0.86, + "content": "\\mathbf { \\Delta } _ { \\mathbf { \\mathcal { X } } _ { t } }", + "type": "inline_equation" + }, + { + "bbox": [ + 479, + 92, + 505, + 106 + ], + "score": 1.0, + "content": "could", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 171, + 117 + ], + "score": 1.0, + "content": "depend on both", + "type": "text" + }, + { + "bbox": [ + 171, + 106, + 193, + 116 + ], + "score": 0.89, + "content": "{ \\mathbf { \\mathcal { x } } } _ { t - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 193, + 104, + 211, + 117 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 212, + 106, + 223, + 116 + ], + "score": 0.86, + "content": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 224, + 104, + 303, + 117 + ], + "score": 1.0, + "content": ". The magnitude of", + "type": "text" + }, + { + "bbox": [ + 303, + 106, + 311, + 114 + ], + "score": 0.76, + "content": "\\sigma", + "type": "inline_equation" + }, + { + "bbox": [ + 311, + 104, + 505, + 117 + ], + "score": 1.0, + "content": "controls the how stochastic the forward process", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 505, + 128 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 142, + 128 + ], + "score": 1.0, + "content": "is; when", + "type": "text" + }, + { + "bbox": [ + 142, + 116, + 171, + 126 + ], + "score": 0.88, + "content": "\\sigma 0", + "type": "inline_equation" + }, + { + "bbox": [ + 172, + 115, + 396, + 128 + ], + "score": 1.0, + "content": ", we reach an extreme case where as long as we observe", + "type": "text" + }, + { + "bbox": [ + 396, + 117, + 408, + 127 + ], + "score": 0.87, + "content": "\\scriptstyle { \\pmb x } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 408, + 115, + 426, + 128 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 426, + 117, + 438, + 127 + ], + "score": 0.87, + "content": "\\mathbf { \\Delta } _ { \\mathbf { \\mathcal { X } } _ { t } }", + "type": "inline_equation" + }, + { + "bbox": [ + 438, + 115, + 477, + 128 + ], + "score": 1.0, + "content": "for some", + "type": "text" + }, + { + "bbox": [ + 477, + 117, + 482, + 125 + ], + "score": 0.71, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 482, + 115, + 505, + 128 + ], + "score": 1.0, + "content": ", then", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 127, + 233, + 138 + ], + "spans": [ + { + "bbox": [ + 106, + 127, + 128, + 138 + ], + "score": 0.88, + "content": "{ \\mathbf { \\mathcal { x } } } _ { t - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 128, + 127, + 233, + 138 + ], + "score": 1.0, + "content": "become known and fixed.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 2, + "bbox_fs": [ + 105, + 82, + 505, + 138 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 151, + 447, + 163 + ], + "lines": [ + { + "bbox": [ + 105, + 151, + 449, + 163 + ], + "spans": [ + { + "bbox": [ + 105, + 151, + 449, + 163 + ], + "score": 1.0, + "content": "3.2 GENERATIVE PROCESS AND UNIFIED VARIATIONAL INFERENCE OBJECTIVE", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "text", + "bbox": [ + 107, + 169, + 505, + 218 + ], + "lines": [ + { + "bbox": [ + 102, + 166, + 507, + 188 + ], + "spans": [ + { + "bbox": [ + 102, + 166, + 291, + 188 + ], + "score": 1.0, + "content": "Next, we define a trainable generative process", + "type": "text" + }, + { + "bbox": [ + 291, + 172, + 328, + 184 + ], + "score": 0.92, + "content": "p _ { \\theta } ( { \\pmb x } _ { 0 : T } )", + "type": "inline_equation" + }, + { + "bbox": [ + 329, + 166, + 377, + 188 + ], + "score": 1.0, + "content": "where each", + "type": "text" + }, + { + "bbox": [ + 377, + 169, + 434, + 184 + ], + "score": 0.93, + "content": "p _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 434, + 166, + 507, + 188 + ], + "score": 1.0, + "content": "leverages knowl-", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 183, + 505, + 196 + ], + "spans": [ + { + "bbox": [ + 105, + 183, + 141, + 196 + ], + "score": 1.0, + "content": "edge of", + "type": "text" + }, + { + "bbox": [ + 141, + 183, + 208, + 196 + ], + "score": 0.92, + "content": "q _ { \\sigma } ( { \\pmb x } _ { t - 1 } | { \\pmb x } _ { t } , { \\pmb x } _ { 0 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 209, + 183, + 373, + 196 + ], + "score": 1.0, + "content": ". Intuitively, given a noisy observation", + "type": "text" + }, + { + "bbox": [ + 373, + 186, + 384, + 195 + ], + "score": 0.86, + "content": "\\mathbf { \\Delta } _ { \\mathbf { \\mathcal { X } } _ { t } }", + "type": "inline_equation" + }, + { + "bbox": [ + 384, + 183, + 505, + 196 + ], + "score": 1.0, + "content": ", we first make a prediction4", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 194, + 505, + 208 + ], + "spans": [ + { + "bbox": [ + 105, + 194, + 194, + 208 + ], + "score": 1.0, + "content": "of the corresponding", + "type": "text" + }, + { + "bbox": [ + 194, + 197, + 206, + 206 + ], + "score": 0.83, + "content": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 206, + 194, + 352, + 208 + ], + "score": 1.0, + "content": ", and then use it to obtain a sample", + "type": "text" + }, + { + "bbox": [ + 353, + 197, + 374, + 207 + ], + "score": 0.9, + "content": "{ \\mathbf { \\mathcal { x } } } _ { t - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 374, + 194, + 505, + 208 + ], + "score": 1.0, + "content": "through the reverse conditional", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 205, + 322, + 219 + ], + "spans": [ + { + "bbox": [ + 105, + 205, + 155, + 219 + ], + "score": 1.0, + "content": "distribution", + "type": "text" + }, + { + "bbox": [ + 155, + 206, + 222, + 218 + ], + "score": 0.92, + "content": "q _ { \\sigma } ( { \\pmb x } _ { t - 1 } | { \\pmb x } _ { t } , { \\pmb x } _ { 0 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 222, + 205, + 322, + 219 + ], + "score": 1.0, + "content": ", which we have defined.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 7.5, + "bbox_fs": [ + 102, + 166, + 507, + 219 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 225, + 505, + 259 + ], + "lines": [ + { + "bbox": [ + 103, + 221, + 507, + 242 + ], + "spans": [ + { + "bbox": [ + 103, + 221, + 146, + 242 + ], + "score": 1.0, + "content": "For some", + "type": "text" + }, + { + "bbox": [ + 146, + 226, + 195, + 238 + ], + "score": 0.93, + "content": "{ \\pmb x } _ { 0 } \\sim { \\pmb q } ( { \\pmb x } _ { 0 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 195, + 221, + 213, + 242 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 213, + 226, + 268, + 238 + ], + "score": 0.91, + "content": "\\epsilon _ { t } \\sim \\mathcal { N } ( \\mathbf { 0 } , I )", + "type": "inline_equation" + }, + { + "bbox": [ + 268, + 221, + 272, + 242 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 272, + 227, + 283, + 237 + ], + "score": 0.83, + "content": "\\mathbf { \\Delta } _ { \\mathbf { \\mathcal { X } } _ { t } }", + "type": "inline_equation" + }, + { + "bbox": [ + 284, + 221, + 451, + 242 + ], + "score": 1.0, + "content": "can be obtained using Eq. (4). The model", + "type": "text" + }, + { + "bbox": [ + 452, + 223, + 484, + 238 + ], + "score": 0.93, + "content": "\\epsilon _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 484, + 221, + 507, + 242 + ], + "score": 1.0, + "content": "then", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 236, + 506, + 249 + ], + "spans": [ + { + "bbox": [ + 105, + 236, + 183, + 249 + ], + "score": 1.0, + "content": "attempts to predict", + "type": "text" + }, + { + "bbox": [ + 183, + 239, + 192, + 248 + ], + "score": 0.86, + "content": "\\epsilon _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 236, + 215, + 249 + ], + "score": 1.0, + "content": "from", + "type": "text" + }, + { + "bbox": [ + 215, + 239, + 226, + 248 + ], + "score": 0.85, + "content": "\\mathbf { \\Delta } _ { \\mathbf { \\mathcal { X } } _ { t } }", + "type": "inline_equation" + }, + { + "bbox": [ + 226, + 236, + 320, + 249 + ], + "score": 1.0, + "content": ", without knowledge of", + "type": "text" + }, + { + "bbox": [ + 320, + 238, + 332, + 248 + ], + "score": 0.88, + "content": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 332, + 236, + 506, + 249 + ], + "score": 1.0, + "content": ". By rewriting Eq. (4), one can then predict", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 246, + 361, + 261 + ], + "spans": [ + { + "bbox": [ + 106, + 246, + 308, + 261 + ], + "score": 1.0, + "content": "the denoised observation, which is a prediction of", + "type": "text" + }, + { + "bbox": [ + 308, + 250, + 320, + 259 + ], + "score": 0.87, + "content": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 320, + 246, + 345, + 261 + ], + "score": 1.0, + "content": "given", + "type": "text" + }, + { + "bbox": [ + 345, + 250, + 356, + 259 + ], + "score": 0.86, + "content": "\\mathbf { \\Delta } _ { \\mathbf { \\mathcal { X } } _ { t } }", + "type": "inline_equation" + }, + { + "bbox": [ + 357, + 246, + 361, + 261 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11, + "bbox_fs": [ + 103, + 221, + 507, + 261 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 214, + 263, + 397, + 280 + ], + "lines": [ + { + "bbox": [ + 214, + 263, + 397, + 280 + ], + "spans": [ + { + "bbox": [ + 214, + 263, + 397, + 280 + ], + "score": 0.92, + "content": "f _ { \\theta } ^ { ( t ) } ( { \\pmb x } _ { t } ) : = \\big ( { \\pmb x } _ { t } - \\sqrt { 1 - \\alpha _ { t } } \\cdot \\epsilon _ { \\theta } ^ { ( t ) } ( { \\pmb x } _ { t } ) \\big ) / \\sqrt { \\alpha _ { t } } .", + "type": "interline_equation", + "image_path": "cfd0464a4eddc8909e9f939754ba158b074b1de9c66bf2079d47350bf8102087.jpg" + } + ] + } + ], + "index": 13, + "virtual_lines": [ + { + "bbox": [ + 214, + 263, + 397, + 280 + ], + "spans": [], + "index": 13 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 284, + 442, + 296 + ], + "lines": [ + { + "bbox": [ + 106, + 283, + 443, + 297 + ], + "spans": [ + { + "bbox": [ + 106, + 283, + 347, + 297 + ], + "score": 1.0, + "content": "We can then define the generative process with a fixed prior", + "type": "text" + }, + { + "bbox": [ + 347, + 284, + 425, + 296 + ], + "score": 0.93, + "content": "p _ { \\theta } ( { \\pmb x } _ { T } ) = \\mathcal { N } ( \\mathbf { 0 } , I )", + "type": "inline_equation" + }, + { + "bbox": [ + 425, + 283, + 443, + 297 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 14, + "bbox_fs": [ + 106, + 283, + 443, + 297 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 195, + 300, + 414, + 334 + ], + "lines": [ + { + "bbox": [ + 195, + 300, + 414, + 334 + ], + "spans": [ + { + "bbox": [ + 195, + 300, + 414, + 334 + ], + "score": 0.94, + "content": "p _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } ) = \\left\\{ \\begin{array} { l l } { \\mathcal { N } ( f _ { \\theta } ^ { ( 1 ) } ( \\pmb { x } _ { 1 } ) , \\sigma _ { 1 } ^ { 2 } \\pmb { I } ) } & { \\mathrm { i f ~ } t = 1 } \\\\ { q _ { \\sigma } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } , f _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t } ) ) } & { \\mathrm { o t h e r w i s e } , } \\end{array} \\right.", + "type": "interline_equation", + "image_path": "3d9e9cd31f3684b8d6025331f58b4215caaa145c81895f32675e4017cbdc0cde.jpg" + } + ] + } + ], + "index": 15.5, + "virtual_lines": [ + { + "bbox": [ + 195, + 300, + 414, + 317.0 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 195, + 317.0, + 414, + 334.0 + ], + "spans": [], + "index": 16 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 338, + 505, + 375 + ], + "lines": [ + { + "bbox": [ + 104, + 336, + 507, + 357 + ], + "spans": [ + { + "bbox": [ + 104, + 336, + 134, + 357 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 338, + 223, + 353 + ], + "score": 0.92, + "content": "q _ { \\sigma } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } , f _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t } ) )", + "type": "inline_equation" + }, + { + "bbox": [ + 224, + 336, + 342, + 357 + ], + "score": 1.0, + "content": "is defined as in Eq. (7) with", + "type": "text" + }, + { + "bbox": [ + 343, + 343, + 355, + 352 + ], + "score": 0.86, + "content": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 355, + 336, + 407, + 357 + ], + "score": 1.0, + "content": "replaced by", + "type": "text" + }, + { + "bbox": [ + 407, + 338, + 441, + 353 + ], + "score": 0.94, + "content": "f _ { \\theta } ^ { ( t ) } ( { \\pmb x } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 442, + 336, + 507, + 357 + ], + "score": 1.0, + "content": ". We add some", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 351, + 505, + 366 + ], + "spans": [ + { + "bbox": [ + 105, + 351, + 239, + 366 + ], + "score": 1.0, + "content": "Gaussian noise (with covariance", + "type": "text" + }, + { + "bbox": [ + 239, + 352, + 258, + 365 + ], + "score": 0.88, + "content": "\\sigma _ { 1 } ^ { 2 } I )", + "type": "inline_equation" + }, + { + "bbox": [ + 258, + 351, + 321, + 366 + ], + "score": 1.0, + "content": ") for the case of", + "type": "text" + }, + { + "bbox": [ + 322, + 353, + 346, + 363 + ], + "score": 0.9, + "content": "t = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 346, + 351, + 505, + 366 + ], + "score": 1.0, + "content": "to ensure that the generative process is", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 364, + 199, + 376 + ], + "spans": [ + { + "bbox": [ + 105, + 364, + 199, + 376 + ], + "score": 1.0, + "content": "supported everywhere.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18, + "bbox_fs": [ + 104, + 336, + 507, + 376 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 380, + 486, + 393 + ], + "lines": [ + { + "bbox": [ + 106, + 379, + 487, + 395 + ], + "spans": [ + { + "bbox": [ + 106, + 379, + 159, + 395 + ], + "score": 1.0, + "content": "We optimize", + "type": "text" + }, + { + "bbox": [ + 159, + 381, + 166, + 391 + ], + "score": 0.8, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 166, + 379, + 469, + 395 + ], + "score": 1.0, + "content": "via the following variational inference objective (which is a functional over", + "type": "text" + }, + { + "bbox": [ + 469, + 383, + 479, + 392 + ], + "score": 0.75, + "content": "\\epsilon _ { \\theta }", + "type": "inline_equation" + }, + { + "bbox": [ + 479, + 379, + 487, + 395 + ], + "score": 1.0, + "content": "):", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 20, + "bbox_fs": [ + 106, + 379, + 487, + 395 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 111, + 396, + 504, + 447 + ], + "lines": [ + { + "bbox": [ + 111, + 396, + 504, + 447 + ], + "spans": [ + { + "bbox": [ + 111, + 396, + 504, + 447 + ], + "score": 0.92, + "content": "\\begin{array} { r l } & { \\ J _ { \\sigma } ( \\epsilon _ { \\theta } ) : = \\mathbb { E } _ { \\alpha _ { 0 : T } \\sim q _ { \\sigma } ( \\alpha _ { 0 : T } ) } \\bigl [ \\log q _ { \\sigma } ( x _ { 1 : T } | x _ { 0 } ) - \\log p _ { \\theta } ( x _ { 0 : T } ) \\bigr ] } & { ( 1 1 ) } \\\\ & { = \\mathbb { E } _ { \\alpha _ { 0 : T } \\sim q _ { \\sigma } ( \\alpha _ { 0 : T } ) } \\left[ q _ { \\sigma } ( x _ { T } | x _ { 0 } ) + \\displaystyle \\sum _ { t = 2 } ^ { T } \\log q _ { \\sigma } ( x _ { t - 1 } | x _ { t } , x _ { 0 } ) - \\displaystyle \\sum _ { t = 1 } ^ { T } \\log p _ { \\theta } ^ { ( t ) } ( x _ { t - 1 } | x _ { t } ) - \\log p _ { \\theta } ( x _ { T } ) \\right] } \\end{array}", + "type": "interline_equation", + "image_path": "443c7f0c927b6d656331b829c7dfb72af2afc7deef0c1ff228be5b573b813e42.jpg" + } + ] + } + ], + "index": 22, + "virtual_lines": [ + { + "bbox": [ + 111, + 396, + 504, + 413.0 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 111, + 413.0, + 504, + 430.0 + ], + "spans": [], + "index": 22 + }, + { + "bbox": [ + 111, + 430.0, + 504, + 447.0 + ], + "spans": [], + "index": 23 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 450, + 459, + 463 + ], + "lines": [ + { + "bbox": [ + 106, + 449, + 460, + 464 + ], + "spans": [ + { + "bbox": [ + 106, + 449, + 185, + 464 + ], + "score": 1.0, + "content": "where we factorize", + "type": "text" + }, + { + "bbox": [ + 185, + 451, + 236, + 463 + ], + "score": 0.93, + "content": "q _ { \\sigma } ( \\pmb { x } _ { 1 : T } | \\pmb { x } _ { 0 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 236, + 449, + 336, + 464 + ], + "score": 1.0, + "content": "according to Eq. (6) and", + "type": "text" + }, + { + "bbox": [ + 336, + 451, + 374, + 463 + ], + "score": 0.93, + "content": "p _ { \\theta } ( { \\pmb x } _ { 0 : T } )", + "type": "inline_equation" + }, + { + "bbox": [ + 374, + 449, + 460, + 464 + ], + "score": 1.0, + "content": "according to Eq. (1).", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 24, + "bbox_fs": [ + 106, + 449, + 460, + 464 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 467, + 504, + 501 + ], + "lines": [ + { + "bbox": [ + 106, + 468, + 505, + 480 + ], + "spans": [ + { + "bbox": [ + 106, + 468, + 198, + 480 + ], + "score": 1.0, + "content": "From the definition of", + "type": "text" + }, + { + "bbox": [ + 198, + 468, + 209, + 479 + ], + "score": 0.89, + "content": "J _ { \\sigma }", + "type": "inline_equation" + }, + { + "bbox": [ + 210, + 468, + 505, + 480 + ], + "score": 1.0, + "content": ", it would appear that a different model has to be trained for every choice", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 478, + 505, + 491 + ], + "spans": [ + { + "bbox": [ + 106, + 478, + 118, + 491 + ], + "score": 1.0, + "content": "of", + "type": "text" + }, + { + "bbox": [ + 118, + 481, + 125, + 488 + ], + "score": 0.75, + "content": "\\sigma", + "type": "inline_equation" + }, + { + "bbox": [ + 126, + 478, + 505, + 491 + ], + "score": 1.0, + "content": ", since it corresponds to a different variational objective (and a different generative process).", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 489, + 402, + 502 + ], + "spans": [ + { + "bbox": [ + 106, + 489, + 147, + 502 + ], + "score": 1.0, + "content": "However,", + "type": "text" + }, + { + "bbox": [ + 147, + 490, + 159, + 501 + ], + "score": 0.89, + "content": "J _ { \\sigma }", + "type": "inline_equation" + }, + { + "bbox": [ + 159, + 489, + 223, + 502 + ], + "score": 1.0, + "content": "is equivalent to", + "type": "text" + }, + { + "bbox": [ + 223, + 490, + 236, + 502 + ], + "score": 0.9, + "content": "L _ { \\gamma }", + "type": "inline_equation" + }, + { + "bbox": [ + 237, + 489, + 315, + 502 + ], + "score": 1.0, + "content": "for certain weights", + "type": "text" + }, + { + "bbox": [ + 315, + 491, + 322, + 501 + ], + "score": 0.81, + "content": "\\gamma", + "type": "inline_equation" + }, + { + "bbox": [ + 322, + 489, + 402, + 502 + ], + "score": 1.0, + "content": ", as we show below.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26, + "bbox_fs": [ + 106, + 468, + 505, + 502 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 504, + 453, + 518 + ], + "lines": [ + { + "bbox": [ + 105, + 503, + 454, + 519 + ], + "spans": [ + { + "bbox": [ + 105, + 503, + 189, + 519 + ], + "score": 1.0, + "content": "Theorem 1. For all", + "type": "text" + }, + { + "bbox": [ + 190, + 506, + 215, + 516 + ], + "score": 0.88, + "content": "\\sigma > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 216, + 503, + 266, + 519 + ], + "score": 1.0, + "content": ", there exists", + "type": "text" + }, + { + "bbox": [ + 267, + 504, + 303, + 518 + ], + "score": 0.93, + "content": "\\gamma \\in \\mathbb { R } _ { > 0 } ^ { T }", + "type": "inline_equation" + }, + { + "bbox": [ + 304, + 503, + 322, + 519 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 322, + 505, + 351, + 516 + ], + "score": 0.88, + "content": "C \\in \\mathbb { R }", + "type": "inline_equation" + }, + { + "bbox": [ + 351, + 503, + 393, + 519 + ], + "score": 1.0, + "content": ", such that", + "type": "text" + }, + { + "bbox": [ + 393, + 505, + 450, + 518 + ], + "score": 0.92, + "content": "J _ { \\sigma } = L _ { \\gamma } + C", + "type": "inline_equation" + }, + { + "bbox": [ + 450, + 503, + 454, + 519 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 28, + "bbox_fs": [ + 105, + 503, + 454, + 519 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 528, + 505, + 617 + ], + "lines": [ + { + "bbox": [ + 103, + 523, + 506, + 546 + ], + "spans": [ + { + "bbox": [ + 103, + 523, + 209, + 546 + ], + "score": 1.0, + "content": "The variational objective", + "type": "text" + }, + { + "bbox": [ + 210, + 530, + 223, + 541 + ], + "score": 0.89, + "content": "L _ { \\gamma }", + "type": "inline_equation" + }, + { + "bbox": [ + 223, + 523, + 390, + 546 + ], + "score": 1.0, + "content": "is special in the sense that if parameters", + "type": "text" + }, + { + "bbox": [ + 390, + 530, + 397, + 539 + ], + "score": 0.79, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 398, + 523, + 457, + 546 + ], + "score": 1.0, + "content": "of the models", + "type": "text" + }, + { + "bbox": [ + 457, + 527, + 472, + 542 + ], + "score": 0.91, + "content": "\\epsilon _ { \\theta } ^ { ( t ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 473, + 530, + 506, + 541 + ], + "score": 1.0, + "content": "are not", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 540, + 505, + 552 + ], + "spans": [ + { + "bbox": [ + 106, + 540, + 198, + 552 + ], + "score": 1.0, + "content": "shared across different", + "type": "text" + }, + { + "bbox": [ + 198, + 541, + 203, + 550 + ], + "score": 0.73, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 203, + 540, + 321, + 552 + ], + "score": 1.0, + "content": ", then the optimal solution for", + "type": "text" + }, + { + "bbox": [ + 321, + 542, + 331, + 551 + ], + "score": 0.86, + "content": "\\epsilon _ { \\theta }", + "type": "inline_equation" + }, + { + "bbox": [ + 331, + 540, + 455, + 552 + ], + "score": 1.0, + "content": "will not depend on the weights", + "type": "text" + }, + { + "bbox": [ + 456, + 542, + 463, + 552 + ], + "score": 0.83, + "content": "\\gamma", + "type": "inline_equation" + }, + { + "bbox": [ + 464, + 540, + 505, + 552 + ], + "score": 1.0, + "content": "(as global", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 551, + 505, + 564 + ], + "spans": [ + { + "bbox": [ + 106, + 551, + 474, + 564 + ], + "score": 1.0, + "content": "optimum is achieved by separately maximizing each term in the sum). This property of", + "type": "text" + }, + { + "bbox": [ + 474, + 552, + 487, + 563 + ], + "score": 0.9, + "content": "L _ { \\gamma }", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 551, + 505, + 564 + ], + "score": 1.0, + "content": "has", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 562, + 505, + 574 + ], + "spans": [ + { + "bbox": [ + 106, + 562, + 344, + 574 + ], + "score": 1.0, + "content": "two implications. On the one hand, this justified the use of", + "type": "text" + }, + { + "bbox": [ + 344, + 563, + 357, + 573 + ], + "score": 0.88, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 357, + 562, + 505, + 574 + ], + "score": 1.0, + "content": "as a surrogate objective function for", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 572, + 505, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 572, + 367, + 585 + ], + "score": 1.0, + "content": "the variational lower bound in DDPMs; on the other hand, since", + "type": "text" + }, + { + "bbox": [ + 367, + 573, + 379, + 584 + ], + "score": 0.88, + "content": "J _ { \\sigma }", + "type": "inline_equation" + }, + { + "bbox": [ + 380, + 572, + 468, + 585 + ], + "score": 1.0, + "content": "is equivalent to some", + "type": "text" + }, + { + "bbox": [ + 469, + 574, + 482, + 585 + ], + "score": 0.89, + "content": "L _ { \\gamma }", + "type": "inline_equation" + }, + { + "bbox": [ + 482, + 572, + 505, + 585 + ], + "score": 1.0, + "content": "from", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 583, + 505, + 596 + ], + "spans": [ + { + "bbox": [ + 105, + 583, + 250, + 596 + ], + "score": 1.0, + "content": "Theorem 1, the optimal solution of", + "type": "text" + }, + { + "bbox": [ + 251, + 585, + 262, + 595 + ], + "score": 0.89, + "content": "J _ { \\sigma }", + "type": "inline_equation" + }, + { + "bbox": [ + 263, + 583, + 371, + 596 + ], + "score": 1.0, + "content": "is also the same as that of", + "type": "text" + }, + { + "bbox": [ + 371, + 585, + 384, + 595 + ], + "score": 0.89, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 384, + 583, + 505, + 596 + ], + "score": 1.0, + "content": ". Therefore, if parameters are", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 596, + 506, + 606 + ], + "spans": [ + { + "bbox": [ + 106, + 596, + 178, + 606 + ], + "score": 1.0, + "content": "not shared across", + "type": "text" + }, + { + "bbox": [ + 178, + 596, + 183, + 605 + ], + "score": 0.74, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 183, + 596, + 236, + 606 + ], + "score": 1.0, + "content": "in the model", + "type": "text" + }, + { + "bbox": [ + 237, + 596, + 246, + 606 + ], + "score": 0.84, + "content": "\\epsilon _ { \\theta }", + "type": "inline_equation" + }, + { + "bbox": [ + 246, + 596, + 285, + 606 + ], + "score": 1.0, + "content": ", then the", + "type": "text" + }, + { + "bbox": [ + 285, + 596, + 298, + 606 + ], + "score": 0.89, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 298, + 596, + 506, + 606 + ], + "score": 1.0, + "content": "objective used by Ho et al. (2020) can be used as a", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 606, + 343, + 618 + ], + "spans": [ + { + "bbox": [ + 105, + 607, + 297, + 618 + ], + "score": 1.0, + "content": "surrogate objective for the variational objective", + "type": "text" + }, + { + "bbox": [ + 297, + 606, + 309, + 617 + ], + "score": 0.88, + "content": "J _ { \\sigma }", + "type": "inline_equation" + }, + { + "bbox": [ + 309, + 607, + 343, + 618 + ], + "score": 1.0, + "content": "as well.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 32.5, + "bbox_fs": [ + 103, + 523, + 506, + 618 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 633, + 423, + 646 + ], + "lines": [ + { + "bbox": [ + 105, + 633, + 424, + 647 + ], + "spans": [ + { + "bbox": [ + 105, + 633, + 424, + 647 + ], + "score": 1.0, + "content": "4 SAMPLING FROM GENERALIZED GENERATIVE PROCESSES", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 37 + }, + { + "type": "text", + "bbox": [ + 107, + 658, + 505, + 714 + ], + "lines": [ + { + "bbox": [ + 107, + 658, + 505, + 670 + ], + "spans": [ + { + "bbox": [ + 107, + 658, + 128, + 670 + ], + "score": 1.0, + "content": "With", + "type": "text" + }, + { + "bbox": [ + 128, + 659, + 141, + 669 + ], + "score": 0.89, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 142, + 658, + 505, + 670 + ], + "score": 1.0, + "content": "as the objective, we are not only learning a generative process for the Markovian inference", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 668, + 505, + 682 + ], + "spans": [ + { + "bbox": [ + 105, + 668, + 505, + 682 + ], + "score": 1.0, + "content": "process considered in Sohl-Dickstein et al. (2015) and Ho et al. (2020), but also generative processes", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 678, + 506, + 694 + ], + "spans": [ + { + "bbox": [ + 105, + 678, + 353, + 694 + ], + "score": 1.0, + "content": "for many non-Markovian forward processes parametrized by", + "type": "text" + }, + { + "bbox": [ + 354, + 682, + 361, + 690 + ], + "score": 0.77, + "content": "\\sigma", + "type": "inline_equation" + }, + { + "bbox": [ + 361, + 678, + 506, + 694 + ], + "score": 1.0, + "content": "that we have described. Therefore,", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 690, + 505, + 704 + ], + "spans": [ + { + "bbox": [ + 105, + 690, + 505, + 704 + ], + "score": 1.0, + "content": "we can essentially use pretrained DDPM models as the solutions to the new objectives, and focus on", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 702, + 504, + 716 + ], + "spans": [ + { + "bbox": [ + 106, + 702, + 492, + 716 + ], + "score": 1.0, + "content": "finding a generative process that is better at producing samples subject to our needs by changing", + "type": "text" + }, + { + "bbox": [ + 493, + 704, + 500, + 712 + ], + "score": 0.73, + "content": "\\sigma", + "type": "inline_equation" + }, + { + "bbox": [ + 500, + 702, + 504, + 716 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 40, + "bbox_fs": [ + 105, + 658, + 506, + 716 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 208, + 80, + 405, + 135 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 208, + 80, + 405, + 135 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 208, + 80, + 405, + 135 + ], + "spans": [ + { + "bbox": [ + 208, + 80, + 405, + 135 + ], + "score": 0.951, + "type": "image", + "image_path": "17e93575289e48c8af7e9ff085dd3d75fab2359985847dea9e20a558ebe61fa3.jpg" + } + ] + } + ], + "index": 1.5, + "virtual_lines": [ + { + "bbox": [ + 208, + 80, + 405, + 93.75 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 208, + 93.75, + 405, + 107.5 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 208, + 107.5, + 405, + 121.25 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 208, + 121.25, + 405, + 135.0 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 162, + 145, + 449, + 158 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 161, + 144, + 450, + 159 + ], + "spans": [ + { + "bbox": [ + 161, + 144, + 406, + 159 + ], + "score": 1.0, + "content": "Figure 2: Graphical model for accelerated generation, where", + "type": "text" + }, + { + "bbox": [ + 406, + 145, + 446, + 157 + ], + "score": 0.92, + "content": "\\tau = [ 1 , 3 ]", + "type": "inline_equation" + }, + { + "bbox": [ + 446, + 144, + 450, + 159 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + } + ], + "index": 2.75 + }, + { + "type": "title", + "bbox": [ + 106, + 183, + 313, + 195 + ], + "lines": [ + { + "bbox": [ + 105, + 183, + 313, + 196 + ], + "spans": [ + { + "bbox": [ + 105, + 183, + 313, + 196 + ], + "score": 1.0, + "content": "4.1 DENOISING DIFFUSION IMPLICIT MODELS", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "text", + "bbox": [ + 106, + 207, + 436, + 219 + ], + "lines": [ + { + "bbox": [ + 105, + 206, + 437, + 221 + ], + "spans": [ + { + "bbox": [ + 105, + 206, + 131, + 221 + ], + "score": 1.0, + "content": "From", + "type": "text" + }, + { + "bbox": [ + 131, + 207, + 168, + 219 + ], + "score": 0.92, + "content": "p _ { \\theta } ( { \\pmb x } _ { 1 : T } )", + "type": "inline_equation" + }, + { + "bbox": [ + 168, + 206, + 324, + 221 + ], + "score": 1.0, + "content": "in Eq. (10), one can generate a sample", + "type": "text" + }, + { + "bbox": [ + 325, + 209, + 345, + 219 + ], + "score": 0.88, + "content": "{ \\mathbf { \\mathcal { x } } } _ { t - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 346, + 206, + 406, + 221 + ], + "score": 1.0, + "content": "from a sample", + "type": "text" + }, + { + "bbox": [ + 407, + 209, + 418, + 218 + ], + "score": 0.87, + "content": "\\mathbf { \\Delta } _ { \\mathbf { \\mathcal { X } } _ { t } }", + "type": "inline_equation" + }, + { + "bbox": [ + 418, + 206, + 437, + 221 + ], + "score": 1.0, + "content": "via:", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 6 + }, + { + "type": "interline_equation", + "bbox": [ + 125, + 230, + 465, + 275 + ], + "lines": [ + { + "bbox": [ + 125, + 230, + 465, + 275 + ], + "spans": [ + { + "bbox": [ + 125, + 230, + 465, + 275 + ], + "score": 0.76, + "content": "\\begin{array} { r } { x _ { t - 1 } = \\sqrt { \\alpha _ { t - 1 } } \\underbrace { \\Bigg ( \\frac { x _ { t } - \\sqrt { 1 - \\alpha _ { t } } \\epsilon _ { \\theta } ^ { ( t ) } ( { \\pmb x } _ { t } ) } { \\sqrt { \\alpha _ { t } } } \\Bigg ) } _ { \\substack { \\mathrm { ~ \\forall ~ n e d i c t e d ~ } x _ { 0 } \\mathrm { , ~ } } } + \\underbrace { \\sqrt { 1 - \\alpha _ { t - 1 } - \\sigma _ { t } ^ { 2 } } \\cdot \\epsilon _ { \\theta } ^ { ( t ) } ( { \\pmb x } _ { t } ) } _ { \\substack { \\mathrm { ~ \\forall ~ a f i r c t i o n ~ p o i n i n g ~ t o ~ } x _ { t } \\mathrm { , ~ } } } + \\underbrace { \\sigma _ { t } \\epsilon _ { t } } _ { \\substack { \\mathrm { r a n d o m ~ n o i s e } } } } \\end{array}", + "type": "interline_equation", + "image_path": "a25ffe82c43c8d14b257c0251266871c437aed57d1c8cbdeea09c29e6b1c60cf.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 125, + 230, + 465, + 245.0 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 125, + 245.0, + 465, + 260.0 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 125, + 260.0, + 465, + 275.0 + ], + "spans": [], + "index": 9 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 290, + 505, + 336 + ], + "lines": [ + { + "bbox": [ + 105, + 289, + 506, + 303 + ], + "spans": [ + { + "bbox": [ + 105, + 289, + 133, + 303 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 290, + 188, + 302 + ], + "score": 0.94, + "content": "\\epsilon _ { t } \\sim \\mathcal { N } ( \\mathbf { 0 } , I )", + "type": "inline_equation" + }, + { + "bbox": [ + 189, + 289, + 357, + 303 + ], + "score": 1.0, + "content": "is standard Gaussian noise independent of", + "type": "text" + }, + { + "bbox": [ + 357, + 292, + 368, + 302 + ], + "score": 0.86, + "content": "\\mathbf { \\Delta } _ { \\mathbf { \\mathcal { X } } _ { t } }", + "type": "inline_equation" + }, + { + "bbox": [ + 369, + 289, + 429, + 303 + ], + "score": 1.0, + "content": ", and we define", + "type": "text" + }, + { + "bbox": [ + 429, + 291, + 462, + 302 + ], + "score": 0.91, + "content": "\\alpha _ { 0 } : = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 462, + 289, + 506, + 303 + ], + "score": 1.0, + "content": ". Different", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 302, + 505, + 313 + ], + "spans": [ + { + "bbox": [ + 105, + 302, + 150, + 313 + ], + "score": 1.0, + "content": "choices of", + "type": "text" + }, + { + "bbox": [ + 150, + 304, + 158, + 311 + ], + "score": 0.78, + "content": "\\sigma", + "type": "inline_equation" + }, + { + "bbox": [ + 158, + 302, + 479, + 313 + ], + "score": 1.0, + "content": "values results in different generative processes, all while using the same model", + "type": "text" + }, + { + "bbox": [ + 479, + 303, + 489, + 312 + ], + "score": 0.83, + "content": "\\epsilon _ { \\theta }", + "type": "inline_equation" + }, + { + "bbox": [ + 489, + 302, + 505, + 313 + ], + "score": 1.0, + "content": ", so", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 312, + 506, + 327 + ], + "spans": [ + { + "bbox": [ + 105, + 313, + 285, + 327 + ], + "score": 1.0, + "content": "re-training the model is unnecessary. When", + "type": "text" + }, + { + "bbox": [ + 286, + 312, + 467, + 326 + ], + "score": 0.93, + "content": "\\sigma _ { t } = \\bar { \\sqrt { ( 1 - \\alpha _ { t - 1 } ) / ( 1 - \\alpha _ { t } ) } } \\bar { \\sqrt { 1 - \\alpha _ { t } / \\alpha _ { t - 1 } } }", + "type": "inline_equation" + }, + { + "bbox": [ + 468, + 313, + 496, + 327 + ], + "score": 1.0, + "content": "for all", + "type": "text" + }, + { + "bbox": [ + 496, + 315, + 501, + 324 + ], + "score": 0.67, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 502, + 313, + 506, + 327 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 325, + 459, + 337 + ], + "spans": [ + { + "bbox": [ + 105, + 325, + 459, + 337 + ], + "score": 1.0, + "content": "the forward process becomes Markovian, and the generative process becomes a DDPM.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 11.5 + }, + { + "type": "text", + "bbox": [ + 106, + 341, + 505, + 419 + ], + "lines": [ + { + "bbox": [ + 105, + 341, + 506, + 354 + ], + "spans": [ + { + "bbox": [ + 105, + 341, + 252, + 354 + ], + "score": 1.0, + "content": "We note another special case when", + "type": "text" + }, + { + "bbox": [ + 253, + 342, + 285, + 353 + ], + "score": 0.91, + "content": "\\sigma _ { t } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 285, + 341, + 315, + 354 + ], + "score": 1.0, + "content": "for all", + "type": "text" + }, + { + "bbox": [ + 315, + 341, + 323, + 352 + ], + "score": 0.83, + "content": "t ^ { 5 }", + "type": "inline_equation" + }, + { + "bbox": [ + 324, + 341, + 506, + 354 + ], + "score": 1.0, + "content": "; the forward process becomes deterministic", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 353, + 506, + 365 + ], + "spans": [ + { + "bbox": [ + 105, + 353, + 131, + 364 + ], + "score": 1.0, + "content": "given", + "type": "text" + }, + { + "bbox": [ + 131, + 354, + 153, + 365 + ], + "score": 0.89, + "content": "\\mathbf { \\delta x } _ { t - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 153, + 353, + 172, + 364 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 172, + 354, + 184, + 364 + ], + "score": 0.87, + "content": "\\scriptstyle { \\pmb x } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 185, + 353, + 232, + 364 + ], + "score": 1.0, + "content": ", except for", + "type": "text" + }, + { + "bbox": [ + 232, + 353, + 258, + 363 + ], + "score": 0.9, + "content": "t = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 258, + 353, + 506, + 364 + ], + "score": 1.0, + "content": "; in the generative process, the coefficient before the random", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 363, + 505, + 376 + ], + "spans": [ + { + "bbox": [ + 105, + 363, + 130, + 376 + ], + "score": 1.0, + "content": "noise", + "type": "text" + }, + { + "bbox": [ + 130, + 366, + 139, + 375 + ], + "score": 0.85, + "content": "\\epsilon _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 139, + 363, + 505, + 376 + ], + "score": 1.0, + "content": "becomes zero. The resulting model becomes an implicit probabilistic model (Mohamed &", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 375, + 505, + 386 + ], + "spans": [ + { + "bbox": [ + 106, + 375, + 505, + 386 + ], + "score": 1.0, + "content": "Lakshminarayanan, 2016), where samples are generated from latent variables with a fixed procedure", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 384, + 505, + 399 + ], + "spans": [ + { + "bbox": [ + 105, + 384, + 131, + 399 + ], + "score": 1.0, + "content": "(from", + "type": "text" + }, + { + "bbox": [ + 132, + 387, + 146, + 397 + ], + "score": 0.86, + "content": "\\mathbf { \\nabla } _ { \\mathbf { \\mathcal { X } } \\mathcal { T } }", + "type": "inline_equation" + }, + { + "bbox": [ + 146, + 384, + 156, + 399 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 157, + 387, + 169, + 397 + ], + "score": 0.84, + "content": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 169, + 384, + 470, + 399 + ], + "score": 1.0, + "content": "). We name this the denoising diffusion implicit model (DDIM, pronounced", + "type": "text" + }, + { + "bbox": [ + 470, + 385, + 500, + 398 + ], + "score": 0.8, + "content": "/ \\mathrm { d } { : } \\mathrm { m } / )", + "type": "inline_equation" + }, + { + "bbox": [ + 500, + 384, + 505, + 399 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 397, + 505, + 408 + ], + "spans": [ + { + "bbox": [ + 106, + 397, + 505, + 408 + ], + "score": 1.0, + "content": "because it is an implicit probabilistic model trained with the DDPM objective (despite the forward", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 408, + 255, + 420 + ], + "spans": [ + { + "bbox": [ + 105, + 408, + 255, + 420 + ], + "score": 1.0, + "content": "process no longer being a diffusion).", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 17 + }, + { + "type": "title", + "bbox": [ + 108, + 439, + 303, + 450 + ], + "lines": [ + { + "bbox": [ + 106, + 439, + 305, + 452 + ], + "spans": [ + { + "bbox": [ + 106, + 439, + 305, + 452 + ], + "score": 1.0, + "content": "4.2 ACCELERATED GENERATION PROCESSES", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 21 + }, + { + "type": "text", + "bbox": [ + 107, + 462, + 505, + 518 + ], + "lines": [ + { + "bbox": [ + 105, + 462, + 505, + 474 + ], + "spans": [ + { + "bbox": [ + 105, + 462, + 505, + 474 + ], + "score": 1.0, + "content": "In the previous sections, the generative process is considered as the approximation to the reverse", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 473, + 504, + 486 + ], + "spans": [ + { + "bbox": [ + 105, + 473, + 272, + 486 + ], + "score": 1.0, + "content": "process; since of the forward process has", + "type": "text" + }, + { + "bbox": [ + 273, + 474, + 281, + 483 + ], + "score": 0.81, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 473, + 495, + 486 + ], + "score": 1.0, + "content": "steps, the generative process is also forced to sample", + "type": "text" + }, + { + "bbox": [ + 495, + 474, + 504, + 483 + ], + "score": 0.79, + "content": "T", + "type": "inline_equation" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 484, + 505, + 497 + ], + "spans": [ + { + "bbox": [ + 105, + 484, + 282, + 497 + ], + "score": 1.0, + "content": "steps. However, as the denoising objective", + "type": "text" + }, + { + "bbox": [ + 282, + 485, + 295, + 495 + ], + "score": 0.89, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 296, + 484, + 505, + 497 + ], + "score": 1.0, + "content": "does not depend on the specific forward procedure", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 495, + 504, + 508 + ], + "spans": [ + { + "bbox": [ + 105, + 495, + 148, + 508 + ], + "score": 1.0, + "content": "as long as", + "type": "text" + }, + { + "bbox": [ + 149, + 495, + 191, + 507 + ], + "score": 0.93, + "content": "q _ { \\sigma } ( \\pmb { x } _ { t } | \\pmb { x } _ { 0 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 191, + 495, + 492, + 508 + ], + "score": 1.0, + "content": "is fixed, we may also consider forward processes with lengths smaller than", + "type": "text" + }, + { + "bbox": [ + 493, + 496, + 501, + 505 + ], + "score": 0.76, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 502, + 495, + 504, + 508 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 506, + 505, + 519 + ], + "spans": [ + { + "bbox": [ + 105, + 506, + 505, + 519 + ], + "score": 1.0, + "content": "which accelerates the corresponding generative processes without having to train a different model.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 24 + }, + { + "type": "text", + "bbox": [ + 106, + 523, + 505, + 602 + ], + "lines": [ + { + "bbox": [ + 104, + 522, + 506, + 536 + ], + "spans": [ + { + "bbox": [ + 104, + 522, + 439, + 536 + ], + "score": 1.0, + "content": "Let us consider the forward process as defined not on all the latent variables", + "type": "text" + }, + { + "bbox": [ + 440, + 525, + 460, + 534 + ], + "score": 0.88, + "content": "\\pmb { x } _ { 1 : T }", + "type": "inline_equation" + }, + { + "bbox": [ + 460, + 522, + 506, + 536 + ], + "score": 1.0, + "content": ", but on a", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 533, + 506, + 548 + ], + "spans": [ + { + "bbox": [ + 105, + 533, + 136, + 548 + ], + "score": 1.0, + "content": "subset", + "type": "text" + }, + { + "bbox": [ + 136, + 534, + 199, + 546 + ], + "score": 0.93, + "content": "\\{ \\pmb { x } _ { \\tau _ { 1 } } , \\dotsc , \\pmb { x } _ { \\tau _ { S } } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 200, + 533, + 235, + 548 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 235, + 536, + 243, + 544 + ], + "score": 0.76, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 243, + 533, + 388, + 548 + ], + "score": 1.0, + "content": "is an increasing sub-sequence of", + "type": "text" + }, + { + "bbox": [ + 388, + 534, + 429, + 546 + ], + "score": 0.93, + "content": "[ 1 , \\ldots , T ]", + "type": "inline_equation" + }, + { + "bbox": [ + 429, + 533, + 475, + 548 + ], + "score": 1.0, + "content": "of length", + "type": "text" + }, + { + "bbox": [ + 475, + 534, + 483, + 544 + ], + "score": 0.79, + "content": "S", + "type": "inline_equation" + }, + { + "bbox": [ + 483, + 533, + 506, + 548 + ], + "score": 1.0, + "content": ". In", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 104, + 543, + 504, + 560 + ], + "spans": [ + { + "bbox": [ + 104, + 543, + 349, + 560 + ], + "score": 1.0, + "content": "particular, we define the sequential forward process over √", + "type": "text" + }, + { + "bbox": [ + 349, + 547, + 403, + 557 + ], + "score": 0.9, + "content": "\\pmb { x } _ { \\tau _ { 1 } } , \\ldots , \\pmb { x } _ { \\tau _ { S } }", + "type": "inline_equation" + }, + { + "bbox": [ + 403, + 543, + 448, + 560 + ], + "score": 1.0, + "content": "such that", + "type": "text" + }, + { + "bbox": [ + 448, + 545, + 504, + 557 + ], + "score": 0.92, + "content": "q ( { \\pmb x } _ { \\tau _ { i } } | { \\pmb x } _ { 0 } ) =", + "type": "inline_equation" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 554, + 506, + 570 + ], + "spans": [ + { + "bbox": [ + 106, + 556, + 207, + 569 + ], + "score": 0.91, + "content": "\\bar { \\mathcal { N } } ( \\sqrt { \\alpha _ { \\tau _ { i } } } \\pmb { x } _ { 0 } , ( 1 - \\alpha _ { \\tau _ { i } } ) \\pmb { I } )", + "type": "inline_equation" + }, + { + "bbox": [ + 208, + 554, + 506, + 570 + ], + "score": 1.0, + "content": "matches the “marginals” (see Figure 2 for an illustration). The generative", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 567, + 504, + 581 + ], + "spans": [ + { + "bbox": [ + 105, + 567, + 347, + 581 + ], + "score": 1.0, + "content": "process now samples latent variables according to reversed", + "type": "text" + }, + { + "bbox": [ + 348, + 568, + 361, + 580 + ], + "score": 0.79, + "content": "( \\tau )", + "type": "inline_equation" + }, + { + "bbox": [ + 361, + 567, + 504, + 581 + ], + "score": 1.0, + "content": ", which we term (sampling) trajec-", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 578, + 505, + 591 + ], + "spans": [ + { + "bbox": [ + 105, + 578, + 383, + 591 + ], + "score": 1.0, + "content": "tory. When the length of the sampling trajectory is much smaller than", + "type": "text" + }, + { + "bbox": [ + 384, + 579, + 392, + 589 + ], + "score": 0.73, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 392, + 578, + 505, + 591 + ], + "score": 1.0, + "content": ", we may achieve significant", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 590, + 460, + 603 + ], + "spans": [ + { + "bbox": [ + 106, + 590, + 460, + 603 + ], + "score": 1.0, + "content": "increases in computational efficiency due to the iterative nature of the sampling process.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 30 + }, + { + "type": "text", + "bbox": [ + 107, + 607, + 505, + 651 + ], + "lines": [ + { + "bbox": [ + 105, + 607, + 505, + 619 + ], + "spans": [ + { + "bbox": [ + 105, + 607, + 474, + 619 + ], + "score": 1.0, + "content": "Using a similar argument as in Section 3, we can justify using the model trained with the", + "type": "text" + }, + { + "bbox": [ + 474, + 608, + 487, + 618 + ], + "score": 0.88, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 488, + 607, + 505, + 619 + ], + "score": 1.0, + "content": "ob-", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 618, + 505, + 630 + ], + "spans": [ + { + "bbox": [ + 105, + 618, + 505, + 630 + ], + "score": 1.0, + "content": "jective, so no changes are needed in training. We show that only slight changes to the updates in", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 630, + 504, + 641 + ], + "spans": [ + { + "bbox": [ + 105, + 630, + 504, + 641 + ], + "score": 1.0, + "content": "Eq. (12) are needed to obtain the new, faster generative processes, which applies to DDPM, DDIM,", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 640, + 504, + 651 + ], + "spans": [ + { + "bbox": [ + 105, + 640, + 504, + 651 + ], + "score": 1.0, + "content": "as well as all generative processes considered in Eq. (10). We include these details in Appendix C.1.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 35.5 + }, + { + "type": "text", + "bbox": [ + 107, + 656, + 504, + 701 + ], + "lines": [ + { + "bbox": [ + 106, + 657, + 505, + 668 + ], + "spans": [ + { + "bbox": [ + 106, + 657, + 505, + 668 + ], + "score": 1.0, + "content": "In principle, this means that we can train a model with an arbitrary number of forward steps but only", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 668, + 506, + 680 + ], + "spans": [ + { + "bbox": [ + 106, + 668, + 506, + 680 + ], + "score": 1.0, + "content": "sample from some of them in the generative process. Therefore, the trained model could consider", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 679, + 504, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 679, + 498, + 690 + ], + "score": 1.0, + "content": "many more steps than what is considered in (Ho et al., 2020) or even a continuous time variable", + "type": "text" + }, + { + "bbox": [ + 499, + 680, + 504, + 689 + ], + "score": 0.68, + "content": "t", + "type": "inline_equation" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 690, + 440, + 702 + ], + "spans": [ + { + "bbox": [ + 106, + 690, + 440, + 702 + ], + "score": 1.0, + "content": "(Chen et al., 2020). We leave empirical investigations of this aspect as future work.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 39.5 + } + ], + "page_idx": 4, + "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": [ + 114, + 721, + 498, + 732 + ], + "lines": [ + { + "bbox": [ + 118, + 719, + 498, + 734 + ], + "spans": [ + { + "bbox": [ + 118, + 719, + 446, + 734 + ], + "score": 1.0, + "content": "5Although this case is not covered in Theorem 1, we can always approximate it by making", + "type": "text" + }, + { + "bbox": [ + 446, + 723, + 456, + 731 + ], + "score": 0.82, + "content": "\\sigma _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 456, + 719, + 498, + 734 + ], + "score": 1.0, + "content": "very small.", + "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": "image", + "bbox": [ + 208, + 80, + 405, + 135 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 208, + 80, + 405, + 135 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 208, + 80, + 405, + 135 + ], + "spans": [ + { + "bbox": [ + 208, + 80, + 405, + 135 + ], + "score": 0.951, + "type": "image", + "image_path": "17e93575289e48c8af7e9ff085dd3d75fab2359985847dea9e20a558ebe61fa3.jpg" + } + ] + } + ], + "index": 1.5, + "virtual_lines": [ + { + "bbox": [ + 208, + 80, + 405, + 93.75 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 208, + 93.75, + 405, + 107.5 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 208, + 107.5, + 405, + 121.25 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 208, + 121.25, + 405, + 135.0 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 162, + 145, + 449, + 158 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 161, + 144, + 450, + 159 + ], + "spans": [ + { + "bbox": [ + 161, + 144, + 406, + 159 + ], + "score": 1.0, + "content": "Figure 2: Graphical model for accelerated generation, where", + "type": "text" + }, + { + "bbox": [ + 406, + 145, + 446, + 157 + ], + "score": 0.92, + "content": "\\tau = [ 1 , 3 ]", + "type": "inline_equation" + }, + { + "bbox": [ + 446, + 144, + 450, + 159 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + } + ], + "index": 2.75 + }, + { + "type": "title", + "bbox": [ + 106, + 183, + 313, + 195 + ], + "lines": [ + { + "bbox": [ + 105, + 183, + 313, + 196 + ], + "spans": [ + { + "bbox": [ + 105, + 183, + 313, + 196 + ], + "score": 1.0, + "content": "4.1 DENOISING DIFFUSION IMPLICIT MODELS", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "text", + "bbox": [ + 106, + 207, + 436, + 219 + ], + "lines": [ + { + "bbox": [ + 105, + 206, + 437, + 221 + ], + "spans": [ + { + "bbox": [ + 105, + 206, + 131, + 221 + ], + "score": 1.0, + "content": "From", + "type": "text" + }, + { + "bbox": [ + 131, + 207, + 168, + 219 + ], + "score": 0.92, + "content": "p _ { \\theta } ( { \\pmb x } _ { 1 : T } )", + "type": "inline_equation" + }, + { + "bbox": [ + 168, + 206, + 324, + 221 + ], + "score": 1.0, + "content": "in Eq. (10), one can generate a sample", + "type": "text" + }, + { + "bbox": [ + 325, + 209, + 345, + 219 + ], + "score": 0.88, + "content": "{ \\mathbf { \\mathcal { x } } } _ { t - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 346, + 206, + 406, + 221 + ], + "score": 1.0, + "content": "from a sample", + "type": "text" + }, + { + "bbox": [ + 407, + 209, + 418, + 218 + ], + "score": 0.87, + "content": "\\mathbf { \\Delta } _ { \\mathbf { \\mathcal { X } } _ { t } }", + "type": "inline_equation" + }, + { + "bbox": [ + 418, + 206, + 437, + 221 + ], + "score": 1.0, + "content": "via:", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 6, + "bbox_fs": [ + 105, + 206, + 437, + 221 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 125, + 230, + 465, + 275 + ], + "lines": [ + { + "bbox": [ + 125, + 230, + 465, + 275 + ], + "spans": [ + { + "bbox": [ + 125, + 230, + 465, + 275 + ], + "score": 0.76, + "content": "\\begin{array} { r } { x _ { t - 1 } = \\sqrt { \\alpha _ { t - 1 } } \\underbrace { \\Bigg ( \\frac { x _ { t } - \\sqrt { 1 - \\alpha _ { t } } \\epsilon _ { \\theta } ^ { ( t ) } ( { \\pmb x } _ { t } ) } { \\sqrt { \\alpha _ { t } } } \\Bigg ) } _ { \\substack { \\mathrm { ~ \\forall ~ n e d i c t e d ~ } x _ { 0 } \\mathrm { , ~ } } } + \\underbrace { \\sqrt { 1 - \\alpha _ { t - 1 } - \\sigma _ { t } ^ { 2 } } \\cdot \\epsilon _ { \\theta } ^ { ( t ) } ( { \\pmb x } _ { t } ) } _ { \\substack { \\mathrm { ~ \\forall ~ a f i r c t i o n ~ p o i n i n g ~ t o ~ } x _ { t } \\mathrm { , ~ } } } + \\underbrace { \\sigma _ { t } \\epsilon _ { t } } _ { \\substack { \\mathrm { r a n d o m ~ n o i s e } } } } \\end{array}", + "type": "interline_equation", + "image_path": "a25ffe82c43c8d14b257c0251266871c437aed57d1c8cbdeea09c29e6b1c60cf.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 125, + 230, + 465, + 245.0 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 125, + 245.0, + 465, + 260.0 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 125, + 260.0, + 465, + 275.0 + ], + "spans": [], + "index": 9 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 290, + 505, + 336 + ], + "lines": [ + { + "bbox": [ + 105, + 289, + 506, + 303 + ], + "spans": [ + { + "bbox": [ + 105, + 289, + 133, + 303 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 290, + 188, + 302 + ], + "score": 0.94, + "content": "\\epsilon _ { t } \\sim \\mathcal { N } ( \\mathbf { 0 } , I )", + "type": "inline_equation" + }, + { + "bbox": [ + 189, + 289, + 357, + 303 + ], + "score": 1.0, + "content": "is standard Gaussian noise independent of", + "type": "text" + }, + { + "bbox": [ + 357, + 292, + 368, + 302 + ], + "score": 0.86, + "content": "\\mathbf { \\Delta } _ { \\mathbf { \\mathcal { X } } _ { t } }", + "type": "inline_equation" + }, + { + "bbox": [ + 369, + 289, + 429, + 303 + ], + "score": 1.0, + "content": ", and we define", + "type": "text" + }, + { + "bbox": [ + 429, + 291, + 462, + 302 + ], + "score": 0.91, + "content": "\\alpha _ { 0 } : = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 462, + 289, + 506, + 303 + ], + "score": 1.0, + "content": ". Different", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 302, + 505, + 313 + ], + "spans": [ + { + "bbox": [ + 105, + 302, + 150, + 313 + ], + "score": 1.0, + "content": "choices of", + "type": "text" + }, + { + "bbox": [ + 150, + 304, + 158, + 311 + ], + "score": 0.78, + "content": "\\sigma", + "type": "inline_equation" + }, + { + "bbox": [ + 158, + 302, + 479, + 313 + ], + "score": 1.0, + "content": "values results in different generative processes, all while using the same model", + "type": "text" + }, + { + "bbox": [ + 479, + 303, + 489, + 312 + ], + "score": 0.83, + "content": "\\epsilon _ { \\theta }", + "type": "inline_equation" + }, + { + "bbox": [ + 489, + 302, + 505, + 313 + ], + "score": 1.0, + "content": ", so", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 312, + 506, + 327 + ], + "spans": [ + { + "bbox": [ + 105, + 313, + 285, + 327 + ], + "score": 1.0, + "content": "re-training the model is unnecessary. When", + "type": "text" + }, + { + "bbox": [ + 286, + 312, + 467, + 326 + ], + "score": 0.93, + "content": "\\sigma _ { t } = \\bar { \\sqrt { ( 1 - \\alpha _ { t - 1 } ) / ( 1 - \\alpha _ { t } ) } } \\bar { \\sqrt { 1 - \\alpha _ { t } / \\alpha _ { t - 1 } } }", + "type": "inline_equation" + }, + { + "bbox": [ + 468, + 313, + 496, + 327 + ], + "score": 1.0, + "content": "for all", + "type": "text" + }, + { + "bbox": [ + 496, + 315, + 501, + 324 + ], + "score": 0.67, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 502, + 313, + 506, + 327 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 325, + 459, + 337 + ], + "spans": [ + { + "bbox": [ + 105, + 325, + 459, + 337 + ], + "score": 1.0, + "content": "the forward process becomes Markovian, and the generative process becomes a DDPM.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 11.5, + "bbox_fs": [ + 105, + 289, + 506, + 337 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 341, + 505, + 419 + ], + "lines": [ + { + "bbox": [ + 105, + 341, + 506, + 354 + ], + "spans": [ + { + "bbox": [ + 105, + 341, + 252, + 354 + ], + "score": 1.0, + "content": "We note another special case when", + "type": "text" + }, + { + "bbox": [ + 253, + 342, + 285, + 353 + ], + "score": 0.91, + "content": "\\sigma _ { t } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 285, + 341, + 315, + 354 + ], + "score": 1.0, + "content": "for all", + "type": "text" + }, + { + "bbox": [ + 315, + 341, + 323, + 352 + ], + "score": 0.83, + "content": "t ^ { 5 }", + "type": "inline_equation" + }, + { + "bbox": [ + 324, + 341, + 506, + 354 + ], + "score": 1.0, + "content": "; the forward process becomes deterministic", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 353, + 506, + 365 + ], + "spans": [ + { + "bbox": [ + 105, + 353, + 131, + 364 + ], + "score": 1.0, + "content": "given", + "type": "text" + }, + { + "bbox": [ + 131, + 354, + 153, + 365 + ], + "score": 0.89, + "content": "\\mathbf { \\delta x } _ { t - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 153, + 353, + 172, + 364 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 172, + 354, + 184, + 364 + ], + "score": 0.87, + "content": "\\scriptstyle { \\pmb x } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 185, + 353, + 232, + 364 + ], + "score": 1.0, + "content": ", except for", + "type": "text" + }, + { + "bbox": [ + 232, + 353, + 258, + 363 + ], + "score": 0.9, + "content": "t = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 258, + 353, + 506, + 364 + ], + "score": 1.0, + "content": "; in the generative process, the coefficient before the random", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 363, + 505, + 376 + ], + "spans": [ + { + "bbox": [ + 105, + 363, + 130, + 376 + ], + "score": 1.0, + "content": "noise", + "type": "text" + }, + { + "bbox": [ + 130, + 366, + 139, + 375 + ], + "score": 0.85, + "content": "\\epsilon _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 139, + 363, + 505, + 376 + ], + "score": 1.0, + "content": "becomes zero. The resulting model becomes an implicit probabilistic model (Mohamed &", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 375, + 505, + 386 + ], + "spans": [ + { + "bbox": [ + 106, + 375, + 505, + 386 + ], + "score": 1.0, + "content": "Lakshminarayanan, 2016), where samples are generated from latent variables with a fixed procedure", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 384, + 505, + 399 + ], + "spans": [ + { + "bbox": [ + 105, + 384, + 131, + 399 + ], + "score": 1.0, + "content": "(from", + "type": "text" + }, + { + "bbox": [ + 132, + 387, + 146, + 397 + ], + "score": 0.86, + "content": "\\mathbf { \\nabla } _ { \\mathbf { \\mathcal { X } } \\mathcal { T } }", + "type": "inline_equation" + }, + { + "bbox": [ + 146, + 384, + 156, + 399 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 157, + 387, + 169, + 397 + ], + "score": 0.84, + "content": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 169, + 384, + 470, + 399 + ], + "score": 1.0, + "content": "). We name this the denoising diffusion implicit model (DDIM, pronounced", + "type": "text" + }, + { + "bbox": [ + 470, + 385, + 500, + 398 + ], + "score": 0.8, + "content": "/ \\mathrm { d } { : } \\mathrm { m } / )", + "type": "inline_equation" + }, + { + "bbox": [ + 500, + 384, + 505, + 399 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 397, + 505, + 408 + ], + "spans": [ + { + "bbox": [ + 106, + 397, + 505, + 408 + ], + "score": 1.0, + "content": "because it is an implicit probabilistic model trained with the DDPM objective (despite the forward", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 408, + 255, + 420 + ], + "spans": [ + { + "bbox": [ + 105, + 408, + 255, + 420 + ], + "score": 1.0, + "content": "process no longer being a diffusion).", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 17, + "bbox_fs": [ + 105, + 341, + 506, + 420 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 439, + 303, + 450 + ], + "lines": [ + { + "bbox": [ + 106, + 439, + 305, + 452 + ], + "spans": [ + { + "bbox": [ + 106, + 439, + 305, + 452 + ], + "score": 1.0, + "content": "4.2 ACCELERATED GENERATION PROCESSES", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 21 + }, + { + "type": "text", + "bbox": [ + 107, + 462, + 505, + 518 + ], + "lines": [ + { + "bbox": [ + 105, + 462, + 505, + 474 + ], + "spans": [ + { + "bbox": [ + 105, + 462, + 505, + 474 + ], + "score": 1.0, + "content": "In the previous sections, the generative process is considered as the approximation to the reverse", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 473, + 504, + 486 + ], + "spans": [ + { + "bbox": [ + 105, + 473, + 272, + 486 + ], + "score": 1.0, + "content": "process; since of the forward process has", + "type": "text" + }, + { + "bbox": [ + 273, + 474, + 281, + 483 + ], + "score": 0.81, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 473, + 495, + 486 + ], + "score": 1.0, + "content": "steps, the generative process is also forced to sample", + "type": "text" + }, + { + "bbox": [ + 495, + 474, + 504, + 483 + ], + "score": 0.79, + "content": "T", + "type": "inline_equation" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 484, + 505, + 497 + ], + "spans": [ + { + "bbox": [ + 105, + 484, + 282, + 497 + ], + "score": 1.0, + "content": "steps. However, as the denoising objective", + "type": "text" + }, + { + "bbox": [ + 282, + 485, + 295, + 495 + ], + "score": 0.89, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 296, + 484, + 505, + 497 + ], + "score": 1.0, + "content": "does not depend on the specific forward procedure", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 495, + 504, + 508 + ], + "spans": [ + { + "bbox": [ + 105, + 495, + 148, + 508 + ], + "score": 1.0, + "content": "as long as", + "type": "text" + }, + { + "bbox": [ + 149, + 495, + 191, + 507 + ], + "score": 0.93, + "content": "q _ { \\sigma } ( \\pmb { x } _ { t } | \\pmb { x } _ { 0 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 191, + 495, + 492, + 508 + ], + "score": 1.0, + "content": "is fixed, we may also consider forward processes with lengths smaller than", + "type": "text" + }, + { + "bbox": [ + 493, + 496, + 501, + 505 + ], + "score": 0.76, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 502, + 495, + 504, + 508 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 506, + 505, + 519 + ], + "spans": [ + { + "bbox": [ + 105, + 506, + 505, + 519 + ], + "score": 1.0, + "content": "which accelerates the corresponding generative processes without having to train a different model.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 24, + "bbox_fs": [ + 105, + 462, + 505, + 519 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 523, + 505, + 602 + ], + "lines": [ + { + "bbox": [ + 104, + 522, + 506, + 536 + ], + "spans": [ + { + "bbox": [ + 104, + 522, + 439, + 536 + ], + "score": 1.0, + "content": "Let us consider the forward process as defined not on all the latent variables", + "type": "text" + }, + { + "bbox": [ + 440, + 525, + 460, + 534 + ], + "score": 0.88, + "content": "\\pmb { x } _ { 1 : T }", + "type": "inline_equation" + }, + { + "bbox": [ + 460, + 522, + 506, + 536 + ], + "score": 1.0, + "content": ", but on a", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 533, + 506, + 548 + ], + "spans": [ + { + "bbox": [ + 105, + 533, + 136, + 548 + ], + "score": 1.0, + "content": "subset", + "type": "text" + }, + { + "bbox": [ + 136, + 534, + 199, + 546 + ], + "score": 0.93, + "content": "\\{ \\pmb { x } _ { \\tau _ { 1 } } , \\dotsc , \\pmb { x } _ { \\tau _ { S } } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 200, + 533, + 235, + 548 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 235, + 536, + 243, + 544 + ], + "score": 0.76, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 243, + 533, + 388, + 548 + ], + "score": 1.0, + "content": "is an increasing sub-sequence of", + "type": "text" + }, + { + "bbox": [ + 388, + 534, + 429, + 546 + ], + "score": 0.93, + "content": "[ 1 , \\ldots , T ]", + "type": "inline_equation" + }, + { + "bbox": [ + 429, + 533, + 475, + 548 + ], + "score": 1.0, + "content": "of length", + "type": "text" + }, + { + "bbox": [ + 475, + 534, + 483, + 544 + ], + "score": 0.79, + "content": "S", + "type": "inline_equation" + }, + { + "bbox": [ + 483, + 533, + 506, + 548 + ], + "score": 1.0, + "content": ". In", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 104, + 543, + 504, + 560 + ], + "spans": [ + { + "bbox": [ + 104, + 543, + 349, + 560 + ], + "score": 1.0, + "content": "particular, we define the sequential forward process over √", + "type": "text" + }, + { + "bbox": [ + 349, + 547, + 403, + 557 + ], + "score": 0.9, + "content": "\\pmb { x } _ { \\tau _ { 1 } } , \\ldots , \\pmb { x } _ { \\tau _ { S } }", + "type": "inline_equation" + }, + { + "bbox": [ + 403, + 543, + 448, + 560 + ], + "score": 1.0, + "content": "such that", + "type": "text" + }, + { + "bbox": [ + 448, + 545, + 504, + 557 + ], + "score": 0.92, + "content": "q ( { \\pmb x } _ { \\tau _ { i } } | { \\pmb x } _ { 0 } ) =", + "type": "inline_equation" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 554, + 506, + 570 + ], + "spans": [ + { + "bbox": [ + 106, + 556, + 207, + 569 + ], + "score": 0.91, + "content": "\\bar { \\mathcal { N } } ( \\sqrt { \\alpha _ { \\tau _ { i } } } \\pmb { x } _ { 0 } , ( 1 - \\alpha _ { \\tau _ { i } } ) \\pmb { I } )", + "type": "inline_equation" + }, + { + "bbox": [ + 208, + 554, + 506, + 570 + ], + "score": 1.0, + "content": "matches the “marginals” (see Figure 2 for an illustration). The generative", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 567, + 504, + 581 + ], + "spans": [ + { + "bbox": [ + 105, + 567, + 347, + 581 + ], + "score": 1.0, + "content": "process now samples latent variables according to reversed", + "type": "text" + }, + { + "bbox": [ + 348, + 568, + 361, + 580 + ], + "score": 0.79, + "content": "( \\tau )", + "type": "inline_equation" + }, + { + "bbox": [ + 361, + 567, + 504, + 581 + ], + "score": 1.0, + "content": ", which we term (sampling) trajec-", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 578, + 505, + 591 + ], + "spans": [ + { + "bbox": [ + 105, + 578, + 383, + 591 + ], + "score": 1.0, + "content": "tory. When the length of the sampling trajectory is much smaller than", + "type": "text" + }, + { + "bbox": [ + 384, + 579, + 392, + 589 + ], + "score": 0.73, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 392, + 578, + 505, + 591 + ], + "score": 1.0, + "content": ", we may achieve significant", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 590, + 460, + 603 + ], + "spans": [ + { + "bbox": [ + 106, + 590, + 460, + 603 + ], + "score": 1.0, + "content": "increases in computational efficiency due to the iterative nature of the sampling process.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 30, + "bbox_fs": [ + 104, + 522, + 506, + 603 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 607, + 505, + 651 + ], + "lines": [ + { + "bbox": [ + 105, + 607, + 505, + 619 + ], + "spans": [ + { + "bbox": [ + 105, + 607, + 474, + 619 + ], + "score": 1.0, + "content": "Using a similar argument as in Section 3, we can justify using the model trained with the", + "type": "text" + }, + { + "bbox": [ + 474, + 608, + 487, + 618 + ], + "score": 0.88, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 488, + 607, + 505, + 619 + ], + "score": 1.0, + "content": "ob-", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 618, + 505, + 630 + ], + "spans": [ + { + "bbox": [ + 105, + 618, + 505, + 630 + ], + "score": 1.0, + "content": "jective, so no changes are needed in training. We show that only slight changes to the updates in", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 630, + 504, + 641 + ], + "spans": [ + { + "bbox": [ + 105, + 630, + 504, + 641 + ], + "score": 1.0, + "content": "Eq. (12) are needed to obtain the new, faster generative processes, which applies to DDPM, DDIM,", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 640, + 504, + 651 + ], + "spans": [ + { + "bbox": [ + 105, + 640, + 504, + 651 + ], + "score": 1.0, + "content": "as well as all generative processes considered in Eq. (10). We include these details in Appendix C.1.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 35.5, + "bbox_fs": [ + 105, + 607, + 505, + 651 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 656, + 504, + 701 + ], + "lines": [ + { + "bbox": [ + 106, + 657, + 505, + 668 + ], + "spans": [ + { + "bbox": [ + 106, + 657, + 505, + 668 + ], + "score": 1.0, + "content": "In principle, this means that we can train a model with an arbitrary number of forward steps but only", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 668, + 506, + 680 + ], + "spans": [ + { + "bbox": [ + 106, + 668, + 506, + 680 + ], + "score": 1.0, + "content": "sample from some of them in the generative process. Therefore, the trained model could consider", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 679, + 504, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 679, + 498, + 690 + ], + "score": 1.0, + "content": "many more steps than what is considered in (Ho et al., 2020) or even a continuous time variable", + "type": "text" + }, + { + "bbox": [ + 499, + 680, + 504, + 689 + ], + "score": 0.68, + "content": "t", + "type": "inline_equation" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 690, + 440, + 702 + ], + "spans": [ + { + "bbox": [ + 106, + 690, + 440, + 702 + ], + "score": 1.0, + "content": "(Chen et al., 2020). We leave empirical investigations of this aspect as future work.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 39.5, + "bbox_fs": [ + 105, + 657, + 506, + 702 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 102, + 504, + 126 + ], + "lines": [ + { + "bbox": [ + 105, + 101, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 101, + 505, + 117 + ], + "score": 1.0, + "content": "Moreover, we can rewrite the DDIM iterate according to Eq. (12), and its similarity to Euler inte-", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 114, + 309, + 128 + ], + "spans": [ + { + "bbox": [ + 105, + 114, + 309, + 128 + ], + "score": 1.0, + "content": "gration for solving ODEs becomes more apparent:", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "interline_equation", + "bbox": [ + 173, + 128, + 437, + 163 + ], + "lines": [ + { + "bbox": [ + 173, + 128, + 437, + 163 + ], + "spans": [ + { + "bbox": [ + 173, + 128, + 437, + 163 + ], + "score": 0.94, + "content": "\\sqrt { \\frac { 1 } { \\alpha _ { t - 1 } } } { \\pmb x } _ { t - 1 } = \\sqrt { \\frac { 1 } { \\alpha _ { t } } } { \\pmb x } _ { t } + \\left( \\sqrt { \\frac { 1 - \\alpha _ { t - 1 } } { \\alpha _ { t - 1 } } } - \\sqrt { \\frac { 1 - \\alpha _ { t } } { \\alpha _ { t } } } \\right) \\epsilon _ { \\theta } ^ { ( t ) } ( { \\pmb x } _ { t } )", + "type": "interline_equation", + "image_path": "76136e48afa301c9db6cf613cab29c730c19b20726c00336b2241c6a6907e529.jpg" + } + ] + } + ], + "index": 3, + "virtual_lines": [ + { + "bbox": [ + 173, + 128, + 437, + 139.66666666666666 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 173, + 139.66666666666666, + 437, + 151.33333333333331 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 173, + 151.33333333333331, + 437, + 162.99999999999997 + ], + "spans": [], + "index": 4 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 167, + 504, + 191 + ], + "lines": [ + { + "bbox": [ + 106, + 167, + 505, + 181 + ], + "spans": [ + { + "bbox": [ + 106, + 167, + 200, + 181 + ], + "score": 1.0, + "content": "We can reparameterize", + "type": "text" + }, + { + "bbox": [ + 200, + 167, + 260, + 180 + ], + "score": 0.92, + "content": "( \\sqrt { 1 - \\alpha } / \\sqrt { \\alpha } )", + "type": "inline_equation" + }, + { + "bbox": [ + 260, + 167, + 281, + 181 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 281, + 168, + 288, + 178 + ], + "score": 0.81, + "content": "\\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 289, + 167, + 306, + 181 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 307, + 167, + 341, + 180 + ], + "score": 0.93, + "content": "( { \\pmb x } / { \\sqrt { \\alpha } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 341, + 167, + 362, + 181 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 362, + 168, + 386, + 180 + ], + "score": 0.91, + "content": "H ( \\lambda )", + "type": "inline_equation" + }, + { + "bbox": [ + 386, + 167, + 445, + 181 + ], + "score": 1.0, + "content": "then sampling", + "type": "text" + }, + { + "bbox": [ + 446, + 169, + 457, + 179 + ], + "score": 0.85, + "content": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 458, + 167, + 505, + 181 + ], + "score": 1.0, + "content": "with Equa-", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 178, + 358, + 191 + ], + "spans": [ + { + "bbox": [ + 106, + 178, + 358, + 191 + ], + "score": 1.0, + "content": "tion (13) can be treated as integration over the following ODE:", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 5.5 + }, + { + "type": "interline_equation", + "bbox": [ + 170, + 193, + 441, + 222 + ], + "lines": [ + { + "bbox": [ + 170, + 193, + 441, + 222 + ], + "spans": [ + { + "bbox": [ + 170, + 193, + 441, + 222 + ], + "score": 0.94, + "content": "H ( 0 ) = \\int _ { M } ^ { 0 } \\epsilon _ { \\theta } ^ { \\lambda } ( H ( \\lambda ) \\sqrt { \\lambda ^ { 2 } - 1 } ) \\mathrm { d } \\lambda + H ( M ) , \\quad H ( M ) \\sim \\mathcal { N } ( \\mathbf { 0 } , I )", + "type": "interline_equation", + "image_path": "0f2d4922dfc9af0b1fe03e30bb8dae5e84a2b20d131bcf06d4c7117d5beea6bf.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 170, + 193, + 441, + 202.66666666666666 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 170, + 202.66666666666666, + 441, + 212.33333333333331 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 170, + 212.33333333333331, + 441, + 221.99999999999997 + ], + "spans": [], + "index": 9 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 225, + 505, + 280 + ], + "lines": [ + { + "bbox": [ + 106, + 225, + 504, + 237 + ], + "spans": [ + { + "bbox": [ + 106, + 225, + 188, + 237 + ], + "score": 1.0, + "content": "for some very large", + "type": "text" + }, + { + "bbox": [ + 188, + 225, + 200, + 235 + ], + "score": 0.84, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 201, + 225, + 340, + 237 + ], + "score": 1.0, + "content": "(which corresponds to the case of", + "type": "text" + }, + { + "bbox": [ + 341, + 226, + 369, + 235 + ], + "score": 0.88, + "content": "\\alpha \\approx 0", + "type": "inline_equation" + }, + { + "bbox": [ + 369, + 225, + 504, + 237 + ], + "score": 1.0, + "content": "). This suggests that with enough", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 107, + 235, + 505, + 249 + ], + "spans": [ + { + "bbox": [ + 107, + 238, + 115, + 246 + ], + "score": 0.84, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 115, + 235, + 450, + 249 + ], + "score": 1.0, + "content": "(discretization steps), the we can also reverse the generation process (going from", + "type": "text" + }, + { + "bbox": [ + 451, + 236, + 477, + 246 + ], + "score": 0.89, + "content": "t = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 477, + 235, + 489, + 249 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 490, + 236, + 498, + 246 + ], + "score": 0.76, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 498, + 235, + 505, + 249 + ], + "score": 1.0, + "content": "),", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 246, + 506, + 260 + ], + "spans": [ + { + "bbox": [ + 105, + 246, + 167, + 260 + ], + "score": 1.0, + "content": "which encodes", + "type": "text" + }, + { + "bbox": [ + 168, + 249, + 180, + 258 + ], + "score": 0.86, + "content": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 180, + 246, + 191, + 260 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 191, + 249, + 205, + 258 + ], + "score": 0.86, + "content": "\\mathbf { \\nabla } _ { \\mathbf { x } _ { T } }", + "type": "inline_equation" + }, + { + "bbox": [ + 205, + 246, + 506, + 260 + ], + "score": 1.0, + "content": "and simulates the reverse of the ODE in Eq. (14). This suggests that unlike", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 256, + 506, + 271 + ], + "spans": [ + { + "bbox": [ + 105, + 256, + 432, + 271 + ], + "score": 1.0, + "content": "DDPM, we can use DDIM to obtain encodings of the observations (as the form of", + "type": "text" + }, + { + "bbox": [ + 432, + 259, + 446, + 269 + ], + "score": 0.84, + "content": "\\mathbf { \\nabla } _ { \\mathbf { \\mathcal { X } } \\mathcal { T } }", + "type": "inline_equation" + }, + { + "bbox": [ + 446, + 256, + 506, + 271 + ], + "score": 1.0, + "content": "), which might", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 268, + 470, + 281 + ], + "spans": [ + { + "bbox": [ + 106, + 268, + 470, + 281 + ], + "score": 1.0, + "content": "be useful for other downstream applications that requires latent representations of a model.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 12 + }, + { + "type": "title", + "bbox": [ + 107, + 296, + 200, + 309 + ], + "lines": [ + { + "bbox": [ + 105, + 295, + 201, + 311 + ], + "spans": [ + { + "bbox": [ + 105, + 295, + 201, + 311 + ], + "score": 1.0, + "content": "5 EXPERIMENTS", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 15 + }, + { + "type": "text", + "bbox": [ + 107, + 320, + 505, + 387 + ], + "lines": [ + { + "bbox": [ + 105, + 320, + 505, + 333 + ], + "spans": [ + { + "bbox": [ + 105, + 320, + 505, + 333 + ], + "score": 1.0, + "content": "In this section, we show that DDIMs outperform DDPMs in terms of image generation when fewer", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 331, + 505, + 344 + ], + "spans": [ + { + "bbox": [ + 105, + 331, + 297, + 344 + ], + "score": 1.0, + "content": "iterations are considered, giving speed ups of", + "type": "text" + }, + { + "bbox": [ + 298, + 332, + 316, + 342 + ], + "score": 0.88, + "content": "1 0 \\times", + "type": "inline_equation" + }, + { + "bbox": [ + 317, + 331, + 330, + 344 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 330, + 332, + 354, + 342 + ], + "score": 0.88, + "content": "1 0 0 \\times", + "type": "inline_equation" + }, + { + "bbox": [ + 354, + 331, + 505, + 344 + ], + "score": 1.0, + "content": "over the original DDPM generation", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 104, + 342, + 505, + 356 + ], + "spans": [ + { + "bbox": [ + 104, + 342, + 371, + 356 + ], + "score": 1.0, + "content": "process. Moreover, unlike DDPMs, once the initial latent variables", + "type": "text" + }, + { + "bbox": [ + 371, + 344, + 385, + 354 + ], + "score": 0.87, + "content": "\\mathbfit { \\mathbf { x } } _ { T }", + "type": "inline_equation" + }, + { + "bbox": [ + 385, + 342, + 505, + 356 + ], + "score": 1.0, + "content": "are fixed, DDIMs retain high-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 353, + 505, + 366 + ], + "spans": [ + { + "bbox": [ + 105, + 353, + 505, + 366 + ], + "score": 1.0, + "content": "level image features regardless of the generation trajectory, so they are able to perform interpolation", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 364, + 505, + 377 + ], + "spans": [ + { + "bbox": [ + 105, + 364, + 505, + 377 + ], + "score": 1.0, + "content": "directly from the latent space. DDIMs can also be used to encode samples that reconstruct them", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 375, + 452, + 389 + ], + "spans": [ + { + "bbox": [ + 105, + 375, + 452, + 389 + ], + "score": 1.0, + "content": "from the latent code, which DDPMs cannot do due to the stochastic sampling process.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 18.5 + }, + { + "type": "text", + "bbox": [ + 107, + 392, + 505, + 448 + ], + "lines": [ + { + "bbox": [ + 105, + 390, + 504, + 406 + ], + "spans": [ + { + "bbox": [ + 105, + 390, + 341, + 406 + ], + "score": 1.0, + "content": "For each dataset, we use the same trained model with", + "type": "text" + }, + { + "bbox": [ + 341, + 392, + 388, + 403 + ], + "score": 0.91, + "content": "T \\ = \\ 1 0 0 0", + "type": "inline_equation" + }, + { + "bbox": [ + 388, + 390, + 490, + 406 + ], + "score": 1.0, + "content": "and the objective being", + "type": "text" + }, + { + "bbox": [ + 491, + 393, + 504, + 405 + ], + "score": 0.87, + "content": "L _ { \\gamma }", + "type": "inline_equation" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 402, + 505, + 416 + ], + "spans": [ + { + "bbox": [ + 105, + 402, + 182, + 416 + ], + "score": 1.0, + "content": "from Eq. (5) with", + "type": "text" + }, + { + "bbox": [ + 182, + 404, + 211, + 415 + ], + "score": 0.91, + "content": "\\gamma = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 212, + 402, + 505, + 416 + ], + "score": 1.0, + "content": "; as we argued in Section 3, no changes are needed with regards to the", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 414, + 505, + 428 + ], + "spans": [ + { + "bbox": [ + 105, + 414, + 505, + 428 + ], + "score": 1.0, + "content": "training procedure. The only changes that we make is how we produce samples from the model;", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 425, + 505, + 438 + ], + "spans": [ + { + "bbox": [ + 106, + 425, + 231, + 438 + ], + "score": 1.0, + "content": "we achieve this by controlling", + "type": "text" + }, + { + "bbox": [ + 231, + 427, + 238, + 435 + ], + "score": 0.73, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 239, + 425, + 466, + 438 + ], + "score": 1.0, + "content": "(which controls how fast the samples are obtained) and", + "type": "text" + }, + { + "bbox": [ + 466, + 427, + 473, + 435 + ], + "score": 0.74, + "content": "\\sigma", + "type": "inline_equation" + }, + { + "bbox": [ + 474, + 425, + 505, + 438 + ], + "score": 1.0, + "content": "(which", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 437, + 399, + 448 + ], + "spans": [ + { + "bbox": [ + 106, + 437, + 399, + 448 + ], + "score": 1.0, + "content": "interpolates between the deterministic DDIM and the stochastic DDPM).", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 24 + }, + { + "type": "text", + "bbox": [ + 107, + 452, + 504, + 475 + ], + "lines": [ + { + "bbox": [ + 106, + 452, + 504, + 466 + ], + "spans": [ + { + "bbox": [ + 106, + 452, + 257, + 466 + ], + "score": 1.0, + "content": "We consider different sub-sequences", + "type": "text" + }, + { + "bbox": [ + 258, + 455, + 264, + 463 + ], + "score": 0.72, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 265, + 452, + 278, + 466 + ], + "score": 1.0, + "content": "of", + "type": "text" + }, + { + "bbox": [ + 279, + 453, + 319, + 465 + ], + "score": 0.92, + "content": "[ 1 , \\ldots , T ]", + "type": "inline_equation" + }, + { + "bbox": [ + 319, + 452, + 482, + 466 + ], + "score": 1.0, + "content": "and different variance hyperparameters", + "type": "text" + }, + { + "bbox": [ + 482, + 456, + 489, + 463 + ], + "score": 0.76, + "content": "\\sigma", + "type": "inline_equation" + }, + { + "bbox": [ + 490, + 452, + 504, + 466 + ], + "score": 1.0, + "content": "in-", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 464, + 426, + 476 + ], + "spans": [ + { + "bbox": [ + 106, + 464, + 194, + 476 + ], + "score": 1.0, + "content": "dexed by elements of", + "type": "text" + }, + { + "bbox": [ + 194, + 466, + 200, + 474 + ], + "score": 0.78, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 201, + 464, + 358, + 476 + ], + "score": 1.0, + "content": ". To simplify comparisons, we consider", + "type": "text" + }, + { + "bbox": [ + 359, + 466, + 366, + 474 + ], + "score": 0.79, + "content": "\\sigma", + "type": "inline_equation" + }, + { + "bbox": [ + 367, + 464, + 426, + 476 + ], + "score": 1.0, + "content": "with the form:", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27.5 + }, + { + "type": "interline_equation", + "bbox": [ + 196, + 479, + 414, + 501 + ], + "lines": [ + { + "bbox": [ + 196, + 479, + 414, + 501 + ], + "spans": [ + { + "bbox": [ + 196, + 479, + 414, + 501 + ], + "score": 0.93, + "content": "\\sigma _ { \\tau _ { i } } ( \\eta ) = \\eta \\sqrt { ( 1 - \\alpha _ { \\tau _ { i - 1 } } ) / ( 1 - \\alpha _ { \\tau _ { i } } ) } \\sqrt { 1 - \\alpha _ { \\tau _ { i } } / \\alpha _ { \\tau _ { i - 1 } } } ,", + "type": "interline_equation", + "image_path": "a3d4dff954de39f13bce1ac0b9ccb4ba08e597859c7759f726020cf6cbdd9bb9.jpg" + } + ] + } + ], + "index": 29, + "virtual_lines": [ + { + "bbox": [ + 196, + 479, + 414, + 501 + ], + "spans": [], + "index": 29 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 504, + 505, + 560 + ], + "lines": [ + { + "bbox": [ + 106, + 504, + 505, + 516 + ], + "spans": [ + { + "bbox": [ + 106, + 504, + 133, + 516 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 505, + 171, + 516 + ], + "score": 0.92, + "content": "\\eta \\in \\mathbb { R } _ { \\geq 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 172, + 504, + 505, + 516 + ], + "score": 1.0, + "content": "is a hyperparameter that we can directly control. This includes an original DDPM", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 514, + 505, + 528 + ], + "spans": [ + { + "bbox": [ + 105, + 514, + 205, + 528 + ], + "score": 1.0, + "content": "generative process when", + "type": "text" + }, + { + "bbox": [ + 206, + 515, + 231, + 527 + ], + "score": 0.92, + "content": "\\eta = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 231, + 514, + 301, + 528 + ], + "score": 1.0, + "content": "and DDIM when", + "type": "text" + }, + { + "bbox": [ + 301, + 515, + 326, + 527 + ], + "score": 0.9, + "content": "\\eta = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 326, + 514, + 505, + 528 + ], + "score": 1.0, + "content": ". We also consider DDPM where the random", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 104, + 523, + 505, + 542 + ], + "spans": [ + { + "bbox": [ + 104, + 523, + 278, + 542 + ], + "score": 1.0, + "content": "noise has a larger standard deviation than", + "type": "text" + }, + { + "bbox": [ + 279, + 527, + 298, + 539 + ], + "score": 0.89, + "content": "\\sigma ( 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 298, + 523, + 386, + 542 + ], + "score": 1.0, + "content": ", which we denote as", + "type": "text" + }, + { + "bbox": [ + 386, + 527, + 394, + 537 + ], + "score": 0.72, + "content": "\\hat { \\sigma }", + "type": "inline_equation" + }, + { + "bbox": [ + 394, + 523, + 399, + 542 + ], + "score": 1.0, + "content": ":", + "type": "text" + }, + { + "bbox": [ + 400, + 525, + 501, + 539 + ], + "score": 0.89, + "content": "\\hat { \\sigma } _ { \\tau _ { i } } = \\sqrt { 1 - \\alpha _ { \\tau _ { i } } / \\alpha _ { \\tau _ { i - 1 } } }", + "type": "inline_equation" + }, + { + "bbox": [ + 502, + 523, + 505, + 542 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 538, + 504, + 550 + ], + "spans": [ + { + "bbox": [ + 106, + 538, + 504, + 550 + ], + "score": 1.0, + "content": "This is used by the implementation in Ho et al. (2020) only to obtain the CIFAR10 samples, but", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 549, + 404, + 561 + ], + "spans": [ + { + "bbox": [ + 106, + 549, + 404, + 561 + ], + "score": 1.0, + "content": "not samples of the other datasets. We include more details in Appendix D.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 32 + }, + { + "type": "title", + "bbox": [ + 107, + 573, + 282, + 585 + ], + "lines": [ + { + "bbox": [ + 105, + 572, + 283, + 587 + ], + "spans": [ + { + "bbox": [ + 105, + 572, + 283, + 587 + ], + "score": 1.0, + "content": "5.1 SAMPLE QUALITY AND EFFICIENCY", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 35 + }, + { + "type": "text", + "bbox": [ + 106, + 593, + 505, + 704 + ], + "lines": [ + { + "bbox": [ + 105, + 594, + 505, + 606 + ], + "spans": [ + { + "bbox": [ + 105, + 594, + 505, + 606 + ], + "score": 1.0, + "content": "In Table 1, we report the quality of the generated samples with models trained on CIFAR10 and", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 603, + 505, + 619 + ], + "spans": [ + { + "bbox": [ + 105, + 603, + 505, + 619 + ], + "score": 1.0, + "content": "CelebA, as measured by Frechet Inception Distance (FID (Heusel et al., 2017)), where we vary", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 615, + 505, + 630 + ], + "spans": [ + { + "bbox": [ + 105, + 615, + 319, + 630 + ], + "score": 1.0, + "content": "the number of timesteps used to generate a sample", + "type": "text" + }, + { + "bbox": [ + 320, + 616, + 356, + 628 + ], + "score": 0.86, + "content": "( \\dim ( \\tau ) )", + "type": "inline_equation" + }, + { + "bbox": [ + 356, + 615, + 505, + 630 + ], + "score": 1.0, + "content": "and the stochasticity of the process", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 107, + 626, + 505, + 640 + ], + "spans": [ + { + "bbox": [ + 107, + 627, + 119, + 639 + ], + "score": 0.81, + "content": "( \\eta )", + "type": "inline_equation" + }, + { + "bbox": [ + 120, + 626, + 390, + 640 + ], + "score": 1.0, + "content": ". As expected, the sample quality becomes higher as we increase", + "type": "text" + }, + { + "bbox": [ + 391, + 627, + 421, + 639 + ], + "score": 0.88, + "content": "\\dim ( \\tau )", + "type": "inline_equation" + }, + { + "bbox": [ + 422, + 626, + 505, + 640 + ], + "score": 1.0, + "content": ", presenting a trade-", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 638, + 505, + 651 + ], + "spans": [ + { + "bbox": [ + 106, + 638, + 421, + 651 + ], + "score": 1.0, + "content": "off between sample quality and computational costs. We observe that DDIM", + "type": "text" + }, + { + "bbox": [ + 421, + 639, + 449, + 649 + ], + "score": 0.86, + "content": "( \\eta = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 450, + 638, + 505, + 651 + ], + "score": 1.0, + "content": ") achieves the", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 649, + 505, + 662 + ], + "spans": [ + { + "bbox": [ + 105, + 649, + 212, + 662 + ], + "score": 1.0, + "content": "best sample quality when", + "type": "text" + }, + { + "bbox": [ + 212, + 649, + 243, + 661 + ], + "score": 0.88, + "content": "\\dim ( \\tau )", + "type": "inline_equation" + }, + { + "bbox": [ + 243, + 649, + 334, + 662 + ], + "score": 1.0, + "content": "is small, and DDPM", + "type": "text" + }, + { + "bbox": [ + 334, + 649, + 362, + 660 + ], + "score": 0.89, + "content": "{ \\mathfrak { \\eta } } = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 362, + 649, + 380, + 662 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 381, + 650, + 388, + 659 + ], + "score": 0.75, + "content": "\\hat { \\sigma }", + "type": "inline_equation" + }, + { + "bbox": [ + 388, + 649, + 505, + 662 + ], + "score": 1.0, + "content": ") typically has worse sample", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 659, + 506, + 673 + ], + "spans": [ + { + "bbox": [ + 105, + 659, + 376, + 673 + ], + "score": 1.0, + "content": "quality compared to its less stochastic counterparts with the same", + "type": "text" + }, + { + "bbox": [ + 376, + 660, + 407, + 672 + ], + "score": 0.88, + "content": "\\dim ( \\tau )", + "type": "inline_equation" + }, + { + "bbox": [ + 407, + 659, + 506, + 673 + ], + "score": 1.0, + "content": ", except for the case for", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 107, + 671, + 506, + 683 + ], + "spans": [ + { + "bbox": [ + 107, + 671, + 171, + 682 + ], + "score": 0.91, + "content": "\\bar { \\mathrm { d i m } } \\dot { ( \\tau ) } = 1 \\bar { 0 } 0 0", + "type": "inline_equation" + }, + { + "bbox": [ + 171, + 671, + 189, + 683 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 189, + 671, + 196, + 681 + ], + "score": 0.81, + "content": "\\hat { \\sigma }", + "type": "inline_equation" + }, + { + "bbox": [ + 196, + 671, + 506, + 683 + ], + "score": 1.0, + "content": "reported by Ho et al. (2020) where DDIM is marginally worse. However, the", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 681, + 505, + 694 + ], + "spans": [ + { + "bbox": [ + 105, + 681, + 178, + 694 + ], + "score": 1.0, + "content": "sample quality of", + "type": "text" + }, + { + "bbox": [ + 178, + 682, + 185, + 691 + ], + "score": 0.83, + "content": "\\hat { \\sigma }", + "type": "inline_equation" + }, + { + "bbox": [ + 186, + 681, + 320, + 694 + ], + "score": 1.0, + "content": "becomes much worse for smaller", + "type": "text" + }, + { + "bbox": [ + 321, + 682, + 351, + 694 + ], + "score": 0.88, + "content": "\\dim ( \\tau )", + "type": "inline_equation" + }, + { + "bbox": [ + 352, + 681, + 505, + 694 + ], + "score": 1.0, + "content": ", which suggests that it is ill-suited for", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 693, + 504, + 704 + ], + "spans": [ + { + "bbox": [ + 106, + 693, + 504, + 704 + ], + "score": 1.0, + "content": "shorter trajectories. DDIM, on the other hand, achieves high sample quality much more consistently.", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 40.5 + }, + { + "type": "text", + "bbox": [ + 107, + 709, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "In Figure 3, we show CIFAR10 and CelebA samples with the same number of sampling steps and", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 106, + 721, + 505, + 734 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 139, + 734 + ], + "score": 1.0, + "content": "varying", + "type": "text" + }, + { + "bbox": [ + 139, + 722, + 146, + 730 + ], + "score": 0.73, + "content": "\\sigma", + "type": "inline_equation" + }, + { + "bbox": [ + 147, + 721, + 505, + 734 + ], + "score": 1.0, + "content": ". For the DDPM, the sample quality deteriorates rapidly when the sampling trajectory has", + "type": "text" + } + ], + "index": 47 + } + ], + "index": 46.5 + } + ], + "page_idx": 5, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 26, + 293, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 293, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 293, + 38 + ], + "score": 1.0, + "content": "Published as a conference paper at ICLR 2021", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 751, + 309, + 760 + ], + "lines": [ + { + "bbox": [ + 302, + 750, + 310, + 761 + ], + "spans": [ + { + "bbox": [ + 302, + 750, + 310, + 761 + ], + "score": 1.0, + "content": "6", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 107, + 82, + 267, + 93 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 268, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 268, + 95 + ], + "score": 1.0, + "content": "4.3 RELEVANCE TO NEURAL ODES", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 102, + 504, + 126 + ], + "lines": [ + { + "bbox": [ + 105, + 101, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 101, + 505, + 117 + ], + "score": 1.0, + "content": "Moreover, we can rewrite the DDIM iterate according to Eq. (12), and its similarity to Euler inte-", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 114, + 309, + 128 + ], + "spans": [ + { + "bbox": [ + 105, + 114, + 309, + 128 + ], + "score": 1.0, + "content": "gration for solving ODEs becomes more apparent:", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5, + "bbox_fs": [ + 105, + 101, + 505, + 128 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 173, + 128, + 437, + 163 + ], + "lines": [ + { + "bbox": [ + 173, + 128, + 437, + 163 + ], + "spans": [ + { + "bbox": [ + 173, + 128, + 437, + 163 + ], + "score": 0.94, + "content": "\\sqrt { \\frac { 1 } { \\alpha _ { t - 1 } } } { \\pmb x } _ { t - 1 } = \\sqrt { \\frac { 1 } { \\alpha _ { t } } } { \\pmb x } _ { t } + \\left( \\sqrt { \\frac { 1 - \\alpha _ { t - 1 } } { \\alpha _ { t - 1 } } } - \\sqrt { \\frac { 1 - \\alpha _ { t } } { \\alpha _ { t } } } \\right) \\epsilon _ { \\theta } ^ { ( t ) } ( { \\pmb x } _ { t } )", + "type": "interline_equation", + "image_path": "76136e48afa301c9db6cf613cab29c730c19b20726c00336b2241c6a6907e529.jpg" + } + ] + } + ], + "index": 3, + "virtual_lines": [ + { + "bbox": [ + 173, + 128, + 437, + 139.66666666666666 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 173, + 139.66666666666666, + 437, + 151.33333333333331 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 173, + 151.33333333333331, + 437, + 162.99999999999997 + ], + "spans": [], + "index": 4 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 167, + 504, + 191 + ], + "lines": [ + { + "bbox": [ + 106, + 167, + 505, + 181 + ], + "spans": [ + { + "bbox": [ + 106, + 167, + 200, + 181 + ], + "score": 1.0, + "content": "We can reparameterize", + "type": "text" + }, + { + "bbox": [ + 200, + 167, + 260, + 180 + ], + "score": 0.92, + "content": "( \\sqrt { 1 - \\alpha } / \\sqrt { \\alpha } )", + "type": "inline_equation" + }, + { + "bbox": [ + 260, + 167, + 281, + 181 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 281, + 168, + 288, + 178 + ], + "score": 0.81, + "content": "\\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 289, + 167, + 306, + 181 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 307, + 167, + 341, + 180 + ], + "score": 0.93, + "content": "( { \\pmb x } / { \\sqrt { \\alpha } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 341, + 167, + 362, + 181 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 362, + 168, + 386, + 180 + ], + "score": 0.91, + "content": "H ( \\lambda )", + "type": "inline_equation" + }, + { + "bbox": [ + 386, + 167, + 445, + 181 + ], + "score": 1.0, + "content": "then sampling", + "type": "text" + }, + { + "bbox": [ + 446, + 169, + 457, + 179 + ], + "score": 0.85, + "content": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 458, + 167, + 505, + 181 + ], + "score": 1.0, + "content": "with Equa-", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 178, + 358, + 191 + ], + "spans": [ + { + "bbox": [ + 106, + 178, + 358, + 191 + ], + "score": 1.0, + "content": "tion (13) can be treated as integration over the following ODE:", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 5.5, + "bbox_fs": [ + 106, + 167, + 505, + 191 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 170, + 193, + 441, + 222 + ], + "lines": [ + { + "bbox": [ + 170, + 193, + 441, + 222 + ], + "spans": [ + { + "bbox": [ + 170, + 193, + 441, + 222 + ], + "score": 0.94, + "content": "H ( 0 ) = \\int _ { M } ^ { 0 } \\epsilon _ { \\theta } ^ { \\lambda } ( H ( \\lambda ) \\sqrt { \\lambda ^ { 2 } - 1 } ) \\mathrm { d } \\lambda + H ( M ) , \\quad H ( M ) \\sim \\mathcal { N } ( \\mathbf { 0 } , I )", + "type": "interline_equation", + "image_path": "0f2d4922dfc9af0b1fe03e30bb8dae5e84a2b20d131bcf06d4c7117d5beea6bf.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 170, + 193, + 441, + 202.66666666666666 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 170, + 202.66666666666666, + 441, + 212.33333333333331 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 170, + 212.33333333333331, + 441, + 221.99999999999997 + ], + "spans": [], + "index": 9 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 225, + 505, + 280 + ], + "lines": [ + { + "bbox": [ + 106, + 225, + 504, + 237 + ], + "spans": [ + { + "bbox": [ + 106, + 225, + 188, + 237 + ], + "score": 1.0, + "content": "for some very large", + "type": "text" + }, + { + "bbox": [ + 188, + 225, + 200, + 235 + ], + "score": 0.84, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 201, + 225, + 340, + 237 + ], + "score": 1.0, + "content": "(which corresponds to the case of", + "type": "text" + }, + { + "bbox": [ + 341, + 226, + 369, + 235 + ], + "score": 0.88, + "content": "\\alpha \\approx 0", + "type": "inline_equation" + }, + { + "bbox": [ + 369, + 225, + 504, + 237 + ], + "score": 1.0, + "content": "). This suggests that with enough", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 107, + 235, + 505, + 249 + ], + "spans": [ + { + "bbox": [ + 107, + 238, + 115, + 246 + ], + "score": 0.84, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 115, + 235, + 450, + 249 + ], + "score": 1.0, + "content": "(discretization steps), the we can also reverse the generation process (going from", + "type": "text" + }, + { + "bbox": [ + 451, + 236, + 477, + 246 + ], + "score": 0.89, + "content": "t = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 477, + 235, + 489, + 249 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 490, + 236, + 498, + 246 + ], + "score": 0.76, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 498, + 235, + 505, + 249 + ], + "score": 1.0, + "content": "),", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 246, + 506, + 260 + ], + "spans": [ + { + "bbox": [ + 105, + 246, + 167, + 260 + ], + "score": 1.0, + "content": "which encodes", + "type": "text" + }, + { + "bbox": [ + 168, + 249, + 180, + 258 + ], + "score": 0.86, + "content": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 180, + 246, + 191, + 260 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 191, + 249, + 205, + 258 + ], + "score": 0.86, + "content": "\\mathbf { \\nabla } _ { \\mathbf { x } _ { T } }", + "type": "inline_equation" + }, + { + "bbox": [ + 205, + 246, + 506, + 260 + ], + "score": 1.0, + "content": "and simulates the reverse of the ODE in Eq. (14). This suggests that unlike", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 256, + 506, + 271 + ], + "spans": [ + { + "bbox": [ + 105, + 256, + 432, + 271 + ], + "score": 1.0, + "content": "DDPM, we can use DDIM to obtain encodings of the observations (as the form of", + "type": "text" + }, + { + "bbox": [ + 432, + 259, + 446, + 269 + ], + "score": 0.84, + "content": "\\mathbf { \\nabla } _ { \\mathbf { \\mathcal { X } } \\mathcal { T } }", + "type": "inline_equation" + }, + { + "bbox": [ + 446, + 256, + 506, + 271 + ], + "score": 1.0, + "content": "), which might", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 268, + 470, + 281 + ], + "spans": [ + { + "bbox": [ + 106, + 268, + 470, + 281 + ], + "score": 1.0, + "content": "be useful for other downstream applications that requires latent representations of a model.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 12, + "bbox_fs": [ + 105, + 225, + 506, + 281 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 296, + 200, + 309 + ], + "lines": [ + { + "bbox": [ + 105, + 295, + 201, + 311 + ], + "spans": [ + { + "bbox": [ + 105, + 295, + 201, + 311 + ], + "score": 1.0, + "content": "5 EXPERIMENTS", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 15 + }, + { + "type": "text", + "bbox": [ + 107, + 320, + 505, + 387 + ], + "lines": [ + { + "bbox": [ + 105, + 320, + 505, + 333 + ], + "spans": [ + { + "bbox": [ + 105, + 320, + 505, + 333 + ], + "score": 1.0, + "content": "In this section, we show that DDIMs outperform DDPMs in terms of image generation when fewer", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 331, + 505, + 344 + ], + "spans": [ + { + "bbox": [ + 105, + 331, + 297, + 344 + ], + "score": 1.0, + "content": "iterations are considered, giving speed ups of", + "type": "text" + }, + { + "bbox": [ + 298, + 332, + 316, + 342 + ], + "score": 0.88, + "content": "1 0 \\times", + "type": "inline_equation" + }, + { + "bbox": [ + 317, + 331, + 330, + 344 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 330, + 332, + 354, + 342 + ], + "score": 0.88, + "content": "1 0 0 \\times", + "type": "inline_equation" + }, + { + "bbox": [ + 354, + 331, + 505, + 344 + ], + "score": 1.0, + "content": "over the original DDPM generation", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 104, + 342, + 505, + 356 + ], + "spans": [ + { + "bbox": [ + 104, + 342, + 371, + 356 + ], + "score": 1.0, + "content": "process. Moreover, unlike DDPMs, once the initial latent variables", + "type": "text" + }, + { + "bbox": [ + 371, + 344, + 385, + 354 + ], + "score": 0.87, + "content": "\\mathbfit { \\mathbf { x } } _ { T }", + "type": "inline_equation" + }, + { + "bbox": [ + 385, + 342, + 505, + 356 + ], + "score": 1.0, + "content": "are fixed, DDIMs retain high-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 353, + 505, + 366 + ], + "spans": [ + { + "bbox": [ + 105, + 353, + 505, + 366 + ], + "score": 1.0, + "content": "level image features regardless of the generation trajectory, so they are able to perform interpolation", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 364, + 505, + 377 + ], + "spans": [ + { + "bbox": [ + 105, + 364, + 505, + 377 + ], + "score": 1.0, + "content": "directly from the latent space. DDIMs can also be used to encode samples that reconstruct them", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 375, + 452, + 389 + ], + "spans": [ + { + "bbox": [ + 105, + 375, + 452, + 389 + ], + "score": 1.0, + "content": "from the latent code, which DDPMs cannot do due to the stochastic sampling process.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 18.5, + "bbox_fs": [ + 104, + 320, + 505, + 389 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 392, + 505, + 448 + ], + "lines": [ + { + "bbox": [ + 105, + 390, + 504, + 406 + ], + "spans": [ + { + "bbox": [ + 105, + 390, + 341, + 406 + ], + "score": 1.0, + "content": "For each dataset, we use the same trained model with", + "type": "text" + }, + { + "bbox": [ + 341, + 392, + 388, + 403 + ], + "score": 0.91, + "content": "T \\ = \\ 1 0 0 0", + "type": "inline_equation" + }, + { + "bbox": [ + 388, + 390, + 490, + 406 + ], + "score": 1.0, + "content": "and the objective being", + "type": "text" + }, + { + "bbox": [ + 491, + 393, + 504, + 405 + ], + "score": 0.87, + "content": "L _ { \\gamma }", + "type": "inline_equation" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 402, + 505, + 416 + ], + "spans": [ + { + "bbox": [ + 105, + 402, + 182, + 416 + ], + "score": 1.0, + "content": "from Eq. (5) with", + "type": "text" + }, + { + "bbox": [ + 182, + 404, + 211, + 415 + ], + "score": 0.91, + "content": "\\gamma = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 212, + 402, + 505, + 416 + ], + "score": 1.0, + "content": "; as we argued in Section 3, no changes are needed with regards to the", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 414, + 505, + 428 + ], + "spans": [ + { + "bbox": [ + 105, + 414, + 505, + 428 + ], + "score": 1.0, + "content": "training procedure. The only changes that we make is how we produce samples from the model;", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 425, + 505, + 438 + ], + "spans": [ + { + "bbox": [ + 106, + 425, + 231, + 438 + ], + "score": 1.0, + "content": "we achieve this by controlling", + "type": "text" + }, + { + "bbox": [ + 231, + 427, + 238, + 435 + ], + "score": 0.73, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 239, + 425, + 466, + 438 + ], + "score": 1.0, + "content": "(which controls how fast the samples are obtained) and", + "type": "text" + }, + { + "bbox": [ + 466, + 427, + 473, + 435 + ], + "score": 0.74, + "content": "\\sigma", + "type": "inline_equation" + }, + { + "bbox": [ + 474, + 425, + 505, + 438 + ], + "score": 1.0, + "content": "(which", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 437, + 399, + 448 + ], + "spans": [ + { + "bbox": [ + 106, + 437, + 399, + 448 + ], + "score": 1.0, + "content": "interpolates between the deterministic DDIM and the stochastic DDPM).", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 24, + "bbox_fs": [ + 105, + 390, + 505, + 448 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 452, + 504, + 475 + ], + "lines": [ + { + "bbox": [ + 106, + 452, + 504, + 466 + ], + "spans": [ + { + "bbox": [ + 106, + 452, + 257, + 466 + ], + "score": 1.0, + "content": "We consider different sub-sequences", + "type": "text" + }, + { + "bbox": [ + 258, + 455, + 264, + 463 + ], + "score": 0.72, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 265, + 452, + 278, + 466 + ], + "score": 1.0, + "content": "of", + "type": "text" + }, + { + "bbox": [ + 279, + 453, + 319, + 465 + ], + "score": 0.92, + "content": "[ 1 , \\ldots , T ]", + "type": "inline_equation" + }, + { + "bbox": [ + 319, + 452, + 482, + 466 + ], + "score": 1.0, + "content": "and different variance hyperparameters", + "type": "text" + }, + { + "bbox": [ + 482, + 456, + 489, + 463 + ], + "score": 0.76, + "content": "\\sigma", + "type": "inline_equation" + }, + { + "bbox": [ + 490, + 452, + 504, + 466 + ], + "score": 1.0, + "content": "in-", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 464, + 426, + 476 + ], + "spans": [ + { + "bbox": [ + 106, + 464, + 194, + 476 + ], + "score": 1.0, + "content": "dexed by elements of", + "type": "text" + }, + { + "bbox": [ + 194, + 466, + 200, + 474 + ], + "score": 0.78, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 201, + 464, + 358, + 476 + ], + "score": 1.0, + "content": ". To simplify comparisons, we consider", + "type": "text" + }, + { + "bbox": [ + 359, + 466, + 366, + 474 + ], + "score": 0.79, + "content": "\\sigma", + "type": "inline_equation" + }, + { + "bbox": [ + 367, + 464, + 426, + 476 + ], + "score": 1.0, + "content": "with the form:", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27.5, + "bbox_fs": [ + 106, + 452, + 504, + 476 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 196, + 479, + 414, + 501 + ], + "lines": [ + { + "bbox": [ + 196, + 479, + 414, + 501 + ], + "spans": [ + { + "bbox": [ + 196, + 479, + 414, + 501 + ], + "score": 0.93, + "content": "\\sigma _ { \\tau _ { i } } ( \\eta ) = \\eta \\sqrt { ( 1 - \\alpha _ { \\tau _ { i - 1 } } ) / ( 1 - \\alpha _ { \\tau _ { i } } ) } \\sqrt { 1 - \\alpha _ { \\tau _ { i } } / \\alpha _ { \\tau _ { i - 1 } } } ,", + "type": "interline_equation", + "image_path": "a3d4dff954de39f13bce1ac0b9ccb4ba08e597859c7759f726020cf6cbdd9bb9.jpg" + } + ] + } + ], + "index": 29, + "virtual_lines": [ + { + "bbox": [ + 196, + 479, + 414, + 501 + ], + "spans": [], + "index": 29 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 504, + 505, + 560 + ], + "lines": [ + { + "bbox": [ + 106, + 504, + 505, + 516 + ], + "spans": [ + { + "bbox": [ + 106, + 504, + 133, + 516 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 505, + 171, + 516 + ], + "score": 0.92, + "content": "\\eta \\in \\mathbb { R } _ { \\geq 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 172, + 504, + 505, + 516 + ], + "score": 1.0, + "content": "is a hyperparameter that we can directly control. This includes an original DDPM", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 514, + 505, + 528 + ], + "spans": [ + { + "bbox": [ + 105, + 514, + 205, + 528 + ], + "score": 1.0, + "content": "generative process when", + "type": "text" + }, + { + "bbox": [ + 206, + 515, + 231, + 527 + ], + "score": 0.92, + "content": "\\eta = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 231, + 514, + 301, + 528 + ], + "score": 1.0, + "content": "and DDIM when", + "type": "text" + }, + { + "bbox": [ + 301, + 515, + 326, + 527 + ], + "score": 0.9, + "content": "\\eta = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 326, + 514, + 505, + 528 + ], + "score": 1.0, + "content": ". We also consider DDPM where the random", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 104, + 523, + 505, + 542 + ], + "spans": [ + { + "bbox": [ + 104, + 523, + 278, + 542 + ], + "score": 1.0, + "content": "noise has a larger standard deviation than", + "type": "text" + }, + { + "bbox": [ + 279, + 527, + 298, + 539 + ], + "score": 0.89, + "content": "\\sigma ( 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 298, + 523, + 386, + 542 + ], + "score": 1.0, + "content": ", which we denote as", + "type": "text" + }, + { + "bbox": [ + 386, + 527, + 394, + 537 + ], + "score": 0.72, + "content": "\\hat { \\sigma }", + "type": "inline_equation" + }, + { + "bbox": [ + 394, + 523, + 399, + 542 + ], + "score": 1.0, + "content": ":", + "type": "text" + }, + { + "bbox": [ + 400, + 525, + 501, + 539 + ], + "score": 0.89, + "content": "\\hat { \\sigma } _ { \\tau _ { i } } = \\sqrt { 1 - \\alpha _ { \\tau _ { i } } / \\alpha _ { \\tau _ { i - 1 } } }", + "type": "inline_equation" + }, + { + "bbox": [ + 502, + 523, + 505, + 542 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 538, + 504, + 550 + ], + "spans": [ + { + "bbox": [ + 106, + 538, + 504, + 550 + ], + "score": 1.0, + "content": "This is used by the implementation in Ho et al. (2020) only to obtain the CIFAR10 samples, but", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 549, + 404, + 561 + ], + "spans": [ + { + "bbox": [ + 106, + 549, + 404, + 561 + ], + "score": 1.0, + "content": "not samples of the other datasets. We include more details in Appendix D.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 32, + "bbox_fs": [ + 104, + 504, + 505, + 561 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 573, + 282, + 585 + ], + "lines": [ + { + "bbox": [ + 105, + 572, + 283, + 587 + ], + "spans": [ + { + "bbox": [ + 105, + 572, + 283, + 587 + ], + "score": 1.0, + "content": "5.1 SAMPLE QUALITY AND EFFICIENCY", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 35 + }, + { + "type": "text", + "bbox": [ + 106, + 593, + 505, + 704 + ], + "lines": [ + { + "bbox": [ + 105, + 594, + 505, + 606 + ], + "spans": [ + { + "bbox": [ + 105, + 594, + 505, + 606 + ], + "score": 1.0, + "content": "In Table 1, we report the quality of the generated samples with models trained on CIFAR10 and", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 603, + 505, + 619 + ], + "spans": [ + { + "bbox": [ + 105, + 603, + 505, + 619 + ], + "score": 1.0, + "content": "CelebA, as measured by Frechet Inception Distance (FID (Heusel et al., 2017)), where we vary", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 615, + 505, + 630 + ], + "spans": [ + { + "bbox": [ + 105, + 615, + 319, + 630 + ], + "score": 1.0, + "content": "the number of timesteps used to generate a sample", + "type": "text" + }, + { + "bbox": [ + 320, + 616, + 356, + 628 + ], + "score": 0.86, + "content": "( \\dim ( \\tau ) )", + "type": "inline_equation" + }, + { + "bbox": [ + 356, + 615, + 505, + 630 + ], + "score": 1.0, + "content": "and the stochasticity of the process", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 107, + 626, + 505, + 640 + ], + "spans": [ + { + "bbox": [ + 107, + 627, + 119, + 639 + ], + "score": 0.81, + "content": "( \\eta )", + "type": "inline_equation" + }, + { + "bbox": [ + 120, + 626, + 390, + 640 + ], + "score": 1.0, + "content": ". As expected, the sample quality becomes higher as we increase", + "type": "text" + }, + { + "bbox": [ + 391, + 627, + 421, + 639 + ], + "score": 0.88, + "content": "\\dim ( \\tau )", + "type": "inline_equation" + }, + { + "bbox": [ + 422, + 626, + 505, + 640 + ], + "score": 1.0, + "content": ", presenting a trade-", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 638, + 505, + 651 + ], + "spans": [ + { + "bbox": [ + 106, + 638, + 421, + 651 + ], + "score": 1.0, + "content": "off between sample quality and computational costs. We observe that DDIM", + "type": "text" + }, + { + "bbox": [ + 421, + 639, + 449, + 649 + ], + "score": 0.86, + "content": "( \\eta = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 450, + 638, + 505, + 651 + ], + "score": 1.0, + "content": ") achieves the", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 649, + 505, + 662 + ], + "spans": [ + { + "bbox": [ + 105, + 649, + 212, + 662 + ], + "score": 1.0, + "content": "best sample quality when", + "type": "text" + }, + { + "bbox": [ + 212, + 649, + 243, + 661 + ], + "score": 0.88, + "content": "\\dim ( \\tau )", + "type": "inline_equation" + }, + { + "bbox": [ + 243, + 649, + 334, + 662 + ], + "score": 1.0, + "content": "is small, and DDPM", + "type": "text" + }, + { + "bbox": [ + 334, + 649, + 362, + 660 + ], + "score": 0.89, + "content": "{ \\mathfrak { \\eta } } = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 362, + 649, + 380, + 662 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 381, + 650, + 388, + 659 + ], + "score": 0.75, + "content": "\\hat { \\sigma }", + "type": "inline_equation" + }, + { + "bbox": [ + 388, + 649, + 505, + 662 + ], + "score": 1.0, + "content": ") typically has worse sample", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 659, + 506, + 673 + ], + "spans": [ + { + "bbox": [ + 105, + 659, + 376, + 673 + ], + "score": 1.0, + "content": "quality compared to its less stochastic counterparts with the same", + "type": "text" + }, + { + "bbox": [ + 376, + 660, + 407, + 672 + ], + "score": 0.88, + "content": "\\dim ( \\tau )", + "type": "inline_equation" + }, + { + "bbox": [ + 407, + 659, + 506, + 673 + ], + "score": 1.0, + "content": ", except for the case for", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 107, + 671, + 506, + 683 + ], + "spans": [ + { + "bbox": [ + 107, + 671, + 171, + 682 + ], + "score": 0.91, + "content": "\\bar { \\mathrm { d i m } } \\dot { ( \\tau ) } = 1 \\bar { 0 } 0 0", + "type": "inline_equation" + }, + { + "bbox": [ + 171, + 671, + 189, + 683 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 189, + 671, + 196, + 681 + ], + "score": 0.81, + "content": "\\hat { \\sigma }", + "type": "inline_equation" + }, + { + "bbox": [ + 196, + 671, + 506, + 683 + ], + "score": 1.0, + "content": "reported by Ho et al. (2020) where DDIM is marginally worse. However, the", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 681, + 505, + 694 + ], + "spans": [ + { + "bbox": [ + 105, + 681, + 178, + 694 + ], + "score": 1.0, + "content": "sample quality of", + "type": "text" + }, + { + "bbox": [ + 178, + 682, + 185, + 691 + ], + "score": 0.83, + "content": "\\hat { \\sigma }", + "type": "inline_equation" + }, + { + "bbox": [ + 186, + 681, + 320, + 694 + ], + "score": 1.0, + "content": "becomes much worse for smaller", + "type": "text" + }, + { + "bbox": [ + 321, + 682, + 351, + 694 + ], + "score": 0.88, + "content": "\\dim ( \\tau )", + "type": "inline_equation" + }, + { + "bbox": [ + 352, + 681, + 505, + 694 + ], + "score": 1.0, + "content": ", which suggests that it is ill-suited for", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 693, + 504, + 704 + ], + "spans": [ + { + "bbox": [ + 106, + 693, + 504, + 704 + ], + "score": 1.0, + "content": "shorter trajectories. DDIM, on the other hand, achieves high sample quality much more consistently.", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 40.5, + "bbox_fs": [ + 105, + 594, + 506, + 704 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 709, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "In Figure 3, we show CIFAR10 and CelebA samples with the same number of sampling steps and", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 106, + 721, + 505, + 734 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 139, + 734 + ], + "score": 1.0, + "content": "varying", + "type": "text" + }, + { + "bbox": [ + 139, + 722, + 146, + 730 + ], + "score": 0.73, + "content": "\\sigma", + "type": "inline_equation" + }, + { + "bbox": [ + 147, + 721, + 505, + 734 + ], + "score": 1.0, + "content": ". For the DDPM, the sample quality deteriorates rapidly when the sampling trajectory has", + "type": "text" + } + ], + "index": 47 + } + ], + "index": 46.5, + "bbox_fs": [ + 105, + 709, + 505, + 734 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "table", + "bbox": [ + 109, + 122, + 502, + 210 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 106, + 80, + 506, + 114 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 79, + 506, + 93 + ], + "spans": [ + { + "bbox": [ + 105, + 79, + 387, + 93 + ], + "score": 1.0, + "content": "Table 1: CIFAR10 and CelebA image generation measured in FID.", + "type": "text" + }, + { + "bbox": [ + 387, + 81, + 424, + 92 + ], + "score": 0.9, + "content": "\\eta = 1 . 0", + "type": "inline_equation" + }, + { + "bbox": [ + 425, + 79, + 444, + 93 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 444, + 81, + 452, + 90 + ], + "score": 0.81, + "content": "\\hat { \\sigma }", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 79, + 506, + 93 + ], + "score": 1.0, + "content": "are cases of", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 91, + 506, + 103 + ], + "spans": [ + { + "bbox": [ + 106, + 91, + 317, + 103 + ], + "score": 1.0, + "content": "DDPM (although Ho et al. (2020) only considered", + "type": "text" + }, + { + "bbox": [ + 317, + 91, + 363, + 101 + ], + "score": 0.9, + "content": "T = 1 0 0 0", + "type": "inline_equation" + }, + { + "bbox": [ + 363, + 91, + 408, + 103 + ], + "score": 1.0, + "content": "steps, and", + "type": "text" + }, + { + "bbox": [ + 409, + 92, + 441, + 101 + ], + "score": 0.9, + "content": "S < T", + "type": "inline_equation" + }, + { + "bbox": [ + 441, + 91, + 506, + 103 + ], + "score": 1.0, + "content": "can be seen as", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 102, + 394, + 114 + ], + "spans": [ + { + "bbox": [ + 105, + 102, + 236, + 114 + ], + "score": 1.0, + "content": "simulating DDPMs trained with", + "type": "text" + }, + { + "bbox": [ + 236, + 103, + 245, + 113 + ], + "score": 0.76, + "content": "S", + "type": "inline_equation" + }, + { + "bbox": [ + 245, + 102, + 290, + 114 + ], + "score": 1.0, + "content": "steps), and", + "type": "text" + }, + { + "bbox": [ + 291, + 102, + 324, + 114 + ], + "score": 0.91, + "content": "\\eta = 0 . 0", + "type": "inline_equation" + }, + { + "bbox": [ + 324, + 102, + 394, + 114 + ], + "score": 1.0, + "content": "indicates DDIM.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1 + }, + { + "type": "table_body", + "bbox": [ + 109, + 122, + 502, + 210 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 109, + 122, + 502, + 210 + ], + "spans": [ + { + "bbox": [ + 109, + 122, + 502, + 210 + ], + "score": 0.86, + "html": "
CIFAR10 (32× 32)CelebA (64× 64)
S10205010010001020501001000
0.013.366.84 4.67 4.164.0417.3313.739.176.533.51
0.214.047.114.774.254.0917.6614.119.516.793.64
n 0.516.668.355.254.464.2919.8616.0611.018.094.28
1.041.0718.368.015.784.7333.1226.0318.4813.935.98
6367.43133.3732.729.993.17299.71183.8371.7145.203.26
", + "type": "table", + "image_path": "bffd2f77e3acd8e0cca9dd43b1aa9bcdf4e0b084dab8a256a37295d39d9bb611.jpg" + } + ] + } + ], + "index": 4, + "virtual_lines": [ + { + "bbox": [ + 109, + 122, + 502, + 151.33333333333334 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 109, + 151.33333333333334, + 502, + 180.66666666666669 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 109, + 180.66666666666669, + 502, + 210.00000000000003 + ], + "spans": [], + "index": 5 + } + ] + } + ], + "index": 2.5 + }, + { + "type": "image", + "bbox": [ + 113, + 226, + 500, + 307 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 113, + 226, + 500, + 307 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 113, + 226, + 500, + 307 + ], + "spans": [ + { + "bbox": [ + 113, + 226, + 500, + 307 + ], + "score": 0.853, + "type": "image", + "image_path": "7dc112fdc6699928420c30636c1b6f84c6abbfab95fc0bfbf72ebb805dfc47cf.jpg" + } + ] + } + ], + "index": 7, + "virtual_lines": [ + { + "bbox": [ + 113, + 226, + 500, + 253.0 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 113, + 253.0, + 500, + 280.0 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 113, + 280.0, + 500, + 307.0 + ], + "spans": [], + "index": 8 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 144, + 316, + 465, + 328 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 145, + 315, + 466, + 329 + ], + "spans": [ + { + "bbox": [ + 145, + 315, + 331, + 329 + ], + "score": 1.0, + "content": "Figure 3: CIFAR10 and CelebA samples with", + "type": "text" + }, + { + "bbox": [ + 331, + 316, + 385, + 328 + ], + "score": 0.9, + "content": "\\dim ( \\tau ) = 1 0", + "type": "inline_equation" + }, + { + "bbox": [ + 385, + 315, + 403, + 329 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 403, + 315, + 462, + 328 + ], + "score": 0.9, + "content": "\\dim ( \\tau ) = 1 0 0", + "type": "inline_equation" + }, + { + "bbox": [ + 462, + 315, + 466, + 329 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 9 + } + ], + "index": 8.0 + }, + { + "type": "text", + "bbox": [ + 108, + 353, + 504, + 386 + ], + "lines": [ + { + "bbox": [ + 106, + 352, + 506, + 366 + ], + "spans": [ + { + "bbox": [ + 106, + 352, + 205, + 366 + ], + "score": 1.0, + "content": "10 steps. For the case of", + "type": "text" + }, + { + "bbox": [ + 205, + 354, + 212, + 363 + ], + "score": 0.79, + "content": "\\hat { \\sigma }", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 352, + 506, + 366 + ], + "score": 1.0, + "content": ", the generated images seem to have more noisy perturbations under short", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 363, + 506, + 377 + ], + "spans": [ + { + "bbox": [ + 105, + 363, + 506, + 377 + ], + "score": 1.0, + "content": "trajectories; this explains why the FID scores are much worse than other methods, as FID is very", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 375, + 434, + 387 + ], + "spans": [ + { + "bbox": [ + 105, + 375, + 434, + 387 + ], + "score": 1.0, + "content": "sensitive to such perturbations (as discussed in Jolicoeur-Martineau et al. (2020)).", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11 + }, + { + "type": "text", + "bbox": [ + 106, + 392, + 505, + 469 + ], + "lines": [ + { + "bbox": [ + 105, + 391, + 505, + 405 + ], + "spans": [ + { + "bbox": [ + 105, + 391, + 505, + 405 + ], + "score": 1.0, + "content": "In Figure 4, we show that the amount of time needed to produce a sample scales linearly with the", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 402, + 506, + 416 + ], + "spans": [ + { + "bbox": [ + 105, + 402, + 506, + 416 + ], + "score": 1.0, + "content": "length of the sample trajectory. This suggests that DDIM is useful for producing samples more", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 413, + 506, + 427 + ], + "spans": [ + { + "bbox": [ + 105, + 413, + 506, + 427 + ], + "score": 1.0, + "content": "efficiently, as samples can be generated in much fewer steps. Notably, DDIM is able to produce", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 425, + 506, + 438 + ], + "spans": [ + { + "bbox": [ + 106, + 425, + 473, + 438 + ], + "score": 1.0, + "content": "samples with quality comparable to 1000 step models within 20 to 100 steps, which is a", + "type": "text" + }, + { + "bbox": [ + 474, + 425, + 493, + 435 + ], + "score": 0.88, + "content": "1 0 \\times", + "type": "inline_equation" + }, + { + "bbox": [ + 493, + 425, + 506, + 438 + ], + "score": 1.0, + "content": "to", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 435, + 506, + 448 + ], + "spans": [ + { + "bbox": [ + 106, + 436, + 126, + 447 + ], + "score": 0.86, + "content": "5 0 \\times", + "type": "inline_equation" + }, + { + "bbox": [ + 126, + 435, + 506, + 448 + ], + "score": 1.0, + "content": "speed up compared to the original DDPM. Even though DDPM could also achieve reasonable", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 447, + 505, + 459 + ], + "spans": [ + { + "bbox": [ + 105, + 447, + 189, + 459 + ], + "score": 1.0, + "content": "sample quality with", + "type": "text" + }, + { + "bbox": [ + 189, + 447, + 213, + 457 + ], + "score": 0.87, + "content": "1 0 0 \\times", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 447, + 505, + 459 + ], + "score": 1.0, + "content": "steps, DDIM requires much fewer steps to achieve this; on CelebA, the", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 457, + 396, + 470 + ], + "spans": [ + { + "bbox": [ + 105, + 457, + 396, + 470 + ], + "score": 1.0, + "content": "FID score of the 100 step DDPM is similar to that of the 20 step DDIM.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 16 + }, + { + "type": "title", + "bbox": [ + 108, + 487, + 277, + 498 + ], + "lines": [ + { + "bbox": [ + 106, + 487, + 279, + 500 + ], + "spans": [ + { + "bbox": [ + 106, + 487, + 279, + 500 + ], + "score": 1.0, + "content": "5.2 SAMPLE CONSISTENCY IN DDIMS", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 20 + }, + { + "type": "text", + "bbox": [ + 106, + 509, + 505, + 609 + ], + "lines": [ + { + "bbox": [ + 105, + 509, + 506, + 523 + ], + "spans": [ + { + "bbox": [ + 105, + 509, + 324, + 523 + ], + "score": 1.0, + "content": "For DDIM, the generative process is deterministic, and", + "type": "text" + }, + { + "bbox": [ + 325, + 511, + 337, + 520 + ], + "score": 0.87, + "content": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 337, + 509, + 487, + 523 + ], + "score": 1.0, + "content": "would depend only on the initial state", + "type": "text" + }, + { + "bbox": [ + 487, + 512, + 501, + 520 + ], + "score": 0.85, + "content": "\\mathbf { \\nabla } _ { \\mathbf { \\mathcal { X } } \\mathcal { T } }", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 509, + 506, + 523 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 520, + 505, + 533 + ], + "spans": [ + { + "bbox": [ + 105, + 520, + 493, + 533 + ], + "score": 1.0, + "content": "In Figure 5, we observe the generated images under different generative trajectories (i.e. different", + "type": "text" + }, + { + "bbox": [ + 494, + 523, + 501, + 531 + ], + "score": 0.68, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 520, + 505, + 533 + ], + "score": 1.0, + "content": ")", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 532, + 504, + 543 + ], + "spans": [ + { + "bbox": [ + 106, + 532, + 247, + 543 + ], + "score": 1.0, + "content": "while starting with the same initial", + "type": "text" + }, + { + "bbox": [ + 247, + 533, + 261, + 542 + ], + "score": 0.87, + "content": "\\mathbf { \\nabla } _ { \\mathbf { x } _ { T } }", + "type": "inline_equation" + }, + { + "bbox": [ + 262, + 532, + 504, + 543 + ], + "score": 1.0, + "content": ". Interestingly, for the generated images with the same initial", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 541, + 506, + 556 + ], + "spans": [ + { + "bbox": [ + 106, + 545, + 120, + 554 + ], + "score": 0.83, + "content": "\\mathbf { \\nabla } _ { \\mathbf { x } _ { T } }", + "type": "inline_equation" + }, + { + "bbox": [ + 121, + 541, + 506, + 556 + ], + "score": 1.0, + "content": ", most high-level features are similar, regardless of the generative trajectory. In many cases,", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 553, + 506, + 567 + ], + "spans": [ + { + "bbox": [ + 105, + 553, + 506, + 567 + ], + "score": 1.0, + "content": "samples generated with only 20 steps are already very similar to ones generated with 1000 steps in", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 565, + 506, + 577 + ], + "spans": [ + { + "bbox": [ + 106, + 565, + 506, + 577 + ], + "score": 1.0, + "content": "terms of high-level features, with only minor differences in details. Therefore, it would appear that", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 575, + 505, + 588 + ], + "spans": [ + { + "bbox": [ + 106, + 577, + 120, + 586 + ], + "score": 0.85, + "content": "\\mathbf { \\nabla } _ { \\mathbf { x } _ { T } }", + "type": "inline_equation" + }, + { + "bbox": [ + 121, + 575, + 505, + 588 + ], + "score": 1.0, + "content": "alone would be an informative latent encoding of the image; and minor details that affects sample", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 586, + 506, + 599 + ], + "spans": [ + { + "bbox": [ + 105, + 586, + 506, + 599 + ], + "score": 1.0, + "content": "quality are encoded in the parameters, as longer sample trajectories gives better quality samples but", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 598, + 473, + 609 + ], + "spans": [ + { + "bbox": [ + 106, + 598, + 473, + 609 + ], + "score": 1.0, + "content": "do not significantly affect the high-level features. We show more samples in Appendix D.4.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 25 + }, + { + "type": "image", + "bbox": [ + 145, + 632, + 467, + 707 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 145, + 632, + 467, + 707 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 145, + 632, + 467, + 707 + ], + "spans": [ + { + "bbox": [ + 145, + 632, + 467, + 707 + ], + "score": 0.953, + "type": "image", + "image_path": "f7d43add70ac56236b06f4df17b3cf07ac10ffb7f3ad28fa50b72cac429cfa21.jpg" + } + ] + } + ], + "index": 31, + "virtual_lines": [ + { + "bbox": [ + 145, + 632, + 467, + 657.0 + ], + "spans": [], + "index": 30 + }, + { + "bbox": [ + 145, + 657.0, + 467, + 682.0 + ], + "spans": [], + "index": 31 + }, + { + "bbox": [ + 145, + 682.0, + 467, + 707.0 + ], + "spans": [], + "index": 32 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 717, + 504, + 729 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 105, + 715, + 506, + 731 + ], + "spans": [ + { + "bbox": [ + 105, + 715, + 213, + 731 + ], + "score": 1.0, + "content": "Figure 4: Hours to sample", + "type": "text" + }, + { + "bbox": [ + 213, + 717, + 230, + 728 + ], + "score": 0.56, + "content": "5 0 \\mathrm { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 230, + 715, + 506, + 731 + ], + "score": 1.0, + "content": "images with one Nvidia 2080 Ti GPU and samples at different steps.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 33 + } + ], + "index": 32.0 + } + ], + "page_idx": 6, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 108, + 27, + 292, + 37 + ], + "lines": [ + { + "bbox": [ + 105, + 25, + 293, + 39 + ], + "spans": [ + { + "bbox": [ + 105, + 25, + 293, + 39 + ], + "score": 1.0, + "content": "Published as a conference paper at ICLR 2021", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 751, + 309, + 759 + ], + "lines": [ + { + "bbox": [ + 302, + 750, + 309, + 762 + ], + "spans": [ + { + "bbox": [ + 302, + 750, + 309, + 762 + ], + "score": 1.0, + "content": "7", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "table", + "bbox": [ + 109, + 122, + 502, + 210 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 106, + 80, + 506, + 114 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 79, + 506, + 93 + ], + "spans": [ + { + "bbox": [ + 105, + 79, + 387, + 93 + ], + "score": 1.0, + "content": "Table 1: CIFAR10 and CelebA image generation measured in FID.", + "type": "text" + }, + { + "bbox": [ + 387, + 81, + 424, + 92 + ], + "score": 0.9, + "content": "\\eta = 1 . 0", + "type": "inline_equation" + }, + { + "bbox": [ + 425, + 79, + 444, + 93 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 444, + 81, + 452, + 90 + ], + "score": 0.81, + "content": "\\hat { \\sigma }", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 79, + 506, + 93 + ], + "score": 1.0, + "content": "are cases of", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 91, + 506, + 103 + ], + "spans": [ + { + "bbox": [ + 106, + 91, + 317, + 103 + ], + "score": 1.0, + "content": "DDPM (although Ho et al. (2020) only considered", + "type": "text" + }, + { + "bbox": [ + 317, + 91, + 363, + 101 + ], + "score": 0.9, + "content": "T = 1 0 0 0", + "type": "inline_equation" + }, + { + "bbox": [ + 363, + 91, + 408, + 103 + ], + "score": 1.0, + "content": "steps, and", + "type": "text" + }, + { + "bbox": [ + 409, + 92, + 441, + 101 + ], + "score": 0.9, + "content": "S < T", + "type": "inline_equation" + }, + { + "bbox": [ + 441, + 91, + 506, + 103 + ], + "score": 1.0, + "content": "can be seen as", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 102, + 394, + 114 + ], + "spans": [ + { + "bbox": [ + 105, + 102, + 236, + 114 + ], + "score": 1.0, + "content": "simulating DDPMs trained with", + "type": "text" + }, + { + "bbox": [ + 236, + 103, + 245, + 113 + ], + "score": 0.76, + "content": "S", + "type": "inline_equation" + }, + { + "bbox": [ + 245, + 102, + 290, + 114 + ], + "score": 1.0, + "content": "steps), and", + "type": "text" + }, + { + "bbox": [ + 291, + 102, + 324, + 114 + ], + "score": 0.91, + "content": "\\eta = 0 . 0", + "type": "inline_equation" + }, + { + "bbox": [ + 324, + 102, + 394, + 114 + ], + "score": 1.0, + "content": "indicates DDIM.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1 + }, + { + "type": "table_body", + "bbox": [ + 109, + 122, + 502, + 210 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 109, + 122, + 502, + 210 + ], + "spans": [ + { + "bbox": [ + 109, + 122, + 502, + 210 + ], + "score": 0.86, + "html": "
CIFAR10 (32× 32)CelebA (64× 64)
S10205010010001020501001000
0.013.366.84 4.67 4.164.0417.3313.739.176.533.51
0.214.047.114.774.254.0917.6614.119.516.793.64
n 0.516.668.355.254.464.2919.8616.0611.018.094.28
1.041.0718.368.015.784.7333.1226.0318.4813.935.98
6367.43133.3732.729.993.17299.71183.8371.7145.203.26
", + "type": "table", + "image_path": "bffd2f77e3acd8e0cca9dd43b1aa9bcdf4e0b084dab8a256a37295d39d9bb611.jpg" + } + ] + } + ], + "index": 4, + "virtual_lines": [ + { + "bbox": [ + 109, + 122, + 502, + 151.33333333333334 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 109, + 151.33333333333334, + 502, + 180.66666666666669 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 109, + 180.66666666666669, + 502, + 210.00000000000003 + ], + "spans": [], + "index": 5 + } + ] + } + ], + "index": 2.5 + }, + { + "type": "image", + "bbox": [ + 113, + 226, + 500, + 307 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 113, + 226, + 500, + 307 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 113, + 226, + 500, + 307 + ], + "spans": [ + { + "bbox": [ + 113, + 226, + 500, + 307 + ], + "score": 0.853, + "type": "image", + "image_path": "7dc112fdc6699928420c30636c1b6f84c6abbfab95fc0bfbf72ebb805dfc47cf.jpg" + } + ] + } + ], + "index": 7, + "virtual_lines": [ + { + "bbox": [ + 113, + 226, + 500, + 253.0 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 113, + 253.0, + 500, + 280.0 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 113, + 280.0, + 500, + 307.0 + ], + "spans": [], + "index": 8 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 144, + 316, + 465, + 328 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 145, + 315, + 466, + 329 + ], + "spans": [ + { + "bbox": [ + 145, + 315, + 331, + 329 + ], + "score": 1.0, + "content": "Figure 3: CIFAR10 and CelebA samples with", + "type": "text" + }, + { + "bbox": [ + 331, + 316, + 385, + 328 + ], + "score": 0.9, + "content": "\\dim ( \\tau ) = 1 0", + "type": "inline_equation" + }, + { + "bbox": [ + 385, + 315, + 403, + 329 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 403, + 315, + 462, + 328 + ], + "score": 0.9, + "content": "\\dim ( \\tau ) = 1 0 0", + "type": "inline_equation" + }, + { + "bbox": [ + 462, + 315, + 466, + 329 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 9 + } + ], + "index": 8.0 + }, + { + "type": "text", + "bbox": [ + 108, + 353, + 504, + 386 + ], + "lines": [ + { + "bbox": [ + 106, + 352, + 506, + 366 + ], + "spans": [ + { + "bbox": [ + 106, + 352, + 205, + 366 + ], + "score": 1.0, + "content": "10 steps. For the case of", + "type": "text" + }, + { + "bbox": [ + 205, + 354, + 212, + 363 + ], + "score": 0.79, + "content": "\\hat { \\sigma }", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 352, + 506, + 366 + ], + "score": 1.0, + "content": ", the generated images seem to have more noisy perturbations under short", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 363, + 506, + 377 + ], + "spans": [ + { + "bbox": [ + 105, + 363, + 506, + 377 + ], + "score": 1.0, + "content": "trajectories; this explains why the FID scores are much worse than other methods, as FID is very", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 375, + 434, + 387 + ], + "spans": [ + { + "bbox": [ + 105, + 375, + 434, + 387 + ], + "score": 1.0, + "content": "sensitive to such perturbations (as discussed in Jolicoeur-Martineau et al. (2020)).", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11, + "bbox_fs": [ + 105, + 352, + 506, + 387 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 392, + 505, + 469 + ], + "lines": [ + { + "bbox": [ + 105, + 391, + 505, + 405 + ], + "spans": [ + { + "bbox": [ + 105, + 391, + 505, + 405 + ], + "score": 1.0, + "content": "In Figure 4, we show that the amount of time needed to produce a sample scales linearly with the", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 402, + 506, + 416 + ], + "spans": [ + { + "bbox": [ + 105, + 402, + 506, + 416 + ], + "score": 1.0, + "content": "length of the sample trajectory. This suggests that DDIM is useful for producing samples more", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 413, + 506, + 427 + ], + "spans": [ + { + "bbox": [ + 105, + 413, + 506, + 427 + ], + "score": 1.0, + "content": "efficiently, as samples can be generated in much fewer steps. Notably, DDIM is able to produce", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 425, + 506, + 438 + ], + "spans": [ + { + "bbox": [ + 106, + 425, + 473, + 438 + ], + "score": 1.0, + "content": "samples with quality comparable to 1000 step models within 20 to 100 steps, which is a", + "type": "text" + }, + { + "bbox": [ + 474, + 425, + 493, + 435 + ], + "score": 0.88, + "content": "1 0 \\times", + "type": "inline_equation" + }, + { + "bbox": [ + 493, + 425, + 506, + 438 + ], + "score": 1.0, + "content": "to", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 435, + 506, + 448 + ], + "spans": [ + { + "bbox": [ + 106, + 436, + 126, + 447 + ], + "score": 0.86, + "content": "5 0 \\times", + "type": "inline_equation" + }, + { + "bbox": [ + 126, + 435, + 506, + 448 + ], + "score": 1.0, + "content": "speed up compared to the original DDPM. Even though DDPM could also achieve reasonable", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 447, + 505, + 459 + ], + "spans": [ + { + "bbox": [ + 105, + 447, + 189, + 459 + ], + "score": 1.0, + "content": "sample quality with", + "type": "text" + }, + { + "bbox": [ + 189, + 447, + 213, + 457 + ], + "score": 0.87, + "content": "1 0 0 \\times", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 447, + 505, + 459 + ], + "score": 1.0, + "content": "steps, DDIM requires much fewer steps to achieve this; on CelebA, the", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 457, + 396, + 470 + ], + "spans": [ + { + "bbox": [ + 105, + 457, + 396, + 470 + ], + "score": 1.0, + "content": "FID score of the 100 step DDPM is similar to that of the 20 step DDIM.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 16, + "bbox_fs": [ + 105, + 391, + 506, + 470 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 487, + 277, + 498 + ], + "lines": [ + { + "bbox": [ + 106, + 487, + 279, + 500 + ], + "spans": [ + { + "bbox": [ + 106, + 487, + 279, + 500 + ], + "score": 1.0, + "content": "5.2 SAMPLE CONSISTENCY IN DDIMS", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 20 + }, + { + "type": "text", + "bbox": [ + 106, + 509, + 505, + 609 + ], + "lines": [ + { + "bbox": [ + 105, + 509, + 506, + 523 + ], + "spans": [ + { + "bbox": [ + 105, + 509, + 324, + 523 + ], + "score": 1.0, + "content": "For DDIM, the generative process is deterministic, and", + "type": "text" + }, + { + "bbox": [ + 325, + 511, + 337, + 520 + ], + "score": 0.87, + "content": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 337, + 509, + 487, + 523 + ], + "score": 1.0, + "content": "would depend only on the initial state", + "type": "text" + }, + { + "bbox": [ + 487, + 512, + 501, + 520 + ], + "score": 0.85, + "content": "\\mathbf { \\nabla } _ { \\mathbf { \\mathcal { X } } \\mathcal { T } }", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 509, + 506, + 523 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 520, + 505, + 533 + ], + "spans": [ + { + "bbox": [ + 105, + 520, + 493, + 533 + ], + "score": 1.0, + "content": "In Figure 5, we observe the generated images under different generative trajectories (i.e. different", + "type": "text" + }, + { + "bbox": [ + 494, + 523, + 501, + 531 + ], + "score": 0.68, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 520, + 505, + 533 + ], + "score": 1.0, + "content": ")", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 532, + 504, + 543 + ], + "spans": [ + { + "bbox": [ + 106, + 532, + 247, + 543 + ], + "score": 1.0, + "content": "while starting with the same initial", + "type": "text" + }, + { + "bbox": [ + 247, + 533, + 261, + 542 + ], + "score": 0.87, + "content": "\\mathbf { \\nabla } _ { \\mathbf { x } _ { T } }", + "type": "inline_equation" + }, + { + "bbox": [ + 262, + 532, + 504, + 543 + ], + "score": 1.0, + "content": ". Interestingly, for the generated images with the same initial", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 541, + 506, + 556 + ], + "spans": [ + { + "bbox": [ + 106, + 545, + 120, + 554 + ], + "score": 0.83, + "content": "\\mathbf { \\nabla } _ { \\mathbf { x } _ { T } }", + "type": "inline_equation" + }, + { + "bbox": [ + 121, + 541, + 506, + 556 + ], + "score": 1.0, + "content": ", most high-level features are similar, regardless of the generative trajectory. In many cases,", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 553, + 506, + 567 + ], + "spans": [ + { + "bbox": [ + 105, + 553, + 506, + 567 + ], + "score": 1.0, + "content": "samples generated with only 20 steps are already very similar to ones generated with 1000 steps in", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 565, + 506, + 577 + ], + "spans": [ + { + "bbox": [ + 106, + 565, + 506, + 577 + ], + "score": 1.0, + "content": "terms of high-level features, with only minor differences in details. Therefore, it would appear that", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 575, + 505, + 588 + ], + "spans": [ + { + "bbox": [ + 106, + 577, + 120, + 586 + ], + "score": 0.85, + "content": "\\mathbf { \\nabla } _ { \\mathbf { x } _ { T } }", + "type": "inline_equation" + }, + { + "bbox": [ + 121, + 575, + 505, + 588 + ], + "score": 1.0, + "content": "alone would be an informative latent encoding of the image; and minor details that affects sample", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 586, + 506, + 599 + ], + "spans": [ + { + "bbox": [ + 105, + 586, + 506, + 599 + ], + "score": 1.0, + "content": "quality are encoded in the parameters, as longer sample trajectories gives better quality samples but", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 598, + 473, + 609 + ], + "spans": [ + { + "bbox": [ + 106, + 598, + 473, + 609 + ], + "score": 1.0, + "content": "do not significantly affect the high-level features. We show more samples in Appendix D.4.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 25, + "bbox_fs": [ + 105, + 509, + 506, + 609 + ] + }, + { + "type": "image", + "bbox": [ + 145, + 632, + 467, + 707 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 145, + 632, + 467, + 707 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 145, + 632, + 467, + 707 + ], + "spans": [ + { + "bbox": [ + 145, + 632, + 467, + 707 + ], + "score": 0.953, + "type": "image", + "image_path": "f7d43add70ac56236b06f4df17b3cf07ac10ffb7f3ad28fa50b72cac429cfa21.jpg" + } + ] + } + ], + "index": 31, + "virtual_lines": [ + { + "bbox": [ + 145, + 632, + 467, + 657.0 + ], + "spans": [], + "index": 30 + }, + { + "bbox": [ + 145, + 657.0, + 467, + 682.0 + ], + "spans": [], + "index": 31 + }, + { + "bbox": [ + 145, + 682.0, + 467, + 707.0 + ], + "spans": [], + "index": 32 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 717, + 504, + 729 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 105, + 715, + 506, + 731 + ], + "spans": [ + { + "bbox": [ + 105, + 715, + 213, + 731 + ], + "score": 1.0, + "content": "Figure 4: Hours to sample", + "type": "text" + }, + { + "bbox": [ + 213, + 717, + 230, + 728 + ], + "score": 0.56, + "content": "5 0 \\mathrm { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 230, + 715, + 506, + 731 + ], + "score": 1.0, + "content": "images with one Nvidia 2080 Ti GPU and samples at different steps.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 33 + } + ], + "index": 32.0 + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 110, + 82, + 498, + 303 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 110, + 82, + 498, + 303 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 110, + 82, + 498, + 303 + ], + "spans": [ + { + "bbox": [ + 110, + 82, + 498, + 303 + ], + "score": 0.97, + "type": "image", + "image_path": "4aaa02cf378e2d7f77d94702809c3455654d90c96b1abe0691d6648da55a447a.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 110, + 82, + 498, + 155.66666666666669 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 110, + 155.66666666666669, + 498, + 229.33333333333337 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 110, + 229.33333333333337, + 498, + 303.00000000000006 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 128, + 313, + 482, + 325 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 127, + 312, + 483, + 327 + ], + "spans": [ + { + "bbox": [ + 127, + 312, + 345, + 327 + ], + "score": 1.0, + "content": "Figure 5: Samples from DDIM with the same random", + "type": "text" + }, + { + "bbox": [ + 346, + 315, + 360, + 324 + ], + "score": 0.85, + "content": "\\mathbfit { \\mathbf { x } } _ { T }", + "type": "inline_equation" + }, + { + "bbox": [ + 360, + 312, + 483, + 327 + ], + "score": 1.0, + "content": "and different number of steps.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + } + ], + "index": 2.0 + }, + { + "type": "title", + "bbox": [ + 107, + 348, + 390, + 358 + ], + "lines": [ + { + "bbox": [ + 106, + 347, + 392, + 360 + ], + "spans": [ + { + "bbox": [ + 106, + 347, + 392, + 360 + ], + "score": 1.0, + "content": "5.3 INTERPOLATION IN DETERMINISTIC GENERATIVE PROCESSES", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "image", + "bbox": [ + 107, + 372, + 504, + 530 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 107, + 372, + 504, + 530 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 107, + 372, + 504, + 530 + ], + "spans": [ + { + "bbox": [ + 107, + 372, + 504, + 530 + ], + "score": 0.966, + "type": "image", + "image_path": "59796912678198582bd614c35cb3ee11a7d9b15f9fe60304fd72e0c735509618.jpg" + } + ] + } + ], + "index": 6, + "virtual_lines": [ + { + "bbox": [ + 107, + 372, + 504, + 424.6666666666667 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 107, + 424.6666666666667, + 504, + 477.33333333333337 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 107, + 477.33333333333337, + 504, + 530.0 + ], + "spans": [], + "index": 7 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 171, + 538, + 438, + 550 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 171, + 537, + 439, + 551 + ], + "spans": [ + { + "bbox": [ + 171, + 537, + 382, + 551 + ], + "score": 1.0, + "content": "Figure 6: Interpolation of samples from DDIM with", + "type": "text" + }, + { + "bbox": [ + 382, + 538, + 436, + 550 + ], + "score": 0.92, + "content": "\\dim ( \\tau ) = 5 0", + "type": "inline_equation" + }, + { + "bbox": [ + 436, + 537, + 439, + 551 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8 + } + ], + "index": 7.0 + }, + { + "type": "text", + "bbox": [ + 107, + 565, + 505, + 653 + ], + "lines": [ + { + "bbox": [ + 106, + 564, + 505, + 577 + ], + "spans": [ + { + "bbox": [ + 106, + 564, + 359, + 577 + ], + "score": 1.0, + "content": "Since the high level features of the DDIM sample is encoded by", + "type": "text" + }, + { + "bbox": [ + 360, + 567, + 373, + 576 + ], + "score": 0.85, + "content": "\\mathbf { \\nabla } _ { \\mathbf { \\mathcal { X } } \\mathcal { T } }", + "type": "inline_equation" + }, + { + "bbox": [ + 374, + 564, + 505, + 577 + ], + "score": 1.0, + "content": ", we are interested to see whether", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 576, + 505, + 588 + ], + "spans": [ + { + "bbox": [ + 105, + 576, + 505, + 588 + ], + "score": 1.0, + "content": "it would exhibit the semantic interpolation effect similar to that observed in other implicit proba-", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 587, + 505, + 600 + ], + "spans": [ + { + "bbox": [ + 105, + 587, + 505, + 600 + ], + "score": 1.0, + "content": "bilistic models, such as GANs (Goodfellow et al., 2014). This is different from the interpolation", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 598, + 506, + 611 + ], + "spans": [ + { + "bbox": [ + 105, + 598, + 331, + 611 + ], + "score": 1.0, + "content": "procedure in Ho et al. (2020), since in DDPM the same", + "type": "text" + }, + { + "bbox": [ + 332, + 600, + 346, + 609 + ], + "score": 0.87, + "content": "\\mathbfit { \\mathbf { x } } _ { T }", + "type": "inline_equation" + }, + { + "bbox": [ + 346, + 598, + 464, + 611 + ], + "score": 1.0, + "content": "would lead to highly diverse", + "type": "text" + }, + { + "bbox": [ + 464, + 599, + 476, + 609 + ], + "score": 0.87, + "content": "\\scriptstyle { \\pmb x } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 477, + 598, + 506, + 611 + ], + "score": 1.0, + "content": "due to", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 610, + 505, + 621 + ], + "spans": [ + { + "bbox": [ + 106, + 610, + 444, + 621 + ], + "score": 1.0, + "content": "the stochastic generative process6. In Figure 6, we show that simple interpolations in", + "type": "text" + }, + { + "bbox": [ + 444, + 611, + 459, + 620 + ], + "score": 0.87, + "content": "\\mathbf { \\nabla } _ { \\mathbf { x } _ { T } }", + "type": "inline_equation" + }, + { + "bbox": [ + 459, + 610, + 505, + 621 + ], + "score": 1.0, + "content": "can lead to", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 620, + 505, + 632 + ], + "spans": [ + { + "bbox": [ + 105, + 620, + 505, + 632 + ], + "score": 1.0, + "content": "semantically meaningful interpolations between two samples. We include more details and samples", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 631, + 505, + 644 + ], + "spans": [ + { + "bbox": [ + 105, + 631, + 505, + 644 + ], + "score": 1.0, + "content": "in Appendix D.5. This allows DDIM to control the generated images on a high level directly through", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 641, + 280, + 654 + ], + "spans": [ + { + "bbox": [ + 105, + 641, + 280, + 654 + ], + "score": 1.0, + "content": "the latent variables, which DDPMs cannot.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 12.5 + }, + { + "type": "title", + "bbox": [ + 109, + 668, + 304, + 679 + ], + "lines": [ + { + "bbox": [ + 105, + 667, + 306, + 680 + ], + "spans": [ + { + "bbox": [ + 105, + 667, + 306, + 680 + ], + "score": 1.0, + "content": "5.4 RECONSTRUCTION FROM LATENT SPACE", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17 + }, + { + "type": "text", + "bbox": [ + 109, + 689, + 504, + 712 + ], + "lines": [ + { + "bbox": [ + 107, + 688, + 505, + 701 + ], + "spans": [ + { + "bbox": [ + 107, + 688, + 505, + 701 + ], + "score": 1.0, + "content": "As DDIM is the Euler integration for a particular ODE, it would be interesting to see whether it", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 107, + 700, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 107, + 700, + 176, + 712 + ], + "score": 1.0, + "content": "can encode from", + "type": "text" + }, + { + "bbox": [ + 176, + 702, + 188, + 711 + ], + "score": 0.84, + "content": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 189, + 700, + 200, + 712 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 200, + 702, + 214, + 711 + ], + "score": 0.85, + "content": "\\mathbf { \\nabla } _ { \\mathbf { \\mathcal { X } } \\mathcal { T } }", + "type": "inline_equation" + }, + { + "bbox": [ + 214, + 700, + 364, + 712 + ], + "score": 1.0, + "content": "(reverse of Eq. (14)) and reconstruct", + "type": "text" + }, + { + "bbox": [ + 364, + 701, + 376, + 711 + ], + "score": 0.85, + "content": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 376, + 700, + 452, + 712 + ], + "score": 1.0, + "content": "from the resulting", + "type": "text" + }, + { + "bbox": [ + 452, + 701, + 466, + 711 + ], + "score": 0.85, + "content": "\\mathbf { \\nabla } _ { \\mathbf { \\mathcal { X } } \\mathcal { T } }", + "type": "inline_equation" + }, + { + "bbox": [ + 467, + 700, + 505, + 712 + ], + "score": 1.0, + "content": "(forward", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18.5 + } + ], + "page_idx": 7, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 113, + 721, + 502, + 732 + ], + "lines": [ + { + "bbox": [ + 118, + 719, + 503, + 733 + ], + "spans": [ + { + "bbox": [ + 118, + 719, + 310, + 733 + ], + "score": 1.0, + "content": "6Although it might be possible if one interpolates all", + "type": "text" + }, + { + "bbox": [ + 310, + 723, + 317, + 730 + ], + "score": 0.87, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 318, + 719, + 503, + 733 + ], + "score": 1.0, + "content": "noises, like what is done in Song & Ermon (2020).", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 107, + 27, + 292, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "score": 1.0, + "content": "Published as a conference paper at ICLR 2021", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 752, + 308, + 760 + ], + "lines": [ + { + "bbox": [ + 301, + 750, + 310, + 762 + ], + "spans": [ + { + "bbox": [ + 301, + 750, + 310, + 762 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 12, + "width": 9 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 110, + 82, + 498, + 303 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 110, + 82, + 498, + 303 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 110, + 82, + 498, + 303 + ], + "spans": [ + { + "bbox": [ + 110, + 82, + 498, + 303 + ], + "score": 0.97, + "type": "image", + "image_path": "4aaa02cf378e2d7f77d94702809c3455654d90c96b1abe0691d6648da55a447a.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 110, + 82, + 498, + 155.66666666666669 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 110, + 155.66666666666669, + 498, + 229.33333333333337 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 110, + 229.33333333333337, + 498, + 303.00000000000006 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 128, + 313, + 482, + 325 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 127, + 312, + 483, + 327 + ], + "spans": [ + { + "bbox": [ + 127, + 312, + 345, + 327 + ], + "score": 1.0, + "content": "Figure 5: Samples from DDIM with the same random", + "type": "text" + }, + { + "bbox": [ + 346, + 315, + 360, + 324 + ], + "score": 0.85, + "content": "\\mathbfit { \\mathbf { x } } _ { T }", + "type": "inline_equation" + }, + { + "bbox": [ + 360, + 312, + 483, + 327 + ], + "score": 1.0, + "content": "and different number of steps.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + } + ], + "index": 2.0 + }, + { + "type": "title", + "bbox": [ + 107, + 348, + 390, + 358 + ], + "lines": [ + { + "bbox": [ + 106, + 347, + 392, + 360 + ], + "spans": [ + { + "bbox": [ + 106, + 347, + 392, + 360 + ], + "score": 1.0, + "content": "5.3 INTERPOLATION IN DETERMINISTIC GENERATIVE PROCESSES", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "image", + "bbox": [ + 107, + 372, + 504, + 530 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 107, + 372, + 504, + 530 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 107, + 372, + 504, + 530 + ], + "spans": [ + { + "bbox": [ + 107, + 372, + 504, + 530 + ], + "score": 0.966, + "type": "image", + "image_path": "59796912678198582bd614c35cb3ee11a7d9b15f9fe60304fd72e0c735509618.jpg" + } + ] + } + ], + "index": 6, + "virtual_lines": [ + { + "bbox": [ + 107, + 372, + 504, + 424.6666666666667 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 107, + 424.6666666666667, + 504, + 477.33333333333337 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 107, + 477.33333333333337, + 504, + 530.0 + ], + "spans": [], + "index": 7 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 171, + 538, + 438, + 550 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 171, + 537, + 439, + 551 + ], + "spans": [ + { + "bbox": [ + 171, + 537, + 382, + 551 + ], + "score": 1.0, + "content": "Figure 6: Interpolation of samples from DDIM with", + "type": "text" + }, + { + "bbox": [ + 382, + 538, + 436, + 550 + ], + "score": 0.92, + "content": "\\dim ( \\tau ) = 5 0", + "type": "inline_equation" + }, + { + "bbox": [ + 436, + 537, + 439, + 551 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8 + } + ], + "index": 7.0 + }, + { + "type": "text", + "bbox": [ + 107, + 565, + 505, + 653 + ], + "lines": [ + { + "bbox": [ + 106, + 564, + 505, + 577 + ], + "spans": [ + { + "bbox": [ + 106, + 564, + 359, + 577 + ], + "score": 1.0, + "content": "Since the high level features of the DDIM sample is encoded by", + "type": "text" + }, + { + "bbox": [ + 360, + 567, + 373, + 576 + ], + "score": 0.85, + "content": "\\mathbf { \\nabla } _ { \\mathbf { \\mathcal { X } } \\mathcal { T } }", + "type": "inline_equation" + }, + { + "bbox": [ + 374, + 564, + 505, + 577 + ], + "score": 1.0, + "content": ", we are interested to see whether", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 576, + 505, + 588 + ], + "spans": [ + { + "bbox": [ + 105, + 576, + 505, + 588 + ], + "score": 1.0, + "content": "it would exhibit the semantic interpolation effect similar to that observed in other implicit proba-", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 587, + 505, + 600 + ], + "spans": [ + { + "bbox": [ + 105, + 587, + 505, + 600 + ], + "score": 1.0, + "content": "bilistic models, such as GANs (Goodfellow et al., 2014). This is different from the interpolation", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 598, + 506, + 611 + ], + "spans": [ + { + "bbox": [ + 105, + 598, + 331, + 611 + ], + "score": 1.0, + "content": "procedure in Ho et al. (2020), since in DDPM the same", + "type": "text" + }, + { + "bbox": [ + 332, + 600, + 346, + 609 + ], + "score": 0.87, + "content": "\\mathbfit { \\mathbf { x } } _ { T }", + "type": "inline_equation" + }, + { + "bbox": [ + 346, + 598, + 464, + 611 + ], + "score": 1.0, + "content": "would lead to highly diverse", + "type": "text" + }, + { + "bbox": [ + 464, + 599, + 476, + 609 + ], + "score": 0.87, + "content": "\\scriptstyle { \\pmb x } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 477, + 598, + 506, + 611 + ], + "score": 1.0, + "content": "due to", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 610, + 505, + 621 + ], + "spans": [ + { + "bbox": [ + 106, + 610, + 444, + 621 + ], + "score": 1.0, + "content": "the stochastic generative process6. In Figure 6, we show that simple interpolations in", + "type": "text" + }, + { + "bbox": [ + 444, + 611, + 459, + 620 + ], + "score": 0.87, + "content": "\\mathbf { \\nabla } _ { \\mathbf { x } _ { T } }", + "type": "inline_equation" + }, + { + "bbox": [ + 459, + 610, + 505, + 621 + ], + "score": 1.0, + "content": "can lead to", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 620, + 505, + 632 + ], + "spans": [ + { + "bbox": [ + 105, + 620, + 505, + 632 + ], + "score": 1.0, + "content": "semantically meaningful interpolations between two samples. We include more details and samples", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 631, + 505, + 644 + ], + "spans": [ + { + "bbox": [ + 105, + 631, + 505, + 644 + ], + "score": 1.0, + "content": "in Appendix D.5. This allows DDIM to control the generated images on a high level directly through", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 641, + 280, + 654 + ], + "spans": [ + { + "bbox": [ + 105, + 641, + 280, + 654 + ], + "score": 1.0, + "content": "the latent variables, which DDPMs cannot.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 12.5, + "bbox_fs": [ + 105, + 564, + 506, + 654 + ] + }, + { + "type": "title", + "bbox": [ + 109, + 668, + 304, + 679 + ], + "lines": [ + { + "bbox": [ + 105, + 667, + 306, + 680 + ], + "spans": [ + { + "bbox": [ + 105, + 667, + 306, + 680 + ], + "score": 1.0, + "content": "5.4 RECONSTRUCTION FROM LATENT SPACE", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17 + }, + { + "type": "text", + "bbox": [ + 109, + 689, + 504, + 712 + ], + "lines": [ + { + "bbox": [ + 107, + 688, + 505, + 701 + ], + "spans": [ + { + "bbox": [ + 107, + 688, + 505, + 701 + ], + "score": 1.0, + "content": "As DDIM is the Euler integration for a particular ODE, it would be interesting to see whether it", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 107, + 700, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 107, + 700, + 176, + 712 + ], + "score": 1.0, + "content": "can encode from", + "type": "text" + }, + { + "bbox": [ + 176, + 702, + 188, + 711 + ], + "score": 0.84, + "content": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 189, + 700, + 200, + 712 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 200, + 702, + 214, + 711 + ], + "score": 0.85, + "content": "\\mathbf { \\nabla } _ { \\mathbf { \\mathcal { X } } \\mathcal { T } }", + "type": "inline_equation" + }, + { + "bbox": [ + 214, + 700, + 364, + 712 + ], + "score": 1.0, + "content": "(reverse of Eq. (14)) and reconstruct", + "type": "text" + }, + { + "bbox": [ + 364, + 701, + 376, + 711 + ], + "score": 0.85, + "content": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 376, + 700, + 452, + 712 + ], + "score": 1.0, + "content": "from the resulting", + "type": "text" + }, + { + "bbox": [ + 452, + 701, + 466, + 711 + ], + "score": 0.85, + "content": "\\mathbf { \\nabla } _ { \\mathbf { \\mathcal { X } } \\mathcal { T } }", + "type": "inline_equation" + }, + { + "bbox": [ + 467, + 700, + 505, + 712 + ], + "score": 1.0, + "content": "(forward", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 157, + 505, + 171 + ], + "spans": [ + { + "bbox": [ + 106, + 157, + 505, + 171 + ], + "score": 1.0, + "content": "of Eq. (14))7. We consider encoding and decoding on the CIFAR-10 test set with the CIFAR-10", + "type": "text", + "cross_page": true + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 168, + 506, + 181 + ], + "spans": [ + { + "bbox": [ + 105, + 168, + 156, + 181 + ], + "score": 1.0, + "content": "model with", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 156, + 169, + 164, + 178 + ], + "score": 0.8, + "content": "S", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 165, + 168, + 506, + 181 + ], + "score": 1.0, + "content": "steps for both encoding and decoding; we report the per-dimension mean squared", + "type": "text", + "cross_page": true + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 180, + 505, + 192 + ], + "spans": [ + { + "bbox": [ + 105, + 180, + 170, + 192 + ], + "score": 1.0, + "content": "error (scaled to", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 170, + 180, + 192, + 192 + ], + "score": 0.39, + "content": "[ 0 , 1 ] )", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 193, + 180, + 505, + 192 + ], + "score": 1.0, + "content": "in Table 2. Our results show that DDIMs have lower reconstruction error for", + "type": "text", + "cross_page": true + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 191, + 505, + 203 + ], + "spans": [ + { + "bbox": [ + 106, + 191, + 131, + 203 + ], + "score": 1.0, + "content": "larger", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 132, + 191, + 140, + 200 + ], + "score": 0.8, + "content": "S", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 140, + 191, + 505, + 203 + ], + "score": 1.0, + "content": "values and have properties similar to Neural ODEs and normalizing flows. The same cannot", + "type": "text", + "cross_page": true + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 200, + 306, + 215 + ], + "spans": [ + { + "bbox": [ + 105, + 200, + 306, + 215 + ], + "score": 1.0, + "content": "be said for DDPMs due to their stochastic nature.", + "type": "text", + "cross_page": true + } + ], + "index": 8 + } + ], + "index": 18.5, + "bbox_fs": [ + 107, + 688, + 505, + 712 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "table", + "bbox": [ + 150, + 101, + 456, + 136 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 141, + 80, + 469, + 92 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 140, + 79, + 470, + 93 + ], + "spans": [ + { + "bbox": [ + 140, + 79, + 445, + 93 + ], + "score": 1.0, + "content": "Table 2: Reconstruction error with DDIM on CIFAR-10 test set, rounded to", + "type": "text" + }, + { + "bbox": [ + 445, + 80, + 466, + 91 + ], + "score": 0.88, + "content": "1 0 ^ { - 4 }", + "type": "inline_equation" + }, + { + "bbox": [ + 467, + 79, + 470, + 93 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "table_body", + "bbox": [ + 150, + 101, + 456, + 136 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 150, + 101, + 456, + 136 + ], + "spans": [ + { + "bbox": [ + 150, + 101, + 456, + 136 + ], + "score": 0.964, + "html": "
S1020501002005001000
Error0.0140.00650.00230.00090.00040.00010.0001
", + "type": "table", + "image_path": "2408b4cb3fa06c8fc0f66a1ec32d7c94467229c59798256ff9b79df94669c7cb.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 150, + 101, + 456, + 112.66666666666667 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 150, + 112.66666666666667, + 456, + 124.33333333333334 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 150, + 124.33333333333334, + 456, + 136.0 + ], + "spans": [], + "index": 3 + } + ] + } + ], + "index": 1.0 + }, + { + "type": "text", + "bbox": [ + 106, + 157, + 505, + 212 + ], + "lines": [ + { + "bbox": [ + 106, + 157, + 505, + 171 + ], + "spans": [ + { + "bbox": [ + 106, + 157, + 505, + 171 + ], + "score": 1.0, + "content": "of Eq. (14))7. We consider encoding and decoding on the CIFAR-10 test set with the CIFAR-10", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 168, + 506, + 181 + ], + "spans": [ + { + "bbox": [ + 105, + 168, + 156, + 181 + ], + "score": 1.0, + "content": "model with", + "type": "text" + }, + { + "bbox": [ + 156, + 169, + 164, + 178 + ], + "score": 0.8, + "content": "S", + "type": "inline_equation" + }, + { + "bbox": [ + 165, + 168, + 506, + 181 + ], + "score": 1.0, + "content": "steps for both encoding and decoding; we report the per-dimension mean squared", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 180, + 505, + 192 + ], + "spans": [ + { + "bbox": [ + 105, + 180, + 170, + 192 + ], + "score": 1.0, + "content": "error (scaled to", + "type": "text" + }, + { + "bbox": [ + 170, + 180, + 192, + 192 + ], + "score": 0.39, + "content": "[ 0 , 1 ] )", + "type": "inline_equation" + }, + { + "bbox": [ + 193, + 180, + 505, + 192 + ], + "score": 1.0, + "content": "in Table 2. Our results show that DDIMs have lower reconstruction error for", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 191, + 505, + 203 + ], + "spans": [ + { + "bbox": [ + 106, + 191, + 131, + 203 + ], + "score": 1.0, + "content": "larger", + "type": "text" + }, + { + "bbox": [ + 132, + 191, + 140, + 200 + ], + "score": 0.8, + "content": "S", + "type": "inline_equation" + }, + { + "bbox": [ + 140, + 191, + 505, + 203 + ], + "score": 1.0, + "content": "values and have properties similar to Neural ODEs and normalizing flows. The same cannot", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 200, + 306, + 215 + ], + "spans": [ + { + "bbox": [ + 105, + 200, + 306, + 215 + ], + "score": 1.0, + "content": "be said for DDPMs due to their stochastic nature.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 6 + }, + { + "type": "title", + "bbox": [ + 108, + 230, + 211, + 243 + ], + "lines": [ + { + "bbox": [ + 105, + 228, + 213, + 244 + ], + "spans": [ + { + "bbox": [ + 105, + 228, + 213, + 244 + ], + "score": 1.0, + "content": "6 RELATED WORK", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 9 + }, + { + "type": "text", + "bbox": [ + 107, + 255, + 505, + 344 + ], + "lines": [ + { + "bbox": [ + 105, + 254, + 505, + 268 + ], + "spans": [ + { + "bbox": [ + 105, + 254, + 505, + 268 + ], + "score": 1.0, + "content": "Our work is based on a large family of existing methods on learning generative models as transi-", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 266, + 505, + 279 + ], + "spans": [ + { + "bbox": [ + 105, + 266, + 505, + 279 + ], + "score": 1.0, + "content": "tion operators of Markov chains (Sohl-Dickstein et al., 2015; Bengio et al., 2014; Salimans et al.,", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 277, + 505, + 289 + ], + "spans": [ + { + "bbox": [ + 106, + 277, + 505, + 289 + ], + "score": 1.0, + "content": "2014; Song et al., 2017; Goyal et al., 2017; Levy et al., 2017). Among them, denoising diffusion", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 288, + 505, + 302 + ], + "spans": [ + { + "bbox": [ + 105, + 288, + 505, + 302 + ], + "score": 1.0, + "content": "probabilistic models (DDPMs, Ho et al. (2020)) and noise conditional score networks (NCSN, Song", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 298, + 505, + 311 + ], + "spans": [ + { + "bbox": [ + 105, + 298, + 505, + 311 + ], + "score": 1.0, + "content": "& Ermon (2019; 2020)) have recently achieved high sample quality comparable to GANs (Brock", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 310, + 504, + 322 + ], + "spans": [ + { + "bbox": [ + 105, + 310, + 504, + 322 + ], + "score": 1.0, + "content": "et al., 2018; Karras et al., 2018). DDPMs optimize a variational lower bound to the log-likelihood,", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 321, + 505, + 334 + ], + "spans": [ + { + "bbox": [ + 105, + 321, + 505, + 334 + ], + "score": 1.0, + "content": "whereas NCSNs optimize the score matching objective (Hyvarinen ¨ , 2005) over a nonparametric", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 332, + 435, + 344 + ], + "spans": [ + { + "bbox": [ + 105, + 332, + 435, + 344 + ], + "score": 1.0, + "content": "Parzen density estimator of the data (Vincent, 2011; Raphan & Simoncelli, 2011).", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 13.5 + }, + { + "type": "text", + "bbox": [ + 107, + 349, + 505, + 415 + ], + "lines": [ + { + "bbox": [ + 105, + 348, + 505, + 363 + ], + "spans": [ + { + "bbox": [ + 105, + 348, + 505, + 363 + ], + "score": 1.0, + "content": "Despite their different motivations, DDPMs and NCSNs are closely related. Both use a denoising", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 360, + 505, + 372 + ], + "spans": [ + { + "bbox": [ + 105, + 360, + 505, + 372 + ], + "score": 1.0, + "content": "autoencoder objective for many noise levels, and both use a procedure similar to Langevin dynamics", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 371, + 505, + 384 + ], + "spans": [ + { + "bbox": [ + 105, + 371, + 505, + 384 + ], + "score": 1.0, + "content": "to produce samples (Neal et al., 2011). Since Langevin dynamics is a discretization of a gradient", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 381, + 505, + 395 + ], + "spans": [ + { + "bbox": [ + 105, + 381, + 505, + 395 + ], + "score": 1.0, + "content": "flow (Jordan et al., 1998), both DDPM and NCSN require many steps to achieve good sample quality.", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 391, + 505, + 407 + ], + "spans": [ + { + "bbox": [ + 105, + 391, + 505, + 407 + ], + "score": 1.0, + "content": "This aligns with the observation that DDPM and existing NCSN methods have trouble generating", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 405, + 268, + 416 + ], + "spans": [ + { + "bbox": [ + 106, + 405, + 268, + 416 + ], + "score": 1.0, + "content": "high-quality samples in a few iterations.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 20.5 + }, + { + "type": "text", + "bbox": [ + 107, + 421, + 505, + 520 + ], + "lines": [ + { + "bbox": [ + 106, + 421, + 505, + 433 + ], + "spans": [ + { + "bbox": [ + 106, + 421, + 505, + 433 + ], + "score": 1.0, + "content": "DDIM, on the other hand, is an implicit generative model (Mohamed & Lakshminarayanan, 2016)", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 429, + 505, + 446 + ], + "spans": [ + { + "bbox": [ + 105, + 429, + 505, + 446 + ], + "score": 1.0, + "content": "where samples are uniquely determined from the latent variables. Hence, DDIM has certain prop-", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 442, + 505, + 455 + ], + "spans": [ + { + "bbox": [ + 105, + 442, + 505, + 455 + ], + "score": 1.0, + "content": "erties that resemble GANs (Goodfellow et al., 2014) and invertible flows (Dinh et al., 2016), such", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 452, + 505, + 467 + ], + "spans": [ + { + "bbox": [ + 105, + 452, + 505, + 467 + ], + "score": 1.0, + "content": "as the ability to produce semantically meaningful interpolations. We derive DDIM from a purely", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 465, + 505, + 478 + ], + "spans": [ + { + "bbox": [ + 105, + 465, + 505, + 478 + ], + "score": 1.0, + "content": "variational perspective, where the restrictions of Langevin dynamics are not relevant; this could par-", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 476, + 505, + 488 + ], + "spans": [ + { + "bbox": [ + 106, + 476, + 505, + 488 + ], + "score": 1.0, + "content": "tially explain why we are able to observe superior sample quality compared to DDPM under fewer", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 486, + 506, + 500 + ], + "spans": [ + { + "bbox": [ + 105, + 486, + 506, + 500 + ], + "score": 1.0, + "content": "iterations. The sampling procedure of DDIM is also reminiscent of neural networks with continuous", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 498, + 505, + 509 + ], + "spans": [ + { + "bbox": [ + 106, + 498, + 505, + 509 + ], + "score": 1.0, + "content": "depth (Chen et al., 2018; Grathwohl et al., 2018), since the samples it produces from the same latent", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 507, + 471, + 522 + ], + "spans": [ + { + "bbox": [ + 105, + 507, + 471, + 522 + ], + "score": 1.0, + "content": "variable have similar high-level visual features, regardless of the specific sample trajectory.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 28 + }, + { + "type": "title", + "bbox": [ + 108, + 537, + 190, + 549 + ], + "lines": [ + { + "bbox": [ + 104, + 535, + 192, + 553 + ], + "spans": [ + { + "bbox": [ + 104, + 535, + 192, + 553 + ], + "score": 1.0, + "content": "7 DISCUSSION", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 33 + }, + { + "type": "text", + "bbox": [ + 107, + 562, + 505, + 651 + ], + "lines": [ + { + "bbox": [ + 105, + 562, + 505, + 576 + ], + "spans": [ + { + "bbox": [ + 105, + 562, + 505, + 576 + ], + "score": 1.0, + "content": "We have presented DDIMs – an implicit generative model trained with denoising auto-encoding /", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 573, + 505, + 587 + ], + "spans": [ + { + "bbox": [ + 105, + 573, + 505, + 587 + ], + "score": 1.0, + "content": "score matching objectives – from a purely variational perspective. DDIM is able to generate high-", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 585, + 505, + 597 + ], + "spans": [ + { + "bbox": [ + 105, + 585, + 505, + 597 + ], + "score": 1.0, + "content": "quality samples much more efficiently than existing DDPMs and NCSNs, with the ability to perform", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 596, + 505, + 608 + ], + "spans": [ + { + "bbox": [ + 106, + 596, + 505, + 608 + ], + "score": 1.0, + "content": "meaningful interpolations from the latent space. The non-Markovian forward process presented here", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 606, + 505, + 618 + ], + "spans": [ + { + "bbox": [ + 105, + 606, + 505, + 618 + ], + "score": 1.0, + "content": "seems to suggest continuous forward processes other than Gaussian (which cannot be done in the", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 618, + 505, + 629 + ], + "spans": [ + { + "bbox": [ + 105, + 618, + 505, + 629 + ], + "score": 1.0, + "content": "original diffusion framework, since Gaussian is the only stable distribution with finite variance). We", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 629, + 505, + 640 + ], + "spans": [ + { + "bbox": [ + 106, + 629, + 505, + 640 + ], + "score": 1.0, + "content": "also demonstrated a discrete case with a multinomial forward process in Appendix A, and it would", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 640, + 435, + 652 + ], + "spans": [ + { + "bbox": [ + 105, + 640, + 435, + 652 + ], + "score": 1.0, + "content": "be interesting to investigate similar alternatives for other combinatorial structures.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 37.5 + }, + { + "type": "text", + "bbox": [ + 108, + 656, + 504, + 711 + ], + "lines": [ + { + "bbox": [ + 106, + 656, + 505, + 668 + ], + "spans": [ + { + "bbox": [ + 106, + 656, + 505, + 668 + ], + "score": 1.0, + "content": "Moreover, since the sampling procedure of DDIMs is similar to that of an neural ODE, it would", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 667, + 505, + 679 + ], + "spans": [ + { + "bbox": [ + 106, + 667, + 505, + 679 + ], + "score": 1.0, + "content": "be interesting to see if methods that decrease the discretization error in ODEs, including multi-", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 677, + 506, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 506, + 690 + ], + "score": 1.0, + "content": "step methods such as Adams-Bashforth (Butcher & Goodwin, 2008), could be helpful for further", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 688, + 506, + 703 + ], + "spans": [ + { + "bbox": [ + 105, + 688, + 506, + 703 + ], + "score": 1.0, + "content": "improving sample quality in fewer steps (Queiruga et al., 2020). It is also relevant to investigate", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 699, + 453, + 713 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 453, + 713 + ], + "score": 1.0, + "content": "whether DDIMs exhibit other properties of existing implicit models (Bau et al., 2019).", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 44 + } + ], + "page_idx": 8, + "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": [ + 114, + 721, + 497, + 732 + ], + "lines": [ + { + "bbox": [ + 119, + 719, + 498, + 733 + ], + "spans": [ + { + "bbox": [ + 119, + 719, + 145, + 733 + ], + "score": 1.0, + "content": "7Since", + "type": "text" + }, + { + "bbox": [ + 145, + 723, + 158, + 731 + ], + "score": 0.81, + "content": "{ \\pmb x } _ { T }", + "type": "inline_equation" + }, + { + "bbox": [ + 158, + 719, + 174, + 733 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 174, + 723, + 185, + 731 + ], + "score": 0.84, + "content": "\\scriptstyle { \\mathbf { { x } } } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 186, + 719, + 498, + 733 + ], + "score": 1.0, + "content": "have the same dimensions, their compression qualities are not our immediate concern.", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 751, + 309, + 759 + ], + "lines": [ + { + "bbox": [ + 302, + 751, + 309, + 762 + ], + "spans": [ + { + "bbox": [ + 302, + 751, + 309, + 762 + ], + "score": 1.0, + "content": "9", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "table", + "bbox": [ + 150, + 101, + 456, + 136 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 141, + 80, + 469, + 92 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 140, + 79, + 470, + 93 + ], + "spans": [ + { + "bbox": [ + 140, + 79, + 445, + 93 + ], + "score": 1.0, + "content": "Table 2: Reconstruction error with DDIM on CIFAR-10 test set, rounded to", + "type": "text" + }, + { + "bbox": [ + 445, + 80, + 466, + 91 + ], + "score": 0.88, + "content": "1 0 ^ { - 4 }", + "type": "inline_equation" + }, + { + "bbox": [ + 467, + 79, + 470, + 93 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "table_body", + "bbox": [ + 150, + 101, + 456, + 136 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 150, + 101, + 456, + 136 + ], + "spans": [ + { + "bbox": [ + 150, + 101, + 456, + 136 + ], + "score": 0.964, + "html": "
S1020501002005001000
Error0.0140.00650.00230.00090.00040.00010.0001
", + "type": "table", + "image_path": "2408b4cb3fa06c8fc0f66a1ec32d7c94467229c59798256ff9b79df94669c7cb.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 150, + 101, + 456, + 112.66666666666667 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 150, + 112.66666666666667, + 456, + 124.33333333333334 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 150, + 124.33333333333334, + 456, + 136.0 + ], + "spans": [], + "index": 3 + } + ] + } + ], + "index": 1.0 + }, + { + "type": "text", + "bbox": [ + 106, + 157, + 505, + 212 + ], + "lines": [], + "index": 6, + "bbox_fs": [ + 105, + 157, + 506, + 215 + ], + "lines_deleted": true + }, + { + "type": "title", + "bbox": [ + 108, + 230, + 211, + 243 + ], + "lines": [ + { + "bbox": [ + 105, + 228, + 213, + 244 + ], + "spans": [ + { + "bbox": [ + 105, + 228, + 213, + 244 + ], + "score": 1.0, + "content": "6 RELATED WORK", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 9 + }, + { + "type": "text", + "bbox": [ + 107, + 255, + 505, + 344 + ], + "lines": [ + { + "bbox": [ + 105, + 254, + 505, + 268 + ], + "spans": [ + { + "bbox": [ + 105, + 254, + 505, + 268 + ], + "score": 1.0, + "content": "Our work is based on a large family of existing methods on learning generative models as transi-", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 266, + 505, + 279 + ], + "spans": [ + { + "bbox": [ + 105, + 266, + 505, + 279 + ], + "score": 1.0, + "content": "tion operators of Markov chains (Sohl-Dickstein et al., 2015; Bengio et al., 2014; Salimans et al.,", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 277, + 505, + 289 + ], + "spans": [ + { + "bbox": [ + 106, + 277, + 505, + 289 + ], + "score": 1.0, + "content": "2014; Song et al., 2017; Goyal et al., 2017; Levy et al., 2017). Among them, denoising diffusion", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 288, + 505, + 302 + ], + "spans": [ + { + "bbox": [ + 105, + 288, + 505, + 302 + ], + "score": 1.0, + "content": "probabilistic models (DDPMs, Ho et al. (2020)) and noise conditional score networks (NCSN, Song", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 298, + 505, + 311 + ], + "spans": [ + { + "bbox": [ + 105, + 298, + 505, + 311 + ], + "score": 1.0, + "content": "& Ermon (2019; 2020)) have recently achieved high sample quality comparable to GANs (Brock", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 310, + 504, + 322 + ], + "spans": [ + { + "bbox": [ + 105, + 310, + 504, + 322 + ], + "score": 1.0, + "content": "et al., 2018; Karras et al., 2018). DDPMs optimize a variational lower bound to the log-likelihood,", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 321, + 505, + 334 + ], + "spans": [ + { + "bbox": [ + 105, + 321, + 505, + 334 + ], + "score": 1.0, + "content": "whereas NCSNs optimize the score matching objective (Hyvarinen ¨ , 2005) over a nonparametric", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 332, + 435, + 344 + ], + "spans": [ + { + "bbox": [ + 105, + 332, + 435, + 344 + ], + "score": 1.0, + "content": "Parzen density estimator of the data (Vincent, 2011; Raphan & Simoncelli, 2011).", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 13.5, + "bbox_fs": [ + 105, + 254, + 505, + 344 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 349, + 505, + 415 + ], + "lines": [ + { + "bbox": [ + 105, + 348, + 505, + 363 + ], + "spans": [ + { + "bbox": [ + 105, + 348, + 505, + 363 + ], + "score": 1.0, + "content": "Despite their different motivations, DDPMs and NCSNs are closely related. Both use a denoising", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 360, + 505, + 372 + ], + "spans": [ + { + "bbox": [ + 105, + 360, + 505, + 372 + ], + "score": 1.0, + "content": "autoencoder objective for many noise levels, and both use a procedure similar to Langevin dynamics", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 371, + 505, + 384 + ], + "spans": [ + { + "bbox": [ + 105, + 371, + 505, + 384 + ], + "score": 1.0, + "content": "to produce samples (Neal et al., 2011). Since Langevin dynamics is a discretization of a gradient", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 381, + 505, + 395 + ], + "spans": [ + { + "bbox": [ + 105, + 381, + 505, + 395 + ], + "score": 1.0, + "content": "flow (Jordan et al., 1998), both DDPM and NCSN require many steps to achieve good sample quality.", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 391, + 505, + 407 + ], + "spans": [ + { + "bbox": [ + 105, + 391, + 505, + 407 + ], + "score": 1.0, + "content": "This aligns with the observation that DDPM and existing NCSN methods have trouble generating", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 405, + 268, + 416 + ], + "spans": [ + { + "bbox": [ + 106, + 405, + 268, + 416 + ], + "score": 1.0, + "content": "high-quality samples in a few iterations.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 20.5, + "bbox_fs": [ + 105, + 348, + 505, + 416 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 421, + 505, + 520 + ], + "lines": [ + { + "bbox": [ + 106, + 421, + 505, + 433 + ], + "spans": [ + { + "bbox": [ + 106, + 421, + 505, + 433 + ], + "score": 1.0, + "content": "DDIM, on the other hand, is an implicit generative model (Mohamed & Lakshminarayanan, 2016)", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 429, + 505, + 446 + ], + "spans": [ + { + "bbox": [ + 105, + 429, + 505, + 446 + ], + "score": 1.0, + "content": "where samples are uniquely determined from the latent variables. Hence, DDIM has certain prop-", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 442, + 505, + 455 + ], + "spans": [ + { + "bbox": [ + 105, + 442, + 505, + 455 + ], + "score": 1.0, + "content": "erties that resemble GANs (Goodfellow et al., 2014) and invertible flows (Dinh et al., 2016), such", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 452, + 505, + 467 + ], + "spans": [ + { + "bbox": [ + 105, + 452, + 505, + 467 + ], + "score": 1.0, + "content": "as the ability to produce semantically meaningful interpolations. We derive DDIM from a purely", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 465, + 505, + 478 + ], + "spans": [ + { + "bbox": [ + 105, + 465, + 505, + 478 + ], + "score": 1.0, + "content": "variational perspective, where the restrictions of Langevin dynamics are not relevant; this could par-", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 476, + 505, + 488 + ], + "spans": [ + { + "bbox": [ + 106, + 476, + 505, + 488 + ], + "score": 1.0, + "content": "tially explain why we are able to observe superior sample quality compared to DDPM under fewer", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 486, + 506, + 500 + ], + "spans": [ + { + "bbox": [ + 105, + 486, + 506, + 500 + ], + "score": 1.0, + "content": "iterations. The sampling procedure of DDIM is also reminiscent of neural networks with continuous", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 498, + 505, + 509 + ], + "spans": [ + { + "bbox": [ + 106, + 498, + 505, + 509 + ], + "score": 1.0, + "content": "depth (Chen et al., 2018; Grathwohl et al., 2018), since the samples it produces from the same latent", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 507, + 471, + 522 + ], + "spans": [ + { + "bbox": [ + 105, + 507, + 471, + 522 + ], + "score": 1.0, + "content": "variable have similar high-level visual features, regardless of the specific sample trajectory.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 28, + "bbox_fs": [ + 105, + 421, + 506, + 522 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 537, + 190, + 549 + ], + "lines": [ + { + "bbox": [ + 104, + 535, + 192, + 553 + ], + "spans": [ + { + "bbox": [ + 104, + 535, + 192, + 553 + ], + "score": 1.0, + "content": "7 DISCUSSION", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 33 + }, + { + "type": "text", + "bbox": [ + 107, + 562, + 505, + 651 + ], + "lines": [ + { + "bbox": [ + 105, + 562, + 505, + 576 + ], + "spans": [ + { + "bbox": [ + 105, + 562, + 505, + 576 + ], + "score": 1.0, + "content": "We have presented DDIMs – an implicit generative model trained with denoising auto-encoding /", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 573, + 505, + 587 + ], + "spans": [ + { + "bbox": [ + 105, + 573, + 505, + 587 + ], + "score": 1.0, + "content": "score matching objectives – from a purely variational perspective. DDIM is able to generate high-", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 585, + 505, + 597 + ], + "spans": [ + { + "bbox": [ + 105, + 585, + 505, + 597 + ], + "score": 1.0, + "content": "quality samples much more efficiently than existing DDPMs and NCSNs, with the ability to perform", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 596, + 505, + 608 + ], + "spans": [ + { + "bbox": [ + 106, + 596, + 505, + 608 + ], + "score": 1.0, + "content": "meaningful interpolations from the latent space. The non-Markovian forward process presented here", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 606, + 505, + 618 + ], + "spans": [ + { + "bbox": [ + 105, + 606, + 505, + 618 + ], + "score": 1.0, + "content": "seems to suggest continuous forward processes other than Gaussian (which cannot be done in the", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 618, + 505, + 629 + ], + "spans": [ + { + "bbox": [ + 105, + 618, + 505, + 629 + ], + "score": 1.0, + "content": "original diffusion framework, since Gaussian is the only stable distribution with finite variance). We", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 629, + 505, + 640 + ], + "spans": [ + { + "bbox": [ + 106, + 629, + 505, + 640 + ], + "score": 1.0, + "content": "also demonstrated a discrete case with a multinomial forward process in Appendix A, and it would", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 640, + 435, + 652 + ], + "spans": [ + { + "bbox": [ + 105, + 640, + 435, + 652 + ], + "score": 1.0, + "content": "be interesting to investigate similar alternatives for other combinatorial structures.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 37.5, + "bbox_fs": [ + 105, + 562, + 505, + 652 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 656, + 504, + 711 + ], + "lines": [ + { + "bbox": [ + 106, + 656, + 505, + 668 + ], + "spans": [ + { + "bbox": [ + 106, + 656, + 505, + 668 + ], + "score": 1.0, + "content": "Moreover, since the sampling procedure of DDIMs is similar to that of an neural ODE, it would", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 667, + 505, + 679 + ], + "spans": [ + { + "bbox": [ + 106, + 667, + 505, + 679 + ], + "score": 1.0, + "content": "be interesting to see if methods that decrease the discretization error in ODEs, including multi-", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 677, + 506, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 506, + 690 + ], + "score": 1.0, + "content": "step methods such as Adams-Bashforth (Butcher & Goodwin, 2008), could be helpful for further", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 688, + 506, + 703 + ], + "spans": [ + { + "bbox": [ + 105, + 688, + 506, + 703 + ], + "score": 1.0, + "content": "improving sample quality in fewer steps (Queiruga et al., 2020). It is also relevant to investigate", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 699, + 453, + 713 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 453, + 713 + ], + "score": 1.0, + "content": "whether DDIMs exhibit other properties of existing implicit models (Bau et al., 2019).", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 44, + "bbox_fs": [ + 105, + 656, + 506, + 713 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 107, + 81, + 176, + 94 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 176, + 94 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 176, + 94 + ], + "score": 1.0, + "content": "REFERENCES", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 106, + 100, + 505, + 123 + ], + "lines": [ + { + "bbox": [ + 105, + 99, + 506, + 114 + ], + "spans": [ + { + "bbox": [ + 105, + 99, + 506, + 114 + ], + "score": 1.0, + "content": "Martin Arjovsky, Soumith Chintala, and Leon Bottou. Wasserstein GAN. ´ arXiv preprint", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 115, + 111, + 253, + 123 + ], + "spans": [ + { + "bbox": [ + 115, + 111, + 253, + 123 + ], + "score": 1.0, + "content": "arXiv:1701.07875, January 2017.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1.5 + }, + { + "type": "text", + "bbox": [ + 108, + 130, + 504, + 165 + ], + "lines": [ + { + "bbox": [ + 106, + 130, + 504, + 143 + ], + "spans": [ + { + "bbox": [ + 106, + 130, + 504, + 143 + ], + "score": 1.0, + "content": "David Bau, Jun-Yan Zhu, Jonas Wulff, William Peebles, Hendrik Strobelt, Bolei Zhou, and An-", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 116, + 142, + 505, + 155 + ], + "spans": [ + { + "bbox": [ + 116, + 142, + 505, + 155 + ], + "score": 1.0, + "content": "tonio Torralba. Seeing what a gan cannot generate. In Proceedings of the IEEE International", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 117, + 153, + 339, + 165 + ], + "spans": [ + { + "bbox": [ + 117, + 153, + 339, + 165 + ], + "score": 1.0, + "content": "Conference on Computer Vision, pp. 4502–4511, 2019.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 108, + 172, + 504, + 206 + ], + "lines": [ + { + "bbox": [ + 105, + 172, + 505, + 186 + ], + "spans": [ + { + "bbox": [ + 105, + 172, + 505, + 186 + ], + "score": 1.0, + "content": "Yoshua Bengio, Eric Laufer, Guillaume Alain, and Jason Yosinski. Deep generative stochastic", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 115, + 184, + 505, + 196 + ], + "spans": [ + { + "bbox": [ + 115, + 184, + 505, + 196 + ], + "score": 1.0, + "content": "networks trainable by backprop. In International Conference on Machine Learning, pp. 226–234,", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 115, + 194, + 176, + 207 + ], + "spans": [ + { + "bbox": [ + 115, + 194, + 176, + 207 + ], + "score": 1.0, + "content": "January 2014.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7 + }, + { + "type": "text", + "bbox": [ + 106, + 213, + 437, + 226 + ], + "lines": [ + { + "bbox": [ + 106, + 213, + 437, + 227 + ], + "spans": [ + { + "bbox": [ + 106, + 213, + 437, + 227 + ], + "score": 1.0, + "content": "Christopher M Bishop. Pattern recognition and machine learning. springer, 2006.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 9 + }, + { + "type": "text", + "bbox": [ + 106, + 233, + 500, + 257 + ], + "lines": [ + { + "bbox": [ + 106, + 233, + 502, + 247 + ], + "spans": [ + { + "bbox": [ + 106, + 233, + 502, + 247 + ], + "score": 1.0, + "content": "Andrew Brock, Jeff Donahue, and Karen Simonyan. Large scale GAN training for high fidelity", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 115, + 245, + 423, + 258 + ], + "spans": [ + { + "bbox": [ + 115, + 245, + 423, + 258 + ], + "score": 1.0, + "content": "natural image synthesis. arXiv preprint arXiv:1809.11096, September 2018.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10.5 + }, + { + "type": "text", + "bbox": [ + 106, + 264, + 502, + 288 + ], + "lines": [ + { + "bbox": [ + 105, + 262, + 504, + 279 + ], + "spans": [ + { + "bbox": [ + 105, + 262, + 504, + 279 + ], + "score": 1.0, + "content": "John Charles Butcher and Nicolette Goodwin. Numerical methods for ordinary differential equa-", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 115, + 276, + 299, + 288 + ], + "spans": [ + { + "bbox": [ + 115, + 276, + 299, + 288 + ], + "score": 1.0, + "content": "tions, volume 2. Wiley Online Library, 2008.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12.5 + }, + { + "type": "text", + "bbox": [ + 106, + 294, + 505, + 328 + ], + "lines": [ + { + "bbox": [ + 106, + 295, + 504, + 307 + ], + "spans": [ + { + "bbox": [ + 106, + 295, + 504, + 307 + ], + "score": 1.0, + "content": "Nanxin Chen, Yu Zhang, Heiga Zen, Ron J Weiss, Mohammad Norouzi, and William Chan. WaveG-", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 115, + 307, + 505, + 319 + ], + "spans": [ + { + "bbox": [ + 115, + 307, + 505, + 319 + ], + "score": 1.0, + "content": "rad: Estimating gradients for waveform generation. arXiv preprint arXiv:2009.00713, September", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 115, + 317, + 141, + 329 + ], + "spans": [ + { + "bbox": [ + 115, + 317, + 141, + 329 + ], + "score": 1.0, + "content": "2020.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15 + }, + { + "type": "text", + "bbox": [ + 106, + 336, + 504, + 360 + ], + "lines": [ + { + "bbox": [ + 106, + 336, + 504, + 349 + ], + "spans": [ + { + "bbox": [ + 106, + 336, + 504, + 349 + ], + "score": 1.0, + "content": "Ricky T Q Chen, Yulia Rubanova, Jesse Bettencourt, and David Duvenaud. Neural ordinary differ-", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 115, + 348, + 368, + 360 + ], + "spans": [ + { + "bbox": [ + 115, + 348, + 368, + 360 + ], + "score": 1.0, + "content": "ential equations. arXiv preprint arXiv:1806.07366, June 2018.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17.5 + }, + { + "type": "text", + "bbox": [ + 106, + 367, + 504, + 390 + ], + "lines": [ + { + "bbox": [ + 105, + 366, + 506, + 381 + ], + "spans": [ + { + "bbox": [ + 105, + 366, + 506, + 381 + ], + "score": 1.0, + "content": "Laurent Dinh, Jascha Sohl-Dickstein, and Samy Bengio. Density estimation using real NVP. arXiv", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 115, + 379, + 274, + 391 + ], + "spans": [ + { + "bbox": [ + 115, + 379, + 274, + 391 + ], + "score": 1.0, + "content": "preprint arXiv:1605.08803, May 2016.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19.5 + }, + { + "type": "text", + "bbox": [ + 106, + 398, + 504, + 432 + ], + "lines": [ + { + "bbox": [ + 105, + 397, + 506, + 411 + ], + "spans": [ + { + "bbox": [ + 105, + 397, + 506, + 411 + ], + "score": 1.0, + "content": "Ian Goodfellow, Jean Pouget-Abadie, Mehdi Mirza, Bing Xu, David Warde-Farley, Sherjil Ozair,", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 117, + 410, + 505, + 421 + ], + "spans": [ + { + "bbox": [ + 117, + 410, + 505, + 421 + ], + "score": 1.0, + "content": "Aaron Courville, and Yoshua Bengio. Generative adversarial nets. In Advances in neural infor-", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 115, + 421, + 317, + 433 + ], + "spans": [ + { + "bbox": [ + 115, + 421, + 317, + 433 + ], + "score": 1.0, + "content": "mation processing systems, pp. 2672–2680, 2014.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22 + }, + { + "type": "text", + "bbox": [ + 108, + 439, + 504, + 474 + ], + "lines": [ + { + "bbox": [ + 106, + 439, + 506, + 453 + ], + "spans": [ + { + "bbox": [ + 106, + 439, + 506, + 453 + ], + "score": 1.0, + "content": "Anirudh Goyal, Nan Rosemary Ke, Surya Ganguli, and Yoshua Bengio. Variational walkback:", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 115, + 451, + 505, + 464 + ], + "spans": [ + { + "bbox": [ + 115, + 451, + 505, + 464 + ], + "score": 1.0, + "content": "Learning a transition operator as a stochastic recurrent net. In Advances in Neural Information", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 115, + 462, + 289, + 474 + ], + "spans": [ + { + "bbox": [ + 115, + 462, + 289, + 474 + ], + "score": 1.0, + "content": "Processing Systems, pp. 4392–4402, 2017.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25 + }, + { + "type": "text", + "bbox": [ + 106, + 481, + 505, + 515 + ], + "lines": [ + { + "bbox": [ + 106, + 481, + 504, + 493 + ], + "spans": [ + { + "bbox": [ + 106, + 481, + 504, + 493 + ], + "score": 1.0, + "content": "Will Grathwohl, Ricky T Q Chen, Jesse Bettencourt, Ilya Sutskever, and David Duvenaud. FFJORD:", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 116, + 493, + 505, + 505 + ], + "spans": [ + { + "bbox": [ + 116, + 493, + 505, + 505 + ], + "score": 1.0, + "content": "Free-form continuous dynamics for scalable reversible generative models. arXiv preprint", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 115, + 504, + 254, + 515 + ], + "spans": [ + { + "bbox": [ + 115, + 504, + 254, + 515 + ], + "score": 1.0, + "content": "arXiv:1810.01367, October 2018.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28 + }, + { + "type": "text", + "bbox": [ + 106, + 523, + 505, + 556 + ], + "lines": [ + { + "bbox": [ + 106, + 523, + 504, + 535 + ], + "spans": [ + { + "bbox": [ + 106, + 523, + 504, + 535 + ], + "score": 1.0, + "content": "Ishaan Gulrajani, Faruk Ahmed, Martin Arjovsky, Vincent Dumoulin, and Aaron C Courville. Im-", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 115, + 534, + 505, + 548 + ], + "spans": [ + { + "bbox": [ + 115, + 534, + 505, + 548 + ], + "score": 1.0, + "content": "proved training of wasserstein gans. In Advances in Neural Information Processing Systems, pp.", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 116, + 545, + 192, + 556 + ], + "spans": [ + { + "bbox": [ + 116, + 545, + 192, + 556 + ], + "score": 1.0, + "content": "5769–5779, 2017.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 31 + }, + { + "type": "text", + "bbox": [ + 106, + 564, + 505, + 598 + ], + "lines": [ + { + "bbox": [ + 105, + 563, + 505, + 578 + ], + "spans": [ + { + "bbox": [ + 105, + 563, + 505, + 578 + ], + "score": 1.0, + "content": "Martin Heusel, Hubert Ramsauer, Thomas Unterthiner, Bernhard Nessler, and Sepp Hochreiter.", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 116, + 576, + 505, + 588 + ], + "spans": [ + { + "bbox": [ + 116, + 576, + 505, + 588 + ], + "score": 1.0, + "content": "GANs trained by a two Time-Scale update rule converge to a local nash equilibrium. arXiv", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 115, + 587, + 275, + 599 + ], + "spans": [ + { + "bbox": [ + 115, + 587, + 275, + 599 + ], + "score": 1.0, + "content": "preprint arXiv:1706.08500, June 2017.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 34 + }, + { + "type": "text", + "bbox": [ + 103, + 606, + 505, + 629 + ], + "lines": [ + { + "bbox": [ + 105, + 605, + 505, + 619 + ], + "spans": [ + { + "bbox": [ + 105, + 605, + 505, + 619 + ], + "score": 1.0, + "content": "Jonathan Ho, Ajay Jain, and Pieter Abbeel. Denoising diffusion probabilistic models. arXiv preprint", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 116, + 617, + 239, + 629 + ], + "spans": [ + { + "bbox": [ + 116, + 617, + 239, + 629 + ], + "score": 1.0, + "content": "arXiv:2006.11239, June 2020.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 36.5 + }, + { + "type": "text", + "bbox": [ + 103, + 637, + 506, + 660 + ], + "lines": [ + { + "bbox": [ + 105, + 636, + 506, + 651 + ], + "spans": [ + { + "bbox": [ + 105, + 636, + 506, + 651 + ], + "score": 1.0, + "content": "Aapo Hyvarinen. Estimation of Non-Normalized statistical models by score matching. ¨ Journal of", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 116, + 648, + 309, + 660 + ], + "spans": [ + { + "bbox": [ + 116, + 648, + 309, + 660 + ], + "score": 1.0, + "content": "Machine Learning Researc h, 6:695–709, 2005.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 38.5 + }, + { + "type": "text", + "bbox": [ + 107, + 667, + 504, + 702 + ], + "lines": [ + { + "bbox": [ + 105, + 666, + 505, + 680 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 505, + 680 + ], + "score": 1.0, + "content": "Alexia Jolicoeur-Martineau, Remi Pich ´ e-Taillefer, R ´ emi Tachet des Combes, and Ioannis ´", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 114, + 678, + 505, + 692 + ], + "spans": [ + { + "bbox": [ + 114, + 678, + 505, + 692 + ], + "score": 1.0, + "content": "Mitliagkas. Adversarial score matching and improved sampling for image generation. September", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 115, + 689, + 142, + 702 + ], + "spans": [ + { + "bbox": [ + 115, + 689, + 142, + 702 + ], + "score": 1.0, + "content": "2020.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 41 + }, + { + "type": "text", + "bbox": [ + 107, + 709, + 502, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 709, + 503, + 721 + ], + "spans": [ + { + "bbox": [ + 106, + 709, + 503, + 721 + ], + "score": 1.0, + "content": "Richard Jordan, David Kinderlehrer, and Felix Otto. The variational formulation of the fokker–", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 115, + 721, + 424, + 732 + ], + "spans": [ + { + "bbox": [ + 115, + 721, + 424, + 732 + ], + "score": 1.0, + "content": "planck equation. SIAM journal on mathematical analysis, 29(1):1–17, 1998.", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 43.5 + } + ], + "page_idx": 9, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 292, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "score": 1.0, + "content": "Published as a conference paper at ICLR 2021", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 313, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 313, + 764 + ], + "score": 1.0, + "content": "10", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "title", + "bbox": [ + 107, + 81, + 176, + 94 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 176, + 94 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 176, + 94 + ], + "score": 1.0, + "content": "REFERENCES", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 106, + 100, + 505, + 123 + ], + "lines": [ + { + "bbox": [ + 105, + 99, + 506, + 114 + ], + "spans": [ + { + "bbox": [ + 105, + 99, + 506, + 114 + ], + "score": 1.0, + "content": "Martin Arjovsky, Soumith Chintala, and Leon Bottou. Wasserstein GAN. ´ arXiv preprint", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 115, + 111, + 253, + 123 + ], + "spans": [ + { + "bbox": [ + 115, + 111, + 253, + 123 + ], + "score": 1.0, + "content": "arXiv:1701.07875, January 2017.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1.5, + "bbox_fs": [ + 105, + 99, + 506, + 123 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 130, + 504, + 165 + ], + "lines": [ + { + "bbox": [ + 106, + 130, + 504, + 143 + ], + "spans": [ + { + "bbox": [ + 106, + 130, + 504, + 143 + ], + "score": 1.0, + "content": "David Bau, Jun-Yan Zhu, Jonas Wulff, William Peebles, Hendrik Strobelt, Bolei Zhou, and An-", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 116, + 142, + 505, + 155 + ], + "spans": [ + { + "bbox": [ + 116, + 142, + 505, + 155 + ], + "score": 1.0, + "content": "tonio Torralba. Seeing what a gan cannot generate. In Proceedings of the IEEE International", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 117, + 153, + 339, + 165 + ], + "spans": [ + { + "bbox": [ + 117, + 153, + 339, + 165 + ], + "score": 1.0, + "content": "Conference on Computer Vision, pp. 4502–4511, 2019.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4, + "bbox_fs": [ + 106, + 130, + 505, + 165 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 172, + 504, + 206 + ], + "lines": [ + { + "bbox": [ + 105, + 172, + 505, + 186 + ], + "spans": [ + { + "bbox": [ + 105, + 172, + 505, + 186 + ], + "score": 1.0, + "content": "Yoshua Bengio, Eric Laufer, Guillaume Alain, and Jason Yosinski. Deep generative stochastic", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 115, + 184, + 505, + 196 + ], + "spans": [ + { + "bbox": [ + 115, + 184, + 505, + 196 + ], + "score": 1.0, + "content": "networks trainable by backprop. In International Conference on Machine Learning, pp. 226–234,", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 115, + 194, + 176, + 207 + ], + "spans": [ + { + "bbox": [ + 115, + 194, + 176, + 207 + ], + "score": 1.0, + "content": "January 2014.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7, + "bbox_fs": [ + 105, + 172, + 505, + 207 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 213, + 437, + 226 + ], + "lines": [ + { + "bbox": [ + 106, + 213, + 437, + 227 + ], + "spans": [ + { + "bbox": [ + 106, + 213, + 437, + 227 + ], + "score": 1.0, + "content": "Christopher M Bishop. Pattern recognition and machine learning. springer, 2006.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 9, + "bbox_fs": [ + 106, + 213, + 437, + 227 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 233, + 500, + 257 + ], + "lines": [ + { + "bbox": [ + 106, + 233, + 502, + 247 + ], + "spans": [ + { + "bbox": [ + 106, + 233, + 502, + 247 + ], + "score": 1.0, + "content": "Andrew Brock, Jeff Donahue, and Karen Simonyan. Large scale GAN training for high fidelity", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 115, + 245, + 423, + 258 + ], + "spans": [ + { + "bbox": [ + 115, + 245, + 423, + 258 + ], + "score": 1.0, + "content": "natural image synthesis. arXiv preprint arXiv:1809.11096, September 2018.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10.5, + "bbox_fs": [ + 106, + 233, + 502, + 258 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 264, + 502, + 288 + ], + "lines": [ + { + "bbox": [ + 105, + 262, + 504, + 279 + ], + "spans": [ + { + "bbox": [ + 105, + 262, + 504, + 279 + ], + "score": 1.0, + "content": "John Charles Butcher and Nicolette Goodwin. Numerical methods for ordinary differential equa-", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 115, + 276, + 299, + 288 + ], + "spans": [ + { + "bbox": [ + 115, + 276, + 299, + 288 + ], + "score": 1.0, + "content": "tions, volume 2. Wiley Online Library, 2008.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12.5, + "bbox_fs": [ + 105, + 262, + 504, + 288 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 294, + 505, + 328 + ], + "lines": [ + { + "bbox": [ + 106, + 295, + 504, + 307 + ], + "spans": [ + { + "bbox": [ + 106, + 295, + 504, + 307 + ], + "score": 1.0, + "content": "Nanxin Chen, Yu Zhang, Heiga Zen, Ron J Weiss, Mohammad Norouzi, and William Chan. WaveG-", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 115, + 307, + 505, + 319 + ], + "spans": [ + { + "bbox": [ + 115, + 307, + 505, + 319 + ], + "score": 1.0, + "content": "rad: Estimating gradients for waveform generation. arXiv preprint arXiv:2009.00713, September", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 115, + 317, + 141, + 329 + ], + "spans": [ + { + "bbox": [ + 115, + 317, + 141, + 329 + ], + "score": 1.0, + "content": "2020.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15, + "bbox_fs": [ + 106, + 295, + 505, + 329 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 336, + 504, + 360 + ], + "lines": [ + { + "bbox": [ + 106, + 336, + 504, + 349 + ], + "spans": [ + { + "bbox": [ + 106, + 336, + 504, + 349 + ], + "score": 1.0, + "content": "Ricky T Q Chen, Yulia Rubanova, Jesse Bettencourt, and David Duvenaud. Neural ordinary differ-", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 115, + 348, + 368, + 360 + ], + "spans": [ + { + "bbox": [ + 115, + 348, + 368, + 360 + ], + "score": 1.0, + "content": "ential equations. arXiv preprint arXiv:1806.07366, June 2018.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17.5, + "bbox_fs": [ + 106, + 336, + 504, + 360 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 367, + 504, + 390 + ], + "lines": [ + { + "bbox": [ + 105, + 366, + 506, + 381 + ], + "spans": [ + { + "bbox": [ + 105, + 366, + 506, + 381 + ], + "score": 1.0, + "content": "Laurent Dinh, Jascha Sohl-Dickstein, and Samy Bengio. Density estimation using real NVP. arXiv", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 115, + 379, + 274, + 391 + ], + "spans": [ + { + "bbox": [ + 115, + 379, + 274, + 391 + ], + "score": 1.0, + "content": "preprint arXiv:1605.08803, May 2016.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19.5, + "bbox_fs": [ + 105, + 366, + 506, + 391 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 398, + 504, + 432 + ], + "lines": [ + { + "bbox": [ + 105, + 397, + 506, + 411 + ], + "spans": [ + { + "bbox": [ + 105, + 397, + 506, + 411 + ], + "score": 1.0, + "content": "Ian Goodfellow, Jean Pouget-Abadie, Mehdi Mirza, Bing Xu, David Warde-Farley, Sherjil Ozair,", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 117, + 410, + 505, + 421 + ], + "spans": [ + { + "bbox": [ + 117, + 410, + 505, + 421 + ], + "score": 1.0, + "content": "Aaron Courville, and Yoshua Bengio. Generative adversarial nets. In Advances in neural infor-", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 115, + 421, + 317, + 433 + ], + "spans": [ + { + "bbox": [ + 115, + 421, + 317, + 433 + ], + "score": 1.0, + "content": "mation processing systems, pp. 2672–2680, 2014.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22, + "bbox_fs": [ + 105, + 397, + 506, + 433 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 439, + 504, + 474 + ], + "lines": [ + { + "bbox": [ + 106, + 439, + 506, + 453 + ], + "spans": [ + { + "bbox": [ + 106, + 439, + 506, + 453 + ], + "score": 1.0, + "content": "Anirudh Goyal, Nan Rosemary Ke, Surya Ganguli, and Yoshua Bengio. Variational walkback:", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 115, + 451, + 505, + 464 + ], + "spans": [ + { + "bbox": [ + 115, + 451, + 505, + 464 + ], + "score": 1.0, + "content": "Learning a transition operator as a stochastic recurrent net. In Advances in Neural Information", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 115, + 462, + 289, + 474 + ], + "spans": [ + { + "bbox": [ + 115, + 462, + 289, + 474 + ], + "score": 1.0, + "content": "Processing Systems, pp. 4392–4402, 2017.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25, + "bbox_fs": [ + 106, + 439, + 506, + 474 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 481, + 505, + 515 + ], + "lines": [ + { + "bbox": [ + 106, + 481, + 504, + 493 + ], + "spans": [ + { + "bbox": [ + 106, + 481, + 504, + 493 + ], + "score": 1.0, + "content": "Will Grathwohl, Ricky T Q Chen, Jesse Bettencourt, Ilya Sutskever, and David Duvenaud. FFJORD:", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 116, + 493, + 505, + 505 + ], + "spans": [ + { + "bbox": [ + 116, + 493, + 505, + 505 + ], + "score": 1.0, + "content": "Free-form continuous dynamics for scalable reversible generative models. arXiv preprint", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 115, + 504, + 254, + 515 + ], + "spans": [ + { + "bbox": [ + 115, + 504, + 254, + 515 + ], + "score": 1.0, + "content": "arXiv:1810.01367, October 2018.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28, + "bbox_fs": [ + 106, + 481, + 505, + 515 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 523, + 505, + 556 + ], + "lines": [ + { + "bbox": [ + 106, + 523, + 504, + 535 + ], + "spans": [ + { + "bbox": [ + 106, + 523, + 504, + 535 + ], + "score": 1.0, + "content": "Ishaan Gulrajani, Faruk Ahmed, Martin Arjovsky, Vincent Dumoulin, and Aaron C Courville. Im-", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 115, + 534, + 505, + 548 + ], + "spans": [ + { + "bbox": [ + 115, + 534, + 505, + 548 + ], + "score": 1.0, + "content": "proved training of wasserstein gans. In Advances in Neural Information Processing Systems, pp.", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 116, + 545, + 192, + 556 + ], + "spans": [ + { + "bbox": [ + 116, + 545, + 192, + 556 + ], + "score": 1.0, + "content": "5769–5779, 2017.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 31, + "bbox_fs": [ + 106, + 523, + 505, + 556 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 564, + 505, + 598 + ], + "lines": [ + { + "bbox": [ + 105, + 563, + 505, + 578 + ], + "spans": [ + { + "bbox": [ + 105, + 563, + 505, + 578 + ], + "score": 1.0, + "content": "Martin Heusel, Hubert Ramsauer, Thomas Unterthiner, Bernhard Nessler, and Sepp Hochreiter.", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 116, + 576, + 505, + 588 + ], + "spans": [ + { + "bbox": [ + 116, + 576, + 505, + 588 + ], + "score": 1.0, + "content": "GANs trained by a two Time-Scale update rule converge to a local nash equilibrium. arXiv", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 115, + 587, + 275, + 599 + ], + "spans": [ + { + "bbox": [ + 115, + 587, + 275, + 599 + ], + "score": 1.0, + "content": "preprint arXiv:1706.08500, June 2017.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 34, + "bbox_fs": [ + 105, + 563, + 505, + 599 + ] + }, + { + "type": "text", + "bbox": [ + 103, + 606, + 505, + 629 + ], + "lines": [ + { + "bbox": [ + 105, + 605, + 505, + 619 + ], + "spans": [ + { + "bbox": [ + 105, + 605, + 505, + 619 + ], + "score": 1.0, + "content": "Jonathan Ho, Ajay Jain, and Pieter Abbeel. Denoising diffusion probabilistic models. arXiv preprint", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 116, + 617, + 239, + 629 + ], + "spans": [ + { + "bbox": [ + 116, + 617, + 239, + 629 + ], + "score": 1.0, + "content": "arXiv:2006.11239, June 2020.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 36.5, + "bbox_fs": [ + 105, + 605, + 505, + 629 + ] + }, + { + "type": "text", + "bbox": [ + 103, + 637, + 506, + 660 + ], + "lines": [ + { + "bbox": [ + 105, + 636, + 506, + 651 + ], + "spans": [ + { + "bbox": [ + 105, + 636, + 506, + 651 + ], + "score": 1.0, + "content": "Aapo Hyvarinen. Estimation of Non-Normalized statistical models by score matching. ¨ Journal of", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 116, + 648, + 309, + 660 + ], + "spans": [ + { + "bbox": [ + 116, + 648, + 309, + 660 + ], + "score": 1.0, + "content": "Machine Learning Researc h, 6:695–709, 2005.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 38.5, + "bbox_fs": [ + 105, + 636, + 506, + 660 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 667, + 504, + 702 + ], + "lines": [ + { + "bbox": [ + 105, + 666, + 505, + 680 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 505, + 680 + ], + "score": 1.0, + "content": "Alexia Jolicoeur-Martineau, Remi Pich ´ e-Taillefer, R ´ emi Tachet des Combes, and Ioannis ´", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 114, + 678, + 505, + 692 + ], + "spans": [ + { + "bbox": [ + 114, + 678, + 505, + 692 + ], + "score": 1.0, + "content": "Mitliagkas. Adversarial score matching and improved sampling for image generation. September", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 115, + 689, + 142, + 702 + ], + "spans": [ + { + "bbox": [ + 115, + 689, + 142, + 702 + ], + "score": 1.0, + "content": "2020.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 41, + "bbox_fs": [ + 105, + 666, + 505, + 702 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 709, + 502, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 709, + 503, + 721 + ], + "spans": [ + { + "bbox": [ + 106, + 709, + 503, + 721 + ], + "score": 1.0, + "content": "Richard Jordan, David Kinderlehrer, and Felix Otto. The variational formulation of the fokker–", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 115, + 721, + 424, + 732 + ], + "spans": [ + { + "bbox": [ + 115, + 721, + 424, + 732 + ], + "score": 1.0, + "content": "planck equation. SIAM journal on mathematical analysis, 29(1):1–17, 1998.", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 43.5, + "bbox_fs": [ + 106, + 709, + 503, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 105, + 82, + 504, + 105 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "Tero Karras, Samuli Laine, and Timo Aila. A Style-Based generator architecture for generative", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 115, + 93, + 411, + 106 + ], + "spans": [ + { + "bbox": [ + 115, + 93, + 411, + 106 + ], + "score": 1.0, + "content": "adversarial networks. arXiv preprint arXiv:1812.04948, December 2018.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 108, + 112, + 503, + 147 + ], + "lines": [ + { + "bbox": [ + 106, + 112, + 504, + 126 + ], + "spans": [ + { + "bbox": [ + 106, + 112, + 504, + 126 + ], + "score": 1.0, + "content": "Tero Karras, Samuli Laine, Miika Aittala, Janne Hellsten, Jaakko Lehtinen, and Timo Aila. Analyz-", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 115, + 124, + 505, + 137 + ], + "spans": [ + { + "bbox": [ + 115, + 124, + 505, + 137 + ], + "score": 1.0, + "content": "ing and improving the image quality of stylegan. In Proceedings of the IEEE/CVF Conference on", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 116, + 134, + 378, + 148 + ], + "spans": [ + { + "bbox": [ + 116, + 134, + 378, + 148 + ], + "score": 1.0, + "content": "Computer Vision and Pattern Recognition, pp. 8110–8119, 2020.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3 + }, + { + "type": "text", + "bbox": [ + 107, + 154, + 504, + 177 + ], + "lines": [ + { + "bbox": [ + 105, + 153, + 506, + 169 + ], + "spans": [ + { + "bbox": [ + 105, + 153, + 146, + 169 + ], + "score": 1.0, + "content": "Diederik", + "type": "text" + }, + { + "bbox": [ + 146, + 155, + 155, + 165 + ], + "score": 0.31, + "content": "\\mathrm { \\bf P }", + "type": "inline_equation" + }, + { + "bbox": [ + 155, + 153, + 506, + 169 + ], + "score": 1.0, + "content": "Kingma and Max Welling. Auto-Encoding variational bayes. arXiv preprint", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 116, + 165, + 272, + 177 + ], + "spans": [ + { + "bbox": [ + 116, + 165, + 272, + 177 + ], + "score": 1.0, + "content": "arXiv:1312.6114v10, December 2013.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 5.5 + }, + { + "type": "text", + "bbox": [ + 106, + 185, + 504, + 208 + ], + "lines": [ + { + "bbox": [ + 106, + 184, + 505, + 198 + ], + "spans": [ + { + "bbox": [ + 106, + 184, + 505, + 198 + ], + "score": 1.0, + "content": "Daniel Levy, Matthew D Hoffman, and Jascha Sohl-Dickstein. Generalizing hamiltonian monte", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 115, + 196, + 391, + 209 + ], + "spans": [ + { + "bbox": [ + 115, + 196, + 391, + 209 + ], + "score": 1.0, + "content": "carlo with neural networks. arXiv preprint arXiv:1711.09268, 2017.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7.5 + }, + { + "type": "text", + "bbox": [ + 107, + 216, + 504, + 239 + ], + "lines": [ + { + "bbox": [ + 106, + 216, + 504, + 229 + ], + "spans": [ + { + "bbox": [ + 106, + 216, + 504, + 229 + ], + "score": 1.0, + "content": "Shakir Mohamed and Balaji Lakshminarayanan. Learning in implicit generative models. arXiv", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 114, + 227, + 289, + 239 + ], + "spans": [ + { + "bbox": [ + 114, + 227, + 289, + 239 + ], + "score": 1.0, + "content": "preprint arXiv:1610.03483, October 2016.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5 + }, + { + "type": "text", + "bbox": [ + 107, + 246, + 504, + 270 + ], + "lines": [ + { + "bbox": [ + 105, + 245, + 505, + 261 + ], + "spans": [ + { + "bbox": [ + 105, + 245, + 505, + 261 + ], + "score": 1.0, + "content": "Radford M Neal et al. Mcmc using hamiltonian dynamics. Handbook of markov chain monte carlo,", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 116, + 258, + 176, + 270 + ], + "spans": [ + { + "bbox": [ + 116, + 258, + 176, + 270 + ], + "score": 1.0, + "content": "2(11):2, 2011.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11.5 + }, + { + "type": "text", + "bbox": [ + 106, + 277, + 503, + 300 + ], + "lines": [ + { + "bbox": [ + 106, + 277, + 504, + 290 + ], + "spans": [ + { + "bbox": [ + 106, + 277, + 504, + 290 + ], + "score": 1.0, + "content": "Alejandro F Queiruga, N Benjamin Erichson, Dane Taylor, and Michael W Mahoney. Continuous-", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 115, + 288, + 384, + 301 + ], + "spans": [ + { + "bbox": [ + 115, + 288, + 384, + 301 + ], + "score": 1.0, + "content": "in-depth neural networks. arXiv preprint arXiv:2008.02389, 2020.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 13.5 + }, + { + "type": "text", + "bbox": [ + 108, + 307, + 504, + 331 + ], + "lines": [ + { + "bbox": [ + 105, + 307, + 505, + 321 + ], + "spans": [ + { + "bbox": [ + 105, + 307, + 505, + 321 + ], + "score": 1.0, + "content": "Martin Raphan and Eero P Simoncelli. Least squares estimation without priors or supervision.", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 115, + 319, + 453, + 332 + ], + "spans": [ + { + "bbox": [ + 115, + 319, + 453, + 332 + ], + "score": 1.0, + "content": "Neural computation, 23(2):374–420, February 2011. ISSN 0899-7667, 1530-888X.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15.5 + }, + { + "type": "text", + "bbox": [ + 106, + 338, + 504, + 362 + ], + "lines": [ + { + "bbox": [ + 105, + 337, + 506, + 352 + ], + "spans": [ + { + "bbox": [ + 105, + 337, + 506, + 352 + ], + "score": 1.0, + "content": "Danilo Jimenez Rezende and Shakir Mohamed. Variational inference with normalizing flows. arXiv", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 115, + 350, + 274, + 362 + ], + "spans": [ + { + "bbox": [ + 115, + 350, + 274, + 362 + ], + "score": 1.0, + "content": "preprint arXiv:1505.05770, May 2015.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17.5 + }, + { + "type": "text", + "bbox": [ + 105, + 369, + 504, + 393 + ], + "lines": [ + { + "bbox": [ + 105, + 369, + 505, + 382 + ], + "spans": [ + { + "bbox": [ + 105, + 369, + 505, + 382 + ], + "score": 1.0, + "content": "Danilo Jimenez Rezende, Shakir Mohamed, and Daan Wierstra. Stochastic backpropagation and", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 115, + 381, + 476, + 392 + ], + "spans": [ + { + "bbox": [ + 115, + 381, + 476, + 392 + ], + "score": 1.0, + "content": "approximate inference in deep generative models. arXiv preprint arXiv:1401.4082, 2014.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19.5 + }, + { + "type": "text", + "bbox": [ + 108, + 399, + 503, + 434 + ], + "lines": [ + { + "bbox": [ + 106, + 400, + 504, + 412 + ], + "spans": [ + { + "bbox": [ + 106, + 400, + 504, + 412 + ], + "score": 1.0, + "content": "Olaf Ronneberger, Philipp Fischer, and Thomas Brox. U-net: Convolutional networks for biomedi-", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 116, + 411, + 505, + 424 + ], + "spans": [ + { + "bbox": [ + 116, + 411, + 505, + 424 + ], + "score": 1.0, + "content": "cal image segmentation. In International Conference on Medical image computing and computer-", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 116, + 422, + 322, + 435 + ], + "spans": [ + { + "bbox": [ + 116, + 422, + 322, + 435 + ], + "score": 1.0, + "content": "assisted intervention, pp. 234–241. Springer, 2015.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22 + }, + { + "type": "text", + "bbox": [ + 107, + 441, + 503, + 465 + ], + "lines": [ + { + "bbox": [ + 106, + 442, + 505, + 455 + ], + "spans": [ + { + "bbox": [ + 106, + 442, + 505, + 455 + ], + "score": 1.0, + "content": "Tim Salimans, Diederik P Kingma, and Max Welling. Markov chain monte carlo and variational", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 115, + 452, + 425, + 465 + ], + "spans": [ + { + "bbox": [ + 115, + 452, + 425, + 465 + ], + "score": 1.0, + "content": "inference: Bridging the gap. arXiv preprint arXiv:1410.6460, October 2014.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24.5 + }, + { + "type": "text", + "bbox": [ + 107, + 472, + 503, + 496 + ], + "lines": [ + { + "bbox": [ + 105, + 471, + 505, + 485 + ], + "spans": [ + { + "bbox": [ + 105, + 471, + 505, + 485 + ], + "score": 1.0, + "content": "Ken Shoemake. Animating rotation with quaternion curves. In Proceedings of the 12th annual", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 116, + 484, + 444, + 496 + ], + "spans": [ + { + "bbox": [ + 116, + 484, + 444, + 496 + ], + "score": 1.0, + "content": "conference on Computer graphics and interactive techniques, pp. 245–254, 1985.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26.5 + }, + { + "type": "text", + "bbox": [ + 106, + 502, + 504, + 537 + ], + "lines": [ + { + "bbox": [ + 105, + 502, + 505, + 516 + ], + "spans": [ + { + "bbox": [ + 105, + 502, + 505, + 516 + ], + "score": 1.0, + "content": "Jascha Sohl-Dickstein, Eric A Weiss, Niru Maheswaranathan, and Surya Ganguli. Deep unsuper-", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 115, + 514, + 506, + 527 + ], + "spans": [ + { + "bbox": [ + 115, + 514, + 506, + 527 + ], + "score": 1.0, + "content": "vised learning using nonequilibrium thermodynamics. arXiv preprint arXiv:1503.03585, March", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 115, + 523, + 143, + 538 + ], + "spans": [ + { + "bbox": [ + 115, + 523, + 143, + 538 + ], + "score": 1.0, + "content": "2015.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29 + }, + { + "type": "text", + "bbox": [ + 106, + 544, + 504, + 568 + ], + "lines": [ + { + "bbox": [ + 106, + 545, + 505, + 558 + ], + "spans": [ + { + "bbox": [ + 106, + 545, + 505, + 558 + ], + "score": 1.0, + "content": "Jiaming Song, Shengjia Zhao, and Stefano Ermon. A-nice-mc: Adversarial training for mcmc. arXiv", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 115, + 556, + 275, + 568 + ], + "spans": [ + { + "bbox": [ + 115, + 556, + 275, + 568 + ], + "score": 1.0, + "content": "preprint arXiv:1706.07561, June 2017.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 31.5 + }, + { + "type": "text", + "bbox": [ + 108, + 575, + 504, + 599 + ], + "lines": [ + { + "bbox": [ + 106, + 575, + 505, + 588 + ], + "spans": [ + { + "bbox": [ + 106, + 575, + 505, + 588 + ], + "score": 1.0, + "content": "Yang Song and Stefano Ermon. Generative modeling by estimating gradients of the data distribution.", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 115, + 587, + 298, + 599 + ], + "spans": [ + { + "bbox": [ + 115, + 587, + 298, + 599 + ], + "score": 1.0, + "content": "arXiv preprint arXiv:1907.05600, July 2019.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 33.5 + }, + { + "type": "text", + "bbox": [ + 104, + 606, + 504, + 629 + ], + "lines": [ + { + "bbox": [ + 106, + 605, + 505, + 620 + ], + "spans": [ + { + "bbox": [ + 106, + 605, + 505, + 620 + ], + "score": 1.0, + "content": "Yang Song and Stefano Ermon. Improved techniques for training Score-Based generative models.", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 115, + 618, + 298, + 628 + ], + "spans": [ + { + "bbox": [ + 115, + 618, + 298, + 628 + ], + "score": 1.0, + "content": "arXiv preprint arXiv:2006.09011, June 2020.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 35.5 + }, + { + "type": "text", + "bbox": [ + 107, + 636, + 503, + 671 + ], + "lines": [ + { + "bbox": [ + 104, + 635, + 506, + 651 + ], + "spans": [ + { + "bbox": [ + 104, + 635, + 506, + 651 + ], + "score": 1.0, + "content": "Aaron van den Oord, Sander Dieleman, Heiga Zen, Karen Simonyan, Oriol Vinyals, Alex Graves,", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 115, + 648, + 505, + 661 + ], + "spans": [ + { + "bbox": [ + 115, + 648, + 505, + 661 + ], + "score": 1.0, + "content": "Nal Kalchbrenner, Andrew Senior, and Koray Kavukcuoglu. WaveNet: A generative model for", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 115, + 659, + 374, + 672 + ], + "spans": [ + { + "bbox": [ + 115, + 659, + 374, + 672 + ], + "score": 1.0, + "content": "raw audio. arXiv preprint arXiv:1609.03499, September 2016a.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 38 + }, + { + "type": "text", + "bbox": [ + 105, + 678, + 503, + 702 + ], + "lines": [ + { + "bbox": [ + 106, + 678, + 504, + 691 + ], + "spans": [ + { + "bbox": [ + 106, + 678, + 504, + 691 + ], + "score": 1.0, + "content": "Aaron van den Oord, Nal Kalchbrenner, and Koray Kavukcuoglu. Pixel recurrent neural networks.", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 115, + 690, + 317, + 702 + ], + "spans": [ + { + "bbox": [ + 115, + 690, + 317, + 702 + ], + "score": 1.0, + "content": "arXiv preprint arXiv:1601.06759, January 2016b.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 40.5 + }, + { + "type": "text", + "bbox": [ + 106, + 709, + 503, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 708, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 708, + 505, + 723 + ], + "score": 1.0, + "content": "Pascal Vincent. A connection between score matching and denoising autoencoders. Neural compu-", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 116, + 721, + 244, + 732 + ], + "spans": [ + { + "bbox": [ + 116, + 721, + 244, + 732 + ], + "score": 1.0, + "content": "tation, 23(7):1661–1674, 2011.", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 42.5 + } + ], + "page_idx": 10, + "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, + 310, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 765 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 765 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 15, + "width": 13 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 105, + 82, + 504, + 105 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "Tero Karras, Samuli Laine, and Timo Aila. A Style-Based generator architecture for generative", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 115, + 93, + 411, + 106 + ], + "spans": [ + { + "bbox": [ + 115, + 93, + 411, + 106 + ], + "score": 1.0, + "content": "adversarial networks. arXiv preprint arXiv:1812.04948, December 2018.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5, + "bbox_fs": [ + 105, + 82, + 505, + 106 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 112, + 503, + 147 + ], + "lines": [ + { + "bbox": [ + 106, + 112, + 504, + 126 + ], + "spans": [ + { + "bbox": [ + 106, + 112, + 504, + 126 + ], + "score": 1.0, + "content": "Tero Karras, Samuli Laine, Miika Aittala, Janne Hellsten, Jaakko Lehtinen, and Timo Aila. Analyz-", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 115, + 124, + 505, + 137 + ], + "spans": [ + { + "bbox": [ + 115, + 124, + 505, + 137 + ], + "score": 1.0, + "content": "ing and improving the image quality of stylegan. In Proceedings of the IEEE/CVF Conference on", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 116, + 134, + 378, + 148 + ], + "spans": [ + { + "bbox": [ + 116, + 134, + 378, + 148 + ], + "score": 1.0, + "content": "Computer Vision and Pattern Recognition, pp. 8110–8119, 2020.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3, + "bbox_fs": [ + 106, + 112, + 505, + 148 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 154, + 504, + 177 + ], + "lines": [ + { + "bbox": [ + 105, + 153, + 506, + 169 + ], + "spans": [ + { + "bbox": [ + 105, + 153, + 146, + 169 + ], + "score": 1.0, + "content": "Diederik", + "type": "text" + }, + { + "bbox": [ + 146, + 155, + 155, + 165 + ], + "score": 0.31, + "content": "\\mathrm { \\bf P }", + "type": "inline_equation" + }, + { + "bbox": [ + 155, + 153, + 506, + 169 + ], + "score": 1.0, + "content": "Kingma and Max Welling. Auto-Encoding variational bayes. arXiv preprint", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 116, + 165, + 272, + 177 + ], + "spans": [ + { + "bbox": [ + 116, + 165, + 272, + 177 + ], + "score": 1.0, + "content": "arXiv:1312.6114v10, December 2013.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 5.5, + "bbox_fs": [ + 105, + 153, + 506, + 177 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 185, + 504, + 208 + ], + "lines": [ + { + "bbox": [ + 106, + 184, + 505, + 198 + ], + "spans": [ + { + "bbox": [ + 106, + 184, + 505, + 198 + ], + "score": 1.0, + "content": "Daniel Levy, Matthew D Hoffman, and Jascha Sohl-Dickstein. Generalizing hamiltonian monte", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 115, + 196, + 391, + 209 + ], + "spans": [ + { + "bbox": [ + 115, + 196, + 391, + 209 + ], + "score": 1.0, + "content": "carlo with neural networks. arXiv preprint arXiv:1711.09268, 2017.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7.5, + "bbox_fs": [ + 106, + 184, + 505, + 209 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 216, + 504, + 239 + ], + "lines": [ + { + "bbox": [ + 106, + 216, + 504, + 229 + ], + "spans": [ + { + "bbox": [ + 106, + 216, + 504, + 229 + ], + "score": 1.0, + "content": "Shakir Mohamed and Balaji Lakshminarayanan. Learning in implicit generative models. arXiv", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 114, + 227, + 289, + 239 + ], + "spans": [ + { + "bbox": [ + 114, + 227, + 289, + 239 + ], + "score": 1.0, + "content": "preprint arXiv:1610.03483, October 2016.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5, + "bbox_fs": [ + 106, + 216, + 504, + 239 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 246, + 504, + 270 + ], + "lines": [ + { + "bbox": [ + 105, + 245, + 505, + 261 + ], + "spans": [ + { + "bbox": [ + 105, + 245, + 505, + 261 + ], + "score": 1.0, + "content": "Radford M Neal et al. Mcmc using hamiltonian dynamics. Handbook of markov chain monte carlo,", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 116, + 258, + 176, + 270 + ], + "spans": [ + { + "bbox": [ + 116, + 258, + 176, + 270 + ], + "score": 1.0, + "content": "2(11):2, 2011.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11.5, + "bbox_fs": [ + 105, + 245, + 505, + 270 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 277, + 503, + 300 + ], + "lines": [ + { + "bbox": [ + 106, + 277, + 504, + 290 + ], + "spans": [ + { + "bbox": [ + 106, + 277, + 504, + 290 + ], + "score": 1.0, + "content": "Alejandro F Queiruga, N Benjamin Erichson, Dane Taylor, and Michael W Mahoney. Continuous-", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 115, + 288, + 384, + 301 + ], + "spans": [ + { + "bbox": [ + 115, + 288, + 384, + 301 + ], + "score": 1.0, + "content": "in-depth neural networks. arXiv preprint arXiv:2008.02389, 2020.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 13.5, + "bbox_fs": [ + 106, + 277, + 504, + 301 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 307, + 504, + 331 + ], + "lines": [ + { + "bbox": [ + 105, + 307, + 505, + 321 + ], + "spans": [ + { + "bbox": [ + 105, + 307, + 505, + 321 + ], + "score": 1.0, + "content": "Martin Raphan and Eero P Simoncelli. Least squares estimation without priors or supervision.", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 115, + 319, + 453, + 332 + ], + "spans": [ + { + "bbox": [ + 115, + 319, + 453, + 332 + ], + "score": 1.0, + "content": "Neural computation, 23(2):374–420, February 2011. ISSN 0899-7667, 1530-888X.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15.5, + "bbox_fs": [ + 105, + 307, + 505, + 332 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 338, + 504, + 362 + ], + "lines": [ + { + "bbox": [ + 105, + 337, + 506, + 352 + ], + "spans": [ + { + "bbox": [ + 105, + 337, + 506, + 352 + ], + "score": 1.0, + "content": "Danilo Jimenez Rezende and Shakir Mohamed. Variational inference with normalizing flows. arXiv", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 115, + 350, + 274, + 362 + ], + "spans": [ + { + "bbox": [ + 115, + 350, + 274, + 362 + ], + "score": 1.0, + "content": "preprint arXiv:1505.05770, May 2015.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17.5, + "bbox_fs": [ + 105, + 337, + 506, + 362 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 369, + 504, + 393 + ], + "lines": [ + { + "bbox": [ + 105, + 369, + 505, + 382 + ], + "spans": [ + { + "bbox": [ + 105, + 369, + 505, + 382 + ], + "score": 1.0, + "content": "Danilo Jimenez Rezende, Shakir Mohamed, and Daan Wierstra. Stochastic backpropagation and", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 115, + 381, + 476, + 392 + ], + "spans": [ + { + "bbox": [ + 115, + 381, + 476, + 392 + ], + "score": 1.0, + "content": "approximate inference in deep generative models. arXiv preprint arXiv:1401.4082, 2014.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19.5, + "bbox_fs": [ + 105, + 369, + 505, + 392 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 399, + 503, + 434 + ], + "lines": [ + { + "bbox": [ + 106, + 400, + 504, + 412 + ], + "spans": [ + { + "bbox": [ + 106, + 400, + 504, + 412 + ], + "score": 1.0, + "content": "Olaf Ronneberger, Philipp Fischer, and Thomas Brox. U-net: Convolutional networks for biomedi-", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 116, + 411, + 505, + 424 + ], + "spans": [ + { + "bbox": [ + 116, + 411, + 505, + 424 + ], + "score": 1.0, + "content": "cal image segmentation. In International Conference on Medical image computing and computer-", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 116, + 422, + 322, + 435 + ], + "spans": [ + { + "bbox": [ + 116, + 422, + 322, + 435 + ], + "score": 1.0, + "content": "assisted intervention, pp. 234–241. Springer, 2015.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22, + "bbox_fs": [ + 106, + 400, + 505, + 435 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 441, + 503, + 465 + ], + "lines": [ + { + "bbox": [ + 106, + 442, + 505, + 455 + ], + "spans": [ + { + "bbox": [ + 106, + 442, + 505, + 455 + ], + "score": 1.0, + "content": "Tim Salimans, Diederik P Kingma, and Max Welling. Markov chain monte carlo and variational", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 115, + 452, + 425, + 465 + ], + "spans": [ + { + "bbox": [ + 115, + 452, + 425, + 465 + ], + "score": 1.0, + "content": "inference: Bridging the gap. arXiv preprint arXiv:1410.6460, October 2014.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24.5, + "bbox_fs": [ + 106, + 442, + 505, + 465 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 472, + 503, + 496 + ], + "lines": [ + { + "bbox": [ + 105, + 471, + 505, + 485 + ], + "spans": [ + { + "bbox": [ + 105, + 471, + 505, + 485 + ], + "score": 1.0, + "content": "Ken Shoemake. Animating rotation with quaternion curves. In Proceedings of the 12th annual", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 116, + 484, + 444, + 496 + ], + "spans": [ + { + "bbox": [ + 116, + 484, + 444, + 496 + ], + "score": 1.0, + "content": "conference on Computer graphics and interactive techniques, pp. 245–254, 1985.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26.5, + "bbox_fs": [ + 105, + 471, + 505, + 496 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 502, + 504, + 537 + ], + "lines": [ + { + "bbox": [ + 105, + 502, + 505, + 516 + ], + "spans": [ + { + "bbox": [ + 105, + 502, + 505, + 516 + ], + "score": 1.0, + "content": "Jascha Sohl-Dickstein, Eric A Weiss, Niru Maheswaranathan, and Surya Ganguli. Deep unsuper-", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 115, + 514, + 506, + 527 + ], + "spans": [ + { + "bbox": [ + 115, + 514, + 506, + 527 + ], + "score": 1.0, + "content": "vised learning using nonequilibrium thermodynamics. arXiv preprint arXiv:1503.03585, March", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 115, + 523, + 143, + 538 + ], + "spans": [ + { + "bbox": [ + 115, + 523, + 143, + 538 + ], + "score": 1.0, + "content": "2015.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29, + "bbox_fs": [ + 105, + 502, + 506, + 538 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 544, + 504, + 568 + ], + "lines": [ + { + "bbox": [ + 106, + 545, + 505, + 558 + ], + "spans": [ + { + "bbox": [ + 106, + 545, + 505, + 558 + ], + "score": 1.0, + "content": "Jiaming Song, Shengjia Zhao, and Stefano Ermon. A-nice-mc: Adversarial training for mcmc. arXiv", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 115, + 556, + 275, + 568 + ], + "spans": [ + { + "bbox": [ + 115, + 556, + 275, + 568 + ], + "score": 1.0, + "content": "preprint arXiv:1706.07561, June 2017.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 31.5, + "bbox_fs": [ + 106, + 545, + 505, + 568 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 575, + 504, + 599 + ], + "lines": [ + { + "bbox": [ + 106, + 575, + 505, + 588 + ], + "spans": [ + { + "bbox": [ + 106, + 575, + 505, + 588 + ], + "score": 1.0, + "content": "Yang Song and Stefano Ermon. Generative modeling by estimating gradients of the data distribution.", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 115, + 587, + 298, + 599 + ], + "spans": [ + { + "bbox": [ + 115, + 587, + 298, + 599 + ], + "score": 1.0, + "content": "arXiv preprint arXiv:1907.05600, July 2019.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 33.5, + "bbox_fs": [ + 106, + 575, + 505, + 599 + ] + }, + { + "type": "text", + "bbox": [ + 104, + 606, + 504, + 629 + ], + "lines": [ + { + "bbox": [ + 106, + 605, + 505, + 620 + ], + "spans": [ + { + "bbox": [ + 106, + 605, + 505, + 620 + ], + "score": 1.0, + "content": "Yang Song and Stefano Ermon. Improved techniques for training Score-Based generative models.", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 115, + 618, + 298, + 628 + ], + "spans": [ + { + "bbox": [ + 115, + 618, + 298, + 628 + ], + "score": 1.0, + "content": "arXiv preprint arXiv:2006.09011, June 2020.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 35.5, + "bbox_fs": [ + 106, + 605, + 505, + 628 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 636, + 503, + 671 + ], + "lines": [ + { + "bbox": [ + 104, + 635, + 506, + 651 + ], + "spans": [ + { + "bbox": [ + 104, + 635, + 506, + 651 + ], + "score": 1.0, + "content": "Aaron van den Oord, Sander Dieleman, Heiga Zen, Karen Simonyan, Oriol Vinyals, Alex Graves,", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 115, + 648, + 505, + 661 + ], + "spans": [ + { + "bbox": [ + 115, + 648, + 505, + 661 + ], + "score": 1.0, + "content": "Nal Kalchbrenner, Andrew Senior, and Koray Kavukcuoglu. WaveNet: A generative model for", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 115, + 659, + 374, + 672 + ], + "spans": [ + { + "bbox": [ + 115, + 659, + 374, + 672 + ], + "score": 1.0, + "content": "raw audio. arXiv preprint arXiv:1609.03499, September 2016a.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 38, + "bbox_fs": [ + 104, + 635, + 506, + 672 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 678, + 503, + 702 + ], + "lines": [ + { + "bbox": [ + 106, + 678, + 504, + 691 + ], + "spans": [ + { + "bbox": [ + 106, + 678, + 504, + 691 + ], + "score": 1.0, + "content": "Aaron van den Oord, Nal Kalchbrenner, and Koray Kavukcuoglu. Pixel recurrent neural networks.", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 115, + 690, + 317, + 702 + ], + "spans": [ + { + "bbox": [ + 115, + 690, + 317, + 702 + ], + "score": 1.0, + "content": "arXiv preprint arXiv:1601.06759, January 2016b.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 40.5, + "bbox_fs": [ + 106, + 678, + 504, + 702 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 709, + 503, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 708, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 708, + 505, + 723 + ], + "score": 1.0, + "content": "Pascal Vincent. A connection between score matching and denoising autoencoders. Neural compu-", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 116, + 721, + 244, + 732 + ], + "spans": [ + { + "bbox": [ + 116, + 721, + 244, + 732 + ], + "score": 1.0, + "content": "tation, 23(7):1661–1674, 2011.", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 42.5, + "bbox_fs": [ + 105, + 708, + 505, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 504, + 105 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 506, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 297, + 95 + ], + "score": 1.0, + "content": "Sergey Zagoruyko and Nikos Komodakis.", + "type": "text" + }, + { + "bbox": [ + 313, + 82, + 425, + 95 + ], + "score": 1.0, + "content": "Wide residual networks.", + "type": "text" + }, + { + "bbox": [ + 438, + 82, + 506, + 95 + ], + "score": 1.0, + "content": "arXiv preprint", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 116, + 93, + 240, + 105 + ], + "spans": [ + { + "bbox": [ + 116, + 93, + 240, + 105 + ], + "score": 1.0, + "content": "arXiv:1605.07146, May 2016.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 109, + 112, + 504, + 146 + ], + "lines": [ + { + "bbox": [ + 108, + 112, + 504, + 126 + ], + "spans": [ + { + "bbox": [ + 108, + 112, + 504, + 126 + ], + "score": 1.0, + "content": "Shengjia Zhao, Hongyu Ren, Arianna Yuan, Jiaming Song, Noah Goodman, and Stefano Ermon.", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 115, + 122, + 506, + 136 + ], + "spans": [ + { + "bbox": [ + 115, + 122, + 506, + 136 + ], + "score": 1.0, + "content": "Bias and generalization in deep generative models: An empirical study. In Advances in Neural", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 116, + 134, + 349, + 147 + ], + "spans": [ + { + "bbox": [ + 116, + 134, + 349, + 147 + ], + "score": 1.0, + "content": "Information Processing Systems, pp. 10792–10801, 2018.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3 + } + ], + "page_idx": 11, + "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": "12", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 504, + 105 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 506, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 297, + 95 + ], + "score": 1.0, + "content": "Sergey Zagoruyko and Nikos Komodakis.", + "type": "text" + }, + { + "bbox": [ + 313, + 82, + 425, + 95 + ], + "score": 1.0, + "content": "Wide residual networks.", + "type": "text" + }, + { + "bbox": [ + 438, + 82, + 506, + 95 + ], + "score": 1.0, + "content": "arXiv preprint", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 116, + 93, + 240, + 105 + ], + "spans": [ + { + "bbox": [ + 116, + 93, + 240, + 105 + ], + "score": 1.0, + "content": "arXiv:1605.07146, May 2016.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5, + "bbox_fs": [ + 105, + 82, + 506, + 105 + ] + }, + { + "type": "text", + "bbox": [ + 109, + 112, + 504, + 146 + ], + "lines": [ + { + "bbox": [ + 108, + 112, + 504, + 126 + ], + "spans": [ + { + "bbox": [ + 108, + 112, + 504, + 126 + ], + "score": 1.0, + "content": "Shengjia Zhao, Hongyu Ren, Arianna Yuan, Jiaming Song, Noah Goodman, and Stefano Ermon.", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 115, + 122, + 506, + 136 + ], + "spans": [ + { + "bbox": [ + 115, + 122, + 506, + 136 + ], + "score": 1.0, + "content": "Bias and generalization in deep generative models: An empirical study. In Advances in Neural", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 116, + 134, + 349, + 147 + ], + "spans": [ + { + "bbox": [ + 116, + 134, + 349, + 147 + ], + "score": 1.0, + "content": "Information Processing Systems, pp. 10792–10801, 2018.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3, + "bbox_fs": [ + 108, + 112, + 506, + 147 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 105, + 80, + 462, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 80, + 462, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 80, + 462, + 95 + ], + "score": 1.0, + "content": "A NON-MARKOVIAN FORWARD PROCESSES FOR A DISCRETE CASE", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 107, + 105, + 505, + 140 + ], + "lines": [ + { + "bbox": [ + 105, + 104, + 505, + 119 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 505, + 119 + ], + "score": 1.0, + "content": "In this section, we describe a non-Markovian forward processes for discrete data and corresponding", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 117, + 505, + 129 + ], + "spans": [ + { + "bbox": [ + 106, + 117, + 505, + 129 + ], + "score": 1.0, + "content": "variational objectives. Since the focus of this paper is to accelerate reverse models corresponding to", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 128, + 388, + 140 + ], + "spans": [ + { + "bbox": [ + 105, + 128, + 388, + 140 + ], + "score": 1.0, + "content": "the Gaussian diffusion, we leave empirical evaluations as future work.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2 + }, + { + "type": "text", + "bbox": [ + 107, + 144, + 502, + 167 + ], + "lines": [ + { + "bbox": [ + 106, + 144, + 504, + 157 + ], + "spans": [ + { + "bbox": [ + 106, + 144, + 229, + 157 + ], + "score": 1.0, + "content": "For a categorical observation", + "type": "text" + }, + { + "bbox": [ + 230, + 146, + 242, + 156 + ], + "score": 0.87, + "content": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 242, + 144, + 365, + 157 + ], + "score": 1.0, + "content": "that is a one-hot vector with", + "type": "text" + }, + { + "bbox": [ + 366, + 145, + 376, + 155 + ], + "score": 0.83, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 377, + 144, + 504, + 157 + ], + "score": 1.0, + "content": "possible values, we define the", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 155, + 479, + 169 + ], + "spans": [ + { + "bbox": [ + 105, + 155, + 277, + 169 + ], + "score": 1.0, + "content": "forward process as follows. First, we have", + "type": "text" + }, + { + "bbox": [ + 277, + 155, + 315, + 168 + ], + "score": 0.93, + "content": "q ( \\pmb { x } _ { t } | \\pmb { x } _ { 0 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 315, + 155, + 479, + 169 + ], + "score": 1.0, + "content": "as the following categorical distribution:", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4.5 + }, + { + "type": "interline_equation", + "bbox": [ + 227, + 171, + 384, + 185 + ], + "lines": [ + { + "bbox": [ + 227, + 171, + 384, + 185 + ], + "spans": [ + { + "bbox": [ + 227, + 171, + 384, + 185 + ], + "score": 0.92, + "content": "q ( \\pmb { x } _ { t } | \\pmb { x } _ { 0 } ) = \\mathrm { C a t } ( \\alpha _ { t } \\pmb { x } _ { 0 } + ( 1 - \\alpha _ { t } ) \\pmb { 1 } _ { K } )", + "type": "interline_equation", + "image_path": "9c096dea389c5198eb9d03cb022af32386554ff619891bf5ef1c45d567b39d1c.jpg" + } + ] + } + ], + "index": 6, + "virtual_lines": [ + { + "bbox": [ + 227, + 171, + 384, + 185 + ], + "spans": [], + "index": 6 + } + ] + }, + { + "type": "text", + "bbox": [ + 103, + 190, + 505, + 213 + ], + "lines": [ + { + "bbox": [ + 106, + 189, + 506, + 203 + ], + "spans": [ + { + "bbox": [ + 106, + 189, + 133, + 203 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 189, + 174, + 201 + ], + "score": 0.92, + "content": "\\mathbf { 1 } _ { K } \\in \\mathbb { R } ^ { K }", + "type": "inline_equation" + }, + { + "bbox": [ + 175, + 189, + 305, + 203 + ], + "score": 1.0, + "content": "is a vector with all entries being", + "type": "text" + }, + { + "bbox": [ + 305, + 190, + 325, + 202 + ], + "score": 0.91, + "content": "1 / K", + "type": "inline_equation" + }, + { + "bbox": [ + 326, + 189, + 345, + 203 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 346, + 191, + 357, + 201 + ], + "score": 0.87, + "content": "\\alpha _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 357, + 189, + 425, + 203 + ], + "score": 1.0, + "content": "decreasing from", + "type": "text" + }, + { + "bbox": [ + 425, + 191, + 455, + 201 + ], + "score": 0.91, + "content": "\\alpha _ { 0 } = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 456, + 189, + 470, + 203 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 471, + 191, + 493, + 200 + ], + "score": 0.89, + "content": "t = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 494, + 189, + 506, + 203 + ], + "score": 1.0, + "content": "to", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 107, + 200, + 463, + 214 + ], + "spans": [ + { + "bbox": [ + 107, + 202, + 139, + 212 + ], + "score": 0.9, + "content": "\\alpha _ { T } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 139, + 200, + 154, + 214 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 154, + 201, + 179, + 211 + ], + "score": 0.89, + "content": "t = T", + "type": "inline_equation" + }, + { + "bbox": [ + 180, + 200, + 248, + 214 + ], + "score": 1.0, + "content": ". Then we define", + "type": "text" + }, + { + "bbox": [ + 248, + 201, + 309, + 213 + ], + "score": 0.92, + "content": "q ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } , \\pmb { x } _ { 0 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 310, + 200, + 463, + 214 + ], + "score": 1.0, + "content": "as the following mixture distribution:", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7.5 + }, + { + "type": "interline_equation", + "bbox": [ + 152, + 217, + 456, + 259 + ], + "lines": [ + { + "bbox": [ + 152, + 217, + 456, + 259 + ], + "spans": [ + { + "bbox": [ + 152, + 217, + 456, + 259 + ], + "score": 0.93, + "content": "q ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } , \\pmb { x } _ { 0 } ) = \\left\\{ \\begin{array} { l l } { \\mathrm { C a t } ( \\pmb { x } _ { t } ) } & { \\mathrm { w i t h ~ p r o b a b i l i t y ~ } \\sigma _ { t } } \\\\ { \\mathrm { C a t } ( \\pmb { x } _ { 0 } ) } & { \\mathrm { w i t h ~ p r o b a b i l i t y ~ } ( \\alpha _ { t - 1 } - \\sigma _ { t } \\alpha _ { t } ) } \\\\ { \\mathrm { C a t } ( \\mathbf { 1 } _ { K } ) } & { \\mathrm { w i t h ~ p r o b a b i l i t y ~ } ( 1 - \\alpha _ { t - 1 } ) - ( 1 - \\alpha _ { t } ) \\sigma _ { t } } \\end{array} \\right. ,", + "type": "interline_equation", + "image_path": "8446d9e5c9325920a43fc1640a923d37c0f1a5308fb1bcd6ecbf118fa3fc105f.jpg" + } + ] + } + ], + "index": 10, + "virtual_lines": [ + { + "bbox": [ + 152, + 217, + 456, + 231.0 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 152, + 231.0, + 456, + 245.0 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 152, + 245.0, + 456, + 259.0 + ], + "spans": [], + "index": 11 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 262, + 170, + 274 + ], + "lines": [ + { + "bbox": [ + 106, + 262, + 172, + 276 + ], + "spans": [ + { + "bbox": [ + 106, + 262, + 172, + 276 + ], + "score": 1.0, + "content": "or equivalently:", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 12 + }, + { + "type": "interline_equation", + "bbox": [ + 125, + 277, + 468, + 291 + ], + "lines": [ + { + "bbox": [ + 125, + 277, + 468, + 291 + ], + "spans": [ + { + "bbox": [ + 125, + 277, + 468, + 291 + ], + "score": 0.87, + "content": "q ( { \\pmb x } _ { t - 1 } | { \\pmb x } _ { t } , { \\pmb x } _ { 0 } ) = \\mathrm { C a t } \\left( \\sigma _ { t } { \\pmb x } _ { t } + ( \\alpha _ { t - 1 } - \\sigma _ { t } \\alpha _ { t } ) { \\pmb x } _ { 0 } + ( ( 1 - \\alpha _ { t - 1 } ) - ( 1 - \\alpha _ { t } ) \\sigma _ { t } ) { \\pmb 1 } _ { K } \\right) ,", + "type": "interline_equation", + "image_path": "4f6426e7a4f820c55bacd66bdf07c6385e906bcf7beb1a3a35d890ecd324a257.jpg" + } + ] + } + ], + "index": 13, + "virtual_lines": [ + { + "bbox": [ + 125, + 277, + 468, + 291 + ], + "spans": [], + "index": 13 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 294, + 333, + 307 + ], + "lines": [ + { + "bbox": [ + 106, + 292, + 333, + 309 + ], + "spans": [ + { + "bbox": [ + 106, + 292, + 291, + 309 + ], + "score": 1.0, + "content": "which is consistent with how we have defined", + "type": "text" + }, + { + "bbox": [ + 291, + 295, + 329, + 307 + ], + "score": 0.9, + "content": "q ( \\pmb { x } _ { t } | \\pmb { x } _ { 0 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 329, + 292, + 333, + 309 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 14 + }, + { + "type": "text", + "bbox": [ + 107, + 312, + 350, + 324 + ], + "lines": [ + { + "bbox": [ + 105, + 310, + 351, + 326 + ], + "spans": [ + { + "bbox": [ + 105, + 310, + 284, + 326 + ], + "score": 1.0, + "content": "Similarly, we can define our reverse process", + "type": "text" + }, + { + "bbox": [ + 284, + 312, + 335, + 324 + ], + "score": 0.92, + "content": "p _ { \\theta } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 336, + 310, + 351, + 326 + ], + "score": 1.0, + "content": "as:", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 15 + }, + { + "type": "interline_equation", + "bbox": [ + 117, + 327, + 476, + 349 + ], + "lines": [ + { + "bbox": [ + 117, + 327, + 476, + 349 + ], + "spans": [ + { + "bbox": [ + 117, + 327, + 476, + 349 + ], + "score": 0.91, + "content": "p _ { \\theta } ( { \\pmb x } _ { t - 1 } | { \\pmb x } _ { t } ) = \\mathrm { C a t } \\left( \\sigma _ { t } { \\pmb x } _ { t } + ( \\alpha _ { t - 1 } - \\sigma _ { t } \\alpha _ { t } ) f _ { \\theta } ^ { ( t ) } ( { \\pmb x } _ { t } ) + ( ( 1 - \\alpha _ { t - 1 } ) - ( 1 - \\alpha _ { t } ) \\sigma _ { t } ) { \\pmb 1 } _ { K } \\right) ,", + "type": "interline_equation", + "image_path": "8ed954480c0388045740aa8365a014c5c7e9a1e7309e00f687236178f4929d71.jpg" + } + ] + } + ], + "index": 16, + "virtual_lines": [ + { + "bbox": [ + 117, + 327, + 476, + 349 + ], + "spans": [], + "index": 16 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 354, + 505, + 389 + ], + "lines": [ + { + "bbox": [ + 106, + 351, + 506, + 372 + ], + "spans": [ + { + "bbox": [ + 106, + 351, + 133, + 372 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 352, + 168, + 368 + ], + "score": 0.93, + "content": "f _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 168, + 351, + 192, + 372 + ], + "score": 1.0, + "content": "maps", + "type": "text" + }, + { + "bbox": [ + 192, + 357, + 204, + 367 + ], + "score": 0.85, + "content": "\\mathbf { \\Delta } _ { \\mathbf { \\mathcal { X } } _ { t } }", + "type": "inline_equation" + }, + { + "bbox": [ + 204, + 351, + 221, + 372 + ], + "score": 1.0, + "content": "to a", + "type": "text" + }, + { + "bbox": [ + 222, + 356, + 232, + 365 + ], + "score": 0.84, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 232, + 351, + 329, + 372 + ], + "score": 1.0, + "content": "-dimensional vector. As", + "type": "text" + }, + { + "bbox": [ + 329, + 355, + 448, + 367 + ], + "score": 0.91, + "content": "( 1 - \\alpha _ { t - 1 } ) - ( 1 - \\alpha _ { t } ) \\sigma _ { t } \\to 0", + "type": "inline_equation" + }, + { + "bbox": [ + 448, + 351, + 506, + 372 + ], + "score": 1.0, + "content": ", the sampling", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 365, + 504, + 380 + ], + "spans": [ + { + "bbox": [ + 105, + 365, + 410, + 380 + ], + "score": 1.0, + "content": "process will become less stochastic, in the sense that it will either choose", + "type": "text" + }, + { + "bbox": [ + 411, + 369, + 422, + 378 + ], + "score": 0.85, + "content": "\\mathbf { \\Delta } _ { \\mathbf { \\mathcal { X } } _ { t } }", + "type": "inline_equation" + }, + { + "bbox": [ + 423, + 365, + 491, + 380 + ], + "score": 1.0, + "content": "or the predicted", + "type": "text" + }, + { + "bbox": [ + 492, + 368, + 504, + 378 + ], + "score": 0.84, + "content": "\\scriptstyle { \\mathbf { { \\vec { x } } } } _ { 0 }", + "type": "inline_equation" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 377, + 275, + 390 + ], + "spans": [ + { + "bbox": [ + 106, + 377, + 275, + 390 + ], + "score": 1.0, + "content": "with high probability. The KL divergence", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18 + }, + { + "type": "interline_equation", + "bbox": [ + 232, + 393, + 379, + 407 + ], + "lines": [ + { + "bbox": [ + 232, + 393, + 379, + 407 + ], + "spans": [ + { + "bbox": [ + 232, + 393, + 379, + 407 + ], + "score": 0.92, + "content": "D _ { \\mathrm { K L } } ( q ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } , \\pmb { x } _ { 0 } ) | | p _ { \\theta } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } ) )", + "type": "interline_equation", + "image_path": "f8676546fab8a52031d81ee835081f32e78648829e8d0c76c6141e18ea7deb9d.jpg" + } + ] + } + ], + "index": 20, + "virtual_lines": [ + { + "bbox": [ + 232, + 393, + 379, + 407 + ], + "spans": [], + "index": 20 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 410, + 505, + 444 + ], + "lines": [ + { + "bbox": [ + 105, + 410, + 505, + 423 + ], + "spans": [ + { + "bbox": [ + 105, + 410, + 505, + 423 + ], + "score": 1.0, + "content": "is well-defined, and is simply the KL divergence between two categoricals. Therefore, the resulting", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 421, + 505, + 433 + ], + "spans": [ + { + "bbox": [ + 106, + 421, + 505, + 433 + ], + "score": 1.0, + "content": "variational objective function should be easy to optimize as well. Moreover, as KL divergence is", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 433, + 461, + 444 + ], + "spans": [ + { + "bbox": [ + 105, + 433, + 461, + 444 + ], + "score": 1.0, + "content": "convex, we have this upper bound (which is tight when the right hand side goes to zero):", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22 + }, + { + "type": "interline_equation", + "bbox": [ + 132, + 447, + 478, + 464 + ], + "lines": [ + { + "bbox": [ + 132, + 447, + 478, + 464 + ], + "spans": [ + { + "bbox": [ + 132, + 447, + 478, + 464 + ], + "score": 0.87, + "content": "D _ { \\mathrm { K L } } ( q ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } , \\pmb { x } _ { 0 } ) \\| p _ { \\theta } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } ) ) \\leq ( \\alpha _ { t - 1 } - \\sigma _ { t } \\alpha _ { t } ) D _ { \\mathrm { K L } } ( \\mathrm { C a t } ( \\pmb { x } _ { 0 } ) \\| \\mathrm { C a t } ( f _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t } ) ) ) .", + "type": "interline_equation", + "image_path": "4292c93535614793c51ceffb57857759b10dca9ac3006a56451ad595e08645f2.jpg" + } + ] + } + ], + "index": 24, + "virtual_lines": [ + { + "bbox": [ + 132, + 447, + 478, + 464 + ], + "spans": [], + "index": 24 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 467, + 504, + 490 + ], + "lines": [ + { + "bbox": [ + 106, + 467, + 506, + 480 + ], + "spans": [ + { + "bbox": [ + 106, + 467, + 506, + 480 + ], + "score": 1.0, + "content": "The right hand side is simply a multi-class classification loss (up to constants), so we can arrive at", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 479, + 487, + 491 + ], + "spans": [ + { + "bbox": [ + 106, + 479, + 285, + 491 + ], + "score": 1.0, + "content": "similar arguments regarding how changes in", + "type": "text" + }, + { + "bbox": [ + 285, + 479, + 295, + 489 + ], + "score": 0.86, + "content": "\\sigma _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 296, + 479, + 487, + 491 + ], + "score": 1.0, + "content": "do not affect the objective (up to re-weighting).", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25.5 + }, + { + "type": "title", + "bbox": [ + 107, + 505, + 169, + 518 + ], + "lines": [ + { + "bbox": [ + 105, + 504, + 171, + 520 + ], + "spans": [ + { + "bbox": [ + 105, + 504, + 171, + 520 + ], + "score": 1.0, + "content": "B PROOFS", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27 + }, + { + "type": "text", + "bbox": [ + 105, + 529, + 492, + 543 + ], + "lines": [ + { + "bbox": [ + 105, + 528, + 494, + 544 + ], + "spans": [ + { + "bbox": [ + 105, + 528, + 171, + 544 + ], + "score": 1.0, + "content": "Lemma 1. For", + "type": "text" + }, + { + "bbox": [ + 171, + 530, + 222, + 542 + ], + "score": 0.93, + "content": "q _ { \\sigma } ( \\pmb { x } _ { 1 : T } | \\pmb { x } _ { 0 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 222, + 528, + 312, + 544 + ], + "score": 1.0, + "content": "defined in Eq. (6) and", + "type": "text" + }, + { + "bbox": [ + 313, + 530, + 380, + 542 + ], + "score": 0.92, + "content": "q _ { \\sigma } ( { \\pmb x } _ { t - 1 } | { \\pmb x } _ { t } , { \\pmb x } _ { 0 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 380, + 528, + 494, + 544 + ], + "score": 1.0, + "content": "defined in Eq. (7), we have:", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 28 + }, + { + "type": "interline_equation", + "bbox": [ + 230, + 546, + 380, + 560 + ], + "lines": [ + { + "bbox": [ + 230, + 546, + 380, + 560 + ], + "spans": [ + { + "bbox": [ + 230, + 546, + 380, + 560 + ], + "score": 0.92, + "content": "q _ { \\sigma } ( \\mathbf { x } _ { t } | \\mathbf { x } _ { 0 } ) = \\mathcal { N } ( \\sqrt { \\alpha _ { t } } \\mathbf { x } _ { 0 } , \\sqrt { 1 - \\alpha _ { t } } \\pmb { I } )", + "type": "interline_equation", + "image_path": "672873b593434fa0682d47cc443e44bf4b564b0457608091416eaedbcfc7eaee.jpg" + } + ] + } + ], + "index": 29, + "virtual_lines": [ + { + "bbox": [ + 230, + 546, + 380, + 560 + ], + "spans": [], + "index": 29 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 572, + 417, + 586 + ], + "lines": [ + { + "bbox": [ + 105, + 571, + 418, + 587 + ], + "spans": [ + { + "bbox": [ + 105, + 571, + 201, + 587 + ], + "score": 1.0, + "content": "Proof. Assume for any", + "type": "text" + }, + { + "bbox": [ + 202, + 573, + 227, + 584 + ], + "score": 0.84, + "content": "t \\leq T", + "type": "inline_equation" + }, + { + "bbox": [ + 227, + 571, + 230, + 587 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 231, + 572, + 379, + 586 + ], + "score": 0.9, + "content": "q _ { \\sigma } ( \\mathbf { x } _ { t } | \\mathbf { x } _ { 0 } ) = \\mathcal { N } ( \\sqrt { \\alpha _ { t } } \\mathbf { x } _ { 0 } , \\sqrt { 1 - \\alpha _ { t } } \\pmb { I } )", + "type": "inline_equation" + }, + { + "bbox": [ + 379, + 571, + 418, + 587 + ], + "score": 1.0, + "content": "holds, if:", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 30 + }, + { + "type": "interline_equation", + "bbox": [ + 215, + 590, + 396, + 605 + ], + "lines": [ + { + "bbox": [ + 215, + 590, + 396, + 605 + ], + "spans": [ + { + "bbox": [ + 215, + 590, + 396, + 605 + ], + "score": 0.92, + "content": "q _ { \\sigma } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { 0 } ) = \\mathcal { N } ( \\sqrt { \\alpha _ { t - 1 } } \\pmb { x } _ { 0 } , \\sqrt { 1 - \\alpha _ { t - 1 } } \\pmb { I } )", + "type": "interline_equation", + "image_path": "4138138db6dbf881024c34d66bb0b537052d91d38f065ef72aa873524f79c946.jpg" + } + ] + } + ], + "index": 31, + "virtual_lines": [ + { + "bbox": [ + 215, + 590, + 396, + 605 + ], + "spans": [], + "index": 31 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 608, + 504, + 631 + ], + "lines": [ + { + "bbox": [ + 105, + 608, + 505, + 621 + ], + "spans": [ + { + "bbox": [ + 105, + 608, + 366, + 621 + ], + "score": 1.0, + "content": "then we can prove the statement with an induction argument for", + "type": "text" + }, + { + "bbox": [ + 367, + 610, + 372, + 618 + ], + "score": 0.78, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 372, + 608, + 395, + 621 + ], + "score": 1.0, + "content": "from", + "type": "text" + }, + { + "bbox": [ + 396, + 609, + 404, + 618 + ], + "score": 0.84, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 405, + 608, + 505, + 621 + ], + "score": 1.0, + "content": "to 1, since the base case", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 110, + 619, + 198, + 632 + ], + "spans": [ + { + "bbox": [ + 110, + 620, + 136, + 630 + ], + "score": 0.84, + "content": "t = T ,", + "type": "inline_equation" + }, + { + "bbox": [ + 137, + 619, + 198, + 632 + ], + "score": 1.0, + "content": ") already holds.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32.5 + }, + { + "type": "text", + "bbox": [ + 107, + 636, + 182, + 647 + ], + "lines": [ + { + "bbox": [ + 106, + 636, + 183, + 648 + ], + "spans": [ + { + "bbox": [ + 106, + 636, + 183, + 648 + ], + "score": 1.0, + "content": "First, we have that", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 34 + }, + { + "type": "interline_equation", + "bbox": [ + 200, + 645, + 410, + 672 + ], + "lines": [ + { + "bbox": [ + 200, + 645, + 410, + 672 + ], + "spans": [ + { + "bbox": [ + 200, + 645, + 410, + 672 + ], + "score": 0.91, + "content": "q _ { \\sigma } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { 0 } ) : = \\int _ { \\pmb { x } _ { t } } q _ { \\sigma } ( \\pmb { x } _ { t } | \\pmb { x } _ { 0 } ) q _ { \\sigma } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } , \\pmb { x } _ { 0 } ) \\mathrm { d } \\pmb { x } _ { t }", + "type": "interline_equation", + "image_path": "9c8eef2245ff5aa134289bd10ed005d0225bc2c3f181b05fb88f76bb8067618e.jpg" + } + ] + } + ], + "index": 35, + "virtual_lines": [ + { + "bbox": [ + 200, + 645, + 410, + 672 + ], + "spans": [], + "index": 35 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 673, + 123, + 684 + ], + "lines": [ + { + "bbox": [ + 105, + 673, + 124, + 684 + ], + "spans": [ + { + "bbox": [ + 105, + 673, + 124, + 684 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 36 + }, + { + "type": "interline_equation", + "bbox": [ + 146, + 687, + 464, + 731 + ], + "lines": [ + { + "bbox": [ + 146, + 687, + 464, + 731 + ], + "spans": [ + { + "bbox": [ + 146, + 687, + 464, + 731 + ], + "score": 0.87, + "content": "\\begin{array} { c } { q _ { \\sigma } ( { \\pmb x } _ { t } | { \\pmb x } _ { 0 } ) = \\mathcal { N } ( \\sqrt { \\alpha _ { t } } { \\pmb x } _ { 0 } , ( 1 - \\alpha _ { t } ) { \\pmb I } ) } \\\\ { q _ { \\sigma } ( { \\pmb x } _ { t - 1 } | { \\pmb x } _ { t } , { \\pmb x } _ { 0 } ) = \\mathcal { N } \\left( \\sqrt { \\alpha _ { t - 1 } } { \\pmb x } _ { 0 } + \\sqrt { 1 - \\alpha _ { t - 1 } - \\sigma _ { t } ^ { 2 } } \\cdot \\frac { { \\pmb x } _ { t } - \\sqrt { \\alpha _ { t } } { \\pmb x } _ { 0 } } { \\sqrt { 1 - \\alpha _ { t } } } , \\sigma _ { t } ^ { 2 } { \\pmb I } \\right) . } \\end{array}", + "type": "interline_equation", + "image_path": "4358ede32f93cf2782bceb61d612294f4b95891709072920d44f1f3024f9af39.jpg" + } + ] + } + ], + "index": 38, + "virtual_lines": [ + { + "bbox": [ + 146, + 687, + 464, + 701.6666666666666 + ], + "spans": [], + "index": 37 + }, + { + "bbox": [ + 146, + 701.6666666666666, + 464, + 716.3333333333333 + ], + "spans": [], + "index": 38 + }, + { + "bbox": [ + 146, + 716.3333333333333, + 464, + 730.9999999999999 + ], + "spans": [], + "index": 39 + } + ] + } + ], + "page_idx": 12, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 26, + 293, + 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, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 313, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 313, + 764 + ], + "score": 1.0, + "content": "13", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "title", + "bbox": [ + 105, + 80, + 462, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 80, + 462, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 80, + 462, + 95 + ], + "score": 1.0, + "content": "A NON-MARKOVIAN FORWARD PROCESSES FOR A DISCRETE CASE", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 107, + 105, + 505, + 140 + ], + "lines": [ + { + "bbox": [ + 105, + 104, + 505, + 119 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 505, + 119 + ], + "score": 1.0, + "content": "In this section, we describe a non-Markovian forward processes for discrete data and corresponding", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 117, + 505, + 129 + ], + "spans": [ + { + "bbox": [ + 106, + 117, + 505, + 129 + ], + "score": 1.0, + "content": "variational objectives. Since the focus of this paper is to accelerate reverse models corresponding to", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 128, + 388, + 140 + ], + "spans": [ + { + "bbox": [ + 105, + 128, + 388, + 140 + ], + "score": 1.0, + "content": "the Gaussian diffusion, we leave empirical evaluations as future work.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2, + "bbox_fs": [ + 105, + 104, + 505, + 140 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 144, + 502, + 167 + ], + "lines": [ + { + "bbox": [ + 106, + 144, + 504, + 157 + ], + "spans": [ + { + "bbox": [ + 106, + 144, + 229, + 157 + ], + "score": 1.0, + "content": "For a categorical observation", + "type": "text" + }, + { + "bbox": [ + 230, + 146, + 242, + 156 + ], + "score": 0.87, + "content": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 242, + 144, + 365, + 157 + ], + "score": 1.0, + "content": "that is a one-hot vector with", + "type": "text" + }, + { + "bbox": [ + 366, + 145, + 376, + 155 + ], + "score": 0.83, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 377, + 144, + 504, + 157 + ], + "score": 1.0, + "content": "possible values, we define the", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 155, + 479, + 169 + ], + "spans": [ + { + "bbox": [ + 105, + 155, + 277, + 169 + ], + "score": 1.0, + "content": "forward process as follows. First, we have", + "type": "text" + }, + { + "bbox": [ + 277, + 155, + 315, + 168 + ], + "score": 0.93, + "content": "q ( \\pmb { x } _ { t } | \\pmb { x } _ { 0 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 315, + 155, + 479, + 169 + ], + "score": 1.0, + "content": "as the following categorical distribution:", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4.5, + "bbox_fs": [ + 105, + 144, + 504, + 169 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 227, + 171, + 384, + 185 + ], + "lines": [ + { + "bbox": [ + 227, + 171, + 384, + 185 + ], + "spans": [ + { + "bbox": [ + 227, + 171, + 384, + 185 + ], + "score": 0.92, + "content": "q ( \\pmb { x } _ { t } | \\pmb { x } _ { 0 } ) = \\mathrm { C a t } ( \\alpha _ { t } \\pmb { x } _ { 0 } + ( 1 - \\alpha _ { t } ) \\pmb { 1 } _ { K } )", + "type": "interline_equation", + "image_path": "9c096dea389c5198eb9d03cb022af32386554ff619891bf5ef1c45d567b39d1c.jpg" + } + ] + } + ], + "index": 6, + "virtual_lines": [ + { + "bbox": [ + 227, + 171, + 384, + 185 + ], + "spans": [], + "index": 6 + } + ] + }, + { + "type": "text", + "bbox": [ + 103, + 190, + 505, + 213 + ], + "lines": [ + { + "bbox": [ + 106, + 189, + 506, + 203 + ], + "spans": [ + { + "bbox": [ + 106, + 189, + 133, + 203 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 189, + 174, + 201 + ], + "score": 0.92, + "content": "\\mathbf { 1 } _ { K } \\in \\mathbb { R } ^ { K }", + "type": "inline_equation" + }, + { + "bbox": [ + 175, + 189, + 305, + 203 + ], + "score": 1.0, + "content": "is a vector with all entries being", + "type": "text" + }, + { + "bbox": [ + 305, + 190, + 325, + 202 + ], + "score": 0.91, + "content": "1 / K", + "type": "inline_equation" + }, + { + "bbox": [ + 326, + 189, + 345, + 203 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 346, + 191, + 357, + 201 + ], + "score": 0.87, + "content": "\\alpha _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 357, + 189, + 425, + 203 + ], + "score": 1.0, + "content": "decreasing from", + "type": "text" + }, + { + "bbox": [ + 425, + 191, + 455, + 201 + ], + "score": 0.91, + "content": "\\alpha _ { 0 } = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 456, + 189, + 470, + 203 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 471, + 191, + 493, + 200 + ], + "score": 0.89, + "content": "t = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 494, + 189, + 506, + 203 + ], + "score": 1.0, + "content": "to", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 107, + 200, + 463, + 214 + ], + "spans": [ + { + "bbox": [ + 107, + 202, + 139, + 212 + ], + "score": 0.9, + "content": "\\alpha _ { T } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 139, + 200, + 154, + 214 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 154, + 201, + 179, + 211 + ], + "score": 0.89, + "content": "t = T", + "type": "inline_equation" + }, + { + "bbox": [ + 180, + 200, + 248, + 214 + ], + "score": 1.0, + "content": ". Then we define", + "type": "text" + }, + { + "bbox": [ + 248, + 201, + 309, + 213 + ], + "score": 0.92, + "content": "q ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } , \\pmb { x } _ { 0 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 310, + 200, + 463, + 214 + ], + "score": 1.0, + "content": "as the following mixture distribution:", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7.5, + "bbox_fs": [ + 106, + 189, + 506, + 214 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 152, + 217, + 456, + 259 + ], + "lines": [ + { + "bbox": [ + 152, + 217, + 456, + 259 + ], + "spans": [ + { + "bbox": [ + 152, + 217, + 456, + 259 + ], + "score": 0.93, + "content": "q ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } , \\pmb { x } _ { 0 } ) = \\left\\{ \\begin{array} { l l } { \\mathrm { C a t } ( \\pmb { x } _ { t } ) } & { \\mathrm { w i t h ~ p r o b a b i l i t y ~ } \\sigma _ { t } } \\\\ { \\mathrm { C a t } ( \\pmb { x } _ { 0 } ) } & { \\mathrm { w i t h ~ p r o b a b i l i t y ~ } ( \\alpha _ { t - 1 } - \\sigma _ { t } \\alpha _ { t } ) } \\\\ { \\mathrm { C a t } ( \\mathbf { 1 } _ { K } ) } & { \\mathrm { w i t h ~ p r o b a b i l i t y ~ } ( 1 - \\alpha _ { t - 1 } ) - ( 1 - \\alpha _ { t } ) \\sigma _ { t } } \\end{array} \\right. ,", + "type": "interline_equation", + "image_path": "8446d9e5c9325920a43fc1640a923d37c0f1a5308fb1bcd6ecbf118fa3fc105f.jpg" + } + ] + } + ], + "index": 10, + "virtual_lines": [ + { + "bbox": [ + 152, + 217, + 456, + 231.0 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 152, + 231.0, + 456, + 245.0 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 152, + 245.0, + 456, + 259.0 + ], + "spans": [], + "index": 11 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 262, + 170, + 274 + ], + "lines": [ + { + "bbox": [ + 106, + 262, + 172, + 276 + ], + "spans": [ + { + "bbox": [ + 106, + 262, + 172, + 276 + ], + "score": 1.0, + "content": "or equivalently:", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 12, + "bbox_fs": [ + 106, + 262, + 172, + 276 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 125, + 277, + 468, + 291 + ], + "lines": [ + { + "bbox": [ + 125, + 277, + 468, + 291 + ], + "spans": [ + { + "bbox": [ + 125, + 277, + 468, + 291 + ], + "score": 0.87, + "content": "q ( { \\pmb x } _ { t - 1 } | { \\pmb x } _ { t } , { \\pmb x } _ { 0 } ) = \\mathrm { C a t } \\left( \\sigma _ { t } { \\pmb x } _ { t } + ( \\alpha _ { t - 1 } - \\sigma _ { t } \\alpha _ { t } ) { \\pmb x } _ { 0 } + ( ( 1 - \\alpha _ { t - 1 } ) - ( 1 - \\alpha _ { t } ) \\sigma _ { t } ) { \\pmb 1 } _ { K } \\right) ,", + "type": "interline_equation", + "image_path": "4f6426e7a4f820c55bacd66bdf07c6385e906bcf7beb1a3a35d890ecd324a257.jpg" + } + ] + } + ], + "index": 13, + "virtual_lines": [ + { + "bbox": [ + 125, + 277, + 468, + 291 + ], + "spans": [], + "index": 13 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 294, + 333, + 307 + ], + "lines": [ + { + "bbox": [ + 106, + 292, + 333, + 309 + ], + "spans": [ + { + "bbox": [ + 106, + 292, + 291, + 309 + ], + "score": 1.0, + "content": "which is consistent with how we have defined", + "type": "text" + }, + { + "bbox": [ + 291, + 295, + 329, + 307 + ], + "score": 0.9, + "content": "q ( \\pmb { x } _ { t } | \\pmb { x } _ { 0 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 329, + 292, + 333, + 309 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 14, + "bbox_fs": [ + 106, + 292, + 333, + 309 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 312, + 350, + 324 + ], + "lines": [ + { + "bbox": [ + 105, + 310, + 351, + 326 + ], + "spans": [ + { + "bbox": [ + 105, + 310, + 284, + 326 + ], + "score": 1.0, + "content": "Similarly, we can define our reverse process", + "type": "text" + }, + { + "bbox": [ + 284, + 312, + 335, + 324 + ], + "score": 0.92, + "content": "p _ { \\theta } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 336, + 310, + 351, + 326 + ], + "score": 1.0, + "content": "as:", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 15, + "bbox_fs": [ + 105, + 310, + 351, + 326 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 117, + 327, + 476, + 349 + ], + "lines": [ + { + "bbox": [ + 117, + 327, + 476, + 349 + ], + "spans": [ + { + "bbox": [ + 117, + 327, + 476, + 349 + ], + "score": 0.91, + "content": "p _ { \\theta } ( { \\pmb x } _ { t - 1 } | { \\pmb x } _ { t } ) = \\mathrm { C a t } \\left( \\sigma _ { t } { \\pmb x } _ { t } + ( \\alpha _ { t - 1 } - \\sigma _ { t } \\alpha _ { t } ) f _ { \\theta } ^ { ( t ) } ( { \\pmb x } _ { t } ) + ( ( 1 - \\alpha _ { t - 1 } ) - ( 1 - \\alpha _ { t } ) \\sigma _ { t } ) { \\pmb 1 } _ { K } \\right) ,", + "type": "interline_equation", + "image_path": "8ed954480c0388045740aa8365a014c5c7e9a1e7309e00f687236178f4929d71.jpg" + } + ] + } + ], + "index": 16, + "virtual_lines": [ + { + "bbox": [ + 117, + 327, + 476, + 349 + ], + "spans": [], + "index": 16 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 354, + 505, + 389 + ], + "lines": [ + { + "bbox": [ + 106, + 351, + 506, + 372 + ], + "spans": [ + { + "bbox": [ + 106, + 351, + 133, + 372 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 352, + 168, + 368 + ], + "score": 0.93, + "content": "f _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 168, + 351, + 192, + 372 + ], + "score": 1.0, + "content": "maps", + "type": "text" + }, + { + "bbox": [ + 192, + 357, + 204, + 367 + ], + "score": 0.85, + "content": "\\mathbf { \\Delta } _ { \\mathbf { \\mathcal { X } } _ { t } }", + "type": "inline_equation" + }, + { + "bbox": [ + 204, + 351, + 221, + 372 + ], + "score": 1.0, + "content": "to a", + "type": "text" + }, + { + "bbox": [ + 222, + 356, + 232, + 365 + ], + "score": 0.84, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 232, + 351, + 329, + 372 + ], + "score": 1.0, + "content": "-dimensional vector. As", + "type": "text" + }, + { + "bbox": [ + 329, + 355, + 448, + 367 + ], + "score": 0.91, + "content": "( 1 - \\alpha _ { t - 1 } ) - ( 1 - \\alpha _ { t } ) \\sigma _ { t } \\to 0", + "type": "inline_equation" + }, + { + "bbox": [ + 448, + 351, + 506, + 372 + ], + "score": 1.0, + "content": ", the sampling", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 365, + 504, + 380 + ], + "spans": [ + { + "bbox": [ + 105, + 365, + 410, + 380 + ], + "score": 1.0, + "content": "process will become less stochastic, in the sense that it will either choose", + "type": "text" + }, + { + "bbox": [ + 411, + 369, + 422, + 378 + ], + "score": 0.85, + "content": "\\mathbf { \\Delta } _ { \\mathbf { \\mathcal { X } } _ { t } }", + "type": "inline_equation" + }, + { + "bbox": [ + 423, + 365, + 491, + 380 + ], + "score": 1.0, + "content": "or the predicted", + "type": "text" + }, + { + "bbox": [ + 492, + 368, + 504, + 378 + ], + "score": 0.84, + "content": "\\scriptstyle { \\mathbf { { \\vec { x } } } } _ { 0 }", + "type": "inline_equation" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 377, + 275, + 390 + ], + "spans": [ + { + "bbox": [ + 106, + 377, + 275, + 390 + ], + "score": 1.0, + "content": "with high probability. The KL divergence", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18, + "bbox_fs": [ + 105, + 351, + 506, + 390 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 232, + 393, + 379, + 407 + ], + "lines": [ + { + "bbox": [ + 232, + 393, + 379, + 407 + ], + "spans": [ + { + "bbox": [ + 232, + 393, + 379, + 407 + ], + "score": 0.92, + "content": "D _ { \\mathrm { K L } } ( q ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } , \\pmb { x } _ { 0 } ) | | p _ { \\theta } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } ) )", + "type": "interline_equation", + "image_path": "f8676546fab8a52031d81ee835081f32e78648829e8d0c76c6141e18ea7deb9d.jpg" + } + ] + } + ], + "index": 20, + "virtual_lines": [ + { + "bbox": [ + 232, + 393, + 379, + 407 + ], + "spans": [], + "index": 20 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 410, + 505, + 444 + ], + "lines": [ + { + "bbox": [ + 105, + 410, + 505, + 423 + ], + "spans": [ + { + "bbox": [ + 105, + 410, + 505, + 423 + ], + "score": 1.0, + "content": "is well-defined, and is simply the KL divergence between two categoricals. Therefore, the resulting", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 421, + 505, + 433 + ], + "spans": [ + { + "bbox": [ + 106, + 421, + 505, + 433 + ], + "score": 1.0, + "content": "variational objective function should be easy to optimize as well. Moreover, as KL divergence is", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 433, + 461, + 444 + ], + "spans": [ + { + "bbox": [ + 105, + 433, + 461, + 444 + ], + "score": 1.0, + "content": "convex, we have this upper bound (which is tight when the right hand side goes to zero):", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22, + "bbox_fs": [ + 105, + 410, + 505, + 444 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 132, + 447, + 478, + 464 + ], + "lines": [ + { + "bbox": [ + 132, + 447, + 478, + 464 + ], + "spans": [ + { + "bbox": [ + 132, + 447, + 478, + 464 + ], + "score": 0.87, + "content": "D _ { \\mathrm { K L } } ( q ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } , \\pmb { x } _ { 0 } ) \\| p _ { \\theta } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } ) ) \\leq ( \\alpha _ { t - 1 } - \\sigma _ { t } \\alpha _ { t } ) D _ { \\mathrm { K L } } ( \\mathrm { C a t } ( \\pmb { x } _ { 0 } ) \\| \\mathrm { C a t } ( f _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t } ) ) ) .", + "type": "interline_equation", + "image_path": "4292c93535614793c51ceffb57857759b10dca9ac3006a56451ad595e08645f2.jpg" + } + ] + } + ], + "index": 24, + "virtual_lines": [ + { + "bbox": [ + 132, + 447, + 478, + 464 + ], + "spans": [], + "index": 24 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 467, + 504, + 490 + ], + "lines": [ + { + "bbox": [ + 106, + 467, + 506, + 480 + ], + "spans": [ + { + "bbox": [ + 106, + 467, + 506, + 480 + ], + "score": 1.0, + "content": "The right hand side is simply a multi-class classification loss (up to constants), so we can arrive at", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 479, + 487, + 491 + ], + "spans": [ + { + "bbox": [ + 106, + 479, + 285, + 491 + ], + "score": 1.0, + "content": "similar arguments regarding how changes in", + "type": "text" + }, + { + "bbox": [ + 285, + 479, + 295, + 489 + ], + "score": 0.86, + "content": "\\sigma _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 296, + 479, + 487, + 491 + ], + "score": 1.0, + "content": "do not affect the objective (up to re-weighting).", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25.5, + "bbox_fs": [ + 106, + 467, + 506, + 491 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 505, + 169, + 518 + ], + "lines": [ + { + "bbox": [ + 105, + 504, + 171, + 520 + ], + "spans": [ + { + "bbox": [ + 105, + 504, + 171, + 520 + ], + "score": 1.0, + "content": "B PROOFS", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27 + }, + { + "type": "text", + "bbox": [ + 105, + 529, + 492, + 543 + ], + "lines": [ + { + "bbox": [ + 105, + 528, + 494, + 544 + ], + "spans": [ + { + "bbox": [ + 105, + 528, + 171, + 544 + ], + "score": 1.0, + "content": "Lemma 1. For", + "type": "text" + }, + { + "bbox": [ + 171, + 530, + 222, + 542 + ], + "score": 0.93, + "content": "q _ { \\sigma } ( \\pmb { x } _ { 1 : T } | \\pmb { x } _ { 0 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 222, + 528, + 312, + 544 + ], + "score": 1.0, + "content": "defined in Eq. (6) and", + "type": "text" + }, + { + "bbox": [ + 313, + 530, + 380, + 542 + ], + "score": 0.92, + "content": "q _ { \\sigma } ( { \\pmb x } _ { t - 1 } | { \\pmb x } _ { t } , { \\pmb x } _ { 0 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 380, + 528, + 494, + 544 + ], + "score": 1.0, + "content": "defined in Eq. (7), we have:", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 28, + "bbox_fs": [ + 105, + 528, + 494, + 544 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 230, + 546, + 380, + 560 + ], + "lines": [ + { + "bbox": [ + 230, + 546, + 380, + 560 + ], + "spans": [ + { + "bbox": [ + 230, + 546, + 380, + 560 + ], + "score": 0.92, + "content": "q _ { \\sigma } ( \\mathbf { x } _ { t } | \\mathbf { x } _ { 0 } ) = \\mathcal { N } ( \\sqrt { \\alpha _ { t } } \\mathbf { x } _ { 0 } , \\sqrt { 1 - \\alpha _ { t } } \\pmb { I } )", + "type": "interline_equation", + "image_path": "672873b593434fa0682d47cc443e44bf4b564b0457608091416eaedbcfc7eaee.jpg" + } + ] + } + ], + "index": 29, + "virtual_lines": [ + { + "bbox": [ + 230, + 546, + 380, + 560 + ], + "spans": [], + "index": 29 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 572, + 417, + 586 + ], + "lines": [ + { + "bbox": [ + 105, + 571, + 418, + 587 + ], + "spans": [ + { + "bbox": [ + 105, + 571, + 201, + 587 + ], + "score": 1.0, + "content": "Proof. Assume for any", + "type": "text" + }, + { + "bbox": [ + 202, + 573, + 227, + 584 + ], + "score": 0.84, + "content": "t \\leq T", + "type": "inline_equation" + }, + { + "bbox": [ + 227, + 571, + 230, + 587 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 231, + 572, + 379, + 586 + ], + "score": 0.9, + "content": "q _ { \\sigma } ( \\mathbf { x } _ { t } | \\mathbf { x } _ { 0 } ) = \\mathcal { N } ( \\sqrt { \\alpha _ { t } } \\mathbf { x } _ { 0 } , \\sqrt { 1 - \\alpha _ { t } } \\pmb { I } )", + "type": "inline_equation" + }, + { + "bbox": [ + 379, + 571, + 418, + 587 + ], + "score": 1.0, + "content": "holds, if:", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 30, + "bbox_fs": [ + 105, + 571, + 418, + 587 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 215, + 590, + 396, + 605 + ], + "lines": [ + { + "bbox": [ + 215, + 590, + 396, + 605 + ], + "spans": [ + { + "bbox": [ + 215, + 590, + 396, + 605 + ], + "score": 0.92, + "content": "q _ { \\sigma } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { 0 } ) = \\mathcal { N } ( \\sqrt { \\alpha _ { t - 1 } } \\pmb { x } _ { 0 } , \\sqrt { 1 - \\alpha _ { t - 1 } } \\pmb { I } )", + "type": "interline_equation", + "image_path": "4138138db6dbf881024c34d66bb0b537052d91d38f065ef72aa873524f79c946.jpg" + } + ] + } + ], + "index": 31, + "virtual_lines": [ + { + "bbox": [ + 215, + 590, + 396, + 605 + ], + "spans": [], + "index": 31 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 608, + 504, + 631 + ], + "lines": [ + { + "bbox": [ + 105, + 608, + 505, + 621 + ], + "spans": [ + { + "bbox": [ + 105, + 608, + 366, + 621 + ], + "score": 1.0, + "content": "then we can prove the statement with an induction argument for", + "type": "text" + }, + { + "bbox": [ + 367, + 610, + 372, + 618 + ], + "score": 0.78, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 372, + 608, + 395, + 621 + ], + "score": 1.0, + "content": "from", + "type": "text" + }, + { + "bbox": [ + 396, + 609, + 404, + 618 + ], + "score": 0.84, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 405, + 608, + 505, + 621 + ], + "score": 1.0, + "content": "to 1, since the base case", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 110, + 619, + 198, + 632 + ], + "spans": [ + { + "bbox": [ + 110, + 620, + 136, + 630 + ], + "score": 0.84, + "content": "t = T ,", + "type": "inline_equation" + }, + { + "bbox": [ + 137, + 619, + 198, + 632 + ], + "score": 1.0, + "content": ") already holds.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32.5, + "bbox_fs": [ + 105, + 608, + 505, + 632 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 636, + 182, + 647 + ], + "lines": [ + { + "bbox": [ + 106, + 636, + 183, + 648 + ], + "spans": [ + { + "bbox": [ + 106, + 636, + 183, + 648 + ], + "score": 1.0, + "content": "First, we have that", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 34, + "bbox_fs": [ + 106, + 636, + 183, + 648 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 200, + 645, + 410, + 672 + ], + "lines": [ + { + "bbox": [ + 200, + 645, + 410, + 672 + ], + "spans": [ + { + "bbox": [ + 200, + 645, + 410, + 672 + ], + "score": 0.91, + "content": "q _ { \\sigma } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { 0 } ) : = \\int _ { \\pmb { x } _ { t } } q _ { \\sigma } ( \\pmb { x } _ { t } | \\pmb { x } _ { 0 } ) q _ { \\sigma } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } , \\pmb { x } _ { 0 } ) \\mathrm { d } \\pmb { x } _ { t }", + "type": "interline_equation", + "image_path": "9c8eef2245ff5aa134289bd10ed005d0225bc2c3f181b05fb88f76bb8067618e.jpg" + } + ] + } + ], + "index": 35, + "virtual_lines": [ + { + "bbox": [ + 200, + 645, + 410, + 672 + ], + "spans": [], + "index": 35 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 673, + 123, + 684 + ], + "lines": [ + { + "bbox": [ + 105, + 673, + 124, + 684 + ], + "spans": [ + { + "bbox": [ + 105, + 673, + 124, + 684 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 36, + "bbox_fs": [ + 105, + 673, + 124, + 684 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 146, + 687, + 464, + 731 + ], + "lines": [ + { + "bbox": [ + 146, + 687, + 464, + 731 + ], + "spans": [ + { + "bbox": [ + 146, + 687, + 464, + 731 + ], + "score": 0.87, + "content": "\\begin{array} { c } { q _ { \\sigma } ( { \\pmb x } _ { t } | { \\pmb x } _ { 0 } ) = \\mathcal { N } ( \\sqrt { \\alpha _ { t } } { \\pmb x } _ { 0 } , ( 1 - \\alpha _ { t } ) { \\pmb I } ) } \\\\ { q _ { \\sigma } ( { \\pmb x } _ { t - 1 } | { \\pmb x } _ { t } , { \\pmb x } _ { 0 } ) = \\mathcal { N } \\left( \\sqrt { \\alpha _ { t - 1 } } { \\pmb x } _ { 0 } + \\sqrt { 1 - \\alpha _ { t - 1 } - \\sigma _ { t } ^ { 2 } } \\cdot \\frac { { \\pmb x } _ { t } - \\sqrt { \\alpha _ { t } } { \\pmb x } _ { 0 } } { \\sqrt { 1 - \\alpha _ { t } } } , \\sigma _ { t } ^ { 2 } { \\pmb I } \\right) . } \\end{array}", + "type": "interline_equation", + "image_path": "4358ede32f93cf2782bceb61d612294f4b95891709072920d44f1f3024f9af39.jpg" + } + ] + } + ], + "index": 38, + "virtual_lines": [ + { + "bbox": [ + 146, + 687, + 464, + 701.6666666666666 + ], + "spans": [], + "index": 37 + }, + { + "bbox": [ + 146, + 701.6666666666666, + 464, + 716.3333333333333 + ], + "spans": [], + "index": 38 + }, + { + "bbox": [ + 146, + 716.3333333333333, + 464, + 730.9999999999999 + ], + "spans": [], + "index": 39 + } + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 81, + 391, + 95 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 391, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 277, + 96 + ], + "score": 1.0, + "content": "From Bishop (2006) (2.115), we have that", + "type": "text" + }, + { + "bbox": [ + 277, + 82, + 325, + 95 + ], + "score": 0.93, + "content": "\\hat { q } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { 0 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 325, + 81, + 391, + 96 + ], + "score": 1.0, + "content": "is Gaussian and", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "interline_equation", + "bbox": [ + 164, + 101, + 446, + 145 + ], + "lines": [ + { + "bbox": [ + 164, + 101, + 446, + 145 + ], + "spans": [ + { + "bbox": [ + 164, + 101, + 446, + 145 + ], + "score": 0.94, + "content": "\\begin{array} { r l } & { \\mathbb { E } [ q _ { \\sigma } ( \\pmb { x } _ { t - 1 } \\vert \\pmb { x } _ { 0 } ) ] = \\sqrt { \\alpha _ { t - 1 } } \\pmb { x } _ { 0 } + \\sqrt { 1 - \\alpha _ { t - 1 } - \\sigma _ { t } ^ { 2 } } \\cdot \\frac { \\sqrt { \\alpha _ { t } } \\pmb { x } _ { 0 } - \\sqrt { \\alpha _ { t } } \\pmb { x } _ { 0 } } { \\sqrt { 1 - \\alpha _ { t } } } } \\\\ & { \\qquad = \\sqrt { \\alpha _ { t - 1 } } \\pmb { x } _ { 0 } } \\end{array}", + "type": "interline_equation", + "image_path": "a6c08c3e4ee197efaeac8e7002635cd4fcf6d12de1641d3af72b7249bd36b805.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 164, + 101, + 446, + 115.66666666666667 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 164, + 115.66666666666667, + 446, + 130.33333333333334 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 164, + 130.33333333333334, + 446, + 145.0 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 151, + 124, + 162 + ], + "lines": [ + { + "bbox": [ + 105, + 151, + 123, + 162 + ], + "spans": [ + { + "bbox": [ + 105, + 151, + 123, + 162 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "interline_equation", + "bbox": [ + 162, + 167, + 449, + 194 + ], + "lines": [ + { + "bbox": [ + 162, + 167, + 449, + 194 + ], + "spans": [ + { + "bbox": [ + 162, + 167, + 449, + 194 + ], + "score": 0.93, + "content": "\\mathrm { C o v } [ q _ { \\sigma } ( x _ { t - 1 } | x _ { 0 } ) ] = \\sigma _ { t } ^ { 2 } I + \\frac { 1 - \\alpha _ { t - 1 } - \\sigma _ { t } ^ { 2 } } { 1 - \\alpha _ { t } } ( 1 - \\alpha _ { t } ) I = ( 1 - \\alpha _ { t - 1 } ) I", + "type": "interline_equation", + "image_path": "aa06366f11a2eb4110850968a538c5eff35d36f20d0d7607a781023f360acd38.jpg" + } + ] + } + ], + "index": 5, + "virtual_lines": [ + { + "bbox": [ + 162, + 167, + 449, + 194 + ], + "spans": [], + "index": 5 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 201, + 506, + 225 + ], + "lines": [ + { + "bbox": [ + 104, + 199, + 506, + 217 + ], + "spans": [ + { + "bbox": [ + 104, + 199, + 152, + 217 + ], + "score": 1.0, + "content": "Therefore,", + "type": "text" + }, + { + "bbox": [ + 152, + 201, + 335, + 216 + ], + "score": 0.92, + "content": "q _ { \\sigma } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { 0 } ) = \\mathcal { N } ( \\sqrt { \\alpha _ { t - 1 } } \\pmb { x } _ { 0 } , \\sqrt { 1 - \\alpha _ { t - 1 } } \\pmb { I } )", + "type": "inline_equation" + }, + { + "bbox": [ + 336, + 199, + 506, + 217 + ], + "score": 1.0, + "content": ", which allows us to apply the induction", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 213, + 150, + 226 + ], + "spans": [ + { + "bbox": [ + 105, + 213, + 150, + 226 + ], + "score": 1.0, + "content": "argument.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6.5 + }, + { + "type": "text", + "bbox": [ + 106, + 237, + 453, + 251 + ], + "lines": [ + { + "bbox": [ + 106, + 236, + 454, + 252 + ], + "spans": [ + { + "bbox": [ + 106, + 236, + 189, + 252 + ], + "score": 1.0, + "content": "Theorem 1. For all", + "type": "text" + }, + { + "bbox": [ + 190, + 239, + 215, + 249 + ], + "score": 0.87, + "content": "\\sigma > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 216, + 236, + 266, + 252 + ], + "score": 1.0, + "content": ", there exists", + "type": "text" + }, + { + "bbox": [ + 267, + 237, + 303, + 251 + ], + "score": 0.93, + "content": "\\gamma \\in \\mathbb { R } _ { > 0 } ^ { T }", + "type": "inline_equation" + }, + { + "bbox": [ + 304, + 236, + 322, + 252 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 322, + 239, + 351, + 249 + ], + "score": 0.87, + "content": "C \\in \\mathbb { R } ,", + "type": "inline_equation" + }, + { + "bbox": [ + 351, + 236, + 393, + 252 + ], + "score": 1.0, + "content": ", such that", + "type": "text" + }, + { + "bbox": [ + 393, + 239, + 450, + 251 + ], + "score": 0.93, + "content": "J _ { \\sigma } = L _ { \\gamma } + C", + "type": "inline_equation" + }, + { + "bbox": [ + 450, + 236, + 454, + 252 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8 + }, + { + "type": "text", + "bbox": [ + 106, + 269, + 242, + 281 + ], + "lines": [ + { + "bbox": [ + 105, + 268, + 243, + 283 + ], + "spans": [ + { + "bbox": [ + 105, + 268, + 226, + 283 + ], + "score": 1.0, + "content": "Proof. From the definition of", + "type": "text" + }, + { + "bbox": [ + 227, + 270, + 238, + 281 + ], + "score": 0.88, + "content": "J _ { \\sigma }", + "type": "inline_equation" + }, + { + "bbox": [ + 239, + 268, + 243, + 283 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 9 + }, + { + "type": "interline_equation", + "bbox": [ + 113, + 288, + 480, + 359 + ], + "lines": [ + { + "bbox": [ + 113, + 288, + 480, + 359 + ], + "spans": [ + { + "bbox": [ + 113, + 288, + 480, + 359 + ], + "score": 0.94, + "content": "\\begin{array} { r } { J _ { \\sigma } ( \\epsilon _ { \\theta } ) : = \\mathbb { E } _ { \\boldsymbol { x } _ { 0 : T } \\sim q ( \\boldsymbol { x } _ { 0 : T } ) } \\left[ q _ { \\sigma } ( \\boldsymbol { x } _ { T } | \\boldsymbol { x } _ { 0 } ) + \\displaystyle \\sum _ { t = 2 } ^ { T } \\log q _ { \\sigma } ( \\boldsymbol { x } _ { t - 1 } | \\boldsymbol { x } _ { t } , \\boldsymbol { x } _ { 0 } ) - \\displaystyle \\sum _ { t = 1 } ^ { T } \\log p _ { \\theta } ^ { ( t ) } ( \\boldsymbol { x } _ { t - 1 } | \\boldsymbol { x } _ { t } ) \\right] } \\\\ { \\equiv \\mathbb { E } _ { \\boldsymbol { x } _ { 0 : T } \\sim q ( \\boldsymbol { x } _ { 0 : T } ) } \\left[ \\displaystyle \\sum _ { t = 2 } ^ { T } D _ { \\mathrm { K L } } ( q _ { \\theta } ( \\boldsymbol { x } _ { t - 1 } | \\boldsymbol { x } _ { t } , \\boldsymbol { x } _ { 0 } ) ) \\| p _ { \\theta } ^ { ( t ) } ( \\boldsymbol { x } _ { t - 1 } | \\boldsymbol { x } _ { t } ) ) - \\log p _ { \\theta } ^ { ( 1 ) } ( \\boldsymbol { x } _ { 0 } | \\boldsymbol { x } _ { 1 } ) \\right] } \\end{array}", + "type": "interline_equation", + "image_path": "3312fee94da3e814c846232eeb98f2de3682a2fb1738759a40e9b956ffad5321.jpg" + } + ] + } + ], + "index": 11, + "virtual_lines": [ + { + "bbox": [ + 113, + 288, + 480, + 311.6666666666667 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 113, + 311.6666666666667, + 480, + 335.33333333333337 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 113, + 335.33333333333337, + 480, + 359.00000000000006 + ], + "spans": [], + "index": 12 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 364, + 504, + 387 + ], + "lines": [ + { + "bbox": [ + 105, + 363, + 505, + 378 + ], + "spans": [ + { + "bbox": [ + 105, + 363, + 162, + 378 + ], + "score": 1.0, + "content": "where we use", + "type": "text" + }, + { + "bbox": [ + 162, + 366, + 173, + 375 + ], + "score": 0.76, + "content": "\\equiv", + "type": "inline_equation" + }, + { + "bbox": [ + 173, + 363, + 390, + 378 + ], + "score": 1.0, + "content": "to denote “equal up to a value that does not depend on", + "type": "text" + }, + { + "bbox": [ + 390, + 367, + 400, + 376 + ], + "score": 0.85, + "content": "\\epsilon _ { \\theta }", + "type": "inline_equation" + }, + { + "bbox": [ + 400, + 363, + 482, + 378 + ], + "score": 1.0, + "content": "(but may depend on", + "type": "text" + }, + { + "bbox": [ + 483, + 367, + 493, + 376 + ], + "score": 0.74, + "content": "q _ { \\sigma }", + "type": "inline_equation" + }, + { + "bbox": [ + 493, + 363, + 505, + 378 + ], + "score": 1.0, + "content": ")”.", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 375, + 151, + 388 + ], + "spans": [ + { + "bbox": [ + 105, + 375, + 122, + 388 + ], + "score": 1.0, + "content": "For", + "type": "text" + }, + { + "bbox": [ + 123, + 376, + 146, + 386 + ], + "score": 0.88, + "content": "t > 1", + "type": "inline_equation" + }, + { + "bbox": [ + 146, + 375, + 151, + 388 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 13.5 + }, + { + "type": "interline_equation", + "bbox": [ + 118, + 391, + 474, + 548 + ], + "lines": [ + { + "bbox": [ + 118, + 391, + 474, + 548 + ], + "spans": [ + { + "bbox": [ + 118, + 391, + 474, + 548 + ], + "score": 0.95, + "content": "\\begin{array} { r l } & { \\mathbb { E } _ { \\mathbf { x } _ { 0 } , \\mathbf { x } \\sim \\mathbf { q } ( \\mathbf { x } _ { 0 } , \\mathbf { x } _ { t } ) } [ D _ { \\mathbf { K L } } ( \\boldsymbol { q } _ { \\sigma } ( \\boldsymbol { x } _ { t - 1 } | \\boldsymbol { x } _ { t } , \\mathbf { x } _ { 0 } ) ) | | \\boldsymbol { p } _ { \\theta } ^ { ( t ) } ( \\boldsymbol { x } _ { t - 1 } | \\boldsymbol { x } _ { t } ) ] ] } \\\\ & { = \\mathbb { E } _ { \\boldsymbol { \\omega } _ { 0 } , \\boldsymbol { x } \\sim \\boldsymbol { q } ( \\mathbf { x } _ { 0 } , \\mathbf { x } _ { t } ) } [ D _ { \\mathbf { K L } } ( \\boldsymbol { q } _ { \\sigma } ( \\boldsymbol { x } _ { t - 1 } | \\boldsymbol { x } _ { t } , \\boldsymbol { x } _ { 0 } ) ) | | \\boldsymbol { q } _ { \\sigma } ( \\boldsymbol { x } _ { t - 1 } | \\boldsymbol { x } _ { t } , \\boldsymbol { f } _ { \\theta } ^ { ( t ) } ( \\boldsymbol { x } _ { t } ) ) ) ] } \\\\ & { = \\mathbb { E } _ { \\boldsymbol { \\omega } _ { 0 } , \\mathbf { x } \\sim \\boldsymbol { q } ( \\mathbf { x } _ { 0 } , \\mathbf { x } _ { t } ) } \\left[ \\frac { \\| \\boldsymbol { x } _ { 0 } - \\boldsymbol { f } _ { \\theta } ^ { ( t ) } ( \\boldsymbol { x } _ { t } ) \\| _ { 2 } ^ { 2 } } { 2 \\sigma _ { t } ^ { 2 } } \\right] } \\\\ & { = \\mathbb { E } _ { \\boldsymbol { \\omega } _ { 0 } , \\boldsymbol { x } \\sim \\boldsymbol { q } ( \\mathbf { x } _ { 0 } ) , \\boldsymbol { \\epsilon } \\sim \\mathcal { N } ( \\mathbf { 0 } , \\boldsymbol { I } ) , \\boldsymbol { x } _ { t } = \\sqrt { \\alpha _ { t } } \\sigma _ { t } + \\sqrt { 1 - \\alpha _ { t } } \\epsilon } \\left[ \\frac { \\| ( \\boldsymbol { x } _ { t } - \\boldsymbol { \\epsilon } ) / \\sqrt { \\alpha _ { t } } - ( \\boldsymbol { x } _ { t } - \\boldsymbol { \\epsilon } _ { \\theta } ^ { ( t ) } ( \\boldsymbol { x } _ { t } ) ) / \\sqrt { \\alpha _ { t } } \\| _ { 2 } ^ { 2 } } { 2 \\sigma _ { t } ^ { 2 } } \\right] } \\\\ & = \\mathbb { E } _ \\boldsymbol { \\omega } _ { 0 } \\sim \\boldsymbol { q } ( \\mathbf { x } _ { 0 } ) , \\boldsymbol { \\epsilon } \\sim \\mathcal { N } ( \\mathbf { 0 } , \\boldsymbol { I } ) , \\boldsymbol { x } \\end{array}", + "type": "interline_equation", + "image_path": "b2028423497206bf8f85f2ef8db3725446702462f90438179c576f0d8fb191fe.jpg" + } + ] + } + ], + "index": 16, + "virtual_lines": [ + { + "bbox": [ + 118, + 391, + 474, + 443.3333333333333 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 118, + 443.3333333333333, + 474, + 495.66666666666663 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 118, + 495.66666666666663, + 474, + 548.0 + ], + "spans": [], + "index": 17 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 554, + 279, + 566 + ], + "lines": [ + { + "bbox": [ + 106, + 553, + 280, + 567 + ], + "spans": [ + { + "bbox": [ + 106, + 553, + 133, + 567 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 555, + 140, + 564 + ], + "score": 0.85, + "content": "d", + "type": "inline_equation" + }, + { + "bbox": [ + 140, + 553, + 219, + 567 + ], + "score": 1.0, + "content": "is the dimension of", + "type": "text" + }, + { + "bbox": [ + 220, + 555, + 231, + 565 + ], + "score": 0.86, + "content": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 232, + 553, + 252, + 567 + ], + "score": 1.0, + "content": ". For", + "type": "text" + }, + { + "bbox": [ + 252, + 555, + 275, + 564 + ], + "score": 0.88, + "content": "t = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 276, + 553, + 280, + 567 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 18 + }, + { + "type": "interline_equation", + "bbox": [ + 142, + 572, + 469, + 653 + ], + "lines": [ + { + "bbox": [ + 142, + 572, + 469, + 653 + ], + "spans": [ + { + "bbox": [ + 142, + 572, + 469, + 653 + ], + "score": 0.94, + "content": "\\begin{array} { r l } & { \\mathbb { E } _ { \\mathbf { x } _ { 0 } , \\mathbf { x } _ { 1 } \\sim q ( \\pmb { x } _ { 0 } , \\pmb { x } _ { 1 } ) } \\left[ - \\log p _ { \\theta } ^ { ( 1 ) } ( \\pmb { x } _ { 0 } | \\pmb { x } _ { 1 } ) \\right] \\equiv \\mathbb { E } _ { \\mathbf { x } _ { 0 } , \\mathbf { x } _ { 1 } \\sim q ( \\pmb { x } _ { 0 } , \\pmb { x } _ { 1 } ) } \\left[ \\frac { \\left\\| \\pmb { x } _ { 0 } - f _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { 1 } ) \\right\\| _ { 2 } ^ { 2 } } { 2 \\sigma _ { 1 } ^ { 2 } } \\right] } \\\\ & { = \\mathbb { E } _ { \\mathbf { x } _ { 0 } \\sim q ( \\pmb { x } _ { 0 } ) , \\epsilon \\sim \\mathcal { N } ( \\mathbf { 0 } , I ) , \\pmb { x } _ { 1 } = \\sqrt { \\alpha _ { 1 } } \\pmb { x } _ { 0 } + \\sqrt { 1 - \\alpha _ { t } } \\epsilon } \\left[ \\frac { \\left\\| \\epsilon - \\epsilon _ { \\theta } ^ { ( 1 ) } ( \\pmb { x } _ { 1 } ) \\right\\| _ { 2 } ^ { 2 } } { 2 d \\sigma _ { 1 } ^ { 2 } \\alpha _ { 1 } } \\right] } \\end{array}", + "type": "interline_equation", + "image_path": "2b8f3f07764c4a589cb875b393c3a73b89dbaf45b5cc5755a0130733e75f6b7f.jpg" + } + ] + } + ], + "index": 20, + "virtual_lines": [ + { + "bbox": [ + 142, + 572, + 469, + 599.0 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 142, + 599.0, + 469, + 626.0 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 142, + 626.0, + 469, + 653.0 + ], + "spans": [], + "index": 21 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 658, + 374, + 673 + ], + "lines": [ + { + "bbox": [ + 106, + 658, + 375, + 673 + ], + "spans": [ + { + "bbox": [ + 106, + 658, + 174, + 673 + ], + "score": 1.0, + "content": "Therefore, when", + "type": "text" + }, + { + "bbox": [ + 175, + 659, + 246, + 672 + ], + "score": 0.93, + "content": "\\gamma _ { t } = 1 / ( 2 d \\sigma _ { t } ^ { 2 } \\alpha _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 246, + 658, + 274, + 673 + ], + "score": 1.0, + "content": "for all", + "type": "text" + }, + { + "bbox": [ + 274, + 659, + 335, + 672 + ], + "score": 0.93, + "content": "t \\in \\{ 1 , \\ldots , T \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 335, + 658, + 375, + 673 + ], + "score": 1.0, + "content": ", we have", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 22 + }, + { + "type": "interline_equation", + "bbox": [ + 197, + 679, + 414, + 713 + ], + "lines": [ + { + "bbox": [ + 197, + 679, + 414, + 713 + ], + "spans": [ + { + "bbox": [ + 197, + 679, + 414, + 713 + ], + "score": 0.93, + "content": "J _ { \\sigma } ( \\epsilon _ { \\theta } ) \\equiv \\sum _ { t = 1 } ^ { T } \\frac { 1 } { 2 d \\sigma _ { t } ^ { 2 } \\alpha _ { t } } \\mathbb { E } \\left[ \\big \\lVert \\epsilon _ { \\theta } ^ { ( t ) } ( { \\pmb x } _ { t } ) - \\epsilon _ { t } \\big \\rVert _ { 2 } ^ { 2 } \\right] = L _ { \\gamma } ( \\epsilon _ { \\theta } )", + "type": "interline_equation", + "image_path": "dab49e170a30f76530cc5be100058d950de0be663d0eb8edb0bdbd650e4281a3.jpg" + } + ] + } + ], + "index": 23.5, + "virtual_lines": [ + { + "bbox": [ + 197, + 679, + 414, + 696.0 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 197, + 696.0, + 414, + 713.0 + ], + "spans": [], + "index": 24 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 720, + 372, + 733 + ], + "lines": [ + { + "bbox": [ + 105, + 718, + 373, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 718, + 133, + 734 + ], + "score": 1.0, + "content": "for all", + "type": "text" + }, + { + "bbox": [ + 133, + 722, + 142, + 732 + ], + "score": 0.84, + "content": "\\epsilon _ { \\theta }", + "type": "inline_equation" + }, + { + "bbox": [ + 143, + 718, + 311, + 734 + ], + "score": 1.0, + "content": ". From the definition of “≡”, we have that", + "type": "text" + }, + { + "bbox": [ + 312, + 721, + 369, + 733 + ], + "score": 0.92, + "content": "J _ { \\sigma } = L _ { \\gamma } + C", + "type": "inline_equation" + }, + { + "bbox": [ + 369, + 718, + 373, + 734 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 25 + } + ], + "page_idx": 13, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 26, + 293, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 293, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 293, + 38 + ], + "score": 1.0, + "content": "Published as a conference paper at ICLR 2021", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 313, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 313, + 764 + ], + "score": 1.0, + "content": "14", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 494, + 721, + 505, + 731 + ], + "lines": [ + { + "bbox": [ + 496, + 722, + 505, + 731 + ], + "spans": [ + { + "bbox": [ + 496, + 722, + 505, + 731 + ], + "score": 0.999, + "content": "□", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 81, + 391, + 95 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 391, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 277, + 96 + ], + "score": 1.0, + "content": "From Bishop (2006) (2.115), we have that", + "type": "text" + }, + { + "bbox": [ + 277, + 82, + 325, + 95 + ], + "score": 0.93, + "content": "\\hat { q } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { 0 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 325, + 81, + 391, + 96 + ], + "score": 1.0, + "content": "is Gaussian and", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0, + "bbox_fs": [ + 105, + 81, + 391, + 96 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 164, + 101, + 446, + 145 + ], + "lines": [ + { + "bbox": [ + 164, + 101, + 446, + 145 + ], + "spans": [ + { + "bbox": [ + 164, + 101, + 446, + 145 + ], + "score": 0.94, + "content": "\\begin{array} { r l } & { \\mathbb { E } [ q _ { \\sigma } ( \\pmb { x } _ { t - 1 } \\vert \\pmb { x } _ { 0 } ) ] = \\sqrt { \\alpha _ { t - 1 } } \\pmb { x } _ { 0 } + \\sqrt { 1 - \\alpha _ { t - 1 } - \\sigma _ { t } ^ { 2 } } \\cdot \\frac { \\sqrt { \\alpha _ { t } } \\pmb { x } _ { 0 } - \\sqrt { \\alpha _ { t } } \\pmb { x } _ { 0 } } { \\sqrt { 1 - \\alpha _ { t } } } } \\\\ & { \\qquad = \\sqrt { \\alpha _ { t - 1 } } \\pmb { x } _ { 0 } } \\end{array}", + "type": "interline_equation", + "image_path": "a6c08c3e4ee197efaeac8e7002635cd4fcf6d12de1641d3af72b7249bd36b805.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 164, + 101, + 446, + 115.66666666666667 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 164, + 115.66666666666667, + 446, + 130.33333333333334 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 164, + 130.33333333333334, + 446, + 145.0 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 151, + 124, + 162 + ], + "lines": [ + { + "bbox": [ + 105, + 151, + 123, + 162 + ], + "spans": [ + { + "bbox": [ + 105, + 151, + 123, + 162 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4, + "bbox_fs": [ + 105, + 151, + 123, + 162 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 162, + 167, + 449, + 194 + ], + "lines": [ + { + "bbox": [ + 162, + 167, + 449, + 194 + ], + "spans": [ + { + "bbox": [ + 162, + 167, + 449, + 194 + ], + "score": 0.93, + "content": "\\mathrm { C o v } [ q _ { \\sigma } ( x _ { t - 1 } | x _ { 0 } ) ] = \\sigma _ { t } ^ { 2 } I + \\frac { 1 - \\alpha _ { t - 1 } - \\sigma _ { t } ^ { 2 } } { 1 - \\alpha _ { t } } ( 1 - \\alpha _ { t } ) I = ( 1 - \\alpha _ { t - 1 } ) I", + "type": "interline_equation", + "image_path": "aa06366f11a2eb4110850968a538c5eff35d36f20d0d7607a781023f360acd38.jpg" + } + ] + } + ], + "index": 5, + "virtual_lines": [ + { + "bbox": [ + 162, + 167, + 449, + 194 + ], + "spans": [], + "index": 5 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 201, + 506, + 225 + ], + "lines": [ + { + "bbox": [ + 104, + 199, + 506, + 217 + ], + "spans": [ + { + "bbox": [ + 104, + 199, + 152, + 217 + ], + "score": 1.0, + "content": "Therefore,", + "type": "text" + }, + { + "bbox": [ + 152, + 201, + 335, + 216 + ], + "score": 0.92, + "content": "q _ { \\sigma } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { 0 } ) = \\mathcal { N } ( \\sqrt { \\alpha _ { t - 1 } } \\pmb { x } _ { 0 } , \\sqrt { 1 - \\alpha _ { t - 1 } } \\pmb { I } )", + "type": "inline_equation" + }, + { + "bbox": [ + 336, + 199, + 506, + 217 + ], + "score": 1.0, + "content": ", which allows us to apply the induction", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 213, + 150, + 226 + ], + "spans": [ + { + "bbox": [ + 105, + 213, + 150, + 226 + ], + "score": 1.0, + "content": "argument.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6.5, + "bbox_fs": [ + 104, + 199, + 506, + 226 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 237, + 453, + 251 + ], + "lines": [ + { + "bbox": [ + 106, + 236, + 454, + 252 + ], + "spans": [ + { + "bbox": [ + 106, + 236, + 189, + 252 + ], + "score": 1.0, + "content": "Theorem 1. For all", + "type": "text" + }, + { + "bbox": [ + 190, + 239, + 215, + 249 + ], + "score": 0.87, + "content": "\\sigma > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 216, + 236, + 266, + 252 + ], + "score": 1.0, + "content": ", there exists", + "type": "text" + }, + { + "bbox": [ + 267, + 237, + 303, + 251 + ], + "score": 0.93, + "content": "\\gamma \\in \\mathbb { R } _ { > 0 } ^ { T }", + "type": "inline_equation" + }, + { + "bbox": [ + 304, + 236, + 322, + 252 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 322, + 239, + 351, + 249 + ], + "score": 0.87, + "content": "C \\in \\mathbb { R } ,", + "type": "inline_equation" + }, + { + "bbox": [ + 351, + 236, + 393, + 252 + ], + "score": 1.0, + "content": ", such that", + "type": "text" + }, + { + "bbox": [ + 393, + 239, + 450, + 251 + ], + "score": 0.93, + "content": "J _ { \\sigma } = L _ { \\gamma } + C", + "type": "inline_equation" + }, + { + "bbox": [ + 450, + 236, + 454, + 252 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8, + "bbox_fs": [ + 106, + 236, + 454, + 252 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 269, + 242, + 281 + ], + "lines": [ + { + "bbox": [ + 105, + 268, + 243, + 283 + ], + "spans": [ + { + "bbox": [ + 105, + 268, + 226, + 283 + ], + "score": 1.0, + "content": "Proof. From the definition of", + "type": "text" + }, + { + "bbox": [ + 227, + 270, + 238, + 281 + ], + "score": 0.88, + "content": "J _ { \\sigma }", + "type": "inline_equation" + }, + { + "bbox": [ + 239, + 268, + 243, + 283 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 9, + "bbox_fs": [ + 105, + 268, + 243, + 283 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 113, + 288, + 480, + 359 + ], + "lines": [ + { + "bbox": [ + 113, + 288, + 480, + 359 + ], + "spans": [ + { + "bbox": [ + 113, + 288, + 480, + 359 + ], + "score": 0.94, + "content": "\\begin{array} { r } { J _ { \\sigma } ( \\epsilon _ { \\theta } ) : = \\mathbb { E } _ { \\boldsymbol { x } _ { 0 : T } \\sim q ( \\boldsymbol { x } _ { 0 : T } ) } \\left[ q _ { \\sigma } ( \\boldsymbol { x } _ { T } | \\boldsymbol { x } _ { 0 } ) + \\displaystyle \\sum _ { t = 2 } ^ { T } \\log q _ { \\sigma } ( \\boldsymbol { x } _ { t - 1 } | \\boldsymbol { x } _ { t } , \\boldsymbol { x } _ { 0 } ) - \\displaystyle \\sum _ { t = 1 } ^ { T } \\log p _ { \\theta } ^ { ( t ) } ( \\boldsymbol { x } _ { t - 1 } | \\boldsymbol { x } _ { t } ) \\right] } \\\\ { \\equiv \\mathbb { E } _ { \\boldsymbol { x } _ { 0 : T } \\sim q ( \\boldsymbol { x } _ { 0 : T } ) } \\left[ \\displaystyle \\sum _ { t = 2 } ^ { T } D _ { \\mathrm { K L } } ( q _ { \\theta } ( \\boldsymbol { x } _ { t - 1 } | \\boldsymbol { x } _ { t } , \\boldsymbol { x } _ { 0 } ) ) \\| p _ { \\theta } ^ { ( t ) } ( \\boldsymbol { x } _ { t - 1 } | \\boldsymbol { x } _ { t } ) ) - \\log p _ { \\theta } ^ { ( 1 ) } ( \\boldsymbol { x } _ { 0 } | \\boldsymbol { x } _ { 1 } ) \\right] } \\end{array}", + "type": "interline_equation", + "image_path": "3312fee94da3e814c846232eeb98f2de3682a2fb1738759a40e9b956ffad5321.jpg" + } + ] + } + ], + "index": 11, + "virtual_lines": [ + { + "bbox": [ + 113, + 288, + 480, + 311.6666666666667 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 113, + 311.6666666666667, + 480, + 335.33333333333337 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 113, + 335.33333333333337, + 480, + 359.00000000000006 + ], + "spans": [], + "index": 12 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 364, + 504, + 387 + ], + "lines": [ + { + "bbox": [ + 105, + 363, + 505, + 378 + ], + "spans": [ + { + "bbox": [ + 105, + 363, + 162, + 378 + ], + "score": 1.0, + "content": "where we use", + "type": "text" + }, + { + "bbox": [ + 162, + 366, + 173, + 375 + ], + "score": 0.76, + "content": "\\equiv", + "type": "inline_equation" + }, + { + "bbox": [ + 173, + 363, + 390, + 378 + ], + "score": 1.0, + "content": "to denote “equal up to a value that does not depend on", + "type": "text" + }, + { + "bbox": [ + 390, + 367, + 400, + 376 + ], + "score": 0.85, + "content": "\\epsilon _ { \\theta }", + "type": "inline_equation" + }, + { + "bbox": [ + 400, + 363, + 482, + 378 + ], + "score": 1.0, + "content": "(but may depend on", + "type": "text" + }, + { + "bbox": [ + 483, + 367, + 493, + 376 + ], + "score": 0.74, + "content": "q _ { \\sigma }", + "type": "inline_equation" + }, + { + "bbox": [ + 493, + 363, + 505, + 378 + ], + "score": 1.0, + "content": ")”.", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 375, + 151, + 388 + ], + "spans": [ + { + "bbox": [ + 105, + 375, + 122, + 388 + ], + "score": 1.0, + "content": "For", + "type": "text" + }, + { + "bbox": [ + 123, + 376, + 146, + 386 + ], + "score": 0.88, + "content": "t > 1", + "type": "inline_equation" + }, + { + "bbox": [ + 146, + 375, + 151, + 388 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 13.5, + "bbox_fs": [ + 105, + 363, + 505, + 388 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 118, + 391, + 474, + 548 + ], + "lines": [ + { + "bbox": [ + 118, + 391, + 474, + 548 + ], + "spans": [ + { + "bbox": [ + 118, + 391, + 474, + 548 + ], + "score": 0.95, + "content": "\\begin{array} { r l } & { \\mathbb { E } _ { \\mathbf { x } _ { 0 } , \\mathbf { x } \\sim \\mathbf { q } ( \\mathbf { x } _ { 0 } , \\mathbf { x } _ { t } ) } [ D _ { \\mathbf { K L } } ( \\boldsymbol { q } _ { \\sigma } ( \\boldsymbol { x } _ { t - 1 } | \\boldsymbol { x } _ { t } , \\mathbf { x } _ { 0 } ) ) | | \\boldsymbol { p } _ { \\theta } ^ { ( t ) } ( \\boldsymbol { x } _ { t - 1 } | \\boldsymbol { x } _ { t } ) ] ] } \\\\ & { = \\mathbb { E } _ { \\boldsymbol { \\omega } _ { 0 } , \\boldsymbol { x } \\sim \\boldsymbol { q } ( \\mathbf { x } _ { 0 } , \\mathbf { x } _ { t } ) } [ D _ { \\mathbf { K L } } ( \\boldsymbol { q } _ { \\sigma } ( \\boldsymbol { x } _ { t - 1 } | \\boldsymbol { x } _ { t } , \\boldsymbol { x } _ { 0 } ) ) | | \\boldsymbol { q } _ { \\sigma } ( \\boldsymbol { x } _ { t - 1 } | \\boldsymbol { x } _ { t } , \\boldsymbol { f } _ { \\theta } ^ { ( t ) } ( \\boldsymbol { x } _ { t } ) ) ) ] } \\\\ & { = \\mathbb { E } _ { \\boldsymbol { \\omega } _ { 0 } , \\mathbf { x } \\sim \\boldsymbol { q } ( \\mathbf { x } _ { 0 } , \\mathbf { x } _ { t } ) } \\left[ \\frac { \\| \\boldsymbol { x } _ { 0 } - \\boldsymbol { f } _ { \\theta } ^ { ( t ) } ( \\boldsymbol { x } _ { t } ) \\| _ { 2 } ^ { 2 } } { 2 \\sigma _ { t } ^ { 2 } } \\right] } \\\\ & { = \\mathbb { E } _ { \\boldsymbol { \\omega } _ { 0 } , \\boldsymbol { x } \\sim \\boldsymbol { q } ( \\mathbf { x } _ { 0 } ) , \\boldsymbol { \\epsilon } \\sim \\mathcal { N } ( \\mathbf { 0 } , \\boldsymbol { I } ) , \\boldsymbol { x } _ { t } = \\sqrt { \\alpha _ { t } } \\sigma _ { t } + \\sqrt { 1 - \\alpha _ { t } } \\epsilon } \\left[ \\frac { \\| ( \\boldsymbol { x } _ { t } - \\boldsymbol { \\epsilon } ) / \\sqrt { \\alpha _ { t } } - ( \\boldsymbol { x } _ { t } - \\boldsymbol { \\epsilon } _ { \\theta } ^ { ( t ) } ( \\boldsymbol { x } _ { t } ) ) / \\sqrt { \\alpha _ { t } } \\| _ { 2 } ^ { 2 } } { 2 \\sigma _ { t } ^ { 2 } } \\right] } \\\\ & = \\mathbb { E } _ \\boldsymbol { \\omega } _ { 0 } \\sim \\boldsymbol { q } ( \\mathbf { x } _ { 0 } ) , \\boldsymbol { \\epsilon } \\sim \\mathcal { N } ( \\mathbf { 0 } , \\boldsymbol { I } ) , \\boldsymbol { x } \\end{array}", + "type": "interline_equation", + "image_path": "b2028423497206bf8f85f2ef8db3725446702462f90438179c576f0d8fb191fe.jpg" + } + ] + } + ], + "index": 16, + "virtual_lines": [ + { + "bbox": [ + 118, + 391, + 474, + 443.3333333333333 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 118, + 443.3333333333333, + 474, + 495.66666666666663 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 118, + 495.66666666666663, + 474, + 548.0 + ], + "spans": [], + "index": 17 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 554, + 279, + 566 + ], + "lines": [ + { + "bbox": [ + 106, + 553, + 280, + 567 + ], + "spans": [ + { + "bbox": [ + 106, + 553, + 133, + 567 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 555, + 140, + 564 + ], + "score": 0.85, + "content": "d", + "type": "inline_equation" + }, + { + "bbox": [ + 140, + 553, + 219, + 567 + ], + "score": 1.0, + "content": "is the dimension of", + "type": "text" + }, + { + "bbox": [ + 220, + 555, + 231, + 565 + ], + "score": 0.86, + "content": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 232, + 553, + 252, + 567 + ], + "score": 1.0, + "content": ". For", + "type": "text" + }, + { + "bbox": [ + 252, + 555, + 275, + 564 + ], + "score": 0.88, + "content": "t = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 276, + 553, + 280, + 567 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 18, + "bbox_fs": [ + 106, + 553, + 280, + 567 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 142, + 572, + 469, + 653 + ], + "lines": [ + { + "bbox": [ + 142, + 572, + 469, + 653 + ], + "spans": [ + { + "bbox": [ + 142, + 572, + 469, + 653 + ], + "score": 0.94, + "content": "\\begin{array} { r l } & { \\mathbb { E } _ { \\mathbf { x } _ { 0 } , \\mathbf { x } _ { 1 } \\sim q ( \\pmb { x } _ { 0 } , \\pmb { x } _ { 1 } ) } \\left[ - \\log p _ { \\theta } ^ { ( 1 ) } ( \\pmb { x } _ { 0 } | \\pmb { x } _ { 1 } ) \\right] \\equiv \\mathbb { E } _ { \\mathbf { x } _ { 0 } , \\mathbf { x } _ { 1 } \\sim q ( \\pmb { x } _ { 0 } , \\pmb { x } _ { 1 } ) } \\left[ \\frac { \\left\\| \\pmb { x } _ { 0 } - f _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { 1 } ) \\right\\| _ { 2 } ^ { 2 } } { 2 \\sigma _ { 1 } ^ { 2 } } \\right] } \\\\ & { = \\mathbb { E } _ { \\mathbf { x } _ { 0 } \\sim q ( \\pmb { x } _ { 0 } ) , \\epsilon \\sim \\mathcal { N } ( \\mathbf { 0 } , I ) , \\pmb { x } _ { 1 } = \\sqrt { \\alpha _ { 1 } } \\pmb { x } _ { 0 } + \\sqrt { 1 - \\alpha _ { t } } \\epsilon } \\left[ \\frac { \\left\\| \\epsilon - \\epsilon _ { \\theta } ^ { ( 1 ) } ( \\pmb { x } _ { 1 } ) \\right\\| _ { 2 } ^ { 2 } } { 2 d \\sigma _ { 1 } ^ { 2 } \\alpha _ { 1 } } \\right] } \\end{array}", + "type": "interline_equation", + "image_path": "2b8f3f07764c4a589cb875b393c3a73b89dbaf45b5cc5755a0130733e75f6b7f.jpg" + } + ] + } + ], + "index": 20, + "virtual_lines": [ + { + "bbox": [ + 142, + 572, + 469, + 599.0 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 142, + 599.0, + 469, + 626.0 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 142, + 626.0, + 469, + 653.0 + ], + "spans": [], + "index": 21 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 658, + 374, + 673 + ], + "lines": [ + { + "bbox": [ + 106, + 658, + 375, + 673 + ], + "spans": [ + { + "bbox": [ + 106, + 658, + 174, + 673 + ], + "score": 1.0, + "content": "Therefore, when", + "type": "text" + }, + { + "bbox": [ + 175, + 659, + 246, + 672 + ], + "score": 0.93, + "content": "\\gamma _ { t } = 1 / ( 2 d \\sigma _ { t } ^ { 2 } \\alpha _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 246, + 658, + 274, + 673 + ], + "score": 1.0, + "content": "for all", + "type": "text" + }, + { + "bbox": [ + 274, + 659, + 335, + 672 + ], + "score": 0.93, + "content": "t \\in \\{ 1 , \\ldots , T \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 335, + 658, + 375, + 673 + ], + "score": 1.0, + "content": ", we have", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 22, + "bbox_fs": [ + 106, + 658, + 375, + 673 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 197, + 679, + 414, + 713 + ], + "lines": [ + { + "bbox": [ + 197, + 679, + 414, + 713 + ], + "spans": [ + { + "bbox": [ + 197, + 679, + 414, + 713 + ], + "score": 0.93, + "content": "J _ { \\sigma } ( \\epsilon _ { \\theta } ) \\equiv \\sum _ { t = 1 } ^ { T } \\frac { 1 } { 2 d \\sigma _ { t } ^ { 2 } \\alpha _ { t } } \\mathbb { E } \\left[ \\big \\lVert \\epsilon _ { \\theta } ^ { ( t ) } ( { \\pmb x } _ { t } ) - \\epsilon _ { t } \\big \\rVert _ { 2 } ^ { 2 } \\right] = L _ { \\gamma } ( \\epsilon _ { \\theta } )", + "type": "interline_equation", + "image_path": "dab49e170a30f76530cc5be100058d950de0be663d0eb8edb0bdbd650e4281a3.jpg" + } + ] + } + ], + "index": 23.5, + "virtual_lines": [ + { + "bbox": [ + 197, + 679, + 414, + 696.0 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 197, + 696.0, + 414, + 713.0 + ], + "spans": [], + "index": 24 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 720, + 372, + 733 + ], + "lines": [ + { + "bbox": [ + 105, + 718, + 373, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 718, + 133, + 734 + ], + "score": 1.0, + "content": "for all", + "type": "text" + }, + { + "bbox": [ + 133, + 722, + 142, + 732 + ], + "score": 0.84, + "content": "\\epsilon _ { \\theta }", + "type": "inline_equation" + }, + { + "bbox": [ + 143, + 718, + 311, + 734 + ], + "score": 1.0, + "content": ". From the definition of “≡”, we have that", + "type": "text" + }, + { + "bbox": [ + 312, + 721, + 369, + 733 + ], + "score": 0.92, + "content": "J _ { \\sigma } = L _ { \\gamma } + C", + "type": "inline_equation" + }, + { + "bbox": [ + 369, + 718, + 373, + 734 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 25, + "bbox_fs": [ + 105, + 718, + 373, + 734 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 107, + 81, + 269, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 80, + 270, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 80, + 270, + 96 + ], + "score": 1.0, + "content": "C ADDITIONAL DERIVATIONS", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "title", + "bbox": [ + 108, + 106, + 294, + 118 + ], + "lines": [ + { + "bbox": [ + 106, + 106, + 295, + 119 + ], + "spans": [ + { + "bbox": [ + 106, + 106, + 295, + 119 + ], + "score": 1.0, + "content": "C.1 ACCELERATED SAMPLING PROCESSES", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 106, + 126, + 425, + 138 + ], + "lines": [ + { + "bbox": [ + 105, + 125, + 426, + 140 + ], + "spans": [ + { + "bbox": [ + 105, + 125, + 426, + 140 + ], + "score": 1.0, + "content": "In the accelerated case, we can consider the inference process to be factored as:", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 2 + }, + { + "type": "interline_equation", + "bbox": [ + 162, + 143, + 449, + 178 + ], + "lines": [ + { + "bbox": [ + 162, + 143, + 449, + 178 + ], + "spans": [ + { + "bbox": [ + 162, + 143, + 449, + 178 + ], + "score": 0.94, + "content": "q _ { \\sigma , \\tau } ( \\pmb { x } _ { 1 : T } | \\pmb { x } _ { 0 } ) = q _ { \\sigma , \\tau } ( \\pmb { x } _ { \\tau _ { S } } | \\pmb { x } _ { 0 } ) \\prod _ { i = 1 } ^ { S } q _ { \\sigma , \\tau } ( \\pmb { x } _ { \\tau _ { i - 1 } } | \\pmb { x } _ { \\tau _ { i } } , \\pmb { x } _ { 0 } ) \\prod _ { t \\in \\bar { \\tau } } q _ { \\sigma , \\tau } ( \\pmb { x } _ { t } | \\pmb { x } _ { 0 } )", + "type": "interline_equation", + "image_path": "241caac259c1d1c692c0d495547d4a7b91d64b4d21ec7d6354c2788865aad1a1.jpg" + } + ] + } + ], + "index": 4, + "virtual_lines": [ + { + "bbox": [ + 162, + 143, + 449, + 154.66666666666666 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 162, + 154.66666666666666, + 449, + 166.33333333333331 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 162, + 166.33333333333331, + 449, + 177.99999999999997 + ], + "spans": [], + "index": 5 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 182, + 504, + 217 + ], + "lines": [ + { + "bbox": [ + 106, + 182, + 504, + 196 + ], + "spans": [ + { + "bbox": [ + 106, + 182, + 134, + 196 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 186, + 141, + 193 + ], + "score": 0.77, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 141, + 182, + 230, + 196 + ], + "score": 1.0, + "content": "is a sub-sequence of", + "type": "text" + }, + { + "bbox": [ + 231, + 183, + 271, + 195 + ], + "score": 0.93, + "content": "[ 1 , \\ldots , T ]", + "type": "inline_equation" + }, + { + "bbox": [ + 272, + 182, + 313, + 196 + ], + "score": 1.0, + "content": "of length", + "type": "text" + }, + { + "bbox": [ + 314, + 184, + 322, + 193 + ], + "score": 0.82, + "content": "S", + "type": "inline_equation" + }, + { + "bbox": [ + 322, + 182, + 344, + 196 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 345, + 183, + 380, + 194 + ], + "score": 0.89, + "content": "\\tau _ { S } = T", + "type": "inline_equation" + }, + { + "bbox": [ + 381, + 182, + 416, + 196 + ], + "score": 1.0, + "content": ", and let", + "type": "text" + }, + { + "bbox": [ + 417, + 183, + 504, + 195 + ], + "score": 0.92, + "content": "\\bar { \\tau } : = \\{ 1 , . . . , T \\} \\setminus \\tau", + "type": "inline_equation" + } + ], + "index": 6 + }, + { + "bbox": [ + 102, + 189, + 509, + 212 + ], + "spans": [ + { + "bbox": [ + 102, + 189, + 327, + 212 + ], + "score": 1.0, + "content": "be its complement. Intuitively, the graphical model of", + "type": "text" + }, + { + "bbox": [ + 327, + 194, + 365, + 207 + ], + "score": 0.92, + "content": "\\{ \\pmb { x } _ { \\tau _ { i } } \\} _ { i = 1 } ^ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 366, + 189, + 384, + 212 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 384, + 196, + 396, + 205 + ], + "score": 0.85, + "content": "\\scriptstyle { \\pmb x } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 397, + 189, + 509, + 212 + ], + "score": 1.0, + "content": "form a chain, whereas the", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 205, + 374, + 218 + ], + "spans": [ + { + "bbox": [ + 105, + 205, + 185, + 218 + ], + "score": 1.0, + "content": "graphical model of", + "type": "text" + }, + { + "bbox": [ + 185, + 205, + 219, + 217 + ], + "score": 0.93, + "content": "\\{ \\pmb { x } _ { t } \\} _ { t \\in \\bar { \\tau } }", + "type": "inline_equation" + }, + { + "bbox": [ + 219, + 205, + 237, + 218 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 237, + 207, + 249, + 217 + ], + "score": 0.87, + "content": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 249, + 205, + 374, + 218 + ], + "score": 1.0, + "content": "forms a star graph. We define:", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7 + }, + { + "type": "interline_equation", + "bbox": [ + 116, + 221, + 495, + 265 + ], + "lines": [ + { + "bbox": [ + 116, + 221, + 495, + 265 + ], + "spans": [ + { + "bbox": [ + 116, + 221, + 495, + 265 + ], + "score": 0.93, + "content": "\\begin{array} { r l } & { q _ { \\sigma , \\tau } ( { \\boldsymbol x } _ { t } | { \\boldsymbol x } _ { 0 } ) = \\mathcal { N } ( \\sqrt { \\alpha _ { t } } { \\boldsymbol x } _ { 0 } , ( 1 - \\alpha _ { t } ) { \\boldsymbol I } ) \\quad \\forall t \\in \\bar { \\tau } \\cup \\{ { \\boldsymbol T } \\} } \\\\ & { q _ { \\sigma , \\tau } ( { \\boldsymbol x } _ { \\tau _ { i - 1 } } | { \\boldsymbol x } _ { \\tau _ { i } } , { \\boldsymbol x } _ { 0 } ) = \\mathcal { N } \\left( \\sqrt { \\alpha _ { \\tau _ { i - 1 } } } { \\boldsymbol x } _ { 0 } + \\sqrt { 1 - \\alpha _ { \\tau _ { i - 1 } } - \\sigma _ { \\tau _ { i } } ^ { 2 } } \\cdot \\frac { { \\boldsymbol x } _ { \\tau _ { i } } - \\sqrt { \\alpha _ { \\tau _ { i } } } { \\boldsymbol x } _ { 0 } } { \\sqrt { 1 - \\alpha _ { \\tau _ { i } } } } , \\sigma _ { \\tau _ { i } } ^ { 2 } { \\boldsymbol I } \\right) \\forall i \\in [ S ] } \\end{array}", + "type": "interline_equation", + "image_path": "5d4a05a33d8d46775f1bbe629dab617a92a272db33b8c712b6f93f11a52932a0.jpg" + } + ] + } + ], + "index": 10, + "virtual_lines": [ + { + "bbox": [ + 116, + 221, + 495, + 235.66666666666666 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 116, + 235.66666666666666, + 495, + 250.33333333333331 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 116, + 250.33333333333331, + 495, + 265.0 + ], + "spans": [], + "index": 11 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 269, + 281, + 280 + ], + "lines": [ + { + "bbox": [ + 106, + 268, + 282, + 281 + ], + "spans": [ + { + "bbox": [ + 106, + 268, + 282, + 281 + ], + "score": 1.0, + "content": "where the coefficients are chosen such that:", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 12 + }, + { + "type": "interline_equation", + "bbox": [ + 200, + 285, + 411, + 300 + ], + "lines": [ + { + "bbox": [ + 200, + 285, + 411, + 300 + ], + "spans": [ + { + "bbox": [ + 200, + 285, + 411, + 300 + ], + "score": 0.9, + "content": "q _ { \\sigma , \\tau } ( \\pmb { x } _ { \\tau _ { i } } | \\pmb { x } _ { 0 } ) = \\mathcal { N } ( \\sqrt { \\alpha _ { \\tau _ { i } } } \\pmb { x } _ { 0 } , ( 1 - \\alpha _ { \\tau _ { i } } ) \\pmb { I } ) \\quad \\forall i \\in [ S ]", + "type": "interline_equation", + "image_path": "b475faf34ed643db0535adb0842e9d6b270164c4aa0f1f69ccc680a89237d480.jpg" + } + ] + } + ], + "index": 13, + "virtual_lines": [ + { + "bbox": [ + 200, + 285, + 411, + 300 + ], + "spans": [], + "index": 13 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 304, + 217, + 316 + ], + "lines": [ + { + "bbox": [ + 105, + 303, + 218, + 317 + ], + "spans": [ + { + "bbox": [ + 105, + 303, + 218, + 317 + ], + "score": 1.0, + "content": "i.e., the “marginals” match.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 14 + }, + { + "type": "text", + "bbox": [ + 107, + 321, + 323, + 333 + ], + "lines": [ + { + "bbox": [ + 106, + 320, + 324, + 335 + ], + "spans": [ + { + "bbox": [ + 106, + 320, + 324, + 335 + ], + "score": 1.0, + "content": "The corresponding “generative process” is defined as:", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 15 + }, + { + "type": "interline_equation", + "bbox": [ + 184, + 338, + 426, + 388 + ], + "lines": [ + { + "bbox": [ + 184, + 338, + 426, + 388 + ], + "spans": [ + { + "bbox": [ + 184, + 338, + 426, + 388 + ], + "score": 0.9, + "content": "p _ { \\theta } ( \\pmb { x } _ { 0 : T } ) : = \\underbrace { p _ { \\theta } ( \\pmb { x } _ { T } ) \\prod _ { i = 1 } ^ { S } p _ { \\theta } ^ { ( \\tau _ { i } ) } ( \\pmb { x } _ { \\tau _ { i - 1 } } | \\pmb { x } _ { \\tau _ { i } } ) } _ { \\mathrm { u s e t o p r o d u c e ~ s a m p l e s } } \\times \\underbrace { \\prod _ { t \\in \\bar { \\tau } } p _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { 0 } | \\pmb { x } _ { t } ) } _ { \\mathrm { i n ~ v a r i a t i o n a l ~ o b j e c t i v e } }", + "type": "interline_equation", + "image_path": "13dfe732239bdbc48d5c50e6b3e09391aab14bc408ba348e9709edf8251ef006.jpg" + } + ] + } + ], + "index": 17, + "virtual_lines": [ + { + "bbox": [ + 184, + 338, + 426, + 354.6666666666667 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 184, + 354.6666666666667, + 426, + 371.33333333333337 + ], + "spans": [], + "index": 17 + }, + { + "bbox": [ + 184, + 371.33333333333337, + 426, + 388.00000000000006 + ], + "spans": [], + "index": 18 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 392, + 489, + 405 + ], + "lines": [ + { + "bbox": [ + 106, + 391, + 491, + 407 + ], + "spans": [ + { + "bbox": [ + 106, + 391, + 491, + 407 + ], + "score": 1.0, + "content": "where only part of the models are actually being used to produce samples. The conditionals are:", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 19 + }, + { + "type": "interline_equation", + "bbox": [ + 173, + 408, + 437, + 445 + ], + "lines": [ + { + "bbox": [ + 173, + 408, + 437, + 445 + ], + "spans": [ + { + "bbox": [ + 173, + 408, + 437, + 445 + ], + "score": 0.92, + "content": "\\begin{array} { r l } & { p _ { \\theta } ^ { ( \\tau _ { i } ) } ( \\pmb { x } _ { \\tau _ { i - 1 } } | \\pmb { x } _ { \\tau _ { i } } ) = q _ { \\sigma , \\tau } ( \\pmb { x } _ { \\tau _ { i } } | \\pmb { x } _ { \\tau _ { i } } , f _ { \\theta } ^ { ( \\tau _ { i } ) } ( \\pmb { x } _ { \\tau _ { i - 1 } } ) ) \\quad \\mathrm { i f ~ } i \\in [ S ] , i > 1 } \\\\ & { \\qquad p _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { 0 } | \\pmb { x } _ { t } ) = \\mathcal { N } ( f _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t } ) , \\sigma _ { t } ^ { 2 } I ) \\quad \\mathrm { o t h e r w i s e } , } \\end{array}", + "type": "interline_equation", + "image_path": "0bd4869e0ac738c7b5e8196f4157250c13cda0e37dd758fe2bcad8bdbc10c49c.jpg" + } + ] + } + ], + "index": 21, + "virtual_lines": [ + { + "bbox": [ + 173, + 408, + 437, + 420.3333333333333 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 173, + 420.3333333333333, + 437, + 432.66666666666663 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 173, + 432.66666666666663, + 437, + 444.99999999999994 + ], + "spans": [], + "index": 22 + } + ] + }, + { + "type": "text", + "bbox": [ + 104, + 448, + 503, + 472 + ], + "lines": [ + { + "bbox": [ + 105, + 447, + 506, + 462 + ], + "spans": [ + { + "bbox": [ + 105, + 447, + 182, + 462 + ], + "score": 1.0, + "content": "where we leverage", + "type": "text" + }, + { + "bbox": [ + 182, + 448, + 261, + 461 + ], + "score": 0.92, + "content": "q _ { \\sigma , \\tau } ( \\pmb { x } _ { \\tau _ { i - 1 } } | \\pmb { x } _ { \\tau _ { i } } , \\pmb { x } _ { 0 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 262, + 447, + 506, + 462 + ], + "score": 1.0, + "content": "as part of the inference process (similar to what we have done", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 104, + 458, + 488, + 474 + ], + "spans": [ + { + "bbox": [ + 104, + 458, + 369, + 474 + ], + "score": 1.0, + "content": "in Section 3). The resulting variational objective becomes (define", + "type": "text" + }, + { + "bbox": [ + 370, + 461, + 416, + 473 + ], + "score": 0.92, + "content": "\\pmb { x } _ { \\tau _ { L + 1 } } = \\emptyset", + "type": "inline_equation" + }, + { + "bbox": [ + 416, + 458, + 488, + 474 + ], + "score": 1.0, + "content": "for conciseness):", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 23.5 + }, + { + "type": "interline_equation", + "bbox": [ + 145, + 476, + 466, + 562 + ], + "lines": [ + { + "bbox": [ + 145, + 476, + 466, + 562 + ], + "spans": [ + { + "bbox": [ + 145, + 476, + 466, + 562 + ], + "score": 0.94, + "content": "\\begin{array} { r l } & { J ( \\epsilon _ { \\theta } ) = \\mathbb { E } _ { \\boldsymbol { x } _ { 0 : T } \\sim q _ { \\sigma , \\tau } ( \\boldsymbol { x } _ { 0 : T } ) } [ \\log q _ { \\sigma , \\tau } ( \\boldsymbol { x } _ { 1 : T } | \\boldsymbol { x } _ { 0 } ) - \\log p _ { \\theta } ( \\boldsymbol { x } _ { 0 : T } ) ] } \\\\ & { \\quad \\quad \\quad = \\mathbb { E } _ { \\boldsymbol { x } _ { 0 : T } \\sim q _ { \\sigma , \\tau } ( \\boldsymbol { x } _ { 0 : T } ) } \\Bigg [ \\underset { t \\in \\overline { { \\tau } } } { \\sum } D _ { \\mathrm { K L } } ( q _ { \\sigma , \\tau } ( \\boldsymbol { x } _ { t } | \\boldsymbol { x } _ { 0 } ) \\| p _ { \\theta } ^ { ( t ) } ( \\boldsymbol { x } _ { 0 } | \\boldsymbol { x } _ { t } ) } \\\\ & { \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad } \\\\ & { \\quad \\quad \\quad \\quad \\quad \\quad \\quad + \\underset { i = 1 } { \\overset { L } { \\sum } } D _ { \\mathrm { K L } } ( q _ { \\sigma , \\tau } ( \\boldsymbol { x } _ { \\tau _ { i - 1 } } | \\boldsymbol { x } _ { \\tau _ { i } } , \\boldsymbol { x } _ { 0 } ) \\| p _ { \\theta } ^ { ( \\tau _ { i } ) } ( \\boldsymbol { x } _ { \\tau _ { i - 1 } } | \\boldsymbol { x } _ { \\tau _ { i } } ) ) ) \\Bigg ] } \\end{array}", + "type": "interline_equation", + "image_path": "fd391c08be91b42c762ef6797c2ae26f44c807c0ff54603539a93c0300e32a50.jpg" + } + ] + } + ], + "index": 26, + "virtual_lines": [ + { + "bbox": [ + 145, + 476, + 466, + 504.6666666666667 + ], + "spans": [], + "index": 25 + }, + { + "bbox": [ + 145, + 504.6666666666667, + 466, + 533.3333333333334 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 145, + 533.3333333333334, + 466, + 562.0 + ], + "spans": [], + "index": 27 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 566, + 504, + 601 + ], + "lines": [ + { + "bbox": [ + 106, + 566, + 505, + 578 + ], + "spans": [ + { + "bbox": [ + 106, + 566, + 450, + 578 + ], + "score": 1.0, + "content": "where each KL divergence is between two Gaussians with variance independent of", + "type": "text" + }, + { + "bbox": [ + 451, + 567, + 457, + 576 + ], + "score": 0.8, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 457, + 566, + 505, + 578 + ], + "score": 1.0, + "content": ". A similar", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 577, + 506, + 590 + ], + "spans": [ + { + "bbox": [ + 105, + 577, + 445, + 590 + ], + "score": 1.0, + "content": "argument to the proof used in Theorem 1 can show that the variational objective", + "type": "text" + }, + { + "bbox": [ + 446, + 578, + 453, + 588 + ], + "score": 0.82, + "content": "J", + "type": "inline_equation" + }, + { + "bbox": [ + 454, + 577, + 506, + 590 + ], + "score": 1.0, + "content": "can also be", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 588, + 272, + 602 + ], + "spans": [ + { + "bbox": [ + 105, + 588, + 256, + 602 + ], + "score": 1.0, + "content": "converted to an objective of the form", + "type": "text" + }, + { + "bbox": [ + 256, + 589, + 269, + 601 + ], + "score": 0.89, + "content": "L _ { \\gamma }", + "type": "inline_equation" + }, + { + "bbox": [ + 269, + 588, + 272, + 602 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29 + }, + { + "type": "title", + "bbox": [ + 107, + 613, + 363, + 625 + ], + "lines": [ + { + "bbox": [ + 106, + 613, + 364, + 627 + ], + "spans": [ + { + "bbox": [ + 106, + 613, + 364, + 627 + ], + "score": 1.0, + "content": "C.2 DERIVATION OF DENOISING OBJECTIVES FOR DDPMS", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 31 + }, + { + "type": "text", + "bbox": [ + 106, + 633, + 506, + 713 + ], + "lines": [ + { + "bbox": [ + 106, + 633, + 505, + 646 + ], + "spans": [ + { + "bbox": [ + 106, + 633, + 345, + 646 + ], + "score": 1.0, + "content": "We note that in Ho et al. (2020), a diffusion hyperparameter", + "type": "text" + }, + { + "bbox": [ + 345, + 633, + 360, + 646 + ], + "score": 0.89, + "content": "\\beta _ { t } { } ^ { 8 }", + "type": "inline_equation" + }, + { + "bbox": [ + 360, + 633, + 505, + 646 + ], + "score": 1.0, + "content": "is first introduced, and then relevant", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 645, + 506, + 661 + ], + "spans": [ + { + "bbox": [ + 105, + 645, + 145, + 661 + ], + "score": 1.0, + "content": "variables", + "type": "text" + }, + { + "bbox": [ + 146, + 646, + 203, + 658 + ], + "score": 0.91, + "content": "\\alpha _ { t } : = 1 - \\beta _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 203, + 645, + 222, + 661 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 223, + 645, + 284, + 659 + ], + "score": 0.92, + "content": "\\begin{array} { r } { \\bar { \\alpha } _ { t } = \\prod _ { t = 1 } ^ { T } \\alpha _ { t } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 285, + 645, + 506, + 661 + ], + "score": 1.0, + "content": "are defined. In this paper, we have used the notation", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 107, + 658, + 506, + 670 + ], + "spans": [ + { + "bbox": [ + 107, + 660, + 118, + 669 + ], + "score": 0.81, + "content": "\\alpha _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 118, + 658, + 221, + 670 + ], + "score": 1.0, + "content": "to represent the variable", + "type": "text" + }, + { + "bbox": [ + 221, + 659, + 232, + 669 + ], + "score": 0.83, + "content": "\\bar { \\alpha } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 232, + 658, + 506, + 670 + ], + "score": 1.0, + "content": "in Ho et al. (2020) for three reasons. First, it makes it more clear", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 668, + 506, + 681 + ], + "spans": [ + { + "bbox": [ + 105, + 668, + 506, + 681 + ], + "score": 1.0, + "content": "that we only need to choose one set of hyperparameters, reducing possible cross-references of the", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 680, + 505, + 691 + ], + "spans": [ + { + "bbox": [ + 105, + 680, + 505, + 691 + ], + "score": 1.0, + "content": "derived variables. Second, it allows us to introduce the generalization as well as the acceleration", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 690, + 506, + 703 + ], + "spans": [ + { + "bbox": [ + 105, + 690, + 506, + 703 + ], + "score": 1.0, + "content": "case easier, because the inference process is no longer motivated by a diffusion. Third, there exists", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 701, + 400, + 714 + ], + "spans": [ + { + "bbox": [ + 105, + 701, + 208, + 714 + ], + "score": 1.0, + "content": "an isomorphism between", + "type": "text" + }, + { + "bbox": [ + 209, + 703, + 228, + 713 + ], + "score": 0.89, + "content": "\\alpha _ { 1 : T }", + "type": "inline_equation" + }, + { + "bbox": [ + 228, + 701, + 247, + 714 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 248, + 704, + 282, + 713 + ], + "score": 0.92, + "content": "1 , \\ldots , T", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 701, + 386, + 714 + ], + "score": 1.0, + "content": ", which is not the case for", + "type": "text" + }, + { + "bbox": [ + 387, + 704, + 396, + 713 + ], + "score": 0.89, + "content": "\\beta _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 396, + 701, + 400, + 714 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 35 + } + ], + "page_idx": 14, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 118, + 721, + 371, + 732 + ], + "lines": [ + { + "bbox": [ + 118, + 720, + 372, + 733 + ], + "spans": [ + { + "bbox": [ + 118, + 720, + 372, + 733 + ], + "score": 1.0, + "content": "8In this section we use teal to color notations used in Ho et al. (2020).", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 107, + 26, + 293, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 293, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 293, + 38 + ], + "score": 1.0, + "content": "Published as a conference paper at ICLR 2021", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 313, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 313, + 764 + ], + "score": 1.0, + "content": "15", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "title", + "bbox": [ + 107, + 81, + 269, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 80, + 270, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 80, + 270, + 96 + ], + "score": 1.0, + "content": "C ADDITIONAL DERIVATIONS", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "title", + "bbox": [ + 108, + 106, + 294, + 118 + ], + "lines": [ + { + "bbox": [ + 106, + 106, + 295, + 119 + ], + "spans": [ + { + "bbox": [ + 106, + 106, + 295, + 119 + ], + "score": 1.0, + "content": "C.1 ACCELERATED SAMPLING PROCESSES", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 106, + 126, + 425, + 138 + ], + "lines": [ + { + "bbox": [ + 105, + 125, + 426, + 140 + ], + "spans": [ + { + "bbox": [ + 105, + 125, + 426, + 140 + ], + "score": 1.0, + "content": "In the accelerated case, we can consider the inference process to be factored as:", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 2, + "bbox_fs": [ + 105, + 125, + 426, + 140 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 162, + 143, + 449, + 178 + ], + "lines": [ + { + "bbox": [ + 162, + 143, + 449, + 178 + ], + "spans": [ + { + "bbox": [ + 162, + 143, + 449, + 178 + ], + "score": 0.94, + "content": "q _ { \\sigma , \\tau } ( \\pmb { x } _ { 1 : T } | \\pmb { x } _ { 0 } ) = q _ { \\sigma , \\tau } ( \\pmb { x } _ { \\tau _ { S } } | \\pmb { x } _ { 0 } ) \\prod _ { i = 1 } ^ { S } q _ { \\sigma , \\tau } ( \\pmb { x } _ { \\tau _ { i - 1 } } | \\pmb { x } _ { \\tau _ { i } } , \\pmb { x } _ { 0 } ) \\prod _ { t \\in \\bar { \\tau } } q _ { \\sigma , \\tau } ( \\pmb { x } _ { t } | \\pmb { x } _ { 0 } )", + "type": "interline_equation", + "image_path": "241caac259c1d1c692c0d495547d4a7b91d64b4d21ec7d6354c2788865aad1a1.jpg" + } + ] + } + ], + "index": 4, + "virtual_lines": [ + { + "bbox": [ + 162, + 143, + 449, + 154.66666666666666 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 162, + 154.66666666666666, + 449, + 166.33333333333331 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 162, + 166.33333333333331, + 449, + 177.99999999999997 + ], + "spans": [], + "index": 5 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 182, + 504, + 217 + ], + "lines": [ + { + "bbox": [ + 106, + 182, + 504, + 196 + ], + "spans": [ + { + "bbox": [ + 106, + 182, + 134, + 196 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 186, + 141, + 193 + ], + "score": 0.77, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 141, + 182, + 230, + 196 + ], + "score": 1.0, + "content": "is a sub-sequence of", + "type": "text" + }, + { + "bbox": [ + 231, + 183, + 271, + 195 + ], + "score": 0.93, + "content": "[ 1 , \\ldots , T ]", + "type": "inline_equation" + }, + { + "bbox": [ + 272, + 182, + 313, + 196 + ], + "score": 1.0, + "content": "of length", + "type": "text" + }, + { + "bbox": [ + 314, + 184, + 322, + 193 + ], + "score": 0.82, + "content": "S", + "type": "inline_equation" + }, + { + "bbox": [ + 322, + 182, + 344, + 196 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 345, + 183, + 380, + 194 + ], + "score": 0.89, + "content": "\\tau _ { S } = T", + "type": "inline_equation" + }, + { + "bbox": [ + 381, + 182, + 416, + 196 + ], + "score": 1.0, + "content": ", and let", + "type": "text" + }, + { + "bbox": [ + 417, + 183, + 504, + 195 + ], + "score": 0.92, + "content": "\\bar { \\tau } : = \\{ 1 , . . . , T \\} \\setminus \\tau", + "type": "inline_equation" + } + ], + "index": 6 + }, + { + "bbox": [ + 102, + 189, + 509, + 212 + ], + "spans": [ + { + "bbox": [ + 102, + 189, + 327, + 212 + ], + "score": 1.0, + "content": "be its complement. Intuitively, the graphical model of", + "type": "text" + }, + { + "bbox": [ + 327, + 194, + 365, + 207 + ], + "score": 0.92, + "content": "\\{ \\pmb { x } _ { \\tau _ { i } } \\} _ { i = 1 } ^ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 366, + 189, + 384, + 212 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 384, + 196, + 396, + 205 + ], + "score": 0.85, + "content": "\\scriptstyle { \\pmb x } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 397, + 189, + 509, + 212 + ], + "score": 1.0, + "content": "form a chain, whereas the", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 205, + 374, + 218 + ], + "spans": [ + { + "bbox": [ + 105, + 205, + 185, + 218 + ], + "score": 1.0, + "content": "graphical model of", + "type": "text" + }, + { + "bbox": [ + 185, + 205, + 219, + 217 + ], + "score": 0.93, + "content": "\\{ \\pmb { x } _ { t } \\} _ { t \\in \\bar { \\tau } }", + "type": "inline_equation" + }, + { + "bbox": [ + 219, + 205, + 237, + 218 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 237, + 207, + 249, + 217 + ], + "score": 0.87, + "content": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 249, + 205, + 374, + 218 + ], + "score": 1.0, + "content": "forms a star graph. We define:", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7, + "bbox_fs": [ + 102, + 182, + 509, + 218 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 116, + 221, + 495, + 265 + ], + "lines": [ + { + "bbox": [ + 116, + 221, + 495, + 265 + ], + "spans": [ + { + "bbox": [ + 116, + 221, + 495, + 265 + ], + "score": 0.93, + "content": "\\begin{array} { r l } & { q _ { \\sigma , \\tau } ( { \\boldsymbol x } _ { t } | { \\boldsymbol x } _ { 0 } ) = \\mathcal { N } ( \\sqrt { \\alpha _ { t } } { \\boldsymbol x } _ { 0 } , ( 1 - \\alpha _ { t } ) { \\boldsymbol I } ) \\quad \\forall t \\in \\bar { \\tau } \\cup \\{ { \\boldsymbol T } \\} } \\\\ & { q _ { \\sigma , \\tau } ( { \\boldsymbol x } _ { \\tau _ { i - 1 } } | { \\boldsymbol x } _ { \\tau _ { i } } , { \\boldsymbol x } _ { 0 } ) = \\mathcal { N } \\left( \\sqrt { \\alpha _ { \\tau _ { i - 1 } } } { \\boldsymbol x } _ { 0 } + \\sqrt { 1 - \\alpha _ { \\tau _ { i - 1 } } - \\sigma _ { \\tau _ { i } } ^ { 2 } } \\cdot \\frac { { \\boldsymbol x } _ { \\tau _ { i } } - \\sqrt { \\alpha _ { \\tau _ { i } } } { \\boldsymbol x } _ { 0 } } { \\sqrt { 1 - \\alpha _ { \\tau _ { i } } } } , \\sigma _ { \\tau _ { i } } ^ { 2 } { \\boldsymbol I } \\right) \\forall i \\in [ S ] } \\end{array}", + "type": "interline_equation", + "image_path": "5d4a05a33d8d46775f1bbe629dab617a92a272db33b8c712b6f93f11a52932a0.jpg" + } + ] + } + ], + "index": 10, + "virtual_lines": [ + { + "bbox": [ + 116, + 221, + 495, + 235.66666666666666 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 116, + 235.66666666666666, + 495, + 250.33333333333331 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 116, + 250.33333333333331, + 495, + 265.0 + ], + "spans": [], + "index": 11 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 269, + 281, + 280 + ], + "lines": [ + { + "bbox": [ + 106, + 268, + 282, + 281 + ], + "spans": [ + { + "bbox": [ + 106, + 268, + 282, + 281 + ], + "score": 1.0, + "content": "where the coefficients are chosen such that:", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 12, + "bbox_fs": [ + 106, + 268, + 282, + 281 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 200, + 285, + 411, + 300 + ], + "lines": [ + { + "bbox": [ + 200, + 285, + 411, + 300 + ], + "spans": [ + { + "bbox": [ + 200, + 285, + 411, + 300 + ], + "score": 0.9, + "content": "q _ { \\sigma , \\tau } ( \\pmb { x } _ { \\tau _ { i } } | \\pmb { x } _ { 0 } ) = \\mathcal { N } ( \\sqrt { \\alpha _ { \\tau _ { i } } } \\pmb { x } _ { 0 } , ( 1 - \\alpha _ { \\tau _ { i } } ) \\pmb { I } ) \\quad \\forall i \\in [ S ]", + "type": "interline_equation", + "image_path": "b475faf34ed643db0535adb0842e9d6b270164c4aa0f1f69ccc680a89237d480.jpg" + } + ] + } + ], + "index": 13, + "virtual_lines": [ + { + "bbox": [ + 200, + 285, + 411, + 300 + ], + "spans": [], + "index": 13 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 304, + 217, + 316 + ], + "lines": [ + { + "bbox": [ + 105, + 303, + 218, + 317 + ], + "spans": [ + { + "bbox": [ + 105, + 303, + 218, + 317 + ], + "score": 1.0, + "content": "i.e., the “marginals” match.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 14, + "bbox_fs": [ + 105, + 303, + 218, + 317 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 321, + 323, + 333 + ], + "lines": [ + { + "bbox": [ + 106, + 320, + 324, + 335 + ], + "spans": [ + { + "bbox": [ + 106, + 320, + 324, + 335 + ], + "score": 1.0, + "content": "The corresponding “generative process” is defined as:", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 15, + "bbox_fs": [ + 106, + 320, + 324, + 335 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 184, + 338, + 426, + 388 + ], + "lines": [ + { + "bbox": [ + 184, + 338, + 426, + 388 + ], + "spans": [ + { + "bbox": [ + 184, + 338, + 426, + 388 + ], + "score": 0.9, + "content": "p _ { \\theta } ( \\pmb { x } _ { 0 : T } ) : = \\underbrace { p _ { \\theta } ( \\pmb { x } _ { T } ) \\prod _ { i = 1 } ^ { S } p _ { \\theta } ^ { ( \\tau _ { i } ) } ( \\pmb { x } _ { \\tau _ { i - 1 } } | \\pmb { x } _ { \\tau _ { i } } ) } _ { \\mathrm { u s e t o p r o d u c e ~ s a m p l e s } } \\times \\underbrace { \\prod _ { t \\in \\bar { \\tau } } p _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { 0 } | \\pmb { x } _ { t } ) } _ { \\mathrm { i n ~ v a r i a t i o n a l ~ o b j e c t i v e } }", + "type": "interline_equation", + "image_path": "13dfe732239bdbc48d5c50e6b3e09391aab14bc408ba348e9709edf8251ef006.jpg" + } + ] + } + ], + "index": 17, + "virtual_lines": [ + { + "bbox": [ + 184, + 338, + 426, + 354.6666666666667 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 184, + 354.6666666666667, + 426, + 371.33333333333337 + ], + "spans": [], + "index": 17 + }, + { + "bbox": [ + 184, + 371.33333333333337, + 426, + 388.00000000000006 + ], + "spans": [], + "index": 18 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 392, + 489, + 405 + ], + "lines": [ + { + "bbox": [ + 106, + 391, + 491, + 407 + ], + "spans": [ + { + "bbox": [ + 106, + 391, + 491, + 407 + ], + "score": 1.0, + "content": "where only part of the models are actually being used to produce samples. The conditionals are:", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 19, + "bbox_fs": [ + 106, + 391, + 491, + 407 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 173, + 408, + 437, + 445 + ], + "lines": [ + { + "bbox": [ + 173, + 408, + 437, + 445 + ], + "spans": [ + { + "bbox": [ + 173, + 408, + 437, + 445 + ], + "score": 0.92, + "content": "\\begin{array} { r l } & { p _ { \\theta } ^ { ( \\tau _ { i } ) } ( \\pmb { x } _ { \\tau _ { i - 1 } } | \\pmb { x } _ { \\tau _ { i } } ) = q _ { \\sigma , \\tau } ( \\pmb { x } _ { \\tau _ { i } } | \\pmb { x } _ { \\tau _ { i } } , f _ { \\theta } ^ { ( \\tau _ { i } ) } ( \\pmb { x } _ { \\tau _ { i - 1 } } ) ) \\quad \\mathrm { i f ~ } i \\in [ S ] , i > 1 } \\\\ & { \\qquad p _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { 0 } | \\pmb { x } _ { t } ) = \\mathcal { N } ( f _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t } ) , \\sigma _ { t } ^ { 2 } I ) \\quad \\mathrm { o t h e r w i s e } , } \\end{array}", + "type": "interline_equation", + "image_path": "0bd4869e0ac738c7b5e8196f4157250c13cda0e37dd758fe2bcad8bdbc10c49c.jpg" + } + ] + } + ], + "index": 21, + "virtual_lines": [ + { + "bbox": [ + 173, + 408, + 437, + 420.3333333333333 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 173, + 420.3333333333333, + 437, + 432.66666666666663 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 173, + 432.66666666666663, + 437, + 444.99999999999994 + ], + "spans": [], + "index": 22 + } + ] + }, + { + "type": "text", + "bbox": [ + 104, + 448, + 503, + 472 + ], + "lines": [ + { + "bbox": [ + 105, + 447, + 506, + 462 + ], + "spans": [ + { + "bbox": [ + 105, + 447, + 182, + 462 + ], + "score": 1.0, + "content": "where we leverage", + "type": "text" + }, + { + "bbox": [ + 182, + 448, + 261, + 461 + ], + "score": 0.92, + "content": "q _ { \\sigma , \\tau } ( \\pmb { x } _ { \\tau _ { i - 1 } } | \\pmb { x } _ { \\tau _ { i } } , \\pmb { x } _ { 0 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 262, + 447, + 506, + 462 + ], + "score": 1.0, + "content": "as part of the inference process (similar to what we have done", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 104, + 458, + 488, + 474 + ], + "spans": [ + { + "bbox": [ + 104, + 458, + 369, + 474 + ], + "score": 1.0, + "content": "in Section 3). The resulting variational objective becomes (define", + "type": "text" + }, + { + "bbox": [ + 370, + 461, + 416, + 473 + ], + "score": 0.92, + "content": "\\pmb { x } _ { \\tau _ { L + 1 } } = \\emptyset", + "type": "inline_equation" + }, + { + "bbox": [ + 416, + 458, + 488, + 474 + ], + "score": 1.0, + "content": "for conciseness):", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 23.5, + "bbox_fs": [ + 104, + 447, + 506, + 474 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 145, + 476, + 466, + 562 + ], + "lines": [ + { + "bbox": [ + 145, + 476, + 466, + 562 + ], + "spans": [ + { + "bbox": [ + 145, + 476, + 466, + 562 + ], + "score": 0.94, + "content": "\\begin{array} { r l } & { J ( \\epsilon _ { \\theta } ) = \\mathbb { E } _ { \\boldsymbol { x } _ { 0 : T } \\sim q _ { \\sigma , \\tau } ( \\boldsymbol { x } _ { 0 : T } ) } [ \\log q _ { \\sigma , \\tau } ( \\boldsymbol { x } _ { 1 : T } | \\boldsymbol { x } _ { 0 } ) - \\log p _ { \\theta } ( \\boldsymbol { x } _ { 0 : T } ) ] } \\\\ & { \\quad \\quad \\quad = \\mathbb { E } _ { \\boldsymbol { x } _ { 0 : T } \\sim q _ { \\sigma , \\tau } ( \\boldsymbol { x } _ { 0 : T } ) } \\Bigg [ \\underset { t \\in \\overline { { \\tau } } } { \\sum } D _ { \\mathrm { K L } } ( q _ { \\sigma , \\tau } ( \\boldsymbol { x } _ { t } | \\boldsymbol { x } _ { 0 } ) \\| p _ { \\theta } ^ { ( t ) } ( \\boldsymbol { x } _ { 0 } | \\boldsymbol { x } _ { t } ) } \\\\ & { \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad } \\\\ & { \\quad \\quad \\quad \\quad \\quad \\quad \\quad + \\underset { i = 1 } { \\overset { L } { \\sum } } D _ { \\mathrm { K L } } ( q _ { \\sigma , \\tau } ( \\boldsymbol { x } _ { \\tau _ { i - 1 } } | \\boldsymbol { x } _ { \\tau _ { i } } , \\boldsymbol { x } _ { 0 } ) \\| p _ { \\theta } ^ { ( \\tau _ { i } ) } ( \\boldsymbol { x } _ { \\tau _ { i - 1 } } | \\boldsymbol { x } _ { \\tau _ { i } } ) ) ) \\Bigg ] } \\end{array}", + "type": "interline_equation", + "image_path": "fd391c08be91b42c762ef6797c2ae26f44c807c0ff54603539a93c0300e32a50.jpg" + } + ] + } + ], + "index": 26, + "virtual_lines": [ + { + "bbox": [ + 145, + 476, + 466, + 504.6666666666667 + ], + "spans": [], + "index": 25 + }, + { + "bbox": [ + 145, + 504.6666666666667, + 466, + 533.3333333333334 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 145, + 533.3333333333334, + 466, + 562.0 + ], + "spans": [], + "index": 27 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 566, + 504, + 601 + ], + "lines": [ + { + "bbox": [ + 106, + 566, + 505, + 578 + ], + "spans": [ + { + "bbox": [ + 106, + 566, + 450, + 578 + ], + "score": 1.0, + "content": "where each KL divergence is between two Gaussians with variance independent of", + "type": "text" + }, + { + "bbox": [ + 451, + 567, + 457, + 576 + ], + "score": 0.8, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 457, + 566, + 505, + 578 + ], + "score": 1.0, + "content": ". A similar", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 577, + 506, + 590 + ], + "spans": [ + { + "bbox": [ + 105, + 577, + 445, + 590 + ], + "score": 1.0, + "content": "argument to the proof used in Theorem 1 can show that the variational objective", + "type": "text" + }, + { + "bbox": [ + 446, + 578, + 453, + 588 + ], + "score": 0.82, + "content": "J", + "type": "inline_equation" + }, + { + "bbox": [ + 454, + 577, + 506, + 590 + ], + "score": 1.0, + "content": "can also be", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 588, + 272, + 602 + ], + "spans": [ + { + "bbox": [ + 105, + 588, + 256, + 602 + ], + "score": 1.0, + "content": "converted to an objective of the form", + "type": "text" + }, + { + "bbox": [ + 256, + 589, + 269, + 601 + ], + "score": 0.89, + "content": "L _ { \\gamma }", + "type": "inline_equation" + }, + { + "bbox": [ + 269, + 588, + 272, + 602 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29, + "bbox_fs": [ + 105, + 566, + 506, + 602 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 613, + 363, + 625 + ], + "lines": [ + { + "bbox": [ + 106, + 613, + 364, + 627 + ], + "spans": [ + { + "bbox": [ + 106, + 613, + 364, + 627 + ], + "score": 1.0, + "content": "C.2 DERIVATION OF DENOISING OBJECTIVES FOR DDPMS", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 31 + }, + { + "type": "text", + "bbox": [ + 106, + 633, + 506, + 713 + ], + "lines": [ + { + "bbox": [ + 106, + 633, + 505, + 646 + ], + "spans": [ + { + "bbox": [ + 106, + 633, + 345, + 646 + ], + "score": 1.0, + "content": "We note that in Ho et al. (2020), a diffusion hyperparameter", + "type": "text" + }, + { + "bbox": [ + 345, + 633, + 360, + 646 + ], + "score": 0.89, + "content": "\\beta _ { t } { } ^ { 8 }", + "type": "inline_equation" + }, + { + "bbox": [ + 360, + 633, + 505, + 646 + ], + "score": 1.0, + "content": "is first introduced, and then relevant", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 645, + 506, + 661 + ], + "spans": [ + { + "bbox": [ + 105, + 645, + 145, + 661 + ], + "score": 1.0, + "content": "variables", + "type": "text" + }, + { + "bbox": [ + 146, + 646, + 203, + 658 + ], + "score": 0.91, + "content": "\\alpha _ { t } : = 1 - \\beta _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 203, + 645, + 222, + 661 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 223, + 645, + 284, + 659 + ], + "score": 0.92, + "content": "\\begin{array} { r } { \\bar { \\alpha } _ { t } = \\prod _ { t = 1 } ^ { T } \\alpha _ { t } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 285, + 645, + 506, + 661 + ], + "score": 1.0, + "content": "are defined. In this paper, we have used the notation", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 107, + 658, + 506, + 670 + ], + "spans": [ + { + "bbox": [ + 107, + 660, + 118, + 669 + ], + "score": 0.81, + "content": "\\alpha _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 118, + 658, + 221, + 670 + ], + "score": 1.0, + "content": "to represent the variable", + "type": "text" + }, + { + "bbox": [ + 221, + 659, + 232, + 669 + ], + "score": 0.83, + "content": "\\bar { \\alpha } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 232, + 658, + 506, + 670 + ], + "score": 1.0, + "content": "in Ho et al. (2020) for three reasons. First, it makes it more clear", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 668, + 506, + 681 + ], + "spans": [ + { + "bbox": [ + 105, + 668, + 506, + 681 + ], + "score": 1.0, + "content": "that we only need to choose one set of hyperparameters, reducing possible cross-references of the", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 680, + 505, + 691 + ], + "spans": [ + { + "bbox": [ + 105, + 680, + 505, + 691 + ], + "score": 1.0, + "content": "derived variables. Second, it allows us to introduce the generalization as well as the acceleration", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 690, + 506, + 703 + ], + "spans": [ + { + "bbox": [ + 105, + 690, + 506, + 703 + ], + "score": 1.0, + "content": "case easier, because the inference process is no longer motivated by a diffusion. Third, there exists", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 701, + 400, + 714 + ], + "spans": [ + { + "bbox": [ + 105, + 701, + 208, + 714 + ], + "score": 1.0, + "content": "an isomorphism between", + "type": "text" + }, + { + "bbox": [ + 209, + 703, + 228, + 713 + ], + "score": 0.89, + "content": "\\alpha _ { 1 : T }", + "type": "inline_equation" + }, + { + "bbox": [ + 228, + 701, + 247, + 714 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 248, + 704, + 282, + 713 + ], + "score": 0.92, + "content": "1 , \\ldots , T", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 701, + 386, + 714 + ], + "score": 1.0, + "content": ", which is not the case for", + "type": "text" + }, + { + "bbox": [ + 387, + 704, + 396, + 713 + ], + "score": 0.89, + "content": "\\beta _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 396, + 701, + 400, + 714 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 35, + "bbox_fs": [ + 105, + 633, + 506, + 714 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 505, + 95 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 196, + 95 + ], + "score": 1.0, + "content": "In this section, we use", + "type": "text" + }, + { + "bbox": [ + 196, + 83, + 207, + 94 + ], + "score": 0.87, + "content": "\\beta _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 207, + 81, + 225, + 95 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 225, + 84, + 236, + 93 + ], + "score": 0.85, + "content": "\\alpha _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 236, + 81, + 505, + 95 + ], + "score": 1.0, + "content": "to be more consistent with the derivation in Ho et al. (2020), where", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "interline_equation", + "bbox": [ + 273, + 98, + 338, + 147 + ], + "lines": [ + { + "bbox": [ + 273, + 98, + 338, + 147 + ], + "spans": [ + { + "bbox": [ + 273, + 98, + 338, + 147 + ], + "score": 0.89, + "content": "\\begin{array} { c } { \\displaystyle \\alpha _ { t } = \\frac { \\alpha _ { t } } { \\alpha _ { t - 1 } } } \\\\ { \\displaystyle \\beta _ { t } = 1 - \\frac { \\alpha _ { t } } { \\alpha _ { t - 1 } } } \\end{array}", + "type": "interline_equation", + "image_path": "b04ca5fc3dd503737f39e993721dbd3992922d5a88100158b7d71f29eab15af7.jpg" + } + ] + } + ], + "index": 1.5, + "virtual_lines": [ + { + "bbox": [ + 273, + 98, + 338, + 122.5 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 273, + 122.5, + 338, + 147.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 150, + 289, + 163 + ], + "lines": [ + { + "bbox": [ + 106, + 150, + 290, + 164 + ], + "spans": [ + { + "bbox": [ + 106, + 150, + 241, + 164 + ], + "score": 1.0, + "content": "can be uniquely determined from", + "type": "text" + }, + { + "bbox": [ + 241, + 153, + 252, + 162 + ], + "score": 0.85, + "content": "\\alpha _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 253, + 150, + 272, + 164 + ], + "score": 1.0, + "content": "(i.e.", + "type": "text" + }, + { + "bbox": [ + 272, + 152, + 283, + 162 + ], + "score": 0.82, + "content": "\\bar { \\alpha } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 284, + 150, + 290, + 164 + ], + "score": 1.0, + "content": ").", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + }, + { + "type": "text", + "bbox": [ + 106, + 167, + 273, + 180 + ], + "lines": [ + { + "bbox": [ + 105, + 166, + 273, + 181 + ], + "spans": [ + { + "bbox": [ + 105, + 166, + 273, + 181 + ], + "score": 1.0, + "content": "First, from the diffusion forward process:", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "interline_equation", + "bbox": [ + 158, + 184, + 452, + 230 + ], + "lines": [ + { + "bbox": [ + 158, + 184, + 452, + 230 + ], + "spans": [ + { + "bbox": [ + 158, + 184, + 452, + 230 + ], + "score": 0.94, + "content": "q ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } , \\pmb { x } _ { 0 } ) = \\mathcal { N } \\bigg ( \\underbrace { \\frac { \\sqrt { \\alpha _ { t - 1 } } \\beta _ { t } } { 1 - \\alpha _ { t } } \\pmb { x } _ { 0 } + \\frac { \\alpha _ { t } ( 1 - \\alpha _ { t - 1 } ) } { 1 - \\alpha _ { t } } \\pmb { x } _ { t } } _ { \\widetilde { \\mu } ( \\pmb { x } _ { t } , \\pmb { x } _ { 0 } ) } , \\frac { 1 - \\alpha _ { t - 1 } } { 1 - \\alpha _ { t } } \\beta _ { t } I \\bigg )", + "type": "interline_equation", + "image_path": "e5b9b94e56c23582330d7a91d29f1f1c178f1883370b8e9b1275bb67cb16a0a2.jpg" + } + ] + } + ], + "index": 6, + "virtual_lines": [ + { + "bbox": [ + 158, + 184, + 452, + 199.33333333333334 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 158, + 199.33333333333334, + 452, + 214.66666666666669 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 158, + 214.66666666666669, + 452, + 230.00000000000003 + ], + "spans": [], + "index": 7 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 241, + 349, + 256 + ], + "lines": [ + { + "bbox": [ + 104, + 240, + 350, + 258 + ], + "spans": [ + { + "bbox": [ + 104, + 240, + 288, + 258 + ], + "score": 1.0, + "content": "Ho et al. (2020) considered a specific type of", + "type": "text" + }, + { + "bbox": [ + 288, + 240, + 345, + 256 + ], + "score": 0.93, + "content": "p _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 345, + 240, + 350, + 258 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8 + }, + { + "type": "interline_equation", + "bbox": [ + 232, + 261, + 379, + 277 + ], + "lines": [ + { + "bbox": [ + 232, + 261, + 379, + 277 + ], + "spans": [ + { + "bbox": [ + 232, + 261, + 379, + 277 + ], + "score": 0.92, + "content": "p _ { \\theta } ^ { ( t ) } ( { \\bf x } _ { t - 1 } | { \\bf x } _ { t } ) = \\mathcal { N } \\left( \\mu _ { \\theta } ( { \\bf x } _ { t } , t ) , \\sigma _ { t } { \\cal I } \\right)", + "type": "interline_equation", + "image_path": "174b90162dee64646e1a9d8aeaeb7c78ea9f43947ca397efec959c2f15264c1a.jpg" + } + ] + } + ], + "index": 9, + "virtual_lines": [ + { + "bbox": [ + 232, + 261, + 379, + 277 + ], + "spans": [], + "index": 9 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 282, + 308, + 294 + ], + "lines": [ + { + "bbox": [ + 106, + 281, + 308, + 295 + ], + "spans": [ + { + "bbox": [ + 106, + 281, + 308, + 295 + ], + "score": 1.0, + "content": "which leads to the following variational objective:", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10 + }, + { + "type": "interline_equation", + "bbox": [ + 129, + 298, + 464, + 381 + ], + "lines": [ + { + "bbox": [ + 129, + 298, + 464, + 381 + ], + "spans": [ + { + "bbox": [ + 129, + 298, + 464, + 381 + ], + "score": 0.94, + "content": "\\begin{array} { r l } & { L : = \\mathbb { E } _ { \\mathbf { x } _ { 0 : T } \\sim q ( \\mathbf { x } _ { 0 : T } ) } \\left[ q ( \\pmb { x } _ { T } | \\mathbf { x } _ { 0 } ) + \\displaystyle \\sum _ { t = 2 } ^ { T } \\log q ( \\pmb { x } _ { t - 1 } | \\mathbf { x } _ { t } , \\pmb { x } _ { 0 } ) - \\displaystyle \\sum _ { t = 1 } ^ { T } \\log p _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t - 1 } | \\mathbf { x } _ { t } ) \\right] } \\\\ & { \\equiv \\mathbb { E } _ { \\mathbf { x } _ { 0 : T } \\sim q ( \\pmb { x } _ { 0 : T } ) } \\left[ \\displaystyle \\sum _ { t = 2 } ^ { T } \\underbrace { D _ { \\mathrm { K L } } \\big ( q ( \\pmb { x } _ { t - 1 } | \\mathbf { x } _ { t } , \\mathbf { x } _ { 0 } ) \\big ) \\big \\| p _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t - 1 } | \\mathbf { x } _ { t } ) \\big ) } _ { L _ { t - 1 } } - \\log p _ { \\theta } ^ { ( 1 ) } ( \\pmb { x } _ { 0 } | \\mathbf { x } _ { 1 } ) \\right] } \\end{array}", + "type": "interline_equation", + "image_path": "91a1d0b1b3f2860d07ffb111324e205ede50da568adecca2cd1698fa0a1c71fa.jpg" + } + ] + } + ], + "index": 12, + "virtual_lines": [ + { + "bbox": [ + 129, + 298, + 464, + 325.6666666666667 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 129, + 325.6666666666667, + 464, + 353.33333333333337 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 129, + 353.33333333333337, + 464, + 381.00000000000006 + ], + "spans": [], + "index": 13 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 384, + 166, + 395 + ], + "lines": [ + { + "bbox": [ + 106, + 383, + 168, + 396 + ], + "spans": [ + { + "bbox": [ + 106, + 383, + 168, + 396 + ], + "score": 1.0, + "content": "One can write:", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 14 + }, + { + "type": "interline_equation", + "bbox": [ + 216, + 398, + 395, + 425 + ], + "lines": [ + { + "bbox": [ + 216, + 398, + 395, + 425 + ], + "spans": [ + { + "bbox": [ + 216, + 398, + 395, + 425 + ], + "score": 0.95, + "content": "L _ { t - 1 } = \\mathbb { E } _ { q } \\left[ \\frac { 1 } { 2 \\sigma _ { t } ^ { 2 } } \\lVert \\mu _ { \\theta } ( \\pmb { x } _ { t } , t ) - \\tilde { \\mu } ( \\pmb { x } _ { t } , \\pmb { x } _ { 0 } ) \\rVert _ { 2 } ^ { 2 } \\right]", + "type": "interline_equation", + "image_path": "7ac85938d4893f6c6f5491bda3e357ad3942eee63c12b68e3746e80ab1722595.jpg" + } + ] + } + ], + "index": 15, + "virtual_lines": [ + { + "bbox": [ + 216, + 398, + 395, + 425 + ], + "spans": [], + "index": 15 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 429, + 276, + 441 + ], + "lines": [ + { + "bbox": [ + 106, + 429, + 277, + 442 + ], + "spans": [ + { + "bbox": [ + 106, + 429, + 277, + 442 + ], + "score": 1.0, + "content": "Ho et al. (2020) chose the parametrization", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + }, + { + "type": "interline_equation", + "bbox": [ + 214, + 446, + 397, + 474 + ], + "lines": [ + { + "bbox": [ + 214, + 446, + 397, + 474 + ], + "spans": [ + { + "bbox": [ + 214, + 446, + 397, + 474 + ], + "score": 0.95, + "content": "\\mu _ { \\theta } ( { \\pmb x } _ { t } , t ) = \\frac { 1 } { \\sqrt { \\alpha _ { t } } } \\left( { \\pmb x } _ { t } - \\frac { \\beta _ { t } } { \\sqrt { 1 - \\alpha _ { t } } } { \\epsilon } _ { \\theta } ( { \\pmb x } _ { t } , t ) \\right)", + "type": "interline_equation", + "image_path": "6881f59ef813507cd9996721aebf6f32dd4095c085e5e3a4691b5a1bd040fbc2.jpg" + } + ] + } + ], + "index": 17, + "virtual_lines": [ + { + "bbox": [ + 214, + 446, + 397, + 474 + ], + "spans": [], + "index": 17 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 478, + 216, + 490 + ], + "lines": [ + { + "bbox": [ + 106, + 477, + 217, + 492 + ], + "spans": [ + { + "bbox": [ + 106, + 477, + 217, + 492 + ], + "score": 1.0, + "content": "which can be simplified to:", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 18 + }, + { + "type": "interline_equation", + "bbox": [ + 171, + 495, + 439, + 523 + ], + "lines": [ + { + "bbox": [ + 171, + 495, + 439, + 523 + ], + "spans": [ + { + "bbox": [ + 171, + 495, + 439, + 523 + ], + "score": 0.92, + "content": "L _ { t - 1 } = \\mathbb { E } _ { { \\pmb x } _ { 0 } , { \\epsilon } } \\left[ \\frac { \\beta _ { t } ^ { \\ 2 } } { 2 \\sigma _ { t } ^ { 2 } ( 1 - \\alpha _ { t } ) \\alpha _ { t } } \\big \\| { \\epsilon } - { \\epsilon } _ { \\theta } \\big ( \\sqrt { \\alpha _ { t } } { \\pmb x } _ { 0 } + \\sqrt { 1 - \\alpha _ { t } } { \\epsilon } , t \\big ) \\big \\| _ { 2 } ^ { 2 } \\right]", + "type": "interline_equation", + "image_path": "99a684208a6e34da178bb0cdc5290e01ba6754330884eb14c3e60d29aaf8ef02.jpg" + } + ] + } + ], + "index": 19, + "virtual_lines": [ + { + "bbox": [ + 171, + 495, + 439, + 523 + ], + "spans": [], + "index": 19 + } + ] + }, + { + "type": "title", + "bbox": [ + 107, + 534, + 258, + 548 + ], + "lines": [ + { + "bbox": [ + 105, + 534, + 259, + 550 + ], + "spans": [ + { + "bbox": [ + 105, + 534, + 259, + 550 + ], + "score": 1.0, + "content": "D EXPERIMENTAL DETAILS", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 20 + }, + { + "type": "title", + "bbox": [ + 108, + 559, + 273, + 571 + ], + "lines": [ + { + "bbox": [ + 106, + 559, + 275, + 572 + ], + "spans": [ + { + "bbox": [ + 106, + 559, + 275, + 572 + ], + "score": 1.0, + "content": "D.1 DATASETS AND ARCHITECTURES", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 21 + }, + { + "type": "text", + "bbox": [ + 106, + 579, + 505, + 658 + ], + "lines": [ + { + "bbox": [ + 105, + 579, + 505, + 592 + ], + "spans": [ + { + "bbox": [ + 105, + 579, + 371, + 592 + ], + "score": 1.0, + "content": "We consider 4 image datasets with various resolutions: CIFAR10", + "type": "text" + }, + { + "bbox": [ + 372, + 581, + 405, + 591 + ], + "score": 0.86, + "content": "3 2 \\times 3 2", + "type": "inline_equation" + }, + { + "bbox": [ + 406, + 579, + 505, + 592 + ], + "score": 1.0, + "content": ", unconditional), CelebA", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 108, + 591, + 506, + 604 + ], + "spans": [ + { + "bbox": [ + 108, + 592, + 148, + 603 + ], + "score": 0.86, + "content": "( 6 4 \\times 6 4 )", + "type": "inline_equation" + }, + { + "bbox": [ + 148, + 591, + 227, + 604 + ], + "score": 1.0, + "content": ", LSUN Bedroom", + "type": "text" + }, + { + "bbox": [ + 227, + 592, + 276, + 603 + ], + "score": 0.85, + "content": "( 2 5 6 \\times 2 5 6 )", + "type": "inline_equation" + }, + { + "bbox": [ + 276, + 591, + 363, + 604 + ], + "score": 1.0, + "content": "and LSUN Church", + "type": "text" + }, + { + "bbox": [ + 363, + 592, + 411, + 603 + ], + "score": 0.85, + "content": "2 5 6 \\times 2 5 6 )", + "type": "inline_equation" + }, + { + "bbox": [ + 411, + 591, + 506, + 604 + ], + "score": 1.0, + "content": "). For all datasets, we", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 602, + 505, + 615 + ], + "spans": [ + { + "bbox": [ + 105, + 602, + 203, + 615 + ], + "score": 1.0, + "content": "set the hyperparameters", + "type": "text" + }, + { + "bbox": [ + 204, + 605, + 212, + 612 + ], + "score": 0.73, + "content": "\\alpha", + "type": "inline_equation" + }, + { + "bbox": [ + 212, + 602, + 505, + 615 + ], + "score": 1.0, + "content": "according to the heuristic in (Ho et al., 2020) to make the results directly", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 614, + 505, + 626 + ], + "spans": [ + { + "bbox": [ + 105, + 614, + 505, + 626 + ], + "score": 1.0, + "content": "comparable. We use the same model for each dataset, and only compare the performance of different", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 104, + 624, + 506, + 637 + ], + "spans": [ + { + "bbox": [ + 104, + 624, + 506, + 637 + ], + "score": 1.0, + "content": "generative processes. For CIFAR10, Bedroom and Church, we obtain the pretrained checkpoints", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 104, + 634, + 506, + 649 + ], + "spans": [ + { + "bbox": [ + 104, + 634, + 506, + 649 + ], + "score": 1.0, + "content": "from the original DDPM implementation; for CelebA, we trained our own model using the denoising", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 645, + 163, + 661 + ], + "spans": [ + { + "bbox": [ + 105, + 645, + 145, + 661 + ], + "score": 1.0, + "content": "objective", + "type": "text" + }, + { + "bbox": [ + 145, + 646, + 158, + 657 + ], + "score": 0.88, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 158, + 645, + 163, + 661 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 25 + }, + { + "type": "text", + "bbox": [ + 106, + 664, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 102, + 660, + 508, + 683 + ], + "spans": [ + { + "bbox": [ + 102, + 660, + 188, + 683 + ], + "score": 1.0, + "content": "Our architecture for", + "type": "text" + }, + { + "bbox": [ + 189, + 663, + 221, + 678 + ], + "score": 0.93, + "content": "\\epsilon _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 222, + 660, + 508, + 683 + ], + "score": 1.0, + "content": "follows that in Ho et al. (2020), which is a U-Net (Ronneberger et al.,", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 675, + 506, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 675, + 506, + 689 + ], + "score": 1.0, + "content": "2015) based on a Wide ResNet (Zagoruyko & Komodakis, 2016). We use the pretrained models", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 686, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 686, + 506, + 700 + ], + "score": 1.0, + "content": "from Ho et al. (2020) for CIFAR10, Bedroom and Church, and train our own model for the CelebA", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 697, + 505, + 713 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 141, + 709 + ], + "score": 0.88, + "content": "6 4 \\times 6 4", + "type": "inline_equation" + }, + { + "bbox": [ + 141, + 697, + 505, + 713 + ], + "score": 1.0, + "content": "model (since a pretrained model is not provided). Our CelebA model has five feature map", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 104, + 707, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 104, + 707, + 174, + 723 + ], + "score": 1.0, + "content": "resolutions from", + "type": "text" + }, + { + "bbox": [ + 175, + 710, + 209, + 720 + ], + "score": 0.9, + "content": "6 4 \\times 6 4", + "type": "inline_equation" + }, + { + "bbox": [ + 209, + 707, + 220, + 723 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 221, + 710, + 244, + 720 + ], + "score": 0.89, + "content": "4 \\times 4", + "type": "inline_equation" + }, + { + "bbox": [ + 245, + 707, + 506, + 723 + ], + "score": 1.0, + "content": ", and we use the original CelebA dataset (not CelebA-HQ) using", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 720, + 432, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 432, + 734 + ], + "score": 1.0, + "content": "the pre-processing technique from the StyleGAN (Karras et al., 2018) repository.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 31.5 + } + ], + "page_idx": 15, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 26, + 293, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 293, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 293, + 38 + ], + "score": 1.0, + "content": "Published as a conference paper at ICLR 2021", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 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, + 505, + 95 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 196, + 95 + ], + "score": 1.0, + "content": "In this section, we use", + "type": "text" + }, + { + "bbox": [ + 196, + 83, + 207, + 94 + ], + "score": 0.87, + "content": "\\beta _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 207, + 81, + 225, + 95 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 225, + 84, + 236, + 93 + ], + "score": 0.85, + "content": "\\alpha _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 236, + 81, + 505, + 95 + ], + "score": 1.0, + "content": "to be more consistent with the derivation in Ho et al. (2020), where", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0, + "bbox_fs": [ + 105, + 81, + 505, + 95 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 273, + 98, + 338, + 147 + ], + "lines": [ + { + "bbox": [ + 273, + 98, + 338, + 147 + ], + "spans": [ + { + "bbox": [ + 273, + 98, + 338, + 147 + ], + "score": 0.89, + "content": "\\begin{array} { c } { \\displaystyle \\alpha _ { t } = \\frac { \\alpha _ { t } } { \\alpha _ { t - 1 } } } \\\\ { \\displaystyle \\beta _ { t } = 1 - \\frac { \\alpha _ { t } } { \\alpha _ { t - 1 } } } \\end{array}", + "type": "interline_equation", + "image_path": "b04ca5fc3dd503737f39e993721dbd3992922d5a88100158b7d71f29eab15af7.jpg" + } + ] + } + ], + "index": 1.5, + "virtual_lines": [ + { + "bbox": [ + 273, + 98, + 338, + 122.5 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 273, + 122.5, + 338, + 147.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 150, + 289, + 163 + ], + "lines": [ + { + "bbox": [ + 106, + 150, + 290, + 164 + ], + "spans": [ + { + "bbox": [ + 106, + 150, + 241, + 164 + ], + "score": 1.0, + "content": "can be uniquely determined from", + "type": "text" + }, + { + "bbox": [ + 241, + 153, + 252, + 162 + ], + "score": 0.85, + "content": "\\alpha _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 253, + 150, + 272, + 164 + ], + "score": 1.0, + "content": "(i.e.", + "type": "text" + }, + { + "bbox": [ + 272, + 152, + 283, + 162 + ], + "score": 0.82, + "content": "\\bar { \\alpha } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 284, + 150, + 290, + 164 + ], + "score": 1.0, + "content": ").", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3, + "bbox_fs": [ + 106, + 150, + 290, + 164 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 167, + 273, + 180 + ], + "lines": [ + { + "bbox": [ + 105, + 166, + 273, + 181 + ], + "spans": [ + { + "bbox": [ + 105, + 166, + 273, + 181 + ], + "score": 1.0, + "content": "First, from the diffusion forward process:", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4, + "bbox_fs": [ + 105, + 166, + 273, + 181 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 158, + 184, + 452, + 230 + ], + "lines": [ + { + "bbox": [ + 158, + 184, + 452, + 230 + ], + "spans": [ + { + "bbox": [ + 158, + 184, + 452, + 230 + ], + "score": 0.94, + "content": "q ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } , \\pmb { x } _ { 0 } ) = \\mathcal { N } \\bigg ( \\underbrace { \\frac { \\sqrt { \\alpha _ { t - 1 } } \\beta _ { t } } { 1 - \\alpha _ { t } } \\pmb { x } _ { 0 } + \\frac { \\alpha _ { t } ( 1 - \\alpha _ { t - 1 } ) } { 1 - \\alpha _ { t } } \\pmb { x } _ { t } } _ { \\widetilde { \\mu } ( \\pmb { x } _ { t } , \\pmb { x } _ { 0 } ) } , \\frac { 1 - \\alpha _ { t - 1 } } { 1 - \\alpha _ { t } } \\beta _ { t } I \\bigg )", + "type": "interline_equation", + "image_path": "e5b9b94e56c23582330d7a91d29f1f1c178f1883370b8e9b1275bb67cb16a0a2.jpg" + } + ] + } + ], + "index": 6, + "virtual_lines": [ + { + "bbox": [ + 158, + 184, + 452, + 199.33333333333334 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 158, + 199.33333333333334, + 452, + 214.66666666666669 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 158, + 214.66666666666669, + 452, + 230.00000000000003 + ], + "spans": [], + "index": 7 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 241, + 349, + 256 + ], + "lines": [ + { + "bbox": [ + 104, + 240, + 350, + 258 + ], + "spans": [ + { + "bbox": [ + 104, + 240, + 288, + 258 + ], + "score": 1.0, + "content": "Ho et al. (2020) considered a specific type of", + "type": "text" + }, + { + "bbox": [ + 288, + 240, + 345, + 256 + ], + "score": 0.93, + "content": "p _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 345, + 240, + 350, + 258 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8, + "bbox_fs": [ + 104, + 240, + 350, + 258 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 232, + 261, + 379, + 277 + ], + "lines": [ + { + "bbox": [ + 232, + 261, + 379, + 277 + ], + "spans": [ + { + "bbox": [ + 232, + 261, + 379, + 277 + ], + "score": 0.92, + "content": "p _ { \\theta } ^ { ( t ) } ( { \\bf x } _ { t - 1 } | { \\bf x } _ { t } ) = \\mathcal { N } \\left( \\mu _ { \\theta } ( { \\bf x } _ { t } , t ) , \\sigma _ { t } { \\cal I } \\right)", + "type": "interline_equation", + "image_path": "174b90162dee64646e1a9d8aeaeb7c78ea9f43947ca397efec959c2f15264c1a.jpg" + } + ] + } + ], + "index": 9, + "virtual_lines": [ + { + "bbox": [ + 232, + 261, + 379, + 277 + ], + "spans": [], + "index": 9 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 282, + 308, + 294 + ], + "lines": [ + { + "bbox": [ + 106, + 281, + 308, + 295 + ], + "spans": [ + { + "bbox": [ + 106, + 281, + 308, + 295 + ], + "score": 1.0, + "content": "which leads to the following variational objective:", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10, + "bbox_fs": [ + 106, + 281, + 308, + 295 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 129, + 298, + 464, + 381 + ], + "lines": [ + { + "bbox": [ + 129, + 298, + 464, + 381 + ], + "spans": [ + { + "bbox": [ + 129, + 298, + 464, + 381 + ], + "score": 0.94, + "content": "\\begin{array} { r l } & { L : = \\mathbb { E } _ { \\mathbf { x } _ { 0 : T } \\sim q ( \\mathbf { x } _ { 0 : T } ) } \\left[ q ( \\pmb { x } _ { T } | \\mathbf { x } _ { 0 } ) + \\displaystyle \\sum _ { t = 2 } ^ { T } \\log q ( \\pmb { x } _ { t - 1 } | \\mathbf { x } _ { t } , \\pmb { x } _ { 0 } ) - \\displaystyle \\sum _ { t = 1 } ^ { T } \\log p _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t - 1 } | \\mathbf { x } _ { t } ) \\right] } \\\\ & { \\equiv \\mathbb { E } _ { \\mathbf { x } _ { 0 : T } \\sim q ( \\pmb { x } _ { 0 : T } ) } \\left[ \\displaystyle \\sum _ { t = 2 } ^ { T } \\underbrace { D _ { \\mathrm { K L } } \\big ( q ( \\pmb { x } _ { t - 1 } | \\mathbf { x } _ { t } , \\mathbf { x } _ { 0 } ) \\big ) \\big \\| p _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t - 1 } | \\mathbf { x } _ { t } ) \\big ) } _ { L _ { t - 1 } } - \\log p _ { \\theta } ^ { ( 1 ) } ( \\pmb { x } _ { 0 } | \\mathbf { x } _ { 1 } ) \\right] } \\end{array}", + "type": "interline_equation", + "image_path": "91a1d0b1b3f2860d07ffb111324e205ede50da568adecca2cd1698fa0a1c71fa.jpg" + } + ] + } + ], + "index": 12, + "virtual_lines": [ + { + "bbox": [ + 129, + 298, + 464, + 325.6666666666667 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 129, + 325.6666666666667, + 464, + 353.33333333333337 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 129, + 353.33333333333337, + 464, + 381.00000000000006 + ], + "spans": [], + "index": 13 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 384, + 166, + 395 + ], + "lines": [ + { + "bbox": [ + 106, + 383, + 168, + 396 + ], + "spans": [ + { + "bbox": [ + 106, + 383, + 168, + 396 + ], + "score": 1.0, + "content": "One can write:", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 14, + "bbox_fs": [ + 106, + 383, + 168, + 396 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 216, + 398, + 395, + 425 + ], + "lines": [ + { + "bbox": [ + 216, + 398, + 395, + 425 + ], + "spans": [ + { + "bbox": [ + 216, + 398, + 395, + 425 + ], + "score": 0.95, + "content": "L _ { t - 1 } = \\mathbb { E } _ { q } \\left[ \\frac { 1 } { 2 \\sigma _ { t } ^ { 2 } } \\lVert \\mu _ { \\theta } ( \\pmb { x } _ { t } , t ) - \\tilde { \\mu } ( \\pmb { x } _ { t } , \\pmb { x } _ { 0 } ) \\rVert _ { 2 } ^ { 2 } \\right]", + "type": "interline_equation", + "image_path": "7ac85938d4893f6c6f5491bda3e357ad3942eee63c12b68e3746e80ab1722595.jpg" + } + ] + } + ], + "index": 15, + "virtual_lines": [ + { + "bbox": [ + 216, + 398, + 395, + 425 + ], + "spans": [], + "index": 15 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 429, + 276, + 441 + ], + "lines": [ + { + "bbox": [ + 106, + 429, + 277, + 442 + ], + "spans": [ + { + "bbox": [ + 106, + 429, + 277, + 442 + ], + "score": 1.0, + "content": "Ho et al. (2020) chose the parametrization", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16, + "bbox_fs": [ + 106, + 429, + 277, + 442 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 214, + 446, + 397, + 474 + ], + "lines": [ + { + "bbox": [ + 214, + 446, + 397, + 474 + ], + "spans": [ + { + "bbox": [ + 214, + 446, + 397, + 474 + ], + "score": 0.95, + "content": "\\mu _ { \\theta } ( { \\pmb x } _ { t } , t ) = \\frac { 1 } { \\sqrt { \\alpha _ { t } } } \\left( { \\pmb x } _ { t } - \\frac { \\beta _ { t } } { \\sqrt { 1 - \\alpha _ { t } } } { \\epsilon } _ { \\theta } ( { \\pmb x } _ { t } , t ) \\right)", + "type": "interline_equation", + "image_path": "6881f59ef813507cd9996721aebf6f32dd4095c085e5e3a4691b5a1bd040fbc2.jpg" + } + ] + } + ], + "index": 17, + "virtual_lines": [ + { + "bbox": [ + 214, + 446, + 397, + 474 + ], + "spans": [], + "index": 17 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 478, + 216, + 490 + ], + "lines": [ + { + "bbox": [ + 106, + 477, + 217, + 492 + ], + "spans": [ + { + "bbox": [ + 106, + 477, + 217, + 492 + ], + "score": 1.0, + "content": "which can be simplified to:", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 18, + "bbox_fs": [ + 106, + 477, + 217, + 492 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 171, + 495, + 439, + 523 + ], + "lines": [ + { + "bbox": [ + 171, + 495, + 439, + 523 + ], + "spans": [ + { + "bbox": [ + 171, + 495, + 439, + 523 + ], + "score": 0.92, + "content": "L _ { t - 1 } = \\mathbb { E } _ { { \\pmb x } _ { 0 } , { \\epsilon } } \\left[ \\frac { \\beta _ { t } ^ { \\ 2 } } { 2 \\sigma _ { t } ^ { 2 } ( 1 - \\alpha _ { t } ) \\alpha _ { t } } \\big \\| { \\epsilon } - { \\epsilon } _ { \\theta } \\big ( \\sqrt { \\alpha _ { t } } { \\pmb x } _ { 0 } + \\sqrt { 1 - \\alpha _ { t } } { \\epsilon } , t \\big ) \\big \\| _ { 2 } ^ { 2 } \\right]", + "type": "interline_equation", + "image_path": "99a684208a6e34da178bb0cdc5290e01ba6754330884eb14c3e60d29aaf8ef02.jpg" + } + ] + } + ], + "index": 19, + "virtual_lines": [ + { + "bbox": [ + 171, + 495, + 439, + 523 + ], + "spans": [], + "index": 19 + } + ] + }, + { + "type": "title", + "bbox": [ + 107, + 534, + 258, + 548 + ], + "lines": [ + { + "bbox": [ + 105, + 534, + 259, + 550 + ], + "spans": [ + { + "bbox": [ + 105, + 534, + 259, + 550 + ], + "score": 1.0, + "content": "D EXPERIMENTAL DETAILS", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 20 + }, + { + "type": "title", + "bbox": [ + 108, + 559, + 273, + 571 + ], + "lines": [ + { + "bbox": [ + 106, + 559, + 275, + 572 + ], + "spans": [ + { + "bbox": [ + 106, + 559, + 275, + 572 + ], + "score": 1.0, + "content": "D.1 DATASETS AND ARCHITECTURES", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 21 + }, + { + "type": "text", + "bbox": [ + 106, + 579, + 505, + 658 + ], + "lines": [ + { + "bbox": [ + 105, + 579, + 505, + 592 + ], + "spans": [ + { + "bbox": [ + 105, + 579, + 371, + 592 + ], + "score": 1.0, + "content": "We consider 4 image datasets with various resolutions: CIFAR10", + "type": "text" + }, + { + "bbox": [ + 372, + 581, + 405, + 591 + ], + "score": 0.86, + "content": "3 2 \\times 3 2", + "type": "inline_equation" + }, + { + "bbox": [ + 406, + 579, + 505, + 592 + ], + "score": 1.0, + "content": ", unconditional), CelebA", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 108, + 591, + 506, + 604 + ], + "spans": [ + { + "bbox": [ + 108, + 592, + 148, + 603 + ], + "score": 0.86, + "content": "( 6 4 \\times 6 4 )", + "type": "inline_equation" + }, + { + "bbox": [ + 148, + 591, + 227, + 604 + ], + "score": 1.0, + "content": ", LSUN Bedroom", + "type": "text" + }, + { + "bbox": [ + 227, + 592, + 276, + 603 + ], + "score": 0.85, + "content": "( 2 5 6 \\times 2 5 6 )", + "type": "inline_equation" + }, + { + "bbox": [ + 276, + 591, + 363, + 604 + ], + "score": 1.0, + "content": "and LSUN Church", + "type": "text" + }, + { + "bbox": [ + 363, + 592, + 411, + 603 + ], + "score": 0.85, + "content": "2 5 6 \\times 2 5 6 )", + "type": "inline_equation" + }, + { + "bbox": [ + 411, + 591, + 506, + 604 + ], + "score": 1.0, + "content": "). For all datasets, we", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 602, + 505, + 615 + ], + "spans": [ + { + "bbox": [ + 105, + 602, + 203, + 615 + ], + "score": 1.0, + "content": "set the hyperparameters", + "type": "text" + }, + { + "bbox": [ + 204, + 605, + 212, + 612 + ], + "score": 0.73, + "content": "\\alpha", + "type": "inline_equation" + }, + { + "bbox": [ + 212, + 602, + 505, + 615 + ], + "score": 1.0, + "content": "according to the heuristic in (Ho et al., 2020) to make the results directly", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 614, + 505, + 626 + ], + "spans": [ + { + "bbox": [ + 105, + 614, + 505, + 626 + ], + "score": 1.0, + "content": "comparable. We use the same model for each dataset, and only compare the performance of different", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 104, + 624, + 506, + 637 + ], + "spans": [ + { + "bbox": [ + 104, + 624, + 506, + 637 + ], + "score": 1.0, + "content": "generative processes. For CIFAR10, Bedroom and Church, we obtain the pretrained checkpoints", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 104, + 634, + 506, + 649 + ], + "spans": [ + { + "bbox": [ + 104, + 634, + 506, + 649 + ], + "score": 1.0, + "content": "from the original DDPM implementation; for CelebA, we trained our own model using the denoising", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 645, + 163, + 661 + ], + "spans": [ + { + "bbox": [ + 105, + 645, + 145, + 661 + ], + "score": 1.0, + "content": "objective", + "type": "text" + }, + { + "bbox": [ + 145, + 646, + 158, + 657 + ], + "score": 0.88, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 158, + 645, + 163, + 661 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 25, + "bbox_fs": [ + 104, + 579, + 506, + 661 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 664, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 102, + 660, + 508, + 683 + ], + "spans": [ + { + "bbox": [ + 102, + 660, + 188, + 683 + ], + "score": 1.0, + "content": "Our architecture for", + "type": "text" + }, + { + "bbox": [ + 189, + 663, + 221, + 678 + ], + "score": 0.93, + "content": "\\epsilon _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 222, + 660, + 508, + 683 + ], + "score": 1.0, + "content": "follows that in Ho et al. (2020), which is a U-Net (Ronneberger et al.,", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 675, + 506, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 675, + 506, + 689 + ], + "score": 1.0, + "content": "2015) based on a Wide ResNet (Zagoruyko & Komodakis, 2016). We use the pretrained models", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 686, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 686, + 506, + 700 + ], + "score": 1.0, + "content": "from Ho et al. (2020) for CIFAR10, Bedroom and Church, and train our own model for the CelebA", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 697, + 505, + 713 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 141, + 709 + ], + "score": 0.88, + "content": "6 4 \\times 6 4", + "type": "inline_equation" + }, + { + "bbox": [ + 141, + 697, + 505, + 713 + ], + "score": 1.0, + "content": "model (since a pretrained model is not provided). Our CelebA model has five feature map", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 104, + 707, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 104, + 707, + 174, + 723 + ], + "score": 1.0, + "content": "resolutions from", + "type": "text" + }, + { + "bbox": [ + 175, + 710, + 209, + 720 + ], + "score": 0.9, + "content": "6 4 \\times 6 4", + "type": "inline_equation" + }, + { + "bbox": [ + 209, + 707, + 220, + 723 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 221, + 710, + 244, + 720 + ], + "score": 0.89, + "content": "4 \\times 4", + "type": "inline_equation" + }, + { + "bbox": [ + 245, + 707, + 506, + 723 + ], + "score": 1.0, + "content": ", and we use the original CelebA dataset (not CelebA-HQ) using", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 720, + 432, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 432, + 734 + ], + "score": 1.0, + "content": "the pre-processing technique from the StyleGAN (Karras et al., 2018) repository.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 31.5, + "bbox_fs": [ + 102, + 660, + 508, + 734 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "table", + "bbox": [ + 111, + 111, + 497, + 169 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 107, + 80, + 503, + 103 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 78, + 505, + 93 + ], + "spans": [ + { + "bbox": [ + 105, + 78, + 505, + 93 + ], + "score": 1.0, + "content": "Table 3: LSUN Bedroom and Church image generation results, measured in FID. For 1000 steps", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 92, + 350, + 102 + ], + "spans": [ + { + "bbox": [ + 106, + 92, + 350, + 102 + ], + "score": 1.0, + "content": "DDPM, the FIDs are 6.36 for Bedroom and 7.89 for Church.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "table_body", + "bbox": [ + 111, + 111, + 497, + 169 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 111, + 111, + 497, + 169 + ], + "spans": [ + { + "bbox": [ + 111, + 111, + 497, + 169 + ], + "score": 0.981, + "html": "
Bedroom (256 × 256)Church (256 × 256)
dim(T)102050100102050100
DDIM (n = 0.0)16.958.896.756.6219.4512.4710.8410.58
DDPM (n = 1.0)42.7822.7710.816.8151.5623.3711.168.27
", + "type": "table", + "image_path": "0cd56c2d1deaab72e1c3c2870b09012efa48fe08852c1196855e228278e768d7.jpg" + } + ] + } + ], + "index": 3, + "virtual_lines": [ + { + "bbox": [ + 111, + 111, + 497, + 130.33333333333334 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 111, + 130.33333333333334, + 497, + 149.66666666666669 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 111, + 149.66666666666669, + 497, + 169.00000000000003 + ], + "spans": [], + "index": 4 + } + ] + } + ], + "index": 1.75 + }, + { + "type": "title", + "bbox": [ + 107, + 187, + 334, + 199 + ], + "lines": [ + { + "bbox": [ + 106, + 187, + 334, + 200 + ], + "spans": [ + { + "bbox": [ + 106, + 187, + 334, + 200 + ], + "score": 1.0, + "content": "D.2 REVERSE PROCESS SUB-SEQUENCE SELECTION", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "text", + "bbox": [ + 108, + 207, + 437, + 220 + ], + "lines": [ + { + "bbox": [ + 106, + 207, + 439, + 221 + ], + "spans": [ + { + "bbox": [ + 106, + 207, + 304, + 221 + ], + "score": 1.0, + "content": "We consider two types of selection procedure for", + "type": "text" + }, + { + "bbox": [ + 304, + 210, + 311, + 218 + ], + "score": 0.78, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 312, + 207, + 383, + 221 + ], + "score": 1.0, + "content": "given the desired", + "type": "text" + }, + { + "bbox": [ + 383, + 207, + 434, + 220 + ], + "score": 0.92, + "content": "\\mathrm { d i m } ( \\tau ) < T", + "type": "inline_equation" + }, + { + "bbox": [ + 434, + 207, + 439, + 221 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 6 + }, + { + "type": "text", + "bbox": [ + 132, + 227, + 416, + 254 + ], + "lines": [ + { + "bbox": [ + 132, + 226, + 397, + 241 + ], + "spans": [ + { + "bbox": [ + 132, + 226, + 309, + 241 + ], + "score": 1.0, + "content": "• Linear: we select the timesteps such that", + "type": "text" + }, + { + "bbox": [ + 309, + 227, + 347, + 240 + ], + "score": 0.93, + "content": "\\tau _ { i } = \\lfloor c i \\rfloor", + "type": "inline_equation" + }, + { + "bbox": [ + 348, + 226, + 387, + 241 + ], + "score": 1.0, + "content": "for some", + "type": "text" + }, + { + "bbox": [ + 387, + 230, + 393, + 238 + ], + "score": 0.59, + "content": "c", + "type": "inline_equation" + }, + { + "bbox": [ + 393, + 226, + 397, + 241 + ], + "score": 1.0, + "content": ";", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 132, + 240, + 415, + 255 + ], + "spans": [ + { + "bbox": [ + 132, + 240, + 324, + 255 + ], + "score": 1.0, + "content": "• Quadratic: we select the timesteps such that", + "type": "text" + }, + { + "bbox": [ + 324, + 241, + 367, + 254 + ], + "score": 0.93, + "content": "\\tau _ { i } = \\lfloor c i ^ { 2 } \\rfloor", + "type": "inline_equation" + }, + { + "bbox": [ + 367, + 240, + 406, + 255 + ], + "score": 1.0, + "content": "for some", + "type": "text" + }, + { + "bbox": [ + 406, + 245, + 412, + 252 + ], + "score": 0.64, + "content": "c", + "type": "inline_equation" + }, + { + "bbox": [ + 412, + 240, + 415, + 255 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7.5 + }, + { + "type": "text", + "bbox": [ + 106, + 261, + 506, + 295 + ], + "lines": [ + { + "bbox": [ + 106, + 261, + 505, + 273 + ], + "spans": [ + { + "bbox": [ + 106, + 261, + 185, + 273 + ], + "score": 1.0, + "content": "The constant value", + "type": "text" + }, + { + "bbox": [ + 186, + 264, + 191, + 272 + ], + "score": 0.73, + "content": "c", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 261, + 276, + 273 + ], + "score": 1.0, + "content": "is selected such that", + "type": "text" + }, + { + "bbox": [ + 277, + 263, + 293, + 273 + ], + "score": 0.88, + "content": "\\tau _ { - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 294, + 261, + 338, + 273 + ], + "score": 1.0, + "content": "is close to", + "type": "text" + }, + { + "bbox": [ + 339, + 262, + 347, + 272 + ], + "score": 0.77, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 348, + 261, + 505, + 273 + ], + "score": 1.0, + "content": ". We used quadratic for CIFAR10 and", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 272, + 505, + 285 + ], + "spans": [ + { + "bbox": [ + 106, + 272, + 505, + 285 + ], + "score": 1.0, + "content": "linear for the remaining datasets. These choices achieve slightly better FID than their alternatives in", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 284, + 200, + 296 + ], + "spans": [ + { + "bbox": [ + 106, + 284, + 200, + 296 + ], + "score": 1.0, + "content": "the respective datasets.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10 + }, + { + "type": "title", + "bbox": [ + 107, + 308, + 364, + 320 + ], + "lines": [ + { + "bbox": [ + 106, + 308, + 364, + 321 + ], + "spans": [ + { + "bbox": [ + 106, + 308, + 364, + 321 + ], + "score": 1.0, + "content": "D.3 CLOSED FORM EQUATIONS FOR EACH SAMPLING STEP", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 12 + }, + { + "type": "text", + "bbox": [ + 105, + 328, + 460, + 341 + ], + "lines": [ + { + "bbox": [ + 105, + 327, + 460, + 342 + ], + "spans": [ + { + "bbox": [ + 105, + 327, + 460, + 342 + ], + "score": 1.0, + "content": "From the general sampling equation in Eq. (12), we have the following update equation:", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 13 + }, + { + "type": "interline_equation", + "bbox": [ + 111, + 342, + 504, + 376 + ], + "lines": [ + { + "bbox": [ + 111, + 342, + 504, + 376 + ], + "spans": [ + { + "bbox": [ + 111, + 342, + 504, + 376 + ], + "score": 0.94, + "content": "x _ { \\tau _ { i - 1 } } ( \\eta ) = \\sqrt { \\alpha _ { \\tau _ { i - 1 } } } \\left( \\frac { x _ { \\tau _ { i } } - \\sqrt { 1 - \\alpha _ { \\tau _ { i } } } \\epsilon _ { \\theta } ^ { ( \\tau _ { i } ) } ( x _ { \\tau _ { i } } ) } { \\sqrt { \\alpha _ { \\tau _ { i } } } } \\right) + \\sqrt { 1 - \\alpha _ { \\tau _ { i - 1 } } - \\sigma _ { \\tau _ { i } } ( \\eta ) ^ { 2 } } \\cdot \\epsilon _ { \\theta } ^ { ( \\tau _ { i } ) } ( \\tau _ { i } ) + \\sigma _ { \\tau _ { i } } ( \\eta ) \\epsilon _ { \\eta }", + "type": "interline_equation", + "image_path": "548350baffed07ec5e6a00371208b76a35da2b3f4c8634ae85d118d6274a430a.jpg" + } + ] + } + ], + "index": 15, + "virtual_lines": [ + { + "bbox": [ + 111, + 342, + 504, + 353.3333333333333 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 111, + 353.3333333333333, + 504, + 364.66666666666663 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 111, + 364.66666666666663, + 504, + 375.99999999999994 + ], + "spans": [], + "index": 16 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 379, + 133, + 389 + ], + "lines": [ + { + "bbox": [ + 105, + 377, + 135, + 390 + ], + "spans": [ + { + "bbox": [ + 105, + 377, + 135, + 390 + ], + "score": 1.0, + "content": "where", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17 + }, + { + "type": "interline_equation", + "bbox": [ + 230, + 386, + 382, + 419 + ], + "lines": [ + { + "bbox": [ + 230, + 386, + 382, + 419 + ], + "spans": [ + { + "bbox": [ + 230, + 386, + 382, + 419 + ], + "score": 0.95, + "content": "\\sigma _ { \\tau _ { i } } ( \\eta ) = \\eta \\sqrt { \\frac { 1 - \\alpha _ { \\tau _ { i - 1 } } } { 1 - \\alpha _ { \\tau _ { i } } } } \\sqrt { 1 - \\frac { \\alpha _ { \\tau _ { i } } } { \\alpha _ { \\tau _ { i - 1 } } } }", + "type": "interline_equation", + "image_path": "f3d3084b0f6246b4304e803ea6447b4e75d0b8b5e15e081856034bee34546b8f.jpg" + } + ] + } + ], + "index": 18.5, + "virtual_lines": [ + { + "bbox": [ + 230, + 386, + 382, + 402.5 + ], + "spans": [], + "index": 18 + }, + { + "bbox": [ + 230, + 402.5, + 382, + 419.0 + ], + "spans": [], + "index": 19 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 420, + 426, + 432 + ], + "lines": [ + { + "bbox": [ + 105, + 418, + 426, + 434 + ], + "spans": [ + { + "bbox": [ + 105, + 418, + 168, + 434 + ], + "score": 1.0, + "content": "For the case of", + "type": "text" + }, + { + "bbox": [ + 168, + 420, + 175, + 430 + ], + "score": 0.83, + "content": "\\hat { \\sigma }", + "type": "inline_equation" + }, + { + "bbox": [ + 175, + 418, + 426, + 434 + ], + "score": 1.0, + "content": "(DDPM with a larger variance), the update equation becomes:", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 20 + }, + { + "type": "interline_equation", + "bbox": [ + 121, + 433, + 490, + 467 + ], + "lines": [ + { + "bbox": [ + 121, + 433, + 490, + 467 + ], + "spans": [ + { + "bbox": [ + 121, + 433, + 490, + 467 + ], + "score": 0.94, + "content": "\\begin{array} { r } { x _ { \\tau _ { i - 1 } } = \\sqrt { \\alpha _ { \\tau _ { i - 1 } } } \\left( \\frac { x _ { \\tau _ { i } } - \\sqrt { 1 - \\alpha _ { \\tau _ { i } } } \\epsilon _ { \\theta } ^ { ( \\tau _ { i } ) } ( x _ { \\tau _ { i } } ) } { \\sqrt { \\alpha _ { \\tau _ { i } } } } \\right) + \\sqrt { 1 - \\alpha _ { \\tau _ { i - 1 } } - \\sigma _ { \\tau _ { i } } ( 1 ) ^ { 2 } } \\cdot \\epsilon _ { \\theta } ^ { ( \\tau _ { i } ) } ( \\tau _ { i } ) + \\hat { \\sigma } _ { \\tau _ { i } } \\epsilon _ { \\theta } ( \\tau _ { i } ) } \\end{array}", + "type": "interline_equation", + "image_path": "0c1c05be3c78fd89eafe8d62cab4670b959f1e10b7dd3e56bdda7dc5aa049718.jpg" + } + ] + } + ], + "index": 22, + "virtual_lines": [ + { + "bbox": [ + 121, + 433, + 490, + 444.3333333333333 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 121, + 444.3333333333333, + 490, + 455.66666666666663 + ], + "spans": [], + "index": 22 + }, + { + "bbox": [ + 121, + 455.66666666666663, + 490, + 466.99999999999994 + ], + "spans": [], + "index": 23 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 469, + 505, + 503 + ], + "lines": [ + { + "bbox": [ + 106, + 469, + 505, + 481 + ], + "spans": [ + { + "bbox": [ + 106, + 469, + 261, + 481 + ], + "score": 1.0, + "content": "which uses a different coefficient for", + "type": "text" + }, + { + "bbox": [ + 262, + 471, + 267, + 479 + ], + "score": 0.73, + "content": "\\epsilon", + "type": "inline_equation" + }, + { + "bbox": [ + 268, + 469, + 395, + 481 + ], + "score": 1.0, + "content": "compared with the update for", + "type": "text" + }, + { + "bbox": [ + 395, + 470, + 424, + 481 + ], + "score": 0.91, + "content": "\\eta = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 424, + 469, + 505, + 481 + ], + "score": 1.0, + "content": ", but uses the same", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 479, + 505, + 493 + ], + "spans": [ + { + "bbox": [ + 105, + 479, + 474, + 493 + ], + "score": 1.0, + "content": "coefficient for the non-stochastic parts. This update is more stochastic than the update for", + "type": "text" + }, + { + "bbox": [ + 475, + 480, + 501, + 492 + ], + "score": 0.91, + "content": "\\eta = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 479, + 505, + 493 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 491, + 403, + 503 + ], + "spans": [ + { + "bbox": [ + 106, + 491, + 336, + 503 + ], + "score": 1.0, + "content": "which explains why it achieves worse performance when", + "type": "text" + }, + { + "bbox": [ + 336, + 491, + 367, + 503 + ], + "score": 0.88, + "content": "\\dim ( \\tau )", + "type": "inline_equation" + }, + { + "bbox": [ + 367, + 491, + 403, + 503 + ], + "score": 1.0, + "content": "is small.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25 + }, + { + "type": "title", + "bbox": [ + 108, + 515, + 259, + 527 + ], + "lines": [ + { + "bbox": [ + 106, + 515, + 261, + 528 + ], + "spans": [ + { + "bbox": [ + 106, + 515, + 261, + 528 + ], + "score": 1.0, + "content": "D.4 SAMPLES AND CONSISTENCY", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27 + }, + { + "type": "text", + "bbox": [ + 107, + 535, + 504, + 559 + ], + "lines": [ + { + "bbox": [ + 106, + 535, + 505, + 549 + ], + "spans": [ + { + "bbox": [ + 106, + 535, + 505, + 549 + ], + "score": 1.0, + "content": "We show more samples in Figure 7 (CIFAR10), Figure 8 (CelebA), Figure 10 (Church) and consis-", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 546, + 287, + 559 + ], + "spans": [ + { + "bbox": [ + 106, + 546, + 287, + 559 + ], + "score": 1.0, + "content": "tency results of DDIM in Figure 9 (CelebA).", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28.5 + }, + { + "type": "title", + "bbox": [ + 107, + 571, + 204, + 583 + ], + "lines": [ + { + "bbox": [ + 105, + 570, + 204, + 584 + ], + "spans": [ + { + "bbox": [ + 105, + 570, + 204, + 584 + ], + "score": 1.0, + "content": "D.5 INTERPOLATION", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 30 + }, + { + "type": "text", + "bbox": [ + 106, + 591, + 505, + 625 + ], + "lines": [ + { + "bbox": [ + 106, + 592, + 505, + 604 + ], + "spans": [ + { + "bbox": [ + 106, + 592, + 387, + 604 + ], + "score": 1.0, + "content": "To generate interpolations on a line, we randomly sample two initial", + "type": "text" + }, + { + "bbox": [ + 387, + 594, + 401, + 603 + ], + "score": 0.86, + "content": "\\mathbf { \\nabla } _ { \\mathbf { x } _ { T } }", + "type": "inline_equation" + }, + { + "bbox": [ + 401, + 592, + 505, + 604 + ], + "score": 1.0, + "content": "values from the standard", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 603, + 505, + 615 + ], + "spans": [ + { + "bbox": [ + 106, + 603, + 505, + 615 + ], + "score": 1.0, + "content": "Gaussian, interpolate them with spherical linear interpolation (Shoemake, 1985), and then use the", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 613, + 223, + 627 + ], + "spans": [ + { + "bbox": [ + 105, + 613, + 173, + 627 + ], + "score": 1.0, + "content": "DDIM to obtain", + "type": "text" + }, + { + "bbox": [ + 173, + 615, + 185, + 625 + ], + "score": 0.86, + "content": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 186, + 613, + 223, + 627 + ], + "score": 1.0, + "content": "samples.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32 + }, + { + "type": "interline_equation", + "bbox": [ + 218, + 627, + 392, + 655 + ], + "lines": [ + { + "bbox": [ + 218, + 627, + 392, + 655 + ], + "spans": [ + { + "bbox": [ + 218, + 627, + 392, + 655 + ], + "score": 0.95, + "content": "\\mathbf { \\Delta } \\mathbf { x } _ { T } ^ { ( \\alpha ) } = \\frac { \\sin ( ( 1 - \\alpha ) \\theta ) } { \\sin ( \\theta ) } \\mathbf { \\Delta } \\mathbf { x } _ { T } ^ { ( 0 ) } + \\frac { \\sin ( \\alpha \\theta ) } { \\sin ( \\theta ) } \\mathbf { x } _ { T } ^ { ( 1 ) }", + "type": "interline_equation", + "image_path": "2e81c50f0d940cc66e0e04a7334bb6fe33b46ca6acf7eb1d57867d7a1d54129c.jpg" + } + ] + } + ], + "index": 34.5, + "virtual_lines": [ + { + "bbox": [ + 218, + 627, + 392, + 641.0 + ], + "spans": [], + "index": 34 + }, + { + "bbox": [ + 218, + 641.0, + 392, + 655.0 + ], + "spans": [], + "index": 35 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 658, + 447, + 684 + ], + "lines": [ + { + "bbox": [ + 106, + 657, + 448, + 684 + ], + "spans": [ + { + "bbox": [ + 106, + 663, + 133, + 677 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 657, + 244, + 684 + ], + "score": 0.92, + "content": "\\begin{array} { r } { \\theta = \\operatorname { a r c c o s } { \\left( \\frac { ( \\mathbf { x } _ { T } ^ { ( 0 ) } ) ^ { \\top } \\mathbf { x } _ { T } ^ { ( 1 ) } } { \\| \\mathbf { x } _ { T } ^ { ( 0 ) } \\| \\| \\mathbf { x } _ { T } ^ { ( 1 ) } \\| } \\right) } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 244, + 663, + 448, + 677 + ], + "score": 1.0, + "content": ". These values are used to produce DDIM samples.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 36 + }, + { + "type": "text", + "bbox": [ + 107, + 687, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 688, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 688, + 505, + 700 + ], + "score": 1.0, + "content": "To generate interpolations on a grid, we sample four latent variables and separate them in to two", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 321, + 711 + ], + "score": 1.0, + "content": "pairs; then we use slerp with the pairs under the same", + "type": "text" + }, + { + "bbox": [ + 321, + 701, + 328, + 709 + ], + "score": 0.73, + "content": "\\alpha", + "type": "inline_equation" + }, + { + "bbox": [ + 329, + 699, + 505, + 711 + ], + "score": 1.0, + "content": ", and use slerp over the interpolated samples", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 710, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 710, + 505, + 722 + ], + "score": 1.0, + "content": "across the pairs (under an independently chosen interpolation coefficient). We show more grid", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 721, + 470, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 721, + 470, + 733 + ], + "score": 1.0, + "content": "interpolation results in Figure 11 (CelebA), Figure 12 (Bedroom), and Figure 13 (Church).", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 38.5 + } + ], + "page_idx": 16, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 26, + 292, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 293, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 293, + 38 + ], + "score": 1.0, + "content": "Published as a conference paper at ICLR 2021", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "score": 1.0, + "content": "17", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "table", + "bbox": [ + 111, + 111, + 497, + 169 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 107, + 80, + 503, + 103 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 78, + 505, + 93 + ], + "spans": [ + { + "bbox": [ + 105, + 78, + 505, + 93 + ], + "score": 1.0, + "content": "Table 3: LSUN Bedroom and Church image generation results, measured in FID. For 1000 steps", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 92, + 350, + 102 + ], + "spans": [ + { + "bbox": [ + 106, + 92, + 350, + 102 + ], + "score": 1.0, + "content": "DDPM, the FIDs are 6.36 for Bedroom and 7.89 for Church.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "table_body", + "bbox": [ + 111, + 111, + 497, + 169 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 111, + 111, + 497, + 169 + ], + "spans": [ + { + "bbox": [ + 111, + 111, + 497, + 169 + ], + "score": 0.981, + "html": "
Bedroom (256 × 256)Church (256 × 256)
dim(T)102050100102050100
DDIM (n = 0.0)16.958.896.756.6219.4512.4710.8410.58
DDPM (n = 1.0)42.7822.7710.816.8151.5623.3711.168.27
", + "type": "table", + "image_path": "0cd56c2d1deaab72e1c3c2870b09012efa48fe08852c1196855e228278e768d7.jpg" + } + ] + } + ], + "index": 3, + "virtual_lines": [ + { + "bbox": [ + 111, + 111, + 497, + 130.33333333333334 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 111, + 130.33333333333334, + 497, + 149.66666666666669 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 111, + 149.66666666666669, + 497, + 169.00000000000003 + ], + "spans": [], + "index": 4 + } + ] + } + ], + "index": 1.75 + }, + { + "type": "title", + "bbox": [ + 107, + 187, + 334, + 199 + ], + "lines": [ + { + "bbox": [ + 106, + 187, + 334, + 200 + ], + "spans": [ + { + "bbox": [ + 106, + 187, + 334, + 200 + ], + "score": 1.0, + "content": "D.2 REVERSE PROCESS SUB-SEQUENCE SELECTION", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "text", + "bbox": [ + 108, + 207, + 437, + 220 + ], + "lines": [ + { + "bbox": [ + 106, + 207, + 439, + 221 + ], + "spans": [ + { + "bbox": [ + 106, + 207, + 304, + 221 + ], + "score": 1.0, + "content": "We consider two types of selection procedure for", + "type": "text" + }, + { + "bbox": [ + 304, + 210, + 311, + 218 + ], + "score": 0.78, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 312, + 207, + 383, + 221 + ], + "score": 1.0, + "content": "given the desired", + "type": "text" + }, + { + "bbox": [ + 383, + 207, + 434, + 220 + ], + "score": 0.92, + "content": "\\mathrm { d i m } ( \\tau ) < T", + "type": "inline_equation" + }, + { + "bbox": [ + 434, + 207, + 439, + 221 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 6, + "bbox_fs": [ + 106, + 207, + 439, + 221 + ] + }, + { + "type": "list", + "bbox": [ + 132, + 227, + 416, + 254 + ], + "lines": [ + { + "bbox": [ + 132, + 226, + 397, + 241 + ], + "spans": [ + { + "bbox": [ + 132, + 226, + 309, + 241 + ], + "score": 1.0, + "content": "• Linear: we select the timesteps such that", + "type": "text" + }, + { + "bbox": [ + 309, + 227, + 347, + 240 + ], + "score": 0.93, + "content": "\\tau _ { i } = \\lfloor c i \\rfloor", + "type": "inline_equation" + }, + { + "bbox": [ + 348, + 226, + 387, + 241 + ], + "score": 1.0, + "content": "for some", + "type": "text" + }, + { + "bbox": [ + 387, + 230, + 393, + 238 + ], + "score": 0.59, + "content": "c", + "type": "inline_equation" + }, + { + "bbox": [ + 393, + 226, + 397, + 241 + ], + "score": 1.0, + "content": ";", + "type": "text" + } + ], + "index": 7, + "is_list_end_line": true + }, + { + "bbox": [ + 132, + 240, + 415, + 255 + ], + "spans": [ + { + "bbox": [ + 132, + 240, + 324, + 255 + ], + "score": 1.0, + "content": "• Quadratic: we select the timesteps such that", + "type": "text" + }, + { + "bbox": [ + 324, + 241, + 367, + 254 + ], + "score": 0.93, + "content": "\\tau _ { i } = \\lfloor c i ^ { 2 } \\rfloor", + "type": "inline_equation" + }, + { + "bbox": [ + 367, + 240, + 406, + 255 + ], + "score": 1.0, + "content": "for some", + "type": "text" + }, + { + "bbox": [ + 406, + 245, + 412, + 252 + ], + "score": 0.64, + "content": "c", + "type": "inline_equation" + }, + { + "bbox": [ + 412, + 240, + 415, + 255 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 8, + "is_list_start_line": true, + "is_list_end_line": true + } + ], + "index": 7.5, + "bbox_fs": [ + 132, + 226, + 415, + 255 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 261, + 506, + 295 + ], + "lines": [ + { + "bbox": [ + 106, + 261, + 505, + 273 + ], + "spans": [ + { + "bbox": [ + 106, + 261, + 185, + 273 + ], + "score": 1.0, + "content": "The constant value", + "type": "text" + }, + { + "bbox": [ + 186, + 264, + 191, + 272 + ], + "score": 0.73, + "content": "c", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 261, + 276, + 273 + ], + "score": 1.0, + "content": "is selected such that", + "type": "text" + }, + { + "bbox": [ + 277, + 263, + 293, + 273 + ], + "score": 0.88, + "content": "\\tau _ { - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 294, + 261, + 338, + 273 + ], + "score": 1.0, + "content": "is close to", + "type": "text" + }, + { + "bbox": [ + 339, + 262, + 347, + 272 + ], + "score": 0.77, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 348, + 261, + 505, + 273 + ], + "score": 1.0, + "content": ". We used quadratic for CIFAR10 and", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 272, + 505, + 285 + ], + "spans": [ + { + "bbox": [ + 106, + 272, + 505, + 285 + ], + "score": 1.0, + "content": "linear for the remaining datasets. These choices achieve slightly better FID than their alternatives in", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 284, + 200, + 296 + ], + "spans": [ + { + "bbox": [ + 106, + 284, + 200, + 296 + ], + "score": 1.0, + "content": "the respective datasets.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10, + "bbox_fs": [ + 106, + 261, + 505, + 296 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 308, + 364, + 320 + ], + "lines": [ + { + "bbox": [ + 106, + 308, + 364, + 321 + ], + "spans": [ + { + "bbox": [ + 106, + 308, + 364, + 321 + ], + "score": 1.0, + "content": "D.3 CLOSED FORM EQUATIONS FOR EACH SAMPLING STEP", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 12 + }, + { + "type": "text", + "bbox": [ + 105, + 328, + 460, + 341 + ], + "lines": [ + { + "bbox": [ + 105, + 327, + 460, + 342 + ], + "spans": [ + { + "bbox": [ + 105, + 327, + 460, + 342 + ], + "score": 1.0, + "content": "From the general sampling equation in Eq. (12), we have the following update equation:", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 13, + "bbox_fs": [ + 105, + 327, + 460, + 342 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 111, + 342, + 504, + 376 + ], + "lines": [ + { + "bbox": [ + 111, + 342, + 504, + 376 + ], + "spans": [ + { + "bbox": [ + 111, + 342, + 504, + 376 + ], + "score": 0.94, + "content": "x _ { \\tau _ { i - 1 } } ( \\eta ) = \\sqrt { \\alpha _ { \\tau _ { i - 1 } } } \\left( \\frac { x _ { \\tau _ { i } } - \\sqrt { 1 - \\alpha _ { \\tau _ { i } } } \\epsilon _ { \\theta } ^ { ( \\tau _ { i } ) } ( x _ { \\tau _ { i } } ) } { \\sqrt { \\alpha _ { \\tau _ { i } } } } \\right) + \\sqrt { 1 - \\alpha _ { \\tau _ { i - 1 } } - \\sigma _ { \\tau _ { i } } ( \\eta ) ^ { 2 } } \\cdot \\epsilon _ { \\theta } ^ { ( \\tau _ { i } ) } ( \\tau _ { i } ) + \\sigma _ { \\tau _ { i } } ( \\eta ) \\epsilon _ { \\eta }", + "type": "interline_equation", + "image_path": "548350baffed07ec5e6a00371208b76a35da2b3f4c8634ae85d118d6274a430a.jpg" + } + ] + } + ], + "index": 15, + "virtual_lines": [ + { + "bbox": [ + 111, + 342, + 504, + 353.3333333333333 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 111, + 353.3333333333333, + 504, + 364.66666666666663 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 111, + 364.66666666666663, + 504, + 375.99999999999994 + ], + "spans": [], + "index": 16 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 379, + 133, + 389 + ], + "lines": [ + { + "bbox": [ + 105, + 377, + 135, + 390 + ], + "spans": [ + { + "bbox": [ + 105, + 377, + 135, + 390 + ], + "score": 1.0, + "content": "where", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17, + "bbox_fs": [ + 105, + 377, + 135, + 390 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 230, + 386, + 382, + 419 + ], + "lines": [ + { + "bbox": [ + 230, + 386, + 382, + 419 + ], + "spans": [ + { + "bbox": [ + 230, + 386, + 382, + 419 + ], + "score": 0.95, + "content": "\\sigma _ { \\tau _ { i } } ( \\eta ) = \\eta \\sqrt { \\frac { 1 - \\alpha _ { \\tau _ { i - 1 } } } { 1 - \\alpha _ { \\tau _ { i } } } } \\sqrt { 1 - \\frac { \\alpha _ { \\tau _ { i } } } { \\alpha _ { \\tau _ { i - 1 } } } }", + "type": "interline_equation", + "image_path": "f3d3084b0f6246b4304e803ea6447b4e75d0b8b5e15e081856034bee34546b8f.jpg" + } + ] + } + ], + "index": 18.5, + "virtual_lines": [ + { + "bbox": [ + 230, + 386, + 382, + 402.5 + ], + "spans": [], + "index": 18 + }, + { + "bbox": [ + 230, + 402.5, + 382, + 419.0 + ], + "spans": [], + "index": 19 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 420, + 426, + 432 + ], + "lines": [ + { + "bbox": [ + 105, + 418, + 426, + 434 + ], + "spans": [ + { + "bbox": [ + 105, + 418, + 168, + 434 + ], + "score": 1.0, + "content": "For the case of", + "type": "text" + }, + { + "bbox": [ + 168, + 420, + 175, + 430 + ], + "score": 0.83, + "content": "\\hat { \\sigma }", + "type": "inline_equation" + }, + { + "bbox": [ + 175, + 418, + 426, + 434 + ], + "score": 1.0, + "content": "(DDPM with a larger variance), the update equation becomes:", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 20, + "bbox_fs": [ + 105, + 418, + 426, + 434 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 121, + 433, + 490, + 467 + ], + "lines": [ + { + "bbox": [ + 121, + 433, + 490, + 467 + ], + "spans": [ + { + "bbox": [ + 121, + 433, + 490, + 467 + ], + "score": 0.94, + "content": "\\begin{array} { r } { x _ { \\tau _ { i - 1 } } = \\sqrt { \\alpha _ { \\tau _ { i - 1 } } } \\left( \\frac { x _ { \\tau _ { i } } - \\sqrt { 1 - \\alpha _ { \\tau _ { i } } } \\epsilon _ { \\theta } ^ { ( \\tau _ { i } ) } ( x _ { \\tau _ { i } } ) } { \\sqrt { \\alpha _ { \\tau _ { i } } } } \\right) + \\sqrt { 1 - \\alpha _ { \\tau _ { i - 1 } } - \\sigma _ { \\tau _ { i } } ( 1 ) ^ { 2 } } \\cdot \\epsilon _ { \\theta } ^ { ( \\tau _ { i } ) } ( \\tau _ { i } ) + \\hat { \\sigma } _ { \\tau _ { i } } \\epsilon _ { \\theta } ( \\tau _ { i } ) } \\end{array}", + "type": "interline_equation", + "image_path": "0c1c05be3c78fd89eafe8d62cab4670b959f1e10b7dd3e56bdda7dc5aa049718.jpg" + } + ] + } + ], + "index": 22, + "virtual_lines": [ + { + "bbox": [ + 121, + 433, + 490, + 444.3333333333333 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 121, + 444.3333333333333, + 490, + 455.66666666666663 + ], + "spans": [], + "index": 22 + }, + { + "bbox": [ + 121, + 455.66666666666663, + 490, + 466.99999999999994 + ], + "spans": [], + "index": 23 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 469, + 505, + 503 + ], + "lines": [ + { + "bbox": [ + 106, + 469, + 505, + 481 + ], + "spans": [ + { + "bbox": [ + 106, + 469, + 261, + 481 + ], + "score": 1.0, + "content": "which uses a different coefficient for", + "type": "text" + }, + { + "bbox": [ + 262, + 471, + 267, + 479 + ], + "score": 0.73, + "content": "\\epsilon", + "type": "inline_equation" + }, + { + "bbox": [ + 268, + 469, + 395, + 481 + ], + "score": 1.0, + "content": "compared with the update for", + "type": "text" + }, + { + "bbox": [ + 395, + 470, + 424, + 481 + ], + "score": 0.91, + "content": "\\eta = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 424, + 469, + 505, + 481 + ], + "score": 1.0, + "content": ", but uses the same", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 479, + 505, + 493 + ], + "spans": [ + { + "bbox": [ + 105, + 479, + 474, + 493 + ], + "score": 1.0, + "content": "coefficient for the non-stochastic parts. This update is more stochastic than the update for", + "type": "text" + }, + { + "bbox": [ + 475, + 480, + 501, + 492 + ], + "score": 0.91, + "content": "\\eta = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 479, + 505, + 493 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 491, + 403, + 503 + ], + "spans": [ + { + "bbox": [ + 106, + 491, + 336, + 503 + ], + "score": 1.0, + "content": "which explains why it achieves worse performance when", + "type": "text" + }, + { + "bbox": [ + 336, + 491, + 367, + 503 + ], + "score": 0.88, + "content": "\\dim ( \\tau )", + "type": "inline_equation" + }, + { + "bbox": [ + 367, + 491, + 403, + 503 + ], + "score": 1.0, + "content": "is small.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25, + "bbox_fs": [ + 105, + 469, + 505, + 503 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 515, + 259, + 527 + ], + "lines": [ + { + "bbox": [ + 106, + 515, + 261, + 528 + ], + "spans": [ + { + "bbox": [ + 106, + 515, + 261, + 528 + ], + "score": 1.0, + "content": "D.4 SAMPLES AND CONSISTENCY", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27 + }, + { + "type": "text", + "bbox": [ + 107, + 535, + 504, + 559 + ], + "lines": [ + { + "bbox": [ + 106, + 535, + 505, + 549 + ], + "spans": [ + { + "bbox": [ + 106, + 535, + 505, + 549 + ], + "score": 1.0, + "content": "We show more samples in Figure 7 (CIFAR10), Figure 8 (CelebA), Figure 10 (Church) and consis-", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 546, + 287, + 559 + ], + "spans": [ + { + "bbox": [ + 106, + 546, + 287, + 559 + ], + "score": 1.0, + "content": "tency results of DDIM in Figure 9 (CelebA).", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28.5, + "bbox_fs": [ + 106, + 535, + 505, + 559 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 571, + 204, + 583 + ], + "lines": [ + { + "bbox": [ + 105, + 570, + 204, + 584 + ], + "spans": [ + { + "bbox": [ + 105, + 570, + 204, + 584 + ], + "score": 1.0, + "content": "D.5 INTERPOLATION", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 30 + }, + { + "type": "text", + "bbox": [ + 106, + 591, + 505, + 625 + ], + "lines": [ + { + "bbox": [ + 106, + 592, + 505, + 604 + ], + "spans": [ + { + "bbox": [ + 106, + 592, + 387, + 604 + ], + "score": 1.0, + "content": "To generate interpolations on a line, we randomly sample two initial", + "type": "text" + }, + { + "bbox": [ + 387, + 594, + 401, + 603 + ], + "score": 0.86, + "content": "\\mathbf { \\nabla } _ { \\mathbf { x } _ { T } }", + "type": "inline_equation" + }, + { + "bbox": [ + 401, + 592, + 505, + 604 + ], + "score": 1.0, + "content": "values from the standard", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 603, + 505, + 615 + ], + "spans": [ + { + "bbox": [ + 106, + 603, + 505, + 615 + ], + "score": 1.0, + "content": "Gaussian, interpolate them with spherical linear interpolation (Shoemake, 1985), and then use the", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 613, + 223, + 627 + ], + "spans": [ + { + "bbox": [ + 105, + 613, + 173, + 627 + ], + "score": 1.0, + "content": "DDIM to obtain", + "type": "text" + }, + { + "bbox": [ + 173, + 615, + 185, + 625 + ], + "score": 0.86, + "content": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 186, + 613, + 223, + 627 + ], + "score": 1.0, + "content": "samples.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32, + "bbox_fs": [ + 105, + 592, + 505, + 627 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 218, + 627, + 392, + 655 + ], + "lines": [ + { + "bbox": [ + 218, + 627, + 392, + 655 + ], + "spans": [ + { + "bbox": [ + 218, + 627, + 392, + 655 + ], + "score": 0.95, + "content": "\\mathbf { \\Delta } \\mathbf { x } _ { T } ^ { ( \\alpha ) } = \\frac { \\sin ( ( 1 - \\alpha ) \\theta ) } { \\sin ( \\theta ) } \\mathbf { \\Delta } \\mathbf { x } _ { T } ^ { ( 0 ) } + \\frac { \\sin ( \\alpha \\theta ) } { \\sin ( \\theta ) } \\mathbf { x } _ { T } ^ { ( 1 ) }", + "type": "interline_equation", + "image_path": "2e81c50f0d940cc66e0e04a7334bb6fe33b46ca6acf7eb1d57867d7a1d54129c.jpg" + } + ] + } + ], + "index": 34.5, + "virtual_lines": [ + { + "bbox": [ + 218, + 627, + 392, + 641.0 + ], + "spans": [], + "index": 34 + }, + { + "bbox": [ + 218, + 641.0, + 392, + 655.0 + ], + "spans": [], + "index": 35 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 658, + 447, + 684 + ], + "lines": [ + { + "bbox": [ + 106, + 657, + 448, + 684 + ], + "spans": [ + { + "bbox": [ + 106, + 663, + 133, + 677 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 657, + 244, + 684 + ], + "score": 0.92, + "content": "\\begin{array} { r } { \\theta = \\operatorname { a r c c o s } { \\left( \\frac { ( \\mathbf { x } _ { T } ^ { ( 0 ) } ) ^ { \\top } \\mathbf { x } _ { T } ^ { ( 1 ) } } { \\| \\mathbf { x } _ { T } ^ { ( 0 ) } \\| \\| \\mathbf { x } _ { T } ^ { ( 1 ) } \\| } \\right) } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 244, + 663, + 448, + 677 + ], + "score": 1.0, + "content": ". These values are used to produce DDIM samples.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 36, + "bbox_fs": [ + 106, + 657, + 448, + 684 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 687, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 688, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 688, + 505, + 700 + ], + "score": 1.0, + "content": "To generate interpolations on a grid, we sample four latent variables and separate them in to two", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 321, + 711 + ], + "score": 1.0, + "content": "pairs; then we use slerp with the pairs under the same", + "type": "text" + }, + { + "bbox": [ + 321, + 701, + 328, + 709 + ], + "score": 0.73, + "content": "\\alpha", + "type": "inline_equation" + }, + { + "bbox": [ + 329, + 699, + 505, + 711 + ], + "score": 1.0, + "content": ", and use slerp over the interpolated samples", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 710, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 710, + 505, + 722 + ], + "score": 1.0, + "content": "across the pairs (under an independently chosen interpolation coefficient). We show more grid", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 721, + 470, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 721, + 470, + 733 + ], + "score": 1.0, + "content": "interpolation results in Figure 11 (CelebA), Figure 12 (Bedroom), and Figure 13 (Church).", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 38.5, + "bbox_fs": [ + 105, + 688, + 505, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 150, + 99, + 461, + 296 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 150, + 99, + 461, + 296 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 150, + 99, + 461, + 296 + ], + "spans": [ + { + "bbox": [ + 150, + 99, + 461, + 296 + ], + "score": 0.976, + "type": "image", + "image_path": "99781aee4d20c3eeebe6a680e6e0373a480728707a5336bad201abb435322330.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 150, + 99, + 461, + 164.66666666666669 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 150, + 164.66666666666669, + 461, + 230.33333333333337 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 150, + 230.33333333333337, + 461, + 296.00000000000006 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 122, + 307, + 488, + 320 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 122, + 307, + 488, + 321 + ], + "spans": [ + { + "bbox": [ + 122, + 307, + 488, + 321 + ], + "score": 1.0, + "content": "Figure 7: CIFAR10 samples from 1000 step DDPM, 1000 step DDIM and 100 step DDIM.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + } + ], + "index": 2.0 + }, + { + "type": "image", + "bbox": [ + 150, + 361, + 462, + 536 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 150, + 361, + 462, + 536 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 150, + 361, + 462, + 536 + ], + "spans": [ + { + "bbox": [ + 150, + 361, + 462, + 536 + ], + "score": 0.972, + "type": "image", + "image_path": "98c8bc9e146ba3e442cd2912e8b55213fffa5833d556f1d354a557c28400f94d.jpg" + } + ] + } + ], + "index": 5, + "virtual_lines": [ + { + "bbox": [ + 150, + 361, + 462, + 419.3333333333333 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 150, + 419.3333333333333, + 462, + 477.66666666666663 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 150, + 477.66666666666663, + 462, + 536.0 + ], + "spans": [], + "index": 6 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 125, + 549, + 484, + 561 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 125, + 548, + 484, + 563 + ], + "spans": [ + { + "bbox": [ + 125, + 548, + 484, + 563 + ], + "score": 1.0, + "content": "Figure 8: CelebA samples from 1000 step DDPM, 1000 step DDIM and 100 step DDIM.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 7 + } + ], + "index": 6.0 + }, + { + "type": "image", + "bbox": [ + 109, + 600, + 502, + 693 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 109, + 600, + 502, + 693 + ], + "group_id": 2, + "lines": [ + { + "bbox": [ + 109, + 600, + 502, + 693 + ], + "spans": [ + { + "bbox": [ + 109, + 600, + 502, + 693 + ], + "score": 0.967, + "type": "image", + "image_path": "2ba2679cd0c0da28fca76221d449035678a26efe5acebaa67ab43e5b62b0e6e0.jpg" + } + ] + } + ], + "index": 9, + "virtual_lines": [ + { + "bbox": [ + 109, + 600, + 502, + 631.0 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 109, + 631.0, + 502, + 662.0 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 109, + 662.0, + 502, + 693.0 + ], + "spans": [], + "index": 10 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 111, + 702, + 497, + 714 + ], + "group_id": 2, + "lines": [ + { + "bbox": [ + 111, + 700, + 499, + 716 + ], + "spans": [ + { + "bbox": [ + 111, + 700, + 361, + 716 + ], + "score": 1.0, + "content": "Figure 9: CelebA samples from DDIM with the same random", + "type": "text" + }, + { + "bbox": [ + 362, + 704, + 375, + 713 + ], + "score": 0.82, + "content": "\\mathbf { \\nabla } _ { \\mathbf { x } _ { T } }", + "type": "inline_equation" + }, + { + "bbox": [ + 376, + 700, + 499, + 716 + ], + "score": 1.0, + "content": "and different number of steps.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 11 + } + ], + "index": 10.0 + } + ], + "page_idx": 17, + "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, + 763 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 313, + 763 + ], + "score": 1.0, + "content": "18", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 150, + 99, + 461, + 296 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 150, + 99, + 461, + 296 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 150, + 99, + 461, + 296 + ], + "spans": [ + { + "bbox": [ + 150, + 99, + 461, + 296 + ], + "score": 0.976, + "type": "image", + "image_path": "99781aee4d20c3eeebe6a680e6e0373a480728707a5336bad201abb435322330.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 150, + 99, + 461, + 164.66666666666669 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 150, + 164.66666666666669, + 461, + 230.33333333333337 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 150, + 230.33333333333337, + 461, + 296.00000000000006 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 122, + 307, + 488, + 320 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 122, + 307, + 488, + 321 + ], + "spans": [ + { + "bbox": [ + 122, + 307, + 488, + 321 + ], + "score": 1.0, + "content": "Figure 7: CIFAR10 samples from 1000 step DDPM, 1000 step DDIM and 100 step DDIM.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + } + ], + "index": 2.0 + }, + { + "type": "image", + "bbox": [ + 150, + 361, + 462, + 536 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 150, + 361, + 462, + 536 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 150, + 361, + 462, + 536 + ], + "spans": [ + { + "bbox": [ + 150, + 361, + 462, + 536 + ], + "score": 0.972, + "type": "image", + "image_path": "98c8bc9e146ba3e442cd2912e8b55213fffa5833d556f1d354a557c28400f94d.jpg" + } + ] + } + ], + "index": 5, + "virtual_lines": [ + { + "bbox": [ + 150, + 361, + 462, + 419.3333333333333 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 150, + 419.3333333333333, + 462, + 477.66666666666663 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 150, + 477.66666666666663, + 462, + 536.0 + ], + "spans": [], + "index": 6 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 125, + 549, + 484, + 561 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 125, + 548, + 484, + 563 + ], + "spans": [ + { + "bbox": [ + 125, + 548, + 484, + 563 + ], + "score": 1.0, + "content": "Figure 8: CelebA samples from 1000 step DDPM, 1000 step DDIM and 100 step DDIM.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 7 + } + ], + "index": 6.0 + }, + { + "type": "image", + "bbox": [ + 109, + 600, + 502, + 693 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 109, + 600, + 502, + 693 + ], + "group_id": 2, + "lines": [ + { + "bbox": [ + 109, + 600, + 502, + 693 + ], + "spans": [ + { + "bbox": [ + 109, + 600, + 502, + 693 + ], + "score": 0.967, + "type": "image", + "image_path": "2ba2679cd0c0da28fca76221d449035678a26efe5acebaa67ab43e5b62b0e6e0.jpg" + } + ] + } + ], + "index": 9, + "virtual_lines": [ + { + "bbox": [ + 109, + 600, + 502, + 631.0 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 109, + 631.0, + 502, + 662.0 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 109, + 662.0, + 502, + 693.0 + ], + "spans": [], + "index": 10 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 111, + 702, + 497, + 714 + ], + "group_id": 2, + "lines": [ + { + "bbox": [ + 111, + 700, + 499, + 716 + ], + "spans": [ + { + "bbox": [ + 111, + 700, + 361, + 716 + ], + "score": 1.0, + "content": "Figure 9: CelebA samples from DDIM with the same random", + "type": "text" + }, + { + "bbox": [ + 362, + 704, + 375, + 713 + ], + "score": 0.82, + "content": "\\mathbf { \\nabla } _ { \\mathbf { x } _ { T } }", + "type": "inline_equation" + }, + { + "bbox": [ + 376, + 700, + 499, + 716 + ], + "score": 1.0, + "content": "and different number of steps.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 11 + } + ], + "index": 10.0 + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 150, + 112, + 461, + 354 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 150, + 112, + 461, + 354 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 150, + 112, + 461, + 354 + ], + "spans": [ + { + "bbox": [ + 150, + 112, + 461, + 354 + ], + "score": 0.978, + "type": "image", + "image_path": "a4d3051ad13d2e1a1a8981f601718f879c42315bee234bb939421c92a3eeb503.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 150, + 112, + 461, + 192.66666666666669 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 150, + 192.66666666666669, + 461, + 273.33333333333337 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 150, + 273.33333333333337, + 461, + 354.00000000000006 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 163, + 366, + 447, + 379 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 163, + 365, + 448, + 381 + ], + "spans": [ + { + "bbox": [ + 163, + 365, + 448, + 381 + ], + "score": 1.0, + "content": "Figure 10: Church samples from 100 step DDPM and 100 step DDIM.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + } + ], + "index": 2.0 + }, + { + "type": "image", + "bbox": [ + 186, + 442, + 425, + 680 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 186, + 442, + 425, + 680 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 186, + 442, + 425, + 680 + ], + "spans": [ + { + "bbox": [ + 186, + 442, + 425, + 680 + ], + "score": 0.973, + "type": "image", + "image_path": "94809ce23d41d768ea59b1d49a112f06cb0739dab26f79129192c9fc208444a5.jpg" + } + ] + } + ], + "index": 11.5, + "virtual_lines": [ + { + "bbox": [ + 186, + 442, + 425, + 456.875 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 186, + 456.875, + 425, + 471.75 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 186, + 471.75, + 425, + 486.625 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 186, + 486.625, + 425, + 501.5 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 186, + 501.5, + 425, + 516.375 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 186, + 516.375, + 425, + 531.25 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 186, + 531.25, + 425, + 546.125 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 186, + 546.125, + 425, + 561.0 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 186, + 561.0, + 425, + 575.875 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 186, + 575.875, + 425, + 590.75 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 186, + 590.75, + 425, + 605.625 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 186, + 605.625, + 425, + 620.5 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 186, + 620.5, + 425, + 635.375 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 186, + 635.375, + 425, + 650.25 + ], + "spans": [], + "index": 17 + }, + { + "bbox": [ + 186, + 650.25, + 425, + 665.125 + ], + "spans": [], + "index": 18 + }, + { + "bbox": [ + 186, + 665.125, + 425, + 680.0 + ], + "spans": [], + "index": 19 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 154, + 689, + 456, + 701 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 153, + 689, + 457, + 702 + ], + "spans": [ + { + "bbox": [ + 153, + 689, + 399, + 702 + ], + "score": 1.0, + "content": "Figure 11: More interpolations from the CelebA DDIM with", + "type": "text" + }, + { + "bbox": [ + 399, + 689, + 453, + 702 + ], + "score": 0.91, + "content": "\\dim ( \\tau ) = 5 0", + "type": "inline_equation" + }, + { + "bbox": [ + 454, + 689, + 457, + 702 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 20 + } + ], + "index": 15.75 + } + ], + "page_idx": 18, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 292, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "score": 1.0, + "content": "Published as a conference paper at ICLR 2021", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 313, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 313, + 764 + ], + "score": 1.0, + "content": "19", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 150, + 112, + 461, + 354 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 150, + 112, + 461, + 354 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 150, + 112, + 461, + 354 + ], + "spans": [ + { + "bbox": [ + 150, + 112, + 461, + 354 + ], + "score": 0.978, + "type": "image", + "image_path": "a4d3051ad13d2e1a1a8981f601718f879c42315bee234bb939421c92a3eeb503.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 150, + 112, + 461, + 192.66666666666669 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 150, + 192.66666666666669, + 461, + 273.33333333333337 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 150, + 273.33333333333337, + 461, + 354.00000000000006 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 163, + 366, + 447, + 379 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 163, + 365, + 448, + 381 + ], + "spans": [ + { + "bbox": [ + 163, + 365, + 448, + 381 + ], + "score": 1.0, + "content": "Figure 10: Church samples from 100 step DDPM and 100 step DDIM.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + } + ], + "index": 2.0 + }, + { + "type": "image", + "bbox": [ + 186, + 442, + 425, + 680 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 186, + 442, + 425, + 680 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 186, + 442, + 425, + 680 + ], + "spans": [ + { + "bbox": [ + 186, + 442, + 425, + 680 + ], + "score": 0.973, + "type": "image", + "image_path": "94809ce23d41d768ea59b1d49a112f06cb0739dab26f79129192c9fc208444a5.jpg" + } + ] + } + ], + "index": 11.5, + "virtual_lines": [ + { + "bbox": [ + 186, + 442, + 425, + 456.875 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 186, + 456.875, + 425, + 471.75 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 186, + 471.75, + 425, + 486.625 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 186, + 486.625, + 425, + 501.5 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 186, + 501.5, + 425, + 516.375 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 186, + 516.375, + 425, + 531.25 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 186, + 531.25, + 425, + 546.125 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 186, + 546.125, + 425, + 561.0 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 186, + 561.0, + 425, + 575.875 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 186, + 575.875, + 425, + 590.75 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 186, + 590.75, + 425, + 605.625 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 186, + 605.625, + 425, + 620.5 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 186, + 620.5, + 425, + 635.375 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 186, + 635.375, + 425, + 650.25 + ], + "spans": [], + "index": 17 + }, + { + "bbox": [ + 186, + 650.25, + 425, + 665.125 + ], + "spans": [], + "index": 18 + }, + { + "bbox": [ + 186, + 665.125, + 425, + 680.0 + ], + "spans": [], + "index": 19 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 154, + 689, + 456, + 701 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 153, + 689, + 457, + 702 + ], + "spans": [ + { + "bbox": [ + 153, + 689, + 399, + 702 + ], + "score": 1.0, + "content": "Figure 11: More interpolations from the CelebA DDIM with", + "type": "text" + }, + { + "bbox": [ + 399, + 689, + 453, + 702 + ], + "score": 0.91, + "content": "\\dim ( \\tau ) = 5 0", + "type": "inline_equation" + }, + { + "bbox": [ + 454, + 689, + 457, + 702 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 20 + } + ], + "index": 15.75 + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 186, + 111, + 424, + 349 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 186, + 111, + 424, + 349 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 186, + 111, + 424, + 349 + ], + "spans": [ + { + "bbox": [ + 186, + 111, + 424, + 349 + ], + "score": 0.975, + "type": "image", + "image_path": "169008d7b02e71d159e4f865c5bfb0dbe517af9459fcbf20cfe5e24227be9a5a.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 186, + 111, + 424, + 125.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 186, + 125.0, + 424, + 139.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 186, + 139.0, + 424, + 153.0 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 186, + 153.0, + 424, + 167.0 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 186, + 167.0, + 424, + 181.0 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 186, + 181.0, + 424, + 195.0 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 186, + 195.0, + 424, + 209.0 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 186, + 209.0, + 424, + 223.0 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 186, + 223.0, + 424, + 237.0 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 186, + 237.0, + 424, + 251.0 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 186, + 251.0, + 424, + 265.0 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 186, + 265.0, + 424, + 279.0 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 186, + 279.0, + 424, + 293.0 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 186, + 293.0, + 424, + 307.0 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 186, + 307.0, + 424, + 321.0 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 186, + 321.0, + 424, + 335.0 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 186, + 335.0, + 424, + 349.0 + ], + "spans": [], + "index": 16 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 152, + 358, + 459, + 371 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 150, + 358, + 460, + 372 + ], + "spans": [ + { + "bbox": [ + 150, + 358, + 402, + 372 + ], + "score": 1.0, + "content": "Figure 12: More interpolations from the Bedroom DDIM with", + "type": "text" + }, + { + "bbox": [ + 403, + 358, + 456, + 371 + ], + "score": 0.9, + "content": "\\dim ( \\tau ) = 5 0", + "type": "inline_equation" + }, + { + "bbox": [ + 457, + 358, + 460, + 372 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17 + } + ], + "index": 12.5 + }, + { + "type": "image", + "bbox": [ + 186, + 439, + 424, + 677 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 186, + 439, + 424, + 677 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 186, + 439, + 424, + 677 + ], + "spans": [ + { + "bbox": [ + 186, + 439, + 424, + 677 + ], + "score": 0.975, + "type": "image", + "image_path": "c306be9bfa0e47f7f52cdd50cf6a0f39608e0f8959ae25579b04d577a192b66a.jpg" + } + ] + } + ], + "index": 26, + "virtual_lines": [ + { + "bbox": [ + 186, + 439, + 424, + 453.0 + ], + "spans": [], + "index": 18 + }, + { + "bbox": [ + 186, + 453.0, + 424, + 467.0 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 186, + 467.0, + 424, + 481.0 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 186, + 481.0, + 424, + 495.0 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 186, + 495.0, + 424, + 509.0 + ], + "spans": [], + "index": 22 + }, + { + "bbox": [ + 186, + 509.0, + 424, + 523.0 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 186, + 523.0, + 424, + 537.0 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 186, + 537.0, + 424, + 551.0 + ], + "spans": [], + "index": 25 + }, + { + "bbox": [ + 186, + 551.0, + 424, + 565.0 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 186, + 565.0, + 424, + 579.0 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 186, + 579.0, + 424, + 593.0 + ], + "spans": [], + "index": 28 + }, + { + "bbox": [ + 186, + 593.0, + 424, + 607.0 + ], + "spans": [], + "index": 29 + }, + { + "bbox": [ + 186, + 607.0, + 424, + 621.0 + ], + "spans": [], + "index": 30 + }, + { + "bbox": [ + 186, + 621.0, + 424, + 635.0 + ], + "spans": [], + "index": 31 + }, + { + "bbox": [ + 186, + 635.0, + 424, + 649.0 + ], + "spans": [], + "index": 32 + }, + { + "bbox": [ + 186, + 649.0, + 424, + 663.0 + ], + "spans": [], + "index": 33 + }, + { + "bbox": [ + 186, + 663.0, + 424, + 677.0 + ], + "spans": [], + "index": 34 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 155, + 686, + 456, + 699 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 154, + 686, + 456, + 700 + ], + "spans": [ + { + "bbox": [ + 154, + 686, + 398, + 700 + ], + "score": 1.0, + "content": "Figure 13: More interpolations from the Church DDIM with", + "type": "text" + }, + { + "bbox": [ + 399, + 686, + 453, + 699 + ], + "score": 0.91, + "content": "\\dim ( \\tau ) = 5 0", + "type": "inline_equation" + }, + { + "bbox": [ + 453, + 686, + 456, + 700 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 35 + } + ], + "index": 30.5 + } + ], + "page_idx": 19, + "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": [ + 298, + 749, + 313, + 764 + ], + "spans": [ + { + "bbox": [ + 298, + 749, + 313, + 764 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 15, + "width": 15 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 186, + 111, + 424, + 349 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 186, + 111, + 424, + 349 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 186, + 111, + 424, + 349 + ], + "spans": [ + { + "bbox": [ + 186, + 111, + 424, + 349 + ], + "score": 0.975, + "type": "image", + "image_path": "169008d7b02e71d159e4f865c5bfb0dbe517af9459fcbf20cfe5e24227be9a5a.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 186, + 111, + 424, + 125.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 186, + 125.0, + 424, + 139.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 186, + 139.0, + 424, + 153.0 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 186, + 153.0, + 424, + 167.0 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 186, + 167.0, + 424, + 181.0 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 186, + 181.0, + 424, + 195.0 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 186, + 195.0, + 424, + 209.0 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 186, + 209.0, + 424, + 223.0 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 186, + 223.0, + 424, + 237.0 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 186, + 237.0, + 424, + 251.0 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 186, + 251.0, + 424, + 265.0 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 186, + 265.0, + 424, + 279.0 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 186, + 279.0, + 424, + 293.0 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 186, + 293.0, + 424, + 307.0 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 186, + 307.0, + 424, + 321.0 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 186, + 321.0, + 424, + 335.0 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 186, + 335.0, + 424, + 349.0 + ], + "spans": [], + "index": 16 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 152, + 358, + 459, + 371 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 150, + 358, + 460, + 372 + ], + "spans": [ + { + "bbox": [ + 150, + 358, + 402, + 372 + ], + "score": 1.0, + "content": "Figure 12: More interpolations from the Bedroom DDIM with", + "type": "text" + }, + { + "bbox": [ + 403, + 358, + 456, + 371 + ], + "score": 0.9, + "content": "\\dim ( \\tau ) = 5 0", + "type": "inline_equation" + }, + { + "bbox": [ + 457, + 358, + 460, + 372 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17 + } + ], + "index": 12.5 + }, + { + "type": "image", + "bbox": [ + 186, + 439, + 424, + 677 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 186, + 439, + 424, + 677 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 186, + 439, + 424, + 677 + ], + "spans": [ + { + "bbox": [ + 186, + 439, + 424, + 677 + ], + "score": 0.975, + "type": "image", + "image_path": "c306be9bfa0e47f7f52cdd50cf6a0f39608e0f8959ae25579b04d577a192b66a.jpg" + } + ] + } + ], + "index": 26, + "virtual_lines": [ + { + "bbox": [ + 186, + 439, + 424, + 453.0 + ], + "spans": [], + "index": 18 + }, + { + "bbox": [ + 186, + 453.0, + 424, + 467.0 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 186, + 467.0, + 424, + 481.0 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 186, + 481.0, + 424, + 495.0 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 186, + 495.0, + 424, + 509.0 + ], + "spans": [], + "index": 22 + }, + { + "bbox": [ + 186, + 509.0, + 424, + 523.0 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 186, + 523.0, + 424, + 537.0 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 186, + 537.0, + 424, + 551.0 + ], + "spans": [], + "index": 25 + }, + { + "bbox": [ + 186, + 551.0, + 424, + 565.0 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 186, + 565.0, + 424, + 579.0 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 186, + 579.0, + 424, + 593.0 + ], + "spans": [], + "index": 28 + }, + { + "bbox": [ + 186, + 593.0, + 424, + 607.0 + ], + "spans": [], + "index": 29 + }, + { + "bbox": [ + 186, + 607.0, + 424, + 621.0 + ], + "spans": [], + "index": 30 + }, + { + "bbox": [ + 186, + 621.0, + 424, + 635.0 + ], + "spans": [], + "index": 31 + }, + { + "bbox": [ + 186, + 635.0, + 424, + 649.0 + ], + "spans": [], + "index": 32 + }, + { + "bbox": [ + 186, + 649.0, + 424, + 663.0 + ], + "spans": [], + "index": 33 + }, + { + "bbox": [ + 186, + 663.0, + 424, + 677.0 + ], + "spans": [], + "index": 34 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 155, + 686, + 456, + 699 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 154, + 686, + 456, + 700 + ], + "spans": [ + { + "bbox": [ + 154, + 686, + 398, + 700 + ], + "score": 1.0, + "content": "Figure 13: More interpolations from the Church DDIM with", + "type": "text" + }, + { + "bbox": [ + 399, + 686, + 453, + 699 + ], + "score": 0.91, + "content": "\\dim ( \\tau ) = 5 0", + "type": "inline_equation" + }, + { + "bbox": [ + 453, + 686, + 456, + 700 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 35 + } + ], + "index": 30.5 + } + ] + } + ], + "_backend": "pipeline", + "_version_name": "2.2.2" +} \ No newline at end of file diff --git a/parse/train/St1giarCHLP/St1giarCHLP_model.json b/parse/train/St1giarCHLP/St1giarCHLP_model.json new file mode 100644 index 0000000000000000000000000000000000000000..9e1789085bc4acf5af005d7f4604b88f09d5d07f --- /dev/null +++ b/parse/train/St1giarCHLP/St1giarCHLP_model.json @@ -0,0 +1,28119 @@ +[ + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 398, + 567, + 1302, + 567, + 1302, + 993, + 398, + 993 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 298, + 1681, + 1403, + 1681, + 1403, + 1926, + 298, + 1926 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 298, + 1391, + 1403, + 1391, + 1403, + 1666, + 298, + 1666 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 298, + 1131, + 1403, + 1131, + 1403, + 1376, + 298, + 1376 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 301, + 1942, + 1402, + 1942, + 1402, + 2034, + 301, + 2034 + ], + "score": 0.97 + }, + { + "category_id": 0, + "poly": [ + 301, + 218, + 1165, + 218, + 1165, + 269, + 301, + 269 + ], + "score": 0.938 + }, + { + "category_id": 0, + "poly": [ + 302, + 1058, + 572, + 1058, + 572, + 1093, + 302, + 1093 + ], + "score": 0.896 + }, + { + "category_id": 1, + "poly": [ + 312, + 319, + 926, + 319, + 926, + 413, + 312, + 413 + ], + "score": 0.883 + }, + { + "category_id": 2, + "poly": [ + 299, + 75, + 813, + 75, + 813, + 104, + 299, + 104 + ], + "score": 0.873 + }, + { + "category_id": 0, + "poly": [ + 773, + 494, + 926, + 494, + 926, + 527, + 773, + 527 + ], + "score": 0.867 + }, + { + "category_id": 2, + "poly": [ + 842, + 2088, + 857, + 2088, + 857, + 2112, + 842, + 2112 + ], + "score": 0.628 + }, + { + "category_id": 13, + "poly": [ + 706, + 1835, + 803, + 1835, + 803, + 1864, + 706, + 1864 + ], + "score": 0.9, + "latex": "3 2 \\times 3 2" + }, + { + "category_id": 13, + "poly": [ + 511, + 1895, + 633, + 1895, + 633, + 1924, + 511, + 1924 + ], + "score": 0.89, + "latex": "2 5 6 \\times 2 5 6" + }, + { + "category_id": 13, + "poly": [ + 1064, + 872, + 1116, + 872, + 1116, + 900, + 1064, + 900 + ], + "score": 0.88, + "latex": "1 0 \\times" + }, + { + "category_id": 13, + "poly": [ + 1150, + 871, + 1203, + 871, + 1203, + 900, + 1150, + 900 + ], + "score": 0.87, + "latex": "5 0 \\times" + }, + { + "category_id": 13, + "poly": [ + 297, + 1895, + 344, + 1895, + 344, + 1924, + 297, + 1924 + ], + "score": 0.44, + "latex": "5 0 \\mathrm { k }" + }, + { + "category_id": 13, + "poly": [ + 484, + 1835, + 532, + 1835, + 532, + 1863, + 484, + 1863 + ], + "score": 0.4, + "latex": "5 0 \\mathrm { k }" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 218.0, + 1170.0, + 218.0, + 1170.0, + 272.0, + 294.0, + 272.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1055.0, + 579.0, + 1055.0, + 579.0, + 1102.0, + 293.0, + 1102.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 72.0, + 815.0, + 72.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 769.0, + 493.0, + 932.0, + 493.0, + 932.0, + 530.0, + 769.0, + 530.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": [ + 393.0, + 565.0, + 1304.0, + 565.0, + 1304.0, + 601.0, + 393.0, + 601.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 596.0, + 1306.0, + 596.0, + 1306.0, + 633.0, + 393.0, + 633.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 626.0, + 1303.0, + 626.0, + 1303.0, + 663.0, + 393.0, + 663.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 659.0, + 1305.0, + 659.0, + 1305.0, + 691.0, + 394.0, + 691.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 689.0, + 1305.0, + 689.0, + 1305.0, + 722.0, + 393.0, + 722.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 716.0, + 1307.0, + 716.0, + 1307.0, + 753.0, + 392.0, + 753.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 749.0, + 1306.0, + 749.0, + 1306.0, + 784.0, + 393.0, + 784.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 780.0, + 1304.0, + 780.0, + 1304.0, + 812.0, + 395.0, + 812.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 811.0, + 1306.0, + 811.0, + 1306.0, + 845.0, + 392.0, + 845.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 842.0, + 1303.0, + 842.0, + 1303.0, + 873.0, + 395.0, + 873.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 870.0, + 1063.0, + 870.0, + 1063.0, + 904.0, + 394.0, + 904.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1117.0, + 870.0, + 1149.0, + 870.0, + 1149.0, + 904.0, + 1117.0, + 904.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1204.0, + 870.0, + 1305.0, + 870.0, + 1305.0, + 904.0, + 1204.0, + 904.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 901.0, + 1305.0, + 901.0, + 1305.0, + 936.0, + 393.0, + 936.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 931.0, + 1304.0, + 931.0, + 1304.0, + 968.0, + 393.0, + 968.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 961.0, + 1158.0, + 961.0, + 1158.0, + 999.0, + 393.0, + 999.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1679.0, + 1402.0, + 1679.0, + 1402.0, + 1717.0, + 293.0, + 1717.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1711.0, + 1405.0, + 1711.0, + 1405.0, + 1747.0, + 293.0, + 1747.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1741.0, + 1408.0, + 1741.0, + 1408.0, + 1778.0, + 293.0, + 1778.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1772.0, + 1408.0, + 1772.0, + 1408.0, + 1808.0, + 292.0, + 1808.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1804.0, + 1405.0, + 1804.0, + 1405.0, + 1837.0, + 293.0, + 1837.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1835.0, + 483.0, + 1835.0, + 483.0, + 1868.0, + 294.0, + 1868.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 533.0, + 1835.0, + 705.0, + 1835.0, + 705.0, + 1868.0, + 533.0, + 1868.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 804.0, + 1835.0, + 1405.0, + 1835.0, + 1405.0, + 1868.0, + 804.0, + 1868.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1861.0, + 1405.0, + 1861.0, + 1405.0, + 1903.0, + 291.0, + 1903.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 345.0, + 1895.0, + 510.0, + 1895.0, + 510.0, + 1928.0, + 345.0, + 1928.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 634.0, + 1895.0, + 1171.0, + 1895.0, + 1171.0, + 1928.0, + 634.0, + 1928.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1392.0, + 1402.0, + 1392.0, + 1402.0, + 1424.0, + 296.0, + 1424.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1422.0, + 1404.0, + 1422.0, + 1404.0, + 1454.0, + 296.0, + 1454.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1450.0, + 1403.0, + 1450.0, + 1403.0, + 1486.0, + 293.0, + 1486.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1482.0, + 1405.0, + 1482.0, + 1405.0, + 1518.0, + 293.0, + 1518.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1514.0, + 1404.0, + 1514.0, + 1404.0, + 1547.0, + 293.0, + 1547.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1543.0, + 1403.0, + 1543.0, + 1403.0, + 1579.0, + 294.0, + 1579.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1573.0, + 1405.0, + 1573.0, + 1405.0, + 1609.0, + 293.0, + 1609.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1601.0, + 1405.0, + 1601.0, + 1405.0, + 1642.0, + 293.0, + 1642.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1635.0, + 689.0, + 1635.0, + 689.0, + 1668.0, + 294.0, + 1668.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1125.0, + 1405.0, + 1125.0, + 1405.0, + 1170.0, + 291.0, + 1170.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1159.0, + 1407.0, + 1159.0, + 1407.0, + 1197.0, + 292.0, + 1197.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1192.0, + 1403.0, + 1192.0, + 1403.0, + 1226.0, + 294.0, + 1226.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1220.0, + 1404.0, + 1220.0, + 1404.0, + 1256.0, + 293.0, + 1256.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1251.0, + 1406.0, + 1251.0, + 1406.0, + 1286.0, + 292.0, + 1286.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1280.0, + 1405.0, + 1280.0, + 1405.0, + 1318.0, + 293.0, + 1318.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1313.0, + 1405.0, + 1313.0, + 1405.0, + 1347.0, + 294.0, + 1347.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1343.0, + 1256.0, + 1343.0, + 1256.0, + 1377.0, + 293.0, + 1377.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1939.0, + 1408.0, + 1939.0, + 1408.0, + 1980.0, + 294.0, + 1980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1972.0, + 1404.0, + 1972.0, + 1404.0, + 2006.0, + 296.0, + 2006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 2001.0, + 1406.0, + 2001.0, + 1406.0, + 2038.0, + 295.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 312.0, + 321.0, + 880.0, + 321.0, + 880.0, + 356.0, + 312.0, + 356.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 311.0, + 348.0, + 539.0, + 348.0, + 539.0, + 387.0, + 311.0, + 387.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 312.0, + 380.0, + 930.0, + 380.0, + 930.0, + 416.0, + 312.0, + 416.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 0, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 467, + 1405, + 467, + 1405, + 745, + 297, + 745 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 297, + 758, + 1405, + 758, + 1405, + 1006, + 297, + 1006 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 296, + 1730, + 1406, + 1730, + 1406, + 1917, + 296, + 1917 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 298, + 1460, + 1404, + 1460, + 1404, + 1618, + 298, + 1618 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 296, + 1116, + 1403, + 1116, + 1403, + 1211, + 296, + 1211 + ], + "score": 0.977 + }, + { + "category_id": 3, + "poly": [ + 348, + 233, + 1339, + 233, + 1339, + 350, + 348, + 350 + ], + "score": 0.955 + }, + { + "category_id": 1, + "poly": [ + 293, + 1324, + 1402, + 1324, + 1402, + 1388, + 293, + 1388 + ], + "score": 0.945 + }, + { + "category_id": 8, + "poly": [ + 472, + 1976, + 1226, + 1976, + 1226, + 2043, + 472, + 2043 + ], + "score": 0.943 + }, + { + "category_id": 8, + "poly": [ + 401, + 1225, + 1295, + 1225, + 1295, + 1312, + 401, + 1312 + ], + "score": 0.937 + }, + { + "category_id": 8, + "poly": [ + 330, + 1632, + 1331, + 1632, + 1331, + 1718, + 330, + 1718 + ], + "score": 0.934 + }, + { + "category_id": 0, + "poly": [ + 299, + 1048, + 558, + 1048, + 558, + 1084, + 299, + 1084 + ], + "score": 0.92 + }, + { + "category_id": 1, + "poly": [ + 299, + 1929, + 836, + 1929, + 836, + 1963, + 299, + 1963 + ], + "score": 0.918 + }, + { + "category_id": 4, + "poly": [ + 331, + 379, + 1361, + 379, + 1361, + 414, + 331, + 414 + ], + "score": 0.918 + }, + { + "category_id": 2, + "poly": [ + 299, + 75, + 813, + 75, + 813, + 104, + 299, + 104 + ], + "score": 0.898 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1402, + 1400, + 1402, + 1400, + 1433, + 1366, + 1433 + ], + "score": 0.87 + }, + { + "category_id": 9, + "poly": [ + 1365, + 1253, + 1400, + 1253, + 1400, + 1283, + 1365, + 1283 + ], + "score": 0.87 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1661, + 1400, + 1661, + 1400, + 1691, + 1366, + 1691 + ], + "score": 0.854 + }, + { + "category_id": 8, + "poly": [ + 402, + 1398, + 1297, + 1398, + 1297, + 1447, + 402, + 1447 + ], + "score": 0.788 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 859, + 2088, + 859, + 2112, + 841, + 2112 + ], + "score": 0.746 + }, + { + "category_id": 8, + "poly": [ + 403, + 1398, + 1297, + 1398, + 1297, + 1447, + 403, + 1447 + ], + "score": 0.246 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 859, + 2088, + 859, + 2112, + 841, + 2112 + ], + "score": 0.138 + }, + { + "category_id": 13, + "poly": [ + 871, + 1582, + 1035, + 1582, + 1035, + 1617, + 871, + 1617 + ], + "score": 0.94, + "latex": "\\alpha _ { 1 : T } \\in ( 0 , 1 ] ^ { T }" + }, + { + "category_id": 13, + "poly": [ + 372, + 1460, + 500, + 1460, + 500, + 1495, + 372, + 1495 + ], + "score": 0.93, + "latex": "q ( { \\pmb x } _ { 1 : T } | { \\pmb x } _ { 0 } )" + }, + { + "category_id": 13, + "poly": [ + 836, + 1522, + 964, + 1522, + 964, + 1556, + 836, + 1556 + ], + "score": 0.93, + "latex": "q \\big ( \\pmb { x } _ { 1 : T } | \\pmb { x } _ { 0 } \\big )" + }, + { + "category_id": 14, + "poly": [ + 330, + 1627, + 1336, + 1627, + 1336, + 1722, + 330, + 1722 + ], + "score": 0.93, + "latex": "q ( \\pmb { x } _ { 1 : T } | \\pmb { x } _ { 0 } ) : = \\prod _ { t = 1 } ^ { T } q ( \\pmb { x } _ { t } | \\pmb { x } _ { t - 1 } ) , \\mathrm { w h e r e ~ } q ( \\pmb { x } _ { t } | \\pmb { x } _ { t - 1 } ) : = \\mathcal { N } \\left( \\sqrt { \\frac { \\alpha _ { t } } { \\alpha _ { t - 1 } } } \\pmb { x } _ { t - 1 } , \\left( 1 - \\frac { \\alpha _ { t } } { \\alpha _ { t - 1 } } \\right) I \\right)" + }, + { + "category_id": 13, + "poly": [ + 631, + 1792, + 735, + 1792, + 735, + 1826, + 631, + 1826 + ], + "score": 0.93, + "latex": "p _ { \\theta } ( { \\pmb x } _ { 0 : T } )" + }, + { + "category_id": 13, + "poly": [ + 1128, + 1823, + 1256, + 1823, + 1256, + 1856, + 1128, + 1856 + ], + "score": 0.92, + "latex": "q ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } )" + }, + { + "category_id": 14, + "poly": [ + 404, + 1219, + 1296, + 1219, + 1296, + 1315, + 404, + 1315 + ], + "score": 0.92, + "latex": "p _ { \\theta } ( \\pmb { x } _ { 0 } ) = \\int p _ { \\theta } ( \\pmb { x } _ { 0 : T } ) \\mathrm { d } \\pmb { x } _ { 1 : T } , \\quad \\mathrm { w h e r e } \\quad p _ { \\theta } ( \\pmb { x } _ { 0 : T } ) : = p _ { \\theta } ( \\pmb { x } _ { T } ) \\prod _ { t = 1 } ^ { T } p _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } )" + }, + { + "category_id": 13, + "poly": [ + 781, + 1355, + 848, + 1355, + 848, + 1389, + 781, + 1389 + ], + "score": 0.92, + "latex": "q ( { \\pmb x } _ { 0 } )" + }, + { + "category_id": 13, + "poly": [ + 587, + 1149, + 654, + 1149, + 654, + 1182, + 587, + 1182 + ], + "score": 0.92, + "latex": "q ( { \\pmb x } _ { 0 } )" + }, + { + "category_id": 13, + "poly": [ + 752, + 1117, + 819, + 1117, + 819, + 1151, + 752, + 1151 + ], + "score": 0.92, + "latex": "q ( { \\pmb x } _ { 0 } )" + }, + { + "category_id": 14, + "poly": [ + 474, + 1973, + 1223, + 1973, + 1223, + 2045, + 474, + 2045 + ], + "score": 0.92, + "latex": "q ( \\pmb { x } _ { t } | \\pmb { x } _ { 0 } ) : = \\int q ( \\pmb { x } _ { 1 : t } | \\pmb { x } _ { 0 } ) \\mathrm { d } \\pmb { x } _ { 1 : ( t - 1 ) } = \\mathcal { N } ( \\pmb { x } _ { t } ; \\sqrt { \\alpha _ { t } } \\pmb { x } _ { 0 } , ( 1 - \\alpha _ { t } ) \\pmb { I } ) ;" + }, + { + "category_id": 13, + "poly": [ + 372, + 1331, + 502, + 1331, + 502, + 1356, + 372, + 1356 + ], + "score": 0.91, + "latex": "\\pmb { x } _ { 1 } , \\ldots , \\pmb { x } _ { T }" + }, + { + "category_id": 13, + "poly": [ + 298, + 1148, + 378, + 1148, + 378, + 1181, + 298, + 1181 + ], + "score": 0.91, + "latex": "p _ { \\theta } ( { \\pmb x } _ { 0 } )" + }, + { + "category_id": 14, + "poly": [ + 401, + 1398, + 1297, + 1398, + 1297, + 1448, + 401, + 1448 + ], + "score": 0.9, + "latex": "\\operatorname* { m a x } _ { \\theta } \\mathbb { E } _ { q ( \\pmb { x } _ { 0 } ) } [ \\log p _ { \\theta } ( \\pmb { x } _ { 0 } ) ] \\leq \\operatorname* { m a x } _ { \\theta } \\mathbb { E } _ { q ( \\pmb { x } _ { 0 } , \\pmb { x } _ { 1 } , \\dots , \\pmb { x } _ { T } ) } \\left[ \\log p _ { \\theta } ( \\pmb { x } _ { 0 : T } ) - \\log q ( \\pmb { x } _ { 1 : T } | \\pmb { x } _ { 0 } ) \\right]" + }, + { + "category_id": 13, + "poly": [ + 298, + 822, + 364, + 822, + 364, + 851, + 298, + 851 + ], + "score": 0.88, + "latex": "1 0 0 \\times" + }, + { + "category_id": 13, + "poly": [ + 1319, + 791, + 1371, + 791, + 1371, + 821, + 1319, + 821 + ], + "score": 0.87, + "latex": "1 0 \\times" + }, + { + "category_id": 13, + "poly": [ + 1037, + 1329, + 1071, + 1329, + 1071, + 1355, + 1037, + 1355 + ], + "score": 0.87, + "latex": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1009, + 1858, + 1042, + 1858, + 1042, + 1884, + 1009, + 1884 + ], + "score": 0.87, + "latex": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1318, + 1798, + 1351, + 1798, + 1351, + 1824, + 1318, + 1824 + ], + "score": 0.86, + "latex": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1227, + 1766, + 1261, + 1766, + 1261, + 1793, + 1227, + 1793 + ], + "score": 0.86, + "latex": "\\scriptstyle { \\pmb x } _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1243, + 1798, + 1282, + 1798, + 1282, + 1823, + 1243, + 1823 + ], + "score": 0.86, + "latex": "\\mathbf { \\nabla } _ { \\mathbf { \\mathcal { X } } \\mathcal { T } }" + }, + { + "category_id": 13, + "poly": [ + 345, + 1358, + 361, + 1358, + 361, + 1382, + 345, + 1382 + ], + "score": 0.84, + "latex": "\\theta" + }, + { + "category_id": 13, + "poly": [ + 1296, + 1765, + 1334, + 1765, + 1334, + 1793, + 1296, + 1793 + ], + "score": 0.84, + "latex": "\\mathbfit { \\mathbf { x } } _ { T }" + }, + { + "category_id": 13, + "poly": [ + 1209, + 1327, + 1234, + 1327, + 1234, + 1351, + 1209, + 1351 + ], + "score": 0.77, + "latex": "\\mathcal { X }" + }, + { + "category_id": 15, + "poly": [ + 353.0, + 250.0, + 403.0, + 250.0, + 403.0, + 297.0, + 353.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 484.0, + 251.0, + 534.0, + 251.0, + 534.0, + 298.0, + 484.0, + 298.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 558.0, + 237.0, + 591.0, + 237.0, + 591.0, + 264.0, + 558.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 618.0, + 249.0, + 667.0, + 249.0, + 667.0, + 297.0, + 618.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 743.0, + 251.0, + 792.0, + 251.0, + 792.0, + 296.0, + 743.0, + 296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 879.0, + 249.0, + 928.0, + 249.0, + 928.0, + 294.0, + 879.0, + 294.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1017.0, + 250.0, + 1065.0, + 250.0, + 1065.0, + 288.0, + 1017.0, + 288.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1073.0, + 273.0, + 1082.0, + 273.0, + 1082.0, + 282.0, + 1073.0, + 282.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1089.0, + 235.0, + 1124.0, + 235.0, + 1124.0, + 266.0, + 1089.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1155.0, + 246.0, + 1204.0, + 246.0, + 1204.0, + 293.0, + 1155.0, + 293.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1289.0, + 253.0, + 1333.0, + 253.0, + 1333.0, + 287.0, + 1289.0, + 287.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 284.0, + 446.0, + 284.0, + 446.0, + 336.0, + 393.0, + 336.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 523.0, + 287.0, + 531.0, + 287.0, + 531.0, + 297.0, + 523.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 656.0, + 283.0, + 705.0, + 283.0, + 705.0, + 335.0, + 656.0, + 335.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 782.0, + 286.0, + 830.0, + 286.0, + 830.0, + 332.0, + 782.0, + 332.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 901.0, + 280.0, + 1029.0, + 280.0, + 1029.0, + 316.0, + 901.0, + 316.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1039.0, + 281.0, + 1166.0, + 281.0, + 1166.0, + 313.0, + 1039.0, + 313.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1037.0, + 294.0, + 1046.0, + 294.0, + 1046.0, + 302.0, + 1037.0, + 302.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 530.0, + 308.0, + 621.0, + 308.0, + 621.0, + 346.0, + 530.0, + 346.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1042.0, + 562.0, + 1042.0, + 562.0, + 1093.0, + 290.0, + 1093.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 330.0, + 376.0, + 1364.0, + 376.0, + 1364.0, + 418.0, + 330.0, + 418.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 72.0, + 815.0, + 72.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2085.0, + 862.0, + 2085.0, + 862.0, + 2120.0, + 838.0, + 2120.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2085.0, + 862.0, + 2085.0, + 862.0, + 2120.0, + 838.0, + 2120.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 467.0, + 1403.0, + 467.0, + 1403.0, + 504.0, + 294.0, + 504.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 501.0, + 1403.0, + 501.0, + 1403.0, + 534.0, + 295.0, + 534.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 527.0, + 1405.0, + 527.0, + 1405.0, + 568.0, + 292.0, + 568.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 555.0, + 1406.0, + 555.0, + 1406.0, + 599.0, + 292.0, + 599.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 589.0, + 1405.0, + 589.0, + 1405.0, + 628.0, + 294.0, + 628.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 619.0, + 1403.0, + 619.0, + 1403.0, + 657.0, + 292.0, + 657.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 651.0, + 1403.0, + 651.0, + 1403.0, + 686.0, + 294.0, + 686.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 678.0, + 1403.0, + 678.0, + 1403.0, + 719.0, + 292.0, + 719.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 712.0, + 1023.0, + 712.0, + 1023.0, + 749.0, + 295.0, + 749.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 760.0, + 1405.0, + 760.0, + 1405.0, + 794.0, + 294.0, + 794.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 790.0, + 1318.0, + 790.0, + 1318.0, + 824.0, + 295.0, + 824.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1372.0, + 790.0, + 1403.0, + 790.0, + 1403.0, + 824.0, + 1372.0, + 824.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 817.0, + 297.0, + 817.0, + 297.0, + 859.0, + 294.0, + 859.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 365.0, + 817.0, + 1405.0, + 817.0, + 1405.0, + 859.0, + 365.0, + 859.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 852.0, + 1405.0, + 852.0, + 1405.0, + 886.0, + 295.0, + 886.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 882.0, + 1405.0, + 882.0, + 1405.0, + 916.0, + 294.0, + 916.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 909.0, + 1405.0, + 909.0, + 1405.0, + 951.0, + 291.0, + 951.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 941.0, + 1406.0, + 941.0, + 1406.0, + 979.0, + 294.0, + 979.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 974.0, + 986.0, + 974.0, + 986.0, + 1008.0, + 294.0, + 1008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1730.0, + 1406.0, + 1730.0, + 1406.0, + 1765.0, + 294.0, + 1765.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1762.0, + 1226.0, + 1762.0, + 1226.0, + 1794.0, + 293.0, + 1794.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1262.0, + 1762.0, + 1295.0, + 1762.0, + 1295.0, + 1794.0, + 1262.0, + 1794.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1335.0, + 1762.0, + 1403.0, + 1762.0, + 1403.0, + 1794.0, + 1335.0, + 1794.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1791.0, + 630.0, + 1791.0, + 630.0, + 1827.0, + 294.0, + 1827.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 736.0, + 1791.0, + 1242.0, + 1791.0, + 1242.0, + 1827.0, + 736.0, + 1827.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1283.0, + 1791.0, + 1317.0, + 1791.0, + 1317.0, + 1827.0, + 1283.0, + 1827.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1352.0, + 1791.0, + 1406.0, + 1791.0, + 1406.0, + 1827.0, + 1352.0, + 1827.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1822.0, + 1127.0, + 1822.0, + 1127.0, + 1858.0, + 291.0, + 1858.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1257.0, + 1822.0, + 1404.0, + 1822.0, + 1404.0, + 1858.0, + 1257.0, + 1858.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1852.0, + 1008.0, + 1852.0, + 1008.0, + 1889.0, + 293.0, + 1889.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1043.0, + 1852.0, + 1406.0, + 1852.0, + 1406.0, + 1889.0, + 1043.0, + 1889.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1885.0, + 952.0, + 1885.0, + 952.0, + 1917.0, + 293.0, + 1917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1461.0, + 371.0, + 1461.0, + 371.0, + 1495.0, + 296.0, + 1495.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 501.0, + 1461.0, + 1404.0, + 1461.0, + 1404.0, + 1495.0, + 501.0, + 1495.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1491.0, + 1406.0, + 1491.0, + 1406.0, + 1524.0, + 294.0, + 1524.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1519.0, + 835.0, + 1519.0, + 835.0, + 1558.0, + 293.0, + 1558.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 965.0, + 1519.0, + 1404.0, + 1519.0, + 1404.0, + 1558.0, + 965.0, + 1558.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1550.0, + 1406.0, + 1550.0, + 1406.0, + 1587.0, + 294.0, + 1587.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1581.0, + 870.0, + 1581.0, + 870.0, + 1618.0, + 294.0, + 1618.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1036.0, + 1581.0, + 1046.0, + 1581.0, + 1046.0, + 1618.0, + 1036.0, + 1618.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1117.0, + 751.0, + 1117.0, + 751.0, + 1151.0, + 296.0, + 1151.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 820.0, + 1117.0, + 1404.0, + 1117.0, + 1404.0, + 1151.0, + 820.0, + 1151.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1148.0, + 297.0, + 1148.0, + 297.0, + 1183.0, + 291.0, + 1183.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 379.0, + 1148.0, + 586.0, + 1148.0, + 586.0, + 1183.0, + 379.0, + 1183.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 655.0, + 1148.0, + 1404.0, + 1148.0, + 1404.0, + 1183.0, + 655.0, + 1183.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1178.0, + 1385.0, + 1178.0, + 1385.0, + 1212.0, + 294.0, + 1212.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1324.0, + 371.0, + 1324.0, + 371.0, + 1360.0, + 296.0, + 1360.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 503.0, + 1324.0, + 1036.0, + 1324.0, + 1036.0, + 1360.0, + 503.0, + 1360.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1072.0, + 1324.0, + 1208.0, + 1324.0, + 1208.0, + 1360.0, + 1072.0, + 1360.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1235.0, + 1324.0, + 1404.0, + 1324.0, + 1404.0, + 1360.0, + 1235.0, + 1360.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1352.0, + 344.0, + 1352.0, + 344.0, + 1391.0, + 293.0, + 1391.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 362.0, + 1352.0, + 780.0, + 1352.0, + 780.0, + 1391.0, + 362.0, + 1391.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 849.0, + 1352.0, + 1325.0, + 1352.0, + 1325.0, + 1391.0, + 849.0, + 1391.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1928.0, + 839.0, + 1928.0, + 839.0, + 1968.0, + 295.0, + 1968.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 1, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 296, + 1108, + 1406, + 1108, + 1406, + 1356, + 296, + 1356 + ], + "score": 0.984 + }, + { + "category_id": 1, + "poly": [ + 296, + 781, + 1405, + 781, + 1405, + 998, + 296, + 998 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 297, + 539, + 1404, + 539, + 1404, + 768, + 297, + 768 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 299, + 326, + 1405, + 326, + 1405, + 419, + 299, + 419 + ], + "score": 0.973 + }, + { + "category_id": 1, + "poly": [ + 296, + 1743, + 1407, + 1743, + 1407, + 1836, + 296, + 1836 + ], + "score": 0.962 + }, + { + "category_id": 8, + "poly": [ + 576, + 1505, + 1121, + 1505, + 1121, + 1593, + 576, + 1593 + ], + "score": 0.958 + }, + { + "category_id": 8, + "poly": [ + 578, + 1851, + 1120, + 1851, + 1120, + 1925, + 578, + 1925 + ], + "score": 0.953 + }, + { + "category_id": 8, + "poly": [ + 410, + 1655, + 1286, + 1655, + 1286, + 1730, + 410, + 1730 + ], + "score": 0.952 + }, + { + "category_id": 8, + "poly": [ + 558, + 274, + 1138, + 274, + 1138, + 313, + 558, + 313 + ], + "score": 0.943 + }, + { + "category_id": 2, + "poly": [ + 332, + 1943, + 1293, + 1943, + 1293, + 2035, + 332, + 2035 + ], + "score": 0.942 + }, + { + "category_id": 8, + "poly": [ + 424, + 435, + 1271, + 435, + 1271, + 524, + 424, + 524 + ], + "score": 0.936 + }, + { + "category_id": 1, + "poly": [ + 299, + 1604, + 1002, + 1604, + 1002, + 1643, + 299, + 1643 + ], + "score": 0.93 + }, + { + "category_id": 1, + "poly": [ + 297, + 228, + 1121, + 228, + 1121, + 263, + 297, + 263 + ], + "score": 0.925 + }, + { + "category_id": 1, + "poly": [ + 297, + 1446, + 1276, + 1446, + 1276, + 1485, + 297, + 1485 + ], + "score": 0.918 + }, + { + "category_id": 0, + "poly": [ + 297, + 1392, + 853, + 1392, + 853, + 1423, + 297, + 1423 + ], + "score": 0.915 + }, + { + "category_id": 2, + "poly": [ + 299, + 74, + 813, + 74, + 813, + 106, + 299, + 106 + ], + "score": 0.914 + }, + { + "category_id": 0, + "poly": [ + 297, + 1041, + 1373, + 1041, + 1373, + 1077, + 297, + 1077 + ], + "score": 0.9 + }, + { + "category_id": 9, + "poly": [ + 1365, + 1871, + 1400, + 1871, + 1400, + 1901, + 1365, + 1901 + ], + "score": 0.882 + }, + { + "category_id": 9, + "poly": [ + 1366, + 464, + 1400, + 464, + 1400, + 495, + 1366, + 495 + ], + "score": 0.88 + }, + { + "category_id": 9, + "poly": [ + 1366, + 280, + 1400, + 280, + 1400, + 309, + 1366, + 309 + ], + "score": 0.879 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1533, + 1401, + 1533, + 1401, + 1562, + 1366, + 1562 + ], + "score": 0.878 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1677, + 1400, + 1677, + 1400, + 1708, + 1366, + 1708 + ], + "score": 0.874 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 859, + 2088, + 859, + 2112, + 841, + 2112 + ], + "score": 0.677 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 859, + 2088, + 859, + 2112, + 841, + 2112 + ], + "score": 0.478 + }, + { + "category_id": 14, + "poly": [ + 426, + 431, + 1271, + 431, + 1271, + 526, + 426, + 526 + ], + "score": 0.94, + "latex": "L _ { \\gamma } ( \\epsilon _ { \\theta } ) : = \\sum _ { t = 1 } ^ { T } \\gamma _ { t } \\mathbb { E } _ { x _ { 0 } \\sim q ( x _ { 0 } ) , \\epsilon _ { t } \\sim \\mathcal { N } ( \\mathbf { 0 } , I ) } \\left[ \\lVert \\epsilon _ { \\theta } ^ { ( t ) } ( \\sqrt { \\alpha _ { t } } x _ { 0 } + \\sqrt { 1 - \\alpha _ { t } } \\epsilon _ { t } ) - \\epsilon _ { t } \\rVert _ { 2 } ^ { 2 } \\right]" + }, + { + "category_id": 14, + "poly": [ + 579, + 1848, + 1117, + 1848, + 1117, + 1924, + 579, + 1924 + ], + "score": 0.94, + "latex": "q _ { \\sigma } ( \\pmb { x } _ { t } | \\pmb { x } _ { t - 1 } , \\pmb { x } _ { 0 } ) = \\frac { q _ { \\sigma } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } , \\pmb { x } _ { 0 } ) q _ { \\sigma } ( \\pmb { x } _ { t } | \\pmb { x } _ { 0 } ) } { q _ { \\sigma } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { 0 } ) } ," + }, + { + "category_id": 13, + "poly": [ + 744, + 1202, + 872, + 1202, + 872, + 1236, + 744, + 1236 + ], + "score": 0.93, + "latex": "q ( { \\pmb x } _ { 1 : T } | { \\pmb x } _ { 0 } )" + }, + { + "category_id": 14, + "poly": [ + 413, + 1654, + 1290, + 1654, + 1290, + 1731, + 413, + 1731 + ], + "score": 0.93, + "latex": "q _ { \\sigma } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } , \\pmb { x } _ { 0 } ) = \\mathcal { N } \\left( \\sqrt { \\alpha _ { t - 1 } } \\pmb { x } _ { 0 } + \\sqrt { 1 - \\alpha _ { t - 1 } - \\sigma _ { t } ^ { 2 } } \\cdot \\frac { \\pmb { x } _ { t } - \\sqrt { \\alpha _ { t } } \\pmb { x } _ { 0 } } { \\sqrt { 1 - \\alpha _ { t } } } , \\sigma _ { t } ^ { 2 } I \\right) ." + }, + { + "category_id": 13, + "poly": [ + 899, + 1743, + 1321, + 1743, + 1321, + 1779, + 899, + 1779 + ], + "score": 0.93, + "latex": "q _ { \\sigma } ( \\mathbf { x } _ { t } | \\mathbf { x } _ { 0 } ) = \\mathcal { N } ( \\sqrt { \\alpha _ { t } } \\mathbf { x } _ { 0 } , ( 1 - \\alpha _ { t } ) \\mathbf { I } )" + }, + { + "category_id": 14, + "poly": [ + 576, + 1499, + 1122, + 1499, + 1122, + 1595, + 576, + 1595 + ], + "score": 0.93, + "latex": "q _ { \\sigma } ( \\pmb { x } _ { 1 : T } | \\pmb { x } _ { 0 } ) : = q _ { \\sigma } ( \\pmb { x } _ { T } | \\pmb { x } _ { 0 } ) \\prod _ { t = 2 } ^ { T } q _ { \\sigma } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } , \\pmb { x } _ { 0 } )" + }, + { + "category_id": 13, + "poly": [ + 373, + 539, + 550, + 539, + 550, + 583, + 373, + 583 + ], + "score": 0.93, + "latex": "\\epsilon _ { \\theta } : = \\{ \\epsilon _ { \\theta } ^ { ( t ) } \\} _ { t = 1 } ^ { T }" + }, + { + "category_id": 13, + "poly": [ + 1165, + 1447, + 1267, + 1447, + 1267, + 1488, + 1165, + 1488 + ], + "score": 0.93, + "latex": "\\sigma \\in \\mathbb { R } _ { \\geq 0 } ^ { T }" + }, + { + "category_id": 13, + "poly": [ + 372, + 1606, + 804, + 1606, + 804, + 1644, + 372, + 1644 + ], + "score": 0.93, + "latex": "q _ { \\sigma } ( \\pmb { x } _ { T } | \\pmb { x } _ { 0 } ) = \\mathcal { N } ( \\sqrt { \\alpha _ { T } } \\pmb { x } _ { 0 } , ( 1 - \\alpha _ { T } ) \\pmb { I } )" + }, + { + "category_id": 13, + "poly": [ + 1100, + 705, + 1185, + 705, + 1185, + 739, + 1100, + 739 + ], + "score": 0.92, + "latex": "p _ { \\theta } ( { \\pmb x } _ { T } )" + }, + { + "category_id": 13, + "poly": [ + 298, + 1202, + 401, + 1202, + 401, + 1236, + 298, + 1236 + ], + "score": 0.92, + "latex": "q ( \\pmb { x } _ { t } | \\pmb { x } _ { 0 } )" + }, + { + "category_id": 13, + "poly": [ + 473, + 356, + 697, + 356, + 697, + 390, + 473, + 390 + ], + "score": 0.92, + "latex": "p _ { \\theta } ( { \\pmb x } _ { T } ) : = \\mathrm { \\dot { \\mathcal { N } } } ( \\mathbf { 0 } , I )" + }, + { + "category_id": 13, + "poly": [ + 635, + 582, + 838, + 582, + 838, + 617, + 635, + 617 + ], + "score": 0.92, + "latex": "\\gamma : = [ \\gamma _ { 1 } , \\dots , \\gamma _ { T } ]" + }, + { + "category_id": 13, + "poly": [ + 874, + 540, + 1033, + 540, + 1033, + 583, + 874, + 583 + ], + "score": 0.92, + "latex": "\\epsilon _ { \\theta } ^ { ( t ) } : \\mathcal { X } \\mathcal { X }" + }, + { + "category_id": 13, + "poly": [ + 742, + 326, + 853, + 326, + 853, + 360, + 742, + 360 + ], + "score": 0.91, + "latex": "q ( { \\pmb x } _ { T } | { \\pmb x } _ { 0 } )" + }, + { + "category_id": 13, + "poly": [ + 960, + 616, + 1031, + 616, + 1031, + 646, + 960, + 646 + ], + "score": 0.91, + "latex": "\\gamma = { \\bf 1 }" + }, + { + "category_id": 13, + "poly": [ + 1136, + 874, + 1262, + 874, + 1262, + 903, + 1136, + 903 + ], + "score": 0.9, + "latex": "T = 1 0 0 0" + }, + { + "category_id": 14, + "poly": [ + 559, + 272, + 1140, + 272, + 1140, + 314, + 559, + 314 + ], + "score": 0.9, + "latex": "\\begin{array} { r } { \\mathbf { { x } } _ { t } = \\sqrt { \\alpha _ { t } } \\mathbf { { x } } _ { 0 } + \\sqrt { 1 - \\alpha _ { t } } \\epsilon , \\quad \\mathrm { w h e r e } \\quad \\epsilon \\sim \\mathcal { N } ( \\mathbf { 0 } , I ) . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1005, + 1173, + 1042, + 1173, + 1042, + 1205, + 1005, + 1205 + ], + "score": 0.89, + "latex": "L _ { \\gamma }" + }, + { + "category_id": 13, + "poly": [ + 532, + 581, + 574, + 581, + 574, + 612, + 532, + 612 + ], + "score": 0.88, + "latex": "\\theta ^ { ( t ) }" + }, + { + "category_id": 13, + "poly": [ + 930, + 1609, + 992, + 1609, + 992, + 1636, + 930, + 1636 + ], + "score": 0.88, + "latex": "t > 1" + }, + { + "category_id": 13, + "poly": [ + 475, + 618, + 531, + 618, + 531, + 646, + 475, + 646 + ], + "score": 0.87, + "latex": "\\alpha _ { 1 : T }" + }, + { + "category_id": 13, + "poly": [ + 450, + 940, + 484, + 940, + 484, + 966, + 450, + 966 + ], + "score": 0.86, + "latex": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 297, + 739, + 357, + 739, + 357, + 768, + 297, + 768 + ], + "score": 0.86, + "latex": "{ \\mathbf { \\mathcal { x } } } _ { t - 1 }" + }, + { + "category_id": 13, + "poly": [ + 897, + 709, + 936, + 709, + 936, + 737, + 897, + 737 + ], + "score": 0.86, + "latex": "\\mathbf { \\nabla } _ { \\mathbf { \\mathcal { X } } \\mathcal { T } }" + }, + { + "category_id": 13, + "poly": [ + 547, + 709, + 581, + 709, + 581, + 737, + 547, + 737 + ], + "score": 0.86, + "latex": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 503, + 237, + 534, + 237, + 534, + 261, + 503, + 261 + ], + "score": 0.86, + "latex": "\\mathbf { \\Delta } _ { \\mathbf { \\mathcal { X } } _ { t } }" + }, + { + "category_id": 13, + "poly": [ + 833, + 236, + 866, + 236, + 866, + 261, + 833, + 261 + ], + "score": 0.86, + "latex": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1305, + 332, + 1339, + 332, + 1339, + 357, + 1305, + 357 + ], + "score": 0.85, + "latex": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 448, + 331, + 486, + 331, + 486, + 357, + 448, + 357 + ], + "score": 0.84, + "latex": "\\alpha _ { T }" + }, + { + "category_id": 13, + "poly": [ + 573, + 1451, + 599, + 1451, + 599, + 1479, + 573, + 1479 + ], + "score": 0.83, + "latex": "\\mathcal { Q }" + }, + { + "category_id": 13, + "poly": [ + 1066, + 1981, + 1096, + 1981, + 1096, + 2002, + 1066, + 2002 + ], + "score": 0.82, + "latex": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 669, + 549, + 693, + 549, + 693, + 575, + 669, + 575 + ], + "score": 0.81, + "latex": "T" + }, + { + "category_id": 13, + "poly": [ + 564, + 906, + 588, + 906, + 588, + 932, + 564, + 932 + ], + "score": 0.8, + "latex": "T" + }, + { + "category_id": 13, + "poly": [ + 423, + 784, + 447, + 784, + 447, + 811, + 423, + 811 + ], + "score": 0.79, + "latex": "T" + }, + { + "category_id": 13, + "poly": [ + 523, + 815, + 548, + 815, + 548, + 841, + 523, + 841 + ], + "score": 0.78, + "latex": "T" + }, + { + "category_id": 13, + "poly": [ + 927, + 875, + 952, + 875, + 952, + 902, + 927, + 902 + ], + "score": 0.74, + "latex": "T" + }, + { + "category_id": 13, + "poly": [ + 298, + 1778, + 311, + 1778, + 311, + 1802, + 298, + 1802 + ], + "score": 0.71, + "latex": "t" + }, + { + "category_id": 13, + "poly": [ + 1097, + 237, + 1111, + 237, + 1111, + 258, + 1097, + 258 + ], + "score": 0.68, + "latex": "\\epsilon" + }, + { + "category_id": 13, + "poly": [ + 1176, + 551, + 1190, + 551, + 1190, + 576, + 1176, + 576 + ], + "score": 0.63, + "latex": "t" + }, + { + "category_id": 15, + "poly": [ + 332.0, + 1940.0, + 750.0, + 1940.0, + 750.0, + 1976.0, + 332.0, + 1976.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 330.0, + 1967.0, + 1065.0, + 1967.0, + 1065.0, + 2011.0, + 330.0, + 2011.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1097.0, + 1967.0, + 1109.0, + 1967.0, + 1109.0, + 2011.0, + 1097.0, + 2011.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 329.0, + 1997.0, + 1296.0, + 1997.0, + 1296.0, + 2039.0, + 329.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1391.0, + 855.0, + 1391.0, + 855.0, + 1427.0, + 294.0, + 1427.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 72.0, + 815.0, + 72.0, + 815.0, + 109.0, + 295.0, + 109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1038.0, + 1379.0, + 1038.0, + 1379.0, + 1082.0, + 292.0, + 1082.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2085.0, + 862.0, + 2085.0, + 862.0, + 2118.0, + 838.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2085.0, + 862.0, + 2085.0, + 862.0, + 2118.0, + 838.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1108.0, + 1404.0, + 1108.0, + 1404.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, + 1175.0, + 295.0, + 1175.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1168.0, + 1004.0, + 1168.0, + 1004.0, + 1208.0, + 293.0, + 1208.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1043.0, + 1168.0, + 1407.0, + 1168.0, + 1407.0, + 1208.0, + 1043.0, + 1208.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 402.0, + 1202.0, + 743.0, + 1202.0, + 743.0, + 1239.0, + 402.0, + 1239.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 873.0, + 1202.0, + 1406.0, + 1202.0, + 1406.0, + 1239.0, + 873.0, + 1239.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1233.0, + 1404.0, + 1233.0, + 1404.0, + 1267.0, + 295.0, + 1267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1261.0, + 1406.0, + 1261.0, + 1406.0, + 1300.0, + 293.0, + 1300.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1292.0, + 1404.0, + 1292.0, + 1404.0, + 1329.0, + 293.0, + 1329.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1321.0, + 1198.0, + 1321.0, + 1198.0, + 1359.0, + 294.0, + 1359.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 781.0, + 422.0, + 781.0, + 422.0, + 819.0, + 295.0, + 819.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 448.0, + 781.0, + 1406.0, + 781.0, + 1406.0, + 819.0, + 448.0, + 819.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 813.0, + 522.0, + 813.0, + 522.0, + 846.0, + 294.0, + 846.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 549.0, + 813.0, + 1403.0, + 813.0, + 1403.0, + 846.0, + 549.0, + 846.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 841.0, + 1407.0, + 841.0, + 1407.0, + 878.0, + 294.0, + 878.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 875.0, + 926.0, + 875.0, + 926.0, + 907.0, + 294.0, + 907.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 953.0, + 875.0, + 1135.0, + 875.0, + 1135.0, + 907.0, + 953.0, + 907.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1263.0, + 875.0, + 1403.0, + 875.0, + 1403.0, + 907.0, + 1263.0, + 907.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 906.0, + 563.0, + 906.0, + 563.0, + 937.0, + 298.0, + 937.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 589.0, + 906.0, + 1402.0, + 906.0, + 1402.0, + 937.0, + 589.0, + 937.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 934.0, + 449.0, + 934.0, + 449.0, + 970.0, + 294.0, + 970.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 485.0, + 934.0, + 1405.0, + 934.0, + 1405.0, + 970.0, + 485.0, + 970.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 964.0, + 1373.0, + 964.0, + 1373.0, + 1000.0, + 293.0, + 1000.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 286.0, + 526.0, + 372.0, + 526.0, + 372.0, + 600.0, + 286.0, + 600.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 551.0, + 526.0, + 668.0, + 526.0, + 668.0, + 600.0, + 551.0, + 600.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 694.0, + 526.0, + 873.0, + 526.0, + 873.0, + 600.0, + 694.0, + 600.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1034.0, + 526.0, + 1175.0, + 526.0, + 1175.0, + 600.0, + 1034.0, + 600.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1191.0, + 526.0, + 1405.0, + 526.0, + 1405.0, + 600.0, + 1191.0, + 600.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 578.0, + 531.0, + 578.0, + 531.0, + 621.0, + 292.0, + 621.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 575.0, + 578.0, + 634.0, + 578.0, + 634.0, + 621.0, + 575.0, + 621.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 578.0, + 1406.0, + 578.0, + 1406.0, + 621.0, + 839.0, + 621.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 614.0, + 474.0, + 614.0, + 474.0, + 650.0, + 295.0, + 650.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 532.0, + 614.0, + 959.0, + 614.0, + 959.0, + 650.0, + 532.0, + 650.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1032.0, + 614.0, + 1406.0, + 614.0, + 1406.0, + 650.0, + 1032.0, + 650.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 642.0, + 1406.0, + 642.0, + 1406.0, + 679.0, + 292.0, + 679.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 671.0, + 1405.0, + 671.0, + 1405.0, + 707.0, + 294.0, + 707.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 705.0, + 546.0, + 705.0, + 546.0, + 741.0, + 295.0, + 741.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 582.0, + 705.0, + 896.0, + 705.0, + 896.0, + 741.0, + 582.0, + 741.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 937.0, + 705.0, + 1099.0, + 705.0, + 1099.0, + 741.0, + 937.0, + 741.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1186.0, + 705.0, + 1405.0, + 705.0, + 1405.0, + 741.0, + 1186.0, + 741.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 736.0, + 296.0, + 736.0, + 296.0, + 770.0, + 293.0, + 770.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 358.0, + 736.0, + 818.0, + 736.0, + 818.0, + 770.0, + 358.0, + 770.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 323.0, + 447.0, + 323.0, + 447.0, + 364.0, + 294.0, + 364.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 487.0, + 323.0, + 741.0, + 323.0, + 741.0, + 364.0, + 487.0, + 364.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 854.0, + 323.0, + 1304.0, + 323.0, + 1304.0, + 364.0, + 854.0, + 364.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1340.0, + 323.0, + 1409.0, + 323.0, + 1409.0, + 364.0, + 1340.0, + 364.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 357.0, + 472.0, + 357.0, + 472.0, + 391.0, + 294.0, + 391.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 698.0, + 357.0, + 1405.0, + 357.0, + 1405.0, + 391.0, + 698.0, + 391.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 387.0, + 1202.0, + 387.0, + 1202.0, + 420.0, + 294.0, + 420.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1744.0, + 898.0, + 1744.0, + 898.0, + 1777.0, + 296.0, + 1777.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1322.0, + 1744.0, + 1404.0, + 1744.0, + 1404.0, + 1777.0, + 1322.0, + 1777.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1774.0, + 297.0, + 1774.0, + 297.0, + 1808.0, + 294.0, + 1808.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 312.0, + 1774.0, + 1405.0, + 1774.0, + 1405.0, + 1808.0, + 312.0, + 1808.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1802.0, + 1179.0, + 1802.0, + 1179.0, + 1839.0, + 296.0, + 1839.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1602.0, + 371.0, + 1602.0, + 371.0, + 1646.0, + 295.0, + 1646.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 805.0, + 1602.0, + 929.0, + 1602.0, + 929.0, + 1646.0, + 805.0, + 1646.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 993.0, + 1602.0, + 1005.0, + 1602.0, + 1005.0, + 1646.0, + 993.0, + 1646.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 227.0, + 502.0, + 227.0, + 502.0, + 268.0, + 292.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 535.0, + 227.0, + 832.0, + 227.0, + 832.0, + 268.0, + 535.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 867.0, + 227.0, + 1096.0, + 227.0, + 1096.0, + 268.0, + 867.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1112.0, + 227.0, + 1125.0, + 227.0, + 1125.0, + 268.0, + 1112.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 1441.0, + 572.0, + 1441.0, + 572.0, + 1495.0, + 289.0, + 1495.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 600.0, + 1441.0, + 1164.0, + 1441.0, + 1164.0, + 1495.0, + 600.0, + 1495.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1268.0, + 1441.0, + 1282.0, + 1441.0, + 1282.0, + 1495.0, + 1268.0, + 1495.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 2, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1469, + 1405, + 1469, + 1405, + 1716, + 297, + 1716 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 298, + 472, + 1403, + 472, + 1403, + 606, + 298, + 606 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 298, + 228, + 1404, + 228, + 1404, + 384, + 298, + 384 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 299, + 1828, + 1403, + 1828, + 1403, + 1984, + 299, + 1984 + ], + "score": 0.973 + }, + { + "category_id": 1, + "poly": [ + 298, + 625, + 1403, + 625, + 1403, + 722, + 298, + 722 + ], + "score": 0.973 + }, + { + "category_id": 1, + "poly": [ + 299, + 940, + 1405, + 940, + 1405, + 1044, + 299, + 1044 + ], + "score": 0.968 + }, + { + "category_id": 1, + "poly": [ + 301, + 1299, + 1401, + 1299, + 1401, + 1393, + 301, + 1393 + ], + "score": 0.958 + }, + { + "category_id": 8, + "poly": [ + 541, + 836, + 1154, + 836, + 1154, + 927, + 541, + 927 + ], + "score": 0.957 + }, + { + "category_id": 8, + "poly": [ + 597, + 734, + 1100, + 734, + 1100, + 781, + 597, + 781 + ], + "score": 0.94 + }, + { + "category_id": 8, + "poly": [ + 302, + 1103, + 1393, + 1103, + 1393, + 1241, + 302, + 1241 + ], + "score": 0.927 + }, + { + "category_id": 1, + "poly": [ + 300, + 789, + 1230, + 789, + 1230, + 824, + 300, + 824 + ], + "score": 0.925 + }, + { + "category_id": 0, + "poly": [ + 298, + 1760, + 1176, + 1760, + 1176, + 1796, + 298, + 1796 + ], + "score": 0.915 + }, + { + "category_id": 1, + "poly": [ + 292, + 1057, + 1351, + 1057, + 1351, + 1092, + 292, + 1092 + ], + "score": 0.912 + }, + { + "category_id": 1, + "poly": [ + 299, + 1400, + 1259, + 1400, + 1259, + 1439, + 299, + 1439 + ], + "score": 0.909 + }, + { + "category_id": 9, + "poly": [ + 1352, + 865, + 1400, + 865, + 1400, + 896, + 1352, + 896 + ], + "score": 0.902 + }, + { + "category_id": 1, + "poly": [ + 295, + 1252, + 1276, + 1252, + 1276, + 1288, + 295, + 1288 + ], + "score": 0.901 + }, + { + "category_id": 2, + "poly": [ + 300, + 75, + 813, + 75, + 813, + 105, + 300, + 105 + ], + "score": 0.896 + }, + { + "category_id": 9, + "poly": [ + 1351, + 1107, + 1400, + 1107, + 1400, + 1138, + 1351, + 1138 + ], + "score": 0.892 + }, + { + "category_id": 9, + "poly": [ + 1366, + 745, + 1400, + 745, + 1400, + 774, + 1366, + 774 + ], + "score": 0.88 + }, + { + "category_id": 0, + "poly": [ + 301, + 422, + 1243, + 422, + 1243, + 453, + 301, + 453 + ], + "score": 0.859 + }, + { + "category_id": 2, + "poly": [ + 317, + 2004, + 1386, + 2004, + 1386, + 2034, + 317, + 2034 + ], + "score": 0.841 + }, + { + "category_id": 2, + "poly": [ + 841, + 2089, + 858, + 2089, + 858, + 2111, + 841, + 2111 + ], + "score": 0.78 + }, + { + "category_id": 8, + "poly": [ + 310, + 1150, + 1390, + 1150, + 1390, + 1240, + 310, + 1240 + ], + "score": 0.154 + }, + { + "category_id": 14, + "poly": [ + 543, + 834, + 1150, + 834, + 1150, + 929, + 543, + 929 + ], + "score": 0.94, + "latex": "p _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } ) = \\left\\{ \\begin{array} { l l } { \\mathcal { N } ( f _ { \\theta } ^ { ( 1 ) } ( \\pmb { x } _ { 1 } ) , \\sigma _ { 1 } ^ { 2 } \\pmb { I } ) } & { \\mathrm { i f ~ } t = 1 } \\\\ { q _ { \\sigma } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } , f _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t } ) ) } & { \\mathrm { o t h e r w i s e } , } \\end{array} \\right." + }, + { + "category_id": 13, + "poly": [ + 1132, + 940, + 1227, + 940, + 1227, + 983, + 1132, + 983 + ], + "score": 0.94, + "latex": "f _ { \\theta } ^ { ( t ) } ( { \\pmb x } _ { t } )" + }, + { + "category_id": 13, + "poly": [ + 1049, + 470, + 1206, + 470, + 1206, + 513, + 1049, + 513 + ], + "score": 0.93, + "latex": "p _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } )" + }, + { + "category_id": 13, + "poly": [ + 1256, + 621, + 1346, + 621, + 1346, + 663, + 1256, + 663 + ], + "score": 0.93, + "latex": "\\epsilon _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t } )" + }, + { + "category_id": 13, + "poly": [ + 516, + 1253, + 657, + 1253, + 657, + 1287, + 516, + 1287 + ], + "score": 0.93, + "latex": "q _ { \\sigma } ( \\pmb { x } _ { 1 : T } | \\pmb { x } _ { 0 } )" + }, + { + "category_id": 13, + "poly": [ + 742, + 1401, + 844, + 1401, + 844, + 1439, + 742, + 1439 + ], + "score": 0.93, + "latex": "\\gamma \\in \\mathbb { R } _ { > 0 } ^ { T }" + }, + { + "category_id": 13, + "poly": [ + 936, + 1253, + 1040, + 1253, + 1040, + 1287, + 936, + 1287 + ], + "score": 0.93, + "latex": "p _ { \\theta } ( { \\pmb x } _ { 0 : T } )" + }, + { + "category_id": 13, + "poly": [ + 408, + 629, + 543, + 629, + 543, + 662, + 408, + 662 + ], + "score": 0.93, + "latex": "{ \\pmb x } _ { 0 } \\sim { \\pmb q } ( { \\pmb x } _ { 0 } )" + }, + { + "category_id": 13, + "poly": [ + 965, + 789, + 1181, + 789, + 1181, + 824, + 965, + 824 + ], + "score": 0.93, + "latex": "p _ { \\theta } ( { \\pmb x } _ { T } ) = \\mathcal { N } ( \\mathbf { 0 } , I )" + }, + { + "category_id": 13, + "poly": [ + 374, + 940, + 622, + 940, + 622, + 983, + 374, + 983 + ], + "score": 0.92, + "latex": "q _ { \\sigma } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } , f _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t } ) )" + }, + { + "category_id": 13, + "poly": [ + 810, + 478, + 913, + 478, + 913, + 512, + 810, + 512 + ], + "score": 0.92, + "latex": "p _ { \\theta } ( { \\pmb x } _ { 0 : T } )" + }, + { + "category_id": 13, + "poly": [ + 394, + 511, + 580, + 511, + 580, + 546, + 394, + 546 + ], + "score": 0.92, + "latex": "q _ { \\sigma } ( { \\pmb x } _ { t - 1 } | { \\pmb x } _ { t } , { \\pmb x } _ { 0 } )" + }, + { + "category_id": 13, + "poly": [ + 1094, + 1404, + 1251, + 1404, + 1251, + 1439, + 1094, + 1439 + ], + "score": 0.92, + "latex": "J _ { \\sigma } = L _ { \\gamma } + C" + }, + { + "category_id": 14, + "poly": [ + 597, + 732, + 1103, + 732, + 1103, + 780, + 597, + 780 + ], + "score": 0.92, + "latex": "f _ { \\theta } ^ { ( t ) } ( { \\pmb x } _ { t } ) : = \\big ( { \\pmb x } _ { t } - \\sqrt { 1 - \\alpha _ { t } } \\cdot \\epsilon _ { \\theta } ^ { ( t ) } ( { \\pmb x } _ { t } ) \\big ) / \\sqrt { \\alpha _ { t } } ." + }, + { + "category_id": 13, + "poly": [ + 432, + 574, + 617, + 574, + 617, + 607, + 432, + 607 + ], + "score": 0.92, + "latex": "q _ { \\sigma } ( { \\pmb x } _ { t - 1 } | { \\pmb x } _ { t } , { \\pmb x } _ { 0 } )" + }, + { + "category_id": 14, + "poly": [ + 310, + 1100, + 1400, + 1100, + 1400, + 1243, + 310, + 1243 + ], + "score": 0.92, + "latex": "\\begin{array} { r l } & { \\ J _ { \\sigma } ( \\epsilon _ { \\theta } ) : = \\mathbb { E } _ { \\alpha _ { 0 : T } \\sim q _ { \\sigma } ( \\alpha _ { 0 : T } ) } \\bigl [ \\log q _ { \\sigma } ( x _ { 1 : T } | x _ { 0 } ) - \\log p _ { \\theta } ( x _ { 0 : T } ) \\bigr ] } & { ( 1 1 ) } \\\\ & { = \\mathbb { E } _ { \\alpha _ { 0 : T } \\sim q _ { \\sigma } ( \\alpha _ { 0 : T } ) } \\left[ q _ { \\sigma } ( x _ { T } | x _ { 0 } ) + \\displaystyle \\sum _ { t = 2 } ^ { T } \\log q _ { \\sigma } ( x _ { t - 1 } | x _ { t } , x _ { 0 } ) - \\displaystyle \\sum _ { t = 1 } ^ { T } \\log p _ { \\theta } ^ { ( t ) } ( x _ { t - 1 } | x _ { t } ) - \\log p _ { \\theta } ( x _ { T } ) \\right] } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1272, + 1464, + 1313, + 1464, + 1313, + 1506, + 1272, + 1506 + ], + "score": 0.91, + "latex": "\\epsilon _ { \\theta } ^ { ( t ) }" + }, + { + "category_id": 13, + "poly": [ + 594, + 628, + 746, + 628, + 746, + 662, + 594, + 662 + ], + "score": 0.91, + "latex": "\\epsilon _ { t } \\sim \\mathcal { N } ( \\mathbf { 0 } , I )" + }, + { + "category_id": 13, + "poly": [ + 895, + 983, + 962, + 983, + 962, + 1009, + 895, + 1009 + ], + "score": 0.9, + "latex": "t = 1" + }, + { + "category_id": 13, + "poly": [ + 981, + 548, + 1040, + 548, + 1040, + 576, + 981, + 576 + ], + "score": 0.9, + "latex": "{ \\mathbf { \\mathcal { x } } } _ { t - 1 }" + }, + { + "category_id": 13, + "poly": [ + 621, + 1362, + 658, + 1362, + 658, + 1396, + 621, + 1396 + ], + "score": 0.9, + "latex": "L _ { \\gamma }" + }, + { + "category_id": 13, + "poly": [ + 1318, + 1534, + 1354, + 1534, + 1354, + 1566, + 1318, + 1566 + ], + "score": 0.9, + "latex": "L _ { \\gamma }" + }, + { + "category_id": 13, + "poly": [ + 477, + 296, + 537, + 296, + 537, + 324, + 477, + 324 + ], + "score": 0.89, + "latex": "{ \\mathbf { \\mathcal { x } } } _ { t - 1 }" + }, + { + "category_id": 13, + "poly": [ + 1033, + 1626, + 1068, + 1626, + 1068, + 1654, + 1033, + 1654 + ], + "score": 0.89, + "latex": "L _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 584, + 1473, + 621, + 1473, + 621, + 1505, + 584, + 1505 + ], + "score": 0.89, + "latex": "L _ { \\gamma }" + }, + { + "category_id": 13, + "poly": [ + 1303, + 1595, + 1339, + 1595, + 1339, + 1627, + 1303, + 1627 + ], + "score": 0.89, + "latex": "L _ { \\gamma }" + }, + { + "category_id": 13, + "poly": [ + 698, + 1625, + 730, + 1625, + 730, + 1654, + 698, + 1654 + ], + "score": 0.89, + "latex": "J _ { \\sigma }" + }, + { + "category_id": 13, + "poly": [ + 793, + 1656, + 829, + 1656, + 829, + 1685, + 793, + 1685 + ], + "score": 0.89, + "latex": "L _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 551, + 1302, + 583, + 1302, + 583, + 1331, + 551, + 1331 + ], + "score": 0.89, + "latex": "J _ { \\sigma }" + }, + { + "category_id": 13, + "poly": [ + 410, + 1362, + 443, + 1362, + 443, + 1392, + 410, + 1392 + ], + "score": 0.89, + "latex": "J _ { \\sigma }" + }, + { + "category_id": 13, + "poly": [ + 358, + 1831, + 394, + 1831, + 394, + 1860, + 358, + 1860 + ], + "score": 0.89, + "latex": "L _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 397, + 324, + 477, + 324, + 477, + 350, + 397, + 350 + ], + "score": 0.88, + "latex": "\\sigma 0" + }, + { + "category_id": 13, + "poly": [ + 528, + 1406, + 599, + 1406, + 599, + 1434, + 528, + 1434 + ], + "score": 0.88, + "latex": "\\sigma > 0" + }, + { + "category_id": 13, + "poly": [ + 1021, + 1594, + 1055, + 1594, + 1055, + 1624, + 1021, + 1624 + ], + "score": 0.88, + "latex": "J _ { \\sigma }" + }, + { + "category_id": 13, + "poly": [ + 826, + 1686, + 859, + 1686, + 859, + 1715, + 826, + 1715 + ], + "score": 0.88, + "latex": "J _ { \\sigma }" + }, + { + "category_id": 13, + "poly": [ + 958, + 1564, + 993, + 1564, + 993, + 1593, + 958, + 1593 + ], + "score": 0.88, + "latex": "L _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 897, + 1404, + 975, + 1404, + 975, + 1434, + 897, + 1434 + ], + "score": 0.88, + "latex": "C \\in \\mathbb { R }" + }, + { + "category_id": 13, + "poly": [ + 665, + 980, + 718, + 980, + 718, + 1015, + 665, + 1015 + ], + "score": 0.88, + "latex": "\\sigma _ { 1 } ^ { 2 } I )" + }, + { + "category_id": 13, + "poly": [ + 297, + 355, + 356, + 355, + 356, + 385, + 297, + 385 + ], + "score": 0.88, + "latex": "{ \\mathbf { \\mathcal { x } } } _ { t - 1 }" + }, + { + "category_id": 13, + "poly": [ + 890, + 663, + 923, + 663, + 923, + 691, + 890, + 691 + ], + "score": 0.88, + "latex": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 857, + 695, + 890, + 695, + 890, + 721, + 857, + 721 + ], + "score": 0.87, + "latex": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1186, + 325, + 1217, + 325, + 1217, + 353, + 1186, + 353 + ], + "score": 0.87, + "latex": "\\mathbf { \\Delta } _ { \\mathbf { \\mathcal { X } } _ { t } }" + }, + { + "category_id": 13, + "poly": [ + 1101, + 326, + 1135, + 326, + 1135, + 353, + 1101, + 353 + ], + "score": 0.87, + "latex": "\\scriptstyle { \\pmb x } _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 589, + 295, + 622, + 295, + 622, + 323, + 589, + 323 + ], + "score": 0.86, + "latex": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1038, + 518, + 1068, + 518, + 1068, + 543, + 1038, + 543 + ], + "score": 0.86, + "latex": "\\mathbf { \\Delta } _ { \\mathbf { \\mathcal { X } } _ { t } }" + }, + { + "category_id": 13, + "poly": [ + 953, + 953, + 987, + 953, + 987, + 980, + 953, + 980 + ], + "score": 0.86, + "latex": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 894, + 1506, + 920, + 1506, + 920, + 1533, + 894, + 1533 + ], + "score": 0.86, + "latex": "\\epsilon _ { \\theta }" + }, + { + "category_id": 13, + "poly": [ + 510, + 665, + 535, + 665, + 535, + 690, + 510, + 690 + ], + "score": 0.86, + "latex": "\\epsilon _ { t }" + }, + { + "category_id": 13, + "poly": [ + 1299, + 265, + 1332, + 265, + 1332, + 292, + 1299, + 292 + ], + "score": 0.86, + "latex": "\\mathbf { \\Delta } _ { \\mathbf { \\mathcal { X } } _ { t } }" + }, + { + "category_id": 13, + "poly": [ + 961, + 695, + 991, + 695, + 991, + 720, + 961, + 720 + ], + "score": 0.86, + "latex": "\\mathbf { \\Delta } _ { \\mathbf { \\mathcal { X } } _ { t } }" + }, + { + "category_id": 13, + "poly": [ + 599, + 665, + 629, + 665, + 629, + 690, + 599, + 690 + ], + "score": 0.85, + "latex": "\\mathbf { \\Delta } _ { \\mathbf { \\mathcal { X } } _ { t } }" + }, + { + "category_id": 13, + "poly": [ + 659, + 1658, + 685, + 1658, + 685, + 1685, + 659, + 1685 + ], + "score": 0.84, + "latex": "\\epsilon _ { \\theta }" + }, + { + "category_id": 13, + "poly": [ + 540, + 549, + 573, + 549, + 573, + 574, + 540, + 574 + ], + "score": 0.83, + "latex": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 758, + 632, + 788, + 632, + 788, + 660, + 758, + 660 + ], + "score": 0.83, + "latex": "\\mathbf { \\Delta } _ { \\mathbf { \\mathcal { X } } _ { t } }" + }, + { + "category_id": 13, + "poly": [ + 1267, + 1507, + 1288, + 1507, + 1288, + 1534, + 1267, + 1534 + ], + "score": 0.83, + "latex": "\\gamma" + }, + { + "category_id": 13, + "poly": [ + 876, + 1366, + 895, + 1366, + 895, + 1393, + 876, + 1393 + ], + "score": 0.81, + "latex": "\\gamma" + }, + { + "category_id": 13, + "poly": [ + 444, + 1061, + 462, + 1061, + 462, + 1087, + 444, + 1087 + ], + "score": 0.8, + "latex": "\\theta" + }, + { + "category_id": 13, + "poly": [ + 1086, + 1473, + 1105, + 1473, + 1105, + 1499, + 1086, + 1499 + ], + "score": 0.79, + "latex": "\\theta" + }, + { + "category_id": 13, + "poly": [ + 984, + 1897, + 1003, + 1897, + 1003, + 1918, + 984, + 1918 + ], + "score": 0.77, + "latex": "\\sigma" + }, + { + "category_id": 13, + "poly": [ + 843, + 297, + 865, + 297, + 865, + 319, + 843, + 319 + ], + "score": 0.76, + "latex": "\\sigma" + }, + { + "category_id": 13, + "poly": [ + 330, + 1337, + 349, + 1337, + 349, + 1358, + 330, + 1358 + ], + "score": 0.75, + "latex": "\\sigma" + }, + { + "category_id": 13, + "poly": [ + 1305, + 1066, + 1331, + 1066, + 1331, + 1090, + 1305, + 1090 + ], + "score": 0.75, + "latex": "\\epsilon _ { \\theta }" + }, + { + "category_id": 13, + "poly": [ + 496, + 1658, + 509, + 1658, + 509, + 1682, + 496, + 1682 + ], + "score": 0.74, + "latex": "t" + }, + { + "category_id": 13, + "poly": [ + 552, + 1505, + 565, + 1505, + 565, + 1530, + 552, + 1530 + ], + "score": 0.73, + "latex": "t" + }, + { + "category_id": 13, + "poly": [ + 1370, + 1957, + 1389, + 1957, + 1389, + 1979, + 1370, + 1979 + ], + "score": 0.73, + "latex": "\\sigma" + }, + { + "category_id": 13, + "poly": [ + 1326, + 325, + 1339, + 325, + 1339, + 349, + 1326, + 349 + ], + "score": 0.71, + "latex": "t" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1759.0, + 1179.0, + 1759.0, + 1179.0, + 1799.0, + 294.0, + 1799.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 815.0, + 73.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 420.0, + 1248.0, + 420.0, + 1248.0, + 455.0, + 294.0, + 455.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 332.0, + 2000.0, + 1390.0, + 2000.0, + 1390.0, + 2038.0, + 332.0, + 2038.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": [ + 288.0, + 1453.0, + 583.0, + 1453.0, + 583.0, + 1519.0, + 288.0, + 1519.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 622.0, + 1453.0, + 1085.0, + 1453.0, + 1085.0, + 1519.0, + 622.0, + 1519.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1106.0, + 1453.0, + 1271.0, + 1453.0, + 1271.0, + 1519.0, + 1106.0, + 1519.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1315.0, + 1473.0, + 1406.0, + 1473.0, + 1406.0, + 1505.0, + 1315.0, + 1505.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1502.0, + 551.0, + 1502.0, + 551.0, + 1536.0, + 295.0, + 1536.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 566.0, + 1502.0, + 893.0, + 1502.0, + 893.0, + 1536.0, + 566.0, + 1536.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 921.0, + 1502.0, + 1266.0, + 1502.0, + 1266.0, + 1536.0, + 921.0, + 1536.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1289.0, + 1502.0, + 1405.0, + 1502.0, + 1405.0, + 1536.0, + 1289.0, + 1536.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1533.0, + 1317.0, + 1533.0, + 1317.0, + 1567.0, + 297.0, + 1567.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1355.0, + 1533.0, + 1405.0, + 1533.0, + 1405.0, + 1567.0, + 1355.0, + 1567.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1562.0, + 957.0, + 1562.0, + 957.0, + 1596.0, + 295.0, + 1596.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 994.0, + 1562.0, + 1405.0, + 1562.0, + 1405.0, + 1596.0, + 994.0, + 1596.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1591.0, + 1020.0, + 1591.0, + 1020.0, + 1627.0, + 294.0, + 1627.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1056.0, + 1591.0, + 1302.0, + 1591.0, + 1302.0, + 1627.0, + 1056.0, + 1627.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1340.0, + 1591.0, + 1403.0, + 1591.0, + 1403.0, + 1627.0, + 1340.0, + 1627.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1621.0, + 697.0, + 1621.0, + 697.0, + 1658.0, + 294.0, + 1658.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 731.0, + 1621.0, + 1032.0, + 1621.0, + 1032.0, + 1658.0, + 731.0, + 1658.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1069.0, + 1621.0, + 1405.0, + 1621.0, + 1405.0, + 1658.0, + 1069.0, + 1658.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1656.0, + 495.0, + 1656.0, + 495.0, + 1686.0, + 296.0, + 1686.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 510.0, + 1656.0, + 658.0, + 1656.0, + 658.0, + 1686.0, + 510.0, + 1686.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 686.0, + 1656.0, + 792.0, + 1656.0, + 792.0, + 1686.0, + 686.0, + 1686.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 830.0, + 1656.0, + 1406.0, + 1656.0, + 1406.0, + 1686.0, + 830.0, + 1686.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1687.0, + 825.0, + 1687.0, + 825.0, + 1718.0, + 294.0, + 1718.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 860.0, + 1687.0, + 954.0, + 1687.0, + 954.0, + 1718.0, + 860.0, + 1718.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 286.0, + 462.0, + 809.0, + 462.0, + 809.0, + 523.0, + 286.0, + 523.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 914.0, + 462.0, + 1048.0, + 462.0, + 1048.0, + 523.0, + 914.0, + 523.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1207.0, + 462.0, + 1410.0, + 462.0, + 1410.0, + 523.0, + 1207.0, + 523.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 510.0, + 393.0, + 510.0, + 393.0, + 546.0, + 292.0, + 546.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 581.0, + 510.0, + 1037.0, + 510.0, + 1037.0, + 546.0, + 581.0, + 546.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1069.0, + 510.0, + 1403.0, + 510.0, + 1403.0, + 546.0, + 1069.0, + 546.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 541.0, + 539.0, + 541.0, + 539.0, + 578.0, + 293.0, + 578.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 574.0, + 541.0, + 980.0, + 541.0, + 980.0, + 578.0, + 574.0, + 578.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1041.0, + 541.0, + 1405.0, + 541.0, + 1405.0, + 578.0, + 1041.0, + 578.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 572.0, + 431.0, + 572.0, + 431.0, + 610.0, + 294.0, + 610.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 618.0, + 572.0, + 896.0, + 572.0, + 896.0, + 610.0, + 618.0, + 610.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 230.0, + 1404.0, + 230.0, + 1404.0, + 263.0, + 296.0, + 263.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 258.0, + 1298.0, + 258.0, + 1298.0, + 297.0, + 293.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1333.0, + 258.0, + 1405.0, + 258.0, + 1405.0, + 297.0, + 1333.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 290.0, + 476.0, + 290.0, + 476.0, + 327.0, + 294.0, + 327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 538.0, + 290.0, + 588.0, + 290.0, + 588.0, + 327.0, + 538.0, + 327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 623.0, + 290.0, + 842.0, + 290.0, + 842.0, + 327.0, + 623.0, + 327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 866.0, + 290.0, + 1405.0, + 290.0, + 1405.0, + 327.0, + 866.0, + 327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 321.0, + 396.0, + 321.0, + 396.0, + 358.0, + 293.0, + 358.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 478.0, + 321.0, + 1100.0, + 321.0, + 1100.0, + 358.0, + 478.0, + 358.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1136.0, + 321.0, + 1185.0, + 321.0, + 1185.0, + 358.0, + 1136.0, + 358.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1218.0, + 321.0, + 1325.0, + 321.0, + 1325.0, + 358.0, + 1218.0, + 358.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1340.0, + 321.0, + 1405.0, + 321.0, + 1405.0, + 358.0, + 1340.0, + 358.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 353.0, + 296.0, + 353.0, + 296.0, + 385.0, + 293.0, + 385.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 357.0, + 353.0, + 649.0, + 353.0, + 649.0, + 385.0, + 357.0, + 385.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 1830.0, + 357.0, + 1830.0, + 357.0, + 1863.0, + 298.0, + 1863.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 1830.0, + 1404.0, + 1830.0, + 1404.0, + 1863.0, + 395.0, + 1863.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1858.0, + 1405.0, + 1858.0, + 1405.0, + 1895.0, + 294.0, + 1895.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1886.0, + 983.0, + 1886.0, + 983.0, + 1929.0, + 293.0, + 1929.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1004.0, + 1886.0, + 1407.0, + 1886.0, + 1407.0, + 1929.0, + 1004.0, + 1929.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1918.0, + 1405.0, + 1918.0, + 1405.0, + 1957.0, + 293.0, + 1957.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1951.0, + 1369.0, + 1951.0, + 1369.0, + 1989.0, + 295.0, + 1989.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1390.0, + 1951.0, + 1400.0, + 1951.0, + 1400.0, + 1989.0, + 1390.0, + 1989.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 287.0, + 616.0, + 407.0, + 616.0, + 407.0, + 673.0, + 287.0, + 673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 544.0, + 616.0, + 593.0, + 616.0, + 593.0, + 673.0, + 544.0, + 673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 747.0, + 616.0, + 757.0, + 616.0, + 757.0, + 673.0, + 747.0, + 673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 789.0, + 616.0, + 1255.0, + 616.0, + 1255.0, + 673.0, + 789.0, + 673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1347.0, + 616.0, + 1410.0, + 616.0, + 1410.0, + 673.0, + 1347.0, + 673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 658.0, + 509.0, + 658.0, + 509.0, + 694.0, + 292.0, + 694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 536.0, + 658.0, + 598.0, + 658.0, + 598.0, + 694.0, + 536.0, + 694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 630.0, + 658.0, + 889.0, + 658.0, + 889.0, + 694.0, + 630.0, + 694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 924.0, + 658.0, + 1407.0, + 658.0, + 1407.0, + 694.0, + 924.0, + 694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 686.0, + 856.0, + 686.0, + 856.0, + 725.0, + 295.0, + 725.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 891.0, + 686.0, + 960.0, + 686.0, + 960.0, + 725.0, + 891.0, + 725.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 992.0, + 686.0, + 1005.0, + 686.0, + 1005.0, + 725.0, + 992.0, + 725.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 936.0, + 373.0, + 936.0, + 373.0, + 992.0, + 289.0, + 992.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 623.0, + 936.0, + 952.0, + 936.0, + 952.0, + 992.0, + 623.0, + 992.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 988.0, + 936.0, + 1131.0, + 936.0, + 1131.0, + 992.0, + 988.0, + 992.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1228.0, + 936.0, + 1410.0, + 936.0, + 1410.0, + 992.0, + 1228.0, + 992.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 975.0, + 664.0, + 975.0, + 664.0, + 1019.0, + 293.0, + 1019.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 719.0, + 975.0, + 894.0, + 975.0, + 894.0, + 1019.0, + 719.0, + 1019.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 963.0, + 975.0, + 1405.0, + 975.0, + 1405.0, + 1019.0, + 963.0, + 1019.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1012.0, + 554.0, + 1012.0, + 554.0, + 1047.0, + 293.0, + 1047.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1300.0, + 550.0, + 1300.0, + 550.0, + 1334.0, + 296.0, + 1334.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 584.0, + 1300.0, + 1404.0, + 1300.0, + 1404.0, + 1334.0, + 584.0, + 1334.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1329.0, + 329.0, + 1329.0, + 329.0, + 1365.0, + 295.0, + 1365.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 1329.0, + 1404.0, + 1329.0, + 1404.0, + 1365.0, + 350.0, + 1365.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1361.0, + 409.0, + 1361.0, + 409.0, + 1395.0, + 296.0, + 1395.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 444.0, + 1361.0, + 620.0, + 1361.0, + 620.0, + 1395.0, + 444.0, + 1395.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 659.0, + 1361.0, + 875.0, + 1361.0, + 875.0, + 1395.0, + 659.0, + 1395.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 896.0, + 1361.0, + 1118.0, + 1361.0, + 1118.0, + 1395.0, + 896.0, + 1395.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 788.0, + 964.0, + 788.0, + 964.0, + 827.0, + 296.0, + 827.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1182.0, + 788.0, + 1233.0, + 788.0, + 1233.0, + 827.0, + 1182.0, + 827.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1053.0, + 443.0, + 1053.0, + 443.0, + 1098.0, + 295.0, + 1098.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 463.0, + 1053.0, + 1304.0, + 1053.0, + 1304.0, + 1098.0, + 463.0, + 1098.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1332.0, + 1053.0, + 1353.0, + 1053.0, + 1353.0, + 1098.0, + 1332.0, + 1098.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1399.0, + 527.0, + 1399.0, + 527.0, + 1443.0, + 294.0, + 1443.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 600.0, + 1399.0, + 741.0, + 1399.0, + 741.0, + 1443.0, + 600.0, + 1443.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 845.0, + 1399.0, + 896.0, + 1399.0, + 896.0, + 1443.0, + 845.0, + 1443.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 976.0, + 1399.0, + 1093.0, + 1399.0, + 1093.0, + 1443.0, + 976.0, + 1443.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1252.0, + 1399.0, + 1263.0, + 1399.0, + 1263.0, + 1443.0, + 1252.0, + 1443.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1249.0, + 515.0, + 1249.0, + 515.0, + 1291.0, + 296.0, + 1291.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 658.0, + 1249.0, + 935.0, + 1249.0, + 935.0, + 1291.0, + 658.0, + 1291.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1041.0, + 1249.0, + 1280.0, + 1249.0, + 1280.0, + 1291.0, + 1041.0, + 1291.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 3, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 948, + 1405, + 948, + 1405, + 1166, + 297, + 1166 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 297, + 1454, + 1404, + 1454, + 1404, + 1673, + 297, + 1673 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 298, + 806, + 1404, + 806, + 1404, + 936, + 298, + 936 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 298, + 1284, + 1404, + 1284, + 1404, + 1439, + 298, + 1439 + ], + "score": 0.973 + }, + { + "category_id": 1, + "poly": [ + 298, + 1687, + 1403, + 1687, + 1403, + 1810, + 298, + 1810 + ], + "score": 0.969 + }, + { + "category_id": 1, + "poly": [ + 299, + 1824, + 1402, + 1824, + 1402, + 1948, + 299, + 1948 + ], + "score": 0.968 + }, + { + "category_id": 8, + "poly": [ + 352, + 640, + 1303, + 640, + 1303, + 773, + 352, + 773 + ], + "score": 0.957 + }, + { + "category_id": 3, + "poly": [ + 578, + 224, + 1125, + 224, + 1125, + 376, + 578, + 376 + ], + "score": 0.951 + }, + { + "category_id": 4, + "poly": [ + 451, + 403, + 1249, + 403, + 1249, + 439, + 451, + 439 + ], + "score": 0.93 + }, + { + "category_id": 1, + "poly": [ + 297, + 575, + 1212, + 575, + 1212, + 611, + 297, + 611 + ], + "score": 0.922 + }, + { + "category_id": 2, + "poly": [ + 299, + 74, + 813, + 74, + 813, + 105, + 299, + 105 + ], + "score": 0.904 + }, + { + "category_id": 2, + "poly": [ + 319, + 2004, + 1384, + 2004, + 1384, + 2035, + 319, + 2035 + ], + "score": 0.898 + }, + { + "category_id": 9, + "poly": [ + 1351, + 672, + 1401, + 672, + 1401, + 703, + 1351, + 703 + ], + "score": 0.896 + }, + { + "category_id": 0, + "poly": [ + 300, + 1222, + 842, + 1222, + 842, + 1251, + 300, + 1251 + ], + "score": 0.879 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 859, + 2088, + 859, + 2112, + 841, + 2112 + ], + "score": 0.768 + }, + { + "category_id": 0, + "poly": [ + 296, + 511, + 870, + 511, + 870, + 544, + 296, + 544 + ], + "score": 0.686 + }, + { + "category_id": 1, + "poly": [ + 296, + 511, + 870, + 511, + 870, + 544, + 296, + 544 + ], + "score": 0.301 + }, + { + "category_id": 13, + "poly": [ + 371, + 807, + 524, + 807, + 524, + 841, + 371, + 841 + ], + "score": 0.94, + "latex": "\\epsilon _ { t } \\sim \\mathcal { N } ( \\mathbf { 0 } , I )" + }, + { + "category_id": 13, + "poly": [ + 414, + 1376, + 532, + 1376, + 532, + 1410, + 414, + 1410 + ], + "score": 0.93, + "latex": "q _ { \\sigma } ( \\pmb { x } _ { t } | \\pmb { x } _ { 0 } )" + }, + { + "category_id": 13, + "poly": [ + 380, + 1484, + 555, + 1484, + 555, + 1518, + 380, + 1518 + ], + "score": 0.93, + "latex": "\\{ \\pmb { x } _ { \\tau _ { 1 } } , \\dotsc , \\pmb { x } _ { \\tau _ { S } } \\}" + }, + { + "category_id": 13, + "poly": [ + 795, + 868, + 1299, + 868, + 1299, + 908, + 795, + 908 + ], + "score": 0.93, + "latex": "\\sigma _ { t } = \\bar { \\sqrt { ( 1 - \\alpha _ { t - 1 } ) / ( 1 - \\alpha _ { t } ) } } \\bar { \\sqrt { 1 - \\alpha _ { t } / \\alpha _ { t - 1 } } }" + }, + { + "category_id": 13, + "poly": [ + 1080, + 1484, + 1193, + 1484, + 1193, + 1517, + 1080, + 1517 + ], + "score": 0.93, + "latex": "[ 1 , \\ldots , T ]" + }, + { + "category_id": 13, + "poly": [ + 365, + 577, + 468, + 577, + 468, + 611, + 365, + 611 + ], + "score": 0.92, + "latex": "p _ { \\theta } ( { \\pmb x } _ { 1 : T } )" + }, + { + "category_id": 13, + "poly": [ + 1247, + 1515, + 1402, + 1515, + 1402, + 1549, + 1247, + 1549 + ], + "score": 0.92, + "latex": "q ( { \\pmb x } _ { \\tau _ { i } } | { \\pmb x } _ { 0 } ) =" + }, + { + "category_id": 13, + "poly": [ + 1129, + 404, + 1239, + 404, + 1239, + 438, + 1129, + 438 + ], + "score": 0.92, + "latex": "\\tau = [ 1 , 3 ]" + }, + { + "category_id": 13, + "poly": [ + 703, + 952, + 792, + 952, + 792, + 981, + 703, + 981 + ], + "score": 0.91, + "latex": "\\sigma _ { t } = 0" + }, + { + "category_id": 13, + "poly": [ + 297, + 1545, + 577, + 1545, + 577, + 1583, + 297, + 1583 + ], + "score": 0.91, + "latex": "\\bar { \\mathcal { N } } ( \\sqrt { \\alpha _ { \\tau _ { i } } } \\pmb { x } _ { 0 } , ( 1 - \\alpha _ { \\tau _ { i } } ) \\pmb { I } )" + }, + { + "category_id": 13, + "poly": [ + 1193, + 810, + 1285, + 810, + 1285, + 839, + 1193, + 839 + ], + "score": 0.91, + "latex": "\\alpha _ { 0 } : = 1" + }, + { + "category_id": 13, + "poly": [ + 972, + 1521, + 1120, + 1521, + 1120, + 1549, + 972, + 1549 + ], + "score": 0.9, + "latex": "\\pmb { x } _ { \\tau _ { 1 } } , \\ldots , \\pmb { x } _ { \\tau _ { S } }" + }, + { + "category_id": 13, + "poly": [ + 647, + 982, + 717, + 982, + 717, + 1009, + 647, + 1009 + ], + "score": 0.9, + "latex": "t = 1" + }, + { + "category_id": 13, + "poly": [ + 366, + 985, + 426, + 985, + 426, + 1014, + 366, + 1014 + ], + "score": 0.89, + "latex": "\\mathbf { \\delta x } _ { t - 1 }" + }, + { + "category_id": 13, + "poly": [ + 786, + 1348, + 822, + 1348, + 822, + 1377, + 786, + 1377 + ], + "score": 0.89, + "latex": "L _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 1319, + 1689, + 1355, + 1689, + 1355, + 1718, + 1319, + 1718 + ], + "score": 0.88, + "latex": "L _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 1223, + 1460, + 1279, + 1460, + 1279, + 1486, + 1223, + 1486 + ], + "score": 0.88, + "latex": "\\pmb { x } _ { 1 : T }" + }, + { + "category_id": 13, + "poly": [ + 903, + 583, + 961, + 583, + 961, + 610, + 903, + 610 + ], + "score": 0.88, + "latex": "{ \\mathbf { \\mathcal { x } } } _ { t - 1 }" + }, + { + "category_id": 13, + "poly": [ + 479, + 985, + 513, + 985, + 513, + 1013, + 479, + 1013 + ], + "score": 0.87, + "latex": "\\scriptstyle { \\pmb x } _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1131, + 583, + 1162, + 583, + 1162, + 608, + 1131, + 608 + ], + "score": 0.87, + "latex": "\\mathbf { \\Delta } _ { \\mathbf { \\mathcal { X } } _ { t } }" + }, + { + "category_id": 13, + "poly": [ + 367, + 1077, + 406, + 1077, + 406, + 1103, + 367, + 1103 + ], + "score": 0.86, + "latex": "\\mathbf { \\nabla } _ { \\mathbf { \\mathcal { X } } \\mathcal { T } }" + }, + { + "category_id": 13, + "poly": [ + 994, + 813, + 1024, + 813, + 1024, + 839, + 994, + 839 + ], + "score": 0.86, + "latex": "\\mathbf { \\Delta } _ { \\mathbf { \\mathcal { X } } _ { t } }" + }, + { + "category_id": 13, + "poly": [ + 363, + 1017, + 387, + 1017, + 387, + 1042, + 363, + 1042 + ], + "score": 0.85, + "latex": "\\epsilon _ { t }" + }, + { + "category_id": 13, + "poly": [ + 437, + 1076, + 471, + 1076, + 471, + 1104, + 437, + 1104 + ], + "score": 0.84, + "latex": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 876, + 949, + 899, + 949, + 899, + 979, + 876, + 979 + ], + "score": 0.83, + "latex": "t ^ { 5 }" + }, + { + "category_id": 13, + "poly": [ + 1333, + 843, + 1360, + 843, + 1360, + 869, + 1333, + 869 + ], + "score": 0.83, + "latex": "\\epsilon _ { \\theta }" + }, + { + "category_id": 13, + "poly": [ + 1240, + 2010, + 1267, + 2010, + 1267, + 2032, + 1240, + 2032 + ], + "score": 0.82, + "latex": "\\sigma _ { t }" + }, + { + "category_id": 13, + "poly": [ + 759, + 1318, + 783, + 1318, + 783, + 1344, + 759, + 1344 + ], + "score": 0.81, + "latex": "T" + }, + { + "category_id": 13, + "poly": [ + 1308, + 1072, + 1389, + 1072, + 1389, + 1106, + 1308, + 1106 + ], + "score": 0.8, + "latex": "/ \\mathrm { d } { : } \\mathrm { m } / )" + }, + { + "category_id": 13, + "poly": [ + 1322, + 1486, + 1343, + 1486, + 1343, + 1512, + 1322, + 1512 + ], + "score": 0.79, + "latex": "S" + }, + { + "category_id": 13, + "poly": [ + 1377, + 1317, + 1401, + 1317, + 1401, + 1344, + 1377, + 1344 + ], + "score": 0.79, + "latex": "T" + }, + { + "category_id": 13, + "poly": [ + 967, + 1579, + 1003, + 1579, + 1003, + 1613, + 967, + 1613 + ], + "score": 0.79, + "latex": "( \\tau )" + }, + { + "category_id": 13, + "poly": [ + 419, + 845, + 440, + 845, + 440, + 866, + 419, + 866 + ], + "score": 0.78, + "latex": "\\sigma" + }, + { + "category_id": 13, + "poly": [ + 1370, + 1378, + 1394, + 1378, + 1394, + 1405, + 1370, + 1405 + ], + "score": 0.76, + "latex": "T" + }, + { + "category_id": 14, + "poly": [ + 349, + 640, + 1294, + 640, + 1294, + 766, + 349, + 766 + ], + "score": 0.76, + "latex": "\\begin{array} { r } { x _ { t - 1 } = \\sqrt { \\alpha _ { t - 1 } } \\underbrace { \\Bigg ( \\frac { x _ { t } - \\sqrt { 1 - \\alpha _ { t } } \\epsilon _ { \\theta } ^ { ( t ) } ( { \\pmb x } _ { t } ) } { \\sqrt { \\alpha _ { t } } } \\Bigg ) } _ { \\substack { \\mathrm { ~ \\forall ~ n e d i c t e d ~ } x _ { 0 } \\mathrm { , ~ } } } + \\underbrace { \\sqrt { 1 - \\alpha _ { t - 1 } - \\sigma _ { t } ^ { 2 } } \\cdot \\epsilon _ { \\theta } ^ { ( t ) } ( { \\pmb x } _ { t } ) } _ { \\substack { \\mathrm { ~ \\forall ~ a f i r c t i o n ~ p o i n i n g ~ t o ~ } x _ { t } \\mathrm { , ~ } } } + \\underbrace { \\sigma _ { t } \\epsilon _ { t } } _ { \\substack { \\mathrm { r a n d o m ~ n o i s e } } } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 654, + 1490, + 675, + 1490, + 675, + 1512, + 654, + 1512 + ], + "score": 0.76, + "latex": "\\tau" + }, + { + "category_id": 13, + "poly": [ + 1067, + 1611, + 1090, + 1611, + 1090, + 1637, + 1067, + 1637 + ], + "score": 0.73, + "latex": "T" + }, + { + "category_id": 13, + "poly": [ + 1387, + 1889, + 1402, + 1889, + 1402, + 1914, + 1387, + 1914 + ], + "score": 0.68, + "latex": "t" + }, + { + "category_id": 13, + "poly": [ + 1380, + 875, + 1394, + 875, + 1394, + 901, + 1380, + 901 + ], + "score": 0.67, + "latex": "t" + }, + { + "category_id": 15, + "poly": [ + 771.0, + 225.0, + 806.0, + 225.0, + 806.0, + 257.0, + 771.0, + 257.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 884.0, + 253.0, + 939.0, + 253.0, + 939.0, + 300.0, + 884.0, + 300.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 612.0, + 281.0, + 670.0, + 281.0, + 670.0, + 340.0, + 612.0, + 340.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 763.0, + 279.0, + 823.0, + 279.0, + 823.0, + 335.0, + 763.0, + 335.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 919.0, + 280.0, + 975.0, + 280.0, + 975.0, + 334.0, + 919.0, + 334.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1068.0, + 287.0, + 1120.0, + 287.0, + 1120.0, + 329.0, + 1068.0, + 329.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 644.0, + 336.0, + 780.0, + 336.0, + 780.0, + 369.0, + 644.0, + 369.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 792.0, + 321.0, + 899.0, + 321.0, + 899.0, + 357.0, + 792.0, + 357.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 583.25, + 259.5, + 614.25, + 259.5, + 614.25, + 285.0, + 583.25, + 285.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 449.0, + 402.0, + 1128.0, + 402.0, + 1128.0, + 442.0, + 449.0, + 442.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1240.0, + 402.0, + 1250.0, + 402.0, + 1250.0, + 442.0, + 1240.0, + 442.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 72.0, + 815.0, + 72.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 329.0, + 1998.0, + 1239.0, + 1998.0, + 1239.0, + 2040.0, + 329.0, + 2040.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1268.0, + 1998.0, + 1384.0, + 1998.0, + 1384.0, + 2040.0, + 1268.0, + 2040.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1220.0, + 848.0, + 1220.0, + 848.0, + 1256.0, + 295.0, + 1256.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": [ + 293.0, + 510.0, + 872.0, + 510.0, + 872.0, + 547.0, + 293.0, + 547.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 948.0, + 702.0, + 948.0, + 702.0, + 985.0, + 294.0, + 985.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 793.0, + 948.0, + 875.0, + 948.0, + 875.0, + 985.0, + 793.0, + 985.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 900.0, + 948.0, + 1407.0, + 948.0, + 1407.0, + 985.0, + 900.0, + 985.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 981.0, + 365.0, + 981.0, + 365.0, + 1013.0, + 294.0, + 1013.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 427.0, + 981.0, + 478.0, + 981.0, + 478.0, + 1013.0, + 427.0, + 1013.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 514.0, + 981.0, + 646.0, + 981.0, + 646.0, + 1013.0, + 514.0, + 1013.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 718.0, + 981.0, + 1406.0, + 981.0, + 1406.0, + 1013.0, + 718.0, + 1013.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1011.0, + 362.0, + 1011.0, + 362.0, + 1046.0, + 294.0, + 1046.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 388.0, + 1011.0, + 1403.0, + 1011.0, + 1403.0, + 1046.0, + 388.0, + 1046.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1043.0, + 1403.0, + 1043.0, + 1403.0, + 1074.0, + 295.0, + 1074.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1068.0, + 366.0, + 1068.0, + 366.0, + 1109.0, + 292.0, + 1109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 407.0, + 1068.0, + 436.0, + 1068.0, + 436.0, + 1109.0, + 407.0, + 1109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 472.0, + 1068.0, + 1307.0, + 1068.0, + 1307.0, + 1109.0, + 472.0, + 1109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1390.0, + 1068.0, + 1405.0, + 1068.0, + 1405.0, + 1109.0, + 1390.0, + 1109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1104.0, + 1405.0, + 1104.0, + 1405.0, + 1135.0, + 295.0, + 1135.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1135.0, + 709.0, + 1135.0, + 709.0, + 1167.0, + 293.0, + 1167.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1450.0, + 1222.0, + 1450.0, + 1222.0, + 1491.0, + 291.0, + 1491.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1280.0, + 1450.0, + 1408.0, + 1450.0, + 1408.0, + 1491.0, + 1280.0, + 1491.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1481.0, + 379.0, + 1481.0, + 379.0, + 1524.0, + 292.0, + 1524.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 556.0, + 1481.0, + 653.0, + 1481.0, + 653.0, + 1524.0, + 556.0, + 1524.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 676.0, + 1481.0, + 1079.0, + 1481.0, + 1079.0, + 1524.0, + 676.0, + 1524.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1194.0, + 1481.0, + 1321.0, + 1481.0, + 1321.0, + 1524.0, + 1194.0, + 1524.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1344.0, + 1481.0, + 1407.0, + 1481.0, + 1407.0, + 1524.0, + 1344.0, + 1524.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1511.0, + 971.0, + 1511.0, + 971.0, + 1556.0, + 290.0, + 1556.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1121.0, + 1511.0, + 1246.0, + 1511.0, + 1246.0, + 1556.0, + 1121.0, + 1556.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1403.0, + 1511.0, + 1406.0, + 1511.0, + 1406.0, + 1556.0, + 1403.0, + 1556.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1541.0, + 296.0, + 1541.0, + 296.0, + 1586.0, + 291.0, + 1586.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 578.0, + 1541.0, + 1406.0, + 1541.0, + 1406.0, + 1586.0, + 578.0, + 1586.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1577.0, + 966.0, + 1577.0, + 966.0, + 1616.0, + 292.0, + 1616.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1004.0, + 1577.0, + 1402.0, + 1577.0, + 1402.0, + 1616.0, + 1004.0, + 1616.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1608.0, + 1066.0, + 1608.0, + 1066.0, + 1643.0, + 294.0, + 1643.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1091.0, + 1608.0, + 1404.0, + 1608.0, + 1404.0, + 1643.0, + 1091.0, + 1643.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1641.0, + 1278.0, + 1641.0, + 1278.0, + 1676.0, + 295.0, + 1676.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 804.0, + 370.0, + 804.0, + 370.0, + 842.0, + 293.0, + 842.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 525.0, + 804.0, + 993.0, + 804.0, + 993.0, + 842.0, + 525.0, + 842.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1025.0, + 804.0, + 1192.0, + 804.0, + 1192.0, + 842.0, + 1025.0, + 842.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1286.0, + 804.0, + 1406.0, + 804.0, + 1406.0, + 842.0, + 1286.0, + 842.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 839.0, + 418.0, + 839.0, + 418.0, + 872.0, + 294.0, + 872.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 441.0, + 839.0, + 1332.0, + 839.0, + 1332.0, + 872.0, + 441.0, + 872.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1361.0, + 839.0, + 1405.0, + 839.0, + 1405.0, + 872.0, + 1361.0, + 872.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 870.0, + 794.0, + 870.0, + 794.0, + 911.0, + 292.0, + 911.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1300.0, + 870.0, + 1379.0, + 870.0, + 1379.0, + 911.0, + 1300.0, + 911.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1395.0, + 870.0, + 1408.0, + 870.0, + 1408.0, + 911.0, + 1395.0, + 911.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 903.0, + 1277.0, + 903.0, + 1277.0, + 937.0, + 294.0, + 937.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1286.0, + 1405.0, + 1286.0, + 1405.0, + 1319.0, + 294.0, + 1319.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1315.0, + 758.0, + 1315.0, + 758.0, + 1351.0, + 292.0, + 1351.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 784.0, + 1315.0, + 1376.0, + 1315.0, + 1376.0, + 1351.0, + 784.0, + 1351.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1402.0, + 1315.0, + 1405.0, + 1315.0, + 1405.0, + 1351.0, + 1402.0, + 1351.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1346.0, + 785.0, + 1346.0, + 785.0, + 1381.0, + 292.0, + 1381.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 823.0, + 1346.0, + 1405.0, + 1346.0, + 1405.0, + 1381.0, + 823.0, + 1381.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1375.0, + 413.0, + 1375.0, + 413.0, + 1412.0, + 292.0, + 1412.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 533.0, + 1375.0, + 1369.0, + 1375.0, + 1369.0, + 1412.0, + 533.0, + 1412.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1395.0, + 1375.0, + 1402.0, + 1375.0, + 1402.0, + 1412.0, + 1395.0, + 1412.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1407.0, + 1404.0, + 1407.0, + 1404.0, + 1444.0, + 294.0, + 1444.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1688.0, + 1318.0, + 1688.0, + 1318.0, + 1721.0, + 294.0, + 1721.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1356.0, + 1688.0, + 1403.0, + 1688.0, + 1403.0, + 1721.0, + 1356.0, + 1721.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1718.0, + 1404.0, + 1718.0, + 1404.0, + 1751.0, + 294.0, + 1751.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1750.0, + 1402.0, + 1750.0, + 1402.0, + 1782.0, + 294.0, + 1782.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1779.0, + 1400.0, + 1779.0, + 1400.0, + 1811.0, + 294.0, + 1811.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1825.0, + 1404.0, + 1825.0, + 1404.0, + 1858.0, + 295.0, + 1858.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1857.0, + 1406.0, + 1857.0, + 1406.0, + 1890.0, + 295.0, + 1890.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1887.0, + 1386.0, + 1887.0, + 1386.0, + 1919.0, + 293.0, + 1919.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1403.0, + 1887.0, + 1407.0, + 1887.0, + 1407.0, + 1919.0, + 1403.0, + 1919.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1918.0, + 1223.0, + 1918.0, + 1223.0, + 1950.0, + 295.0, + 1950.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 574.0, + 364.0, + 574.0, + 364.0, + 614.0, + 294.0, + 614.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 469.0, + 574.0, + 902.0, + 574.0, + 902.0, + 614.0, + 469.0, + 614.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 962.0, + 574.0, + 1130.0, + 574.0, + 1130.0, + 614.0, + 962.0, + 614.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1163.0, + 574.0, + 1214.0, + 574.0, + 1214.0, + 614.0, + 1163.0, + 614.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 510.0, + 872.0, + 510.0, + 872.0, + 547.0, + 293.0, + 547.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 4, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1649, + 1404, + 1649, + 1404, + 1958, + 297, + 1958 + ], + "score": 0.985 + }, + { + "category_id": 1, + "poly": [ + 298, + 1400, + 1404, + 1400, + 1404, + 1558, + 298, + 1558 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 298, + 890, + 1403, + 890, + 1403, + 1077, + 298, + 1077 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 298, + 625, + 1404, + 625, + 1404, + 780, + 298, + 780 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 298, + 1090, + 1403, + 1090, + 1403, + 1245, + 298, + 1245 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 295, + 285, + 1400, + 285, + 1400, + 351, + 295, + 351 + ], + "score": 0.956 + }, + { + "category_id": 8, + "poly": [ + 484, + 360, + 1217, + 360, + 1217, + 453, + 484, + 453 + ], + "score": 0.952 + }, + { + "category_id": 1, + "poly": [ + 298, + 1258, + 1400, + 1258, + 1400, + 1322, + 298, + 1322 + ], + "score": 0.949 + }, + { + "category_id": 1, + "poly": [ + 296, + 465, + 1402, + 465, + 1402, + 531, + 296, + 531 + ], + "score": 0.948 + }, + { + "category_id": 8, + "poly": [ + 543, + 1333, + 1155, + 1333, + 1155, + 1392, + 543, + 1392 + ], + "score": 0.942 + }, + { + "category_id": 1, + "poly": [ + 298, + 1971, + 1400, + 1971, + 1400, + 2035, + 298, + 2035 + ], + "score": 0.936 + }, + { + "category_id": 8, + "poly": [ + 472, + 542, + 1225, + 542, + 1225, + 616, + 472, + 616 + ], + "score": 0.934 + }, + { + "category_id": 0, + "poly": [ + 299, + 824, + 558, + 824, + 558, + 859, + 299, + 859 + ], + "score": 0.917 + }, + { + "category_id": 2, + "poly": [ + 299, + 74, + 814, + 74, + 814, + 105, + 299, + 105 + ], + "score": 0.911 + }, + { + "category_id": 0, + "poly": [ + 299, + 1594, + 785, + 1594, + 785, + 1625, + 299, + 1625 + ], + "score": 0.905 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1349, + 1400, + 1349, + 1400, + 1379, + 1352, + 1379 + ], + "score": 0.9 + }, + { + "category_id": 9, + "poly": [ + 1352, + 564, + 1400, + 564, + 1400, + 595, + 1352, + 595 + ], + "score": 0.896 + }, + { + "category_id": 2, + "poly": [ + 840, + 2088, + 859, + 2088, + 859, + 2112, + 840, + 2112 + ], + "score": 0.783 + }, + { + "category_id": 9, + "poly": [ + 1352, + 392, + 1400, + 392, + 1400, + 424, + 1352, + 424 + ], + "score": 0.767 + }, + { + "category_id": 0, + "poly": [ + 299, + 229, + 742, + 229, + 742, + 261, + 299, + 261 + ], + "score": 0.682 + }, + { + "category_id": 9, + "poly": [ + 1352, + 392, + 1400, + 392, + 1400, + 424, + 1352, + 424 + ], + "score": 0.177 + }, + { + "category_id": 2, + "poly": [ + 299, + 229, + 742, + 229, + 742, + 261, + 299, + 261 + ], + "score": 0.137 + }, + { + "category_id": 14, + "poly": [ + 481, + 358, + 1216, + 358, + 1216, + 454, + 481, + 454 + ], + "score": 0.94, + "latex": "\\sqrt { \\frac { 1 } { \\alpha _ { t - 1 } } } { \\pmb x } _ { t - 1 } = \\sqrt { \\frac { 1 } { \\alpha _ { t } } } { \\pmb x } _ { t } + \\left( \\sqrt { \\frac { 1 - \\alpha _ { t - 1 } } { \\alpha _ { t - 1 } } } - \\sqrt { \\frac { 1 - \\alpha _ { t } } { \\alpha _ { t } } } \\right) \\epsilon _ { \\theta } ^ { ( t ) } ( { \\pmb x } _ { t } )" + }, + { + "category_id": 14, + "poly": [ + 474, + 538, + 1226, + 538, + 1226, + 618, + 474, + 618 + ], + "score": 0.94, + "latex": "H ( 0 ) = \\int _ { M } ^ { 0 } \\epsilon _ { \\theta } ^ { \\lambda } ( H ( \\lambda ) \\sqrt { \\lambda ^ { 2 } - 1 } ) \\mathrm { d } \\lambda + H ( M ) , \\quad H ( M ) \\sim \\mathcal { N } ( \\mathbf { 0 } , I )" + }, + { + "category_id": 14, + "poly": [ + 546, + 1332, + 1152, + 1332, + 1152, + 1393, + 546, + 1393 + ], + "score": 0.93, + "latex": "\\sigma _ { \\tau _ { i } } ( \\eta ) = \\eta \\sqrt { ( 1 - \\alpha _ { \\tau _ { i - 1 } } ) / ( 1 - \\alpha _ { \\tau _ { i } } ) } \\sqrt { 1 - \\alpha _ { \\tau _ { i } } / \\alpha _ { \\tau _ { i - 1 } } } ," + }, + { + "category_id": 13, + "poly": [ + 853, + 466, + 948, + 466, + 948, + 501, + 853, + 501 + ], + "score": 0.93, + "latex": "( { \\pmb x } / { \\sqrt { \\alpha } } )" + }, + { + "category_id": 13, + "poly": [ + 373, + 1403, + 477, + 1403, + 477, + 1435, + 373, + 1435 + ], + "score": 0.92, + "latex": "\\eta \\in \\mathbb { R } _ { \\geq 0 }" + }, + { + "category_id": 13, + "poly": [ + 573, + 1433, + 642, + 1433, + 642, + 1464, + 573, + 1464 + ], + "score": 0.92, + "latex": "\\eta = 1" + }, + { + "category_id": 13, + "poly": [ + 558, + 464, + 723, + 464, + 723, + 501, + 558, + 501 + ], + "score": 0.92, + "latex": "( \\sqrt { 1 - \\alpha } / \\sqrt { \\alpha } )" + }, + { + "category_id": 13, + "poly": [ + 775, + 1260, + 887, + 1260, + 887, + 1294, + 775, + 1294 + ], + "score": 0.92, + "latex": "[ 1 , \\ldots , T ]" + }, + { + "category_id": 13, + "poly": [ + 1008, + 467, + 1073, + 467, + 1073, + 501, + 1008, + 501 + ], + "score": 0.91, + "latex": "H ( \\lambda )" + }, + { + "category_id": 13, + "poly": [ + 298, + 1864, + 476, + 1864, + 476, + 1897, + 298, + 1897 + ], + "score": 0.91, + "latex": "\\bar { \\mathrm { d i m } } \\dot { ( \\tau ) } = 1 \\bar { 0 } 0 0" + }, + { + "category_id": 13, + "poly": [ + 949, + 1091, + 1079, + 1091, + 1079, + 1120, + 949, + 1120 + ], + "score": 0.91, + "latex": "T \\ = \\ 1 0 0 0" + }, + { + "category_id": 13, + "poly": [ + 507, + 1123, + 588, + 1123, + 588, + 1154, + 507, + 1154 + ], + "score": 0.91, + "latex": "\\gamma = 1" + }, + { + "category_id": 13, + "poly": [ + 838, + 1433, + 906, + 1433, + 906, + 1464, + 838, + 1464 + ], + "score": 0.9, + "latex": "\\eta = 0" + }, + { + "category_id": 13, + "poly": [ + 775, + 1464, + 829, + 1464, + 829, + 1498, + 775, + 1498 + ], + "score": 0.89, + "latex": "\\sigma ( 1 )" + }, + { + "category_id": 13, + "poly": [ + 1112, + 1461, + 1394, + 1461, + 1394, + 1499, + 1112, + 1499 + ], + "score": 0.89, + "latex": "\\hat { \\sigma } _ { \\tau _ { i } } = \\sqrt { 1 - \\alpha _ { \\tau _ { i } } / \\alpha _ { \\tau _ { i - 1 } } }" + }, + { + "category_id": 13, + "poly": [ + 930, + 1805, + 1006, + 1805, + 1006, + 1835, + 930, + 1835 + ], + "score": 0.89, + "latex": "{ \\mathfrak { \\eta } } = 1" + }, + { + "category_id": 13, + "poly": [ + 1253, + 658, + 1325, + 658, + 1325, + 685, + 1253, + 685 + ], + "score": 0.89, + "latex": "t = 0" + }, + { + "category_id": 13, + "poly": [ + 591, + 1804, + 676, + 1804, + 676, + 1837, + 591, + 1837 + ], + "score": 0.88, + "latex": "\\dim ( \\tau )" + }, + { + "category_id": 13, + "poly": [ + 892, + 1895, + 977, + 1895, + 977, + 1928, + 892, + 1928 + ], + "score": 0.88, + "latex": "\\dim ( \\tau )" + }, + { + "category_id": 13, + "poly": [ + 1046, + 1835, + 1131, + 1835, + 1131, + 1867, + 1046, + 1867 + ], + "score": 0.88, + "latex": "\\dim ( \\tau )" + }, + { + "category_id": 13, + "poly": [ + 948, + 628, + 1025, + 628, + 1025, + 655, + 948, + 655 + ], + "score": 0.88, + "latex": "\\alpha \\approx 0" + }, + { + "category_id": 13, + "poly": [ + 1087, + 1742, + 1172, + 1742, + 1172, + 1775, + 1087, + 1775 + ], + "score": 0.88, + "latex": "\\dim ( \\tau )" + }, + { + "category_id": 13, + "poly": [ + 828, + 924, + 880, + 924, + 880, + 952, + 828, + 952 + ], + "score": 0.88, + "latex": "1 0 \\times" + }, + { + "category_id": 13, + "poly": [ + 919, + 923, + 985, + 923, + 985, + 952, + 919, + 952 + ], + "score": 0.88, + "latex": "1 0 0 \\times" + }, + { + "category_id": 13, + "poly": [ + 1364, + 1092, + 1401, + 1092, + 1401, + 1125, + 1364, + 1125 + ], + "score": 0.87, + "latex": "L _ { \\gamma }" + }, + { + "category_id": 13, + "poly": [ + 1032, + 956, + 1071, + 956, + 1071, + 984, + 1032, + 984 + ], + "score": 0.87, + "latex": "\\mathbfit { \\mathbf { x } } _ { T }" + }, + { + "category_id": 13, + "poly": [ + 532, + 692, + 571, + 692, + 571, + 718, + 532, + 718 + ], + "score": 0.86, + "latex": "\\mathbf { \\nabla } _ { \\mathbf { x } _ { T } }" + }, + { + "category_id": 13, + "poly": [ + 467, + 692, + 501, + 692, + 501, + 718, + 467, + 718 + ], + "score": 0.86, + "latex": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 889, + 1713, + 989, + 1713, + 989, + 1746, + 889, + 1746 + ], + "score": 0.86, + "latex": "( \\dim ( \\tau ) )" + }, + { + "category_id": 13, + "poly": [ + 1172, + 1775, + 1249, + 1775, + 1249, + 1805, + 1172, + 1805 + ], + "score": 0.86, + "latex": "( \\eta = 0" + }, + { + "category_id": 13, + "poly": [ + 1239, + 472, + 1272, + 472, + 1272, + 499, + 1239, + 499 + ], + "score": 0.85, + "latex": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1202, + 721, + 1240, + 721, + 1240, + 748, + 1202, + 748 + ], + "score": 0.84, + "latex": "\\mathbf { \\nabla } _ { \\mathbf { \\mathcal { X } } \\mathcal { T } }" + }, + { + "category_id": 13, + "poly": [ + 298, + 662, + 321, + 662, + 321, + 684, + 298, + 684 + ], + "score": 0.84, + "latex": "T" + }, + { + "category_id": 13, + "poly": [ + 524, + 627, + 558, + 627, + 558, + 654, + 524, + 654 + ], + "score": 0.84, + "latex": "M" + }, + { + "category_id": 13, + "poly": [ + 496, + 1896, + 516, + 1896, + 516, + 1922, + 496, + 1922 + ], + "score": 0.83, + "latex": "\\hat { \\sigma }" + }, + { + "category_id": 13, + "poly": [ + 526, + 1866, + 546, + 1866, + 546, + 1893, + 526, + 1893 + ], + "score": 0.81, + "latex": "\\hat { \\sigma }" + }, + { + "category_id": 13, + "poly": [ + 782, + 468, + 802, + 468, + 802, + 495, + 782, + 495 + ], + "score": 0.81, + "latex": "\\lambda" + }, + { + "category_id": 13, + "poly": [ + 298, + 1744, + 333, + 1744, + 333, + 1775, + 298, + 1775 + ], + "score": 0.81, + "latex": "( \\eta )" + }, + { + "category_id": 13, + "poly": [ + 998, + 1296, + 1019, + 1296, + 1019, + 1318, + 998, + 1318 + ], + "score": 0.79, + "latex": "\\sigma" + }, + { + "category_id": 13, + "poly": [ + 540, + 1296, + 558, + 1296, + 558, + 1318, + 540, + 1318 + ], + "score": 0.78, + "latex": "\\tau" + }, + { + "category_id": 13, + "poly": [ + 1362, + 658, + 1384, + 658, + 1384, + 684, + 1362, + 684 + ], + "score": 0.76, + "latex": "T" + }, + { + "category_id": 13, + "poly": [ + 1341, + 1267, + 1361, + 1267, + 1361, + 1288, + 1341, + 1288 + ], + "score": 0.76, + "latex": "\\sigma" + }, + { + "category_id": 13, + "poly": [ + 1059, + 1806, + 1079, + 1806, + 1079, + 1831, + 1059, + 1831 + ], + "score": 0.75, + "latex": "\\hat { \\sigma }" + }, + { + "category_id": 13, + "poly": [ + 1296, + 1187, + 1316, + 1187, + 1316, + 1210, + 1296, + 1210 + ], + "score": 0.74, + "latex": "\\sigma" + }, + { + "category_id": 13, + "poly": [ + 643, + 1187, + 663, + 1187, + 663, + 1211, + 643, + 1211 + ], + "score": 0.73, + "latex": "\\tau" + }, + { + "category_id": 13, + "poly": [ + 388, + 2008, + 408, + 2008, + 408, + 2030, + 388, + 2030 + ], + "score": 0.73, + "latex": "\\sigma" + }, + { + "category_id": 13, + "poly": [ + 717, + 1266, + 736, + 1266, + 736, + 1288, + 717, + 1288 + ], + "score": 0.72, + "latex": "\\tau" + }, + { + "category_id": 13, + "poly": [ + 1074, + 1465, + 1095, + 1465, + 1095, + 1493, + 1074, + 1493 + ], + "score": 0.72, + "latex": "\\hat { \\sigma }" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 821.0, + 561.0, + 821.0, + 561.0, + 865.0, + 292.0, + 865.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 72.0, + 815.0, + 72.0, + 815.0, + 108.0, + 296.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1591.0, + 788.0, + 1591.0, + 788.0, + 1633.0, + 293.0, + 1633.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 840.0, + 2086.0, + 862.0, + 2086.0, + 862.0, + 2116.0, + 840.0, + 2116.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 226.0, + 745.0, + 226.0, + 745.0, + 266.0, + 293.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 226.0, + 745.0, + 226.0, + 745.0, + 266.0, + 293.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1650.0, + 1405.0, + 1650.0, + 1405.0, + 1686.0, + 294.0, + 1686.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1676.0, + 1405.0, + 1676.0, + 1405.0, + 1720.0, + 292.0, + 1720.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1710.0, + 888.0, + 1710.0, + 888.0, + 1750.0, + 294.0, + 1750.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 990.0, + 1710.0, + 1404.0, + 1710.0, + 1404.0, + 1750.0, + 990.0, + 1750.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1741.0, + 297.0, + 1741.0, + 297.0, + 1780.0, + 294.0, + 1780.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 334.0, + 1741.0, + 1086.0, + 1741.0, + 1086.0, + 1780.0, + 334.0, + 1780.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1173.0, + 1741.0, + 1404.0, + 1741.0, + 1404.0, + 1780.0, + 1173.0, + 1780.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1773.0, + 1171.0, + 1773.0, + 1171.0, + 1809.0, + 295.0, + 1809.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1250.0, + 1773.0, + 1404.0, + 1773.0, + 1404.0, + 1809.0, + 1250.0, + 1809.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1803.0, + 590.0, + 1803.0, + 590.0, + 1839.0, + 294.0, + 1839.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 677.0, + 1803.0, + 929.0, + 1803.0, + 929.0, + 1839.0, + 677.0, + 1839.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1007.0, + 1803.0, + 1058.0, + 1803.0, + 1058.0, + 1839.0, + 1007.0, + 1839.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1080.0, + 1803.0, + 1404.0, + 1803.0, + 1404.0, + 1839.0, + 1080.0, + 1839.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1833.0, + 1045.0, + 1833.0, + 1045.0, + 1871.0, + 292.0, + 1871.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1132.0, + 1833.0, + 1407.0, + 1833.0, + 1407.0, + 1871.0, + 1132.0, + 1871.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 477.0, + 1864.0, + 525.0, + 1864.0, + 525.0, + 1899.0, + 477.0, + 1899.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 547.0, + 1864.0, + 1406.0, + 1864.0, + 1406.0, + 1899.0, + 547.0, + 1899.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1894.0, + 495.0, + 1894.0, + 495.0, + 1930.0, + 294.0, + 1930.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 517.0, + 1894.0, + 891.0, + 1894.0, + 891.0, + 1930.0, + 517.0, + 1930.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 978.0, + 1894.0, + 1405.0, + 1894.0, + 1405.0, + 1930.0, + 978.0, + 1930.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1926.0, + 1401.0, + 1926.0, + 1401.0, + 1958.0, + 295.0, + 1958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1401.0, + 372.0, + 1401.0, + 372.0, + 1435.0, + 296.0, + 1435.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 478.0, + 1401.0, + 1404.0, + 1401.0, + 1404.0, + 1435.0, + 478.0, + 1435.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1429.0, + 572.0, + 1429.0, + 572.0, + 1467.0, + 292.0, + 1467.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 643.0, + 1429.0, + 837.0, + 1429.0, + 837.0, + 1467.0, + 643.0, + 1467.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 907.0, + 1429.0, + 1405.0, + 1429.0, + 1405.0, + 1467.0, + 907.0, + 1467.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1455.0, + 774.0, + 1455.0, + 774.0, + 1507.0, + 290.0, + 1507.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 830.0, + 1455.0, + 1073.0, + 1455.0, + 1073.0, + 1507.0, + 830.0, + 1507.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1096.0, + 1455.0, + 1111.0, + 1455.0, + 1111.0, + 1507.0, + 1096.0, + 1507.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1395.0, + 1455.0, + 1405.0, + 1455.0, + 1405.0, + 1507.0, + 1395.0, + 1507.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1495.0, + 1402.0, + 1495.0, + 1402.0, + 1529.0, + 296.0, + 1529.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1526.0, + 1124.0, + 1526.0, + 1124.0, + 1560.0, + 296.0, + 1560.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 890.0, + 1405.0, + 890.0, + 1405.0, + 927.0, + 293.0, + 927.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 922.0, + 827.0, + 922.0, + 827.0, + 958.0, + 294.0, + 958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 881.0, + 922.0, + 918.0, + 922.0, + 918.0, + 958.0, + 881.0, + 958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 986.0, + 922.0, + 1405.0, + 922.0, + 1405.0, + 958.0, + 986.0, + 958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 950.0, + 1031.0, + 950.0, + 1031.0, + 989.0, + 291.0, + 989.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1072.0, + 950.0, + 1404.0, + 950.0, + 1404.0, + 989.0, + 1072.0, + 989.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 981.0, + 1404.0, + 981.0, + 1404.0, + 1019.0, + 293.0, + 1019.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1013.0, + 1404.0, + 1013.0, + 1404.0, + 1048.0, + 294.0, + 1048.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1042.0, + 1256.0, + 1042.0, + 1256.0, + 1081.0, + 294.0, + 1081.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 625.0, + 523.0, + 625.0, + 523.0, + 659.0, + 296.0, + 659.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 559.0, + 625.0, + 947.0, + 625.0, + 947.0, + 659.0, + 559.0, + 659.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1026.0, + 625.0, + 1401.0, + 625.0, + 1401.0, + 659.0, + 1026.0, + 659.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 653.0, + 1252.0, + 653.0, + 1252.0, + 692.0, + 322.0, + 692.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1326.0, + 653.0, + 1361.0, + 653.0, + 1361.0, + 692.0, + 1326.0, + 692.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1385.0, + 653.0, + 1404.0, + 653.0, + 1404.0, + 692.0, + 1385.0, + 692.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 684.0, + 466.0, + 684.0, + 466.0, + 724.0, + 293.0, + 724.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 502.0, + 684.0, + 531.0, + 684.0, + 531.0, + 724.0, + 502.0, + 724.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 572.0, + 684.0, + 1406.0, + 684.0, + 1406.0, + 724.0, + 572.0, + 724.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 713.0, + 1201.0, + 713.0, + 1201.0, + 753.0, + 292.0, + 753.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1241.0, + 713.0, + 1406.0, + 713.0, + 1406.0, + 753.0, + 1241.0, + 753.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 746.0, + 1307.0, + 746.0, + 1307.0, + 781.0, + 295.0, + 781.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1085.0, + 948.0, + 1085.0, + 948.0, + 1130.0, + 292.0, + 1130.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1080.0, + 1085.0, + 1363.0, + 1085.0, + 1363.0, + 1130.0, + 1080.0, + 1130.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1118.0, + 506.0, + 1118.0, + 506.0, + 1158.0, + 293.0, + 1158.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 589.0, + 1118.0, + 1405.0, + 1118.0, + 1405.0, + 1158.0, + 589.0, + 1158.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1152.0, + 1405.0, + 1152.0, + 1405.0, + 1189.0, + 294.0, + 1189.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1183.0, + 642.0, + 1183.0, + 642.0, + 1217.0, + 296.0, + 1217.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 664.0, + 1183.0, + 1295.0, + 1183.0, + 1295.0, + 1217.0, + 664.0, + 1217.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1317.0, + 1183.0, + 1404.0, + 1183.0, + 1404.0, + 1217.0, + 1317.0, + 1217.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1214.0, + 1109.0, + 1214.0, + 1109.0, + 1247.0, + 296.0, + 1247.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 282.0, + 1404.0, + 282.0, + 1404.0, + 325.0, + 292.0, + 325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 317.0, + 861.0, + 317.0, + 861.0, + 356.0, + 294.0, + 356.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1257.0, + 716.0, + 1257.0, + 716.0, + 1295.0, + 296.0, + 1295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 737.0, + 1257.0, + 774.0, + 1257.0, + 774.0, + 1295.0, + 737.0, + 1295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 888.0, + 1257.0, + 1340.0, + 1257.0, + 1340.0, + 1295.0, + 888.0, + 1295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1362.0, + 1257.0, + 1402.0, + 1257.0, + 1402.0, + 1295.0, + 1362.0, + 1295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1291.0, + 539.0, + 1291.0, + 539.0, + 1323.0, + 297.0, + 1323.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 559.0, + 1291.0, + 997.0, + 1291.0, + 997.0, + 1323.0, + 559.0, + 1323.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1020.0, + 1291.0, + 1186.0, + 1291.0, + 1186.0, + 1323.0, + 1020.0, + 1323.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 464.0, + 557.0, + 464.0, + 557.0, + 504.0, + 295.0, + 504.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 724.0, + 464.0, + 781.0, + 464.0, + 781.0, + 504.0, + 724.0, + 504.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 803.0, + 464.0, + 852.0, + 464.0, + 852.0, + 504.0, + 803.0, + 504.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 949.0, + 464.0, + 1007.0, + 464.0, + 1007.0, + 504.0, + 949.0, + 504.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1074.0, + 464.0, + 1238.0, + 464.0, + 1238.0, + 504.0, + 1074.0, + 504.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1273.0, + 464.0, + 1404.0, + 464.0, + 1404.0, + 504.0, + 1273.0, + 504.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 495.0, + 997.0, + 495.0, + 997.0, + 532.0, + 296.0, + 532.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1971.0, + 1404.0, + 1971.0, + 1404.0, + 2007.0, + 294.0, + 2007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 2003.0, + 387.0, + 2003.0, + 387.0, + 2039.0, + 296.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 409.0, + 2003.0, + 1405.0, + 2003.0, + 1405.0, + 2039.0, + 409.0, + 2039.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 5, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 296, + 1415, + 1405, + 1415, + 1405, + 1693, + 296, + 1693 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 297, + 1089, + 1404, + 1089, + 1404, + 1305, + 297, + 1305 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 300, + 982, + 1402, + 982, + 1402, + 1073, + 300, + 1073 + ], + "score": 0.972 + }, + { + "category_id": 3, + "poly": [ + 403, + 1757, + 1299, + 1757, + 1299, + 1964, + 403, + 1964 + ], + "score": 0.953 + }, + { + "category_id": 6, + "poly": [ + 296, + 223, + 1406, + 223, + 1406, + 318, + 296, + 318 + ], + "score": 0.916 + }, + { + "category_id": 4, + "poly": [ + 402, + 878, + 1294, + 878, + 1294, + 912, + 402, + 912 + ], + "score": 0.912 + }, + { + "category_id": 4, + "poly": [ + 296, + 1992, + 1401, + 1992, + 1401, + 2027, + 296, + 2027 + ], + "score": 0.904 + }, + { + "category_id": 2, + "poly": [ + 300, + 76, + 813, + 76, + 813, + 104, + 300, + 104 + ], + "score": 0.897 + }, + { + "category_id": 0, + "poly": [ + 301, + 1354, + 772, + 1354, + 772, + 1385, + 301, + 1385 + ], + "score": 0.876 + }, + { + "category_id": 5, + "poly": [ + 303, + 341, + 1397, + 341, + 1397, + 586, + 303, + 586 + ], + "score": 0.86, + "html": "
CIFAR10 (32× 32)CelebA (64× 64)
S10205010010001020501001000
0.013.366.84 4.67 4.164.0417.3313.739.176.533.51
0.214.047.114.774.254.0917.6614.119.516.793.64
n 0.516.668.355.254.464.2919.8616.0611.018.094.28
1.041.0718.368.015.784.7333.1226.0318.4813.935.98
6367.43133.3732.729.993.17299.71183.8371.7145.203.26
" + }, + { + "category_id": 3, + "poly": [ + 314, + 630, + 1389, + 630, + 1389, + 854, + 314, + 854 + ], + "score": 0.853 + }, + { + "category_id": 2, + "poly": [ + 841, + 2087, + 858, + 2087, + 858, + 2111, + 841, + 2111 + ], + "score": 0.688 + }, + { + "category_id": 2, + "poly": [ + 841, + 2087, + 859, + 2087, + 859, + 2111, + 841, + 2111 + ], + "score": 0.204 + }, + { + "category_id": 13, + "poly": [ + 809, + 286, + 900, + 286, + 900, + 317, + 809, + 317 + ], + "score": 0.91, + "latex": "\\eta = 0 . 0" + }, + { + "category_id": 13, + "poly": [ + 921, + 878, + 1071, + 878, + 1071, + 912, + 921, + 912 + ], + "score": 0.9, + "latex": "\\dim ( \\tau ) = 1 0" + }, + { + "category_id": 13, + "poly": [ + 883, + 255, + 1010, + 255, + 1010, + 283, + 883, + 283 + ], + "score": 0.9, + "latex": "T = 1 0 0 0" + }, + { + "category_id": 13, + "poly": [ + 1137, + 256, + 1226, + 256, + 1226, + 283, + 1137, + 283 + ], + "score": 0.9, + "latex": "S < T" + }, + { + "category_id": 13, + "poly": [ + 1122, + 877, + 1285, + 877, + 1285, + 912, + 1122, + 912 + ], + "score": 0.9, + "latex": "\\dim ( \\tau ) = 1 0 0" + }, + { + "category_id": 13, + "poly": [ + 1077, + 225, + 1180, + 225, + 1180, + 257, + 1077, + 257 + ], + "score": 0.9, + "latex": "\\eta = 1 . 0" + }, + { + "category_id": 13, + "poly": [ + 1317, + 1182, + 1370, + 1182, + 1370, + 1211, + 1317, + 1211 + ], + "score": 0.88, + "latex": "1 0 \\times" + }, + { + "category_id": 13, + "poly": [ + 527, + 1243, + 593, + 1243, + 593, + 1272, + 527, + 1272 + ], + "score": 0.87, + "latex": "1 0 0 \\times" + }, + { + "category_id": 13, + "poly": [ + 903, + 1421, + 937, + 1421, + 937, + 1447, + 903, + 1447 + ], + "score": 0.87, + "latex": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 688, + 1481, + 727, + 1481, + 727, + 1508, + 688, + 1508 + ], + "score": 0.87, + "latex": "\\mathbf { \\nabla } _ { \\mathbf { x } _ { T } }" + }, + { + "category_id": 13, + "poly": [ + 297, + 1212, + 351, + 1212, + 351, + 1242, + 297, + 1242 + ], + "score": 0.86, + "latex": "5 0 \\times" + }, + { + "category_id": 13, + "poly": [ + 1355, + 1423, + 1393, + 1423, + 1393, + 1447, + 1355, + 1447 + ], + "score": 0.85, + "latex": "\\mathbf { \\nabla } _ { \\mathbf { \\mathcal { X } } \\mathcal { T } }" + }, + { + "category_id": 13, + "poly": [ + 297, + 1604, + 336, + 1604, + 336, + 1630, + 297, + 1630 + ], + "score": 0.85, + "latex": "\\mathbf { \\nabla } _ { \\mathbf { x } _ { T } }" + }, + { + "category_id": 13, + "poly": [ + 297, + 1514, + 336, + 1514, + 336, + 1540, + 297, + 1540 + ], + "score": 0.83, + "latex": "\\mathbf { \\nabla } _ { \\mathbf { x } _ { T } }" + }, + { + "category_id": 13, + "poly": [ + 1235, + 226, + 1257, + 226, + 1257, + 252, + 1235, + 252 + ], + "score": 0.81, + "latex": "\\hat { \\sigma }" + }, + { + "category_id": 13, + "poly": [ + 571, + 985, + 591, + 985, + 591, + 1010, + 571, + 1010 + ], + "score": 0.79, + "latex": "\\hat { \\sigma }" + }, + { + "category_id": 13, + "poly": [ + 658, + 287, + 681, + 287, + 681, + 314, + 658, + 314 + ], + "score": 0.76, + "latex": "S" + }, + { + "category_id": 13, + "poly": [ + 1373, + 1453, + 1392, + 1453, + 1392, + 1476, + 1373, + 1476 + ], + "score": 0.68, + "latex": "\\tau" + }, + { + "category_id": 13, + "poly": [ + 593, + 1994, + 640, + 1994, + 640, + 2023, + 593, + 2023 + ], + "score": 0.56, + "latex": "5 0 \\mathrm { k }" + }, + { + "category_id": 15, + "poly": [ + 596.0, + 1758.0, + 700.0, + 1758.0, + 700.0, + 1790.0, + 596.0, + 1790.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1058.0, + 1755.0, + 1172.0, + 1755.0, + 1172.0, + 1794.0, + 1058.0, + 1794.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 402.0, + 1779.0, + 462.0, + 1779.0, + 462.0, + 1886.0, + 402.0, + 1886.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 690.0, + 1829.0, + 705.0, + 1829.0, + 705.0, + 1842.0, + 690.0, + 1842.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 758.0, + 1808.0, + 766.0, + 1808.0, + 766.0, + 1817.0, + 758.0, + 1817.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 791.0, + 1792.0, + 829.0, + 1792.0, + 829.0, + 1835.0, + 791.0, + 1835.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 864.0, + 1777.0, + 937.0, + 1777.0, + 937.0, + 1886.0, + 864.0, + 1886.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 439.0, + 1839.0, + 460.0, + 1839.0, + 460.0, + 1863.0, + 439.0, + 1863.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 629.0, + 1845.0, + 670.0, + 1845.0, + 670.0, + 1892.0, + 629.0, + 1892.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 895.0, + 1836.0, + 936.0, + 1836.0, + 936.0, + 1864.0, + 895.0, + 1864.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 952.0, + 1846.0, + 966.0, + 1846.0, + 966.0, + 1857.0, + 952.0, + 1857.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 425.0, + 1867.0, + 501.0, + 1867.0, + 501.0, + 1907.0, + 425.0, + 1907.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 525.0, + 1885.0, + 539.0, + 1885.0, + 539.0, + 1900.0, + 525.0, + 1900.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 903.0, + 1867.0, + 937.0, + 1867.0, + 937.0, + 1895.0, + 903.0, + 1895.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 424.0, + 1895.0, + 462.0, + 1895.0, + 462.0, + 1922.0, + 424.0, + 1922.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 475.0, + 1901.0, + 489.0, + 1901.0, + 489.0, + 1914.0, + 475.0, + 1914.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 904.0, + 1894.0, + 937.0, + 1894.0, + 937.0, + 1922.0, + 904.0, + 1922.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 953.0, + 1902.0, + 961.0, + 1902.0, + 961.0, + 1911.0, + 953.0, + 1911.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 466.0, + 1917.0, + 499.0, + 1917.0, + 499.0, + 1946.0, + 466.0, + 1946.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 545.0, + 1917.0, + 578.0, + 1917.0, + 578.0, + 1946.0, + 545.0, + 1946.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 626.0, + 1917.0, + 668.0, + 1917.0, + 668.0, + 1945.0, + 626.0, + 1945.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 704.0, + 1916.0, + 747.0, + 1916.0, + 747.0, + 1947.0, + 704.0, + 1947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 787.0, + 1918.0, + 836.0, + 1918.0, + 836.0, + 1945.0, + 787.0, + 1945.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 940.0, + 1916.0, + 973.0, + 1916.0, + 973.0, + 1946.0, + 940.0, + 1946.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1016.0, + 1917.0, + 1049.0, + 1917.0, + 1049.0, + 1946.0, + 1016.0, + 1946.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1094.0, + 1917.0, + 1136.0, + 1917.0, + 1136.0, + 1945.0, + 1094.0, + 1945.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1168.0, + 1917.0, + 1211.0, + 1917.0, + 1211.0, + 1945.0, + 1168.0, + 1945.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1247.0, + 1918.0, + 1297.0, + 1918.0, + 1297.0, + 1945.0, + 1247.0, + 1945.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 611.0, + 1936.0, + 683.0, + 1936.0, + 683.0, + 1968.0, + 611.0, + 1968.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1079.0, + 1936.0, + 1151.0, + 1936.0, + 1151.0, + 1967.0, + 1079.0, + 1967.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 222.0, + 1076.0, + 222.0, + 1076.0, + 260.0, + 294.0, + 260.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1181.0, + 222.0, + 1234.0, + 222.0, + 1234.0, + 260.0, + 1181.0, + 260.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1258.0, + 222.0, + 1408.0, + 222.0, + 1408.0, + 260.0, + 1258.0, + 260.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 253.0, + 882.0, + 253.0, + 882.0, + 288.0, + 295.0, + 288.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1011.0, + 253.0, + 1136.0, + 253.0, + 1136.0, + 288.0, + 1011.0, + 288.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1227.0, + 253.0, + 1406.0, + 253.0, + 1406.0, + 288.0, + 1227.0, + 288.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 284.0, + 657.0, + 284.0, + 657.0, + 318.0, + 294.0, + 318.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 682.0, + 284.0, + 808.0, + 284.0, + 808.0, + 318.0, + 682.0, + 318.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 901.0, + 284.0, + 1095.0, + 284.0, + 1095.0, + 318.0, + 901.0, + 318.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 403.0, + 876.0, + 920.0, + 876.0, + 920.0, + 916.0, + 403.0, + 916.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1072.0, + 876.0, + 1121.0, + 876.0, + 1121.0, + 916.0, + 1072.0, + 916.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1286.0, + 876.0, + 1295.0, + 876.0, + 1295.0, + 916.0, + 1286.0, + 916.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1987.0, + 592.0, + 1987.0, + 592.0, + 2033.0, + 292.0, + 2033.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 641.0, + 1987.0, + 1406.0, + 1987.0, + 1406.0, + 2033.0, + 641.0, + 2033.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 72.0, + 816.0, + 72.0, + 816.0, + 110.0, + 294.0, + 110.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1353.0, + 776.0, + 1353.0, + 776.0, + 1389.0, + 295.0, + 1389.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 408.0, + 631.0, + 519.0, + 631.0, + 519.0, + 657.0, + 408.0, + 657.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 678.0, + 632.0, + 798.0, + 632.0, + 798.0, + 660.0, + 678.0, + 660.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 959.0, + 633.0, + 1064.0, + 633.0, + 1064.0, + 658.0, + 959.0, + 658.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1223.0, + 632.0, + 1344.0, + 632.0, + 1344.0, + 658.0, + 1223.0, + 658.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 333.0, + 664.0, + 366.0, + 664.0, + 366.0, + 686.0, + 333.0, + 686.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 607.0, + 664.0, + 640.0, + 664.0, + 640.0, + 686.0, + 607.0, + 686.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 882.0, + 666.0, + 911.0, + 666.0, + 911.0, + 685.0, + 882.0, + 685.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1084.0, + 667.0, + 1093.0, + 667.0, + 1093.0, + 684.0, + 1084.0, + 684.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1155.0, + 666.0, + 1184.0, + 666.0, + 1184.0, + 685.0, + 1155.0, + 685.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1357.0, + 664.0, + 1370.0, + 664.0, + 1370.0, + 690.0, + 1357.0, + 690.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 334.0, + 700.0, + 366.0, + 700.0, + 366.0, + 723.0, + 334.0, + 723.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 607.0, + 700.0, + 640.0, + 700.0, + 640.0, + 723.0, + 607.0, + 723.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 882.0, + 704.0, + 910.0, + 704.0, + 910.0, + 722.0, + 882.0, + 722.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1355.0, + 695.0, + 1375.0, + 695.0, + 1375.0, + 738.0, + 1355.0, + 738.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 328.0, + 741.0, + 363.0, + 741.0, + 363.0, + 758.0, + 328.0, + 758.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 602.0, + 741.0, + 636.0, + 741.0, + 636.0, + 758.0, + 602.0, + 758.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1045.0, + 741.0, + 1053.0, + 741.0, + 1053.0, + 760.0, + 1045.0, + 760.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1356.0, + 737.0, + 1373.0, + 737.0, + 1373.0, + 765.0, + 1356.0, + 765.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 335.0, + 779.0, + 363.0, + 779.0, + 363.0, + 796.0, + 335.0, + 796.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 609.0, + 777.0, + 639.0, + 777.0, + 639.0, + 796.0, + 609.0, + 796.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 885.0, + 784.0, + 909.0, + 784.0, + 909.0, + 796.0, + 885.0, + 796.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 815.0, + 363.0, + 815.0, + 363.0, + 832.0, + 350.0, + 832.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 623.0, + 815.0, + 637.0, + 815.0, + 637.0, + 832.0, + 623.0, + 832.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 898.0, + 822.0, + 908.0, + 822.0, + 908.0, + 833.0, + 898.0, + 833.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2086.0, + 860.0, + 2086.0, + 860.0, + 2117.0, + 839.0, + 2117.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2086.0, + 860.0, + 2086.0, + 860.0, + 2118.0, + 839.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1414.0, + 902.0, + 1414.0, + 902.0, + 1453.0, + 293.0, + 1453.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 938.0, + 1414.0, + 1354.0, + 1414.0, + 1354.0, + 1453.0, + 938.0, + 1453.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1394.0, + 1414.0, + 1406.0, + 1414.0, + 1406.0, + 1453.0, + 1394.0, + 1453.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1445.0, + 1372.0, + 1445.0, + 1372.0, + 1483.0, + 294.0, + 1483.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1393.0, + 1445.0, + 1403.0, + 1445.0, + 1403.0, + 1483.0, + 1393.0, + 1483.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1478.0, + 687.0, + 1478.0, + 687.0, + 1511.0, + 295.0, + 1511.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 728.0, + 1478.0, + 1402.0, + 1478.0, + 1402.0, + 1511.0, + 728.0, + 1511.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1505.0, + 296.0, + 1505.0, + 296.0, + 1547.0, + 291.0, + 1547.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 337.0, + 1505.0, + 1406.0, + 1505.0, + 1406.0, + 1547.0, + 337.0, + 1547.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1538.0, + 1406.0, + 1538.0, + 1406.0, + 1575.0, + 294.0, + 1575.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1570.0, + 1406.0, + 1570.0, + 1406.0, + 1603.0, + 295.0, + 1603.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 337.0, + 1599.0, + 1405.0, + 1599.0, + 1405.0, + 1635.0, + 337.0, + 1635.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1628.0, + 1407.0, + 1628.0, + 1407.0, + 1666.0, + 293.0, + 1666.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1662.0, + 1314.0, + 1662.0, + 1314.0, + 1694.0, + 295.0, + 1694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1087.0, + 1405.0, + 1087.0, + 1405.0, + 1125.0, + 294.0, + 1125.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1118.0, + 1406.0, + 1118.0, + 1406.0, + 1158.0, + 294.0, + 1158.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1149.0, + 1406.0, + 1149.0, + 1406.0, + 1187.0, + 294.0, + 1187.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1182.0, + 1316.0, + 1182.0, + 1316.0, + 1217.0, + 295.0, + 1217.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1371.0, + 1182.0, + 1406.0, + 1182.0, + 1406.0, + 1217.0, + 1371.0, + 1217.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1211.0, + 296.0, + 1211.0, + 296.0, + 1246.0, + 292.0, + 1246.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 1211.0, + 1406.0, + 1211.0, + 1406.0, + 1246.0, + 352.0, + 1246.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1244.0, + 526.0, + 1244.0, + 526.0, + 1276.0, + 293.0, + 1276.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 594.0, + 1244.0, + 1405.0, + 1244.0, + 1405.0, + 1276.0, + 594.0, + 1276.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1272.0, + 1101.0, + 1272.0, + 1101.0, + 1307.0, + 294.0, + 1307.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 980.0, + 570.0, + 980.0, + 570.0, + 1018.0, + 295.0, + 1018.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 592.0, + 980.0, + 1407.0, + 980.0, + 1407.0, + 1018.0, + 592.0, + 1018.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1011.0, + 1406.0, + 1011.0, + 1406.0, + 1049.0, + 294.0, + 1049.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1042.0, + 1207.0, + 1042.0, + 1207.0, + 1075.0, + 294.0, + 1075.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 6, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 1570, + 1404, + 1570, + 1404, + 1816, + 298, + 1816 + ], + "score": 0.978 + }, + { + "category_id": 3, + "poly": [ + 308, + 230, + 1386, + 230, + 1386, + 842, + 308, + 842 + ], + "score": 0.97 + }, + { + "category_id": 3, + "poly": [ + 298, + 1034, + 1402, + 1034, + 1402, + 1473, + 298, + 1473 + ], + "score": 0.966 + }, + { + "category_id": 1, + "poly": [ + 303, + 1914, + 1400, + 1914, + 1400, + 1978, + 303, + 1978 + ], + "score": 0.94 + }, + { + "category_id": 4, + "poly": [ + 476, + 1496, + 1219, + 1496, + 1219, + 1529, + 476, + 1529 + ], + "score": 0.925 + }, + { + "category_id": 4, + "poly": [ + 356, + 870, + 1340, + 870, + 1340, + 903, + 356, + 903 + ], + "score": 0.918 + }, + { + "category_id": 2, + "poly": [ + 316, + 2005, + 1395, + 2005, + 1395, + 2034, + 316, + 2034 + ], + "score": 0.901 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 812, + 76, + 812, + 104, + 299, + 104 + ], + "score": 0.89 + }, + { + "category_id": 0, + "poly": [ + 303, + 1856, + 847, + 1856, + 847, + 1887, + 303, + 1887 + ], + "score": 0.888 + }, + { + "category_id": 0, + "poly": [ + 299, + 968, + 1086, + 968, + 1086, + 995, + 299, + 995 + ], + "score": 0.858 + }, + { + "category_id": 2, + "poly": [ + 840, + 2089, + 858, + 2089, + 858, + 2112, + 840, + 2112 + ], + "score": 0.804 + }, + { + "category_id": 13, + "poly": [ + 1063, + 1496, + 1212, + 1496, + 1212, + 1530, + 1063, + 1530 + ], + "score": 0.92, + "latex": "\\dim ( \\tau ) = 5 0" + }, + { + "category_id": 13, + "poly": [ + 863, + 2011, + 883, + 2011, + 883, + 2029, + 863, + 2029 + ], + "score": 0.87, + "latex": "T" + }, + { + "category_id": 13, + "poly": [ + 1236, + 1698, + 1276, + 1698, + 1276, + 1724, + 1236, + 1724 + ], + "score": 0.87, + "latex": "\\mathbf { \\nabla } _ { \\mathbf { x } _ { T } }" + }, + { + "category_id": 13, + "poly": [ + 1290, + 1666, + 1324, + 1666, + 1324, + 1694, + 1290, + 1694 + ], + "score": 0.87, + "latex": "\\scriptstyle { \\pmb x } _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 923, + 1667, + 962, + 1667, + 962, + 1694, + 923, + 1694 + ], + "score": 0.87, + "latex": "\\mathbfit { \\mathbf { x } } _ { T }" + }, + { + "category_id": 13, + "poly": [ + 962, + 876, + 1001, + 876, + 1001, + 902, + 962, + 902 + ], + "score": 0.85, + "latex": "\\mathbfit { \\mathbf { x } } _ { T }" + }, + { + "category_id": 13, + "poly": [ + 1257, + 1949, + 1297, + 1949, + 1297, + 1977, + 1257, + 1977 + ], + "score": 0.85, + "latex": "\\mathbf { \\nabla } _ { \\mathbf { \\mathcal { X } } \\mathcal { T } }" + }, + { + "category_id": 13, + "poly": [ + 558, + 1950, + 596, + 1950, + 596, + 1976, + 558, + 1976 + ], + "score": 0.85, + "latex": "\\mathbf { \\nabla } _ { \\mathbf { \\mathcal { X } } \\mathcal { T } }" + }, + { + "category_id": 13, + "poly": [ + 1013, + 1949, + 1046, + 1949, + 1046, + 1976, + 1013, + 1976 + ], + "score": 0.85, + "latex": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1000, + 1577, + 1038, + 1577, + 1038, + 1602, + 1000, + 1602 + ], + "score": 0.85, + "latex": "\\mathbf { \\nabla } _ { \\mathbf { \\mathcal { X } } \\mathcal { T } }" + }, + { + "category_id": 13, + "poly": [ + 491, + 1951, + 524, + 1951, + 524, + 1976, + 491, + 1976 + ], + "score": 0.84, + "latex": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }" + }, + { + "category_id": 15, + "poly": [ + 373.0, + 246.0, + 400.0, + 246.0, + 400.0, + 270.0, + 373.0, + 270.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 328.0, + 269.0, + 355.0, + 269.0, + 355.0, + 436.0, + 328.0, + 436.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 373.0, + 281.0, + 399.0, + 281.0, + 399.0, + 321.0, + 373.0, + 321.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 372.0, + 337.0, + 399.0, + 337.0, + 399.0, + 364.0, + 372.0, + 364.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 368.0, + 388.0, + 395.0, + 388.0, + 395.0, + 405.0, + 368.0, + 405.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 432.0, + 397.0, + 432.0, + 397.0, + 453.0, + 352.0, + 453.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 305.0, + 490.0, + 335.0, + 490.0, + 335.0, + 665.0, + 305.0, + 665.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 987.0, + 588.0, + 1003.0, + 588.0, + 1003.0, + 598.0, + 987.0, + 598.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 301.0, + 666.0, + 333.0, + 666.0, + 333.0, + 843.0, + 301.0, + 843.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 368.0, + 667.0, + 730.0, + 667.0, + 730.0, + 766.0, + 368.0, + 766.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 664.0, + 1309.0, + 664.0, + 1309.0, + 766.0, + 832.0, + 766.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 341.0, + 738.0, + 1243.0, + 738.0, + 1243.0, + 851.0, + 341.0, + 851.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1330.0, + 700.5, + 1333.0, + 700.5, + 1333.0, + 724.5, + 1330.0, + 724.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1212.75, + 760.5, + 1312.75, + 760.5, + 1312.75, + 822.0, + 1212.75, + 822.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1027.0, + 860.0, + 1027.0, + 860.0, + 1160.0, + 293.0, + 1160.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 879.0, + 1054.0, + 1018.0, + 1054.0, + 1018.0, + 1136.0, + 879.0, + 1136.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 348.0, + 1184.0, + 933.0, + 1184.0, + 933.0, + 1295.0, + 348.0, + 1295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1111.0, + 1206.0, + 1135.0, + 1206.0, + 1135.0, + 1220.0, + 1111.0, + 1220.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1268.0, + 1206.0, + 1290.0, + 1206.0, + 1290.0, + 1220.0, + 1268.0, + 1220.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 308.0, + 1308.0, + 938.0, + 1308.0, + 938.0, + 1484.0, + 308.0, + 1484.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 928.0, + 1375.0, + 1000.0, + 1375.0, + 1000.0, + 1435.0, + 928.0, + 1435.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1095.75, + 1359.0, + 1237.75, + 1359.0, + 1237.75, + 1431.5, + 1095.75, + 1431.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 953.0, + 1395.5, + 972.0, + 1395.5, + 972.0, + 1404.5, + 953.0, + 1404.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 476.0, + 1494.0, + 1062.0, + 1494.0, + 1062.0, + 1532.0, + 476.0, + 1532.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1213.0, + 1494.0, + 1222.0, + 1494.0, + 1222.0, + 1532.0, + 1213.0, + 1532.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 353.0, + 867.0, + 961.0, + 867.0, + 961.0, + 909.0, + 353.0, + 909.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1002.0, + 867.0, + 1344.0, + 867.0, + 1344.0, + 909.0, + 1002.0, + 909.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 329.0, + 1998.0, + 862.0, + 1998.0, + 862.0, + 2038.0, + 329.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 884.0, + 1998.0, + 1398.0, + 1998.0, + 1398.0, + 2038.0, + 884.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 815.0, + 73.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1854.0, + 851.0, + 1854.0, + 851.0, + 1891.0, + 294.0, + 1891.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 964.0, + 1090.0, + 964.0, + 1090.0, + 1000.0, + 295.0, + 1000.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2085.0, + 862.0, + 2085.0, + 862.0, + 2117.0, + 838.0, + 2117.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1569.0, + 999.0, + 1569.0, + 999.0, + 1605.0, + 295.0, + 1605.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1039.0, + 1569.0, + 1405.0, + 1569.0, + 1405.0, + 1605.0, + 1039.0, + 1605.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1602.0, + 1403.0, + 1602.0, + 1403.0, + 1634.0, + 293.0, + 1634.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1631.0, + 1404.0, + 1631.0, + 1404.0, + 1667.0, + 293.0, + 1667.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1662.0, + 922.0, + 1662.0, + 922.0, + 1698.0, + 292.0, + 1698.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 963.0, + 1662.0, + 1289.0, + 1662.0, + 1289.0, + 1698.0, + 963.0, + 1698.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1325.0, + 1662.0, + 1407.0, + 1662.0, + 1407.0, + 1698.0, + 1325.0, + 1698.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1695.0, + 1235.0, + 1695.0, + 1235.0, + 1725.0, + 296.0, + 1725.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1277.0, + 1695.0, + 1404.0, + 1695.0, + 1404.0, + 1725.0, + 1277.0, + 1725.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1724.0, + 1405.0, + 1724.0, + 1405.0, + 1757.0, + 293.0, + 1757.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1753.0, + 1404.0, + 1753.0, + 1404.0, + 1789.0, + 293.0, + 1789.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1783.0, + 779.0, + 1783.0, + 779.0, + 1818.0, + 293.0, + 1818.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 1913.0, + 1405.0, + 1913.0, + 1405.0, + 1949.0, + 298.0, + 1949.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 1945.0, + 490.0, + 1945.0, + 490.0, + 1979.0, + 298.0, + 1979.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 525.0, + 1945.0, + 557.0, + 1945.0, + 557.0, + 1979.0, + 525.0, + 1979.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 597.0, + 1945.0, + 1012.0, + 1945.0, + 1012.0, + 1979.0, + 597.0, + 1979.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1047.0, + 1945.0, + 1256.0, + 1945.0, + 1256.0, + 1979.0, + 1047.0, + 1979.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1298.0, + 1945.0, + 1404.0, + 1945.0, + 1404.0, + 1979.0, + 1298.0, + 1979.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 7, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 1562, + 1404, + 1562, + 1404, + 1809, + 298, + 1809 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 298, + 1170, + 1404, + 1170, + 1404, + 1446, + 298, + 1446 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 298, + 709, + 1404, + 709, + 1404, + 956, + 298, + 956 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 298, + 970, + 1403, + 970, + 1403, + 1154, + 298, + 1154 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 297, + 438, + 1405, + 438, + 1405, + 591, + 297, + 591 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 300, + 1823, + 1402, + 1823, + 1402, + 1977, + 300, + 1977 + ], + "score": 0.971 + }, + { + "category_id": 5, + "poly": [ + 417, + 282, + 1268, + 282, + 1268, + 380, + 417, + 380 + ], + "score": 0.964, + "html": "
S1020501002005001000
Error0.0140.00650.00230.00090.00040.00010.0001
" + }, + { + "category_id": 0, + "poly": [ + 300, + 639, + 587, + 639, + 587, + 675, + 300, + 675 + ], + "score": 0.908 + }, + { + "category_id": 6, + "poly": [ + 392, + 224, + 1305, + 224, + 1305, + 258, + 392, + 258 + ], + "score": 0.905 + }, + { + "category_id": 0, + "poly": [ + 300, + 1492, + 529, + 1492, + 529, + 1527, + 300, + 1527 + ], + "score": 0.898 + }, + { + "category_id": 2, + "poly": [ + 299, + 75, + 813, + 75, + 813, + 105, + 299, + 105 + ], + "score": 0.898 + }, + { + "category_id": 2, + "poly": [ + 317, + 2004, + 1381, + 2004, + 1381, + 2034, + 317, + 2034 + ], + "score": 0.872 + }, + { + "category_id": 2, + "poly": [ + 840, + 2088, + 859, + 2088, + 859, + 2111, + 840, + 2111 + ], + "score": 0.806 + }, + { + "category_id": 13, + "poly": [ + 1238, + 223, + 1297, + 223, + 1297, + 254, + 1238, + 254 + ], + "score": 0.88, + "latex": "1 0 ^ { - 4 }" + }, + { + "category_id": 13, + "poly": [ + 485, + 2009, + 516, + 2009, + 516, + 2032, + 485, + 2032 + ], + "score": 0.84, + "latex": "\\scriptstyle { \\mathbf { { x } } } _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 404, + 2009, + 440, + 2009, + 440, + 2032, + 404, + 2032 + ], + "score": 0.81, + "latex": "{ \\pmb x } _ { T }" + }, + { + "category_id": 13, + "poly": [ + 367, + 532, + 390, + 532, + 390, + 558, + 367, + 558 + ], + "score": 0.8, + "latex": "S" + }, + { + "category_id": 13, + "poly": [ + 435, + 471, + 458, + 471, + 458, + 497, + 435, + 497 + ], + "score": 0.8, + "latex": "S" + }, + { + "category_id": 13, + "poly": [ + 474, + 501, + 536, + 501, + 536, + 534, + 474, + 534 + ], + "score": 0.39, + "latex": "[ 0 , 1 ] )" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 636.0, + 593.0, + 636.0, + 593.0, + 679.0, + 293.0, + 679.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 389.0, + 221.0, + 1237.0, + 221.0, + 1237.0, + 259.0, + 389.0, + 259.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1298.0, + 221.0, + 1307.0, + 221.0, + 1307.0, + 259.0, + 1298.0, + 259.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1487.0, + 536.0, + 1487.0, + 536.0, + 1537.0, + 290.0, + 1537.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 815.0, + 73.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 331.0, + 1999.0, + 403.0, + 1999.0, + 403.0, + 2038.0, + 331.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 441.0, + 1999.0, + 484.0, + 1999.0, + 484.0, + 2038.0, + 441.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 517.0, + 1999.0, + 1384.0, + 1999.0, + 1384.0, + 2038.0, + 517.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2087.0, + 861.0, + 2087.0, + 861.0, + 2117.0, + 839.0, + 2117.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1563.0, + 1405.0, + 1563.0, + 1405.0, + 1600.0, + 294.0, + 1600.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1594.0, + 1404.0, + 1594.0, + 1404.0, + 1631.0, + 293.0, + 1631.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1625.0, + 1404.0, + 1625.0, + 1404.0, + 1659.0, + 294.0, + 1659.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1657.0, + 1404.0, + 1657.0, + 1404.0, + 1690.0, + 296.0, + 1690.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1686.0, + 1404.0, + 1686.0, + 1404.0, + 1719.0, + 293.0, + 1719.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1717.0, + 1404.0, + 1717.0, + 1404.0, + 1749.0, + 293.0, + 1749.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1748.0, + 1404.0, + 1748.0, + 1404.0, + 1778.0, + 296.0, + 1778.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1778.0, + 1210.0, + 1778.0, + 1210.0, + 1812.0, + 294.0, + 1812.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1171.0, + 1404.0, + 1171.0, + 1404.0, + 1204.0, + 296.0, + 1204.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1193.0, + 1405.0, + 1193.0, + 1405.0, + 1239.0, + 293.0, + 1239.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1228.0, + 1405.0, + 1228.0, + 1405.0, + 1266.0, + 293.0, + 1266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1258.0, + 1404.0, + 1258.0, + 1404.0, + 1298.0, + 293.0, + 1298.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1292.0, + 1404.0, + 1292.0, + 1404.0, + 1329.0, + 294.0, + 1329.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1324.0, + 1405.0, + 1324.0, + 1405.0, + 1356.0, + 296.0, + 1356.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1352.0, + 1406.0, + 1352.0, + 1406.0, + 1389.0, + 294.0, + 1389.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1384.0, + 1405.0, + 1384.0, + 1405.0, + 1416.0, + 296.0, + 1416.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1410.0, + 1311.0, + 1410.0, + 1311.0, + 1452.0, + 293.0, + 1452.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 706.0, + 1405.0, + 706.0, + 1405.0, + 745.0, + 293.0, + 745.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 741.0, + 1404.0, + 741.0, + 1404.0, + 775.0, + 294.0, + 775.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 771.0, + 1404.0, + 771.0, + 1404.0, + 805.0, + 296.0, + 805.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 800.0, + 1405.0, + 800.0, + 1405.0, + 839.0, + 292.0, + 839.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 830.0, + 1404.0, + 830.0, + 1404.0, + 866.0, + 294.0, + 866.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 863.0, + 1402.0, + 863.0, + 1402.0, + 896.0, + 294.0, + 896.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 892.0, + 1405.0, + 892.0, + 1405.0, + 928.0, + 293.0, + 928.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 924.0, + 1209.0, + 924.0, + 1209.0, + 958.0, + 294.0, + 958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 967.0, + 1405.0, + 967.0, + 1405.0, + 1009.0, + 293.0, + 1009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1000.0, + 1404.0, + 1000.0, + 1404.0, + 1035.0, + 293.0, + 1035.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1032.0, + 1405.0, + 1032.0, + 1405.0, + 1067.0, + 294.0, + 1067.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1059.0, + 1403.0, + 1059.0, + 1403.0, + 1099.0, + 293.0, + 1099.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1087.0, + 1405.0, + 1087.0, + 1405.0, + 1131.0, + 293.0, + 1131.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1125.0, + 746.0, + 1125.0, + 746.0, + 1157.0, + 296.0, + 1157.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 438.0, + 1405.0, + 438.0, + 1405.0, + 475.0, + 295.0, + 475.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 468.0, + 434.0, + 468.0, + 434.0, + 505.0, + 294.0, + 505.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 459.0, + 468.0, + 1406.0, + 468.0, + 1406.0, + 505.0, + 459.0, + 505.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 500.0, + 473.0, + 500.0, + 473.0, + 534.0, + 294.0, + 534.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 537.0, + 500.0, + 1405.0, + 500.0, + 1405.0, + 534.0, + 537.0, + 534.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 532.0, + 366.0, + 532.0, + 366.0, + 565.0, + 295.0, + 565.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 391.0, + 532.0, + 1405.0, + 532.0, + 1405.0, + 565.0, + 391.0, + 565.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 558.0, + 851.0, + 558.0, + 851.0, + 598.0, + 292.0, + 598.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1823.0, + 1404.0, + 1823.0, + 1404.0, + 1856.0, + 295.0, + 1856.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1854.0, + 1403.0, + 1854.0, + 1403.0, + 1887.0, + 296.0, + 1887.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1883.0, + 1406.0, + 1883.0, + 1406.0, + 1919.0, + 293.0, + 1919.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1912.0, + 1407.0, + 1912.0, + 1407.0, + 1953.0, + 294.0, + 1953.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1942.0, + 1259.0, + 1942.0, + 1259.0, + 1981.0, + 294.0, + 1981.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 8, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 2, + "poly": [ + 299, + 75, + 813, + 75, + 813, + 105, + 299, + 105 + ], + "score": 0.885 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 865, + 2088, + 865, + 2113, + 836, + 2113 + ], + "score": 0.817 + }, + { + "category_id": 1, + "poly": [ + 297, + 734, + 1396, + 734, + 1396, + 800, + 297, + 800 + ], + "score": 0.763 + }, + { + "category_id": 1, + "poly": [ + 287, + 1684, + 1403, + 1684, + 1403, + 1748, + 287, + 1748 + ], + "score": 0.752 + }, + { + "category_id": 1, + "poly": [ + 297, + 1454, + 1405, + 1454, + 1405, + 1547, + 297, + 1547 + ], + "score": 0.742 + }, + { + "category_id": 1, + "poly": [ + 297, + 1337, + 1405, + 1337, + 1405, + 1432, + 297, + 1432 + ], + "score": 0.739 + }, + { + "category_id": 1, + "poly": [ + 300, + 479, + 1400, + 479, + 1400, + 574, + 300, + 574 + ], + "score": 0.725 + }, + { + "category_id": 1, + "poly": [ + 295, + 935, + 1400, + 935, + 1400, + 1001, + 295, + 1001 + ], + "score": 0.72 + }, + { + "category_id": 0, + "poly": [ + 299, + 227, + 489, + 227, + 489, + 262, + 299, + 262 + ], + "score": 0.72 + }, + { + "category_id": 1, + "poly": [ + 301, + 1221, + 1402, + 1221, + 1402, + 1317, + 301, + 1317 + ], + "score": 0.718 + }, + { + "category_id": 1, + "poly": [ + 295, + 279, + 1403, + 279, + 1403, + 344, + 295, + 344 + ], + "score": 0.715 + }, + { + "category_id": 1, + "poly": [ + 297, + 1020, + 1402, + 1020, + 1402, + 1086, + 297, + 1086 + ], + "score": 0.709 + }, + { + "category_id": 1, + "poly": [ + 297, + 1568, + 1405, + 1568, + 1405, + 1663, + 297, + 1663 + ], + "score": 0.706 + }, + { + "category_id": 1, + "poly": [ + 299, + 1971, + 1395, + 1971, + 1395, + 2035, + 299, + 2035 + ], + "score": 0.703 + }, + { + "category_id": 1, + "poly": [ + 295, + 649, + 1391, + 649, + 1391, + 715, + 295, + 715 + ], + "score": 0.696 + }, + { + "category_id": 1, + "poly": [ + 288, + 1770, + 1406, + 1770, + 1406, + 1835, + 288, + 1835 + ], + "score": 0.685 + }, + { + "category_id": 1, + "poly": [ + 295, + 594, + 1214, + 594, + 1214, + 630, + 295, + 630 + ], + "score": 0.675 + }, + { + "category_id": 1, + "poly": [ + 300, + 363, + 1400, + 363, + 1400, + 460, + 300, + 460 + ], + "score": 0.666 + }, + { + "category_id": 1, + "poly": [ + 299, + 1854, + 1401, + 1854, + 1401, + 1950, + 299, + 1950 + ], + "score": 0.647 + }, + { + "category_id": 1, + "poly": [ + 296, + 819, + 1404, + 819, + 1404, + 913, + 296, + 913 + ], + "score": 0.564 + }, + { + "category_id": 1, + "poly": [ + 297, + 1106, + 1401, + 1106, + 1401, + 1202, + 297, + 1202 + ], + "score": 0.549 + }, + { + "category_id": 1, + "poly": [ + 299, + 227, + 489, + 227, + 489, + 262, + 299, + 262 + ], + "score": 0.14 + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 815.0, + 73.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 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, + 230.0, + 490.0, + 230.0, + 490.0, + 263.0, + 297.0, + 263.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 729.0, + 1401.0, + 729.0, + 1401.0, + 775.0, + 292.0, + 775.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 767.0, + 831.0, + 767.0, + 831.0, + 801.0, + 322.0, + 801.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1683.0, + 1405.0, + 1683.0, + 1405.0, + 1722.0, + 293.0, + 1722.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1716.0, + 666.0, + 1716.0, + 666.0, + 1748.0, + 323.0, + 1748.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1455.0, + 1402.0, + 1455.0, + 1402.0, + 1488.0, + 295.0, + 1488.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1484.0, + 1405.0, + 1484.0, + 1405.0, + 1523.0, + 320.0, + 1523.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1516.0, + 534.0, + 1516.0, + 534.0, + 1546.0, + 324.0, + 1546.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1338.0, + 1402.0, + 1338.0, + 1402.0, + 1372.0, + 296.0, + 1372.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1370.0, + 1405.0, + 1370.0, + 1405.0, + 1404.0, + 324.0, + 1404.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1400.0, + 707.0, + 1400.0, + 707.0, + 1432.0, + 321.0, + 1432.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 478.0, + 1405.0, + 478.0, + 1405.0, + 517.0, + 294.0, + 517.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 512.0, + 1404.0, + 512.0, + 1404.0, + 546.0, + 321.0, + 546.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 541.0, + 489.0, + 541.0, + 489.0, + 576.0, + 322.0, + 576.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 934.0, + 1402.0, + 934.0, + 1402.0, + 971.0, + 295.0, + 971.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 967.0, + 1024.0, + 967.0, + 1024.0, + 1002.0, + 322.0, + 1002.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1221.0, + 1406.0, + 1221.0, + 1406.0, + 1259.0, + 296.0, + 1259.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1254.0, + 1404.0, + 1254.0, + 1404.0, + 1289.0, + 322.0, + 1289.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1284.0, + 804.0, + 1284.0, + 804.0, + 1318.0, + 322.0, + 1318.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 275.0, + 1406.0, + 275.0, + 1406.0, + 317.0, + 292.0, + 317.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 309.0, + 704.0, + 309.0, + 704.0, + 344.0, + 322.0, + 344.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1019.0, + 1406.0, + 1019.0, + 1406.0, + 1059.0, + 293.0, + 1059.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1053.0, + 763.0, + 1053.0, + 763.0, + 1088.0, + 320.0, + 1088.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1565.0, + 1403.0, + 1565.0, + 1403.0, + 1607.0, + 292.0, + 1607.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1602.0, + 1405.0, + 1602.0, + 1405.0, + 1636.0, + 324.0, + 1636.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1633.0, + 765.0, + 1633.0, + 765.0, + 1664.0, + 320.0, + 1664.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1972.0, + 1398.0, + 1972.0, + 1398.0, + 2004.0, + 296.0, + 2004.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 2003.0, + 1178.0, + 2003.0, + 1178.0, + 2036.0, + 321.0, + 2036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 648.0, + 1397.0, + 648.0, + 1397.0, + 687.0, + 295.0, + 687.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 682.0, + 1176.0, + 682.0, + 1176.0, + 717.0, + 322.0, + 717.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1768.0, + 1408.0, + 1768.0, + 1408.0, + 1809.0, + 294.0, + 1809.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1802.0, + 860.0, + 1802.0, + 860.0, + 1835.0, + 323.0, + 1835.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 593.0, + 1214.0, + 593.0, + 1214.0, + 633.0, + 296.0, + 633.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 363.0, + 1402.0, + 363.0, + 1402.0, + 398.0, + 296.0, + 398.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 397.0, + 1404.0, + 397.0, + 1404.0, + 431.0, + 324.0, + 431.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 326.0, + 426.0, + 942.0, + 426.0, + 942.0, + 461.0, + 326.0, + 461.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1852.0, + 1405.0, + 1852.0, + 1405.0, + 1891.0, + 294.0, + 1891.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 1884.0, + 1405.0, + 1884.0, + 1405.0, + 1924.0, + 319.0, + 1924.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1915.0, + 395.0, + 1915.0, + 395.0, + 1950.0, + 320.0, + 1950.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 821.0, + 1402.0, + 821.0, + 1402.0, + 855.0, + 295.0, + 855.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 853.0, + 1404.0, + 853.0, + 1404.0, + 887.0, + 322.0, + 887.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 881.0, + 394.0, + 881.0, + 394.0, + 915.0, + 322.0, + 915.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1105.0, + 1406.0, + 1105.0, + 1406.0, + 1144.0, + 292.0, + 1144.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 326.0, + 1141.0, + 1403.0, + 1141.0, + 1403.0, + 1171.0, + 326.0, + 1171.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1170.0, + 883.0, + 1170.0, + 883.0, + 1204.0, + 322.0, + 1204.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 230.0, + 490.0, + 230.0, + 490.0, + 263.0, + 297.0, + 263.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 9, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 2, + "poly": [ + 299, + 75, + 814, + 75, + 814, + 105, + 299, + 105 + ], + "score": 0.887 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 863, + 2088, + 863, + 2113, + 836, + 2113 + ], + "score": 0.827 + }, + { + "category_id": 1, + "poly": [ + 289, + 1684, + 1400, + 1684, + 1400, + 1749, + 289, + 1749 + ], + "score": 0.703 + }, + { + "category_id": 1, + "poly": [ + 298, + 1312, + 1398, + 1312, + 1398, + 1379, + 298, + 1379 + ], + "score": 0.626 + }, + { + "category_id": 1, + "poly": [ + 296, + 941, + 1402, + 941, + 1402, + 1006, + 296, + 1006 + ], + "score": 0.618 + }, + { + "category_id": 1, + "poly": [ + 296, + 1513, + 1401, + 1513, + 1401, + 1579, + 296, + 1579 + ], + "score": 0.61 + }, + { + "category_id": 1, + "poly": [ + 299, + 685, + 1400, + 685, + 1400, + 751, + 299, + 751 + ], + "score": 0.601 + }, + { + "category_id": 1, + "poly": [ + 297, + 1397, + 1401, + 1397, + 1401, + 1492, + 297, + 1492 + ], + "score": 0.598 + }, + { + "category_id": 1, + "poly": [ + 300, + 855, + 1400, + 855, + 1400, + 922, + 300, + 922 + ], + "score": 0.595 + }, + { + "category_id": 1, + "poly": [ + 293, + 1026, + 1400, + 1026, + 1400, + 1092, + 293, + 1092 + ], + "score": 0.576 + }, + { + "category_id": 1, + "poly": [ + 294, + 229, + 1402, + 229, + 1402, + 294, + 294, + 294 + ], + "score": 0.555 + }, + { + "category_id": 1, + "poly": [ + 299, + 1227, + 1399, + 1227, + 1399, + 1293, + 299, + 1293 + ], + "score": 0.553 + }, + { + "category_id": 1, + "poly": [ + 296, + 770, + 1399, + 770, + 1399, + 836, + 296, + 836 + ], + "score": 0.55 + }, + { + "category_id": 1, + "poly": [ + 297, + 514, + 1400, + 514, + 1400, + 580, + 297, + 580 + ], + "score": 0.549 + }, + { + "category_id": 1, + "poly": [ + 293, + 1886, + 1399, + 1886, + 1399, + 1950, + 293, + 1950 + ], + "score": 0.547 + }, + { + "category_id": 1, + "poly": [ + 299, + 600, + 1401, + 600, + 1401, + 665, + 299, + 665 + ], + "score": 0.545 + }, + { + "category_id": 1, + "poly": [ + 302, + 1111, + 1399, + 1111, + 1399, + 1208, + 302, + 1208 + ], + "score": 0.537 + }, + { + "category_id": 1, + "poly": [ + 295, + 1971, + 1398, + 1971, + 1398, + 2034, + 295, + 2034 + ], + "score": 0.536 + }, + { + "category_id": 1, + "poly": [ + 298, + 1769, + 1399, + 1769, + 1399, + 1865, + 298, + 1865 + ], + "score": 0.53 + }, + { + "category_id": 1, + "poly": [ + 298, + 429, + 1400, + 429, + 1400, + 494, + 298, + 494 + ], + "score": 0.498 + }, + { + "category_id": 1, + "poly": [ + 301, + 313, + 1398, + 313, + 1398, + 409, + 301, + 409 + ], + "score": 0.494 + }, + { + "category_id": 1, + "poly": [ + 300, + 1598, + 1400, + 1598, + 1400, + 1664, + 300, + 1664 + ], + "score": 0.49 + }, + { + "category_id": 13, + "poly": [ + 408, + 432, + 432, + 432, + 432, + 460, + 408, + 460 + ], + "score": 0.31, + "latex": "\\mathrm { \\bf P }" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 73.0, + 815.0, + 73.0, + 815.0, + 108.0, + 296.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2085.0, + 868.0, + 2085.0, + 868.0, + 2125.0, + 832.0, + 2125.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1683.0, + 1405.0, + 1683.0, + 1405.0, + 1723.0, + 296.0, + 1723.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1717.0, + 830.0, + 1717.0, + 830.0, + 1747.0, + 322.0, + 1747.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1310.0, + 1404.0, + 1310.0, + 1404.0, + 1349.0, + 294.0, + 1349.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1346.0, + 1234.0, + 1346.0, + 1234.0, + 1379.0, + 323.0, + 1379.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 937.0, + 1406.0, + 937.0, + 1406.0, + 980.0, + 293.0, + 980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 974.0, + 763.0, + 974.0, + 763.0, + 1007.0, + 320.0, + 1007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1514.0, + 1403.0, + 1514.0, + 1403.0, + 1550.0, + 295.0, + 1550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1546.0, + 765.0, + 1546.0, + 765.0, + 1580.0, + 320.0, + 1580.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 683.0, + 1405.0, + 683.0, + 1405.0, + 725.0, + 292.0, + 725.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 717.0, + 490.0, + 717.0, + 490.0, + 750.0, + 323.0, + 750.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1395.0, + 1405.0, + 1395.0, + 1405.0, + 1436.0, + 292.0, + 1436.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1429.0, + 1406.0, + 1429.0, + 1406.0, + 1465.0, + 321.0, + 1465.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1455.0, + 398.0, + 1455.0, + 398.0, + 1496.0, + 320.0, + 1496.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 855.0, + 1403.0, + 855.0, + 1403.0, + 894.0, + 294.0, + 894.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 887.0, + 1259.0, + 887.0, + 1259.0, + 924.0, + 321.0, + 924.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1025.0, + 1405.0, + 1025.0, + 1405.0, + 1063.0, + 293.0, + 1063.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1059.0, + 1323.0, + 1059.0, + 1323.0, + 1091.0, + 322.0, + 1091.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 228.0, + 1404.0, + 228.0, + 1404.0, + 265.0, + 294.0, + 265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 260.0, + 1142.0, + 260.0, + 1142.0, + 295.0, + 322.0, + 295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1228.0, + 1404.0, + 1228.0, + 1404.0, + 1264.0, + 296.0, + 1264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1257.0, + 1181.0, + 1257.0, + 1181.0, + 1294.0, + 321.0, + 1294.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 772.0, + 1401.0, + 772.0, + 1401.0, + 808.0, + 296.0, + 808.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 802.0, + 1067.0, + 802.0, + 1067.0, + 838.0, + 321.0, + 838.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 513.0, + 1404.0, + 513.0, + 1404.0, + 552.0, + 295.0, + 552.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 546.0, + 1088.0, + 546.0, + 1088.0, + 581.0, + 322.0, + 581.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1885.0, + 1401.0, + 1885.0, + 1401.0, + 1921.0, + 296.0, + 1921.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1917.0, + 881.0, + 1917.0, + 881.0, + 1950.0, + 322.0, + 1950.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 602.0, + 1402.0, + 602.0, + 1402.0, + 638.0, + 295.0, + 638.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 633.0, + 803.0, + 633.0, + 803.0, + 666.0, + 319.0, + 666.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1113.0, + 1402.0, + 1113.0, + 1402.0, + 1147.0, + 297.0, + 1147.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1143.0, + 1403.0, + 1143.0, + 1403.0, + 1180.0, + 323.0, + 1180.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1174.0, + 897.0, + 1174.0, + 897.0, + 1209.0, + 323.0, + 1209.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1968.0, + 1403.0, + 1968.0, + 1403.0, + 2010.0, + 293.0, + 2010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 2003.0, + 679.0, + 2003.0, + 679.0, + 2034.0, + 323.0, + 2034.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1764.0, + 1407.0, + 1764.0, + 1407.0, + 1811.0, + 291.0, + 1811.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1800.0, + 1404.0, + 1800.0, + 1404.0, + 1837.0, + 322.0, + 1837.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1832.0, + 1039.0, + 1832.0, + 1039.0, + 1868.0, + 321.0, + 1868.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 427.0, + 407.0, + 427.0, + 407.0, + 471.0, + 292.0, + 471.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 433.0, + 427.0, + 1406.0, + 427.0, + 1406.0, + 471.0, + 433.0, + 471.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 461.0, + 758.0, + 461.0, + 758.0, + 494.0, + 324.0, + 494.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 312.0, + 1402.0, + 312.0, + 1402.0, + 350.0, + 296.0, + 350.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 346.0, + 1403.0, + 346.0, + 1403.0, + 381.0, + 322.0, + 381.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 374.0, + 1051.0, + 374.0, + 1051.0, + 412.0, + 323.0, + 412.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1599.0, + 1404.0, + 1599.0, + 1404.0, + 1635.0, + 297.0, + 1635.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1631.0, + 829.0, + 1631.0, + 829.0, + 1665.0, + 321.0, + 1665.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 10, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 2, + "poly": [ + 300, + 75, + 813, + 75, + 813, + 105, + 300, + 105 + ], + "score": 0.851 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 865, + 2088, + 865, + 2112, + 836, + 2112 + ], + "score": 0.829 + }, + { + "category_id": 1, + "poly": [ + 305, + 312, + 1401, + 312, + 1401, + 407, + 305, + 407 + ], + "score": 0.673 + }, + { + "category_id": 1, + "poly": [ + 296, + 229, + 1401, + 229, + 1401, + 293, + 296, + 293 + ], + "score": 0.629 + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 815.0, + 73.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2085.0, + 870.0, + 2085.0, + 870.0, + 2124.0, + 832.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 300.0, + 312.0, + 1402.0, + 312.0, + 1402.0, + 350.0, + 300.0, + 350.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 341.0, + 1406.0, + 341.0, + 1406.0, + 380.0, + 320.0, + 380.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 373.0, + 971.0, + 373.0, + 971.0, + 411.0, + 324.0, + 411.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 228.0, + 827.0, + 228.0, + 827.0, + 265.0, + 292.0, + 265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 871.0, + 228.0, + 1182.0, + 228.0, + 1182.0, + 264.0, + 871.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1218.0, + 229.0, + 1406.0, + 229.0, + 1406.0, + 266.0, + 1218.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 260.0, + 669.0, + 260.0, + 669.0, + 294.0, + 323.0, + 294.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 11, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 1140, + 1404, + 1140, + 1404, + 1234, + 298, + 1234 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 298, + 984, + 1403, + 984, + 1403, + 1081, + 298, + 1081 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 298, + 293, + 1403, + 293, + 1403, + 389, + 298, + 389 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 294, + 1690, + 1401, + 1690, + 1401, + 1754, + 294, + 1754 + ], + "score": 0.954 + }, + { + "category_id": 1, + "poly": [ + 298, + 402, + 1395, + 402, + 1395, + 466, + 298, + 466 + ], + "score": 0.952 + }, + { + "category_id": 8, + "poly": [ + 597, + 1641, + 1102, + 1641, + 1102, + 1683, + 597, + 1683 + ], + "score": 0.948 + }, + { + "category_id": 8, + "poly": [ + 556, + 1797, + 1140, + 1797, + 1140, + 1868, + 556, + 1868 + ], + "score": 0.947 + }, + { + "category_id": 1, + "poly": [ + 288, + 528, + 1405, + 528, + 1405, + 594, + 288, + 594 + ], + "score": 0.946 + }, + { + "category_id": 8, + "poly": [ + 647, + 1093, + 1053, + 1093, + 1053, + 1132, + 647, + 1132 + ], + "score": 0.944 + }, + { + "category_id": 1, + "poly": [ + 298, + 1298, + 1402, + 1298, + 1402, + 1363, + 298, + 1363 + ], + "score": 0.943 + }, + { + "category_id": 8, + "poly": [ + 410, + 1959, + 1285, + 1959, + 1285, + 2030, + 410, + 2030 + ], + "score": 0.935 + }, + { + "category_id": 8, + "poly": [ + 632, + 477, + 1068, + 477, + 1068, + 515, + 632, + 515 + ], + "score": 0.933 + }, + { + "category_id": 1, + "poly": [ + 296, + 1589, + 1161, + 1589, + 1161, + 1629, + 296, + 1629 + ], + "score": 0.933 + }, + { + "category_id": 8, + "poly": [ + 642, + 1518, + 1057, + 1518, + 1057, + 1559, + 642, + 1559 + ], + "score": 0.929 + }, + { + "category_id": 1, + "poly": [ + 297, + 730, + 474, + 730, + 474, + 762, + 297, + 762 + ], + "score": 0.927 + }, + { + "category_id": 8, + "poly": [ + 422, + 607, + 1274, + 607, + 1274, + 718, + 422, + 718 + ], + "score": 0.926 + }, + { + "category_id": 1, + "poly": [ + 298, + 1769, + 507, + 1769, + 507, + 1799, + 298, + 1799 + ], + "score": 0.926 + }, + { + "category_id": 1, + "poly": [ + 292, + 1472, + 1368, + 1472, + 1368, + 1509, + 292, + 1509 + ], + "score": 0.921 + }, + { + "category_id": 8, + "poly": [ + 642, + 1913, + 1057, + 1913, + 1057, + 1952, + 642, + 1952 + ], + "score": 0.919 + }, + { + "category_id": 8, + "poly": [ + 323, + 915, + 1322, + 915, + 1322, + 967, + 323, + 967 + ], + "score": 0.919 + }, + { + "category_id": 1, + "poly": [ + 298, + 867, + 973, + 867, + 973, + 901, + 298, + 901 + ], + "score": 0.917 + }, + { + "category_id": 0, + "poly": [ + 293, + 224, + 1284, + 224, + 1284, + 263, + 293, + 263 + ], + "score": 0.917 + }, + { + "category_id": 0, + "poly": [ + 299, + 1404, + 471, + 1404, + 471, + 1440, + 299, + 1440 + ], + "score": 0.916 + }, + { + "category_id": 2, + "poly": [ + 299, + 74, + 814, + 74, + 814, + 106, + 299, + 106 + ], + "score": 0.915 + }, + { + "category_id": 1, + "poly": [ + 296, + 1872, + 344, + 1872, + 344, + 1901, + 296, + 1901 + ], + "score": 0.912 + }, + { + "category_id": 8, + "poly": [ + 365, + 1248, + 1328, + 1248, + 1328, + 1291, + 365, + 1291 + ], + "score": 0.909 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1096, + 1400, + 1096, + 1400, + 1126, + 1352, + 1126 + ], + "score": 0.908 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1645, + 1400, + 1645, + 1400, + 1676, + 1352, + 1676 + ], + "score": 0.906 + }, + { + "category_id": 9, + "poly": [ + 1351, + 1523, + 1400, + 1523, + 1400, + 1554, + 1351, + 1554 + ], + "score": 0.904 + }, + { + "category_id": 1, + "poly": [ + 297, + 819, + 925, + 819, + 925, + 853, + 297, + 853 + ], + "score": 0.902 + }, + { + "category_id": 9, + "poly": [ + 1351, + 480, + 1400, + 480, + 1400, + 510, + 1351, + 510 + ], + "score": 0.9 + }, + { + "category_id": 9, + "poly": [ + 1351, + 646, + 1401, + 646, + 1401, + 677, + 1351, + 677 + ], + "score": 0.894 + }, + { + "category_id": 9, + "poly": [ + 1351, + 776, + 1401, + 776, + 1401, + 807, + 1351, + 807 + ], + "score": 0.885 + }, + { + "category_id": 9, + "poly": [ + 1351, + 1917, + 1401, + 1917, + 1401, + 1947, + 1351, + 1947 + ], + "score": 0.883 + }, + { + "category_id": 9, + "poly": [ + 1351, + 1977, + 1401, + 1977, + 1401, + 2008, + 1351, + 2008 + ], + "score": 0.874 + }, + { + "category_id": 2, + "poly": [ + 836, + 2087, + 865, + 2087, + 865, + 2113, + 836, + 2113 + ], + "score": 0.871 + }, + { + "category_id": 9, + "poly": [ + 1353, + 924, + 1400, + 924, + 1400, + 956, + 1353, + 956 + ], + "score": 0.868 + }, + { + "category_id": 8, + "poly": [ + 338, + 772, + 1303, + 772, + 1303, + 812, + 338, + 812 + ], + "score": 0.789 + }, + { + "category_id": 1, + "poly": [ + 338, + 772, + 1303, + 772, + 1303, + 812, + 338, + 812 + ], + "score": 0.109 + }, + { + "category_id": 13, + "poly": [ + 372, + 980, + 468, + 980, + 468, + 1024, + 372, + 1024 + ], + "score": 0.93, + "latex": "f _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t } )" + }, + { + "category_id": 14, + "poly": [ + 423, + 605, + 1269, + 605, + 1269, + 720, + 423, + 720 + ], + "score": 0.93, + "latex": "q ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } , \\pmb { x } _ { 0 } ) = \\left\\{ \\begin{array} { l l } { \\mathrm { C a t } ( \\pmb { x } _ { t } ) } & { \\mathrm { w i t h ~ p r o b a b i l i t y ~ } \\sigma _ { t } } \\\\ { \\mathrm { C a t } ( \\pmb { x } _ { 0 } ) } & { \\mathrm { w i t h ~ p r o b a b i l i t y ~ } ( \\alpha _ { t - 1 } - \\sigma _ { t } \\alpha _ { t } ) } \\\\ { \\mathrm { C a t } ( \\mathbf { 1 } _ { K } ) } & { \\mathrm { w i t h ~ p r o b a b i l i t y ~ } ( 1 - \\alpha _ { t - 1 } ) - ( 1 - \\alpha _ { t } ) \\sigma _ { t } } \\end{array} \\right. ," + }, + { + "category_id": 13, + "poly": [ + 772, + 433, + 875, + 433, + 875, + 467, + 772, + 467 + ], + "score": 0.93, + "latex": "q ( \\pmb { x } _ { t } | \\pmb { x } _ { 0 } )" + }, + { + "category_id": 13, + "poly": [ + 476, + 1474, + 618, + 1474, + 618, + 1508, + 476, + 1508 + ], + "score": 0.93, + "latex": "q _ { \\sigma } ( \\pmb { x } _ { 1 : T } | \\pmb { x } _ { 0 } )" + }, + { + "category_id": 13, + "poly": [ + 690, + 560, + 861, + 560, + 861, + 593, + 690, + 593 + ], + "score": 0.92, + "latex": "q ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } , \\pmb { x } _ { 0 } )" + }, + { + "category_id": 13, + "poly": [ + 372, + 527, + 486, + 527, + 486, + 560, + 372, + 560 + ], + "score": 0.92, + "latex": "\\mathbf { 1 } _ { K } \\in \\mathbb { R } ^ { K }" + }, + { + "category_id": 14, + "poly": [ + 631, + 476, + 1068, + 476, + 1068, + 515, + 631, + 515 + ], + "score": 0.92, + "latex": "q ( \\pmb { x } _ { t } | \\pmb { x } _ { 0 } ) = \\mathrm { C a t } ( \\alpha _ { t } \\pmb { x } _ { 0 } + ( 1 - \\alpha _ { t } ) \\pmb { 1 } _ { K } )" + }, + { + "category_id": 14, + "poly": [ + 646, + 1092, + 1053, + 1092, + 1053, + 1131, + 646, + 1131 + ], + "score": 0.92, + "latex": "D _ { \\mathrm { K L } } ( q ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } , \\pmb { x } _ { 0 } ) | | p _ { \\theta } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } ) )" + }, + { + "category_id": 13, + "poly": [ + 791, + 868, + 933, + 868, + 933, + 902, + 791, + 902 + ], + "score": 0.92, + "latex": "p _ { \\theta } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } )" + }, + { + "category_id": 14, + "poly": [ + 641, + 1518, + 1057, + 1518, + 1057, + 1558, + 641, + 1558 + ], + "score": 0.92, + "latex": "q _ { \\sigma } ( \\mathbf { x } _ { t } | \\mathbf { x } _ { 0 } ) = \\mathcal { N } ( \\sqrt { \\alpha _ { t } } \\mathbf { x } _ { 0 } , \\sqrt { 1 - \\alpha _ { t } } \\pmb { I } )" + }, + { + "category_id": 13, + "poly": [ + 870, + 1474, + 1056, + 1474, + 1056, + 1508, + 870, + 1508 + ], + "score": 0.92, + "latex": "q _ { \\sigma } ( { \\pmb x } _ { t - 1 } | { \\pmb x } _ { t } , { \\pmb x } _ { 0 } )" + }, + { + "category_id": 14, + "poly": [ + 598, + 1639, + 1102, + 1639, + 1102, + 1682, + 598, + 1682 + ], + "score": 0.92, + "latex": "q _ { \\sigma } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { 0 } ) = \\mathcal { N } ( \\sqrt { \\alpha _ { t - 1 } } \\pmb { x } _ { 0 } , \\sqrt { 1 - \\alpha _ { t - 1 } } \\pmb { I } )" + }, + { + "category_id": 14, + "poly": [ + 326, + 910, + 1323, + 910, + 1323, + 970, + 326, + 970 + ], + "score": 0.91, + "latex": "p _ { \\theta } ( { \\pmb x } _ { t - 1 } | { \\pmb x } _ { t } ) = \\mathrm { C a t } \\left( \\sigma _ { t } { \\pmb x } _ { t } + ( \\alpha _ { t - 1 } - \\sigma _ { t } \\alpha _ { t } ) f _ { \\theta } ^ { ( t ) } ( { \\pmb x } _ { t } ) + ( ( 1 - \\alpha _ { t - 1 } ) - ( 1 - \\alpha _ { t } ) \\sigma _ { t } ) { \\pmb 1 } _ { K } \\right) ," + }, + { + "category_id": 13, + "poly": [ + 1182, + 531, + 1266, + 531, + 1266, + 560, + 1182, + 560 + ], + "score": 0.91, + "latex": "\\alpha _ { 0 } = 1" + }, + { + "category_id": 14, + "poly": [ + 558, + 1793, + 1140, + 1793, + 1140, + 1868, + 558, + 1868 + ], + "score": 0.91, + "latex": "q _ { \\sigma } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { 0 } ) : = \\int _ { \\pmb { x } _ { t } } q _ { \\sigma } ( \\pmb { x } _ { t } | \\pmb { x } _ { 0 } ) q _ { \\sigma } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } , \\pmb { x } _ { 0 } ) \\mathrm { d } \\pmb { x } _ { t }" + }, + { + "category_id": 13, + "poly": [ + 849, + 529, + 905, + 529, + 905, + 562, + 849, + 562 + ], + "score": 0.91, + "latex": "1 / K" + }, + { + "category_id": 13, + "poly": [ + 915, + 987, + 1246, + 987, + 1246, + 1022, + 915, + 1022 + ], + "score": 0.91, + "latex": "( 1 - \\alpha _ { t - 1 } ) - ( 1 - \\alpha _ { t } ) \\sigma _ { t } \\to 0" + }, + { + "category_id": 13, + "poly": [ + 811, + 820, + 914, + 820, + 914, + 854, + 811, + 854 + ], + "score": 0.9, + "latex": "q ( \\pmb { x } _ { t } | \\pmb { x } _ { 0 } )" + }, + { + "category_id": 13, + "poly": [ + 298, + 562, + 387, + 562, + 387, + 590, + 298, + 590 + ], + "score": 0.9, + "latex": "\\alpha _ { T } = 0" + }, + { + "category_id": 13, + "poly": [ + 642, + 1591, + 1053, + 1591, + 1053, + 1628, + 642, + 1628 + ], + "score": 0.9, + "latex": "q _ { \\sigma } ( \\mathbf { x } _ { t } | \\mathbf { x } _ { 0 } ) = \\mathcal { N } ( \\sqrt { \\alpha _ { t } } \\mathbf { x } _ { 0 } , \\sqrt { 1 - \\alpha _ { t } } \\pmb { I } )" + }, + { + "category_id": 13, + "poly": [ + 1309, + 532, + 1372, + 532, + 1372, + 557, + 1309, + 557 + ], + "score": 0.89, + "latex": "t = 0" + }, + { + "category_id": 13, + "poly": [ + 430, + 561, + 499, + 561, + 499, + 587, + 430, + 587 + ], + "score": 0.89, + "latex": "t = T" + }, + { + "category_id": 14, + "poly": [ + 368, + 1243, + 1330, + 1243, + 1330, + 1290, + 368, + 1290 + ], + "score": 0.87, + "latex": "D _ { \\mathrm { K L } } ( q ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } , \\pmb { x } _ { 0 } ) \\| p _ { \\theta } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } ) ) \\leq ( \\alpha _ { t - 1 } - \\sigma _ { t } \\alpha _ { t } ) D _ { \\mathrm { K L } } ( \\mathrm { C a t } ( \\pmb { x } _ { 0 } ) \\| \\mathrm { C a t } ( f _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t } ) ) ) ." + }, + { + "category_id": 13, + "poly": [ + 639, + 408, + 673, + 408, + 673, + 435, + 639, + 435 + ], + "score": 0.87, + "latex": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }" + }, + { + "category_id": 14, + "poly": [ + 349, + 772, + 1302, + 772, + 1302, + 811, + 349, + 811 + ], + "score": 0.87, + "latex": "q ( { \\pmb x } _ { t - 1 } | { \\pmb x } _ { t } , { \\pmb x } _ { 0 } ) = \\mathrm { C a t } \\left( \\sigma _ { t } { \\pmb x } _ { t } + ( \\alpha _ { t - 1 } - \\sigma _ { t } \\alpha _ { t } ) { \\pmb x } _ { 0 } + ( ( 1 - \\alpha _ { t - 1 } ) - ( 1 - \\alpha _ { t } ) \\sigma _ { t } ) { \\pmb 1 } _ { K } \\right) ," + }, + { + "category_id": 14, + "poly": [ + 407, + 1910, + 1289, + 1910, + 1289, + 2033, + 407, + 2033 + ], + "score": 0.87, + "latex": "\\begin{array} { c } { q _ { \\sigma } ( { \\pmb x } _ { t } | { \\pmb x } _ { 0 } ) = \\mathcal { N } ( \\sqrt { \\alpha _ { t } } { \\pmb x } _ { 0 } , ( 1 - \\alpha _ { t } ) { \\pmb I } ) } \\\\ { q _ { \\sigma } ( { \\pmb x } _ { t - 1 } | { \\pmb x } _ { t } , { \\pmb x } _ { 0 } ) = \\mathcal { N } \\left( \\sqrt { \\alpha _ { t - 1 } } { \\pmb x } _ { 0 } + \\sqrt { 1 - \\alpha _ { t - 1 } - \\sigma _ { t } ^ { 2 } } \\cdot \\frac { { \\pmb x } _ { t } - \\sqrt { \\alpha _ { t } } { \\pmb x } _ { 0 } } { \\sqrt { 1 - \\alpha _ { t } } } , \\sigma _ { t } ^ { 2 } { \\pmb I } \\right) . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 962, + 533, + 993, + 533, + 993, + 560, + 962, + 560 + ], + "score": 0.87, + "latex": "\\alpha _ { t }" + }, + { + "category_id": 13, + "poly": [ + 793, + 1333, + 822, + 1333, + 822, + 1360, + 793, + 1360 + ], + "score": 0.86, + "latex": "\\sigma _ { t }" + }, + { + "category_id": 13, + "poly": [ + 535, + 992, + 567, + 992, + 567, + 1020, + 535, + 1020 + ], + "score": 0.85, + "latex": "\\mathbf { \\Delta } _ { \\mathbf { \\mathcal { X } } _ { t } }" + }, + { + "category_id": 13, + "poly": [ + 1142, + 1025, + 1174, + 1025, + 1174, + 1050, + 1142, + 1050 + ], + "score": 0.85, + "latex": "\\mathbf { \\Delta } _ { \\mathbf { \\mathcal { X } } _ { t } }" + }, + { + "category_id": 13, + "poly": [ + 562, + 1594, + 631, + 1594, + 631, + 1624, + 562, + 1624 + ], + "score": 0.84, + "latex": "t \\leq T" + }, + { + "category_id": 13, + "poly": [ + 1100, + 1693, + 1124, + 1693, + 1124, + 1719, + 1100, + 1719 + ], + "score": 0.84, + "latex": "T" + }, + { + "category_id": 13, + "poly": [ + 617, + 989, + 646, + 989, + 646, + 1016, + 617, + 1016 + ], + "score": 0.84, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 306, + 1723, + 380, + 1723, + 380, + 1752, + 306, + 1752 + ], + "score": 0.84, + "latex": "t = T ," + }, + { + "category_id": 13, + "poly": [ + 1367, + 1024, + 1400, + 1024, + 1400, + 1050, + 1367, + 1050 + ], + "score": 0.84, + "latex": "\\scriptstyle { \\mathbf { { \\vec { x } } } } _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1017, + 405, + 1047, + 405, + 1047, + 431, + 1017, + 431 + ], + "score": 0.83, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 1020, + 1695, + 1035, + 1695, + 1035, + 1719, + 1020, + 1719 + ], + "score": 0.78, + "latex": "t" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 224.0, + 1286.0, + 224.0, + 1286.0, + 266.0, + 293.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1400.0, + 476.0, + 1400.0, + 476.0, + 1447.0, + 292.0, + 1447.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 72.0, + 815.0, + 72.0, + 815.0, + 109.0, + 296.0, + 109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2085.0, + 870.0, + 2085.0, + 870.0, + 2123.0, + 831.0, + 2123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1140.0, + 1404.0, + 1140.0, + 1404.0, + 1177.0, + 293.0, + 1177.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1170.0, + 1404.0, + 1170.0, + 1404.0, + 1204.0, + 296.0, + 1204.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1203.0, + 1282.0, + 1203.0, + 1282.0, + 1235.0, + 293.0, + 1235.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 976.0, + 371.0, + 976.0, + 371.0, + 1034.0, + 297.0, + 1034.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 469.0, + 976.0, + 534.0, + 976.0, + 534.0, + 1034.0, + 469.0, + 1034.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 568.0, + 976.0, + 616.0, + 976.0, + 616.0, + 1034.0, + 568.0, + 1034.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 647.0, + 976.0, + 914.0, + 976.0, + 914.0, + 1034.0, + 647.0, + 1034.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1247.0, + 976.0, + 1408.0, + 976.0, + 1408.0, + 1034.0, + 1247.0, + 1034.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1016.0, + 1141.0, + 1016.0, + 1141.0, + 1057.0, + 292.0, + 1057.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1175.0, + 1016.0, + 1366.0, + 1016.0, + 1366.0, + 1057.0, + 1175.0, + 1057.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1401.0, + 1016.0, + 1404.0, + 1016.0, + 1404.0, + 1057.0, + 1401.0, + 1057.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1048.0, + 765.0, + 1048.0, + 765.0, + 1085.0, + 295.0, + 1085.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 291.0, + 1404.0, + 291.0, + 1404.0, + 332.0, + 292.0, + 332.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 326.0, + 1405.0, + 326.0, + 1405.0, + 361.0, + 296.0, + 361.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 356.0, + 1079.0, + 356.0, + 1079.0, + 390.0, + 294.0, + 390.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1689.0, + 1019.0, + 1689.0, + 1019.0, + 1726.0, + 293.0, + 1726.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1036.0, + 1689.0, + 1099.0, + 1689.0, + 1099.0, + 1726.0, + 1036.0, + 1726.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1125.0, + 1689.0, + 1404.0, + 1689.0, + 1404.0, + 1726.0, + 1125.0, + 1726.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1721.0, + 305.0, + 1721.0, + 305.0, + 1757.0, + 294.0, + 1757.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 381.0, + 1721.0, + 552.0, + 1721.0, + 552.0, + 1757.0, + 381.0, + 1757.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 402.0, + 638.0, + 402.0, + 638.0, + 438.0, + 295.0, + 438.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 674.0, + 402.0, + 1016.0, + 402.0, + 1016.0, + 438.0, + 674.0, + 438.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1048.0, + 402.0, + 1401.0, + 402.0, + 1401.0, + 438.0, + 1048.0, + 438.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 431.0, + 771.0, + 431.0, + 771.0, + 470.0, + 294.0, + 470.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 876.0, + 431.0, + 1333.0, + 431.0, + 1333.0, + 470.0, + 876.0, + 470.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 527.0, + 371.0, + 527.0, + 371.0, + 564.0, + 296.0, + 564.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 487.0, + 527.0, + 848.0, + 527.0, + 848.0, + 564.0, + 487.0, + 564.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 906.0, + 527.0, + 961.0, + 527.0, + 961.0, + 564.0, + 906.0, + 564.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 994.0, + 527.0, + 1181.0, + 527.0, + 1181.0, + 564.0, + 994.0, + 564.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1267.0, + 527.0, + 1308.0, + 527.0, + 1308.0, + 564.0, + 1267.0, + 564.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1373.0, + 527.0, + 1406.0, + 527.0, + 1406.0, + 564.0, + 1373.0, + 564.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 557.0, + 297.0, + 557.0, + 297.0, + 596.0, + 292.0, + 596.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 388.0, + 557.0, + 429.0, + 557.0, + 429.0, + 596.0, + 388.0, + 596.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 500.0, + 557.0, + 689.0, + 557.0, + 689.0, + 596.0, + 500.0, + 596.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 862.0, + 557.0, + 1288.0, + 557.0, + 1288.0, + 596.0, + 862.0, + 596.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1298.0, + 1406.0, + 1298.0, + 1406.0, + 1334.0, + 296.0, + 1334.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1332.0, + 792.0, + 1332.0, + 792.0, + 1364.0, + 296.0, + 1364.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 823.0, + 1332.0, + 1354.0, + 1332.0, + 1354.0, + 1364.0, + 823.0, + 1364.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1588.0, + 561.0, + 1588.0, + 561.0, + 1633.0, + 294.0, + 1633.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 632.0, + 1588.0, + 641.0, + 1588.0, + 641.0, + 1633.0, + 632.0, + 1633.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1054.0, + 1588.0, + 1163.0, + 1588.0, + 1163.0, + 1633.0, + 1054.0, + 1633.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 728.0, + 478.0, + 728.0, + 478.0, + 769.0, + 295.0, + 769.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1767.0, + 510.0, + 1767.0, + 510.0, + 1802.0, + 295.0, + 1802.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1469.0, + 475.0, + 1469.0, + 475.0, + 1513.0, + 293.0, + 1513.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 619.0, + 1469.0, + 869.0, + 1469.0, + 869.0, + 1513.0, + 619.0, + 1513.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1057.0, + 1469.0, + 1373.0, + 1469.0, + 1373.0, + 1513.0, + 1057.0, + 1513.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 862.0, + 790.0, + 862.0, + 790.0, + 907.0, + 293.0, + 907.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 934.0, + 862.0, + 977.0, + 862.0, + 977.0, + 907.0, + 934.0, + 907.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1870.0, + 346.0, + 1870.0, + 346.0, + 1902.0, + 293.0, + 1902.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 812.0, + 810.0, + 812.0, + 810.0, + 859.0, + 295.0, + 859.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 915.0, + 812.0, + 926.0, + 812.0, + 926.0, + 859.0, + 915.0, + 859.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1303.0, + 769.0, + 1306.0, + 769.0, + 1306.0, + 816.0, + 1303.0, + 816.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 12, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 8, + "poly": [ + 317, + 803, + 1361, + 803, + 1361, + 996, + 317, + 996 + ], + "score": 0.964 + }, + { + "category_id": 8, + "poly": [ + 549, + 1891, + 1152, + 1891, + 1152, + 1980, + 549, + 1980 + ], + "score": 0.955 + }, + { + "category_id": 1, + "poly": [ + 293, + 561, + 1406, + 561, + 1406, + 627, + 293, + 627 + ], + "score": 0.946 + }, + { + "category_id": 8, + "poly": [ + 451, + 467, + 1249, + 467, + 1249, + 541, + 451, + 541 + ], + "score": 0.938 + }, + { + "category_id": 1, + "poly": [ + 294, + 1013, + 1402, + 1013, + 1402, + 1077, + 294, + 1077 + ], + "score": 0.936 + }, + { + "category_id": 1, + "poly": [ + 297, + 1830, + 1040, + 1830, + 1040, + 1870, + 297, + 1870 + ], + "score": 0.931 + }, + { + "category_id": 1, + "poly": [ + 295, + 227, + 1088, + 227, + 1088, + 265, + 295, + 265 + ], + "score": 0.929 + }, + { + "category_id": 1, + "poly": [ + 294, + 2000, + 1035, + 2000, + 1035, + 2037, + 294, + 2037 + ], + "score": 0.928 + }, + { + "category_id": 1, + "poly": [ + 298, + 1539, + 776, + 1539, + 776, + 1573, + 298, + 1573 + ], + "score": 0.928 + }, + { + "category_id": 1, + "poly": [ + 297, + 749, + 674, + 749, + 674, + 783, + 297, + 783 + ], + "score": 0.924 + }, + { + "category_id": 2, + "poly": [ + 298, + 73, + 814, + 73, + 814, + 106, + 298, + 106 + ], + "score": 0.918 + }, + { + "category_id": 8, + "poly": [ + 455, + 284, + 1242, + 284, + 1242, + 400, + 455, + 400 + ], + "score": 0.914 + }, + { + "category_id": 1, + "poly": [ + 296, + 659, + 1260, + 659, + 1260, + 699, + 296, + 699 + ], + "score": 0.911 + }, + { + "category_id": 1, + "poly": [ + 296, + 420, + 345, + 420, + 345, + 451, + 296, + 451 + ], + "score": 0.901 + }, + { + "category_id": 9, + "poly": [ + 1351, + 1920, + 1401, + 1920, + 1401, + 1952, + 1351, + 1952 + ], + "score": 0.9 + }, + { + "category_id": 9, + "poly": [ + 1351, + 489, + 1401, + 489, + 1401, + 521, + 1351, + 521 + ], + "score": 0.896 + }, + { + "category_id": 8, + "poly": [ + 334, + 1091, + 1096, + 1091, + 1096, + 1297, + 334, + 1297 + ], + "score": 0.894 + }, + { + "category_id": 9, + "poly": [ + 1351, + 1741, + 1401, + 1741, + 1401, + 1772, + 1351, + 1772 + ], + "score": 0.892 + }, + { + "category_id": 9, + "poly": [ + 1351, + 1450, + 1401, + 1450, + 1401, + 1482, + 1351, + 1482 + ], + "score": 0.886 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1629, + 1400, + 1629, + 1400, + 1661, + 1352, + 1661 + ], + "score": 0.881 + }, + { + "category_id": 9, + "poly": [ + 1351, + 364, + 1401, + 364, + 1401, + 395, + 1351, + 395 + ], + "score": 0.878 + }, + { + "category_id": 9, + "poly": [ + 1351, + 1229, + 1401, + 1229, + 1401, + 1259, + 1351, + 1259 + ], + "score": 0.876 + }, + { + "category_id": 9, + "poly": [ + 1351, + 305, + 1401, + 305, + 1401, + 337, + 1351, + 337 + ], + "score": 0.875 + }, + { + "category_id": 2, + "poly": [ + 836, + 2087, + 865, + 2087, + 865, + 2113, + 836, + 2113 + ], + "score": 0.87 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1340, + 1400, + 1340, + 1400, + 1371, + 1352, + 1371 + ], + "score": 0.87 + }, + { + "category_id": 8, + "poly": [ + 331, + 1304, + 1305, + 1304, + 1305, + 1405, + 331, + 1405 + ], + "score": 0.835 + }, + { + "category_id": 2, + "poly": [ + 1374, + 2003, + 1403, + 2003, + 1403, + 2032, + 1374, + 2032 + ], + "score": 0.826 + }, + { + "category_id": 9, + "poly": [ + 1351, + 836, + 1401, + 836, + 1401, + 867, + 1351, + 867 + ], + "score": 0.823 + }, + { + "category_id": 8, + "poly": [ + 416, + 1593, + 1297, + 1593, + 1297, + 1698, + 416, + 1698 + ], + "score": 0.532 + }, + { + "category_id": 8, + "poly": [ + 392, + 1591, + 1298, + 1591, + 1298, + 1811, + 392, + 1811 + ], + "score": 0.523 + }, + { + "category_id": 8, + "poly": [ + 334, + 1415, + 1014, + 1415, + 1014, + 1520, + 334, + 1520 + ], + "score": 0.495 + }, + { + "category_id": 8, + "poly": [ + 458, + 284, + 1237, + 284, + 1237, + 362, + 458, + 362 + ], + "score": 0.25 + }, + { + "category_id": 8, + "poly": [ + 392, + 1705, + 1078, + 1705, + 1078, + 1810, + 392, + 1810 + ], + "score": 0.12 + }, + { + "category_id": 14, + "poly": [ + 329, + 1087, + 1318, + 1087, + 1318, + 1524, + 329, + 1524 + ], + "score": 0.95, + "latex": "\\begin{array} { r l } & { \\mathbb { E } _ { \\mathbf { x } _ { 0 } , \\mathbf { x } \\sim \\mathbf { q } ( \\mathbf { x } _ { 0 } , \\mathbf { x } _ { t } ) } [ D _ { \\mathbf { K L } } ( \\boldsymbol { q } _ { \\sigma } ( \\boldsymbol { x } _ { t - 1 } | \\boldsymbol { x } _ { t } , \\mathbf { x } _ { 0 } ) ) | | \\boldsymbol { p } _ { \\theta } ^ { ( t ) } ( \\boldsymbol { x } _ { t - 1 } | \\boldsymbol { x } _ { t } ) ] ] } \\\\ & { = \\mathbb { E } _ { \\boldsymbol { \\omega } _ { 0 } , \\boldsymbol { x } \\sim \\boldsymbol { q } ( \\mathbf { x } _ { 0 } , \\mathbf { x } _ { t } ) } [ D _ { \\mathbf { K L } } ( \\boldsymbol { q } _ { \\sigma } ( \\boldsymbol { x } _ { t - 1 } | \\boldsymbol { x } _ { t } , \\boldsymbol { x } _ { 0 } ) ) | | \\boldsymbol { q } _ { \\sigma } ( \\boldsymbol { x } _ { t - 1 } | \\boldsymbol { x } _ { t } , \\boldsymbol { f } _ { \\theta } ^ { ( t ) } ( \\boldsymbol { x } _ { t } ) ) ) ] } \\\\ & { = \\mathbb { E } _ { \\boldsymbol { \\omega } _ { 0 } , \\mathbf { x } \\sim \\boldsymbol { q } ( \\mathbf { x } _ { 0 } , \\mathbf { x } _ { t } ) } \\left[ \\frac { \\| \\boldsymbol { x } _ { 0 } - \\boldsymbol { f } _ { \\theta } ^ { ( t ) } ( \\boldsymbol { x } _ { t } ) \\| _ { 2 } ^ { 2 } } { 2 \\sigma _ { t } ^ { 2 } } \\right] } \\\\ & { = \\mathbb { E } _ { \\boldsymbol { \\omega } _ { 0 } , \\boldsymbol { x } \\sim \\boldsymbol { q } ( \\mathbf { x } _ { 0 } ) , \\boldsymbol { \\epsilon } \\sim \\mathcal { N } ( \\mathbf { 0 } , \\boldsymbol { I } ) , \\boldsymbol { x } _ { t } = \\sqrt { \\alpha _ { t } } \\sigma _ { t } + \\sqrt { 1 - \\alpha _ { t } } \\epsilon } \\left[ \\frac { \\| ( \\boldsymbol { x } _ { t } - \\boldsymbol { \\epsilon } ) / \\sqrt { \\alpha _ { t } } - ( \\boldsymbol { x } _ { t } - \\boldsymbol { \\epsilon } _ { \\theta } ^ { ( t ) } ( \\boldsymbol { x } _ { t } ) ) / \\sqrt { \\alpha _ { t } } \\| _ { 2 } ^ { 2 } } { 2 \\sigma _ { t } ^ { 2 } } \\right] } \\\\ & = \\mathbb { E } _ \\boldsymbol { \\omega } _ { 0 } \\sim \\boldsymbol { q } ( \\mathbf { x } _ { 0 } ) , \\boldsymbol { \\epsilon } \\sim \\mathcal { N } ( \\mathbf { 0 } , \\boldsymbol { I } ) , \\boldsymbol { x } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 396, + 1591, + 1303, + 1591, + 1303, + 1816, + 396, + 1816 + ], + "score": 0.94, + "latex": "\\begin{array} { r l } & { \\mathbb { E } _ { \\mathbf { x } _ { 0 } , \\mathbf { x } _ { 1 } \\sim q ( \\pmb { x } _ { 0 } , \\pmb { x } _ { 1 } ) } \\left[ - \\log p _ { \\theta } ^ { ( 1 ) } ( \\pmb { x } _ { 0 } | \\pmb { x } _ { 1 } ) \\right] \\equiv \\mathbb { E } _ { \\mathbf { x } _ { 0 } , \\mathbf { x } _ { 1 } \\sim q ( \\pmb { x } _ { 0 } , \\pmb { x } _ { 1 } ) } \\left[ \\frac { \\left\\| \\pmb { x } _ { 0 } - f _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { 1 } ) \\right\\| _ { 2 } ^ { 2 } } { 2 \\sigma _ { 1 } ^ { 2 } } \\right] } \\\\ & { = \\mathbb { E } _ { \\mathbf { x } _ { 0 } \\sim q ( \\pmb { x } _ { 0 } ) , \\epsilon \\sim \\mathcal { N } ( \\mathbf { 0 } , I ) , \\pmb { x } _ { 1 } = \\sqrt { \\alpha _ { 1 } } \\pmb { x } _ { 0 } + \\sqrt { 1 - \\alpha _ { t } } \\epsilon } \\left[ \\frac { \\left\\| \\epsilon - \\epsilon _ { \\theta } ^ { ( 1 ) } ( \\pmb { x } _ { 1 } ) \\right\\| _ { 2 } ^ { 2 } } { 2 d \\sigma _ { 1 } ^ { 2 } \\alpha _ { 1 } } \\right] } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 457, + 283, + 1240, + 283, + 1240, + 404, + 457, + 404 + ], + "score": 0.94, + "latex": "\\begin{array} { r l } & { \\mathbb { E } [ q _ { \\sigma } ( \\pmb { x } _ { t - 1 } \\vert \\pmb { x } _ { 0 } ) ] = \\sqrt { \\alpha _ { t - 1 } } \\pmb { x } _ { 0 } + \\sqrt { 1 - \\alpha _ { t - 1 } - \\sigma _ { t } ^ { 2 } } \\cdot \\frac { \\sqrt { \\alpha _ { t } } \\pmb { x } _ { 0 } - \\sqrt { \\alpha _ { t } } \\pmb { x } _ { 0 } } { \\sqrt { 1 - \\alpha _ { t } } } } \\\\ & { \\qquad = \\sqrt { \\alpha _ { t - 1 } } \\pmb { x } _ { 0 } } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 315, + 801, + 1334, + 801, + 1334, + 999, + 315, + 999 + ], + "score": 0.94, + "latex": "\\begin{array} { r } { J _ { \\sigma } ( \\epsilon _ { \\theta } ) : = \\mathbb { E } _ { \\boldsymbol { x } _ { 0 : T } \\sim q ( \\boldsymbol { x } _ { 0 : T } ) } \\left[ q _ { \\sigma } ( \\boldsymbol { x } _ { T } | \\boldsymbol { x } _ { 0 } ) + \\displaystyle \\sum _ { t = 2 } ^ { T } \\log q _ { \\sigma } ( \\boldsymbol { x } _ { t - 1 } | \\boldsymbol { x } _ { t } , \\boldsymbol { x } _ { 0 } ) - \\displaystyle \\sum _ { t = 1 } ^ { T } \\log p _ { \\theta } ^ { ( t ) } ( \\boldsymbol { x } _ { t - 1 } | \\boldsymbol { x } _ { t } ) \\right] } \\\\ { \\equiv \\mathbb { E } _ { \\boldsymbol { x } _ { 0 : T } \\sim q ( \\boldsymbol { x } _ { 0 : T } ) } \\left[ \\displaystyle \\sum _ { t = 2 } ^ { T } D _ { \\mathrm { K L } } ( q _ { \\theta } ( \\boldsymbol { x } _ { t - 1 } | \\boldsymbol { x } _ { t } , \\boldsymbol { x } _ { 0 } ) ) \\| p _ { \\theta } ^ { ( t ) } ( \\boldsymbol { x } _ { t - 1 } | \\boldsymbol { x } _ { t } ) ) - \\log p _ { \\theta } ^ { ( 1 ) } ( \\boldsymbol { x } _ { 0 } | \\boldsymbol { x } _ { 1 } ) \\right] } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 450, + 465, + 1249, + 465, + 1249, + 540, + 450, + 540 + ], + "score": 0.93, + "latex": "\\mathrm { C o v } [ q _ { \\sigma } ( x _ { t - 1 } | x _ { 0 } ) ] = \\sigma _ { t } ^ { 2 } I + \\frac { 1 - \\alpha _ { t - 1 } - \\sigma _ { t } ^ { 2 } } { 1 - \\alpha _ { t } } ( 1 - \\alpha _ { t } ) I = ( 1 - \\alpha _ { t - 1 } ) I" + }, + { + "category_id": 13, + "poly": [ + 487, + 1833, + 685, + 1833, + 685, + 1868, + 487, + 1868 + ], + "score": 0.93, + "latex": "\\gamma _ { t } = 1 / ( 2 d \\sigma _ { t } ^ { 2 } \\alpha _ { t } )" + }, + { + "category_id": 13, + "poly": [ + 742, + 661, + 844, + 661, + 844, + 698, + 742, + 698 + ], + "score": 0.93, + "latex": "\\gamma \\in \\mathbb { R } _ { > 0 } ^ { T }" + }, + { + "category_id": 13, + "poly": [ + 763, + 1833, + 932, + 1833, + 932, + 1868, + 763, + 1868 + ], + "score": 0.93, + "latex": "t \\in \\{ 1 , \\ldots , T \\}" + }, + { + "category_id": 14, + "poly": [ + 548, + 1887, + 1152, + 1887, + 1152, + 1983, + 548, + 1983 + ], + "score": 0.93, + "latex": "J _ { \\sigma } ( \\epsilon _ { \\theta } ) \\equiv \\sum _ { t = 1 } ^ { T } \\frac { 1 } { 2 d \\sigma _ { t } ^ { 2 } \\alpha _ { t } } \\mathbb { E } \\left[ \\big \\lVert \\epsilon _ { \\theta } ^ { ( t ) } ( { \\pmb x } _ { t } ) - \\epsilon _ { t } \\big \\rVert _ { 2 } ^ { 2 } \\right] = L _ { \\gamma } ( \\epsilon _ { \\theta } )" + }, + { + "category_id": 13, + "poly": [ + 771, + 230, + 903, + 230, + 903, + 264, + 771, + 264 + ], + "score": 0.93, + "latex": "\\hat { q } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { 0 } )" + }, + { + "category_id": 13, + "poly": [ + 1094, + 664, + 1251, + 664, + 1251, + 699, + 1094, + 699 + ], + "score": 0.93, + "latex": "J _ { \\sigma } = L _ { \\gamma } + C" + }, + { + "category_id": 13, + "poly": [ + 867, + 2003, + 1025, + 2003, + 1025, + 2038, + 867, + 2038 + ], + "score": 0.92, + "latex": "J _ { \\sigma } = L _ { \\gamma } + C" + }, + { + "category_id": 13, + "poly": [ + 424, + 561, + 933, + 561, + 933, + 600, + 424, + 600 + ], + "score": 0.92, + "latex": "q _ { \\sigma } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { 0 } ) = \\mathcal { N } ( \\sqrt { \\alpha _ { t - 1 } } \\pmb { x } _ { 0 } , \\sqrt { 1 - \\alpha _ { t - 1 } } \\pmb { I } )" + }, + { + "category_id": 13, + "poly": [ + 702, + 1542, + 766, + 1542, + 766, + 1568, + 702, + 1568 + ], + "score": 0.88, + "latex": "t = 0" + }, + { + "category_id": 13, + "poly": [ + 342, + 1047, + 406, + 1047, + 406, + 1074, + 342, + 1074 + ], + "score": 0.88, + "latex": "t > 1" + }, + { + "category_id": 13, + "poly": [ + 631, + 752, + 663, + 752, + 663, + 781, + 631, + 781 + ], + "score": 0.88, + "latex": "J _ { \\sigma }" + }, + { + "category_id": 13, + "poly": [ + 528, + 665, + 599, + 665, + 599, + 693, + 528, + 693 + ], + "score": 0.87, + "latex": "\\sigma > 0" + }, + { + "category_id": 13, + "poly": [ + 897, + 664, + 976, + 664, + 976, + 694, + 897, + 694 + ], + "score": 0.87, + "latex": "C \\in \\mathbb { R } ," + }, + { + "category_id": 13, + "poly": [ + 612, + 1544, + 644, + 1544, + 644, + 1571, + 612, + 1571 + ], + "score": 0.86, + "latex": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1086, + 1020, + 1112, + 1020, + 1112, + 1045, + 1086, + 1045 + ], + "score": 0.85, + "latex": "\\epsilon _ { \\theta }" + }, + { + "category_id": 13, + "poly": [ + 372, + 1543, + 390, + 1543, + 390, + 1568, + 372, + 1568 + ], + "score": 0.85, + "latex": "d" + }, + { + "category_id": 13, + "poly": [ + 371, + 2007, + 397, + 2007, + 397, + 2034, + 371, + 2034 + ], + "score": 0.84, + "latex": "\\epsilon _ { \\theta }" + }, + { + "category_id": 13, + "poly": [ + 452, + 1019, + 482, + 1019, + 482, + 1043, + 452, + 1043 + ], + "score": 0.76, + "latex": "\\equiv" + }, + { + "category_id": 13, + "poly": [ + 1342, + 1020, + 1371, + 1020, + 1371, + 1047, + 1342, + 1047 + ], + "score": 0.74, + "latex": "q _ { \\sigma }" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 72.0, + 815.0, + 72.0, + 815.0, + 108.0, + 296.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2085.0, + 871.0, + 2085.0, + 871.0, + 2124.0, + 832.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1378.0, + 2007.0, + 1403.0, + 2007.0, + 1403.0, + 2033.0, + 1378.0, + 2033.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 555.0, + 423.0, + 555.0, + 423.0, + 603.0, + 291.0, + 603.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 934.0, + 555.0, + 1408.0, + 555.0, + 1408.0, + 603.0, + 934.0, + 603.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 593.0, + 419.0, + 593.0, + 419.0, + 630.0, + 292.0, + 630.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1009.0, + 451.0, + 1009.0, + 451.0, + 1051.0, + 293.0, + 1051.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 483.0, + 1009.0, + 1085.0, + 1009.0, + 1085.0, + 1051.0, + 483.0, + 1051.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1113.0, + 1009.0, + 1341.0, + 1009.0, + 1341.0, + 1051.0, + 1113.0, + 1051.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1372.0, + 1009.0, + 1403.0, + 1009.0, + 1403.0, + 1051.0, + 1372.0, + 1051.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1042.0, + 341.0, + 1042.0, + 341.0, + 1080.0, + 293.0, + 1080.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 407.0, + 1042.0, + 420.0, + 1042.0, + 420.0, + 1080.0, + 407.0, + 1080.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1830.0, + 486.0, + 1830.0, + 486.0, + 1872.0, + 295.0, + 1872.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 686.0, + 1830.0, + 762.0, + 1830.0, + 762.0, + 1872.0, + 686.0, + 1872.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 933.0, + 1830.0, + 1042.0, + 1830.0, + 1042.0, + 1872.0, + 933.0, + 1872.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 227.0, + 770.0, + 227.0, + 770.0, + 268.0, + 294.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 904.0, + 227.0, + 1088.0, + 227.0, + 1088.0, + 268.0, + 904.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1996.0, + 370.0, + 1996.0, + 370.0, + 2041.0, + 293.0, + 2041.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 398.0, + 1996.0, + 866.0, + 1996.0, + 866.0, + 2041.0, + 398.0, + 2041.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1026.0, + 1996.0, + 1038.0, + 1996.0, + 1038.0, + 2041.0, + 1026.0, + 2041.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1537.0, + 371.0, + 1537.0, + 371.0, + 1575.0, + 295.0, + 1575.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 391.0, + 1537.0, + 611.0, + 1537.0, + 611.0, + 1575.0, + 391.0, + 1575.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 645.0, + 1537.0, + 701.0, + 1537.0, + 701.0, + 1575.0, + 645.0, + 1575.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 767.0, + 1537.0, + 778.0, + 1537.0, + 778.0, + 1575.0, + 767.0, + 1575.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 745.0, + 630.0, + 745.0, + 630.0, + 787.0, + 294.0, + 787.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 664.0, + 745.0, + 676.0, + 745.0, + 676.0, + 787.0, + 664.0, + 787.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 657.0, + 527.0, + 657.0, + 527.0, + 702.0, + 295.0, + 702.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 600.0, + 657.0, + 741.0, + 657.0, + 741.0, + 702.0, + 600.0, + 702.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 845.0, + 657.0, + 896.0, + 657.0, + 896.0, + 702.0, + 845.0, + 702.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 977.0, + 657.0, + 1093.0, + 657.0, + 1093.0, + 702.0, + 977.0, + 702.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1252.0, + 657.0, + 1263.0, + 657.0, + 1263.0, + 702.0, + 1252.0, + 702.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 420.0, + 344.0, + 420.0, + 344.0, + 450.0, + 294.0, + 450.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 13, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 296, + 1759, + 1406, + 1759, + 1406, + 1983, + 296, + 1983 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 300, + 508, + 1402, + 508, + 1402, + 604, + 300, + 604 + ], + "score": 0.973 + }, + { + "category_id": 8, + "poly": [ + 509, + 945, + 1185, + 945, + 1185, + 1078, + 509, + 1078 + ], + "score": 0.968 + }, + { + "category_id": 8, + "poly": [ + 451, + 405, + 1250, + 405, + 1250, + 494, + 451, + 494 + ], + "score": 0.956 + }, + { + "category_id": 1, + "poly": [ + 291, + 1247, + 1398, + 1247, + 1398, + 1312, + 291, + 1312 + ], + "score": 0.938 + }, + { + "category_id": 1, + "poly": [ + 299, + 893, + 898, + 893, + 898, + 927, + 299, + 927 + ], + "score": 0.934 + }, + { + "category_id": 8, + "poly": [ + 556, + 793, + 1143, + 793, + 1143, + 835, + 556, + 835 + ], + "score": 0.933 + }, + { + "category_id": 1, + "poly": [ + 297, + 847, + 604, + 847, + 604, + 879, + 297, + 879 + ], + "score": 0.926 + }, + { + "category_id": 8, + "poly": [ + 592, + 1191, + 1102, + 1191, + 1102, + 1235, + 592, + 1235 + ], + "score": 0.925 + }, + { + "category_id": 1, + "poly": [ + 295, + 351, + 1182, + 351, + 1182, + 386, + 295, + 386 + ], + "score": 0.922 + }, + { + "category_id": 2, + "poly": [ + 329, + 2004, + 1032, + 2004, + 1032, + 2034, + 329, + 2034 + ], + "score": 0.921 + }, + { + "category_id": 1, + "poly": [ + 294, + 1091, + 1360, + 1091, + 1360, + 1126, + 294, + 1126 + ], + "score": 0.919 + }, + { + "category_id": 8, + "poly": [ + 329, + 663, + 1371, + 663, + 1371, + 735, + 329, + 735 + ], + "score": 0.917 + }, + { + "category_id": 1, + "poly": [ + 302, + 748, + 783, + 748, + 783, + 780, + 302, + 780 + ], + "score": 0.916 + }, + { + "category_id": 0, + "poly": [ + 298, + 1703, + 1011, + 1703, + 1011, + 1738, + 298, + 1738 + ], + "score": 0.913 + }, + { + "category_id": 8, + "poly": [ + 542, + 617, + 1156, + 617, + 1156, + 656, + 542, + 656 + ], + "score": 0.909 + }, + { + "category_id": 0, + "poly": [ + 299, + 225, + 748, + 225, + 748, + 263, + 299, + 263 + ], + "score": 0.907 + }, + { + "category_id": 2, + "poly": [ + 298, + 73, + 814, + 73, + 814, + 106, + 298, + 106 + ], + "score": 0.905 + }, + { + "category_id": 8, + "poly": [ + 478, + 1141, + 1218, + 1141, + 1218, + 1186, + 478, + 1186 + ], + "score": 0.905 + }, + { + "category_id": 9, + "poly": [ + 1351, + 972, + 1401, + 972, + 1401, + 1004, + 1351, + 1004 + ], + "score": 0.897 + }, + { + "category_id": 8, + "poly": [ + 406, + 1328, + 1087, + 1328, + 1087, + 1368, + 406, + 1368 + ], + "score": 0.894 + }, + { + "category_id": 9, + "poly": [ + 1351, + 797, + 1401, + 797, + 1401, + 829, + 1351, + 829 + ], + "score": 0.891 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1149, + 1400, + 1149, + 1400, + 1179, + 1352, + 1179 + ], + "score": 0.888 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1331, + 1400, + 1331, + 1400, + 1362, + 1352, + 1362 + ], + "score": 0.887 + }, + { + "category_id": 9, + "poly": [ + 1351, + 1401, + 1401, + 1401, + 1401, + 1432, + 1351, + 1432 + ], + "score": 0.883 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1199, + 1400, + 1199, + 1400, + 1229, + 1352, + 1229 + ], + "score": 0.881 + }, + { + "category_id": 9, + "poly": [ + 1351, + 621, + 1400, + 621, + 1400, + 651, + 1351, + 651 + ], + "score": 0.88 + }, + { + "category_id": 9, + "poly": [ + 1351, + 431, + 1401, + 431, + 1401, + 463, + 1351, + 463 + ], + "score": 0.879 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 865, + 2088, + 865, + 2113, + 836, + 2113 + ], + "score": 0.871 + }, + { + "category_id": 0, + "poly": [ + 300, + 296, + 817, + 296, + 817, + 328, + 300, + 328 + ], + "score": 0.825 + }, + { + "category_id": 1, + "poly": [ + 298, + 1573, + 1402, + 1573, + 1402, + 1670, + 298, + 1670 + ], + "score": 0.79 + }, + { + "category_id": 8, + "poly": [ + 411, + 1372, + 1294, + 1372, + 1294, + 1559, + 411, + 1559 + ], + "score": 0.52 + }, + { + "category_id": 8, + "poly": [ + 472, + 1374, + 1101, + 1374, + 1101, + 1463, + 472, + 1463 + ], + "score": 0.362 + }, + { + "category_id": 8, + "poly": [ + 700, + 1467, + 1290, + 1467, + 1290, + 1559, + 700, + 1559 + ], + "score": 0.276 + }, + { + "category_id": 1, + "poly": [ + 300, + 296, + 817, + 296, + 817, + 328, + 300, + 328 + ], + "score": 0.108 + }, + { + "category_id": 14, + "poly": [ + 405, + 1324, + 1296, + 1324, + 1296, + 1563, + 405, + 1563 + ], + "score": 0.94, + "latex": "\\begin{array} { r l } & { J ( \\epsilon _ { \\theta } ) = \\mathbb { E } _ { \\boldsymbol { x } _ { 0 : T } \\sim q _ { \\sigma , \\tau } ( \\boldsymbol { x } _ { 0 : T } ) } [ \\log q _ { \\sigma , \\tau } ( \\boldsymbol { x } _ { 1 : T } | \\boldsymbol { x } _ { 0 } ) - \\log p _ { \\theta } ( \\boldsymbol { x } _ { 0 : T } ) ] } \\\\ & { \\quad \\quad \\quad = \\mathbb { E } _ { \\boldsymbol { x } _ { 0 : T } \\sim q _ { \\sigma , \\tau } ( \\boldsymbol { x } _ { 0 : T } ) } \\Bigg [ \\underset { t \\in \\overline { { \\tau } } } { \\sum } D _ { \\mathrm { K L } } ( q _ { \\sigma , \\tau } ( \\boldsymbol { x } _ { t } | \\boldsymbol { x } _ { 0 } ) \\| p _ { \\theta } ^ { ( t ) } ( \\boldsymbol { x } _ { 0 } | \\boldsymbol { x } _ { t } ) } \\\\ & { \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad } \\\\ & { \\quad \\quad \\quad \\quad \\quad \\quad \\quad + \\underset { i = 1 } { \\overset { L } { \\sum } } D _ { \\mathrm { K L } } ( q _ { \\sigma , \\tau } ( \\boldsymbol { x } _ { \\tau _ { i - 1 } } | \\boldsymbol { x } _ { \\tau _ { i } } , \\boldsymbol { x } _ { 0 } ) \\| p _ { \\theta } ^ { ( \\tau _ { i } ) } ( \\boldsymbol { x } _ { \\tau _ { i - 1 } } | \\boldsymbol { x } _ { \\tau _ { i } } ) ) ) \\Bigg ] } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 452, + 399, + 1248, + 399, + 1248, + 495, + 452, + 495 + ], + "score": 0.94, + "latex": "q _ { \\sigma , \\tau } ( \\pmb { x } _ { 1 : T } | \\pmb { x } _ { 0 } ) = q _ { \\sigma , \\tau } ( \\pmb { x } _ { \\tau _ { S } } | \\pmb { x } _ { 0 } ) \\prod _ { i = 1 } ^ { S } q _ { \\sigma , \\tau } ( \\pmb { x } _ { \\tau _ { i - 1 } } | \\pmb { x } _ { \\tau _ { i } } , \\pmb { x } _ { 0 } ) \\prod _ { t \\in \\bar { \\tau } } q _ { \\sigma , \\tau } ( \\pmb { x } _ { t } | \\pmb { x } _ { 0 } )" + }, + { + "category_id": 14, + "poly": [ + 323, + 614, + 1377, + 614, + 1377, + 738, + 323, + 738 + ], + "score": 0.93, + "latex": "\\begin{array} { r l } & { q _ { \\sigma , \\tau } ( { \\boldsymbol x } _ { t } | { \\boldsymbol x } _ { 0 } ) = \\mathcal { N } ( \\sqrt { \\alpha _ { t } } { \\boldsymbol x } _ { 0 } , ( 1 - \\alpha _ { t } ) { \\boldsymbol I } ) \\quad \\forall t \\in \\bar { \\tau } \\cup \\{ { \\boldsymbol T } \\} } \\\\ & { q _ { \\sigma , \\tau } ( { \\boldsymbol x } _ { \\tau _ { i - 1 } } | { \\boldsymbol x } _ { \\tau _ { i } } , { \\boldsymbol x } _ { 0 } ) = \\mathcal { N } \\left( \\sqrt { \\alpha _ { \\tau _ { i - 1 } } } { \\boldsymbol x } _ { 0 } + \\sqrt { 1 - \\alpha _ { \\tau _ { i - 1 } } - \\sigma _ { \\tau _ { i } } ^ { 2 } } \\cdot \\frac { { \\boldsymbol x } _ { \\tau _ { i } } - \\sqrt { \\alpha _ { \\tau _ { i } } } { \\boldsymbol x } _ { 0 } } { \\sqrt { 1 - \\alpha _ { \\tau _ { i } } } } , \\sigma _ { \\tau _ { i } } ^ { 2 } { \\boldsymbol I } \\right) \\forall i \\in [ S ] } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 642, + 510, + 755, + 510, + 755, + 544, + 642, + 544 + ], + "score": 0.93, + "latex": "[ 1 , \\ldots , T ]" + }, + { + "category_id": 13, + "poly": [ + 515, + 571, + 609, + 571, + 609, + 605, + 515, + 605 + ], + "score": 0.93, + "latex": "\\{ \\pmb { x } _ { t } \\} _ { t \\in \\bar { \\tau } }" + }, + { + "category_id": 13, + "poly": [ + 911, + 540, + 1016, + 540, + 1016, + 575, + 911, + 575 + ], + "score": 0.92, + "latex": "\\{ \\pmb { x } _ { \\tau _ { i } } \\} _ { i = 1 } ^ { S }" + }, + { + "category_id": 13, + "poly": [ + 620, + 1794, + 791, + 1794, + 791, + 1833, + 620, + 1833 + ], + "score": 0.92, + "latex": "\\begin{array} { r } { \\bar { \\alpha } _ { t } = \\prod _ { t = 1 } ^ { T } \\alpha _ { t } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 507, + 1247, + 727, + 1247, + 727, + 1283, + 507, + 1283 + ], + "score": 0.92, + "latex": "q _ { \\sigma , \\tau } ( \\pmb { x } _ { \\tau _ { i - 1 } } | \\pmb { x } _ { \\tau _ { i } } , \\pmb { x } _ { 0 } )" + }, + { + "category_id": 14, + "poly": [ + 483, + 1136, + 1216, + 1136, + 1216, + 1238, + 483, + 1238 + ], + "score": 0.92, + "latex": "\\begin{array} { r l } & { p _ { \\theta } ^ { ( \\tau _ { i } ) } ( \\pmb { x } _ { \\tau _ { i - 1 } } | \\pmb { x } _ { \\tau _ { i } } ) = q _ { \\sigma , \\tau } ( \\pmb { x } _ { \\tau _ { i } } | \\pmb { x } _ { \\tau _ { i } } , f _ { \\theta } ^ { ( \\tau _ { i } ) } ( \\pmb { x } _ { \\tau _ { i - 1 } } ) ) \\quad \\mathrm { i f ~ } i \\in [ S ] , i > 1 } \\\\ & { \\qquad p _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { 0 } | \\pmb { x } _ { t } ) = \\mathcal { N } ( f _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t } ) , \\sigma _ { t } ^ { 2 } I ) \\quad \\mathrm { o t h e r w i s e } , } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1159, + 510, + 1401, + 510, + 1401, + 544, + 1159, + 544 + ], + "score": 0.92, + "latex": "\\bar { \\tau } : = \\{ 1 , . . . , T \\} \\setminus \\tau" + }, + { + "category_id": 13, + "poly": [ + 1028, + 1281, + 1157, + 1281, + 1157, + 1314, + 1028, + 1314 + ], + "score": 0.92, + "latex": "\\pmb { x } _ { \\tau _ { L + 1 } } = \\emptyset" + }, + { + "category_id": 13, + "poly": [ + 689, + 1957, + 785, + 1957, + 785, + 1983, + 689, + 1983 + ], + "score": 0.92, + "latex": "1 , \\ldots , T" + }, + { + "category_id": 13, + "poly": [ + 406, + 1797, + 564, + 1797, + 564, + 1830, + 406, + 1830 + ], + "score": 0.91, + "latex": "\\alpha _ { t } : = 1 - \\beta _ { t }" + }, + { + "category_id": 14, + "poly": [ + 512, + 939, + 1184, + 939, + 1184, + 1078, + 512, + 1078 + ], + "score": 0.9, + "latex": "p _ { \\theta } ( \\pmb { x } _ { 0 : T } ) : = \\underbrace { p _ { \\theta } ( \\pmb { x } _ { T } ) \\prod _ { i = 1 } ^ { S } p _ { \\theta } ^ { ( \\tau _ { i } ) } ( \\pmb { x } _ { \\tau _ { i - 1 } } | \\pmb { x } _ { \\tau _ { i } } ) } _ { \\mathrm { u s e t o p r o d u c e ~ s a m p l e s } } \\times \\underbrace { \\prod _ { t \\in \\bar { \\tau } } p _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { 0 } | \\pmb { x } _ { t } ) } _ { \\mathrm { i n ~ v a r i a t i o n a l ~ o b j e c t i v e } }" + }, + { + "category_id": 14, + "poly": [ + 557, + 793, + 1142, + 793, + 1142, + 835, + 557, + 835 + ], + "score": 0.9, + "latex": "q _ { \\sigma , \\tau } ( \\pmb { x } _ { \\tau _ { i } } | \\pmb { x } _ { 0 } ) = \\mathcal { N } ( \\sqrt { \\alpha _ { \\tau _ { i } } } \\pmb { x } _ { 0 } , ( 1 - \\alpha _ { \\tau _ { i } } ) \\pmb { I } ) \\quad \\forall i \\in [ S ]" + }, + { + "category_id": 13, + "poly": [ + 1075, + 1957, + 1100, + 1957, + 1100, + 1983, + 1075, + 1983 + ], + "score": 0.89, + "latex": "\\beta _ { t }" + }, + { + "category_id": 13, + "poly": [ + 961, + 1761, + 1000, + 1761, + 1000, + 1795, + 961, + 1795 + ], + "score": 0.89, + "latex": "\\beta _ { t } { } ^ { 8 }" + }, + { + "category_id": 13, + "poly": [ + 581, + 1954, + 635, + 1954, + 635, + 1982, + 581, + 1982 + ], + "score": 0.89, + "latex": "\\alpha _ { 1 : T }" + }, + { + "category_id": 13, + "poly": [ + 713, + 1638, + 748, + 1638, + 748, + 1670, + 713, + 1670 + ], + "score": 0.89, + "latex": "L _ { \\gamma }" + }, + { + "category_id": 13, + "poly": [ + 959, + 511, + 1058, + 511, + 1058, + 540, + 959, + 540 + ], + "score": 0.89, + "latex": "\\tau _ { S } = T" + }, + { + "category_id": 13, + "poly": [ + 660, + 575, + 693, + 575, + 693, + 603, + 660, + 603 + ], + "score": 0.87, + "latex": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1069, + 545, + 1102, + 545, + 1102, + 572, + 1069, + 572 + ], + "score": 0.85, + "latex": "\\scriptstyle { \\pmb x } _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 615, + 1833, + 645, + 1833, + 645, + 1859, + 615, + 1859 + ], + "score": 0.83, + "latex": "\\bar { \\alpha } _ { t }" + }, + { + "category_id": 13, + "poly": [ + 1239, + 1607, + 1261, + 1607, + 1261, + 1634, + 1239, + 1634 + ], + "score": 0.82, + "latex": "J" + }, + { + "category_id": 13, + "poly": [ + 873, + 512, + 895, + 512, + 895, + 538, + 873, + 538 + ], + "score": 0.82, + "latex": "S" + }, + { + "category_id": 13, + "poly": [ + 298, + 1834, + 328, + 1834, + 328, + 1859, + 298, + 1859 + ], + "score": 0.81, + "latex": "\\alpha _ { t }" + }, + { + "category_id": 13, + "poly": [ + 1253, + 1576, + 1270, + 1576, + 1270, + 1602, + 1253, + 1602 + ], + "score": 0.8, + "latex": "\\theta" + }, + { + "category_id": 13, + "poly": [ + 374, + 517, + 393, + 517, + 393, + 538, + 374, + 538 + ], + "score": 0.77, + "latex": "\\tau" + }, + { + "category_id": 15, + "poly": [ + 330.0, + 2000.0, + 1034.0, + 2000.0, + 1034.0, + 2037.0, + 330.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1705.0, + 1012.0, + 1705.0, + 1012.0, + 1742.0, + 296.0, + 1742.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 224.0, + 751.0, + 224.0, + 751.0, + 268.0, + 294.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 72.0, + 815.0, + 72.0, + 815.0, + 108.0, + 296.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2085.0, + 870.0, + 2085.0, + 870.0, + 2123.0, + 832.0, + 2123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 296.0, + 822.0, + 296.0, + 822.0, + 332.0, + 296.0, + 332.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1761.0, + 960.0, + 1761.0, + 960.0, + 1796.0, + 296.0, + 1796.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1001.0, + 1761.0, + 1404.0, + 1761.0, + 1404.0, + 1796.0, + 1001.0, + 1796.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1794.0, + 405.0, + 1794.0, + 405.0, + 1837.0, + 293.0, + 1837.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 565.0, + 1794.0, + 619.0, + 1794.0, + 619.0, + 1837.0, + 565.0, + 1837.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 792.0, + 1794.0, + 1408.0, + 1794.0, + 1408.0, + 1837.0, + 792.0, + 1837.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1828.0, + 297.0, + 1828.0, + 297.0, + 1862.0, + 293.0, + 1862.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 329.0, + 1828.0, + 614.0, + 1828.0, + 614.0, + 1862.0, + 329.0, + 1862.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 646.0, + 1828.0, + 1406.0, + 1828.0, + 1406.0, + 1862.0, + 646.0, + 1862.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1858.0, + 1406.0, + 1858.0, + 1406.0, + 1894.0, + 294.0, + 1894.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1889.0, + 1404.0, + 1889.0, + 1404.0, + 1922.0, + 294.0, + 1922.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1919.0, + 1406.0, + 1919.0, + 1406.0, + 1953.0, + 293.0, + 1953.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1949.0, + 580.0, + 1949.0, + 580.0, + 1985.0, + 294.0, + 1985.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 636.0, + 1949.0, + 688.0, + 1949.0, + 688.0, + 1985.0, + 636.0, + 1985.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 786.0, + 1949.0, + 1074.0, + 1949.0, + 1074.0, + 1985.0, + 786.0, + 1985.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1101.0, + 1949.0, + 1113.0, + 1949.0, + 1113.0, + 1985.0, + 1101.0, + 1985.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 507.0, + 373.0, + 507.0, + 373.0, + 545.0, + 295.0, + 545.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 507.0, + 641.0, + 507.0, + 641.0, + 545.0, + 394.0, + 545.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 756.0, + 507.0, + 872.0, + 507.0, + 872.0, + 545.0, + 756.0, + 545.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 896.0, + 507.0, + 958.0, + 507.0, + 958.0, + 545.0, + 896.0, + 545.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1059.0, + 507.0, + 1158.0, + 507.0, + 1158.0, + 545.0, + 1059.0, + 545.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1402.0, + 507.0, + 1406.0, + 507.0, + 1406.0, + 545.0, + 1402.0, + 545.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 285.0, + 525.0, + 910.0, + 525.0, + 910.0, + 590.0, + 285.0, + 590.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1017.0, + 525.0, + 1068.0, + 525.0, + 1068.0, + 590.0, + 1017.0, + 590.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1103.0, + 525.0, + 1416.0, + 525.0, + 1416.0, + 590.0, + 1103.0, + 590.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 571.0, + 514.0, + 571.0, + 514.0, + 607.0, + 294.0, + 607.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 610.0, + 571.0, + 659.0, + 571.0, + 659.0, + 607.0, + 610.0, + 607.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 694.0, + 571.0, + 1040.0, + 571.0, + 1040.0, + 607.0, + 694.0, + 607.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1242.0, + 506.0, + 1242.0, + 506.0, + 1285.0, + 294.0, + 1285.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 728.0, + 1242.0, + 1407.0, + 1242.0, + 1407.0, + 1285.0, + 728.0, + 1285.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1273.0, + 1027.0, + 1273.0, + 1027.0, + 1319.0, + 290.0, + 1319.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1158.0, + 1273.0, + 1358.0, + 1273.0, + 1358.0, + 1319.0, + 1158.0, + 1319.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 890.0, + 900.0, + 890.0, + 900.0, + 933.0, + 295.0, + 933.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 843.0, + 606.0, + 843.0, + 606.0, + 881.0, + 293.0, + 881.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 348.0, + 1184.0, + 348.0, + 1184.0, + 390.0, + 293.0, + 390.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1087.0, + 1366.0, + 1087.0, + 1366.0, + 1131.0, + 295.0, + 1131.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 746.0, + 785.0, + 746.0, + 785.0, + 782.0, + 297.0, + 782.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1573.0, + 1252.0, + 1573.0, + 1252.0, + 1608.0, + 296.0, + 1608.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1271.0, + 1573.0, + 1403.0, + 1573.0, + 1403.0, + 1608.0, + 1271.0, + 1608.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1604.0, + 1238.0, + 1604.0, + 1238.0, + 1641.0, + 292.0, + 1641.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1262.0, + 1604.0, + 1406.0, + 1604.0, + 1406.0, + 1641.0, + 1262.0, + 1641.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1634.0, + 712.0, + 1634.0, + 712.0, + 1673.0, + 292.0, + 1673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 749.0, + 1634.0, + 758.0, + 1634.0, + 758.0, + 1673.0, + 749.0, + 1673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 296.0, + 822.0, + 296.0, + 822.0, + 332.0, + 296.0, + 332.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 14, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 296, + 1611, + 1405, + 1611, + 1405, + 1830, + 296, + 1830 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 296, + 1845, + 1404, + 1845, + 1404, + 2036, + 296, + 2036 + ], + "score": 0.978 + }, + { + "category_id": 8, + "poly": [ + 361, + 832, + 1292, + 832, + 1292, + 1055, + 361, + 1055 + ], + "score": 0.969 + }, + { + "category_id": 8, + "poly": [ + 440, + 514, + 1255, + 514, + 1255, + 638, + 440, + 638 + ], + "score": 0.967 + }, + { + "category_id": 8, + "poly": [ + 595, + 1241, + 1101, + 1241, + 1101, + 1319, + 595, + 1319 + ], + "score": 0.954 + }, + { + "category_id": 8, + "poly": [ + 601, + 1106, + 1097, + 1106, + 1097, + 1184, + 601, + 1184 + ], + "score": 0.952 + }, + { + "category_id": 8, + "poly": [ + 476, + 1375, + 1220, + 1375, + 1220, + 1454, + 476, + 1454 + ], + "score": 0.951 + }, + { + "category_id": 1, + "poly": [ + 298, + 1330, + 601, + 1330, + 601, + 1362, + 298, + 1362 + ], + "score": 0.936 + }, + { + "category_id": 8, + "poly": [ + 645, + 730, + 1052, + 730, + 1052, + 774, + 645, + 774 + ], + "score": 0.935 + }, + { + "category_id": 1, + "poly": [ + 295, + 672, + 970, + 672, + 970, + 712, + 295, + 712 + ], + "score": 0.931 + }, + { + "category_id": 1, + "poly": [ + 299, + 1194, + 769, + 1194, + 769, + 1226, + 299, + 1226 + ], + "score": 0.928 + }, + { + "category_id": 1, + "poly": [ + 297, + 1067, + 463, + 1067, + 463, + 1098, + 297, + 1098 + ], + "score": 0.925 + }, + { + "category_id": 1, + "poly": [ + 297, + 466, + 760, + 466, + 760, + 500, + 297, + 500 + ], + "score": 0.923 + }, + { + "category_id": 1, + "poly": [ + 297, + 419, + 805, + 419, + 805, + 453, + 297, + 453 + ], + "score": 0.922 + }, + { + "category_id": 2, + "poly": [ + 298, + 73, + 814, + 73, + 814, + 106, + 298, + 106 + ], + "score": 0.92 + }, + { + "category_id": 1, + "poly": [ + 295, + 228, + 1403, + 228, + 1403, + 264, + 295, + 264 + ], + "score": 0.917 + }, + { + "category_id": 0, + "poly": [ + 301, + 1555, + 760, + 1555, + 760, + 1588, + 301, + 1588 + ], + "score": 0.916 + }, + { + "category_id": 0, + "poly": [ + 299, + 1486, + 717, + 1486, + 717, + 1523, + 299, + 1523 + ], + "score": 0.913 + }, + { + "category_id": 9, + "poly": [ + 1351, + 737, + 1401, + 737, + 1401, + 768, + 1351, + 768 + ], + "score": 0.903 + }, + { + "category_id": 1, + "poly": [ + 296, + 784, + 856, + 784, + 856, + 817, + 296, + 817 + ], + "score": 0.903 + }, + { + "category_id": 9, + "poly": [ + 1351, + 1263, + 1401, + 1263, + 1401, + 1294, + 1351, + 1294 + ], + "score": 0.901 + }, + { + "category_id": 9, + "poly": [ + 1351, + 1398, + 1401, + 1398, + 1401, + 1430, + 1351, + 1430 + ], + "score": 0.896 + }, + { + "category_id": 9, + "poly": [ + 1351, + 1128, + 1401, + 1128, + 1401, + 1160, + 1351, + 1160 + ], + "score": 0.89 + }, + { + "category_id": 9, + "poly": [ + 1351, + 356, + 1402, + 356, + 1402, + 387, + 1351, + 387 + ], + "score": 0.889 + }, + { + "category_id": 9, + "poly": [ + 1351, + 864, + 1401, + 864, + 1401, + 895, + 1351, + 895 + ], + "score": 0.883 + }, + { + "category_id": 8, + "poly": [ + 761, + 345, + 936, + 345, + 936, + 407, + 761, + 407 + ], + "score": 0.882 + }, + { + "category_id": 9, + "poly": [ + 1351, + 288, + 1401, + 288, + 1401, + 319, + 1351, + 319 + ], + "score": 0.88 + }, + { + "category_id": 8, + "poly": [ + 782, + 277, + 915, + 277, + 915, + 340, + 782, + 340 + ], + "score": 0.868 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 865, + 2088, + 865, + 2113, + 836, + 2113 + ], + "score": 0.862 + }, + { + "category_id": 8, + "poly": [ + 761, + 277, + 938, + 277, + 938, + 407, + 761, + 407 + ], + "score": 0.096 + }, + { + "category_id": 14, + "poly": [ + 596, + 1241, + 1103, + 1241, + 1103, + 1318, + 596, + 1318 + ], + "score": 0.95, + "latex": "\\mu _ { \\theta } ( { \\pmb x } _ { t } , t ) = \\frac { 1 } { \\sqrt { \\alpha _ { t } } } \\left( { \\pmb x } _ { t } - \\frac { \\beta _ { t } } { \\sqrt { 1 - \\alpha _ { t } } } { \\epsilon } _ { \\theta } ( { \\pmb x } _ { t } , t ) \\right)" + }, + { + "category_id": 14, + "poly": [ + 600, + 1107, + 1098, + 1107, + 1098, + 1183, + 600, + 1183 + ], + "score": 0.95, + "latex": "L _ { t - 1 } = \\mathbb { E } _ { q } \\left[ \\frac { 1 } { 2 \\sigma _ { t } ^ { 2 } } \\lVert \\mu _ { \\theta } ( \\pmb { x } _ { t } , t ) - \\tilde { \\mu } ( \\pmb { x } _ { t } , \\pmb { x } _ { 0 } ) \\rVert _ { 2 } ^ { 2 } \\right]" + }, + { + "category_id": 14, + "poly": [ + 359, + 830, + 1291, + 830, + 1291, + 1059, + 359, + 1059 + ], + "score": 0.94, + "latex": "\\begin{array} { r l } & { L : = \\mathbb { E } _ { \\mathbf { x } _ { 0 : T } \\sim q ( \\mathbf { x } _ { 0 : T } ) } \\left[ q ( \\pmb { x } _ { T } | \\mathbf { x } _ { 0 } ) + \\displaystyle \\sum _ { t = 2 } ^ { T } \\log q ( \\pmb { x } _ { t - 1 } | \\mathbf { x } _ { t } , \\pmb { x } _ { 0 } ) - \\displaystyle \\sum _ { t = 1 } ^ { T } \\log p _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t - 1 } | \\mathbf { x } _ { t } ) \\right] } \\\\ & { \\equiv \\mathbb { E } _ { \\mathbf { x } _ { 0 : T } \\sim q ( \\pmb { x } _ { 0 : T } ) } \\left[ \\displaystyle \\sum _ { t = 2 } ^ { T } \\underbrace { D _ { \\mathrm { K L } } \\big ( q ( \\pmb { x } _ { t - 1 } | \\mathbf { x } _ { t } , \\mathbf { x } _ { 0 } ) \\big ) \\big \\| p _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t - 1 } | \\mathbf { x } _ { t } ) \\big ) } _ { L _ { t - 1 } } - \\log p _ { \\theta } ^ { ( 1 ) } ( \\pmb { x } _ { 0 } | \\mathbf { x } _ { 1 } ) \\right] } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 441, + 512, + 1256, + 512, + 1256, + 639, + 441, + 639 + ], + "score": 0.94, + "latex": "q ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } , \\pmb { x } _ { 0 } ) = \\mathcal { N } \\bigg ( \\underbrace { \\frac { \\sqrt { \\alpha _ { t - 1 } } \\beta _ { t } } { 1 - \\alpha _ { t } } \\pmb { x } _ { 0 } + \\frac { \\alpha _ { t } ( 1 - \\alpha _ { t - 1 } ) } { 1 - \\alpha _ { t } } \\pmb { x } _ { t } } _ { \\widetilde { \\mu } ( \\pmb { x } _ { t } , \\pmb { x } _ { 0 } ) } , \\frac { 1 - \\alpha _ { t - 1 } } { 1 - \\alpha _ { t } } \\beta _ { t } I \\bigg )" + }, + { + "category_id": 13, + "poly": [ + 525, + 1843, + 616, + 1843, + 616, + 1886, + 525, + 1886 + ], + "score": 0.93, + "latex": "\\epsilon _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t } )" + }, + { + "category_id": 13, + "poly": [ + 802, + 669, + 959, + 669, + 959, + 713, + 802, + 713 + ], + "score": 0.93, + "latex": "p _ { \\theta } ^ { ( t ) } ( \\pmb { x } _ { t - 1 } | \\pmb { x } _ { t } )" + }, + { + "category_id": 14, + "poly": [ + 477, + 1375, + 1221, + 1375, + 1221, + 1453, + 477, + 1453 + ], + "score": 0.92, + "latex": "L _ { t - 1 } = \\mathbb { E } _ { { \\pmb x } _ { 0 } , { \\epsilon } } \\left[ \\frac { \\beta _ { t } ^ { \\ 2 } } { 2 \\sigma _ { t } ^ { 2 } ( 1 - \\alpha _ { t } ) \\alpha _ { t } } \\big \\| { \\epsilon } - { \\epsilon } _ { \\theta } \\big ( \\sqrt { \\alpha _ { t } } { \\pmb x } _ { 0 } + \\sqrt { 1 - \\alpha _ { t } } { \\epsilon } , t \\big ) \\big \\| _ { 2 } ^ { 2 } \\right]" + }, + { + "category_id": 14, + "poly": [ + 646, + 725, + 1053, + 725, + 1053, + 772, + 646, + 772 + ], + "score": 0.92, + "latex": "p _ { \\theta } ^ { ( t ) } ( { \\bf x } _ { t - 1 } | { \\bf x } _ { t } ) = \\mathcal { N } \\left( \\mu _ { \\theta } ( { \\bf x } _ { t } , t ) , \\sigma _ { t } { \\cal I } \\right)" + }, + { + "category_id": 13, + "poly": [ + 487, + 1973, + 582, + 1973, + 582, + 2002, + 487, + 2002 + ], + "score": 0.9, + "latex": "6 4 \\times 6 4" + }, + { + "category_id": 13, + "poly": [ + 614, + 1974, + 680, + 1974, + 680, + 2002, + 614, + 2002 + ], + "score": 0.89, + "latex": "4 \\times 4" + }, + { + "category_id": 14, + "poly": [ + 760, + 274, + 941, + 274, + 941, + 411, + 760, + 411 + ], + "score": 0.89, + "latex": "\\begin{array} { c } { \\displaystyle \\alpha _ { t } = \\frac { \\alpha _ { t } } { \\alpha _ { t - 1 } } } \\\\ { \\displaystyle \\beta _ { t } = 1 - \\frac { \\alpha _ { t } } { \\alpha _ { t - 1 } } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 297, + 1943, + 392, + 1943, + 392, + 1972, + 297, + 1972 + ], + "score": 0.88, + "latex": "6 4 \\times 6 4" + }, + { + "category_id": 13, + "poly": [ + 404, + 1797, + 440, + 1797, + 440, + 1827, + 404, + 1827 + ], + "score": 0.88, + "latex": "L _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 547, + 232, + 576, + 232, + 576, + 262, + 547, + 262 + ], + "score": 0.87, + "latex": "\\beta _ { t }" + }, + { + "category_id": 13, + "poly": [ + 1034, + 1614, + 1127, + 1614, + 1127, + 1643, + 1034, + 1643 + ], + "score": 0.86, + "latex": "3 2 \\times 3 2" + }, + { + "category_id": 13, + "poly": [ + 302, + 1645, + 412, + 1645, + 412, + 1675, + 302, + 1675 + ], + "score": 0.86, + "latex": "( 6 4 \\times 6 4 )" + }, + { + "category_id": 13, + "poly": [ + 632, + 1645, + 767, + 1645, + 767, + 1675, + 632, + 1675 + ], + "score": 0.85, + "latex": "( 2 5 6 \\times 2 5 6 )" + }, + { + "category_id": 13, + "poly": [ + 626, + 235, + 656, + 235, + 656, + 261, + 626, + 261 + ], + "score": 0.85, + "latex": "\\alpha _ { t }" + }, + { + "category_id": 13, + "poly": [ + 672, + 425, + 702, + 425, + 702, + 451, + 672, + 451 + ], + "score": 0.85, + "latex": "\\alpha _ { t }" + }, + { + "category_id": 13, + "poly": [ + 1011, + 1646, + 1143, + 1646, + 1143, + 1675, + 1011, + 1675 + ], + "score": 0.85, + "latex": "2 5 6 \\times 2 5 6 )" + }, + { + "category_id": 13, + "poly": [ + 757, + 423, + 788, + 423, + 788, + 452, + 757, + 452 + ], + "score": 0.82, + "latex": "\\bar { \\alpha } _ { t }" + }, + { + "category_id": 13, + "poly": [ + 567, + 1681, + 589, + 1681, + 589, + 1702, + 567, + 1702 + ], + "score": 0.73, + "latex": "\\alpha" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 72.0, + 815.0, + 72.0, + 815.0, + 108.0, + 296.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1555.0, + 765.0, + 1555.0, + 765.0, + 1590.0, + 295.0, + 1590.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1485.0, + 721.0, + 1485.0, + 721.0, + 1528.0, + 294.0, + 1528.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2085.0, + 871.0, + 2085.0, + 871.0, + 2123.0, + 832.0, + 2123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1611.0, + 1033.0, + 1611.0, + 1033.0, + 1647.0, + 294.0, + 1647.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1128.0, + 1611.0, + 1405.0, + 1611.0, + 1405.0, + 1647.0, + 1128.0, + 1647.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1644.0, + 301.0, + 1644.0, + 301.0, + 1679.0, + 295.0, + 1679.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 413.0, + 1644.0, + 631.0, + 1644.0, + 631.0, + 1679.0, + 413.0, + 1679.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 768.0, + 1644.0, + 1010.0, + 1644.0, + 1010.0, + 1679.0, + 768.0, + 1679.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1144.0, + 1644.0, + 1407.0, + 1644.0, + 1407.0, + 1679.0, + 1144.0, + 1679.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1674.0, + 566.0, + 1674.0, + 566.0, + 1709.0, + 293.0, + 1709.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 590.0, + 1674.0, + 1403.0, + 1674.0, + 1403.0, + 1709.0, + 590.0, + 1709.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1706.0, + 1405.0, + 1706.0, + 1405.0, + 1740.0, + 294.0, + 1740.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1734.0, + 1406.0, + 1734.0, + 1406.0, + 1772.0, + 291.0, + 1772.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1762.0, + 1406.0, + 1762.0, + 1406.0, + 1804.0, + 291.0, + 1804.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1793.0, + 403.0, + 1793.0, + 403.0, + 1837.0, + 293.0, + 1837.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 441.0, + 1793.0, + 454.0, + 1793.0, + 454.0, + 1837.0, + 441.0, + 1837.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 286.0, + 1834.0, + 524.0, + 1834.0, + 524.0, + 1899.0, + 286.0, + 1899.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 617.0, + 1834.0, + 1412.0, + 1834.0, + 1412.0, + 1899.0, + 617.0, + 1899.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1877.0, + 1406.0, + 1877.0, + 1406.0, + 1916.0, + 293.0, + 1916.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1908.0, + 1406.0, + 1908.0, + 1406.0, + 1946.0, + 293.0, + 1946.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1937.0, + 296.0, + 1937.0, + 296.0, + 1981.0, + 293.0, + 1981.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 1937.0, + 1405.0, + 1937.0, + 1405.0, + 1981.0, + 393.0, + 1981.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1966.0, + 486.0, + 1966.0, + 486.0, + 2011.0, + 291.0, + 2011.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 583.0, + 1966.0, + 613.0, + 1966.0, + 613.0, + 2011.0, + 583.0, + 2011.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 681.0, + 1966.0, + 1407.0, + 1966.0, + 1407.0, + 2011.0, + 681.0, + 2011.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 2000.0, + 1200.0, + 2000.0, + 1200.0, + 2039.0, + 294.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1325.0, + 605.0, + 1325.0, + 605.0, + 1367.0, + 296.0, + 1367.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 667.0, + 801.0, + 667.0, + 801.0, + 718.0, + 290.0, + 718.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 960.0, + 667.0, + 973.0, + 667.0, + 973.0, + 718.0, + 960.0, + 718.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1192.0, + 770.0, + 1192.0, + 770.0, + 1229.0, + 296.0, + 1229.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1064.0, + 468.0, + 1064.0, + 468.0, + 1100.0, + 296.0, + 1100.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 463.0, + 761.0, + 463.0, + 761.0, + 503.0, + 294.0, + 503.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 417.0, + 671.0, + 417.0, + 671.0, + 457.0, + 295.0, + 457.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 703.0, + 417.0, + 756.0, + 417.0, + 756.0, + 457.0, + 703.0, + 457.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 789.0, + 417.0, + 807.0, + 417.0, + 807.0, + 457.0, + 789.0, + 457.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 225.0, + 546.0, + 225.0, + 546.0, + 264.0, + 294.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 577.0, + 225.0, + 625.0, + 225.0, + 625.0, + 264.0, + 577.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 657.0, + 225.0, + 1404.0, + 225.0, + 1404.0, + 264.0, + 657.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 781.0, + 858.0, + 781.0, + 858.0, + 822.0, + 295.0, + 822.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 15, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 5, + "poly": [ + 309, + 311, + 1383, + 311, + 1383, + 471, + 309, + 471 + ], + "score": 0.981, + "html": "
Bedroom (256 × 256)Church (256 × 256)
dim(T)102050100102050100
DDIM (n = 0.0)16.958.896.756.6219.4512.4710.8410.58
DDPM (n = 1.0)42.7822.7710.816.8151.5623.3711.168.27
" + }, + { + "category_id": 1, + "poly": [ + 297, + 1644, + 1405, + 1644, + 1405, + 1738, + 297, + 1738 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 298, + 1910, + 1404, + 1910, + 1404, + 2036, + 298, + 2036 + ], + "score": 0.97 + }, + { + "category_id": 1, + "poly": [ + 297, + 727, + 1407, + 727, + 1407, + 822, + 297, + 822 + ], + "score": 0.967 + }, + { + "category_id": 1, + "poly": [ + 298, + 1303, + 1404, + 1303, + 1404, + 1398, + 298, + 1398 + ], + "score": 0.962 + }, + { + "category_id": 8, + "poly": [ + 607, + 1745, + 1088, + 1745, + 1088, + 1819, + 607, + 1819 + ], + "score": 0.955 + }, + { + "category_id": 1, + "poly": [ + 299, + 1488, + 1401, + 1488, + 1401, + 1553, + 299, + 1553 + ], + "score": 0.951 + }, + { + "category_id": 8, + "poly": [ + 639, + 1077, + 1059, + 1077, + 1059, + 1163, + 639, + 1163 + ], + "score": 0.949 + }, + { + "category_id": 1, + "poly": [ + 368, + 632, + 1157, + 632, + 1157, + 707, + 368, + 707 + ], + "score": 0.949 + }, + { + "category_id": 8, + "poly": [ + 339, + 1207, + 1357, + 1207, + 1357, + 1297, + 339, + 1297 + ], + "score": 0.948 + }, + { + "category_id": 1, + "poly": [ + 302, + 1829, + 1242, + 1829, + 1242, + 1900, + 302, + 1900 + ], + "score": 0.937 + }, + { + "category_id": 6, + "poly": [ + 298, + 223, + 1398, + 223, + 1398, + 287, + 298, + 287 + ], + "score": 0.934 + }, + { + "category_id": 1, + "poly": [ + 292, + 912, + 1279, + 912, + 1279, + 948, + 292, + 948 + ], + "score": 0.926 + }, + { + "category_id": 1, + "poly": [ + 296, + 1168, + 1184, + 1168, + 1184, + 1200, + 296, + 1200 + ], + "score": 0.921 + }, + { + "category_id": 1, + "poly": [ + 301, + 577, + 1215, + 577, + 1215, + 612, + 301, + 612 + ], + "score": 0.917 + }, + { + "category_id": 0, + "poly": [ + 301, + 1432, + 721, + 1432, + 721, + 1464, + 301, + 1464 + ], + "score": 0.917 + }, + { + "category_id": 0, + "poly": [ + 299, + 1587, + 567, + 1587, + 567, + 1620, + 299, + 1620 + ], + "score": 0.912 + }, + { + "category_id": 2, + "poly": [ + 299, + 74, + 813, + 74, + 813, + 105, + 299, + 105 + ], + "score": 0.912 + }, + { + "category_id": 9, + "poly": [ + 1351, + 1766, + 1400, + 1766, + 1400, + 1797, + 1351, + 1797 + ], + "score": 0.894 + }, + { + "category_id": 1, + "poly": [ + 298, + 1053, + 370, + 1053, + 370, + 1081, + 298, + 1081 + ], + "score": 0.873 + }, + { + "category_id": 2, + "poly": [ + 836, + 2087, + 864, + 2087, + 864, + 2112, + 836, + 2112 + ], + "score": 0.868 + }, + { + "category_id": 0, + "poly": [ + 298, + 857, + 1012, + 857, + 1012, + 889, + 298, + 889 + ], + "score": 0.834 + }, + { + "category_id": 0, + "poly": [ + 298, + 521, + 930, + 521, + 930, + 553, + 298, + 553 + ], + "score": 0.813 + }, + { + "category_id": 8, + "poly": [ + 302, + 955, + 1399, + 955, + 1399, + 1046, + 302, + 1046 + ], + "score": 0.693 + }, + { + "category_id": 1, + "poly": [ + 302, + 955, + 1399, + 955, + 1399, + 1046, + 302, + 1046 + ], + "score": 0.111 + }, + { + "category_id": 14, + "poly": [ + 608, + 1744, + 1090, + 1744, + 1090, + 1820, + 608, + 1820 + ], + "score": 0.95, + "latex": "\\mathbf { \\Delta } \\mathbf { x } _ { T } ^ { ( \\alpha ) } = \\frac { \\sin ( ( 1 - \\alpha ) \\theta ) } { \\sin ( \\theta ) } \\mathbf { \\Delta } \\mathbf { x } _ { T } ^ { ( 0 ) } + \\frac { \\sin ( \\alpha \\theta ) } { \\sin ( \\theta ) } \\mathbf { x } _ { T } ^ { ( 1 ) }" + }, + { + "category_id": 14, + "poly": [ + 640, + 1074, + 1063, + 1074, + 1063, + 1166, + 640, + 1166 + ], + "score": 0.95, + "latex": "\\sigma _ { \\tau _ { i } } ( \\eta ) = \\eta \\sqrt { \\frac { 1 - \\alpha _ { \\tau _ { i - 1 } } } { 1 - \\alpha _ { \\tau _ { i } } } } \\sqrt { 1 - \\frac { \\alpha _ { \\tau _ { i } } } { \\alpha _ { \\tau _ { i - 1 } } } }" + }, + { + "category_id": 14, + "poly": [ + 310, + 952, + 1400, + 952, + 1400, + 1046, + 310, + 1046 + ], + "score": 0.94, + "latex": "x _ { \\tau _ { i - 1 } } ( \\eta ) = \\sqrt { \\alpha _ { \\tau _ { i - 1 } } } \\left( \\frac { x _ { \\tau _ { i } } - \\sqrt { 1 - \\alpha _ { \\tau _ { i } } } \\epsilon _ { \\theta } ^ { ( \\tau _ { i } ) } ( x _ { \\tau _ { i } } ) } { \\sqrt { \\alpha _ { \\tau _ { i } } } } \\right) + \\sqrt { 1 - \\alpha _ { \\tau _ { i - 1 } } - \\sigma _ { \\tau _ { i } } ( \\eta ) ^ { 2 } } \\cdot \\epsilon _ { \\theta } ^ { ( \\tau _ { i } ) } ( \\tau _ { i } ) + \\sigma _ { \\tau _ { i } } ( \\eta ) \\epsilon _ { \\eta }" + }, + { + "category_id": 14, + "poly": [ + 337, + 1205, + 1363, + 1205, + 1363, + 1298, + 337, + 1298 + ], + "score": 0.94, + "latex": "\\begin{array} { r } { x _ { \\tau _ { i - 1 } } = \\sqrt { \\alpha _ { \\tau _ { i - 1 } } } \\left( \\frac { x _ { \\tau _ { i } } - \\sqrt { 1 - \\alpha _ { \\tau _ { i } } } \\epsilon _ { \\theta } ^ { ( \\tau _ { i } ) } ( x _ { \\tau _ { i } } ) } { \\sqrt { \\alpha _ { \\tau _ { i } } } } \\right) + \\sqrt { 1 - \\alpha _ { \\tau _ { i - 1 } } - \\sigma _ { \\tau _ { i } } ( 1 ) ^ { 2 } } \\cdot \\epsilon _ { \\theta } ^ { ( \\tau _ { i } ) } ( \\tau _ { i } ) + \\hat { \\sigma } _ { \\tau _ { i } } \\epsilon _ { \\theta } ( \\tau _ { i } ) } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 902, + 671, + 1021, + 671, + 1021, + 707, + 902, + 707 + ], + "score": 0.93, + "latex": "\\tau _ { i } = \\lfloor c i ^ { 2 } \\rfloor" + }, + { + "category_id": 13, + "poly": [ + 860, + 633, + 966, + 633, + 966, + 667, + 860, + 667 + ], + "score": 0.93, + "latex": "\\tau _ { i } = \\lfloor c i \\rfloor" + }, + { + "category_id": 13, + "poly": [ + 1065, + 577, + 1206, + 577, + 1206, + 612, + 1065, + 612 + ], + "score": 0.92, + "latex": "\\mathrm { d i m } ( \\tau ) < T" + }, + { + "category_id": 13, + "poly": [ + 372, + 1827, + 678, + 1827, + 678, + 1902, + 372, + 1902 + ], + "score": 0.92, + "latex": "\\begin{array} { r } { \\theta = \\operatorname { a r c c o s } { \\left( \\frac { ( \\mathbf { x } _ { T } ^ { ( 0 ) } ) ^ { \\top } \\mathbf { x } _ { T } ^ { ( 1 ) } } { \\| \\mathbf { x } _ { T } ^ { ( 0 ) } \\| \\| \\mathbf { x } _ { T } ^ { ( 1 ) } \\| } \\right) } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1320, + 1336, + 1393, + 1336, + 1393, + 1367, + 1320, + 1367 + ], + "score": 0.91, + "latex": "\\eta = 1" + }, + { + "category_id": 13, + "poly": [ + 1099, + 1306, + 1179, + 1306, + 1179, + 1337, + 1099, + 1337 + ], + "score": 0.91, + "latex": "\\eta = 1" + }, + { + "category_id": 13, + "poly": [ + 770, + 733, + 816, + 733, + 816, + 761, + 770, + 761 + ], + "score": 0.88, + "latex": "\\tau _ { - 1 }" + }, + { + "category_id": 13, + "poly": [ + 935, + 1365, + 1020, + 1365, + 1020, + 1398, + 935, + 1398 + ], + "score": 0.88, + "latex": "\\dim ( \\tau )" + }, + { + "category_id": 13, + "poly": [ + 1076, + 1650, + 1115, + 1650, + 1115, + 1677, + 1076, + 1677 + ], + "score": 0.86, + "latex": "\\mathbf { \\nabla } _ { \\mathbf { x } _ { T } }" + }, + { + "category_id": 13, + "poly": [ + 483, + 1711, + 516, + 1711, + 516, + 1738, + 483, + 1738 + ], + "score": 0.86, + "latex": "\\scriptstyle { \\mathbf { { \\mathit { x } } } } _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 468, + 1169, + 487, + 1169, + 487, + 1195, + 468, + 1195 + ], + "score": 0.83, + "latex": "\\hat { \\sigma }" + }, + { + "category_id": 13, + "poly": [ + 846, + 584, + 866, + 584, + 866, + 606, + 846, + 606 + ], + "score": 0.78, + "latex": "\\tau" + }, + { + "category_id": 13, + "poly": [ + 942, + 730, + 966, + 730, + 966, + 756, + 942, + 756 + ], + "score": 0.77, + "latex": "T" + }, + { + "category_id": 13, + "poly": [ + 517, + 735, + 533, + 735, + 533, + 756, + 517, + 756 + ], + "score": 0.73, + "latex": "c" + }, + { + "category_id": 13, + "poly": [ + 893, + 1949, + 913, + 1949, + 913, + 1970, + 893, + 1970 + ], + "score": 0.73, + "latex": "\\alpha" + }, + { + "category_id": 13, + "poly": [ + 728, + 1311, + 744, + 1311, + 744, + 1332, + 728, + 1332 + ], + "score": 0.73, + "latex": "\\epsilon" + }, + { + "category_id": 13, + "poly": [ + 1130, + 681, + 1145, + 681, + 1145, + 701, + 1130, + 701 + ], + "score": 0.64, + "latex": "c" + }, + { + "category_id": 13, + "poly": [ + 1076, + 641, + 1093, + 641, + 1093, + 662, + 1076, + 662 + ], + "score": 0.59, + "latex": "c" + }, + { + "category_id": 13, + "poly": [ + 417, + 399, + 517, + 399, + 517, + 429, + 417, + 429 + ], + "score": 0.56, + "latex": "( \\eta = 0 . 0 )" + }, + { + "category_id": 13, + "poly": [ + 419, + 431, + 519, + 431, + 519, + 461, + 419, + 461 + ], + "score": 0.38, + "latex": "( \\eta = 1 . 0 )" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 219.0, + 1404.0, + 219.0, + 1404.0, + 261.0, + 293.0, + 261.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 256.0, + 973.0, + 256.0, + 973.0, + 284.0, + 297.0, + 284.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1432.0, + 726.0, + 1432.0, + 726.0, + 1468.0, + 296.0, + 1468.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1585.0, + 569.0, + 1585.0, + 569.0, + 1623.0, + 294.0, + 1623.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 72.0, + 815.0, + 72.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2085.0, + 869.0, + 2085.0, + 869.0, + 2124.0, + 832.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 857.0, + 1013.0, + 857.0, + 1013.0, + 893.0, + 296.0, + 893.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 521.0, + 930.0, + 521.0, + 930.0, + 556.0, + 296.0, + 556.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1645.0, + 1075.0, + 1645.0, + 1075.0, + 1679.0, + 295.0, + 1679.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1116.0, + 1645.0, + 1405.0, + 1645.0, + 1405.0, + 1679.0, + 1116.0, + 1679.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1676.0, + 1405.0, + 1676.0, + 1405.0, + 1710.0, + 295.0, + 1710.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1704.0, + 482.0, + 1704.0, + 482.0, + 1742.0, + 294.0, + 1742.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 517.0, + 1704.0, + 622.0, + 1704.0, + 622.0, + 1742.0, + 517.0, + 1742.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1913.0, + 1404.0, + 1913.0, + 1404.0, + 1946.0, + 296.0, + 1946.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1942.0, + 892.0, + 1942.0, + 892.0, + 1977.0, + 292.0, + 1977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 914.0, + 1942.0, + 1405.0, + 1942.0, + 1405.0, + 1977.0, + 914.0, + 1977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1974.0, + 1405.0, + 1974.0, + 1405.0, + 2007.0, + 293.0, + 2007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 2004.0, + 1306.0, + 2004.0, + 1306.0, + 2037.0, + 294.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 727.0, + 516.0, + 727.0, + 516.0, + 761.0, + 296.0, + 761.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 534.0, + 727.0, + 769.0, + 727.0, + 769.0, + 761.0, + 534.0, + 761.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 817.0, + 727.0, + 941.0, + 727.0, + 941.0, + 761.0, + 817.0, + 761.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 967.0, + 727.0, + 1405.0, + 727.0, + 1405.0, + 761.0, + 967.0, + 761.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 757.0, + 1405.0, + 757.0, + 1405.0, + 792.0, + 296.0, + 792.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 789.0, + 558.0, + 789.0, + 558.0, + 823.0, + 296.0, + 823.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1304.0, + 727.0, + 1304.0, + 727.0, + 1338.0, + 296.0, + 1338.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 745.0, + 1304.0, + 1098.0, + 1304.0, + 1098.0, + 1338.0, + 745.0, + 1338.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1180.0, + 1304.0, + 1404.0, + 1304.0, + 1404.0, + 1338.0, + 1180.0, + 1338.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1333.0, + 1319.0, + 1333.0, + 1319.0, + 1370.0, + 293.0, + 1370.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1394.0, + 1333.0, + 1405.0, + 1333.0, + 1405.0, + 1370.0, + 1394.0, + 1370.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1365.0, + 934.0, + 1365.0, + 934.0, + 1399.0, + 297.0, + 1399.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1021.0, + 1365.0, + 1121.0, + 1365.0, + 1121.0, + 1399.0, + 1021.0, + 1399.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1487.0, + 1403.0, + 1487.0, + 1403.0, + 1526.0, + 295.0, + 1526.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1519.0, + 799.0, + 1519.0, + 799.0, + 1555.0, + 295.0, + 1555.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 367.0, + 629.0, + 859.0, + 629.0, + 859.0, + 670.0, + 367.0, + 670.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 967.0, + 629.0, + 1075.0, + 629.0, + 1075.0, + 670.0, + 967.0, + 670.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1094.0, + 629.0, + 1103.0, + 629.0, + 1103.0, + 670.0, + 1094.0, + 670.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 368.0, + 669.0, + 901.0, + 669.0, + 901.0, + 710.0, + 368.0, + 710.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1022.0, + 669.0, + 1129.0, + 669.0, + 1129.0, + 710.0, + 1022.0, + 710.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1146.0, + 669.0, + 1155.0, + 669.0, + 1155.0, + 710.0, + 1146.0, + 710.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1842.0, + 371.0, + 1842.0, + 371.0, + 1882.0, + 295.0, + 1882.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 679.0, + 1844.0, + 1245.0, + 1844.0, + 1245.0, + 1882.0, + 679.0, + 1882.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 910.0, + 1279.0, + 910.0, + 1279.0, + 952.0, + 293.0, + 952.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1162.0, + 467.0, + 1162.0, + 467.0, + 1207.0, + 292.0, + 1207.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 488.0, + 1162.0, + 1186.0, + 1162.0, + 1186.0, + 1207.0, + 488.0, + 1207.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 576.0, + 845.0, + 576.0, + 845.0, + 615.0, + 296.0, + 615.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 867.0, + 576.0, + 1064.0, + 576.0, + 1064.0, + 615.0, + 867.0, + 615.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1207.0, + 576.0, + 1220.0, + 576.0, + 1220.0, + 615.0, + 1207.0, + 615.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1048.0, + 375.0, + 1048.0, + 375.0, + 1085.0, + 294.0, + 1085.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 921.0, + 309.0, + 921.0, + 309.0, + 1080.0, + 289.0, + 1080.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1401.0, + 921.0, + 1410.0, + 921.0, + 1410.0, + 1080.0, + 1401.0, + 1080.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 16, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 3, + "poly": [ + 417, + 277, + 1282, + 277, + 1282, + 823, + 417, + 823 + ], + "score": 0.976 + }, + { + "category_id": 3, + "poly": [ + 417, + 1004, + 1284, + 1004, + 1284, + 1491, + 417, + 1491 + ], + "score": 0.972 + }, + { + "category_id": 3, + "poly": [ + 303, + 1668, + 1395, + 1668, + 1395, + 1925, + 303, + 1925 + ], + "score": 0.967 + }, + { + "category_id": 4, + "poly": [ + 348, + 1525, + 1345, + 1525, + 1345, + 1560, + 348, + 1560 + ], + "score": 0.907 + }, + { + "category_id": 4, + "poly": [ + 339, + 855, + 1356, + 855, + 1356, + 889, + 339, + 889 + ], + "score": 0.904 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 813, + 76, + 813, + 104, + 299, + 104 + ], + "score": 0.891 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 865, + 2088, + 865, + 2113, + 836, + 2113 + ], + "score": 0.858 + }, + { + "category_id": 4, + "poly": [ + 310, + 1950, + 1382, + 1950, + 1382, + 1984, + 310, + 1984 + ], + "score": 0.804 + }, + { + "category_id": 1, + "poly": [ + 310, + 1950, + 1382, + 1950, + 1382, + 1984, + 310, + 1984 + ], + "score": 0.126 + }, + { + "category_id": 13, + "poly": [ + 1006, + 1957, + 1044, + 1957, + 1044, + 1982, + 1006, + 1982 + ], + "score": 0.82, + "latex": "\\mathbf { \\nabla } _ { \\mathbf { x } _ { T } }" + }, + { + "category_id": 15, + "poly": [ + 422.0, + 276.0, + 1009.0, + 276.0, + 1009.0, + 342.0, + 422.0, + 342.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 571.0, + 333.0, + 912.0, + 333.0, + 912.0, + 402.0, + 571.0, + 402.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 958.0, + 324.0, + 1180.0, + 324.0, + 1180.0, + 412.0, + 958.0, + 412.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 472.0, + 386.0, + 737.0, + 386.0, + 737.0, + 445.0, + 472.0, + 445.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 645.0, + 486.0, + 677.0, + 486.0, + 677.0, + 509.0, + 645.0, + 509.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 679.0, + 464.0, + 1024.0, + 464.0, + 1024.0, + 533.0, + 679.0, + 533.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 505.0, + 508.0, + 752.0, + 508.0, + 752.0, + 595.0, + 505.0, + 595.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 756.0, + 530.0, + 900.0, + 530.0, + 900.0, + 574.0, + 756.0, + 574.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 962.0, + 532.0, + 1006.0, + 532.0, + 1006.0, + 572.0, + 962.0, + 572.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 506.0, + 586.0, + 584.0, + 586.0, + 584.0, + 628.0, + 506.0, + 628.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 590.0, + 600.0, + 602.0, + 600.0, + 602.0, + 609.0, + 590.0, + 609.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 682.0, + 575.0, + 1074.0, + 575.0, + 1074.0, + 636.0, + 682.0, + 636.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 753.0, + 673.0, + 790.0, + 673.0, + 790.0, + 703.0, + 753.0, + 703.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 856.0, + 662.0, + 1017.0, + 662.0, + 1017.0, + 714.0, + 856.0, + 714.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1018.0, + 670.0, + 1055.0, + 670.0, + 1055.0, + 703.0, + 1018.0, + 703.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 692.0, + 717.0, + 749.0, + 717.0, + 749.0, + 759.0, + 692.0, + 759.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 753.0, + 716.0, + 912.0, + 716.0, + 912.0, + 766.0, + 753.0, + 766.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 952.0, + 743.0, + 960.0, + 743.0, + 960.0, + 750.0, + 952.0, + 750.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 668.0, + 767.0, + 959.0, + 767.0, + 959.0, + 823.0, + 668.0, + 823.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 965.0, + 776.0, + 1065.0, + 776.0, + 1065.0, + 811.0, + 965.0, + 811.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1010.0, + 479.0, + 1064.0, + 479.0, + 1064.0, + 524.0, + 1010.0, + 524.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 661.75, + 598.5, + 683.75, + 598.5, + 683.75, + 611.5, + 661.75, + 611.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 957.0, + 726.0, + 1009.0, + 726.0, + 1009.0, + 758.0, + 957.0, + 758.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 410.0, + 995.0, + 1289.0, + 995.0, + 1289.0, + 1089.0, + 410.0, + 1089.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 412.0, + 1069.0, + 1282.0, + 1069.0, + 1282.0, + 1161.0, + 412.0, + 1161.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 412.0, + 1168.0, + 1274.0, + 1168.0, + 1274.0, + 1261.0, + 412.0, + 1261.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 415.0, + 1240.0, + 967.0, + 1240.0, + 967.0, + 1334.0, + 415.0, + 1334.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1062.0, + 1257.0, + 1156.0, + 1257.0, + 1156.0, + 1316.0, + 1062.0, + 1316.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 417.0, + 1333.0, + 1276.0, + 1333.0, + 1276.0, + 1430.0, + 417.0, + 1430.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 421.0, + 1418.0, + 922.0, + 1418.0, + 922.0, + 1494.0, + 421.0, + 1494.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1087.0, + 1430.0, + 1207.0, + 1430.0, + 1207.0, + 1482.0, + 1087.0, + 1482.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 340.0, + 1684.0, + 382.0, + 1684.0, + 382.0, + 1742.0, + 340.0, + 1742.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 385.0, + 1669.0, + 890.0, + 1669.0, + 890.0, + 1739.0, + 385.0, + 1739.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 931.0, + 1660.0, + 1397.0, + 1660.0, + 1397.0, + 1759.0, + 931.0, + 1759.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 299.0, + 1708.0, + 330.0, + 1708.0, + 330.0, + 1886.0, + 299.0, + 1886.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 341.0, + 1736.0, + 382.0, + 1736.0, + 382.0, + 1796.0, + 341.0, + 1796.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 404.0, + 1758.0, + 424.0, + 1758.0, + 424.0, + 1770.0, + 404.0, + 1770.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 432.0, + 1708.0, + 1357.0, + 1708.0, + 1357.0, + 1816.0, + 432.0, + 1816.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 450.0, + 1813.0, + 625.0, + 1813.0, + 625.0, + 1858.0, + 450.0, + 1858.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 632.0, + 1796.0, + 1380.0, + 1796.0, + 1380.0, + 1872.0, + 632.0, + 1872.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1875.0, + 377.0, + 1875.0, + 377.0, + 1904.0, + 323.0, + 1904.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 649.0, + 1870.0, + 815.0, + 1870.0, + 815.0, + 1913.0, + 649.0, + 1913.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 820.0, + 1852.0, + 1399.0, + 1852.0, + 1399.0, + 1928.0, + 820.0, + 1928.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 890.75, + 1681.0, + 942.75, + 1681.0, + 942.75, + 1740.0, + 890.75, + 1740.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.25, + 1807.5, + 391.25, + 1807.5, + 391.25, + 1847.5, + 321.25, + 1847.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 518.0, + 1877.5, + 558.0, + 1877.5, + 558.0, + 1897.5, + 518.0, + 1897.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 349.0, + 1524.0, + 1347.0, + 1524.0, + 1347.0, + 1564.0, + 349.0, + 1564.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 339.0, + 854.0, + 1358.0, + 854.0, + 1358.0, + 893.0, + 339.0, + 893.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 815.0, + 73.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2085.0, + 870.0, + 2085.0, + 870.0, + 2122.0, + 832.0, + 2122.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 311.0, + 1947.0, + 1005.0, + 1947.0, + 1005.0, + 1991.0, + 311.0, + 1991.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1045.0, + 1947.0, + 1388.0, + 1947.0, + 1388.0, + 1991.0, + 1045.0, + 1991.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 311.0, + 1947.0, + 1005.0, + 1947.0, + 1005.0, + 1991.0, + 311.0, + 1991.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1045.0, + 1947.0, + 1388.0, + 1947.0, + 1388.0, + 1991.0, + 1045.0, + 1991.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 17, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 3, + "poly": [ + 418, + 312, + 1281, + 312, + 1281, + 985, + 418, + 985 + ], + "score": 0.978 + }, + { + "category_id": 3, + "poly": [ + 517, + 1228, + 1181, + 1228, + 1181, + 1891, + 517, + 1891 + ], + "score": 0.973 + }, + { + "category_id": 4, + "poly": [ + 430, + 1916, + 1267, + 1916, + 1267, + 1949, + 430, + 1949 + ], + "score": 0.927 + }, + { + "category_id": 4, + "poly": [ + 454, + 1019, + 1243, + 1019, + 1243, + 1053, + 454, + 1053 + ], + "score": 0.918 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 812, + 76, + 812, + 104, + 299, + 104 + ], + "score": 0.889 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 865, + 2088, + 865, + 2112, + 836, + 2112 + ], + "score": 0.849 + }, + { + "category_id": 13, + "poly": [ + 1111, + 1915, + 1261, + 1915, + 1261, + 1950, + 1111, + 1950 + ], + "score": 0.91, + "latex": "\\dim ( \\tau ) = 5 0" + }, + { + "category_id": 15, + "poly": [ + 489.0, + 376.0, + 507.0, + 376.0, + 507.0, + 386.0, + 489.0, + 386.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 418.0, + 656.0, + 687.0, + 656.0, + 687.0, + 771.0, + 418.0, + 771.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 516.0, + 1224.0, + 1185.0, + 1224.0, + 1185.0, + 1322.0, + 516.0, + 1322.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 526.0, + 1309.0, + 942.0, + 1309.0, + 942.0, + 1402.0, + 526.0, + 1402.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 970.0, + 1327.0, + 1110.0, + 1327.0, + 1110.0, + 1388.0, + 970.0, + 1388.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1111.0, + 1352.0, + 1123.0, + 1352.0, + 1123.0, + 1364.0, + 1111.0, + 1364.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 623.0, + 1386.0, + 1184.0, + 1386.0, + 1184.0, + 1490.0, + 623.0, + 1490.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 733.0, + 1462.0, + 1190.0, + 1462.0, + 1190.0, + 1579.0, + 733.0, + 1579.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 788.0, + 1511.0, + 823.0, + 1511.0, + 823.0, + 1529.0, + 788.0, + 1529.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 751.0, + 1522.0, + 759.0, + 1522.0, + 759.0, + 1530.0, + 751.0, + 1530.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 668.0, + 1536.0, + 686.0, + 1536.0, + 686.0, + 1560.0, + 668.0, + 1560.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 682.0, + 1538.0, + 708.0, + 1538.0, + 708.0, + 1560.0, + 682.0, + 1560.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1105.0, + 1572.0, + 1166.0, + 1572.0, + 1166.0, + 1636.0, + 1105.0, + 1636.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1020.0, + 1582.0, + 1077.0, + 1582.0, + 1077.0, + 1634.0, + 1020.0, + 1634.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 550.0, + 1660.0, + 1029.0, + 1660.0, + 1029.0, + 1728.0, + 550.0, + 1728.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 534.0, + 1728.0, + 1180.0, + 1728.0, + 1180.0, + 1814.0, + 534.0, + 1814.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 532.0, + 1804.0, + 1186.0, + 1804.0, + 1186.0, + 1898.0, + 532.0, + 1898.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 427.0, + 1914.0, + 1110.0, + 1914.0, + 1110.0, + 1952.0, + 427.0, + 1952.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1262.0, + 1914.0, + 1271.0, + 1914.0, + 1271.0, + 1952.0, + 1262.0, + 1952.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 453.0, + 1016.0, + 1245.0, + 1016.0, + 1245.0, + 1059.0, + 453.0, + 1059.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 815.0, + 73.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2085.0, + 870.0, + 2085.0, + 870.0, + 2124.0, + 832.0, + 2124.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 18, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 3, + "poly": [ + 518, + 1220, + 1180, + 1220, + 1180, + 1883, + 518, + 1883 + ], + "score": 0.975 + }, + { + "category_id": 3, + "poly": [ + 519, + 309, + 1180, + 309, + 1180, + 971, + 519, + 971 + ], + "score": 0.975 + }, + { + "category_id": 4, + "poly": [ + 424, + 996, + 1276, + 996, + 1276, + 1031, + 424, + 1031 + ], + "score": 0.917 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 813, + 76, + 813, + 104, + 299, + 104 + ], + "score": 0.889 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 866, + 2088, + 866, + 2113, + 835, + 2113 + ], + "score": 0.858 + }, + { + "category_id": 4, + "poly": [ + 432, + 1907, + 1267, + 1907, + 1267, + 1942, + 432, + 1942 + ], + "score": 0.477 + }, + { + "category_id": 13, + "poly": [ + 1109, + 1908, + 1259, + 1908, + 1259, + 1942, + 1109, + 1942 + ], + "score": 0.91, + "latex": "\\dim ( \\tau ) = 5 0" + }, + { + "category_id": 13, + "poly": [ + 1120, + 996, + 1269, + 996, + 1269, + 1031, + 1120, + 1031 + ], + "score": 0.9, + "latex": "\\dim ( \\tau ) = 5 0" + }, + { + "category_id": 15, + "poly": [ + 984.0, + 1743.0, + 1022.0, + 1743.0, + 1022.0, + 1750.0, + 984.0, + 1750.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 962.0, + 1804.0, + 970.0, + 1804.0, + 970.0, + 1812.0, + 962.0, + 1812.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 577.0, + 1817.0, + 593.0, + 1817.0, + 593.0, + 1824.0, + 577.0, + 1824.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 698.0, + 643.0, + 708.0, + 643.0, + 708.0, + 650.0, + 698.0, + 650.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 418.0, + 995.0, + 1119.0, + 995.0, + 1119.0, + 1034.0, + 418.0, + 1034.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1270.0, + 995.0, + 1278.0, + 995.0, + 1278.0, + 1034.0, + 1270.0, + 1034.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 815.0, + 73.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 829.0, + 2083.0, + 872.0, + 2083.0, + 872.0, + 2124.0, + 829.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 428.0, + 1906.0, + 1108.0, + 1906.0, + 1108.0, + 1945.0, + 428.0, + 1945.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1260.0, + 1906.0, + 1269.0, + 1906.0, + 1269.0, + 1945.0, + 1260.0, + 1945.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 19, + "width": 1700, + "height": 2200 + } + } +] \ No newline at end of file diff --git a/parse/train/cO1IH43yUF/cO1IH43yUF.md b/parse/train/cO1IH43yUF/cO1IH43yUF.md new file mode 100644 index 0000000000000000000000000000000000000000..9e68b90b09af383dfd17d38f3a45c7f10387c184 --- /dev/null +++ b/parse/train/cO1IH43yUF/cO1IH43yUF.md @@ -0,0 +1,379 @@ +# REVISITING FEW-SAMPLE BERT FINE-TUNING + +Tianyi Zhang∗4§ Felix $\mathbf { W _ { u } } ^ { * \dagger }$ Arzoo Katiyar4✸ Kilian Q. Weinberger†‡ Yoav Artzi†‡ †ASAPP Inc. §Stanford University ✸Penn State University ‡Cornell University tz58@stanford.edu {fwu, kweinberger, yoav}@asapp.com arzoo@psu.edu + +# ABSTRACT + +This paper is a study of fine-tuning of BERT contextual representations, with focus on commonly observed instabilities in few-sample scenarios. We identify several factors that cause this instability: the common use of a non-standard optimization method with biased gradient estimation; the limited applicability of significant parts of the BERT network for down-stream tasks; and the prevalent practice of using a pre-determined, and small number of training iterations. We empirically test the impact of these factors, and identify alternative practices that resolve the commonly observed instability of the process. In light of these observations, we re-visit recently proposed methods to improve few-sample fine-tuning with BERT and re-evaluate their effectiveness. Generally, we observe the impact of these methods diminishes significantly with our modified process. + +# 1 INTRODUCTION + +Fine-tuning self-supervised pre-trained models has significantly boosted state-of-the-art performance on natural language processing (NLP) tasks (Liu, 2019; Yang et al., 2019a; Wadden et al., 2019; Zhu et al., 2020; Guu et al., 2020). One of the most effective models for this process is BERT (Devlin et al., 2019). However, despite significant success, fine-tuning remains unstable, especially when using the large variant of BERT $\mathrm { ( B E R T _ { L a r g e } ) }$ ) on small datasets, where pre-training stands to provide the most significant benefit. Identical learning processes with different random seeds often result in significantly different and sometimes degenerate models following fine-tuning, even though only a few, seemingly insignificant aspects of the learning process are impacted by the random seed (Phang et al., 2018; Lee et al., 2020; Dodge et al., 2020).1 As a result, practitioners resort to multiple random trials for model selection. This increases model deployment costs and time, and makes scientific comparison challenging (Dodge et al., 2020). + +This paper is a study of different aspects of the few-sample fine-tuning optimization process. Our goal is to better understand the impact of common choices with regard to the optimization algorithm, model initialization, and the number of fine-tuning training iterations. We identify suboptimalities in common community practices: the use of a non-standard optimizer introduces bias in the gradient estimation; the top layers of the pre-trained BERT model provide a bad initialization point for finetuning; and the use of a pre-determined , but commonly adopted number of training iterations hurts convergence. We study these issues and their remedies through experiments on multiple common benchmarks, focusing on few-sample fine-tuning scenarios. + +Once these suboptimal practices are addressed, we observe that degenerate runs are eliminated and performance becomes much more stable. This makes it unnecessary to execute numerous random restarts as proposed in Dodge et al. (2020). Our experiments show the remedies we experiment with for each issue have overlapping effect. For example, allocating more training iterations can eventually compensate for using the non-standard biased optimizer, even though the combination of a bias-corrected optimizer and re-initializing some of the pre-trained model parameters can reduce fine-tuning computational costs. This empirically highlights how different aspects of fine-tuning influence the stability of the process, at times in a similar manner. In the light of our observations, we re-evaluate several techniques (Phang et al., 2018; Lee et al., 2020; Howard & Ruder, 2018) that were recently proposed to increase few-sample fine-tuning stability and show a significant decrease in their impact. Our work furthers the empirical understanding of the fine-tuning process, and the optimization practices we outline identify impactful avenues for the development of future methods. + +# 2 BACKGROUND AND RELATED WORK + +BERT The Bidirectional Encoder Representations from Transformers (BERT; Devlin et al., 2019) model is a Transformer encoder (Vaswani et al., 2017) trained on raw text using masked language modeling and next-sentence prediction objectives. It generates an embedding vector contextualized through a stack of Transformer blocks for each input token. BERT prepends a special [CLS]token to the input sentence or sentence pairs. The embedding of this token is used as a summary token for the input for classification tasks. This embedding is computed with an additional fully-connected layer with a tanh non-linearity, commonly referred to as the pooler, to aggregate the information for the [CLS]embedding. + +Fine-tuning The common approach for using the pre-trained BERT model is to replace the original output layer with a new task-specific layer and fine-tune the complete model. This includes learning the new output layer parameters and modifying all the original weights, including the weights of word embeddings, Transformer blocks, and the pooler. For example, for sentence-level classification, an added linear classifier projects the [CLS]embedding to an unnormalized probability vector over the output classes. This process introduces two sources of randomness: the weight initialization of the new output layer and the data order in the stochastic fine-tuning optimization. Existing work (Phang et al., 2018; Lee et al., 2020; Dodge et al., 2020) shows that these seemingly benign factors can influence the results significantly, especially on small datasets (i.e., $< 1 0 \mathrm { K }$ examples). Consequently, practitioners often conduct many random trials of fine-tuning and pick the best model based on validation performance (Devlin et al., 2019). + +Fine-tuning Instability The instability of the BERT fine-tuning process has been known since its introduction (Devlin et al., 2019), and various methods have been proposed to address it. Phang et al. (2018) show that fine-tuning the pre-trained model on a large intermediate task stabilizes later fine-tuning on small datasets. Lee et al. (2020) introduce a new regularization method to constrain the fine-tuned model to stay close to the pre-trained weights and show that it stabilizes fine-tuning. Dodge et al. (2020) propose an early stopping method to efficiently filter out random seeds likely to lead to bad performance. Concurrently to our work, Mosbach et al. (2020) also show that BERTADAM leads to instability during fine-tuning. Our experiments studying the effect of training longer are related to previous work studying this question in the context of training models from scratch (Popel & Bojar, 2018; Nakkiran et al., 2019). + +BERT Representation Transferability BERT pre-trained representations have been widely studied using probing methods showing that the pre-trained features from intermediate layers are more transferable (Tenney et al., 2019b;a; Liu et al., $2 0 1 9 \mathrm { a }$ ; Hewitt & Manning, 2019; Hewitt & Liang, 2019) or applicable (Zhang et al., 2020) to new tasks than features from later layers, which change more after fine-tuning (Peters et al., 2019; Merchant et al., 2020). Our work is inspired by these findings, but focuses on studying how the pre-trained weights influence the fine-tuning process. Li et al. (2020) propose to re-initialize the final fully-connected layer of a ConvNet and show performance gain for image classification.2 Concurrent to our work, Tamkin et al. (2020) adopt a similar methodology of weight re-initialization (Section 5) to study the transferability of BERT. In contrast to our study, their work emphasizes pinpointing the layers that contribute the most in transfer learning, and the relation between probing performance and transferability. + +# 3 EXPERIMENTAL METHODOLOGY + +Data We follow the data setup of previous studies (Lee et al., 2020; Phang et al., 2018; Dodge et al., 2020) to study few-sample fine-tuning using eight datasets from the GLUE benchmark (Wang et al., 2019b). The datasets cover four tasks: natural language inference (RTE, QNLI, MNLI), paraphrase detection (MRPC, QQP), sentiment classification (SST-2), and linguistic acceptability (CoLA). Appendix A provides dataset statistics and a description of each dataset. We primarily + +Algorithm 1: the ADAM pseudocode adapted from Kingma & Ba (2014), and provided for reference. $g _ { t } ^ { 2 }$ denotes the elementwise square $g _ { t } \odot g _ { t }$ . $\beta _ { 1 }$ and $\beta _ { 2 }$ to the power $t$ are denoted as $\beta _ { 1 } ^ { t } \ \beta _ { 2 } ^ { t }$ . All operations on vectors are element-wise. The suggested hyperparameter values according to Kingma & Ba (2014) are: $\alpha = 0 . 0 0 1$ , $\beta _ { 1 } = 0 . 9$ , $\beta _ { 2 } ~ = ~ 0 . 9 9 9$ , and $\epsilon = 1 0 ^ { - 8 }$ . BERTADAM (Devlin et al., 2019) omits the bias correction (lines 9–10), and treats $m _ { t }$ and $v _ { t }$ as $\widehat { m } _ { t }$ and $\widehat { v } _ { t }$ in line 11. + +Require: $\alpha$ : learning rate; $\beta _ { 1 } , \beta _ { 2 } \in [ 0 , 1 )$ : exponential decay rates for the moment estimates; $f ( \theta )$ : stochastic +objective function with parameters $\theta$ ; $\theta _ { 0 }$ : initial parameter vector; $\lambda \in [ 0 , 1 )$ : decoupled weight decay. +1: $m _ { 0 } \gets 0$ (Initialize first moment vector) +2: $v _ { 0 } 0$ (Initialize second moment vector) +3: $t \gets 0$ (Initialize timestep) +4: while $\theta _ { t }$ not converged do +5: $t \gets t + 1$ +6: $g _ { t } \gets \nabla _ { \theta } f _ { t } ( \theta _ { t - 1 } )$ (Get gradients w.r.t. stochastic objective at timestep $t$ ) +7: $m _ { t } \gets \beta _ { 1 } \cdot \dot { m } _ { t - 1 } \dot { + } \left( 1 - \beta _ { 1 } \right) \cdot g _ { t }$ (Update biased first moment estimate) +8: $v _ { t } \beta _ { 2 } \cdot v _ { t - 1 } + ( 1 - \beta _ { 2 } ) \cdot g _ { t } ^ { 2 }$ (Update biased second raw moment estimate) +9: $\widehat { m } _ { t } \gets m _ { t } / ( 1 - \beta _ { 1 } ^ { t } )$ (Compute bias-corrected first moment estimate) +10: $\_$ (Compute bias-corrected second raw moment estimate) +11: $\theta _ { t } \theta _ { t - 1 } - \alpha \cdot \widehat { m } _ { t } / ( \sqrt { \widehat { v } _ { t } } + \epsilon )$ (Update parameters) +12: end while +13: return $\theta _ { t }$ (Resulting parameters) + +focus on four datasets (RTE, MRPC, STS-B, CoLA) that have fewer than 10k training samples, because BERT fine-tuning on these datasets is known to be unstable (Devlin et al., 2019). We also complement our study by downsampling all eight datasets to 1k training examples following Phang et al. (2018). While previous studies (Lee et al., 2020; Phang et al., 2018; Dodge et al., 2020) focus on the validation performance, we split held-out test sets for our study.3 For RTE, MRPC, STS-B, and CoLA, we divide the original validation set in half, using one half for validation and the other for test. For the other four larger datasets, we only study the downsampled versions, and split additional 1k samples from the training set as our validation data and test on the original validation set. + +Experimental Setup Unless noted otherwise, we follow the hyperparameter setup of Lee et al. (2020). We fine-tune the uncased, 24-layer $\mathbf { B E R T _ { L a r g e } }$ model with batch size 32, dropout 0.1, and peak learning rate $2 \times 1 0 ^ { - 5 }$ for three epochs. We clip the gradients to have a maximum norm of 1. We apply linear learning rate warm-up during the first $10 \%$ of the updates followed by a linear decay. We use mixed precision training using Apex4 to speed up experiments. We show that mixed precision training does not affect fine-tuning performance in Appendix C. We evaluate ten times on the validation set during training and perform early stopping. We fine-tune with 20 random seeds to compare different settings. + +# 4 OPTIMIZATION ALGORITHM: DEBIASING OMISSION IN BERTADAM + +The most commonly used optimizer for fine-tuning BERT is BERTADAM, a modified version of the ADAM first-order stochastic optimization method. It differs from the original ADAM algorithm (Kingma & Ba, 2014) in omitting a bias correction step. This change was introduced by Devlin et al. (2019), and subsequently made its way into common open source libraries, including the official implementation,5 huggingface’s Transformers (Wolf et al., 2019),6 AllenNLP (Gardner et al., 2018), GluonNLP (Guo et al., 2019), jiant (Wang et al., 2019c), MT-DNN (Liu et al., 2020), and FARM.7 As a result, this non-standard implementation is widely used in both industry and research (Wang et al., 2019a; Phang et al., 2018; Lee et al., 2020; Dodge et al., 2020; Sun et al., 2019; Clark et al., 2020; Lan et al., 2020; Houlsby et al., 2019; Stickland & Murray, 2019; Liu et al., 2019b). We observe that the bias correction omission influences the learning rate, especially early in the fine-tuning process, and is one of the primary reasons for instability in fine-tuning BERT (Devlin et al., 2019; Phang et al., 2018; Lee et al., 2020; Dodge et al., 2020). + +Algorithm 1 shows the ADAM algorithm, and highlights the omitted line in the non-standard BERTADAM implementation. At each optimization step (lines 4–11), ADAM computes the exponential moving average of the gradients $( m _ { t } )$ and the squared gradients $( v _ { t } )$ , where $\beta _ { 1 } , \beta _ { 2 }$ parameterize the averaging (lines 7–8). Because ADAM initializes $m _ { t }$ and $v _ { t }$ to 0 and sets exponential decay rates $\beta _ { 1 }$ and $\beta _ { 2 }$ close to 1, the estimates of $m _ { t }$ and $v _ { t }$ are heavily biased towards 0 early during learning when $t$ is small. Kingma & Ba (2014) computes the ratio between the biased and the unbiased estimates of $m _ { t }$ and $v _ { t }$ as $( 1 - \beta _ { 1 } ^ { t } )$ and $( 1 - \bar { \beta } _ { 2 } ^ { t } )$ . This ratio is independent of the training data. The model parameters $\theta$ are updated in the direction of the averaged gradient $m _ { t }$ divided by the square root of the second moment $\sqrt { v _ { t } }$ (line 11). BERTADAM omits the debiasing (lines 9–10), and directly uses the biased estimates in the parameters update. + +![](images/9c7fd66d61a104f6244ba0730d62d5f46f1e303ca6d598191b08c43cb1caafc6.jpg) +Figure 1: Bias in the ADAM update as a function of training iterations. Vertical lines indicate the typical number of iterations used to fine-tune BERT on four small datasets and one large dataset (MNLI). Small datasets use fewer iterations and are most affected. + +![](images/f063ad4b7edb7e9426242ea1d93c745699bdcfef9296d3bb05869072c9ac2247.jpg) +Figure 2: Performance distribution box plot across 50 random trials and the four datasets with and without ADAM bias correction. Bias correction reduces the variance of fine-tuning results by a large margin. + +![](images/77a0abdebd118ee93a0ce493880a7d20790e00954f86149a88ee0569edf85fd1.jpg) +Figure 3: Mean (solid lines) and range (shaded region) of training loss during finetuning BERT, across 50 random trials. Bias correction speeds up convergence and shrinks the range of training loss. + +Figure 1 shows the ratio $\frac { \hat { m } _ { t } } { \sqrt { \hat { v } _ { t } } }$ between the update using the biased and the unbiased estimation as a function of training iterations. The bias is relatively high early during learning, indicating overestimation. It eventually converges to one, suggesting that when training for sufficient iterations, the estimation bias will have negligible effect.8 Therefore, the bias ratio term is most important early during learning to counteract the overestimation of √ $m _ { t }$ and $v _ { t }$ during early iterations. In practice, ADAM adaptively re-scales the learning rate by $\frac { \sqrt { 1 - \beta _ { 2 } ^ { t } } } { 1 - \beta _ { 1 } ^ { t } }$ . This correction is crucial for BERT finetuning on small datasets with fewer than 10k training samples because they are typically fine-tuned with less than 1k iterations (Devlin et al., 2019). The figure shows the number of training iterations for RTE, MRPC, STS-B, CoLA, and MNLI. MNLI is the only one of this set with a large number of supervised training examples. For small datasets, the bias ratio is significantly higher than one for the entire fine-tuning process, implying that these datasets suffer heavily from overestimation in the update magnitude. In comparison, for MNLI, the majority of fine-tuning occurs in the region where the bias ratio has converged to one. This explains why fine-tuning on MNLI is known to be relatively stable (Devlin et al., 2019). + +We evaluate the importance of the debiasing step empirically by fine-tuning BERT with both BERTADAM and the debiased $\mathrm { \bf A D A M } ^ { 9 }$ for 50 random seeds on RTE, MRPC, STS-B, and CoLA. Figure 2 summarizes the performance distribution. The bias correction significantly reduces the performance variance across different random trials and the four datasets. Without the bias correction we observe many degenerate runs, where fine-tuned models fail to outperform the random baseline. For example, on RTE, $48 \%$ of fine-tuning runs have an accuracy less than $55 \%$ , which is close to random guessing. Figure 3 further illustrates this difference by plotting the mean and the range of training loss during fine-tuning across different random trials on RTE. Figure 11 in Appendix F shows similar plots for MRPC, STS-B, and CoLA. The biased BERTADAM consistently leads to worse averaged training loss, and on all datasets to higher maximum training loss. This indicates models trained with BERTAdam are underfitting and the root of instability lies in optimization. + +![](images/888b1444d8d485059f26e3a9d16ecc2f455ee8232b364821e7f7435552d7b2ac.jpg) +Figure 4: Expected test performance (solid lines) with standard deviation (shaded region) over the number of random trials allocated for fine-tuning BERT. With bias correction, we reliably achieve good results with few (i.e., 5 or 10) random trials. + +
DatasetRTEMRPCSTS-BCoLA
3Epochs Standard 69.5±2.5 Re-init 72.6 ± 1.6Longer 72.3 ± 1.9 73.1 ± 1.33 Epochs 90.8± 1.3 91.4 ± 0.8Longer 90.5±1.5 91.0±0.43Epochs 89.0±0.6 89.4±0.2Longer 89.6 ± 0.3 89.9 ± 0.13 Epochs 63.0 ±1.5 63.9 ± 1.9Longer 62.4 ±1.7 61.9 ± 2.3
DatasetRTE(1k)MRPC (1k)STS-B (1k)CoLA (1k)
Standard Re-init3Epochs 62.5± 2.8 65.6 ± 2.0Longer 65.2 ± 2.1 65.8 ± 1.73 Epochs 80.5±3.3 84.6±1.6Longer 83.8±2.1 86.0 ± 1.23Epochs 84.7 ± 1.4 87.2 ±0.4Longer 88.0±0.4 88.4 ±0.23 Epochs 45.9± 1.6 47.6±1.8Longer 48.8 ± 1.4 48.4 ± 2.1
DatasetSST (1k)QNLI (1k)QQP (1k)MNLI (1k)
Standard Re-init3Epochs 89.7 ±1.5 90.8±0.4Longer 90.9±0.5 91.2 ± 0.53Epochs 78.6±2.0 81.9 ± 0.5Longer 81.4±0.9 82.1 ± 0.33Epochs 74.0±2.7 77.2±0.7 77.6 ± 0.6Longer 77.4 ± 0.83Epochs 52.2±4.2Longer 67.5 ±1.1
+ +Table 1: Mean test performance and standard deviation. We compare fine-tuning with the complete BERT model (Standard) and fine-tuning with the partially re-initialized BERT (Re-init). We show results of fine-tuning for 3 epochs and for longer training (Sec 6). We underline and highlight in blue the best and number statistically equivalent to it among each group of 4 numbers. We use a one-tailed Student’s $t$ -test and reject the null hypothesis when $p < 0 . 0 5$ . + +We simulate a realistic setting of multiple random trials following Dodge et al. (2020). We use bootstrapping for the simulation: given the 50 fine-tuned models we trained, we sample models with replacement, perform model selection on the validation set, and record the test results; we repeat this process 1k times to estimate mean and variance. Figure 4 shows the simulated test results as a function of the number of random trials. Appendix E provides the same plots for validation performance. Using the debiased ADAM we can reliably achieve good results using fewer random trials; the difference in expected performance is especially pronounced when we perform less than 10 trials. Whereas the expected validation performance monotonically improves with more random trials (Dodge et al., 2020), the expected test performance deteriorates when we perform too many random trials because the model selection process potentially overfits the validation set. Based on these observations, we recommend performing a moderate number of random trials (i.e., 5 or 10). + +# 5 INITIALIZATION: RE-INITIALIZING BERT PRE-TRAINED LAYERS + +The initial values of network parameters have significant impact on the process of training deep neural networks, and various methods exist for careful initialization (Glorot & Bengio, 2010; He et al., 2015; Zhang et al., 2019; Radford et al., 2019; Dauphin & Schoenholz, 2019). During fine-tuning, the BERT parameters take the role of the initialization point for the fine-tuning optimization process, while also capturing the information transferred from pre-training. The common approach for BERT fine-tuning is to initialize all layers except one specialized output layer with the pre-trained weights. We study the value of transferring all the layers in contrast to simply ignoring the information learned in some layers. This is motivated by object recognition transfer learning results showing that lower pre-trained layers learn more general features while higher layers closer to the output specialize more to the pre-training tasks (Yosinski et al., 2014). Existing methods using BERT show that using the complete network is not always the most effective choice, as we discuss in Section 2. Our empirical results further confirm this: we observe that transferring the top pre-trained layers slows down learning and hurts performance. + +![](images/1b3d772ba721dc61be871c702183a176a00f053fff25636d890735be3a97b0b2.jpg) +Figure 5: Validation performance distribution of re-initializing different number of layers of the BERT model. + +![](images/eda223b21c2f2d264eeb134c80489a1829b7bb8c8de1cf4fac57901c63304f76.jpg) +Figure 6: Mean (solid lines) and Range (shaded region) of training loss during fine-tuning BERT, across 20 random trials. Re-init leads to faster convergence and shrinks the range. + +We test the transferability of the top layers using a simple ablation study. Instead of using the pretrained weights for all layers, we re-initialize the pooler layers and the top $L \in \mathbb { N }$ BERT Transformer blocks using the original BERT initialization, $\dot { N } ( 0 , 0 . 0 2 ^ { \dot { 2 } } )$ . We compare two settings: (a) standard fine-tuning with BERT, and (b) Re-init fine-tuning of BERT. We evaluate Re-init by selecting $L \in \{ 1 , \ldots , 6 \}$ based on mean validation performance. All experiments use the debiased ADAM (Section 4) with 20 random seeds. + +Re-init Impact on Performance Table 1 shows our results on all the datasets from Section 3. We show results for the common setting of using 3 epochs, and also for longer training, which we discuss and study in Section 6. Re-init consistently improves mean performance on all the datasets, showing that not all layers are beneficial for transferring. It usually also decreases the variance across all datasets. Appendix F shows similar benefits for pre-trained models other than BERT. + +Sensitivity to Number of Layers Re-initialized Figure 5 shows the effect of the choice of $L$ , the number of blocks we re-initialize, on RTE and MRPC. Figure 13 in Appendix F shows similar plots for the rest of the datasets. We observe more significant improvement in the worst-case performance than the best performance, suggesting that Re-init is more robust to unfavorable random seed. We already see improvements when only the pooler layer is re-initialized. Re-initializing further layers helps more. For larger $L$ though, the performance plateaus and even decreases as re-initialize pre-trained layers with general important features. The best $L$ varies across datasets. + +Effect on Convergence and Parameter Change Figure 6 shows the training loss for both the standard fine-tuning and Re-init on RTE and MRPC. Figure 13, Appendix F shows the training loss for all other datasets. Re-init leads to faster convergence. We study the weights of different Transformer blocks. For each block, we concatenate all parameters and record the $L 2$ distance between these parameters and their initialized values during fine-tuning. Figure 7 plots the $L 2$ distance for four different transformer blocks as a function of training steps on RTE, and Figures $1 5 -$ 18 in Appendix F show all transformer blocks on four datasets. In general, Re-init decreases the $L 2$ distance to initialization for top Transformer blocks (i.e., 18–24). Re-initializing more layers leads to a larger reduction, indicating that Re-init decreases the fine-tuning workload. The effect of Re-init is not local; even re-initializing only the topmost Transformer block can affect the whole network. While setting $L = 1$ or $L = 3$ continues to benefit the bottom Transformer blocks, re-initializing too many layers (e.g., $L = 1 0$ ) can increase the $L 2$ distance in the bottom Transformer blocks, suggesting a tradeoff between the bottom and the top Transformer blocks. Collectively, these results suggest that Re-init finds a better initialization for fine-tuning and the top $L$ layers of BERT are potentially overspecialized to the pre-training objective. + +# 6 TRAINING ITERATIONS: FINE-TUNING BERT FOR LONGER + +BERT is typically fine-tuned with a slanted triangular learning rate, which applies linear warm-up to the learning rate followed by a linear decay. This learning schedule warrants deciding the number of training iterations upfront. Devlin et al. (2019) recommend fine-tuning GLUE datasets for three epochs. This recommendation has been adopted broadly for fine-tuning (Phang et al., 2018; Lee et al., 2020; Dodge et al., 2020). We study the impact of this choice, and observe that this one-size-fits-all three-epochs practice for BERT fine-tuning is sub-optimal. Fine-tuning BERT longer can improve both training stability and model performance. + +![](images/515d4ed141c060518b97e6a64ee2e6df53814e490cffbf8099791d5626138618.jpg) + +![](images/7c309fec6acab01176fbb3d52e6885ed18dd82b6f361022597b864f19319811a.jpg) +Figure 7: L2 distance to the initial parameters during fine-tuning BERT on RTE. Re-init reduces the amount of change in the weights of top Transformer blocks. However, re-initializing too many layers causes a larger change in the bottom Transformer blocks. +Figure 8: Mean (solid lines) and range (shaded region) of validation performance trained with different number of iterations, across eight random trials. + +Experimental setup We study the effect of increasing the number of fine-tuning iterations for the datasets in Section 3. For the 1k downsampled datasets, where three epochs correspond to 96 steps, we tune the number of iterations in $\{ 2 0 0 , 4 0 0 , 8 0 0 , 1 6 0 0 , 3 2 0 0 \}$ . For the four small datasets, we tune the number of iterations in the same range but skip values smaller than the number of iterations used in three epochs. We evaluate our models ten times on the validation set during fine-tuning. This number is identical to the experiments in Sections 4–5, and controls for the set of models to choose from. We tune with eight different random seeds and select the best set of hyperparameters based on the mean validation performance to save experimental costs. After the hyperparameter search, we fine-tune with the best hyperparameters for 20 seeds and report the test performance. + +Results Table 1 shows the result under the Longer column. Training longer can improve over the three-epochs setup most of the time, in terms of both performance and stability. This is more pronounced on the 1k downsampled datasets. We also find that training longer reduces the gap between standard fine-tuning and Re-init, indicating that training for more iterations can help these models recover from bad initializations. However, on datasets such as MRPC and MNLI, Re-init still improves the final performance even with training longer. We show the validation results on the four downsampled datasets with different number of training iterations in Figure 8. We provide a similar plot in Figure 14, Appendix G for the other downsampled datasets. We observe that different tasks generally require different number of training iterations and it is difficult to identify a one-size-fits-all solution. Therefore, we recommend practitioners to tune the number of training iterations on their datasets when they discover instability in fine-tuning. We also observe that on most of the datasets, Re-init requires fewer iterations to achieve the best performance, corroborating that Re-init provides a better initialization for fine-tuning. + +# 7 REVISITING EXISTING METHODS FOR FEW-SAMPLE BERT FINE-TUNING + +Instability in BERT fine-tuning, especially in few-sample settings, is receiving increasing attention recently (Devlin et al., 2019; Phang et al., 2018; Lee et al., 2020; Dodge et al., 2020). We revisit these methods given our analysis of the fine-tuning process, focusing on the impact of using the debiased ADAM instead of BERTADAM (Section 4). Generally, we find that when these methods are re-evaluated with the unbiased ADAM they are less effective with respect to the improvement in fine-tuning stability and performance. + +
StandardInt. TaskLLRDMixoutPre-trained WDWDRe-initLonger
RTE69.5 ± 2.581.8 ± 1.769.7 ±3.271.3 ± 1.469.6 ± 2.169.5 ± 2.572.6 ± 1.672.3 ± 1.9
MRPC90.8 ±1.391.8 ± 1.091.3±1.190.4 ± 1.490.8 ± 1.390.8 ± 1.391.4 ± 0.891.0 ± 1.3
STS-B89.0±0.689.2±0.389.2 ± 0.489.2 ± 0.489.0±0.589.0±0.689.4± 0.289.6 ± 0.3
CoLA63.0 ± 1.563.9 ± 1.863.0± 2.561.6 ± 1.763.4 ± 1.563.0 ± 1.564.2 ± 1.662.4±1.7
+ +Table 2: Mean test performance and standard deviation on four datasets. Numbers that are statistically significantly better than the standard setting (left column) are in blue and underlined. The results of Re-init and Longer are copied from Table 1. All experiments use ADAM with debiasing (Section 4). Except Longer, all methods are trained with three epochs. “Int. Task” stands for transfering via an intermediate task (MNLI). + +# 7.1 OVERVIEW + +Pre-trained Weight Decay Weight decay (WD) is a common regularization technique (Krogh & Hertz, 1992). At each optimization iteration, λw is subtracted from the model parameters, where $\lambda$ is a hyperparameter for the regularization strength and w is the model parameters. Pre-trained weight decay adapts this method for fine-tuning pre-trained models (Chelba & Acero, 2004; Daumé III, 2007) by subtracting $\lambda ( \mathbf { w } - \hat { \mathbf { w } } )$ from the objective, where wˆ is the pre-trained parameters. Lee et al. (2020) empirically show that pre-trained weight decay works better than conventional weight decay in BERT fine-tuning and can stabilize fine-tuning. + +Mixout Mixout (Lee et al., 2020) is a stochastic regularization technique motivated by Dropout (Srivastava et al., 2014) and DropConnect (Wan et al., 2013). At each training iteration, each model parameter is replaced with its pre-trained value with probability $p$ . The goal is to prevent catastrophic forgetting, and (Lee et al., 2020) proves it constrains the fine-tuned model from deviating too much from the pre-trained initialization. + +Layer-wise Learning Rate Decay (LLRD) LLRD (Howard & Ruder, 2018) is a method that applies higher learning rates for top layers and lower learning rates for bottom layers. This is accomplished by setting the learning rate of the top layer and using a multiplicative decay rate to decrease the learning rate layer-by-layer from top to bottom. The goal is to modify the lower layers that encode more general information less than the top layers that are more specific to the pre-training task. This method is adopted in fine-tuning several recent pre-trained models, including XLNet (Yang et al., 2019b) and ELECTRA (Clark et al., 2020). + +Transferring via an Intermediate Task Phang et al. (2018) propose to conduct supplementary fine-tuning on a larger, intermediate task before fine-tuning on few-sample datasets. They show that this approach can reduce variance across different random trials and improve model performance. Their results show that transferring models fine-tuned on MNLI (Williams et al., 2018) can lead to significant improvement on several downstream tasks including RTE, MRPC, and STS-B. In contrast to the other methods, this approach requires large amount of additional annotated data. + +# 7.2 EXPERIMENTS + +We evaluate all methods on RTE, MRPC, STS-B, and CoLA. We fine-tune a $\mathrm { B E R T _ { L a r g e } }$ model using the ADAM optimizer with debiasing for three epochs, the default number of epochs used with each of the methods. For intermediate task fine-tuning, we fine-tune a $\mathrm { B E R T _ { L a r g e } }$ model on MNLI and then fine-tune for our evaluation. For other methods, we perform hyperparameter search with a similar size search space for each method, as described in Appendix H. We do model selection using the average validation performance across 20 random seeds. We additionally report results for standard fine-tuning with longer training time (Section 6), weight decay, and Re-init (Section 5). + +Table 2 provides our results. Compared to published results (Phang et al., 2018; Lee et al., 2020), our test performance for Int. Task (transferring via an intermediate task), Mixout, Pre-trained WD, and WD are generally higher when using the ADAM with debiasing.10 However, we observe less pronounced benefits for all surveyed methods compared to results originally reported. At times, these methods do not outperform the standard baselines or simply training longer. Using additional annotated data for intermediate task training continues to be effective, leading to consistent improvement over the average performance across all datasets. LLRD and Mixout show less consistent performance impact. We observe no noticeable improvement using pre-trained weight decay and conventional weight decay in improving or stabilizing BERT fine-tuning in our experiments, contrary to existing work (Lee et al., 2020). This indicates that these methods potentially ease the optimization difficulty brought by the debiasing omission in BERTADAM, and when we add the debiasing, the positive effects are reduced. + +# 8 CONCLUSION + +We have demonstrated that optimization plays a vital role in the few-sample BERT fine-tuning. First, we show that the debiasing omission in BERTADAM is the main cause of degenerate models on small datasets commonly observed in previous work (Phang et al., 2018; Lee et al., 2020; Dodge et al., 2020). Second, we observe the top layers of the pre-trained BERT provide a detrimental initialization for fine-tuning and delay learning. Simply re-initializing these layers not only speeds up learning but also leads to better model performance. Third, we demonstrate that the common one-size-fits-all three-epochs practice for BERT fine-tuning is sub-optimal and allocating more training time can stabilize fine-tuning. Finally, we revisit several methods proposed for stabilizing BERT fine-tuning and observe that their positive effects are reduced with the debiased ADAM. In the future, we plan to extend our study to different pre-training objectives and model architectures, and study how model parameters evolve during fine-tuning. + +# ACKNOWLEDGMENTS + +We thank Cheolhyoung Lee for his help in reproducing previous work. We thank Lili Yu, Ethan R. Elenberg, Varsha Kishore, and Rishi Bommasani for their insightful comments, and Hugging Face for the Transformers project, which enabled our work. + +# REFERENCES + +Luisa Bentivogli, Ido Kalman Dagan, Dang Hoa, Danilo Giampiccolo, and Bernardo Magnini. The fifth pascal recognizing textual entailment challenge. In TAC 2009 Workshop, 2009. + +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 SemEval-2017, 2017. + +Ciprian Chelba and Alex Acero. Adaptation of maximum entropy capitalizer: Little data can help a lot. In EMNLP, 2004. + +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. + +Hal Daumé III. Frustratingly easy domain adaptation. In ACL, 2007. + +Yann N Dauphin and Samuel Schoenholz. Metainit: Initializing learning by learning to initialize. In NeurIPS, 2019. + +Jacob Devlin, Ming-Wei Chang, Kenton Lee, and Kristina Toutanova. BERT: Pre-training of deep bidirectional transformers for language understanding. In NAACL-HLT, 2019. + +Jesse Dodge, Gabriel Ilharco, Roy Schwartz, Ali Farhadi, Hannaneh Hajishirzi, and Noah Smith. Fine-tuning pretrained language models: Weight initializations, data orders, and early stopping. arXiv preprint arXiv:2002.06305, 2020. + +William B Dolan and Chris Brockett. Automatically constructing a corpus of sentential paraphrases. In IWP, 2005. + +Matt Gardner, Joel Grus, Mark Neumann, Oyvind Tafjord, Pradeep Dasigi, Nelson F Liu, Matthew Peters, Michael Schmitz, and Luke Zettlemoyer. Allennlp: A deep semantic natural language processing platform. In NLP-OSS, 2018. + +Xavier Glorot and Yoshua Bengio. Understanding the difficulty of training deep feedforward neural networks. In AISTATS, 2010. + +Jian Guo, He He, Tong He, Leonard Lausen, Mu Li, Haibin Lin, Xingjian Shi, Chenguang Wang, Junyuan Xie, Sheng Zha, Aston Zhang, Hang Zhang, Zhi Zhang, Zhongyue Zhang, and Shuai Zheng. Gluoncv and gluonnlp: Deep learning in computer vision and natural language processing. arXiv preprint arXiv:1907.04433, 2019. + +Kelvin Guu, Kenton Lee, Zora Tung, Panupong Pasupat, and Ming-Wei Chang. Realm: Retrievalaugmented language model pre-training. arXiv preprint arXiv:2002.08909, 2020. + +Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Delving deep into rectifiers: Surpassing human-level performance on imagenet classification. In ICCV, 2015. + +J. Hewitt and P. Liang. Designing and interpreting probes with control tasks. In EMNLP, 2019. + +John Hewitt and Christopher D. Manning. A structural probe for finding syntax in word representations. In NAACL, 2019. + +Neil Houlsby, Andrei Giurgiu, Stanislaw Jastrzebski, Bruna Morrone, Quentin De Laroussilhe, Andrea Gesmundo, Mona Attariyan, and Sylvain Gelly. Parameter-efficient transfer learning for NLP. In ICML, 2019. + +Jeremy Howard and Sebastian Ruder. Universal language model fine-tuning for text classification. In ACL, 2018. + +Shankar Iyer, Nikhil Dandekar, and Kornel Csernai. First quora dataset release: Question pairs. https://tinyurl.com/y2y8u5ed, 2017. + +Diederik P Kingma and Jimmy Ba. Adam: A method for stochastic optimization. arXiv preprint arXiv:1412.6980, 2014. + +Anders Krogh and John A. Hertz. A simple weight decay can improve generalization. In NeurIPS, 1992. + +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. + +Cheolhyoung Lee, Kyunghyun Cho, and Wanmo Kang. Mixout: Effective regularization to finetune large-scale pretrained language models. In ICLR, 2020. + +Mike Lewis, Yinhan Liu, Naman Goyal, Marjan Ghazvininejad, Abdelrahman Mohamed, Omer Levy, Veselin Stoyanov, and Luke Zettlemoyer. Bart: Denoising sequence-to-sequence pre-training for natural language generation, translation, and comprehension. arXiv preprint arXiv:1910.13461, 2019. + +Xingjian Li, Haoyi Xiong, Haozhe An, Chengzhong Xu, and Dejing Dou. Rifle: Backpropagation in depth for deep transfer learning through re-initializing the fully-connected layer. In ICML, 2020. + +Nelson F. Liu, Matt Gardner, Yonatan Belinkov, Matthew E. Peters, and Noah A. Smith. Linguistic knowledge and transferability of contextual representations. arXiv preprint arXiv:1903.08855, 2019a. + +Xiaodong Liu, Pengcheng He, Weizhu Chen, and Jianfeng Gao. Multi-task deep neural networks for natural language understanding. In ACL, 2019b. + +Xiaodong Liu, Yu Wang, Jianshu Ji, Hao Cheng, Xueyun Zhu, Emmanuel Awa, Pengcheng He, Weizhu Chen, Hoifung Poon, Guihong Cao, and Jianfeng Gao. The microsoft toolkit of multi-task deep neural networks for natural language understanding. arXiv preprint arXiv:2002.07972, 2020. + +Yang Liu. Fine-tune BERT for extractive summarization. arXiv preprint arXiv:1903.10318, 2019. + +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, 2019c. + +Brian W Matthews. Comparison of the predicted and observed secondary structure of t4 phage lysozyme. Biochimica et Biophysica Acta (BBA)-Protein Structure, 1975. + +Amil Merchant, Elahe Rahimtoroghi, Ellie Pavlick, and Ian Tenney. What happens to bert embeddings during fine-tuning? arXiv preprint arXiv:2004.14448, 2020. + +Marius Mosbach, Maksym Andriushchenko, and Dietrich Klakow. On the stability of fine-tuning bert: Misconceptions, explanations, and strong baselines. arXiv preprint arXiv:2006.04884, 2020. + +Preetum Nakkiran, Gal Kaplun, Yamini Bansal, Tristan Yang, Boaz Barak, and Ilya Sutskever. Deep double descent: Where bigger models and more data hurt. In ICLR, 2019. + +Matthew E. Peters, Sebastian Ruder, and Noah A. Smith. To tune or not to tune? adapting pretrained representations to diverse tasks. arXiv preprint arXiv:1903.05987, 2019. + +Jason Phang, Thibault Févry, and Samuel R Bowman. Sentence encoders on stilts: Supplementary training on intermediate labeled-data tasks. arXiv preprint arXiv:1811.01088, 2018. + +Martin Popel and Ondˇrej Bojar. Training tips for the transformer model. The Prague Bulletin of Mathematical Linguistics, 2018. + +Alec Radford, Jeff Wu, Rewon Child, David Luan, Dario Amodei, and Ilya Sutskever. Language models are unsupervised multitask learners. 2019. + +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. + +Nitish Srivastava, Geoffrey Hinton, Alex Krizhevsky, Ilya Sutskever, and Ruslan Salakhutdinov. Dropout: a simple way to prevent neural networks from overfitting. JMLR, 2014. + +Asa Cooper Stickland and Iain Murray. Bert and pals: Projected attention layers for efficient adaptation in multi-task learning. In ICML, 2019. + +Chi Sun, Xipeng Qiu, Yige Xu, and Xuanjing Huang. How to fine-tune bert for text classification? In CCL, 2019. + +Alex Tamkin, Trisha Singh, Davide Giovanardi, and Noah Goodman. Investigating transferability in pretrained language models. In EMNLP, 2020. + +Ian Tenney, Dipanjan Das, and Ellie Pavlick. Bert rediscovers the classical nlp pipeline. In ACL, 2019a. + +Ian Tenney, Patrick Xia, Berlin Chen, Alex Wang, Adam Poliak, R Thomas McCoy, Najoung Kim, Benjamin Van Durme, Sam Bowman, Dipanjan Das, and Ellie Pavlick. What do you learn from context? probing for sentence structure in contextualized word representations. In ICLR, 2019b. + +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. + +David Wadden, Ulme Wennberg, Yi Luan, and Hannaneh Hajishirzi. Entity, relation, and event extraction with contextualized span representations. In EMNLP-IJCNLP, 2019. + +Li Wan, Matthew Zeiler, Sixin Zhang, Yann Le Cun, and Rob Fergus. Regularization of neural networks using dropconnect. In ICML, 2013. + +Alex Wang, Yada Pruksachatkun, Nikita Nangia, Amanpreet Singh, Julian Michael, Felix Hill, Omer Levy, and Samuel Bowman. Superglue: A stickier benchmark for general-purpose language understanding systems. In NeurIPS, 2019a. + +Alex Wang, Amanpreet Singh, Julian Michael, Felix Hill, Omer Levy, and Samuel Bowman. Glue: A multi-task benchmark and analysis platform for natural language understanding. In ICLR, 2019b. + +Alex Wang, Ian F. Tenney, Yada Pruksachatkun, Phil Yeres, Jason Phang, Haokun Liu, Phu Mon Htut, Katherin Yu, Jan Hula, Patrick Xia, Raghu Pappagari, Shuning Jin, R. Thomas McCoy, Roma Patel, Yinghui Huang, Edouard Grave, Najoung Kim, Thibault Févry, Berlin Chen, Nikita Nangia, Anhad Mohananey, Katharina Kann, Shikha Bordia, Nicolas Patry, David Benton, Ellie Pavlick, and Samuel R. Bowman. jiant 1.3: A software toolkit for research on general-purpose text understanding models. http://jiant.info/, 2019c. + +Alex Warstadt, Amanpreet Singh, and Samuel R Bowman. Neural network acceptability judgments. TACL, 2019. + +Adina Williams, Nikita Nangia, and Samuel Bowman. A broad-coverage challenge corpus for sentence understanding through inference. In ACL, 2018. + +Thomas Wolf, Lysandre Debut, Victor Sanh, Julien Chaumond, Clement Delangue, Anthony Moi, Pierric Cistac, Tim Rault, R’emi Louf, Morgan Funtowicz, and Jamie Brew. Huggingface’s transformers: State-of-the-art natural language processing. arXiv preprint arXiv:1910.03771, 2019. + +Wei Yang, Haotian Zhang, and Jimmy Lin. Simple applications of BERT for ad hoc document retrieval. arXiv preprint arXiv:1903.10972, 2019a. + +Zhilin Yang, Zihang Dai, Yiming Yang, Jaime Carbonell, Russ R Salakhutdinov, and Quoc V Le. Xlnet: Generalized autoregressive pretraining for language understanding. In NeurIPS, 2019b. + +Jason Yosinski, Jeff Clune, Yoshua Bengio, and Hod Lipson. How transferable are features in deep neural networks? In NeurIPS, 2014. + +Hongyi Zhang, Yann N. Dauphin, and Tengyu Ma. Residual learning without normalization via better initialization. In ICLR, 2019. + +Tianyi Zhang, Varsha Kishore, Felix Wu, Kilian Q. Weinberger, and Yoav Artzi. BERTScore: Evaluating Text Generation with BERT. In ICLR, 2020. + +Jinhua Zhu, Yingce Xia, Lijun Wu, Di He, Tao Qin, Wengang Zhou, Houqiang Li, and Tieyan Liu. Incorporating bert into neural machine translation. In ICLR, 2020. + +Table 3: The datasets used in this work. We apply non-standard data splits to create test sets. SCC stands for Spearman Correlation Coefficient and MCC stands for Matthews Correlation Coefficient. + +
TaskRTE NLIMRPC ParaphraseSTS-B SimilarityCoLA AcceptibilitySST-2 SentimentQNLI NLIQQP ParaphraseMNLI NLI
# of training samples2.5k3.7k5.8k8.6k61.3k104k363k392k
# of validation samples1392046905211k1k1k1k
# of test samples1392056905211.8k5.5k40k9.8k
Evaluation metricAcc.F1SCCMCCAcc.Acc.Acc.Acc.
Majority baseline (val)52.981.30050.050.050.033.3
Majority baseline (test)52.581.20049.150.563.231.8
+ +# A DATASETS + +Table 3 summarizes dataset statistics and describes our validation/test splits. We also provide a brief introduction for each datasets: + +RTE Recognizing Textual Entailment (Bentivogli et al., 2009) is a binary entailment classification task. We use the GLUE version. + +MRPC Microsoft Research Paraphrase Corpus (Dolan & Brockett, 2005) is binary classification task. Given a pair of sentences, a model has to predict whether they are paraphrases of each other. We use the GLUE version. + +STS-B Semantic Textual Similarity Benchmark (Cer et al., 2017) is a regression tasks for estimating sentence similarity between a pair of sentences. We use the GLUE version. + +CoLA Corpus of Linguistic Acceptability (Warstadt et al., 2019) is a binary classification task for verifying whether a sequence of words is a grammatically correct English sentence. Matthews correlation coefficient (Matthews, 1975) is used to evaluate the performance. We use the GLUE version. + +MNLI Multi-Genre Natural Language Inference Corpus (Williams et al., 2018) is a textual entailment dataset, where a model is asked to predict whether the premise entails the hypothesis, predicts the hypothesis, or neither. We use the GLUE version. + +QQP Quora Question Pairs (Iyer et al., 2017) is a binary classification task to determine whether two questions are semantically equivalent (i.e., paraphrase each other). We use the GLUE version. + +SST-2 The binary version of the Stanford Sentiment Treebank (Socher et al., 2013) is a binary classification task for whether a sentence has positive or negative sentiment. We use the GLUE version. + +# B ISOLATING THE IMPACT OF DIFFERENT SOURCES OF RANDOMNESS + +The randomness in BERT fine-tuning comes from three sources: (a) weight initialization, (b) data order, and (c) Dropout regularization (Srivastava et al., 2014). We control the randomness using two separate random number generators: one for weight initialization and the other for both data order and Dropout (both of them affect the stochastic loss at each iteration). We fine-tune BERT on RTE for three epochs using ADAM with 10 seeds for both random number generators. We compare the standard setup with Re-init 5, where $L = 5$ . This experiment is similar to Dodge et al. (2020), but we use ADAM with debiasing instead of BERTADAM and control for the randomness in Dropout as well. When fixing a random seed for weight initialization, Re-init 5 shares the same initialized classifier weights with the standard baseline. Figure 9 shows the validation accuracy of each individual run as well as the minimum, average, and maximum scores when fixing one of the random seeds. Figure 10 summarizes the standard deviations when one of the random seeds is controlled. We observe several trends. Re-init 5 usually improves the performance regardless of the weight initialization or data order and Dropout. Second, Re-init 5 still reduces the instability when one of the sources of randomness is controlled. Third, the standard deviation of fixing the weight initialization roughly matches the one of controlled data order and Dropout, which aligns with the observation of Dodge et al. (2020). + +![](images/1f3a3f70f4a230d62119fc366da3dd84459cdf247e741b695be58440af78ae91.jpg) +Figure 9: Validation accuracy on RTE with controlled random seeds. The min, mean, and max values of controlling one of the random seeds are also included. Re-init 5 usually improves the validation accuracy. + +![](images/9d67c833d88ebc2d281b30ee47d7a55668940ffaf69c0e71131f3bcebc0976c2.jpg) +Figure 10: The standard deviation of the validation accuracy on RTE with controlled random seeds. We show the standard deviation of fixing either the initialization or data order and Dropout. Re-init 5 consistently reduces the instability regardless of the sources of the randomness. + +# C MIXED PRECISION TRAINING + +Mixed precision training can accelerate model training while preserving performance by replacing some 32-bit floating-point computation with 16-bit floating-point computation. We use mixed precision training in all our experiments using huggingface’s Transformers (Wolf et al., 2019). Transformers uses O1-level optimized mixed precision training implemented with the Apex library.11 We evaluate if this mixed precision implementation influences our results. We fine-tune BERT with 20 random trials on RTE, MRPC, STS-B, and CoLA. We use two-tailed $t$ -test to test if the distributions of the two methods are statistically different. Table 4 shows the mean and standard deviation of the + +Table 4: Comparing BERT fine-tuning with mixed precision and full precision. The difference between the two numbers on any dataset is not statistically significant. + +
CoLAMRPCRTESTS-B
Mixed precision60.3 ± 1.589.2 ± 1.271.8 ± 2.190.1± 0.7
Full precision59.9 ± 1.588.7 ± 1.471.4± 2.290.1± 0.7
+ +
Dev Acc. (%)Test Acc. (%)
No bias correction86.0 ± 0.387.0 ± 0.4
Bias correction85.9 ± 0.386.9 ± 0.3
+ +Table 5: Comparing BERT fine-tuning with and without bias correction on the MNLI dataset. When we have a large dataset, there is no significant difference in using bias correction or not. + +test performance. The performance of mixed precision matches the single precision counterpart, and there is no statistically significant difference. + +# D BIAS-CORRECTION ON MNLI + +The focus of this paper is few-sample learning. However, we also experiment with the full MNLI dataset. Table 5 shows that average accuracy over three random runs. The results confirm that there is no significant difference in using bias correction or not on such a large dataset. While our recommended practices do not improve training on large datasets, this result shows there is no disadvantage to fine-tune such models with the same procedure as we propose for few-sample training. + +# E SUPPLEMENTARY MATERIAL FOR SECTION 4 + +Effect of ADAM with Debiasing on Convergence. Figure 11 shows the training loss as a function of the number of training iterations. Using bias correction effectively speeds up convergence and reduces the range of the training loss, which is consistent with our observation in Figure 3. + +Effect of ADAM with Debiasing on the Expected Validation Performance. Figure 12 shows the expected validation performance as a function of the number of random trials. Comparing to Figure 4, we observe several trends. First, using ADAM with debiasing consistently leads to faster convergence and improved validation performance, which is similar to our observation about the test performance. Second, we observe that the expected validation performance monotonically increases with the number of random trials, contrary to our observation about the test performance. This suggests that using too many random trials may overfit to the validation set and hurt generalization performance. + +# F SUPPLEMENTARY MATERIAL FOR SECTION 5 + +Effect of $L$ on Re-init Figure 13 shows the effect of Re-init in fine-tuning on the eight downsampled datasets. We observe similar trends in Figure 13 and Figure 5. Re-init’s improvement is more pronounced in the wort-case performance across different random trials. Second, the best value of $L$ is different for each dataset. + +Effect of Re-init on Model Parameters We use the same setup as in Figure 7 to plot the change in the weights of different Transformer blocks during fine-tuning on RTE, MRPC, STS-B, and CoLA in Figures 15–18. + +Effect of Re-init on Other Models We study more recent pre-trained contexual embedding models beyond BERTLarge. We investigate whether Re-init provides better fine-tuning initialization in XLNetLarge Yang et al. (2019b), RoBERTaLarge Liu et al. (2019c), BARTLarge Lewis et al. (2019), and ELECTRALarge Clark et al. (2020). XLNet is an autoregressive language model trained by learning all permutations of natural language sentences. RoBERTa is similar to BERT in terms of model architecture but is only pre-trained on the mask language modeling task only, but for longer and on + +![](images/29289a993adc795076433085b8252f594f752c30d206f7373ac1551c981b17fc.jpg) +Figure 11: Mean (solid lines) and range (shaded region) of training loss during fine-tuning BERT, across 50 random trials. Bias correction speeds up convergence and reduces the range of the training loss. + +![](images/2f4fec94f183700fa371eaf1e4dea907ca321ec87adf4d838789c236d096cee1.jpg) +Figure 12: Expected validation performance (solid lines) with standard deviation (shaded region) over the number of random trials allocated for fine-tuning BERT. With bias correction, we can reliably achieve good results with few (i.e., 5 or 10) random trials. + +![](images/49f0a69f6510ef699d772098ec91790803f20b39d3c3b559f5805d434d9609a5.jpg) +Figure 13: Validation performance distribution of re-initializing different number of layers of BERT on the downsampled datasets. + +Table 6: Fine-tuning hyper-parameters of BERT and its variants as reported in the official repository of each model. + +
ModelDatasetLearning RateTraining Epochs /StepsBatch SizeWarmup Ratio /StepsLLRD
BERTall2×10-53 epochs3210%=
XLNetRTE3×10-5800 steps32200 steps
MRPC5×10-5800 steps32200 steps
STS-B5×10-53000 steps32500 steps
CoLA3×10-51200 steps128120 steps
RoBERTaRTE2×10-52036 steps16122 steps
MRPC1×10-52296 steps16137 steps
STS-B2×10-53598 steps16214 steps
CoLA1×10-55336 steps16320 steps=
ELECTRARTE5×10-510 epochs3210%0.9
MRPC5×10-53 epochs3210%0.9
STS-B5×10-510 epochs3210%0.9
CoLA5×10-53 epochs3210%0.9
BARTRTE1×10-51018 steps3261 steps-
MRPC2×10-51148 steps6468 steps
STS-B2×10-51799 steps32107 steps
CoLA2×10-51334 steps6480 steps
+ +
RTEMRPCSTS-BCoLA
StandardRe-initStandardRe-initStandardRe-initStandardRe-init
XLNet71.7± 12.680.1 ± 1.692.3± 4.394.5± 0.8[86.8 ± 20.4 91.7± 0.351.8± 22.562.0± 2.1
RoBERTa78.2 ± 12.183.5 ± 1.494.4±0.994.8±0.991.8±0.391.8±0.268.4±2.267.6 ± 1.5
ELECTRA87.1 ± 1.286.1 ± 1.995.7±0.895.3±0.891.8 ± 1.992.1±0.562.1± 20.4:61.3± 20.1
BART84.1 ± 2.083.5±1.593.5±0.993.7±1.291.7±0.391.8±0.365.4±1.964.9 ± 2.3
+ +Table 7: Average Test performance with standard deviation on four small datasets with four different pre-trained models. For each setting, the better numbers are bolded and are in blue if the improvement is statistically significant. + +more data. BART is a sequence-to-sequence model trained as a denoising autoencoder. ELECTRA is a BERT-like model trained to distinguish tokens generated by masked language model from tokens drawn from the natural distribution. Together, they represent a diverse range of modeling choices in pre-training, including different model architectures, objectives, data, and training strategies. We use ADAM with debiasing to fine-tune these models on RTE, MRPC, STS-B, and COLA, using the hyperparameters that are either described in the paper or in the official repository of each model. Table 6 summarizes the hyper-parameters of each model for each dataset. We use the huggingface’s Transformers library (Wolf et al., 2019). The experimental setup is kept the same as our other experiments. Table 7 displays the average test performance on these datasets. We observe that several models suffer from high instability on these datasets and in most cases, Re-init can reduce the performance variance. We observe that for some models, like XLNetLarge or $\mathrm { R o B E R T a _ { L a r g e } }$ , Re-init can improve the average performance and reduce variance. However, the behavior of Re-init varies significantly across different models and Re-init have less significant improvement for ELECTRALarge and $\mathrm { B A R T _ { L a r g e } }$ . Further study of the entire model family requires significant computational resources, and we leave it as an important direction for future work. + +# G SUPPLEMENTARY MATERIAL FOR SECTION 6 + +Figure 14 plots the validation performance as a function of the number of training iteration, using the same setting as in Figure 8. Similar to our observations in Figure 8, we find that training longer generally improves fine-tuning performance and reduces the gap between standard fine-tuning and Re-init. On MNLI, Re-init still outperforms standard fine-tuning. + +![](images/6a4c20650557515b3739b2b362444ef09098698dced7ad26603a685c4228b8b8.jpg) +Figure 14: Mean (solid lines) and range (shaded region) of validation performance trained with different number of iterations, across eight random trials. + +# H EXPERIMENTAL DETAILS IN SECTION 7 + +The hyperparameter search space allocated for each method in our experiments is: + +Layerwise Learning Rate Decay (LLRD) We grid search the initial learning rate in $\{ 2 \times 1 0 ^ { - 5 } , 5 \times$ $1 0 ^ { - 5 } , 1 \times 1 0 ^ { - 4 } \}$ and the layerwise decay rate in $\{ 0 . 9 , 0 . 9 5 \}$ . + +Mixout We tune the mixout probability $p \in \{ 0 . 1 , 0 . 3 , 0 . 5 , 0 . 7 , 0 . 9 \}$ . + +Weight decay toward the pre-trained weight We tune the regularization strength $\lambda \in$ $\{ 1 0 ^ { - 3 } , 1 0 ^ { - 2 } , \dot { 1 } 0 ^ { - 1 } , 1 0 ^ { 0 } \}$ . + +Weight decay We tune the regularization strength $\lambda \in \{ 1 0 ^ { - 4 } , 1 0 ^ { - 3 } , 1 0 ^ { - 2 } , 1 0 ^ { - 1 } \}$ . + +![](images/4af13613376ffa488388af084a8fac4836b88413cc091d7f79ff2fb3446cce6e.jpg) +Figure 15: $L 2$ distance to the initialization during fine-tuning BERT on RTE. + +![](images/c702acbca366946a5792b276dac9a70d69f33eafddcbdba17e03b2df7da07a23.jpg) +Figure 16: $L 2$ distance to the initialization during fine-tuning BERT on MRPC. + +![](images/45c311e507e80c99bf35cf02ec2b976778d0915f646da7689e16f1ba4fcf7b8c.jpg) +Figure 17: $L 2$ distance to the initialization during fine-tuning BERT on STS-B. + +![](images/4fd57ced1464ec2e97612d5e3f694af29f6f38fd055ce18b0dd98a711486c70c.jpg) +Figure 18: $L 2$ distance to the initialization during fine-tuning BERT on CoLA. \ No newline at end of file diff --git a/parse/train/cO1IH43yUF/cO1IH43yUF_content_list.json b/parse/train/cO1IH43yUF/cO1IH43yUF_content_list.json new file mode 100644 index 0000000000000000000000000000000000000000..6c923637d12aee1efb08b838d18ae60e95342ebd --- /dev/null +++ b/parse/train/cO1IH43yUF/cO1IH43yUF_content_list.json @@ -0,0 +1,2058 @@ +[ + { + "type": "text", + "text": "REVISITING FEW-SAMPLE BERT FINE-TUNING ", + "text_level": 1, + "bbox": [ + 174, + 98, + 743, + 121 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Tianyi Zhang∗4§ Felix $\\mathbf { W _ { u } } ^ { * \\dagger }$ Arzoo Katiyar4✸ Kilian Q. Weinberger†‡ Yoav Artzi†‡ †ASAPP Inc. §Stanford University ✸Penn State University ‡Cornell University tz58@stanford.edu {fwu, kweinberger, yoav}@asapp.com arzoo@psu.edu ", + "bbox": [ + 184, + 142, + 839, + 191 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "ABSTRACT ", + "text_level": 1, + "bbox": [ + 454, + 228, + 544, + 244 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "This paper is a study of fine-tuning of BERT contextual representations, with focus on commonly observed instabilities in few-sample scenarios. We identify several factors that cause this instability: the common use of a non-standard optimization method with biased gradient estimation; the limited applicability of significant parts of the BERT network for down-stream tasks; and the prevalent practice of using a pre-determined, and small number of training iterations. We empirically test the impact of these factors, and identify alternative practices that resolve the commonly observed instability of the process. In light of these observations, we re-visit recently proposed methods to improve few-sample fine-tuning with BERT and re-evaluate their effectiveness. Generally, we observe the impact of these methods diminishes significantly with our modified process. ", + "bbox": [ + 233, + 260, + 764, + 412 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "1 INTRODUCTION ", + "text_level": 1, + "bbox": [ + 176, + 439, + 336, + 454 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Fine-tuning self-supervised pre-trained models has significantly boosted state-of-the-art performance on natural language processing (NLP) tasks (Liu, 2019; Yang et al., 2019a; Wadden et al., 2019; Zhu et al., 2020; Guu et al., 2020). One of the most effective models for this process is BERT (Devlin et al., 2019). However, despite significant success, fine-tuning remains unstable, especially when using the large variant of BERT $\\mathrm { ( B E R T _ { L a r g e } ) }$ ) on small datasets, where pre-training stands to provide the most significant benefit. Identical learning processes with different random seeds often result in significantly different and sometimes degenerate models following fine-tuning, even though only a few, seemingly insignificant aspects of the learning process are impacted by the random seed (Phang et al., 2018; Lee et al., 2020; Dodge et al., 2020).1 As a result, practitioners resort to multiple random trials for model selection. This increases model deployment costs and time, and makes scientific comparison challenging (Dodge et al., 2020). ", + "bbox": [ + 174, + 469, + 825, + 623 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "This paper is a study of different aspects of the few-sample fine-tuning optimization process. Our goal is to better understand the impact of common choices with regard to the optimization algorithm, model initialization, and the number of fine-tuning training iterations. We identify suboptimalities in common community practices: the use of a non-standard optimizer introduces bias in the gradient estimation; the top layers of the pre-trained BERT model provide a bad initialization point for finetuning; and the use of a pre-determined , but commonly adopted number of training iterations hurts convergence. We study these issues and their remedies through experiments on multiple common benchmarks, focusing on few-sample fine-tuning scenarios. ", + "bbox": [ + 174, + 630, + 825, + 741 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Once these suboptimal practices are addressed, we observe that degenerate runs are eliminated and performance becomes much more stable. This makes it unnecessary to execute numerous random restarts as proposed in Dodge et al. (2020). Our experiments show the remedies we experiment with for each issue have overlapping effect. For example, allocating more training iterations can eventually compensate for using the non-standard biased optimizer, even though the combination of a bias-corrected optimizer and re-initializing some of the pre-trained model parameters can reduce fine-tuning computational costs. This empirically highlights how different aspects of fine-tuning influence the stability of the process, at times in a similar manner. In the light of our observations, we re-evaluate several techniques (Phang et al., 2018; Lee et al., 2020; Howard & Ruder, 2018) that were recently proposed to increase few-sample fine-tuning stability and show a significant decrease in their impact. Our work furthers the empirical understanding of the fine-tuning process, and the optimization practices we outline identify impactful avenues for the development of future methods. ", + "bbox": [ + 173, + 748, + 825, + 873 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "", + "bbox": [ + 174, + 103, + 825, + 146 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "2 BACKGROUND AND RELATED WORK ", + "text_level": 1, + "bbox": [ + 178, + 165, + 509, + 181 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "BERT The Bidirectional Encoder Representations from Transformers (BERT; Devlin et al., 2019) model is a Transformer encoder (Vaswani et al., 2017) trained on raw text using masked language modeling and next-sentence prediction objectives. It generates an embedding vector contextualized through a stack of Transformer blocks for each input token. BERT prepends a special [CLS]token to the input sentence or sentence pairs. The embedding of this token is used as a summary token for the input for classification tasks. This embedding is computed with an additional fully-connected layer with a tanh non-linearity, commonly referred to as the pooler, to aggregate the information for the [CLS]embedding. ", + "bbox": [ + 173, + 198, + 825, + 310 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Fine-tuning The common approach for using the pre-trained BERT model is to replace the original output layer with a new task-specific layer and fine-tune the complete model. This includes learning the new output layer parameters and modifying all the original weights, including the weights of word embeddings, Transformer blocks, and the pooler. For example, for sentence-level classification, an added linear classifier projects the [CLS]embedding to an unnormalized probability vector over the output classes. This process introduces two sources of randomness: the weight initialization of the new output layer and the data order in the stochastic fine-tuning optimization. Existing work (Phang et al., 2018; Lee et al., 2020; Dodge et al., 2020) shows that these seemingly benign factors can influence the results significantly, especially on small datasets (i.e., $< 1 0 \\mathrm { K }$ examples). Consequently, practitioners often conduct many random trials of fine-tuning and pick the best model based on validation performance (Devlin et al., 2019). ", + "bbox": [ + 174, + 318, + 825, + 469 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Fine-tuning Instability The instability of the BERT fine-tuning process has been known since its introduction (Devlin et al., 2019), and various methods have been proposed to address it. Phang et al. (2018) show that fine-tuning the pre-trained model on a large intermediate task stabilizes later fine-tuning on small datasets. Lee et al. (2020) introduce a new regularization method to constrain the fine-tuned model to stay close to the pre-trained weights and show that it stabilizes fine-tuning. Dodge et al. (2020) propose an early stopping method to efficiently filter out random seeds likely to lead to bad performance. Concurrently to our work, Mosbach et al. (2020) also show that BERTADAM leads to instability during fine-tuning. Our experiments studying the effect of training longer are related to previous work studying this question in the context of training models from scratch (Popel & Bojar, 2018; Nakkiran et al., 2019). ", + "bbox": [ + 173, + 478, + 825, + 617 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "BERT Representation Transferability BERT pre-trained representations have been widely studied using probing methods showing that the pre-trained features from intermediate layers are more transferable (Tenney et al., 2019b;a; Liu et al., $2 0 1 9 \\mathrm { a }$ ; Hewitt & Manning, 2019; Hewitt & Liang, 2019) or applicable (Zhang et al., 2020) to new tasks than features from later layers, which change more after fine-tuning (Peters et al., 2019; Merchant et al., 2020). Our work is inspired by these findings, but focuses on studying how the pre-trained weights influence the fine-tuning process. Li et al. (2020) propose to re-initialize the final fully-connected layer of a ConvNet and show performance gain for image classification.2 Concurrent to our work, Tamkin et al. (2020) adopt a similar methodology of weight re-initialization (Section 5) to study the transferability of BERT. In contrast to our study, their work emphasizes pinpointing the layers that contribute the most in transfer learning, and the relation between probing performance and transferability. ", + "bbox": [ + 174, + 623, + 826, + 777 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "3 EXPERIMENTAL METHODOLOGY ", + "text_level": 1, + "bbox": [ + 176, + 796, + 477, + 813 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Data We follow the data setup of previous studies (Lee et al., 2020; Phang et al., 2018; Dodge et al., 2020) to study few-sample fine-tuning using eight datasets from the GLUE benchmark (Wang et al., 2019b). The datasets cover four tasks: natural language inference (RTE, QNLI, MNLI), paraphrase detection (MRPC, QQP), sentiment classification (SST-2), and linguistic acceptability (CoLA). Appendix A provides dataset statistics and a description of each dataset. We primarily ", + "bbox": [ + 174, + 829, + 825, + 900 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Algorithm 1: the ADAM pseudocode adapted from Kingma & Ba (2014), and provided for reference. $g _ { t } ^ { 2 }$ denotes the elementwise square $g _ { t } \\odot g _ { t }$ . $\\beta _ { 1 }$ and $\\beta _ { 2 }$ to the power $t$ are denoted as $\\beta _ { 1 } ^ { t } \\ \\beta _ { 2 } ^ { t }$ . All operations on vectors are element-wise. The suggested hyperparameter values according to Kingma & Ba (2014) are: $\\alpha = 0 . 0 0 1$ , $\\beta _ { 1 } = 0 . 9$ , $\\beta _ { 2 } ~ = ~ 0 . 9 9 9$ , and $\\epsilon = 1 0 ^ { - 8 }$ . BERTADAM (Devlin et al., 2019) omits the bias correction (lines 9–10), and treats $m _ { t }$ and $v _ { t }$ as $\\widehat { m } _ { t }$ and $\\widehat { v } _ { t }$ in line 11. ", + "bbox": [ + 173, + 106, + 805, + 191 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "Require: $\\alpha$ : learning rate; $\\beta _ { 1 } , \\beta _ { 2 } \\in [ 0 , 1 )$ : exponential decay rates for the moment estimates; $f ( \\theta )$ : stochastic \nobjective function with parameters $\\theta$ ; $\\theta _ { 0 }$ : initial parameter vector; $\\lambda \\in [ 0 , 1 )$ : decoupled weight decay. \n1: $m _ { 0 } \\gets 0$ (Initialize first moment vector) \n2: $v _ { 0 } 0$ (Initialize second moment vector) \n3: $t \\gets 0$ (Initialize timestep) \n4: while $\\theta _ { t }$ not converged do \n5: $t \\gets t + 1$ \n6: $g _ { t } \\gets \\nabla _ { \\theta } f _ { t } ( \\theta _ { t - 1 } )$ (Get gradients w.r.t. stochastic objective at timestep $t$ ) \n7: $m _ { t } \\gets \\beta _ { 1 } \\cdot \\dot { m } _ { t - 1 } \\dot { + } \\left( 1 - \\beta _ { 1 } \\right) \\cdot g _ { t }$ (Update biased first moment estimate) \n8: $v _ { t } \\beta _ { 2 } \\cdot v _ { t - 1 } + ( 1 - \\beta _ { 2 } ) \\cdot g _ { t } ^ { 2 }$ (Update biased second raw moment estimate) \n9: $\\widehat { m } _ { t } \\gets m _ { t } / ( 1 - \\beta _ { 1 } ^ { t } )$ (Compute bias-corrected first moment estimate) \n10: $\\_$ (Compute bias-corrected second raw moment estimate) \n11: $\\theta _ { t } \\theta _ { t - 1 } - \\alpha \\cdot \\widehat { m } _ { t } / ( \\sqrt { \\widehat { v } _ { t } } + \\epsilon )$ (Update parameters) \n12: end while \n13: return $\\theta _ { t }$ (Resulting parameters) ", + "bbox": [ + 176, + 194, + 825, + 388 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "focus on four datasets (RTE, MRPC, STS-B, CoLA) that have fewer than 10k training samples, because BERT fine-tuning on these datasets is known to be unstable (Devlin et al., 2019). We also complement our study by downsampling all eight datasets to 1k training examples following Phang et al. (2018). While previous studies (Lee et al., 2020; Phang et al., 2018; Dodge et al., 2020) focus on the validation performance, we split held-out test sets for our study.3 For RTE, MRPC, STS-B, and CoLA, we divide the original validation set in half, using one half for validation and the other for test. For the other four larger datasets, we only study the downsampled versions, and split additional 1k samples from the training set as our validation data and test on the original validation set. ", + "bbox": [ + 173, + 415, + 825, + 526 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "Experimental Setup Unless noted otherwise, we follow the hyperparameter setup of Lee et al. (2020). We fine-tune the uncased, 24-layer $\\mathbf { B E R T _ { L a r g e } }$ model with batch size 32, dropout 0.1, and peak learning rate $2 \\times 1 0 ^ { - 5 }$ for three epochs. We clip the gradients to have a maximum norm of 1. We apply linear learning rate warm-up during the first $10 \\%$ of the updates followed by a linear decay. We use mixed precision training using Apex4 to speed up experiments. We show that mixed precision training does not affect fine-tuning performance in Appendix C. We evaluate ten times on the validation set during training and perform early stopping. We fine-tune with 20 random seeds to compare different settings. ", + "bbox": [ + 173, + 534, + 825, + 647 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "4 OPTIMIZATION ALGORITHM: DEBIASING OMISSION IN BERTADAM ", + "text_level": 1, + "bbox": [ + 173, + 665, + 774, + 681 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "The most commonly used optimizer for fine-tuning BERT is BERTADAM, a modified version of the ADAM first-order stochastic optimization method. It differs from the original ADAM algorithm (Kingma & Ba, 2014) in omitting a bias correction step. This change was introduced by Devlin et al. (2019), and subsequently made its way into common open source libraries, including the official implementation,5 huggingface’s Transformers (Wolf et al., 2019),6 AllenNLP (Gardner et al., 2018), GluonNLP (Guo et al., 2019), jiant (Wang et al., 2019c), MT-DNN (Liu et al., 2020), and FARM.7 As a result, this non-standard implementation is widely used in both industry and research (Wang et al., 2019a; Phang et al., 2018; Lee et al., 2020; Dodge et al., 2020; Sun et al., 2019; Clark et al., 2020; Lan et al., 2020; Houlsby et al., 2019; Stickland & Murray, 2019; Liu et al., 2019b). We observe that the bias correction omission influences the learning rate, especially early in the fine-tuning process, and is one of the primary reasons for instability in fine-tuning BERT (Devlin et al., 2019; Phang et al., 2018; Lee et al., 2020; Dodge et al., 2020). ", + "bbox": [ + 173, + 694, + 826, + 862 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "Algorithm 1 shows the ADAM algorithm, and highlights the omitted line in the non-standard BERTADAM implementation. At each optimization step (lines 4–11), ADAM computes the exponential moving average of the gradients $( m _ { t } )$ and the squared gradients $( v _ { t } )$ , where $\\beta _ { 1 } , \\beta _ { 2 }$ parameterize the averaging (lines 7–8). Because ADAM initializes $m _ { t }$ and $v _ { t }$ to 0 and sets exponential decay rates $\\beta _ { 1 }$ and $\\beta _ { 2 }$ close to 1, the estimates of $m _ { t }$ and $v _ { t }$ are heavily biased towards 0 early during learning when $t$ is small. Kingma & Ba (2014) computes the ratio between the biased and the unbiased estimates of $m _ { t }$ and $v _ { t }$ as $( 1 - \\beta _ { 1 } ^ { t } )$ and $( 1 - \\bar { \\beta } _ { 2 } ^ { t } )$ . This ratio is independent of the training data. The model parameters $\\theta$ are updated in the direction of the averaged gradient $m _ { t }$ divided by the square root of the second moment $\\sqrt { v _ { t } }$ (line 11). BERTADAM omits the debiasing (lines 9–10), and directly uses the biased estimates in the parameters update. ", + "bbox": [ + 174, + 868, + 825, + 897 + ], + "page_idx": 2 + }, + { + "type": "image", + "img_path": "images/9c7fd66d61a104f6244ba0730d62d5f46f1e303ca6d598191b08c43cb1caafc6.jpg", + "image_caption": [ + "Figure 1: Bias in the ADAM update as a function of training iterations. Vertical lines indicate the typical number of iterations used to fine-tune BERT on four small datasets and one large dataset (MNLI). Small datasets use fewer iterations and are most affected. " + ], + "image_footnote": [], + "bbox": [ + 178, + 109, + 385, + 241 + ], + "page_idx": 3 + }, + { + "type": "image", + "img_path": "images/f063ad4b7edb7e9426242ea1d93c745699bdcfef9296d3bb05869072c9ac2247.jpg", + "image_caption": [ + "Figure 2: Performance distribution box plot across 50 random trials and the four datasets with and without ADAM bias correction. Bias correction reduces the variance of fine-tuning results by a large margin. " + ], + "image_footnote": [], + "bbox": [ + 406, + 99, + 606, + 239 + ], + "page_idx": 3 + }, + { + "type": "image", + "img_path": "images/77a0abdebd118ee93a0ce493880a7d20790e00954f86149a88ee0569edf85fd1.jpg", + "image_caption": [ + "Figure 3: Mean (solid lines) and range (shaded region) of training loss during finetuning BERT, across 50 random trials. Bias correction speeds up convergence and shrinks the range of training loss. " + ], + "image_footnote": [], + "bbox": [ + 635, + 114, + 808, + 239 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "", + "bbox": [ + 173, + 380, + 825, + 491 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "Figure 1 shows the ratio $\\frac { \\hat { m } _ { t } } { \\sqrt { \\hat { v } _ { t } } }$ between the update using the biased and the unbiased estimation as a function of training iterations. The bias is relatively high early during learning, indicating overestimation. It eventually converges to one, suggesting that when training for sufficient iterations, the estimation bias will have negligible effect.8 Therefore, the bias ratio term is most important early during learning to counteract the overestimation of √ $m _ { t }$ and $v _ { t }$ during early iterations. In practice, ADAM adaptively re-scales the learning rate by $\\frac { \\sqrt { 1 - \\beta _ { 2 } ^ { t } } } { 1 - \\beta _ { 1 } ^ { t } }$ . This correction is crucial for BERT finetuning on small datasets with fewer than 10k training samples because they are typically fine-tuned with less than 1k iterations (Devlin et al., 2019). The figure shows the number of training iterations for RTE, MRPC, STS-B, CoLA, and MNLI. MNLI is the only one of this set with a large number of supervised training examples. For small datasets, the bias ratio is significantly higher than one for the entire fine-tuning process, implying that these datasets suffer heavily from overestimation in the update magnitude. In comparison, for MNLI, the majority of fine-tuning occurs in the region where the bias ratio has converged to one. This explains why fine-tuning on MNLI is known to be relatively stable (Devlin et al., 2019). ", + "bbox": [ + 173, + 498, + 828, + 707 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "We evaluate the importance of the debiasing step empirically by fine-tuning BERT with both BERTADAM and the debiased $\\mathrm { \\bf A D A M } ^ { 9 }$ for 50 random seeds on RTE, MRPC, STS-B, and CoLA. Figure 2 summarizes the performance distribution. The bias correction significantly reduces the performance variance across different random trials and the four datasets. Without the bias correction we observe many degenerate runs, where fine-tuned models fail to outperform the random baseline. For example, on RTE, $48 \\%$ of fine-tuning runs have an accuracy less than $55 \\%$ , which is close to random guessing. Figure 3 further illustrates this difference by plotting the mean and the range of training loss during fine-tuning across different random trials on RTE. Figure 11 in Appendix F shows similar plots for MRPC, STS-B, and CoLA. The biased BERTADAM consistently leads to worse averaged training loss, and on all datasets to higher maximum training loss. This indicates models trained with BERTAdam are underfitting and the root of instability lies in optimization. ", + "bbox": [ + 173, + 713, + 825, + 866 + ], + "page_idx": 3 + }, + { + "type": "image", + "img_path": "images/888b1444d8d485059f26e3a9d16ecc2f455ee8232b364821e7f7435552d7b2ac.jpg", + "image_caption": [ + "Figure 4: Expected test performance (solid lines) with standard deviation (shaded region) over the number of random trials allocated for fine-tuning BERT. With bias correction, we reliably achieve good results with few (i.e., 5 or 10) random trials. " + ], + "image_footnote": [], + "bbox": [ + 171, + 98, + 825, + 208 + ], + "page_idx": 4 + }, + { + "type": "table", + "img_path": "images/4fd06a97a89bb5a8390f7116afd16d39885819c3e0fac2785f0056cd4483dfb9.jpg", + "table_caption": [], + "table_footnote": [], + "table_body": "
DatasetRTEMRPCSTS-BCoLA
3Epochs Standard 69.5±2.5 Re-init 72.6 ± 1.6Longer 72.3 ± 1.9 73.1 ± 1.33 Epochs 90.8± 1.3 91.4 ± 0.8Longer 90.5±1.5 91.0±0.43Epochs 89.0±0.6 89.4±0.2Longer 89.6 ± 0.3 89.9 ± 0.13 Epochs 63.0 ±1.5 63.9 ± 1.9Longer 62.4 ±1.7 61.9 ± 2.3
DatasetRTE(1k)MRPC (1k)STS-B (1k)CoLA (1k)
Standard Re-init3Epochs 62.5± 2.8 65.6 ± 2.0Longer 65.2 ± 2.1 65.8 ± 1.73 Epochs 80.5±3.3 84.6±1.6Longer 83.8±2.1 86.0 ± 1.23Epochs 84.7 ± 1.4 87.2 ±0.4Longer 88.0±0.4 88.4 ±0.23 Epochs 45.9± 1.6 47.6±1.8Longer 48.8 ± 1.4 48.4 ± 2.1
DatasetSST (1k)QNLI (1k)QQP (1k)MNLI (1k)
Standard Re-init3Epochs 89.7 ±1.5 90.8±0.4Longer 90.9±0.5 91.2 ± 0.53Epochs 78.6±2.0 81.9 ± 0.5Longer 81.4±0.9 82.1 ± 0.33Epochs 74.0±2.7 77.2±0.7 77.6 ± 0.6Longer 77.4 ± 0.83Epochs 52.2±4.2Longer 67.5 ±1.1
", + "bbox": [ + 174, + 268, + 816, + 430 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Table 1: Mean test performance and standard deviation. We compare fine-tuning with the complete BERT model (Standard) and fine-tuning with the partially re-initialized BERT (Re-init). We show results of fine-tuning for 3 epochs and for longer training (Sec 6). We underline and highlight in blue the best and number statistically equivalent to it among each group of 4 numbers. We use a one-tailed Student’s $t$ -test and reject the null hypothesis when $p < 0 . 0 5$ . ", + "bbox": [ + 173, + 444, + 825, + 513 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "We simulate a realistic setting of multiple random trials following Dodge et al. (2020). We use bootstrapping for the simulation: given the 50 fine-tuned models we trained, we sample models with replacement, perform model selection on the validation set, and record the test results; we repeat this process 1k times to estimate mean and variance. Figure 4 shows the simulated test results as a function of the number of random trials. Appendix E provides the same plots for validation performance. Using the debiased ADAM we can reliably achieve good results using fewer random trials; the difference in expected performance is especially pronounced when we perform less than 10 trials. Whereas the expected validation performance monotonically improves with more random trials (Dodge et al., 2020), the expected test performance deteriorates when we perform too many random trials because the model selection process potentially overfits the validation set. Based on these observations, we recommend performing a moderate number of random trials (i.e., 5 or 10). ", + "bbox": [ + 173, + 532, + 825, + 685 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "5 INITIALIZATION: RE-INITIALIZING BERT PRE-TRAINED LAYERS ", + "text_level": 1, + "bbox": [ + 173, + 709, + 746, + 726 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "The initial values of network parameters have significant impact on the process of training deep neural networks, and various methods exist for careful initialization (Glorot & Bengio, 2010; He et al., 2015; Zhang et al., 2019; Radford et al., 2019; Dauphin & Schoenholz, 2019). During fine-tuning, the BERT parameters take the role of the initialization point for the fine-tuning optimization process, while also capturing the information transferred from pre-training. The common approach for BERT fine-tuning is to initialize all layers except one specialized output layer with the pre-trained weights. We study the value of transferring all the layers in contrast to simply ignoring the information learned in some layers. This is motivated by object recognition transfer learning results showing that lower pre-trained layers learn more general features while higher layers closer to the output specialize more to the pre-training tasks (Yosinski et al., 2014). Existing methods using BERT show that using the complete network is not always the most effective choice, as we discuss in Section 2. Our empirical results further confirm this: we observe that transferring the top pre-trained layers slows down learning and hurts performance. ", + "bbox": [ + 174, + 743, + 825, + 922 + ], + "page_idx": 4 + }, + { + "type": "image", + "img_path": "images/1b3d772ba721dc61be871c702183a176a00f053fff25636d890735be3a97b0b2.jpg", + "image_caption": [ + "Figure 5: Validation performance distribution of re-initializing different number of layers of the BERT model. " + ], + "image_footnote": [], + "bbox": [ + 173, + 99, + 488, + 214 + ], + "page_idx": 5 + }, + { + "type": "image", + "img_path": "images/eda223b21c2f2d264eeb134c80489a1829b7bb8c8de1cf4fac57901c63304f76.jpg", + "image_caption": [ + "Figure 6: Mean (solid lines) and Range (shaded region) of training loss during fine-tuning BERT, across 20 random trials. Re-init leads to faster convergence and shrinks the range. " + ], + "image_footnote": [], + "bbox": [ + 504, + 102, + 820, + 215 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "We test the transferability of the top layers using a simple ablation study. Instead of using the pretrained weights for all layers, we re-initialize the pooler layers and the top $L \\in \\mathbb { N }$ BERT Transformer blocks using the original BERT initialization, $\\dot { N } ( 0 , 0 . 0 2 ^ { \\dot { 2 } } )$ . We compare two settings: (a) standard fine-tuning with BERT, and (b) Re-init fine-tuning of BERT. We evaluate Re-init by selecting $L \\in \\{ 1 , \\ldots , 6 \\}$ based on mean validation performance. All experiments use the debiased ADAM (Section 4) with 20 random seeds. ", + "bbox": [ + 174, + 306, + 825, + 390 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Re-init Impact on Performance Table 1 shows our results on all the datasets from Section 3. We show results for the common setting of using 3 epochs, and also for longer training, which we discuss and study in Section 6. Re-init consistently improves mean performance on all the datasets, showing that not all layers are beneficial for transferring. It usually also decreases the variance across all datasets. Appendix F shows similar benefits for pre-trained models other than BERT. ", + "bbox": [ + 174, + 398, + 825, + 468 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Sensitivity to Number of Layers Re-initialized Figure 5 shows the effect of the choice of $L$ , the number of blocks we re-initialize, on RTE and MRPC. Figure 13 in Appendix F shows similar plots for the rest of the datasets. We observe more significant improvement in the worst-case performance than the best performance, suggesting that Re-init is more robust to unfavorable random seed. We already see improvements when only the pooler layer is re-initialized. Re-initializing further layers helps more. For larger $L$ though, the performance plateaus and even decreases as re-initialize pre-trained layers with general important features. The best $L$ varies across datasets. ", + "bbox": [ + 174, + 477, + 825, + 575 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Effect on Convergence and Parameter Change Figure 6 shows the training loss for both the standard fine-tuning and Re-init on RTE and MRPC. Figure 13, Appendix F shows the training loss for all other datasets. Re-init leads to faster convergence. We study the weights of different Transformer blocks. For each block, we concatenate all parameters and record the $L 2$ distance between these parameters and their initialized values during fine-tuning. Figure 7 plots the $L 2$ distance for four different transformer blocks as a function of training steps on RTE, and Figures $1 5 -$ 18 in Appendix F show all transformer blocks on four datasets. In general, Re-init decreases the $L 2$ distance to initialization for top Transformer blocks (i.e., 18–24). Re-initializing more layers leads to a larger reduction, indicating that Re-init decreases the fine-tuning workload. The effect of Re-init is not local; even re-initializing only the topmost Transformer block can affect the whole network. While setting $L = 1$ or $L = 3$ continues to benefit the bottom Transformer blocks, re-initializing too many layers (e.g., $L = 1 0$ ) can increase the $L 2$ distance in the bottom Transformer blocks, suggesting a tradeoff between the bottom and the top Transformer blocks. Collectively, these results suggest that Re-init finds a better initialization for fine-tuning and the top $L$ layers of BERT are potentially overspecialized to the pre-training objective. ", + "bbox": [ + 173, + 584, + 826, + 792 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "6 TRAINING ITERATIONS: FINE-TUNING BERT FOR LONGER ", + "text_level": 1, + "bbox": [ + 174, + 818, + 694, + 835 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "BERT is typically fine-tuned with a slanted triangular learning rate, which applies linear warm-up to the learning rate followed by a linear decay. This learning schedule warrants deciding the number of training iterations upfront. Devlin et al. (2019) recommend fine-tuning GLUE datasets for three epochs. This recommendation has been adopted broadly for fine-tuning (Phang et al., 2018; Lee et al., 2020; Dodge et al., 2020). We study the impact of this choice, and observe that this one-size-fits-all three-epochs practice for BERT fine-tuning is sub-optimal. Fine-tuning BERT longer can improve both training stability and model performance. ", + "bbox": [ + 174, + 854, + 825, + 924 + ], + "page_idx": 5 + }, + { + "type": "image", + "img_path": "images/515d4ed141c060518b97e6a64ee2e6df53814e490cffbf8099791d5626138618.jpg", + "image_caption": [], + "image_footnote": [], + "bbox": [ + 171, + 98, + 823, + 215 + ], + "page_idx": 6 + }, + { + "type": "image", + "img_path": "images/7c309fec6acab01176fbb3d52e6885ed18dd82b6f361022597b864f19319811a.jpg", + "image_caption": [ + "Figure 7: L2 distance to the initial parameters during fine-tuning BERT on RTE. Re-init reduces the amount of change in the weights of top Transformer blocks. However, re-initializing too many layers causes a larger change in the bottom Transformer blocks. ", + "Figure 8: Mean (solid lines) and range (shaded region) of validation performance trained with different number of iterations, across eight random trials. " + ], + "image_footnote": [], + "bbox": [ + 171, + 267, + 825, + 385 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "", + "bbox": [ + 174, + 438, + 821, + 467 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Experimental setup We study the effect of increasing the number of fine-tuning iterations for the datasets in Section 3. For the 1k downsampled datasets, where three epochs correspond to 96 steps, we tune the number of iterations in $\\{ 2 0 0 , 4 0 0 , 8 0 0 , 1 6 0 0 , 3 2 0 0 \\}$ . For the four small datasets, we tune the number of iterations in the same range but skip values smaller than the number of iterations used in three epochs. We evaluate our models ten times on the validation set during fine-tuning. This number is identical to the experiments in Sections 4–5, and controls for the set of models to choose from. We tune with eight different random seeds and select the best set of hyperparameters based on the mean validation performance to save experimental costs. After the hyperparameter search, we fine-tune with the best hyperparameters for 20 seeds and report the test performance. ", + "bbox": [ + 173, + 473, + 825, + 599 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Results Table 1 shows the result under the Longer column. Training longer can improve over the three-epochs setup most of the time, in terms of both performance and stability. This is more pronounced on the 1k downsampled datasets. We also find that training longer reduces the gap between standard fine-tuning and Re-init, indicating that training for more iterations can help these models recover from bad initializations. However, on datasets such as MRPC and MNLI, Re-init still improves the final performance even with training longer. We show the validation results on the four downsampled datasets with different number of training iterations in Figure 8. We provide a similar plot in Figure 14, Appendix G for the other downsampled datasets. We observe that different tasks generally require different number of training iterations and it is difficult to identify a one-size-fits-all solution. Therefore, we recommend practitioners to tune the number of training iterations on their datasets when they discover instability in fine-tuning. We also observe that on most of the datasets, Re-init requires fewer iterations to achieve the best performance, corroborating that Re-init provides a better initialization for fine-tuning. ", + "bbox": [ + 174, + 607, + 825, + 787 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "7 REVISITING EXISTING METHODS FOR FEW-SAMPLE BERT FINE-TUNING", + "text_level": 1, + "bbox": [ + 173, + 808, + 815, + 824 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Instability in BERT fine-tuning, especially in few-sample settings, is receiving increasing attention recently (Devlin et al., 2019; Phang et al., 2018; Lee et al., 2020; Dodge et al., 2020). We revisit these methods given our analysis of the fine-tuning process, focusing on the impact of using the debiased ADAM instead of BERTADAM (Section 4). Generally, we find that when these methods are re-evaluated with the unbiased ADAM they are less effective with respect to the improvement in fine-tuning stability and performance. ", + "bbox": [ + 174, + 840, + 825, + 924 + ], + "page_idx": 6 + }, + { + "type": "table", + "img_path": "images/ba734b6858a035bc4c9e1e558a6ca5d4ac3d6e0cdd47d6b6e1ef7cff7d9ecf9a.jpg", + "table_caption": [], + "table_footnote": [], + "table_body": "
StandardInt. TaskLLRDMixoutPre-trained WDWDRe-initLonger
RTE69.5 ± 2.581.8 ± 1.769.7 ±3.271.3 ± 1.469.6 ± 2.169.5 ± 2.572.6 ± 1.672.3 ± 1.9
MRPC90.8 ±1.391.8 ± 1.091.3±1.190.4 ± 1.490.8 ± 1.390.8 ± 1.391.4 ± 0.891.0 ± 1.3
STS-B89.0±0.689.2±0.389.2 ± 0.489.2 ± 0.489.0±0.589.0±0.689.4± 0.289.6 ± 0.3
CoLA63.0 ± 1.563.9 ± 1.863.0± 2.561.6 ± 1.763.4 ± 1.563.0 ± 1.564.2 ± 1.662.4±1.7
", + "bbox": [ + 183, + 88, + 808, + 155 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Table 2: Mean test performance and standard deviation on four datasets. Numbers that are statistically significantly better than the standard setting (left column) are in blue and underlined. The results of Re-init and Longer are copied from Table 1. All experiments use ADAM with debiasing (Section 4). Except Longer, all methods are trained with three epochs. “Int. Task” stands for transfering via an intermediate task (MNLI). ", + "bbox": [ + 173, + 169, + 825, + 238 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "7.1 OVERVIEW ", + "text_level": 1, + "bbox": [ + 174, + 255, + 290, + 268 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Pre-trained Weight Decay Weight decay (WD) is a common regularization technique (Krogh & Hertz, 1992). At each optimization iteration, λw is subtracted from the model parameters, where $\\lambda$ is a hyperparameter for the regularization strength and w is the model parameters. Pre-trained weight decay adapts this method for fine-tuning pre-trained models (Chelba & Acero, 2004; Daumé III, 2007) by subtracting $\\lambda ( \\mathbf { w } - \\hat { \\mathbf { w } } )$ from the objective, where wˆ is the pre-trained parameters. Lee et al. (2020) empirically show that pre-trained weight decay works better than conventional weight decay in BERT fine-tuning and can stabilize fine-tuning. ", + "bbox": [ + 173, + 281, + 825, + 378 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Mixout Mixout (Lee et al., 2020) is a stochastic regularization technique motivated by Dropout (Srivastava et al., 2014) and DropConnect (Wan et al., 2013). At each training iteration, each model parameter is replaced with its pre-trained value with probability $p$ . The goal is to prevent catastrophic forgetting, and (Lee et al., 2020) proves it constrains the fine-tuned model from deviating too much from the pre-trained initialization. ", + "bbox": [ + 174, + 387, + 825, + 457 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Layer-wise Learning Rate Decay (LLRD) LLRD (Howard & Ruder, 2018) is a method that applies higher learning rates for top layers and lower learning rates for bottom layers. This is accomplished by setting the learning rate of the top layer and using a multiplicative decay rate to decrease the learning rate layer-by-layer from top to bottom. The goal is to modify the lower layers that encode more general information less than the top layers that are more specific to the pre-training task. This method is adopted in fine-tuning several recent pre-trained models, including XLNet (Yang et al., 2019b) and ELECTRA (Clark et al., 2020). ", + "bbox": [ + 174, + 464, + 825, + 563 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Transferring via an Intermediate Task Phang et al. (2018) propose to conduct supplementary fine-tuning on a larger, intermediate task before fine-tuning on few-sample datasets. They show that this approach can reduce variance across different random trials and improve model performance. Their results show that transferring models fine-tuned on MNLI (Williams et al., 2018) can lead to significant improvement on several downstream tasks including RTE, MRPC, and STS-B. In contrast to the other methods, this approach requires large amount of additional annotated data. ", + "bbox": [ + 174, + 570, + 825, + 654 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "7.2 EXPERIMENTS ", + "text_level": 1, + "bbox": [ + 176, + 671, + 315, + 685 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "We evaluate all methods on RTE, MRPC, STS-B, and CoLA. We fine-tune a $\\mathrm { B E R T _ { L a r g e } }$ model using the ADAM optimizer with debiasing for three epochs, the default number of epochs used with each of the methods. For intermediate task fine-tuning, we fine-tune a $\\mathrm { B E R T _ { L a r g e } }$ model on MNLI and then fine-tune for our evaluation. For other methods, we perform hyperparameter search with a similar size search space for each method, as described in Appendix H. We do model selection using the average validation performance across 20 random seeds. We additionally report results for standard fine-tuning with longer training time (Section 6), weight decay, and Re-init (Section 5). ", + "bbox": [ + 174, + 696, + 825, + 796 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Table 2 provides our results. Compared to published results (Phang et al., 2018; Lee et al., 2020), our test performance for Int. Task (transferring via an intermediate task), Mixout, Pre-trained WD, and WD are generally higher when using the ADAM with debiasing.10 However, we observe less pronounced benefits for all surveyed methods compared to results originally reported. At times, these methods do not outperform the standard baselines or simply training longer. Using additional annotated data for intermediate task training continues to be effective, leading to consistent improvement over the average performance across all datasets. LLRD and Mixout show less consistent performance impact. We observe no noticeable improvement using pre-trained weight decay and conventional weight decay in improving or stabilizing BERT fine-tuning in our experiments, contrary to existing work (Lee et al., 2020). This indicates that these methods potentially ease the optimization difficulty brought by the debiasing omission in BERTADAM, and when we add the debiasing, the positive effects are reduced. ", + "bbox": [ + 174, + 803, + 825, + 858 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "", + "bbox": [ + 174, + 103, + 825, + 214 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "8 CONCLUSION ", + "text_level": 1, + "bbox": [ + 176, + 236, + 318, + 252 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "We have demonstrated that optimization plays a vital role in the few-sample BERT fine-tuning. First, we show that the debiasing omission in BERTADAM is the main cause of degenerate models on small datasets commonly observed in previous work (Phang et al., 2018; Lee et al., 2020; Dodge et al., 2020). Second, we observe the top layers of the pre-trained BERT provide a detrimental initialization for fine-tuning and delay learning. Simply re-initializing these layers not only speeds up learning but also leads to better model performance. Third, we demonstrate that the common one-size-fits-all three-epochs practice for BERT fine-tuning is sub-optimal and allocating more training time can stabilize fine-tuning. Finally, we revisit several methods proposed for stabilizing BERT fine-tuning and observe that their positive effects are reduced with the debiased ADAM. In the future, we plan to extend our study to different pre-training objectives and model architectures, and study how model parameters evolve during fine-tuning. ", + "bbox": [ + 174, + 268, + 825, + 421 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "ACKNOWLEDGMENTS ", + "text_level": 1, + "bbox": [ + 176, + 439, + 326, + 452 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "We thank Cheolhyoung Lee for his help in reproducing previous work. We thank Lili Yu, Ethan R. Elenberg, Varsha Kishore, and Rishi Bommasani for their insightful comments, and Hugging Face for the Transformers project, which enabled our work. ", + "bbox": [ + 176, + 462, + 825, + 503 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "REFERENCES ", + "text_level": 1, + "bbox": [ + 176, + 526, + 285, + 541 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Luisa Bentivogli, Ido Kalman Dagan, Dang Hoa, Danilo Giampiccolo, and Bernardo Magnini. The fifth pascal recognizing textual entailment challenge. In TAC 2009 Workshop, 2009. ", + "bbox": [ + 174, + 558, + 823, + 587 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "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 SemEval-2017, 2017. ", + "bbox": [ + 174, + 597, + 826, + 640 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Ciprian Chelba and Alex Acero. Adaptation of maximum entropy capitalizer: Little data can help a lot. In EMNLP, 2004. ", + "bbox": [ + 173, + 652, + 823, + 681 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "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. ", + "bbox": [ + 174, + 693, + 823, + 722 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Hal Daumé III. Frustratingly easy domain adaptation. In ACL, 2007. ", + "bbox": [ + 173, + 733, + 624, + 748 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Yann N Dauphin and Samuel Schoenholz. Metainit: Initializing learning by learning to initialize. In NeurIPS, 2019. ", + "bbox": [ + 176, + 760, + 823, + 789 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Jacob Devlin, Ming-Wei Chang, Kenton Lee, and Kristina Toutanova. BERT: Pre-training of deep bidirectional transformers for language understanding. In NAACL-HLT, 2019. ", + "bbox": [ + 171, + 800, + 823, + 829 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Jesse Dodge, Gabriel Ilharco, Roy Schwartz, Ali Farhadi, Hannaneh Hajishirzi, and Noah Smith. Fine-tuning pretrained language models: Weight initializations, data orders, and early stopping. arXiv preprint arXiv:2002.06305, 2020. ", + "bbox": [ + 174, + 840, + 825, + 883 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "William B Dolan and Chris Brockett. Automatically constructing a corpus of sentential paraphrases. In IWP, 2005. ", + "bbox": [ + 173, + 895, + 825, + 922 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Matt Gardner, Joel Grus, Mark Neumann, Oyvind Tafjord, Pradeep Dasigi, Nelson F Liu, Matthew Peters, Michael Schmitz, and Luke Zettlemoyer. Allennlp: A deep semantic natural language processing platform. In NLP-OSS, 2018. ", + "bbox": [ + 174, + 103, + 823, + 146 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Xavier Glorot and Yoshua Bengio. Understanding the difficulty of training deep feedforward neural networks. In AISTATS, 2010. ", + "bbox": [ + 169, + 155, + 823, + 183 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Jian Guo, He He, Tong He, Leonard Lausen, Mu Li, Haibin Lin, Xingjian Shi, Chenguang Wang, Junyuan Xie, Sheng Zha, Aston Zhang, Hang Zhang, Zhi Zhang, Zhongyue Zhang, and Shuai Zheng. Gluoncv and gluonnlp: Deep learning in computer vision and natural language processing. arXiv preprint arXiv:1907.04433, 2019. ", + "bbox": [ + 173, + 191, + 826, + 247 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Kelvin Guu, Kenton Lee, Zora Tung, Panupong Pasupat, and Ming-Wei Chang. Realm: Retrievalaugmented language model pre-training. arXiv preprint arXiv:2002.08909, 2020. ", + "bbox": [ + 173, + 257, + 820, + 286 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Delving deep into rectifiers: Surpassing human-level performance on imagenet classification. In ICCV, 2015. ", + "bbox": [ + 173, + 294, + 820, + 323 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "J. Hewitt and P. Liang. Designing and interpreting probes with control tasks. In EMNLP, 2019. ", + "bbox": [ + 173, + 332, + 797, + 347 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "John Hewitt and Christopher D. Manning. A structural probe for finding syntax in word representations. In NAACL, 2019. ", + "bbox": [ + 171, + 354, + 825, + 383 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Neil Houlsby, Andrei Giurgiu, Stanislaw Jastrzebski, Bruna Morrone, Quentin De Laroussilhe, Andrea Gesmundo, Mona Attariyan, and Sylvain Gelly. Parameter-efficient transfer learning for NLP. In ICML, 2019. ", + "bbox": [ + 173, + 391, + 825, + 434 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Jeremy Howard and Sebastian Ruder. Universal language model fine-tuning for text classification. In ACL, 2018. ", + "bbox": [ + 171, + 443, + 825, + 472 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Shankar Iyer, Nikhil Dandekar, and Kornel Csernai. First quora dataset release: Question pairs. https://tinyurl.com/y2y8u5ed, 2017. ", + "bbox": [ + 173, + 481, + 825, + 510 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Diederik P Kingma and Jimmy Ba. Adam: A method for stochastic optimization. arXiv preprint arXiv:1412.6980, 2014. ", + "bbox": [ + 173, + 517, + 825, + 546 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Anders Krogh and John A. Hertz. A simple weight decay can improve generalization. In NeurIPS, 1992. ", + "bbox": [ + 173, + 555, + 825, + 583 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "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. ", + "bbox": [ + 173, + 592, + 825, + 622 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Cheolhyoung Lee, Kyunghyun Cho, and Wanmo Kang. Mixout: Effective regularization to finetune large-scale pretrained language models. In ICLR, 2020. ", + "bbox": [ + 173, + 628, + 825, + 659 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Mike Lewis, Yinhan Liu, Naman Goyal, Marjan Ghazvininejad, Abdelrahman Mohamed, Omer Levy, Veselin Stoyanov, and Luke Zettlemoyer. Bart: Denoising sequence-to-sequence pre-training for natural language generation, translation, and comprehension. arXiv preprint arXiv:1910.13461, 2019. ", + "bbox": [ + 173, + 666, + 826, + 723 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Xingjian Li, Haoyi Xiong, Haozhe An, Chengzhong Xu, and Dejing Dou. Rifle: Backpropagation in depth for deep transfer learning through re-initializing the fully-connected layer. In ICML, 2020. ", + "bbox": [ + 173, + 731, + 823, + 762 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Nelson F. Liu, Matt Gardner, Yonatan Belinkov, Matthew E. Peters, and Noah A. Smith. Linguistic knowledge and transferability of contextual representations. arXiv preprint arXiv:1903.08855, 2019a. ", + "bbox": [ + 174, + 768, + 825, + 811 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Xiaodong Liu, Pengcheng He, Weizhu Chen, and Jianfeng Gao. Multi-task deep neural networks for natural language understanding. In ACL, 2019b. ", + "bbox": [ + 173, + 820, + 821, + 849 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Xiaodong Liu, Yu Wang, Jianshu Ji, Hao Cheng, Xueyun Zhu, Emmanuel Awa, Pengcheng He, Weizhu Chen, Hoifung Poon, Guihong Cao, and Jianfeng Gao. The microsoft toolkit of multi-task deep neural networks for natural language understanding. arXiv preprint arXiv:2002.07972, 2020. ", + "bbox": [ + 176, + 858, + 825, + 901 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Yang Liu. Fine-tune BERT for extractive summarization. arXiv preprint arXiv:1903.10318, 2019. ", + "bbox": [ + 171, + 909, + 816, + 924 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "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, 2019c. ", + "bbox": [ + 178, + 103, + 823, + 146 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Brian W Matthews. Comparison of the predicted and observed secondary structure of t4 phage lysozyme. Biochimica et Biophysica Acta (BBA)-Protein Structure, 1975. ", + "bbox": [ + 173, + 156, + 823, + 184 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Amil Merchant, Elahe Rahimtoroghi, Ellie Pavlick, and Ian Tenney. What happens to bert embeddings during fine-tuning? arXiv preprint arXiv:2004.14448, 2020. ", + "bbox": [ + 173, + 194, + 823, + 223 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Marius Mosbach, Maksym Andriushchenko, and Dietrich Klakow. On the stability of fine-tuning bert: Misconceptions, explanations, and strong baselines. arXiv preprint arXiv:2006.04884, 2020. ", + "bbox": [ + 173, + 233, + 823, + 262 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Preetum Nakkiran, Gal Kaplun, Yamini Bansal, Tristan Yang, Boaz Barak, and Ilya Sutskever. Deep double descent: Where bigger models and more data hurt. In ICLR, 2019. ", + "bbox": [ + 173, + 272, + 825, + 301 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Matthew E. Peters, Sebastian Ruder, and Noah A. Smith. To tune or not to tune? adapting pretrained representations to diverse tasks. arXiv preprint arXiv:1903.05987, 2019. ", + "bbox": [ + 174, + 310, + 823, + 340 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Jason Phang, Thibault Févry, and Samuel R Bowman. Sentence encoders on stilts: Supplementary training on intermediate labeled-data tasks. arXiv preprint arXiv:1811.01088, 2018. ", + "bbox": [ + 173, + 349, + 823, + 380 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Martin Popel and Ondˇrej Bojar. Training tips for the transformer model. The Prague Bulletin of Mathematical Linguistics, 2018. ", + "bbox": [ + 173, + 388, + 825, + 417 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Alec Radford, Jeff Wu, Rewon Child, David Luan, Dario Amodei, and Ilya Sutskever. Language models are unsupervised multitask learners. 2019. ", + "bbox": [ + 171, + 426, + 823, + 457 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "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. ", + "bbox": [ + 173, + 465, + 823, + 508 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Nitish Srivastava, Geoffrey Hinton, Alex Krizhevsky, Ilya Sutskever, and Ruslan Salakhutdinov. Dropout: a simple way to prevent neural networks from overfitting. JMLR, 2014. ", + "bbox": [ + 169, + 518, + 823, + 547 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Asa Cooper Stickland and Iain Murray. Bert and pals: Projected attention layers for efficient adaptation in multi-task learning. In ICML, 2019. ", + "bbox": [ + 173, + 558, + 821, + 587 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Chi Sun, Xipeng Qiu, Yige Xu, and Xuanjing Huang. How to fine-tune bert for text classification? In CCL, 2019. ", + "bbox": [ + 173, + 595, + 823, + 625 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Alex Tamkin, Trisha Singh, Davide Giovanardi, and Noah Goodman. Investigating transferability in pretrained language models. In EMNLP, 2020. ", + "bbox": [ + 173, + 633, + 823, + 664 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Ian Tenney, Dipanjan Das, and Ellie Pavlick. Bert rediscovers the classical nlp pipeline. In ACL, 2019a. ", + "bbox": [ + 171, + 672, + 825, + 702 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Ian Tenney, Patrick Xia, Berlin Chen, Alex Wang, Adam Poliak, R Thomas McCoy, Najoung Kim, Benjamin Van Durme, Sam Bowman, Dipanjan Das, and Ellie Pavlick. What do you learn from context? probing for sentence structure in contextualized word representations. In ICLR, 2019b. ", + "bbox": [ + 174, + 712, + 825, + 756 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N Gomez, Łukasz Kaiser, and Illia Polosukhin. Attention is all you need. In NeurIPS, 2017. ", + "bbox": [ + 169, + 765, + 823, + 794 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "David Wadden, Ulme Wennberg, Yi Luan, and Hannaneh Hajishirzi. Entity, relation, and event extraction with contextualized span representations. In EMNLP-IJCNLP, 2019. ", + "bbox": [ + 171, + 803, + 823, + 833 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Li Wan, Matthew Zeiler, Sixin Zhang, Yann Le Cun, and Rob Fergus. Regularization of neural networks using dropconnect. In ICML, 2013. ", + "bbox": [ + 169, + 842, + 825, + 872 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Alex Wang, Yada Pruksachatkun, Nikita Nangia, Amanpreet Singh, Julian Michael, Felix Hill, Omer Levy, and Samuel Bowman. Superglue: A stickier benchmark for general-purpose language understanding systems. In NeurIPS, 2019a. ", + "bbox": [ + 176, + 882, + 825, + 924 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Alex Wang, Amanpreet Singh, Julian Michael, Felix Hill, Omer Levy, and Samuel Bowman. Glue: A multi-task benchmark and analysis platform for natural language understanding. In ICLR, 2019b. ", + "bbox": [ + 173, + 103, + 825, + 132 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Alex Wang, Ian F. Tenney, Yada Pruksachatkun, Phil Yeres, Jason Phang, Haokun Liu, Phu Mon Htut, Katherin Yu, Jan Hula, Patrick Xia, Raghu Pappagari, Shuning Jin, R. Thomas McCoy, Roma Patel, Yinghui Huang, Edouard Grave, Najoung Kim, Thibault Févry, Berlin Chen, Nikita Nangia, Anhad Mohananey, Katharina Kann, Shikha Bordia, Nicolas Patry, David Benton, Ellie Pavlick, and Samuel R. Bowman. jiant 1.3: A software toolkit for research on general-purpose text understanding models. http://jiant.info/, 2019c. ", + "bbox": [ + 174, + 141, + 826, + 224 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Alex Warstadt, Amanpreet Singh, and Samuel R Bowman. Neural network acceptability judgments. TACL, 2019. ", + "bbox": [ + 174, + 234, + 823, + 262 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Adina Williams, Nikita Nangia, and Samuel Bowman. A broad-coverage challenge corpus for sentence understanding through inference. In ACL, 2018. ", + "bbox": [ + 173, + 272, + 823, + 300 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Thomas Wolf, Lysandre Debut, Victor Sanh, Julien Chaumond, Clement Delangue, Anthony Moi, Pierric Cistac, Tim Rault, R’emi Louf, Morgan Funtowicz, and Jamie Brew. Huggingface’s transformers: State-of-the-art natural language processing. arXiv preprint arXiv:1910.03771, 2019. ", + "bbox": [ + 174, + 309, + 826, + 364 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Wei Yang, Haotian Zhang, and Jimmy Lin. Simple applications of BERT for ad hoc document retrieval. arXiv preprint arXiv:1903.10972, 2019a. ", + "bbox": [ + 174, + 375, + 823, + 404 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Zhilin Yang, Zihang Dai, Yiming Yang, Jaime Carbonell, Russ R Salakhutdinov, and Quoc V Le. Xlnet: Generalized autoregressive pretraining for language understanding. In NeurIPS, 2019b. ", + "bbox": [ + 176, + 412, + 825, + 441 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Jason Yosinski, Jeff Clune, Yoshua Bengio, and Hod Lipson. How transferable are features in deep neural networks? In NeurIPS, 2014. ", + "bbox": [ + 171, + 450, + 823, + 479 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Hongyi Zhang, Yann N. Dauphin, and Tengyu Ma. Residual learning without normalization via better initialization. In ICLR, 2019. ", + "bbox": [ + 171, + 488, + 825, + 517 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Tianyi Zhang, Varsha Kishore, Felix Wu, Kilian Q. Weinberger, and Yoav Artzi. BERTScore: Evaluating Text Generation with BERT. In ICLR, 2020. ", + "bbox": [ + 171, + 525, + 825, + 554 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Jinhua Zhu, Yingce Xia, Lijun Wu, Di He, Tao Qin, Wengang Zhou, Houqiang Li, and Tieyan Liu. Incorporating bert into neural machine translation. In ICLR, 2020. ", + "bbox": [ + 171, + 564, + 825, + 592 + ], + "page_idx": 11 + }, + { + "type": "table", + "img_path": "images/d936d2899bfc8cebcfe676dc5905e6408a841a08321d5a3a11f1d00f8bed68d4.jpg", + "table_caption": [ + "Table 3: The datasets used in this work. We apply non-standard data splits to create test sets. SCC stands for Spearman Correlation Coefficient and MCC stands for Matthews Correlation Coefficient. " + ], + "table_footnote": [], + "table_body": "
TaskRTE NLIMRPC ParaphraseSTS-B SimilarityCoLA AcceptibilitySST-2 SentimentQNLI NLIQQP ParaphraseMNLI NLI
# of training samples2.5k3.7k5.8k8.6k61.3k104k363k392k
# of validation samples1392046905211k1k1k1k
# of test samples1392056905211.8k5.5k40k9.8k
Evaluation metricAcc.F1SCCMCCAcc.Acc.Acc.Acc.
Majority baseline (val)52.981.30050.050.050.033.3
Majority baseline (test)52.581.20049.150.563.231.8
", + "bbox": [ + 187, + 101, + 808, + 204 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "A DATASETS ", + "text_level": 1, + "bbox": [ + 176, + 271, + 297, + 287 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "Table 3 summarizes dataset statistics and describes our validation/test splits. We also provide a brief introduction for each datasets: ", + "bbox": [ + 173, + 304, + 825, + 333 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "RTE Recognizing Textual Entailment (Bentivogli et al., 2009) is a binary entailment classification task. We use the GLUE version. ", + "bbox": [ + 171, + 340, + 823, + 369 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "MRPC Microsoft Research Paraphrase Corpus (Dolan & Brockett, 2005) is binary classification task. Given a pair of sentences, a model has to predict whether they are paraphrases of each other. We use the GLUE version. ", + "bbox": [ + 174, + 377, + 823, + 420 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "STS-B Semantic Textual Similarity Benchmark (Cer et al., 2017) is a regression tasks for estimating sentence similarity between a pair of sentences. We use the GLUE version. ", + "bbox": [ + 171, + 428, + 823, + 457 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "CoLA Corpus of Linguistic Acceptability (Warstadt et al., 2019) is a binary classification task for verifying whether a sequence of words is a grammatically correct English sentence. Matthews correlation coefficient (Matthews, 1975) is used to evaluate the performance. We use the GLUE version. ", + "bbox": [ + 173, + 464, + 825, + 520 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "MNLI Multi-Genre Natural Language Inference Corpus (Williams et al., 2018) is a textual entailment dataset, where a model is asked to predict whether the premise entails the hypothesis, predicts the hypothesis, or neither. We use the GLUE version. ", + "bbox": [ + 174, + 529, + 823, + 571 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "QQP Quora Question Pairs (Iyer et al., 2017) is a binary classification task to determine whether two questions are semantically equivalent (i.e., paraphrase each other). We use the GLUE version. ", + "bbox": [ + 171, + 579, + 823, + 608 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "SST-2 The binary version of the Stanford Sentiment Treebank (Socher et al., 2013) is a binary classification task for whether a sentence has positive or negative sentiment. We use the GLUE version. ", + "bbox": [ + 176, + 616, + 825, + 659 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "B ISOLATING THE IMPACT OF DIFFERENT SOURCES OF RANDOMNESS ", + "text_level": 1, + "bbox": [ + 173, + 681, + 769, + 698 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "The randomness in BERT fine-tuning comes from three sources: (a) weight initialization, (b) data order, and (c) Dropout regularization (Srivastava et al., 2014). We control the randomness using two separate random number generators: one for weight initialization and the other for both data order and Dropout (both of them affect the stochastic loss at each iteration). We fine-tune BERT on RTE for three epochs using ADAM with 10 seeds for both random number generators. We compare the standard setup with Re-init 5, where $L = 5$ . This experiment is similar to Dodge et al. (2020), but we use ADAM with debiasing instead of BERTADAM and control for the randomness in Dropout as well. When fixing a random seed for weight initialization, Re-init 5 shares the same initialized classifier weights with the standard baseline. Figure 9 shows the validation accuracy of each individual run as well as the minimum, average, and maximum scores when fixing one of the random seeds. Figure 10 summarizes the standard deviations when one of the random seeds is controlled. We observe several trends. Re-init 5 usually improves the performance regardless of the weight initialization or data order and Dropout. Second, Re-init 5 still reduces the instability when one of the sources of randomness is controlled. Third, the standard deviation of fixing the weight initialization roughly matches the one of controlled data order and Dropout, which aligns with the observation of Dodge et al. (2020). ", + "bbox": [ + 173, + 715, + 825, + 924 + ], + "page_idx": 12 + }, + { + "type": "image", + "img_path": "images/1f3a3f70f4a230d62119fc366da3dd84459cdf247e741b695be58440af78ae91.jpg", + "image_caption": [ + "Figure 9: Validation accuracy on RTE with controlled random seeds. The min, mean, and max values of controlling one of the random seeds are also included. Re-init 5 usually improves the validation accuracy. " + ], + "image_footnote": [], + "bbox": [ + 178, + 112, + 825, + 342 + ], + "page_idx": 13 + }, + { + "type": "image", + "img_path": "images/9d67c833d88ebc2d281b30ee47d7a55668940ffaf69c0e71131f3bcebc0976c2.jpg", + "image_caption": [ + "Figure 10: The standard deviation of the validation accuracy on RTE with controlled random seeds. We show the standard deviation of fixing either the initialization or data order and Dropout. Re-init 5 consistently reduces the instability regardless of the sources of the randomness. " + ], + "image_footnote": [], + "bbox": [ + 176, + 435, + 823, + 665 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "C MIXED PRECISION TRAINING ", + "text_level": 1, + "bbox": [ + 176, + 758, + 455, + 775 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "Mixed precision training can accelerate model training while preserving performance by replacing some 32-bit floating-point computation with 16-bit floating-point computation. We use mixed precision training in all our experiments using huggingface’s Transformers (Wolf et al., 2019). Transformers uses O1-level optimized mixed precision training implemented with the Apex library.11 We evaluate if this mixed precision implementation influences our results. We fine-tune BERT with 20 random trials on RTE, MRPC, STS-B, and CoLA. We use two-tailed $t$ -test to test if the distributions of the two methods are statistically different. Table 4 shows the mean and standard deviation of the ", + "bbox": [ + 174, + 792, + 826, + 891 + ], + "page_idx": 13 + }, + { + "type": "table", + "img_path": "images/d4d6836229b8ac36deee879d5c2a4ba01fb061b654906cbfcf3a5638f2e319ef.jpg", + "table_caption": [ + "Table 4: Comparing BERT fine-tuning with mixed precision and full precision. The difference between the two numbers on any dataset is not statistically significant. " + ], + "table_footnote": [], + "table_body": "
CoLAMRPCRTESTS-B
Mixed precision60.3 ± 1.589.2 ± 1.271.8 ± 2.190.1± 0.7
Full precision59.9 ± 1.588.7 ± 1.471.4± 2.290.1± 0.7
", + "bbox": [ + 251, + 101, + 738, + 159 + ], + "page_idx": 14 + }, + { + "type": "table", + "img_path": "images/d77e5d103a24562e705f0ad9eb918b3c17d5249be36a66e20abdeee1fb4de6c8.jpg", + "table_caption": [], + "table_footnote": [], + "table_body": "
Dev Acc. (%)Test Acc. (%)
No bias correction86.0 ± 0.387.0 ± 0.4
Bias correction85.9 ± 0.386.9 ± 0.3
", + "bbox": [ + 315, + 215, + 679, + 273 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "Table 5: Comparing BERT fine-tuning with and without bias correction on the MNLI dataset. When we have a large dataset, there is no significant difference in using bias correction or not. ", + "bbox": [ + 171, + 284, + 825, + 313 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "test performance. The performance of mixed precision matches the single precision counterpart, and there is no statistically significant difference. ", + "bbox": [ + 176, + 339, + 823, + 367 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "D BIAS-CORRECTION ON MNLI", + "text_level": 1, + "bbox": [ + 176, + 387, + 457, + 404 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "The focus of this paper is few-sample learning. However, we also experiment with the full MNLI dataset. Table 5 shows that average accuracy over three random runs. The results confirm that there is no significant difference in using bias correction or not on such a large dataset. While our recommended practices do not improve training on large datasets, this result shows there is no disadvantage to fine-tune such models with the same procedure as we propose for few-sample training. ", + "bbox": [ + 173, + 417, + 825, + 502 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "E SUPPLEMENTARY MATERIAL FOR SECTION 4 ", + "text_level": 1, + "bbox": [ + 174, + 522, + 583, + 539 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "Effect of ADAM with Debiasing on Convergence. Figure 11 shows the training loss as a function of the number of training iterations. Using bias correction effectively speeds up convergence and reduces the range of the training loss, which is consistent with our observation in Figure 3. ", + "bbox": [ + 176, + 554, + 823, + 597 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "Effect of ADAM with Debiasing on the Expected Validation Performance. Figure 12 shows the expected validation performance as a function of the number of random trials. Comparing to Figure 4, we observe several trends. First, using ADAM with debiasing consistently leads to faster convergence and improved validation performance, which is similar to our observation about the test performance. Second, we observe that the expected validation performance monotonically increases with the number of random trials, contrary to our observation about the test performance. This suggests that using too many random trials may overfit to the validation set and hurt generalization performance. ", + "bbox": [ + 173, + 604, + 825, + 702 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "F SUPPLEMENTARY MATERIAL FOR SECTION 5 ", + "text_level": 1, + "bbox": [ + 174, + 722, + 581, + 738 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "Effect of $L$ on Re-init Figure 13 shows the effect of Re-init in fine-tuning on the eight downsampled datasets. We observe similar trends in Figure 13 and Figure 5. Re-init’s improvement is more pronounced in the wort-case performance across different random trials. Second, the best value of $L$ is different for each dataset. ", + "bbox": [ + 174, + 753, + 825, + 810 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "Effect of Re-init on Model Parameters We use the same setup as in Figure 7 to plot the change in the weights of different Transformer blocks during fine-tuning on RTE, MRPC, STS-B, and CoLA in Figures 15–18. ", + "bbox": [ + 174, + 818, + 825, + 859 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "Effect of Re-init on Other Models We study more recent pre-trained contexual embedding models beyond BERTLarge. We investigate whether Re-init provides better fine-tuning initialization in XLNetLarge Yang et al. (2019b), RoBERTaLarge Liu et al. (2019c), BARTLarge Lewis et al. (2019), and ELECTRALarge Clark et al. (2020). XLNet is an autoregressive language model trained by learning all permutations of natural language sentences. RoBERTa is similar to BERT in terms of model architecture but is only pre-trained on the mask language modeling task only, but for longer and on ", + "bbox": [ + 174, + 867, + 823, + 924 + ], + "page_idx": 14 + }, + { + "type": "image", + "img_path": "images/29289a993adc795076433085b8252f594f752c30d206f7373ac1551c981b17fc.jpg", + "image_caption": [ + "Figure 11: Mean (solid lines) and range (shaded region) of training loss during fine-tuning BERT, across 50 random trials. Bias correction speeds up convergence and reduces the range of the training loss. " + ], + "image_footnote": [], + "bbox": [ + 171, + 97, + 826, + 214 + ], + "page_idx": 15 + }, + { + "type": "image", + "img_path": "images/2f4fec94f183700fa371eaf1e4dea907ca321ec87adf4d838789c236d096cee1.jpg", + "image_caption": [ + "Figure 12: Expected validation performance (solid lines) with standard deviation (shaded region) over the number of random trials allocated for fine-tuning BERT. With bias correction, we can reliably achieve good results with few (i.e., 5 or 10) random trials. " + ], + "image_footnote": [], + "bbox": [ + 171, + 277, + 825, + 387 + ], + "page_idx": 15 + }, + { + "type": "image", + "img_path": "images/49f0a69f6510ef699d772098ec91790803f20b39d3c3b559f5805d434d9609a5.jpg", + "image_caption": [ + "Figure 13: Validation performance distribution of re-initializing different number of layers of BERT on the downsampled datasets. " + ], + "image_footnote": [], + "bbox": [ + 169, + 452, + 826, + 829 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "", + "bbox": [ + 173, + 895, + 823, + 924 + ], + "page_idx": 15 + }, + { + "type": "table", + "img_path": "images/e75ec27d44664e4d8bbb223cb6de9e30f54bbac0b4a01604033a9ce114679ed8.jpg", + "table_caption": [ + "Table 6: Fine-tuning hyper-parameters of BERT and its variants as reported in the official repository of each model. " + ], + "table_footnote": [], + "table_body": "
ModelDatasetLearning RateTraining Epochs /StepsBatch SizeWarmup Ratio /StepsLLRD
BERTall2×10-53 epochs3210%=
XLNetRTE3×10-5800 steps32200 steps
MRPC5×10-5800 steps32200 steps
STS-B5×10-53000 steps32500 steps
CoLA3×10-51200 steps128120 steps
RoBERTaRTE2×10-52036 steps16122 steps
MRPC1×10-52296 steps16137 steps
STS-B2×10-53598 steps16214 steps
CoLA1×10-55336 steps16320 steps=
ELECTRARTE5×10-510 epochs3210%0.9
MRPC5×10-53 epochs3210%0.9
STS-B5×10-510 epochs3210%0.9
CoLA5×10-53 epochs3210%0.9
BARTRTE1×10-51018 steps3261 steps-
MRPC2×10-51148 steps6468 steps
STS-B2×10-51799 steps32107 steps
CoLA2×10-51334 steps6480 steps
", + "bbox": [ + 174, + 101, + 825, + 347 + ], + "page_idx": 16 + }, + { + "type": "table", + "img_path": "images/9e14fcc3117a2cd8a9c1f7e23ab86043ee983bb1ad090e12b38b4c0d1853a551.jpg", + "table_caption": [], + "table_footnote": [], + "table_body": "
RTEMRPCSTS-BCoLA
StandardRe-initStandardRe-initStandardRe-initStandardRe-init
XLNet71.7± 12.680.1 ± 1.692.3± 4.394.5± 0.8[86.8 ± 20.4 91.7± 0.351.8± 22.562.0± 2.1
RoBERTa78.2 ± 12.183.5 ± 1.494.4±0.994.8±0.991.8±0.391.8±0.268.4±2.267.6 ± 1.5
ELECTRA87.1 ± 1.286.1 ± 1.995.7±0.895.3±0.891.8 ± 1.992.1±0.562.1± 20.4:61.3± 20.1
BART84.1 ± 2.083.5±1.593.5±0.993.7±1.291.7±0.391.8±0.365.4±1.964.9 ± 2.3
", + "bbox": [ + 174, + 416, + 823, + 492 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "Table 7: Average Test performance with standard deviation on four small datasets with four different pre-trained models. For each setting, the better numbers are bolded and are in blue if the improvement is statistically significant. ", + "bbox": [ + 174, + 508, + 825, + 550 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "more data. BART is a sequence-to-sequence model trained as a denoising autoencoder. ELECTRA is a BERT-like model trained to distinguish tokens generated by masked language model from tokens drawn from the natural distribution. Together, they represent a diverse range of modeling choices in pre-training, including different model architectures, objectives, data, and training strategies. We use ADAM with debiasing to fine-tune these models on RTE, MRPC, STS-B, and COLA, using the hyperparameters that are either described in the paper or in the official repository of each model. Table 6 summarizes the hyper-parameters of each model for each dataset. We use the huggingface’s Transformers library (Wolf et al., 2019). The experimental setup is kept the same as our other experiments. Table 7 displays the average test performance on these datasets. We observe that several models suffer from high instability on these datasets and in most cases, Re-init can reduce the performance variance. We observe that for some models, like XLNetLarge or $\\mathrm { R o B E R T a _ { L a r g e } }$ , Re-init can improve the average performance and reduce variance. However, the behavior of Re-init varies significantly across different models and Re-init have less significant improvement for ELECTRALarge and $\\mathrm { B A R T _ { L a r g e } }$ . Further study of the entire model family requires significant computational resources, and we leave it as an important direction for future work. ", + "bbox": [ + 173, + 588, + 825, + 796 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "G SUPPLEMENTARY MATERIAL FOR SECTION 6 ", + "text_level": 1, + "bbox": [ + 174, + 829, + 584, + 845 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "Figure 14 plots the validation performance as a function of the number of training iteration, using the same setting as in Figure 8. Similar to our observations in Figure 8, we find that training longer generally improves fine-tuning performance and reduces the gap between standard fine-tuning and Re-init. On MNLI, Re-init still outperforms standard fine-tuning. ", + "bbox": [ + 173, + 867, + 825, + 924 + ], + "page_idx": 16 + }, + { + "type": "image", + "img_path": "images/6a4c20650557515b3739b2b362444ef09098698dced7ad26603a685c4228b8b8.jpg", + "image_caption": [ + "Figure 14: Mean (solid lines) and range (shaded region) of validation performance trained with different number of iterations, across eight random trials. " + ], + "image_footnote": [], + "bbox": [ + 171, + 97, + 825, + 215 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "H EXPERIMENTAL DETAILS IN SECTION 7 ", + "text_level": 1, + "bbox": [ + 174, + 265, + 542, + 282 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "The hyperparameter search space allocated for each method in our experiments is: ", + "bbox": [ + 174, + 296, + 714, + 313 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "Layerwise Learning Rate Decay (LLRD) We grid search the initial learning rate in $\\{ 2 \\times 1 0 ^ { - 5 } , 5 \\times$ $1 0 ^ { - 5 } , 1 \\times 1 0 ^ { - 4 } \\}$ and the layerwise decay rate in $\\{ 0 . 9 , 0 . 9 5 \\}$ . ", + "bbox": [ + 173, + 319, + 818, + 348 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "Mixout We tune the mixout probability $p \\in \\{ 0 . 1 , 0 . 3 , 0 . 5 , 0 . 7 , 0 . 9 \\}$ . ", + "bbox": [ + 173, + 354, + 632, + 371 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "Weight decay toward the pre-trained weight We tune the regularization strength $\\lambda \\in$ $\\{ 1 0 ^ { - 3 } , 1 0 ^ { - 2 } , \\dot { 1 } 0 ^ { - 1 } , 1 0 ^ { 0 } \\}$ . ", + "bbox": [ + 174, + 377, + 823, + 406 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "Weight decay We tune the regularization strength $\\lambda \\in \\{ 1 0 ^ { - 4 } , 1 0 ^ { - 3 } , 1 0 ^ { - 2 } , 1 0 ^ { - 1 } \\}$ . ", + "bbox": [ + 174, + 411, + 727, + 428 + ], + "page_idx": 17 + }, + { + "type": "image", + "img_path": "images/4af13613376ffa488388af084a8fac4836b88413cc091d7f79ff2fb3446cce6e.jpg", + "image_caption": [ + "Figure 15: $L 2$ distance to the initialization during fine-tuning BERT on RTE. " + ], + "image_footnote": [], + "bbox": [ + 169, + 87, + 828, + 871 + ], + "page_idx": 18 + }, + { + "type": "image", + "img_path": "images/c702acbca366946a5792b276dac9a70d69f33eafddcbdba17e03b2df7da07a23.jpg", + "image_caption": [ + "Figure 16: $L 2$ distance to the initialization during fine-tuning BERT on MRPC. " + ], + "image_footnote": [], + "bbox": [ + 169, + 87, + 828, + 871 + ], + "page_idx": 19 + }, + { + "type": "image", + "img_path": "images/45c311e507e80c99bf35cf02ec2b976778d0915f646da7689e16f1ba4fcf7b8c.jpg", + "image_caption": [ + "Figure 17: $L 2$ distance to the initialization during fine-tuning BERT on STS-B. " + ], + "image_footnote": [], + "bbox": [ + 174, + 88, + 826, + 871 + ], + "page_idx": 20 + }, + { + "type": "image", + "img_path": "images/4fd57ced1464ec2e97612d5e3f694af29f6f38fd055ce18b0dd98a711486c70c.jpg", + "image_caption": [ + "Figure 18: $L 2$ distance to the initialization during fine-tuning BERT on CoLA. " + ], + "image_footnote": [], + "bbox": [ + 174, + 90, + 828, + 871 + ], + "page_idx": 21 + } +] \ No newline at end of file diff --git a/parse/train/cO1IH43yUF/cO1IH43yUF_middle.json b/parse/train/cO1IH43yUF/cO1IH43yUF_middle.json new file mode 100644 index 0000000000000000000000000000000000000000..1b5b6b5f37e1e27c00ce07db074adf8ae79aa611 --- /dev/null +++ b/parse/train/cO1IH43yUF/cO1IH43yUF_middle.json @@ -0,0 +1,44679 @@ +{ + "pdf_info": [ + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 107, + 78, + 455, + 96 + ], + "lines": [ + { + "bbox": [ + 105, + 78, + 456, + 99 + ], + "spans": [ + { + "bbox": [ + 105, + 78, + 456, + 99 + ], + "score": 1.0, + "content": "REVISITING FEW-SAMPLE BERT FINE-TUNING", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 113, + 113, + 514, + 152 + ], + "lines": [ + { + "bbox": [ + 113, + 112, + 513, + 128 + ], + "spans": [ + { + "bbox": [ + 113, + 112, + 223, + 128 + ], + "score": 1.0, + "content": "Tianyi Zhang∗4§ Felix", + "type": "text" + }, + { + "bbox": [ + 223, + 114, + 248, + 126 + ], + "score": 0.4, + "content": "\\mathbf { W _ { u } } ^ { * \\dagger }", + "type": "inline_equation" + }, + { + "bbox": [ + 248, + 112, + 513, + 128 + ], + "score": 1.0, + "content": "Arzoo Katiyar4✸ Kilian Q. Weinberger†‡ Yoav Artzi†‡", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 111, + 127, + 471, + 144 + ], + "spans": [ + { + "bbox": [ + 111, + 128, + 168, + 142 + ], + "score": 1.0, + "content": "†ASAPP Inc.", + "type": "text" + }, + { + "bbox": [ + 180, + 127, + 386, + 144 + ], + "score": 1.0, + "content": "§Stanford University ✸Penn State University", + "type": "text" + }, + { + "bbox": [ + 387, + 129, + 471, + 142 + ], + "score": 1.0, + "content": "‡Cornell University", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 111, + 140, + 516, + 154 + ], + "spans": [ + { + "bbox": [ + 111, + 140, + 516, + 154 + ], + "score": 1.0, + "content": "tz58@stanford.edu {fwu, kweinberger, yoav}@asapp.com arzoo@psu.edu", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2 + }, + { + "type": "title", + "bbox": [ + 278, + 181, + 333, + 194 + ], + "lines": [ + { + "bbox": [ + 277, + 181, + 335, + 195 + ], + "spans": [ + { + "bbox": [ + 277, + 181, + 335, + 195 + ], + "score": 1.0, + "content": "ABSTRACT", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 143, + 206, + 468, + 327 + ], + "lines": [ + { + "bbox": [ + 142, + 207, + 469, + 218 + ], + "spans": [ + { + "bbox": [ + 142, + 207, + 469, + 218 + ], + "score": 1.0, + "content": "This paper is a study of fine-tuning of BERT contextual representations, with focus", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 141, + 217, + 469, + 230 + ], + "spans": [ + { + "bbox": [ + 141, + 217, + 469, + 230 + ], + "score": 1.0, + "content": "on commonly observed instabilities in few-sample scenarios. We identify several", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 141, + 228, + 469, + 240 + ], + "spans": [ + { + "bbox": [ + 141, + 228, + 469, + 240 + ], + "score": 1.0, + "content": "factors that cause this instability: the common use of a non-standard optimization", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 141, + 240, + 470, + 252 + ], + "spans": [ + { + "bbox": [ + 141, + 240, + 470, + 252 + ], + "score": 1.0, + "content": "method with biased gradient estimation; the limited applicability of significant", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 141, + 250, + 470, + 263 + ], + "spans": [ + { + "bbox": [ + 141, + 250, + 470, + 263 + ], + "score": 1.0, + "content": "parts of the BERT network for down-stream tasks; and the prevalent practice of", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 141, + 262, + 469, + 273 + ], + "spans": [ + { + "bbox": [ + 141, + 262, + 469, + 273 + ], + "score": 1.0, + "content": "using a pre-determined, and small number of training iterations. We empirically", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 141, + 273, + 469, + 285 + ], + "spans": [ + { + "bbox": [ + 141, + 273, + 469, + 285 + ], + "score": 1.0, + "content": "test the impact of these factors, and identify alternative practices that resolve the", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 142, + 284, + 469, + 295 + ], + "spans": [ + { + "bbox": [ + 142, + 284, + 469, + 295 + ], + "score": 1.0, + "content": "commonly observed instability of the process. In light of these observations, we", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 141, + 294, + 470, + 306 + ], + "spans": [ + { + "bbox": [ + 141, + 294, + 470, + 306 + ], + "score": 1.0, + "content": "re-visit recently proposed methods to improve few-sample fine-tuning with BERT", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 141, + 305, + 469, + 317 + ], + "spans": [ + { + "bbox": [ + 141, + 305, + 469, + 317 + ], + "score": 1.0, + "content": "and re-evaluate their effectiveness. Generally, we observe the impact of these", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 141, + 316, + 385, + 328 + ], + "spans": [ + { + "bbox": [ + 141, + 316, + 385, + 328 + ], + "score": 1.0, + "content": "methods diminishes significantly with our modified process.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 10 + }, + { + "type": "title", + "bbox": [ + 108, + 348, + 206, + 360 + ], + "lines": [ + { + "bbox": [ + 105, + 347, + 208, + 363 + ], + "spans": [ + { + "bbox": [ + 105, + 347, + 208, + 363 + ], + "score": 1.0, + "content": "1 INTRODUCTION", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + }, + { + "type": "text", + "bbox": [ + 107, + 372, + 505, + 494 + ], + "lines": [ + { + "bbox": [ + 105, + 372, + 505, + 385 + ], + "spans": [ + { + "bbox": [ + 105, + 372, + 505, + 385 + ], + "score": 1.0, + "content": "Fine-tuning self-supervised pre-trained models has significantly boosted state-of-the-art performance", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 384, + 505, + 396 + ], + "spans": [ + { + "bbox": [ + 105, + 384, + 505, + 396 + ], + "score": 1.0, + "content": "on natural language processing (NLP) tasks (Liu, 2019; Yang et al., 2019a; Wadden et al., 2019; Zhu", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 394, + 504, + 407 + ], + "spans": [ + { + "bbox": [ + 105, + 394, + 504, + 407 + ], + "score": 1.0, + "content": "et al., 2020; Guu et al., 2020). One of the most effective models for this process is BERT (Devlin", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 406, + 505, + 419 + ], + "spans": [ + { + "bbox": [ + 105, + 406, + 505, + 419 + ], + "score": 1.0, + "content": "et al., 2019). However, despite significant success, fine-tuning remains unstable, especially when", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 416, + 506, + 430 + ], + "spans": [ + { + "bbox": [ + 105, + 416, + 236, + 430 + ], + "score": 1.0, + "content": "using the large variant of BERT", + "type": "text" + }, + { + "bbox": [ + 236, + 417, + 282, + 428 + ], + "score": 0.77, + "content": "\\mathrm { ( B E R T _ { L a r g e } ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 283, + 416, + 506, + 430 + ], + "score": 1.0, + "content": ") on small datasets, where pre-training stands to provide", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 428, + 505, + 441 + ], + "spans": [ + { + "bbox": [ + 105, + 428, + 505, + 441 + ], + "score": 1.0, + "content": "the most significant benefit. Identical learning processes with different random seeds often result in", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 439, + 506, + 451 + ], + "spans": [ + { + "bbox": [ + 105, + 439, + 506, + 451 + ], + "score": 1.0, + "content": "significantly different and sometimes degenerate models following fine-tuning, even though only a", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 104, + 448, + 506, + 464 + ], + "spans": [ + { + "bbox": [ + 104, + 448, + 506, + 464 + ], + "score": 1.0, + "content": "few, seemingly insignificant aspects of the learning process are impacted by the random seed (Phang", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 460, + 505, + 473 + ], + "spans": [ + { + "bbox": [ + 105, + 460, + 505, + 473 + ], + "score": 1.0, + "content": "et al., 2018; Lee et al., 2020; Dodge et al., 2020).1 As a result, practitioners resort to multiple random", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 471, + 505, + 484 + ], + "spans": [ + { + "bbox": [ + 105, + 471, + 505, + 484 + ], + "score": 1.0, + "content": "trials for model selection. This increases model deployment costs and time, and makes scientific", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 483, + 289, + 495 + ], + "spans": [ + { + "bbox": [ + 105, + 483, + 289, + 495 + ], + "score": 1.0, + "content": "comparison challenging (Dodge et al., 2020).", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 22 + }, + { + "type": "text", + "bbox": [ + 107, + 499, + 505, + 587 + ], + "lines": [ + { + "bbox": [ + 105, + 499, + 505, + 512 + ], + "spans": [ + { + "bbox": [ + 105, + 499, + 505, + 512 + ], + "score": 1.0, + "content": "This paper is a study of different aspects of the few-sample fine-tuning optimization process. Our", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 510, + 506, + 523 + ], + "spans": [ + { + "bbox": [ + 105, + 510, + 506, + 523 + ], + "score": 1.0, + "content": "goal is to better understand the impact of common choices with regard to the optimization algorithm,", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 522, + 505, + 534 + ], + "spans": [ + { + "bbox": [ + 105, + 522, + 505, + 534 + ], + "score": 1.0, + "content": "model initialization, and the number of fine-tuning training iterations. We identify suboptimalities in", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 533, + 506, + 545 + ], + "spans": [ + { + "bbox": [ + 105, + 533, + 506, + 545 + ], + "score": 1.0, + "content": "common community practices: the use of a non-standard optimizer introduces bias in the gradient", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 544, + 506, + 556 + ], + "spans": [ + { + "bbox": [ + 105, + 544, + 506, + 556 + ], + "score": 1.0, + "content": "estimation; the top layers of the pre-trained BERT model provide a bad initialization point for fine-", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 555, + 505, + 567 + ], + "spans": [ + { + "bbox": [ + 105, + 555, + 505, + 567 + ], + "score": 1.0, + "content": "tuning; and the use of a pre-determined , but commonly adopted number of training iterations hurts", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 565, + 505, + 577 + ], + "spans": [ + { + "bbox": [ + 105, + 565, + 505, + 577 + ], + "score": 1.0, + "content": "convergence. We study these issues and their remedies through experiments on multiple common", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 577, + 346, + 588 + ], + "spans": [ + { + "bbox": [ + 105, + 577, + 346, + 588 + ], + "score": 1.0, + "content": "benchmarks, focusing on few-sample fine-tuning scenarios.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 31.5 + }, + { + "type": "text", + "bbox": [ + 106, + 593, + 505, + 692 + ], + "lines": [ + { + "bbox": [ + 106, + 594, + 505, + 605 + ], + "spans": [ + { + "bbox": [ + 106, + 594, + 505, + 605 + ], + "score": 1.0, + "content": "Once these suboptimal practices are addressed, we observe that degenerate runs are eliminated and", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 604, + 505, + 616 + ], + "spans": [ + { + "bbox": [ + 106, + 604, + 505, + 616 + ], + "score": 1.0, + "content": "performance becomes much more stable. This makes it unnecessary to execute numerous random", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 615, + 505, + 627 + ], + "spans": [ + { + "bbox": [ + 106, + 615, + 505, + 627 + ], + "score": 1.0, + "content": "restarts as proposed in Dodge et al. (2020). Our experiments show the remedies we experiment", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 626, + 505, + 638 + ], + "spans": [ + { + "bbox": [ + 106, + 626, + 505, + 638 + ], + "score": 1.0, + "content": "with for each issue have overlapping effect. For example, allocating more training iterations can", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 637, + 506, + 650 + ], + "spans": [ + { + "bbox": [ + 106, + 637, + 506, + 650 + ], + "score": 1.0, + "content": "eventually compensate for using the non-standard biased optimizer, even though the combination of", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 104, + 646, + 506, + 662 + ], + "spans": [ + { + "bbox": [ + 104, + 646, + 506, + 662 + ], + "score": 1.0, + "content": "a bias-corrected optimizer and re-initializing some of the pre-trained model parameters can reduce", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 657, + 506, + 673 + ], + "spans": [ + { + "bbox": [ + 105, + 657, + 506, + 673 + ], + "score": 1.0, + "content": "fine-tuning computational costs. This empirically highlights how different aspects of fine-tuning", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 669, + 506, + 682 + ], + "spans": [ + { + "bbox": [ + 106, + 669, + 506, + 682 + ], + "score": 1.0, + "content": "influence the stability of the process, at times in a similar manner. In the light of our observations,", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 681, + 505, + 693 + ], + "spans": [ + { + "bbox": [ + 105, + 681, + 505, + 693 + ], + "score": 1.0, + "content": "we re-evaluate several techniques (Phang et al., 2018; Lee et al., 2020; Howard & Ruder, 2018) that", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 40 + } + ], + "page_idx": 0, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 700, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 119, + 699, + 285, + 712 + ], + "spans": [ + { + "bbox": [ + 119, + 699, + 285, + 712 + ], + "score": 1.0, + "content": "∗Equal contribution, 4 Work done at ASAPP.", + "type": "text" + } + ] + }, + { + "bbox": [ + 119, + 709, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 119, + 709, + 433, + 723 + ], + "score": 1.0, + "content": "1Fine-tuning instability is also receiving significant practitioner attention.", + "type": "text" + }, + { + "bbox": [ + 448, + 711, + 506, + 722 + ], + "score": 1.0, + "content": "For example:", + "type": "text" + } + ] + }, + { + "bbox": [ + 106, + 721, + 486, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 486, + 733 + ], + "score": 1.0, + "content": "https://github.com/zihangdai/xlnet/issues/96 and https://github.com/huggingface/transformers/issues/265.", + "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": [ + 107, + 78, + 455, + 96 + ], + "lines": [ + { + "bbox": [ + 105, + 78, + 456, + 99 + ], + "spans": [ + { + "bbox": [ + 105, + 78, + 456, + 99 + ], + "score": 1.0, + "content": "REVISITING FEW-SAMPLE BERT FINE-TUNING", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 113, + 113, + 514, + 152 + ], + "lines": [ + { + "bbox": [ + 113, + 112, + 513, + 128 + ], + "spans": [ + { + "bbox": [ + 113, + 112, + 223, + 128 + ], + "score": 1.0, + "content": "Tianyi Zhang∗4§ Felix", + "type": "text" + }, + { + "bbox": [ + 223, + 114, + 248, + 126 + ], + "score": 0.4, + "content": "\\mathbf { W _ { u } } ^ { * \\dagger }", + "type": "inline_equation" + }, + { + "bbox": [ + 248, + 112, + 513, + 128 + ], + "score": 1.0, + "content": "Arzoo Katiyar4✸ Kilian Q. Weinberger†‡ Yoav Artzi†‡", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 111, + 127, + 471, + 144 + ], + "spans": [ + { + "bbox": [ + 111, + 128, + 168, + 142 + ], + "score": 1.0, + "content": "†ASAPP Inc.", + "type": "text" + }, + { + "bbox": [ + 180, + 127, + 386, + 144 + ], + "score": 1.0, + "content": "§Stanford University ✸Penn State University", + "type": "text" + }, + { + "bbox": [ + 387, + 129, + 471, + 142 + ], + "score": 1.0, + "content": "‡Cornell University", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 111, + 140, + 516, + 154 + ], + "spans": [ + { + "bbox": [ + 111, + 140, + 516, + 154 + ], + "score": 1.0, + "content": "tz58@stanford.edu {fwu, kweinberger, yoav}@asapp.com arzoo@psu.edu", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2, + "bbox_fs": [ + 111, + 112, + 516, + 154 + ] + }, + { + "type": "title", + "bbox": [ + 278, + 181, + 333, + 194 + ], + "lines": [ + { + "bbox": [ + 277, + 181, + 335, + 195 + ], + "spans": [ + { + "bbox": [ + 277, + 181, + 335, + 195 + ], + "score": 1.0, + "content": "ABSTRACT", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 143, + 206, + 468, + 327 + ], + "lines": [ + { + "bbox": [ + 142, + 207, + 469, + 218 + ], + "spans": [ + { + "bbox": [ + 142, + 207, + 469, + 218 + ], + "score": 1.0, + "content": "This paper is a study of fine-tuning of BERT contextual representations, with focus", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 141, + 217, + 469, + 230 + ], + "spans": [ + { + "bbox": [ + 141, + 217, + 469, + 230 + ], + "score": 1.0, + "content": "on commonly observed instabilities in few-sample scenarios. We identify several", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 141, + 228, + 469, + 240 + ], + "spans": [ + { + "bbox": [ + 141, + 228, + 469, + 240 + ], + "score": 1.0, + "content": "factors that cause this instability: the common use of a non-standard optimization", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 141, + 240, + 470, + 252 + ], + "spans": [ + { + "bbox": [ + 141, + 240, + 470, + 252 + ], + "score": 1.0, + "content": "method with biased gradient estimation; the limited applicability of significant", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 141, + 250, + 470, + 263 + ], + "spans": [ + { + "bbox": [ + 141, + 250, + 470, + 263 + ], + "score": 1.0, + "content": "parts of the BERT network for down-stream tasks; and the prevalent practice of", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 141, + 262, + 469, + 273 + ], + "spans": [ + { + "bbox": [ + 141, + 262, + 469, + 273 + ], + "score": 1.0, + "content": "using a pre-determined, and small number of training iterations. We empirically", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 141, + 273, + 469, + 285 + ], + "spans": [ + { + "bbox": [ + 141, + 273, + 469, + 285 + ], + "score": 1.0, + "content": "test the impact of these factors, and identify alternative practices that resolve the", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 142, + 284, + 469, + 295 + ], + "spans": [ + { + "bbox": [ + 142, + 284, + 469, + 295 + ], + "score": 1.0, + "content": "commonly observed instability of the process. In light of these observations, we", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 141, + 294, + 470, + 306 + ], + "spans": [ + { + "bbox": [ + 141, + 294, + 470, + 306 + ], + "score": 1.0, + "content": "re-visit recently proposed methods to improve few-sample fine-tuning with BERT", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 141, + 305, + 469, + 317 + ], + "spans": [ + { + "bbox": [ + 141, + 305, + 469, + 317 + ], + "score": 1.0, + "content": "and re-evaluate their effectiveness. Generally, we observe the impact of these", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 141, + 316, + 385, + 328 + ], + "spans": [ + { + "bbox": [ + 141, + 316, + 385, + 328 + ], + "score": 1.0, + "content": "methods diminishes significantly with our modified process.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 10, + "bbox_fs": [ + 141, + 207, + 470, + 328 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 348, + 206, + 360 + ], + "lines": [ + { + "bbox": [ + 105, + 347, + 208, + 363 + ], + "spans": [ + { + "bbox": [ + 105, + 347, + 208, + 363 + ], + "score": 1.0, + "content": "1 INTRODUCTION", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + }, + { + "type": "text", + "bbox": [ + 107, + 372, + 505, + 494 + ], + "lines": [ + { + "bbox": [ + 105, + 372, + 505, + 385 + ], + "spans": [ + { + "bbox": [ + 105, + 372, + 505, + 385 + ], + "score": 1.0, + "content": "Fine-tuning self-supervised pre-trained models has significantly boosted state-of-the-art performance", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 384, + 505, + 396 + ], + "spans": [ + { + "bbox": [ + 105, + 384, + 505, + 396 + ], + "score": 1.0, + "content": "on natural language processing (NLP) tasks (Liu, 2019; Yang et al., 2019a; Wadden et al., 2019; Zhu", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 394, + 504, + 407 + ], + "spans": [ + { + "bbox": [ + 105, + 394, + 504, + 407 + ], + "score": 1.0, + "content": "et al., 2020; Guu et al., 2020). One of the most effective models for this process is BERT (Devlin", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 406, + 505, + 419 + ], + "spans": [ + { + "bbox": [ + 105, + 406, + 505, + 419 + ], + "score": 1.0, + "content": "et al., 2019). However, despite significant success, fine-tuning remains unstable, especially when", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 416, + 506, + 430 + ], + "spans": [ + { + "bbox": [ + 105, + 416, + 236, + 430 + ], + "score": 1.0, + "content": "using the large variant of BERT", + "type": "text" + }, + { + "bbox": [ + 236, + 417, + 282, + 428 + ], + "score": 0.77, + "content": "\\mathrm { ( B E R T _ { L a r g e } ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 283, + 416, + 506, + 430 + ], + "score": 1.0, + "content": ") on small datasets, where pre-training stands to provide", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 428, + 505, + 441 + ], + "spans": [ + { + "bbox": [ + 105, + 428, + 505, + 441 + ], + "score": 1.0, + "content": "the most significant benefit. Identical learning processes with different random seeds often result in", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 439, + 506, + 451 + ], + "spans": [ + { + "bbox": [ + 105, + 439, + 506, + 451 + ], + "score": 1.0, + "content": "significantly different and sometimes degenerate models following fine-tuning, even though only a", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 104, + 448, + 506, + 464 + ], + "spans": [ + { + "bbox": [ + 104, + 448, + 506, + 464 + ], + "score": 1.0, + "content": "few, seemingly insignificant aspects of the learning process are impacted by the random seed (Phang", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 460, + 505, + 473 + ], + "spans": [ + { + "bbox": [ + 105, + 460, + 505, + 473 + ], + "score": 1.0, + "content": "et al., 2018; Lee et al., 2020; Dodge et al., 2020).1 As a result, practitioners resort to multiple random", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 471, + 505, + 484 + ], + "spans": [ + { + "bbox": [ + 105, + 471, + 505, + 484 + ], + "score": 1.0, + "content": "trials for model selection. This increases model deployment costs and time, and makes scientific", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 483, + 289, + 495 + ], + "spans": [ + { + "bbox": [ + 105, + 483, + 289, + 495 + ], + "score": 1.0, + "content": "comparison challenging (Dodge et al., 2020).", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 22, + "bbox_fs": [ + 104, + 372, + 506, + 495 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 499, + 505, + 587 + ], + "lines": [ + { + "bbox": [ + 105, + 499, + 505, + 512 + ], + "spans": [ + { + "bbox": [ + 105, + 499, + 505, + 512 + ], + "score": 1.0, + "content": "This paper is a study of different aspects of the few-sample fine-tuning optimization process. Our", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 510, + 506, + 523 + ], + "spans": [ + { + "bbox": [ + 105, + 510, + 506, + 523 + ], + "score": 1.0, + "content": "goal is to better understand the impact of common choices with regard to the optimization algorithm,", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 522, + 505, + 534 + ], + "spans": [ + { + "bbox": [ + 105, + 522, + 505, + 534 + ], + "score": 1.0, + "content": "model initialization, and the number of fine-tuning training iterations. We identify suboptimalities in", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 533, + 506, + 545 + ], + "spans": [ + { + "bbox": [ + 105, + 533, + 506, + 545 + ], + "score": 1.0, + "content": "common community practices: the use of a non-standard optimizer introduces bias in the gradient", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 544, + 506, + 556 + ], + "spans": [ + { + "bbox": [ + 105, + 544, + 506, + 556 + ], + "score": 1.0, + "content": "estimation; the top layers of the pre-trained BERT model provide a bad initialization point for fine-", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 555, + 505, + 567 + ], + "spans": [ + { + "bbox": [ + 105, + 555, + 505, + 567 + ], + "score": 1.0, + "content": "tuning; and the use of a pre-determined , but commonly adopted number of training iterations hurts", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 565, + 505, + 577 + ], + "spans": [ + { + "bbox": [ + 105, + 565, + 505, + 577 + ], + "score": 1.0, + "content": "convergence. We study these issues and their remedies through experiments on multiple common", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 577, + 346, + 588 + ], + "spans": [ + { + "bbox": [ + 105, + 577, + 346, + 588 + ], + "score": 1.0, + "content": "benchmarks, focusing on few-sample fine-tuning scenarios.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 31.5, + "bbox_fs": [ + 105, + 499, + 506, + 588 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 593, + 505, + 692 + ], + "lines": [ + { + "bbox": [ + 106, + 594, + 505, + 605 + ], + "spans": [ + { + "bbox": [ + 106, + 594, + 505, + 605 + ], + "score": 1.0, + "content": "Once these suboptimal practices are addressed, we observe that degenerate runs are eliminated and", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 604, + 505, + 616 + ], + "spans": [ + { + "bbox": [ + 106, + 604, + 505, + 616 + ], + "score": 1.0, + "content": "performance becomes much more stable. This makes it unnecessary to execute numerous random", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 615, + 505, + 627 + ], + "spans": [ + { + "bbox": [ + 106, + 615, + 505, + 627 + ], + "score": 1.0, + "content": "restarts as proposed in Dodge et al. (2020). Our experiments show the remedies we experiment", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 626, + 505, + 638 + ], + "spans": [ + { + "bbox": [ + 106, + 626, + 505, + 638 + ], + "score": 1.0, + "content": "with for each issue have overlapping effect. For example, allocating more training iterations can", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 637, + 506, + 650 + ], + "spans": [ + { + "bbox": [ + 106, + 637, + 506, + 650 + ], + "score": 1.0, + "content": "eventually compensate for using the non-standard biased optimizer, even though the combination of", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 104, + 646, + 506, + 662 + ], + "spans": [ + { + "bbox": [ + 104, + 646, + 506, + 662 + ], + "score": 1.0, + "content": "a bias-corrected optimizer and re-initializing some of the pre-trained model parameters can reduce", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 657, + 506, + 673 + ], + "spans": [ + { + "bbox": [ + 105, + 657, + 506, + 673 + ], + "score": 1.0, + "content": "fine-tuning computational costs. This empirically highlights how different aspects of fine-tuning", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 669, + 506, + 682 + ], + "spans": [ + { + "bbox": [ + 106, + 669, + 506, + 682 + ], + "score": 1.0, + "content": "influence the stability of the process, at times in a similar manner. In the light of our observations,", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 681, + 505, + 693 + ], + "spans": [ + { + "bbox": [ + 105, + 681, + 505, + 693 + ], + "score": 1.0, + "content": "we re-evaluate several techniques (Phang et al., 2018; Lee et al., 2020; Howard & Ruder, 2018) that", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 81, + 505, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 505, + 96 + ], + "score": 1.0, + "content": "were recently proposed to increase few-sample fine-tuning stability and show a significant decrease", + "type": "text", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 505, + 106 + ], + "score": 1.0, + "content": "in their impact. Our work furthers the empirical understanding of the fine-tuning process, and the", + "type": "text", + "cross_page": true + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 105, + 506, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 105, + 506, + 117 + ], + "score": 1.0, + "content": "optimization practices we outline identify impactful avenues for the development of future methods.", + "type": "text", + "cross_page": true + } + ], + "index": 2 + } + ], + "index": 40, + "bbox_fs": [ + 104, + 594, + 506, + 693 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 116 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 505, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 505, + 96 + ], + "score": 1.0, + "content": "were recently proposed to increase few-sample fine-tuning stability and show a significant decrease", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 505, + 106 + ], + "score": 1.0, + "content": "in their impact. Our work furthers the empirical understanding of the fine-tuning process, and the", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 105, + 506, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 105, + 506, + 117 + ], + "score": 1.0, + "content": "optimization practices we outline identify impactful avenues for the development of future methods.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1 + }, + { + "type": "title", + "bbox": [ + 109, + 131, + 312, + 144 + ], + "lines": [ + { + "bbox": [ + 105, + 130, + 315, + 146 + ], + "spans": [ + { + "bbox": [ + 105, + 130, + 315, + 146 + ], + "score": 1.0, + "content": "2 BACKGROUND AND RELATED WORK", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + }, + { + "type": "text", + "bbox": [ + 106, + 157, + 505, + 246 + ], + "lines": [ + { + "bbox": [ + 105, + 157, + 506, + 169 + ], + "spans": [ + { + "bbox": [ + 105, + 157, + 506, + 169 + ], + "score": 1.0, + "content": "BERT The Bidirectional Encoder Representations from Transformers (BERT; Devlin et al., 2019)", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 168, + 505, + 181 + ], + "spans": [ + { + "bbox": [ + 105, + 168, + 505, + 181 + ], + "score": 1.0, + "content": "model is a Transformer encoder (Vaswani et al., 2017) trained on raw text using masked language", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 180, + 505, + 191 + ], + "spans": [ + { + "bbox": [ + 106, + 180, + 505, + 191 + ], + "score": 1.0, + "content": "modeling and next-sentence prediction objectives. It generates an embedding vector contextualized", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 191, + 505, + 203 + ], + "spans": [ + { + "bbox": [ + 106, + 191, + 505, + 203 + ], + "score": 1.0, + "content": "through a stack of Transformer blocks for each input token. BERT prepends a special [CLS]token", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 201, + 506, + 214 + ], + "spans": [ + { + "bbox": [ + 105, + 201, + 506, + 214 + ], + "score": 1.0, + "content": "to the input sentence or sentence pairs. The embedding of this token is used as a summary token for", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 212, + 505, + 225 + ], + "spans": [ + { + "bbox": [ + 105, + 212, + 505, + 225 + ], + "score": 1.0, + "content": "the input for classification tasks. This embedding is computed with an additional fully-connected", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 223, + 506, + 236 + ], + "spans": [ + { + "bbox": [ + 106, + 223, + 506, + 236 + ], + "score": 1.0, + "content": "layer with a tanh non-linearity, commonly referred to as the pooler, to aggregate the information for", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 232, + 200, + 248 + ], + "spans": [ + { + "bbox": [ + 105, + 232, + 200, + 248 + ], + "score": 1.0, + "content": "the [CLS]embedding.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 7.5 + }, + { + "type": "text", + "bbox": [ + 107, + 252, + 505, + 372 + ], + "lines": [ + { + "bbox": [ + 105, + 250, + 505, + 265 + ], + "spans": [ + { + "bbox": [ + 105, + 250, + 505, + 265 + ], + "score": 1.0, + "content": "Fine-tuning The common approach for using the pre-trained BERT model is to replace the original", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 263, + 505, + 276 + ], + "spans": [ + { + "bbox": [ + 105, + 263, + 505, + 276 + ], + "score": 1.0, + "content": "output layer with a new task-specific layer and fine-tune the complete model. This includes learning", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 274, + 505, + 286 + ], + "spans": [ + { + "bbox": [ + 105, + 274, + 505, + 286 + ], + "score": 1.0, + "content": "the new output layer parameters and modifying all the original weights, including the weights of word", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 285, + 506, + 297 + ], + "spans": [ + { + "bbox": [ + 105, + 285, + 506, + 297 + ], + "score": 1.0, + "content": "embeddings, Transformer blocks, and the pooler. For example, for sentence-level classification, an", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 296, + 505, + 308 + ], + "spans": [ + { + "bbox": [ + 105, + 296, + 505, + 308 + ], + "score": 1.0, + "content": "added linear classifier projects the [CLS]embedding to an unnormalized probability vector over the", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 307, + 505, + 319 + ], + "spans": [ + { + "bbox": [ + 105, + 307, + 505, + 319 + ], + "score": 1.0, + "content": "output classes. This process introduces two sources of randomness: the weight initialization of the", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 104, + 316, + 506, + 331 + ], + "spans": [ + { + "bbox": [ + 104, + 316, + 506, + 331 + ], + "score": 1.0, + "content": "new output layer and the data order in the stochastic fine-tuning optimization. Existing work (Phang", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 328, + 505, + 341 + ], + "spans": [ + { + "bbox": [ + 105, + 328, + 505, + 341 + ], + "score": 1.0, + "content": "et al., 2018; Lee et al., 2020; Dodge et al., 2020) shows that these seemingly benign factors can", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 339, + 506, + 352 + ], + "spans": [ + { + "bbox": [ + 105, + 339, + 372, + 352 + ], + "score": 1.0, + "content": "influence the results significantly, especially on small datasets (i.e.,", + "type": "text" + }, + { + "bbox": [ + 372, + 340, + 401, + 350 + ], + "score": 0.86, + "content": "< 1 0 \\mathrm { K }", + "type": "inline_equation" + }, + { + "bbox": [ + 402, + 339, + 506, + 352 + ], + "score": 1.0, + "content": "examples). Consequently,", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 351, + 505, + 363 + ], + "spans": [ + { + "bbox": [ + 105, + 351, + 505, + 363 + ], + "score": 1.0, + "content": "practitioners often conduct many random trials of fine-tuning and pick the best model based on", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 361, + 285, + 373 + ], + "spans": [ + { + "bbox": [ + 105, + 361, + 285, + 373 + ], + "score": 1.0, + "content": "validation performance (Devlin et al., 2019).", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 17 + }, + { + "type": "text", + "bbox": [ + 106, + 379, + 505, + 489 + ], + "lines": [ + { + "bbox": [ + 105, + 378, + 505, + 391 + ], + "spans": [ + { + "bbox": [ + 105, + 378, + 505, + 391 + ], + "score": 1.0, + "content": "Fine-tuning Instability The instability of the BERT fine-tuning process has been known since its", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 389, + 505, + 403 + ], + "spans": [ + { + "bbox": [ + 105, + 389, + 505, + 403 + ], + "score": 1.0, + "content": "introduction (Devlin et al., 2019), and various methods have been proposed to address it. Phang", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 400, + 506, + 413 + ], + "spans": [ + { + "bbox": [ + 105, + 400, + 506, + 413 + ], + "score": 1.0, + "content": "et al. (2018) show that fine-tuning the pre-trained model on a large intermediate task stabilizes later", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 411, + 505, + 424 + ], + "spans": [ + { + "bbox": [ + 105, + 411, + 505, + 424 + ], + "score": 1.0, + "content": "fine-tuning on small datasets. Lee et al. (2020) introduce a new regularization method to constrain the", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 422, + 505, + 435 + ], + "spans": [ + { + "bbox": [ + 105, + 422, + 505, + 435 + ], + "score": 1.0, + "content": "fine-tuned model to stay close to the pre-trained weights and show that it stabilizes fine-tuning. Dodge", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 434, + 506, + 447 + ], + "spans": [ + { + "bbox": [ + 105, + 434, + 506, + 447 + ], + "score": 1.0, + "content": "et al. (2020) propose an early stopping method to efficiently filter out random seeds likely to lead to", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 444, + 505, + 457 + ], + "spans": [ + { + "bbox": [ + 105, + 444, + 505, + 457 + ], + "score": 1.0, + "content": "bad performance. Concurrently to our work, Mosbach et al. (2020) also show that BERTADAM leads", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 456, + 505, + 468 + ], + "spans": [ + { + "bbox": [ + 106, + 456, + 505, + 468 + ], + "score": 1.0, + "content": "to instability during fine-tuning. Our experiments studying the effect of training longer are related to", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 466, + 507, + 480 + ], + "spans": [ + { + "bbox": [ + 105, + 466, + 507, + 480 + ], + "score": 1.0, + "content": "previous work studying this question in the context of training models from scratch (Popel & Bojar,", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 477, + 224, + 490 + ], + "spans": [ + { + "bbox": [ + 106, + 477, + 224, + 490 + ], + "score": 1.0, + "content": "2018; Nakkiran et al., 2019).", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 27.5 + }, + { + "type": "text", + "bbox": [ + 107, + 494, + 506, + 616 + ], + "lines": [ + { + "bbox": [ + 106, + 495, + 506, + 507 + ], + "spans": [ + { + "bbox": [ + 106, + 495, + 506, + 507 + ], + "score": 1.0, + "content": "BERT Representation Transferability BERT pre-trained representations have been widely stud-", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 506, + 506, + 519 + ], + "spans": [ + { + "bbox": [ + 106, + 506, + 506, + 519 + ], + "score": 1.0, + "content": "ied using probing methods showing that the pre-trained features from intermediate layers are more", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 515, + 507, + 531 + ], + "spans": [ + { + "bbox": [ + 105, + 515, + 298, + 531 + ], + "score": 1.0, + "content": "transferable (Tenney et al., 2019b;a; Liu et al.,", + "type": "text" + }, + { + "bbox": [ + 298, + 517, + 324, + 528 + ], + "score": 0.29, + "content": "2 0 1 9 \\mathrm { a }", + "type": "inline_equation" + }, + { + "bbox": [ + 325, + 515, + 507, + 531 + ], + "score": 1.0, + "content": "; Hewitt & Manning, 2019; Hewitt & Liang,", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 526, + 506, + 542 + ], + "spans": [ + { + "bbox": [ + 105, + 526, + 506, + 542 + ], + "score": 1.0, + "content": "2019) or applicable (Zhang et al., 2020) to new tasks than features from later layers, which change", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 538, + 506, + 551 + ], + "spans": [ + { + "bbox": [ + 105, + 538, + 506, + 551 + ], + "score": 1.0, + "content": "more after fine-tuning (Peters et al., 2019; Merchant et al., 2020). Our work is inspired by these", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 549, + 506, + 563 + ], + "spans": [ + { + "bbox": [ + 105, + 549, + 506, + 563 + ], + "score": 1.0, + "content": "findings, but focuses on studying how the pre-trained weights influence the fine-tuning process. Li", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 561, + 506, + 573 + ], + "spans": [ + { + "bbox": [ + 106, + 561, + 506, + 573 + ], + "score": 1.0, + "content": "et al. (2020) propose to re-initialize the final fully-connected layer of a ConvNet and show perfor-", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 571, + 506, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 571, + 506, + 585 + ], + "score": 1.0, + "content": "mance gain for image classification.2 Concurrent to our work, Tamkin et al. (2020) adopt a similar", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 583, + 505, + 594 + ], + "spans": [ + { + "bbox": [ + 106, + 583, + 505, + 594 + ], + "score": 1.0, + "content": "methodology of weight re-initialization (Section 5) to study the transferability of BERT. In contrast to", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 593, + 506, + 606 + ], + "spans": [ + { + "bbox": [ + 105, + 593, + 506, + 606 + ], + "score": 1.0, + "content": "our study, their work emphasizes pinpointing the layers that contribute the most in transfer learning,", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 604, + 370, + 617 + ], + "spans": [ + { + "bbox": [ + 105, + 604, + 370, + 617 + ], + "score": 1.0, + "content": "and the relation between probing performance and transferability.", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 38 + }, + { + "type": "title", + "bbox": [ + 108, + 631, + 292, + 644 + ], + "lines": [ + { + "bbox": [ + 104, + 630, + 295, + 647 + ], + "spans": [ + { + "bbox": [ + 104, + 630, + 295, + 647 + ], + "score": 1.0, + "content": "3 EXPERIMENTAL METHODOLOGY", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 44 + }, + { + "type": "text", + "bbox": [ + 107, + 657, + 505, + 713 + ], + "lines": [ + { + "bbox": [ + 105, + 656, + 506, + 671 + ], + "spans": [ + { + "bbox": [ + 105, + 656, + 506, + 671 + ], + "score": 1.0, + "content": "Data We follow the data setup of previous studies (Lee et al., 2020; Phang et al., 2018; Dodge", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 104, + 667, + 506, + 682 + ], + "spans": [ + { + "bbox": [ + 104, + 667, + 506, + 682 + ], + "score": 1.0, + "content": "et al., 2020) to study few-sample fine-tuning using eight datasets from the GLUE benchmark (Wang", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 678, + 506, + 693 + ], + "spans": [ + { + "bbox": [ + 105, + 678, + 506, + 693 + ], + "score": 1.0, + "content": "et al., 2019b). The datasets cover four tasks: natural language inference (RTE, QNLI, MNLI),", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 690, + 505, + 704 + ], + "spans": [ + { + "bbox": [ + 105, + 690, + 505, + 704 + ], + "score": 1.0, + "content": "paraphrase detection (MRPC, QQP), sentiment classification (SST-2), and linguistic acceptability", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 701, + 505, + 715 + ], + "spans": [ + { + "bbox": [ + 105, + 701, + 505, + 715 + ], + "score": 1.0, + "content": "(CoLA). Appendix A provides dataset statistics and a description of each dataset. We primarily", + "type": "text" + } + ], + "index": 49 + } + ], + "index": 47 + } + ], + "page_idx": 1, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 118, + 721, + 380, + 731 + ], + "lines": [ + { + "bbox": [ + 118, + 719, + 381, + 734 + ], + "spans": [ + { + "bbox": [ + 118, + 719, + 381, + 734 + ], + "score": 1.0, + "content": "2This concurrent work was published shortly after our study was posted.", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 108, + 27, + 292, + 37 + ], + "lines": [ + { + "bbox": [ + 105, + 25, + 293, + 39 + ], + "spans": [ + { + "bbox": [ + 105, + 25, + 293, + 39 + ], + "score": 1.0, + "content": "Published as a conference paper at ICLR 2021", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 752, + 308, + 760 + ], + "lines": [ + { + "bbox": [ + 302, + 750, + 310, + 763 + ], + "spans": [ + { + "bbox": [ + 302, + 750, + 310, + 763 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 13, + "width": 8 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 116 + ], + "lines": [], + "index": 1, + "bbox_fs": [ + 105, + 81, + 506, + 117 + ], + "lines_deleted": true + }, + { + "type": "title", + "bbox": [ + 109, + 131, + 312, + 144 + ], + "lines": [ + { + "bbox": [ + 105, + 130, + 315, + 146 + ], + "spans": [ + { + "bbox": [ + 105, + 130, + 315, + 146 + ], + "score": 1.0, + "content": "2 BACKGROUND AND RELATED WORK", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + }, + { + "type": "text", + "bbox": [ + 106, + 157, + 505, + 246 + ], + "lines": [ + { + "bbox": [ + 105, + 157, + 506, + 169 + ], + "spans": [ + { + "bbox": [ + 105, + 157, + 506, + 169 + ], + "score": 1.0, + "content": "BERT The Bidirectional Encoder Representations from Transformers (BERT; Devlin et al., 2019)", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 168, + 505, + 181 + ], + "spans": [ + { + "bbox": [ + 105, + 168, + 505, + 181 + ], + "score": 1.0, + "content": "model is a Transformer encoder (Vaswani et al., 2017) trained on raw text using masked language", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 180, + 505, + 191 + ], + "spans": [ + { + "bbox": [ + 106, + 180, + 505, + 191 + ], + "score": 1.0, + "content": "modeling and next-sentence prediction objectives. It generates an embedding vector contextualized", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 191, + 505, + 203 + ], + "spans": [ + { + "bbox": [ + 106, + 191, + 505, + 203 + ], + "score": 1.0, + "content": "through a stack of Transformer blocks for each input token. BERT prepends a special [CLS]token", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 201, + 506, + 214 + ], + "spans": [ + { + "bbox": [ + 105, + 201, + 506, + 214 + ], + "score": 1.0, + "content": "to the input sentence or sentence pairs. The embedding of this token is used as a summary token for", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 212, + 505, + 225 + ], + "spans": [ + { + "bbox": [ + 105, + 212, + 505, + 225 + ], + "score": 1.0, + "content": "the input for classification tasks. This embedding is computed with an additional fully-connected", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 223, + 506, + 236 + ], + "spans": [ + { + "bbox": [ + 106, + 223, + 506, + 236 + ], + "score": 1.0, + "content": "layer with a tanh non-linearity, commonly referred to as the pooler, to aggregate the information for", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 232, + 200, + 248 + ], + "spans": [ + { + "bbox": [ + 105, + 232, + 200, + 248 + ], + "score": 1.0, + "content": "the [CLS]embedding.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 7.5, + "bbox_fs": [ + 105, + 157, + 506, + 248 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 252, + 505, + 372 + ], + "lines": [ + { + "bbox": [ + 105, + 250, + 505, + 265 + ], + "spans": [ + { + "bbox": [ + 105, + 250, + 505, + 265 + ], + "score": 1.0, + "content": "Fine-tuning The common approach for using the pre-trained BERT model is to replace the original", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 263, + 505, + 276 + ], + "spans": [ + { + "bbox": [ + 105, + 263, + 505, + 276 + ], + "score": 1.0, + "content": "output layer with a new task-specific layer and fine-tune the complete model. This includes learning", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 274, + 505, + 286 + ], + "spans": [ + { + "bbox": [ + 105, + 274, + 505, + 286 + ], + "score": 1.0, + "content": "the new output layer parameters and modifying all the original weights, including the weights of word", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 285, + 506, + 297 + ], + "spans": [ + { + "bbox": [ + 105, + 285, + 506, + 297 + ], + "score": 1.0, + "content": "embeddings, Transformer blocks, and the pooler. For example, for sentence-level classification, an", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 296, + 505, + 308 + ], + "spans": [ + { + "bbox": [ + 105, + 296, + 505, + 308 + ], + "score": 1.0, + "content": "added linear classifier projects the [CLS]embedding to an unnormalized probability vector over the", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 307, + 505, + 319 + ], + "spans": [ + { + "bbox": [ + 105, + 307, + 505, + 319 + ], + "score": 1.0, + "content": "output classes. This process introduces two sources of randomness: the weight initialization of the", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 104, + 316, + 506, + 331 + ], + "spans": [ + { + "bbox": [ + 104, + 316, + 506, + 331 + ], + "score": 1.0, + "content": "new output layer and the data order in the stochastic fine-tuning optimization. Existing work (Phang", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 328, + 505, + 341 + ], + "spans": [ + { + "bbox": [ + 105, + 328, + 505, + 341 + ], + "score": 1.0, + "content": "et al., 2018; Lee et al., 2020; Dodge et al., 2020) shows that these seemingly benign factors can", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 339, + 506, + 352 + ], + "spans": [ + { + "bbox": [ + 105, + 339, + 372, + 352 + ], + "score": 1.0, + "content": "influence the results significantly, especially on small datasets (i.e.,", + "type": "text" + }, + { + "bbox": [ + 372, + 340, + 401, + 350 + ], + "score": 0.86, + "content": "< 1 0 \\mathrm { K }", + "type": "inline_equation" + }, + { + "bbox": [ + 402, + 339, + 506, + 352 + ], + "score": 1.0, + "content": "examples). Consequently,", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 351, + 505, + 363 + ], + "spans": [ + { + "bbox": [ + 105, + 351, + 505, + 363 + ], + "score": 1.0, + "content": "practitioners often conduct many random trials of fine-tuning and pick the best model based on", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 361, + 285, + 373 + ], + "spans": [ + { + "bbox": [ + 105, + 361, + 285, + 373 + ], + "score": 1.0, + "content": "validation performance (Devlin et al., 2019).", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 17, + "bbox_fs": [ + 104, + 250, + 506, + 373 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 379, + 505, + 489 + ], + "lines": [ + { + "bbox": [ + 105, + 378, + 505, + 391 + ], + "spans": [ + { + "bbox": [ + 105, + 378, + 505, + 391 + ], + "score": 1.0, + "content": "Fine-tuning Instability The instability of the BERT fine-tuning process has been known since its", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 389, + 505, + 403 + ], + "spans": [ + { + "bbox": [ + 105, + 389, + 505, + 403 + ], + "score": 1.0, + "content": "introduction (Devlin et al., 2019), and various methods have been proposed to address it. Phang", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 400, + 506, + 413 + ], + "spans": [ + { + "bbox": [ + 105, + 400, + 506, + 413 + ], + "score": 1.0, + "content": "et al. (2018) show that fine-tuning the pre-trained model on a large intermediate task stabilizes later", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 411, + 505, + 424 + ], + "spans": [ + { + "bbox": [ + 105, + 411, + 505, + 424 + ], + "score": 1.0, + "content": "fine-tuning on small datasets. Lee et al. (2020) introduce a new regularization method to constrain the", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 422, + 505, + 435 + ], + "spans": [ + { + "bbox": [ + 105, + 422, + 505, + 435 + ], + "score": 1.0, + "content": "fine-tuned model to stay close to the pre-trained weights and show that it stabilizes fine-tuning. Dodge", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 434, + 506, + 447 + ], + "spans": [ + { + "bbox": [ + 105, + 434, + 506, + 447 + ], + "score": 1.0, + "content": "et al. (2020) propose an early stopping method to efficiently filter out random seeds likely to lead to", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 444, + 505, + 457 + ], + "spans": [ + { + "bbox": [ + 105, + 444, + 505, + 457 + ], + "score": 1.0, + "content": "bad performance. Concurrently to our work, Mosbach et al. (2020) also show that BERTADAM leads", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 456, + 505, + 468 + ], + "spans": [ + { + "bbox": [ + 106, + 456, + 505, + 468 + ], + "score": 1.0, + "content": "to instability during fine-tuning. Our experiments studying the effect of training longer are related to", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 466, + 507, + 480 + ], + "spans": [ + { + "bbox": [ + 105, + 466, + 507, + 480 + ], + "score": 1.0, + "content": "previous work studying this question in the context of training models from scratch (Popel & Bojar,", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 477, + 224, + 490 + ], + "spans": [ + { + "bbox": [ + 106, + 477, + 224, + 490 + ], + "score": 1.0, + "content": "2018; Nakkiran et al., 2019).", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 27.5, + "bbox_fs": [ + 105, + 378, + 507, + 490 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 494, + 506, + 616 + ], + "lines": [ + { + "bbox": [ + 106, + 495, + 506, + 507 + ], + "spans": [ + { + "bbox": [ + 106, + 495, + 506, + 507 + ], + "score": 1.0, + "content": "BERT Representation Transferability BERT pre-trained representations have been widely stud-", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 506, + 506, + 519 + ], + "spans": [ + { + "bbox": [ + 106, + 506, + 506, + 519 + ], + "score": 1.0, + "content": "ied using probing methods showing that the pre-trained features from intermediate layers are more", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 515, + 507, + 531 + ], + "spans": [ + { + "bbox": [ + 105, + 515, + 298, + 531 + ], + "score": 1.0, + "content": "transferable (Tenney et al., 2019b;a; Liu et al.,", + "type": "text" + }, + { + "bbox": [ + 298, + 517, + 324, + 528 + ], + "score": 0.29, + "content": "2 0 1 9 \\mathrm { a }", + "type": "inline_equation" + }, + { + "bbox": [ + 325, + 515, + 507, + 531 + ], + "score": 1.0, + "content": "; Hewitt & Manning, 2019; Hewitt & Liang,", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 526, + 506, + 542 + ], + "spans": [ + { + "bbox": [ + 105, + 526, + 506, + 542 + ], + "score": 1.0, + "content": "2019) or applicable (Zhang et al., 2020) to new tasks than features from later layers, which change", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 538, + 506, + 551 + ], + "spans": [ + { + "bbox": [ + 105, + 538, + 506, + 551 + ], + "score": 1.0, + "content": "more after fine-tuning (Peters et al., 2019; Merchant et al., 2020). Our work is inspired by these", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 549, + 506, + 563 + ], + "spans": [ + { + "bbox": [ + 105, + 549, + 506, + 563 + ], + "score": 1.0, + "content": "findings, but focuses on studying how the pre-trained weights influence the fine-tuning process. Li", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 561, + 506, + 573 + ], + "spans": [ + { + "bbox": [ + 106, + 561, + 506, + 573 + ], + "score": 1.0, + "content": "et al. (2020) propose to re-initialize the final fully-connected layer of a ConvNet and show perfor-", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 571, + 506, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 571, + 506, + 585 + ], + "score": 1.0, + "content": "mance gain for image classification.2 Concurrent to our work, Tamkin et al. (2020) adopt a similar", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 583, + 505, + 594 + ], + "spans": [ + { + "bbox": [ + 106, + 583, + 505, + 594 + ], + "score": 1.0, + "content": "methodology of weight re-initialization (Section 5) to study the transferability of BERT. In contrast to", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 593, + 506, + 606 + ], + "spans": [ + { + "bbox": [ + 105, + 593, + 506, + 606 + ], + "score": 1.0, + "content": "our study, their work emphasizes pinpointing the layers that contribute the most in transfer learning,", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 604, + 370, + 617 + ], + "spans": [ + { + "bbox": [ + 105, + 604, + 370, + 617 + ], + "score": 1.0, + "content": "and the relation between probing performance and transferability.", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 38, + "bbox_fs": [ + 105, + 495, + 507, + 617 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 631, + 292, + 644 + ], + "lines": [ + { + "bbox": [ + 104, + 630, + 295, + 647 + ], + "spans": [ + { + "bbox": [ + 104, + 630, + 295, + 647 + ], + "score": 1.0, + "content": "3 EXPERIMENTAL METHODOLOGY", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 44 + }, + { + "type": "text", + "bbox": [ + 107, + 657, + 505, + 713 + ], + "lines": [ + { + "bbox": [ + 105, + 656, + 506, + 671 + ], + "spans": [ + { + "bbox": [ + 105, + 656, + 506, + 671 + ], + "score": 1.0, + "content": "Data We follow the data setup of previous studies (Lee et al., 2020; Phang et al., 2018; Dodge", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 104, + 667, + 506, + 682 + ], + "spans": [ + { + "bbox": [ + 104, + 667, + 506, + 682 + ], + "score": 1.0, + "content": "et al., 2020) to study few-sample fine-tuning using eight datasets from the GLUE benchmark (Wang", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 678, + 506, + 693 + ], + "spans": [ + { + "bbox": [ + 105, + 678, + 506, + 693 + ], + "score": 1.0, + "content": "et al., 2019b). The datasets cover four tasks: natural language inference (RTE, QNLI, MNLI),", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 690, + 505, + 704 + ], + "spans": [ + { + "bbox": [ + 105, + 690, + 505, + 704 + ], + "score": 1.0, + "content": "paraphrase detection (MRPC, QQP), sentiment classification (SST-2), and linguistic acceptability", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 701, + 505, + 715 + ], + "spans": [ + { + "bbox": [ + 105, + 701, + 505, + 715 + ], + "score": 1.0, + "content": "(CoLA). Appendix A provides dataset statistics and a description of each dataset. We primarily", + "type": "text" + } + ], + "index": 49 + } + ], + "index": 47, + "bbox_fs": [ + 104, + 656, + 506, + 715 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 84, + 493, + 152 + ], + "lines": [ + { + "bbox": [ + 106, + 84, + 491, + 97 + ], + "spans": [ + { + "bbox": [ + 106, + 84, + 491, + 97 + ], + "score": 1.0, + "content": "Algorithm 1: the ADAM pseudocode adapted from Kingma & Ba (2014), and provided for", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 104, + 94, + 491, + 109 + ], + "spans": [ + { + "bbox": [ + 104, + 94, + 151, + 109 + ], + "score": 1.0, + "content": "reference.", + "type": "text" + }, + { + "bbox": [ + 151, + 96, + 163, + 108 + ], + "score": 0.88, + "content": "g _ { t } ^ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 163, + 94, + 297, + 109 + ], + "score": 1.0, + "content": "denotes the elementwise square", + "type": "text" + }, + { + "bbox": [ + 297, + 97, + 328, + 108 + ], + "score": 0.89, + "content": "g _ { t } \\odot g _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 328, + 94, + 334, + 109 + ], + "score": 1.0, + "content": ".", + "type": "text" + }, + { + "bbox": [ + 334, + 96, + 346, + 108 + ], + "score": 0.86, + "content": "\\beta _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 346, + 94, + 365, + 109 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 365, + 97, + 377, + 108 + ], + "score": 0.88, + "content": "\\beta _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 377, + 94, + 433, + 109 + ], + "score": 1.0, + "content": "to the power", + "type": "text" + }, + { + "bbox": [ + 433, + 97, + 438, + 106 + ], + "score": 0.66, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 439, + 94, + 491, + 109 + ], + "score": 1.0, + "content": "are denoted", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 105, + 492, + 121 + ], + "spans": [ + { + "bbox": [ + 105, + 105, + 118, + 121 + ], + "score": 1.0, + "content": "as", + "type": "text" + }, + { + "bbox": [ + 118, + 106, + 142, + 119 + ], + "score": 0.9, + "content": "\\beta _ { 1 } ^ { t } \\ \\beta _ { 2 } ^ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 143, + 105, + 492, + 121 + ], + "score": 1.0, + "content": ". All operations on vectors are element-wise. The suggested hyperparameter values", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 117, + 492, + 130 + ], + "spans": [ + { + "bbox": [ + 105, + 117, + 273, + 130 + ], + "score": 1.0, + "content": "according to Kingma & Ba (2014) are:", + "type": "text" + }, + { + "bbox": [ + 274, + 118, + 321, + 129 + ], + "score": 0.87, + "content": "\\alpha = 0 . 0 0 1", + "type": "inline_equation" + }, + { + "bbox": [ + 321, + 117, + 326, + 130 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 326, + 118, + 367, + 129 + ], + "score": 0.89, + "content": "\\beta _ { 1 } = 0 . 9", + "type": "inline_equation" + }, + { + "bbox": [ + 367, + 117, + 371, + 130 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 371, + 118, + 422, + 129 + ], + "score": 0.88, + "content": "\\beta _ { 2 } ~ = ~ 0 . 9 9 9", + "type": "inline_equation" + }, + { + "bbox": [ + 423, + 117, + 445, + 130 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 446, + 118, + 488, + 128 + ], + "score": 0.91, + "content": "\\epsilon = 1 0 ^ { - 8 }", + "type": "inline_equation" + }, + { + "bbox": [ + 488, + 117, + 492, + 130 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 128, + 491, + 141 + ], + "spans": [ + { + "bbox": [ + 105, + 128, + 437, + 141 + ], + "score": 1.0, + "content": "BERTADAM (Devlin et al., 2019) omits the bias correction (lines 9–10), and treats", + "type": "text" + }, + { + "bbox": [ + 437, + 131, + 450, + 140 + ], + "score": 0.88, + "content": "m _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 451, + 128, + 468, + 141 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 469, + 131, + 478, + 140 + ], + "score": 0.85, + "content": "v _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 478, + 128, + 491, + 141 + ], + "score": 1.0, + "content": "as", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 139, + 192, + 152 + ], + "spans": [ + { + "bbox": [ + 106, + 140, + 120, + 151 + ], + "score": 0.88, + "content": "\\widehat { m } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 120, + 139, + 137, + 152 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 138, + 140, + 147, + 151 + ], + "score": 0.86, + "content": "\\widehat { v } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 148, + 139, + 192, + 152 + ], + "score": 1.0, + "content": "in line 11.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 2.5 + }, + { + "type": "text", + "bbox": [ + 108, + 154, + 505, + 308 + ], + "lines": [ + { + "bbox": [ + 106, + 154, + 505, + 165 + ], + "spans": [ + { + "bbox": [ + 106, + 154, + 144, + 165 + ], + "score": 1.0, + "content": "Require:", + "type": "text" + }, + { + "bbox": [ + 145, + 156, + 152, + 163 + ], + "score": 0.56, + "content": "\\alpha", + "type": "inline_equation" + }, + { + "bbox": [ + 152, + 154, + 205, + 165 + ], + "score": 1.0, + "content": ": learning rate;", + "type": "text" + }, + { + "bbox": [ + 206, + 154, + 260, + 165 + ], + "score": 0.92, + "content": "\\beta _ { 1 } , \\beta _ { 2 } \\in [ 0 , 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 260, + 154, + 445, + 165 + ], + "score": 1.0, + "content": ": exponential decay rates for the moment estimates;", + "type": "text" + }, + { + "bbox": [ + 445, + 154, + 463, + 165 + ], + "score": 0.89, + "content": "f ( \\theta )", + "type": "inline_equation" + }, + { + "bbox": [ + 463, + 154, + 505, + 165 + ], + "score": 1.0, + "content": ": stochastic", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 120, + 162, + 492, + 176 + ], + "spans": [ + { + "bbox": [ + 120, + 162, + 248, + 176 + ], + "score": 1.0, + "content": "objective function with parameters", + "type": "text" + }, + { + "bbox": [ + 249, + 165, + 254, + 173 + ], + "score": 0.47, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 255, + 162, + 257, + 176 + ], + "score": 1.0, + "content": ";", + "type": "text" + }, + { + "bbox": [ + 258, + 164, + 267, + 174 + ], + "score": 0.58, + "content": "\\theta _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 267, + 162, + 360, + 176 + ], + "score": 1.0, + "content": ": initial parameter vector;", + "type": "text" + }, + { + "bbox": [ + 360, + 164, + 397, + 175 + ], + "score": 0.93, + "content": "\\lambda \\in [ 0 , 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 397, + 162, + 492, + 176 + ], + "score": 1.0, + "content": ": decoupled weight decay.", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 109, + 173, + 268, + 185 + ], + "spans": [ + { + "bbox": [ + 109, + 173, + 121, + 185 + ], + "score": 1.0, + "content": "1:", + "type": "text" + }, + { + "bbox": [ + 122, + 174, + 154, + 183 + ], + "score": 0.88, + "content": "m _ { 0 } \\gets 0", + "type": "inline_equation" + }, + { + "bbox": [ + 155, + 173, + 268, + 185 + ], + "score": 1.0, + "content": "(Initialize first moment vector)", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 109, + 183, + 275, + 195 + ], + "spans": [ + { + "bbox": [ + 109, + 183, + 121, + 195 + ], + "score": 1.0, + "content": "2:", + "type": "text" + }, + { + "bbox": [ + 122, + 185, + 151, + 194 + ], + "score": 0.88, + "content": "v _ { 0 } 0", + "type": "inline_equation" + }, + { + "bbox": [ + 151, + 183, + 275, + 195 + ], + "score": 1.0, + "content": "(Initialize second moment vector)", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 109, + 193, + 219, + 205 + ], + "spans": [ + { + "bbox": [ + 109, + 193, + 121, + 205 + ], + "score": 1.0, + "content": "3:", + "type": "text" + }, + { + "bbox": [ + 121, + 194, + 145, + 203 + ], + "score": 0.84, + "content": "t \\gets 0", + "type": "inline_equation" + }, + { + "bbox": [ + 146, + 193, + 219, + 205 + ], + "score": 1.0, + "content": "(Initialize timestep)", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 109, + 203, + 219, + 215 + ], + "spans": [ + { + "bbox": [ + 109, + 203, + 144, + 215 + ], + "score": 1.0, + "content": "4: while", + "type": "text" + }, + { + "bbox": [ + 145, + 204, + 153, + 213 + ], + "score": 0.85, + "content": "\\theta _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 153, + 203, + 219, + 215 + ], + "score": 1.0, + "content": "not converged do", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 109, + 213, + 170, + 225 + ], + "spans": [ + { + "bbox": [ + 109, + 213, + 120, + 225 + ], + "score": 1.0, + "content": "5:", + "type": "text" + }, + { + "bbox": [ + 132, + 214, + 170, + 223 + ], + "score": 0.86, + "content": "t \\gets t + 1", + "type": "inline_equation" + } + ], + "index": 12 + }, + { + "bbox": [ + 110, + 223, + 397, + 235 + ], + "spans": [ + { + "bbox": [ + 110, + 224, + 120, + 234 + ], + "score": 1.0, + "content": "6:", + "type": "text" + }, + { + "bbox": [ + 131, + 224, + 199, + 234 + ], + "score": 0.87, + "content": "g _ { t } \\gets \\nabla _ { \\theta } f _ { t } ( \\theta _ { t - 1 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 199, + 223, + 387, + 235 + ], + "score": 1.0, + "content": "(Get gradients w.r.t. stochastic objective at timestep", + "type": "text" + }, + { + "bbox": [ + 387, + 225, + 392, + 233 + ], + "score": 0.31, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 393, + 223, + 397, + 235 + ], + "score": 1.0, + "content": ")", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 109, + 232, + 394, + 245 + ], + "spans": [ + { + "bbox": [ + 109, + 232, + 120, + 245 + ], + "score": 1.0, + "content": "7:", + "type": "text" + }, + { + "bbox": [ + 132, + 234, + 253, + 244 + ], + "score": 0.82, + "content": "m _ { t } \\gets \\beta _ { 1 } \\cdot \\dot { m } _ { t - 1 } \\dot { + } \\left( 1 - \\beta _ { 1 } \\right) \\cdot g _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 253, + 234, + 394, + 244 + ], + "score": 1.0, + "content": "(Update biased first moment estimate)", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 109, + 242, + 415, + 255 + ], + "spans": [ + { + "bbox": [ + 109, + 242, + 120, + 254 + ], + "score": 1.0, + "content": "8:", + "type": "text" + }, + { + "bbox": [ + 133, + 244, + 248, + 254 + ], + "score": 0.84, + "content": "v _ { t } \\beta _ { 2 } \\cdot v _ { t - 1 } + ( 1 - \\beta _ { 2 } ) \\cdot g _ { t } ^ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 248, + 243, + 415, + 255 + ], + "score": 1.0, + "content": "(Update biased second raw moment estimate)", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 109, + 253, + 382, + 265 + ], + "spans": [ + { + "bbox": [ + 109, + 253, + 120, + 264 + ], + "score": 1.0, + "content": "9:", + "type": "text" + }, + { + "bbox": [ + 132, + 254, + 207, + 264 + ], + "score": 0.84, + "content": "\\widehat { m } _ { t } \\gets m _ { t } / ( 1 - \\beta _ { 1 } ^ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 207, + 253, + 382, + 265 + ], + "score": 1.0, + "content": "(Compute bias-corrected first moment estimate)", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 263, + 402, + 274 + ], + "spans": [ + { + "bbox": [ + 106, + 263, + 120, + 273 + ], + "score": 1.0, + "content": "10:", + "type": "text" + }, + { + "bbox": [ + 132, + 264, + 200, + 274 + ], + "score": 0.85, + "content": "\\_", + "type": "inline_equation" + }, + { + "bbox": [ + 201, + 263, + 402, + 274 + ], + "score": 1.0, + "content": "(Compute bias-corrected second raw moment estimate)", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 274, + 327, + 286 + ], + "spans": [ + { + "bbox": [ + 105, + 274, + 122, + 285 + ], + "score": 1.0, + "content": "11:", + "type": "text" + }, + { + "bbox": [ + 132, + 274, + 250, + 286 + ], + "score": 0.88, + "content": "\\theta _ { t } \\theta _ { t - 1 } - \\alpha \\cdot \\widehat { m } _ { t } / ( \\sqrt { \\widehat { v } _ { t } } + \\epsilon )", + "type": "inline_equation" + }, + { + "bbox": [ + 250, + 274, + 327, + 286 + ], + "score": 1.0, + "content": "(Update parameters)", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 283, + 162, + 295 + ], + "spans": [ + { + "bbox": [ + 105, + 283, + 162, + 295 + ], + "score": 1.0, + "content": "12: end while", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 294, + 246, + 306 + ], + "spans": [ + { + "bbox": [ + 106, + 294, + 151, + 306 + ], + "score": 1.0, + "content": "13: return", + "type": "text" + }, + { + "bbox": [ + 151, + 295, + 160, + 304 + ], + "score": 0.82, + "content": "\\theta _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 161, + 294, + 246, + 306 + ], + "score": 1.0, + "content": "(Resulting parameters)", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 13 + }, + { + "type": "text", + "bbox": [ + 106, + 329, + 505, + 417 + ], + "lines": [ + { + "bbox": [ + 106, + 329, + 506, + 341 + ], + "spans": [ + { + "bbox": [ + 106, + 329, + 506, + 341 + ], + "score": 1.0, + "content": "focus on four datasets (RTE, MRPC, STS-B, CoLA) that have fewer than 10k training samples,", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 341, + 505, + 352 + ], + "spans": [ + { + "bbox": [ + 106, + 341, + 505, + 352 + ], + "score": 1.0, + "content": "because BERT fine-tuning on these datasets is known to be unstable (Devlin et al., 2019). We also", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 350, + 506, + 365 + ], + "spans": [ + { + "bbox": [ + 105, + 350, + 506, + 365 + ], + "score": 1.0, + "content": "complement our study by downsampling all eight datasets to 1k training examples following Phang", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 362, + 505, + 375 + ], + "spans": [ + { + "bbox": [ + 106, + 362, + 505, + 375 + ], + "score": 1.0, + "content": "et al. (2018). While previous studies (Lee et al., 2020; Phang et al., 2018; Dodge et al., 2020) focus", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 373, + 506, + 384 + ], + "spans": [ + { + "bbox": [ + 105, + 373, + 506, + 384 + ], + "score": 1.0, + "content": "on the validation performance, we split held-out test sets for our study.3 For RTE, MRPC, STS-B,", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 384, + 506, + 396 + ], + "spans": [ + { + "bbox": [ + 106, + 384, + 506, + 396 + ], + "score": 1.0, + "content": "and CoLA, we divide the original validation set in half, using one half for validation and the other for", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 395, + 506, + 407 + ], + "spans": [ + { + "bbox": [ + 106, + 395, + 506, + 407 + ], + "score": 1.0, + "content": "test. For the other four larger datasets, we only study the downsampled versions, and split additional", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 405, + 476, + 418 + ], + "spans": [ + { + "bbox": [ + 105, + 405, + 476, + 418 + ], + "score": 1.0, + "content": "1k samples from the training set as our validation data and test on the original validation set.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 24.5 + }, + { + "type": "text", + "bbox": [ + 106, + 423, + 505, + 513 + ], + "lines": [ + { + "bbox": [ + 105, + 423, + 507, + 436 + ], + "spans": [ + { + "bbox": [ + 105, + 423, + 507, + 436 + ], + "score": 1.0, + "content": "Experimental Setup Unless noted otherwise, we follow the hyperparameter setup of Lee et al.", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 433, + 506, + 448 + ], + "spans": [ + { + "bbox": [ + 105, + 433, + 284, + 448 + ], + "score": 1.0, + "content": "(2020). We fine-tune the uncased, 24-layer", + "type": "text" + }, + { + "bbox": [ + 284, + 434, + 327, + 446 + ], + "score": 0.55, + "content": "\\mathbf { B E R T _ { L a r g e } }", + "type": "inline_equation" + }, + { + "bbox": [ + 327, + 433, + 506, + 448 + ], + "score": 1.0, + "content": "model with batch size 32, dropout 0.1, and", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 445, + 506, + 458 + ], + "spans": [ + { + "bbox": [ + 105, + 445, + 182, + 458 + ], + "score": 1.0, + "content": "peak learning rate", + "type": "text" + }, + { + "bbox": [ + 182, + 445, + 222, + 456 + ], + "score": 0.92, + "content": "2 \\times 1 0 ^ { - 5 }", + "type": "inline_equation" + }, + { + "bbox": [ + 222, + 445, + 506, + 458 + ], + "score": 1.0, + "content": "for three epochs. We clip the gradients to have a maximum norm of", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 457, + 505, + 469 + ], + "spans": [ + { + "bbox": [ + 105, + 457, + 340, + 469 + ], + "score": 1.0, + "content": "1. We apply linear learning rate warm-up during the first", + "type": "text" + }, + { + "bbox": [ + 340, + 457, + 360, + 468 + ], + "score": 0.86, + "content": "10 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 360, + 457, + 505, + 469 + ], + "score": 1.0, + "content": "of the updates followed by a linear", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 468, + 506, + 480 + ], + "spans": [ + { + "bbox": [ + 106, + 468, + 506, + 480 + ], + "score": 1.0, + "content": "decay. We use mixed precision training using Apex4 to speed up experiments. We show that mixed", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 478, + 506, + 492 + ], + "spans": [ + { + "bbox": [ + 105, + 478, + 506, + 492 + ], + "score": 1.0, + "content": "precision training does not affect fine-tuning performance in Appendix C. We evaluate ten times on", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 489, + 506, + 503 + ], + "spans": [ + { + "bbox": [ + 105, + 489, + 506, + 503 + ], + "score": 1.0, + "content": "the validation set during training and perform early stopping. We fine-tune with 20 random seeds to", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 501, + 214, + 514 + ], + "spans": [ + { + "bbox": [ + 106, + 501, + 214, + 514 + ], + "score": 1.0, + "content": "compare different settings.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 32.5 + }, + { + "type": "title", + "bbox": [ + 106, + 527, + 474, + 540 + ], + "lines": [ + { + "bbox": [ + 105, + 526, + 476, + 541 + ], + "spans": [ + { + "bbox": [ + 105, + 526, + 476, + 541 + ], + "score": 1.0, + "content": "4 OPTIMIZATION ALGORITHM: DEBIASING OMISSION IN BERTADAM", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 37 + }, + { + "type": "text", + "bbox": [ + 106, + 550, + 506, + 683 + ], + "lines": [ + { + "bbox": [ + 106, + 551, + 505, + 563 + ], + "spans": [ + { + "bbox": [ + 106, + 551, + 505, + 563 + ], + "score": 1.0, + "content": "The most commonly used optimizer for fine-tuning BERT is BERTADAM, a modified version of", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 561, + 506, + 574 + ], + "spans": [ + { + "bbox": [ + 105, + 561, + 506, + 574 + ], + "score": 1.0, + "content": "the ADAM first-order stochastic optimization method. It differs from the original ADAM algo-", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 572, + 505, + 586 + ], + "spans": [ + { + "bbox": [ + 105, + 572, + 505, + 586 + ], + "score": 1.0, + "content": "rithm (Kingma & Ba, 2014) in omitting a bias correction step. This change was introduced by Devlin", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 584, + 505, + 596 + ], + "spans": [ + { + "bbox": [ + 105, + 584, + 505, + 596 + ], + "score": 1.0, + "content": "et al. (2019), and subsequently made its way into common open source libraries, including the official", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 594, + 507, + 608 + ], + "spans": [ + { + "bbox": [ + 105, + 594, + 507, + 608 + ], + "score": 1.0, + "content": "implementation,5 huggingface’s Transformers (Wolf et al., 2019),6 AllenNLP (Gardner et al., 2018),", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 605, + 506, + 618 + ], + "spans": [ + { + "bbox": [ + 105, + 605, + 506, + 618 + ], + "score": 1.0, + "content": "GluonNLP (Guo et al., 2019), jiant (Wang et al., 2019c), MT-DNN (Liu et al., 2020), and FARM.7 As", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 617, + 506, + 628 + ], + "spans": [ + { + "bbox": [ + 105, + 617, + 506, + 628 + ], + "score": 1.0, + "content": "a result, this non-standard implementation is widely used in both industry and research (Wang et al.,", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 628, + 505, + 639 + ], + "spans": [ + { + "bbox": [ + 106, + 628, + 505, + 639 + ], + "score": 1.0, + "content": "2019a; Phang et al., 2018; Lee et al., 2020; Dodge et al., 2020; Sun et al., 2019; Clark et al., 2020;", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 638, + 506, + 651 + ], + "spans": [ + { + "bbox": [ + 105, + 638, + 506, + 651 + ], + "score": 1.0, + "content": "Lan et al., 2020; Houlsby et al., 2019; Stickland & Murray, 2019; Liu et al., 2019b). We observe that", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 649, + 507, + 663 + ], + "spans": [ + { + "bbox": [ + 105, + 649, + 507, + 663 + ], + "score": 1.0, + "content": "the bias correction omission influences the learning rate, especially early in the fine-tuning process,", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 659, + 507, + 674 + ], + "spans": [ + { + "bbox": [ + 105, + 659, + 507, + 674 + ], + "score": 1.0, + "content": "and is one of the primary reasons for instability in fine-tuning BERT (Devlin et al., 2019; Phang et al.,", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 106, + 671, + 280, + 684 + ], + "spans": [ + { + "bbox": [ + 106, + 671, + 280, + 684 + ], + "score": 1.0, + "content": "2018; Lee et al., 2020; Dodge et al., 2020).", + "type": "text" + } + ], + "index": 49 + } + ], + "index": 43.5 + }, + { + "type": "text", + "bbox": [ + 107, + 688, + 505, + 711 + ], + "lines": [ + { + "bbox": [ + 106, + 688, + 505, + 701 + ], + "spans": [ + { + "bbox": [ + 106, + 688, + 505, + 701 + ], + "score": 1.0, + "content": "Algorithm 1 shows the ADAM algorithm, and highlights the omitted line in the non-standard", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "score": 1.0, + "content": "BERTADAM implementation. At each optimization step (lines 4–11), ADAM computes the exponen-", + "type": "text" + } + ], + "index": 51 + } + ], + "index": 50.5 + } + ], + "page_idx": 2, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 119, + 717, + 491, + 771 + ], + "lines": [ + { + "bbox": [ + 117, + 714, + 295, + 730 + ], + "spans": [ + { + "bbox": [ + 117, + 714, + 295, + 730 + ], + "score": 1.0, + "content": "3The original test sets are not publicly available.", + "type": "text" + } + ] + }, + { + "bbox": [ + 118, + 726, + 244, + 741 + ], + "spans": [ + { + "bbox": [ + 118, + 726, + 244, + 741 + ], + "score": 1.0, + "content": "4https://github.com/NVIDIA/apex", + "type": "text" + } + ] + }, + { + "bbox": [ + 118, + 737, + 421, + 751 + ], + "spans": [ + { + "bbox": [ + 118, + 737, + 421, + 751 + ], + "score": 1.0, + "content": "5https://github.com/google-research/bert/blob/f39e881/optimization.py#L108-L157", + "type": "text" + } + ] + }, + { + "bbox": [ + 117, + 747, + 492, + 762 + ], + "spans": [ + { + "bbox": [ + 117, + 747, + 492, + 762 + ], + "score": 1.0, + "content": "6The default was changed from BERTADAM to debiased ADAM in commit ec07cf5a on July 11, 2019.3", + "type": "text" + } + ] + }, + { + "bbox": [ + 119, + 759, + 256, + 771 + ], + "spans": [ + { + "bbox": [ + 119, + 759, + 256, + 771 + ], + "score": 1.0, + "content": "7https://github.com/deepset-ai/FARM", + "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" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 84, + 493, + 152 + ], + "lines": [ + { + "bbox": [ + 106, + 84, + 491, + 97 + ], + "spans": [ + { + "bbox": [ + 106, + 84, + 491, + 97 + ], + "score": 1.0, + "content": "Algorithm 1: the ADAM pseudocode adapted from Kingma & Ba (2014), and provided for", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 104, + 94, + 491, + 109 + ], + "spans": [ + { + "bbox": [ + 104, + 94, + 151, + 109 + ], + "score": 1.0, + "content": "reference.", + "type": "text" + }, + { + "bbox": [ + 151, + 96, + 163, + 108 + ], + "score": 0.88, + "content": "g _ { t } ^ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 163, + 94, + 297, + 109 + ], + "score": 1.0, + "content": "denotes the elementwise square", + "type": "text" + }, + { + "bbox": [ + 297, + 97, + 328, + 108 + ], + "score": 0.89, + "content": "g _ { t } \\odot g _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 328, + 94, + 334, + 109 + ], + "score": 1.0, + "content": ".", + "type": "text" + }, + { + "bbox": [ + 334, + 96, + 346, + 108 + ], + "score": 0.86, + "content": "\\beta _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 346, + 94, + 365, + 109 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 365, + 97, + 377, + 108 + ], + "score": 0.88, + "content": "\\beta _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 377, + 94, + 433, + 109 + ], + "score": 1.0, + "content": "to the power", + "type": "text" + }, + { + "bbox": [ + 433, + 97, + 438, + 106 + ], + "score": 0.66, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 439, + 94, + 491, + 109 + ], + "score": 1.0, + "content": "are denoted", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 105, + 492, + 121 + ], + "spans": [ + { + "bbox": [ + 105, + 105, + 118, + 121 + ], + "score": 1.0, + "content": "as", + "type": "text" + }, + { + "bbox": [ + 118, + 106, + 142, + 119 + ], + "score": 0.9, + "content": "\\beta _ { 1 } ^ { t } \\ \\beta _ { 2 } ^ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 143, + 105, + 492, + 121 + ], + "score": 1.0, + "content": ". All operations on vectors are element-wise. The suggested hyperparameter values", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 117, + 492, + 130 + ], + "spans": [ + { + "bbox": [ + 105, + 117, + 273, + 130 + ], + "score": 1.0, + "content": "according to Kingma & Ba (2014) are:", + "type": "text" + }, + { + "bbox": [ + 274, + 118, + 321, + 129 + ], + "score": 0.87, + "content": "\\alpha = 0 . 0 0 1", + "type": "inline_equation" + }, + { + "bbox": [ + 321, + 117, + 326, + 130 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 326, + 118, + 367, + 129 + ], + "score": 0.89, + "content": "\\beta _ { 1 } = 0 . 9", + "type": "inline_equation" + }, + { + "bbox": [ + 367, + 117, + 371, + 130 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 371, + 118, + 422, + 129 + ], + "score": 0.88, + "content": "\\beta _ { 2 } ~ = ~ 0 . 9 9 9", + "type": "inline_equation" + }, + { + "bbox": [ + 423, + 117, + 445, + 130 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 446, + 118, + 488, + 128 + ], + "score": 0.91, + "content": "\\epsilon = 1 0 ^ { - 8 }", + "type": "inline_equation" + }, + { + "bbox": [ + 488, + 117, + 492, + 130 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 128, + 491, + 141 + ], + "spans": [ + { + "bbox": [ + 105, + 128, + 437, + 141 + ], + "score": 1.0, + "content": "BERTADAM (Devlin et al., 2019) omits the bias correction (lines 9–10), and treats", + "type": "text" + }, + { + "bbox": [ + 437, + 131, + 450, + 140 + ], + "score": 0.88, + "content": "m _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 451, + 128, + 468, + 141 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 469, + 131, + 478, + 140 + ], + "score": 0.85, + "content": "v _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 478, + 128, + 491, + 141 + ], + "score": 1.0, + "content": "as", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 139, + 192, + 152 + ], + "spans": [ + { + "bbox": [ + 106, + 140, + 120, + 151 + ], + "score": 0.88, + "content": "\\widehat { m } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 120, + 139, + 137, + 152 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 138, + 140, + 147, + 151 + ], + "score": 0.86, + "content": "\\widehat { v } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 148, + 139, + 192, + 152 + ], + "score": 1.0, + "content": "in line 11.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 2.5, + "bbox_fs": [ + 104, + 84, + 492, + 152 + ] + }, + { + "type": "index", + "bbox": [ + 108, + 154, + 505, + 308 + ], + "lines": [ + { + "bbox": [ + 106, + 154, + 505, + 165 + ], + "spans": [ + { + "bbox": [ + 106, + 154, + 144, + 165 + ], + "score": 1.0, + "content": "Require:", + "type": "text" + }, + { + "bbox": [ + 145, + 156, + 152, + 163 + ], + "score": 0.56, + "content": "\\alpha", + "type": "inline_equation" + }, + { + "bbox": [ + 152, + 154, + 205, + 165 + ], + "score": 1.0, + "content": ": learning rate;", + "type": "text" + }, + { + "bbox": [ + 206, + 154, + 260, + 165 + ], + "score": 0.92, + "content": "\\beta _ { 1 } , \\beta _ { 2 } \\in [ 0 , 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 260, + 154, + 445, + 165 + ], + "score": 1.0, + "content": ": exponential decay rates for the moment estimates;", + "type": "text" + }, + { + "bbox": [ + 445, + 154, + 463, + 165 + ], + "score": 0.89, + "content": "f ( \\theta )", + "type": "inline_equation" + }, + { + "bbox": [ + 463, + 154, + 505, + 165 + ], + "score": 1.0, + "content": ": stochastic", + "type": "text" + } + ], + "index": 6, + "is_list_start_line": true + }, + { + "bbox": [ + 120, + 162, + 492, + 176 + ], + "spans": [ + { + "bbox": [ + 120, + 162, + 248, + 176 + ], + "score": 1.0, + "content": "objective function with parameters", + "type": "text" + }, + { + "bbox": [ + 249, + 165, + 254, + 173 + ], + "score": 0.47, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 255, + 162, + 257, + 176 + ], + "score": 1.0, + "content": ";", + "type": "text" + }, + { + "bbox": [ + 258, + 164, + 267, + 174 + ], + "score": 0.58, + "content": "\\theta _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 267, + 162, + 360, + 176 + ], + "score": 1.0, + "content": ": initial parameter vector;", + "type": "text" + }, + { + "bbox": [ + 360, + 164, + 397, + 175 + ], + "score": 0.93, + "content": "\\lambda \\in [ 0 , 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 397, + 162, + 492, + 176 + ], + "score": 1.0, + "content": ": decoupled weight decay.", + "type": "text" + } + ], + "index": 7, + "is_list_start_line": true + }, + { + "bbox": [ + 109, + 173, + 268, + 185 + ], + "spans": [ + { + "bbox": [ + 109, + 173, + 121, + 185 + ], + "score": 1.0, + "content": "1:", + "type": "text" + }, + { + "bbox": [ + 122, + 174, + 154, + 183 + ], + "score": 0.88, + "content": "m _ { 0 } \\gets 0", + "type": "inline_equation" + }, + { + "bbox": [ + 155, + 173, + 268, + 185 + ], + "score": 1.0, + "content": "(Initialize first moment vector)", + "type": "text" + } + ], + "index": 8, + "is_list_start_line": true + }, + { + "bbox": [ + 109, + 183, + 275, + 195 + ], + "spans": [ + { + "bbox": [ + 109, + 183, + 121, + 195 + ], + "score": 1.0, + "content": "2:", + "type": "text" + }, + { + "bbox": [ + 122, + 185, + 151, + 194 + ], + "score": 0.88, + "content": "v _ { 0 } 0", + "type": "inline_equation" + }, + { + "bbox": [ + 151, + 183, + 275, + 195 + ], + "score": 1.0, + "content": "(Initialize second moment vector)", + "type": "text" + } + ], + "index": 9, + "is_list_start_line": true + }, + { + "bbox": [ + 109, + 193, + 219, + 205 + ], + "spans": [ + { + "bbox": [ + 109, + 193, + 121, + 205 + ], + "score": 1.0, + "content": "3:", + "type": "text" + }, + { + "bbox": [ + 121, + 194, + 145, + 203 + ], + "score": 0.84, + "content": "t \\gets 0", + "type": "inline_equation" + }, + { + "bbox": [ + 146, + 193, + 219, + 205 + ], + "score": 1.0, + "content": "(Initialize timestep)", + "type": "text" + } + ], + "index": 10, + "is_list_start_line": true + }, + { + "bbox": [ + 109, + 203, + 219, + 215 + ], + "spans": [ + { + "bbox": [ + 109, + 203, + 144, + 215 + ], + "score": 1.0, + "content": "4: while", + "type": "text" + }, + { + "bbox": [ + 145, + 204, + 153, + 213 + ], + "score": 0.85, + "content": "\\theta _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 153, + 203, + 219, + 215 + ], + "score": 1.0, + "content": "not converged do", + "type": "text" + } + ], + "index": 11, + "is_list_start_line": true + }, + { + "bbox": [ + 109, + 213, + 170, + 225 + ], + "spans": [ + { + "bbox": [ + 109, + 213, + 120, + 225 + ], + "score": 1.0, + "content": "5:", + "type": "text" + }, + { + "bbox": [ + 132, + 214, + 170, + 223 + ], + "score": 0.86, + "content": "t \\gets t + 1", + "type": "inline_equation" + } + ], + "index": 12, + "is_list_start_line": true + }, + { + "bbox": [ + 110, + 223, + 397, + 235 + ], + "spans": [ + { + "bbox": [ + 110, + 224, + 120, + 234 + ], + "score": 1.0, + "content": "6:", + "type": "text" + }, + { + "bbox": [ + 131, + 224, + 199, + 234 + ], + "score": 0.87, + "content": "g _ { t } \\gets \\nabla _ { \\theta } f _ { t } ( \\theta _ { t - 1 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 199, + 223, + 387, + 235 + ], + "score": 1.0, + "content": "(Get gradients w.r.t. stochastic objective at timestep", + "type": "text" + }, + { + "bbox": [ + 387, + 225, + 392, + 233 + ], + "score": 0.31, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 393, + 223, + 397, + 235 + ], + "score": 1.0, + "content": ")", + "type": "text" + } + ], + "index": 13, + "is_list_start_line": true + }, + { + "bbox": [ + 109, + 232, + 394, + 245 + ], + "spans": [ + { + "bbox": [ + 109, + 232, + 120, + 245 + ], + "score": 1.0, + "content": "7:", + "type": "text" + }, + { + "bbox": [ + 132, + 234, + 253, + 244 + ], + "score": 0.82, + "content": "m _ { t } \\gets \\beta _ { 1 } \\cdot \\dot { m } _ { t - 1 } \\dot { + } \\left( 1 - \\beta _ { 1 } \\right) \\cdot g _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 253, + 234, + 394, + 244 + ], + "score": 1.0, + "content": "(Update biased first moment estimate)", + "type": "text" + } + ], + "index": 14, + "is_list_start_line": true + }, + { + "bbox": [ + 109, + 242, + 415, + 255 + ], + "spans": [ + { + "bbox": [ + 109, + 242, + 120, + 254 + ], + "score": 1.0, + "content": "8:", + "type": "text" + }, + { + "bbox": [ + 133, + 244, + 248, + 254 + ], + "score": 0.84, + "content": "v _ { t } \\beta _ { 2 } \\cdot v _ { t - 1 } + ( 1 - \\beta _ { 2 } ) \\cdot g _ { t } ^ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 248, + 243, + 415, + 255 + ], + "score": 1.0, + "content": "(Update biased second raw moment estimate)", + "type": "text" + } + ], + "index": 15, + "is_list_start_line": true + }, + { + "bbox": [ + 109, + 253, + 382, + 265 + ], + "spans": [ + { + "bbox": [ + 109, + 253, + 120, + 264 + ], + "score": 1.0, + "content": "9:", + "type": "text" + }, + { + "bbox": [ + 132, + 254, + 207, + 264 + ], + "score": 0.84, + "content": "\\widehat { m } _ { t } \\gets m _ { t } / ( 1 - \\beta _ { 1 } ^ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 207, + 253, + 382, + 265 + ], + "score": 1.0, + "content": "(Compute bias-corrected first moment estimate)", + "type": "text" + } + ], + "index": 16, + "is_list_start_line": true + }, + { + "bbox": [ + 106, + 263, + 402, + 274 + ], + "spans": [ + { + "bbox": [ + 106, + 263, + 120, + 273 + ], + "score": 1.0, + "content": "10:", + "type": "text" + }, + { + "bbox": [ + 132, + 264, + 200, + 274 + ], + "score": 0.85, + "content": "\\_", + "type": "inline_equation" + }, + { + "bbox": [ + 201, + 263, + 402, + 274 + ], + "score": 1.0, + "content": "(Compute bias-corrected second raw moment estimate)", + "type": "text" + } + ], + "index": 17, + "is_list_start_line": true + }, + { + "bbox": [ + 105, + 274, + 327, + 286 + ], + "spans": [ + { + "bbox": [ + 105, + 274, + 122, + 285 + ], + "score": 1.0, + "content": "11:", + "type": "text" + }, + { + "bbox": [ + 132, + 274, + 250, + 286 + ], + "score": 0.88, + "content": "\\theta _ { t } \\theta _ { t - 1 } - \\alpha \\cdot \\widehat { m } _ { t } / ( \\sqrt { \\widehat { v } _ { t } } + \\epsilon )", + "type": "inline_equation" + }, + { + "bbox": [ + 250, + 274, + 327, + 286 + ], + "score": 1.0, + "content": "(Update parameters)", + "type": "text" + } + ], + "index": 18, + "is_list_start_line": true + }, + { + "bbox": [ + 105, + 283, + 162, + 295 + ], + "spans": [ + { + "bbox": [ + 105, + 283, + 162, + 295 + ], + "score": 1.0, + "content": "12: end while", + "type": "text" + } + ], + "index": 19, + "is_list_start_line": true + }, + { + "bbox": [ + 106, + 294, + 246, + 306 + ], + "spans": [ + { + "bbox": [ + 106, + 294, + 151, + 306 + ], + "score": 1.0, + "content": "13: return", + "type": "text" + }, + { + "bbox": [ + 151, + 295, + 160, + 304 + ], + "score": 0.82, + "content": "\\theta _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 161, + 294, + 246, + 306 + ], + "score": 1.0, + "content": "(Resulting parameters)", + "type": "text" + } + ], + "index": 20, + "is_list_start_line": true + } + ], + "index": 13, + "bbox_fs": [ + 105, + 154, + 505, + 306 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 329, + 505, + 417 + ], + "lines": [ + { + "bbox": [ + 106, + 329, + 506, + 341 + ], + "spans": [ + { + "bbox": [ + 106, + 329, + 506, + 341 + ], + "score": 1.0, + "content": "focus on four datasets (RTE, MRPC, STS-B, CoLA) that have fewer than 10k training samples,", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 341, + 505, + 352 + ], + "spans": [ + { + "bbox": [ + 106, + 341, + 505, + 352 + ], + "score": 1.0, + "content": "because BERT fine-tuning on these datasets is known to be unstable (Devlin et al., 2019). We also", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 350, + 506, + 365 + ], + "spans": [ + { + "bbox": [ + 105, + 350, + 506, + 365 + ], + "score": 1.0, + "content": "complement our study by downsampling all eight datasets to 1k training examples following Phang", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 362, + 505, + 375 + ], + "spans": [ + { + "bbox": [ + 106, + 362, + 505, + 375 + ], + "score": 1.0, + "content": "et al. (2018). While previous studies (Lee et al., 2020; Phang et al., 2018; Dodge et al., 2020) focus", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 373, + 506, + 384 + ], + "spans": [ + { + "bbox": [ + 105, + 373, + 506, + 384 + ], + "score": 1.0, + "content": "on the validation performance, we split held-out test sets for our study.3 For RTE, MRPC, STS-B,", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 384, + 506, + 396 + ], + "spans": [ + { + "bbox": [ + 106, + 384, + 506, + 396 + ], + "score": 1.0, + "content": "and CoLA, we divide the original validation set in half, using one half for validation and the other for", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 395, + 506, + 407 + ], + "spans": [ + { + "bbox": [ + 106, + 395, + 506, + 407 + ], + "score": 1.0, + "content": "test. For the other four larger datasets, we only study the downsampled versions, and split additional", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 405, + 476, + 418 + ], + "spans": [ + { + "bbox": [ + 105, + 405, + 476, + 418 + ], + "score": 1.0, + "content": "1k samples from the training set as our validation data and test on the original validation set.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 24.5, + "bbox_fs": [ + 105, + 329, + 506, + 418 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 423, + 505, + 513 + ], + "lines": [ + { + "bbox": [ + 105, + 423, + 507, + 436 + ], + "spans": [ + { + "bbox": [ + 105, + 423, + 507, + 436 + ], + "score": 1.0, + "content": "Experimental Setup Unless noted otherwise, we follow the hyperparameter setup of Lee et al.", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 433, + 506, + 448 + ], + "spans": [ + { + "bbox": [ + 105, + 433, + 284, + 448 + ], + "score": 1.0, + "content": "(2020). We fine-tune the uncased, 24-layer", + "type": "text" + }, + { + "bbox": [ + 284, + 434, + 327, + 446 + ], + "score": 0.55, + "content": "\\mathbf { B E R T _ { L a r g e } }", + "type": "inline_equation" + }, + { + "bbox": [ + 327, + 433, + 506, + 448 + ], + "score": 1.0, + "content": "model with batch size 32, dropout 0.1, and", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 445, + 506, + 458 + ], + "spans": [ + { + "bbox": [ + 105, + 445, + 182, + 458 + ], + "score": 1.0, + "content": "peak learning rate", + "type": "text" + }, + { + "bbox": [ + 182, + 445, + 222, + 456 + ], + "score": 0.92, + "content": "2 \\times 1 0 ^ { - 5 }", + "type": "inline_equation" + }, + { + "bbox": [ + 222, + 445, + 506, + 458 + ], + "score": 1.0, + "content": "for three epochs. We clip the gradients to have a maximum norm of", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 457, + 505, + 469 + ], + "spans": [ + { + "bbox": [ + 105, + 457, + 340, + 469 + ], + "score": 1.0, + "content": "1. We apply linear learning rate warm-up during the first", + "type": "text" + }, + { + "bbox": [ + 340, + 457, + 360, + 468 + ], + "score": 0.86, + "content": "10 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 360, + 457, + 505, + 469 + ], + "score": 1.0, + "content": "of the updates followed by a linear", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 468, + 506, + 480 + ], + "spans": [ + { + "bbox": [ + 106, + 468, + 506, + 480 + ], + "score": 1.0, + "content": "decay. We use mixed precision training using Apex4 to speed up experiments. We show that mixed", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 478, + 506, + 492 + ], + "spans": [ + { + "bbox": [ + 105, + 478, + 506, + 492 + ], + "score": 1.0, + "content": "precision training does not affect fine-tuning performance in Appendix C. We evaluate ten times on", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 489, + 506, + 503 + ], + "spans": [ + { + "bbox": [ + 105, + 489, + 506, + 503 + ], + "score": 1.0, + "content": "the validation set during training and perform early stopping. We fine-tune with 20 random seeds to", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 501, + 214, + 514 + ], + "spans": [ + { + "bbox": [ + 106, + 501, + 214, + 514 + ], + "score": 1.0, + "content": "compare different settings.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 32.5, + "bbox_fs": [ + 105, + 423, + 507, + 514 + ] + }, + { + "type": "title", + "bbox": [ + 106, + 527, + 474, + 540 + ], + "lines": [ + { + "bbox": [ + 105, + 526, + 476, + 541 + ], + "spans": [ + { + "bbox": [ + 105, + 526, + 476, + 541 + ], + "score": 1.0, + "content": "4 OPTIMIZATION ALGORITHM: DEBIASING OMISSION IN BERTADAM", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 37 + }, + { + "type": "text", + "bbox": [ + 106, + 550, + 506, + 683 + ], + "lines": [ + { + "bbox": [ + 106, + 551, + 505, + 563 + ], + "spans": [ + { + "bbox": [ + 106, + 551, + 505, + 563 + ], + "score": 1.0, + "content": "The most commonly used optimizer for fine-tuning BERT is BERTADAM, a modified version of", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 561, + 506, + 574 + ], + "spans": [ + { + "bbox": [ + 105, + 561, + 506, + 574 + ], + "score": 1.0, + "content": "the ADAM first-order stochastic optimization method. It differs from the original ADAM algo-", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 572, + 505, + 586 + ], + "spans": [ + { + "bbox": [ + 105, + 572, + 505, + 586 + ], + "score": 1.0, + "content": "rithm (Kingma & Ba, 2014) in omitting a bias correction step. This change was introduced by Devlin", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 584, + 505, + 596 + ], + "spans": [ + { + "bbox": [ + 105, + 584, + 505, + 596 + ], + "score": 1.0, + "content": "et al. (2019), and subsequently made its way into common open source libraries, including the official", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 594, + 507, + 608 + ], + "spans": [ + { + "bbox": [ + 105, + 594, + 507, + 608 + ], + "score": 1.0, + "content": "implementation,5 huggingface’s Transformers (Wolf et al., 2019),6 AllenNLP (Gardner et al., 2018),", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 605, + 506, + 618 + ], + "spans": [ + { + "bbox": [ + 105, + 605, + 506, + 618 + ], + "score": 1.0, + "content": "GluonNLP (Guo et al., 2019), jiant (Wang et al., 2019c), MT-DNN (Liu et al., 2020), and FARM.7 As", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 617, + 506, + 628 + ], + "spans": [ + { + "bbox": [ + 105, + 617, + 506, + 628 + ], + "score": 1.0, + "content": "a result, this non-standard implementation is widely used in both industry and research (Wang et al.,", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 628, + 505, + 639 + ], + "spans": [ + { + "bbox": [ + 106, + 628, + 505, + 639 + ], + "score": 1.0, + "content": "2019a; Phang et al., 2018; Lee et al., 2020; Dodge et al., 2020; Sun et al., 2019; Clark et al., 2020;", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 638, + 506, + 651 + ], + "spans": [ + { + "bbox": [ + 105, + 638, + 506, + 651 + ], + "score": 1.0, + "content": "Lan et al., 2020; Houlsby et al., 2019; Stickland & Murray, 2019; Liu et al., 2019b). We observe that", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 649, + 507, + 663 + ], + "spans": [ + { + "bbox": [ + 105, + 649, + 507, + 663 + ], + "score": 1.0, + "content": "the bias correction omission influences the learning rate, especially early in the fine-tuning process,", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 659, + 507, + 674 + ], + "spans": [ + { + "bbox": [ + 105, + 659, + 507, + 674 + ], + "score": 1.0, + "content": "and is one of the primary reasons for instability in fine-tuning BERT (Devlin et al., 2019; Phang et al.,", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 106, + 671, + 280, + 684 + ], + "spans": [ + { + "bbox": [ + 106, + 671, + 280, + 684 + ], + "score": 1.0, + "content": "2018; Lee et al., 2020; Dodge et al., 2020).", + "type": "text" + } + ], + "index": 49 + } + ], + "index": 43.5, + "bbox_fs": [ + 105, + 551, + 507, + 684 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 688, + 505, + 711 + ], + "lines": [ + { + "bbox": [ + 106, + 688, + 505, + 701 + ], + "spans": [ + { + "bbox": [ + 106, + 688, + 505, + 701 + ], + "score": 1.0, + "content": "Algorithm 1 shows the ADAM algorithm, and highlights the omitted line in the non-standard", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "score": 1.0, + "content": "BERTADAM implementation. At each optimization step (lines 4–11), ADAM computes the exponen-", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 105, + 300, + 506, + 315 + ], + "spans": [ + { + "bbox": [ + 105, + 300, + 252, + 315 + ], + "score": 1.0, + "content": "tial moving average of the gradients", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 253, + 302, + 272, + 313 + ], + "score": 0.81, + "content": "( m _ { t } )", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 272, + 300, + 378, + 315 + ], + "score": 1.0, + "content": "and the squared gradients", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 378, + 302, + 393, + 312 + ], + "score": 0.84, + "content": "( v _ { t } )", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 394, + 300, + 424, + 315 + ], + "score": 1.0, + "content": ", where", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 424, + 302, + 450, + 313 + ], + "score": 0.91, + "content": "\\beta _ { 1 } , \\beta _ { 2 }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 450, + 300, + 506, + 315 + ], + "score": 1.0, + "content": "parameterize", + "type": "text", + "cross_page": true + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 312, + 506, + 325 + ], + "spans": [ + { + "bbox": [ + 106, + 312, + 316, + 325 + ], + "score": 1.0, + "content": "the averaging (lines 7–8). Because ADAM initializes", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 316, + 314, + 330, + 323 + ], + "score": 0.87, + "content": "m _ { t }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 330, + 312, + 347, + 325 + ], + "score": 1.0, + "content": "and", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 347, + 314, + 357, + 323 + ], + "score": 0.86, + "content": "v _ { t }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 357, + 312, + 506, + 325 + ], + "score": 1.0, + "content": "to 0 and sets exponential decay rates", + "type": "text", + "cross_page": true + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 322, + 505, + 337 + ], + "spans": [ + { + "bbox": [ + 106, + 323, + 118, + 335 + ], + "score": 0.88, + "content": "\\beta _ { 1 }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 118, + 322, + 136, + 337 + ], + "score": 1.0, + "content": "and", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 136, + 324, + 147, + 334 + ], + "score": 0.89, + "content": "\\beta _ { 2 }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 148, + 322, + 258, + 337 + ], + "score": 1.0, + "content": "close to 1, the estimates of", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 258, + 325, + 272, + 334 + ], + "score": 0.86, + "content": "m _ { t }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 272, + 322, + 290, + 337 + ], + "score": 1.0, + "content": "and", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 290, + 325, + 300, + 334 + ], + "score": 0.85, + "content": "v _ { t }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 300, + 322, + 505, + 337 + ], + "score": 1.0, + "content": "are heavily biased towards 0 early during learning", + "type": "text", + "cross_page": true + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 334, + 505, + 346 + ], + "spans": [ + { + "bbox": [ + 106, + 334, + 131, + 346 + ], + "score": 1.0, + "content": "when", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 131, + 335, + 136, + 344 + ], + "score": 0.75, + "content": "t", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 137, + 334, + 505, + 346 + ], + "score": 1.0, + "content": "is small. Kingma & Ba (2014) computes the ratio between the biased and the unbiased", + "type": "text", + "cross_page": true + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 344, + 505, + 358 + ], + "spans": [ + { + "bbox": [ + 105, + 344, + 156, + 358 + ], + "score": 1.0, + "content": "estimates of", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 157, + 346, + 170, + 356 + ], + "score": 0.87, + "content": "m _ { t }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 171, + 344, + 188, + 358 + ], + "score": 1.0, + "content": "and", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 188, + 346, + 198, + 356 + ], + "score": 0.85, + "content": "v _ { t }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 198, + 344, + 210, + 358 + ], + "score": 1.0, + "content": "as", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 210, + 345, + 246, + 357 + ], + "score": 0.93, + "content": "( 1 - \\beta _ { 1 } ^ { t } )", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 246, + 344, + 265, + 358 + ], + "score": 1.0, + "content": "and", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 265, + 345, + 300, + 357 + ], + "score": 0.93, + "content": "( 1 - \\bar { \\beta } _ { 2 } ^ { t } )", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 300, + 344, + 505, + 358 + ], + "score": 1.0, + "content": ". This ratio is independent of the training data. The", + "type": "text", + "cross_page": true + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 356, + 505, + 369 + ], + "spans": [ + { + "bbox": [ + 105, + 356, + 181, + 369 + ], + "score": 1.0, + "content": "model parameters", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 181, + 357, + 187, + 366 + ], + "score": 0.81, + "content": "\\theta", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 188, + 356, + 401, + 369 + ], + "score": 1.0, + "content": "are updated in the direction of the averaged gradient", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 401, + 357, + 415, + 367 + ], + "score": 0.86, + "content": "m _ { t }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 415, + 356, + 505, + 369 + ], + "score": 1.0, + "content": "divided by the square", + "type": "text", + "cross_page": true + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 367, + 505, + 379 + ], + "spans": [ + { + "bbox": [ + 105, + 367, + 214, + 379 + ], + "score": 1.0, + "content": "root of the second moment", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 214, + 367, + 232, + 379 + ], + "score": 0.91, + "content": "\\sqrt { v _ { t } }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 232, + 367, + 505, + 379 + ], + "score": 1.0, + "content": "(line 11). BERTADAM omits the debiasing (lines 9–10), and directly", + "type": "text", + "cross_page": true + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 379, + 311, + 390 + ], + "spans": [ + { + "bbox": [ + 106, + 379, + 311, + 390 + ], + "score": 1.0, + "content": "uses the biased estimates in the parameters update.", + "type": "text", + "cross_page": true + } + ], + "index": 37 + } + ], + "index": 50.5, + "bbox_fs": [ + 105, + 688, + 506, + 712 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 109, + 87, + 236, + 191 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 109, + 87, + 236, + 191 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 109, + 87, + 236, + 191 + ], + "spans": [ + { + "bbox": [ + 109, + 87, + 236, + 191 + ], + "score": 0.942, + "type": "image", + "image_path": "9c7fd66d61a104f6244ba0730d62d5f46f1e303ca6d598191b08c43cb1caafc6.jpg" + } + ] + } + ], + "index": 0.5, + "virtual_lines": [ + { + "bbox": [ + 109, + 87, + 236, + 139.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 109, + 139.0, + 236, + 191.0 + ], + "spans": [], + "index": 1 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 199, + 240, + 286 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 197, + 241, + 212 + ], + "spans": [ + { + "bbox": [ + 105, + 197, + 241, + 212 + ], + "score": 1.0, + "content": "Figure 1: Bias in the ADAM up-", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 209, + 240, + 220 + ], + "spans": [ + { + "bbox": [ + 106, + 209, + 240, + 220 + ], + "score": 1.0, + "content": "date as a function of training iter-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 220, + 240, + 231 + ], + "spans": [ + { + "bbox": [ + 106, + 220, + 240, + 231 + ], + "score": 1.0, + "content": "ations. Vertical lines indicate the", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 232, + 240, + 242 + ], + "spans": [ + { + "bbox": [ + 105, + 232, + 240, + 242 + ], + "score": 1.0, + "content": "typical number of iterations used", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 242, + 240, + 253 + ], + "spans": [ + { + "bbox": [ + 106, + 242, + 240, + 253 + ], + "score": 1.0, + "content": "to fine-tune BERT on four small", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 253, + 240, + 265 + ], + "spans": [ + { + "bbox": [ + 106, + 253, + 240, + 265 + ], + "score": 1.0, + "content": "datasets and one large dataset", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 264, + 240, + 276 + ], + "spans": [ + { + "bbox": [ + 106, + 264, + 240, + 276 + ], + "score": 1.0, + "content": "(MNLI). Small datasets use fewer", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 276, + 236, + 286 + ], + "spans": [ + { + "bbox": [ + 106, + 276, + 236, + 286 + ], + "score": 1.0, + "content": "iterations and are most affected.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 9.5 + } + ], + "index": 5.0 + }, + { + "type": "image", + "bbox": [ + 249, + 79, + 371, + 190 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 249, + 79, + 371, + 190 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 249, + 79, + 371, + 190 + ], + "spans": [ + { + "bbox": [ + 249, + 79, + 371, + 190 + ], + "score": 0.964, + "type": "image", + "image_path": "f063ad4b7edb7e9426242ea1d93c745699bdcfef9296d3bb05869072c9ac2247.jpg" + } + ] + } + ], + "index": 2.5, + "virtual_lines": [ + { + "bbox": [ + 249, + 79, + 371, + 134.5 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 249, + 134.5, + 371, + 190.0 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 249, + 199, + 371, + 286 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 249, + 198, + 372, + 210 + ], + "spans": [ + { + "bbox": [ + 249, + 198, + 372, + 210 + ], + "score": 1.0, + "content": "Figure 2: Performance dis-", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 250, + 210, + 371, + 221 + ], + "spans": [ + { + "bbox": [ + 250, + 210, + 371, + 221 + ], + "score": 1.0, + "content": "tribution box plot across 50", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 249, + 220, + 371, + 232 + ], + "spans": [ + { + "bbox": [ + 249, + 220, + 371, + 232 + ], + "score": 1.0, + "content": "random trials and the four", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 249, + 231, + 371, + 243 + ], + "spans": [ + { + "bbox": [ + 249, + 231, + 371, + 243 + ], + "score": 1.0, + "content": "datasets with and without", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 249, + 242, + 371, + 253 + ], + "spans": [ + { + "bbox": [ + 249, + 242, + 371, + 253 + ], + "score": 1.0, + "content": "ADAM bias correction. Bias", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 249, + 253, + 372, + 264 + ], + "spans": [ + { + "bbox": [ + 249, + 253, + 372, + 264 + ], + "score": 1.0, + "content": "correction reduces the vari-", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 249, + 263, + 371, + 277 + ], + "spans": [ + { + "bbox": [ + 249, + 263, + 371, + 277 + ], + "score": 1.0, + "content": "ance of fine-tuning results by", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 249, + 275, + 312, + 288 + ], + "spans": [ + { + "bbox": [ + 249, + 275, + 312, + 288 + ], + "score": 1.0, + "content": "a large margin.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 17.5 + } + ], + "index": 10.0 + }, + { + "type": "image", + "bbox": [ + 389, + 91, + 495, + 190 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 389, + 91, + 495, + 190 + ], + "group_id": 2, + "lines": [ + { + "bbox": [ + 389, + 91, + 495, + 190 + ], + "spans": [ + { + "bbox": [ + 389, + 91, + 495, + 190 + ], + "score": 0.954, + "type": "image", + "image_path": "77a0abdebd118ee93a0ce493880a7d20790e00954f86149a88ee0569edf85fd1.jpg" + } + ] + } + ], + "index": 4.5, + "virtual_lines": [ + { + "bbox": [ + 389, + 91, + 495, + 140.5 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 389, + 140.5, + 495, + 190.0 + ], + "spans": [], + "index": 5 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 380, + 199, + 502, + 285 + ], + "group_id": 2, + "lines": [ + { + "bbox": [ + 381, + 199, + 503, + 211 + ], + "spans": [ + { + "bbox": [ + 381, + 199, + 503, + 211 + ], + "score": 1.0, + "content": "Figure 3: Mean (solid lines)", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 380, + 210, + 503, + 222 + ], + "spans": [ + { + "bbox": [ + 380, + 210, + 503, + 222 + ], + "score": 1.0, + "content": "and range (shaded region)", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 380, + 219, + 504, + 233 + ], + "spans": [ + { + "bbox": [ + 380, + 219, + 504, + 233 + ], + "score": 1.0, + "content": "of training loss during fine-", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 380, + 231, + 504, + 243 + ], + "spans": [ + { + "bbox": [ + 380, + 231, + 504, + 243 + ], + "score": 1.0, + "content": "tuning BERT, across 50 ran-", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 380, + 241, + 503, + 254 + ], + "spans": [ + { + "bbox": [ + 380, + 241, + 503, + 254 + ], + "score": 1.0, + "content": "dom trials. Bias correction", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 380, + 253, + 503, + 266 + ], + "spans": [ + { + "bbox": [ + 380, + 253, + 503, + 266 + ], + "score": 1.0, + "content": "speeds up convergence and", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 380, + 262, + 503, + 278 + ], + "spans": [ + { + "bbox": [ + 380, + 262, + 503, + 278 + ], + "score": 1.0, + "content": "shrinks the range of training", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 379, + 275, + 403, + 287 + ], + "spans": [ + { + "bbox": [ + 379, + 275, + 403, + 287 + ], + "score": 1.0, + "content": "loss.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 25.5 + } + ], + "index": 15.0 + }, + { + "type": "text", + "bbox": [ + 106, + 301, + 505, + 389 + ], + "lines": [ + { + "bbox": [ + 105, + 300, + 506, + 315 + ], + "spans": [ + { + "bbox": [ + 105, + 300, + 252, + 315 + ], + "score": 1.0, + "content": "tial moving average of the gradients", + "type": "text" + }, + { + "bbox": [ + 253, + 302, + 272, + 313 + ], + "score": 0.81, + "content": "( m _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 272, + 300, + 378, + 315 + ], + "score": 1.0, + "content": "and the squared gradients", + "type": "text" + }, + { + "bbox": [ + 378, + 302, + 393, + 312 + ], + "score": 0.84, + "content": "( v _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 394, + 300, + 424, + 315 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 424, + 302, + 450, + 313 + ], + "score": 0.91, + "content": "\\beta _ { 1 } , \\beta _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 450, + 300, + 506, + 315 + ], + "score": 1.0, + "content": "parameterize", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 312, + 506, + 325 + ], + "spans": [ + { + "bbox": [ + 106, + 312, + 316, + 325 + ], + "score": 1.0, + "content": "the averaging (lines 7–8). Because ADAM initializes", + "type": "text" + }, + { + "bbox": [ + 316, + 314, + 330, + 323 + ], + "score": 0.87, + "content": "m _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 330, + 312, + 347, + 325 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 347, + 314, + 357, + 323 + ], + "score": 0.86, + "content": "v _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 357, + 312, + 506, + 325 + ], + "score": 1.0, + "content": "to 0 and sets exponential decay rates", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 322, + 505, + 337 + ], + "spans": [ + { + "bbox": [ + 106, + 323, + 118, + 335 + ], + "score": 0.88, + "content": "\\beta _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 118, + 322, + 136, + 337 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 136, + 324, + 147, + 334 + ], + "score": 0.89, + "content": "\\beta _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 148, + 322, + 258, + 337 + ], + "score": 1.0, + "content": "close to 1, the estimates of", + "type": "text" + }, + { + "bbox": [ + 258, + 325, + 272, + 334 + ], + "score": 0.86, + "content": "m _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 272, + 322, + 290, + 337 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 290, + 325, + 300, + 334 + ], + "score": 0.85, + "content": "v _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 300, + 322, + 505, + 337 + ], + "score": 1.0, + "content": "are heavily biased towards 0 early during learning", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 334, + 505, + 346 + ], + "spans": [ + { + "bbox": [ + 106, + 334, + 131, + 346 + ], + "score": 1.0, + "content": "when", + "type": "text" + }, + { + "bbox": [ + 131, + 335, + 136, + 344 + ], + "score": 0.75, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 137, + 334, + 505, + 346 + ], + "score": 1.0, + "content": "is small. Kingma & Ba (2014) computes the ratio between the biased and the unbiased", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 344, + 505, + 358 + ], + "spans": [ + { + "bbox": [ + 105, + 344, + 156, + 358 + ], + "score": 1.0, + "content": "estimates of", + "type": "text" + }, + { + "bbox": [ + 157, + 346, + 170, + 356 + ], + "score": 0.87, + "content": "m _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 171, + 344, + 188, + 358 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 188, + 346, + 198, + 356 + ], + "score": 0.85, + "content": "v _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 198, + 344, + 210, + 358 + ], + "score": 1.0, + "content": "as", + "type": "text" + }, + { + "bbox": [ + 210, + 345, + 246, + 357 + ], + "score": 0.93, + "content": "( 1 - \\beta _ { 1 } ^ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 246, + 344, + 265, + 358 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 265, + 345, + 300, + 357 + ], + "score": 0.93, + "content": "( 1 - \\bar { \\beta } _ { 2 } ^ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 300, + 344, + 505, + 358 + ], + "score": 1.0, + "content": ". This ratio is independent of the training data. The", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 356, + 505, + 369 + ], + "spans": [ + { + "bbox": [ + 105, + 356, + 181, + 369 + ], + "score": 1.0, + "content": "model parameters", + "type": "text" + }, + { + "bbox": [ + 181, + 357, + 187, + 366 + ], + "score": 0.81, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 188, + 356, + 401, + 369 + ], + "score": 1.0, + "content": "are updated in the direction of the averaged gradient", + "type": "text" + }, + { + "bbox": [ + 401, + 357, + 415, + 367 + ], + "score": 0.86, + "content": "m _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 415, + 356, + 505, + 369 + ], + "score": 1.0, + "content": "divided by the square", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 367, + 505, + 379 + ], + "spans": [ + { + "bbox": [ + 105, + 367, + 214, + 379 + ], + "score": 1.0, + "content": "root of the second moment", + "type": "text" + }, + { + "bbox": [ + 214, + 367, + 232, + 379 + ], + "score": 0.91, + "content": "\\sqrt { v _ { t } }", + "type": "inline_equation" + }, + { + "bbox": [ + 232, + 367, + 505, + 379 + ], + "score": 1.0, + "content": "(line 11). BERTADAM omits the debiasing (lines 9–10), and directly", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 379, + 311, + 390 + ], + "spans": [ + { + "bbox": [ + 106, + 379, + 311, + 390 + ], + "score": 1.0, + "content": "uses the biased estimates in the parameters update.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 33.5 + }, + { + "type": "text", + "bbox": [ + 106, + 395, + 507, + 560 + ], + "lines": [ + { + "bbox": [ + 106, + 394, + 505, + 412 + ], + "spans": [ + { + "bbox": [ + 106, + 396, + 212, + 408 + ], + "score": 1.0, + "content": "Figure 1 shows the ratio", + "type": "text" + }, + { + "bbox": [ + 212, + 395, + 229, + 411 + ], + "score": 0.92, + "content": "\\frac { \\hat { m } _ { t } } { \\sqrt { \\hat { v } _ { t } } }", + "type": "inline_equation" + }, + { + "bbox": [ + 230, + 394, + 505, + 412 + ], + "score": 1.0, + "content": "between the update using the biased and the unbiased estimation", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 408, + 505, + 422 + ], + "spans": [ + { + "bbox": [ + 105, + 408, + 505, + 422 + ], + "score": 1.0, + "content": "as a function of training iterations. The bias is relatively high early during learning, indicating", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 420, + 506, + 433 + ], + "spans": [ + { + "bbox": [ + 105, + 420, + 506, + 433 + ], + "score": 1.0, + "content": "overestimation. It eventually converges to one, suggesting that when training for sufficient iterations,", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 430, + 505, + 444 + ], + "spans": [ + { + "bbox": [ + 105, + 430, + 505, + 444 + ], + "score": 1.0, + "content": "the estimation bias will have negligible effect.8 Therefore, the bias ratio term is most important early", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 442, + 506, + 455 + ], + "spans": [ + { + "bbox": [ + 106, + 442, + 317, + 455 + ], + "score": 1.0, + "content": "during learning to counteract the overestimation of √", + "type": "text" + }, + { + "bbox": [ + 317, + 443, + 331, + 453 + ], + "score": 0.86, + "content": "m _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 331, + 442, + 349, + 455 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 350, + 443, + 359, + 453 + ], + "score": 0.83, + "content": "v _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 360, + 442, + 506, + 455 + ], + "score": 1.0, + "content": "during early iterations. In practice,", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 452, + 507, + 476 + ], + "spans": [ + { + "bbox": [ + 105, + 452, + 303, + 476 + ], + "score": 1.0, + "content": "ADAM adaptively re-scales the learning rate by", + "type": "text" + }, + { + "bbox": [ + 303, + 454, + 332, + 474 + ], + "score": 0.93, + "content": "\\frac { \\sqrt { 1 - \\beta _ { 2 } ^ { t } } } { 1 - \\beta _ { 1 } ^ { t } }", + "type": "inline_equation" + }, + { + "bbox": [ + 333, + 452, + 334, + 476 + ], + "score": 1.0, + "content": ".", + "type": "text" + }, + { + "bbox": [ + 335, + 456, + 507, + 473 + ], + "score": 1.0, + "content": "This correction is crucial for BERT fine-", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 472, + 506, + 484 + ], + "spans": [ + { + "bbox": [ + 106, + 472, + 506, + 484 + ], + "score": 1.0, + "content": "tuning on small datasets with fewer than 10k training samples because they are typically fine-tuned", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 484, + 505, + 495 + ], + "spans": [ + { + "bbox": [ + 106, + 484, + 505, + 495 + ], + "score": 1.0, + "content": "with less than 1k iterations (Devlin et al., 2019). The figure shows the number of training iterations", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 493, + 506, + 506 + ], + "spans": [ + { + "bbox": [ + 105, + 493, + 506, + 506 + ], + "score": 1.0, + "content": "for RTE, MRPC, STS-B, CoLA, and MNLI. MNLI is the only one of this set with a large number of", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 505, + 506, + 518 + ], + "spans": [ + { + "bbox": [ + 105, + 505, + 506, + 518 + ], + "score": 1.0, + "content": "supervised training examples. For small datasets, the bias ratio is significantly higher than one for", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 106, + 516, + 506, + 528 + ], + "spans": [ + { + "bbox": [ + 106, + 516, + 506, + 528 + ], + "score": 1.0, + "content": "the entire fine-tuning process, implying that these datasets suffer heavily from overestimation in the", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 106, + 527, + 506, + 540 + ], + "spans": [ + { + "bbox": [ + 106, + 527, + 506, + 540 + ], + "score": 1.0, + "content": "update magnitude. In comparison, for MNLI, the majority of fine-tuning occurs in the region where", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 537, + 505, + 551 + ], + "spans": [ + { + "bbox": [ + 105, + 537, + 505, + 551 + ], + "score": 1.0, + "content": "the bias ratio has converged to one. This explains why fine-tuning on MNLI is known to be relatively", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 106, + 549, + 217, + 560 + ], + "spans": [ + { + "bbox": [ + 106, + 549, + 217, + 560 + ], + "score": 1.0, + "content": "stable (Devlin et al., 2019).", + "type": "text" + } + ], + "index": 51 + } + ], + "index": 44.5 + }, + { + "type": "text", + "bbox": [ + 106, + 565, + 505, + 686 + ], + "lines": [ + { + "bbox": [ + 105, + 565, + 506, + 579 + ], + "spans": [ + { + "bbox": [ + 105, + 565, + 506, + 579 + ], + "score": 1.0, + "content": "We evaluate the importance of the debiasing step empirically by fine-tuning BERT with both", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 105, + 576, + 506, + 589 + ], + "spans": [ + { + "bbox": [ + 105, + 576, + 234, + 589 + ], + "score": 1.0, + "content": "BERTADAM and the debiased", + "type": "text" + }, + { + "bbox": [ + 234, + 576, + 267, + 587 + ], + "score": 0.39, + "content": "\\mathrm { \\bf A D A M } ^ { 9 }", + "type": "inline_equation" + }, + { + "bbox": [ + 267, + 576, + 506, + 589 + ], + "score": 1.0, + "content": "for 50 random seeds on RTE, MRPC, STS-B, and CoLA.", + "type": "text" + } + ], + "index": 53 + }, + { + "bbox": [ + 106, + 588, + 505, + 599 + ], + "spans": [ + { + "bbox": [ + 106, + 588, + 505, + 599 + ], + "score": 1.0, + "content": "Figure 2 summarizes the performance distribution. The bias correction significantly reduces the", + "type": "text" + } + ], + "index": 54 + }, + { + "bbox": [ + 105, + 599, + 506, + 611 + ], + "spans": [ + { + "bbox": [ + 105, + 599, + 506, + 611 + ], + "score": 1.0, + "content": "performance variance across different random trials and the four datasets. Without the bias correction", + "type": "text" + } + ], + "index": 55 + }, + { + "bbox": [ + 105, + 610, + 506, + 622 + ], + "spans": [ + { + "bbox": [ + 105, + 610, + 506, + 622 + ], + "score": 1.0, + "content": "we observe many degenerate runs, where fine-tuned models fail to outperform the random baseline.", + "type": "text" + } + ], + "index": 56 + }, + { + "bbox": [ + 105, + 621, + 506, + 633 + ], + "spans": [ + { + "bbox": [ + 105, + 621, + 199, + 633 + ], + "score": 1.0, + "content": "For example, on RTE,", + "type": "text" + }, + { + "bbox": [ + 199, + 621, + 219, + 631 + ], + "score": 0.86, + "content": "48 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 220, + 621, + 410, + 633 + ], + "score": 1.0, + "content": "of fine-tuning runs have an accuracy less than", + "type": "text" + }, + { + "bbox": [ + 410, + 621, + 430, + 631 + ], + "score": 0.87, + "content": "55 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 430, + 621, + 506, + 633 + ], + "score": 1.0, + "content": ", which is close to", + "type": "text" + } + ], + "index": 57 + }, + { + "bbox": [ + 105, + 632, + 505, + 644 + ], + "spans": [ + { + "bbox": [ + 105, + 632, + 505, + 644 + ], + "score": 1.0, + "content": "random guessing. Figure 3 further illustrates this difference by plotting the mean and the range of", + "type": "text" + } + ], + "index": 58 + }, + { + "bbox": [ + 106, + 643, + 505, + 655 + ], + "spans": [ + { + "bbox": [ + 106, + 643, + 505, + 655 + ], + "score": 1.0, + "content": "training loss during fine-tuning across different random trials on RTE. Figure 11 in Appendix F shows", + "type": "text" + } + ], + "index": 59 + }, + { + "bbox": [ + 106, + 653, + 505, + 666 + ], + "spans": [ + { + "bbox": [ + 106, + 653, + 505, + 666 + ], + "score": 1.0, + "content": "similar plots for MRPC, STS-B, and CoLA. The biased BERTADAM consistently leads to worse", + "type": "text" + } + ], + "index": 60 + }, + { + "bbox": [ + 105, + 665, + 505, + 676 + ], + "spans": [ + { + "bbox": [ + 105, + 665, + 505, + 676 + ], + "score": 1.0, + "content": "averaged training loss, and on all datasets to higher maximum training loss. This indicates models", + "type": "text" + } + ], + "index": 61 + }, + { + "bbox": [ + 105, + 675, + 456, + 688 + ], + "spans": [ + { + "bbox": [ + 105, + 675, + 456, + 688 + ], + "score": 1.0, + "content": "trained with BERTAdam are underfitting and the root of instability lies in optimization.", + "type": "text" + } + ], + "index": 62 + } + ], + "index": 57 + } + ], + "page_idx": 3, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 700, + 507, + 732 + ], + "lines": [ + { + "bbox": [ + 118, + 698, + 506, + 714 + ], + "spans": [ + { + "bbox": [ + 118, + 698, + 506, + 714 + ], + "score": 1.0, + "content": "8Our experiments on the completely MNLI dataset confirm using the unbiased estimation does not improve", + "type": "text" + } + ] + }, + { + "bbox": [ + 106, + 711, + 315, + 721 + ], + "spans": [ + { + "bbox": [ + 106, + 711, + 315, + 721 + ], + "score": 1.0, + "content": "nor degrade performance for large datasets (Appendix D).", + "type": "text" + } + ] + }, + { + "bbox": [ + 117, + 718, + 509, + 734 + ], + "spans": [ + { + "bbox": [ + 117, + 718, + 509, + 734 + ], + "score": 1.0, + "content": "9We use the PyTorch ADAM implementation https://pytorch.org/docs/1.4.0/_modules/torch/optim/adamw.html.", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 107, + 27, + 292, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "score": 1.0, + "content": "Published as a conference paper at ICLR 2021", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 752, + 308, + 759 + ], + "lines": [] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 109, + 87, + 236, + 191 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 109, + 87, + 236, + 191 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 109, + 87, + 236, + 191 + ], + "spans": [ + { + "bbox": [ + 109, + 87, + 236, + 191 + ], + "score": 0.942, + "type": "image", + "image_path": "9c7fd66d61a104f6244ba0730d62d5f46f1e303ca6d598191b08c43cb1caafc6.jpg" + } + ] + } + ], + "index": 0.5, + "virtual_lines": [ + { + "bbox": [ + 109, + 87, + 236, + 139.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 109, + 139.0, + 236, + 191.0 + ], + "spans": [], + "index": 1 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 199, + 240, + 286 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 197, + 241, + 212 + ], + "spans": [ + { + "bbox": [ + 105, + 197, + 241, + 212 + ], + "score": 1.0, + "content": "Figure 1: Bias in the ADAM up-", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 209, + 240, + 220 + ], + "spans": [ + { + "bbox": [ + 106, + 209, + 240, + 220 + ], + "score": 1.0, + "content": "date as a function of training iter-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 220, + 240, + 231 + ], + "spans": [ + { + "bbox": [ + 106, + 220, + 240, + 231 + ], + "score": 1.0, + "content": "ations. Vertical lines indicate the", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 232, + 240, + 242 + ], + "spans": [ + { + "bbox": [ + 105, + 232, + 240, + 242 + ], + "score": 1.0, + "content": "typical number of iterations used", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 242, + 240, + 253 + ], + "spans": [ + { + "bbox": [ + 106, + 242, + 240, + 253 + ], + "score": 1.0, + "content": "to fine-tune BERT on four small", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 253, + 240, + 265 + ], + "spans": [ + { + "bbox": [ + 106, + 253, + 240, + 265 + ], + "score": 1.0, + "content": "datasets and one large dataset", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 264, + 240, + 276 + ], + "spans": [ + { + "bbox": [ + 106, + 264, + 240, + 276 + ], + "score": 1.0, + "content": "(MNLI). Small datasets use fewer", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 276, + 236, + 286 + ], + "spans": [ + { + "bbox": [ + 106, + 276, + 236, + 286 + ], + "score": 1.0, + "content": "iterations and are most affected.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 9.5 + } + ], + "index": 5.0 + }, + { + "type": "image", + "bbox": [ + 249, + 79, + 371, + 190 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 249, + 79, + 371, + 190 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 249, + 79, + 371, + 190 + ], + "spans": [ + { + "bbox": [ + 249, + 79, + 371, + 190 + ], + "score": 0.964, + "type": "image", + "image_path": "f063ad4b7edb7e9426242ea1d93c745699bdcfef9296d3bb05869072c9ac2247.jpg" + } + ] + } + ], + "index": 2.5, + "virtual_lines": [ + { + "bbox": [ + 249, + 79, + 371, + 134.5 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 249, + 134.5, + 371, + 190.0 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 249, + 199, + 371, + 286 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 249, + 198, + 372, + 210 + ], + "spans": [ + { + "bbox": [ + 249, + 198, + 372, + 210 + ], + "score": 1.0, + "content": "Figure 2: Performance dis-", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 250, + 210, + 371, + 221 + ], + "spans": [ + { + "bbox": [ + 250, + 210, + 371, + 221 + ], + "score": 1.0, + "content": "tribution box plot across 50", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 249, + 220, + 371, + 232 + ], + "spans": [ + { + "bbox": [ + 249, + 220, + 371, + 232 + ], + "score": 1.0, + "content": "random trials and the four", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 249, + 231, + 371, + 243 + ], + "spans": [ + { + "bbox": [ + 249, + 231, + 371, + 243 + ], + "score": 1.0, + "content": "datasets with and without", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 249, + 242, + 371, + 253 + ], + "spans": [ + { + "bbox": [ + 249, + 242, + 371, + 253 + ], + "score": 1.0, + "content": "ADAM bias correction. Bias", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 249, + 253, + 372, + 264 + ], + "spans": [ + { + "bbox": [ + 249, + 253, + 372, + 264 + ], + "score": 1.0, + "content": "correction reduces the vari-", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 249, + 263, + 371, + 277 + ], + "spans": [ + { + "bbox": [ + 249, + 263, + 371, + 277 + ], + "score": 1.0, + "content": "ance of fine-tuning results by", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 249, + 275, + 312, + 288 + ], + "spans": [ + { + "bbox": [ + 249, + 275, + 312, + 288 + ], + "score": 1.0, + "content": "a large margin.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 17.5 + } + ], + "index": 10.0 + }, + { + "type": "image", + "bbox": [ + 389, + 91, + 495, + 190 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 389, + 91, + 495, + 190 + ], + "group_id": 2, + "lines": [ + { + "bbox": [ + 389, + 91, + 495, + 190 + ], + "spans": [ + { + "bbox": [ + 389, + 91, + 495, + 190 + ], + "score": 0.954, + "type": "image", + "image_path": "77a0abdebd118ee93a0ce493880a7d20790e00954f86149a88ee0569edf85fd1.jpg" + } + ] + } + ], + "index": 4.5, + "virtual_lines": [ + { + "bbox": [ + 389, + 91, + 495, + 140.5 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 389, + 140.5, + 495, + 190.0 + ], + "spans": [], + "index": 5 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 380, + 199, + 502, + 285 + ], + "group_id": 2, + "lines": [ + { + "bbox": [ + 381, + 199, + 503, + 211 + ], + "spans": [ + { + "bbox": [ + 381, + 199, + 503, + 211 + ], + "score": 1.0, + "content": "Figure 3: Mean (solid lines)", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 380, + 210, + 503, + 222 + ], + "spans": [ + { + "bbox": [ + 380, + 210, + 503, + 222 + ], + "score": 1.0, + "content": "and range (shaded region)", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 380, + 219, + 504, + 233 + ], + "spans": [ + { + "bbox": [ + 380, + 219, + 504, + 233 + ], + "score": 1.0, + "content": "of training loss during fine-", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 380, + 231, + 504, + 243 + ], + "spans": [ + { + "bbox": [ + 380, + 231, + 504, + 243 + ], + "score": 1.0, + "content": "tuning BERT, across 50 ran-", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 380, + 241, + 503, + 254 + ], + "spans": [ + { + "bbox": [ + 380, + 241, + 503, + 254 + ], + "score": 1.0, + "content": "dom trials. Bias correction", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 380, + 253, + 503, + 266 + ], + "spans": [ + { + "bbox": [ + 380, + 253, + 503, + 266 + ], + "score": 1.0, + "content": "speeds up convergence and", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 380, + 262, + 503, + 278 + ], + "spans": [ + { + "bbox": [ + 380, + 262, + 503, + 278 + ], + "score": 1.0, + "content": "shrinks the range of training", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 379, + 275, + 403, + 287 + ], + "spans": [ + { + "bbox": [ + 379, + 275, + 403, + 287 + ], + "score": 1.0, + "content": "loss.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 25.5 + } + ], + "index": 15.0 + }, + { + "type": "text", + "bbox": [ + 106, + 301, + 505, + 389 + ], + "lines": [], + "index": 33.5, + "bbox_fs": [ + 105, + 300, + 506, + 390 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 106, + 395, + 507, + 560 + ], + "lines": [ + { + "bbox": [ + 106, + 394, + 505, + 412 + ], + "spans": [ + { + "bbox": [ + 106, + 396, + 212, + 408 + ], + "score": 1.0, + "content": "Figure 1 shows the ratio", + "type": "text" + }, + { + "bbox": [ + 212, + 395, + 229, + 411 + ], + "score": 0.92, + "content": "\\frac { \\hat { m } _ { t } } { \\sqrt { \\hat { v } _ { t } } }", + "type": "inline_equation" + }, + { + "bbox": [ + 230, + 394, + 505, + 412 + ], + "score": 1.0, + "content": "between the update using the biased and the unbiased estimation", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 408, + 505, + 422 + ], + "spans": [ + { + "bbox": [ + 105, + 408, + 505, + 422 + ], + "score": 1.0, + "content": "as a function of training iterations. The bias is relatively high early during learning, indicating", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 420, + 506, + 433 + ], + "spans": [ + { + "bbox": [ + 105, + 420, + 506, + 433 + ], + "score": 1.0, + "content": "overestimation. It eventually converges to one, suggesting that when training for sufficient iterations,", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 430, + 505, + 444 + ], + "spans": [ + { + "bbox": [ + 105, + 430, + 505, + 444 + ], + "score": 1.0, + "content": "the estimation bias will have negligible effect.8 Therefore, the bias ratio term is most important early", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 442, + 506, + 455 + ], + "spans": [ + { + "bbox": [ + 106, + 442, + 317, + 455 + ], + "score": 1.0, + "content": "during learning to counteract the overestimation of √", + "type": "text" + }, + { + "bbox": [ + 317, + 443, + 331, + 453 + ], + "score": 0.86, + "content": "m _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 331, + 442, + 349, + 455 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 350, + 443, + 359, + 453 + ], + "score": 0.83, + "content": "v _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 360, + 442, + 506, + 455 + ], + "score": 1.0, + "content": "during early iterations. In practice,", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 452, + 507, + 476 + ], + "spans": [ + { + "bbox": [ + 105, + 452, + 303, + 476 + ], + "score": 1.0, + "content": "ADAM adaptively re-scales the learning rate by", + "type": "text" + }, + { + "bbox": [ + 303, + 454, + 332, + 474 + ], + "score": 0.93, + "content": "\\frac { \\sqrt { 1 - \\beta _ { 2 } ^ { t } } } { 1 - \\beta _ { 1 } ^ { t } }", + "type": "inline_equation" + }, + { + "bbox": [ + 333, + 452, + 334, + 476 + ], + "score": 1.0, + "content": ".", + "type": "text" + }, + { + "bbox": [ + 335, + 456, + 507, + 473 + ], + "score": 1.0, + "content": "This correction is crucial for BERT fine-", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 472, + 506, + 484 + ], + "spans": [ + { + "bbox": [ + 106, + 472, + 506, + 484 + ], + "score": 1.0, + "content": "tuning on small datasets with fewer than 10k training samples because they are typically fine-tuned", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 484, + 505, + 495 + ], + "spans": [ + { + "bbox": [ + 106, + 484, + 505, + 495 + ], + "score": 1.0, + "content": "with less than 1k iterations (Devlin et al., 2019). The figure shows the number of training iterations", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 493, + 506, + 506 + ], + "spans": [ + { + "bbox": [ + 105, + 493, + 506, + 506 + ], + "score": 1.0, + "content": "for RTE, MRPC, STS-B, CoLA, and MNLI. MNLI is the only one of this set with a large number of", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 505, + 506, + 518 + ], + "spans": [ + { + "bbox": [ + 105, + 505, + 506, + 518 + ], + "score": 1.0, + "content": "supervised training examples. For small datasets, the bias ratio is significantly higher than one for", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 106, + 516, + 506, + 528 + ], + "spans": [ + { + "bbox": [ + 106, + 516, + 506, + 528 + ], + "score": 1.0, + "content": "the entire fine-tuning process, implying that these datasets suffer heavily from overestimation in the", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 106, + 527, + 506, + 540 + ], + "spans": [ + { + "bbox": [ + 106, + 527, + 506, + 540 + ], + "score": 1.0, + "content": "update magnitude. In comparison, for MNLI, the majority of fine-tuning occurs in the region where", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 537, + 505, + 551 + ], + "spans": [ + { + "bbox": [ + 105, + 537, + 505, + 551 + ], + "score": 1.0, + "content": "the bias ratio has converged to one. This explains why fine-tuning on MNLI is known to be relatively", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 106, + 549, + 217, + 560 + ], + "spans": [ + { + "bbox": [ + 106, + 549, + 217, + 560 + ], + "score": 1.0, + "content": "stable (Devlin et al., 2019).", + "type": "text" + } + ], + "index": 51 + } + ], + "index": 44.5, + "bbox_fs": [ + 105, + 394, + 507, + 560 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 565, + 505, + 686 + ], + "lines": [ + { + "bbox": [ + 105, + 565, + 506, + 579 + ], + "spans": [ + { + "bbox": [ + 105, + 565, + 506, + 579 + ], + "score": 1.0, + "content": "We evaluate the importance of the debiasing step empirically by fine-tuning BERT with both", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 105, + 576, + 506, + 589 + ], + "spans": [ + { + "bbox": [ + 105, + 576, + 234, + 589 + ], + "score": 1.0, + "content": "BERTADAM and the debiased", + "type": "text" + }, + { + "bbox": [ + 234, + 576, + 267, + 587 + ], + "score": 0.39, + "content": "\\mathrm { \\bf A D A M } ^ { 9 }", + "type": "inline_equation" + }, + { + "bbox": [ + 267, + 576, + 506, + 589 + ], + "score": 1.0, + "content": "for 50 random seeds on RTE, MRPC, STS-B, and CoLA.", + "type": "text" + } + ], + "index": 53 + }, + { + "bbox": [ + 106, + 588, + 505, + 599 + ], + "spans": [ + { + "bbox": [ + 106, + 588, + 505, + 599 + ], + "score": 1.0, + "content": "Figure 2 summarizes the performance distribution. The bias correction significantly reduces the", + "type": "text" + } + ], + "index": 54 + }, + { + "bbox": [ + 105, + 599, + 506, + 611 + ], + "spans": [ + { + "bbox": [ + 105, + 599, + 506, + 611 + ], + "score": 1.0, + "content": "performance variance across different random trials and the four datasets. Without the bias correction", + "type": "text" + } + ], + "index": 55 + }, + { + "bbox": [ + 105, + 610, + 506, + 622 + ], + "spans": [ + { + "bbox": [ + 105, + 610, + 506, + 622 + ], + "score": 1.0, + "content": "we observe many degenerate runs, where fine-tuned models fail to outperform the random baseline.", + "type": "text" + } + ], + "index": 56 + }, + { + "bbox": [ + 105, + 621, + 506, + 633 + ], + "spans": [ + { + "bbox": [ + 105, + 621, + 199, + 633 + ], + "score": 1.0, + "content": "For example, on RTE,", + "type": "text" + }, + { + "bbox": [ + 199, + 621, + 219, + 631 + ], + "score": 0.86, + "content": "48 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 220, + 621, + 410, + 633 + ], + "score": 1.0, + "content": "of fine-tuning runs have an accuracy less than", + "type": "text" + }, + { + "bbox": [ + 410, + 621, + 430, + 631 + ], + "score": 0.87, + "content": "55 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 430, + 621, + 506, + 633 + ], + "score": 1.0, + "content": ", which is close to", + "type": "text" + } + ], + "index": 57 + }, + { + "bbox": [ + 105, + 632, + 505, + 644 + ], + "spans": [ + { + "bbox": [ + 105, + 632, + 505, + 644 + ], + "score": 1.0, + "content": "random guessing. Figure 3 further illustrates this difference by plotting the mean and the range of", + "type": "text" + } + ], + "index": 58 + }, + { + "bbox": [ + 106, + 643, + 505, + 655 + ], + "spans": [ + { + "bbox": [ + 106, + 643, + 505, + 655 + ], + "score": 1.0, + "content": "training loss during fine-tuning across different random trials on RTE. Figure 11 in Appendix F shows", + "type": "text" + } + ], + "index": 59 + }, + { + "bbox": [ + 106, + 653, + 505, + 666 + ], + "spans": [ + { + "bbox": [ + 106, + 653, + 505, + 666 + ], + "score": 1.0, + "content": "similar plots for MRPC, STS-B, and CoLA. The biased BERTADAM consistently leads to worse", + "type": "text" + } + ], + "index": 60 + }, + { + "bbox": [ + 105, + 665, + 505, + 676 + ], + "spans": [ + { + "bbox": [ + 105, + 665, + 505, + 676 + ], + "score": 1.0, + "content": "averaged training loss, and on all datasets to higher maximum training loss. This indicates models", + "type": "text" + } + ], + "index": 61 + }, + { + "bbox": [ + 105, + 675, + 456, + 688 + ], + "spans": [ + { + "bbox": [ + 105, + 675, + 456, + 688 + ], + "score": 1.0, + "content": "trained with BERTAdam are underfitting and the root of instability lies in optimization.", + "type": "text" + } + ], + "index": 62 + } + ], + "index": 57, + "bbox_fs": [ + 105, + 565, + 506, + 688 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 105, + 78, + 505, + 165 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 105, + 78, + 505, + 165 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 78, + 505, + 165 + ], + "spans": [ + { + "bbox": [ + 105, + 78, + 505, + 165 + ], + "score": 0.965, + "type": "image", + "image_path": "888b1444d8d485059f26e3a9d16ecc2f455ee8232b364821e7f7435552d7b2ac.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 105, + 78, + 505, + 107.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 105, + 107.0, + 505, + 136.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 105, + 136.0, + 505, + 165.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 172, + 504, + 206 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 171, + 505, + 185 + ], + "spans": [ + { + "bbox": [ + 106, + 171, + 505, + 185 + ], + "score": 1.0, + "content": "Figure 4: Expected test performance (solid lines) with standard deviation (shaded region) over the", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 182, + 505, + 196 + ], + "spans": [ + { + "bbox": [ + 105, + 182, + 505, + 196 + ], + "score": 1.0, + "content": "number of random trials allocated for fine-tuning BERT. With bias correction, we reliably achieve", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 194, + 307, + 206 + ], + "spans": [ + { + "bbox": [ + 106, + 194, + 307, + 206 + ], + "score": 1.0, + "content": "good results with few (i.e., 5 or 10) random trials.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4 + } + ], + "index": 2.5 + }, + { + "type": "table", + "bbox": [ + 107, + 213, + 500, + 341 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 107, + 213, + 500, + 341 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 107, + 213, + 500, + 341 + ], + "spans": [ + { + "bbox": [ + 107, + 213, + 500, + 341 + ], + "score": 0.976, + "html": "
DatasetRTEMRPCSTS-BCoLA
3Epochs Standard 69.5±2.5 Re-init 72.6 ± 1.6Longer 72.3 ± 1.9 73.1 ± 1.33 Epochs 90.8± 1.3 91.4 ± 0.8Longer 90.5±1.5 91.0±0.43Epochs 89.0±0.6 89.4±0.2Longer 89.6 ± 0.3 89.9 ± 0.13 Epochs 63.0 ±1.5 63.9 ± 1.9Longer 62.4 ±1.7 61.9 ± 2.3
DatasetRTE(1k)MRPC (1k)STS-B (1k)CoLA (1k)
Standard Re-init3Epochs 62.5± 2.8 65.6 ± 2.0Longer 65.2 ± 2.1 65.8 ± 1.73 Epochs 80.5±3.3 84.6±1.6Longer 83.8±2.1 86.0 ± 1.23Epochs 84.7 ± 1.4 87.2 ±0.4Longer 88.0±0.4 88.4 ±0.23 Epochs 45.9± 1.6 47.6±1.8Longer 48.8 ± 1.4 48.4 ± 2.1
DatasetSST (1k)QNLI (1k)QQP (1k)MNLI (1k)
Standard Re-init3Epochs 89.7 ±1.5 90.8±0.4Longer 90.9±0.5 91.2 ± 0.53Epochs 78.6±2.0 81.9 ± 0.5Longer 81.4±0.9 82.1 ± 0.33Epochs 74.0±2.7 77.2±0.7 77.6 ± 0.6Longer 77.4 ± 0.83Epochs 52.2±4.2Longer 67.5 ±1.1
", + "type": "table", + "image_path": "4fd06a97a89bb5a8390f7116afd16d39885819c3e0fac2785f0056cd4483dfb9.jpg" + } + ] + } + ], + "index": 7, + "virtual_lines": [ + { + "bbox": [ + 107, + 213, + 500, + 255.66666666666666 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 107, + 255.66666666666666, + 500, + 298.3333333333333 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 107, + 298.3333333333333, + 500, + 341.0 + ], + "spans": [], + "index": 8 + } + ] + } + ], + "index": 7 + }, + { + "type": "text", + "bbox": [ + 106, + 352, + 505, + 407 + ], + "lines": [ + { + "bbox": [ + 106, + 352, + 505, + 364 + ], + "spans": [ + { + "bbox": [ + 106, + 352, + 505, + 364 + ], + "score": 1.0, + "content": "Table 1: Mean test performance and standard deviation. We compare fine-tuning with the complete", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 362, + 505, + 376 + ], + "spans": [ + { + "bbox": [ + 106, + 362, + 505, + 376 + ], + "score": 1.0, + "content": "BERT model (Standard) and fine-tuning with the partially re-initialized BERT (Re-init). We show", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 373, + 505, + 387 + ], + "spans": [ + { + "bbox": [ + 105, + 373, + 505, + 387 + ], + "score": 1.0, + "content": "results of fine-tuning for 3 epochs and for longer training (Sec 6). We underline and highlight in blue", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 385, + 505, + 398 + ], + "spans": [ + { + "bbox": [ + 106, + 385, + 505, + 398 + ], + "score": 1.0, + "content": "the best and number statistically equivalent to it among each group of 4 numbers. We use a one-tailed", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 395, + 354, + 409 + ], + "spans": [ + { + "bbox": [ + 105, + 395, + 146, + 409 + ], + "score": 1.0, + "content": "Student’s", + "type": "text" + }, + { + "bbox": [ + 146, + 397, + 151, + 406 + ], + "score": 0.75, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 151, + 395, + 312, + 409 + ], + "score": 1.0, + "content": "-test and reject the null hypothesis when", + "type": "text" + }, + { + "bbox": [ + 312, + 397, + 349, + 408 + ], + "score": 0.9, + "content": "p < 0 . 0 5", + "type": "inline_equation" + }, + { + "bbox": [ + 350, + 395, + 354, + 409 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 11 + }, + { + "type": "text", + "bbox": [ + 106, + 422, + 505, + 543 + ], + "lines": [ + { + "bbox": [ + 105, + 422, + 505, + 435 + ], + "spans": [ + { + "bbox": [ + 105, + 422, + 505, + 435 + ], + "score": 1.0, + "content": "We simulate a realistic setting of multiple random trials following Dodge et al. (2020). We use", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 433, + 505, + 446 + ], + "spans": [ + { + "bbox": [ + 106, + 433, + 505, + 446 + ], + "score": 1.0, + "content": "bootstrapping for the simulation: given the 50 fine-tuned models we trained, we sample models", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 444, + 506, + 457 + ], + "spans": [ + { + "bbox": [ + 106, + 444, + 506, + 457 + ], + "score": 1.0, + "content": "with replacement, perform model selection on the validation set, and record the test results; we", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 104, + 455, + 505, + 468 + ], + "spans": [ + { + "bbox": [ + 104, + 455, + 505, + 468 + ], + "score": 1.0, + "content": "repeat this process 1k times to estimate mean and variance. Figure 4 shows the simulated test results", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 466, + 505, + 479 + ], + "spans": [ + { + "bbox": [ + 105, + 466, + 505, + 479 + ], + "score": 1.0, + "content": "as a function of the number of random trials. Appendix E provides the same plots for validation", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 477, + 505, + 489 + ], + "spans": [ + { + "bbox": [ + 105, + 477, + 505, + 489 + ], + "score": 1.0, + "content": "performance. Using the debiased ADAM we can reliably achieve good results using fewer random", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 488, + 504, + 501 + ], + "spans": [ + { + "bbox": [ + 106, + 488, + 504, + 501 + ], + "score": 1.0, + "content": "trials; the difference in expected performance is especially pronounced when we perform less than", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 498, + 505, + 513 + ], + "spans": [ + { + "bbox": [ + 105, + 498, + 505, + 513 + ], + "score": 1.0, + "content": "10 trials. Whereas the expected validation performance monotonically improves with more random", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 508, + 505, + 524 + ], + "spans": [ + { + "bbox": [ + 105, + 508, + 505, + 524 + ], + "score": 1.0, + "content": "trials (Dodge et al., 2020), the expected test performance deteriorates when we perform too many", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 522, + 505, + 534 + ], + "spans": [ + { + "bbox": [ + 105, + 522, + 505, + 534 + ], + "score": 1.0, + "content": "random trials because the model selection process potentially overfits the validation set. Based on", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 532, + 499, + 545 + ], + "spans": [ + { + "bbox": [ + 106, + 532, + 499, + 545 + ], + "score": 1.0, + "content": "these observations, we recommend performing a moderate number of random trials (i.e., 5 or 10).", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 19 + }, + { + "type": "title", + "bbox": [ + 106, + 562, + 457, + 575 + ], + "lines": [ + { + "bbox": [ + 105, + 561, + 459, + 577 + ], + "spans": [ + { + "bbox": [ + 105, + 561, + 459, + 577 + ], + "score": 1.0, + "content": "5 INITIALIZATION: RE-INITIALIZING BERT PRE-TRAINED LAYERS", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 25 + }, + { + "type": "text", + "bbox": [ + 107, + 589, + 505, + 731 + ], + "lines": [ + { + "bbox": [ + 105, + 588, + 506, + 601 + ], + "spans": [ + { + "bbox": [ + 105, + 588, + 506, + 601 + ], + "score": 1.0, + "content": "The initial values of network parameters have significant impact on the process of training deep neural", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 601, + 506, + 612 + ], + "spans": [ + { + "bbox": [ + 106, + 601, + 506, + 612 + ], + "score": 1.0, + "content": "networks, and various methods exist for careful initialization (Glorot & Bengio, 2010; He et al., 2015;", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 611, + 505, + 623 + ], + "spans": [ + { + "bbox": [ + 106, + 611, + 505, + 623 + ], + "score": 1.0, + "content": "Zhang et al., 2019; Radford et al., 2019; Dauphin & Schoenholz, 2019). During fine-tuning, the BERT", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 621, + 505, + 635 + ], + "spans": [ + { + "bbox": [ + 105, + 621, + 505, + 635 + ], + "score": 1.0, + "content": "parameters take the role of the initialization point for the fine-tuning optimization process, while also", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 632, + 506, + 647 + ], + "spans": [ + { + "bbox": [ + 105, + 632, + 506, + 647 + ], + "score": 1.0, + "content": "capturing the information transferred from pre-training. The common approach for BERT fine-tuning", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 644, + 505, + 657 + ], + "spans": [ + { + "bbox": [ + 105, + 644, + 505, + 657 + ], + "score": 1.0, + "content": "is to initialize all layers except one specialized output layer with the pre-trained weights. We study", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 654, + 506, + 668 + ], + "spans": [ + { + "bbox": [ + 105, + 654, + 506, + 668 + ], + "score": 1.0, + "content": "the value of transferring all the layers in contrast to simply ignoring the information learned in some", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 666, + 505, + 679 + ], + "spans": [ + { + "bbox": [ + 106, + 666, + 505, + 679 + ], + "score": 1.0, + "content": "layers. This is motivated by object recognition transfer learning results showing that lower pre-trained", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 677, + 505, + 690 + ], + "spans": [ + { + "bbox": [ + 106, + 677, + 505, + 690 + ], + "score": 1.0, + "content": "layers learn more general features while higher layers closer to the output specialize more to the", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 687, + 506, + 701 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 506, + 701 + ], + "score": 1.0, + "content": "pre-training tasks (Yosinski et al., 2014). Existing methods using BERT show that using the complete", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "network is not always the most effective choice, as we discuss in Section 2. Our empirical results", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 709, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 506, + 722 + ], + "score": 1.0, + "content": "further confirm this: we observe that transferring the top pre-trained layers slows down learning and", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 721, + 184, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 184, + 733 + ], + "score": 1.0, + "content": "hurts performance.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 32 + } + ], + "page_idx": 4, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 292, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "score": 1.0, + "content": "Published as a conference paper at ICLR 2021", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 751, + 308, + 760 + ], + "lines": [ + { + "bbox": [ + 302, + 750, + 309, + 763 + ], + "spans": [ + { + "bbox": [ + 302, + 750, + 309, + 763 + ], + "score": 1.0, + "content": "5", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 105, + 78, + 505, + 165 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 105, + 78, + 505, + 165 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 78, + 505, + 165 + ], + "spans": [ + { + "bbox": [ + 105, + 78, + 505, + 165 + ], + "score": 0.965, + "type": "image", + "image_path": "888b1444d8d485059f26e3a9d16ecc2f455ee8232b364821e7f7435552d7b2ac.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 105, + 78, + 505, + 107.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 105, + 107.0, + 505, + 136.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 105, + 136.0, + 505, + 165.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 172, + 504, + 206 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 171, + 505, + 185 + ], + "spans": [ + { + "bbox": [ + 106, + 171, + 505, + 185 + ], + "score": 1.0, + "content": "Figure 4: Expected test performance (solid lines) with standard deviation (shaded region) over the", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 182, + 505, + 196 + ], + "spans": [ + { + "bbox": [ + 105, + 182, + 505, + 196 + ], + "score": 1.0, + "content": "number of random trials allocated for fine-tuning BERT. With bias correction, we reliably achieve", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 194, + 307, + 206 + ], + "spans": [ + { + "bbox": [ + 106, + 194, + 307, + 206 + ], + "score": 1.0, + "content": "good results with few (i.e., 5 or 10) random trials.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4 + } + ], + "index": 2.5 + }, + { + "type": "table", + "bbox": [ + 107, + 213, + 500, + 341 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 107, + 213, + 500, + 341 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 107, + 213, + 500, + 341 + ], + "spans": [ + { + "bbox": [ + 107, + 213, + 500, + 341 + ], + "score": 0.976, + "html": "
DatasetRTEMRPCSTS-BCoLA
3Epochs Standard 69.5±2.5 Re-init 72.6 ± 1.6Longer 72.3 ± 1.9 73.1 ± 1.33 Epochs 90.8± 1.3 91.4 ± 0.8Longer 90.5±1.5 91.0±0.43Epochs 89.0±0.6 89.4±0.2Longer 89.6 ± 0.3 89.9 ± 0.13 Epochs 63.0 ±1.5 63.9 ± 1.9Longer 62.4 ±1.7 61.9 ± 2.3
DatasetRTE(1k)MRPC (1k)STS-B (1k)CoLA (1k)
Standard Re-init3Epochs 62.5± 2.8 65.6 ± 2.0Longer 65.2 ± 2.1 65.8 ± 1.73 Epochs 80.5±3.3 84.6±1.6Longer 83.8±2.1 86.0 ± 1.23Epochs 84.7 ± 1.4 87.2 ±0.4Longer 88.0±0.4 88.4 ±0.23 Epochs 45.9± 1.6 47.6±1.8Longer 48.8 ± 1.4 48.4 ± 2.1
DatasetSST (1k)QNLI (1k)QQP (1k)MNLI (1k)
Standard Re-init3Epochs 89.7 ±1.5 90.8±0.4Longer 90.9±0.5 91.2 ± 0.53Epochs 78.6±2.0 81.9 ± 0.5Longer 81.4±0.9 82.1 ± 0.33Epochs 74.0±2.7 77.2±0.7 77.6 ± 0.6Longer 77.4 ± 0.83Epochs 52.2±4.2Longer 67.5 ±1.1
", + "type": "table", + "image_path": "4fd06a97a89bb5a8390f7116afd16d39885819c3e0fac2785f0056cd4483dfb9.jpg" + } + ] + } + ], + "index": 7, + "virtual_lines": [ + { + "bbox": [ + 107, + 213, + 500, + 255.66666666666666 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 107, + 255.66666666666666, + 500, + 298.3333333333333 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 107, + 298.3333333333333, + 500, + 341.0 + ], + "spans": [], + "index": 8 + } + ] + } + ], + "index": 7 + }, + { + "type": "text", + "bbox": [ + 106, + 352, + 505, + 407 + ], + "lines": [ + { + "bbox": [ + 106, + 352, + 505, + 364 + ], + "spans": [ + { + "bbox": [ + 106, + 352, + 505, + 364 + ], + "score": 1.0, + "content": "Table 1: Mean test performance and standard deviation. We compare fine-tuning with the complete", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 362, + 505, + 376 + ], + "spans": [ + { + "bbox": [ + 106, + 362, + 505, + 376 + ], + "score": 1.0, + "content": "BERT model (Standard) and fine-tuning with the partially re-initialized BERT (Re-init). We show", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 373, + 505, + 387 + ], + "spans": [ + { + "bbox": [ + 105, + 373, + 505, + 387 + ], + "score": 1.0, + "content": "results of fine-tuning for 3 epochs and for longer training (Sec 6). We underline and highlight in blue", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 385, + 505, + 398 + ], + "spans": [ + { + "bbox": [ + 106, + 385, + 505, + 398 + ], + "score": 1.0, + "content": "the best and number statistically equivalent to it among each group of 4 numbers. We use a one-tailed", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 395, + 354, + 409 + ], + "spans": [ + { + "bbox": [ + 105, + 395, + 146, + 409 + ], + "score": 1.0, + "content": "Student’s", + "type": "text" + }, + { + "bbox": [ + 146, + 397, + 151, + 406 + ], + "score": 0.75, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 151, + 395, + 312, + 409 + ], + "score": 1.0, + "content": "-test and reject the null hypothesis when", + "type": "text" + }, + { + "bbox": [ + 312, + 397, + 349, + 408 + ], + "score": 0.9, + "content": "p < 0 . 0 5", + "type": "inline_equation" + }, + { + "bbox": [ + 350, + 395, + 354, + 409 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 11, + "bbox_fs": [ + 105, + 352, + 505, + 409 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 422, + 505, + 543 + ], + "lines": [ + { + "bbox": [ + 105, + 422, + 505, + 435 + ], + "spans": [ + { + "bbox": [ + 105, + 422, + 505, + 435 + ], + "score": 1.0, + "content": "We simulate a realistic setting of multiple random trials following Dodge et al. (2020). We use", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 433, + 505, + 446 + ], + "spans": [ + { + "bbox": [ + 106, + 433, + 505, + 446 + ], + "score": 1.0, + "content": "bootstrapping for the simulation: given the 50 fine-tuned models we trained, we sample models", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 444, + 506, + 457 + ], + "spans": [ + { + "bbox": [ + 106, + 444, + 506, + 457 + ], + "score": 1.0, + "content": "with replacement, perform model selection on the validation set, and record the test results; we", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 104, + 455, + 505, + 468 + ], + "spans": [ + { + "bbox": [ + 104, + 455, + 505, + 468 + ], + "score": 1.0, + "content": "repeat this process 1k times to estimate mean and variance. Figure 4 shows the simulated test results", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 466, + 505, + 479 + ], + "spans": [ + { + "bbox": [ + 105, + 466, + 505, + 479 + ], + "score": 1.0, + "content": "as a function of the number of random trials. Appendix E provides the same plots for validation", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 477, + 505, + 489 + ], + "spans": [ + { + "bbox": [ + 105, + 477, + 505, + 489 + ], + "score": 1.0, + "content": "performance. Using the debiased ADAM we can reliably achieve good results using fewer random", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 488, + 504, + 501 + ], + "spans": [ + { + "bbox": [ + 106, + 488, + 504, + 501 + ], + "score": 1.0, + "content": "trials; the difference in expected performance is especially pronounced when we perform less than", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 498, + 505, + 513 + ], + "spans": [ + { + "bbox": [ + 105, + 498, + 505, + 513 + ], + "score": 1.0, + "content": "10 trials. Whereas the expected validation performance monotonically improves with more random", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 508, + 505, + 524 + ], + "spans": [ + { + "bbox": [ + 105, + 508, + 505, + 524 + ], + "score": 1.0, + "content": "trials (Dodge et al., 2020), the expected test performance deteriorates when we perform too many", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 522, + 505, + 534 + ], + "spans": [ + { + "bbox": [ + 105, + 522, + 505, + 534 + ], + "score": 1.0, + "content": "random trials because the model selection process potentially overfits the validation set. Based on", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 532, + 499, + 545 + ], + "spans": [ + { + "bbox": [ + 106, + 532, + 499, + 545 + ], + "score": 1.0, + "content": "these observations, we recommend performing a moderate number of random trials (i.e., 5 or 10).", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 19, + "bbox_fs": [ + 104, + 422, + 506, + 545 + ] + }, + { + "type": "title", + "bbox": [ + 106, + 562, + 457, + 575 + ], + "lines": [ + { + "bbox": [ + 105, + 561, + 459, + 577 + ], + "spans": [ + { + "bbox": [ + 105, + 561, + 459, + 577 + ], + "score": 1.0, + "content": "5 INITIALIZATION: RE-INITIALIZING BERT PRE-TRAINED LAYERS", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 25 + }, + { + "type": "text", + "bbox": [ + 107, + 589, + 505, + 731 + ], + "lines": [ + { + "bbox": [ + 105, + 588, + 506, + 601 + ], + "spans": [ + { + "bbox": [ + 105, + 588, + 506, + 601 + ], + "score": 1.0, + "content": "The initial values of network parameters have significant impact on the process of training deep neural", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 601, + 506, + 612 + ], + "spans": [ + { + "bbox": [ + 106, + 601, + 506, + 612 + ], + "score": 1.0, + "content": "networks, and various methods exist for careful initialization (Glorot & Bengio, 2010; He et al., 2015;", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 611, + 505, + 623 + ], + "spans": [ + { + "bbox": [ + 106, + 611, + 505, + 623 + ], + "score": 1.0, + "content": "Zhang et al., 2019; Radford et al., 2019; Dauphin & Schoenholz, 2019). During fine-tuning, the BERT", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 621, + 505, + 635 + ], + "spans": [ + { + "bbox": [ + 105, + 621, + 505, + 635 + ], + "score": 1.0, + "content": "parameters take the role of the initialization point for the fine-tuning optimization process, while also", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 632, + 506, + 647 + ], + "spans": [ + { + "bbox": [ + 105, + 632, + 506, + 647 + ], + "score": 1.0, + "content": "capturing the information transferred from pre-training. The common approach for BERT fine-tuning", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 644, + 505, + 657 + ], + "spans": [ + { + "bbox": [ + 105, + 644, + 505, + 657 + ], + "score": 1.0, + "content": "is to initialize all layers except one specialized output layer with the pre-trained weights. We study", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 654, + 506, + 668 + ], + "spans": [ + { + "bbox": [ + 105, + 654, + 506, + 668 + ], + "score": 1.0, + "content": "the value of transferring all the layers in contrast to simply ignoring the information learned in some", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 666, + 505, + 679 + ], + "spans": [ + { + "bbox": [ + 106, + 666, + 505, + 679 + ], + "score": 1.0, + "content": "layers. This is motivated by object recognition transfer learning results showing that lower pre-trained", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 677, + 505, + 690 + ], + "spans": [ + { + "bbox": [ + 106, + 677, + 505, + 690 + ], + "score": 1.0, + "content": "layers learn more general features while higher layers closer to the output specialize more to the", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 687, + 506, + 701 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 506, + 701 + ], + "score": 1.0, + "content": "pre-training tasks (Yosinski et al., 2014). Existing methods using BERT show that using the complete", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "network is not always the most effective choice, as we discuss in Section 2. Our empirical results", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 709, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 506, + 722 + ], + "score": 1.0, + "content": "further confirm this: we observe that transferring the top pre-trained layers slows down learning and", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 721, + 184, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 184, + 733 + ], + "score": 1.0, + "content": "hurts performance.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 32, + "bbox_fs": [ + 105, + 588, + 506, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 106, + 79, + 299, + 170 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 106, + 79, + 299, + 170 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 79, + 299, + 170 + ], + "spans": [ + { + "bbox": [ + 106, + 79, + 299, + 170 + ], + "score": 0.969, + "type": "image", + "image_path": "1b3d772ba721dc61be871c702183a176a00f053fff25636d890735be3a97b0b2.jpg" + } + ] + } + ], + "index": 3, + "virtual_lines": [ + { + "bbox": [ + 106, + 79, + 299, + 92.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 106, + 92.0, + 299, + 105.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 106, + 105.0, + 299, + 118.0 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 106, + 118.0, + 299, + 131.0 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 106, + 131.0, + 299, + 144.0 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 106, + 144.0, + 299, + 157.0 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 106, + 157.0, + 299, + 170.0 + ], + "spans": [], + "index": 6 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 179, + 299, + 211 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 179, + 300, + 191 + ], + "spans": [ + { + "bbox": [ + 106, + 179, + 300, + 191 + ], + "score": 1.0, + "content": "Figure 5: Validation performance distribution of", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 190, + 298, + 201 + ], + "spans": [ + { + "bbox": [ + 106, + 190, + 298, + 201 + ], + "score": 1.0, + "content": "re-initializing different number of layers of the", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 200, + 164, + 212 + ], + "spans": [ + { + "bbox": [ + 106, + 200, + 164, + 212 + ], + "score": 1.0, + "content": "BERT model.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14 + } + ], + "index": 8.5 + }, + { + "type": "image", + "bbox": [ + 309, + 81, + 502, + 171 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 309, + 81, + 502, + 171 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 309, + 81, + 502, + 171 + ], + "spans": [ + { + "bbox": [ + 309, + 81, + 502, + 171 + ], + "score": 0.971, + "type": "image", + "image_path": "eda223b21c2f2d264eeb134c80489a1829b7bb8c8de1cf4fac57901c63304f76.jpg" + } + ] + } + ], + "index": 9.5, + "virtual_lines": [ + { + "bbox": [ + 309, + 81, + 502, + 96.0 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 309, + 96.0, + 502, + 111.0 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 309, + 111.0, + 502, + 126.0 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 309, + 126.0, + 502, + 141.0 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 309, + 141.0, + 502, + 156.0 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 309, + 156.0, + 502, + 171.0 + ], + "spans": [], + "index": 12 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 309, + 179, + 502, + 223 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 309, + 179, + 502, + 191 + ], + "spans": [ + { + "bbox": [ + 309, + 179, + 502, + 191 + ], + "score": 1.0, + "content": "Figure 6: Mean (solid lines) and Range (shaded", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 309, + 190, + 503, + 202 + ], + "spans": [ + { + "bbox": [ + 309, + 190, + 503, + 202 + ], + "score": 1.0, + "content": "region) of training loss during fine-tuning BERT,", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 309, + 200, + 503, + 213 + ], + "spans": [ + { + "bbox": [ + 309, + 200, + 503, + 213 + ], + "score": 1.0, + "content": "across 20 random trials. Re-init leads to faster", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 309, + 212, + 452, + 225 + ], + "spans": [ + { + "bbox": [ + 309, + 212, + 452, + 225 + ], + "score": 1.0, + "content": "convergence and shrinks the range.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 17.5 + } + ], + "index": 13.5 + }, + { + "type": "text", + "bbox": [ + 107, + 243, + 505, + 309 + ], + "lines": [ + { + "bbox": [ + 105, + 243, + 506, + 255 + ], + "spans": [ + { + "bbox": [ + 105, + 243, + 506, + 255 + ], + "score": 1.0, + "content": "We test the transferability of the top layers using a simple ablation study. Instead of using the pre-", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 254, + 506, + 266 + ], + "spans": [ + { + "bbox": [ + 105, + 254, + 398, + 266 + ], + "score": 1.0, + "content": "trained weights for all layers, we re-initialize the pooler layers and the top", + "type": "text" + }, + { + "bbox": [ + 399, + 254, + 426, + 264 + ], + "score": 0.89, + "content": "L \\in \\mathbb { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 427, + 254, + 506, + 266 + ], + "score": 1.0, + "content": "BERT Transformer", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 264, + 505, + 277 + ], + "spans": [ + { + "bbox": [ + 105, + 264, + 292, + 277 + ], + "score": 1.0, + "content": "blocks using the original BERT initialization,", + "type": "text" + }, + { + "bbox": [ + 293, + 264, + 342, + 276 + ], + "score": 0.93, + "content": "\\dot { N } ( 0 , 0 . 0 2 ^ { \\dot { 2 } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 343, + 264, + 505, + 277 + ], + "score": 1.0, + "content": ". We compare two settings: (a) standard", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 275, + 506, + 289 + ], + "spans": [ + { + "bbox": [ + 105, + 275, + 506, + 289 + ], + "score": 1.0, + "content": "fine-tuning with BERT, and (b) Re-init fine-tuning of BERT. We evaluate Re-init by selecting", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 286, + 505, + 299 + ], + "spans": [ + { + "bbox": [ + 106, + 286, + 170, + 299 + ], + "score": 0.93, + "content": "L \\in \\{ 1 , \\ldots , 6 \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 170, + 286, + 505, + 299 + ], + "score": 1.0, + "content": "based on mean validation performance. All experiments use the debiased ADAM", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 298, + 244, + 309 + ], + "spans": [ + { + "bbox": [ + 106, + 298, + 244, + 309 + ], + "score": 1.0, + "content": "(Section 4) with 20 random seeds.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 22.5 + }, + { + "type": "text", + "bbox": [ + 107, + 316, + 505, + 371 + ], + "lines": [ + { + "bbox": [ + 106, + 316, + 505, + 328 + ], + "spans": [ + { + "bbox": [ + 106, + 316, + 505, + 328 + ], + "score": 1.0, + "content": "Re-init Impact on Performance Table 1 shows our results on all the datasets from Section 3. We", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 326, + 505, + 340 + ], + "spans": [ + { + "bbox": [ + 105, + 326, + 505, + 340 + ], + "score": 1.0, + "content": "show results for the common setting of using 3 epochs, and also for longer training, which we discuss", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 104, + 336, + 506, + 352 + ], + "spans": [ + { + "bbox": [ + 104, + 336, + 506, + 352 + ], + "score": 1.0, + "content": "and study in Section 6. Re-init consistently improves mean performance on all the datasets, showing", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 350, + 505, + 362 + ], + "spans": [ + { + "bbox": [ + 106, + 350, + 505, + 362 + ], + "score": 1.0, + "content": "that not all layers are beneficial for transferring. It usually also decreases the variance across all", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 360, + 448, + 372 + ], + "spans": [ + { + "bbox": [ + 105, + 360, + 448, + 372 + ], + "score": 1.0, + "content": "datasets. Appendix F shows similar benefits for pre-trained models other than BERT.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 28 + }, + { + "type": "text", + "bbox": [ + 107, + 378, + 505, + 456 + ], + "lines": [ + { + "bbox": [ + 106, + 378, + 505, + 390 + ], + "spans": [ + { + "bbox": [ + 106, + 378, + 478, + 390 + ], + "score": 1.0, + "content": "Sensitivity to Number of Layers Re-initialized Figure 5 shows the effect of the choice of", + "type": "text" + }, + { + "bbox": [ + 479, + 379, + 487, + 388 + ], + "score": 0.75, + "content": "L", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 378, + 505, + 390 + ], + "score": 1.0, + "content": ", the", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 390, + 505, + 402 + ], + "spans": [ + { + "bbox": [ + 105, + 390, + 505, + 402 + ], + "score": 1.0, + "content": "number of blocks we re-initialize, on RTE and MRPC. Figure 13 in Appendix F shows similar plots", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 400, + 505, + 413 + ], + "spans": [ + { + "bbox": [ + 105, + 400, + 505, + 413 + ], + "score": 1.0, + "content": "for the rest of the datasets. We observe more significant improvement in the worst-case performance", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 411, + 505, + 425 + ], + "spans": [ + { + "bbox": [ + 105, + 411, + 505, + 425 + ], + "score": 1.0, + "content": "than the best performance, suggesting that Re-init is more robust to unfavorable random seed. We", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 421, + 506, + 435 + ], + "spans": [ + { + "bbox": [ + 105, + 421, + 506, + 435 + ], + "score": 1.0, + "content": "already see improvements when only the pooler layer is re-initialized. Re-initializing further layers", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 434, + 505, + 446 + ], + "spans": [ + { + "bbox": [ + 105, + 434, + 206, + 446 + ], + "score": 1.0, + "content": "helps more. For larger", + "type": "text" + }, + { + "bbox": [ + 207, + 434, + 215, + 443 + ], + "score": 0.72, + "content": "L", + "type": "inline_equation" + }, + { + "bbox": [ + 216, + 434, + 505, + 446 + ], + "score": 1.0, + "content": "though, the performance plateaus and even decreases as re-initialize", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 445, + 445, + 456 + ], + "spans": [ + { + "bbox": [ + 105, + 445, + 345, + 456 + ], + "score": 1.0, + "content": "pre-trained layers with general important features. The best", + "type": "text" + }, + { + "bbox": [ + 346, + 445, + 354, + 454 + ], + "score": 0.76, + "content": "L", + "type": "inline_equation" + }, + { + "bbox": [ + 354, + 445, + 445, + 456 + ], + "score": 1.0, + "content": "varies across datasets.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 34 + }, + { + "type": "text", + "bbox": [ + 106, + 463, + 506, + 628 + ], + "lines": [ + { + "bbox": [ + 105, + 462, + 506, + 476 + ], + "spans": [ + { + "bbox": [ + 105, + 462, + 506, + 476 + ], + "score": 1.0, + "content": "Effect on Convergence and Parameter Change Figure 6 shows the training loss for both the", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 473, + 505, + 487 + ], + "spans": [ + { + "bbox": [ + 105, + 473, + 505, + 487 + ], + "score": 1.0, + "content": "standard fine-tuning and Re-init on RTE and MRPC. Figure 13, Appendix F shows the training", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 484, + 506, + 497 + ], + "spans": [ + { + "bbox": [ + 105, + 484, + 506, + 497 + ], + "score": 1.0, + "content": "loss for all other datasets. Re-init leads to faster convergence. We study the weights of different", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 104, + 495, + 506, + 509 + ], + "spans": [ + { + "bbox": [ + 104, + 495, + 454, + 509 + ], + "score": 1.0, + "content": "Transformer blocks. For each block, we concatenate all parameters and record the", + "type": "text" + }, + { + "bbox": [ + 454, + 496, + 468, + 506 + ], + "score": 0.58, + "content": "L 2", + "type": "inline_equation" + }, + { + "bbox": [ + 468, + 495, + 506, + 509 + ], + "score": 1.0, + "content": "distance", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 506, + 505, + 519 + ], + "spans": [ + { + "bbox": [ + 105, + 506, + 491, + 519 + ], + "score": 1.0, + "content": "between these parameters and their initialized values during fine-tuning. Figure 7 plots the", + "type": "text" + }, + { + "bbox": [ + 491, + 507, + 505, + 517 + ], + "score": 0.68, + "content": "L 2", + "type": "inline_equation" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 517, + 506, + 531 + ], + "spans": [ + { + "bbox": [ + 105, + 517, + 489, + 531 + ], + "score": 1.0, + "content": "distance for four different transformer blocks as a function of training steps on RTE, and Figures", + "type": "text" + }, + { + "bbox": [ + 490, + 518, + 506, + 528 + ], + "score": 0.37, + "content": "1 5 -", + "type": "inline_equation" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 528, + 505, + 541 + ], + "spans": [ + { + "bbox": [ + 105, + 528, + 491, + 541 + ], + "score": 1.0, + "content": "18 in Appendix F show all transformer blocks on four datasets. In general, Re-init decreases the", + "type": "text" + }, + { + "bbox": [ + 491, + 529, + 505, + 539 + ], + "score": 0.59, + "content": "L 2", + "type": "inline_equation" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 540, + 505, + 551 + ], + "spans": [ + { + "bbox": [ + 106, + 540, + 505, + 551 + ], + "score": 1.0, + "content": "distance to initialization for top Transformer blocks (i.e., 18–24). Re-initializing more layers leads to", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 550, + 506, + 562 + ], + "spans": [ + { + "bbox": [ + 105, + 550, + 506, + 562 + ], + "score": 1.0, + "content": "a larger reduction, indicating that Re-init decreases the fine-tuning workload. The effect of Re-init", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 561, + 506, + 574 + ], + "spans": [ + { + "bbox": [ + 105, + 561, + 506, + 574 + ], + "score": 1.0, + "content": "is not local; even re-initializing only the topmost Transformer block can affect the whole network.", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 571, + 505, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 571, + 161, + 585 + ], + "score": 1.0, + "content": "While setting", + "type": "text" + }, + { + "bbox": [ + 162, + 573, + 188, + 583 + ], + "score": 0.9, + "content": "L = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 188, + 571, + 199, + 585 + ], + "score": 1.0, + "content": "or", + "type": "text" + }, + { + "bbox": [ + 200, + 573, + 226, + 583 + ], + "score": 0.9, + "content": "L = 3", + "type": "inline_equation" + }, + { + "bbox": [ + 227, + 571, + 505, + 585 + ], + "score": 1.0, + "content": "continues to benefit the bottom Transformer blocks, re-initializing too", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 104, + 582, + 506, + 597 + ], + "spans": [ + { + "bbox": [ + 104, + 582, + 178, + 597 + ], + "score": 1.0, + "content": "many layers (e.g.,", + "type": "text" + }, + { + "bbox": [ + 178, + 583, + 209, + 594 + ], + "score": 0.89, + "content": "L = 1 0", + "type": "inline_equation" + }, + { + "bbox": [ + 209, + 582, + 277, + 597 + ], + "score": 1.0, + "content": ") can increase the", + "type": "text" + }, + { + "bbox": [ + 278, + 583, + 291, + 594 + ], + "score": 0.68, + "content": "L 2", + "type": "inline_equation" + }, + { + "bbox": [ + 291, + 582, + 506, + 597 + ], + "score": 1.0, + "content": "distance in the bottom Transformer blocks, suggesting", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 594, + 506, + 607 + ], + "spans": [ + { + "bbox": [ + 105, + 594, + 506, + 607 + ], + "score": 1.0, + "content": "a tradeoff between the bottom and the top Transformer blocks. Collectively, these results suggest", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 605, + 505, + 618 + ], + "spans": [ + { + "bbox": [ + 105, + 605, + 370, + 618 + ], + "score": 1.0, + "content": "that Re-init finds a better initialization for fine-tuning and the top", + "type": "text" + }, + { + "bbox": [ + 371, + 606, + 379, + 615 + ], + "score": 0.78, + "content": "L", + "type": "inline_equation" + }, + { + "bbox": [ + 379, + 605, + 505, + 618 + ], + "score": 1.0, + "content": "layers of BERT are potentially", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 106, + 617, + 286, + 629 + ], + "spans": [ + { + "bbox": [ + 106, + 617, + 286, + 629 + ], + "score": 1.0, + "content": "overspecialized to the pre-training objective.", + "type": "text" + } + ], + "index": 52 + } + ], + "index": 45 + }, + { + "type": "title", + "bbox": [ + 107, + 648, + 425, + 662 + ], + "lines": [ + { + "bbox": [ + 105, + 648, + 428, + 663 + ], + "spans": [ + { + "bbox": [ + 105, + 648, + 428, + 663 + ], + "score": 1.0, + "content": "6 TRAINING ITERATIONS: FINE-TUNING BERT FOR LONGER", + "type": "text" + } + ], + "index": 53 + } + ], + "index": 53 + }, + { + "type": "text", + "bbox": [ + 107, + 677, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 677, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 106, + 677, + 505, + 689 + ], + "score": 1.0, + "content": "BERT is typically fine-tuned with a slanted triangular learning rate, which applies linear warm-up to", + "type": "text" + } + ], + "index": 54 + }, + { + "bbox": [ + 106, + 688, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 688, + 505, + 700 + ], + "score": 1.0, + "content": "the learning rate followed by a linear decay. This learning schedule warrants deciding the number", + "type": "text" + } + ], + "index": 55 + }, + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "of training iterations upfront. Devlin et al. (2019) recommend fine-tuning GLUE datasets for three", + "type": "text" + } + ], + "index": 56 + }, + { + "bbox": [ + 105, + 708, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 708, + 506, + 723 + ], + "score": 1.0, + "content": "epochs. This recommendation has been adopted broadly for fine-tuning (Phang et al., 2018; Lee et al.,", + "type": "text" + } + ], + "index": 57 + }, + { + "bbox": [ + 105, + 720, + 505, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 505, + 733 + ], + "score": 1.0, + "content": "2020; Dodge et al., 2020). We study the impact of this choice, and observe that this one-size-fits-all", + "type": "text" + } + ], + "index": 58 + } + ], + "index": 56 + } + ], + "page_idx": 5, + "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, + 752, + 308, + 760 + ], + "lines": [ + { + "bbox": [ + 302, + 751, + 309, + 762 + ], + "spans": [ + { + "bbox": [ + 302, + 751, + 309, + 762 + ], + "score": 1.0, + "content": "6", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 106, + 79, + 299, + 170 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 106, + 79, + 299, + 170 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 79, + 299, + 170 + ], + "spans": [ + { + "bbox": [ + 106, + 79, + 299, + 170 + ], + "score": 0.969, + "type": "image", + "image_path": "1b3d772ba721dc61be871c702183a176a00f053fff25636d890735be3a97b0b2.jpg" + } + ] + } + ], + "index": 3, + "virtual_lines": [ + { + "bbox": [ + 106, + 79, + 299, + 92.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 106, + 92.0, + 299, + 105.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 106, + 105.0, + 299, + 118.0 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 106, + 118.0, + 299, + 131.0 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 106, + 131.0, + 299, + 144.0 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 106, + 144.0, + 299, + 157.0 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 106, + 157.0, + 299, + 170.0 + ], + "spans": [], + "index": 6 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 179, + 299, + 211 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 179, + 300, + 191 + ], + "spans": [ + { + "bbox": [ + 106, + 179, + 300, + 191 + ], + "score": 1.0, + "content": "Figure 5: Validation performance distribution of", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 190, + 298, + 201 + ], + "spans": [ + { + "bbox": [ + 106, + 190, + 298, + 201 + ], + "score": 1.0, + "content": "re-initializing different number of layers of the", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 200, + 164, + 212 + ], + "spans": [ + { + "bbox": [ + 106, + 200, + 164, + 212 + ], + "score": 1.0, + "content": "BERT model.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14 + } + ], + "index": 8.5 + }, + { + "type": "image", + "bbox": [ + 309, + 81, + 502, + 171 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 309, + 81, + 502, + 171 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 309, + 81, + 502, + 171 + ], + "spans": [ + { + "bbox": [ + 309, + 81, + 502, + 171 + ], + "score": 0.971, + "type": "image", + "image_path": "eda223b21c2f2d264eeb134c80489a1829b7bb8c8de1cf4fac57901c63304f76.jpg" + } + ] + } + ], + "index": 9.5, + "virtual_lines": [ + { + "bbox": [ + 309, + 81, + 502, + 96.0 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 309, + 96.0, + 502, + 111.0 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 309, + 111.0, + 502, + 126.0 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 309, + 126.0, + 502, + 141.0 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 309, + 141.0, + 502, + 156.0 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 309, + 156.0, + 502, + 171.0 + ], + "spans": [], + "index": 12 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 309, + 179, + 502, + 223 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 309, + 179, + 502, + 191 + ], + "spans": [ + { + "bbox": [ + 309, + 179, + 502, + 191 + ], + "score": 1.0, + "content": "Figure 6: Mean (solid lines) and Range (shaded", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 309, + 190, + 503, + 202 + ], + "spans": [ + { + "bbox": [ + 309, + 190, + 503, + 202 + ], + "score": 1.0, + "content": "region) of training loss during fine-tuning BERT,", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 309, + 200, + 503, + 213 + ], + "spans": [ + { + "bbox": [ + 309, + 200, + 503, + 213 + ], + "score": 1.0, + "content": "across 20 random trials. Re-init leads to faster", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 309, + 212, + 452, + 225 + ], + "spans": [ + { + "bbox": [ + 309, + 212, + 452, + 225 + ], + "score": 1.0, + "content": "convergence and shrinks the range.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 17.5 + } + ], + "index": 13.5 + }, + { + "type": "text", + "bbox": [ + 107, + 243, + 505, + 309 + ], + "lines": [ + { + "bbox": [ + 105, + 243, + 506, + 255 + ], + "spans": [ + { + "bbox": [ + 105, + 243, + 506, + 255 + ], + "score": 1.0, + "content": "We test the transferability of the top layers using a simple ablation study. Instead of using the pre-", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 254, + 506, + 266 + ], + "spans": [ + { + "bbox": [ + 105, + 254, + 398, + 266 + ], + "score": 1.0, + "content": "trained weights for all layers, we re-initialize the pooler layers and the top", + "type": "text" + }, + { + "bbox": [ + 399, + 254, + 426, + 264 + ], + "score": 0.89, + "content": "L \\in \\mathbb { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 427, + 254, + 506, + 266 + ], + "score": 1.0, + "content": "BERT Transformer", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 264, + 505, + 277 + ], + "spans": [ + { + "bbox": [ + 105, + 264, + 292, + 277 + ], + "score": 1.0, + "content": "blocks using the original BERT initialization,", + "type": "text" + }, + { + "bbox": [ + 293, + 264, + 342, + 276 + ], + "score": 0.93, + "content": "\\dot { N } ( 0 , 0 . 0 2 ^ { \\dot { 2 } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 343, + 264, + 505, + 277 + ], + "score": 1.0, + "content": ". We compare two settings: (a) standard", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 275, + 506, + 289 + ], + "spans": [ + { + "bbox": [ + 105, + 275, + 506, + 289 + ], + "score": 1.0, + "content": "fine-tuning with BERT, and (b) Re-init fine-tuning of BERT. We evaluate Re-init by selecting", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 286, + 505, + 299 + ], + "spans": [ + { + "bbox": [ + 106, + 286, + 170, + 299 + ], + "score": 0.93, + "content": "L \\in \\{ 1 , \\ldots , 6 \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 170, + 286, + 505, + 299 + ], + "score": 1.0, + "content": "based on mean validation performance. All experiments use the debiased ADAM", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 298, + 244, + 309 + ], + "spans": [ + { + "bbox": [ + 106, + 298, + 244, + 309 + ], + "score": 1.0, + "content": "(Section 4) with 20 random seeds.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 22.5, + "bbox_fs": [ + 105, + 243, + 506, + 309 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 316, + 505, + 371 + ], + "lines": [ + { + "bbox": [ + 106, + 316, + 505, + 328 + ], + "spans": [ + { + "bbox": [ + 106, + 316, + 505, + 328 + ], + "score": 1.0, + "content": "Re-init Impact on Performance Table 1 shows our results on all the datasets from Section 3. We", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 326, + 505, + 340 + ], + "spans": [ + { + "bbox": [ + 105, + 326, + 505, + 340 + ], + "score": 1.0, + "content": "show results for the common setting of using 3 epochs, and also for longer training, which we discuss", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 104, + 336, + 506, + 352 + ], + "spans": [ + { + "bbox": [ + 104, + 336, + 506, + 352 + ], + "score": 1.0, + "content": "and study in Section 6. Re-init consistently improves mean performance on all the datasets, showing", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 350, + 505, + 362 + ], + "spans": [ + { + "bbox": [ + 106, + 350, + 505, + 362 + ], + "score": 1.0, + "content": "that not all layers are beneficial for transferring. It usually also decreases the variance across all", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 360, + 448, + 372 + ], + "spans": [ + { + "bbox": [ + 105, + 360, + 448, + 372 + ], + "score": 1.0, + "content": "datasets. Appendix F shows similar benefits for pre-trained models other than BERT.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 28, + "bbox_fs": [ + 104, + 316, + 506, + 372 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 378, + 505, + 456 + ], + "lines": [ + { + "bbox": [ + 106, + 378, + 505, + 390 + ], + "spans": [ + { + "bbox": [ + 106, + 378, + 478, + 390 + ], + "score": 1.0, + "content": "Sensitivity to Number of Layers Re-initialized Figure 5 shows the effect of the choice of", + "type": "text" + }, + { + "bbox": [ + 479, + 379, + 487, + 388 + ], + "score": 0.75, + "content": "L", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 378, + 505, + 390 + ], + "score": 1.0, + "content": ", the", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 390, + 505, + 402 + ], + "spans": [ + { + "bbox": [ + 105, + 390, + 505, + 402 + ], + "score": 1.0, + "content": "number of blocks we re-initialize, on RTE and MRPC. Figure 13 in Appendix F shows similar plots", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 400, + 505, + 413 + ], + "spans": [ + { + "bbox": [ + 105, + 400, + 505, + 413 + ], + "score": 1.0, + "content": "for the rest of the datasets. We observe more significant improvement in the worst-case performance", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 411, + 505, + 425 + ], + "spans": [ + { + "bbox": [ + 105, + 411, + 505, + 425 + ], + "score": 1.0, + "content": "than the best performance, suggesting that Re-init is more robust to unfavorable random seed. We", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 421, + 506, + 435 + ], + "spans": [ + { + "bbox": [ + 105, + 421, + 506, + 435 + ], + "score": 1.0, + "content": "already see improvements when only the pooler layer is re-initialized. Re-initializing further layers", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 434, + 505, + 446 + ], + "spans": [ + { + "bbox": [ + 105, + 434, + 206, + 446 + ], + "score": 1.0, + "content": "helps more. For larger", + "type": "text" + }, + { + "bbox": [ + 207, + 434, + 215, + 443 + ], + "score": 0.72, + "content": "L", + "type": "inline_equation" + }, + { + "bbox": [ + 216, + 434, + 505, + 446 + ], + "score": 1.0, + "content": "though, the performance plateaus and even decreases as re-initialize", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 445, + 445, + 456 + ], + "spans": [ + { + "bbox": [ + 105, + 445, + 345, + 456 + ], + "score": 1.0, + "content": "pre-trained layers with general important features. The best", + "type": "text" + }, + { + "bbox": [ + 346, + 445, + 354, + 454 + ], + "score": 0.76, + "content": "L", + "type": "inline_equation" + }, + { + "bbox": [ + 354, + 445, + 445, + 456 + ], + "score": 1.0, + "content": "varies across datasets.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 34, + "bbox_fs": [ + 105, + 378, + 506, + 456 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 463, + 506, + 628 + ], + "lines": [ + { + "bbox": [ + 105, + 462, + 506, + 476 + ], + "spans": [ + { + "bbox": [ + 105, + 462, + 506, + 476 + ], + "score": 1.0, + "content": "Effect on Convergence and Parameter Change Figure 6 shows the training loss for both the", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 473, + 505, + 487 + ], + "spans": [ + { + "bbox": [ + 105, + 473, + 505, + 487 + ], + "score": 1.0, + "content": "standard fine-tuning and Re-init on RTE and MRPC. Figure 13, Appendix F shows the training", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 484, + 506, + 497 + ], + "spans": [ + { + "bbox": [ + 105, + 484, + 506, + 497 + ], + "score": 1.0, + "content": "loss for all other datasets. Re-init leads to faster convergence. We study the weights of different", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 104, + 495, + 506, + 509 + ], + "spans": [ + { + "bbox": [ + 104, + 495, + 454, + 509 + ], + "score": 1.0, + "content": "Transformer blocks. For each block, we concatenate all parameters and record the", + "type": "text" + }, + { + "bbox": [ + 454, + 496, + 468, + 506 + ], + "score": 0.58, + "content": "L 2", + "type": "inline_equation" + }, + { + "bbox": [ + 468, + 495, + 506, + 509 + ], + "score": 1.0, + "content": "distance", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 506, + 505, + 519 + ], + "spans": [ + { + "bbox": [ + 105, + 506, + 491, + 519 + ], + "score": 1.0, + "content": "between these parameters and their initialized values during fine-tuning. Figure 7 plots the", + "type": "text" + }, + { + "bbox": [ + 491, + 507, + 505, + 517 + ], + "score": 0.68, + "content": "L 2", + "type": "inline_equation" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 517, + 506, + 531 + ], + "spans": [ + { + "bbox": [ + 105, + 517, + 489, + 531 + ], + "score": 1.0, + "content": "distance for four different transformer blocks as a function of training steps on RTE, and Figures", + "type": "text" + }, + { + "bbox": [ + 490, + 518, + 506, + 528 + ], + "score": 0.37, + "content": "1 5 -", + "type": "inline_equation" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 528, + 505, + 541 + ], + "spans": [ + { + "bbox": [ + 105, + 528, + 491, + 541 + ], + "score": 1.0, + "content": "18 in Appendix F show all transformer blocks on four datasets. In general, Re-init decreases the", + "type": "text" + }, + { + "bbox": [ + 491, + 529, + 505, + 539 + ], + "score": 0.59, + "content": "L 2", + "type": "inline_equation" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 540, + 505, + 551 + ], + "spans": [ + { + "bbox": [ + 106, + 540, + 505, + 551 + ], + "score": 1.0, + "content": "distance to initialization for top Transformer blocks (i.e., 18–24). Re-initializing more layers leads to", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 550, + 506, + 562 + ], + "spans": [ + { + "bbox": [ + 105, + 550, + 506, + 562 + ], + "score": 1.0, + "content": "a larger reduction, indicating that Re-init decreases the fine-tuning workload. The effect of Re-init", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 561, + 506, + 574 + ], + "spans": [ + { + "bbox": [ + 105, + 561, + 506, + 574 + ], + "score": 1.0, + "content": "is not local; even re-initializing only the topmost Transformer block can affect the whole network.", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 571, + 505, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 571, + 161, + 585 + ], + "score": 1.0, + "content": "While setting", + "type": "text" + }, + { + "bbox": [ + 162, + 573, + 188, + 583 + ], + "score": 0.9, + "content": "L = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 188, + 571, + 199, + 585 + ], + "score": 1.0, + "content": "or", + "type": "text" + }, + { + "bbox": [ + 200, + 573, + 226, + 583 + ], + "score": 0.9, + "content": "L = 3", + "type": "inline_equation" + }, + { + "bbox": [ + 227, + 571, + 505, + 585 + ], + "score": 1.0, + "content": "continues to benefit the bottom Transformer blocks, re-initializing too", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 104, + 582, + 506, + 597 + ], + "spans": [ + { + "bbox": [ + 104, + 582, + 178, + 597 + ], + "score": 1.0, + "content": "many layers (e.g.,", + "type": "text" + }, + { + "bbox": [ + 178, + 583, + 209, + 594 + ], + "score": 0.89, + "content": "L = 1 0", + "type": "inline_equation" + }, + { + "bbox": [ + 209, + 582, + 277, + 597 + ], + "score": 1.0, + "content": ") can increase the", + "type": "text" + }, + { + "bbox": [ + 278, + 583, + 291, + 594 + ], + "score": 0.68, + "content": "L 2", + "type": "inline_equation" + }, + { + "bbox": [ + 291, + 582, + 506, + 597 + ], + "score": 1.0, + "content": "distance in the bottom Transformer blocks, suggesting", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 594, + 506, + 607 + ], + "spans": [ + { + "bbox": [ + 105, + 594, + 506, + 607 + ], + "score": 1.0, + "content": "a tradeoff between the bottom and the top Transformer blocks. Collectively, these results suggest", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 605, + 505, + 618 + ], + "spans": [ + { + "bbox": [ + 105, + 605, + 370, + 618 + ], + "score": 1.0, + "content": "that Re-init finds a better initialization for fine-tuning and the top", + "type": "text" + }, + { + "bbox": [ + 371, + 606, + 379, + 615 + ], + "score": 0.78, + "content": "L", + "type": "inline_equation" + }, + { + "bbox": [ + 379, + 605, + 505, + 618 + ], + "score": 1.0, + "content": "layers of BERT are potentially", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 106, + 617, + 286, + 629 + ], + "spans": [ + { + "bbox": [ + 106, + 617, + 286, + 629 + ], + "score": 1.0, + "content": "overspecialized to the pre-training objective.", + "type": "text" + } + ], + "index": 52 + } + ], + "index": 45, + "bbox_fs": [ + 104, + 462, + 506, + 629 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 648, + 425, + 662 + ], + "lines": [ + { + "bbox": [ + 105, + 648, + 428, + 663 + ], + "spans": [ + { + "bbox": [ + 105, + 648, + 428, + 663 + ], + "score": 1.0, + "content": "6 TRAINING ITERATIONS: FINE-TUNING BERT FOR LONGER", + "type": "text" + } + ], + "index": 53 + } + ], + "index": 53 + }, + { + "type": "text", + "bbox": [ + 107, + 677, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 677, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 106, + 677, + 505, + 689 + ], + "score": 1.0, + "content": "BERT is typically fine-tuned with a slanted triangular learning rate, which applies linear warm-up to", + "type": "text" + } + ], + "index": 54 + }, + { + "bbox": [ + 106, + 688, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 688, + 505, + 700 + ], + "score": 1.0, + "content": "the learning rate followed by a linear decay. This learning schedule warrants deciding the number", + "type": "text" + } + ], + "index": 55 + }, + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "of training iterations upfront. Devlin et al. (2019) recommend fine-tuning GLUE datasets for three", + "type": "text" + } + ], + "index": 56 + }, + { + "bbox": [ + 105, + 708, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 708, + 506, + 723 + ], + "score": 1.0, + "content": "epochs. This recommendation has been adopted broadly for fine-tuning (Phang et al., 2018; Lee et al.,", + "type": "text" + } + ], + "index": 57 + }, + { + "bbox": [ + 105, + 720, + 505, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 505, + 733 + ], + "score": 1.0, + "content": "2020; Dodge et al., 2020). We study the impact of this choice, and observe that this one-size-fits-all", + "type": "text" + } + ], + "index": 58 + }, + { + "bbox": [ + 105, + 345, + 505, + 361 + ], + "spans": [ + { + "bbox": [ + 105, + 345, + 505, + 361 + ], + "score": 1.0, + "content": "three-epochs practice for BERT fine-tuning is sub-optimal. Fine-tuning BERT longer can improve", + "type": "text", + "cross_page": true + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 358, + 294, + 371 + ], + "spans": [ + { + "bbox": [ + 106, + 358, + 294, + 371 + ], + "score": 1.0, + "content": "both training stability and model performance.", + "type": "text", + "cross_page": true + } + ], + "index": 12 + } + ], + "index": 56, + "bbox_fs": [ + 105, + 677, + 506, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 105, + 78, + 504, + 171 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 105, + 78, + 504, + 171 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 105, + 78, + 504, + 171 + ], + "spans": [ + { + "bbox": [ + 105, + 78, + 504, + 171 + ], + "score": 0.953, + "type": "image", + "image_path": "515d4ed141c060518b97e6a64ee2e6df53814e490cffbf8099791d5626138618.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 105, + 78, + 504, + 109.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 105, + 109.0, + 504, + 140.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 105, + 140.0, + 504, + 171.0 + ], + "spans": [], + "index": 2 + } + ] + } + ], + "index": 1 + }, + { + "type": "image", + "bbox": [ + 105, + 212, + 505, + 305 + ], + "blocks": [ + { + "type": "image_caption", + "bbox": [ + 105, + 178, + 506, + 211 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 178, + 505, + 190 + ], + "spans": [ + { + "bbox": [ + 106, + 178, + 505, + 190 + ], + "score": 1.0, + "content": "Figure 7: L2 distance to the initial parameters during fine-tuning BERT on RTE. Re-init reduces the", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 189, + 505, + 202 + ], + "spans": [ + { + "bbox": [ + 106, + 189, + 505, + 202 + ], + "score": 1.0, + "content": "amount of change in the weights of top Transformer blocks. However, re-initializing too many layers", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 201, + 337, + 212 + ], + "spans": [ + { + "bbox": [ + 106, + 201, + 337, + 212 + ], + "score": 1.0, + "content": "causes a larger change in the bottom Transformer blocks.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4 + }, + { + "type": "image_body", + "bbox": [ + 105, + 212, + 505, + 305 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 212, + 505, + 305 + ], + "spans": [ + { + "bbox": [ + 105, + 212, + 505, + 305 + ], + "score": 0.961, + "type": "image", + "image_path": "7c309fec6acab01176fbb3d52e6885ed18dd82b6f361022597b864f19319811a.jpg" + } + ] + } + ], + "index": 7, + "virtual_lines": [ + { + "bbox": [ + 105, + 212, + 505, + 243.0 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 105, + 243.0, + 505, + 274.0 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 105, + 274.0, + 505, + 305.0 + ], + "spans": [], + "index": 8 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 312, + 504, + 335 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 312, + 505, + 325 + ], + "spans": [ + { + "bbox": [ + 106, + 312, + 505, + 325 + ], + "score": 1.0, + "content": "Figure 8: Mean (solid lines) and range (shaded region) of validation performance trained with", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 322, + 336, + 336 + ], + "spans": [ + { + "bbox": [ + 106, + 322, + 336, + 336 + ], + "score": 1.0, + "content": "different number of iterations, across eight random trials.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5 + } + ], + "index": 7 + }, + { + "type": "text", + "bbox": [ + 107, + 347, + 503, + 370 + ], + "lines": [ + { + "bbox": [ + 105, + 345, + 505, + 361 + ], + "spans": [ + { + "bbox": [ + 105, + 345, + 505, + 361 + ], + "score": 1.0, + "content": "three-epochs practice for BERT fine-tuning is sub-optimal. Fine-tuning BERT longer can improve", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 358, + 294, + 371 + ], + "spans": [ + { + "bbox": [ + 106, + 358, + 294, + 371 + ], + "score": 1.0, + "content": "both training stability and model performance.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11.5 + }, + { + "type": "text", + "bbox": [ + 106, + 375, + 505, + 475 + ], + "lines": [ + { + "bbox": [ + 106, + 376, + 505, + 388 + ], + "spans": [ + { + "bbox": [ + 106, + 376, + 505, + 388 + ], + "score": 1.0, + "content": "Experimental setup We study the effect of increasing the number of fine-tuning iterations for the", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 385, + 506, + 400 + ], + "spans": [ + { + "bbox": [ + 105, + 385, + 506, + 400 + ], + "score": 1.0, + "content": "datasets in Section 3. For the 1k downsampled datasets, where three epochs correspond to 96 steps,", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 397, + 506, + 411 + ], + "spans": [ + { + "bbox": [ + 105, + 397, + 246, + 411 + ], + "score": 1.0, + "content": "we tune the number of iterations in", + "type": "text" + }, + { + "bbox": [ + 246, + 398, + 359, + 410 + ], + "score": 0.81, + "content": "\\{ 2 0 0 , 4 0 0 , 8 0 0 , 1 6 0 0 , 3 2 0 0 \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 359, + 397, + 506, + 411 + ], + "score": 1.0, + "content": ". For the four small datasets, we tune", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 409, + 505, + 421 + ], + "spans": [ + { + "bbox": [ + 106, + 409, + 505, + 421 + ], + "score": 1.0, + "content": "the number of iterations in the same range but skip values smaller than the number of iterations used", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 420, + 505, + 432 + ], + "spans": [ + { + "bbox": [ + 106, + 420, + 505, + 432 + ], + "score": 1.0, + "content": "in three epochs. We evaluate our models ten times on the validation set during fine-tuning. This", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 430, + 506, + 444 + ], + "spans": [ + { + "bbox": [ + 105, + 430, + 506, + 444 + ], + "score": 1.0, + "content": "number is identical to the experiments in Sections 4–5, and controls for the set of models to choose", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 441, + 505, + 455 + ], + "spans": [ + { + "bbox": [ + 105, + 441, + 505, + 455 + ], + "score": 1.0, + "content": "from. We tune with eight different random seeds and select the best set of hyperparameters based on", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 453, + 505, + 465 + ], + "spans": [ + { + "bbox": [ + 106, + 453, + 505, + 465 + ], + "score": 1.0, + "content": "the mean validation performance to save experimental costs. After the hyperparameter search, we", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 462, + 447, + 477 + ], + "spans": [ + { + "bbox": [ + 105, + 462, + 447, + 477 + ], + "score": 1.0, + "content": "fine-tune with the best hyperparameters for 20 seeds and report the test performance.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 17 + }, + { + "type": "text", + "bbox": [ + 107, + 481, + 505, + 624 + ], + "lines": [ + { + "bbox": [ + 106, + 480, + 506, + 494 + ], + "spans": [ + { + "bbox": [ + 106, + 480, + 506, + 494 + ], + "score": 1.0, + "content": "Results Table 1 shows the result under the Longer column. Training longer can improve over", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 491, + 505, + 505 + ], + "spans": [ + { + "bbox": [ + 105, + 491, + 505, + 505 + ], + "score": 1.0, + "content": "the three-epochs setup most of the time, in terms of both performance and stability. This is more", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 502, + 505, + 518 + ], + "spans": [ + { + "bbox": [ + 105, + 502, + 505, + 518 + ], + "score": 1.0, + "content": "pronounced on the 1k downsampled datasets. We also find that training longer reduces the gap", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 513, + 506, + 527 + ], + "spans": [ + { + "bbox": [ + 105, + 513, + 506, + 527 + ], + "score": 1.0, + "content": "between standard fine-tuning and Re-init, indicating that training for more iterations can help these", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 525, + 505, + 537 + ], + "spans": [ + { + "bbox": [ + 106, + 525, + 505, + 537 + ], + "score": 1.0, + "content": "models recover from bad initializations. However, on datasets such as MRPC and MNLI, Re-init still", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 536, + 506, + 549 + ], + "spans": [ + { + "bbox": [ + 105, + 536, + 506, + 549 + ], + "score": 1.0, + "content": "improves the final performance even with training longer. We show the validation results on the four", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 547, + 505, + 559 + ], + "spans": [ + { + "bbox": [ + 106, + 547, + 505, + 559 + ], + "score": 1.0, + "content": "downsampled datasets with different number of training iterations in Figure 8. We provide a similar", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 558, + 505, + 570 + ], + "spans": [ + { + "bbox": [ + 105, + 558, + 505, + 570 + ], + "score": 1.0, + "content": "plot in Figure 14, Appendix G for the other downsampled datasets. We observe that different tasks", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 568, + 505, + 581 + ], + "spans": [ + { + "bbox": [ + 105, + 568, + 505, + 581 + ], + "score": 1.0, + "content": "generally require different number of training iterations and it is difficult to identify a one-size-fits-all", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 579, + 506, + 592 + ], + "spans": [ + { + "bbox": [ + 105, + 579, + 506, + 592 + ], + "score": 1.0, + "content": "solution. Therefore, we recommend practitioners to tune the number of training iterations on their", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 590, + 506, + 603 + ], + "spans": [ + { + "bbox": [ + 105, + 590, + 506, + 603 + ], + "score": 1.0, + "content": "datasets when they discover instability in fine-tuning. We also observe that on most of the datasets,", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 601, + 505, + 614 + ], + "spans": [ + { + "bbox": [ + 105, + 601, + 505, + 614 + ], + "score": 1.0, + "content": "Re-init requires fewer iterations to achieve the best performance, corroborating that Re-init provides", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 610, + 254, + 626 + ], + "spans": [ + { + "bbox": [ + 105, + 610, + 254, + 626 + ], + "score": 1.0, + "content": "a better initialization for fine-tuning.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 28 + }, + { + "type": "title", + "bbox": [ + 106, + 640, + 499, + 653 + ], + "lines": [ + { + "bbox": [ + 105, + 639, + 500, + 655 + ], + "spans": [ + { + "bbox": [ + 105, + 639, + 500, + 655 + ], + "score": 1.0, + "content": "7 REVISITING EXISTING METHODS FOR FEW-SAMPLE BERT FINE-TUNING", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 35 + }, + { + "type": "text", + "bbox": [ + 107, + 666, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 664, + 505, + 679 + ], + "spans": [ + { + "bbox": [ + 105, + 664, + 505, + 679 + ], + "score": 1.0, + "content": "Instability in BERT fine-tuning, especially in few-sample settings, is receiving increasing attention", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 677, + 506, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 506, + 690 + ], + "score": 1.0, + "content": "recently (Devlin et al., 2019; Phang et al., 2018; Lee et al., 2020; Dodge et al., 2020). We revisit", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 688, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 688, + 505, + 700 + ], + "score": 1.0, + "content": "these methods given our analysis of the fine-tuning process, focusing on the impact of using the", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "debiased ADAM instead of BERTADAM (Section 4). Generally, we find that when these methods", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "are re-evaluated with the unbiased ADAM they are less effective with respect to the improvement in", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 720, + 260, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 260, + 734 + ], + "score": 1.0, + "content": "fine-tuning stability and performance.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 38.5 + } + ], + "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, + 308, + 759 + ], + "lines": [ + { + "bbox": [ + 302, + 750, + 309, + 762 + ], + "spans": [ + { + "bbox": [ + 302, + 750, + 309, + 762 + ], + "score": 1.0, + "content": "7", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 105, + 78, + 504, + 171 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 105, + 78, + 504, + 171 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 105, + 78, + 504, + 171 + ], + "spans": [ + { + "bbox": [ + 105, + 78, + 504, + 171 + ], + "score": 0.953, + "type": "image", + "image_path": "515d4ed141c060518b97e6a64ee2e6df53814e490cffbf8099791d5626138618.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 105, + 78, + 504, + 109.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 105, + 109.0, + 504, + 140.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 105, + 140.0, + 504, + 171.0 + ], + "spans": [], + "index": 2 + } + ] + } + ], + "index": 1 + }, + { + "type": "image", + "bbox": [ + 105, + 212, + 505, + 305 + ], + "blocks": [ + { + "type": "image_caption", + "bbox": [ + 105, + 178, + 506, + 211 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 178, + 505, + 190 + ], + "spans": [ + { + "bbox": [ + 106, + 178, + 505, + 190 + ], + "score": 1.0, + "content": "Figure 7: L2 distance to the initial parameters during fine-tuning BERT on RTE. Re-init reduces the", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 189, + 505, + 202 + ], + "spans": [ + { + "bbox": [ + 106, + 189, + 505, + 202 + ], + "score": 1.0, + "content": "amount of change in the weights of top Transformer blocks. However, re-initializing too many layers", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 201, + 337, + 212 + ], + "spans": [ + { + "bbox": [ + 106, + 201, + 337, + 212 + ], + "score": 1.0, + "content": "causes a larger change in the bottom Transformer blocks.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4 + }, + { + "type": "image_body", + "bbox": [ + 105, + 212, + 505, + 305 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 212, + 505, + 305 + ], + "spans": [ + { + "bbox": [ + 105, + 212, + 505, + 305 + ], + "score": 0.961, + "type": "image", + "image_path": "7c309fec6acab01176fbb3d52e6885ed18dd82b6f361022597b864f19319811a.jpg" + } + ] + } + ], + "index": 7, + "virtual_lines": [ + { + "bbox": [ + 105, + 212, + 505, + 243.0 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 105, + 243.0, + 505, + 274.0 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 105, + 274.0, + 505, + 305.0 + ], + "spans": [], + "index": 8 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 312, + 504, + 335 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 312, + 505, + 325 + ], + "spans": [ + { + "bbox": [ + 106, + 312, + 505, + 325 + ], + "score": 1.0, + "content": "Figure 8: Mean (solid lines) and range (shaded region) of validation performance trained with", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 322, + 336, + 336 + ], + "spans": [ + { + "bbox": [ + 106, + 322, + 336, + 336 + ], + "score": 1.0, + "content": "different number of iterations, across eight random trials.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5 + } + ], + "index": 7 + }, + { + "type": "text", + "bbox": [ + 107, + 347, + 503, + 370 + ], + "lines": [], + "index": 11.5, + "bbox_fs": [ + 105, + 345, + 505, + 371 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 106, + 375, + 505, + 475 + ], + "lines": [ + { + "bbox": [ + 106, + 376, + 505, + 388 + ], + "spans": [ + { + "bbox": [ + 106, + 376, + 505, + 388 + ], + "score": 1.0, + "content": "Experimental setup We study the effect of increasing the number of fine-tuning iterations for the", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 385, + 506, + 400 + ], + "spans": [ + { + "bbox": [ + 105, + 385, + 506, + 400 + ], + "score": 1.0, + "content": "datasets in Section 3. For the 1k downsampled datasets, where three epochs correspond to 96 steps,", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 397, + 506, + 411 + ], + "spans": [ + { + "bbox": [ + 105, + 397, + 246, + 411 + ], + "score": 1.0, + "content": "we tune the number of iterations in", + "type": "text" + }, + { + "bbox": [ + 246, + 398, + 359, + 410 + ], + "score": 0.81, + "content": "\\{ 2 0 0 , 4 0 0 , 8 0 0 , 1 6 0 0 , 3 2 0 0 \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 359, + 397, + 506, + 411 + ], + "score": 1.0, + "content": ". For the four small datasets, we tune", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 409, + 505, + 421 + ], + "spans": [ + { + "bbox": [ + 106, + 409, + 505, + 421 + ], + "score": 1.0, + "content": "the number of iterations in the same range but skip values smaller than the number of iterations used", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 420, + 505, + 432 + ], + "spans": [ + { + "bbox": [ + 106, + 420, + 505, + 432 + ], + "score": 1.0, + "content": "in three epochs. We evaluate our models ten times on the validation set during fine-tuning. This", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 430, + 506, + 444 + ], + "spans": [ + { + "bbox": [ + 105, + 430, + 506, + 444 + ], + "score": 1.0, + "content": "number is identical to the experiments in Sections 4–5, and controls for the set of models to choose", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 441, + 505, + 455 + ], + "spans": [ + { + "bbox": [ + 105, + 441, + 505, + 455 + ], + "score": 1.0, + "content": "from. We tune with eight different random seeds and select the best set of hyperparameters based on", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 453, + 505, + 465 + ], + "spans": [ + { + "bbox": [ + 106, + 453, + 505, + 465 + ], + "score": 1.0, + "content": "the mean validation performance to save experimental costs. After the hyperparameter search, we", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 462, + 447, + 477 + ], + "spans": [ + { + "bbox": [ + 105, + 462, + 447, + 477 + ], + "score": 1.0, + "content": "fine-tune with the best hyperparameters for 20 seeds and report the test performance.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 17, + "bbox_fs": [ + 105, + 376, + 506, + 477 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 481, + 505, + 624 + ], + "lines": [ + { + "bbox": [ + 106, + 480, + 506, + 494 + ], + "spans": [ + { + "bbox": [ + 106, + 480, + 506, + 494 + ], + "score": 1.0, + "content": "Results Table 1 shows the result under the Longer column. Training longer can improve over", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 491, + 505, + 505 + ], + "spans": [ + { + "bbox": [ + 105, + 491, + 505, + 505 + ], + "score": 1.0, + "content": "the three-epochs setup most of the time, in terms of both performance and stability. This is more", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 502, + 505, + 518 + ], + "spans": [ + { + "bbox": [ + 105, + 502, + 505, + 518 + ], + "score": 1.0, + "content": "pronounced on the 1k downsampled datasets. We also find that training longer reduces the gap", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 513, + 506, + 527 + ], + "spans": [ + { + "bbox": [ + 105, + 513, + 506, + 527 + ], + "score": 1.0, + "content": "between standard fine-tuning and Re-init, indicating that training for more iterations can help these", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 525, + 505, + 537 + ], + "spans": [ + { + "bbox": [ + 106, + 525, + 505, + 537 + ], + "score": 1.0, + "content": "models recover from bad initializations. However, on datasets such as MRPC and MNLI, Re-init still", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 536, + 506, + 549 + ], + "spans": [ + { + "bbox": [ + 105, + 536, + 506, + 549 + ], + "score": 1.0, + "content": "improves the final performance even with training longer. We show the validation results on the four", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 547, + 505, + 559 + ], + "spans": [ + { + "bbox": [ + 106, + 547, + 505, + 559 + ], + "score": 1.0, + "content": "downsampled datasets with different number of training iterations in Figure 8. We provide a similar", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 558, + 505, + 570 + ], + "spans": [ + { + "bbox": [ + 105, + 558, + 505, + 570 + ], + "score": 1.0, + "content": "plot in Figure 14, Appendix G for the other downsampled datasets. We observe that different tasks", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 568, + 505, + 581 + ], + "spans": [ + { + "bbox": [ + 105, + 568, + 505, + 581 + ], + "score": 1.0, + "content": "generally require different number of training iterations and it is difficult to identify a one-size-fits-all", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 579, + 506, + 592 + ], + "spans": [ + { + "bbox": [ + 105, + 579, + 506, + 592 + ], + "score": 1.0, + "content": "solution. Therefore, we recommend practitioners to tune the number of training iterations on their", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 590, + 506, + 603 + ], + "spans": [ + { + "bbox": [ + 105, + 590, + 506, + 603 + ], + "score": 1.0, + "content": "datasets when they discover instability in fine-tuning. We also observe that on most of the datasets,", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 601, + 505, + 614 + ], + "spans": [ + { + "bbox": [ + 105, + 601, + 505, + 614 + ], + "score": 1.0, + "content": "Re-init requires fewer iterations to achieve the best performance, corroborating that Re-init provides", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 610, + 254, + 626 + ], + "spans": [ + { + "bbox": [ + 105, + 610, + 254, + 626 + ], + "score": 1.0, + "content": "a better initialization for fine-tuning.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 28, + "bbox_fs": [ + 105, + 480, + 506, + 626 + ] + }, + { + "type": "title", + "bbox": [ + 106, + 640, + 499, + 653 + ], + "lines": [ + { + "bbox": [ + 105, + 639, + 500, + 655 + ], + "spans": [ + { + "bbox": [ + 105, + 639, + 500, + 655 + ], + "score": 1.0, + "content": "7 REVISITING EXISTING METHODS FOR FEW-SAMPLE BERT FINE-TUNING", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 35 + }, + { + "type": "text", + "bbox": [ + 107, + 666, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 664, + 505, + 679 + ], + "spans": [ + { + "bbox": [ + 105, + 664, + 505, + 679 + ], + "score": 1.0, + "content": "Instability in BERT fine-tuning, especially in few-sample settings, is receiving increasing attention", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 677, + 506, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 506, + 690 + ], + "score": 1.0, + "content": "recently (Devlin et al., 2019; Phang et al., 2018; Lee et al., 2020; Dodge et al., 2020). We revisit", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 688, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 688, + 505, + 700 + ], + "score": 1.0, + "content": "these methods given our analysis of the fine-tuning process, focusing on the impact of using the", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "debiased ADAM instead of BERTADAM (Section 4). Generally, we find that when these methods", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "are re-evaluated with the unbiased ADAM they are less effective with respect to the improvement in", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 720, + 260, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 260, + 734 + ], + "score": 1.0, + "content": "fine-tuning stability and performance.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 38.5, + "bbox_fs": [ + 105, + 664, + 506, + 734 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "table", + "bbox": [ + 112, + 70, + 495, + 123 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 112, + 70, + 495, + 123 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 112, + 70, + 495, + 123 + ], + "spans": [ + { + "bbox": [ + 112, + 70, + 495, + 123 + ], + "score": 0.974, + "html": "
StandardInt. TaskLLRDMixoutPre-trained WDWDRe-initLonger
RTE69.5 ± 2.581.8 ± 1.769.7 ±3.271.3 ± 1.469.6 ± 2.169.5 ± 2.572.6 ± 1.672.3 ± 1.9
MRPC90.8 ±1.391.8 ± 1.091.3±1.190.4 ± 1.490.8 ± 1.390.8 ± 1.391.4 ± 0.891.0 ± 1.3
STS-B89.0±0.689.2±0.389.2 ± 0.489.2 ± 0.489.0±0.589.0±0.689.4± 0.289.6 ± 0.3
CoLA63.0 ± 1.563.9 ± 1.863.0± 2.561.6 ± 1.763.4 ± 1.563.0 ± 1.564.2 ± 1.662.4±1.7
", + "type": "table", + "image_path": "ba734b6858a035bc4c9e1e558a6ca5d4ac3d6e0cdd47d6b6e1ef7cff7d9ecf9a.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 112, + 70, + 495, + 87.66666666666667 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 112, + 87.66666666666667, + 495, + 105.33333333333334 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 112, + 105.33333333333334, + 495, + 123.00000000000001 + ], + "spans": [], + "index": 2 + } + ] + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 106, + 134, + 505, + 189 + ], + "lines": [ + { + "bbox": [ + 106, + 134, + 505, + 146 + ], + "spans": [ + { + "bbox": [ + 106, + 134, + 505, + 146 + ], + "score": 1.0, + "content": "Table 2: Mean test performance and standard deviation on four datasets. Numbers that are statistically", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 145, + 506, + 157 + ], + "spans": [ + { + "bbox": [ + 106, + 145, + 506, + 157 + ], + "score": 1.0, + "content": "significantly better than the standard setting (left column) are in blue and underlined. The results of", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 155, + 506, + 169 + ], + "spans": [ + { + "bbox": [ + 105, + 155, + 506, + 169 + ], + "score": 1.0, + "content": "Re-init and Longer are copied from Table 1. All experiments use ADAM with debiasing (Section 4).", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 166, + 506, + 180 + ], + "spans": [ + { + "bbox": [ + 105, + 166, + 506, + 180 + ], + "score": 1.0, + "content": "Except Longer, all methods are trained with three epochs. “Int. Task” stands for transfering via an", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 176, + 214, + 191 + ], + "spans": [ + { + "bbox": [ + 105, + 176, + 214, + 191 + ], + "score": 1.0, + "content": "intermediate task (MNLI).", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 5 + }, + { + "type": "title", + "bbox": [ + 107, + 202, + 178, + 213 + ], + "lines": [ + { + "bbox": [ + 105, + 201, + 180, + 215 + ], + "spans": [ + { + "bbox": [ + 105, + 201, + 180, + 215 + ], + "score": 1.0, + "content": "7.1 OVERVIEW", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8 + }, + { + "type": "text", + "bbox": [ + 106, + 223, + 505, + 300 + ], + "lines": [ + { + "bbox": [ + 105, + 222, + 506, + 236 + ], + "spans": [ + { + "bbox": [ + 105, + 222, + 506, + 236 + ], + "score": 1.0, + "content": "Pre-trained Weight Decay Weight decay (WD) is a common regularization technique (Krogh &", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 235, + 505, + 246 + ], + "spans": [ + { + "bbox": [ + 106, + 235, + 487, + 246 + ], + "score": 1.0, + "content": "Hertz, 1992). At each optimization iteration, λw is subtracted from the model parameters, where", + "type": "text" + }, + { + "bbox": [ + 488, + 235, + 495, + 244 + ], + "score": 0.75, + "content": "\\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 495, + 235, + 505, + 246 + ], + "score": 1.0, + "content": "is", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 245, + 506, + 258 + ], + "spans": [ + { + "bbox": [ + 106, + 245, + 506, + 258 + ], + "score": 1.0, + "content": "a hyperparameter for the regularization strength and w is the model parameters. Pre-trained weight", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 256, + 506, + 268 + ], + "spans": [ + { + "bbox": [ + 105, + 256, + 506, + 268 + ], + "score": 1.0, + "content": "decay adapts this method for fine-tuning pre-trained models (Chelba & Acero, 2004; Daumé III,", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 266, + 507, + 280 + ], + "spans": [ + { + "bbox": [ + 105, + 266, + 190, + 280 + ], + "score": 1.0, + "content": "2007) by subtracting", + "type": "text" + }, + { + "bbox": [ + 191, + 267, + 234, + 279 + ], + "score": 0.92, + "content": "\\lambda ( \\mathbf { w } - \\hat { \\mathbf { w } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 234, + 266, + 507, + 280 + ], + "score": 1.0, + "content": "from the objective, where wˆ is the pre-trained parameters. Lee et al.", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 277, + 506, + 292 + ], + "spans": [ + { + "bbox": [ + 105, + 277, + 506, + 292 + ], + "score": 1.0, + "content": "(2020) empirically show that pre-trained weight decay works better than conventional weight decay", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 289, + 307, + 303 + ], + "spans": [ + { + "bbox": [ + 105, + 289, + 307, + 303 + ], + "score": 1.0, + "content": "in BERT fine-tuning and can stabilize fine-tuning.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 12 + }, + { + "type": "text", + "bbox": [ + 107, + 307, + 505, + 362 + ], + "lines": [ + { + "bbox": [ + 106, + 306, + 506, + 319 + ], + "spans": [ + { + "bbox": [ + 106, + 306, + 506, + 319 + ], + "score": 1.0, + "content": "Mixout Mixout (Lee et al., 2020) is a stochastic regularization technique motivated by Dropout (Sri-", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 318, + 505, + 330 + ], + "spans": [ + { + "bbox": [ + 105, + 318, + 505, + 330 + ], + "score": 1.0, + "content": "vastava et al., 2014) and DropConnect (Wan et al., 2013). At each training iteration, each model", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 329, + 505, + 341 + ], + "spans": [ + { + "bbox": [ + 105, + 329, + 357, + 341 + ], + "score": 1.0, + "content": "parameter is replaced with its pre-trained value with probability", + "type": "text" + }, + { + "bbox": [ + 357, + 331, + 364, + 340 + ], + "score": 0.66, + "content": "p", + "type": "inline_equation" + }, + { + "bbox": [ + 364, + 329, + 505, + 341 + ], + "score": 1.0, + "content": ". The goal is to prevent catastrophic", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 339, + 505, + 353 + ], + "spans": [ + { + "bbox": [ + 105, + 339, + 505, + 353 + ], + "score": 1.0, + "content": "forgetting, and (Lee et al., 2020) proves it constrains the fine-tuned model from deviating too much", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 350, + 244, + 363 + ], + "spans": [ + { + "bbox": [ + 106, + 350, + 244, + 363 + ], + "score": 1.0, + "content": "from the pre-trained initialization.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 18 + }, + { + "type": "text", + "bbox": [ + 107, + 368, + 505, + 446 + ], + "lines": [ + { + "bbox": [ + 105, + 367, + 506, + 381 + ], + "spans": [ + { + "bbox": [ + 105, + 367, + 506, + 381 + ], + "score": 1.0, + "content": "Layer-wise Learning Rate Decay (LLRD) LLRD (Howard & Ruder, 2018) is a method that", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 380, + 505, + 392 + ], + "spans": [ + { + "bbox": [ + 105, + 380, + 505, + 392 + ], + "score": 1.0, + "content": "applies higher learning rates for top layers and lower learning rates for bottom layers. This is", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 391, + 505, + 403 + ], + "spans": [ + { + "bbox": [ + 105, + 391, + 505, + 403 + ], + "score": 1.0, + "content": "accomplished by setting the learning rate of the top layer and using a multiplicative decay rate to", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 401, + 505, + 414 + ], + "spans": [ + { + "bbox": [ + 105, + 401, + 505, + 414 + ], + "score": 1.0, + "content": "decrease the learning rate layer-by-layer from top to bottom. The goal is to modify the lower layers", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 411, + 505, + 426 + ], + "spans": [ + { + "bbox": [ + 105, + 411, + 505, + 426 + ], + "score": 1.0, + "content": "that encode more general information less than the top layers that are more specific to the pre-training", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 422, + 505, + 437 + ], + "spans": [ + { + "bbox": [ + 105, + 422, + 505, + 437 + ], + "score": 1.0, + "content": "task. This method is adopted in fine-tuning several recent pre-trained models, including XLNet (Yang", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 434, + 306, + 447 + ], + "spans": [ + { + "bbox": [ + 105, + 434, + 306, + 447 + ], + "score": 1.0, + "content": "et al., 2019b) and ELECTRA (Clark et al., 2020).", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 24 + }, + { + "type": "text", + "bbox": [ + 107, + 452, + 505, + 518 + ], + "lines": [ + { + "bbox": [ + 105, + 450, + 506, + 465 + ], + "spans": [ + { + "bbox": [ + 105, + 450, + 506, + 465 + ], + "score": 1.0, + "content": "Transferring via an Intermediate Task Phang et al. (2018) propose to conduct supplementary", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 463, + 505, + 475 + ], + "spans": [ + { + "bbox": [ + 106, + 463, + 505, + 475 + ], + "score": 1.0, + "content": "fine-tuning on a larger, intermediate task before fine-tuning on few-sample datasets. They show that", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 473, + 506, + 487 + ], + "spans": [ + { + "bbox": [ + 105, + 473, + 506, + 487 + ], + "score": 1.0, + "content": "this approach can reduce variance across different random trials and improve model performance.", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 485, + 505, + 496 + ], + "spans": [ + { + "bbox": [ + 106, + 485, + 505, + 496 + ], + "score": 1.0, + "content": "Their results show that transferring models fine-tuned on MNLI (Williams et al., 2018) can lead to", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 496, + 506, + 507 + ], + "spans": [ + { + "bbox": [ + 106, + 496, + 506, + 507 + ], + "score": 1.0, + "content": "significant improvement on several downstream tasks including RTE, MRPC, and STS-B. In contrast", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 506, + 454, + 519 + ], + "spans": [ + { + "bbox": [ + 106, + 506, + 454, + 519 + ], + "score": 1.0, + "content": "to the other methods, this approach requires large amount of additional annotated data.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 30.5 + }, + { + "type": "title", + "bbox": [ + 108, + 532, + 193, + 543 + ], + "lines": [ + { + "bbox": [ + 105, + 531, + 195, + 545 + ], + "spans": [ + { + "bbox": [ + 105, + 531, + 195, + 545 + ], + "score": 1.0, + "content": "7.2 EXPERIMENTS", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 34 + }, + { + "type": "text", + "bbox": [ + 107, + 552, + 505, + 631 + ], + "lines": [ + { + "bbox": [ + 105, + 551, + 506, + 567 + ], + "spans": [ + { + "bbox": [ + 105, + 551, + 410, + 567 + ], + "score": 1.0, + "content": "We evaluate all methods on RTE, MRPC, STS-B, and CoLA. We fine-tune a", + "type": "text" + }, + { + "bbox": [ + 410, + 554, + 453, + 565 + ], + "score": 0.71, + "content": "\\mathrm { B E R T _ { L a r g e } }", + "type": "inline_equation" + }, + { + "bbox": [ + 453, + 551, + 506, + 567 + ], + "score": 1.0, + "content": "model using", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 564, + 506, + 577 + ], + "spans": [ + { + "bbox": [ + 105, + 564, + 506, + 577 + ], + "score": 1.0, + "content": "the ADAM optimizer with debiasing for three epochs, the default number of epochs used with each of", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 104, + 574, + 507, + 590 + ], + "spans": [ + { + "bbox": [ + 104, + 574, + 356, + 590 + ], + "score": 1.0, + "content": "the methods. For intermediate task fine-tuning, we fine-tune a", + "type": "text" + }, + { + "bbox": [ + 356, + 576, + 399, + 588 + ], + "score": 0.6, + "content": "\\mathrm { B E R T _ { L a r g e } }", + "type": "inline_equation" + }, + { + "bbox": [ + 399, + 574, + 507, + 590 + ], + "score": 1.0, + "content": "model on MNLI and then", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 587, + 506, + 599 + ], + "spans": [ + { + "bbox": [ + 105, + 587, + 506, + 599 + ], + "score": 1.0, + "content": "fine-tune for our evaluation. For other methods, we perform hyperparameter search with a similar", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 597, + 505, + 610 + ], + "spans": [ + { + "bbox": [ + 105, + 597, + 505, + 610 + ], + "score": 1.0, + "content": "size search space for each method, as described in Appendix H. We do model selection using the", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 609, + 505, + 620 + ], + "spans": [ + { + "bbox": [ + 105, + 609, + 505, + 620 + ], + "score": 1.0, + "content": "average validation performance across 20 random seeds. We additionally report results for standard", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 619, + 457, + 632 + ], + "spans": [ + { + "bbox": [ + 106, + 619, + 457, + 632 + ], + "score": 1.0, + "content": "fine-tuning with longer training time (Section 6), weight decay, and Re-init (Section 5).", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 38 + }, + { + "type": "text", + "bbox": [ + 107, + 636, + 505, + 680 + ], + "lines": [ + { + "bbox": [ + 105, + 636, + 506, + 649 + ], + "spans": [ + { + "bbox": [ + 105, + 636, + 506, + 649 + ], + "score": 1.0, + "content": "Table 2 provides our results. Compared to published results (Phang et al., 2018; Lee et al., 2020),", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 647, + 506, + 660 + ], + "spans": [ + { + "bbox": [ + 105, + 647, + 506, + 660 + ], + "score": 1.0, + "content": "our test performance for Int. Task (transferring via an intermediate task), Mixout, Pre-trained", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 658, + 505, + 671 + ], + "spans": [ + { + "bbox": [ + 105, + 658, + 505, + 671 + ], + "score": 1.0, + "content": "WD, and WD are generally higher when using the ADAM with debiasing.10 However, we observe", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 669, + 505, + 681 + ], + "spans": [ + { + "bbox": [ + 105, + 669, + 505, + 681 + ], + "score": 1.0, + "content": "less pronounced benefits for all surveyed methods compared to results originally reported. At", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 43.5 + } + ], + "page_idx": 7, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 691, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 114, + 687, + 506, + 707 + ], + "spans": [ + { + "bbox": [ + 114, + 687, + 506, + 707 + ], + "score": 1.0, + "content": "10The numbers in Table 2 are not directly comparable with previously published validation results (Phang", + "type": "text" + } + ] + }, + { + "bbox": [ + 105, + 700, + 505, + 714 + ], + "spans": [ + { + "bbox": [ + 105, + 700, + 505, + 714 + ], + "score": 1.0, + "content": "et al., 2018; Lee et al., 2020) because we are reporting test performance. However, the relatively large margin", + "type": "text" + } + ] + }, + { + "bbox": [ + 106, + 711, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 106, + 711, + 505, + 723 + ], + "score": 1.0, + "content": "between our results and previously published results indicates an improvement. More important, our focus is the", + "type": "text" + } + ] + }, + { + "bbox": [ + 105, + 720, + 404, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 404, + 734 + ], + "score": 1.0, + "content": "relative improvement, or lack of improvement compared to simply training longer.", + "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": [ + 112, + 70, + 495, + 123 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 112, + 70, + 495, + 123 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 112, + 70, + 495, + 123 + ], + "spans": [ + { + "bbox": [ + 112, + 70, + 495, + 123 + ], + "score": 0.974, + "html": "
StandardInt. TaskLLRDMixoutPre-trained WDWDRe-initLonger
RTE69.5 ± 2.581.8 ± 1.769.7 ±3.271.3 ± 1.469.6 ± 2.169.5 ± 2.572.6 ± 1.672.3 ± 1.9
MRPC90.8 ±1.391.8 ± 1.091.3±1.190.4 ± 1.490.8 ± 1.390.8 ± 1.391.4 ± 0.891.0 ± 1.3
STS-B89.0±0.689.2±0.389.2 ± 0.489.2 ± 0.489.0±0.589.0±0.689.4± 0.289.6 ± 0.3
CoLA63.0 ± 1.563.9 ± 1.863.0± 2.561.6 ± 1.763.4 ± 1.563.0 ± 1.564.2 ± 1.662.4±1.7
", + "type": "table", + "image_path": "ba734b6858a035bc4c9e1e558a6ca5d4ac3d6e0cdd47d6b6e1ef7cff7d9ecf9a.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 112, + 70, + 495, + 87.66666666666667 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 112, + 87.66666666666667, + 495, + 105.33333333333334 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 112, + 105.33333333333334, + 495, + 123.00000000000001 + ], + "spans": [], + "index": 2 + } + ] + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 106, + 134, + 505, + 189 + ], + "lines": [ + { + "bbox": [ + 106, + 134, + 505, + 146 + ], + "spans": [ + { + "bbox": [ + 106, + 134, + 505, + 146 + ], + "score": 1.0, + "content": "Table 2: Mean test performance and standard deviation on four datasets. Numbers that are statistically", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 145, + 506, + 157 + ], + "spans": [ + { + "bbox": [ + 106, + 145, + 506, + 157 + ], + "score": 1.0, + "content": "significantly better than the standard setting (left column) are in blue and underlined. The results of", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 155, + 506, + 169 + ], + "spans": [ + { + "bbox": [ + 105, + 155, + 506, + 169 + ], + "score": 1.0, + "content": "Re-init and Longer are copied from Table 1. All experiments use ADAM with debiasing (Section 4).", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 166, + 506, + 180 + ], + "spans": [ + { + "bbox": [ + 105, + 166, + 506, + 180 + ], + "score": 1.0, + "content": "Except Longer, all methods are trained with three epochs. “Int. Task” stands for transfering via an", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 176, + 214, + 191 + ], + "spans": [ + { + "bbox": [ + 105, + 176, + 214, + 191 + ], + "score": 1.0, + "content": "intermediate task (MNLI).", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 5, + "bbox_fs": [ + 105, + 134, + 506, + 191 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 202, + 178, + 213 + ], + "lines": [ + { + "bbox": [ + 105, + 201, + 180, + 215 + ], + "spans": [ + { + "bbox": [ + 105, + 201, + 180, + 215 + ], + "score": 1.0, + "content": "7.1 OVERVIEW", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8 + }, + { + "type": "text", + "bbox": [ + 106, + 223, + 505, + 300 + ], + "lines": [ + { + "bbox": [ + 105, + 222, + 506, + 236 + ], + "spans": [ + { + "bbox": [ + 105, + 222, + 506, + 236 + ], + "score": 1.0, + "content": "Pre-trained Weight Decay Weight decay (WD) is a common regularization technique (Krogh &", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 235, + 505, + 246 + ], + "spans": [ + { + "bbox": [ + 106, + 235, + 487, + 246 + ], + "score": 1.0, + "content": "Hertz, 1992). At each optimization iteration, λw is subtracted from the model parameters, where", + "type": "text" + }, + { + "bbox": [ + 488, + 235, + 495, + 244 + ], + "score": 0.75, + "content": "\\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 495, + 235, + 505, + 246 + ], + "score": 1.0, + "content": "is", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 245, + 506, + 258 + ], + "spans": [ + { + "bbox": [ + 106, + 245, + 506, + 258 + ], + "score": 1.0, + "content": "a hyperparameter for the regularization strength and w is the model parameters. Pre-trained weight", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 256, + 506, + 268 + ], + "spans": [ + { + "bbox": [ + 105, + 256, + 506, + 268 + ], + "score": 1.0, + "content": "decay adapts this method for fine-tuning pre-trained models (Chelba & Acero, 2004; Daumé III,", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 266, + 507, + 280 + ], + "spans": [ + { + "bbox": [ + 105, + 266, + 190, + 280 + ], + "score": 1.0, + "content": "2007) by subtracting", + "type": "text" + }, + { + "bbox": [ + 191, + 267, + 234, + 279 + ], + "score": 0.92, + "content": "\\lambda ( \\mathbf { w } - \\hat { \\mathbf { w } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 234, + 266, + 507, + 280 + ], + "score": 1.0, + "content": "from the objective, where wˆ is the pre-trained parameters. Lee et al.", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 277, + 506, + 292 + ], + "spans": [ + { + "bbox": [ + 105, + 277, + 506, + 292 + ], + "score": 1.0, + "content": "(2020) empirically show that pre-trained weight decay works better than conventional weight decay", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 289, + 307, + 303 + ], + "spans": [ + { + "bbox": [ + 105, + 289, + 307, + 303 + ], + "score": 1.0, + "content": "in BERT fine-tuning and can stabilize fine-tuning.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 12, + "bbox_fs": [ + 105, + 222, + 507, + 303 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 307, + 505, + 362 + ], + "lines": [ + { + "bbox": [ + 106, + 306, + 506, + 319 + ], + "spans": [ + { + "bbox": [ + 106, + 306, + 506, + 319 + ], + "score": 1.0, + "content": "Mixout Mixout (Lee et al., 2020) is a stochastic regularization technique motivated by Dropout (Sri-", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 318, + 505, + 330 + ], + "spans": [ + { + "bbox": [ + 105, + 318, + 505, + 330 + ], + "score": 1.0, + "content": "vastava et al., 2014) and DropConnect (Wan et al., 2013). At each training iteration, each model", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 329, + 505, + 341 + ], + "spans": [ + { + "bbox": [ + 105, + 329, + 357, + 341 + ], + "score": 1.0, + "content": "parameter is replaced with its pre-trained value with probability", + "type": "text" + }, + { + "bbox": [ + 357, + 331, + 364, + 340 + ], + "score": 0.66, + "content": "p", + "type": "inline_equation" + }, + { + "bbox": [ + 364, + 329, + 505, + 341 + ], + "score": 1.0, + "content": ". The goal is to prevent catastrophic", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 339, + 505, + 353 + ], + "spans": [ + { + "bbox": [ + 105, + 339, + 505, + 353 + ], + "score": 1.0, + "content": "forgetting, and (Lee et al., 2020) proves it constrains the fine-tuned model from deviating too much", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 350, + 244, + 363 + ], + "spans": [ + { + "bbox": [ + 106, + 350, + 244, + 363 + ], + "score": 1.0, + "content": "from the pre-trained initialization.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 18, + "bbox_fs": [ + 105, + 306, + 506, + 363 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 368, + 505, + 446 + ], + "lines": [ + { + "bbox": [ + 105, + 367, + 506, + 381 + ], + "spans": [ + { + "bbox": [ + 105, + 367, + 506, + 381 + ], + "score": 1.0, + "content": "Layer-wise Learning Rate Decay (LLRD) LLRD (Howard & Ruder, 2018) is a method that", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 380, + 505, + 392 + ], + "spans": [ + { + "bbox": [ + 105, + 380, + 505, + 392 + ], + "score": 1.0, + "content": "applies higher learning rates for top layers and lower learning rates for bottom layers. This is", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 391, + 505, + 403 + ], + "spans": [ + { + "bbox": [ + 105, + 391, + 505, + 403 + ], + "score": 1.0, + "content": "accomplished by setting the learning rate of the top layer and using a multiplicative decay rate to", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 401, + 505, + 414 + ], + "spans": [ + { + "bbox": [ + 105, + 401, + 505, + 414 + ], + "score": 1.0, + "content": "decrease the learning rate layer-by-layer from top to bottom. The goal is to modify the lower layers", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 411, + 505, + 426 + ], + "spans": [ + { + "bbox": [ + 105, + 411, + 505, + 426 + ], + "score": 1.0, + "content": "that encode more general information less than the top layers that are more specific to the pre-training", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 422, + 505, + 437 + ], + "spans": [ + { + "bbox": [ + 105, + 422, + 505, + 437 + ], + "score": 1.0, + "content": "task. This method is adopted in fine-tuning several recent pre-trained models, including XLNet (Yang", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 434, + 306, + 447 + ], + "spans": [ + { + "bbox": [ + 105, + 434, + 306, + 447 + ], + "score": 1.0, + "content": "et al., 2019b) and ELECTRA (Clark et al., 2020).", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 24, + "bbox_fs": [ + 105, + 367, + 506, + 447 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 452, + 505, + 518 + ], + "lines": [ + { + "bbox": [ + 105, + 450, + 506, + 465 + ], + "spans": [ + { + "bbox": [ + 105, + 450, + 506, + 465 + ], + "score": 1.0, + "content": "Transferring via an Intermediate Task Phang et al. (2018) propose to conduct supplementary", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 463, + 505, + 475 + ], + "spans": [ + { + "bbox": [ + 106, + 463, + 505, + 475 + ], + "score": 1.0, + "content": "fine-tuning on a larger, intermediate task before fine-tuning on few-sample datasets. They show that", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 473, + 506, + 487 + ], + "spans": [ + { + "bbox": [ + 105, + 473, + 506, + 487 + ], + "score": 1.0, + "content": "this approach can reduce variance across different random trials and improve model performance.", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 485, + 505, + 496 + ], + "spans": [ + { + "bbox": [ + 106, + 485, + 505, + 496 + ], + "score": 1.0, + "content": "Their results show that transferring models fine-tuned on MNLI (Williams et al., 2018) can lead to", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 496, + 506, + 507 + ], + "spans": [ + { + "bbox": [ + 106, + 496, + 506, + 507 + ], + "score": 1.0, + "content": "significant improvement on several downstream tasks including RTE, MRPC, and STS-B. In contrast", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 506, + 454, + 519 + ], + "spans": [ + { + "bbox": [ + 106, + 506, + 454, + 519 + ], + "score": 1.0, + "content": "to the other methods, this approach requires large amount of additional annotated data.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 30.5, + "bbox_fs": [ + 105, + 450, + 506, + 519 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 532, + 193, + 543 + ], + "lines": [ + { + "bbox": [ + 105, + 531, + 195, + 545 + ], + "spans": [ + { + "bbox": [ + 105, + 531, + 195, + 545 + ], + "score": 1.0, + "content": "7.2 EXPERIMENTS", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 34 + }, + { + "type": "text", + "bbox": [ + 107, + 552, + 505, + 631 + ], + "lines": [ + { + "bbox": [ + 105, + 551, + 506, + 567 + ], + "spans": [ + { + "bbox": [ + 105, + 551, + 410, + 567 + ], + "score": 1.0, + "content": "We evaluate all methods on RTE, MRPC, STS-B, and CoLA. We fine-tune a", + "type": "text" + }, + { + "bbox": [ + 410, + 554, + 453, + 565 + ], + "score": 0.71, + "content": "\\mathrm { B E R T _ { L a r g e } }", + "type": "inline_equation" + }, + { + "bbox": [ + 453, + 551, + 506, + 567 + ], + "score": 1.0, + "content": "model using", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 564, + 506, + 577 + ], + "spans": [ + { + "bbox": [ + 105, + 564, + 506, + 577 + ], + "score": 1.0, + "content": "the ADAM optimizer with debiasing for three epochs, the default number of epochs used with each of", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 104, + 574, + 507, + 590 + ], + "spans": [ + { + "bbox": [ + 104, + 574, + 356, + 590 + ], + "score": 1.0, + "content": "the methods. For intermediate task fine-tuning, we fine-tune a", + "type": "text" + }, + { + "bbox": [ + 356, + 576, + 399, + 588 + ], + "score": 0.6, + "content": "\\mathrm { B E R T _ { L a r g e } }", + "type": "inline_equation" + }, + { + "bbox": [ + 399, + 574, + 507, + 590 + ], + "score": 1.0, + "content": "model on MNLI and then", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 587, + 506, + 599 + ], + "spans": [ + { + "bbox": [ + 105, + 587, + 506, + 599 + ], + "score": 1.0, + "content": "fine-tune for our evaluation. For other methods, we perform hyperparameter search with a similar", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 597, + 505, + 610 + ], + "spans": [ + { + "bbox": [ + 105, + 597, + 505, + 610 + ], + "score": 1.0, + "content": "size search space for each method, as described in Appendix H. We do model selection using the", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 609, + 505, + 620 + ], + "spans": [ + { + "bbox": [ + 105, + 609, + 505, + 620 + ], + "score": 1.0, + "content": "average validation performance across 20 random seeds. We additionally report results for standard", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 619, + 457, + 632 + ], + "spans": [ + { + "bbox": [ + 106, + 619, + 457, + 632 + ], + "score": 1.0, + "content": "fine-tuning with longer training time (Section 6), weight decay, and Re-init (Section 5).", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 38, + "bbox_fs": [ + 104, + 551, + 507, + 632 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 636, + 505, + 680 + ], + "lines": [ + { + "bbox": [ + 105, + 636, + 506, + 649 + ], + "spans": [ + { + "bbox": [ + 105, + 636, + 506, + 649 + ], + "score": 1.0, + "content": "Table 2 provides our results. Compared to published results (Phang et al., 2018; Lee et al., 2020),", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 647, + 506, + 660 + ], + "spans": [ + { + "bbox": [ + 105, + 647, + 506, + 660 + ], + "score": 1.0, + "content": "our test performance for Int. Task (transferring via an intermediate task), Mixout, Pre-trained", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 658, + 505, + 671 + ], + "spans": [ + { + "bbox": [ + 105, + 658, + 505, + 671 + ], + "score": 1.0, + "content": "WD, and WD are generally higher when using the ADAM with debiasing.10 However, we observe", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 669, + 505, + 681 + ], + "spans": [ + { + "bbox": [ + 105, + 669, + 505, + 681 + ], + "score": 1.0, + "content": "less pronounced benefits for all surveyed methods compared to results originally reported. At", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 81, + 505, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 505, + 96 + ], + "score": 1.0, + "content": "times, these methods do not outperform the standard baselines or simply training longer. Using", + "type": "text", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 95, + 505, + 105 + ], + "spans": [ + { + "bbox": [ + 106, + 95, + 505, + 105 + ], + "score": 1.0, + "content": "additional annotated data for intermediate task training continues to be effective, leading to consistent", + "type": "text", + "cross_page": true + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 105, + 506, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 105, + 506, + 117 + ], + "score": 1.0, + "content": "improvement over the average performance across all datasets. LLRD and Mixout show less consistent", + "type": "text", + "cross_page": true + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 506, + 128 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 506, + 128 + ], + "score": 1.0, + "content": "performance impact. We observe no noticeable improvement using pre-trained weight decay and", + "type": "text", + "cross_page": true + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 126, + 505, + 140 + ], + "spans": [ + { + "bbox": [ + 105, + 126, + 505, + 140 + ], + "score": 1.0, + "content": "conventional weight decay in improving or stabilizing BERT fine-tuning in our experiments, contrary", + "type": "text", + "cross_page": true + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 137, + 504, + 149 + ], + "spans": [ + { + "bbox": [ + 105, + 137, + 504, + 149 + ], + "score": 1.0, + "content": "to existing work (Lee et al., 2020). This indicates that these methods potentially ease the optimization", + "type": "text", + "cross_page": true + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 149, + 505, + 161 + ], + "spans": [ + { + "bbox": [ + 105, + 149, + 505, + 161 + ], + "score": 1.0, + "content": "difficulty brought by the debiasing omission in BERTADAM, and when we add the debiasing, the", + "type": "text", + "cross_page": true + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 159, + 220, + 171 + ], + "spans": [ + { + "bbox": [ + 105, + 159, + 220, + 171 + ], + "score": 1.0, + "content": "positive effects are reduced.", + "type": "text", + "cross_page": true + } + ], + "index": 7 + } + ], + "index": 43.5, + "bbox_fs": [ + 105, + 636, + 506, + 681 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 170 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 505, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 505, + 96 + ], + "score": 1.0, + "content": "times, these methods do not outperform the standard baselines or simply training longer. Using", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 95, + 505, + 105 + ], + "spans": [ + { + "bbox": [ + 106, + 95, + 505, + 105 + ], + "score": 1.0, + "content": "additional annotated data for intermediate task training continues to be effective, leading to consistent", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 105, + 506, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 105, + 506, + 117 + ], + "score": 1.0, + "content": "improvement over the average performance across all datasets. LLRD and Mixout show less consistent", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 506, + 128 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 506, + 128 + ], + "score": 1.0, + "content": "performance impact. We observe no noticeable improvement using pre-trained weight decay and", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 126, + 505, + 140 + ], + "spans": [ + { + "bbox": [ + 105, + 126, + 505, + 140 + ], + "score": 1.0, + "content": "conventional weight decay in improving or stabilizing BERT fine-tuning in our experiments, contrary", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 137, + 504, + 149 + ], + "spans": [ + { + "bbox": [ + 105, + 137, + 504, + 149 + ], + "score": 1.0, + "content": "to existing work (Lee et al., 2020). This indicates that these methods potentially ease the optimization", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 149, + 505, + 161 + ], + "spans": [ + { + "bbox": [ + 105, + 149, + 505, + 161 + ], + "score": 1.0, + "content": "difficulty brought by the debiasing omission in BERTADAM, and when we add the debiasing, the", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 159, + 220, + 171 + ], + "spans": [ + { + "bbox": [ + 105, + 159, + 220, + 171 + ], + "score": 1.0, + "content": "positive effects are reduced.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 3.5 + }, + { + "type": "title", + "bbox": [ + 108, + 187, + 195, + 200 + ], + "lines": [ + { + "bbox": [ + 104, + 185, + 197, + 204 + ], + "spans": [ + { + "bbox": [ + 104, + 185, + 197, + 204 + ], + "score": 1.0, + "content": "8 CONCLUSION", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8 + }, + { + "type": "text", + "bbox": [ + 107, + 213, + 505, + 334 + ], + "lines": [ + { + "bbox": [ + 106, + 213, + 506, + 226 + ], + "spans": [ + { + "bbox": [ + 106, + 213, + 506, + 226 + ], + "score": 1.0, + "content": "We have demonstrated that optimization plays a vital role in the few-sample BERT fine-tuning. First,", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 224, + 505, + 236 + ], + "spans": [ + { + "bbox": [ + 105, + 224, + 505, + 236 + ], + "score": 1.0, + "content": "we show that the debiasing omission in BERTADAM is the main cause of degenerate models on small", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 235, + 506, + 247 + ], + "spans": [ + { + "bbox": [ + 106, + 235, + 506, + 247 + ], + "score": 1.0, + "content": "datasets commonly observed in previous work (Phang et al., 2018; Lee et al., 2020; Dodge et al.,", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 246, + 506, + 259 + ], + "spans": [ + { + "bbox": [ + 105, + 246, + 506, + 259 + ], + "score": 1.0, + "content": "2020). Second, we observe the top layers of the pre-trained BERT provide a detrimental initialization", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 104, + 255, + 506, + 271 + ], + "spans": [ + { + "bbox": [ + 104, + 255, + 506, + 271 + ], + "score": 1.0, + "content": "for fine-tuning and delay learning. Simply re-initializing these layers not only speeds up learning", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 268, + 505, + 280 + ], + "spans": [ + { + "bbox": [ + 105, + 268, + 505, + 280 + ], + "score": 1.0, + "content": "but also leads to better model performance. Third, we demonstrate that the common one-size-fits-all", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 278, + 505, + 291 + ], + "spans": [ + { + "bbox": [ + 106, + 278, + 505, + 291 + ], + "score": 1.0, + "content": "three-epochs practice for BERT fine-tuning is sub-optimal and allocating more training time can", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 288, + 506, + 304 + ], + "spans": [ + { + "bbox": [ + 105, + 288, + 506, + 304 + ], + "score": 1.0, + "content": "stabilize fine-tuning. Finally, we revisit several methods proposed for stabilizing BERT fine-tuning", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 300, + 505, + 313 + ], + "spans": [ + { + "bbox": [ + 106, + 300, + 505, + 313 + ], + "score": 1.0, + "content": "and observe that their positive effects are reduced with the debiased ADAM. In the future, we plan to", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 312, + 505, + 324 + ], + "spans": [ + { + "bbox": [ + 106, + 312, + 505, + 324 + ], + "score": 1.0, + "content": "extend our study to different pre-training objectives and model architectures, and study how model", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 323, + 258, + 336 + ], + "spans": [ + { + "bbox": [ + 105, + 323, + 258, + 336 + ], + "score": 1.0, + "content": "parameters evolve during fine-tuning.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 14 + }, + { + "type": "title", + "bbox": [ + 108, + 348, + 200, + 358 + ], + "lines": [ + { + "bbox": [ + 107, + 348, + 200, + 359 + ], + "spans": [ + { + "bbox": [ + 107, + 348, + 200, + 359 + ], + "score": 1.0, + "content": "ACKNOWLEDGMENTS", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 20 + }, + { + "type": "text", + "bbox": [ + 108, + 366, + 505, + 399 + ], + "lines": [ + { + "bbox": [ + 106, + 366, + 507, + 379 + ], + "spans": [ + { + "bbox": [ + 106, + 366, + 507, + 379 + ], + "score": 1.0, + "content": "We thank Cheolhyoung Lee for his help in reproducing previous work. We thank Lili Yu, Ethan R.", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 376, + 505, + 391 + ], + "spans": [ + { + "bbox": [ + 105, + 376, + 505, + 391 + ], + "score": 1.0, + "content": "Elenberg, Varsha Kishore, and Rishi Bommasani for their insightful comments, and Hugging Face", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 389, + 325, + 401 + ], + "spans": [ + { + "bbox": [ + 106, + 389, + 325, + 401 + ], + "score": 1.0, + "content": "for the Transformers project, which enabled our work.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22 + }, + { + "type": "title", + "bbox": [ + 108, + 417, + 175, + 429 + ], + "lines": [ + { + "bbox": [ + 106, + 417, + 176, + 430 + ], + "spans": [ + { + "bbox": [ + 106, + 417, + 176, + 430 + ], + "score": 1.0, + "content": "REFERENCES", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 24 + }, + { + "type": "text", + "bbox": [ + 107, + 442, + 504, + 465 + ], + "lines": [ + { + "bbox": [ + 106, + 442, + 505, + 455 + ], + "spans": [ + { + "bbox": [ + 106, + 442, + 505, + 455 + ], + "score": 1.0, + "content": "Luisa Bentivogli, Ido Kalman Dagan, Dang Hoa, Danilo Giampiccolo, and Bernardo Magnini. The", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 116, + 453, + 453, + 466 + ], + "spans": [ + { + "bbox": [ + 116, + 453, + 453, + 466 + ], + "score": 1.0, + "content": "fifth pascal recognizing textual entailment challenge. In TAC 2009 Workshop, 2009.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25.5 + }, + { + "type": "text", + "bbox": [ + 107, + 473, + 506, + 507 + ], + "lines": [ + { + "bbox": [ + 106, + 474, + 507, + 486 + ], + "spans": [ + { + "bbox": [ + 106, + 474, + 507, + 486 + ], + "score": 1.0, + "content": "Daniel Cer, Mona Diab, Eneko Agirre, Iñigo Lopez-Gazpio, and Lucia Specia. Semeval-2017 task 1:", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 116, + 485, + 507, + 497 + ], + "spans": [ + { + "bbox": [ + 116, + 485, + 507, + 497 + ], + "score": 1.0, + "content": "Semantic textual similarity multilingual and crosslingual focused evaluation. In SemEval-2017,", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 115, + 495, + 143, + 508 + ], + "spans": [ + { + "bbox": [ + 115, + 495, + 143, + 508 + ], + "score": 1.0, + "content": "2017.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28 + }, + { + "type": "text", + "bbox": [ + 106, + 517, + 504, + 540 + ], + "lines": [ + { + "bbox": [ + 106, + 516, + 506, + 531 + ], + "spans": [ + { + "bbox": [ + 106, + 516, + 506, + 531 + ], + "score": 1.0, + "content": "Ciprian Chelba and Alex Acero. Adaptation of maximum entropy capitalizer: Little data can help a", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 115, + 527, + 207, + 540 + ], + "spans": [ + { + "bbox": [ + 115, + 527, + 207, + 540 + ], + "score": 1.0, + "content": "lot. In EMNLP, 2004.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 30.5 + }, + { + "type": "text", + "bbox": [ + 107, + 549, + 504, + 572 + ], + "lines": [ + { + "bbox": [ + 105, + 547, + 506, + 563 + ], + "spans": [ + { + "bbox": [ + 105, + 547, + 506, + 563 + ], + "score": 1.0, + "content": "Kevin Clark, Minh-Thang Luong, Quoc V. Le, and Christopher D. Manning. ELECTRA: Pre-training", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 116, + 560, + 397, + 572 + ], + "spans": [ + { + "bbox": [ + 116, + 560, + 397, + 572 + ], + "score": 1.0, + "content": "text encoders as discriminators rather than generators. In ICLR, 2020.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32.5 + }, + { + "type": "text", + "bbox": [ + 106, + 581, + 382, + 593 + ], + "lines": [ + { + "bbox": [ + 106, + 581, + 383, + 594 + ], + "spans": [ + { + "bbox": [ + 106, + 581, + 383, + 594 + ], + "score": 1.0, + "content": "Hal Daumé III. Frustratingly easy domain adaptation. In ACL, 2007.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 34 + }, + { + "type": "text", + "bbox": [ + 108, + 602, + 504, + 625 + ], + "lines": [ + { + "bbox": [ + 106, + 601, + 505, + 615 + ], + "spans": [ + { + "bbox": [ + 106, + 601, + 505, + 615 + ], + "score": 1.0, + "content": "Yann N Dauphin and Samuel Schoenholz. Metainit: Initializing learning by learning to initialize. In", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 115, + 613, + 181, + 625 + ], + "spans": [ + { + "bbox": [ + 115, + 613, + 181, + 625 + ], + "score": 1.0, + "content": "NeurIPS, 2019.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 35.5 + }, + { + "type": "text", + "bbox": [ + 105, + 634, + 504, + 657 + ], + "lines": [ + { + "bbox": [ + 105, + 632, + 505, + 648 + ], + "spans": [ + { + "bbox": [ + 105, + 632, + 505, + 648 + ], + "score": 1.0, + "content": "Jacob Devlin, Ming-Wei Chang, Kenton Lee, and Kristina Toutanova. BERT: Pre-training of deep", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 117, + 646, + 430, + 657 + ], + "spans": [ + { + "bbox": [ + 117, + 646, + 430, + 657 + ], + "score": 1.0, + "content": "bidirectional transformers for language understanding. In NAACL-HLT, 2019.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 37.5 + }, + { + "type": "text", + "bbox": [ + 107, + 666, + 505, + 700 + ], + "lines": [ + { + "bbox": [ + 106, + 666, + 506, + 679 + ], + "spans": [ + { + "bbox": [ + 106, + 666, + 506, + 679 + ], + "score": 1.0, + "content": "Jesse Dodge, Gabriel Ilharco, Roy Schwartz, Ali Farhadi, Hannaneh Hajishirzi, and Noah Smith.", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 115, + 676, + 506, + 691 + ], + "spans": [ + { + "bbox": [ + 115, + 676, + 506, + 691 + ], + "score": 1.0, + "content": "Fine-tuning pretrained language models: Weight initializations, data orders, and early stopping.", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 116, + 689, + 279, + 700 + ], + "spans": [ + { + "bbox": [ + 116, + 689, + 279, + 700 + ], + "score": 1.0, + "content": "arXiv preprint arXiv:2002.06305, 2020.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 40 + }, + { + "type": "text", + "bbox": [ + 106, + 709, + 505, + 731 + ], + "lines": [ + { + "bbox": [ + 106, + 708, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 708, + 506, + 722 + ], + "score": 1.0, + "content": "William B Dolan and Chris Brockett. Automatically constructing a corpus of sentential paraphrases.", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 116, + 720, + 176, + 732 + ], + "spans": [ + { + "bbox": [ + 116, + 720, + 176, + 732 + ], + "score": 1.0, + "content": "In IWP, 2005.", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 42.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, + 170 + ], + "lines": [], + "index": 3.5, + "bbox_fs": [ + 105, + 81, + 506, + 171 + ], + "lines_deleted": true + }, + { + "type": "title", + "bbox": [ + 108, + 187, + 195, + 200 + ], + "lines": [ + { + "bbox": [ + 104, + 185, + 197, + 204 + ], + "spans": [ + { + "bbox": [ + 104, + 185, + 197, + 204 + ], + "score": 1.0, + "content": "8 CONCLUSION", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8 + }, + { + "type": "text", + "bbox": [ + 107, + 213, + 505, + 334 + ], + "lines": [ + { + "bbox": [ + 106, + 213, + 506, + 226 + ], + "spans": [ + { + "bbox": [ + 106, + 213, + 506, + 226 + ], + "score": 1.0, + "content": "We have demonstrated that optimization plays a vital role in the few-sample BERT fine-tuning. First,", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 224, + 505, + 236 + ], + "spans": [ + { + "bbox": [ + 105, + 224, + 505, + 236 + ], + "score": 1.0, + "content": "we show that the debiasing omission in BERTADAM is the main cause of degenerate models on small", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 235, + 506, + 247 + ], + "spans": [ + { + "bbox": [ + 106, + 235, + 506, + 247 + ], + "score": 1.0, + "content": "datasets commonly observed in previous work (Phang et al., 2018; Lee et al., 2020; Dodge et al.,", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 246, + 506, + 259 + ], + "spans": [ + { + "bbox": [ + 105, + 246, + 506, + 259 + ], + "score": 1.0, + "content": "2020). Second, we observe the top layers of the pre-trained BERT provide a detrimental initialization", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 104, + 255, + 506, + 271 + ], + "spans": [ + { + "bbox": [ + 104, + 255, + 506, + 271 + ], + "score": 1.0, + "content": "for fine-tuning and delay learning. Simply re-initializing these layers not only speeds up learning", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 268, + 505, + 280 + ], + "spans": [ + { + "bbox": [ + 105, + 268, + 505, + 280 + ], + "score": 1.0, + "content": "but also leads to better model performance. Third, we demonstrate that the common one-size-fits-all", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 278, + 505, + 291 + ], + "spans": [ + { + "bbox": [ + 106, + 278, + 505, + 291 + ], + "score": 1.0, + "content": "three-epochs practice for BERT fine-tuning is sub-optimal and allocating more training time can", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 288, + 506, + 304 + ], + "spans": [ + { + "bbox": [ + 105, + 288, + 506, + 304 + ], + "score": 1.0, + "content": "stabilize fine-tuning. Finally, we revisit several methods proposed for stabilizing BERT fine-tuning", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 300, + 505, + 313 + ], + "spans": [ + { + "bbox": [ + 106, + 300, + 505, + 313 + ], + "score": 1.0, + "content": "and observe that their positive effects are reduced with the debiased ADAM. In the future, we plan to", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 312, + 505, + 324 + ], + "spans": [ + { + "bbox": [ + 106, + 312, + 505, + 324 + ], + "score": 1.0, + "content": "extend our study to different pre-training objectives and model architectures, and study how model", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 323, + 258, + 336 + ], + "spans": [ + { + "bbox": [ + 105, + 323, + 258, + 336 + ], + "score": 1.0, + "content": "parameters evolve during fine-tuning.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 14, + "bbox_fs": [ + 104, + 213, + 506, + 336 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 348, + 200, + 358 + ], + "lines": [ + { + "bbox": [ + 107, + 348, + 200, + 359 + ], + "spans": [ + { + "bbox": [ + 107, + 348, + 200, + 359 + ], + "score": 1.0, + "content": "ACKNOWLEDGMENTS", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 20 + }, + { + "type": "text", + "bbox": [ + 108, + 366, + 505, + 399 + ], + "lines": [ + { + "bbox": [ + 106, + 366, + 507, + 379 + ], + "spans": [ + { + "bbox": [ + 106, + 366, + 507, + 379 + ], + "score": 1.0, + "content": "We thank Cheolhyoung Lee for his help in reproducing previous work. We thank Lili Yu, Ethan R.", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 376, + 505, + 391 + ], + "spans": [ + { + "bbox": [ + 105, + 376, + 505, + 391 + ], + "score": 1.0, + "content": "Elenberg, Varsha Kishore, and Rishi Bommasani for their insightful comments, and Hugging Face", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 389, + 325, + 401 + ], + "spans": [ + { + "bbox": [ + 106, + 389, + 325, + 401 + ], + "score": 1.0, + "content": "for the Transformers project, which enabled our work.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22, + "bbox_fs": [ + 105, + 366, + 507, + 401 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 417, + 175, + 429 + ], + "lines": [ + { + "bbox": [ + 106, + 417, + 176, + 430 + ], + "spans": [ + { + "bbox": [ + 106, + 417, + 176, + 430 + ], + "score": 1.0, + "content": "REFERENCES", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 24 + }, + { + "type": "text", + "bbox": [ + 107, + 442, + 504, + 465 + ], + "lines": [ + { + "bbox": [ + 106, + 442, + 505, + 455 + ], + "spans": [ + { + "bbox": [ + 106, + 442, + 505, + 455 + ], + "score": 1.0, + "content": "Luisa Bentivogli, Ido Kalman Dagan, Dang Hoa, Danilo Giampiccolo, and Bernardo Magnini. The", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 116, + 453, + 453, + 466 + ], + "spans": [ + { + "bbox": [ + 116, + 453, + 453, + 466 + ], + "score": 1.0, + "content": "fifth pascal recognizing textual entailment challenge. In TAC 2009 Workshop, 2009.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25.5, + "bbox_fs": [ + 106, + 442, + 505, + 466 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 473, + 506, + 507 + ], + "lines": [ + { + "bbox": [ + 106, + 474, + 507, + 486 + ], + "spans": [ + { + "bbox": [ + 106, + 474, + 507, + 486 + ], + "score": 1.0, + "content": "Daniel Cer, Mona Diab, Eneko Agirre, Iñigo Lopez-Gazpio, and Lucia Specia. Semeval-2017 task 1:", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 116, + 485, + 507, + 497 + ], + "spans": [ + { + "bbox": [ + 116, + 485, + 507, + 497 + ], + "score": 1.0, + "content": "Semantic textual similarity multilingual and crosslingual focused evaluation. In SemEval-2017,", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 115, + 495, + 143, + 508 + ], + "spans": [ + { + "bbox": [ + 115, + 495, + 143, + 508 + ], + "score": 1.0, + "content": "2017.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28, + "bbox_fs": [ + 106, + 474, + 507, + 508 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 517, + 504, + 540 + ], + "lines": [ + { + "bbox": [ + 106, + 516, + 506, + 531 + ], + "spans": [ + { + "bbox": [ + 106, + 516, + 506, + 531 + ], + "score": 1.0, + "content": "Ciprian Chelba and Alex Acero. Adaptation of maximum entropy capitalizer: Little data can help a", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 115, + 527, + 207, + 540 + ], + "spans": [ + { + "bbox": [ + 115, + 527, + 207, + 540 + ], + "score": 1.0, + "content": "lot. In EMNLP, 2004.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 30.5, + "bbox_fs": [ + 106, + 516, + 506, + 540 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 549, + 504, + 572 + ], + "lines": [ + { + "bbox": [ + 105, + 547, + 506, + 563 + ], + "spans": [ + { + "bbox": [ + 105, + 547, + 506, + 563 + ], + "score": 1.0, + "content": "Kevin Clark, Minh-Thang Luong, Quoc V. Le, and Christopher D. Manning. ELECTRA: Pre-training", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 116, + 560, + 397, + 572 + ], + "spans": [ + { + "bbox": [ + 116, + 560, + 397, + 572 + ], + "score": 1.0, + "content": "text encoders as discriminators rather than generators. In ICLR, 2020.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32.5, + "bbox_fs": [ + 105, + 547, + 506, + 572 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 581, + 382, + 593 + ], + "lines": [ + { + "bbox": [ + 106, + 581, + 383, + 594 + ], + "spans": [ + { + "bbox": [ + 106, + 581, + 383, + 594 + ], + "score": 1.0, + "content": "Hal Daumé III. Frustratingly easy domain adaptation. In ACL, 2007.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 34, + "bbox_fs": [ + 106, + 581, + 383, + 594 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 602, + 504, + 625 + ], + "lines": [ + { + "bbox": [ + 106, + 601, + 505, + 615 + ], + "spans": [ + { + "bbox": [ + 106, + 601, + 505, + 615 + ], + "score": 1.0, + "content": "Yann N Dauphin and Samuel Schoenholz. Metainit: Initializing learning by learning to initialize. In", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 115, + 613, + 181, + 625 + ], + "spans": [ + { + "bbox": [ + 115, + 613, + 181, + 625 + ], + "score": 1.0, + "content": "NeurIPS, 2019.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 35.5, + "bbox_fs": [ + 106, + 601, + 505, + 625 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 634, + 504, + 657 + ], + "lines": [ + { + "bbox": [ + 105, + 632, + 505, + 648 + ], + "spans": [ + { + "bbox": [ + 105, + 632, + 505, + 648 + ], + "score": 1.0, + "content": "Jacob Devlin, Ming-Wei Chang, Kenton Lee, and Kristina Toutanova. BERT: Pre-training of deep", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 117, + 646, + 430, + 657 + ], + "spans": [ + { + "bbox": [ + 117, + 646, + 430, + 657 + ], + "score": 1.0, + "content": "bidirectional transformers for language understanding. In NAACL-HLT, 2019.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 37.5, + "bbox_fs": [ + 105, + 632, + 505, + 657 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 666, + 505, + 700 + ], + "lines": [ + { + "bbox": [ + 106, + 666, + 506, + 679 + ], + "spans": [ + { + "bbox": [ + 106, + 666, + 506, + 679 + ], + "score": 1.0, + "content": "Jesse Dodge, Gabriel Ilharco, Roy Schwartz, Ali Farhadi, Hannaneh Hajishirzi, and Noah Smith.", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 115, + 676, + 506, + 691 + ], + "spans": [ + { + "bbox": [ + 115, + 676, + 506, + 691 + ], + "score": 1.0, + "content": "Fine-tuning pretrained language models: Weight initializations, data orders, and early stopping.", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 116, + 689, + 279, + 700 + ], + "spans": [ + { + "bbox": [ + 116, + 689, + 279, + 700 + ], + "score": 1.0, + "content": "arXiv preprint arXiv:2002.06305, 2020.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 40, + "bbox_fs": [ + 106, + 666, + 506, + 700 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 709, + 505, + 731 + ], + "lines": [ + { + "bbox": [ + 106, + 708, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 708, + 506, + 722 + ], + "score": 1.0, + "content": "William B Dolan and Chris Brockett. Automatically constructing a corpus of sentential paraphrases.", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 116, + 720, + 176, + 732 + ], + "spans": [ + { + "bbox": [ + 116, + 720, + 176, + 732 + ], + "score": 1.0, + "content": "In IWP, 2005.", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 42.5, + "bbox_fs": [ + 106, + 708, + 506, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 504, + 116 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "Matt Gardner, Joel Grus, Mark Neumann, Oyvind Tafjord, Pradeep Dasigi, Nelson F Liu, Matthew", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 115, + 92, + 505, + 107 + ], + "spans": [ + { + "bbox": [ + 115, + 92, + 505, + 107 + ], + "score": 1.0, + "content": "Peters, Michael Schmitz, and Luke Zettlemoyer. Allennlp: A deep semantic natural language", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 115, + 105, + 281, + 116 + ], + "spans": [ + { + "bbox": [ + 115, + 105, + 281, + 116 + ], + "score": 1.0, + "content": "processing platform. In NLP-OSS, 2018.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 104, + 123, + 504, + 145 + ], + "lines": [ + { + "bbox": [ + 106, + 122, + 505, + 136 + ], + "spans": [ + { + "bbox": [ + 106, + 122, + 505, + 136 + ], + "score": 1.0, + "content": "Xavier Glorot and Yoshua Bengio. Understanding the difficulty of training deep feedforward neural", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 115, + 134, + 235, + 145 + ], + "spans": [ + { + "bbox": [ + 115, + 134, + 235, + 145 + ], + "score": 1.0, + "content": "networks. In AISTATS, 2010.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + }, + { + "type": "text", + "bbox": [ + 106, + 152, + 506, + 196 + ], + "lines": [ + { + "bbox": [ + 104, + 150, + 506, + 167 + ], + "spans": [ + { + "bbox": [ + 104, + 150, + 506, + 167 + ], + "score": 1.0, + "content": "Jian Guo, He He, Tong He, Leonard Lausen, Mu Li, Haibin Lin, Xingjian Shi, Chenguang Wang,", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 114, + 163, + 506, + 176 + ], + "spans": [ + { + "bbox": [ + 114, + 163, + 506, + 176 + ], + "score": 1.0, + "content": "Junyuan Xie, Sheng Zha, Aston Zhang, Hang Zhang, Zhi Zhang, Zhongyue Zhang, and Shuai", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 115, + 174, + 507, + 189 + ], + "spans": [ + { + "bbox": [ + 115, + 174, + 507, + 189 + ], + "score": 1.0, + "content": "Zheng. Gluoncv and gluonnlp: Deep learning in computer vision and natural language processing.", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 116, + 186, + 279, + 197 + ], + "spans": [ + { + "bbox": [ + 116, + 186, + 279, + 197 + ], + "score": 1.0, + "content": "arXiv preprint arXiv:1907.04433, 2019.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 6.5 + }, + { + "type": "text", + "bbox": [ + 106, + 204, + 502, + 227 + ], + "lines": [ + { + "bbox": [ + 106, + 204, + 504, + 217 + ], + "spans": [ + { + "bbox": [ + 106, + 204, + 504, + 217 + ], + "score": 1.0, + "content": "Kelvin Guu, Kenton Lee, Zora Tung, Panupong Pasupat, and Ming-Wei Chang. Realm: Retrieval-", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 115, + 215, + 443, + 227 + ], + "spans": [ + { + "bbox": [ + 115, + 215, + 443, + 227 + ], + "score": 1.0, + "content": "augmented language model pre-training. arXiv preprint arXiv:2002.08909, 2020.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5 + }, + { + "type": "text", + "bbox": [ + 106, + 233, + 502, + 256 + ], + "lines": [ + { + "bbox": [ + 105, + 232, + 504, + 248 + ], + "spans": [ + { + "bbox": [ + 105, + 232, + 504, + 248 + ], + "score": 1.0, + "content": "Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Delving deep into rectifiers: Surpassing", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 115, + 245, + 395, + 256 + ], + "spans": [ + { + "bbox": [ + 115, + 245, + 395, + 256 + ], + "score": 1.0, + "content": "human-level performance on imagenet classification. In ICCV, 2015.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11.5 + }, + { + "type": "text", + "bbox": [ + 106, + 263, + 488, + 275 + ], + "lines": [ + { + "bbox": [ + 105, + 261, + 489, + 277 + ], + "spans": [ + { + "bbox": [ + 105, + 261, + 489, + 277 + ], + "score": 1.0, + "content": "J. Hewitt and P. Liang. Designing and interpreting probes with control tasks. In EMNLP, 2019.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 13 + }, + { + "type": "text", + "bbox": [ + 105, + 281, + 505, + 304 + ], + "lines": [ + { + "bbox": [ + 105, + 280, + 506, + 294 + ], + "spans": [ + { + "bbox": [ + 105, + 280, + 506, + 294 + ], + "score": 1.0, + "content": "John Hewitt and Christopher D. Manning. A structural probe for finding syntax in word representa-", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 115, + 293, + 213, + 304 + ], + "spans": [ + { + "bbox": [ + 115, + 293, + 213, + 304 + ], + "score": 1.0, + "content": "tions. In NAACL, 2019.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14.5 + }, + { + "type": "text", + "bbox": [ + 106, + 310, + 505, + 344 + ], + "lines": [ + { + "bbox": [ + 106, + 310, + 506, + 324 + ], + "spans": [ + { + "bbox": [ + 106, + 310, + 506, + 324 + ], + "score": 1.0, + "content": "Neil Houlsby, Andrei Giurgiu, Stanislaw Jastrzebski, Bruna Morrone, Quentin De Laroussilhe,", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 115, + 322, + 505, + 334 + ], + "spans": [ + { + "bbox": [ + 115, + 322, + 505, + 334 + ], + "score": 1.0, + "content": "Andrea Gesmundo, Mona Attariyan, and Sylvain Gelly. Parameter-efficient transfer learning for", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 115, + 333, + 206, + 345 + ], + "spans": [ + { + "bbox": [ + 115, + 333, + 206, + 345 + ], + "score": 1.0, + "content": "NLP. In ICML, 2019.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17 + }, + { + "type": "text", + "bbox": [ + 105, + 351, + 505, + 374 + ], + "lines": [ + { + "bbox": [ + 105, + 350, + 505, + 364 + ], + "spans": [ + { + "bbox": [ + 105, + 350, + 505, + 364 + ], + "score": 1.0, + "content": "Jeremy Howard and Sebastian Ruder. Universal language model fine-tuning for text classification. In", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 114, + 362, + 164, + 374 + ], + "spans": [ + { + "bbox": [ + 114, + 362, + 164, + 374 + ], + "score": 1.0, + "content": "ACL, 2018.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19.5 + }, + { + "type": "text", + "bbox": [ + 106, + 381, + 505, + 404 + ], + "lines": [ + { + "bbox": [ + 106, + 380, + 506, + 394 + ], + "spans": [ + { + "bbox": [ + 106, + 380, + 506, + 394 + ], + "score": 1.0, + "content": "Shankar Iyer, Nikhil Dandekar, and Kornel Csernai. First quora dataset release: Question pairs.", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 115, + 392, + 315, + 404 + ], + "spans": [ + { + "bbox": [ + 115, + 392, + 315, + 404 + ], + "score": 1.0, + "content": "https://tinyurl.com/y2y8u5ed, 2017.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 21.5 + }, + { + "type": "text", + "bbox": [ + 106, + 410, + 505, + 433 + ], + "lines": [ + { + "bbox": [ + 105, + 409, + 505, + 424 + ], + "spans": [ + { + "bbox": [ + 105, + 409, + 505, + 424 + ], + "score": 1.0, + "content": "Diederik P Kingma and Jimmy Ba. Adam: A method for stochastic optimization. arXiv preprint", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 116, + 422, + 214, + 433 + ], + "spans": [ + { + "bbox": [ + 116, + 422, + 214, + 433 + ], + "score": 1.0, + "content": "arXiv:1412.6980, 2014.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 23.5 + }, + { + "type": "text", + "bbox": [ + 106, + 440, + 505, + 462 + ], + "lines": [ + { + "bbox": [ + 105, + 438, + 506, + 453 + ], + "spans": [ + { + "bbox": [ + 105, + 438, + 506, + 453 + ], + "score": 1.0, + "content": "Anders Krogh and John A. Hertz. A simple weight decay can improve generalization. In NeurIPS,", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 114, + 450, + 142, + 464 + ], + "spans": [ + { + "bbox": [ + 114, + 450, + 142, + 464 + ], + "score": 1.0, + "content": "1992.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25.5 + }, + { + "type": "text", + "bbox": [ + 106, + 469, + 505, + 493 + ], + "lines": [ + { + "bbox": [ + 106, + 469, + 505, + 482 + ], + "spans": [ + { + "bbox": [ + 106, + 469, + 505, + 482 + ], + "score": 1.0, + "content": "Zhenzhong Lan, Mingda Chen, Sebastian Goodman, Kevin Gimpel, Piyush Sharma, and Radu", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 116, + 481, + 506, + 494 + ], + "spans": [ + { + "bbox": [ + 116, + 481, + 506, + 494 + ], + "score": 1.0, + "content": "Soricut. Albert: A lite bert for self-supervised learning of language representations. In ICLR, 2020.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27.5 + }, + { + "type": "text", + "bbox": [ + 106, + 498, + 505, + 522 + ], + "lines": [ + { + "bbox": [ + 106, + 498, + 505, + 513 + ], + "spans": [ + { + "bbox": [ + 106, + 498, + 505, + 513 + ], + "score": 1.0, + "content": "Cheolhyoung Lee, Kyunghyun Cho, and Wanmo Kang. Mixout: Effective regularization to finetune", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 115, + 510, + 340, + 523 + ], + "spans": [ + { + "bbox": [ + 115, + 510, + 340, + 523 + ], + "score": 1.0, + "content": "large-scale pretrained language models. In ICLR, 2020.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29.5 + }, + { + "type": "text", + "bbox": [ + 106, + 528, + 506, + 573 + ], + "lines": [ + { + "bbox": [ + 105, + 528, + 507, + 542 + ], + "spans": [ + { + "bbox": [ + 105, + 528, + 507, + 542 + ], + "score": 1.0, + "content": "Mike Lewis, Yinhan Liu, Naman Goyal, Marjan Ghazvininejad, Abdelrahman Mohamed, Omer Levy,", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 115, + 540, + 506, + 553 + ], + "spans": [ + { + "bbox": [ + 115, + 540, + 506, + 553 + ], + "score": 1.0, + "content": "Veselin Stoyanov, and Luke Zettlemoyer. Bart: Denoising sequence-to-sequence pre-training for", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 114, + 551, + 507, + 563 + ], + "spans": [ + { + "bbox": [ + 114, + 551, + 507, + 563 + ], + "score": 1.0, + "content": "natural language generation, translation, and comprehension. arXiv preprint arXiv:1910.13461,", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 114, + 560, + 144, + 574 + ], + "spans": [ + { + "bbox": [ + 114, + 560, + 144, + 574 + ], + "score": 1.0, + "content": "2019.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 32.5 + }, + { + "type": "text", + "bbox": [ + 106, + 579, + 504, + 604 + ], + "lines": [ + { + "bbox": [ + 106, + 580, + 505, + 593 + ], + "spans": [ + { + "bbox": [ + 106, + 580, + 505, + 593 + ], + "score": 1.0, + "content": "Xingjian Li, Haoyi Xiong, Haozhe An, Chengzhong Xu, and Dejing Dou. Rifle: Backpropagation in", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 116, + 591, + 504, + 604 + ], + "spans": [ + { + "bbox": [ + 116, + 591, + 504, + 604 + ], + "score": 1.0, + "content": "depth for deep transfer learning through re-initializing the fully-connected layer. In ICML, 2020.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 35.5 + }, + { + "type": "text", + "bbox": [ + 107, + 609, + 505, + 643 + ], + "lines": [ + { + "bbox": [ + 105, + 609, + 505, + 622 + ], + "spans": [ + { + "bbox": [ + 105, + 609, + 505, + 622 + ], + "score": 1.0, + "content": "Nelson F. Liu, Matt Gardner, Yonatan Belinkov, Matthew E. Peters, and Noah A. Smith. Linguistic", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 115, + 620, + 506, + 633 + ], + "spans": [ + { + "bbox": [ + 115, + 620, + 506, + 633 + ], + "score": 1.0, + "content": "knowledge and transferability of contextual representations. arXiv preprint arXiv:1903.08855,", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 115, + 630, + 147, + 645 + ], + "spans": [ + { + "bbox": [ + 115, + 630, + 147, + 645 + ], + "score": 1.0, + "content": "2019a.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 38 + }, + { + "type": "text", + "bbox": [ + 106, + 650, + 503, + 673 + ], + "lines": [ + { + "bbox": [ + 106, + 649, + 505, + 662 + ], + "spans": [ + { + "bbox": [ + 106, + 649, + 505, + 662 + ], + "score": 1.0, + "content": "Xiaodong Liu, Pengcheng He, Weizhu Chen, and Jianfeng Gao. Multi-task deep neural networks for", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 115, + 661, + 311, + 673 + ], + "spans": [ + { + "bbox": [ + 115, + 661, + 311, + 673 + ], + "score": 1.0, + "content": "natural language understanding. In ACL, 2019b.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 40.5 + }, + { + "type": "text", + "bbox": [ + 108, + 680, + 505, + 714 + ], + "lines": [ + { + "bbox": [ + 106, + 680, + 507, + 693 + ], + "spans": [ + { + "bbox": [ + 106, + 680, + 507, + 693 + ], + "score": 1.0, + "content": "Xiaodong Liu, Yu Wang, Jianshu Ji, Hao Cheng, Xueyun Zhu, Emmanuel Awa, Pengcheng He,", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 116, + 690, + 505, + 703 + ], + "spans": [ + { + "bbox": [ + 116, + 690, + 505, + 703 + ], + "score": 1.0, + "content": "Weizhu Chen, Hoifung Poon, Guihong Cao, and Jianfeng Gao. The microsoft toolkit of multi-task", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 115, + 701, + 507, + 716 + ], + "spans": [ + { + "bbox": [ + 115, + 701, + 507, + 716 + ], + "score": 1.0, + "content": "deep neural networks for natural language understanding. arXiv preprint arXiv:2002.07972, 2020.", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 43 + }, + { + "type": "text", + "bbox": [ + 105, + 720, + 500, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 719, + 500, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 719, + 500, + 733 + ], + "score": 1.0, + "content": "Yang Liu. Fine-tune BERT for extractive summarization. arXiv preprint arXiv:1903.10318, 2019.", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 45 + } + ], + "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": [ + 107, + 82, + 504, + 116 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "Matt Gardner, Joel Grus, Mark Neumann, Oyvind Tafjord, Pradeep Dasigi, Nelson F Liu, Matthew", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 115, + 92, + 505, + 107 + ], + "spans": [ + { + "bbox": [ + 115, + 92, + 505, + 107 + ], + "score": 1.0, + "content": "Peters, Michael Schmitz, and Luke Zettlemoyer. Allennlp: A deep semantic natural language", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 115, + 105, + 281, + 116 + ], + "spans": [ + { + "bbox": [ + 115, + 105, + 281, + 116 + ], + "score": 1.0, + "content": "processing platform. In NLP-OSS, 2018.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1, + "bbox_fs": [ + 106, + 82, + 505, + 116 + ] + }, + { + "type": "text", + "bbox": [ + 104, + 123, + 504, + 145 + ], + "lines": [ + { + "bbox": [ + 106, + 122, + 505, + 136 + ], + "spans": [ + { + "bbox": [ + 106, + 122, + 505, + 136 + ], + "score": 1.0, + "content": "Xavier Glorot and Yoshua Bengio. Understanding the difficulty of training deep feedforward neural", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 115, + 134, + 235, + 145 + ], + "spans": [ + { + "bbox": [ + 115, + 134, + 235, + 145 + ], + "score": 1.0, + "content": "networks. In AISTATS, 2010.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5, + "bbox_fs": [ + 106, + 122, + 505, + 145 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 152, + 506, + 196 + ], + "lines": [ + { + "bbox": [ + 104, + 150, + 506, + 167 + ], + "spans": [ + { + "bbox": [ + 104, + 150, + 506, + 167 + ], + "score": 1.0, + "content": "Jian Guo, He He, Tong He, Leonard Lausen, Mu Li, Haibin Lin, Xingjian Shi, Chenguang Wang,", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 114, + 163, + 506, + 176 + ], + "spans": [ + { + "bbox": [ + 114, + 163, + 506, + 176 + ], + "score": 1.0, + "content": "Junyuan Xie, Sheng Zha, Aston Zhang, Hang Zhang, Zhi Zhang, Zhongyue Zhang, and Shuai", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 115, + 174, + 507, + 189 + ], + "spans": [ + { + "bbox": [ + 115, + 174, + 507, + 189 + ], + "score": 1.0, + "content": "Zheng. Gluoncv and gluonnlp: Deep learning in computer vision and natural language processing.", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 116, + 186, + 279, + 197 + ], + "spans": [ + { + "bbox": [ + 116, + 186, + 279, + 197 + ], + "score": 1.0, + "content": "arXiv preprint arXiv:1907.04433, 2019.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 6.5, + "bbox_fs": [ + 104, + 150, + 507, + 197 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 204, + 502, + 227 + ], + "lines": [ + { + "bbox": [ + 106, + 204, + 504, + 217 + ], + "spans": [ + { + "bbox": [ + 106, + 204, + 504, + 217 + ], + "score": 1.0, + "content": "Kelvin Guu, Kenton Lee, Zora Tung, Panupong Pasupat, and Ming-Wei Chang. Realm: Retrieval-", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 115, + 215, + 443, + 227 + ], + "spans": [ + { + "bbox": [ + 115, + 215, + 443, + 227 + ], + "score": 1.0, + "content": "augmented language model pre-training. arXiv preprint arXiv:2002.08909, 2020.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5, + "bbox_fs": [ + 106, + 204, + 504, + 227 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 233, + 502, + 256 + ], + "lines": [ + { + "bbox": [ + 105, + 232, + 504, + 248 + ], + "spans": [ + { + "bbox": [ + 105, + 232, + 504, + 248 + ], + "score": 1.0, + "content": "Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Delving deep into rectifiers: Surpassing", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 115, + 245, + 395, + 256 + ], + "spans": [ + { + "bbox": [ + 115, + 245, + 395, + 256 + ], + "score": 1.0, + "content": "human-level performance on imagenet classification. In ICCV, 2015.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11.5, + "bbox_fs": [ + 105, + 232, + 504, + 256 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 263, + 488, + 275 + ], + "lines": [ + { + "bbox": [ + 105, + 261, + 489, + 277 + ], + "spans": [ + { + "bbox": [ + 105, + 261, + 489, + 277 + ], + "score": 1.0, + "content": "J. Hewitt and P. Liang. Designing and interpreting probes with control tasks. In EMNLP, 2019.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 13, + "bbox_fs": [ + 105, + 261, + 489, + 277 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 281, + 505, + 304 + ], + "lines": [ + { + "bbox": [ + 105, + 280, + 506, + 294 + ], + "spans": [ + { + "bbox": [ + 105, + 280, + 506, + 294 + ], + "score": 1.0, + "content": "John Hewitt and Christopher D. Manning. A structural probe for finding syntax in word representa-", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 115, + 293, + 213, + 304 + ], + "spans": [ + { + "bbox": [ + 115, + 293, + 213, + 304 + ], + "score": 1.0, + "content": "tions. In NAACL, 2019.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14.5, + "bbox_fs": [ + 105, + 280, + 506, + 304 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 310, + 505, + 344 + ], + "lines": [ + { + "bbox": [ + 106, + 310, + 506, + 324 + ], + "spans": [ + { + "bbox": [ + 106, + 310, + 506, + 324 + ], + "score": 1.0, + "content": "Neil Houlsby, Andrei Giurgiu, Stanislaw Jastrzebski, Bruna Morrone, Quentin De Laroussilhe,", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 115, + 322, + 505, + 334 + ], + "spans": [ + { + "bbox": [ + 115, + 322, + 505, + 334 + ], + "score": 1.0, + "content": "Andrea Gesmundo, Mona Attariyan, and Sylvain Gelly. Parameter-efficient transfer learning for", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 115, + 333, + 206, + 345 + ], + "spans": [ + { + "bbox": [ + 115, + 333, + 206, + 345 + ], + "score": 1.0, + "content": "NLP. In ICML, 2019.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17, + "bbox_fs": [ + 106, + 310, + 506, + 345 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 351, + 505, + 374 + ], + "lines": [ + { + "bbox": [ + 105, + 350, + 505, + 364 + ], + "spans": [ + { + "bbox": [ + 105, + 350, + 505, + 364 + ], + "score": 1.0, + "content": "Jeremy Howard and Sebastian Ruder. Universal language model fine-tuning for text classification. In", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 114, + 362, + 164, + 374 + ], + "spans": [ + { + "bbox": [ + 114, + 362, + 164, + 374 + ], + "score": 1.0, + "content": "ACL, 2018.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19.5, + "bbox_fs": [ + 105, + 350, + 505, + 374 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 381, + 505, + 404 + ], + "lines": [ + { + "bbox": [ + 106, + 380, + 506, + 394 + ], + "spans": [ + { + "bbox": [ + 106, + 380, + 506, + 394 + ], + "score": 1.0, + "content": "Shankar Iyer, Nikhil Dandekar, and Kornel Csernai. First quora dataset release: Question pairs.", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 115, + 392, + 315, + 404 + ], + "spans": [ + { + "bbox": [ + 115, + 392, + 315, + 404 + ], + "score": 1.0, + "content": "https://tinyurl.com/y2y8u5ed, 2017.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 21.5, + "bbox_fs": [ + 106, + 380, + 506, + 404 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 410, + 505, + 433 + ], + "lines": [ + { + "bbox": [ + 105, + 409, + 505, + 424 + ], + "spans": [ + { + "bbox": [ + 105, + 409, + 505, + 424 + ], + "score": 1.0, + "content": "Diederik P Kingma and Jimmy Ba. Adam: A method for stochastic optimization. arXiv preprint", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 116, + 422, + 214, + 433 + ], + "spans": [ + { + "bbox": [ + 116, + 422, + 214, + 433 + ], + "score": 1.0, + "content": "arXiv:1412.6980, 2014.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 23.5, + "bbox_fs": [ + 105, + 409, + 505, + 433 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 440, + 505, + 462 + ], + "lines": [ + { + "bbox": [ + 105, + 438, + 506, + 453 + ], + "spans": [ + { + "bbox": [ + 105, + 438, + 506, + 453 + ], + "score": 1.0, + "content": "Anders Krogh and John A. Hertz. A simple weight decay can improve generalization. In NeurIPS,", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 114, + 450, + 142, + 464 + ], + "spans": [ + { + "bbox": [ + 114, + 450, + 142, + 464 + ], + "score": 1.0, + "content": "1992.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25.5, + "bbox_fs": [ + 105, + 438, + 506, + 464 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 469, + 505, + 493 + ], + "lines": [ + { + "bbox": [ + 106, + 469, + 505, + 482 + ], + "spans": [ + { + "bbox": [ + 106, + 469, + 505, + 482 + ], + "score": 1.0, + "content": "Zhenzhong Lan, Mingda Chen, Sebastian Goodman, Kevin Gimpel, Piyush Sharma, and Radu", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 116, + 481, + 506, + 494 + ], + "spans": [ + { + "bbox": [ + 116, + 481, + 506, + 494 + ], + "score": 1.0, + "content": "Soricut. Albert: A lite bert for self-supervised learning of language representations. In ICLR, 2020.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27.5, + "bbox_fs": [ + 106, + 469, + 506, + 494 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 498, + 505, + 522 + ], + "lines": [ + { + "bbox": [ + 106, + 498, + 505, + 513 + ], + "spans": [ + { + "bbox": [ + 106, + 498, + 505, + 513 + ], + "score": 1.0, + "content": "Cheolhyoung Lee, Kyunghyun Cho, and Wanmo Kang. Mixout: Effective regularization to finetune", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 115, + 510, + 340, + 523 + ], + "spans": [ + { + "bbox": [ + 115, + 510, + 340, + 523 + ], + "score": 1.0, + "content": "large-scale pretrained language models. In ICLR, 2020.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29.5, + "bbox_fs": [ + 106, + 498, + 505, + 523 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 528, + 506, + 573 + ], + "lines": [ + { + "bbox": [ + 105, + 528, + 507, + 542 + ], + "spans": [ + { + "bbox": [ + 105, + 528, + 507, + 542 + ], + "score": 1.0, + "content": "Mike Lewis, Yinhan Liu, Naman Goyal, Marjan Ghazvininejad, Abdelrahman Mohamed, Omer Levy,", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 115, + 540, + 506, + 553 + ], + "spans": [ + { + "bbox": [ + 115, + 540, + 506, + 553 + ], + "score": 1.0, + "content": "Veselin Stoyanov, and Luke Zettlemoyer. Bart: Denoising sequence-to-sequence pre-training for", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 114, + 551, + 507, + 563 + ], + "spans": [ + { + "bbox": [ + 114, + 551, + 507, + 563 + ], + "score": 1.0, + "content": "natural language generation, translation, and comprehension. arXiv preprint arXiv:1910.13461,", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 114, + 560, + 144, + 574 + ], + "spans": [ + { + "bbox": [ + 114, + 560, + 144, + 574 + ], + "score": 1.0, + "content": "2019.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 32.5, + "bbox_fs": [ + 105, + 528, + 507, + 574 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 579, + 504, + 604 + ], + "lines": [ + { + "bbox": [ + 106, + 580, + 505, + 593 + ], + "spans": [ + { + "bbox": [ + 106, + 580, + 505, + 593 + ], + "score": 1.0, + "content": "Xingjian Li, Haoyi Xiong, Haozhe An, Chengzhong Xu, and Dejing Dou. Rifle: Backpropagation in", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 116, + 591, + 504, + 604 + ], + "spans": [ + { + "bbox": [ + 116, + 591, + 504, + 604 + ], + "score": 1.0, + "content": "depth for deep transfer learning through re-initializing the fully-connected layer. In ICML, 2020.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 35.5, + "bbox_fs": [ + 106, + 580, + 505, + 604 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 609, + 505, + 643 + ], + "lines": [ + { + "bbox": [ + 105, + 609, + 505, + 622 + ], + "spans": [ + { + "bbox": [ + 105, + 609, + 505, + 622 + ], + "score": 1.0, + "content": "Nelson F. Liu, Matt Gardner, Yonatan Belinkov, Matthew E. Peters, and Noah A. Smith. Linguistic", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 115, + 620, + 506, + 633 + ], + "spans": [ + { + "bbox": [ + 115, + 620, + 506, + 633 + ], + "score": 1.0, + "content": "knowledge and transferability of contextual representations. arXiv preprint arXiv:1903.08855,", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 115, + 630, + 147, + 645 + ], + "spans": [ + { + "bbox": [ + 115, + 630, + 147, + 645 + ], + "score": 1.0, + "content": "2019a.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 38, + "bbox_fs": [ + 105, + 609, + 506, + 645 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 650, + 503, + 673 + ], + "lines": [ + { + "bbox": [ + 106, + 649, + 505, + 662 + ], + "spans": [ + { + "bbox": [ + 106, + 649, + 505, + 662 + ], + "score": 1.0, + "content": "Xiaodong Liu, Pengcheng He, Weizhu Chen, and Jianfeng Gao. Multi-task deep neural networks for", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 115, + 661, + 311, + 673 + ], + "spans": [ + { + "bbox": [ + 115, + 661, + 311, + 673 + ], + "score": 1.0, + "content": "natural language understanding. In ACL, 2019b.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 40.5, + "bbox_fs": [ + 106, + 649, + 505, + 673 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 680, + 505, + 714 + ], + "lines": [ + { + "bbox": [ + 106, + 680, + 507, + 693 + ], + "spans": [ + { + "bbox": [ + 106, + 680, + 507, + 693 + ], + "score": 1.0, + "content": "Xiaodong Liu, Yu Wang, Jianshu Ji, Hao Cheng, Xueyun Zhu, Emmanuel Awa, Pengcheng He,", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 116, + 690, + 505, + 703 + ], + "spans": [ + { + "bbox": [ + 116, + 690, + 505, + 703 + ], + "score": 1.0, + "content": "Weizhu Chen, Hoifung Poon, Guihong Cao, and Jianfeng Gao. The microsoft toolkit of multi-task", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 115, + 701, + 507, + 716 + ], + "spans": [ + { + "bbox": [ + 115, + 701, + 507, + 716 + ], + "score": 1.0, + "content": "deep neural networks for natural language understanding. arXiv preprint arXiv:2002.07972, 2020.", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 43, + "bbox_fs": [ + 106, + 680, + 507, + 716 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 720, + 500, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 719, + 500, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 719, + 500, + 733 + ], + "score": 1.0, + "content": "Yang Liu. Fine-tune BERT for extractive summarization. arXiv preprint arXiv:1903.10318, 2019.", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 45, + "bbox_fs": [ + 106, + 719, + 500, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 109, + 82, + 504, + 116 + ], + "lines": [ + { + "bbox": [ + 106, + 81, + 506, + 96 + ], + "spans": [ + { + "bbox": [ + 106, + 81, + 506, + 96 + ], + "score": 1.0, + "content": "Yinhan Liu, Myle Ott, Naman Goyal, Jingfei Du, Mandar Joshi, Danqi Chen, Omer Levy, Mike Lewis,", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 114, + 92, + 506, + 107 + ], + "spans": [ + { + "bbox": [ + 114, + 92, + 506, + 107 + ], + "score": 1.0, + "content": "Luke Zettlemoyer, and Veselin Stoyanov. RoBERTa: A Robustly Optimized BERT Pretraining", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 116, + 105, + 328, + 116 + ], + "spans": [ + { + "bbox": [ + 116, + 105, + 328, + 116 + ], + "score": 1.0, + "content": "Approach. arXiv preprint arXiv:1907.11692, 2019c.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 106, + 124, + 504, + 146 + ], + "lines": [ + { + "bbox": [ + 105, + 122, + 505, + 138 + ], + "spans": [ + { + "bbox": [ + 105, + 122, + 505, + 138 + ], + "score": 1.0, + "content": "Brian W Matthews. Comparison of the predicted and observed secondary structure of t4 phage", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 115, + 135, + 412, + 147 + ], + "spans": [ + { + "bbox": [ + 115, + 135, + 412, + 147 + ], + "score": 1.0, + "content": "lysozyme. Biochimica et Biophysica Acta (BBA)-Protein Structure, 1975.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + }, + { + "type": "text", + "bbox": [ + 106, + 154, + 504, + 177 + ], + "lines": [ + { + "bbox": [ + 105, + 153, + 505, + 168 + ], + "spans": [ + { + "bbox": [ + 105, + 153, + 505, + 168 + ], + "score": 1.0, + "content": "Amil Merchant, Elahe Rahimtoroghi, Ellie Pavlick, and Ian Tenney. What happens to bert embeddings", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 115, + 165, + 359, + 178 + ], + "spans": [ + { + "bbox": [ + 115, + 165, + 359, + 178 + ], + "score": 1.0, + "content": "during fine-tuning? arXiv preprint arXiv:2004.14448, 2020.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 5.5 + }, + { + "type": "text", + "bbox": [ + 106, + 185, + 504, + 208 + ], + "lines": [ + { + "bbox": [ + 105, + 183, + 506, + 200 + ], + "spans": [ + { + "bbox": [ + 105, + 183, + 506, + 200 + ], + "score": 1.0, + "content": "Marius Mosbach, Maksym Andriushchenko, and Dietrich Klakow. On the stability of fine-tuning", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 116, + 196, + 506, + 209 + ], + "spans": [ + { + "bbox": [ + 116, + 196, + 506, + 209 + ], + "score": 1.0, + "content": "bert: Misconceptions, explanations, and strong baselines. arXiv preprint arXiv:2006.04884, 2020.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7.5 + }, + { + "type": "text", + "bbox": [ + 106, + 216, + 505, + 239 + ], + "lines": [ + { + "bbox": [ + 105, + 214, + 505, + 231 + ], + "spans": [ + { + "bbox": [ + 105, + 214, + 505, + 231 + ], + "score": 1.0, + "content": "Preetum Nakkiran, Gal Kaplun, Yamini Bansal, Tristan Yang, Boaz Barak, and Ilya Sutskever. Deep", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 116, + 227, + 414, + 240 + ], + "spans": [ + { + "bbox": [ + 116, + 227, + 414, + 240 + ], + "score": 1.0, + "content": "double descent: Where bigger models and more data hurt. In ICLR, 2019.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5 + }, + { + "type": "text", + "bbox": [ + 107, + 246, + 504, + 270 + ], + "lines": [ + { + "bbox": [ + 105, + 246, + 505, + 260 + ], + "spans": [ + { + "bbox": [ + 105, + 246, + 505, + 260 + ], + "score": 1.0, + "content": "Matthew E. Peters, Sebastian Ruder, and Noah A. Smith. To tune or not to tune? adapting pretrained", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 115, + 258, + 408, + 270 + ], + "spans": [ + { + "bbox": [ + 115, + 258, + 408, + 270 + ], + "score": 1.0, + "content": "representations to diverse tasks. arXiv preprint arXiv:1903.05987, 2019.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11.5 + }, + { + "type": "text", + "bbox": [ + 106, + 277, + 504, + 301 + ], + "lines": [ + { + "bbox": [ + 105, + 276, + 505, + 291 + ], + "spans": [ + { + "bbox": [ + 105, + 276, + 505, + 291 + ], + "score": 1.0, + "content": "Jason Phang, Thibault Févry, and Samuel R Bowman. Sentence encoders on stilts: Supplementary", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 116, + 288, + 455, + 301 + ], + "spans": [ + { + "bbox": [ + 116, + 288, + 455, + 301 + ], + "score": 1.0, + "content": "training on intermediate labeled-data tasks. arXiv preprint arXiv:1811.01088, 2018.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 13.5 + }, + { + "type": "text", + "bbox": [ + 106, + 308, + 505, + 331 + ], + "lines": [ + { + "bbox": [ + 105, + 306, + 506, + 322 + ], + "spans": [ + { + "bbox": [ + 105, + 306, + 506, + 322 + ], + "score": 1.0, + "content": "Martin Popel and Ondˇrej Bojar. Training tips for the transformer model. The Prague Bulletin of", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 115, + 319, + 248, + 332 + ], + "spans": [ + { + "bbox": [ + 115, + 319, + 248, + 332 + ], + "score": 1.0, + "content": "Mathematical Linguistics, 2018.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15.5 + }, + { + "type": "text", + "bbox": [ + 105, + 338, + 504, + 362 + ], + "lines": [ + { + "bbox": [ + 105, + 337, + 505, + 353 + ], + "spans": [ + { + "bbox": [ + 105, + 337, + 505, + 353 + ], + "score": 1.0, + "content": "Alec Radford, Jeff Wu, Rewon Child, David Luan, Dario Amodei, and Ilya Sutskever. Language", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 116, + 350, + 320, + 361 + ], + "spans": [ + { + "bbox": [ + 116, + 350, + 320, + 361 + ], + "score": 1.0, + "content": "models are unsupervised multitask learners. 2019.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17.5 + }, + { + "type": "text", + "bbox": [ + 106, + 369, + 504, + 403 + ], + "lines": [ + { + "bbox": [ + 105, + 368, + 502, + 383 + ], + "spans": [ + { + "bbox": [ + 105, + 368, + 478, + 383 + ], + "score": 1.0, + "content": "Richard Socher, Alex Perelygin, Jean Wu, Jason Chuang, Christopher D Manning, Andrew", + "type": "text" + }, + { + "bbox": [ + 479, + 370, + 502, + 381 + ], + "score": 0.39, + "content": "\\mathrm { ~ Y ~ N ~ g ~ }", + "type": "inline_equation" + } + ], + "index": 19 + }, + { + "bbox": [ + 115, + 380, + 506, + 394 + ], + "spans": [ + { + "bbox": [ + 115, + 380, + 506, + 394 + ], + "score": 1.0, + "content": "and Christopher Potts. Recursive deep models for semantic compositionality over a sentiment", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 117, + 392, + 230, + 403 + ], + "spans": [ + { + "bbox": [ + 117, + 392, + 230, + 403 + ], + "score": 1.0, + "content": "treebank. In EMNLP, 2013.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 20 + }, + { + "type": "text", + "bbox": [ + 104, + 411, + 504, + 434 + ], + "lines": [ + { + "bbox": [ + 105, + 411, + 507, + 424 + ], + "spans": [ + { + "bbox": [ + 105, + 411, + 507, + 424 + ], + "score": 1.0, + "content": "Nitish Srivastava, Geoffrey Hinton, Alex Krizhevsky, Ilya Sutskever, and Ruslan Salakhutdinov.", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 115, + 422, + 443, + 434 + ], + "spans": [ + { + "bbox": [ + 115, + 422, + 443, + 434 + ], + "score": 1.0, + "content": "Dropout: a simple way to prevent neural networks from overfitting. JMLR, 2014.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22.5 + }, + { + "type": "text", + "bbox": [ + 106, + 442, + 503, + 465 + ], + "lines": [ + { + "bbox": [ + 106, + 442, + 505, + 455 + ], + "spans": [ + { + "bbox": [ + 106, + 442, + 505, + 455 + ], + "score": 1.0, + "content": "Asa Cooper Stickland and Iain Murray. Bert and pals: Projected attention layers for efficient", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 115, + 453, + 317, + 465 + ], + "spans": [ + { + "bbox": [ + 115, + 453, + 317, + 465 + ], + "score": 1.0, + "content": "adaptation in multi-task learning. In ICML, 2019.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24.5 + }, + { + "type": "text", + "bbox": [ + 106, + 472, + 504, + 495 + ], + "lines": [ + { + "bbox": [ + 106, + 471, + 506, + 486 + ], + "spans": [ + { + "bbox": [ + 106, + 471, + 506, + 486 + ], + "score": 1.0, + "content": "Chi Sun, Xipeng Qiu, Yige Xu, and Xuanjing Huang. How to fine-tune bert for text classification? In", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 115, + 483, + 166, + 496 + ], + "spans": [ + { + "bbox": [ + 115, + 483, + 166, + 496 + ], + "score": 1.0, + "content": "CCL, 2019.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26.5 + }, + { + "type": "text", + "bbox": [ + 106, + 502, + 504, + 526 + ], + "lines": [ + { + "bbox": [ + 106, + 502, + 505, + 516 + ], + "spans": [ + { + "bbox": [ + 106, + 502, + 505, + 516 + ], + "score": 1.0, + "content": "Alex Tamkin, Trisha Singh, Davide Giovanardi, and Noah Goodman. Investigating transferability in", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 115, + 515, + 306, + 527 + ], + "spans": [ + { + "bbox": [ + 115, + 515, + 306, + 527 + ], + "score": 1.0, + "content": "pretrained language models. In EMNLP, 2020.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28.5 + }, + { + "type": "text", + "bbox": [ + 105, + 533, + 505, + 556 + ], + "lines": [ + { + "bbox": [ + 105, + 532, + 506, + 547 + ], + "spans": [ + { + "bbox": [ + 105, + 532, + 506, + 547 + ], + "score": 1.0, + "content": "Ian Tenney, Dipanjan Das, and Ellie Pavlick. Bert rediscovers the classical nlp pipeline. In ACL,", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 114, + 543, + 147, + 558 + ], + "spans": [ + { + "bbox": [ + 114, + 543, + 147, + 558 + ], + "score": 1.0, + "content": "2019a.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 30.5 + }, + { + "type": "text", + "bbox": [ + 107, + 564, + 505, + 599 + ], + "lines": [ + { + "bbox": [ + 105, + 563, + 507, + 578 + ], + "spans": [ + { + "bbox": [ + 105, + 563, + 507, + 578 + ], + "score": 1.0, + "content": "Ian Tenney, Patrick Xia, Berlin Chen, Alex Wang, Adam Poliak, R Thomas McCoy, Najoung Kim,", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 116, + 576, + 505, + 588 + ], + "spans": [ + { + "bbox": [ + 116, + 576, + 505, + 588 + ], + "score": 1.0, + "content": "Benjamin Van Durme, Sam Bowman, Dipanjan Das, and Ellie Pavlick. What do you learn from", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 117, + 587, + 502, + 599 + ], + "spans": [ + { + "bbox": [ + 117, + 587, + 502, + 599 + ], + "score": 1.0, + "content": "context? probing for sentence structure in contextualized word representations. In ICLR, 2019b.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 33 + }, + { + "type": "text", + "bbox": [ + 104, + 606, + 504, + 629 + ], + "lines": [ + { + "bbox": [ + 106, + 607, + 505, + 618 + ], + "spans": [ + { + "bbox": [ + 106, + 607, + 505, + 618 + ], + "score": 1.0, + "content": "Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N Gomez, Łukasz", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 115, + 617, + 412, + 629 + ], + "spans": [ + { + "bbox": [ + 115, + 617, + 412, + 629 + ], + "score": 1.0, + "content": "Kaiser, and Illia Polosukhin. Attention is all you need. In NeurIPS, 2017.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 35.5 + }, + { + "type": "text", + "bbox": [ + 105, + 636, + 504, + 660 + ], + "lines": [ + { + "bbox": [ + 105, + 636, + 505, + 650 + ], + "spans": [ + { + "bbox": [ + 105, + 636, + 505, + 650 + ], + "score": 1.0, + "content": "David Wadden, Ulme Wennberg, Yi Luan, and Hannaneh Hajishirzi. Entity, relation, and event", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 116, + 648, + 436, + 660 + ], + "spans": [ + { + "bbox": [ + 116, + 648, + 436, + 660 + ], + "score": 1.0, + "content": "extraction with contextualized span representations. In EMNLP-IJCNLP, 2019.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 37.5 + }, + { + "type": "text", + "bbox": [ + 104, + 667, + 505, + 691 + ], + "lines": [ + { + "bbox": [ + 105, + 666, + 505, + 681 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 505, + 681 + ], + "score": 1.0, + "content": "Li Wan, Matthew Zeiler, Sixin Zhang, Yann Le Cun, and Rob Fergus. Regularization of neural", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 115, + 679, + 300, + 691 + ], + "spans": [ + { + "bbox": [ + 115, + 679, + 300, + 691 + ], + "score": 1.0, + "content": "networks using dropconnect. In ICML, 2013.", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 39.5 + }, + { + "type": "text", + "bbox": [ + 108, + 699, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 698, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 698, + 506, + 711 + ], + "score": 1.0, + "content": "Alex Wang, Yada Pruksachatkun, Nikita Nangia, Amanpreet Singh, Julian Michael, Felix Hill, Omer", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 115, + 708, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 115, + 708, + 505, + 723 + ], + "score": 1.0, + "content": "Levy, and Samuel Bowman. Superglue: A stickier benchmark for general-purpose language", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 116, + 720, + 293, + 732 + ], + "spans": [ + { + "bbox": [ + 116, + 720, + 293, + 732 + ], + "score": 1.0, + "content": "understanding systems. In NeurIPS, 2019a.", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 42 + } + ], + "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, + 309, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 765 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 765 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 15, + "width": 13 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 109, + 82, + 504, + 116 + ], + "lines": [ + { + "bbox": [ + 106, + 81, + 506, + 96 + ], + "spans": [ + { + "bbox": [ + 106, + 81, + 506, + 96 + ], + "score": 1.0, + "content": "Yinhan Liu, Myle Ott, Naman Goyal, Jingfei Du, Mandar Joshi, Danqi Chen, Omer Levy, Mike Lewis,", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 114, + 92, + 506, + 107 + ], + "spans": [ + { + "bbox": [ + 114, + 92, + 506, + 107 + ], + "score": 1.0, + "content": "Luke Zettlemoyer, and Veselin Stoyanov. RoBERTa: A Robustly Optimized BERT Pretraining", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 116, + 105, + 328, + 116 + ], + "spans": [ + { + "bbox": [ + 116, + 105, + 328, + 116 + ], + "score": 1.0, + "content": "Approach. arXiv preprint arXiv:1907.11692, 2019c.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1, + "bbox_fs": [ + 106, + 81, + 506, + 116 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 124, + 504, + 146 + ], + "lines": [ + { + "bbox": [ + 105, + 122, + 505, + 138 + ], + "spans": [ + { + "bbox": [ + 105, + 122, + 505, + 138 + ], + "score": 1.0, + "content": "Brian W Matthews. Comparison of the predicted and observed secondary structure of t4 phage", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 115, + 135, + 412, + 147 + ], + "spans": [ + { + "bbox": [ + 115, + 135, + 412, + 147 + ], + "score": 1.0, + "content": "lysozyme. Biochimica et Biophysica Acta (BBA)-Protein Structure, 1975.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5, + "bbox_fs": [ + 105, + 122, + 505, + 147 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 154, + 504, + 177 + ], + "lines": [ + { + "bbox": [ + 105, + 153, + 505, + 168 + ], + "spans": [ + { + "bbox": [ + 105, + 153, + 505, + 168 + ], + "score": 1.0, + "content": "Amil Merchant, Elahe Rahimtoroghi, Ellie Pavlick, and Ian Tenney. What happens to bert embeddings", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 115, + 165, + 359, + 178 + ], + "spans": [ + { + "bbox": [ + 115, + 165, + 359, + 178 + ], + "score": 1.0, + "content": "during fine-tuning? arXiv preprint arXiv:2004.14448, 2020.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 5.5, + "bbox_fs": [ + 105, + 153, + 505, + 178 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 185, + 504, + 208 + ], + "lines": [ + { + "bbox": [ + 105, + 183, + 506, + 200 + ], + "spans": [ + { + "bbox": [ + 105, + 183, + 506, + 200 + ], + "score": 1.0, + "content": "Marius Mosbach, Maksym Andriushchenko, and Dietrich Klakow. On the stability of fine-tuning", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 116, + 196, + 506, + 209 + ], + "spans": [ + { + "bbox": [ + 116, + 196, + 506, + 209 + ], + "score": 1.0, + "content": "bert: Misconceptions, explanations, and strong baselines. arXiv preprint arXiv:2006.04884, 2020.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7.5, + "bbox_fs": [ + 105, + 183, + 506, + 209 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 216, + 505, + 239 + ], + "lines": [ + { + "bbox": [ + 105, + 214, + 505, + 231 + ], + "spans": [ + { + "bbox": [ + 105, + 214, + 505, + 231 + ], + "score": 1.0, + "content": "Preetum Nakkiran, Gal Kaplun, Yamini Bansal, Tristan Yang, Boaz Barak, and Ilya Sutskever. Deep", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 116, + 227, + 414, + 240 + ], + "spans": [ + { + "bbox": [ + 116, + 227, + 414, + 240 + ], + "score": 1.0, + "content": "double descent: Where bigger models and more data hurt. In ICLR, 2019.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5, + "bbox_fs": [ + 105, + 214, + 505, + 240 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 246, + 504, + 270 + ], + "lines": [ + { + "bbox": [ + 105, + 246, + 505, + 260 + ], + "spans": [ + { + "bbox": [ + 105, + 246, + 505, + 260 + ], + "score": 1.0, + "content": "Matthew E. Peters, Sebastian Ruder, and Noah A. Smith. To tune or not to tune? adapting pretrained", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 115, + 258, + 408, + 270 + ], + "spans": [ + { + "bbox": [ + 115, + 258, + 408, + 270 + ], + "score": 1.0, + "content": "representations to diverse tasks. arXiv preprint arXiv:1903.05987, 2019.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11.5, + "bbox_fs": [ + 105, + 246, + 505, + 270 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 277, + 504, + 301 + ], + "lines": [ + { + "bbox": [ + 105, + 276, + 505, + 291 + ], + "spans": [ + { + "bbox": [ + 105, + 276, + 505, + 291 + ], + "score": 1.0, + "content": "Jason Phang, Thibault Févry, and Samuel R Bowman. Sentence encoders on stilts: Supplementary", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 116, + 288, + 455, + 301 + ], + "spans": [ + { + "bbox": [ + 116, + 288, + 455, + 301 + ], + "score": 1.0, + "content": "training on intermediate labeled-data tasks. arXiv preprint arXiv:1811.01088, 2018.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 13.5, + "bbox_fs": [ + 105, + 276, + 505, + 301 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 308, + 505, + 331 + ], + "lines": [ + { + "bbox": [ + 105, + 306, + 506, + 322 + ], + "spans": [ + { + "bbox": [ + 105, + 306, + 506, + 322 + ], + "score": 1.0, + "content": "Martin Popel and Ondˇrej Bojar. Training tips for the transformer model. The Prague Bulletin of", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 115, + 319, + 248, + 332 + ], + "spans": [ + { + "bbox": [ + 115, + 319, + 248, + 332 + ], + "score": 1.0, + "content": "Mathematical Linguistics, 2018.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15.5, + "bbox_fs": [ + 105, + 306, + 506, + 332 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 338, + 504, + 362 + ], + "lines": [ + { + "bbox": [ + 105, + 337, + 505, + 353 + ], + "spans": [ + { + "bbox": [ + 105, + 337, + 505, + 353 + ], + "score": 1.0, + "content": "Alec Radford, Jeff Wu, Rewon Child, David Luan, Dario Amodei, and Ilya Sutskever. Language", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 116, + 350, + 320, + 361 + ], + "spans": [ + { + "bbox": [ + 116, + 350, + 320, + 361 + ], + "score": 1.0, + "content": "models are unsupervised multitask learners. 2019.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17.5, + "bbox_fs": [ + 105, + 337, + 505, + 361 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 369, + 504, + 403 + ], + "lines": [ + { + "bbox": [ + 105, + 368, + 502, + 383 + ], + "spans": [ + { + "bbox": [ + 105, + 368, + 478, + 383 + ], + "score": 1.0, + "content": "Richard Socher, Alex Perelygin, Jean Wu, Jason Chuang, Christopher D Manning, Andrew", + "type": "text" + }, + { + "bbox": [ + 479, + 370, + 502, + 381 + ], + "score": 0.39, + "content": "\\mathrm { ~ Y ~ N ~ g ~ }", + "type": "inline_equation" + } + ], + "index": 19 + }, + { + "bbox": [ + 115, + 380, + 506, + 394 + ], + "spans": [ + { + "bbox": [ + 115, + 380, + 506, + 394 + ], + "score": 1.0, + "content": "and Christopher Potts. Recursive deep models for semantic compositionality over a sentiment", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 117, + 392, + 230, + 403 + ], + "spans": [ + { + "bbox": [ + 117, + 392, + 230, + 403 + ], + "score": 1.0, + "content": "treebank. In EMNLP, 2013.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 20, + "bbox_fs": [ + 105, + 368, + 506, + 403 + ] + }, + { + "type": "text", + "bbox": [ + 104, + 411, + 504, + 434 + ], + "lines": [ + { + "bbox": [ + 105, + 411, + 507, + 424 + ], + "spans": [ + { + "bbox": [ + 105, + 411, + 507, + 424 + ], + "score": 1.0, + "content": "Nitish Srivastava, Geoffrey Hinton, Alex Krizhevsky, Ilya Sutskever, and Ruslan Salakhutdinov.", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 115, + 422, + 443, + 434 + ], + "spans": [ + { + "bbox": [ + 115, + 422, + 443, + 434 + ], + "score": 1.0, + "content": "Dropout: a simple way to prevent neural networks from overfitting. JMLR, 2014.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22.5, + "bbox_fs": [ + 105, + 411, + 507, + 434 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 442, + 503, + 465 + ], + "lines": [ + { + "bbox": [ + 106, + 442, + 505, + 455 + ], + "spans": [ + { + "bbox": [ + 106, + 442, + 505, + 455 + ], + "score": 1.0, + "content": "Asa Cooper Stickland and Iain Murray. Bert and pals: Projected attention layers for efficient", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 115, + 453, + 317, + 465 + ], + "spans": [ + { + "bbox": [ + 115, + 453, + 317, + 465 + ], + "score": 1.0, + "content": "adaptation in multi-task learning. In ICML, 2019.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24.5, + "bbox_fs": [ + 106, + 442, + 505, + 465 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 472, + 504, + 495 + ], + "lines": [ + { + "bbox": [ + 106, + 471, + 506, + 486 + ], + "spans": [ + { + "bbox": [ + 106, + 471, + 506, + 486 + ], + "score": 1.0, + "content": "Chi Sun, Xipeng Qiu, Yige Xu, and Xuanjing Huang. How to fine-tune bert for text classification? In", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 115, + 483, + 166, + 496 + ], + "spans": [ + { + "bbox": [ + 115, + 483, + 166, + 496 + ], + "score": 1.0, + "content": "CCL, 2019.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26.5, + "bbox_fs": [ + 106, + 471, + 506, + 496 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 502, + 504, + 526 + ], + "lines": [ + { + "bbox": [ + 106, + 502, + 505, + 516 + ], + "spans": [ + { + "bbox": [ + 106, + 502, + 505, + 516 + ], + "score": 1.0, + "content": "Alex Tamkin, Trisha Singh, Davide Giovanardi, and Noah Goodman. Investigating transferability in", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 115, + 515, + 306, + 527 + ], + "spans": [ + { + "bbox": [ + 115, + 515, + 306, + 527 + ], + "score": 1.0, + "content": "pretrained language models. In EMNLP, 2020.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28.5, + "bbox_fs": [ + 106, + 502, + 505, + 527 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 533, + 505, + 556 + ], + "lines": [ + { + "bbox": [ + 105, + 532, + 506, + 547 + ], + "spans": [ + { + "bbox": [ + 105, + 532, + 506, + 547 + ], + "score": 1.0, + "content": "Ian Tenney, Dipanjan Das, and Ellie Pavlick. Bert rediscovers the classical nlp pipeline. In ACL,", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 114, + 543, + 147, + 558 + ], + "spans": [ + { + "bbox": [ + 114, + 543, + 147, + 558 + ], + "score": 1.0, + "content": "2019a.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 30.5, + "bbox_fs": [ + 105, + 532, + 506, + 558 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 564, + 505, + 599 + ], + "lines": [ + { + "bbox": [ + 105, + 563, + 507, + 578 + ], + "spans": [ + { + "bbox": [ + 105, + 563, + 507, + 578 + ], + "score": 1.0, + "content": "Ian Tenney, Patrick Xia, Berlin Chen, Alex Wang, Adam Poliak, R Thomas McCoy, Najoung Kim,", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 116, + 576, + 505, + 588 + ], + "spans": [ + { + "bbox": [ + 116, + 576, + 505, + 588 + ], + "score": 1.0, + "content": "Benjamin Van Durme, Sam Bowman, Dipanjan Das, and Ellie Pavlick. What do you learn from", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 117, + 587, + 502, + 599 + ], + "spans": [ + { + "bbox": [ + 117, + 587, + 502, + 599 + ], + "score": 1.0, + "content": "context? probing for sentence structure in contextualized word representations. In ICLR, 2019b.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 33, + "bbox_fs": [ + 105, + 563, + 507, + 599 + ] + }, + { + "type": "text", + "bbox": [ + 104, + 606, + 504, + 629 + ], + "lines": [ + { + "bbox": [ + 106, + 607, + 505, + 618 + ], + "spans": [ + { + "bbox": [ + 106, + 607, + 505, + 618 + ], + "score": 1.0, + "content": "Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N Gomez, Łukasz", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 115, + 617, + 412, + 629 + ], + "spans": [ + { + "bbox": [ + 115, + 617, + 412, + 629 + ], + "score": 1.0, + "content": "Kaiser, and Illia Polosukhin. Attention is all you need. In NeurIPS, 2017.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 35.5, + "bbox_fs": [ + 106, + 607, + 505, + 629 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 636, + 504, + 660 + ], + "lines": [ + { + "bbox": [ + 105, + 636, + 505, + 650 + ], + "spans": [ + { + "bbox": [ + 105, + 636, + 505, + 650 + ], + "score": 1.0, + "content": "David Wadden, Ulme Wennberg, Yi Luan, and Hannaneh Hajishirzi. Entity, relation, and event", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 116, + 648, + 436, + 660 + ], + "spans": [ + { + "bbox": [ + 116, + 648, + 436, + 660 + ], + "score": 1.0, + "content": "extraction with contextualized span representations. In EMNLP-IJCNLP, 2019.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 37.5, + "bbox_fs": [ + 105, + 636, + 505, + 660 + ] + }, + { + "type": "text", + "bbox": [ + 104, + 667, + 505, + 691 + ], + "lines": [ + { + "bbox": [ + 105, + 666, + 505, + 681 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 505, + 681 + ], + "score": 1.0, + "content": "Li Wan, Matthew Zeiler, Sixin Zhang, Yann Le Cun, and Rob Fergus. Regularization of neural", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 115, + 679, + 300, + 691 + ], + "spans": [ + { + "bbox": [ + 115, + 679, + 300, + 691 + ], + "score": 1.0, + "content": "networks using dropconnect. In ICML, 2013.", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 39.5, + "bbox_fs": [ + 105, + 666, + 505, + 691 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 699, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 698, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 698, + 506, + 711 + ], + "score": 1.0, + "content": "Alex Wang, Yada Pruksachatkun, Nikita Nangia, Amanpreet Singh, Julian Michael, Felix Hill, Omer", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 115, + 708, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 115, + 708, + 505, + 723 + ], + "score": 1.0, + "content": "Levy, and Samuel Bowman. Superglue: A stickier benchmark for general-purpose language", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 116, + 720, + 293, + 732 + ], + "spans": [ + { + "bbox": [ + 116, + 720, + 293, + 732 + ], + "score": 1.0, + "content": "understanding systems. In NeurIPS, 2019a.", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 42, + "bbox_fs": [ + 106, + 698, + 506, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 505, + 105 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "Alex Wang, Amanpreet Singh, Julian Michael, Felix Hill, Omer Levy, and Samuel Bowman. Glue: A", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 116, + 93, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 116, + 93, + 506, + 106 + ], + "score": 1.0, + "content": "multi-task benchmark and analysis platform for natural language understanding. In ICLR, 2019b.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 107, + 112, + 506, + 178 + ], + "lines": [ + { + "bbox": [ + 105, + 111, + 506, + 125 + ], + "spans": [ + { + "bbox": [ + 105, + 111, + 506, + 125 + ], + "score": 1.0, + "content": "Alex Wang, Ian F. Tenney, Yada Pruksachatkun, Phil Yeres, Jason Phang, Haokun Liu, Phu Mon Htut,", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 115, + 123, + 506, + 136 + ], + "spans": [ + { + "bbox": [ + 115, + 123, + 506, + 136 + ], + "score": 1.0, + "content": "Katherin Yu, Jan Hula, Patrick Xia, Raghu Pappagari, Shuning Jin, R. Thomas McCoy, Roma", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 114, + 133, + 507, + 148 + ], + "spans": [ + { + "bbox": [ + 114, + 133, + 507, + 148 + ], + "score": 1.0, + "content": "Patel, Yinghui Huang, Edouard Grave, Najoung Kim, Thibault Févry, Berlin Chen, Nikita Nangia,", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 115, + 145, + 506, + 158 + ], + "spans": [ + { + "bbox": [ + 115, + 145, + 506, + 158 + ], + "score": 1.0, + "content": "Anhad Mohananey, Katharina Kann, Shikha Bordia, Nicolas Patry, David Benton, Ellie Pavlick,", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 115, + 156, + 506, + 169 + ], + "spans": [ + { + "bbox": [ + 115, + 156, + 506, + 169 + ], + "score": 1.0, + "content": "and Samuel R. Bowman. jiant 1.3: A software toolkit for research on general-purpose text", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 115, + 167, + 352, + 179 + ], + "spans": [ + { + "bbox": [ + 115, + 167, + 352, + 179 + ], + "score": 1.0, + "content": "understanding models. http://jiant.info/, 2019c.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 4.5 + }, + { + "type": "text", + "bbox": [ + 107, + 186, + 504, + 208 + ], + "lines": [ + { + "bbox": [ + 105, + 185, + 506, + 199 + ], + "spans": [ + { + "bbox": [ + 105, + 185, + 506, + 199 + ], + "score": 1.0, + "content": "Alex Warstadt, Amanpreet Singh, and Samuel R Bowman. Neural network acceptability judgments.", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 115, + 196, + 169, + 208 + ], + "spans": [ + { + "bbox": [ + 115, + 196, + 169, + 208 + ], + "score": 1.0, + "content": "TACL, 2019.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8.5 + }, + { + "type": "text", + "bbox": [ + 106, + 216, + 504, + 238 + ], + "lines": [ + { + "bbox": [ + 106, + 215, + 505, + 229 + ], + "spans": [ + { + "bbox": [ + 106, + 215, + 505, + 229 + ], + "score": 1.0, + "content": "Adina Williams, Nikita Nangia, and Samuel Bowman. A broad-coverage challenge corpus for", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 115, + 227, + 348, + 239 + ], + "spans": [ + { + "bbox": [ + 115, + 227, + 348, + 239 + ], + "score": 1.0, + "content": "sentence understanding through inference. In ACL, 2018.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10.5 + }, + { + "type": "text", + "bbox": [ + 107, + 245, + 506, + 289 + ], + "lines": [ + { + "bbox": [ + 105, + 245, + 507, + 258 + ], + "spans": [ + { + "bbox": [ + 105, + 245, + 507, + 258 + ], + "score": 1.0, + "content": "Thomas Wolf, Lysandre Debut, Victor Sanh, Julien Chaumond, Clement Delangue, Anthony Moi,", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 114, + 255, + 506, + 269 + ], + "spans": [ + { + "bbox": [ + 114, + 255, + 506, + 269 + ], + "score": 1.0, + "content": "Pierric Cistac, Tim Rault, R’emi Louf, Morgan Funtowicz, and Jamie Brew. Huggingface’s", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 115, + 268, + 507, + 281 + ], + "spans": [ + { + "bbox": [ + 115, + 268, + 507, + 281 + ], + "score": 1.0, + "content": "transformers: State-of-the-art natural language processing. arXiv preprint arXiv:1910.03771,", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 114, + 277, + 143, + 291 + ], + "spans": [ + { + "bbox": [ + 114, + 277, + 143, + 291 + ], + "score": 1.0, + "content": "2019.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 13.5 + }, + { + "type": "text", + "bbox": [ + 107, + 297, + 504, + 320 + ], + "lines": [ + { + "bbox": [ + 106, + 297, + 505, + 310 + ], + "spans": [ + { + "bbox": [ + 106, + 297, + 505, + 310 + ], + "score": 1.0, + "content": "Wei Yang, Haotian Zhang, and Jimmy Lin. Simple applications of BERT for ad hoc document", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 115, + 308, + 322, + 321 + ], + "spans": [ + { + "bbox": [ + 115, + 308, + 322, + 321 + ], + "score": 1.0, + "content": "retrieval. arXiv preprint arXiv:1903.10972, 2019a.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 16.5 + }, + { + "type": "text", + "bbox": [ + 108, + 327, + 505, + 350 + ], + "lines": [ + { + "bbox": [ + 106, + 327, + 506, + 340 + ], + "spans": [ + { + "bbox": [ + 106, + 327, + 506, + 340 + ], + "score": 1.0, + "content": "Zhilin Yang, Zihang Dai, Yiming Yang, Jaime Carbonell, Russ R Salakhutdinov, and Quoc V Le.", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 115, + 338, + 495, + 351 + ], + "spans": [ + { + "bbox": [ + 115, + 338, + 495, + 351 + ], + "score": 1.0, + "content": "Xlnet: Generalized autoregressive pretraining for language understanding. In NeurIPS, 2019b.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18.5 + }, + { + "type": "text", + "bbox": [ + 105, + 357, + 504, + 380 + ], + "lines": [ + { + "bbox": [ + 105, + 355, + 506, + 371 + ], + "spans": [ + { + "bbox": [ + 105, + 355, + 506, + 371 + ], + "score": 1.0, + "content": "Jason Yosinski, Jeff Clune, Yoshua Bengio, and Hod Lipson. How transferable are features in deep", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 116, + 369, + 263, + 379 + ], + "spans": [ + { + "bbox": [ + 116, + 369, + 263, + 379 + ], + "score": 1.0, + "content": "neural networks? In NeurIPS, 2014.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 20.5 + }, + { + "type": "text", + "bbox": [ + 105, + 387, + 505, + 410 + ], + "lines": [ + { + "bbox": [ + 105, + 386, + 506, + 401 + ], + "spans": [ + { + "bbox": [ + 105, + 386, + 506, + 401 + ], + "score": 1.0, + "content": "Hongyi Zhang, Yann N. Dauphin, and Tengyu Ma. Residual learning without normalization via better", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 116, + 398, + 235, + 410 + ], + "spans": [ + { + "bbox": [ + 116, + 398, + 235, + 410 + ], + "score": 1.0, + "content": "initialization. In ICLR, 2019.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22.5 + }, + { + "type": "text", + "bbox": [ + 105, + 416, + 505, + 439 + ], + "lines": [ + { + "bbox": [ + 106, + 417, + 506, + 430 + ], + "spans": [ + { + "bbox": [ + 106, + 417, + 506, + 430 + ], + "score": 1.0, + "content": "Tianyi Zhang, Varsha Kishore, Felix Wu, Kilian Q. Weinberger, and Yoav Artzi. BERTScore:", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 116, + 428, + 342, + 439 + ], + "spans": [ + { + "bbox": [ + 116, + 428, + 342, + 439 + ], + "score": 1.0, + "content": "Evaluating Text Generation with BERT. In ICLR, 2020.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24.5 + }, + { + "type": "text", + "bbox": [ + 105, + 447, + 505, + 469 + ], + "lines": [ + { + "bbox": [ + 105, + 446, + 506, + 460 + ], + "spans": [ + { + "bbox": [ + 105, + 446, + 506, + 460 + ], + "score": 1.0, + "content": "Jinhua Zhu, Yingce Xia, Lijun Wu, Di He, Tao Qin, Wengang Zhou, Houqiang Li, and Tieyan Liu.", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 115, + 458, + 383, + 470 + ], + "spans": [ + { + "bbox": [ + 115, + 458, + 383, + 470 + ], + "score": 1.0, + "content": "Incorporating bert into neural machine translation. In ICLR, 2020.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26.5 + } + ], + "page_idx": 11, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 108, + 27, + 292, + 37 + ], + "lines": [ + { + "bbox": [ + 105, + 25, + 293, + 38 + ], + "spans": [ + { + "bbox": [ + 105, + 25, + 293, + 38 + ], + "score": 1.0, + "content": "Published as a conference paper at ICLR 2021", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "score": 1.0, + "content": "12", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 505, + 105 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "Alex Wang, Amanpreet Singh, Julian Michael, Felix Hill, Omer Levy, and Samuel Bowman. Glue: A", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 116, + 93, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 116, + 93, + 506, + 106 + ], + "score": 1.0, + "content": "multi-task benchmark and analysis platform for natural language understanding. In ICLR, 2019b.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5, + "bbox_fs": [ + 106, + 82, + 506, + 106 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 112, + 506, + 178 + ], + "lines": [ + { + "bbox": [ + 105, + 111, + 506, + 125 + ], + "spans": [ + { + "bbox": [ + 105, + 111, + 506, + 125 + ], + "score": 1.0, + "content": "Alex Wang, Ian F. Tenney, Yada Pruksachatkun, Phil Yeres, Jason Phang, Haokun Liu, Phu Mon Htut,", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 115, + 123, + 506, + 136 + ], + "spans": [ + { + "bbox": [ + 115, + 123, + 506, + 136 + ], + "score": 1.0, + "content": "Katherin Yu, Jan Hula, Patrick Xia, Raghu Pappagari, Shuning Jin, R. Thomas McCoy, Roma", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 114, + 133, + 507, + 148 + ], + "spans": [ + { + "bbox": [ + 114, + 133, + 507, + 148 + ], + "score": 1.0, + "content": "Patel, Yinghui Huang, Edouard Grave, Najoung Kim, Thibault Févry, Berlin Chen, Nikita Nangia,", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 115, + 145, + 506, + 158 + ], + "spans": [ + { + "bbox": [ + 115, + 145, + 506, + 158 + ], + "score": 1.0, + "content": "Anhad Mohananey, Katharina Kann, Shikha Bordia, Nicolas Patry, David Benton, Ellie Pavlick,", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 115, + 156, + 506, + 169 + ], + "spans": [ + { + "bbox": [ + 115, + 156, + 506, + 169 + ], + "score": 1.0, + "content": "and Samuel R. Bowman. jiant 1.3: A software toolkit for research on general-purpose text", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 115, + 167, + 352, + 179 + ], + "spans": [ + { + "bbox": [ + 115, + 167, + 352, + 179 + ], + "score": 1.0, + "content": "understanding models. http://jiant.info/, 2019c.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 4.5, + "bbox_fs": [ + 105, + 111, + 507, + 179 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 186, + 504, + 208 + ], + "lines": [ + { + "bbox": [ + 105, + 185, + 506, + 199 + ], + "spans": [ + { + "bbox": [ + 105, + 185, + 506, + 199 + ], + "score": 1.0, + "content": "Alex Warstadt, Amanpreet Singh, and Samuel R Bowman. Neural network acceptability judgments.", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 115, + 196, + 169, + 208 + ], + "spans": [ + { + "bbox": [ + 115, + 196, + 169, + 208 + ], + "score": 1.0, + "content": "TACL, 2019.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8.5, + "bbox_fs": [ + 105, + 185, + 506, + 208 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 216, + 504, + 238 + ], + "lines": [ + { + "bbox": [ + 106, + 215, + 505, + 229 + ], + "spans": [ + { + "bbox": [ + 106, + 215, + 505, + 229 + ], + "score": 1.0, + "content": "Adina Williams, Nikita Nangia, and Samuel Bowman. A broad-coverage challenge corpus for", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 115, + 227, + 348, + 239 + ], + "spans": [ + { + "bbox": [ + 115, + 227, + 348, + 239 + ], + "score": 1.0, + "content": "sentence understanding through inference. In ACL, 2018.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10.5, + "bbox_fs": [ + 106, + 215, + 505, + 239 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 245, + 506, + 289 + ], + "lines": [ + { + "bbox": [ + 105, + 245, + 507, + 258 + ], + "spans": [ + { + "bbox": [ + 105, + 245, + 507, + 258 + ], + "score": 1.0, + "content": "Thomas Wolf, Lysandre Debut, Victor Sanh, Julien Chaumond, Clement Delangue, Anthony Moi,", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 114, + 255, + 506, + 269 + ], + "spans": [ + { + "bbox": [ + 114, + 255, + 506, + 269 + ], + "score": 1.0, + "content": "Pierric Cistac, Tim Rault, R’emi Louf, Morgan Funtowicz, and Jamie Brew. Huggingface’s", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 115, + 268, + 507, + 281 + ], + "spans": [ + { + "bbox": [ + 115, + 268, + 507, + 281 + ], + "score": 1.0, + "content": "transformers: State-of-the-art natural language processing. arXiv preprint arXiv:1910.03771,", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 114, + 277, + 143, + 291 + ], + "spans": [ + { + "bbox": [ + 114, + 277, + 143, + 291 + ], + "score": 1.0, + "content": "2019.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 13.5, + "bbox_fs": [ + 105, + 245, + 507, + 291 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 297, + 504, + 320 + ], + "lines": [ + { + "bbox": [ + 106, + 297, + 505, + 310 + ], + "spans": [ + { + "bbox": [ + 106, + 297, + 505, + 310 + ], + "score": 1.0, + "content": "Wei Yang, Haotian Zhang, and Jimmy Lin. Simple applications of BERT for ad hoc document", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 115, + 308, + 322, + 321 + ], + "spans": [ + { + "bbox": [ + 115, + 308, + 322, + 321 + ], + "score": 1.0, + "content": "retrieval. arXiv preprint arXiv:1903.10972, 2019a.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 16.5, + "bbox_fs": [ + 106, + 297, + 505, + 321 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 327, + 505, + 350 + ], + "lines": [ + { + "bbox": [ + 106, + 327, + 506, + 340 + ], + "spans": [ + { + "bbox": [ + 106, + 327, + 506, + 340 + ], + "score": 1.0, + "content": "Zhilin Yang, Zihang Dai, Yiming Yang, Jaime Carbonell, Russ R Salakhutdinov, and Quoc V Le.", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 115, + 338, + 495, + 351 + ], + "spans": [ + { + "bbox": [ + 115, + 338, + 495, + 351 + ], + "score": 1.0, + "content": "Xlnet: Generalized autoregressive pretraining for language understanding. In NeurIPS, 2019b.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18.5, + "bbox_fs": [ + 106, + 327, + 506, + 351 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 357, + 504, + 380 + ], + "lines": [ + { + "bbox": [ + 105, + 355, + 506, + 371 + ], + "spans": [ + { + "bbox": [ + 105, + 355, + 506, + 371 + ], + "score": 1.0, + "content": "Jason Yosinski, Jeff Clune, Yoshua Bengio, and Hod Lipson. How transferable are features in deep", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 116, + 369, + 263, + 379 + ], + "spans": [ + { + "bbox": [ + 116, + 369, + 263, + 379 + ], + "score": 1.0, + "content": "neural networks? In NeurIPS, 2014.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 20.5, + "bbox_fs": [ + 105, + 355, + 506, + 379 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 387, + 505, + 410 + ], + "lines": [ + { + "bbox": [ + 105, + 386, + 506, + 401 + ], + "spans": [ + { + "bbox": [ + 105, + 386, + 506, + 401 + ], + "score": 1.0, + "content": "Hongyi Zhang, Yann N. Dauphin, and Tengyu Ma. Residual learning without normalization via better", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 116, + 398, + 235, + 410 + ], + "spans": [ + { + "bbox": [ + 116, + 398, + 235, + 410 + ], + "score": 1.0, + "content": "initialization. In ICLR, 2019.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22.5, + "bbox_fs": [ + 105, + 386, + 506, + 410 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 416, + 505, + 439 + ], + "lines": [ + { + "bbox": [ + 106, + 417, + 506, + 430 + ], + "spans": [ + { + "bbox": [ + 106, + 417, + 506, + 430 + ], + "score": 1.0, + "content": "Tianyi Zhang, Varsha Kishore, Felix Wu, Kilian Q. Weinberger, and Yoav Artzi. BERTScore:", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 116, + 428, + 342, + 439 + ], + "spans": [ + { + "bbox": [ + 116, + 428, + 342, + 439 + ], + "score": 1.0, + "content": "Evaluating Text Generation with BERT. In ICLR, 2020.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24.5, + "bbox_fs": [ + 106, + 417, + 506, + 439 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 447, + 505, + 469 + ], + "lines": [ + { + "bbox": [ + 105, + 446, + 506, + 460 + ], + "spans": [ + { + "bbox": [ + 105, + 446, + 506, + 460 + ], + "score": 1.0, + "content": "Jinhua Zhu, Yingce Xia, Lijun Wu, Di He, Tao Qin, Wengang Zhou, Houqiang Li, and Tieyan Liu.", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 115, + 458, + 383, + 470 + ], + "spans": [ + { + "bbox": [ + 115, + 458, + 383, + 470 + ], + "score": 1.0, + "content": "Incorporating bert into neural machine translation. In ICLR, 2020.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26.5, + "bbox_fs": [ + 105, + 446, + 506, + 470 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "table", + "bbox": [ + 115, + 80, + 495, + 162 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 115, + 80, + 495, + 162 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 115, + 80, + 495, + 162 + ], + "spans": [ + { + "bbox": [ + 115, + 80, + 495, + 162 + ], + "score": 0.981, + "html": "
TaskRTE NLIMRPC ParaphraseSTS-B SimilarityCoLA AcceptibilitySST-2 SentimentQNLI NLIQQP ParaphraseMNLI NLI
# of training samples2.5k3.7k5.8k8.6k61.3k104k363k392k
# of validation samples1392046905211k1k1k1k
# of test samples1392056905211.8k5.5k40k9.8k
Evaluation metricAcc.F1SCCMCCAcc.Acc.Acc.Acc.
Majority baseline (val)52.981.30050.050.050.033.3
Majority baseline (test)52.581.20049.150.563.231.8
", + "type": "table", + "image_path": "d936d2899bfc8cebcfe676dc5905e6408a841a08321d5a3a11f1d00f8bed68d4.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 115, + 80, + 495, + 107.33333333333333 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 115, + 107.33333333333333, + 495, + 134.66666666666666 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 115, + 134.66666666666666, + 495, + 162.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "table_caption", + "bbox": [ + 106, + 170, + 505, + 193 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 169, + 505, + 182 + ], + "spans": [ + { + "bbox": [ + 105, + 169, + 505, + 182 + ], + "score": 1.0, + "content": "Table 3: The datasets used in this work. We apply non-standard data splits to create test sets. SCC", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 181, + 505, + 193 + ], + "spans": [ + { + "bbox": [ + 105, + 181, + 505, + 193 + ], + "score": 1.0, + "content": "stands for Spearman Correlation Coefficient and MCC stands for Matthews Correlation Coefficient.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + } + ], + "index": 2.25 + }, + { + "type": "title", + "bbox": [ + 108, + 215, + 182, + 228 + ], + "lines": [ + { + "bbox": [ + 105, + 213, + 183, + 231 + ], + "spans": [ + { + "bbox": [ + 105, + 213, + 183, + 231 + ], + "score": 1.0, + "content": "A DATASETS", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "text", + "bbox": [ + 106, + 241, + 505, + 264 + ], + "lines": [ + { + "bbox": [ + 104, + 240, + 506, + 255 + ], + "spans": [ + { + "bbox": [ + 104, + 240, + 506, + 255 + ], + "score": 1.0, + "content": "Table 3 summarizes dataset statistics and describes our validation/test splits. We also provide a brief", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 253, + 229, + 265 + ], + "spans": [ + { + "bbox": [ + 106, + 253, + 229, + 265 + ], + "score": 1.0, + "content": "introduction for each datasets:", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6.5 + }, + { + "type": "text", + "bbox": [ + 105, + 270, + 504, + 293 + ], + "lines": [ + { + "bbox": [ + 105, + 271, + 505, + 284 + ], + "spans": [ + { + "bbox": [ + 105, + 271, + 505, + 284 + ], + "score": 1.0, + "content": "RTE Recognizing Textual Entailment (Bentivogli et al., 2009) is a binary entailment classification", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 282, + 237, + 294 + ], + "spans": [ + { + "bbox": [ + 106, + 282, + 237, + 294 + ], + "score": 1.0, + "content": "task. We use the GLUE version.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8.5 + }, + { + "type": "text", + "bbox": [ + 107, + 299, + 504, + 333 + ], + "lines": [ + { + "bbox": [ + 105, + 298, + 505, + 313 + ], + "spans": [ + { + "bbox": [ + 105, + 298, + 505, + 313 + ], + "score": 1.0, + "content": "MRPC Microsoft Research Paraphrase Corpus (Dolan & Brockett, 2005) is binary classification", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 310, + 506, + 324 + ], + "spans": [ + { + "bbox": [ + 105, + 310, + 506, + 324 + ], + "score": 1.0, + "content": "task. Given a pair of sentences, a model has to predict whether they are paraphrases of each other.", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 321, + 214, + 334 + ], + "spans": [ + { + "bbox": [ + 106, + 321, + 214, + 334 + ], + "score": 1.0, + "content": "We use the GLUE version.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11 + }, + { + "type": "text", + "bbox": [ + 105, + 339, + 504, + 362 + ], + "lines": [ + { + "bbox": [ + 105, + 339, + 505, + 353 + ], + "spans": [ + { + "bbox": [ + 105, + 339, + 505, + 353 + ], + "score": 1.0, + "content": "STS-B Semantic Textual Similarity Benchmark (Cer et al., 2017) is a regression tasks for estimating", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 351, + 408, + 362 + ], + "spans": [ + { + "bbox": [ + 106, + 351, + 408, + 362 + ], + "score": 1.0, + "content": "sentence similarity between a pair of sentences. We use the GLUE version.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 13.5 + }, + { + "type": "text", + "bbox": [ + 106, + 368, + 505, + 412 + ], + "lines": [ + { + "bbox": [ + 105, + 368, + 506, + 381 + ], + "spans": [ + { + "bbox": [ + 105, + 368, + 506, + 381 + ], + "score": 1.0, + "content": "CoLA Corpus of Linguistic Acceptability (Warstadt et al., 2019) is a binary classification task", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 380, + 505, + 393 + ], + "spans": [ + { + "bbox": [ + 105, + 380, + 505, + 393 + ], + "score": 1.0, + "content": "for verifying whether a sequence of words is a grammatically correct English sentence. Matthews", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 390, + 505, + 403 + ], + "spans": [ + { + "bbox": [ + 105, + 390, + 505, + 403 + ], + "score": 1.0, + "content": "correlation coefficient (Matthews, 1975) is used to evaluate the performance. We use the GLUE", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 402, + 141, + 413 + ], + "spans": [ + { + "bbox": [ + 105, + 402, + 141, + 413 + ], + "score": 1.0, + "content": "version.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 16.5 + }, + { + "type": "text", + "bbox": [ + 107, + 419, + 504, + 453 + ], + "lines": [ + { + "bbox": [ + 105, + 420, + 505, + 432 + ], + "spans": [ + { + "bbox": [ + 105, + 420, + 505, + 432 + ], + "score": 1.0, + "content": "MNLI Multi-Genre Natural Language Inference Corpus (Williams et al., 2018) is a textual entail-", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 430, + 505, + 443 + ], + "spans": [ + { + "bbox": [ + 105, + 430, + 505, + 443 + ], + "score": 1.0, + "content": "ment dataset, where a model is asked to predict whether the premise entails the hypothesis, predicts", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 442, + 321, + 454 + ], + "spans": [ + { + "bbox": [ + 106, + 442, + 321, + 454 + ], + "score": 1.0, + "content": "the hypothesis, or neither. We use the GLUE version.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 20 + }, + { + "type": "text", + "bbox": [ + 105, + 459, + 504, + 482 + ], + "lines": [ + { + "bbox": [ + 106, + 460, + 506, + 473 + ], + "spans": [ + { + "bbox": [ + 106, + 460, + 506, + 473 + ], + "score": 1.0, + "content": "QQP Quora Question Pairs (Iyer et al., 2017) is a binary classification task to determine whether", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 470, + 501, + 483 + ], + "spans": [ + { + "bbox": [ + 105, + 470, + 501, + 483 + ], + "score": 1.0, + "content": "two questions are semantically equivalent (i.e., paraphrase each other). We use the GLUE version.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22.5 + }, + { + "type": "text", + "bbox": [ + 108, + 488, + 505, + 522 + ], + "lines": [ + { + "bbox": [ + 105, + 487, + 505, + 501 + ], + "spans": [ + { + "bbox": [ + 105, + 487, + 505, + 501 + ], + "score": 1.0, + "content": "SST-2 The binary version of the Stanford Sentiment Treebank (Socher et al., 2013) is a binary", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 499, + 505, + 512 + ], + "spans": [ + { + "bbox": [ + 105, + 499, + 505, + 512 + ], + "score": 1.0, + "content": "classification task for whether a sentence has positive or negative sentiment. We use the GLUE", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 511, + 141, + 522 + ], + "spans": [ + { + "bbox": [ + 105, + 511, + 141, + 522 + ], + "score": 1.0, + "content": "version.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25 + }, + { + "type": "title", + "bbox": [ + 106, + 540, + 471, + 553 + ], + "lines": [ + { + "bbox": [ + 104, + 540, + 473, + 555 + ], + "spans": [ + { + "bbox": [ + 104, + 540, + 473, + 555 + ], + "score": 1.0, + "content": "B ISOLATING THE IMPACT OF DIFFERENT SOURCES OF RANDOMNESS", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27 + }, + { + "type": "text", + "bbox": [ + 106, + 567, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 567, + 505, + 579 + ], + "spans": [ + { + "bbox": [ + 106, + 567, + 505, + 579 + ], + "score": 1.0, + "content": "The randomness in BERT fine-tuning comes from three sources: (a) weight initialization, (b) data", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 578, + 505, + 590 + ], + "spans": [ + { + "bbox": [ + 106, + 578, + 505, + 590 + ], + "score": 1.0, + "content": "order, and (c) Dropout regularization (Srivastava et al., 2014). We control the randomness using two", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 589, + 506, + 601 + ], + "spans": [ + { + "bbox": [ + 105, + 589, + 506, + 601 + ], + "score": 1.0, + "content": "separate random number generators: one for weight initialization and the other for both data order", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 600, + 505, + 612 + ], + "spans": [ + { + "bbox": [ + 105, + 600, + 505, + 612 + ], + "score": 1.0, + "content": "and Dropout (both of them affect the stochastic loss at each iteration). We fine-tune BERT on RTE", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 611, + 505, + 623 + ], + "spans": [ + { + "bbox": [ + 106, + 611, + 505, + 623 + ], + "score": 1.0, + "content": "for three epochs using ADAM with 10 seeds for both random number generators. We compare the", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 622, + 506, + 634 + ], + "spans": [ + { + "bbox": [ + 105, + 622, + 250, + 634 + ], + "score": 1.0, + "content": "standard setup with Re-init 5, where", + "type": "text" + }, + { + "bbox": [ + 250, + 622, + 277, + 632 + ], + "score": 0.9, + "content": "L = 5", + "type": "inline_equation" + }, + { + "bbox": [ + 277, + 622, + 506, + 634 + ], + "score": 1.0, + "content": ". This experiment is similar to Dodge et al. (2020), but we", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 633, + 506, + 645 + ], + "spans": [ + { + "bbox": [ + 106, + 633, + 506, + 645 + ], + "score": 1.0, + "content": "use ADAM with debiasing instead of BERTADAM and control for the randomness in Dropout as well.", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 643, + 506, + 656 + ], + "spans": [ + { + "bbox": [ + 105, + 643, + 506, + 656 + ], + "score": 1.0, + "content": "When fixing a random seed for weight initialization, Re-init 5 shares the same initialized classifier", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 654, + 506, + 668 + ], + "spans": [ + { + "bbox": [ + 105, + 654, + 506, + 668 + ], + "score": 1.0, + "content": "weights with the standard baseline. Figure 9 shows the validation accuracy of each individual run as", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 666, + 506, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 506, + 678 + ], + "score": 1.0, + "content": "well as the minimum, average, and maximum scores when fixing one of the random seeds. Figure 10", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 676, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 505, + 689 + ], + "score": 1.0, + "content": "summarizes the standard deviations when one of the random seeds is controlled. We observe several", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 688, + 506, + 699 + ], + "spans": [ + { + "bbox": [ + 106, + 688, + 506, + 699 + ], + "score": 1.0, + "content": "trends. Re-init 5 usually improves the performance regardless of the weight initialization or data order", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 699, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 506, + 711 + ], + "score": 1.0, + "content": "and Dropout. Second, Re-init 5 still reduces the instability when one of the sources of randomness is", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 710, + 505, + 721 + ], + "spans": [ + { + "bbox": [ + 106, + 710, + 505, + 721 + ], + "score": 1.0, + "content": "controlled. Third, the standard deviation of fixing the weight initialization roughly matches the one", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 720, + 488, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 488, + 733 + ], + "score": 1.0, + "content": "of controlled data order and Dropout, which aligns with the observation of Dodge et al. (2020).", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 35 + } + ], + "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, + 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": [ + 115, + 80, + 495, + 162 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 115, + 80, + 495, + 162 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 115, + 80, + 495, + 162 + ], + "spans": [ + { + "bbox": [ + 115, + 80, + 495, + 162 + ], + "score": 0.981, + "html": "
TaskRTE NLIMRPC ParaphraseSTS-B SimilarityCoLA AcceptibilitySST-2 SentimentQNLI NLIQQP ParaphraseMNLI NLI
# of training samples2.5k3.7k5.8k8.6k61.3k104k363k392k
# of validation samples1392046905211k1k1k1k
# of test samples1392056905211.8k5.5k40k9.8k
Evaluation metricAcc.F1SCCMCCAcc.Acc.Acc.Acc.
Majority baseline (val)52.981.30050.050.050.033.3
Majority baseline (test)52.581.20049.150.563.231.8
", + "type": "table", + "image_path": "d936d2899bfc8cebcfe676dc5905e6408a841a08321d5a3a11f1d00f8bed68d4.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 115, + 80, + 495, + 107.33333333333333 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 115, + 107.33333333333333, + 495, + 134.66666666666666 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 115, + 134.66666666666666, + 495, + 162.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "table_caption", + "bbox": [ + 106, + 170, + 505, + 193 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 169, + 505, + 182 + ], + "spans": [ + { + "bbox": [ + 105, + 169, + 505, + 182 + ], + "score": 1.0, + "content": "Table 3: The datasets used in this work. We apply non-standard data splits to create test sets. SCC", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 181, + 505, + 193 + ], + "spans": [ + { + "bbox": [ + 105, + 181, + 505, + 193 + ], + "score": 1.0, + "content": "stands for Spearman Correlation Coefficient and MCC stands for Matthews Correlation Coefficient.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + } + ], + "index": 2.25 + }, + { + "type": "title", + "bbox": [ + 108, + 215, + 182, + 228 + ], + "lines": [ + { + "bbox": [ + 105, + 213, + 183, + 231 + ], + "spans": [ + { + "bbox": [ + 105, + 213, + 183, + 231 + ], + "score": 1.0, + "content": "A DATASETS", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "text", + "bbox": [ + 106, + 241, + 505, + 264 + ], + "lines": [ + { + "bbox": [ + 104, + 240, + 506, + 255 + ], + "spans": [ + { + "bbox": [ + 104, + 240, + 506, + 255 + ], + "score": 1.0, + "content": "Table 3 summarizes dataset statistics and describes our validation/test splits. We also provide a brief", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 253, + 229, + 265 + ], + "spans": [ + { + "bbox": [ + 106, + 253, + 229, + 265 + ], + "score": 1.0, + "content": "introduction for each datasets:", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6.5, + "bbox_fs": [ + 104, + 240, + 506, + 265 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 270, + 504, + 293 + ], + "lines": [ + { + "bbox": [ + 105, + 271, + 505, + 284 + ], + "spans": [ + { + "bbox": [ + 105, + 271, + 505, + 284 + ], + "score": 1.0, + "content": "RTE Recognizing Textual Entailment (Bentivogli et al., 2009) is a binary entailment classification", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 282, + 237, + 294 + ], + "spans": [ + { + "bbox": [ + 106, + 282, + 237, + 294 + ], + "score": 1.0, + "content": "task. We use the GLUE version.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8.5, + "bbox_fs": [ + 105, + 271, + 505, + 294 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 299, + 504, + 333 + ], + "lines": [ + { + "bbox": [ + 105, + 298, + 505, + 313 + ], + "spans": [ + { + "bbox": [ + 105, + 298, + 505, + 313 + ], + "score": 1.0, + "content": "MRPC Microsoft Research Paraphrase Corpus (Dolan & Brockett, 2005) is binary classification", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 310, + 506, + 324 + ], + "spans": [ + { + "bbox": [ + 105, + 310, + 506, + 324 + ], + "score": 1.0, + "content": "task. Given a pair of sentences, a model has to predict whether they are paraphrases of each other.", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 321, + 214, + 334 + ], + "spans": [ + { + "bbox": [ + 106, + 321, + 214, + 334 + ], + "score": 1.0, + "content": "We use the GLUE version.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11, + "bbox_fs": [ + 105, + 298, + 506, + 334 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 339, + 504, + 362 + ], + "lines": [ + { + "bbox": [ + 105, + 339, + 505, + 353 + ], + "spans": [ + { + "bbox": [ + 105, + 339, + 505, + 353 + ], + "score": 1.0, + "content": "STS-B Semantic Textual Similarity Benchmark (Cer et al., 2017) is a regression tasks for estimating", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 351, + 408, + 362 + ], + "spans": [ + { + "bbox": [ + 106, + 351, + 408, + 362 + ], + "score": 1.0, + "content": "sentence similarity between a pair of sentences. We use the GLUE version.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 13.5, + "bbox_fs": [ + 105, + 339, + 505, + 362 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 368, + 505, + 412 + ], + "lines": [ + { + "bbox": [ + 105, + 368, + 506, + 381 + ], + "spans": [ + { + "bbox": [ + 105, + 368, + 506, + 381 + ], + "score": 1.0, + "content": "CoLA Corpus of Linguistic Acceptability (Warstadt et al., 2019) is a binary classification task", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 380, + 505, + 393 + ], + "spans": [ + { + "bbox": [ + 105, + 380, + 505, + 393 + ], + "score": 1.0, + "content": "for verifying whether a sequence of words is a grammatically correct English sentence. Matthews", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 390, + 505, + 403 + ], + "spans": [ + { + "bbox": [ + 105, + 390, + 505, + 403 + ], + "score": 1.0, + "content": "correlation coefficient (Matthews, 1975) is used to evaluate the performance. We use the GLUE", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 402, + 141, + 413 + ], + "spans": [ + { + "bbox": [ + 105, + 402, + 141, + 413 + ], + "score": 1.0, + "content": "version.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 16.5, + "bbox_fs": [ + 105, + 368, + 506, + 413 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 419, + 504, + 453 + ], + "lines": [ + { + "bbox": [ + 105, + 420, + 505, + 432 + ], + "spans": [ + { + "bbox": [ + 105, + 420, + 505, + 432 + ], + "score": 1.0, + "content": "MNLI Multi-Genre Natural Language Inference Corpus (Williams et al., 2018) is a textual entail-", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 430, + 505, + 443 + ], + "spans": [ + { + "bbox": [ + 105, + 430, + 505, + 443 + ], + "score": 1.0, + "content": "ment dataset, where a model is asked to predict whether the premise entails the hypothesis, predicts", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 442, + 321, + 454 + ], + "spans": [ + { + "bbox": [ + 106, + 442, + 321, + 454 + ], + "score": 1.0, + "content": "the hypothesis, or neither. We use the GLUE version.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 20, + "bbox_fs": [ + 105, + 420, + 505, + 454 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 459, + 504, + 482 + ], + "lines": [ + { + "bbox": [ + 106, + 460, + 506, + 473 + ], + "spans": [ + { + "bbox": [ + 106, + 460, + 506, + 473 + ], + "score": 1.0, + "content": "QQP Quora Question Pairs (Iyer et al., 2017) is a binary classification task to determine whether", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 470, + 501, + 483 + ], + "spans": [ + { + "bbox": [ + 105, + 470, + 501, + 483 + ], + "score": 1.0, + "content": "two questions are semantically equivalent (i.e., paraphrase each other). We use the GLUE version.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22.5, + "bbox_fs": [ + 105, + 460, + 506, + 483 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 488, + 505, + 522 + ], + "lines": [ + { + "bbox": [ + 105, + 487, + 505, + 501 + ], + "spans": [ + { + "bbox": [ + 105, + 487, + 505, + 501 + ], + "score": 1.0, + "content": "SST-2 The binary version of the Stanford Sentiment Treebank (Socher et al., 2013) is a binary", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 499, + 505, + 512 + ], + "spans": [ + { + "bbox": [ + 105, + 499, + 505, + 512 + ], + "score": 1.0, + "content": "classification task for whether a sentence has positive or negative sentiment. We use the GLUE", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 511, + 141, + 522 + ], + "spans": [ + { + "bbox": [ + 105, + 511, + 141, + 522 + ], + "score": 1.0, + "content": "version.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25, + "bbox_fs": [ + 105, + 487, + 505, + 522 + ] + }, + { + "type": "title", + "bbox": [ + 106, + 540, + 471, + 553 + ], + "lines": [ + { + "bbox": [ + 104, + 540, + 473, + 555 + ], + "spans": [ + { + "bbox": [ + 104, + 540, + 473, + 555 + ], + "score": 1.0, + "content": "B ISOLATING THE IMPACT OF DIFFERENT SOURCES OF RANDOMNESS", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27 + }, + { + "type": "text", + "bbox": [ + 106, + 567, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 567, + 505, + 579 + ], + "spans": [ + { + "bbox": [ + 106, + 567, + 505, + 579 + ], + "score": 1.0, + "content": "The randomness in BERT fine-tuning comes from three sources: (a) weight initialization, (b) data", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 578, + 505, + 590 + ], + "spans": [ + { + "bbox": [ + 106, + 578, + 505, + 590 + ], + "score": 1.0, + "content": "order, and (c) Dropout regularization (Srivastava et al., 2014). We control the randomness using two", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 589, + 506, + 601 + ], + "spans": [ + { + "bbox": [ + 105, + 589, + 506, + 601 + ], + "score": 1.0, + "content": "separate random number generators: one for weight initialization and the other for both data order", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 600, + 505, + 612 + ], + "spans": [ + { + "bbox": [ + 105, + 600, + 505, + 612 + ], + "score": 1.0, + "content": "and Dropout (both of them affect the stochastic loss at each iteration). We fine-tune BERT on RTE", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 611, + 505, + 623 + ], + "spans": [ + { + "bbox": [ + 106, + 611, + 505, + 623 + ], + "score": 1.0, + "content": "for three epochs using ADAM with 10 seeds for both random number generators. We compare the", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 622, + 506, + 634 + ], + "spans": [ + { + "bbox": [ + 105, + 622, + 250, + 634 + ], + "score": 1.0, + "content": "standard setup with Re-init 5, where", + "type": "text" + }, + { + "bbox": [ + 250, + 622, + 277, + 632 + ], + "score": 0.9, + "content": "L = 5", + "type": "inline_equation" + }, + { + "bbox": [ + 277, + 622, + 506, + 634 + ], + "score": 1.0, + "content": ". This experiment is similar to Dodge et al. (2020), but we", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 633, + 506, + 645 + ], + "spans": [ + { + "bbox": [ + 106, + 633, + 506, + 645 + ], + "score": 1.0, + "content": "use ADAM with debiasing instead of BERTADAM and control for the randomness in Dropout as well.", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 643, + 506, + 656 + ], + "spans": [ + { + "bbox": [ + 105, + 643, + 506, + 656 + ], + "score": 1.0, + "content": "When fixing a random seed for weight initialization, Re-init 5 shares the same initialized classifier", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 654, + 506, + 668 + ], + "spans": [ + { + "bbox": [ + 105, + 654, + 506, + 668 + ], + "score": 1.0, + "content": "weights with the standard baseline. Figure 9 shows the validation accuracy of each individual run as", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 666, + 506, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 506, + 678 + ], + "score": 1.0, + "content": "well as the minimum, average, and maximum scores when fixing one of the random seeds. Figure 10", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 676, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 505, + 689 + ], + "score": 1.0, + "content": "summarizes the standard deviations when one of the random seeds is controlled. We observe several", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 688, + 506, + 699 + ], + "spans": [ + { + "bbox": [ + 106, + 688, + 506, + 699 + ], + "score": 1.0, + "content": "trends. Re-init 5 usually improves the performance regardless of the weight initialization or data order", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 699, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 506, + 711 + ], + "score": 1.0, + "content": "and Dropout. Second, Re-init 5 still reduces the instability when one of the sources of randomness is", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 710, + 505, + 721 + ], + "spans": [ + { + "bbox": [ + 106, + 710, + 505, + 721 + ], + "score": 1.0, + "content": "controlled. Third, the standard deviation of fixing the weight initialization roughly matches the one", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 720, + 488, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 488, + 733 + ], + "score": 1.0, + "content": "of controlled data order and Dropout, which aligns with the observation of Dodge et al. (2020).", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 35, + "bbox_fs": [ + 105, + 567, + 506, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 109, + 89, + 505, + 271 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 109, + 89, + 505, + 271 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 109, + 89, + 505, + 271 + ], + "spans": [ + { + "bbox": [ + 109, + 89, + 505, + 271 + ], + "score": 0.962, + "type": "image", + "image_path": "1f3a3f70f4a230d62119fc366da3dd84459cdf247e741b695be58440af78ae91.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 109, + 89, + 505, + 149.66666666666666 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 109, + 149.66666666666666, + 505, + 210.33333333333331 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 109, + 210.33333333333331, + 505, + 271.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 288, + 506, + 322 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 288, + 505, + 300 + ], + "spans": [ + { + "bbox": [ + 106, + 288, + 505, + 300 + ], + "score": 1.0, + "content": "Figure 9: Validation accuracy on RTE with controlled random seeds. The min, mean, and max values", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 299, + 505, + 312 + ], + "spans": [ + { + "bbox": [ + 106, + 299, + 505, + 312 + ], + "score": 1.0, + "content": "of controlling one of the random seeds are also included. Re-init 5 usually improves the validation", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 311, + 147, + 324 + ], + "spans": [ + { + "bbox": [ + 105, + 311, + 147, + 324 + ], + "score": 1.0, + "content": "accuracy.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4 + } + ], + "index": 2.5 + }, + { + "type": "image", + "bbox": [ + 108, + 345, + 504, + 527 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 108, + 345, + 504, + 527 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 108, + 345, + 504, + 527 + ], + "spans": [ + { + "bbox": [ + 108, + 345, + 504, + 527 + ], + "score": 0.969, + "type": "image", + "image_path": "9d67c833d88ebc2d281b30ee47d7a55668940ffaf69c0e71131f3bcebc0976c2.jpg" + } + ] + } + ], + "index": 7, + "virtual_lines": [ + { + "bbox": [ + 108, + 345, + 504, + 405.6666666666667 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 108, + 405.6666666666667, + 504, + 466.33333333333337 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 108, + 466.33333333333337, + 504, + 527.0 + ], + "spans": [], + "index": 8 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 544, + 506, + 578 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 106, + 544, + 506, + 556 + ], + "spans": [ + { + "bbox": [ + 106, + 544, + 506, + 556 + ], + "score": 1.0, + "content": "Figure 10: The standard deviation of the validation accuracy on RTE with controlled random seeds.", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 555, + 506, + 568 + ], + "spans": [ + { + "bbox": [ + 105, + 555, + 506, + 568 + ], + "score": 1.0, + "content": "We show the standard deviation of fixing either the initialization or data order and Dropout. Re-init 5", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 567, + 426, + 579 + ], + "spans": [ + { + "bbox": [ + 106, + 567, + 426, + 579 + ], + "score": 1.0, + "content": "consistently reduces the instability regardless of the sources of the randomness.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10 + } + ], + "index": 8.5 + }, + { + "type": "title", + "bbox": [ + 108, + 601, + 279, + 614 + ], + "lines": [ + { + "bbox": [ + 105, + 600, + 281, + 617 + ], + "spans": [ + { + "bbox": [ + 105, + 600, + 281, + 617 + ], + "score": 1.0, + "content": "C MIXED PRECISION TRAINING", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 12 + }, + { + "type": "text", + "bbox": [ + 107, + 628, + 506, + 706 + ], + "lines": [ + { + "bbox": [ + 105, + 627, + 506, + 642 + ], + "spans": [ + { + "bbox": [ + 105, + 627, + 506, + 642 + ], + "score": 1.0, + "content": "Mixed precision training can accelerate model training while preserving performance by replacing", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 640, + 505, + 652 + ], + "spans": [ + { + "bbox": [ + 106, + 640, + 505, + 652 + ], + "score": 1.0, + "content": "some 32-bit floating-point computation with 16-bit floating-point computation. We use mixed", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 651, + 506, + 663 + ], + "spans": [ + { + "bbox": [ + 105, + 651, + 506, + 663 + ], + "score": 1.0, + "content": "precision training in all our experiments using huggingface’s Transformers (Wolf et al., 2019).", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 104, + 660, + 506, + 674 + ], + "spans": [ + { + "bbox": [ + 104, + 660, + 506, + 674 + ], + "score": 1.0, + "content": "Transformers uses O1-level optimized mixed precision training implemented with the Apex library.11", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 672, + 506, + 685 + ], + "spans": [ + { + "bbox": [ + 106, + 672, + 506, + 685 + ], + "score": 1.0, + "content": "We evaluate if this mixed precision implementation influences our results. We fine-tune BERT with 20", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 683, + 506, + 696 + ], + "spans": [ + { + "bbox": [ + 105, + 683, + 380, + 696 + ], + "score": 1.0, + "content": "random trials on RTE, MRPC, STS-B, and CoLA. We use two-tailed", + "type": "text" + }, + { + "bbox": [ + 381, + 685, + 386, + 694 + ], + "score": 0.74, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 386, + 683, + 506, + 696 + ], + "score": 1.0, + "content": "-test to test if the distributions", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 695, + 505, + 706 + ], + "spans": [ + { + "bbox": [ + 106, + 695, + 505, + 706 + ], + "score": 1.0, + "content": "of the two methods are statistically different. Table 4 shows the mean and standard deviation of the", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 16 + } + ], + "page_idx": 13, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 117, + 721, + 243, + 732 + ], + "lines": [ + { + "bbox": [ + 115, + 718, + 245, + 735 + ], + "spans": [ + { + "bbox": [ + 115, + 718, + 245, + 735 + ], + "score": 1.0, + "content": "11https://github.com/NVIDIA/apex", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 108, + 27, + 292, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "score": 1.0, + "content": "Published as a conference paper at ICLR 2021", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "score": 1.0, + "content": "14", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 109, + 89, + 505, + 271 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 109, + 89, + 505, + 271 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 109, + 89, + 505, + 271 + ], + "spans": [ + { + "bbox": [ + 109, + 89, + 505, + 271 + ], + "score": 0.962, + "type": "image", + "image_path": "1f3a3f70f4a230d62119fc366da3dd84459cdf247e741b695be58440af78ae91.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 109, + 89, + 505, + 149.66666666666666 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 109, + 149.66666666666666, + 505, + 210.33333333333331 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 109, + 210.33333333333331, + 505, + 271.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 288, + 506, + 322 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 288, + 505, + 300 + ], + "spans": [ + { + "bbox": [ + 106, + 288, + 505, + 300 + ], + "score": 1.0, + "content": "Figure 9: Validation accuracy on RTE with controlled random seeds. The min, mean, and max values", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 299, + 505, + 312 + ], + "spans": [ + { + "bbox": [ + 106, + 299, + 505, + 312 + ], + "score": 1.0, + "content": "of controlling one of the random seeds are also included. Re-init 5 usually improves the validation", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 311, + 147, + 324 + ], + "spans": [ + { + "bbox": [ + 105, + 311, + 147, + 324 + ], + "score": 1.0, + "content": "accuracy.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4 + } + ], + "index": 2.5 + }, + { + "type": "image", + "bbox": [ + 108, + 345, + 504, + 527 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 108, + 345, + 504, + 527 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 108, + 345, + 504, + 527 + ], + "spans": [ + { + "bbox": [ + 108, + 345, + 504, + 527 + ], + "score": 0.969, + "type": "image", + "image_path": "9d67c833d88ebc2d281b30ee47d7a55668940ffaf69c0e71131f3bcebc0976c2.jpg" + } + ] + } + ], + "index": 7, + "virtual_lines": [ + { + "bbox": [ + 108, + 345, + 504, + 405.6666666666667 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 108, + 405.6666666666667, + 504, + 466.33333333333337 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 108, + 466.33333333333337, + 504, + 527.0 + ], + "spans": [], + "index": 8 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 544, + 506, + 578 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 106, + 544, + 506, + 556 + ], + "spans": [ + { + "bbox": [ + 106, + 544, + 506, + 556 + ], + "score": 1.0, + "content": "Figure 10: The standard deviation of the validation accuracy on RTE with controlled random seeds.", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 555, + 506, + 568 + ], + "spans": [ + { + "bbox": [ + 105, + 555, + 506, + 568 + ], + "score": 1.0, + "content": "We show the standard deviation of fixing either the initialization or data order and Dropout. Re-init 5", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 567, + 426, + 579 + ], + "spans": [ + { + "bbox": [ + 106, + 567, + 426, + 579 + ], + "score": 1.0, + "content": "consistently reduces the instability regardless of the sources of the randomness.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10 + } + ], + "index": 8.5 + }, + { + "type": "title", + "bbox": [ + 108, + 601, + 279, + 614 + ], + "lines": [ + { + "bbox": [ + 105, + 600, + 281, + 617 + ], + "spans": [ + { + "bbox": [ + 105, + 600, + 281, + 617 + ], + "score": 1.0, + "content": "C MIXED PRECISION TRAINING", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 12 + }, + { + "type": "text", + "bbox": [ + 107, + 628, + 506, + 706 + ], + "lines": [ + { + "bbox": [ + 105, + 627, + 506, + 642 + ], + "spans": [ + { + "bbox": [ + 105, + 627, + 506, + 642 + ], + "score": 1.0, + "content": "Mixed precision training can accelerate model training while preserving performance by replacing", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 640, + 505, + 652 + ], + "spans": [ + { + "bbox": [ + 106, + 640, + 505, + 652 + ], + "score": 1.0, + "content": "some 32-bit floating-point computation with 16-bit floating-point computation. We use mixed", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 651, + 506, + 663 + ], + "spans": [ + { + "bbox": [ + 105, + 651, + 506, + 663 + ], + "score": 1.0, + "content": "precision training in all our experiments using huggingface’s Transformers (Wolf et al., 2019).", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 104, + 660, + 506, + 674 + ], + "spans": [ + { + "bbox": [ + 104, + 660, + 506, + 674 + ], + "score": 1.0, + "content": "Transformers uses O1-level optimized mixed precision training implemented with the Apex library.11", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 672, + 506, + 685 + ], + "spans": [ + { + "bbox": [ + 106, + 672, + 506, + 685 + ], + "score": 1.0, + "content": "We evaluate if this mixed precision implementation influences our results. We fine-tune BERT with 20", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 683, + 506, + 696 + ], + "spans": [ + { + "bbox": [ + 105, + 683, + 380, + 696 + ], + "score": 1.0, + "content": "random trials on RTE, MRPC, STS-B, and CoLA. We use two-tailed", + "type": "text" + }, + { + "bbox": [ + 381, + 685, + 386, + 694 + ], + "score": 0.74, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 386, + 683, + 506, + 696 + ], + "score": 1.0, + "content": "-test to test if the distributions", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 695, + 505, + 706 + ], + "spans": [ + { + "bbox": [ + 106, + 695, + 505, + 706 + ], + "score": 1.0, + "content": "of the two methods are statistically different. Table 4 shows the mean and standard deviation of the", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 16, + "bbox_fs": [ + 104, + 627, + 506, + 706 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "table", + "bbox": [ + 154, + 80, + 452, + 126 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 154, + 80, + 452, + 126 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 154, + 80, + 452, + 126 + ], + "spans": [ + { + "bbox": [ + 154, + 80, + 452, + 126 + ], + "score": 0.975, + "html": "
CoLAMRPCRTESTS-B
Mixed precision60.3 ± 1.589.2 ± 1.271.8 ± 2.190.1± 0.7
Full precision59.9 ± 1.588.7 ± 1.471.4± 2.290.1± 0.7
", + "type": "table", + "image_path": "d4d6836229b8ac36deee879d5c2a4ba01fb061b654906cbfcf3a5638f2e319ef.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 154, + 80, + 452, + 95.33333333333333 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 154, + 95.33333333333333, + 452, + 110.66666666666666 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 154, + 110.66666666666666, + 452, + 125.99999999999999 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "table_caption", + "bbox": [ + 106, + 137, + 503, + 160 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 137, + 505, + 150 + ], + "spans": [ + { + "bbox": [ + 105, + 137, + 505, + 150 + ], + "score": 1.0, + "content": "Table 4: Comparing BERT fine-tuning with mixed precision and full precision. The difference", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 149, + 388, + 160 + ], + "spans": [ + { + "bbox": [ + 106, + 149, + 388, + 160 + ], + "score": 1.0, + "content": "between the two numbers on any dataset is not statistically significant.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + } + ], + "index": 2.25 + }, + { + "type": "table", + "bbox": [ + 193, + 171, + 416, + 217 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 193, + 171, + 416, + 217 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 193, + 171, + 416, + 217 + ], + "spans": [ + { + "bbox": [ + 193, + 171, + 416, + 217 + ], + "score": 0.973, + "html": "
Dev Acc. (%)Test Acc. (%)
No bias correction86.0 ± 0.387.0 ± 0.4
Bias correction85.9 ± 0.386.9 ± 0.3
", + "type": "table", + "image_path": "d77e5d103a24562e705f0ad9eb918b3c17d5249be36a66e20abdeee1fb4de6c8.jpg" + } + ] + } + ], + "index": 6, + "virtual_lines": [ + { + "bbox": [ + 193, + 171, + 416, + 186.33333333333334 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 193, + 186.33333333333334, + 416, + 201.66666666666669 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 193, + 201.66666666666669, + 416, + 217.00000000000003 + ], + "spans": [], + "index": 7 + } + ] + } + ], + "index": 6 + }, + { + "type": "text", + "bbox": [ + 105, + 225, + 505, + 248 + ], + "lines": [ + { + "bbox": [ + 105, + 225, + 505, + 237 + ], + "spans": [ + { + "bbox": [ + 105, + 225, + 505, + 237 + ], + "score": 1.0, + "content": "Table 5: Comparing BERT fine-tuning with and without bias correction on the MNLI dataset. When", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 236, + 458, + 249 + ], + "spans": [ + { + "bbox": [ + 106, + 236, + 458, + 249 + ], + "score": 1.0, + "content": "we have a large dataset, there is no significant difference in using bias correction or not.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8.5 + }, + { + "type": "text", + "bbox": [ + 108, + 269, + 504, + 291 + ], + "lines": [ + { + "bbox": [ + 106, + 269, + 505, + 282 + ], + "spans": [ + { + "bbox": [ + 106, + 269, + 505, + 282 + ], + "score": 1.0, + "content": "test performance. The performance of mixed precision matches the single precision counterpart, and", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 279, + 288, + 293 + ], + "spans": [ + { + "bbox": [ + 106, + 279, + 288, + 293 + ], + "score": 1.0, + "content": "there is no statistically significant difference.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10.5 + }, + { + "type": "title", + "bbox": [ + 108, + 307, + 280, + 320 + ], + "lines": [ + { + "bbox": [ + 105, + 307, + 281, + 322 + ], + "spans": [ + { + "bbox": [ + 105, + 307, + 281, + 322 + ], + "score": 1.0, + "content": "D BIAS-CORRECTION ON MNLI", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 12 + }, + { + "type": "text", + "bbox": [ + 106, + 331, + 505, + 398 + ], + "lines": [ + { + "bbox": [ + 105, + 331, + 506, + 344 + ], + "spans": [ + { + "bbox": [ + 105, + 331, + 506, + 344 + ], + "score": 1.0, + "content": "The focus of this paper is few-sample learning. However, we also experiment with the full MNLI", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 343, + 506, + 356 + ], + "spans": [ + { + "bbox": [ + 106, + 343, + 506, + 356 + ], + "score": 1.0, + "content": "dataset. Table 5 shows that average accuracy over three random runs. The results confirm that", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 354, + 506, + 367 + ], + "spans": [ + { + "bbox": [ + 106, + 354, + 506, + 367 + ], + "score": 1.0, + "content": "there is no significant difference in using bias correction or not on such a large dataset. While", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 365, + 506, + 377 + ], + "spans": [ + { + "bbox": [ + 106, + 365, + 506, + 377 + ], + "score": 1.0, + "content": "our recommended practices do not improve training on large datasets, this result shows there is", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 376, + 505, + 389 + ], + "spans": [ + { + "bbox": [ + 105, + 376, + 505, + 389 + ], + "score": 1.0, + "content": "no disadvantage to fine-tune such models with the same procedure as we propose for few-sample", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 386, + 143, + 401 + ], + "spans": [ + { + "bbox": [ + 105, + 386, + 143, + 401 + ], + "score": 1.0, + "content": "training.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 15.5 + }, + { + "type": "title", + "bbox": [ + 107, + 414, + 357, + 427 + ], + "lines": [ + { + "bbox": [ + 105, + 414, + 357, + 428 + ], + "spans": [ + { + "bbox": [ + 105, + 414, + 357, + 428 + ], + "score": 1.0, + "content": "E SUPPLEMENTARY MATERIAL FOR SECTION 4", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 19 + }, + { + "type": "text", + "bbox": [ + 108, + 439, + 504, + 473 + ], + "lines": [ + { + "bbox": [ + 105, + 439, + 505, + 453 + ], + "spans": [ + { + "bbox": [ + 105, + 439, + 505, + 453 + ], + "score": 1.0, + "content": "Effect of ADAM with Debiasing on Convergence. Figure 11 shows the training loss as a function", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 451, + 505, + 463 + ], + "spans": [ + { + "bbox": [ + 106, + 451, + 505, + 463 + ], + "score": 1.0, + "content": "of the number of training iterations. Using bias correction effectively speeds up convergence and", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 462, + 470, + 474 + ], + "spans": [ + { + "bbox": [ + 106, + 462, + 470, + 474 + ], + "score": 1.0, + "content": "reduces the range of the training loss, which is consistent with our observation in Figure 3.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 21 + }, + { + "type": "text", + "bbox": [ + 106, + 479, + 505, + 556 + ], + "lines": [ + { + "bbox": [ + 105, + 478, + 506, + 492 + ], + "spans": [ + { + "bbox": [ + 105, + 478, + 506, + 492 + ], + "score": 1.0, + "content": "Effect of ADAM with Debiasing on the Expected Validation Performance. Figure 12 shows the", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 491, + 506, + 503 + ], + "spans": [ + { + "bbox": [ + 105, + 491, + 506, + 503 + ], + "score": 1.0, + "content": "expected validation performance as a function of the number of random trials. Comparing to Figure 4,", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 500, + 506, + 515 + ], + "spans": [ + { + "bbox": [ + 105, + 500, + 506, + 515 + ], + "score": 1.0, + "content": "we observe several trends. First, using ADAM with debiasing consistently leads to faster convergence", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 512, + 506, + 525 + ], + "spans": [ + { + "bbox": [ + 105, + 512, + 506, + 525 + ], + "score": 1.0, + "content": "and improved validation performance, which is similar to our observation about the test performance.", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 523, + 505, + 536 + ], + "spans": [ + { + "bbox": [ + 106, + 523, + 505, + 536 + ], + "score": 1.0, + "content": "Second, we observe that the expected validation performance monotonically increases with the", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 533, + 505, + 546 + ], + "spans": [ + { + "bbox": [ + 105, + 533, + 505, + 546 + ], + "score": 1.0, + "content": "number of random trials, contrary to our observation about the test performance. This suggests that", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 545, + 504, + 559 + ], + "spans": [ + { + "bbox": [ + 105, + 545, + 504, + 559 + ], + "score": 1.0, + "content": "using too many random trials may overfit to the validation set and hurt generalization performance.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 26 + }, + { + "type": "title", + "bbox": [ + 107, + 572, + 356, + 585 + ], + "lines": [ + { + "bbox": [ + 104, + 570, + 357, + 586 + ], + "spans": [ + { + "bbox": [ + 104, + 570, + 357, + 586 + ], + "score": 1.0, + "content": "F SUPPLEMENTARY MATERIAL FOR SECTION 5", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 30 + }, + { + "type": "text", + "bbox": [ + 107, + 597, + 505, + 642 + ], + "lines": [ + { + "bbox": [ + 105, + 596, + 505, + 610 + ], + "spans": [ + { + "bbox": [ + 105, + 596, + 144, + 610 + ], + "score": 1.0, + "content": "Effect of", + "type": "text" + }, + { + "bbox": [ + 144, + 599, + 152, + 608 + ], + "score": 0.75, + "content": "L", + "type": "inline_equation" + }, + { + "bbox": [ + 153, + 596, + 505, + 610 + ], + "score": 1.0, + "content": "on Re-init Figure 13 shows the effect of Re-init in fine-tuning on the eight downsampled", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 609, + 505, + 621 + ], + "spans": [ + { + "bbox": [ + 105, + 609, + 505, + 621 + ], + "score": 1.0, + "content": "datasets. We observe similar trends in Figure 13 and Figure 5. Re-init’s improvement is more", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 620, + 504, + 632 + ], + "spans": [ + { + "bbox": [ + 105, + 620, + 496, + 632 + ], + "score": 1.0, + "content": "pronounced in the wort-case performance across different random trials. Second, the best value of", + "type": "text" + }, + { + "bbox": [ + 496, + 621, + 504, + 630 + ], + "score": 0.77, + "content": "L", + "type": "inline_equation" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 631, + 219, + 642 + ], + "spans": [ + { + "bbox": [ + 105, + 631, + 219, + 642 + ], + "score": 1.0, + "content": "is different for each dataset.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 32.5 + }, + { + "type": "text", + "bbox": [ + 107, + 648, + 505, + 681 + ], + "lines": [ + { + "bbox": [ + 105, + 646, + 505, + 662 + ], + "spans": [ + { + "bbox": [ + 105, + 646, + 505, + 662 + ], + "score": 1.0, + "content": "Effect of Re-init on Model Parameters We use the same setup as in Figure 7 to plot the change", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 659, + 505, + 671 + ], + "spans": [ + { + "bbox": [ + 105, + 659, + 505, + 671 + ], + "score": 1.0, + "content": "in the weights of different Transformer blocks during fine-tuning on RTE, MRPC, STS-B, and CoLA", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 670, + 179, + 682 + ], + "spans": [ + { + "bbox": [ + 105, + 670, + 179, + 682 + ], + "score": 1.0, + "content": "in Figures 15–18.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 36 + }, + { + "type": "text", + "bbox": [ + 107, + 687, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 687, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 505, + 700 + ], + "score": 1.0, + "content": "Effect of Re-init on Other Models We study more recent pre-trained contexual embedding models", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "score": 1.0, + "content": "beyond BERTLarge. We investigate whether Re-init provides better fine-tuning initialization in", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 104, + 708, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 104, + 708, + 506, + 723 + ], + "score": 1.0, + "content": "XLNetLarge Yang et al. (2019b), RoBERTaLarge Liu et al. (2019c), BARTLarge Lewis et al. (2019), and", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 720, + 506, + 735 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 506, + 735 + ], + "score": 1.0, + "content": "ELECTRALarge Clark et al. (2020). XLNet is an autoregressive language model trained by learning", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 39.5 + } + ], + "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": "table", + "bbox": [ + 154, + 80, + 452, + 126 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 154, + 80, + 452, + 126 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 154, + 80, + 452, + 126 + ], + "spans": [ + { + "bbox": [ + 154, + 80, + 452, + 126 + ], + "score": 0.975, + "html": "
CoLAMRPCRTESTS-B
Mixed precision60.3 ± 1.589.2 ± 1.271.8 ± 2.190.1± 0.7
Full precision59.9 ± 1.588.7 ± 1.471.4± 2.290.1± 0.7
", + "type": "table", + "image_path": "d4d6836229b8ac36deee879d5c2a4ba01fb061b654906cbfcf3a5638f2e319ef.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 154, + 80, + 452, + 95.33333333333333 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 154, + 95.33333333333333, + 452, + 110.66666666666666 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 154, + 110.66666666666666, + 452, + 125.99999999999999 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "table_caption", + "bbox": [ + 106, + 137, + 503, + 160 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 137, + 505, + 150 + ], + "spans": [ + { + "bbox": [ + 105, + 137, + 505, + 150 + ], + "score": 1.0, + "content": "Table 4: Comparing BERT fine-tuning with mixed precision and full precision. The difference", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 149, + 388, + 160 + ], + "spans": [ + { + "bbox": [ + 106, + 149, + 388, + 160 + ], + "score": 1.0, + "content": "between the two numbers on any dataset is not statistically significant.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + } + ], + "index": 2.25 + }, + { + "type": "table", + "bbox": [ + 193, + 171, + 416, + 217 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 193, + 171, + 416, + 217 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 193, + 171, + 416, + 217 + ], + "spans": [ + { + "bbox": [ + 193, + 171, + 416, + 217 + ], + "score": 0.973, + "html": "
Dev Acc. (%)Test Acc. (%)
No bias correction86.0 ± 0.387.0 ± 0.4
Bias correction85.9 ± 0.386.9 ± 0.3
", + "type": "table", + "image_path": "d77e5d103a24562e705f0ad9eb918b3c17d5249be36a66e20abdeee1fb4de6c8.jpg" + } + ] + } + ], + "index": 6, + "virtual_lines": [ + { + "bbox": [ + 193, + 171, + 416, + 186.33333333333334 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 193, + 186.33333333333334, + 416, + 201.66666666666669 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 193, + 201.66666666666669, + 416, + 217.00000000000003 + ], + "spans": [], + "index": 7 + } + ] + } + ], + "index": 6 + }, + { + "type": "text", + "bbox": [ + 105, + 225, + 505, + 248 + ], + "lines": [ + { + "bbox": [ + 105, + 225, + 505, + 237 + ], + "spans": [ + { + "bbox": [ + 105, + 225, + 505, + 237 + ], + "score": 1.0, + "content": "Table 5: Comparing BERT fine-tuning with and without bias correction on the MNLI dataset. When", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 236, + 458, + 249 + ], + "spans": [ + { + "bbox": [ + 106, + 236, + 458, + 249 + ], + "score": 1.0, + "content": "we have a large dataset, there is no significant difference in using bias correction or not.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8.5, + "bbox_fs": [ + 105, + 225, + 505, + 249 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 269, + 504, + 291 + ], + "lines": [ + { + "bbox": [ + 106, + 269, + 505, + 282 + ], + "spans": [ + { + "bbox": [ + 106, + 269, + 505, + 282 + ], + "score": 1.0, + "content": "test performance. The performance of mixed precision matches the single precision counterpart, and", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 279, + 288, + 293 + ], + "spans": [ + { + "bbox": [ + 106, + 279, + 288, + 293 + ], + "score": 1.0, + "content": "there is no statistically significant difference.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10.5, + "bbox_fs": [ + 106, + 269, + 505, + 293 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 307, + 280, + 320 + ], + "lines": [ + { + "bbox": [ + 105, + 307, + 281, + 322 + ], + "spans": [ + { + "bbox": [ + 105, + 307, + 281, + 322 + ], + "score": 1.0, + "content": "D BIAS-CORRECTION ON MNLI", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 12 + }, + { + "type": "text", + "bbox": [ + 106, + 331, + 505, + 398 + ], + "lines": [ + { + "bbox": [ + 105, + 331, + 506, + 344 + ], + "spans": [ + { + "bbox": [ + 105, + 331, + 506, + 344 + ], + "score": 1.0, + "content": "The focus of this paper is few-sample learning. However, we also experiment with the full MNLI", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 343, + 506, + 356 + ], + "spans": [ + { + "bbox": [ + 106, + 343, + 506, + 356 + ], + "score": 1.0, + "content": "dataset. Table 5 shows that average accuracy over three random runs. The results confirm that", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 354, + 506, + 367 + ], + "spans": [ + { + "bbox": [ + 106, + 354, + 506, + 367 + ], + "score": 1.0, + "content": "there is no significant difference in using bias correction or not on such a large dataset. While", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 365, + 506, + 377 + ], + "spans": [ + { + "bbox": [ + 106, + 365, + 506, + 377 + ], + "score": 1.0, + "content": "our recommended practices do not improve training on large datasets, this result shows there is", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 376, + 505, + 389 + ], + "spans": [ + { + "bbox": [ + 105, + 376, + 505, + 389 + ], + "score": 1.0, + "content": "no disadvantage to fine-tune such models with the same procedure as we propose for few-sample", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 386, + 143, + 401 + ], + "spans": [ + { + "bbox": [ + 105, + 386, + 143, + 401 + ], + "score": 1.0, + "content": "training.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 15.5, + "bbox_fs": [ + 105, + 331, + 506, + 401 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 414, + 357, + 427 + ], + "lines": [ + { + "bbox": [ + 105, + 414, + 357, + 428 + ], + "spans": [ + { + "bbox": [ + 105, + 414, + 357, + 428 + ], + "score": 1.0, + "content": "E SUPPLEMENTARY MATERIAL FOR SECTION 4", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 19 + }, + { + "type": "text", + "bbox": [ + 108, + 439, + 504, + 473 + ], + "lines": [ + { + "bbox": [ + 105, + 439, + 505, + 453 + ], + "spans": [ + { + "bbox": [ + 105, + 439, + 505, + 453 + ], + "score": 1.0, + "content": "Effect of ADAM with Debiasing on Convergence. Figure 11 shows the training loss as a function", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 451, + 505, + 463 + ], + "spans": [ + { + "bbox": [ + 106, + 451, + 505, + 463 + ], + "score": 1.0, + "content": "of the number of training iterations. Using bias correction effectively speeds up convergence and", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 462, + 470, + 474 + ], + "spans": [ + { + "bbox": [ + 106, + 462, + 470, + 474 + ], + "score": 1.0, + "content": "reduces the range of the training loss, which is consistent with our observation in Figure 3.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 21, + "bbox_fs": [ + 105, + 439, + 505, + 474 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 479, + 505, + 556 + ], + "lines": [ + { + "bbox": [ + 105, + 478, + 506, + 492 + ], + "spans": [ + { + "bbox": [ + 105, + 478, + 506, + 492 + ], + "score": 1.0, + "content": "Effect of ADAM with Debiasing on the Expected Validation Performance. Figure 12 shows the", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 491, + 506, + 503 + ], + "spans": [ + { + "bbox": [ + 105, + 491, + 506, + 503 + ], + "score": 1.0, + "content": "expected validation performance as a function of the number of random trials. Comparing to Figure 4,", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 500, + 506, + 515 + ], + "spans": [ + { + "bbox": [ + 105, + 500, + 506, + 515 + ], + "score": 1.0, + "content": "we observe several trends. First, using ADAM with debiasing consistently leads to faster convergence", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 512, + 506, + 525 + ], + "spans": [ + { + "bbox": [ + 105, + 512, + 506, + 525 + ], + "score": 1.0, + "content": "and improved validation performance, which is similar to our observation about the test performance.", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 523, + 505, + 536 + ], + "spans": [ + { + "bbox": [ + 106, + 523, + 505, + 536 + ], + "score": 1.0, + "content": "Second, we observe that the expected validation performance monotonically increases with the", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 533, + 505, + 546 + ], + "spans": [ + { + "bbox": [ + 105, + 533, + 505, + 546 + ], + "score": 1.0, + "content": "number of random trials, contrary to our observation about the test performance. This suggests that", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 545, + 504, + 559 + ], + "spans": [ + { + "bbox": [ + 105, + 545, + 504, + 559 + ], + "score": 1.0, + "content": "using too many random trials may overfit to the validation set and hurt generalization performance.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 26, + "bbox_fs": [ + 105, + 478, + 506, + 559 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 572, + 356, + 585 + ], + "lines": [ + { + "bbox": [ + 104, + 570, + 357, + 586 + ], + "spans": [ + { + "bbox": [ + 104, + 570, + 357, + 586 + ], + "score": 1.0, + "content": "F SUPPLEMENTARY MATERIAL FOR SECTION 5", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 30 + }, + { + "type": "text", + "bbox": [ + 107, + 597, + 505, + 642 + ], + "lines": [ + { + "bbox": [ + 105, + 596, + 505, + 610 + ], + "spans": [ + { + "bbox": [ + 105, + 596, + 144, + 610 + ], + "score": 1.0, + "content": "Effect of", + "type": "text" + }, + { + "bbox": [ + 144, + 599, + 152, + 608 + ], + "score": 0.75, + "content": "L", + "type": "inline_equation" + }, + { + "bbox": [ + 153, + 596, + 505, + 610 + ], + "score": 1.0, + "content": "on Re-init Figure 13 shows the effect of Re-init in fine-tuning on the eight downsampled", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 609, + 505, + 621 + ], + "spans": [ + { + "bbox": [ + 105, + 609, + 505, + 621 + ], + "score": 1.0, + "content": "datasets. We observe similar trends in Figure 13 and Figure 5. Re-init’s improvement is more", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 620, + 504, + 632 + ], + "spans": [ + { + "bbox": [ + 105, + 620, + 496, + 632 + ], + "score": 1.0, + "content": "pronounced in the wort-case performance across different random trials. Second, the best value of", + "type": "text" + }, + { + "bbox": [ + 496, + 621, + 504, + 630 + ], + "score": 0.77, + "content": "L", + "type": "inline_equation" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 631, + 219, + 642 + ], + "spans": [ + { + "bbox": [ + 105, + 631, + 219, + 642 + ], + "score": 1.0, + "content": "is different for each dataset.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 32.5, + "bbox_fs": [ + 105, + 596, + 505, + 642 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 648, + 505, + 681 + ], + "lines": [ + { + "bbox": [ + 105, + 646, + 505, + 662 + ], + "spans": [ + { + "bbox": [ + 105, + 646, + 505, + 662 + ], + "score": 1.0, + "content": "Effect of Re-init on Model Parameters We use the same setup as in Figure 7 to plot the change", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 659, + 505, + 671 + ], + "spans": [ + { + "bbox": [ + 105, + 659, + 505, + 671 + ], + "score": 1.0, + "content": "in the weights of different Transformer blocks during fine-tuning on RTE, MRPC, STS-B, and CoLA", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 670, + 179, + 682 + ], + "spans": [ + { + "bbox": [ + 105, + 670, + 179, + 682 + ], + "score": 1.0, + "content": "in Figures 15–18.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 36, + "bbox_fs": [ + 105, + 646, + 505, + 682 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 687, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 687, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 505, + 700 + ], + "score": 1.0, + "content": "Effect of Re-init on Other Models We study more recent pre-trained contexual embedding models", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "score": 1.0, + "content": "beyond BERTLarge. We investigate whether Re-init provides better fine-tuning initialization in", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 104, + 708, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 104, + 708, + 506, + 723 + ], + "score": 1.0, + "content": "XLNetLarge Yang et al. (2019b), RoBERTaLarge Liu et al. (2019c), BARTLarge Lewis et al. (2019), and", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 720, + 506, + 735 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 506, + 735 + ], + "score": 1.0, + "content": "ELECTRALarge Clark et al. (2020). XLNet is an autoregressive language model trained by learning", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 709, + 505, + 721 + ], + "spans": [ + { + "bbox": [ + 106, + 709, + 505, + 721 + ], + "score": 1.0, + "content": "all permutations of natural language sentences. RoBERTa is similar to BERT in terms of model", + "type": "text", + "cross_page": true + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 720, + 505, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 720, + 505, + 733 + ], + "score": 1.0, + "content": "architecture but is only pre-trained on the mask language modeling task only, but for longer and on", + "type": "text", + "cross_page": true + } + ], + "index": 18 + } + ], + "index": 39.5, + "bbox_fs": [ + 104, + 687, + 506, + 735 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 105, + 77, + 506, + 170 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 105, + 77, + 506, + 170 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 77, + 506, + 170 + ], + "spans": [ + { + "bbox": [ + 105, + 77, + 506, + 170 + ], + "score": 0.965, + "type": "image", + "image_path": "29289a993adc795076433085b8252f594f752c30d206f7373ac1551c981b17fc.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 105, + 77, + 506, + 108.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 105, + 108.0, + 506, + 139.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 105, + 139.0, + 506, + 170.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 105, + 178, + 507, + 210 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 177, + 506, + 191 + ], + "spans": [ + { + "bbox": [ + 106, + 177, + 506, + 191 + ], + "score": 1.0, + "content": "Figure 11: Mean (solid lines) and range (shaded region) of training loss during fine-tuning BERT,", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 187, + 505, + 202 + ], + "spans": [ + { + "bbox": [ + 105, + 187, + 505, + 202 + ], + "score": 1.0, + "content": "across 50 random trials. Bias correction speeds up convergence and reduces the range of the training", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 199, + 129, + 212 + ], + "spans": [ + { + "bbox": [ + 105, + 199, + 129, + 212 + ], + "score": 1.0, + "content": "loss.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4 + } + ], + "index": 2.5 + }, + { + "type": "image", + "bbox": [ + 105, + 220, + 505, + 307 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 105, + 220, + 505, + 307 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 105, + 220, + 505, + 307 + ], + "spans": [ + { + "bbox": [ + 105, + 220, + 505, + 307 + ], + "score": 0.959, + "type": "image", + "image_path": "2f4fec94f183700fa371eaf1e4dea907ca321ec87adf4d838789c236d096cee1.jpg" + } + ] + } + ], + "index": 7, + "virtual_lines": [ + { + "bbox": [ + 105, + 220, + 505, + 249.0 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 105, + 249.0, + 505, + 278.0 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 105, + 278.0, + 505, + 307.0 + ], + "spans": [], + "index": 8 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 315, + 506, + 348 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 106, + 315, + 505, + 327 + ], + "spans": [ + { + "bbox": [ + 106, + 315, + 505, + 327 + ], + "score": 1.0, + "content": "Figure 12: Expected validation performance (solid lines) with standard deviation (shaded region) over", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 325, + 505, + 339 + ], + "spans": [ + { + "bbox": [ + 105, + 325, + 505, + 339 + ], + "score": 1.0, + "content": "the number of random trials allocated for fine-tuning BERT. With bias correction, we can reliably", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 337, + 340, + 349 + ], + "spans": [ + { + "bbox": [ + 106, + 337, + 340, + 349 + ], + "score": 1.0, + "content": "achieve good results with few (i.e., 5 or 10) random trials.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10 + } + ], + "index": 8.5 + }, + { + "type": "image", + "bbox": [ + 104, + 358, + 506, + 657 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 104, + 358, + 506, + 657 + ], + "group_id": 2, + "lines": [ + { + "bbox": [ + 104, + 358, + 506, + 657 + ], + "spans": [ + { + "bbox": [ + 104, + 358, + 506, + 657 + ], + "score": 0.974, + "type": "image", + "image_path": "49f0a69f6510ef699d772098ec91790803f20b39d3c3b559f5805d434d9609a5.jpg" + } + ] + } + ], + "index": 13, + "virtual_lines": [ + { + "bbox": [ + 104, + 358, + 506, + 457.6666666666667 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 104, + 457.6666666666667, + 506, + 557.3333333333334 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 104, + 557.3333333333334, + 506, + 657.0 + ], + "spans": [], + "index": 14 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 665, + 504, + 687 + ], + "group_id": 2, + "lines": [ + { + "bbox": [ + 105, + 664, + 506, + 677 + ], + "spans": [ + { + "bbox": [ + 105, + 664, + 506, + 677 + ], + "score": 1.0, + "content": "Figure 13: Validation performance distribution of re-initializing different number of layers of BERT", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 676, + 227, + 689 + ], + "spans": [ + { + "bbox": [ + 106, + 676, + 227, + 689 + ], + "score": 1.0, + "content": "on the downsampled datasets.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15.5 + } + ], + "index": 14.25 + }, + { + "type": "text", + "bbox": [ + 106, + 709, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 709, + 505, + 721 + ], + "spans": [ + { + "bbox": [ + 106, + 709, + 505, + 721 + ], + "score": 1.0, + "content": "all permutations of natural language sentences. RoBERTa is similar to BERT in terms of model", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 720, + 505, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 720, + 505, + 733 + ], + "score": 1.0, + "content": "architecture but is only pre-trained on the mask language modeling task only, but for longer and on", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17.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": "image", + "bbox": [ + 105, + 77, + 506, + 170 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 105, + 77, + 506, + 170 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 77, + 506, + 170 + ], + "spans": [ + { + "bbox": [ + 105, + 77, + 506, + 170 + ], + "score": 0.965, + "type": "image", + "image_path": "29289a993adc795076433085b8252f594f752c30d206f7373ac1551c981b17fc.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 105, + 77, + 506, + 108.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 105, + 108.0, + 506, + 139.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 105, + 139.0, + 506, + 170.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 105, + 178, + 507, + 210 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 177, + 506, + 191 + ], + "spans": [ + { + "bbox": [ + 106, + 177, + 506, + 191 + ], + "score": 1.0, + "content": "Figure 11: Mean (solid lines) and range (shaded region) of training loss during fine-tuning BERT,", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 187, + 505, + 202 + ], + "spans": [ + { + "bbox": [ + 105, + 187, + 505, + 202 + ], + "score": 1.0, + "content": "across 50 random trials. Bias correction speeds up convergence and reduces the range of the training", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 199, + 129, + 212 + ], + "spans": [ + { + "bbox": [ + 105, + 199, + 129, + 212 + ], + "score": 1.0, + "content": "loss.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4 + } + ], + "index": 2.5 + }, + { + "type": "image", + "bbox": [ + 105, + 220, + 505, + 307 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 105, + 220, + 505, + 307 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 105, + 220, + 505, + 307 + ], + "spans": [ + { + "bbox": [ + 105, + 220, + 505, + 307 + ], + "score": 0.959, + "type": "image", + "image_path": "2f4fec94f183700fa371eaf1e4dea907ca321ec87adf4d838789c236d096cee1.jpg" + } + ] + } + ], + "index": 7, + "virtual_lines": [ + { + "bbox": [ + 105, + 220, + 505, + 249.0 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 105, + 249.0, + 505, + 278.0 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 105, + 278.0, + 505, + 307.0 + ], + "spans": [], + "index": 8 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 315, + 506, + 348 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 106, + 315, + 505, + 327 + ], + "spans": [ + { + "bbox": [ + 106, + 315, + 505, + 327 + ], + "score": 1.0, + "content": "Figure 12: Expected validation performance (solid lines) with standard deviation (shaded region) over", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 325, + 505, + 339 + ], + "spans": [ + { + "bbox": [ + 105, + 325, + 505, + 339 + ], + "score": 1.0, + "content": "the number of random trials allocated for fine-tuning BERT. With bias correction, we can reliably", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 337, + 340, + 349 + ], + "spans": [ + { + "bbox": [ + 106, + 337, + 340, + 349 + ], + "score": 1.0, + "content": "achieve good results with few (i.e., 5 or 10) random trials.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10 + } + ], + "index": 8.5 + }, + { + "type": "image", + "bbox": [ + 104, + 358, + 506, + 657 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 104, + 358, + 506, + 657 + ], + "group_id": 2, + "lines": [ + { + "bbox": [ + 104, + 358, + 506, + 657 + ], + "spans": [ + { + "bbox": [ + 104, + 358, + 506, + 657 + ], + "score": 0.974, + "type": "image", + "image_path": "49f0a69f6510ef699d772098ec91790803f20b39d3c3b559f5805d434d9609a5.jpg" + } + ] + } + ], + "index": 13, + "virtual_lines": [ + { + "bbox": [ + 104, + 358, + 506, + 457.6666666666667 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 104, + 457.6666666666667, + 506, + 557.3333333333334 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 104, + 557.3333333333334, + 506, + 657.0 + ], + "spans": [], + "index": 14 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 665, + 504, + 687 + ], + "group_id": 2, + "lines": [ + { + "bbox": [ + 105, + 664, + 506, + 677 + ], + "spans": [ + { + "bbox": [ + 105, + 664, + 506, + 677 + ], + "score": 1.0, + "content": "Figure 13: Validation performance distribution of re-initializing different number of layers of BERT", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 676, + 227, + 689 + ], + "spans": [ + { + "bbox": [ + 106, + 676, + 227, + 689 + ], + "score": 1.0, + "content": "on the downsampled datasets.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15.5 + } + ], + "index": 14.25 + }, + { + "type": "text", + "bbox": [ + 106, + 709, + 504, + 732 + ], + "lines": [], + "index": 17.5, + "bbox_fs": [ + 106, + 709, + 505, + 733 + ], + "lines_deleted": true + } + ] + }, + { + "preproc_blocks": [ + { + "type": "table", + "bbox": [ + 107, + 80, + 505, + 275 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 107, + 80, + 505, + 275 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 107, + 80, + 505, + 275 + ], + "spans": [ + { + "bbox": [ + 107, + 80, + 505, + 275 + ], + "score": 0.986, + "html": "
ModelDatasetLearning RateTraining Epochs /StepsBatch SizeWarmup Ratio /StepsLLRD
BERTall2×10-53 epochs3210%=
XLNetRTE3×10-5800 steps32200 steps
MRPC5×10-5800 steps32200 steps
STS-B5×10-53000 steps32500 steps
CoLA3×10-51200 steps128120 steps
RoBERTaRTE2×10-52036 steps16122 steps
MRPC1×10-52296 steps16137 steps
STS-B2×10-53598 steps16214 steps
CoLA1×10-55336 steps16320 steps=
ELECTRARTE5×10-510 epochs3210%0.9
MRPC5×10-53 epochs3210%0.9
STS-B5×10-510 epochs3210%0.9
CoLA5×10-53 epochs3210%0.9
BARTRTE1×10-51018 steps3261 steps-
MRPC2×10-51148 steps6468 steps
STS-B2×10-51799 steps32107 steps
CoLA2×10-51334 steps6480 steps
", + "type": "table", + "image_path": "e75ec27d44664e4d8bbb223cb6de9e30f54bbac0b4a01604033a9ce114679ed8.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 107, + 80, + 505, + 145.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 107, + 145.0, + 505, + 210.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 107, + 210.0, + 505, + 275.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "table_caption", + "bbox": [ + 108, + 287, + 504, + 309 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 285, + 505, + 301 + ], + "spans": [ + { + "bbox": [ + 105, + 285, + 505, + 301 + ], + "score": 1.0, + "content": "Table 6: Fine-tuning hyper-parameters of BERT and its variants as reported in the official repository", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 298, + 168, + 309 + ], + "spans": [ + { + "bbox": [ + 106, + 298, + 168, + 309 + ], + "score": 1.0, + "content": "of each model.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + } + ], + "index": 2.25 + }, + { + "type": "table", + "bbox": [ + 107, + 330, + 504, + 390 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 107, + 330, + 504, + 390 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 107, + 330, + 504, + 390 + ], + "spans": [ + { + "bbox": [ + 107, + 330, + 504, + 390 + ], + "score": 0.98, + "html": "
RTEMRPCSTS-BCoLA
StandardRe-initStandardRe-initStandardRe-initStandardRe-init
XLNet71.7± 12.680.1 ± 1.692.3± 4.394.5± 0.8[86.8 ± 20.4 91.7± 0.351.8± 22.562.0± 2.1
RoBERTa78.2 ± 12.183.5 ± 1.494.4±0.994.8±0.991.8±0.391.8±0.268.4±2.267.6 ± 1.5
ELECTRA87.1 ± 1.286.1 ± 1.995.7±0.895.3±0.891.8 ± 1.992.1±0.562.1± 20.4:61.3± 20.1
BART84.1 ± 2.083.5±1.593.5±0.993.7±1.291.7±0.391.8±0.365.4±1.964.9 ± 2.3
", + "type": "table", + "image_path": "9e14fcc3117a2cd8a9c1f7e23ab86043ee983bb1ad090e12b38b4c0d1853a551.jpg" + } + ] + } + ], + "index": 6, + "virtual_lines": [ + { + "bbox": [ + 107, + 330, + 504, + 350.0 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 107, + 350.0, + 504, + 370.0 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 107, + 370.0, + 504, + 390.0 + ], + "spans": [], + "index": 7 + } + ] + } + ], + "index": 6 + }, + { + "type": "text", + "bbox": [ + 107, + 403, + 505, + 436 + ], + "lines": [ + { + "bbox": [ + 105, + 402, + 505, + 415 + ], + "spans": [ + { + "bbox": [ + 105, + 402, + 505, + 415 + ], + "score": 1.0, + "content": "Table 7: Average Test performance with standard deviation on four small datasets with four different", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 413, + 506, + 426 + ], + "spans": [ + { + "bbox": [ + 105, + 413, + 506, + 426 + ], + "score": 1.0, + "content": "pre-trained models. For each setting, the better numbers are bolded and are in blue if the improvement", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 425, + 209, + 436 + ], + "spans": [ + { + "bbox": [ + 105, + 425, + 209, + 436 + ], + "score": 1.0, + "content": "is statistically significant.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9 + }, + { + "type": "text", + "bbox": [ + 106, + 466, + 505, + 631 + ], + "lines": [ + { + "bbox": [ + 105, + 467, + 505, + 479 + ], + "spans": [ + { + "bbox": [ + 105, + 467, + 505, + 479 + ], + "score": 1.0, + "content": "more data. BART is a sequence-to-sequence model trained as a denoising autoencoder. ELECTRA is", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 478, + 505, + 491 + ], + "spans": [ + { + "bbox": [ + 105, + 478, + 505, + 491 + ], + "score": 1.0, + "content": "a BERT-like model trained to distinguish tokens generated by masked language model from tokens", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 488, + 505, + 501 + ], + "spans": [ + { + "bbox": [ + 105, + 488, + 505, + 501 + ], + "score": 1.0, + "content": "drawn from the natural distribution. Together, they represent a diverse range of modeling choices", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 500, + 505, + 513 + ], + "spans": [ + { + "bbox": [ + 105, + 500, + 505, + 513 + ], + "score": 1.0, + "content": "in pre-training, including different model architectures, objectives, data, and training strategies. We", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 104, + 509, + 506, + 524 + ], + "spans": [ + { + "bbox": [ + 104, + 509, + 506, + 524 + ], + "score": 1.0, + "content": "use ADAM with debiasing to fine-tune these models on RTE, MRPC, STS-B, and COLA, using the", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 522, + 506, + 534 + ], + "spans": [ + { + "bbox": [ + 105, + 522, + 506, + 534 + ], + "score": 1.0, + "content": "hyperparameters that are either described in the paper or in the official repository of each model.", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 532, + 506, + 545 + ], + "spans": [ + { + "bbox": [ + 105, + 532, + 506, + 545 + ], + "score": 1.0, + "content": "Table 6 summarizes the hyper-parameters of each model for each dataset. We use the huggingface’s", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 543, + 506, + 556 + ], + "spans": [ + { + "bbox": [ + 106, + 543, + 506, + 556 + ], + "score": 1.0, + "content": "Transformers library (Wolf et al., 2019). The experimental setup is kept the same as our other", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 555, + 506, + 567 + ], + "spans": [ + { + "bbox": [ + 105, + 555, + 506, + 567 + ], + "score": 1.0, + "content": "experiments. Table 7 displays the average test performance on these datasets. We observe that", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 565, + 505, + 578 + ], + "spans": [ + { + "bbox": [ + 105, + 565, + 505, + 578 + ], + "score": 1.0, + "content": "several models suffer from high instability on these datasets and in most cases, Re-init can reduce the", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 576, + 505, + 589 + ], + "spans": [ + { + "bbox": [ + 105, + 576, + 412, + 589 + ], + "score": 1.0, + "content": "performance variance. We observe that for some models, like XLNetLarge or", + "type": "text" + }, + { + "bbox": [ + 413, + 577, + 470, + 588 + ], + "score": 0.58, + "content": "\\mathrm { R o B E R T a _ { L a r g e } }", + "type": "inline_equation" + }, + { + "bbox": [ + 471, + 576, + 505, + 589 + ], + "score": 1.0, + "content": ", Re-init", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 104, + 587, + 506, + 601 + ], + "spans": [ + { + "bbox": [ + 104, + 587, + 506, + 601 + ], + "score": 1.0, + "content": "can improve the average performance and reduce variance. However, the behavior of Re-init varies", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 104, + 595, + 506, + 614 + ], + "spans": [ + { + "bbox": [ + 104, + 595, + 506, + 614 + ], + "score": 1.0, + "content": "significantly across different models and Re-init have less significant improvement for ELECTRALarge", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 609, + 507, + 623 + ], + "spans": [ + { + "bbox": [ + 105, + 609, + 123, + 623 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 123, + 609, + 165, + 621 + ], + "score": 0.84, + "content": "\\mathrm { B A R T _ { L a r g e } }", + "type": "inline_equation" + }, + { + "bbox": [ + 166, + 609, + 507, + 623 + ], + "score": 1.0, + "content": ". Further study of the entire model family requires significant computational resources,", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 621, + 336, + 632 + ], + "spans": [ + { + "bbox": [ + 106, + 621, + 336, + 632 + ], + "score": 1.0, + "content": "and we leave it as an important direction for future work.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 18 + }, + { + "type": "title", + "bbox": [ + 107, + 657, + 358, + 670 + ], + "lines": [ + { + "bbox": [ + 106, + 656, + 360, + 671 + ], + "spans": [ + { + "bbox": [ + 106, + 656, + 360, + 671 + ], + "score": 1.0, + "content": "G SUPPLEMENTARY MATERIAL FOR SECTION 6", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 26 + }, + { + "type": "text", + "bbox": [ + 106, + 687, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 687, + 505, + 701 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 505, + 701 + ], + "score": 1.0, + "content": "Figure 14 plots the validation performance as a function of the number of training iteration, using", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "score": 1.0, + "content": "the same setting as in Figure 8. Similar to our observations in Figure 8, we find that training longer", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "score": 1.0, + "content": "generally improves fine-tuning performance and reduces the gap between standard fine-tuning and", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 719, + 369, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 719, + 369, + 734 + ], + "score": 1.0, + "content": "Re-init. On MNLI, Re-init still outperforms standard fine-tuning.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 28.5 + } + ], + "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": [ + 107, + 80, + 505, + 275 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 107, + 80, + 505, + 275 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 107, + 80, + 505, + 275 + ], + "spans": [ + { + "bbox": [ + 107, + 80, + 505, + 275 + ], + "score": 0.986, + "html": "
ModelDatasetLearning RateTraining Epochs /StepsBatch SizeWarmup Ratio /StepsLLRD
BERTall2×10-53 epochs3210%=
XLNetRTE3×10-5800 steps32200 steps
MRPC5×10-5800 steps32200 steps
STS-B5×10-53000 steps32500 steps
CoLA3×10-51200 steps128120 steps
RoBERTaRTE2×10-52036 steps16122 steps
MRPC1×10-52296 steps16137 steps
STS-B2×10-53598 steps16214 steps
CoLA1×10-55336 steps16320 steps=
ELECTRARTE5×10-510 epochs3210%0.9
MRPC5×10-53 epochs3210%0.9
STS-B5×10-510 epochs3210%0.9
CoLA5×10-53 epochs3210%0.9
BARTRTE1×10-51018 steps3261 steps-
MRPC2×10-51148 steps6468 steps
STS-B2×10-51799 steps32107 steps
CoLA2×10-51334 steps6480 steps
", + "type": "table", + "image_path": "e75ec27d44664e4d8bbb223cb6de9e30f54bbac0b4a01604033a9ce114679ed8.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 107, + 80, + 505, + 145.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 107, + 145.0, + 505, + 210.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 107, + 210.0, + 505, + 275.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "table_caption", + "bbox": [ + 108, + 287, + 504, + 309 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 285, + 505, + 301 + ], + "spans": [ + { + "bbox": [ + 105, + 285, + 505, + 301 + ], + "score": 1.0, + "content": "Table 6: Fine-tuning hyper-parameters of BERT and its variants as reported in the official repository", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 298, + 168, + 309 + ], + "spans": [ + { + "bbox": [ + 106, + 298, + 168, + 309 + ], + "score": 1.0, + "content": "of each model.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + } + ], + "index": 2.25 + }, + { + "type": "table", + "bbox": [ + 107, + 330, + 504, + 390 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 107, + 330, + 504, + 390 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 107, + 330, + 504, + 390 + ], + "spans": [ + { + "bbox": [ + 107, + 330, + 504, + 390 + ], + "score": 0.98, + "html": "
RTEMRPCSTS-BCoLA
StandardRe-initStandardRe-initStandardRe-initStandardRe-init
XLNet71.7± 12.680.1 ± 1.692.3± 4.394.5± 0.8[86.8 ± 20.4 91.7± 0.351.8± 22.562.0± 2.1
RoBERTa78.2 ± 12.183.5 ± 1.494.4±0.994.8±0.991.8±0.391.8±0.268.4±2.267.6 ± 1.5
ELECTRA87.1 ± 1.286.1 ± 1.995.7±0.895.3±0.891.8 ± 1.992.1±0.562.1± 20.4:61.3± 20.1
BART84.1 ± 2.083.5±1.593.5±0.993.7±1.291.7±0.391.8±0.365.4±1.964.9 ± 2.3
", + "type": "table", + "image_path": "9e14fcc3117a2cd8a9c1f7e23ab86043ee983bb1ad090e12b38b4c0d1853a551.jpg" + } + ] + } + ], + "index": 6, + "virtual_lines": [ + { + "bbox": [ + 107, + 330, + 504, + 350.0 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 107, + 350.0, + 504, + 370.0 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 107, + 370.0, + 504, + 390.0 + ], + "spans": [], + "index": 7 + } + ] + } + ], + "index": 6 + }, + { + "type": "text", + "bbox": [ + 107, + 403, + 505, + 436 + ], + "lines": [ + { + "bbox": [ + 105, + 402, + 505, + 415 + ], + "spans": [ + { + "bbox": [ + 105, + 402, + 505, + 415 + ], + "score": 1.0, + "content": "Table 7: Average Test performance with standard deviation on four small datasets with four different", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 413, + 506, + 426 + ], + "spans": [ + { + "bbox": [ + 105, + 413, + 506, + 426 + ], + "score": 1.0, + "content": "pre-trained models. For each setting, the better numbers are bolded and are in blue if the improvement", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 425, + 209, + 436 + ], + "spans": [ + { + "bbox": [ + 105, + 425, + 209, + 436 + ], + "score": 1.0, + "content": "is statistically significant.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9, + "bbox_fs": [ + 105, + 402, + 506, + 436 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 466, + 505, + 631 + ], + "lines": [ + { + "bbox": [ + 105, + 467, + 505, + 479 + ], + "spans": [ + { + "bbox": [ + 105, + 467, + 505, + 479 + ], + "score": 1.0, + "content": "more data. BART is a sequence-to-sequence model trained as a denoising autoencoder. ELECTRA is", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 478, + 505, + 491 + ], + "spans": [ + { + "bbox": [ + 105, + 478, + 505, + 491 + ], + "score": 1.0, + "content": "a BERT-like model trained to distinguish tokens generated by masked language model from tokens", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 488, + 505, + 501 + ], + "spans": [ + { + "bbox": [ + 105, + 488, + 505, + 501 + ], + "score": 1.0, + "content": "drawn from the natural distribution. Together, they represent a diverse range of modeling choices", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 500, + 505, + 513 + ], + "spans": [ + { + "bbox": [ + 105, + 500, + 505, + 513 + ], + "score": 1.0, + "content": "in pre-training, including different model architectures, objectives, data, and training strategies. We", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 104, + 509, + 506, + 524 + ], + "spans": [ + { + "bbox": [ + 104, + 509, + 506, + 524 + ], + "score": 1.0, + "content": "use ADAM with debiasing to fine-tune these models on RTE, MRPC, STS-B, and COLA, using the", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 522, + 506, + 534 + ], + "spans": [ + { + "bbox": [ + 105, + 522, + 506, + 534 + ], + "score": 1.0, + "content": "hyperparameters that are either described in the paper or in the official repository of each model.", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 532, + 506, + 545 + ], + "spans": [ + { + "bbox": [ + 105, + 532, + 506, + 545 + ], + "score": 1.0, + "content": "Table 6 summarizes the hyper-parameters of each model for each dataset. We use the huggingface’s", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 543, + 506, + 556 + ], + "spans": [ + { + "bbox": [ + 106, + 543, + 506, + 556 + ], + "score": 1.0, + "content": "Transformers library (Wolf et al., 2019). The experimental setup is kept the same as our other", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 555, + 506, + 567 + ], + "spans": [ + { + "bbox": [ + 105, + 555, + 506, + 567 + ], + "score": 1.0, + "content": "experiments. Table 7 displays the average test performance on these datasets. We observe that", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 565, + 505, + 578 + ], + "spans": [ + { + "bbox": [ + 105, + 565, + 505, + 578 + ], + "score": 1.0, + "content": "several models suffer from high instability on these datasets and in most cases, Re-init can reduce the", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 576, + 505, + 589 + ], + "spans": [ + { + "bbox": [ + 105, + 576, + 412, + 589 + ], + "score": 1.0, + "content": "performance variance. We observe that for some models, like XLNetLarge or", + "type": "text" + }, + { + "bbox": [ + 413, + 577, + 470, + 588 + ], + "score": 0.58, + "content": "\\mathrm { R o B E R T a _ { L a r g e } }", + "type": "inline_equation" + }, + { + "bbox": [ + 471, + 576, + 505, + 589 + ], + "score": 1.0, + "content": ", Re-init", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 104, + 587, + 506, + 601 + ], + "spans": [ + { + "bbox": [ + 104, + 587, + 506, + 601 + ], + "score": 1.0, + "content": "can improve the average performance and reduce variance. However, the behavior of Re-init varies", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 104, + 595, + 506, + 614 + ], + "spans": [ + { + "bbox": [ + 104, + 595, + 506, + 614 + ], + "score": 1.0, + "content": "significantly across different models and Re-init have less significant improvement for ELECTRALarge", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 609, + 507, + 623 + ], + "spans": [ + { + "bbox": [ + 105, + 609, + 123, + 623 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 123, + 609, + 165, + 621 + ], + "score": 0.84, + "content": "\\mathrm { B A R T _ { L a r g e } }", + "type": "inline_equation" + }, + { + "bbox": [ + 166, + 609, + 507, + 623 + ], + "score": 1.0, + "content": ". Further study of the entire model family requires significant computational resources,", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 621, + 336, + 632 + ], + "spans": [ + { + "bbox": [ + 106, + 621, + 336, + 632 + ], + "score": 1.0, + "content": "and we leave it as an important direction for future work.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 18, + "bbox_fs": [ + 104, + 467, + 507, + 632 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 657, + 358, + 670 + ], + "lines": [ + { + "bbox": [ + 106, + 656, + 360, + 671 + ], + "spans": [ + { + "bbox": [ + 106, + 656, + 360, + 671 + ], + "score": 1.0, + "content": "G SUPPLEMENTARY MATERIAL FOR SECTION 6", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 26 + }, + { + "type": "text", + "bbox": [ + 106, + 687, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 687, + 505, + 701 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 505, + 701 + ], + "score": 1.0, + "content": "Figure 14 plots the validation performance as a function of the number of training iteration, using", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "score": 1.0, + "content": "the same setting as in Figure 8. Similar to our observations in Figure 8, we find that training longer", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "score": 1.0, + "content": "generally improves fine-tuning performance and reduces the gap between standard fine-tuning and", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 719, + 369, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 719, + 369, + 734 + ], + "score": 1.0, + "content": "Re-init. On MNLI, Re-init still outperforms standard fine-tuning.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 28.5, + "bbox_fs": [ + 105, + 687, + 506, + 734 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 105, + 77, + 505, + 171 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 105, + 77, + 505, + 171 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 77, + 505, + 171 + ], + "spans": [ + { + "bbox": [ + 105, + 77, + 505, + 171 + ], + "score": 0.968, + "type": "image", + "image_path": "6a4c20650557515b3739b2b362444ef09098698dced7ad26603a685c4228b8b8.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 105, + 77, + 505, + 108.33333333333333 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 105, + 108.33333333333333, + 505, + 139.66666666666666 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 105, + 139.66666666666666, + 505, + 171.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 178, + 504, + 201 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 177, + 506, + 191 + ], + "spans": [ + { + "bbox": [ + 105, + 177, + 506, + 191 + ], + "score": 1.0, + "content": "Figure 14: Mean (solid lines) and range (shaded region) of validation performance trained with", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 188, + 337, + 201 + ], + "spans": [ + { + "bbox": [ + 106, + 188, + 337, + 201 + ], + "score": 1.0, + "content": "different number of iterations, across eight random trials.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + } + ], + "index": 2.25 + }, + { + "type": "title", + "bbox": [ + 107, + 210, + 332, + 224 + ], + "lines": [ + { + "bbox": [ + 105, + 210, + 331, + 225 + ], + "spans": [ + { + "bbox": [ + 105, + 210, + 331, + 225 + ], + "score": 1.0, + "content": "H EXPERIMENTAL DETAILS IN SECTION 7", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "text", + "bbox": [ + 107, + 235, + 437, + 248 + ], + "lines": [ + { + "bbox": [ + 105, + 235, + 436, + 249 + ], + "spans": [ + { + "bbox": [ + 105, + 235, + 436, + 249 + ], + "score": 1.0, + "content": "The hyperparameter search space allocated for each method in our experiments is:", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 6 + }, + { + "type": "text", + "bbox": [ + 106, + 253, + 501, + 276 + ], + "lines": [ + { + "bbox": [ + 105, + 250, + 505, + 266 + ], + "spans": [ + { + "bbox": [ + 105, + 250, + 446, + 266 + ], + "score": 1.0, + "content": "Layerwise Learning Rate Decay (LLRD) We grid search the initial learning rate in", + "type": "text" + }, + { + "bbox": [ + 446, + 252, + 505, + 265 + ], + "score": 0.89, + "content": "\\{ 2 \\times 1 0 ^ { - 5 } , 5 \\times", + "type": "inline_equation" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 262, + 352, + 278 + ], + "spans": [ + { + "bbox": [ + 106, + 263, + 175, + 276 + ], + "score": 0.92, + "content": "1 0 ^ { - 5 } , 1 \\times 1 0 ^ { - 4 } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 176, + 262, + 302, + 278 + ], + "score": 1.0, + "content": "and the layerwise decay rate in", + "type": "text" + }, + { + "bbox": [ + 303, + 264, + 348, + 276 + ], + "score": 0.92, + "content": "\\{ 0 . 9 , 0 . 9 5 \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 348, + 262, + 352, + 278 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7.5 + }, + { + "type": "text", + "bbox": [ + 106, + 281, + 387, + 294 + ], + "lines": [ + { + "bbox": [ + 106, + 281, + 388, + 295 + ], + "spans": [ + { + "bbox": [ + 106, + 281, + 274, + 295 + ], + "score": 1.0, + "content": "Mixout We tune the mixout probability", + "type": "text" + }, + { + "bbox": [ + 274, + 281, + 384, + 294 + ], + "score": 0.89, + "content": "p \\in \\{ 0 . 1 , 0 . 3 , 0 . 5 , 0 . 7 , 0 . 9 \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 385, + 281, + 388, + 295 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 9 + }, + { + "type": "text", + "bbox": [ + 107, + 299, + 504, + 322 + ], + "lines": [ + { + "bbox": [ + 105, + 297, + 505, + 312 + ], + "spans": [ + { + "bbox": [ + 105, + 297, + 481, + 312 + ], + "score": 1.0, + "content": "Weight decay toward the pre-trained weight We tune the regularization strength", + "type": "text" + }, + { + "bbox": [ + 481, + 299, + 505, + 311 + ], + "score": 0.81, + "content": "\\lambda \\in", + "type": "inline_equation" + } + ], + "index": 10 + }, + { + "bbox": [ + 107, + 308, + 212, + 323 + ], + "spans": [ + { + "bbox": [ + 107, + 309, + 207, + 322 + ], + "score": 0.9, + "content": "\\{ 1 0 ^ { - 3 } , 1 0 ^ { - 2 } , \\dot { 1 } 0 ^ { - 1 } , 1 0 ^ { 0 } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 208, + 308, + 212, + 323 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10.5 + }, + { + "type": "text", + "bbox": [ + 107, + 326, + 445, + 339 + ], + "lines": [ + { + "bbox": [ + 105, + 325, + 444, + 342 + ], + "spans": [ + { + "bbox": [ + 105, + 325, + 316, + 342 + ], + "score": 1.0, + "content": "Weight decay We tune the regularization strength", + "type": "text" + }, + { + "bbox": [ + 316, + 326, + 441, + 339 + ], + "score": 0.91, + "content": "\\lambda \\in \\{ 1 0 ^ { - 4 } , 1 0 ^ { - 3 } , 1 0 ^ { - 2 } , 1 0 ^ { - 1 } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 441, + 325, + 444, + 342 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 12 + } + ], + "page_idx": 17, + "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, + 763 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 763 + ], + "score": 1.0, + "content": "18", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 105, + 77, + 505, + 171 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 105, + 77, + 505, + 171 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 77, + 505, + 171 + ], + "spans": [ + { + "bbox": [ + 105, + 77, + 505, + 171 + ], + "score": 0.968, + "type": "image", + "image_path": "6a4c20650557515b3739b2b362444ef09098698dced7ad26603a685c4228b8b8.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 105, + 77, + 505, + 108.33333333333333 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 105, + 108.33333333333333, + 505, + 139.66666666666666 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 105, + 139.66666666666666, + 505, + 171.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 178, + 504, + 201 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 177, + 506, + 191 + ], + "spans": [ + { + "bbox": [ + 105, + 177, + 506, + 191 + ], + "score": 1.0, + "content": "Figure 14: Mean (solid lines) and range (shaded region) of validation performance trained with", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 188, + 337, + 201 + ], + "spans": [ + { + "bbox": [ + 106, + 188, + 337, + 201 + ], + "score": 1.0, + "content": "different number of iterations, across eight random trials.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + } + ], + "index": 2.25 + }, + { + "type": "title", + "bbox": [ + 107, + 210, + 332, + 224 + ], + "lines": [ + { + "bbox": [ + 105, + 210, + 331, + 225 + ], + "spans": [ + { + "bbox": [ + 105, + 210, + 331, + 225 + ], + "score": 1.0, + "content": "H EXPERIMENTAL DETAILS IN SECTION 7", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "text", + "bbox": [ + 107, + 235, + 437, + 248 + ], + "lines": [ + { + "bbox": [ + 105, + 235, + 436, + 249 + ], + "spans": [ + { + "bbox": [ + 105, + 235, + 436, + 249 + ], + "score": 1.0, + "content": "The hyperparameter search space allocated for each method in our experiments is:", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 6, + "bbox_fs": [ + 105, + 235, + 436, + 249 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 253, + 501, + 276 + ], + "lines": [ + { + "bbox": [ + 105, + 250, + 505, + 266 + ], + "spans": [ + { + "bbox": [ + 105, + 250, + 446, + 266 + ], + "score": 1.0, + "content": "Layerwise Learning Rate Decay (LLRD) We grid search the initial learning rate in", + "type": "text" + }, + { + "bbox": [ + 446, + 252, + 505, + 265 + ], + "score": 0.89, + "content": "\\{ 2 \\times 1 0 ^ { - 5 } , 5 \\times", + "type": "inline_equation" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 262, + 352, + 278 + ], + "spans": [ + { + "bbox": [ + 106, + 263, + 175, + 276 + ], + "score": 0.92, + "content": "1 0 ^ { - 5 } , 1 \\times 1 0 ^ { - 4 } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 176, + 262, + 302, + 278 + ], + "score": 1.0, + "content": "and the layerwise decay rate in", + "type": "text" + }, + { + "bbox": [ + 303, + 264, + 348, + 276 + ], + "score": 0.92, + "content": "\\{ 0 . 9 , 0 . 9 5 \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 348, + 262, + 352, + 278 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7.5, + "bbox_fs": [ + 105, + 250, + 505, + 278 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 281, + 387, + 294 + ], + "lines": [ + { + "bbox": [ + 106, + 281, + 388, + 295 + ], + "spans": [ + { + "bbox": [ + 106, + 281, + 274, + 295 + ], + "score": 1.0, + "content": "Mixout We tune the mixout probability", + "type": "text" + }, + { + "bbox": [ + 274, + 281, + 384, + 294 + ], + "score": 0.89, + "content": "p \\in \\{ 0 . 1 , 0 . 3 , 0 . 5 , 0 . 7 , 0 . 9 \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 385, + 281, + 388, + 295 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 9, + "bbox_fs": [ + 106, + 281, + 388, + 295 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 299, + 504, + 322 + ], + "lines": [ + { + "bbox": [ + 105, + 297, + 505, + 312 + ], + "spans": [ + { + "bbox": [ + 105, + 297, + 481, + 312 + ], + "score": 1.0, + "content": "Weight decay toward the pre-trained weight We tune the regularization strength", + "type": "text" + }, + { + "bbox": [ + 481, + 299, + 505, + 311 + ], + "score": 0.81, + "content": "\\lambda \\in", + "type": "inline_equation" + } + ], + "index": 10 + }, + { + "bbox": [ + 107, + 308, + 212, + 323 + ], + "spans": [ + { + "bbox": [ + 107, + 309, + 207, + 322 + ], + "score": 0.9, + "content": "\\{ 1 0 ^ { - 3 } , 1 0 ^ { - 2 } , \\dot { 1 } 0 ^ { - 1 } , 1 0 ^ { 0 } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 208, + 308, + 212, + 323 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10.5, + "bbox_fs": [ + 105, + 297, + 505, + 323 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 326, + 445, + 339 + ], + "lines": [ + { + "bbox": [ + 105, + 325, + 444, + 342 + ], + "spans": [ + { + "bbox": [ + 105, + 325, + 316, + 342 + ], + "score": 1.0, + "content": "Weight decay We tune the regularization strength", + "type": "text" + }, + { + "bbox": [ + 316, + 326, + 441, + 339 + ], + "score": 0.91, + "content": "\\lambda \\in \\{ 1 0 ^ { - 4 } , 1 0 ^ { - 3 } , 1 0 ^ { - 2 } , 1 0 ^ { - 1 } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 441, + 325, + 444, + 342 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 12, + "bbox_fs": [ + 105, + 325, + 444, + 342 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 104, + 69, + 507, + 690 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 104, + 69, + 507, + 690 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 104, + 69, + 507, + 690 + ], + "spans": [ + { + "bbox": [ + 104, + 69, + 507, + 690 + ], + "score": 0.961, + "type": "image", + "image_path": "4af13613376ffa488388af084a8fac4836b88413cc091d7f79ff2fb3446cce6e.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 104, + 69, + 507, + 276.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 104, + 276.0, + 507, + 483.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 104, + 483.0, + 507, + 690.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 151, + 691, + 459, + 703 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 150, + 690, + 459, + 704 + ], + "spans": [ + { + "bbox": [ + 150, + 690, + 195, + 704 + ], + "score": 1.0, + "content": "Figure 15:", + "type": "text" + }, + { + "bbox": [ + 195, + 691, + 209, + 702 + ], + "score": 0.6, + "content": "L 2", + "type": "inline_equation" + }, + { + "bbox": [ + 209, + 690, + 459, + 704 + ], + "score": 1.0, + "content": "distance to the initialization during fine-tuning BERT on RTE.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + } + ], + "index": 2.0 + } + ], + "page_idx": 18, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 292, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "score": 1.0, + "content": "Published as a conference paper at ICLR 2021", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "score": 1.0, + "content": "19", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 104, + 69, + 507, + 690 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 104, + 69, + 507, + 690 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 104, + 69, + 507, + 690 + ], + "spans": [ + { + "bbox": [ + 104, + 69, + 507, + 690 + ], + "score": 0.961, + "type": "image", + "image_path": "4af13613376ffa488388af084a8fac4836b88413cc091d7f79ff2fb3446cce6e.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 104, + 69, + 507, + 276.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 104, + 276.0, + 507, + 483.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 104, + 483.0, + 507, + 690.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 151, + 691, + 459, + 703 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 150, + 690, + 459, + 704 + ], + "spans": [ + { + "bbox": [ + 150, + 690, + 195, + 704 + ], + "score": 1.0, + "content": "Figure 15:", + "type": "text" + }, + { + "bbox": [ + 195, + 691, + 209, + 702 + ], + "score": 0.6, + "content": "L 2", + "type": "inline_equation" + }, + { + "bbox": [ + 209, + 690, + 459, + 704 + ], + "score": 1.0, + "content": "distance to the initialization during fine-tuning BERT on RTE.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + } + ], + "index": 2.0 + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 104, + 69, + 507, + 690 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 104, + 69, + 507, + 690 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 104, + 69, + 507, + 690 + ], + "spans": [ + { + "bbox": [ + 104, + 69, + 507, + 690 + ], + "score": 0.96, + "type": "image", + "image_path": "c702acbca366946a5792b276dac9a70d69f33eafddcbdba17e03b2df7da07a23.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 104, + 69, + 507, + 276.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 104, + 276.0, + 507, + 483.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 104, + 483.0, + 507, + 690.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 145, + 691, + 464, + 703 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 145, + 690, + 464, + 705 + ], + "spans": [ + { + "bbox": [ + 145, + 690, + 190, + 705 + ], + "score": 1.0, + "content": "Figure 16:", + "type": "text" + }, + { + "bbox": [ + 191, + 691, + 204, + 702 + ], + "score": 0.6, + "content": "L 2", + "type": "inline_equation" + }, + { + "bbox": [ + 204, + 690, + 464, + 705 + ], + "score": 1.0, + "content": "distance to the initialization during fine-tuning BERT on MRPC.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + } + ], + "index": 2.0 + } + ], + "page_idx": 19, + "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": [ + 298, + 749, + 313, + 764 + ], + "spans": [ + { + "bbox": [ + 298, + 749, + 313, + 764 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 15, + "width": 15 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 104, + 69, + 507, + 690 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 104, + 69, + 507, + 690 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 104, + 69, + 507, + 690 + ], + "spans": [ + { + "bbox": [ + 104, + 69, + 507, + 690 + ], + "score": 0.96, + "type": "image", + "image_path": "c702acbca366946a5792b276dac9a70d69f33eafddcbdba17e03b2df7da07a23.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 104, + 69, + 507, + 276.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 104, + 276.0, + 507, + 483.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 104, + 483.0, + 507, + 690.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 145, + 691, + 464, + 703 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 145, + 690, + 464, + 705 + ], + "spans": [ + { + "bbox": [ + 145, + 690, + 190, + 705 + ], + "score": 1.0, + "content": "Figure 16:", + "type": "text" + }, + { + "bbox": [ + 191, + 691, + 204, + 702 + ], + "score": 0.6, + "content": "L 2", + "type": "inline_equation" + }, + { + "bbox": [ + 204, + 690, + 464, + 705 + ], + "score": 1.0, + "content": "distance to the initialization during fine-tuning BERT on MRPC.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + } + ], + "index": 2.0 + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 107, + 70, + 506, + 690 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 107, + 70, + 506, + 690 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 107, + 70, + 506, + 690 + ], + "spans": [ + { + "bbox": [ + 107, + 70, + 506, + 690 + ], + "score": 0.959, + "type": "image", + "image_path": "45c311e507e80c99bf35cf02ec2b976778d0915f646da7689e16f1ba4fcf7b8c.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 107, + 70, + 506, + 276.66666666666663 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 107, + 276.66666666666663, + 506, + 483.33333333333326 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 107, + 483.33333333333326, + 506, + 689.9999999999999 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 145, + 691, + 464, + 703 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 146, + 690, + 465, + 705 + ], + "spans": [ + { + "bbox": [ + 146, + 690, + 191, + 705 + ], + "score": 1.0, + "content": "Figure 17:", + "type": "text" + }, + { + "bbox": [ + 191, + 691, + 204, + 702 + ], + "score": 0.53, + "content": "L 2", + "type": "inline_equation" + }, + { + "bbox": [ + 205, + 690, + 465, + 705 + ], + "score": 1.0, + "content": "distance to the initialization during fine-tuning BERT on STS-B.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + } + ], + "index": 2.0 + } + ], + "page_idx": 20, + "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": [ + 298, + 750, + 312, + 764 + ], + "spans": [ + { + "bbox": [ + 298, + 750, + 312, + 764 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 14, + "width": 14 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 107, + 70, + 506, + 690 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 107, + 70, + 506, + 690 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 107, + 70, + 506, + 690 + ], + "spans": [ + { + "bbox": [ + 107, + 70, + 506, + 690 + ], + "score": 0.959, + "type": "image", + "image_path": "45c311e507e80c99bf35cf02ec2b976778d0915f646da7689e16f1ba4fcf7b8c.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 107, + 70, + 506, + 276.66666666666663 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 107, + 276.66666666666663, + 506, + 483.33333333333326 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 107, + 483.33333333333326, + 506, + 689.9999999999999 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 145, + 691, + 464, + 703 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 146, + 690, + 465, + 705 + ], + "spans": [ + { + "bbox": [ + 146, + 690, + 191, + 705 + ], + "score": 1.0, + "content": "Figure 17:", + "type": "text" + }, + { + "bbox": [ + 191, + 691, + 204, + 702 + ], + "score": 0.53, + "content": "L 2", + "type": "inline_equation" + }, + { + "bbox": [ + 205, + 690, + 465, + 705 + ], + "score": 1.0, + "content": "distance to the initialization during fine-tuning BERT on STS-B.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + } + ], + "index": 2.0 + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 107, + 72, + 507, + 690 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 107, + 72, + 507, + 690 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 107, + 72, + 507, + 690 + ], + "spans": [ + { + "bbox": [ + 107, + 72, + 507, + 690 + ], + "score": 0.957, + "type": "image", + "image_path": "4fd57ced1464ec2e97612d5e3f694af29f6f38fd055ce18b0dd98a711486c70c.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 107, + 72, + 507, + 278.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 107, + 278.0, + 507, + 484.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 107, + 484.0, + 507, + 690.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 147, + 691, + 462, + 703 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 146, + 689, + 464, + 705 + ], + "spans": [ + { + "bbox": [ + 146, + 689, + 192, + 705 + ], + "score": 1.0, + "content": "Figure 18:", + "type": "text" + }, + { + "bbox": [ + 192, + 691, + 205, + 702 + ], + "score": 0.58, + "content": "L 2", + "type": "inline_equation" + }, + { + "bbox": [ + 206, + 689, + 464, + 705 + ], + "score": 1.0, + "content": "distance to the initialization during fine-tuning BERT on CoLA.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + } + ], + "index": 2.0 + } + ], + "page_idx": 21, + "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": [ + 298, + 750, + 313, + 765 + ], + "spans": [ + { + "bbox": [ + 298, + 750, + 313, + 765 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 15, + "width": 15 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 107, + 72, + 507, + 690 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 107, + 72, + 507, + 690 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 107, + 72, + 507, + 690 + ], + "spans": [ + { + "bbox": [ + 107, + 72, + 507, + 690 + ], + "score": 0.957, + "type": "image", + "image_path": "4fd57ced1464ec2e97612d5e3f694af29f6f38fd055ce18b0dd98a711486c70c.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 107, + 72, + 507, + 278.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 107, + 278.0, + 507, + 484.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 107, + 484.0, + 507, + 690.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 147, + 691, + 462, + 703 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 146, + 689, + 464, + 705 + ], + "spans": [ + { + "bbox": [ + 146, + 689, + 192, + 705 + ], + "score": 1.0, + "content": "Figure 18:", + "type": "text" + }, + { + "bbox": [ + 192, + 691, + 205, + 702 + ], + "score": 0.58, + "content": "L 2", + "type": "inline_equation" + }, + { + "bbox": [ + 206, + 689, + 464, + 705 + ], + "score": 1.0, + "content": "distance to the initialization during fine-tuning BERT on CoLA.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + } + ], + "index": 2.0 + } + ] + } + ], + "_backend": "pipeline", + "_version_name": "2.2.2" +} \ No newline at end of file diff --git a/parse/train/cO1IH43yUF/cO1IH43yUF_model.json b/parse/train/cO1IH43yUF/cO1IH43yUF_model.json new file mode 100644 index 0000000000000000000000000000000000000000..8904c2e0fabfe092bb206ff6ff3cd587a7c6694f --- /dev/null +++ b/parse/train/cO1IH43yUF/cO1IH43yUF_model.json @@ -0,0 +1,38159 @@ +[ + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 398, + 574, + 1302, + 574, + 1302, + 909, + 398, + 909 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 298, + 1035, + 1404, + 1035, + 1404, + 1373, + 298, + 1373 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 298, + 1388, + 1404, + 1388, + 1404, + 1633, + 298, + 1633 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 297, + 1648, + 1404, + 1648, + 1404, + 1923, + 297, + 1923 + ], + "score": 0.976 + }, + { + "category_id": 2, + "poly": [ + 298, + 1946, + 1404, + 1946, + 1404, + 2034, + 298, + 2034 + ], + "score": 0.952 + }, + { + "category_id": 1, + "poly": [ + 314, + 315, + 1429, + 315, + 1429, + 424, + 314, + 424 + ], + "score": 0.95 + }, + { + "category_id": 0, + "poly": [ + 298, + 218, + 1264, + 218, + 1264, + 269, + 298, + 269 + ], + "score": 0.926 + }, + { + "category_id": 0, + "poly": [ + 302, + 968, + 573, + 968, + 573, + 1002, + 302, + 1002 + ], + "score": 0.894 + }, + { + "category_id": 0, + "poly": [ + 773, + 505, + 927, + 505, + 927, + 539, + 773, + 539 + ], + "score": 0.881 + }, + { + "category_id": 2, + "poly": [ + 299, + 75, + 814, + 75, + 814, + 105, + 299, + 105 + ], + "score": 0.877 + }, + { + "category_id": 2, + "poly": [ + 840, + 2088, + 856, + 2088, + 856, + 2112, + 840, + 2112 + ], + "score": 0.749 + }, + { + "category_id": 13, + "poly": [ + 657, + 1159, + 786, + 1159, + 786, + 1191, + 657, + 1191 + ], + "score": 0.77, + "latex": "\\mathrm { ( B E R T _ { L a r g e } ) }" + }, + { + "category_id": 13, + "poly": [ + 621, + 318, + 690, + 318, + 690, + 351, + 621, + 351 + ], + "score": 0.4, + "latex": "\\mathbf { W _ { u } } ^ { * \\dagger }" + }, + { + "category_id": 15, + "poly": [ + 332.0, + 1943.0, + 793.0, + 1943.0, + 793.0, + 1979.0, + 332.0, + 1979.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 332.0, + 1972.0, + 1203.0, + 1972.0, + 1203.0, + 2011.0, + 332.0, + 2011.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1245.0, + 1977.0, + 1406.0, + 1977.0, + 1406.0, + 2008.0, + 1245.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 2004.0, + 1352.0, + 2004.0, + 1352.0, + 2037.0, + 296.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 219.0, + 1268.0, + 219.0, + 1268.0, + 275.0, + 294.0, + 275.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 964.0, + 579.0, + 964.0, + 579.0, + 1010.0, + 294.0, + 1010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 770.0, + 504.0, + 932.0, + 504.0, + 932.0, + 542.0, + 770.0, + 542.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 73.0, + 815.0, + 73.0, + 815.0, + 108.0, + 296.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2087.0, + 859.0, + 2087.0, + 859.0, + 2117.0, + 839.0, + 2117.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 575.0, + 1305.0, + 575.0, + 1305.0, + 608.0, + 395.0, + 608.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 605.0, + 1305.0, + 605.0, + 1305.0, + 640.0, + 394.0, + 640.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 635.0, + 1305.0, + 635.0, + 1305.0, + 669.0, + 394.0, + 669.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 667.0, + 1306.0, + 667.0, + 1306.0, + 700.0, + 394.0, + 700.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 697.0, + 1308.0, + 697.0, + 1308.0, + 731.0, + 392.0, + 731.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 728.0, + 1305.0, + 728.0, + 1305.0, + 760.0, + 394.0, + 760.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 759.0, + 1305.0, + 759.0, + 1305.0, + 792.0, + 394.0, + 792.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 789.0, + 1305.0, + 789.0, + 1305.0, + 821.0, + 395.0, + 821.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 819.0, + 1306.0, + 819.0, + 1306.0, + 850.0, + 393.0, + 850.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 848.0, + 1305.0, + 848.0, + 1305.0, + 883.0, + 394.0, + 883.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 878.0, + 1071.0, + 878.0, + 1071.0, + 913.0, + 394.0, + 913.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1036.0, + 1404.0, + 1036.0, + 1404.0, + 1071.0, + 294.0, + 1071.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1068.0, + 1404.0, + 1068.0, + 1404.0, + 1101.0, + 292.0, + 1101.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1097.0, + 1402.0, + 1097.0, + 1402.0, + 1132.0, + 293.0, + 1132.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1129.0, + 1405.0, + 1129.0, + 1405.0, + 1164.0, + 293.0, + 1164.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1157.0, + 656.0, + 1157.0, + 656.0, + 1195.0, + 293.0, + 1195.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 787.0, + 1157.0, + 1406.0, + 1157.0, + 1406.0, + 1195.0, + 787.0, + 1195.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1190.0, + 1405.0, + 1190.0, + 1405.0, + 1225.0, + 294.0, + 1225.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1220.0, + 1406.0, + 1220.0, + 1406.0, + 1255.0, + 294.0, + 1255.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1246.0, + 1406.0, + 1246.0, + 1406.0, + 1289.0, + 291.0, + 1289.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1280.0, + 1404.0, + 1280.0, + 1404.0, + 1315.0, + 293.0, + 1315.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1311.0, + 1405.0, + 1311.0, + 1405.0, + 1346.0, + 294.0, + 1346.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1342.0, + 804.0, + 1342.0, + 804.0, + 1377.0, + 293.0, + 1377.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1387.0, + 1405.0, + 1387.0, + 1405.0, + 1423.0, + 293.0, + 1423.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1418.0, + 1407.0, + 1418.0, + 1407.0, + 1453.0, + 293.0, + 1453.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1451.0, + 1405.0, + 1451.0, + 1405.0, + 1484.0, + 294.0, + 1484.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1481.0, + 1406.0, + 1481.0, + 1406.0, + 1514.0, + 293.0, + 1514.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1512.0, + 1408.0, + 1512.0, + 1408.0, + 1545.0, + 294.0, + 1545.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1542.0, + 1405.0, + 1542.0, + 1405.0, + 1575.0, + 294.0, + 1575.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1572.0, + 1405.0, + 1572.0, + 1405.0, + 1605.0, + 294.0, + 1605.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1603.0, + 962.0, + 1603.0, + 962.0, + 1636.0, + 294.0, + 1636.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1650.0, + 1404.0, + 1650.0, + 1404.0, + 1683.0, + 297.0, + 1683.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1680.0, + 1404.0, + 1680.0, + 1404.0, + 1713.0, + 296.0, + 1713.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1711.0, + 1405.0, + 1711.0, + 1405.0, + 1744.0, + 295.0, + 1744.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1741.0, + 1405.0, + 1741.0, + 1405.0, + 1774.0, + 296.0, + 1774.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1771.0, + 1406.0, + 1771.0, + 1406.0, + 1808.0, + 295.0, + 1808.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1797.0, + 1406.0, + 1797.0, + 1406.0, + 1839.0, + 291.0, + 1839.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1827.0, + 1406.0, + 1827.0, + 1406.0, + 1871.0, + 292.0, + 1871.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1861.0, + 1407.0, + 1861.0, + 1407.0, + 1897.0, + 295.0, + 1897.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1892.0, + 1405.0, + 1892.0, + 1405.0, + 1925.0, + 294.0, + 1925.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 315.0, + 313.0, + 620.0, + 313.0, + 620.0, + 358.0, + 315.0, + 358.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 691.0, + 313.0, + 1426.0, + 313.0, + 1426.0, + 358.0, + 691.0, + 358.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 310.0, + 356.0, + 469.0, + 356.0, + 469.0, + 397.0, + 310.0, + 397.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 502.0, + 354.0, + 1073.0, + 354.0, + 1073.0, + 401.0, + 502.0, + 401.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1077.0, + 359.0, + 1310.0, + 359.0, + 1310.0, + 397.0, + 1077.0, + 397.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 310.0, + 390.0, + 1435.0, + 390.0, + 1435.0, + 430.0, + 310.0, + 430.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 0, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 700, + 1404, + 700, + 1404, + 1035, + 298, + 1035 + ], + "score": 0.985 + }, + { + "category_id": 1, + "poly": [ + 298, + 1374, + 1406, + 1374, + 1406, + 1712, + 298, + 1712 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 297, + 1053, + 1405, + 1053, + 1405, + 1359, + 297, + 1359 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 297, + 438, + 1405, + 438, + 1405, + 684, + 297, + 684 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 298, + 1826, + 1404, + 1826, + 1404, + 1982, + 298, + 1982 + ], + "score": 0.971 + }, + { + "category_id": 1, + "poly": [ + 299, + 229, + 1403, + 229, + 1403, + 323, + 299, + 323 + ], + "score": 0.958 + }, + { + "category_id": 2, + "poly": [ + 329, + 2005, + 1056, + 2005, + 1056, + 2033, + 329, + 2033 + ], + "score": 0.913 + }, + { + "category_id": 0, + "poly": [ + 302, + 1755, + 813, + 1755, + 813, + 1791, + 302, + 1791 + ], + "score": 0.89 + }, + { + "category_id": 2, + "poly": [ + 300, + 76, + 813, + 76, + 813, + 104, + 300, + 104 + ], + "score": 0.888 + }, + { + "category_id": 0, + "poly": [ + 303, + 366, + 869, + 366, + 869, + 401, + 303, + 401 + ], + "score": 0.839 + }, + { + "category_id": 2, + "poly": [ + 841, + 2089, + 858, + 2089, + 858, + 2112, + 841, + 2112 + ], + "score": 0.741 + }, + { + "category_id": 13, + "poly": [ + 1035, + 945, + 1116, + 945, + 1116, + 974, + 1035, + 974 + ], + "score": 0.86, + "latex": "< 1 0 \\mathrm { K }" + }, + { + "category_id": 13, + "poly": [ + 829, + 1437, + 902, + 1437, + 902, + 1467, + 829, + 1467 + ], + "score": 0.29, + "latex": "2 0 1 9 \\mathrm { a }" + }, + { + "category_id": 15, + "poly": [ + 329.0, + 1999.0, + 1059.0, + 1999.0, + 1059.0, + 2040.0, + 329.0, + 2040.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1751.0, + 820.0, + 1751.0, + 820.0, + 1798.0, + 291.0, + 1798.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 72.0, + 816.0, + 72.0, + 816.0, + 110.0, + 294.0, + 110.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 363.0, + 876.0, + 363.0, + 876.0, + 408.0, + 293.0, + 408.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2086.0, + 862.0, + 2086.0, + 862.0, + 2121.0, + 839.0, + 2121.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 697.0, + 1405.0, + 697.0, + 1405.0, + 737.0, + 292.0, + 737.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 733.0, + 1404.0, + 733.0, + 1404.0, + 767.0, + 294.0, + 767.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 762.0, + 1405.0, + 762.0, + 1405.0, + 797.0, + 294.0, + 797.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 792.0, + 1406.0, + 792.0, + 1406.0, + 827.0, + 294.0, + 827.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 823.0, + 1405.0, + 823.0, + 1405.0, + 858.0, + 294.0, + 858.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 853.0, + 1405.0, + 853.0, + 1405.0, + 887.0, + 294.0, + 887.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 880.0, + 1406.0, + 880.0, + 1406.0, + 922.0, + 291.0, + 922.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 913.0, + 1404.0, + 913.0, + 1404.0, + 948.0, + 293.0, + 948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 943.0, + 1034.0, + 943.0, + 1034.0, + 980.0, + 293.0, + 980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1117.0, + 943.0, + 1408.0, + 943.0, + 1408.0, + 980.0, + 1117.0, + 980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 975.0, + 1405.0, + 975.0, + 1405.0, + 1010.0, + 293.0, + 1010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1003.0, + 794.0, + 1003.0, + 794.0, + 1038.0, + 294.0, + 1038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1375.0, + 1408.0, + 1375.0, + 1408.0, + 1410.0, + 295.0, + 1410.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1407.0, + 1406.0, + 1407.0, + 1406.0, + 1442.0, + 295.0, + 1442.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1431.0, + 828.0, + 1431.0, + 828.0, + 1477.0, + 292.0, + 1477.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 903.0, + 1431.0, + 1409.0, + 1431.0, + 1409.0, + 1477.0, + 903.0, + 1477.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1462.0, + 1406.0, + 1462.0, + 1406.0, + 1508.0, + 292.0, + 1508.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1496.0, + 1406.0, + 1496.0, + 1406.0, + 1533.0, + 292.0, + 1533.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1527.0, + 1407.0, + 1527.0, + 1407.0, + 1565.0, + 293.0, + 1565.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1559.0, + 1408.0, + 1559.0, + 1408.0, + 1594.0, + 295.0, + 1594.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1587.0, + 1407.0, + 1587.0, + 1407.0, + 1625.0, + 292.0, + 1625.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1621.0, + 1404.0, + 1621.0, + 1404.0, + 1652.0, + 296.0, + 1652.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1649.0, + 1408.0, + 1649.0, + 1408.0, + 1686.0, + 293.0, + 1686.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1680.0, + 1028.0, + 1680.0, + 1028.0, + 1716.0, + 293.0, + 1716.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1051.0, + 1405.0, + 1051.0, + 1405.0, + 1088.0, + 294.0, + 1088.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1082.0, + 1405.0, + 1082.0, + 1405.0, + 1120.0, + 292.0, + 1120.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1112.0, + 1406.0, + 1112.0, + 1406.0, + 1148.0, + 294.0, + 1148.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1143.0, + 1405.0, + 1143.0, + 1405.0, + 1179.0, + 294.0, + 1179.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1173.0, + 1405.0, + 1173.0, + 1405.0, + 1211.0, + 292.0, + 1211.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1206.0, + 1406.0, + 1206.0, + 1406.0, + 1242.0, + 294.0, + 1242.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1235.0, + 1405.0, + 1235.0, + 1405.0, + 1271.0, + 294.0, + 1271.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1268.0, + 1403.0, + 1268.0, + 1403.0, + 1300.0, + 295.0, + 1300.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1295.0, + 1410.0, + 1295.0, + 1410.0, + 1334.0, + 292.0, + 1334.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1327.0, + 624.0, + 1327.0, + 624.0, + 1362.0, + 295.0, + 1362.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 437.0, + 1406.0, + 437.0, + 1406.0, + 472.0, + 292.0, + 472.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 468.0, + 1405.0, + 468.0, + 1405.0, + 505.0, + 294.0, + 505.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 500.0, + 1405.0, + 500.0, + 1405.0, + 533.0, + 295.0, + 533.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 531.0, + 1405.0, + 531.0, + 1405.0, + 565.0, + 295.0, + 565.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 560.0, + 1406.0, + 560.0, + 1406.0, + 597.0, + 294.0, + 597.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 590.0, + 1405.0, + 590.0, + 1405.0, + 626.0, + 292.0, + 626.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 622.0, + 1406.0, + 622.0, + 1406.0, + 656.0, + 295.0, + 656.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 647.0, + 558.0, + 647.0, + 558.0, + 691.0, + 293.0, + 691.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1824.0, + 1406.0, + 1824.0, + 1406.0, + 1864.0, + 292.0, + 1864.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1853.0, + 1408.0, + 1853.0, + 1408.0, + 1897.0, + 291.0, + 1897.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1885.0, + 1408.0, + 1885.0, + 1408.0, + 1925.0, + 292.0, + 1925.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1917.0, + 1405.0, + 1917.0, + 1405.0, + 1957.0, + 292.0, + 1957.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1948.0, + 1404.0, + 1948.0, + 1404.0, + 1987.0, + 293.0, + 1987.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 227.0, + 1405.0, + 227.0, + 1405.0, + 268.0, + 292.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 260.0, + 1404.0, + 260.0, + 1404.0, + 297.0, + 293.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 292.0, + 1408.0, + 292.0, + 1408.0, + 326.0, + 293.0, + 326.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 1, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1530, + 1407, + 1530, + 1407, + 1898, + 297, + 1898 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 297, + 1175, + 1405, + 1175, + 1405, + 1425, + 297, + 1425 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 297, + 914, + 1405, + 914, + 1405, + 1160, + 297, + 1160 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 299, + 1913, + 1403, + 1913, + 1403, + 1976, + 299, + 1976 + ], + "score": 0.937 + }, + { + "category_id": 1, + "poly": [ + 297, + 236, + 1370, + 236, + 1370, + 423, + 297, + 423 + ], + "score": 0.931 + }, + { + "category_id": 2, + "poly": [ + 331, + 1993, + 1365, + 1993, + 1365, + 2143, + 331, + 2143 + ], + "score": 0.927 + }, + { + "category_id": 2, + "poly": [ + 300, + 76, + 812, + 76, + 812, + 104, + 300, + 104 + ], + "score": 0.886 + }, + { + "category_id": 0, + "poly": [ + 295, + 1464, + 1318, + 1464, + 1318, + 1501, + 295, + 1501 + ], + "score": 0.803 + }, + { + "category_id": 1, + "poly": [ + 300, + 428, + 1403, + 428, + 1403, + 857, + 300, + 857 + ], + "score": 0.794 + }, + { + "category_id": 1, + "poly": [ + 295, + 1464, + 1318, + 1464, + 1318, + 1501, + 295, + 1501 + ], + "score": 0.102 + }, + { + "category_id": 13, + "poly": [ + 1001, + 456, + 1103, + 456, + 1103, + 487, + 1001, + 487 + ], + "score": 0.93, + "latex": "\\lambda \\in [ 0 , 1 )" + }, + { + "category_id": 13, + "poly": [ + 573, + 429, + 723, + 429, + 723, + 459, + 573, + 459 + ], + "score": 0.92, + "latex": "\\beta _ { 1 } , \\beta _ { 2 } \\in [ 0 , 1 )" + }, + { + "category_id": 13, + "poly": [ + 508, + 1237, + 618, + 1237, + 618, + 1269, + 508, + 1269 + ], + "score": 0.92, + "latex": "2 \\times 1 0 ^ { - 5 }" + }, + { + "category_id": 13, + "poly": [ + 1239, + 328, + 1356, + 328, + 1356, + 358, + 1239, + 358 + ], + "score": 0.91, + "latex": "\\epsilon = 1 0 ^ { - 8 }" + }, + { + "category_id": 13, + "poly": [ + 329, + 297, + 397, + 297, + 397, + 332, + 329, + 332 + ], + "score": 0.9, + "latex": "\\beta _ { 1 } ^ { t } \\ \\beta _ { 2 } ^ { t }" + }, + { + "category_id": 13, + "poly": [ + 907, + 330, + 1020, + 330, + 1020, + 361, + 907, + 361 + ], + "score": 0.89, + "latex": "\\beta _ { 1 } = 0 . 9" + }, + { + "category_id": 13, + "poly": [ + 1238, + 429, + 1287, + 429, + 1287, + 459, + 1238, + 459 + ], + "score": 0.89, + "latex": "f ( \\theta )" + }, + { + "category_id": 13, + "poly": [ + 827, + 272, + 912, + 272, + 912, + 301, + 827, + 301 + ], + "score": 0.89, + "latex": "g _ { t } \\odot g _ { t }" + }, + { + "category_id": 13, + "poly": [ + 339, + 485, + 430, + 485, + 430, + 511, + 339, + 511 + ], + "score": 0.88, + "latex": "m _ { 0 } \\gets 0" + }, + { + "category_id": 13, + "poly": [ + 1033, + 330, + 1174, + 330, + 1174, + 361, + 1033, + 361 + ], + "score": 0.88, + "latex": "\\beta _ { 2 } ~ = ~ 0 . 9 9 9" + }, + { + "category_id": 13, + "poly": [ + 339, + 514, + 420, + 514, + 420, + 539, + 339, + 539 + ], + "score": 0.88, + "latex": "v _ { 0 } 0" + }, + { + "category_id": 13, + "poly": [ + 422, + 267, + 453, + 267, + 453, + 302, + 422, + 302 + ], + "score": 0.88, + "latex": "g _ { t } ^ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 297, + 391, + 334, + 391, + 334, + 421, + 297, + 421 + ], + "score": 0.88, + "latex": "\\widehat { m } _ { t }" + }, + { + "category_id": 13, + "poly": [ + 1016, + 270, + 1048, + 270, + 1048, + 300, + 1016, + 300 + ], + "score": 0.88, + "latex": "\\beta _ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 1215, + 365, + 1252, + 365, + 1252, + 390, + 1215, + 390 + ], + "score": 0.88, + "latex": "m _ { t }" + }, + { + "category_id": 13, + "poly": [ + 369, + 762, + 696, + 762, + 696, + 795, + 369, + 795 + ], + "score": 0.88, + "latex": "\\theta _ { t } \\theta _ { t - 1 } - \\alpha \\cdot \\widehat { m } _ { t } / ( \\sqrt { \\widehat { v } _ { t } } + \\epsilon )" + }, + { + "category_id": 13, + "poly": [ + 366, + 623, + 553, + 623, + 553, + 652, + 366, + 652 + ], + "score": 0.87, + "latex": "g _ { t } \\gets \\nabla _ { \\theta } f _ { t } ( \\theta _ { t - 1 } )" + }, + { + "category_id": 13, + "poly": [ + 762, + 330, + 892, + 330, + 892, + 359, + 762, + 359 + ], + "score": 0.87, + "latex": "\\alpha = 0 . 0 0 1" + }, + { + "category_id": 13, + "poly": [ + 930, + 269, + 962, + 269, + 962, + 300, + 930, + 300 + ], + "score": 0.86, + "latex": "\\beta _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 367, + 596, + 473, + 596, + 473, + 621, + 367, + 621 + ], + "score": 0.86, + "latex": "t \\gets t + 1" + }, + { + "category_id": 13, + "poly": [ + 384, + 391, + 411, + 391, + 411, + 421, + 384, + 421 + ], + "score": 0.86, + "latex": "\\widehat { v } _ { t }" + }, + { + "category_id": 13, + "poly": [ + 947, + 1271, + 1001, + 1271, + 1001, + 1300, + 947, + 1300 + ], + "score": 0.86, + "latex": "10 \\%" + }, + { + "category_id": 13, + "poly": [ + 368, + 735, + 558, + 735, + 558, + 763, + 368, + 763 + ], + "score": 0.85, + "latex": "\\_" + }, + { + "category_id": 13, + "poly": [ + 403, + 568, + 426, + 568, + 426, + 594, + 403, + 594 + ], + "score": 0.85, + "latex": "\\theta _ { t }" + }, + { + "category_id": 13, + "poly": [ + 1303, + 365, + 1329, + 365, + 1329, + 390, + 1303, + 390 + ], + "score": 0.85, + "latex": "v _ { t }" + }, + { + "category_id": 13, + "poly": [ + 370, + 679, + 689, + 679, + 689, + 708, + 370, + 708 + ], + "score": 0.84, + "latex": "v _ { t } \\beta _ { 2 } \\cdot v _ { t - 1 } + ( 1 - \\beta _ { 2 } ) \\cdot g _ { t } ^ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 367, + 707, + 576, + 707, + 576, + 735, + 367, + 735 + ], + "score": 0.84, + "latex": "\\widehat { m } _ { t } \\gets m _ { t } / ( 1 - \\beta _ { 1 } ^ { t } )" + }, + { + "category_id": 13, + "poly": [ + 338, + 541, + 405, + 541, + 405, + 566, + 338, + 566 + ], + "score": 0.84, + "latex": "t \\gets 0" + }, + { + "category_id": 13, + "poly": [ + 422, + 820, + 447, + 820, + 447, + 847, + 422, + 847 + ], + "score": 0.82, + "latex": "\\theta _ { t }" + }, + { + "category_id": 13, + "poly": [ + 368, + 650, + 704, + 650, + 704, + 678, + 368, + 678 + ], + "score": 0.82, + "latex": "m _ { t } \\gets \\beta _ { 1 } \\cdot \\dot { m } _ { t - 1 } \\dot { + } \\left( 1 - \\beta _ { 1 } \\right) \\cdot g _ { t }" + }, + { + "category_id": 13, + "poly": [ + 1204, + 272, + 1219, + 272, + 1219, + 296, + 1204, + 296 + ], + "score": 0.66, + "latex": "t" + }, + { + "category_id": 13, + "poly": [ + 717, + 458, + 743, + 458, + 743, + 484, + 717, + 484 + ], + "score": 0.58, + "latex": "\\theta _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 403, + 434, + 423, + 434, + 423, + 454, + 403, + 454 + ], + "score": 0.56, + "latex": "\\alpha" + }, + { + "category_id": 13, + "poly": [ + 790, + 1207, + 909, + 1207, + 909, + 1240, + 790, + 1240 + ], + "score": 0.55, + "latex": "\\mathbf { B E R T _ { L a r g e } }" + }, + { + "category_id": 13, + "poly": [ + 692, + 459, + 708, + 459, + 708, + 482, + 692, + 482 + ], + "score": 0.47, + "latex": "\\theta" + }, + { + "category_id": 13, + "poly": [ + 1077, + 627, + 1091, + 627, + 1091, + 648, + 1077, + 648 + ], + "score": 0.31, + "latex": "t" + }, + { + "category_id": 15, + "poly": [ + 327.0, + 1985.0, + 821.0, + 1985.0, + 821.0, + 2030.0, + 327.0, + 2030.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 329.0, + 2018.0, + 680.0, + 2018.0, + 680.0, + 2059.0, + 329.0, + 2059.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 328.0, + 2049.0, + 1172.0, + 2049.0, + 1172.0, + 2087.0, + 328.0, + 2087.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 326.0, + 2076.0, + 1367.0, + 2076.0, + 1367.0, + 2119.0, + 326.0, + 2119.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 332.0, + 2109.0, + 713.0, + 2109.0, + 713.0, + 2144.0, + 332.0, + 2144.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 815.0, + 73.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1462.0, + 1324.0, + 1462.0, + 1324.0, + 1504.0, + 292.0, + 1504.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1531.0, + 1404.0, + 1531.0, + 1404.0, + 1565.0, + 295.0, + 1565.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1560.0, + 1407.0, + 1560.0, + 1407.0, + 1596.0, + 294.0, + 1596.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1590.0, + 1405.0, + 1590.0, + 1405.0, + 1629.0, + 292.0, + 1629.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1623.0, + 1405.0, + 1623.0, + 1405.0, + 1657.0, + 294.0, + 1657.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1652.0, + 1409.0, + 1652.0, + 1409.0, + 1690.0, + 294.0, + 1690.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1681.0, + 1407.0, + 1681.0, + 1407.0, + 1718.0, + 294.0, + 1718.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1716.0, + 1407.0, + 1716.0, + 1407.0, + 1747.0, + 294.0, + 1747.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1746.0, + 1405.0, + 1746.0, + 1405.0, + 1776.0, + 296.0, + 1776.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1774.0, + 1407.0, + 1774.0, + 1407.0, + 1809.0, + 292.0, + 1809.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1803.0, + 1409.0, + 1803.0, + 1409.0, + 1842.0, + 294.0, + 1842.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1832.0, + 1410.0, + 1832.0, + 1410.0, + 1874.0, + 292.0, + 1874.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1864.0, + 779.0, + 1864.0, + 779.0, + 1901.0, + 295.0, + 1901.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1175.0, + 1410.0, + 1175.0, + 1410.0, + 1212.0, + 294.0, + 1212.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1204.0, + 789.0, + 1204.0, + 789.0, + 1245.0, + 292.0, + 1245.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 910.0, + 1204.0, + 1408.0, + 1204.0, + 1408.0, + 1245.0, + 910.0, + 1245.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1238.0, + 507.0, + 1238.0, + 507.0, + 1274.0, + 292.0, + 1274.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 619.0, + 1238.0, + 1407.0, + 1238.0, + 1407.0, + 1274.0, + 619.0, + 1274.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1270.0, + 946.0, + 1270.0, + 946.0, + 1304.0, + 294.0, + 1304.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1002.0, + 1270.0, + 1405.0, + 1270.0, + 1405.0, + 1304.0, + 1002.0, + 1304.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1301.0, + 1406.0, + 1301.0, + 1406.0, + 1335.0, + 295.0, + 1335.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1330.0, + 1407.0, + 1330.0, + 1407.0, + 1367.0, + 292.0, + 1367.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1361.0, + 1406.0, + 1361.0, + 1406.0, + 1398.0, + 294.0, + 1398.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1394.0, + 597.0, + 1394.0, + 597.0, + 1429.0, + 296.0, + 1429.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 916.0, + 1407.0, + 916.0, + 1407.0, + 949.0, + 295.0, + 949.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 948.0, + 1405.0, + 948.0, + 1405.0, + 978.0, + 296.0, + 978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 973.0, + 1406.0, + 973.0, + 1406.0, + 1014.0, + 292.0, + 1014.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1008.0, + 1405.0, + 1008.0, + 1405.0, + 1042.0, + 295.0, + 1042.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1038.0, + 1408.0, + 1038.0, + 1408.0, + 1069.0, + 294.0, + 1069.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1068.0, + 1406.0, + 1068.0, + 1406.0, + 1102.0, + 295.0, + 1102.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1099.0, + 1406.0, + 1099.0, + 1406.0, + 1133.0, + 295.0, + 1133.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1127.0, + 1323.0, + 1127.0, + 1323.0, + 1163.0, + 294.0, + 1163.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1913.0, + 1404.0, + 1913.0, + 1404.0, + 1948.0, + 295.0, + 1948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1941.0, + 1407.0, + 1941.0, + 1407.0, + 1980.0, + 293.0, + 1980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 236.0, + 1365.0, + 236.0, + 1365.0, + 272.0, + 295.0, + 272.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 262.0, + 421.0, + 262.0, + 421.0, + 305.0, + 291.0, + 305.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 454.0, + 262.0, + 826.0, + 262.0, + 826.0, + 305.0, + 454.0, + 305.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 913.0, + 262.0, + 929.0, + 262.0, + 929.0, + 305.0, + 913.0, + 305.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 963.0, + 262.0, + 1015.0, + 262.0, + 1015.0, + 305.0, + 963.0, + 305.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1049.0, + 262.0, + 1203.0, + 262.0, + 1203.0, + 305.0, + 1049.0, + 305.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1220.0, + 262.0, + 1365.0, + 262.0, + 1365.0, + 305.0, + 1220.0, + 305.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 294.0, + 328.0, + 294.0, + 328.0, + 337.0, + 292.0, + 337.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 398.0, + 294.0, + 1367.0, + 294.0, + 1367.0, + 337.0, + 398.0, + 337.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 326.0, + 761.0, + 326.0, + 761.0, + 363.0, + 292.0, + 363.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 893.0, + 326.0, + 906.0, + 326.0, + 906.0, + 363.0, + 893.0, + 363.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1021.0, + 326.0, + 1032.0, + 326.0, + 1032.0, + 363.0, + 1021.0, + 363.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1175.0, + 326.0, + 1238.0, + 326.0, + 1238.0, + 363.0, + 1175.0, + 363.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1357.0, + 326.0, + 1367.0, + 326.0, + 1367.0, + 363.0, + 1357.0, + 363.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 356.0, + 1214.0, + 356.0, + 1214.0, + 394.0, + 293.0, + 394.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1253.0, + 356.0, + 1302.0, + 356.0, + 1302.0, + 394.0, + 1253.0, + 394.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1330.0, + 356.0, + 1365.0, + 356.0, + 1365.0, + 394.0, + 1330.0, + 394.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 335.0, + 388.0, + 383.0, + 388.0, + 383.0, + 424.0, + 335.0, + 424.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 412.0, + 388.0, + 534.0, + 388.0, + 534.0, + 424.0, + 412.0, + 424.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 428.0, + 402.0, + 428.0, + 402.0, + 459.0, + 296.0, + 459.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 424.0, + 428.0, + 572.0, + 428.0, + 572.0, + 459.0, + 424.0, + 459.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 724.0, + 428.0, + 1237.0, + 428.0, + 1237.0, + 459.0, + 724.0, + 459.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1288.0, + 428.0, + 1404.0, + 428.0, + 1404.0, + 459.0, + 1288.0, + 459.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 335.0, + 452.0, + 691.0, + 452.0, + 691.0, + 491.0, + 335.0, + 491.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 709.0, + 452.0, + 716.0, + 452.0, + 716.0, + 491.0, + 709.0, + 491.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 744.0, + 452.0, + 1000.0, + 452.0, + 1000.0, + 491.0, + 744.0, + 491.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1104.0, + 452.0, + 1367.0, + 452.0, + 1367.0, + 491.0, + 1104.0, + 491.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 304.0, + 481.0, + 338.0, + 481.0, + 338.0, + 514.0, + 304.0, + 514.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 431.0, + 481.0, + 746.0, + 481.0, + 746.0, + 514.0, + 431.0, + 514.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 305.0, + 510.0, + 338.0, + 510.0, + 338.0, + 542.0, + 305.0, + 542.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 421.0, + 510.0, + 765.0, + 510.0, + 765.0, + 542.0, + 421.0, + 542.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 303.0, + 537.0, + 337.0, + 537.0, + 337.0, + 571.0, + 303.0, + 571.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 406.0, + 537.0, + 610.0, + 537.0, + 610.0, + 571.0, + 406.0, + 571.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 303.0, + 564.0, + 402.0, + 564.0, + 402.0, + 598.0, + 303.0, + 598.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 427.0, + 564.0, + 610.0, + 564.0, + 610.0, + 598.0, + 427.0, + 598.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 305.0, + 593.0, + 335.0, + 593.0, + 335.0, + 625.0, + 305.0, + 625.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 474.0, + 595.0, + 477.0, + 595.0, + 477.0, + 625.0, + 474.0, + 625.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 306.0, + 623.0, + 334.0, + 623.0, + 334.0, + 651.0, + 306.0, + 651.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 362.0, + 621.0, + 365.0, + 621.0, + 365.0, + 655.0, + 362.0, + 655.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 554.0, + 621.0, + 1076.0, + 621.0, + 1076.0, + 655.0, + 554.0, + 655.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1092.0, + 621.0, + 1103.0, + 621.0, + 1103.0, + 655.0, + 1092.0, + 655.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 305.0, + 646.0, + 335.0, + 646.0, + 335.0, + 681.0, + 305.0, + 681.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 363.0, + 650.0, + 367.0, + 650.0, + 367.0, + 679.0, + 363.0, + 679.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 705.0, + 650.0, + 1097.0, + 650.0, + 1097.0, + 679.0, + 705.0, + 679.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 304.0, + 674.0, + 335.0, + 674.0, + 335.0, + 707.0, + 304.0, + 707.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 363.0, + 676.0, + 369.0, + 676.0, + 369.0, + 711.0, + 363.0, + 711.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 690.0, + 676.0, + 1154.0, + 676.0, + 1154.0, + 711.0, + 690.0, + 711.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 303.0, + 704.0, + 335.0, + 704.0, + 335.0, + 735.0, + 303.0, + 735.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 577.0, + 705.0, + 1063.0, + 705.0, + 1063.0, + 737.0, + 577.0, + 737.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 732.0, + 336.0, + 732.0, + 336.0, + 761.0, + 296.0, + 761.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 559.0, + 732.0, + 1118.0, + 732.0, + 1118.0, + 763.0, + 559.0, + 763.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 762.0, + 339.0, + 762.0, + 339.0, + 794.0, + 294.0, + 794.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 364.0, + 762.0, + 368.0, + 762.0, + 368.0, + 796.0, + 364.0, + 796.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 697.0, + 762.0, + 910.0, + 762.0, + 910.0, + 796.0, + 697.0, + 796.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 787.0, + 450.0, + 787.0, + 450.0, + 821.0, + 293.0, + 821.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 817.0, + 421.0, + 817.0, + 421.0, + 851.0, + 295.0, + 851.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 448.0, + 817.0, + 684.0, + 817.0, + 684.0, + 851.0, + 448.0, + 851.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1462.0, + 1324.0, + 1462.0, + 1324.0, + 1504.0, + 292.0, + 1504.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 2, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1571, + 1405, + 1571, + 1405, + 1908, + 297, + 1908 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 297, + 838, + 1404, + 838, + 1404, + 1083, + 297, + 1083 + ], + "score": 0.976 + }, + { + "category_id": 3, + "poly": [ + 692, + 221, + 1031, + 221, + 1031, + 530, + 692, + 530 + ], + "score": 0.964 + }, + { + "category_id": 4, + "poly": [ + 296, + 554, + 667, + 554, + 667, + 795, + 296, + 795 + ], + "score": 0.963 + }, + { + "category_id": 2, + "poly": [ + 298, + 1947, + 1410, + 1947, + 1410, + 2034, + 298, + 2034 + ], + "score": 0.957 + }, + { + "category_id": 4, + "poly": [ + 694, + 553, + 1031, + 553, + 1031, + 797, + 694, + 797 + ], + "score": 0.954 + }, + { + "category_id": 3, + "poly": [ + 1081, + 253, + 1375, + 253, + 1375, + 530, + 1081, + 530 + ], + "score": 0.954 + }, + { + "category_id": 4, + "poly": [ + 1058, + 553, + 1397, + 553, + 1397, + 794, + 1058, + 794 + ], + "score": 0.942 + }, + { + "category_id": 3, + "poly": [ + 305, + 242, + 658, + 242, + 658, + 531, + 305, + 531 + ], + "score": 0.942 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 812, + 76, + 812, + 104, + 299, + 104 + ], + "score": 0.89 + }, + { + "category_id": 1, + "poly": [ + 297, + 1098, + 1409, + 1098, + 1409, + 1557, + 297, + 1557 + ], + "score": 0.869 + }, + { + "category_id": 2, + "poly": [ + 840, + 2089, + 857, + 2089, + 857, + 2111, + 840, + 2111 + ], + "score": 0.783 + }, + { + "category_id": 4, + "poly": [ + 1058, + 552, + 1397, + 552, + 1397, + 794, + 1058, + 794 + ], + "score": 0.371 + }, + { + "category_id": 13, + "poly": [ + 843, + 1262, + 924, + 1262, + 924, + 1318, + 843, + 1318 + ], + "score": 0.93, + "latex": "\\frac { \\sqrt { 1 - \\beta _ { 2 } ^ { t } } } { 1 - \\beta _ { 1 } ^ { t } }" + }, + { + "category_id": 13, + "poly": [ + 586, + 960, + 684, + 960, + 684, + 993, + 586, + 993 + ], + "score": 0.93, + "latex": "( 1 - \\beta _ { 1 } ^ { t } )" + }, + { + "category_id": 13, + "poly": [ + 738, + 959, + 835, + 959, + 835, + 993, + 738, + 993 + ], + "score": 0.93, + "latex": "( 1 - \\bar { \\beta } _ { 2 } ^ { t } )" + }, + { + "category_id": 13, + "poly": [ + 591, + 1099, + 638, + 1099, + 638, + 1142, + 591, + 1142 + ], + "score": 0.92, + "latex": "\\frac { \\hat { m } _ { t } } { \\sqrt { \\hat { v } _ { t } } }" + }, + { + "category_id": 13, + "poly": [ + 596, + 1021, + 645, + 1021, + 645, + 1055, + 596, + 1055 + ], + "score": 0.91, + "latex": "\\sqrt { v _ { t } }" + }, + { + "category_id": 13, + "poly": [ + 1179, + 839, + 1251, + 839, + 1251, + 871, + 1179, + 871 + ], + "score": 0.91, + "latex": "\\beta _ { 1 } , \\beta _ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 380, + 900, + 411, + 900, + 411, + 930, + 380, + 930 + ], + "score": 0.89, + "latex": "\\beta _ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 297, + 899, + 328, + 899, + 328, + 931, + 297, + 931 + ], + "score": 0.88, + "latex": "\\beta _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 437, + 963, + 474, + 963, + 474, + 991, + 437, + 991 + ], + "score": 0.87, + "latex": "m _ { t }" + }, + { + "category_id": 13, + "poly": [ + 1140, + 1726, + 1195, + 1726, + 1195, + 1755, + 1140, + 1755 + ], + "score": 0.87, + "latex": "55 \\%" + }, + { + "category_id": 13, + "poly": [ + 879, + 873, + 917, + 873, + 917, + 899, + 879, + 899 + ], + "score": 0.87, + "latex": "m _ { t }" + }, + { + "category_id": 13, + "poly": [ + 1116, + 994, + 1154, + 994, + 1154, + 1021, + 1116, + 1021 + ], + "score": 0.86, + "latex": "m _ { t }" + }, + { + "category_id": 13, + "poly": [ + 966, + 873, + 993, + 873, + 993, + 899, + 966, + 899 + ], + "score": 0.86, + "latex": "v _ { t }" + }, + { + "category_id": 13, + "poly": [ + 719, + 903, + 756, + 903, + 756, + 930, + 719, + 930 + ], + "score": 0.86, + "latex": "m _ { t }" + }, + { + "category_id": 13, + "poly": [ + 555, + 1726, + 611, + 1726, + 611, + 1755, + 555, + 1755 + ], + "score": 0.86, + "latex": "48 \\%" + }, + { + "category_id": 13, + "poly": [ + 883, + 1233, + 920, + 1233, + 920, + 1261, + 883, + 1261 + ], + "score": 0.86, + "latex": "m _ { t }" + }, + { + "category_id": 13, + "poly": [ + 807, + 903, + 834, + 903, + 834, + 930, + 807, + 930 + ], + "score": 0.85, + "latex": "v _ { t }" + }, + { + "category_id": 13, + "poly": [ + 524, + 963, + 551, + 963, + 551, + 991, + 524, + 991 + ], + "score": 0.85, + "latex": "v _ { t }" + }, + { + "category_id": 13, + "poly": [ + 1051, + 840, + 1094, + 840, + 1094, + 869, + 1051, + 869 + ], + "score": 0.84, + "latex": "( v _ { t } )" + }, + { + "category_id": 13, + "poly": [ + 973, + 1233, + 999, + 1233, + 999, + 1260, + 973, + 1260 + ], + "score": 0.83, + "latex": "v _ { t }" + }, + { + "category_id": 13, + "poly": [ + 703, + 841, + 757, + 841, + 757, + 870, + 703, + 870 + ], + "score": 0.81, + "latex": "( m _ { t } )" + }, + { + "category_id": 13, + "poly": [ + 504, + 992, + 522, + 992, + 522, + 1018, + 504, + 1018 + ], + "score": 0.81, + "latex": "\\theta" + }, + { + "category_id": 13, + "poly": [ + 366, + 933, + 380, + 933, + 380, + 957, + 366, + 957 + ], + "score": 0.75, + "latex": "t" + }, + { + "category_id": 13, + "poly": [ + 652, + 1602, + 743, + 1602, + 743, + 1633, + 652, + 1633 + ], + "score": 0.39, + "latex": "\\mathrm { \\bf A D A M } ^ { 9 }" + }, + { + "category_id": 15, + "poly": [ + 763.0, + 220.0, + 1019.0, + 220.0, + 1019.0, + 252.0, + 763.0, + 252.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 718.0, + 234.0, + 760.0, + 234.0, + 760.0, + 268.0, + 718.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 841.0, + 263.0, + 878.0, + 263.0, + 878.0, + 302.0, + 841.0, + 302.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 968.0, + 266.0, + 1009.0, + 266.0, + 1009.0, + 302.0, + 968.0, + 302.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 718.0, + 283.0, + 758.0, + 283.0, + 758.0, + 314.0, + 718.0, + 314.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 693.0, + 284.0, + 725.0, + 284.0, + 725.0, + 467.0, + 693.0, + 467.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 796.0, + 303.0, + 807.0, + 303.0, + 807.0, + 317.0, + 796.0, + 317.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 783.0, + 315.0, + 794.0, + 315.0, + 794.0, + 332.0, + 783.0, + 332.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 797.0, + 320.0, + 805.0, + 320.0, + 805.0, + 327.0, + 797.0, + 327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 923.0, + 317.0, + 938.0, + 317.0, + 938.0, + 333.0, + 923.0, + 333.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 794.0, + 326.0, + 810.0, + 326.0, + 810.0, + 344.0, + 794.0, + 344.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 720.0, + 370.0, + 757.0, + 370.0, + 757.0, + 407.0, + 720.0, + 407.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 974.0, + 367.0, + 991.0, + 367.0, + 991.0, + 383.0, + 974.0, + 383.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 788.0, + 391.0, + 877.0, + 391.0, + 877.0, + 420.0, + 788.0, + 420.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 777.0, + 429.0, + 785.0, + 429.0, + 785.0, + 435.0, + 777.0, + 435.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 787.0, + 415.0, + 901.0, + 415.0, + 901.0, + 443.0, + 787.0, + 443.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 784.0, + 439.0, + 857.0, + 439.0, + 857.0, + 470.0, + 784.0, + 470.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 776.0, + 448.0, + 790.0, + 448.0, + 790.0, + 461.0, + 776.0, + 461.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 719.0, + 465.0, + 759.0, + 465.0, + 759.0, + 495.0, + 719.0, + 495.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 766.0, + 464.0, + 854.0, + 464.0, + 854.0, + 496.0, + 766.0, + 496.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 973.0, + 469.0, + 992.0, + 469.0, + 992.0, + 492.0, + 973.0, + 492.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 770.0, + 502.0, + 1021.0, + 502.0, + 1021.0, + 531.0, + 770.0, + 531.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 717.0, + 327.5, + 761.0, + 327.5, + 761.0, + 358.5, + 717.0, + 358.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 707.0, + 411.0, + 765.0, + 411.0, + 765.0, + 451.5, + 707.0, + 451.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 549.0, + 671.0, + 549.0, + 671.0, + 589.0, + 294.0, + 589.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 583.0, + 669.0, + 583.0, + 669.0, + 613.0, + 297.0, + 613.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 613.0, + 667.0, + 613.0, + 667.0, + 643.0, + 297.0, + 643.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 645.0, + 669.0, + 645.0, + 669.0, + 674.0, + 294.0, + 674.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 674.0, + 668.0, + 674.0, + 668.0, + 705.0, + 295.0, + 705.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 705.0, + 668.0, + 705.0, + 668.0, + 737.0, + 295.0, + 737.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 736.0, + 668.0, + 736.0, + 668.0, + 767.0, + 296.0, + 767.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 767.0, + 657.0, + 767.0, + 657.0, + 797.0, + 295.0, + 797.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 328.0, + 1940.0, + 1406.0, + 1940.0, + 1406.0, + 1985.0, + 328.0, + 1985.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1975.0, + 877.0, + 1975.0, + 877.0, + 2005.0, + 296.0, + 2005.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 326.0, + 1997.0, + 1416.0, + 1997.0, + 1416.0, + 2041.0, + 326.0, + 2041.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 694.0, + 552.0, + 1036.0, + 552.0, + 1036.0, + 586.0, + 694.0, + 586.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 695.0, + 584.0, + 1032.0, + 584.0, + 1032.0, + 615.0, + 695.0, + 615.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 693.0, + 613.0, + 1033.0, + 613.0, + 1033.0, + 645.0, + 693.0, + 645.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 693.0, + 643.0, + 1033.0, + 643.0, + 1033.0, + 676.0, + 693.0, + 676.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 694.0, + 674.0, + 1033.0, + 674.0, + 1033.0, + 705.0, + 694.0, + 705.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 692.0, + 704.0, + 1035.0, + 704.0, + 1035.0, + 736.0, + 692.0, + 736.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 692.0, + 731.0, + 1032.0, + 731.0, + 1032.0, + 772.0, + 692.0, + 772.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 692.0, + 765.0, + 868.0, + 765.0, + 868.0, + 802.0, + 692.0, + 802.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1231.0, + 252.0, + 1291.0, + 252.0, + 1291.0, + 284.0, + 1231.0, + 284.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1107.0, + 276.0, + 1161.0, + 276.0, + 1161.0, + 311.0, + 1107.0, + 311.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1080.0, + 317.0, + 1121.0, + 317.0, + 1121.0, + 442.0, + 1080.0, + 442.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1106.0, + 329.0, + 1160.0, + 329.0, + 1160.0, + 366.0, + 1106.0, + 366.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1105.0, + 384.0, + 1161.0, + 384.0, + 1161.0, + 419.0, + 1105.0, + 419.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1186.0, + 413.0, + 1276.0, + 413.0, + 1276.0, + 442.0, + 1186.0, + 442.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1105.0, + 440.0, + 1161.0, + 440.0, + 1161.0, + 475.0, + 1105.0, + 475.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1170.0, + 438.0, + 1304.0, + 438.0, + 1304.0, + 466.0, + 1170.0, + 466.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1147.0, + 473.0, + 1185.0, + 473.0, + 1185.0, + 505.0, + 1147.0, + 505.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1210.0, + 474.0, + 1247.0, + 474.0, + 1247.0, + 505.0, + 1210.0, + 505.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1269.0, + 475.0, + 1313.0, + 475.0, + 1313.0, + 504.0, + 1269.0, + 504.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1327.0, + 474.0, + 1376.0, + 474.0, + 1376.0, + 505.0, + 1327.0, + 505.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1225.0, + 494.0, + 1299.0, + 494.0, + 1299.0, + 540.0, + 1225.0, + 540.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1059.0, + 552.0, + 1399.0, + 552.0, + 1399.0, + 586.0, + 1059.0, + 586.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1058.0, + 582.0, + 1398.0, + 582.0, + 1398.0, + 616.0, + 1058.0, + 616.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1057.0, + 611.0, + 1401.0, + 611.0, + 1401.0, + 648.0, + 1057.0, + 648.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1058.0, + 643.0, + 1401.0, + 643.0, + 1401.0, + 677.0, + 1058.0, + 677.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1059.0, + 674.0, + 1397.0, + 674.0, + 1397.0, + 705.0, + 1059.0, + 705.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1058.0, + 705.0, + 1399.0, + 705.0, + 1399.0, + 739.0, + 1058.0, + 739.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1056.0, + 730.0, + 1398.0, + 730.0, + 1398.0, + 773.0, + 1056.0, + 773.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1055.0, + 766.0, + 1120.0, + 766.0, + 1120.0, + 799.0, + 1055.0, + 799.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 598.0, + 267.0, + 633.0, + 267.0, + 633.0, + 288.0, + 598.0, + 288.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 278.0, + 359.0, + 278.0, + 359.0, + 458.0, + 323.0, + 458.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 356.0, + 285.0, + 368.0, + 285.0, + 368.0, + 300.0, + 356.0, + 300.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 599.0, + 285.0, + 635.0, + 285.0, + 635.0, + 306.0, + 599.0, + 306.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 599.0, + 304.0, + 645.0, + 304.0, + 645.0, + 325.0, + 599.0, + 325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 355.0, + 315.0, + 369.0, + 315.0, + 369.0, + 338.0, + 355.0, + 338.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 600.0, + 324.0, + 645.0, + 324.0, + 645.0, + 344.0, + 600.0, + 344.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 304.0, + 331.0, + 334.0, + 331.0, + 334.0, + 410.0, + 304.0, + 410.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 599.0, + 343.0, + 643.0, + 343.0, + 643.0, + 363.0, + 599.0, + 363.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 355.0, + 353.0, + 369.0, + 353.0, + 369.0, + 376.0, + 355.0, + 376.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 593.0, + 362.0, + 644.0, + 362.0, + 644.0, + 382.0, + 593.0, + 382.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 355.0, + 389.0, + 369.0, + 389.0, + 369.0, + 409.0, + 355.0, + 409.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 368.0, + 476.0, + 658.0, + 476.0, + 658.0, + 504.0, + 368.0, + 504.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 375.0, + 502.0, + 649.0, + 502.0, + 649.0, + 530.0, + 375.0, + 530.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 815.0, + 73.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2086.0, + 862.0, + 2086.0, + 862.0, + 2118.0, + 838.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1059.0, + 553.0, + 1398.0, + 553.0, + 1398.0, + 587.0, + 1059.0, + 587.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1058.0, + 584.0, + 1399.0, + 584.0, + 1399.0, + 618.0, + 1058.0, + 618.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1057.0, + 612.0, + 1401.0, + 612.0, + 1401.0, + 648.0, + 1057.0, + 648.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1060.0, + 645.0, + 1400.0, + 645.0, + 1400.0, + 676.0, + 1060.0, + 676.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1057.0, + 672.0, + 1398.0, + 672.0, + 1398.0, + 708.0, + 1057.0, + 708.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1058.0, + 708.0, + 1397.0, + 708.0, + 1397.0, + 737.0, + 1058.0, + 737.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1056.0, + 731.0, + 1398.0, + 731.0, + 1398.0, + 772.0, + 1056.0, + 772.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1055.0, + 765.0, + 1120.0, + 765.0, + 1120.0, + 799.0, + 1055.0, + 799.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1571.0, + 1406.0, + 1571.0, + 1406.0, + 1609.0, + 294.0, + 1609.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1600.0, + 651.0, + 1600.0, + 651.0, + 1638.0, + 294.0, + 1638.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 744.0, + 1600.0, + 1408.0, + 1600.0, + 1408.0, + 1638.0, + 744.0, + 1638.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1635.0, + 1403.0, + 1635.0, + 1403.0, + 1666.0, + 296.0, + 1666.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1665.0, + 1406.0, + 1665.0, + 1406.0, + 1699.0, + 294.0, + 1699.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1695.0, + 1408.0, + 1695.0, + 1408.0, + 1728.0, + 292.0, + 1728.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1725.0, + 554.0, + 1725.0, + 554.0, + 1759.0, + 294.0, + 1759.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 612.0, + 1725.0, + 1139.0, + 1725.0, + 1139.0, + 1759.0, + 612.0, + 1759.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1196.0, + 1725.0, + 1406.0, + 1725.0, + 1406.0, + 1759.0, + 1196.0, + 1759.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1756.0, + 1405.0, + 1756.0, + 1405.0, + 1790.0, + 294.0, + 1790.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1787.0, + 1405.0, + 1787.0, + 1405.0, + 1821.0, + 295.0, + 1821.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1816.0, + 1403.0, + 1816.0, + 1403.0, + 1851.0, + 295.0, + 1851.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1848.0, + 1405.0, + 1848.0, + 1405.0, + 1880.0, + 294.0, + 1880.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1876.0, + 1268.0, + 1876.0, + 1268.0, + 1913.0, + 294.0, + 1913.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 836.0, + 702.0, + 836.0, + 702.0, + 877.0, + 292.0, + 877.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 758.0, + 836.0, + 1050.0, + 836.0, + 1050.0, + 877.0, + 758.0, + 877.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1095.0, + 836.0, + 1178.0, + 836.0, + 1178.0, + 877.0, + 1095.0, + 877.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1252.0, + 836.0, + 1406.0, + 836.0, + 1406.0, + 877.0, + 1252.0, + 877.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 869.0, + 878.0, + 869.0, + 878.0, + 903.0, + 295.0, + 903.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 918.0, + 869.0, + 965.0, + 869.0, + 965.0, + 903.0, + 918.0, + 903.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 994.0, + 869.0, + 1406.0, + 869.0, + 1406.0, + 903.0, + 994.0, + 903.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 896.0, + 296.0, + 896.0, + 296.0, + 937.0, + 292.0, + 937.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 329.0, + 896.0, + 379.0, + 896.0, + 379.0, + 937.0, + 329.0, + 937.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 412.0, + 896.0, + 718.0, + 896.0, + 718.0, + 937.0, + 412.0, + 937.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 757.0, + 896.0, + 806.0, + 896.0, + 806.0, + 937.0, + 757.0, + 937.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 835.0, + 896.0, + 1405.0, + 896.0, + 1405.0, + 937.0, + 835.0, + 937.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 929.0, + 365.0, + 929.0, + 365.0, + 963.0, + 295.0, + 963.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 381.0, + 929.0, + 1405.0, + 929.0, + 1405.0, + 963.0, + 381.0, + 963.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 958.0, + 436.0, + 958.0, + 436.0, + 995.0, + 294.0, + 995.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 475.0, + 958.0, + 523.0, + 958.0, + 523.0, + 995.0, + 475.0, + 995.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 552.0, + 958.0, + 585.0, + 958.0, + 585.0, + 995.0, + 552.0, + 995.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 685.0, + 958.0, + 737.0, + 958.0, + 737.0, + 995.0, + 685.0, + 995.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 836.0, + 958.0, + 1405.0, + 958.0, + 1405.0, + 995.0, + 836.0, + 995.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 989.0, + 503.0, + 989.0, + 503.0, + 1026.0, + 294.0, + 1026.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 523.0, + 989.0, + 1115.0, + 989.0, + 1115.0, + 1026.0, + 523.0, + 1026.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1155.0, + 989.0, + 1405.0, + 989.0, + 1405.0, + 1026.0, + 1155.0, + 1026.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1022.0, + 595.0, + 1022.0, + 595.0, + 1055.0, + 294.0, + 1055.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 646.0, + 1022.0, + 1404.0, + 1022.0, + 1404.0, + 1055.0, + 646.0, + 1055.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1053.0, + 864.0, + 1053.0, + 864.0, + 1086.0, + 295.0, + 1086.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1100.0, + 589.0, + 1100.0, + 589.0, + 1135.0, + 295.0, + 1135.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 639.0, + 1095.0, + 1405.0, + 1095.0, + 1405.0, + 1147.0, + 639.0, + 1147.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1135.0, + 1405.0, + 1135.0, + 1405.0, + 1174.0, + 293.0, + 1174.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1169.0, + 1407.0, + 1169.0, + 1407.0, + 1204.0, + 292.0, + 1204.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1196.0, + 1405.0, + 1196.0, + 1405.0, + 1234.0, + 294.0, + 1234.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1230.0, + 882.0, + 1230.0, + 882.0, + 1265.0, + 295.0, + 1265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 921.0, + 1230.0, + 972.0, + 1230.0, + 972.0, + 1265.0, + 921.0, + 1265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1000.0, + 1230.0, + 1407.0, + 1230.0, + 1407.0, + 1265.0, + 1000.0, + 1265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1258.0, + 842.0, + 1258.0, + 842.0, + 1323.0, + 294.0, + 1323.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 925.0, + 1258.0, + 929.0, + 1258.0, + 929.0, + 1323.0, + 925.0, + 1323.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 933.0, + 1269.0, + 1409.0, + 1269.0, + 1409.0, + 1314.0, + 933.0, + 1314.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1313.0, + 1406.0, + 1313.0, + 1406.0, + 1347.0, + 295.0, + 1347.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1345.0, + 1405.0, + 1345.0, + 1405.0, + 1376.0, + 295.0, + 1376.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1371.0, + 1406.0, + 1371.0, + 1406.0, + 1407.0, + 292.0, + 1407.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1405.0, + 1407.0, + 1405.0, + 1407.0, + 1440.0, + 294.0, + 1440.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1435.0, + 1406.0, + 1435.0, + 1406.0, + 1468.0, + 295.0, + 1468.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1466.0, + 1406.0, + 1466.0, + 1406.0, + 1501.0, + 295.0, + 1501.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1493.0, + 1403.0, + 1493.0, + 1403.0, + 1531.0, + 292.0, + 1531.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1527.0, + 604.0, + 1527.0, + 604.0, + 1558.0, + 296.0, + 1558.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 3, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 1637, + 1405, + 1637, + 1405, + 2033, + 298, + 2033 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 297, + 1173, + 1404, + 1173, + 1404, + 1510, + 297, + 1510 + ], + "score": 0.982 + }, + { + "category_id": 5, + "poly": [ + 298, + 592, + 1389, + 592, + 1389, + 948, + 298, + 948 + ], + "score": 0.976, + "html": "
DatasetRTEMRPCSTS-BCoLA
3Epochs Standard 69.5±2.5 Re-init 72.6 ± 1.6Longer 72.3 ± 1.9 73.1 ± 1.33 Epochs 90.8± 1.3 91.4 ± 0.8Longer 90.5±1.5 91.0±0.43Epochs 89.0±0.6 89.4±0.2Longer 89.6 ± 0.3 89.9 ± 0.13 Epochs 63.0 ±1.5 63.9 ± 1.9Longer 62.4 ±1.7 61.9 ± 2.3
DatasetRTE(1k)MRPC (1k)STS-B (1k)CoLA (1k)
Standard Re-init3Epochs 62.5± 2.8 65.6 ± 2.0Longer 65.2 ± 2.1 65.8 ± 1.73 Epochs 80.5±3.3 84.6±1.6Longer 83.8±2.1 86.0 ± 1.23Epochs 84.7 ± 1.4 87.2 ±0.4Longer 88.0±0.4 88.4 ±0.23 Epochs 45.9± 1.6 47.6±1.8Longer 48.8 ± 1.4 48.4 ± 2.1
DatasetSST (1k)QNLI (1k)QQP (1k)MNLI (1k)
Standard Re-init3Epochs 89.7 ±1.5 90.8±0.4Longer 90.9±0.5 91.2 ± 0.53Epochs 78.6±2.0 81.9 ± 0.5Longer 81.4±0.9 82.1 ± 0.33Epochs 74.0±2.7 77.2±0.7 77.6 ± 0.6Longer 77.4 ± 0.83Epochs 52.2±4.2Longer 67.5 ±1.1
" + }, + { + "category_id": 3, + "poly": [ + 292, + 217, + 1404, + 217, + 1404, + 459, + 292, + 459 + ], + "score": 0.965 + }, + { + "category_id": 0, + "poly": [ + 297, + 1562, + 1271, + 1562, + 1271, + 1599, + 297, + 1599 + ], + "score": 0.895 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 812, + 76, + 812, + 104, + 299, + 104 + ], + "score": 0.89 + }, + { + "category_id": 4, + "poly": [ + 297, + 479, + 1400, + 479, + 1400, + 573, + 297, + 573 + ], + "score": 0.878 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 858, + 2088, + 858, + 2112, + 841, + 2112 + ], + "score": 0.733 + }, + { + "category_id": 1, + "poly": [ + 297, + 979, + 1404, + 979, + 1404, + 1133, + 297, + 1133 + ], + "score": 0.711 + }, + { + "category_id": 6, + "poly": [ + 297, + 979, + 1404, + 979, + 1404, + 1133, + 297, + 1133 + ], + "score": 0.261 + }, + { + "category_id": 13, + "poly": [ + 869, + 1103, + 972, + 1103, + 972, + 1134, + 869, + 1134 + ], + "score": 0.9, + "latex": "p < 0 . 0 5" + }, + { + "category_id": 13, + "poly": [ + 407, + 1105, + 421, + 1105, + 421, + 1129, + 407, + 1129 + ], + "score": 0.75, + "latex": "t" + }, + { + "category_id": 15, + "poly": [ + 267.0, + 230.0, + 390.0, + 230.0, + 390.0, + 433.0, + 267.0, + 433.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 438.0, + 216.0, + 492.0, + 216.0, + 492.0, + 250.0, + 438.0, + 250.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 543.0, + 235.0, + 659.0, + 235.0, + 659.0, + 413.0, + 543.0, + 413.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 702.0, + 215.0, + 775.0, + 215.0, + 775.0, + 247.0, + 702.0, + 247.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 840.0, + 235.0, + 915.0, + 235.0, + 915.0, + 402.0, + 840.0, + 402.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 979.0, + 218.0, + 1051.0, + 218.0, + 1051.0, + 250.0, + 979.0, + 250.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1112.0, + 235.0, + 1189.0, + 235.0, + 1189.0, + 407.0, + 1112.0, + 407.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1257.0, + 218.0, + 1324.0, + 218.0, + 1324.0, + 250.0, + 1257.0, + 250.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 317.0, + 296.0, + 363.0, + 296.0, + 363.0, + 329.0, + 317.0, + 329.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 593.0, + 299.0, + 637.0, + 299.0, + 637.0, + 327.0, + 593.0, + 327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 867.0, + 299.0, + 912.0, + 299.0, + 912.0, + 327.0, + 867.0, + 327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1140.0, + 289.0, + 1188.0, + 289.0, + 1188.0, + 317.0, + 1140.0, + 317.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1142.0, + 314.0, + 1188.0, + 314.0, + 1188.0, + 343.0, + 1142.0, + 343.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 316.0, + 331.0, + 363.0, + 331.0, + 363.0, + 359.0, + 316.0, + 359.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 593.0, + 331.0, + 638.0, + 331.0, + 638.0, + 359.0, + 593.0, + 359.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 868.0, + 331.0, + 912.0, + 331.0, + 912.0, + 359.0, + 868.0, + 359.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1142.0, + 342.0, + 1189.0, + 342.0, + 1189.0, + 370.0, + 1142.0, + 370.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1250.0, + 335.0, + 1352.0, + 335.0, + 1352.0, + 368.0, + 1250.0, + 368.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 868.0, + 365.0, + 912.0, + 365.0, + 912.0, + 389.0, + 868.0, + 389.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1141.0, + 369.0, + 1190.0, + 369.0, + 1190.0, + 399.0, + 1141.0, + 399.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1250.0, + 363.0, + 1384.0, + 363.0, + 1384.0, + 398.0, + 1250.0, + 398.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 315.0, + 394.0, + 370.0, + 394.0, + 370.0, + 428.0, + 315.0, + 428.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 383.0, + 403.0, + 584.0, + 403.0, + 584.0, + 437.0, + 383.0, + 437.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 590.0, + 394.0, + 643.0, + 394.0, + 643.0, + 428.0, + 590.0, + 428.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 660.0, + 406.0, + 857.0, + 406.0, + 857.0, + 436.0, + 660.0, + 436.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 866.0, + 394.0, + 921.0, + 394.0, + 921.0, + 428.0, + 866.0, + 428.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 934.0, + 403.0, + 1135.0, + 403.0, + 1135.0, + 437.0, + 934.0, + 437.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1141.0, + 394.0, + 1196.0, + 394.0, + 1196.0, + 429.0, + 1141.0, + 429.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1210.0, + 404.0, + 1372.0, + 404.0, + 1372.0, + 436.0, + 1210.0, + 436.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1374.0, + 409.0, + 1406.0, + 409.0, + 1406.0, + 433.0, + 1374.0, + 433.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 375.0, + 429.0, + 554.0, + 429.0, + 554.0, + 458.0, + 375.0, + 458.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 651.0, + 429.0, + 829.0, + 429.0, + 829.0, + 458.0, + 651.0, + 458.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 925.0, + 429.0, + 1104.0, + 429.0, + 1104.0, + 458.0, + 925.0, + 458.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1200.0, + 429.0, + 1378.0, + 429.0, + 1378.0, + 458.0, + 1200.0, + 458.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1561.0, + 1275.0, + 1561.0, + 1275.0, + 1603.0, + 292.0, + 1603.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 815.0, + 73.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 477.0, + 1405.0, + 477.0, + 1405.0, + 515.0, + 295.0, + 515.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 508.0, + 1405.0, + 508.0, + 1405.0, + 547.0, + 292.0, + 547.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 541.0, + 855.0, + 541.0, + 855.0, + 573.0, + 295.0, + 573.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2085.0, + 861.0, + 2085.0, + 861.0, + 2120.0, + 839.0, + 2120.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 979.0, + 1404.0, + 979.0, + 1404.0, + 1012.0, + 296.0, + 1012.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1008.0, + 1404.0, + 1008.0, + 1404.0, + 1045.0, + 295.0, + 1045.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1037.0, + 1404.0, + 1037.0, + 1404.0, + 1075.0, + 294.0, + 1075.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1071.0, + 1405.0, + 1071.0, + 1405.0, + 1108.0, + 295.0, + 1108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1098.0, + 406.0, + 1098.0, + 406.0, + 1138.0, + 292.0, + 1138.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 422.0, + 1098.0, + 868.0, + 1098.0, + 868.0, + 1138.0, + 422.0, + 1138.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 973.0, + 1098.0, + 985.0, + 1098.0, + 985.0, + 1138.0, + 973.0, + 1138.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1635.0, + 1406.0, + 1635.0, + 1406.0, + 1672.0, + 293.0, + 1672.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1670.0, + 1406.0, + 1670.0, + 1406.0, + 1702.0, + 295.0, + 1702.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1699.0, + 1403.0, + 1699.0, + 1403.0, + 1732.0, + 296.0, + 1732.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1727.0, + 1405.0, + 1727.0, + 1405.0, + 1765.0, + 293.0, + 1765.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1756.0, + 1407.0, + 1756.0, + 1407.0, + 1799.0, + 292.0, + 1799.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1790.0, + 1405.0, + 1790.0, + 1405.0, + 1826.0, + 292.0, + 1826.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1818.0, + 1406.0, + 1818.0, + 1406.0, + 1857.0, + 293.0, + 1857.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1851.0, + 1405.0, + 1851.0, + 1405.0, + 1887.0, + 295.0, + 1887.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1881.0, + 1405.0, + 1881.0, + 1405.0, + 1918.0, + 295.0, + 1918.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1910.0, + 1406.0, + 1910.0, + 1406.0, + 1949.0, + 292.0, + 1949.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1943.0, + 1403.0, + 1943.0, + 1403.0, + 1976.0, + 293.0, + 1976.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1972.0, + 1406.0, + 1972.0, + 1406.0, + 2008.0, + 293.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 2004.0, + 512.0, + 2004.0, + 512.0, + 2038.0, + 296.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1173.0, + 1405.0, + 1173.0, + 1405.0, + 1211.0, + 294.0, + 1211.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1205.0, + 1405.0, + 1205.0, + 1405.0, + 1240.0, + 295.0, + 1240.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1236.0, + 1406.0, + 1236.0, + 1406.0, + 1271.0, + 295.0, + 1271.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1266.0, + 1405.0, + 1266.0, + 1405.0, + 1300.0, + 291.0, + 1300.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1297.0, + 1404.0, + 1297.0, + 1404.0, + 1332.0, + 294.0, + 1332.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1327.0, + 1405.0, + 1327.0, + 1405.0, + 1361.0, + 294.0, + 1361.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1358.0, + 1402.0, + 1358.0, + 1402.0, + 1392.0, + 295.0, + 1392.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1385.0, + 1404.0, + 1385.0, + 1404.0, + 1425.0, + 294.0, + 1425.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1412.0, + 1405.0, + 1412.0, + 1405.0, + 1456.0, + 292.0, + 1456.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1450.0, + 1405.0, + 1450.0, + 1405.0, + 1484.0, + 294.0, + 1484.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1479.0, + 1387.0, + 1479.0, + 1387.0, + 1514.0, + 295.0, + 1514.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 979.0, + 1404.0, + 979.0, + 1404.0, + 1012.0, + 296.0, + 1012.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1008.0, + 1404.0, + 1008.0, + 1404.0, + 1045.0, + 295.0, + 1045.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1037.0, + 1404.0, + 1037.0, + 1404.0, + 1075.0, + 294.0, + 1075.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1071.0, + 1405.0, + 1071.0, + 1405.0, + 1108.0, + 295.0, + 1108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1098.0, + 406.0, + 1098.0, + 406.0, + 1138.0, + 292.0, + 1138.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 422.0, + 1098.0, + 868.0, + 1098.0, + 868.0, + 1138.0, + 422.0, + 1138.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 973.0, + 1098.0, + 985.0, + 1098.0, + 985.0, + 1138.0, + 973.0, + 1138.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 4, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1287, + 1406, + 1287, + 1406, + 1745, + 297, + 1745 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 298, + 1051, + 1403, + 1051, + 1403, + 1267, + 298, + 1267 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 298, + 879, + 1403, + 879, + 1403, + 1032, + 298, + 1032 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 299, + 1881, + 1403, + 1881, + 1403, + 2034, + 299, + 2034 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 298, + 676, + 1403, + 676, + 1403, + 859, + 298, + 859 + ], + "score": 0.974 + }, + { + "category_id": 3, + "poly": [ + 860, + 226, + 1396, + 226, + 1396, + 475, + 860, + 475 + ], + "score": 0.971 + }, + { + "category_id": 3, + "poly": [ + 296, + 220, + 832, + 220, + 832, + 473, + 296, + 473 + ], + "score": 0.969 + }, + { + "category_id": 4, + "poly": [ + 860, + 499, + 1397, + 499, + 1397, + 621, + 860, + 621 + ], + "score": 0.967 + }, + { + "category_id": 4, + "poly": [ + 296, + 499, + 831, + 499, + 831, + 588, + 296, + 588 + ], + "score": 0.963 + }, + { + "category_id": 0, + "poly": [ + 298, + 1802, + 1183, + 1802, + 1183, + 1839, + 298, + 1839 + ], + "score": 0.899 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 812, + 76, + 812, + 104, + 299, + 104 + ], + "score": 0.889 + }, + { + "category_id": 2, + "poly": [ + 840, + 2089, + 858, + 2089, + 858, + 2112, + 840, + 2112 + ], + "score": 0.772 + }, + { + "category_id": 13, + "poly": [ + 814, + 734, + 952, + 734, + 952, + 769, + 814, + 769 + ], + "score": 0.93, + "latex": "\\dot { N } ( 0 , 0 . 0 2 ^ { \\dot { 2 } } )" + }, + { + "category_id": 13, + "poly": [ + 297, + 797, + 473, + 797, + 473, + 831, + 297, + 831 + ], + "score": 0.93, + "latex": "L \\in \\{ 1 , \\ldots , 6 \\}" + }, + { + "category_id": 13, + "poly": [ + 556, + 1592, + 630, + 1592, + 630, + 1620, + 556, + 1620 + ], + "score": 0.9, + "latex": "L = 3" + }, + { + "category_id": 13, + "poly": [ + 450, + 1592, + 523, + 1592, + 523, + 1620, + 450, + 1620 + ], + "score": 0.9, + "latex": "L = 1" + }, + { + "category_id": 13, + "poly": [ + 1109, + 707, + 1186, + 707, + 1186, + 736, + 1109, + 736 + ], + "score": 0.89, + "latex": "L \\in \\mathbb { N }" + }, + { + "category_id": 13, + "poly": [ + 496, + 1622, + 582, + 1622, + 582, + 1651, + 496, + 1651 + ], + "score": 0.89, + "latex": "L = 1 0" + }, + { + "category_id": 13, + "poly": [ + 1031, + 1684, + 1054, + 1684, + 1054, + 1710, + 1031, + 1710 + ], + "score": 0.78, + "latex": "L" + }, + { + "category_id": 13, + "poly": [ + 962, + 1237, + 985, + 1237, + 985, + 1263, + 962, + 1263 + ], + "score": 0.76, + "latex": "L" + }, + { + "category_id": 13, + "poly": [ + 1331, + 1054, + 1353, + 1054, + 1353, + 1080, + 1331, + 1080 + ], + "score": 0.75, + "latex": "L" + }, + { + "category_id": 13, + "poly": [ + 575, + 1207, + 599, + 1207, + 599, + 1233, + 575, + 1233 + ], + "score": 0.72, + "latex": "L" + }, + { + "category_id": 13, + "poly": [ + 773, + 1622, + 810, + 1622, + 810, + 1650, + 773, + 1650 + ], + "score": 0.68, + "latex": "L 2" + }, + { + "category_id": 13, + "poly": [ + 1366, + 1409, + 1403, + 1409, + 1403, + 1437, + 1366, + 1437 + ], + "score": 0.68, + "latex": "L 2" + }, + { + "category_id": 13, + "poly": [ + 1365, + 1470, + 1403, + 1470, + 1403, + 1498, + 1365, + 1498 + ], + "score": 0.59, + "latex": "L 2" + }, + { + "category_id": 13, + "poly": [ + 1263, + 1379, + 1300, + 1379, + 1300, + 1407, + 1263, + 1407 + ], + "score": 0.58, + "latex": "L 2" + }, + { + "category_id": 13, + "poly": [ + 1362, + 1440, + 1407, + 1440, + 1407, + 1469, + 1362, + 1469 + ], + "score": 0.37, + "latex": "1 5 -" + }, + { + "category_id": 15, + "poly": [ + 1000.0, + 226.0, + 1054.0, + 226.0, + 1054.0, + 256.0, + 1000.0, + 256.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1254.0, + 226.0, + 1328.0, + 226.0, + 1328.0, + 256.0, + 1254.0, + 256.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 883.0, + 248.0, + 930.0, + 248.0, + 930.0, + 280.0, + 883.0, + 280.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1039.0, + 263.0, + 1119.0, + 263.0, + 1119.0, + 293.0, + 1039.0, + 293.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1144.0, + 285.0, + 1191.0, + 285.0, + 1191.0, + 313.0, + 1144.0, + 313.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 858.0, + 286.0, + 891.0, + 286.0, + 891.0, + 394.0, + 858.0, + 394.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1119.0, + 286.0, + 1155.0, + 286.0, + 1155.0, + 397.0, + 1119.0, + 397.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1026.0, + 291.0, + 1105.0, + 291.0, + 1105.0, + 318.0, + 1026.0, + 318.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 882.0, + 294.0, + 929.0, + 294.0, + 929.0, + 326.0, + 882.0, + 326.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1145.0, + 328.0, + 1192.0, + 328.0, + 1192.0, + 355.0, + 1145.0, + 355.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 882.0, + 339.0, + 930.0, + 339.0, + 930.0, + 371.0, + 882.0, + 371.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1144.0, + 370.0, + 1191.0, + 370.0, + 1191.0, + 398.0, + 1144.0, + 398.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 881.0, + 385.0, + 930.0, + 385.0, + 930.0, + 417.0, + 881.0, + 417.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 919.0, + 425.0, + 952.0, + 425.0, + 952.0, + 453.0, + 919.0, + 453.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 979.0, + 426.0, + 1012.0, + 426.0, + 1012.0, + 452.0, + 979.0, + 452.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1036.0, + 426.0, + 1075.0, + 426.0, + 1075.0, + 452.0, + 1036.0, + 452.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1094.0, + 426.0, + 1135.0, + 426.0, + 1135.0, + 452.0, + 1094.0, + 452.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1183.0, + 425.0, + 1215.0, + 425.0, + 1215.0, + 452.0, + 1183.0, + 452.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1240.0, + 426.0, + 1283.0, + 426.0, + 1283.0, + 451.0, + 1240.0, + 451.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1298.0, + 426.0, + 1341.0, + 426.0, + 1341.0, + 451.0, + 1298.0, + 451.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1359.0, + 426.0, + 1398.0, + 426.0, + 1398.0, + 451.0, + 1359.0, + 451.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 996.0, + 443.0, + 1061.0, + 443.0, + 1061.0, + 483.0, + 996.0, + 483.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1260.0, + 444.0, + 1323.0, + 444.0, + 1323.0, + 483.0, + 1260.0, + 483.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 438.0, + 221.0, + 476.0, + 221.0, + 476.0, + 242.0, + 438.0, + 242.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 696.0, + 220.0, + 751.0, + 220.0, + 751.0, + 243.0, + 696.0, + 243.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 314.0, + 239.0, + 354.0, + 239.0, + 354.0, + 260.0, + 314.0, + 260.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 588.0, + 242.0, + 624.0, + 242.0, + 624.0, + 263.0, + 588.0, + 263.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 635.0, + 242.0, + 651.0, + 242.0, + 651.0, + 258.0, + 635.0, + 258.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 528.0, + 251.0, + 546.0, + 251.0, + 546.0, + 279.0, + 528.0, + 279.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 728.0, + 258.0, + 744.0, + 258.0, + 744.0, + 276.0, + 728.0, + 276.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 267.0, + 324.0, + 267.0, + 324.0, + 377.0, + 294.0, + 377.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 313.0, + 273.0, + 354.0, + 273.0, + 354.0, + 293.0, + 313.0, + 293.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 532.0, + 275.0, + 542.0, + 275.0, + 542.0, + 283.0, + 532.0, + 283.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 313.0, + 303.0, + 354.0, + 303.0, + 354.0, + 328.0, + 313.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 570.0, + 297.0, + 622.0, + 297.0, + 622.0, + 320.0, + 570.0, + 320.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 568.0, + 313.0, + 593.0, + 313.0, + 593.0, + 351.0, + 568.0, + 351.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 529.0, + 318.0, + 545.0, + 318.0, + 545.0, + 334.0, + 529.0, + 334.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 463.0, + 328.0, + 475.0, + 328.0, + 475.0, + 340.0, + 463.0, + 340.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 313.0, + 339.0, + 354.0, + 339.0, + 354.0, + 360.0, + 313.0, + 360.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 434.0, + 354.0, + 552.0, + 354.0, + 552.0, + 374.0, + 434.0, + 374.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 588.0, + 348.0, + 623.0, + 348.0, + 623.0, + 369.0, + 588.0, + 369.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 685.0, + 345.0, + 694.0, + 345.0, + 694.0, + 356.0, + 685.0, + 356.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 728.0, + 353.0, + 744.0, + 353.0, + 744.0, + 369.0, + 728.0, + 369.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 774.0, + 359.0, + 790.0, + 359.0, + 790.0, + 376.0, + 774.0, + 376.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 314.0, + 372.0, + 354.0, + 372.0, + 354.0, + 393.0, + 314.0, + 393.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 435.0, + 374.0, + 484.0, + 374.0, + 484.0, + 391.0, + 435.0, + 391.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 488.0, + 370.0, + 553.0, + 370.0, + 553.0, + 393.0, + 488.0, + 393.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 658.0, + 387.0, + 674.0, + 387.0, + 674.0, + 403.0, + 658.0, + 403.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 478.0, + 407.0, + 490.0, + 407.0, + 490.0, + 420.0, + 478.0, + 420.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 498.0, + 405.0, + 510.0, + 405.0, + 510.0, + 419.0, + 498.0, + 419.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 520.0, + 406.0, + 536.0, + 406.0, + 536.0, + 422.0, + 520.0, + 422.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 743.0, + 405.0, + 759.0, + 405.0, + 759.0, + 421.0, + 743.0, + 421.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 788.0, + 405.0, + 803.0, + 405.0, + 803.0, + 422.0, + 788.0, + 422.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 423.0, + 416.0, + 431.0, + 416.0, + 431.0, + 425.0, + 423.0, + 425.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 624.0, + 427.0, + 632.0, + 427.0, + 632.0, + 435.0, + 624.0, + 435.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 388.0, + 432.0, + 409.0, + 432.0, + 409.0, + 445.0, + 388.0, + 445.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 422.0, + 433.0, + 431.0, + 433.0, + 431.0, + 442.0, + 422.0, + 442.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 443.0, + 431.0, + 491.0, + 431.0, + 491.0, + 445.0, + 443.0, + 445.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 434.25, + 408.0, + 439.25, + 408.0, + 439.25, + 418.5, + 434.25, + 418.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 457.0, + 407.5, + 462.0, + 407.5, + 462.0, + 415.5, + 457.0, + 415.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 376.25, + 409.0, + 399.25, + 409.0, + 399.25, + 421.5, + 376.25, + 421.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 762.0, + 403.0, + 783.0, + 403.0, + 783.0, + 421.0, + 762.0, + 421.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 356.75, + 419.0, + 388.75, + 419.0, + 388.75, + 433.0, + 356.75, + 433.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 381.0, + 419.0, + 413.0, + 419.0, + 413.0, + 432.0, + 381.0, + 432.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 427.0, + 417.5, + 462.0, + 417.5, + 462.0, + 431.0, + 427.0, + 431.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 447.0, + 416.0, + 485.0, + 416.0, + 485.0, + 433.5, + 447.0, + 433.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 472.0, + 417.5, + 508.0, + 417.5, + 508.0, + 432.0, + 472.0, + 432.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 623.0, + 413.0, + 671.0, + 413.0, + 671.0, + 430.0, + 623.0, + 430.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 643.75, + 415.5, + 685.75, + 415.5, + 685.75, + 434.0, + 643.75, + 434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 667.0, + 416.5, + 709.0, + 416.5, + 709.0, + 433.5, + 667.0, + 433.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 691.0, + 417.0, + 732.0, + 417.0, + 732.0, + 434.5, + 691.0, + 434.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 713.0, + 417.0, + 756.0, + 417.0, + 756.0, + 434.0, + 713.0, + 434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 724.25, + 404.5, + 811.25, + 404.5, + 811.25, + 448.5, + 724.25, + 448.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 339.0, + 432.5, + 352.0, + 432.5, + 352.0, + 439.5, + 339.0, + 439.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 359.25, + 429.5, + 390.25, + 429.5, + 390.25, + 446.5, + 359.25, + 446.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 480.0, + 421.0, + 532.0, + 421.0, + 532.0, + 438.5, + 480.0, + 438.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 573.0, + 414.0, + 654.0, + 414.0, + 654.0, + 441.0, + 573.0, + 441.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 626.0, + 428.0, + 664.0, + 428.0, + 664.0, + 451.5, + 626.0, + 451.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 648.0, + 428.5, + 684.0, + 428.5, + 684.0, + 450.5, + 648.0, + 450.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 671.0, + 428.0, + 707.0, + 428.0, + 707.0, + 451.5, + 671.0, + 451.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 696.0, + 429.5, + 728.0, + 429.5, + 728.0, + 448.5, + 696.0, + 448.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 715.75, + 428.0, + 754.75, + 428.0, + 754.75, + 450.0, + 715.75, + 450.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 284.0, + 416.0, + 400.0, + 416.0, + 400.0, + 460.5, + 284.0, + 460.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 570.0, + 441.5, + 634.0, + 441.5, + 634.0, + 461.5, + 570.0, + 461.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 861.0, + 499.0, + 1397.0, + 499.0, + 1397.0, + 532.0, + 861.0, + 532.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 859.0, + 528.0, + 1399.0, + 528.0, + 1399.0, + 562.0, + 859.0, + 562.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 860.0, + 558.0, + 1399.0, + 558.0, + 1399.0, + 592.0, + 860.0, + 592.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 861.0, + 591.0, + 1257.0, + 591.0, + 1257.0, + 625.0, + 861.0, + 625.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 498.0, + 834.0, + 498.0, + 834.0, + 532.0, + 296.0, + 532.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 529.0, + 830.0, + 529.0, + 830.0, + 561.0, + 295.0, + 561.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 558.0, + 457.0, + 558.0, + 457.0, + 590.0, + 296.0, + 590.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1802.0, + 1189.0, + 1802.0, + 1189.0, + 1843.0, + 294.0, + 1843.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 815.0, + 73.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 840.0, + 2087.0, + 861.0, + 2087.0, + 861.0, + 2118.0, + 840.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1284.0, + 1406.0, + 1284.0, + 1406.0, + 1323.0, + 294.0, + 1323.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1315.0, + 1404.0, + 1315.0, + 1404.0, + 1354.0, + 294.0, + 1354.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1345.0, + 1406.0, + 1345.0, + 1406.0, + 1383.0, + 294.0, + 1383.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1375.0, + 1262.0, + 1375.0, + 1262.0, + 1415.0, + 291.0, + 1415.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1301.0, + 1375.0, + 1407.0, + 1375.0, + 1407.0, + 1415.0, + 1301.0, + 1415.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1406.0, + 1365.0, + 1406.0, + 1365.0, + 1444.0, + 292.0, + 1444.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1438.0, + 1361.0, + 1438.0, + 1361.0, + 1475.0, + 294.0, + 1475.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1467.0, + 1364.0, + 1467.0, + 1364.0, + 1504.0, + 292.0, + 1504.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1500.0, + 1404.0, + 1500.0, + 1404.0, + 1533.0, + 295.0, + 1533.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1530.0, + 1406.0, + 1530.0, + 1406.0, + 1563.0, + 292.0, + 1563.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1561.0, + 1407.0, + 1561.0, + 1407.0, + 1596.0, + 294.0, + 1596.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1588.0, + 449.0, + 1588.0, + 449.0, + 1627.0, + 294.0, + 1627.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 524.0, + 1588.0, + 555.0, + 1588.0, + 555.0, + 1627.0, + 524.0, + 1627.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 631.0, + 1588.0, + 1404.0, + 1588.0, + 1404.0, + 1627.0, + 631.0, + 1627.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1618.0, + 495.0, + 1618.0, + 495.0, + 1661.0, + 291.0, + 1661.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 583.0, + 1618.0, + 772.0, + 1618.0, + 772.0, + 1661.0, + 583.0, + 1661.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 811.0, + 1618.0, + 1407.0, + 1618.0, + 1407.0, + 1661.0, + 811.0, + 1661.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1651.0, + 1406.0, + 1651.0, + 1406.0, + 1688.0, + 292.0, + 1688.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1682.0, + 1030.0, + 1682.0, + 1030.0, + 1719.0, + 294.0, + 1719.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1055.0, + 1682.0, + 1404.0, + 1682.0, + 1404.0, + 1719.0, + 1055.0, + 1719.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1714.0, + 796.0, + 1714.0, + 796.0, + 1749.0, + 295.0, + 1749.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1052.0, + 1330.0, + 1052.0, + 1330.0, + 1086.0, + 296.0, + 1086.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1354.0, + 1052.0, + 1405.0, + 1052.0, + 1405.0, + 1086.0, + 1354.0, + 1086.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1084.0, + 1404.0, + 1084.0, + 1404.0, + 1118.0, + 294.0, + 1118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1112.0, + 1405.0, + 1112.0, + 1405.0, + 1148.0, + 293.0, + 1148.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1142.0, + 1405.0, + 1142.0, + 1405.0, + 1181.0, + 293.0, + 1181.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1171.0, + 1407.0, + 1171.0, + 1407.0, + 1211.0, + 292.0, + 1211.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1206.0, + 574.0, + 1206.0, + 574.0, + 1240.0, + 294.0, + 1240.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 600.0, + 1206.0, + 1405.0, + 1206.0, + 1405.0, + 1240.0, + 600.0, + 1240.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1237.0, + 961.0, + 1237.0, + 961.0, + 1269.0, + 293.0, + 1269.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 986.0, + 1237.0, + 1237.0, + 1237.0, + 1237.0, + 1269.0, + 986.0, + 1269.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 879.0, + 1404.0, + 879.0, + 1404.0, + 912.0, + 296.0, + 912.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 908.0, + 1405.0, + 908.0, + 1405.0, + 946.0, + 293.0, + 946.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 936.0, + 1407.0, + 936.0, + 1407.0, + 979.0, + 291.0, + 979.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 973.0, + 1404.0, + 973.0, + 1404.0, + 1006.0, + 296.0, + 1006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1002.0, + 1246.0, + 1002.0, + 1246.0, + 1035.0, + 294.0, + 1035.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1882.0, + 1404.0, + 1882.0, + 1404.0, + 1915.0, + 295.0, + 1915.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1913.0, + 1405.0, + 1913.0, + 1405.0, + 1946.0, + 297.0, + 1946.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1943.0, + 1404.0, + 1943.0, + 1404.0, + 1976.0, + 295.0, + 1976.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1969.0, + 1408.0, + 1969.0, + 1408.0, + 2009.0, + 293.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 2000.0, + 1405.0, + 2000.0, + 1405.0, + 2038.0, + 293.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 675.0, + 1408.0, + 675.0, + 1408.0, + 711.0, + 294.0, + 711.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 706.0, + 1108.0, + 706.0, + 1108.0, + 741.0, + 294.0, + 741.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1187.0, + 706.0, + 1408.0, + 706.0, + 1408.0, + 741.0, + 1187.0, + 741.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 736.0, + 813.0, + 736.0, + 813.0, + 771.0, + 294.0, + 771.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 953.0, + 736.0, + 1405.0, + 736.0, + 1405.0, + 771.0, + 953.0, + 771.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 764.0, + 1407.0, + 764.0, + 1407.0, + 805.0, + 292.0, + 805.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 474.0, + 795.0, + 1404.0, + 795.0, + 1404.0, + 831.0, + 474.0, + 831.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 829.0, + 680.0, + 829.0, + 680.0, + 861.0, + 296.0, + 861.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 5, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 1337, + 1404, + 1337, + 1404, + 1735, + 298, + 1735 + ], + "score": 0.984 + }, + { + "category_id": 1, + "poly": [ + 297, + 1044, + 1404, + 1044, + 1404, + 1320, + 297, + 1320 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 299, + 1850, + 1403, + 1850, + 1403, + 2034, + 299, + 2034 + ], + "score": 0.979 + }, + { + "category_id": 3, + "poly": [ + 294, + 591, + 1404, + 591, + 1404, + 849, + 294, + 849 + ], + "score": 0.961 + }, + { + "category_id": 3, + "poly": [ + 292, + 217, + 1402, + 217, + 1402, + 475, + 292, + 475 + ], + "score": 0.953 + }, + { + "category_id": 1, + "poly": [ + 299, + 964, + 1399, + 964, + 1399, + 1028, + 299, + 1028 + ], + "score": 0.947 + }, + { + "category_id": 4, + "poly": [ + 294, + 496, + 1408, + 496, + 1408, + 588, + 294, + 588 + ], + "score": 0.934 + }, + { + "category_id": 4, + "poly": [ + 297, + 868, + 1402, + 868, + 1402, + 931, + 297, + 931 + ], + "score": 0.92 + }, + { + "category_id": 0, + "poly": [ + 297, + 1780, + 1387, + 1780, + 1387, + 1816, + 297, + 1816 + ], + "score": 0.907 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 812, + 76, + 812, + 104, + 299, + 104 + ], + "score": 0.89 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 857, + 2088, + 857, + 2111, + 841, + 2111 + ], + "score": 0.748 + }, + { + "category_id": 13, + "poly": [ + 685, + 1106, + 998, + 1106, + 998, + 1140, + 685, + 1140 + ], + "score": 0.81, + "latex": "\\{ 2 0 0 , 4 0 0 , 8 0 0 , 1 6 0 0 , 3 2 0 0 \\}" + }, + { + "category_id": 15, + "poly": [ + 414.0, + 588.0, + 515.0, + 588.0, + 515.0, + 625.0, + 414.0, + 625.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 679.0, + 591.0, + 800.0, + 591.0, + 800.0, + 623.0, + 679.0, + 623.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 955.0, + 591.0, + 1076.0, + 591.0, + 1076.0, + 623.0, + 955.0, + 623.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1232.0, + 588.0, + 1348.0, + 588.0, + 1348.0, + 625.0, + 1232.0, + 625.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 627.0, + 362.0, + 627.0, + 362.0, + 788.0, + 292.0, + 788.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 554.0, + 632.0, + 639.0, + 632.0, + 639.0, + 788.0, + 554.0, + 788.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 845.0, + 631.0, + 913.0, + 631.0, + 913.0, + 790.0, + 845.0, + 790.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1117.0, + 634.0, + 1188.0, + 634.0, + 1188.0, + 788.0, + 1117.0, + 788.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 317.0, + 674.0, + 364.0, + 674.0, + 364.0, + 700.0, + 317.0, + 700.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 868.0, + 695.0, + 915.0, + 695.0, + 915.0, + 722.0, + 868.0, + 722.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 584.0, + 708.0, + 639.0, + 708.0, + 639.0, + 734.0, + 584.0, + 734.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 317.0, + 720.0, + 362.0, + 720.0, + 362.0, + 747.0, + 317.0, + 747.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 467.0, + 726.0, + 557.0, + 726.0, + 557.0, + 755.0, + 467.0, + 755.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 718.0, + 724.0, + 831.0, + 724.0, + 831.0, + 756.0, + 718.0, + 756.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 995.0, + 724.0, + 1106.0, + 724.0, + 1106.0, + 756.0, + 995.0, + 756.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1289.0, + 724.0, + 1381.0, + 724.0, + 1381.0, + 756.0, + 1289.0, + 756.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 868.0, + 741.0, + 915.0, + 741.0, + 915.0, + 767.0, + 868.0, + 767.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1144.0, + 740.0, + 1188.0, + 740.0, + 1188.0, + 766.0, + 1144.0, + 766.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 317.0, + 766.0, + 362.0, + 766.0, + 362.0, + 792.0, + 317.0, + 792.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 467.0, + 756.0, + 555.0, + 756.0, + 555.0, + 785.0, + 467.0, + 785.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 582.0, + 760.0, + 639.0, + 760.0, + 639.0, + 790.0, + 582.0, + 790.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 739.0, + 755.0, + 833.0, + 755.0, + 833.0, + 787.0, + 739.0, + 787.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1014.0, + 756.0, + 1106.0, + 756.0, + 1106.0, + 785.0, + 1014.0, + 785.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1291.0, + 755.0, + 1381.0, + 755.0, + 1381.0, + 783.0, + 1291.0, + 783.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 868.0, + 786.0, + 915.0, + 786.0, + 915.0, + 813.0, + 868.0, + 813.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 355.0, + 797.0, + 582.0, + 797.0, + 582.0, + 824.0, + 355.0, + 824.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 631.0, + 797.0, + 855.0, + 797.0, + 855.0, + 824.0, + 631.0, + 824.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 908.0, + 797.0, + 1131.0, + 797.0, + 1131.0, + 824.0, + 908.0, + 824.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1180.0, + 797.0, + 1406.0, + 797.0, + 1406.0, + 824.0, + 1180.0, + 824.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 381.0, + 818.0, + 550.0, + 818.0, + 550.0, + 849.0, + 381.0, + 849.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 656.0, + 818.0, + 826.0, + 818.0, + 826.0, + 849.0, + 656.0, + 849.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 930.0, + 816.0, + 1101.0, + 816.0, + 1101.0, + 851.0, + 930.0, + 851.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1207.0, + 818.0, + 1375.0, + 818.0, + 1375.0, + 849.0, + 1207.0, + 849.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 288.0, + 217.0, + 332.0, + 217.0, + 332.0, + 458.0, + 288.0, + 458.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 372.0, + 218.0, + 570.0, + 218.0, + 570.0, + 249.0, + 372.0, + 249.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 635.0, + 218.0, + 844.0, + 218.0, + 844.0, + 249.0, + 635.0, + 249.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 906.0, + 217.0, + 1115.0, + 217.0, + 1115.0, + 249.0, + 906.0, + 249.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1176.0, + 218.0, + 1383.0, + 218.0, + 1383.0, + 249.0, + 1176.0, + 249.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 318.0, + 237.0, + 367.0, + 237.0, + 367.0, + 265.0, + 318.0, + 265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 585.0, + 232.0, + 640.0, + 232.0, + 640.0, + 268.0, + 585.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 853.0, + 232.0, + 910.0, + 232.0, + 910.0, + 266.0, + 853.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1124.0, + 237.0, + 1181.0, + 237.0, + 1181.0, + 271.0, + 1124.0, + 271.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 318.0, + 266.0, + 366.0, + 266.0, + 366.0, + 299.0, + 318.0, + 299.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 584.0, + 264.0, + 639.0, + 264.0, + 639.0, + 301.0, + 584.0, + 301.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 853.0, + 264.0, + 909.0, + 264.0, + 909.0, + 301.0, + 853.0, + 301.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1123.0, + 266.0, + 1180.0, + 266.0, + 1180.0, + 307.0, + 1123.0, + 307.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 316.0, + 301.0, + 367.0, + 301.0, + 367.0, + 332.0, + 316.0, + 332.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 584.0, + 299.0, + 639.0, + 299.0, + 639.0, + 335.0, + 584.0, + 335.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 853.0, + 299.0, + 909.0, + 299.0, + 909.0, + 335.0, + 853.0, + 335.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1124.0, + 300.0, + 1178.0, + 300.0, + 1178.0, + 336.0, + 1124.0, + 336.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 315.0, + 334.0, + 367.0, + 334.0, + 367.0, + 365.0, + 315.0, + 365.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 401.0, + 337.0, + 560.0, + 337.0, + 560.0, + 365.0, + 401.0, + 365.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 585.0, + 334.0, + 639.0, + 334.0, + 639.0, + 370.0, + 585.0, + 370.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 853.0, + 334.0, + 909.0, + 334.0, + 909.0, + 370.0, + 853.0, + 370.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1123.0, + 334.0, + 1178.0, + 334.0, + 1178.0, + 371.0, + 1123.0, + 371.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 315.0, + 368.0, + 366.0, + 368.0, + 366.0, + 399.0, + 315.0, + 399.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 401.0, + 361.0, + 571.0, + 361.0, + 571.0, + 392.0, + 401.0, + 392.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 584.0, + 366.0, + 639.0, + 366.0, + 639.0, + 402.0, + 584.0, + 402.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 853.0, + 367.0, + 909.0, + 367.0, + 909.0, + 402.0, + 853.0, + 402.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1123.0, + 368.0, + 1178.0, + 368.0, + 1178.0, + 403.0, + 1123.0, + 403.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 400.0, + 386.0, + 478.0, + 386.0, + 478.0, + 416.0, + 400.0, + 416.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 316.0, + 402.0, + 368.0, + 402.0, + 368.0, + 433.0, + 316.0, + 433.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 369.0, + 408.0, + 381.0, + 408.0, + 381.0, + 419.0, + 369.0, + 419.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 584.0, + 399.0, + 650.0, + 399.0, + 650.0, + 434.0, + 584.0, + 434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 853.0, + 399.0, + 910.0, + 399.0, + 910.0, + 434.0, + 853.0, + 434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1124.0, + 399.0, + 1180.0, + 399.0, + 1180.0, + 434.0, + 1124.0, + 434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 353.0, + 426.0, + 377.0, + 426.0, + 377.0, + 449.0, + 353.0, + 449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 387.0, + 419.0, + 599.0, + 419.0, + 599.0, + 452.0, + 387.0, + 452.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 621.0, + 423.0, + 648.0, + 423.0, + 648.0, + 449.0, + 621.0, + 449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 657.0, + 419.0, + 870.0, + 419.0, + 870.0, + 452.0, + 657.0, + 452.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 891.0, + 424.0, + 919.0, + 424.0, + 919.0, + 449.0, + 891.0, + 449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 926.0, + 421.0, + 1139.0, + 421.0, + 1139.0, + 452.0, + 926.0, + 452.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1163.0, + 426.0, + 1187.0, + 426.0, + 1187.0, + 449.0, + 1163.0, + 449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1196.0, + 421.0, + 1408.0, + 421.0, + 1408.0, + 452.0, + 1196.0, + 452.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 436.0, + 440.0, + 505.0, + 440.0, + 505.0, + 484.0, + 436.0, + 484.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 705.0, + 440.0, + 776.0, + 440.0, + 776.0, + 483.0, + 705.0, + 483.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 975.0, + 440.0, + 1046.0, + 440.0, + 1046.0, + 483.0, + 975.0, + 483.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1246.0, + 440.0, + 1317.0, + 440.0, + 1317.0, + 483.0, + 1246.0, + 483.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 426.0, + 297.5, + 475.0, + 297.5, + 475.0, + 314.0, + 426.0, + 314.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 496.0, + 1405.0, + 496.0, + 1405.0, + 530.0, + 296.0, + 530.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 526.0, + 1405.0, + 526.0, + 1405.0, + 562.0, + 295.0, + 562.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 559.0, + 937.0, + 559.0, + 937.0, + 590.0, + 295.0, + 590.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 868.0, + 1404.0, + 868.0, + 1404.0, + 903.0, + 296.0, + 903.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 896.0, + 936.0, + 896.0, + 936.0, + 934.0, + 295.0, + 934.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1777.0, + 1391.0, + 1777.0, + 1391.0, + 1821.0, + 293.0, + 1821.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 815.0, + 73.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2086.0, + 860.0, + 2086.0, + 860.0, + 2118.0, + 839.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1335.0, + 1406.0, + 1335.0, + 1406.0, + 1374.0, + 295.0, + 1374.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1365.0, + 1405.0, + 1365.0, + 1405.0, + 1404.0, + 293.0, + 1404.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1395.0, + 1405.0, + 1395.0, + 1405.0, + 1439.0, + 292.0, + 1439.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1426.0, + 1406.0, + 1426.0, + 1406.0, + 1465.0, + 293.0, + 1465.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1461.0, + 1405.0, + 1461.0, + 1405.0, + 1493.0, + 296.0, + 1493.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1489.0, + 1406.0, + 1489.0, + 1406.0, + 1526.0, + 294.0, + 1526.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1522.0, + 1405.0, + 1522.0, + 1405.0, + 1554.0, + 296.0, + 1554.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1550.0, + 1405.0, + 1550.0, + 1405.0, + 1584.0, + 294.0, + 1584.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1580.0, + 1405.0, + 1580.0, + 1405.0, + 1616.0, + 293.0, + 1616.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1610.0, + 1406.0, + 1610.0, + 1406.0, + 1646.0, + 294.0, + 1646.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1641.0, + 1408.0, + 1641.0, + 1408.0, + 1677.0, + 294.0, + 1677.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1672.0, + 1405.0, + 1672.0, + 1405.0, + 1708.0, + 293.0, + 1708.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1697.0, + 707.0, + 1697.0, + 707.0, + 1741.0, + 292.0, + 1741.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1046.0, + 1404.0, + 1046.0, + 1404.0, + 1079.0, + 296.0, + 1079.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1071.0, + 1408.0, + 1071.0, + 1408.0, + 1113.0, + 292.0, + 1113.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1105.0, + 684.0, + 1105.0, + 684.0, + 1142.0, + 294.0, + 1142.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 999.0, + 1105.0, + 1406.0, + 1105.0, + 1406.0, + 1142.0, + 999.0, + 1142.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1138.0, + 1405.0, + 1138.0, + 1405.0, + 1170.0, + 296.0, + 1170.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1168.0, + 1405.0, + 1168.0, + 1405.0, + 1200.0, + 295.0, + 1200.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1195.0, + 1406.0, + 1195.0, + 1406.0, + 1234.0, + 294.0, + 1234.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1225.0, + 1404.0, + 1225.0, + 1404.0, + 1264.0, + 294.0, + 1264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1260.0, + 1405.0, + 1260.0, + 1405.0, + 1293.0, + 296.0, + 1293.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1286.0, + 1242.0, + 1286.0, + 1242.0, + 1326.0, + 294.0, + 1326.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1847.0, + 1405.0, + 1847.0, + 1405.0, + 1887.0, + 294.0, + 1887.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1881.0, + 1407.0, + 1881.0, + 1407.0, + 1917.0, + 294.0, + 1917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1912.0, + 1404.0, + 1912.0, + 1404.0, + 1947.0, + 295.0, + 1947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1942.0, + 1404.0, + 1942.0, + 1404.0, + 1975.0, + 295.0, + 1975.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1972.0, + 1405.0, + 1972.0, + 1405.0, + 2008.0, + 294.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 2002.0, + 723.0, + 2002.0, + 723.0, + 2040.0, + 294.0, + 2040.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 960.0, + 1404.0, + 960.0, + 1404.0, + 1004.0, + 294.0, + 1004.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 996.0, + 818.0, + 996.0, + 818.0, + 1031.0, + 295.0, + 1031.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 6, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 620, + 1405, + 620, + 1405, + 836, + 297, + 836 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 298, + 1023, + 1403, + 1023, + 1403, + 1239, + 298, + 1239 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 298, + 1256, + 1405, + 1256, + 1405, + 1439, + 298, + 1439 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 298, + 1536, + 1404, + 1536, + 1404, + 1754, + 298, + 1754 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 298, + 853, + 1404, + 853, + 1404, + 1006, + 298, + 1006 + ], + "score": 0.977 + }, + { + "category_id": 5, + "poly": [ + 312, + 197, + 1377, + 197, + 1377, + 343, + 312, + 343 + ], + "score": 0.974, + "html": "
StandardInt. TaskLLRDMixoutPre-trained WDWDRe-initLonger
RTE69.5 ± 2.581.8 ± 1.769.7 ±3.271.3 ± 1.469.6 ± 2.169.5 ± 2.572.6 ± 1.672.3 ± 1.9
MRPC90.8 ±1.391.8 ± 1.091.3±1.190.4 ± 1.490.8 ± 1.390.8 ± 1.391.4 ± 0.891.0 ± 1.3
STS-B89.0±0.689.2±0.389.2 ± 0.489.2 ± 0.489.0±0.589.0±0.689.4± 0.289.6 ± 0.3
CoLA63.0 ± 1.563.9 ± 1.863.0± 2.561.6 ± 1.763.4 ± 1.563.0 ± 1.564.2 ± 1.662.4±1.7
" + }, + { + "category_id": 1, + "poly": [ + 298, + 1767, + 1404, + 1767, + 1404, + 1891, + 298, + 1891 + ], + "score": 0.97 + }, + { + "category_id": 2, + "poly": [ + 297, + 1920, + 1403, + 1920, + 1403, + 2034, + 297, + 2034 + ], + "score": 0.96 + }, + { + "category_id": 1, + "poly": [ + 297, + 374, + 1405, + 374, + 1405, + 527, + 297, + 527 + ], + "score": 0.925 + }, + { + "category_id": 0, + "poly": [ + 299, + 562, + 497, + 562, + 497, + 594, + 299, + 594 + ], + "score": 0.893 + }, + { + "category_id": 0, + "poly": [ + 300, + 1479, + 537, + 1479, + 537, + 1511, + 300, + 1511 + ], + "score": 0.891 + }, + { + "category_id": 2, + "poly": [ + 300, + 75, + 813, + 75, + 813, + 105, + 300, + 105 + ], + "score": 0.875 + }, + { + "category_id": 2, + "poly": [ + 840, + 2089, + 858, + 2089, + 858, + 2112, + 840, + 2112 + ], + "score": 0.804 + }, + { + "category_id": 13, + "poly": [ + 531, + 744, + 651, + 744, + 651, + 777, + 531, + 777 + ], + "score": 0.92, + "latex": "\\lambda ( \\mathbf { w } - \\hat { \\mathbf { w } } )" + }, + { + "category_id": 13, + "poly": [ + 1356, + 654, + 1376, + 654, + 1376, + 680, + 1356, + 680 + ], + "score": 0.75, + "latex": "\\lambda" + }, + { + "category_id": 13, + "poly": [ + 1141, + 1539, + 1259, + 1539, + 1259, + 1572, + 1141, + 1572 + ], + "score": 0.71, + "latex": "\\mathrm { B E R T _ { L a r g e } }" + }, + { + "category_id": 13, + "poly": [ + 994, + 920, + 1012, + 920, + 1012, + 946, + 994, + 946 + ], + "score": 0.66, + "latex": "p" + }, + { + "category_id": 13, + "poly": [ + 991, + 1600, + 1110, + 1600, + 1110, + 1634, + 991, + 1634 + ], + "score": 0.6, + "latex": "\\mathrm { B E R T _ { L a r g e } }" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 1910.0, + 1408.0, + 1910.0, + 1408.0, + 1964.0, + 319.0, + 1964.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1945.0, + 1405.0, + 1945.0, + 1405.0, + 1985.0, + 292.0, + 1985.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1977.0, + 1404.0, + 1977.0, + 1404.0, + 2010.0, + 295.0, + 2010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 2002.0, + 1124.0, + 2002.0, + 1124.0, + 2039.0, + 294.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 559.0, + 501.0, + 559.0, + 501.0, + 599.0, + 293.0, + 599.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1475.0, + 542.0, + 1475.0, + 542.0, + 1515.0, + 294.0, + 1515.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 815.0, + 73.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2085.0, + 862.0, + 2085.0, + 862.0, + 2117.0, + 838.0, + 2117.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 618.0, + 1408.0, + 618.0, + 1408.0, + 658.0, + 292.0, + 658.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 653.0, + 1355.0, + 653.0, + 1355.0, + 684.0, + 296.0, + 684.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1377.0, + 653.0, + 1403.0, + 653.0, + 1403.0, + 684.0, + 1377.0, + 684.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 682.0, + 1406.0, + 682.0, + 1406.0, + 717.0, + 295.0, + 717.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 713.0, + 1407.0, + 713.0, + 1407.0, + 747.0, + 294.0, + 747.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 740.0, + 530.0, + 740.0, + 530.0, + 780.0, + 292.0, + 780.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 652.0, + 740.0, + 1410.0, + 740.0, + 1410.0, + 780.0, + 652.0, + 780.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 772.0, + 1406.0, + 772.0, + 1406.0, + 812.0, + 292.0, + 812.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 803.0, + 855.0, + 803.0, + 855.0, + 842.0, + 292.0, + 842.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1022.0, + 1408.0, + 1022.0, + 1408.0, + 1059.0, + 293.0, + 1059.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1056.0, + 1405.0, + 1056.0, + 1405.0, + 1090.0, + 294.0, + 1090.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1087.0, + 1405.0, + 1087.0, + 1405.0, + 1120.0, + 293.0, + 1120.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1115.0, + 1405.0, + 1115.0, + 1405.0, + 1151.0, + 293.0, + 1151.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1143.0, + 1404.0, + 1143.0, + 1404.0, + 1184.0, + 292.0, + 1184.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1173.0, + 1405.0, + 1173.0, + 1405.0, + 1215.0, + 292.0, + 1215.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1208.0, + 852.0, + 1208.0, + 852.0, + 1242.0, + 294.0, + 1242.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1251.0, + 1406.0, + 1251.0, + 1406.0, + 1294.0, + 293.0, + 1294.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1288.0, + 1405.0, + 1288.0, + 1405.0, + 1320.0, + 296.0, + 1320.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1316.0, + 1408.0, + 1316.0, + 1408.0, + 1353.0, + 293.0, + 1353.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1349.0, + 1403.0, + 1349.0, + 1403.0, + 1380.0, + 296.0, + 1380.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1379.0, + 1406.0, + 1379.0, + 1406.0, + 1411.0, + 295.0, + 1411.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1408.0, + 1263.0, + 1408.0, + 1263.0, + 1444.0, + 295.0, + 1444.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1532.0, + 1140.0, + 1532.0, + 1140.0, + 1577.0, + 293.0, + 1577.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1260.0, + 1532.0, + 1406.0, + 1532.0, + 1406.0, + 1577.0, + 1260.0, + 1577.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1569.0, + 1406.0, + 1569.0, + 1406.0, + 1604.0, + 294.0, + 1604.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1595.0, + 990.0, + 1595.0, + 990.0, + 1641.0, + 291.0, + 1641.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1111.0, + 1595.0, + 1409.0, + 1595.0, + 1409.0, + 1641.0, + 1111.0, + 1641.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1631.0, + 1406.0, + 1631.0, + 1406.0, + 1666.0, + 294.0, + 1666.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1660.0, + 1404.0, + 1660.0, + 1404.0, + 1695.0, + 294.0, + 1695.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1692.0, + 1405.0, + 1692.0, + 1405.0, + 1724.0, + 293.0, + 1724.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1722.0, + 1271.0, + 1722.0, + 1271.0, + 1757.0, + 296.0, + 1757.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 852.0, + 1406.0, + 852.0, + 1406.0, + 887.0, + 295.0, + 887.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 885.0, + 1404.0, + 885.0, + 1404.0, + 918.0, + 294.0, + 918.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 914.0, + 993.0, + 914.0, + 993.0, + 949.0, + 292.0, + 949.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1013.0, + 914.0, + 1404.0, + 914.0, + 1404.0, + 949.0, + 1013.0, + 949.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 944.0, + 1404.0, + 944.0, + 1404.0, + 981.0, + 294.0, + 981.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 973.0, + 679.0, + 973.0, + 679.0, + 1011.0, + 295.0, + 1011.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1767.0, + 1408.0, + 1767.0, + 1408.0, + 1803.0, + 293.0, + 1803.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1799.0, + 1408.0, + 1799.0, + 1408.0, + 1835.0, + 293.0, + 1835.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1828.0, + 1405.0, + 1828.0, + 1405.0, + 1864.0, + 292.0, + 1864.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1859.0, + 1405.0, + 1859.0, + 1405.0, + 1892.0, + 294.0, + 1892.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 374.0, + 1405.0, + 374.0, + 1405.0, + 407.0, + 296.0, + 407.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 404.0, + 1406.0, + 404.0, + 1406.0, + 437.0, + 295.0, + 437.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 433.0, + 1407.0, + 433.0, + 1407.0, + 470.0, + 294.0, + 470.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 462.0, + 1406.0, + 462.0, + 1406.0, + 502.0, + 294.0, + 502.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 491.0, + 596.0, + 491.0, + 596.0, + 531.0, + 294.0, + 531.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 7, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 592, + 1405, + 592, + 1405, + 929, + 298, + 929 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 298, + 230, + 1404, + 230, + 1404, + 474, + 298, + 474 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 300, + 1019, + 1405, + 1019, + 1405, + 1111, + 300, + 1111 + ], + "score": 0.968 + }, + { + "category_id": 1, + "poly": [ + 299, + 1228, + 1402, + 1228, + 1402, + 1292, + 299, + 1292 + ], + "score": 0.927 + }, + { + "category_id": 1, + "poly": [ + 299, + 1526, + 1402, + 1526, + 1402, + 1589, + 299, + 1589 + ], + "score": 0.9 + }, + { + "category_id": 1, + "poly": [ + 296, + 1615, + 1063, + 1615, + 1063, + 1648, + 296, + 1648 + ], + "score": 0.899 + }, + { + "category_id": 1, + "poly": [ + 300, + 1673, + 1401, + 1673, + 1401, + 1737, + 300, + 1737 + ], + "score": 0.892 + }, + { + "category_id": 0, + "poly": [ + 300, + 522, + 543, + 522, + 543, + 557, + 300, + 557 + ], + "score": 0.891 + }, + { + "category_id": 2, + "poly": [ + 300, + 76, + 812, + 76, + 812, + 104, + 300, + 104 + ], + "score": 0.889 + }, + { + "category_id": 1, + "poly": [ + 296, + 1437, + 1402, + 1437, + 1402, + 1500, + 296, + 1500 + ], + "score": 0.883 + }, + { + "category_id": 1, + "poly": [ + 298, + 1316, + 1407, + 1316, + 1407, + 1409, + 298, + 1409 + ], + "score": 0.882 + }, + { + "category_id": 0, + "poly": [ + 301, + 967, + 557, + 967, + 557, + 995, + 301, + 995 + ], + "score": 0.864 + }, + { + "category_id": 1, + "poly": [ + 293, + 1762, + 1400, + 1762, + 1400, + 1826, + 293, + 1826 + ], + "score": 0.863 + }, + { + "category_id": 1, + "poly": [ + 296, + 1972, + 1403, + 1972, + 1403, + 2033, + 296, + 2033 + ], + "score": 0.86 + }, + { + "category_id": 0, + "poly": [ + 300, + 1160, + 487, + 1160, + 487, + 1194, + 300, + 1194 + ], + "score": 0.836 + }, + { + "category_id": 1, + "poly": [ + 299, + 1850, + 1404, + 1850, + 1404, + 1945, + 299, + 1945 + ], + "score": 0.836 + }, + { + "category_id": 2, + "poly": [ + 840, + 2088, + 858, + 2088, + 858, + 2111, + 840, + 2111 + ], + "score": 0.76 + }, + { + "category_id": 15, + "poly": [ + 291.0, + 516.0, + 549.0, + 516.0, + 549.0, + 567.0, + 291.0, + 567.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 815.0, + 73.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 299.0, + 969.0, + 558.0, + 969.0, + 558.0, + 998.0, + 299.0, + 998.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1161.0, + 490.0, + 1161.0, + 490.0, + 1197.0, + 296.0, + 1197.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": [ + 295.0, + 593.0, + 1406.0, + 593.0, + 1406.0, + 628.0, + 295.0, + 628.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 624.0, + 1405.0, + 624.0, + 1405.0, + 657.0, + 293.0, + 657.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 654.0, + 1407.0, + 654.0, + 1407.0, + 688.0, + 295.0, + 688.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 684.0, + 1406.0, + 684.0, + 1406.0, + 720.0, + 293.0, + 720.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 711.0, + 1406.0, + 711.0, + 1406.0, + 753.0, + 291.0, + 753.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 746.0, + 1405.0, + 746.0, + 1405.0, + 780.0, + 293.0, + 780.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 774.0, + 1405.0, + 774.0, + 1405.0, + 811.0, + 295.0, + 811.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 801.0, + 1406.0, + 801.0, + 1406.0, + 845.0, + 292.0, + 845.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 836.0, + 1405.0, + 836.0, + 1405.0, + 871.0, + 295.0, + 871.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 867.0, + 1405.0, + 867.0, + 1405.0, + 902.0, + 295.0, + 902.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 898.0, + 717.0, + 898.0, + 717.0, + 936.0, + 293.0, + 936.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 227.0, + 1405.0, + 227.0, + 1405.0, + 267.0, + 292.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 264.0, + 1405.0, + 264.0, + 1405.0, + 293.0, + 296.0, + 293.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 292.0, + 1406.0, + 292.0, + 1406.0, + 325.0, + 293.0, + 325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 321.0, + 1406.0, + 321.0, + 1406.0, + 357.0, + 292.0, + 357.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 351.0, + 1405.0, + 351.0, + 1405.0, + 389.0, + 292.0, + 389.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 382.0, + 1402.0, + 382.0, + 1402.0, + 415.0, + 294.0, + 415.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 414.0, + 1404.0, + 414.0, + 1404.0, + 448.0, + 294.0, + 448.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 444.0, + 613.0, + 444.0, + 613.0, + 475.0, + 293.0, + 475.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1018.0, + 1409.0, + 1018.0, + 1409.0, + 1055.0, + 295.0, + 1055.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1047.0, + 1405.0, + 1047.0, + 1405.0, + 1087.0, + 293.0, + 1087.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1081.0, + 903.0, + 1081.0, + 903.0, + 1114.0, + 295.0, + 1114.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1228.0, + 1404.0, + 1228.0, + 1404.0, + 1264.0, + 295.0, + 1264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1259.0, + 1260.0, + 1259.0, + 1260.0, + 1295.0, + 323.0, + 1295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1522.0, + 1407.0, + 1522.0, + 1407.0, + 1566.0, + 293.0, + 1566.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1556.0, + 1104.0, + 1556.0, + 1104.0, + 1591.0, + 323.0, + 1591.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1615.0, + 1066.0, + 1615.0, + 1066.0, + 1651.0, + 295.0, + 1651.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1670.0, + 1405.0, + 1670.0, + 1405.0, + 1710.0, + 296.0, + 1710.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1704.0, + 503.0, + 1704.0, + 503.0, + 1737.0, + 321.0, + 1737.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1435.0, + 1407.0, + 1435.0, + 1407.0, + 1475.0, + 295.0, + 1475.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1466.0, + 575.0, + 1466.0, + 575.0, + 1502.0, + 321.0, + 1502.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1318.0, + 1409.0, + 1318.0, + 1409.0, + 1352.0, + 296.0, + 1352.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1349.0, + 1409.0, + 1349.0, + 1409.0, + 1383.0, + 324.0, + 1383.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1377.0, + 399.0, + 1377.0, + 399.0, + 1413.0, + 320.0, + 1413.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1758.0, + 1405.0, + 1758.0, + 1405.0, + 1802.0, + 292.0, + 1802.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 1795.0, + 1195.0, + 1795.0, + 1195.0, + 1827.0, + 325.0, + 1827.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1969.0, + 1407.0, + 1969.0, + 1407.0, + 2008.0, + 295.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 2001.0, + 489.0, + 2001.0, + 489.0, + 2034.0, + 323.0, + 2034.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1852.0, + 1406.0, + 1852.0, + 1406.0, + 1887.0, + 295.0, + 1887.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1880.0, + 1408.0, + 1880.0, + 1408.0, + 1922.0, + 321.0, + 1922.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1915.0, + 775.0, + 1915.0, + 775.0, + 1946.0, + 323.0, + 1946.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 8, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 295, + 1141, + 1403, + 1141, + 1403, + 1204, + 295, + 1204 + ], + "score": 0.894 + }, + { + "category_id": 1, + "poly": [ + 295, + 1223, + 1405, + 1223, + 1405, + 1286, + 295, + 1286 + ], + "score": 0.888 + }, + { + "category_id": 2, + "poly": [ + 300, + 75, + 813, + 75, + 813, + 105, + 300, + 105 + ], + "score": 0.883 + }, + { + "category_id": 1, + "poly": [ + 293, + 977, + 1403, + 977, + 1403, + 1041, + 293, + 1041 + ], + "score": 0.881 + }, + { + "category_id": 1, + "poly": [ + 295, + 1059, + 1404, + 1059, + 1404, + 1123, + 295, + 1123 + ], + "score": 0.88 + }, + { + "category_id": 1, + "poly": [ + 297, + 863, + 1404, + 863, + 1404, + 958, + 297, + 958 + ], + "score": 0.875 + }, + { + "category_id": 1, + "poly": [ + 297, + 1806, + 1399, + 1806, + 1399, + 1871, + 297, + 1871 + ], + "score": 0.872 + }, + { + "category_id": 1, + "poly": [ + 294, + 782, + 1404, + 782, + 1404, + 846, + 294, + 846 + ], + "score": 0.865 + }, + { + "category_id": 1, + "poly": [ + 298, + 1693, + 1405, + 1693, + 1405, + 1787, + 298, + 1787 + ], + "score": 0.862 + }, + { + "category_id": 1, + "poly": [ + 296, + 1304, + 1405, + 1304, + 1405, + 1370, + 296, + 1370 + ], + "score": 0.861 + }, + { + "category_id": 1, + "poly": [ + 297, + 1468, + 1407, + 1468, + 1407, + 1592, + 297, + 1592 + ], + "score": 0.859 + }, + { + "category_id": 1, + "poly": [ + 296, + 1386, + 1403, + 1386, + 1403, + 1452, + 296, + 1452 + ], + "score": 0.855 + }, + { + "category_id": 1, + "poly": [ + 295, + 731, + 1358, + 731, + 1358, + 766, + 295, + 766 + ], + "score": 0.855 + }, + { + "category_id": 1, + "poly": [ + 300, + 1889, + 1405, + 1889, + 1405, + 1984, + 300, + 1984 + ], + "score": 0.851 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 864, + 2088, + 864, + 2112, + 836, + 2112 + ], + "score": 0.837 + }, + { + "category_id": 1, + "poly": [ + 297, + 1611, + 1400, + 1611, + 1400, + 1678, + 297, + 1678 + ], + "score": 0.834 + }, + { + "category_id": 1, + "poly": [ + 293, + 2002, + 1390, + 2002, + 1390, + 2035, + 293, + 2035 + ], + "score": 0.8 + }, + { + "category_id": 1, + "poly": [ + 289, + 342, + 1400, + 342, + 1400, + 405, + 289, + 405 + ], + "score": 0.784 + }, + { + "category_id": 1, + "poly": [ + 299, + 229, + 1400, + 229, + 1400, + 323, + 299, + 323 + ], + "score": 0.779 + }, + { + "category_id": 1, + "poly": [ + 297, + 649, + 1396, + 649, + 1396, + 713, + 297, + 713 + ], + "score": 0.756 + }, + { + "category_id": 1, + "poly": [ + 297, + 424, + 1406, + 424, + 1406, + 547, + 297, + 547 + ], + "score": 0.714 + }, + { + "category_id": 1, + "poly": [ + 296, + 567, + 1397, + 567, + 1397, + 631, + 296, + 631 + ], + "score": 0.7 + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 815.0, + 73.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2084.0, + 868.0, + 2084.0, + 868.0, + 2124.0, + 831.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1137.0, + 1405.0, + 1137.0, + 1405.0, + 1179.0, + 293.0, + 1179.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1173.0, + 596.0, + 1173.0, + 596.0, + 1203.0, + 323.0, + 1203.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1219.0, + 1408.0, + 1219.0, + 1408.0, + 1261.0, + 293.0, + 1261.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 318.0, + 1251.0, + 395.0, + 1251.0, + 395.0, + 1290.0, + 318.0, + 1290.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 974.0, + 1404.0, + 974.0, + 1404.0, + 1013.0, + 293.0, + 1013.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 1008.0, + 457.0, + 1008.0, + 457.0, + 1041.0, + 319.0, + 1041.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1056.0, + 1407.0, + 1056.0, + 1407.0, + 1096.0, + 295.0, + 1096.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1090.0, + 875.0, + 1090.0, + 875.0, + 1123.0, + 322.0, + 1123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 863.0, + 1407.0, + 863.0, + 1407.0, + 900.0, + 295.0, + 900.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 895.0, + 1404.0, + 895.0, + 1404.0, + 930.0, + 321.0, + 930.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 925.0, + 574.0, + 925.0, + 574.0, + 959.0, + 322.0, + 959.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1805.0, + 1403.0, + 1805.0, + 1403.0, + 1841.0, + 296.0, + 1841.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1837.0, + 865.0, + 1837.0, + 865.0, + 1872.0, + 322.0, + 1872.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 779.0, + 1407.0, + 779.0, + 1407.0, + 819.0, + 293.0, + 819.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 814.0, + 593.0, + 814.0, + 593.0, + 845.0, + 322.0, + 845.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1693.0, + 1403.0, + 1693.0, + 1403.0, + 1729.0, + 293.0, + 1729.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1724.0, + 1408.0, + 1724.0, + 1408.0, + 1761.0, + 321.0, + 1761.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1750.0, + 410.0, + 1750.0, + 410.0, + 1793.0, + 320.0, + 1793.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1305.0, + 1405.0, + 1305.0, + 1405.0, + 1341.0, + 295.0, + 1341.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1337.0, + 1407.0, + 1337.0, + 1407.0, + 1373.0, + 323.0, + 1373.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1467.0, + 1409.0, + 1467.0, + 1409.0, + 1507.0, + 292.0, + 1507.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1500.0, + 1407.0, + 1500.0, + 1407.0, + 1538.0, + 321.0, + 1538.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 1531.0, + 1410.0, + 1531.0, + 1410.0, + 1566.0, + 319.0, + 1566.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 1558.0, + 400.0, + 1558.0, + 400.0, + 1597.0, + 319.0, + 1597.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1384.0, + 1405.0, + 1384.0, + 1405.0, + 1426.0, + 295.0, + 1426.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1419.0, + 945.0, + 1419.0, + 945.0, + 1453.0, + 321.0, + 1453.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 727.0, + 1360.0, + 727.0, + 1360.0, + 771.0, + 292.0, + 771.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1889.0, + 1409.0, + 1889.0, + 1409.0, + 1927.0, + 295.0, + 1927.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1919.0, + 1405.0, + 1919.0, + 1405.0, + 1954.0, + 323.0, + 1954.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1949.0, + 1410.0, + 1949.0, + 1410.0, + 1990.0, + 322.0, + 1990.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1612.0, + 1405.0, + 1612.0, + 1405.0, + 1648.0, + 296.0, + 1648.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1643.0, + 1402.0, + 1643.0, + 1402.0, + 1680.0, + 323.0, + 1680.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1998.0, + 1389.0, + 1998.0, + 1389.0, + 2037.0, + 297.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 340.0, + 1403.0, + 340.0, + 1403.0, + 379.0, + 295.0, + 379.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 374.0, + 655.0, + 374.0, + 655.0, + 403.0, + 322.0, + 403.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 230.0, + 1404.0, + 230.0, + 1404.0, + 264.0, + 295.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 258.0, + 1405.0, + 258.0, + 1405.0, + 299.0, + 320.0, + 299.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 293.0, + 782.0, + 293.0, + 782.0, + 324.0, + 321.0, + 324.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 645.0, + 1402.0, + 645.0, + 1402.0, + 689.0, + 293.0, + 689.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 681.0, + 1099.0, + 681.0, + 1099.0, + 713.0, + 322.0, + 713.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 419.0, + 1408.0, + 419.0, + 1408.0, + 465.0, + 291.0, + 465.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 455.0, + 1406.0, + 455.0, + 1406.0, + 491.0, + 319.0, + 491.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 484.0, + 1409.0, + 484.0, + 1409.0, + 525.0, + 320.0, + 525.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 517.0, + 775.0, + 517.0, + 775.0, + 549.0, + 323.0, + 549.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 567.0, + 1401.0, + 567.0, + 1401.0, + 603.0, + 296.0, + 603.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 598.0, + 1233.0, + 598.0, + 1233.0, + 632.0, + 322.0, + 632.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 9, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 2, + "poly": [ + 300, + 75, + 813, + 75, + 813, + 105, + 300, + 105 + ], + "score": 0.884 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 861, + 2088, + 861, + 2113, + 835, + 2113 + ], + "score": 0.824 + }, + { + "category_id": 1, + "poly": [ + 296, + 1397, + 1400, + 1397, + 1400, + 1463, + 296, + 1463 + ], + "score": 0.649 + }, + { + "category_id": 1, + "poly": [ + 296, + 1312, + 1401, + 1312, + 1401, + 1377, + 296, + 1377 + ], + "score": 0.613 + }, + { + "category_id": 1, + "poly": [ + 294, + 1483, + 1403, + 1483, + 1403, + 1547, + 294, + 1547 + ], + "score": 0.611 + }, + { + "category_id": 1, + "poly": [ + 291, + 1684, + 1401, + 1684, + 1401, + 1749, + 291, + 1749 + ], + "score": 0.603 + }, + { + "category_id": 1, + "poly": [ + 298, + 1568, + 1405, + 1568, + 1405, + 1664, + 298, + 1664 + ], + "score": 0.597 + }, + { + "category_id": 1, + "poly": [ + 297, + 600, + 1403, + 600, + 1403, + 665, + 297, + 665 + ], + "score": 0.596 + }, + { + "category_id": 1, + "poly": [ + 292, + 941, + 1402, + 941, + 1402, + 1006, + 292, + 1006 + ], + "score": 0.595 + }, + { + "category_id": 1, + "poly": [ + 298, + 685, + 1402, + 685, + 1402, + 750, + 298, + 750 + ], + "score": 0.583 + }, + { + "category_id": 1, + "poly": [ + 291, + 1854, + 1403, + 1854, + 1403, + 1920, + 291, + 1920 + ], + "score": 0.55 + }, + { + "category_id": 1, + "poly": [ + 297, + 1228, + 1398, + 1228, + 1398, + 1292, + 297, + 1292 + ], + "score": 0.549 + }, + { + "category_id": 1, + "poly": [ + 297, + 1026, + 1401, + 1026, + 1401, + 1121, + 297, + 1121 + ], + "score": 0.545 + }, + { + "category_id": 1, + "poly": [ + 297, + 856, + 1403, + 856, + 1403, + 921, + 297, + 921 + ], + "score": 0.542 + }, + { + "category_id": 1, + "poly": [ + 292, + 1769, + 1400, + 1769, + 1400, + 1834, + 292, + 1834 + ], + "score": 0.542 + }, + { + "category_id": 1, + "poly": [ + 290, + 1143, + 1402, + 1143, + 1402, + 1207, + 290, + 1207 + ], + "score": 0.532 + }, + { + "category_id": 1, + "poly": [ + 296, + 770, + 1401, + 770, + 1401, + 837, + 296, + 837 + ], + "score": 0.522 + }, + { + "category_id": 1, + "poly": [ + 296, + 514, + 1402, + 514, + 1402, + 580, + 296, + 580 + ], + "score": 0.514 + }, + { + "category_id": 1, + "poly": [ + 304, + 229, + 1401, + 229, + 1401, + 323, + 304, + 323 + ], + "score": 0.486 + }, + { + "category_id": 1, + "poly": [ + 296, + 429, + 1400, + 429, + 1400, + 494, + 296, + 494 + ], + "score": 0.441 + }, + { + "category_id": 1, + "poly": [ + 301, + 1942, + 1403, + 1942, + 1403, + 2034, + 301, + 2034 + ], + "score": 0.392 + }, + { + "category_id": 1, + "poly": [ + 296, + 345, + 1401, + 345, + 1401, + 408, + 296, + 408 + ], + "score": 0.381 + }, + { + "category_id": 13, + "poly": [ + 1331, + 1028, + 1397, + 1028, + 1397, + 1061, + 1331, + 1061 + ], + "score": 0.39, + "latex": "\\mathrm { ~ Y ~ N ~ g ~ }" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 815.0, + 73.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2085.0, + 867.0, + 2085.0, + 867.0, + 2125.0, + 831.0, + 2125.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1395.0, + 1404.0, + 1395.0, + 1404.0, + 1435.0, + 295.0, + 1435.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1431.0, + 850.0, + 1431.0, + 850.0, + 1464.0, + 321.0, + 1464.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1311.0, + 1406.0, + 1311.0, + 1406.0, + 1351.0, + 295.0, + 1351.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1342.0, + 462.0, + 1342.0, + 462.0, + 1379.0, + 321.0, + 1379.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1480.0, + 1408.0, + 1480.0, + 1408.0, + 1521.0, + 292.0, + 1521.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 1509.0, + 411.0, + 1509.0, + 411.0, + 1551.0, + 319.0, + 1551.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1687.0, + 1403.0, + 1687.0, + 1403.0, + 1719.0, + 296.0, + 1719.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1714.0, + 1147.0, + 1714.0, + 1147.0, + 1749.0, + 322.0, + 1749.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1566.0, + 1409.0, + 1566.0, + 1409.0, + 1607.0, + 292.0, + 1607.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1601.0, + 1405.0, + 1601.0, + 1405.0, + 1636.0, + 323.0, + 1636.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 1632.0, + 1397.0, + 1632.0, + 1397.0, + 1666.0, + 325.0, + 1666.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 596.0, + 1405.0, + 596.0, + 1405.0, + 642.0, + 292.0, + 642.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 631.0, + 1150.0, + 631.0, + 1150.0, + 667.0, + 324.0, + 667.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 937.0, + 1405.0, + 937.0, + 1405.0, + 983.0, + 294.0, + 983.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 974.0, + 890.0, + 974.0, + 890.0, + 1004.0, + 324.0, + 1004.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 684.0, + 1404.0, + 684.0, + 1404.0, + 723.0, + 293.0, + 723.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 718.0, + 1136.0, + 718.0, + 1136.0, + 751.0, + 322.0, + 751.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1852.0, + 1405.0, + 1852.0, + 1405.0, + 1892.0, + 293.0, + 1892.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1887.0, + 834.0, + 1887.0, + 834.0, + 1921.0, + 322.0, + 1921.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1228.0, + 1403.0, + 1228.0, + 1403.0, + 1264.0, + 297.0, + 1264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1259.0, + 882.0, + 1259.0, + 882.0, + 1293.0, + 322.0, + 1293.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1023.0, + 1330.0, + 1023.0, + 1330.0, + 1066.0, + 293.0, + 1066.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1398.0, + 1023.0, + 1407.0, + 1023.0, + 1407.0, + 1066.0, + 1398.0, + 1066.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1056.0, + 1406.0, + 1056.0, + 1406.0, + 1095.0, + 321.0, + 1095.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 1091.0, + 641.0, + 1091.0, + 641.0, + 1121.0, + 325.0, + 1121.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 851.0, + 1408.0, + 851.0, + 1408.0, + 895.0, + 292.0, + 895.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 887.0, + 689.0, + 887.0, + 689.0, + 923.0, + 321.0, + 923.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1769.0, + 1405.0, + 1769.0, + 1405.0, + 1807.0, + 294.0, + 1807.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1800.0, + 1212.0, + 1800.0, + 1212.0, + 1835.0, + 323.0, + 1835.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1142.0, + 1409.0, + 1142.0, + 1409.0, + 1179.0, + 294.0, + 1179.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1174.0, + 1231.0, + 1174.0, + 1231.0, + 1208.0, + 322.0, + 1208.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 768.0, + 1405.0, + 768.0, + 1405.0, + 809.0, + 294.0, + 809.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 802.0, + 1264.0, + 802.0, + 1264.0, + 837.0, + 323.0, + 837.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 509.0, + 1406.0, + 509.0, + 1406.0, + 557.0, + 293.0, + 557.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 546.0, + 1407.0, + 546.0, + 1407.0, + 582.0, + 323.0, + 582.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 226.0, + 1407.0, + 226.0, + 1407.0, + 268.0, + 296.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 258.0, + 1406.0, + 258.0, + 1406.0, + 299.0, + 319.0, + 299.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 293.0, + 912.0, + 293.0, + 912.0, + 324.0, + 323.0, + 324.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 427.0, + 1405.0, + 427.0, + 1405.0, + 469.0, + 294.0, + 469.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 460.0, + 998.0, + 460.0, + 998.0, + 495.0, + 322.0, + 495.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1939.0, + 1407.0, + 1939.0, + 1407.0, + 1977.0, + 295.0, + 1977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1969.0, + 1404.0, + 1969.0, + 1404.0, + 2011.0, + 320.0, + 2011.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 2002.0, + 814.0, + 2002.0, + 814.0, + 2036.0, + 324.0, + 2036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 340.0, + 1405.0, + 340.0, + 1405.0, + 385.0, + 293.0, + 385.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 377.0, + 1147.0, + 377.0, + 1147.0, + 410.0, + 321.0, + 410.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 10, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 299, + 312, + 1406, + 312, + 1406, + 496, + 299, + 496 + ], + "score": 0.942 + }, + { + "category_id": 1, + "poly": [ + 297, + 229, + 1403, + 229, + 1403, + 293, + 297, + 293 + ], + "score": 0.901 + }, + { + "category_id": 2, + "poly": [ + 300, + 76, + 813, + 76, + 813, + 105, + 300, + 105 + ], + "score": 0.888 + }, + { + "category_id": 1, + "poly": [ + 299, + 682, + 1406, + 682, + 1406, + 805, + 299, + 805 + ], + "score": 0.882 + }, + { + "category_id": 1, + "poly": [ + 297, + 600, + 1401, + 600, + 1401, + 663, + 297, + 663 + ], + "score": 0.881 + }, + { + "category_id": 1, + "poly": [ + 299, + 517, + 1401, + 517, + 1401, + 580, + 299, + 580 + ], + "score": 0.878 + }, + { + "category_id": 1, + "poly": [ + 292, + 993, + 1402, + 993, + 1402, + 1056, + 292, + 1056 + ], + "score": 0.863 + }, + { + "category_id": 1, + "poly": [ + 300, + 910, + 1403, + 910, + 1403, + 974, + 300, + 974 + ], + "score": 0.863 + }, + { + "category_id": 1, + "poly": [ + 299, + 827, + 1401, + 827, + 1401, + 890, + 299, + 890 + ], + "score": 0.84 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 864, + 2088, + 864, + 2113, + 835, + 2113 + ], + "score": 0.834 + }, + { + "category_id": 1, + "poly": [ + 292, + 1076, + 1403, + 1076, + 1403, + 1139, + 292, + 1139 + ], + "score": 0.826 + }, + { + "category_id": 1, + "poly": [ + 292, + 1158, + 1404, + 1158, + 1404, + 1222, + 292, + 1222 + ], + "score": 0.776 + }, + { + "category_id": 1, + "poly": [ + 293, + 1242, + 1404, + 1242, + 1404, + 1305, + 293, + 1305 + ], + "score": 0.745 + }, + { + "category_id": 15, + "poly": [ + 294.0, + 71.0, + 815.0, + 71.0, + 815.0, + 108.0, + 294.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2085.0, + 869.0, + 2085.0, + 869.0, + 2124.0, + 831.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 311.0, + 1408.0, + 311.0, + 1408.0, + 348.0, + 294.0, + 348.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 344.0, + 1406.0, + 344.0, + 1406.0, + 380.0, + 322.0, + 380.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 371.0, + 1409.0, + 371.0, + 1409.0, + 412.0, + 319.0, + 412.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 404.0, + 1406.0, + 404.0, + 1406.0, + 440.0, + 322.0, + 440.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 434.0, + 1406.0, + 434.0, + 1406.0, + 471.0, + 322.0, + 471.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 465.0, + 979.0, + 465.0, + 979.0, + 499.0, + 322.0, + 499.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": [ + 324.0, + 261.0, + 1408.0, + 261.0, + 1408.0, + 297.0, + 324.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 682.0, + 1409.0, + 682.0, + 1409.0, + 719.0, + 294.0, + 719.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 711.0, + 1407.0, + 711.0, + 1407.0, + 749.0, + 319.0, + 749.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 745.0, + 1411.0, + 745.0, + 1411.0, + 781.0, + 321.0, + 781.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 771.0, + 398.0, + 771.0, + 398.0, + 810.0, + 319.0, + 810.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 598.0, + 1403.0, + 598.0, + 1403.0, + 637.0, + 295.0, + 637.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 632.0, + 967.0, + 632.0, + 967.0, + 665.0, + 322.0, + 665.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 514.0, + 1406.0, + 514.0, + 1406.0, + 555.0, + 293.0, + 555.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 547.0, + 472.0, + 547.0, + 472.0, + 580.0, + 322.0, + 580.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 988.0, + 1407.0, + 988.0, + 1407.0, + 1032.0, + 293.0, + 1032.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1025.0, + 733.0, + 1025.0, + 733.0, + 1055.0, + 323.0, + 1055.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 910.0, + 1408.0, + 910.0, + 1408.0, + 946.0, + 295.0, + 946.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 941.0, + 1377.0, + 941.0, + 1377.0, + 977.0, + 321.0, + 977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 827.0, + 1405.0, + 827.0, + 1405.0, + 862.0, + 297.0, + 862.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 857.0, + 895.0, + 857.0, + 895.0, + 892.0, + 322.0, + 892.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1074.0, + 1408.0, + 1074.0, + 1408.0, + 1114.0, + 294.0, + 1114.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1108.0, + 653.0, + 1108.0, + 653.0, + 1139.0, + 324.0, + 1139.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1159.0, + 1407.0, + 1159.0, + 1407.0, + 1195.0, + 295.0, + 1195.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1190.0, + 950.0, + 1190.0, + 950.0, + 1222.0, + 323.0, + 1222.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1239.0, + 1407.0, + 1239.0, + 1407.0, + 1280.0, + 293.0, + 1280.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1274.0, + 1065.0, + 1274.0, + 1065.0, + 1307.0, + 321.0, + 1307.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 11, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1575, + 1405, + 1575, + 1405, + 2034, + 297, + 2034 + ], + "score": 0.983 + }, + { + "category_id": 5, + "poly": [ + 322, + 224, + 1377, + 224, + 1377, + 452, + 322, + 452 + ], + "score": 0.981, + "html": "
TaskRTE NLIMRPC ParaphraseSTS-B SimilarityCoLA AcceptibilitySST-2 SentimentQNLI NLIQQP ParaphraseMNLI NLI
# of training samples2.5k3.7k5.8k8.6k61.3k104k363k392k
# of validation samples1392046905211k1k1k1k
# of test samples1392056905211.8k5.5k40k9.8k
Evaluation metricAcc.F1SCCMCCAcc.Acc.Acc.Acc.
Majority baseline (val)52.981.30050.050.050.033.3
Majority baseline (test)52.581.20049.150.563.231.8
" + }, + { + "category_id": 1, + "poly": [ + 297, + 1024, + 1404, + 1024, + 1404, + 1147, + 297, + 1147 + ], + "score": 0.968 + }, + { + "category_id": 1, + "poly": [ + 299, + 1166, + 1400, + 1166, + 1400, + 1260, + 299, + 1260 + ], + "score": 0.954 + }, + { + "category_id": 1, + "poly": [ + 298, + 832, + 1400, + 832, + 1400, + 926, + 298, + 926 + ], + "score": 0.951 + }, + { + "category_id": 1, + "poly": [ + 300, + 1357, + 1404, + 1357, + 1404, + 1451, + 300, + 1451 + ], + "score": 0.947 + }, + { + "category_id": 1, + "poly": [ + 294, + 1277, + 1401, + 1277, + 1401, + 1341, + 294, + 1341 + ], + "score": 0.945 + }, + { + "category_id": 1, + "poly": [ + 293, + 943, + 1401, + 943, + 1401, + 1007, + 293, + 1007 + ], + "score": 0.945 + }, + { + "category_id": 1, + "poly": [ + 296, + 672, + 1403, + 672, + 1403, + 734, + 296, + 734 + ], + "score": 0.944 + }, + { + "category_id": 1, + "poly": [ + 294, + 752, + 1401, + 752, + 1401, + 816, + 294, + 816 + ], + "score": 0.941 + }, + { + "category_id": 2, + "poly": [ + 300, + 75, + 812, + 75, + 812, + 105, + 300, + 105 + ], + "score": 0.899 + }, + { + "category_id": 0, + "poly": [ + 300, + 599, + 507, + 599, + 507, + 635, + 300, + 635 + ], + "score": 0.893 + }, + { + "category_id": 0, + "poly": [ + 295, + 1501, + 1310, + 1501, + 1310, + 1538, + 295, + 1538 + ], + "score": 0.888 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 863, + 2088, + 863, + 2113, + 835, + 2113 + ], + "score": 0.851 + }, + { + "category_id": 6, + "poly": [ + 296, + 473, + 1403, + 473, + 1403, + 537, + 296, + 537 + ], + "score": 0.778 + }, + { + "category_id": 1, + "poly": [ + 296, + 473, + 1403, + 473, + 1403, + 537, + 296, + 537 + ], + "score": 0.137 + }, + { + "category_id": 13, + "poly": [ + 697, + 1729, + 770, + 1729, + 770, + 1757, + 697, + 1757 + ], + "score": 0.9, + "latex": "L = 5" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 815.0, + 73.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 593.0, + 511.0, + 593.0, + 511.0, + 644.0, + 293.0, + 644.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1500.0, + 1315.0, + 1500.0, + 1315.0, + 1542.0, + 291.0, + 1542.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2085.0, + 868.0, + 2085.0, + 868.0, + 2123.0, + 831.0, + 2123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 470.0, + 1405.0, + 470.0, + 1405.0, + 508.0, + 294.0, + 508.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 504.0, + 1405.0, + 504.0, + 1405.0, + 538.0, + 294.0, + 538.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1576.0, + 1405.0, + 1576.0, + 1405.0, + 1611.0, + 295.0, + 1611.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1606.0, + 1403.0, + 1606.0, + 1403.0, + 1641.0, + 295.0, + 1641.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1637.0, + 1406.0, + 1637.0, + 1406.0, + 1672.0, + 292.0, + 1672.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1669.0, + 1405.0, + 1669.0, + 1405.0, + 1701.0, + 294.0, + 1701.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1698.0, + 1405.0, + 1698.0, + 1405.0, + 1733.0, + 295.0, + 1733.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1728.0, + 696.0, + 1728.0, + 696.0, + 1763.0, + 294.0, + 1763.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 771.0, + 1728.0, + 1406.0, + 1728.0, + 1406.0, + 1763.0, + 771.0, + 1763.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1761.0, + 1406.0, + 1761.0, + 1406.0, + 1792.0, + 295.0, + 1792.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1787.0, + 1407.0, + 1787.0, + 1407.0, + 1824.0, + 294.0, + 1824.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1818.0, + 1406.0, + 1818.0, + 1406.0, + 1856.0, + 292.0, + 1856.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1851.0, + 1406.0, + 1851.0, + 1406.0, + 1886.0, + 294.0, + 1886.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1879.0, + 1405.0, + 1879.0, + 1405.0, + 1914.0, + 294.0, + 1914.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1913.0, + 1406.0, + 1913.0, + 1406.0, + 1944.0, + 296.0, + 1944.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1942.0, + 1406.0, + 1942.0, + 1406.0, + 1977.0, + 295.0, + 1977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1974.0, + 1403.0, + 1974.0, + 1403.0, + 2005.0, + 296.0, + 2005.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 2000.0, + 1357.0, + 2000.0, + 1357.0, + 2038.0, + 294.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1023.0, + 1406.0, + 1023.0, + 1406.0, + 1061.0, + 294.0, + 1061.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1056.0, + 1405.0, + 1056.0, + 1405.0, + 1092.0, + 294.0, + 1092.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1086.0, + 1404.0, + 1086.0, + 1404.0, + 1120.0, + 294.0, + 1120.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1119.0, + 392.0, + 1119.0, + 392.0, + 1149.0, + 294.0, + 1149.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1167.0, + 1404.0, + 1167.0, + 1404.0, + 1201.0, + 294.0, + 1201.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1196.0, + 1404.0, + 1196.0, + 1404.0, + 1232.0, + 294.0, + 1232.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1229.0, + 893.0, + 1229.0, + 893.0, + 1263.0, + 297.0, + 1263.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 829.0, + 1405.0, + 829.0, + 1405.0, + 872.0, + 292.0, + 872.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 862.0, + 1406.0, + 862.0, + 1406.0, + 902.0, + 292.0, + 902.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 893.0, + 597.0, + 893.0, + 597.0, + 929.0, + 295.0, + 929.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1353.0, + 1405.0, + 1353.0, + 1405.0, + 1394.0, + 293.0, + 1394.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1387.0, + 1405.0, + 1387.0, + 1405.0, + 1423.0, + 294.0, + 1423.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1420.0, + 393.0, + 1420.0, + 393.0, + 1451.0, + 293.0, + 1451.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1278.0, + 1406.0, + 1278.0, + 1406.0, + 1314.0, + 296.0, + 1314.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1308.0, + 1393.0, + 1308.0, + 1393.0, + 1344.0, + 293.0, + 1344.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 942.0, + 1404.0, + 942.0, + 1404.0, + 981.0, + 293.0, + 981.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 976.0, + 1134.0, + 976.0, + 1134.0, + 1008.0, + 295.0, + 1008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 668.0, + 1407.0, + 668.0, + 1407.0, + 709.0, + 291.0, + 709.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 703.0, + 637.0, + 703.0, + 637.0, + 737.0, + 295.0, + 737.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 753.0, + 1404.0, + 753.0, + 1404.0, + 789.0, + 294.0, + 789.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 785.0, + 659.0, + 785.0, + 659.0, + 817.0, + 297.0, + 817.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 470.0, + 1405.0, + 470.0, + 1405.0, + 508.0, + 294.0, + 508.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 504.0, + 1405.0, + 504.0, + 1405.0, + 538.0, + 294.0, + 538.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 12, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 3, + "poly": [ + 302, + 959, + 1402, + 959, + 1402, + 1464, + 302, + 1464 + ], + "score": 0.969 + }, + { + "category_id": 3, + "poly": [ + 303, + 249, + 1403, + 249, + 1403, + 754, + 303, + 754 + ], + "score": 0.962 + }, + { + "category_id": 1, + "poly": [ + 298, + 1747, + 1406, + 1747, + 1406, + 1962, + 298, + 1962 + ], + "score": 0.932 + }, + { + "category_id": 4, + "poly": [ + 296, + 800, + 1406, + 800, + 1406, + 895, + 296, + 895 + ], + "score": 0.918 + }, + { + "category_id": 2, + "poly": [ + 326, + 2005, + 677, + 2005, + 677, + 2034, + 326, + 2034 + ], + "score": 0.909 + }, + { + "category_id": 4, + "poly": [ + 296, + 1512, + 1406, + 1512, + 1406, + 1607, + 296, + 1607 + ], + "score": 0.908 + }, + { + "category_id": 2, + "poly": [ + 300, + 76, + 812, + 76, + 812, + 104, + 300, + 104 + ], + "score": 0.883 + }, + { + "category_id": 0, + "poly": [ + 301, + 1672, + 776, + 1672, + 776, + 1708, + 301, + 1708 + ], + "score": 0.875 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 864, + 2088, + 864, + 2112, + 835, + 2112 + ], + "score": 0.849 + }, + { + "category_id": 13, + "poly": [ + 1059, + 1904, + 1073, + 1904, + 1073, + 1928, + 1059, + 1928 + ], + "score": 0.74, + "latex": "t" + }, + { + "category_id": 15, + "poly": [ + 545.0, + 960.0, + 637.0, + 960.0, + 637.0, + 993.0, + 545.0, + 993.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1096.0, + 964.0, + 1180.0, + 964.0, + 1180.0, + 990.0, + 1096.0, + 990.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 391.0, + 1012.0, + 407.0, + 1012.0, + 407.0, + 1027.0, + 391.0, + 1027.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 411.0, + 982.0, + 807.0, + 982.0, + 807.0, + 1034.0, + 411.0, + 1034.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 936.0, + 1012.0, + 952.0, + 1012.0, + 952.0, + 1027.0, + 936.0, + 1027.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 968.0, + 982.0, + 1353.0, + 982.0, + 1353.0, + 1035.0, + 968.0, + 1035.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 370.0, + 1043.0, + 380.0, + 1043.0, + 380.0, + 1053.0, + 370.0, + 1053.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 732.0, + 1035.0, + 768.0, + 1035.0, + 768.0, + 1058.0, + 732.0, + 1058.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 821.0, + 1030.0, + 852.0, + 1030.0, + 852.0, + 1054.0, + 821.0, + 1054.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 914.0, + 1043.0, + 924.0, + 1043.0, + 924.0, + 1053.0, + 914.0, + 1053.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1278.0, + 1034.0, + 1313.0, + 1034.0, + 1313.0, + 1058.0, + 1278.0, + 1058.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1366.0, + 1029.0, + 1397.0, + 1029.0, + 1397.0, + 1054.0, + 1366.0, + 1054.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 736.0, + 1073.0, + 765.0, + 1073.0, + 765.0, + 1091.0, + 736.0, + 1091.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1277.0, + 1070.0, + 1313.0, + 1070.0, + 1313.0, + 1094.0, + 1277.0, + 1094.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 821.0, + 1089.0, + 852.0, + 1089.0, + 852.0, + 1112.0, + 821.0, + 1112.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1366.0, + 1088.0, + 1398.0, + 1088.0, + 1398.0, + 1112.0, + 1366.0, + 1112.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 370.0, + 1113.0, + 380.0, + 1113.0, + 380.0, + 1123.0, + 370.0, + 1123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 736.0, + 1107.0, + 763.0, + 1107.0, + 763.0, + 1126.0, + 736.0, + 1126.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 914.0, + 1113.0, + 924.0, + 1113.0, + 924.0, + 1123.0, + 914.0, + 1123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1278.0, + 1104.0, + 1313.0, + 1104.0, + 1313.0, + 1127.0, + 1278.0, + 1127.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 302.0, + 1130.0, + 329.0, + 1130.0, + 329.0, + 1353.0, + 302.0, + 1353.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 370.0, + 1148.0, + 380.0, + 1148.0, + 380.0, + 1159.0, + 370.0, + 1159.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 736.0, + 1142.0, + 765.0, + 1142.0, + 765.0, + 1161.0, + 736.0, + 1161.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 821.0, + 1128.0, + 876.0, + 1128.0, + 876.0, + 1354.0, + 821.0, + 1354.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 914.0, + 1147.0, + 924.0, + 1147.0, + 924.0, + 1160.0, + 914.0, + 1160.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1277.0, + 1140.0, + 1313.0, + 1140.0, + 1313.0, + 1164.0, + 1277.0, + 1164.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1366.0, + 1147.0, + 1397.0, + 1147.0, + 1397.0, + 1171.0, + 1366.0, + 1171.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 370.0, + 1184.0, + 380.0, + 1184.0, + 380.0, + 1194.0, + 370.0, + 1194.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 735.0, + 1177.0, + 766.0, + 1177.0, + 766.0, + 1196.0, + 735.0, + 1196.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 914.0, + 1184.0, + 924.0, + 1184.0, + 924.0, + 1194.0, + 914.0, + 1194.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1278.0, + 1175.0, + 1313.0, + 1175.0, + 1313.0, + 1198.0, + 1278.0, + 1198.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 370.0, + 1218.0, + 380.0, + 1218.0, + 380.0, + 1229.0, + 370.0, + 1229.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 732.0, + 1211.0, + 768.0, + 1211.0, + 768.0, + 1233.0, + 732.0, + 1233.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 821.0, + 1205.0, + 852.0, + 1205.0, + 852.0, + 1229.0, + 821.0, + 1229.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 914.0, + 1218.0, + 924.0, + 1218.0, + 924.0, + 1229.0, + 914.0, + 1229.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1278.0, + 1211.0, + 1313.0, + 1211.0, + 1313.0, + 1234.0, + 1278.0, + 1234.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1366.0, + 1205.0, + 1398.0, + 1205.0, + 1398.0, + 1229.0, + 1366.0, + 1229.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 368.0, + 1253.0, + 380.0, + 1253.0, + 380.0, + 1264.0, + 368.0, + 1264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 733.0, + 1248.0, + 766.0, + 1248.0, + 766.0, + 1266.0, + 733.0, + 1266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 914.0, + 1253.0, + 924.0, + 1253.0, + 924.0, + 1264.0, + 914.0, + 1264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1278.0, + 1247.0, + 1313.0, + 1247.0, + 1313.0, + 1268.0, + 1278.0, + 1268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 821.0, + 1264.0, + 852.0, + 1264.0, + 852.0, + 1288.0, + 821.0, + 1288.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1366.0, + 1264.0, + 1398.0, + 1264.0, + 1398.0, + 1288.0, + 1366.0, + 1288.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 735.0, + 1283.0, + 766.0, + 1283.0, + 766.0, + 1302.0, + 735.0, + 1302.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1279.0, + 1278.0, + 1314.0, + 1278.0, + 1314.0, + 1306.0, + 1279.0, + 1306.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 368.0, + 1324.0, + 380.0, + 1324.0, + 380.0, + 1335.0, + 368.0, + 1335.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 733.0, + 1319.0, + 766.0, + 1319.0, + 766.0, + 1336.0, + 733.0, + 1336.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 821.0, + 1322.0, + 852.0, + 1322.0, + 852.0, + 1346.0, + 821.0, + 1346.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 913.0, + 1324.0, + 924.0, + 1324.0, + 924.0, + 1335.0, + 913.0, + 1335.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1277.0, + 1316.0, + 1313.0, + 1316.0, + 1313.0, + 1339.0, + 1277.0, + 1339.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1366.0, + 1322.0, + 1398.0, + 1322.0, + 1398.0, + 1346.0, + 1366.0, + 1346.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 368.0, + 1358.0, + 380.0, + 1358.0, + 380.0, + 1370.0, + 368.0, + 1370.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 735.0, + 1354.0, + 766.0, + 1354.0, + 766.0, + 1373.0, + 735.0, + 1373.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 913.0, + 1358.0, + 924.0, + 1358.0, + 924.0, + 1370.0, + 913.0, + 1370.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1277.0, + 1351.0, + 1313.0, + 1351.0, + 1313.0, + 1374.0, + 1277.0, + 1374.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 351.0, + 1387.0, + 519.0, + 1387.0, + 519.0, + 1411.0, + 351.0, + 1411.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 522.0, + 1387.0, + 627.0, + 1387.0, + 627.0, + 1409.0, + 522.0, + 1409.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 628.0, + 1387.0, + 733.0, + 1387.0, + 733.0, + 1409.0, + 628.0, + 1409.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 767.0, + 1387.0, + 803.0, + 1387.0, + 803.0, + 1409.0, + 767.0, + 1409.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 821.0, + 1382.0, + 852.0, + 1382.0, + 852.0, + 1406.0, + 821.0, + 1406.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 897.0, + 1387.0, + 996.0, + 1387.0, + 996.0, + 1411.0, + 897.0, + 1411.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 997.0, + 1387.0, + 1277.0, + 1387.0, + 1277.0, + 1408.0, + 997.0, + 1408.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1313.0, + 1387.0, + 1348.0, + 1387.0, + 1348.0, + 1409.0, + 1313.0, + 1409.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1366.0, + 1382.0, + 1397.0, + 1382.0, + 1397.0, + 1406.0, + 1366.0, + 1406.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 1424.0, + 384.0, + 1424.0, + 384.0, + 1447.0, + 319.0, + 1447.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 732.0, + 1422.0, + 767.0, + 1422.0, + 767.0, + 1445.0, + 732.0, + 1445.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 866.0, + 1423.0, + 930.0, + 1423.0, + 930.0, + 1448.0, + 866.0, + 1448.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1278.0, + 1422.0, + 1313.0, + 1422.0, + 1313.0, + 1445.0, + 1278.0, + 1445.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 812.0, + 1441.0, + 852.0, + 1441.0, + 852.0, + 1462.0, + 812.0, + 1462.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1367.0, + 1442.0, + 1396.0, + 1442.0, + 1396.0, + 1461.0, + 1367.0, + 1461.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 540.0, + 252.0, + 629.0, + 252.0, + 629.0, + 277.0, + 540.0, + 277.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1089.0, + 252.0, + 1173.0, + 252.0, + 1173.0, + 277.0, + 1089.0, + 277.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 434.0, + 270.0, + 738.0, + 270.0, + 738.0, + 294.0, + 434.0, + 294.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 979.0, + 270.0, + 1283.0, + 270.0, + 1283.0, + 294.0, + 979.0, + 294.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 374.0, + 286.0, + 389.0, + 286.0, + 389.0, + 302.0, + 374.0, + 302.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 410.0, + 287.0, + 421.0, + 287.0, + 421.0, + 301.0, + 410.0, + 301.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 442.0, + 286.0, + 458.0, + 286.0, + 458.0, + 304.0, + 442.0, + 304.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 476.0, + 287.0, + 493.0, + 287.0, + 493.0, + 304.0, + 476.0, + 304.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 509.0, + 287.0, + 526.0, + 287.0, + 526.0, + 302.0, + 509.0, + 302.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 543.0, + 286.0, + 559.0, + 286.0, + 559.0, + 304.0, + 543.0, + 304.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 577.0, + 287.0, + 594.0, + 287.0, + 594.0, + 304.0, + 577.0, + 304.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 613.0, + 286.0, + 627.0, + 286.0, + 627.0, + 304.0, + 613.0, + 304.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 645.0, + 286.0, + 662.0, + 286.0, + 662.0, + 302.0, + 645.0, + 302.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 678.0, + 285.0, + 699.0, + 285.0, + 699.0, + 304.0, + 678.0, + 304.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 704.0, + 282.0, + 808.0, + 282.0, + 808.0, + 306.0, + 704.0, + 306.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 919.0, + 286.0, + 936.0, + 286.0, + 936.0, + 304.0, + 919.0, + 304.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 956.0, + 287.0, + 965.0, + 287.0, + 965.0, + 301.0, + 956.0, + 301.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 988.0, + 287.0, + 1004.0, + 287.0, + 1004.0, + 304.0, + 988.0, + 304.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1019.0, + 285.0, + 1039.0, + 285.0, + 1039.0, + 305.0, + 1019.0, + 305.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1054.0, + 287.0, + 1072.0, + 287.0, + 1072.0, + 304.0, + 1054.0, + 304.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1089.0, + 286.0, + 1104.0, + 286.0, + 1104.0, + 304.0, + 1089.0, + 304.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1123.0, + 287.0, + 1139.0, + 287.0, + 1139.0, + 304.0, + 1123.0, + 304.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1158.0, + 286.0, + 1172.0, + 286.0, + 1172.0, + 304.0, + 1158.0, + 304.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1191.0, + 286.0, + 1207.0, + 286.0, + 1207.0, + 304.0, + 1191.0, + 304.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1225.0, + 287.0, + 1243.0, + 287.0, + 1243.0, + 304.0, + 1225.0, + 304.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1249.0, + 283.0, + 1353.0, + 283.0, + 1353.0, + 304.0, + 1249.0, + 304.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 310.0, + 809.0, + 310.0, + 809.0, + 331.0, + 350.0, + 331.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 827.0, + 323.0, + 851.0, + 323.0, + 851.0, + 341.0, + 827.0, + 341.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 895.0, + 309.0, + 1354.0, + 309.0, + 1354.0, + 333.0, + 895.0, + 333.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1372.0, + 319.0, + 1396.0, + 319.0, + 1396.0, + 343.0, + 1372.0, + 343.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 344.0, + 808.0, + 344.0, + 808.0, + 364.0, + 350.0, + 364.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 897.0, + 345.0, + 1353.0, + 345.0, + 1353.0, + 364.0, + 897.0, + 364.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 377.0, + 811.0, + 377.0, + 811.0, + 399.0, + 350.0, + 399.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 827.0, + 377.0, + 851.0, + 377.0, + 851.0, + 397.0, + 827.0, + 397.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 895.0, + 378.0, + 1354.0, + 378.0, + 1354.0, + 399.0, + 895.0, + 399.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1370.0, + 375.0, + 1398.0, + 375.0, + 1398.0, + 399.0, + 1370.0, + 399.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 302.0, + 413.0, + 329.0, + 413.0, + 329.0, + 638.0, + 302.0, + 638.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 412.0, + 808.0, + 412.0, + 808.0, + 433.0, + 350.0, + 433.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 848.0, + 412.0, + 876.0, + 412.0, + 876.0, + 639.0, + 848.0, + 639.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 895.0, + 411.0, + 1354.0, + 411.0, + 1354.0, + 435.0, + 895.0, + 435.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 828.0, + 432.0, + 851.0, + 432.0, + 851.0, + 452.0, + 828.0, + 452.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1372.0, + 432.0, + 1396.0, + 432.0, + 1396.0, + 454.0, + 1372.0, + 454.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 446.0, + 808.0, + 446.0, + 808.0, + 466.0, + 350.0, + 466.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 895.0, + 443.0, + 1353.0, + 443.0, + 1353.0, + 468.0, + 895.0, + 468.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 480.0, + 809.0, + 480.0, + 809.0, + 500.0, + 350.0, + 500.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 828.0, + 488.0, + 851.0, + 488.0, + 851.0, + 508.0, + 828.0, + 508.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 895.0, + 480.0, + 1353.0, + 480.0, + 1353.0, + 501.0, + 895.0, + 501.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1373.0, + 488.0, + 1396.0, + 488.0, + 1396.0, + 509.0, + 1373.0, + 509.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 349.0, + 513.0, + 811.0, + 513.0, + 811.0, + 537.0, + 349.0, + 537.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 895.0, + 513.0, + 1354.0, + 513.0, + 1354.0, + 536.0, + 895.0, + 536.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 548.0, + 808.0, + 548.0, + 808.0, + 570.0, + 350.0, + 570.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 828.0, + 542.0, + 851.0, + 542.0, + 851.0, + 563.0, + 828.0, + 563.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 898.0, + 547.0, + 1354.0, + 547.0, + 1354.0, + 571.0, + 898.0, + 571.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1373.0, + 542.0, + 1397.0, + 542.0, + 1397.0, + 563.0, + 1373.0, + 563.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 362.0, + 582.0, + 808.0, + 582.0, + 808.0, + 602.0, + 362.0, + 602.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 895.0, + 581.0, + 1354.0, + 581.0, + 1354.0, + 604.0, + 895.0, + 604.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 827.0, + 597.0, + 851.0, + 597.0, + 851.0, + 619.0, + 827.0, + 619.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1370.0, + 596.0, + 1398.0, + 596.0, + 1398.0, + 620.0, + 1370.0, + 620.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 349.0, + 614.0, + 808.0, + 614.0, + 808.0, + 638.0, + 349.0, + 638.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 894.0, + 615.0, + 1354.0, + 615.0, + 1354.0, + 638.0, + 894.0, + 638.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 333.0, + 650.0, + 809.0, + 650.0, + 809.0, + 673.0, + 333.0, + 673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 825.0, + 654.0, + 851.0, + 654.0, + 851.0, + 674.0, + 825.0, + 674.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 879.0, + 650.0, + 1352.0, + 650.0, + 1352.0, + 672.0, + 879.0, + 672.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1372.0, + 654.0, + 1397.0, + 654.0, + 1397.0, + 674.0, + 1372.0, + 674.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 363.0, + 684.0, + 808.0, + 684.0, + 808.0, + 704.0, + 363.0, + 704.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 867.0, + 683.0, + 1354.0, + 683.0, + 1354.0, + 708.0, + 867.0, + 708.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 329.0, + 718.0, + 808.0, + 718.0, + 808.0, + 741.0, + 329.0, + 741.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 827.0, + 708.0, + 851.0, + 708.0, + 851.0, + 730.0, + 827.0, + 730.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 874.0, + 715.0, + 1354.0, + 715.0, + 1354.0, + 742.0, + 874.0, + 742.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1372.0, + 708.0, + 1396.0, + 708.0, + 1396.0, + 730.0, + 1372.0, + 730.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 351.75, + 584.5, + 362.75, + 584.5, + 362.75, + 601.5, + 351.75, + 601.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.25, + 684.5, + 365.25, + 684.5, + 365.25, + 706.5, + 322.25, + 706.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 801.0, + 1404.0, + 801.0, + 1404.0, + 835.0, + 295.0, + 835.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 833.0, + 1404.0, + 833.0, + 1404.0, + 867.0, + 295.0, + 867.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 865.0, + 409.0, + 865.0, + 409.0, + 900.0, + 294.0, + 900.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1997.0, + 681.0, + 1997.0, + 681.0, + 2043.0, + 322.0, + 2043.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1513.0, + 1407.0, + 1513.0, + 1407.0, + 1547.0, + 295.0, + 1547.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1542.0, + 1406.0, + 1542.0, + 1406.0, + 1578.0, + 294.0, + 1578.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1575.0, + 1184.0, + 1575.0, + 1184.0, + 1609.0, + 296.0, + 1609.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 815.0, + 73.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1668.0, + 781.0, + 1668.0, + 781.0, + 1714.0, + 294.0, + 1714.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2084.0, + 869.0, + 2084.0, + 869.0, + 2123.0, + 831.0, + 2123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1742.0, + 1406.0, + 1742.0, + 1406.0, + 1786.0, + 292.0, + 1786.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1778.0, + 1404.0, + 1778.0, + 1404.0, + 1813.0, + 295.0, + 1813.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1809.0, + 1408.0, + 1809.0, + 1408.0, + 1843.0, + 292.0, + 1843.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1836.0, + 1408.0, + 1836.0, + 1408.0, + 1874.0, + 291.0, + 1874.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1869.0, + 1406.0, + 1869.0, + 1406.0, + 1904.0, + 295.0, + 1904.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1899.0, + 1058.0, + 1899.0, + 1058.0, + 1934.0, + 293.0, + 1934.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1074.0, + 1899.0, + 1406.0, + 1899.0, + 1406.0, + 1934.0, + 1074.0, + 1934.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1932.0, + 1403.0, + 1932.0, + 1403.0, + 1963.0, + 296.0, + 1963.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 13, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1331, + 1405, + 1331, + 1405, + 1547, + 297, + 1547 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 297, + 922, + 1404, + 922, + 1404, + 1108, + 297, + 1108 + ], + "score": 0.977 + }, + { + "category_id": 5, + "poly": [ + 429, + 224, + 1257, + 224, + 1257, + 352, + 429, + 352 + ], + "score": 0.975, + "html": "
CoLAMRPCRTESTS-B
Mixed precision60.3 ± 1.589.2 ± 1.271.8 ± 2.190.1± 0.7
Full precision59.9 ± 1.588.7 ± 1.471.4± 2.290.1± 0.7
" + }, + { + "category_id": 5, + "poly": [ + 537, + 476, + 1158, + 476, + 1158, + 603, + 537, + 603 + ], + "score": 0.973, + "html": "
Dev Acc. (%)Test Acc. (%)
No bias correction86.0 ± 0.387.0 ± 0.4
Bias correction85.9 ± 0.386.9 ± 0.3
" + }, + { + "category_id": 1, + "poly": [ + 299, + 1911, + 1402, + 1911, + 1402, + 2035, + 299, + 2035 + ], + "score": 0.97 + }, + { + "category_id": 1, + "poly": [ + 299, + 1661, + 1404, + 1661, + 1404, + 1785, + 299, + 1785 + ], + "score": 0.969 + }, + { + "category_id": 1, + "poly": [ + 298, + 1802, + 1403, + 1802, + 1403, + 1894, + 298, + 1894 + ], + "score": 0.968 + }, + { + "category_id": 1, + "poly": [ + 300, + 1222, + 1401, + 1222, + 1401, + 1316, + 300, + 1316 + ], + "score": 0.956 + }, + { + "category_id": 1, + "poly": [ + 301, + 748, + 1402, + 748, + 1402, + 811, + 301, + 811 + ], + "score": 0.949 + }, + { + "category_id": 0, + "poly": [ + 298, + 1151, + 992, + 1151, + 992, + 1187, + 298, + 1187 + ], + "score": 0.917 + }, + { + "category_id": 0, + "poly": [ + 298, + 1590, + 990, + 1590, + 990, + 1626, + 298, + 1626 + ], + "score": 0.913 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 813, + 75, + 813, + 105, + 298, + 105 + ], + "score": 0.898 + }, + { + "category_id": 0, + "poly": [ + 301, + 853, + 780, + 853, + 780, + 890, + 301, + 890 + ], + "score": 0.89 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 863, + 2088, + 863, + 2112, + 836, + 2112 + ], + "score": 0.848 + }, + { + "category_id": 6, + "poly": [ + 295, + 382, + 1398, + 382, + 1398, + 445, + 295, + 445 + ], + "score": 0.761 + }, + { + "category_id": 1, + "poly": [ + 294, + 626, + 1403, + 626, + 1403, + 689, + 294, + 689 + ], + "score": 0.621 + }, + { + "category_id": 6, + "poly": [ + 294, + 626, + 1403, + 626, + 1403, + 689, + 294, + 689 + ], + "score": 0.328 + }, + { + "category_id": 1, + "poly": [ + 295, + 382, + 1398, + 382, + 1398, + 445, + 295, + 445 + ], + "score": 0.149 + }, + { + "category_id": 13, + "poly": [ + 1379, + 1725, + 1401, + 1725, + 1401, + 1751, + 1379, + 1751 + ], + "score": 0.77, + "latex": "L" + }, + { + "category_id": 13, + "poly": [ + 402, + 1665, + 424, + 1665, + 424, + 1691, + 402, + 1691 + ], + "score": 0.75, + "latex": "L" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1150.0, + 994.0, + 1150.0, + 994.0, + 1190.0, + 294.0, + 1190.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1586.0, + 993.0, + 1586.0, + 993.0, + 1630.0, + 291.0, + 1630.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 73.0, + 814.0, + 73.0, + 814.0, + 108.0, + 296.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 854.0, + 783.0, + 854.0, + 783.0, + 895.0, + 294.0, + 895.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2085.0, + 867.0, + 2085.0, + 867.0, + 2124.0, + 832.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 382.0, + 1403.0, + 382.0, + 1403.0, + 417.0, + 294.0, + 417.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 414.0, + 1080.0, + 414.0, + 1080.0, + 445.0, + 296.0, + 445.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 626.0, + 1405.0, + 626.0, + 1405.0, + 661.0, + 294.0, + 661.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 656.0, + 1273.0, + 656.0, + 1273.0, + 692.0, + 296.0, + 692.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1330.0, + 1406.0, + 1330.0, + 1406.0, + 1369.0, + 294.0, + 1369.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1364.0, + 1407.0, + 1364.0, + 1407.0, + 1398.0, + 294.0, + 1398.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1391.0, + 1406.0, + 1391.0, + 1406.0, + 1432.0, + 292.0, + 1432.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1424.0, + 1408.0, + 1424.0, + 1408.0, + 1460.0, + 294.0, + 1460.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1455.0, + 1405.0, + 1455.0, + 1405.0, + 1490.0, + 295.0, + 1490.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1483.0, + 1405.0, + 1483.0, + 1405.0, + 1519.0, + 294.0, + 1519.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1514.0, + 1402.0, + 1514.0, + 1402.0, + 1554.0, + 294.0, + 1554.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 921.0, + 1406.0, + 921.0, + 1406.0, + 958.0, + 292.0, + 958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 954.0, + 1406.0, + 954.0, + 1406.0, + 989.0, + 295.0, + 989.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 984.0, + 1406.0, + 984.0, + 1406.0, + 1020.0, + 295.0, + 1020.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1015.0, + 1406.0, + 1015.0, + 1406.0, + 1049.0, + 295.0, + 1049.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1046.0, + 1404.0, + 1046.0, + 1404.0, + 1081.0, + 294.0, + 1081.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1073.0, + 398.0, + 1073.0, + 398.0, + 1116.0, + 292.0, + 1116.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1910.0, + 1404.0, + 1910.0, + 1404.0, + 1945.0, + 294.0, + 1945.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1939.0, + 1407.0, + 1939.0, + 1407.0, + 1980.0, + 292.0, + 1980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1969.0, + 1407.0, + 1969.0, + 1407.0, + 2010.0, + 290.0, + 2010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 2000.0, + 1407.0, + 2000.0, + 1407.0, + 2042.0, + 292.0, + 2042.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1658.0, + 401.0, + 1658.0, + 401.0, + 1696.0, + 293.0, + 1696.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 425.0, + 1658.0, + 1405.0, + 1658.0, + 1405.0, + 1696.0, + 425.0, + 1696.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1693.0, + 1405.0, + 1693.0, + 1405.0, + 1727.0, + 294.0, + 1727.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1724.0, + 1378.0, + 1724.0, + 1378.0, + 1756.0, + 294.0, + 1756.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1402.0, + 1724.0, + 1405.0, + 1724.0, + 1405.0, + 1756.0, + 1402.0, + 1756.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1754.0, + 611.0, + 1754.0, + 611.0, + 1786.0, + 294.0, + 1786.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1796.0, + 1404.0, + 1796.0, + 1404.0, + 1840.0, + 293.0, + 1840.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1832.0, + 1405.0, + 1832.0, + 1405.0, + 1866.0, + 294.0, + 1866.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1862.0, + 498.0, + 1862.0, + 498.0, + 1897.0, + 293.0, + 1897.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1222.0, + 1405.0, + 1222.0, + 1405.0, + 1259.0, + 294.0, + 1259.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1254.0, + 1405.0, + 1254.0, + 1405.0, + 1288.0, + 296.0, + 1288.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1285.0, + 1307.0, + 1285.0, + 1307.0, + 1319.0, + 296.0, + 1319.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 749.0, + 1404.0, + 749.0, + 1404.0, + 785.0, + 296.0, + 785.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 777.0, + 800.0, + 777.0, + 800.0, + 815.0, + 295.0, + 815.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 626.0, + 1405.0, + 626.0, + 1405.0, + 661.0, + 294.0, + 661.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 656.0, + 1273.0, + 656.0, + 1273.0, + 692.0, + 296.0, + 692.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 382.0, + 1403.0, + 382.0, + 1403.0, + 417.0, + 294.0, + 417.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 414.0, + 1080.0, + 414.0, + 1080.0, + 445.0, + 296.0, + 445.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 14, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 3, + "poly": [ + 291, + 997, + 1407, + 997, + 1407, + 1827, + 291, + 1827 + ], + "score": 0.974 + }, + { + "category_id": 3, + "poly": [ + 293, + 215, + 1408, + 215, + 1408, + 474, + 293, + 474 + ], + "score": 0.965 + }, + { + "category_id": 3, + "poly": [ + 292, + 613, + 1405, + 613, + 1405, + 855, + 292, + 855 + ], + "score": 0.959 + }, + { + "category_id": 4, + "poly": [ + 294, + 495, + 1409, + 495, + 1409, + 586, + 294, + 586 + ], + "score": 0.949 + }, + { + "category_id": 4, + "poly": [ + 295, + 1848, + 1400, + 1848, + 1400, + 1911, + 295, + 1911 + ], + "score": 0.943 + }, + { + "category_id": 1, + "poly": [ + 297, + 1971, + 1402, + 1971, + 1402, + 2035, + 297, + 2035 + ], + "score": 0.941 + }, + { + "category_id": 4, + "poly": [ + 295, + 876, + 1407, + 876, + 1407, + 969, + 295, + 969 + ], + "score": 0.939 + }, + { + "category_id": 2, + "poly": [ + 298, + 76, + 812, + 76, + 812, + 104, + 298, + 104 + ], + "score": 0.893 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 864, + 2088, + 864, + 2113, + 836, + 2113 + ], + "score": 0.857 + }, + { + "category_id": 15, + "poly": [ + 436.0, + 998.0, + 483.0, + 998.0, + 483.0, + 1024.0, + 436.0, + 1024.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 706.0, + 999.0, + 768.0, + 999.0, + 768.0, + 1024.0, + 706.0, + 1024.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 981.0, + 997.0, + 1047.0, + 997.0, + 1047.0, + 1024.0, + 981.0, + 1024.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1263.0, + 996.0, + 1323.0, + 996.0, + 1323.0, + 1027.0, + 1263.0, + 1027.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 511.0, + 1022.0, + 527.0, + 1022.0, + 527.0, + 1039.0, + 511.0, + 1039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 595.0, + 1022.0, + 633.0, + 1022.0, + 633.0, + 1043.0, + 595.0, + 1043.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 649.0, + 1024.0, + 660.0, + 1024.0, + 660.0, + 1035.0, + 649.0, + 1035.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 868.0, + 1025.0, + 912.0, + 1025.0, + 912.0, + 1047.0, + 868.0, + 1047.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 996.0, + 1022.0, + 1012.0, + 1022.0, + 1012.0, + 1038.0, + 996.0, + 1038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1153.0, + 1015.0, + 1191.0, + 1015.0, + 1191.0, + 1037.0, + 1153.0, + 1037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1251.0, + 1024.0, + 1266.0, + 1024.0, + 1266.0, + 1039.0, + 1251.0, + 1039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1041.0, + 356.0, + 1041.0, + 356.0, + 1151.0, + 296.0, + 1151.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 532.0, + 1051.0, + 554.0, + 1051.0, + 554.0, + 1118.0, + 532.0, + 1118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 577.0, + 1046.0, + 634.0, + 1046.0, + 634.0, + 1178.0, + 577.0, + 1178.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 743.0, + 1041.0, + 757.0, + 1041.0, + 757.0, + 1057.0, + 743.0, + 1057.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 767.0, + 1072.0, + 781.0, + 1072.0, + 781.0, + 1089.0, + 767.0, + 1089.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 789.0, + 1080.0, + 806.0, + 1080.0, + 806.0, + 1095.0, + 789.0, + 1095.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 811.0, + 1089.0, + 830.0, + 1089.0, + 830.0, + 1114.0, + 811.0, + 1114.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 848.0, + 1046.0, + 912.0, + 1046.0, + 912.0, + 1178.0, + 848.0, + 1178.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 947.0, + 1057.0, + 968.0, + 1057.0, + 968.0, + 1095.0, + 947.0, + 1095.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 969.0, + 1038.0, + 1086.0, + 1038.0, + 1086.0, + 1096.0, + 969.0, + 1096.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1087.0, + 1046.0, + 1110.0, + 1046.0, + 1110.0, + 1092.0, + 1087.0, + 1092.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1133.0, + 1047.0, + 1190.0, + 1047.0, + 1190.0, + 1179.0, + 1133.0, + 1179.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1346.0, + 1072.0, + 1361.0, + 1072.0, + 1361.0, + 1087.0, + 1346.0, + 1087.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 791.0, + 1097.0, + 801.0, + 1097.0, + 801.0, + 1107.0, + 791.0, + 1107.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 312.0, + 1106.0, + 355.0, + 1106.0, + 355.0, + 1129.0, + 312.0, + 1129.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 374.0, + 1119.0, + 380.0, + 1119.0, + 380.0, + 1125.0, + 374.0, + 1125.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 1106.0, + 411.0, + 1106.0, + 411.0, + 1134.0, + 393.0, + 1134.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 515.0, + 1121.0, + 523.0, + 1121.0, + 523.0, + 1131.0, + 515.0, + 1131.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 534.0, + 1120.0, + 550.0, + 1120.0, + 550.0, + 1137.0, + 534.0, + 1137.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 868.0, + 1120.0, + 911.0, + 1120.0, + 911.0, + 1143.0, + 868.0, + 1143.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1154.0, + 1113.0, + 1190.0, + 1113.0, + 1190.0, + 1141.0, + 1154.0, + 1141.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1344.0, + 1120.0, + 1362.0, + 1120.0, + 1362.0, + 1148.0, + 1344.0, + 1148.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 466.0, + 1130.0, + 475.0, + 1130.0, + 475.0, + 1140.0, + 466.0, + 1140.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1136.0, + 356.0, + 1136.0, + 356.0, + 1176.0, + 296.0, + 1176.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 597.0, + 1144.0, + 634.0, + 1144.0, + 634.0, + 1167.0, + 597.0, + 1167.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 743.0, + 1150.0, + 758.0, + 1150.0, + 758.0, + 1166.0, + 743.0, + 1166.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 788.0, + 1157.0, + 805.0, + 1157.0, + 805.0, + 1173.0, + 788.0, + 1173.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 868.0, + 1153.0, + 911.0, + 1153.0, + 911.0, + 1176.0, + 868.0, + 1176.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 974.0, + 1154.0, + 1115.0, + 1154.0, + 1115.0, + 1176.0, + 974.0, + 1176.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1150.0, + 1148.0, + 1191.0, + 1148.0, + 1191.0, + 1174.0, + 1150.0, + 1174.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1368.0, + 1145.0, + 1384.0, + 1145.0, + 1384.0, + 1163.0, + 1368.0, + 1163.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 312.0, + 1174.0, + 355.0, + 1174.0, + 355.0, + 1197.0, + 312.0, + 1197.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 990.0, + 1174.0, + 1044.0, + 1174.0, + 1044.0, + 1196.0, + 990.0, + 1196.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1050.0, + 1170.0, + 1118.0, + 1170.0, + 1118.0, + 1199.0, + 1050.0, + 1199.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 670.0, + 1188.0, + 687.0, + 1188.0, + 687.0, + 1206.0, + 670.0, + 1206.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 868.0, + 1186.0, + 911.0, + 1186.0, + 911.0, + 1209.0, + 868.0, + 1209.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1153.0, + 1185.0, + 1191.0, + 1185.0, + 1191.0, + 1207.0, + 1153.0, + 1207.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 411.0, + 1209.0, + 421.0, + 1209.0, + 421.0, + 1221.0, + 411.0, + 1221.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 431.0, + 1207.0, + 447.0, + 1207.0, + 447.0, + 1224.0, + 431.0, + 1224.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 454.0, + 1205.0, + 474.0, + 1205.0, + 474.0, + 1225.0, + 454.0, + 1225.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 480.0, + 1207.0, + 496.0, + 1207.0, + 496.0, + 1222.0, + 480.0, + 1222.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 689.0, + 1209.0, + 700.0, + 1209.0, + 700.0, + 1222.0, + 689.0, + 1222.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 710.0, + 1207.0, + 726.0, + 1207.0, + 726.0, + 1224.0, + 710.0, + 1224.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 734.0, + 1207.0, + 750.0, + 1207.0, + 750.0, + 1224.0, + 734.0, + 1224.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 759.0, + 1207.0, + 774.0, + 1207.0, + 774.0, + 1224.0, + 759.0, + 1224.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 964.0, + 1207.0, + 979.0, + 1207.0, + 979.0, + 1224.0, + 964.0, + 1224.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 986.0, + 1205.0, + 1006.0, + 1205.0, + 1006.0, + 1225.0, + 986.0, + 1225.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1036.0, + 1206.0, + 1052.0, + 1206.0, + 1052.0, + 1224.0, + 1036.0, + 1224.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1245.0, + 1209.0, + 1256.0, + 1209.0, + 1256.0, + 1222.0, + 1245.0, + 1222.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1289.0, + 1206.0, + 1304.0, + 1206.0, + 1304.0, + 1224.0, + 1289.0, + 1224.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 416.0, + 1273.0, + 501.0, + 1273.0, + 501.0, + 1304.0, + 416.0, + 1304.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 687.0, + 1273.0, + 789.0, + 1273.0, + 789.0, + 1305.0, + 687.0, + 1305.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 965.0, + 1271.0, + 1065.0, + 1271.0, + 1065.0, + 1304.0, + 965.0, + 1304.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1247.0, + 1276.0, + 1339.0, + 1276.0, + 1339.0, + 1301.0, + 1247.0, + 1301.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1320.0, + 354.0, + 1320.0, + 354.0, + 1456.0, + 292.0, + 1456.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 417.0, + 1300.0, + 432.0, + 1300.0, + 432.0, + 1315.0, + 417.0, + 1315.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 578.0, + 1302.0, + 635.0, + 1302.0, + 635.0, + 1456.0, + 578.0, + 1456.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 811.0, + 1307.0, + 830.0, + 1307.0, + 830.0, + 1355.0, + 811.0, + 1355.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 854.0, + 1302.0, + 912.0, + 1302.0, + 912.0, + 1455.0, + 854.0, + 1455.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 968.0, + 1297.0, + 1111.0, + 1297.0, + 1111.0, + 1372.0, + 968.0, + 1372.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1136.0, + 1287.0, + 1192.0, + 1287.0, + 1192.0, + 1458.0, + 1136.0, + 1458.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1228.0, + 1317.0, + 1240.0, + 1317.0, + 1240.0, + 1329.0, + 1228.0, + 1329.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1251.0, + 1306.0, + 1267.0, + 1306.0, + 1267.0, + 1322.0, + 1251.0, + 1322.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1272.0, + 1303.0, + 1290.0, + 1303.0, + 1290.0, + 1339.0, + 1272.0, + 1339.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 312.0, + 1350.0, + 356.0, + 1350.0, + 356.0, + 1406.0, + 312.0, + 1406.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 416.0, + 1388.0, + 432.0, + 1388.0, + 432.0, + 1406.0, + 416.0, + 1406.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 466.0, + 1364.0, + 478.0, + 1364.0, + 478.0, + 1374.0, + 466.0, + 1374.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 598.0, + 1354.0, + 634.0, + 1354.0, + 634.0, + 1377.0, + 598.0, + 1377.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 721.0, + 1367.0, + 732.0, + 1367.0, + 732.0, + 1375.0, + 721.0, + 1375.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 744.0, + 1348.0, + 754.0, + 1348.0, + 754.0, + 1361.0, + 744.0, + 1361.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 765.0, + 1349.0, + 782.0, + 1349.0, + 782.0, + 1365.0, + 765.0, + 1365.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 812.0, + 1392.0, + 827.0, + 1392.0, + 827.0, + 1408.0, + 812.0, + 1408.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 876.0, + 1356.0, + 911.0, + 1356.0, + 911.0, + 1379.0, + 876.0, + 1379.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 948.0, + 1350.0, + 966.0, + 1350.0, + 966.0, + 1394.0, + 948.0, + 1394.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 972.0, + 1378.0, + 987.0, + 1378.0, + 987.0, + 1393.0, + 972.0, + 1393.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1153.0, + 1361.0, + 1190.0, + 1361.0, + 1190.0, + 1385.0, + 1153.0, + 1385.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1223.0, + 1380.0, + 1245.0, + 1380.0, + 1245.0, + 1411.0, + 1223.0, + 1411.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1275.0, + 1382.0, + 1290.0, + 1382.0, + 1290.0, + 1401.0, + 1275.0, + 1401.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1319.0, + 1389.0, + 1339.0, + 1389.0, + 1339.0, + 1409.0, + 1319.0, + 1409.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1344.0, + 1370.0, + 1363.0, + 1370.0, + 1363.0, + 1394.0, + 1344.0, + 1394.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 313.0, + 1415.0, + 355.0, + 1415.0, + 355.0, + 1437.0, + 313.0, + 1437.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 597.0, + 1404.0, + 634.0, + 1404.0, + 634.0, + 1427.0, + 597.0, + 1427.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 876.0, + 1413.0, + 912.0, + 1413.0, + 912.0, + 1436.0, + 876.0, + 1436.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 948.0, + 1411.0, + 964.0, + 1411.0, + 964.0, + 1427.0, + 948.0, + 1427.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1153.0, + 1399.0, + 1190.0, + 1399.0, + 1190.0, + 1422.0, + 1153.0, + 1422.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1371.0, + 1415.0, + 1384.0, + 1415.0, + 1384.0, + 1426.0, + 1371.0, + 1426.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 312.0, + 1446.0, + 356.0, + 1446.0, + 356.0, + 1469.0, + 312.0, + 1469.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 487.0, + 1437.0, + 503.0, + 1437.0, + 503.0, + 1455.0, + 487.0, + 1455.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 597.0, + 1455.0, + 634.0, + 1455.0, + 634.0, + 1476.0, + 597.0, + 1476.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1153.0, + 1436.0, + 1190.0, + 1436.0, + 1190.0, + 1459.0, + 1153.0, + 1459.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1226.0, + 1444.0, + 1243.0, + 1444.0, + 1243.0, + 1459.0, + 1226.0, + 1459.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1297.0, + 1437.0, + 1314.0, + 1437.0, + 1314.0, + 1454.0, + 1297.0, + 1454.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1321.0, + 1445.0, + 1337.0, + 1445.0, + 1337.0, + 1460.0, + 1321.0, + 1460.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 714.0, + 1468.0, + 810.0, + 1468.0, + 810.0, + 1541.0, + 714.0, + 1541.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 874.0, + 1470.0, + 912.0, + 1470.0, + 912.0, + 1493.0, + 874.0, + 1493.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 994.0, + 1467.0, + 1115.0, + 1467.0, + 1115.0, + 1541.0, + 994.0, + 1541.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 480.0, + 1484.0, + 496.0, + 1484.0, + 496.0, + 1500.0, + 480.0, + 1500.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 758.0, + 1484.0, + 773.0, + 1484.0, + 773.0, + 1500.0, + 758.0, + 1500.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 964.0, + 1484.0, + 979.0, + 1484.0, + 979.0, + 1500.0, + 964.0, + 1500.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1243.0, + 1484.0, + 1258.0, + 1484.0, + 1258.0, + 1502.0, + 1243.0, + 1502.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1337.0, + 1484.0, + 1352.0, + 1484.0, + 1352.0, + 1502.0, + 1337.0, + 1502.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1049.0, + 1506.0, + 1062.0, + 1506.0, + 1062.0, + 1514.0, + 1049.0, + 1514.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 418.0, + 1548.0, + 500.0, + 1548.0, + 500.0, + 1582.0, + 418.0, + 1582.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 692.0, + 1551.0, + 783.0, + 1551.0, + 783.0, + 1580.0, + 692.0, + 1580.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 971.0, + 1553.0, + 1057.0, + 1553.0, + 1057.0, + 1580.0, + 971.0, + 1580.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1245.0, + 1551.0, + 1340.0, + 1551.0, + 1340.0, + 1580.0, + 1245.0, + 1580.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 1590.0, + 356.0, + 1590.0, + 356.0, + 1736.0, + 298.0, + 1736.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 366.0, + 1607.0, + 388.0, + 1607.0, + 388.0, + 1657.0, + 366.0, + 1657.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 389.0, + 1584.0, + 507.0, + 1584.0, + 507.0, + 1636.0, + 389.0, + 1636.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 508.0, + 1593.0, + 531.0, + 1593.0, + 531.0, + 1637.0, + 508.0, + 1637.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 532.0, + 1599.0, + 554.0, + 1599.0, + 554.0, + 1634.0, + 532.0, + 1634.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 575.0, + 1599.0, + 634.0, + 1599.0, + 634.0, + 1733.0, + 575.0, + 1733.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 650.0, + 1647.0, + 663.0, + 1647.0, + 663.0, + 1669.0, + 650.0, + 1669.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 664.0, + 1578.0, + 834.0, + 1578.0, + 834.0, + 1663.0, + 664.0, + 1663.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 856.0, + 1584.0, + 911.0, + 1584.0, + 911.0, + 1705.0, + 856.0, + 1705.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 967.0, + 1603.0, + 1015.0, + 1603.0, + 1015.0, + 1662.0, + 967.0, + 1662.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1016.0, + 1596.0, + 1038.0, + 1596.0, + 1038.0, + 1633.0, + 1016.0, + 1633.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1040.0, + 1598.0, + 1062.0, + 1598.0, + 1062.0, + 1634.0, + 1040.0, + 1634.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1087.0, + 1629.0, + 1110.0, + 1629.0, + 1110.0, + 1660.0, + 1087.0, + 1660.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1133.0, + 1576.0, + 1191.0, + 1576.0, + 1191.0, + 1733.0, + 1133.0, + 1733.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1220.0, + 1574.0, + 1387.0, + 1574.0, + 1387.0, + 1665.0, + 1220.0, + 1665.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 648.0, + 1663.0, + 662.0, + 1663.0, + 662.0, + 1680.0, + 648.0, + 1680.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 876.0, + 1658.0, + 911.0, + 1658.0, + 911.0, + 1681.0, + 876.0, + 1681.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 973.0, + 1663.0, + 986.0, + 1663.0, + 986.0, + 1675.0, + 973.0, + 1675.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1681.0, + 356.0, + 1681.0, + 356.0, + 1704.0, + 320.0, + 1704.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 369.0, + 1677.0, + 384.0, + 1677.0, + 384.0, + 1694.0, + 369.0, + 1694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 597.0, + 1676.0, + 634.0, + 1676.0, + 634.0, + 1699.0, + 597.0, + 1699.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1153.0, + 1672.0, + 1190.0, + 1672.0, + 1190.0, + 1696.0, + 1153.0, + 1696.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 369.0, + 1711.0, + 385.0, + 1711.0, + 385.0, + 1729.0, + 369.0, + 1729.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 597.0, + 1713.0, + 634.0, + 1713.0, + 634.0, + 1737.0, + 597.0, + 1737.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 857.0, + 1695.0, + 911.0, + 1695.0, + 911.0, + 1732.0, + 857.0, + 1732.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1152.0, + 1701.0, + 1192.0, + 1701.0, + 1192.0, + 1731.0, + 1152.0, + 1731.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1202.0, + 1691.0, + 1220.0, + 1691.0, + 1220.0, + 1728.0, + 1202.0, + 1728.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 317.0, + 1727.0, + 358.0, + 1727.0, + 358.0, + 1753.0, + 317.0, + 1753.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 369.0, + 1743.0, + 384.0, + 1743.0, + 384.0, + 1759.0, + 369.0, + 1759.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 648.0, + 1742.0, + 663.0, + 1742.0, + 663.0, + 1759.0, + 648.0, + 1759.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 873.0, + 1730.0, + 914.0, + 1730.0, + 914.0, + 1757.0, + 873.0, + 1757.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1150.0, + 1737.0, + 1191.0, + 1737.0, + 1191.0, + 1763.0, + 1150.0, + 1763.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 453.0, + 1771.0, + 473.0, + 1771.0, + 473.0, + 1791.0, + 453.0, + 1791.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 708.0, + 1763.0, + 727.0, + 1763.0, + 727.0, + 1794.0, + 708.0, + 1794.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 758.0, + 1761.0, + 773.0, + 1761.0, + 773.0, + 1778.0, + 758.0, + 1778.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 781.0, + 1773.0, + 796.0, + 1773.0, + 796.0, + 1783.0, + 781.0, + 1783.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1005.0, + 1771.0, + 1029.0, + 1771.0, + 1029.0, + 1791.0, + 1005.0, + 1791.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 444.0, + 1119.5, + 451.0, + 1119.5, + 451.0, + 1129.5, + 444.0, + 1129.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 1166.0, + 1138.0, + 1166.0, + 1138.0, + 1290.0, + 832.0, + 1290.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1109.25, + 1167.0, + 1416.25, + 1167.0, + 1416.25, + 1290.5, + 1109.25, + 1290.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 278.0, + 1177.0, + 498.0, + 1177.0, + 498.0, + 1283.0, + 278.0, + 1283.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 555.0, + 1182.0, + 751.0, + 1182.0, + 751.0, + 1279.5, + 555.0, + 1279.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 670.25, + 1193.5, + 820.25, + 1193.5, + 820.25, + 1267.0, + 670.25, + 1267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 327.25, + 1227.5, + 370.25, + 1227.5, + 370.25, + 1246.5, + 327.25, + 1246.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 428.0, + 1219.0, + 496.0, + 1219.0, + 496.0, + 1244.5, + 428.0, + 1244.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 440.0, + 1203.0, + 565.0, + 1203.0, + 565.0, + 1253.0, + 440.0, + 1253.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 895.75, + 1223.5, + 923.75, + 1223.5, + 923.75, + 1242.0, + 895.75, + 1242.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 751.0, + 1215.5, + 833.0, + 1215.5, + 833.0, + 1241.0, + 751.0, + 1241.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 888.0, + 1235.0, + 910.0, + 1235.0, + 910.0, + 1248.0, + 888.0, + 1248.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1044.0, + 1226.5, + 1066.0, + 1226.5, + 1066.0, + 1236.5, + 1044.0, + 1236.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1315.75, + 1218.5, + 1360.75, + 1218.5, + 1360.75, + 1235.0, + 1315.75, + 1235.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1164.0, + 1230.0, + 1204.0, + 1230.0, + 1204.0, + 1244.0, + 1164.0, + 1244.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 278.0, + 1449.0, + 526.0, + 1449.0, + 526.0, + 1565.5, + 278.0, + 1565.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 557.0, + 1453.0, + 777.0, + 1453.0, + 777.0, + 1563.0, + 557.0, + 1563.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1109.75, + 1444.0, + 1415.75, + 1444.0, + 1415.75, + 1567.0, + 1109.75, + 1567.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 836.0, + 1458.0, + 1064.0, + 1458.0, + 1064.0, + 1562.0, + 836.0, + 1562.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 455.75, + 1490.5, + 464.75, + 1490.5, + 464.75, + 1513.5, + 455.75, + 1513.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 370.25, + 1500.0, + 398.25, + 1500.0, + 398.25, + 1513.5, + 370.25, + 1513.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 457.0, + 1475.5, + 563.0, + 1475.5, + 563.0, + 1523.0, + 457.0, + 1523.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 329.75, + 1504.0, + 372.75, + 1504.0, + 372.75, + 1521.0, + 329.75, + 1521.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 485.25, + 1499.0, + 522.25, + 1499.0, + 522.25, + 1512.0, + 485.25, + 1512.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 752.75, + 1492.0, + 832.75, + 1492.0, + 832.75, + 1518.0, + 752.75, + 1518.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 864.0, + 1492.5, + 945.0, + 1492.5, + 945.0, + 1519.0, + 864.0, + 1519.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 926.25, + 1500.0, + 954.25, + 1500.0, + 954.25, + 1513.5, + 926.25, + 1513.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 971.0, + 1498.0, + 1009.0, + 1498.0, + 1009.0, + 1511.5, + 971.0, + 1511.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1162.75, + 1507.0, + 1201.75, + 1507.0, + 1201.75, + 1520.5, + 1162.75, + 1520.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1201.25, + 1500.5, + 1233.25, + 1500.5, + 1233.25, + 1514.5, + 1201.25, + 1514.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1320.0, + 1504.5, + 1342.0, + 1504.5, + 1342.0, + 1514.5, + 1320.0, + 1514.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 276.25, + 1721.0, + 581.25, + 1721.0, + 581.25, + 1844.0, + 276.25, + 1844.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 554.75, + 1721.0, + 859.75, + 1721.0, + 859.75, + 1843.5, + 554.75, + 1843.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 833.75, + 1723.5, + 1135.75, + 1723.5, + 1135.75, + 1842.0, + 833.75, + 1842.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1112.75, + 1723.0, + 1412.75, + 1723.0, + 1412.75, + 1843.0, + 1112.75, + 1843.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 989.0, + 1767.0, + 994.0, + 1767.0, + 994.0, + 1788.5, + 989.0, + 1788.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1268.0, + 1767.0, + 1272.0, + 1767.0, + 1272.0, + 1788.5, + 1268.0, + 1788.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 370.0, + 1777.0, + 396.0, + 1777.0, + 396.0, + 1791.0, + 370.0, + 1791.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 499.25, + 1773.0, + 518.25, + 1773.0, + 518.25, + 1782.0, + 499.25, + 1782.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 345.0, + 1781.5, + 366.0, + 1781.5, + 366.0, + 1791.5, + 345.0, + 1791.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 902.0, + 1781.5, + 924.0, + 1781.5, + 924.0, + 1791.5, + 902.0, + 1791.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 926.0, + 1776.5, + 957.0, + 1776.5, + 957.0, + 1790.5, + 926.0, + 1790.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 944.0, + 1774.0, + 986.0, + 1774.0, + 986.0, + 1789.5, + 944.0, + 1789.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1327.0, + 1782.0, + 1340.0, + 1782.0, + 1340.0, + 1788.5, + 1327.0, + 1788.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1329.0, + 1771.0, + 1357.0, + 1771.0, + 1357.0, + 1784.5, + 1329.0, + 1784.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 620.0, + 1780.5, + 650.0, + 1780.5, + 650.0, + 1793.5, + 620.0, + 1793.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1177.0, + 1781.5, + 1202.0, + 1781.5, + 1202.0, + 1792.0, + 1177.0, + 1792.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 452.0, + 217.0, + 506.0, + 217.0, + 506.0, + 249.0, + 452.0, + 249.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 710.0, + 219.0, + 783.0, + 219.0, + 783.0, + 249.0, + 710.0, + 249.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 975.0, + 216.0, + 1049.0, + 216.0, + 1049.0, + 250.0, + 975.0, + 250.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1247.0, + 219.0, + 1315.0, + 219.0, + 1315.0, + 249.0, + 1247.0, + 249.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 316.0, + 242.0, + 367.0, + 242.0, + 367.0, + 273.0, + 316.0, + 273.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 867.0, + 235.0, + 902.0, + 235.0, + 902.0, + 265.0, + 867.0, + 265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 280.0, + 366.0, + 280.0, + 366.0, + 392.0, + 290.0, + 392.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 583.0, + 277.0, + 634.0, + 277.0, + 634.0, + 310.0, + 583.0, + 310.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 980.0, + 258.0, + 1119.0, + 258.0, + 1119.0, + 322.0, + 980.0, + 322.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1126.0, + 273.0, + 1169.0, + 273.0, + 1169.0, + 306.0, + 1126.0, + 306.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 582.0, + 322.0, + 634.0, + 322.0, + 634.0, + 354.0, + 582.0, + 354.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 876.0, + 322.0, + 900.0, + 322.0, + 900.0, + 349.0, + 876.0, + 349.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1126.0, + 318.0, + 1169.0, + 318.0, + 1169.0, + 351.0, + 1126.0, + 351.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 315.0, + 341.0, + 366.0, + 341.0, + 366.0, + 372.0, + 315.0, + 372.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 583.0, + 368.0, + 634.0, + 368.0, + 634.0, + 399.0, + 583.0, + 399.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1126.0, + 361.0, + 1168.0, + 361.0, + 1168.0, + 394.0, + 1126.0, + 394.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 315.0, + 389.0, + 366.0, + 389.0, + 366.0, + 422.0, + 315.0, + 422.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 877.0, + 408.0, + 901.0, + 408.0, + 901.0, + 432.0, + 877.0, + 432.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1124.0, + 407.0, + 1169.0, + 407.0, + 1169.0, + 438.0, + 1124.0, + 438.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 356.0, + 419.0, + 391.0, + 419.0, + 391.0, + 450.0, + 356.0, + 450.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 424.0, + 421.0, + 459.0, + 421.0, + 459.0, + 449.0, + 424.0, + 449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 489.0, + 419.0, + 534.0, + 419.0, + 534.0, + 450.0, + 489.0, + 450.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 558.0, + 419.0, + 604.0, + 419.0, + 604.0, + 450.0, + 558.0, + 450.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 623.0, + 421.0, + 658.0, + 421.0, + 658.0, + 449.0, + 623.0, + 449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 687.0, + 419.0, + 734.0, + 419.0, + 734.0, + 450.0, + 687.0, + 450.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 756.0, + 419.0, + 802.0, + 419.0, + 802.0, + 450.0, + 756.0, + 450.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 826.0, + 419.0, + 873.0, + 419.0, + 873.0, + 450.0, + 826.0, + 450.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 890.0, + 421.0, + 926.0, + 421.0, + 926.0, + 449.0, + 890.0, + 449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 956.0, + 419.0, + 1002.0, + 419.0, + 1002.0, + 450.0, + 956.0, + 450.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1026.0, + 419.0, + 1072.0, + 419.0, + 1072.0, + 450.0, + 1026.0, + 450.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1097.0, + 419.0, + 1143.0, + 419.0, + 1143.0, + 450.0, + 1097.0, + 450.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1158.0, + 421.0, + 1192.0, + 421.0, + 1192.0, + 449.0, + 1158.0, + 449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1224.0, + 421.0, + 1268.0, + 421.0, + 1268.0, + 448.0, + 1224.0, + 448.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1293.0, + 419.0, + 1339.0, + 419.0, + 1339.0, + 450.0, + 1293.0, + 450.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1364.0, + 421.0, + 1406.0, + 421.0, + 1406.0, + 448.0, + 1364.0, + 448.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 446.0, + 440.0, + 513.0, + 440.0, + 513.0, + 480.0, + 446.0, + 480.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 712.0, + 438.0, + 782.0, + 438.0, + 782.0, + 483.0, + 712.0, + 483.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 980.0, + 437.0, + 1049.0, + 437.0, + 1049.0, + 480.0, + 980.0, + 480.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1249.0, + 440.0, + 1314.0, + 440.0, + 1314.0, + 478.0, + 1249.0, + 478.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 438.0, + 612.0, + 492.0, + 612.0, + 492.0, + 646.0, + 438.0, + 646.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 703.0, + 612.0, + 776.0, + 612.0, + 776.0, + 644.0, + 703.0, + 644.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 979.0, + 614.0, + 1051.0, + 614.0, + 1051.0, + 646.0, + 979.0, + 646.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1255.0, + 611.0, + 1326.0, + 611.0, + 1326.0, + 647.0, + 1255.0, + 647.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 317.0, + 631.0, + 363.0, + 631.0, + 363.0, + 659.0, + 317.0, + 659.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 592.0, + 630.0, + 639.0, + 630.0, + 639.0, + 659.0, + 592.0, + 659.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 867.0, + 631.0, + 914.0, + 631.0, + 914.0, + 659.0, + 867.0, + 659.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1142.0, + 630.0, + 1191.0, + 630.0, + 1191.0, + 661.0, + 1142.0, + 661.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 654.0, + 363.0, + 654.0, + 363.0, + 757.0, + 291.0, + 757.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 563.0, + 662.0, + 637.0, + 662.0, + 637.0, + 790.0, + 563.0, + 790.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 841.0, + 659.0, + 912.0, + 659.0, + 912.0, + 795.0, + 841.0, + 795.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1105.0, + 643.0, + 1202.0, + 643.0, + 1202.0, + 731.0, + 1105.0, + 731.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 317.0, + 693.0, + 364.0, + 693.0, + 364.0, + 727.0, + 317.0, + 727.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 592.0, + 697.0, + 637.0, + 697.0, + 637.0, + 725.0, + 592.0, + 725.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 869.0, + 698.0, + 912.0, + 698.0, + 912.0, + 722.0, + 869.0, + 722.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1113.0, + 699.0, + 1195.0, + 699.0, + 1195.0, + 753.0, + 1113.0, + 753.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 729.0, + 363.0, + 729.0, + 363.0, + 802.0, + 298.0, + 802.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 589.0, + 729.0, + 640.0, + 729.0, + 640.0, + 793.0, + 589.0, + 793.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 866.0, + 729.0, + 914.0, + 729.0, + 914.0, + 789.0, + 866.0, + 789.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1104.0, + 727.0, + 1199.0, + 727.0, + 1199.0, + 805.0, + 1104.0, + 805.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1247.0, + 731.0, + 1383.0, + 731.0, + 1383.0, + 791.0, + 1247.0, + 791.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 315.0, + 790.0, + 370.0, + 790.0, + 370.0, + 824.0, + 315.0, + 824.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 382.0, + 801.0, + 584.0, + 801.0, + 584.0, + 834.0, + 382.0, + 834.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 592.0, + 791.0, + 644.0, + 791.0, + 644.0, + 824.0, + 592.0, + 824.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 659.0, + 801.0, + 859.0, + 801.0, + 859.0, + 834.0, + 659.0, + 834.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 867.0, + 791.0, + 923.0, + 791.0, + 923.0, + 828.0, + 867.0, + 828.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 933.0, + 799.0, + 1135.0, + 799.0, + 1135.0, + 834.0, + 933.0, + 834.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1140.0, + 790.0, + 1195.0, + 790.0, + 1195.0, + 824.0, + 1140.0, + 824.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1210.0, + 801.0, + 1406.0, + 801.0, + 1406.0, + 830.0, + 1210.0, + 830.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 375.0, + 825.0, + 554.0, + 825.0, + 554.0, + 854.0, + 375.0, + 854.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 650.0, + 825.0, + 830.0, + 825.0, + 830.0, + 854.0, + 650.0, + 854.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 926.0, + 825.0, + 1105.0, + 825.0, + 1105.0, + 854.0, + 926.0, + 854.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1200.0, + 825.0, + 1379.0, + 825.0, + 1379.0, + 854.0, + 1200.0, + 854.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 494.0, + 1407.0, + 494.0, + 1407.0, + 531.0, + 295.0, + 531.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 521.0, + 1405.0, + 521.0, + 1405.0, + 563.0, + 292.0, + 563.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 554.0, + 359.0, + 554.0, + 359.0, + 591.0, + 292.0, + 591.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1845.0, + 1406.0, + 1845.0, + 1406.0, + 1883.0, + 293.0, + 1883.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1880.0, + 633.0, + 1880.0, + 633.0, + 1915.0, + 295.0, + 1915.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 877.0, + 1405.0, + 877.0, + 1405.0, + 910.0, + 296.0, + 910.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 904.0, + 1404.0, + 904.0, + 1404.0, + 942.0, + 294.0, + 942.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 938.0, + 946.0, + 938.0, + 946.0, + 972.0, + 297.0, + 972.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 816.0, + 73.0, + 816.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2085.0, + 868.0, + 2085.0, + 868.0, + 2124.0, + 831.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1972.0, + 1404.0, + 1972.0, + 1404.0, + 2004.0, + 295.0, + 2004.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 2002.0, + 1404.0, + 2002.0, + 1404.0, + 2038.0, + 296.0, + 2038.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 15, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 5, + "poly": [ + 298, + 223, + 1403, + 223, + 1403, + 765, + 298, + 765 + ], + "score": 0.986, + "html": "
ModelDatasetLearning RateTraining Epochs /StepsBatch SizeWarmup Ratio /StepsLLRD
BERTall2×10-53 epochs3210%=
XLNetRTE3×10-5800 steps32200 steps
MRPC5×10-5800 steps32200 steps
STS-B5×10-53000 steps32500 steps
CoLA3×10-51200 steps128120 steps
RoBERTaRTE2×10-52036 steps16122 steps
MRPC1×10-52296 steps16137 steps
STS-B2×10-53598 steps16214 steps
CoLA1×10-55336 steps16320 steps=
ELECTRARTE5×10-510 epochs3210%0.9
MRPC5×10-53 epochs3210%0.9
STS-B5×10-510 epochs3210%0.9
CoLA5×10-53 epochs3210%0.9
BARTRTE1×10-51018 steps3261 steps-
MRPC2×10-51148 steps6468 steps
STS-B2×10-51799 steps32107 steps
CoLA2×10-51334 steps6480 steps
" + }, + { + "category_id": 1, + "poly": [ + 297, + 1297, + 1405, + 1297, + 1405, + 1755, + 297, + 1755 + ], + "score": 0.983 + }, + { + "category_id": 5, + "poly": [ + 299, + 918, + 1400, + 918, + 1400, + 1086, + 299, + 1086 + ], + "score": 0.98, + "html": "
RTEMRPCSTS-BCoLA
StandardRe-initStandardRe-initStandardRe-initStandardRe-init
XLNet71.7± 12.680.1 ± 1.692.3± 4.394.5± 0.8[86.8 ± 20.4 91.7± 0.351.8± 22.562.0± 2.1
RoBERTa78.2 ± 12.183.5 ± 1.494.4±0.994.8±0.991.8±0.391.8±0.268.4±2.267.6 ± 1.5
ELECTRA87.1 ± 1.286.1 ± 1.995.7±0.895.3±0.891.8 ± 1.992.1±0.562.1± 20.4:61.3± 20.1
BART84.1 ± 2.083.5±1.593.5±0.993.7±1.291.7±0.391.8±0.365.4±1.964.9 ± 2.3
" + }, + { + "category_id": 1, + "poly": [ + 297, + 1911, + 1403, + 1911, + 1403, + 2034, + 297, + 2034 + ], + "score": 0.963 + }, + { + "category_id": 0, + "poly": [ + 298, + 1826, + 997, + 1826, + 997, + 1862, + 298, + 1862 + ], + "score": 0.913 + }, + { + "category_id": 2, + "poly": [ + 300, + 76, + 812, + 76, + 812, + 104, + 300, + 104 + ], + "score": 0.891 + }, + { + "category_id": 6, + "poly": [ + 300, + 799, + 1400, + 799, + 1400, + 860, + 300, + 860 + ], + "score": 0.881 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 863, + 2088, + 863, + 2112, + 836, + 2112 + ], + "score": 0.841 + }, + { + "category_id": 1, + "poly": [ + 298, + 1120, + 1403, + 1120, + 1403, + 1212, + 298, + 1212 + ], + "score": 0.461 + }, + { + "category_id": 6, + "poly": [ + 298, + 1120, + 1403, + 1120, + 1403, + 1212, + 298, + 1212 + ], + "score": 0.428 + }, + { + "category_id": 13, + "poly": [ + 343, + 1694, + 461, + 1694, + 461, + 1727, + 343, + 1727 + ], + "score": 0.84, + "latex": "\\mathrm { B A R T _ { L a r g e } }" + }, + { + "category_id": 13, + "poly": [ + 1148, + 1603, + 1308, + 1603, + 1308, + 1635, + 1148, + 1635 + ], + "score": 0.58, + "latex": "\\mathrm { R o B E R T a _ { L a r g e } }" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1823.0, + 1001.0, + 1823.0, + 1001.0, + 1866.0, + 295.0, + 1866.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 815.0, + 73.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 794.0, + 1405.0, + 794.0, + 1405.0, + 837.0, + 293.0, + 837.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 828.0, + 467.0, + 828.0, + 467.0, + 861.0, + 296.0, + 861.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2085.0, + 867.0, + 2085.0, + 867.0, + 2124.0, + 832.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1119.0, + 1405.0, + 1119.0, + 1405.0, + 1153.0, + 294.0, + 1153.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1149.0, + 1407.0, + 1149.0, + 1407.0, + 1186.0, + 293.0, + 1186.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1183.0, + 583.0, + 1183.0, + 583.0, + 1213.0, + 294.0, + 1213.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1298.0, + 1405.0, + 1298.0, + 1405.0, + 1332.0, + 294.0, + 1332.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1329.0, + 1403.0, + 1329.0, + 1403.0, + 1364.0, + 294.0, + 1364.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1358.0, + 1405.0, + 1358.0, + 1405.0, + 1394.0, + 294.0, + 1394.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1390.0, + 1405.0, + 1390.0, + 1405.0, + 1425.0, + 294.0, + 1425.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1416.0, + 1406.0, + 1416.0, + 1406.0, + 1456.0, + 291.0, + 1456.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1450.0, + 1408.0, + 1450.0, + 1408.0, + 1485.0, + 292.0, + 1485.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1480.0, + 1407.0, + 1480.0, + 1407.0, + 1515.0, + 294.0, + 1515.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1511.0, + 1407.0, + 1511.0, + 1407.0, + 1546.0, + 295.0, + 1546.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1542.0, + 1406.0, + 1542.0, + 1406.0, + 1575.0, + 294.0, + 1575.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1572.0, + 1405.0, + 1572.0, + 1405.0, + 1606.0, + 294.0, + 1606.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1601.0, + 1147.0, + 1601.0, + 1147.0, + 1638.0, + 294.0, + 1638.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1309.0, + 1601.0, + 1405.0, + 1601.0, + 1405.0, + 1638.0, + 1309.0, + 1638.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1631.0, + 1406.0, + 1631.0, + 1406.0, + 1670.0, + 291.0, + 1670.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1655.0, + 1407.0, + 1655.0, + 1407.0, + 1708.0, + 290.0, + 1708.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1693.0, + 342.0, + 1693.0, + 342.0, + 1732.0, + 294.0, + 1732.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 462.0, + 1693.0, + 1410.0, + 1693.0, + 1410.0, + 1732.0, + 462.0, + 1732.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1727.0, + 934.0, + 1727.0, + 934.0, + 1758.0, + 296.0, + 1758.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1909.0, + 1405.0, + 1909.0, + 1405.0, + 1948.0, + 292.0, + 1948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1941.0, + 1407.0, + 1941.0, + 1407.0, + 1978.0, + 292.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1971.0, + 1406.0, + 1971.0, + 1406.0, + 2010.0, + 292.0, + 2010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1998.0, + 1026.0, + 1998.0, + 1026.0, + 2040.0, + 292.0, + 2040.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1119.0, + 1405.0, + 1119.0, + 1405.0, + 1153.0, + 294.0, + 1153.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1149.0, + 1407.0, + 1149.0, + 1407.0, + 1186.0, + 293.0, + 1186.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1183.0, + 583.0, + 1183.0, + 583.0, + 1213.0, + 294.0, + 1213.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 16, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 3, + "poly": [ + 293, + 214, + 1403, + 214, + 1403, + 476, + 293, + 476 + ], + "score": 0.968 + }, + { + "category_id": 4, + "poly": [ + 296, + 496, + 1402, + 496, + 1402, + 560, + 296, + 560 + ], + "score": 0.941 + }, + { + "category_id": 1, + "poly": [ + 297, + 703, + 1394, + 703, + 1394, + 769, + 297, + 769 + ], + "score": 0.927 + }, + { + "category_id": 1, + "poly": [ + 298, + 655, + 1214, + 655, + 1214, + 689, + 298, + 689 + ], + "score": 0.914 + }, + { + "category_id": 1, + "poly": [ + 298, + 831, + 1400, + 831, + 1400, + 896, + 298, + 896 + ], + "score": 0.9 + }, + { + "category_id": 0, + "poly": [ + 299, + 586, + 923, + 586, + 923, + 624, + 299, + 624 + ], + "score": 0.899 + }, + { + "category_id": 1, + "poly": [ + 296, + 782, + 1077, + 782, + 1077, + 817, + 296, + 817 + ], + "score": 0.896 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 812, + 76, + 812, + 104, + 299, + 104 + ], + "score": 0.894 + }, + { + "category_id": 1, + "poly": [ + 299, + 907, + 1238, + 907, + 1238, + 944, + 299, + 944 + ], + "score": 0.86 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 864, + 2088, + 864, + 2113, + 835, + 2113 + ], + "score": 0.841 + }, + { + "category_id": 13, + "poly": [ + 842, + 735, + 968, + 735, + 968, + 769, + 842, + 769 + ], + "score": 0.92, + "latex": "\\{ 0 . 9 , 0 . 9 5 \\}" + }, + { + "category_id": 13, + "poly": [ + 296, + 733, + 488, + 733, + 488, + 769, + 296, + 769 + ], + "score": 0.92, + "latex": "1 0 ^ { - 5 } , 1 \\times 1 0 ^ { - 4 } \\}" + }, + { + "category_id": 13, + "poly": [ + 879, + 907, + 1226, + 907, + 1226, + 944, + 879, + 944 + ], + "score": 0.91, + "latex": "\\lambda \\in \\{ 1 0 ^ { - 4 } , 1 0 ^ { - 3 } , 1 0 ^ { - 2 } , 1 0 ^ { - 1 } \\}" + }, + { + "category_id": 13, + "poly": [ + 298, + 861, + 577, + 861, + 577, + 897, + 298, + 897 + ], + "score": 0.9, + "latex": "\\{ 1 0 ^ { - 3 } , 1 0 ^ { - 2 } , \\dot { 1 } 0 ^ { - 1 } , 1 0 ^ { 0 } \\}" + }, + { + "category_id": 13, + "poly": [ + 763, + 782, + 1069, + 782, + 1069, + 817, + 763, + 817 + ], + "score": 0.89, + "latex": "p \\in \\{ 0 . 1 , 0 . 3 , 0 . 5 , 0 . 7 , 0 . 9 \\}" + }, + { + "category_id": 13, + "poly": [ + 1240, + 701, + 1405, + 701, + 1405, + 738, + 1240, + 738 + ], + "score": 0.89, + "latex": "\\{ 2 \\times 1 0 ^ { - 5 } , 5 \\times" + }, + { + "category_id": 13, + "poly": [ + 1338, + 832, + 1404, + 832, + 1404, + 865, + 1338, + 865 + ], + "score": 0.81, + "latex": "\\lambda \\in" + }, + { + "category_id": 15, + "poly": [ + 414.0, + 218.0, + 514.0, + 218.0, + 514.0, + 252.0, + 414.0, + 252.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 684.0, + 219.0, + 796.0, + 219.0, + 796.0, + 252.0, + 684.0, + 252.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 964.0, + 219.0, + 1067.0, + 219.0, + 1067.0, + 253.0, + 964.0, + 253.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1231.0, + 219.0, + 1348.0, + 219.0, + 1348.0, + 252.0, + 1231.0, + 252.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 260.0, + 363.0, + 260.0, + 363.0, + 416.0, + 294.0, + 416.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 568.0, + 261.0, + 600.0, + 261.0, + 600.0, + 416.0, + 568.0, + 416.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 845.0, + 260.0, + 913.0, + 260.0, + 913.0, + 417.0, + 845.0, + 417.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1127.0, + 254.0, + 1186.0, + 254.0, + 1186.0, + 413.0, + 1127.0, + 413.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 592.0, + 312.0, + 639.0, + 312.0, + 639.0, + 340.0, + 592.0, + 340.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1154.0, + 319.0, + 1187.0, + 319.0, + 1187.0, + 342.0, + 1154.0, + 342.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 317.0, + 353.0, + 363.0, + 353.0, + 363.0, + 379.0, + 317.0, + 379.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 464.0, + 351.0, + 557.0, + 351.0, + 557.0, + 384.0, + 464.0, + 384.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 737.0, + 354.0, + 830.0, + 354.0, + 830.0, + 383.0, + 737.0, + 383.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 867.0, + 342.0, + 914.0, + 342.0, + 914.0, + 369.0, + 867.0, + 369.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1014.0, + 351.0, + 1106.0, + 351.0, + 1106.0, + 384.0, + 1014.0, + 384.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1285.0, + 351.0, + 1382.0, + 351.0, + 1382.0, + 384.0, + 1285.0, + 384.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 466.0, + 384.0, + 554.0, + 384.0, + 554.0, + 413.0, + 466.0, + 413.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 740.0, + 384.0, + 830.0, + 384.0, + 830.0, + 413.0, + 740.0, + 413.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1014.0, + 381.0, + 1108.0, + 381.0, + 1108.0, + 414.0, + 1014.0, + 414.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1154.0, + 381.0, + 1187.0, + 381.0, + 1187.0, + 405.0, + 1154.0, + 405.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1292.0, + 383.0, + 1382.0, + 383.0, + 1382.0, + 412.0, + 1292.0, + 412.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 593.0, + 402.0, + 639.0, + 402.0, + 639.0, + 428.0, + 593.0, + 428.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 868.0, + 408.0, + 914.0, + 408.0, + 914.0, + 434.0, + 868.0, + 434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 355.0, + 425.0, + 582.0, + 425.0, + 582.0, + 453.0, + 355.0, + 453.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 630.0, + 425.0, + 856.0, + 425.0, + 856.0, + 453.0, + 630.0, + 453.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 905.0, + 425.0, + 1132.0, + 425.0, + 1132.0, + 453.0, + 905.0, + 453.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1179.0, + 425.0, + 1406.0, + 425.0, + 1406.0, + 453.0, + 1179.0, + 453.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 381.0, + 445.0, + 549.0, + 445.0, + 549.0, + 477.0, + 381.0, + 477.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 657.0, + 445.0, + 824.0, + 445.0, + 824.0, + 477.0, + 657.0, + 477.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 932.0, + 444.0, + 1099.0, + 444.0, + 1099.0, + 478.0, + 932.0, + 478.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1206.0, + 445.0, + 1375.0, + 445.0, + 1375.0, + 477.0, + 1206.0, + 477.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 493.0, + 1406.0, + 493.0, + 1406.0, + 533.0, + 294.0, + 533.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 524.0, + 937.0, + 524.0, + 937.0, + 561.0, + 295.0, + 561.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 586.0, + 922.0, + 586.0, + 922.0, + 627.0, + 294.0, + 627.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 815.0, + 73.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2085.0, + 869.0, + 2085.0, + 869.0, + 2122.0, + 831.0, + 2122.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 697.0, + 1239.0, + 697.0, + 1239.0, + 741.0, + 292.0, + 741.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 729.0, + 295.0, + 729.0, + 295.0, + 774.0, + 292.0, + 774.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 489.0, + 729.0, + 841.0, + 729.0, + 841.0, + 774.0, + 489.0, + 774.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 969.0, + 729.0, + 979.0, + 729.0, + 979.0, + 774.0, + 969.0, + 774.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 654.0, + 1213.0, + 654.0, + 1213.0, + 694.0, + 294.0, + 694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 827.0, + 1337.0, + 827.0, + 1337.0, + 869.0, + 293.0, + 869.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 578.0, + 857.0, + 590.0, + 857.0, + 590.0, + 898.0, + 578.0, + 898.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 781.0, + 762.0, + 781.0, + 762.0, + 821.0, + 296.0, + 821.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1070.0, + 781.0, + 1078.0, + 781.0, + 1078.0, + 821.0, + 1070.0, + 821.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 903.0, + 878.0, + 903.0, + 878.0, + 950.0, + 294.0, + 950.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1227.0, + 903.0, + 1235.0, + 903.0, + 1235.0, + 950.0, + 1227.0, + 950.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 17, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 3, + "poly": [ + 291, + 194, + 1410, + 194, + 1410, + 1917, + 291, + 1917 + ], + "score": 0.961 + }, + { + "category_id": 4, + "poly": [ + 421, + 1921, + 1277, + 1921, + 1277, + 1955, + 421, + 1955 + ], + "score": 0.919 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 812, + 76, + 812, + 104, + 299, + 104 + ], + "score": 0.888 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 864, + 2088, + 864, + 2112, + 836, + 2112 + ], + "score": 0.855 + }, + { + "category_id": 13, + "poly": [ + 544, + 1922, + 581, + 1922, + 581, + 1950, + 544, + 1950 + ], + "score": 0.6, + "latex": "L 2" + }, + { + "category_id": 15, + "poly": [ + 287.0, + 216.0, + 555.0, + 216.0, + 555.0, + 467.0, + 287.0, + 467.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 591.0, + 216.0, + 833.0, + 216.0, + 833.0, + 285.0, + 591.0, + 285.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 868.0, + 216.0, + 1110.0, + 216.0, + 1110.0, + 288.0, + 868.0, + 288.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1144.0, + 216.0, + 1388.0, + 216.0, + 1388.0, + 288.0, + 1144.0, + 288.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 315.0, + 288.0, + 359.0, + 288.0, + 359.0, + 326.0, + 315.0, + 326.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 591.0, + 290.0, + 635.0, + 290.0, + 635.0, + 328.0, + 591.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 868.0, + 292.0, + 911.0, + 292.0, + 911.0, + 328.0, + 868.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 317.0, + 334.0, + 355.0, + 334.0, + 355.0, + 364.0, + 317.0, + 364.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 591.0, + 332.0, + 635.0, + 332.0, + 635.0, + 368.0, + 591.0, + 368.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 868.0, + 332.0, + 910.0, + 332.0, + 910.0, + 368.0, + 868.0, + 368.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1146.0, + 332.0, + 1186.0, + 332.0, + 1186.0, + 374.0, + 1146.0, + 374.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 380.0, + 353.0, + 546.0, + 353.0, + 546.0, + 383.0, + 380.0, + 383.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 315.0, + 374.0, + 357.0, + 374.0, + 357.0, + 410.0, + 315.0, + 410.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 376.0, + 372.0, + 557.0, + 372.0, + 557.0, + 416.0, + 376.0, + 416.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 590.0, + 374.0, + 635.0, + 374.0, + 635.0, + 412.0, + 590.0, + 412.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 868.0, + 374.0, + 910.0, + 374.0, + 910.0, + 412.0, + 868.0, + 412.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 378.0, + 398.0, + 464.0, + 398.0, + 464.0, + 436.0, + 378.0, + 436.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 315.0, + 416.0, + 363.0, + 416.0, + 363.0, + 450.0, + 315.0, + 450.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 590.0, + 416.0, + 639.0, + 416.0, + 639.0, + 450.0, + 590.0, + 450.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 866.0, + 416.0, + 913.0, + 416.0, + 913.0, + 450.0, + 866.0, + 450.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 340.0, + 438.0, + 380.0, + 438.0, + 380.0, + 467.0, + 340.0, + 467.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 892.0, + 438.0, + 936.0, + 438.0, + 936.0, + 467.0, + 892.0, + 467.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1172.0, + 435.0, + 1410.0, + 435.0, + 1410.0, + 471.0, + 1172.0, + 471.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 419.0, + 453.0, + 496.0, + 453.0, + 496.0, + 502.0, + 419.0, + 502.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 697.0, + 453.0, + 774.0, + 453.0, + 774.0, + 502.0, + 697.0, + 502.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 971.0, + 455.0, + 1048.0, + 455.0, + 1048.0, + 500.0, + 971.0, + 500.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1248.0, + 453.0, + 1324.0, + 453.0, + 1324.0, + 502.0, + 1248.0, + 502.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 285.0, + 497.0, + 557.0, + 497.0, + 557.0, + 750.0, + 285.0, + 750.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 591.0, + 495.0, + 835.0, + 495.0, + 835.0, + 571.0, + 591.0, + 571.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 868.0, + 497.0, + 1111.0, + 497.0, + 1111.0, + 571.0, + 868.0, + 571.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1144.0, + 497.0, + 1388.0, + 497.0, + 1388.0, + 571.0, + 1144.0, + 571.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 577.0, + 355.0, + 577.0, + 355.0, + 607.0, + 319.0, + 607.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 593.0, + 577.0, + 633.0, + 577.0, + 633.0, + 607.0, + 593.0, + 607.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 870.0, + 577.0, + 910.0, + 577.0, + 910.0, + 607.0, + 870.0, + 607.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1148.0, + 577.0, + 1184.0, + 577.0, + 1184.0, + 607.0, + 1148.0, + 607.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 866.0, + 611.0, + 913.0, + 611.0, + 913.0, + 657.0, + 866.0, + 657.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1144.0, + 615.0, + 1188.0, + 615.0, + 1188.0, + 651.0, + 1144.0, + 651.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 315.0, + 655.0, + 357.0, + 655.0, + 357.0, + 693.0, + 315.0, + 693.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 590.0, + 655.0, + 635.0, + 655.0, + 635.0, + 693.0, + 590.0, + 693.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 868.0, + 655.0, + 911.0, + 655.0, + 911.0, + 693.0, + 868.0, + 693.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1140.0, + 655.0, + 1186.0, + 655.0, + 1186.0, + 693.0, + 1140.0, + 693.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 317.0, + 698.0, + 357.0, + 698.0, + 357.0, + 729.0, + 317.0, + 729.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 593.0, + 700.0, + 635.0, + 700.0, + 635.0, + 729.0, + 593.0, + 729.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 870.0, + 700.0, + 911.0, + 700.0, + 911.0, + 729.0, + 870.0, + 729.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1144.0, + 700.0, + 1188.0, + 700.0, + 1188.0, + 729.0, + 1144.0, + 729.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 342.0, + 721.0, + 386.0, + 721.0, + 386.0, + 748.0, + 342.0, + 748.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 616.0, + 721.0, + 660.0, + 721.0, + 660.0, + 748.0, + 616.0, + 748.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 892.0, + 721.0, + 927.0, + 721.0, + 927.0, + 750.0, + 892.0, + 750.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1172.0, + 714.0, + 1410.0, + 714.0, + 1410.0, + 750.0, + 1172.0, + 750.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 419.0, + 734.0, + 496.0, + 734.0, + 496.0, + 783.0, + 419.0, + 783.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 697.0, + 735.0, + 774.0, + 735.0, + 774.0, + 783.0, + 697.0, + 783.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 972.0, + 735.0, + 1048.0, + 735.0, + 1048.0, + 783.0, + 972.0, + 783.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1250.0, + 734.0, + 1326.0, + 734.0, + 1326.0, + 783.0, + 1250.0, + 783.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 287.0, + 780.0, + 559.0, + 780.0, + 559.0, + 1029.0, + 287.0, + 1029.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 565.0, + 780.0, + 839.0, + 780.0, + 839.0, + 1000.0, + 565.0, + 1000.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 868.0, + 778.0, + 1111.0, + 778.0, + 1111.0, + 845.0, + 868.0, + 845.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1144.0, + 780.0, + 1391.0, + 780.0, + 1391.0, + 839.0, + 1144.0, + 839.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 317.0, + 858.0, + 355.0, + 858.0, + 355.0, + 888.0, + 317.0, + 888.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 591.0, + 852.0, + 635.0, + 852.0, + 635.0, + 890.0, + 591.0, + 890.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 868.0, + 852.0, + 911.0, + 852.0, + 911.0, + 888.0, + 868.0, + 888.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1148.0, + 850.0, + 1186.0, + 850.0, + 1186.0, + 881.0, + 1148.0, + 881.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 315.0, + 894.0, + 357.0, + 894.0, + 357.0, + 932.0, + 315.0, + 932.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 591.0, + 892.0, + 635.0, + 892.0, + 635.0, + 930.0, + 591.0, + 930.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 868.0, + 894.0, + 910.0, + 894.0, + 910.0, + 930.0, + 868.0, + 930.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1144.0, + 890.0, + 1186.0, + 890.0, + 1186.0, + 926.0, + 1144.0, + 926.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 315.0, + 938.0, + 357.0, + 938.0, + 357.0, + 974.0, + 315.0, + 974.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 590.0, + 938.0, + 635.0, + 938.0, + 635.0, + 974.0, + 590.0, + 974.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 866.0, + 936.0, + 910.0, + 936.0, + 910.0, + 974.0, + 866.0, + 974.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 317.0, + 981.0, + 357.0, + 981.0, + 357.0, + 1012.0, + 317.0, + 1012.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 590.0, + 980.0, + 639.0, + 980.0, + 639.0, + 1014.0, + 590.0, + 1014.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 868.0, + 980.0, + 915.0, + 980.0, + 915.0, + 1014.0, + 868.0, + 1014.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 340.0, + 1002.0, + 386.0, + 1002.0, + 386.0, + 1031.0, + 340.0, + 1031.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 616.0, + 1002.0, + 660.0, + 1002.0, + 660.0, + 1031.0, + 616.0, + 1031.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 892.0, + 1002.0, + 927.0, + 1002.0, + 927.0, + 1031.0, + 892.0, + 1031.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1170.0, + 997.0, + 1410.0, + 997.0, + 1410.0, + 1033.0, + 1170.0, + 1033.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 421.0, + 1017.0, + 494.0, + 1017.0, + 494.0, + 1066.0, + 421.0, + 1066.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 697.0, + 1017.0, + 770.0, + 1017.0, + 770.0, + 1066.0, + 697.0, + 1066.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 973.0, + 1019.0, + 1046.0, + 1019.0, + 1046.0, + 1066.0, + 973.0, + 1066.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1250.0, + 1018.0, + 1322.0, + 1018.0, + 1322.0, + 1066.0, + 1250.0, + 1066.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 287.0, + 1061.0, + 563.0, + 1061.0, + 563.0, + 1310.0, + 287.0, + 1310.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 591.0, + 1061.0, + 839.0, + 1061.0, + 839.0, + 1111.0, + 591.0, + 1111.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 866.0, + 1061.0, + 1115.0, + 1061.0, + 1115.0, + 1114.0, + 866.0, + 1114.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1142.0, + 1061.0, + 1391.0, + 1061.0, + 1391.0, + 1114.0, + 1142.0, + 1114.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 317.0, + 1122.0, + 357.0, + 1122.0, + 357.0, + 1160.0, + 317.0, + 1160.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 591.0, + 1122.0, + 635.0, + 1122.0, + 635.0, + 1158.0, + 591.0, + 1158.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 868.0, + 1122.0, + 911.0, + 1122.0, + 911.0, + 1160.0, + 868.0, + 1160.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1146.0, + 1122.0, + 1188.0, + 1122.0, + 1188.0, + 1160.0, + 1146.0, + 1160.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 315.0, + 1168.0, + 357.0, + 1168.0, + 357.0, + 1207.0, + 315.0, + 1207.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 590.0, + 1168.0, + 635.0, + 1168.0, + 635.0, + 1204.0, + 590.0, + 1204.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 866.0, + 1168.0, + 911.0, + 1168.0, + 911.0, + 1204.0, + 866.0, + 1204.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1144.0, + 1168.0, + 1186.0, + 1168.0, + 1186.0, + 1204.0, + 1144.0, + 1204.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 315.0, + 1215.0, + 357.0, + 1215.0, + 357.0, + 1251.0, + 315.0, + 1251.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 590.0, + 1215.0, + 635.0, + 1215.0, + 635.0, + 1251.0, + 590.0, + 1251.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 866.0, + 1215.0, + 911.0, + 1215.0, + 911.0, + 1251.0, + 866.0, + 1251.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 317.0, + 1262.0, + 357.0, + 1262.0, + 357.0, + 1293.0, + 317.0, + 1293.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 590.0, + 1261.0, + 637.0, + 1261.0, + 637.0, + 1295.0, + 590.0, + 1295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 866.0, + 1261.0, + 913.0, + 1261.0, + 913.0, + 1295.0, + 866.0, + 1295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 340.0, + 1283.0, + 380.0, + 1283.0, + 380.0, + 1314.0, + 340.0, + 1314.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 616.0, + 1283.0, + 649.0, + 1283.0, + 649.0, + 1312.0, + 616.0, + 1312.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 894.0, + 1287.0, + 925.0, + 1287.0, + 925.0, + 1310.0, + 894.0, + 1310.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1169.0, + 1280.0, + 1410.0, + 1280.0, + 1410.0, + 1316.0, + 1169.0, + 1316.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 420.0, + 1300.0, + 495.0, + 1300.0, + 495.0, + 1347.0, + 420.0, + 1347.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 697.0, + 1297.0, + 772.0, + 1297.0, + 772.0, + 1347.0, + 697.0, + 1347.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 974.0, + 1299.0, + 1048.0, + 1299.0, + 1048.0, + 1347.0, + 974.0, + 1347.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1249.0, + 1300.0, + 1324.0, + 1300.0, + 1324.0, + 1345.0, + 1249.0, + 1345.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 287.0, + 1340.0, + 839.0, + 1340.0, + 839.0, + 1593.0, + 287.0, + 1593.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 870.0, + 1342.0, + 1391.0, + 1342.0, + 1391.0, + 1593.0, + 870.0, + 1593.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 317.0, + 1407.0, + 359.0, + 1407.0, + 359.0, + 1443.0, + 317.0, + 1443.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 593.0, + 1407.0, + 635.0, + 1407.0, + 635.0, + 1445.0, + 593.0, + 1445.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 870.0, + 1407.0, + 911.0, + 1407.0, + 911.0, + 1445.0, + 870.0, + 1445.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1146.0, + 1407.0, + 1186.0, + 1407.0, + 1186.0, + 1445.0, + 1146.0, + 1445.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 315.0, + 1450.0, + 357.0, + 1450.0, + 357.0, + 1487.0, + 315.0, + 1487.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 593.0, + 1454.0, + 631.0, + 1454.0, + 631.0, + 1485.0, + 593.0, + 1485.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 868.0, + 1450.0, + 910.0, + 1450.0, + 910.0, + 1488.0, + 868.0, + 1488.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 315.0, + 1498.0, + 357.0, + 1498.0, + 357.0, + 1536.0, + 315.0, + 1536.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 591.0, + 1498.0, + 635.0, + 1498.0, + 635.0, + 1536.0, + 591.0, + 1536.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 868.0, + 1498.0, + 910.0, + 1498.0, + 910.0, + 1536.0, + 868.0, + 1536.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1142.0, + 1498.0, + 1186.0, + 1498.0, + 1186.0, + 1536.0, + 1142.0, + 1536.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 317.0, + 1545.0, + 357.0, + 1545.0, + 357.0, + 1574.0, + 317.0, + 1574.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 593.0, + 1545.0, + 633.0, + 1545.0, + 633.0, + 1574.0, + 593.0, + 1574.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 870.0, + 1545.0, + 911.0, + 1545.0, + 911.0, + 1574.0, + 870.0, + 1574.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1146.0, + 1545.0, + 1188.0, + 1545.0, + 1188.0, + 1574.0, + 1146.0, + 1574.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 340.0, + 1563.0, + 583.0, + 1563.0, + 583.0, + 1595.0, + 340.0, + 1595.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 616.0, + 1566.0, + 660.0, + 1566.0, + 660.0, + 1595.0, + 616.0, + 1595.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 892.0, + 1563.0, + 1136.0, + 1563.0, + 1136.0, + 1596.0, + 892.0, + 1596.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1172.0, + 1568.0, + 1197.0, + 1568.0, + 1197.0, + 1593.0, + 1172.0, + 1593.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1201.0, + 1563.0, + 1410.0, + 1563.0, + 1410.0, + 1599.0, + 1201.0, + 1599.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 419.0, + 1580.0, + 496.0, + 1580.0, + 496.0, + 1628.0, + 419.0, + 1628.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 694.0, + 1585.0, + 771.0, + 1585.0, + 771.0, + 1625.0, + 694.0, + 1625.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 972.0, + 1580.0, + 1048.0, + 1580.0, + 1048.0, + 1628.0, + 972.0, + 1628.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1248.0, + 1580.0, + 1324.0, + 1580.0, + 1324.0, + 1628.0, + 1248.0, + 1628.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 287.0, + 1625.0, + 563.0, + 1625.0, + 563.0, + 1874.0, + 287.0, + 1874.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 590.0, + 1625.0, + 839.0, + 1625.0, + 839.0, + 1680.0, + 590.0, + 1680.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 868.0, + 1625.0, + 1115.0, + 1625.0, + 1115.0, + 1688.0, + 868.0, + 1688.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1144.0, + 1625.0, + 1391.0, + 1625.0, + 1391.0, + 1703.0, + 1144.0, + 1703.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 315.0, + 1686.0, + 359.0, + 1686.0, + 359.0, + 1726.0, + 315.0, + 1726.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 593.0, + 1686.0, + 635.0, + 1686.0, + 635.0, + 1726.0, + 593.0, + 1726.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 868.0, + 1692.0, + 911.0, + 1692.0, + 911.0, + 1730.0, + 868.0, + 1730.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1140.0, + 1706.0, + 1184.0, + 1706.0, + 1184.0, + 1736.0, + 1140.0, + 1736.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 315.0, + 1732.0, + 357.0, + 1732.0, + 357.0, + 1770.0, + 315.0, + 1770.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 591.0, + 1732.0, + 635.0, + 1732.0, + 635.0, + 1768.0, + 591.0, + 1768.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 868.0, + 1733.0, + 910.0, + 1733.0, + 910.0, + 1771.0, + 868.0, + 1771.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1146.0, + 1743.0, + 1186.0, + 1743.0, + 1186.0, + 1781.0, + 1146.0, + 1781.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 315.0, + 1777.0, + 357.0, + 1777.0, + 357.0, + 1817.0, + 315.0, + 1817.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 590.0, + 1779.0, + 635.0, + 1779.0, + 635.0, + 1817.0, + 590.0, + 1817.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 868.0, + 1779.0, + 911.0, + 1779.0, + 911.0, + 1817.0, + 868.0, + 1817.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1142.0, + 1783.0, + 1186.0, + 1783.0, + 1186.0, + 1821.0, + 1142.0, + 1821.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 317.0, + 1826.0, + 357.0, + 1826.0, + 357.0, + 1857.0, + 317.0, + 1857.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 591.0, + 1825.0, + 637.0, + 1825.0, + 637.0, + 1859.0, + 591.0, + 1859.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 866.0, + 1829.0, + 909.0, + 1829.0, + 909.0, + 1854.0, + 866.0, + 1854.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1142.0, + 1825.0, + 1190.0, + 1825.0, + 1190.0, + 1859.0, + 1142.0, + 1859.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 342.0, + 1849.0, + 369.0, + 1849.0, + 369.0, + 1874.0, + 342.0, + 1874.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 616.0, + 1847.0, + 649.0, + 1847.0, + 649.0, + 1876.0, + 616.0, + 1876.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 890.0, + 1847.0, + 925.0, + 1847.0, + 925.0, + 1876.0, + 890.0, + 1876.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1167.0, + 1847.0, + 1199.0, + 1847.0, + 1199.0, + 1876.0, + 1167.0, + 1876.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1203.0, + 1845.0, + 1409.0, + 1845.0, + 1409.0, + 1876.0, + 1203.0, + 1876.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 418.0, + 1859.0, + 496.0, + 1859.0, + 496.0, + 1913.0, + 418.0, + 1913.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 696.0, + 1864.0, + 770.0, + 1864.0, + 770.0, + 1909.0, + 696.0, + 1909.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 971.0, + 1864.0, + 1046.0, + 1864.0, + 1046.0, + 1909.0, + 971.0, + 1909.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1247.0, + 1864.0, + 1322.0, + 1864.0, + 1322.0, + 1909.0, + 1247.0, + 1909.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1147.25, + 292.0, + 1182.25, + 292.0, + 1182.25, + 328.0, + 1147.25, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1272.0, + 553.5, + 1338.0, + 553.5, + 1338.0, + 577.5, + 1272.0, + 577.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 613.5, + 350.0, + 613.5, + 350.0, + 651.5, + 322.0, + 651.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 582.0, + 610.5, + 642.0, + 610.5, + 642.0, + 650.5, + 582.0, + 650.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 355.0, + 975.5, + 620.0, + 975.5, + 620.0, + 1049.5, + 355.0, + 1049.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1147.25, + 1449.5, + 1180.25, + 1449.5, + 1180.25, + 1487.5, + 1147.25, + 1487.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 419.0, + 1919.0, + 543.0, + 1919.0, + 543.0, + 1958.0, + 419.0, + 1958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 582.0, + 1919.0, + 1277.0, + 1919.0, + 1277.0, + 1958.0, + 582.0, + 1958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 815.0, + 73.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2085.0, + 868.0, + 2085.0, + 868.0, + 2124.0, + 831.0, + 2124.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 18, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 3, + "poly": [ + 290, + 194, + 1409, + 194, + 1409, + 1919, + 290, + 1919 + ], + "score": 0.96 + }, + { + "category_id": 4, + "poly": [ + 403, + 1920, + 1291, + 1920, + 1291, + 1955, + 403, + 1955 + ], + "score": 0.916 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 812, + 76, + 812, + 104, + 299, + 104 + ], + "score": 0.889 + }, + { + "category_id": 2, + "poly": [ + 834, + 2088, + 866, + 2088, + 866, + 2113, + 834, + 2113 + ], + "score": 0.86 + }, + { + "category_id": 13, + "poly": [ + 531, + 1922, + 568, + 1922, + 568, + 1950, + 531, + 1950 + ], + "score": 0.6, + "latex": "L 2" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 212.0, + 560.0, + 212.0, + 560.0, + 387.0, + 290.0, + 387.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 594.0, + 214.0, + 838.0, + 214.0, + 838.0, + 277.0, + 594.0, + 277.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 870.0, + 218.0, + 1114.0, + 218.0, + 1114.0, + 279.0, + 870.0, + 279.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1147.0, + 218.0, + 1390.0, + 218.0, + 1390.0, + 279.0, + 1147.0, + 279.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 316.0, + 285.0, + 366.0, + 285.0, + 366.0, + 321.0, + 316.0, + 321.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 592.0, + 287.0, + 644.0, + 287.0, + 644.0, + 321.0, + 592.0, + 321.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 867.0, + 288.0, + 918.0, + 288.0, + 918.0, + 323.0, + 867.0, + 323.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1147.0, + 290.0, + 1192.0, + 290.0, + 1192.0, + 319.0, + 1147.0, + 319.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 314.0, + 328.0, + 368.0, + 328.0, + 368.0, + 363.0, + 314.0, + 363.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 590.0, + 328.0, + 644.0, + 328.0, + 644.0, + 363.0, + 590.0, + 363.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 870.0, + 332.0, + 918.0, + 332.0, + 918.0, + 361.0, + 870.0, + 361.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1145.0, + 330.0, + 1196.0, + 330.0, + 1196.0, + 365.0, + 1145.0, + 365.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 270.0, + 353.0, + 389.0, + 353.0, + 389.0, + 480.0, + 270.0, + 480.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 385.0, + 353.0, + 547.0, + 353.0, + 547.0, + 384.0, + 385.0, + 384.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 314.0, + 370.0, + 366.0, + 370.0, + 366.0, + 406.0, + 314.0, + 406.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 377.0, + 374.0, + 558.0, + 374.0, + 558.0, + 416.0, + 377.0, + 416.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1143.0, + 374.0, + 1196.0, + 374.0, + 1196.0, + 408.0, + 1143.0, + 408.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 366.0, + 390.0, + 468.0, + 390.0, + 468.0, + 443.0, + 366.0, + 443.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1143.0, + 416.0, + 1198.0, + 416.0, + 1198.0, + 450.0, + 1143.0, + 450.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 441.0, + 381.0, + 441.0, + 381.0, + 465.0, + 354.0, + 465.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1177.0, + 435.0, + 1409.0, + 435.0, + 1409.0, + 471.0, + 1177.0, + 471.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 427.0, + 458.0, + 501.0, + 458.0, + 501.0, + 501.0, + 427.0, + 501.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 703.0, + 455.0, + 776.0, + 455.0, + 776.0, + 500.0, + 703.0, + 500.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 979.0, + 455.0, + 1052.0, + 455.0, + 1052.0, + 500.0, + 979.0, + 500.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1253.0, + 455.0, + 1328.0, + 455.0, + 1328.0, + 500.0, + 1253.0, + 500.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1091.0, + 476.0, + 1233.0, + 476.0, + 1233.0, + 776.0, + 1091.0, + 776.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 262.0, + 480.0, + 399.0, + 480.0, + 399.0, + 774.0, + 262.0, + 774.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 533.0, + 480.0, + 676.0, + 480.0, + 676.0, + 766.0, + 533.0, + 766.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 362.0, + 498.0, + 564.0, + 498.0, + 564.0, + 534.0, + 362.0, + 534.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 636.0, + 498.0, + 840.0, + 498.0, + 840.0, + 534.0, + 636.0, + 534.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 914.0, + 498.0, + 1116.0, + 498.0, + 1116.0, + 534.0, + 914.0, + 534.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1189.0, + 498.0, + 1392.0, + 498.0, + 1392.0, + 534.0, + 1189.0, + 534.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 318.0, + 526.0, + 368.0, + 526.0, + 368.0, + 560.0, + 318.0, + 560.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 592.0, + 526.0, + 646.0, + 526.0, + 646.0, + 560.0, + 592.0, + 560.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 869.0, + 526.0, + 920.0, + 526.0, + 920.0, + 560.0, + 869.0, + 560.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1145.0, + 526.0, + 1196.0, + 526.0, + 1196.0, + 560.0, + 1145.0, + 560.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 314.0, + 570.0, + 366.0, + 570.0, + 366.0, + 604.0, + 314.0, + 604.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 590.0, + 568.0, + 644.0, + 568.0, + 644.0, + 602.0, + 590.0, + 602.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 869.0, + 568.0, + 918.0, + 568.0, + 918.0, + 602.0, + 869.0, + 602.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1145.0, + 568.0, + 1196.0, + 568.0, + 1196.0, + 602.0, + 1145.0, + 602.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 316.0, + 612.0, + 368.0, + 612.0, + 368.0, + 646.0, + 316.0, + 646.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 590.0, + 610.0, + 644.0, + 610.0, + 644.0, + 646.0, + 590.0, + 646.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 867.0, + 610.0, + 918.0, + 610.0, + 918.0, + 646.0, + 867.0, + 646.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1145.0, + 610.0, + 1196.0, + 610.0, + 1196.0, + 646.0, + 1145.0, + 646.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 311.0, + 700.0, + 367.0, + 700.0, + 367.0, + 727.0, + 311.0, + 727.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1143.0, + 699.0, + 1196.0, + 699.0, + 1196.0, + 731.0, + 1143.0, + 731.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 356.0, + 714.0, + 596.0, + 714.0, + 596.0, + 750.0, + 356.0, + 750.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 632.0, + 724.0, + 659.0, + 724.0, + 659.0, + 747.0, + 632.0, + 747.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 903.0, + 716.0, + 1139.0, + 716.0, + 1139.0, + 752.0, + 903.0, + 752.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1179.0, + 714.0, + 1409.0, + 714.0, + 1409.0, + 750.0, + 1179.0, + 750.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 426.0, + 736.0, + 500.0, + 736.0, + 500.0, + 784.0, + 426.0, + 784.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 702.0, + 735.0, + 776.0, + 735.0, + 776.0, + 784.0, + 702.0, + 784.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 978.0, + 735.0, + 1053.0, + 735.0, + 1053.0, + 784.0, + 978.0, + 784.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1254.0, + 735.0, + 1331.0, + 735.0, + 1331.0, + 784.0, + 1254.0, + 784.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 533.0, + 762.0, + 678.0, + 762.0, + 678.0, + 1056.0, + 533.0, + 1056.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1185.0, + 777.0, + 1398.0, + 777.0, + 1398.0, + 813.0, + 1185.0, + 813.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 362.0, + 779.0, + 564.0, + 779.0, + 564.0, + 815.0, + 362.0, + 815.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 634.0, + 779.0, + 844.0, + 779.0, + 844.0, + 809.0, + 634.0, + 809.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 909.0, + 779.0, + 1116.0, + 779.0, + 1116.0, + 809.0, + 909.0, + 809.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 792.0, + 368.0, + 792.0, + 368.0, + 952.0, + 290.0, + 952.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 594.0, + 806.0, + 646.0, + 806.0, + 646.0, + 840.0, + 594.0, + 840.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 869.0, + 802.0, + 920.0, + 802.0, + 920.0, + 836.0, + 869.0, + 836.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1147.0, + 800.0, + 1194.0, + 800.0, + 1194.0, + 828.0, + 1147.0, + 828.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 316.0, + 849.0, + 366.0, + 849.0, + 366.0, + 884.0, + 316.0, + 884.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 592.0, + 849.0, + 642.0, + 849.0, + 642.0, + 884.0, + 592.0, + 884.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 869.0, + 845.0, + 918.0, + 845.0, + 918.0, + 882.0, + 869.0, + 882.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1145.0, + 842.0, + 1196.0, + 842.0, + 1196.0, + 878.0, + 1145.0, + 878.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 314.0, + 893.0, + 368.0, + 893.0, + 368.0, + 927.0, + 314.0, + 927.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 590.0, + 889.0, + 644.0, + 889.0, + 644.0, + 925.0, + 590.0, + 925.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 867.0, + 886.0, + 921.0, + 886.0, + 921.0, + 927.0, + 867.0, + 927.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1145.0, + 887.0, + 1196.0, + 887.0, + 1196.0, + 922.0, + 1145.0, + 922.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 274.0, + 910.0, + 387.0, + 910.0, + 387.0, + 1049.0, + 274.0, + 1049.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1143.0, + 980.0, + 1200.0, + 980.0, + 1200.0, + 1013.0, + 1143.0, + 1013.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 998.0, + 581.0, + 998.0, + 581.0, + 1034.0, + 354.0, + 1034.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 630.0, + 1005.0, + 659.0, + 1005.0, + 659.0, + 1028.0, + 630.0, + 1028.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 905.0, + 1001.0, + 937.0, + 1001.0, + 937.0, + 1032.0, + 905.0, + 1032.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1181.0, + 998.0, + 1409.0, + 998.0, + 1409.0, + 1034.0, + 1181.0, + 1034.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 427.0, + 1018.0, + 500.0, + 1018.0, + 500.0, + 1065.0, + 427.0, + 1065.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 703.0, + 1018.0, + 776.0, + 1018.0, + 776.0, + 1065.0, + 703.0, + 1065.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 979.0, + 1018.0, + 1052.0, + 1018.0, + 1052.0, + 1063.0, + 979.0, + 1063.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1256.0, + 1016.0, + 1329.0, + 1016.0, + 1329.0, + 1065.0, + 1256.0, + 1065.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 533.0, + 1043.0, + 676.0, + 1043.0, + 676.0, + 1328.0, + 533.0, + 1328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 356.0, + 1060.0, + 568.0, + 1060.0, + 568.0, + 1096.0, + 356.0, + 1096.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 630.0, + 1060.0, + 846.0, + 1060.0, + 846.0, + 1096.0, + 630.0, + 1096.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 905.0, + 1060.0, + 1118.0, + 1060.0, + 1118.0, + 1096.0, + 905.0, + 1096.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1185.0, + 1060.0, + 1398.0, + 1060.0, + 1398.0, + 1096.0, + 1185.0, + 1096.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 282.0, + 1068.0, + 337.0, + 1068.0, + 337.0, + 1315.0, + 282.0, + 1315.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1145.0, + 1078.0, + 1197.0, + 1078.0, + 1197.0, + 1117.0, + 1145.0, + 1117.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 869.0, + 1079.0, + 922.0, + 1079.0, + 922.0, + 1114.0, + 869.0, + 1114.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 592.0, + 1081.0, + 646.0, + 1081.0, + 646.0, + 1114.0, + 592.0, + 1114.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 318.0, + 1083.0, + 366.0, + 1083.0, + 366.0, + 1112.0, + 318.0, + 1112.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 316.0, + 1123.0, + 366.0, + 1123.0, + 366.0, + 1159.0, + 316.0, + 1159.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 592.0, + 1123.0, + 644.0, + 1123.0, + 644.0, + 1159.0, + 592.0, + 1159.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 869.0, + 1123.0, + 918.0, + 1123.0, + 918.0, + 1159.0, + 869.0, + 1159.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1147.0, + 1125.0, + 1196.0, + 1125.0, + 1196.0, + 1159.0, + 1147.0, + 1159.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 314.0, + 1169.0, + 368.0, + 1169.0, + 368.0, + 1203.0, + 314.0, + 1203.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 591.0, + 1164.0, + 645.0, + 1164.0, + 645.0, + 1206.0, + 591.0, + 1206.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 867.0, + 1169.0, + 920.0, + 1169.0, + 920.0, + 1203.0, + 867.0, + 1203.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1145.0, + 1169.0, + 1196.0, + 1169.0, + 1196.0, + 1203.0, + 1145.0, + 1203.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 314.0, + 1214.0, + 366.0, + 1214.0, + 366.0, + 1250.0, + 314.0, + 1250.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 865.0, + 1216.0, + 918.0, + 1216.0, + 918.0, + 1250.0, + 865.0, + 1250.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1145.0, + 1216.0, + 1194.0, + 1216.0, + 1194.0, + 1250.0, + 1145.0, + 1250.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 314.0, + 1260.0, + 368.0, + 1260.0, + 368.0, + 1294.0, + 314.0, + 1294.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1143.0, + 1262.0, + 1196.0, + 1262.0, + 1196.0, + 1294.0, + 1143.0, + 1294.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 356.0, + 1281.0, + 598.0, + 1281.0, + 598.0, + 1313.0, + 356.0, + 1313.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1179.0, + 1283.0, + 1408.0, + 1283.0, + 1408.0, + 1313.0, + 1179.0, + 1313.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1253.0, + 1299.0, + 1328.0, + 1299.0, + 1328.0, + 1344.0, + 1253.0, + 1344.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 533.0, + 1325.0, + 678.0, + 1325.0, + 678.0, + 1619.0, + 533.0, + 1619.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 351.0, + 1338.0, + 570.0, + 1338.0, + 570.0, + 1384.0, + 351.0, + 1384.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 631.0, + 1339.0, + 846.0, + 1339.0, + 846.0, + 1382.0, + 631.0, + 1382.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1185.0, + 1340.0, + 1398.0, + 1340.0, + 1398.0, + 1376.0, + 1185.0, + 1376.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 907.0, + 1344.0, + 1116.0, + 1344.0, + 1116.0, + 1374.0, + 907.0, + 1374.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 286.0, + 1353.0, + 335.0, + 1353.0, + 335.0, + 1593.0, + 286.0, + 1593.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 594.0, + 1363.0, + 642.0, + 1363.0, + 642.0, + 1391.0, + 594.0, + 1391.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1364.0, + 366.0, + 1364.0, + 366.0, + 1393.0, + 320.0, + 1393.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 316.0, + 1406.0, + 366.0, + 1406.0, + 366.0, + 1441.0, + 316.0, + 1441.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 592.0, + 1404.0, + 644.0, + 1404.0, + 644.0, + 1441.0, + 592.0, + 1441.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 869.0, + 1401.0, + 918.0, + 1401.0, + 918.0, + 1435.0, + 869.0, + 1435.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1145.0, + 1397.0, + 1194.0, + 1397.0, + 1194.0, + 1433.0, + 1145.0, + 1433.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 314.0, + 1450.0, + 368.0, + 1450.0, + 368.0, + 1484.0, + 314.0, + 1484.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 590.0, + 1450.0, + 644.0, + 1450.0, + 644.0, + 1484.0, + 590.0, + 1484.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 867.0, + 1446.0, + 920.0, + 1446.0, + 920.0, + 1482.0, + 867.0, + 1482.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1145.0, + 1444.0, + 1196.0, + 1444.0, + 1196.0, + 1480.0, + 1145.0, + 1480.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 314.0, + 1496.0, + 366.0, + 1496.0, + 366.0, + 1530.0, + 314.0, + 1530.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 865.0, + 1496.0, + 918.0, + 1496.0, + 918.0, + 1530.0, + 865.0, + 1530.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1145.0, + 1496.0, + 1196.0, + 1496.0, + 1196.0, + 1530.0, + 1145.0, + 1530.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 314.0, + 1543.0, + 370.0, + 1543.0, + 370.0, + 1575.0, + 314.0, + 1575.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1143.0, + 1543.0, + 1198.0, + 1543.0, + 1198.0, + 1575.0, + 1143.0, + 1575.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 356.0, + 1560.0, + 583.0, + 1560.0, + 583.0, + 1596.0, + 356.0, + 1596.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1177.0, + 1560.0, + 1409.0, + 1560.0, + 1409.0, + 1596.0, + 1177.0, + 1596.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 428.0, + 1580.0, + 501.0, + 1580.0, + 501.0, + 1628.0, + 428.0, + 1628.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 703.0, + 1580.0, + 776.0, + 1580.0, + 776.0, + 1626.0, + 703.0, + 1626.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 979.0, + 1580.0, + 1052.0, + 1580.0, + 1052.0, + 1626.0, + 979.0, + 1626.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1254.0, + 1579.0, + 1331.0, + 1579.0, + 1331.0, + 1628.0, + 1254.0, + 1628.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 288.0, + 1634.0, + 331.0, + 1634.0, + 331.0, + 1874.0, + 288.0, + 1874.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 356.0, + 1623.0, + 566.0, + 1623.0, + 566.0, + 1659.0, + 356.0, + 1659.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 570.0, + 1633.0, + 619.0, + 1633.0, + 619.0, + 1863.0, + 570.0, + 1863.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 632.0, + 1623.0, + 886.0, + 1623.0, + 886.0, + 1864.0, + 632.0, + 1864.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 907.0, + 1623.0, + 1120.0, + 1623.0, + 1120.0, + 1659.0, + 907.0, + 1659.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1145.0, + 1623.0, + 1398.0, + 1623.0, + 1398.0, + 1682.0, + 1145.0, + 1682.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 314.0, + 1678.0, + 366.0, + 1678.0, + 366.0, + 1714.0, + 314.0, + 1714.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 600.0, + 1669.0, + 644.0, + 1669.0, + 644.0, + 1705.0, + 600.0, + 1705.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 870.0, + 1675.0, + 920.0, + 1675.0, + 920.0, + 1717.0, + 870.0, + 1717.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1145.0, + 1691.0, + 1194.0, + 1691.0, + 1194.0, + 1728.0, + 1145.0, + 1728.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 602.0, + 1707.0, + 644.0, + 1707.0, + 644.0, + 1745.0, + 602.0, + 1745.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 314.0, + 1728.0, + 368.0, + 1728.0, + 368.0, + 1762.0, + 314.0, + 1762.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 602.0, + 1747.0, + 644.0, + 1747.0, + 644.0, + 1783.0, + 602.0, + 1783.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 867.0, + 1728.0, + 918.0, + 1728.0, + 918.0, + 1762.0, + 867.0, + 1762.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1145.0, + 1733.0, + 1196.0, + 1733.0, + 1196.0, + 1769.0, + 1145.0, + 1769.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 313.0, + 1776.0, + 363.0, + 1776.0, + 363.0, + 1807.0, + 313.0, + 1807.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 600.0, + 1783.0, + 644.0, + 1783.0, + 644.0, + 1821.0, + 600.0, + 1821.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 867.0, + 1775.0, + 918.0, + 1775.0, + 918.0, + 1809.0, + 867.0, + 1809.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1143.0, + 1779.0, + 1196.0, + 1779.0, + 1196.0, + 1813.0, + 1143.0, + 1813.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 314.0, + 1825.0, + 368.0, + 1825.0, + 368.0, + 1857.0, + 314.0, + 1857.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 602.0, + 1825.0, + 642.0, + 1825.0, + 642.0, + 1855.0, + 602.0, + 1855.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 867.0, + 1826.0, + 918.0, + 1826.0, + 918.0, + 1853.0, + 867.0, + 1853.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1147.0, + 1826.0, + 1194.0, + 1826.0, + 1194.0, + 1855.0, + 1147.0, + 1855.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 356.0, + 1842.0, + 606.0, + 1842.0, + 606.0, + 1878.0, + 356.0, + 1878.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 632.0, + 1842.0, + 876.0, + 1842.0, + 876.0, + 1878.0, + 632.0, + 1878.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 909.0, + 1849.0, + 935.0, + 1849.0, + 935.0, + 1872.0, + 909.0, + 1872.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1179.0, + 1842.0, + 1409.0, + 1842.0, + 1409.0, + 1878.0, + 1179.0, + 1878.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 425.0, + 1862.0, + 500.0, + 1862.0, + 500.0, + 1907.0, + 425.0, + 1907.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1253.0, + 1862.0, + 1328.0, + 1862.0, + 1328.0, + 1907.0, + 1253.0, + 1907.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 428.0, + 1302.5, + 496.0, + 1302.5, + 496.0, + 1342.5, + 428.0, + 1342.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 704.0, + 1302.5, + 772.0, + 1302.5, + 772.0, + 1342.5, + 704.0, + 1342.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 980.25, + 1302.5, + 1048.25, + 1302.5, + 1048.25, + 1342.5, + 980.25, + 1342.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 702.25, + 1865.0, + 772.25, + 1865.0, + 772.25, + 1905.5, + 702.25, + 1905.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 978.25, + 1865.0, + 1048.25, + 1865.0, + 1048.25, + 1905.5, + 978.25, + 1905.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 405.0, + 1919.0, + 530.0, + 1919.0, + 530.0, + 1959.0, + 405.0, + 1959.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 569.0, + 1919.0, + 1291.0, + 1919.0, + 1291.0, + 1959.0, + 569.0, + 1959.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 815.0, + 73.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 828.0, + 2083.0, + 872.0, + 2083.0, + 872.0, + 2123.0, + 828.0, + 2123.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 19, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 3, + "poly": [ + 298, + 197, + 1408, + 197, + 1408, + 1919, + 298, + 1919 + ], + "score": 0.959 + }, + { + "category_id": 4, + "poly": [ + 405, + 1920, + 1290, + 1920, + 1290, + 1955, + 405, + 1955 + ], + "score": 0.916 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 812, + 76, + 812, + 104, + 299, + 104 + ], + "score": 0.888 + }, + { + "category_id": 2, + "poly": [ + 834, + 2088, + 863, + 2088, + 863, + 2113, + 834, + 2113 + ], + "score": 0.829 + }, + { + "category_id": 13, + "poly": [ + 532, + 1922, + 569, + 1922, + 569, + 1950, + 532, + 1950 + ], + "score": 0.53, + "latex": "L 2" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 215.0, + 562.0, + 215.0, + 562.0, + 468.0, + 293.0, + 468.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 569.0, + 213.0, + 840.0, + 213.0, + 840.0, + 468.0, + 569.0, + 468.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 844.0, + 215.0, + 1116.0, + 215.0, + 1116.0, + 464.0, + 844.0, + 464.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1126.0, + 215.0, + 1394.0, + 215.0, + 1394.0, + 466.0, + 1126.0, + 466.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 344.0, + 367.0, + 344.0, + 367.0, + 379.0, + 322.0, + 379.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 384.0, + 350.0, + 552.0, + 350.0, + 552.0, + 386.0, + 384.0, + 386.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 600.0, + 342.0, + 643.0, + 342.0, + 643.0, + 379.0, + 600.0, + 379.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 879.0, + 344.0, + 917.0, + 344.0, + 917.0, + 375.0, + 879.0, + 375.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1156.0, + 344.0, + 1193.0, + 344.0, + 1193.0, + 375.0, + 1156.0, + 375.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 375.0, + 371.0, + 558.0, + 371.0, + 558.0, + 413.0, + 375.0, + 413.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 373.0, + 398.0, + 467.0, + 398.0, + 467.0, + 435.0, + 373.0, + 435.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 415.0, + 369.0, + 415.0, + 369.0, + 451.0, + 322.0, + 451.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 600.0, + 415.0, + 645.0, + 415.0, + 645.0, + 449.0, + 600.0, + 449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 878.0, + 415.0, + 923.0, + 415.0, + 923.0, + 449.0, + 878.0, + 449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1154.0, + 415.0, + 1199.0, + 415.0, + 1199.0, + 449.0, + 1154.0, + 449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 432.0, + 585.0, + 432.0, + 585.0, + 473.0, + 350.0, + 473.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 630.0, + 437.0, + 857.0, + 437.0, + 857.0, + 468.0, + 630.0, + 468.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 902.0, + 434.0, + 1136.0, + 434.0, + 1136.0, + 468.0, + 902.0, + 468.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1182.0, + 437.0, + 1407.0, + 437.0, + 1407.0, + 468.0, + 1182.0, + 468.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 424.0, + 454.0, + 500.0, + 454.0, + 500.0, + 499.0, + 424.0, + 499.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 702.0, + 456.0, + 776.0, + 456.0, + 776.0, + 499.0, + 702.0, + 499.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 978.0, + 456.0, + 1052.0, + 456.0, + 1052.0, + 499.0, + 978.0, + 499.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1254.0, + 458.0, + 1329.0, + 458.0, + 1329.0, + 498.0, + 1254.0, + 498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 271.0, + 483.0, + 397.0, + 483.0, + 397.0, + 771.0, + 271.0, + 771.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 361.0, + 498.0, + 564.0, + 498.0, + 564.0, + 534.0, + 361.0, + 534.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 637.0, + 498.0, + 842.0, + 498.0, + 842.0, + 534.0, + 637.0, + 534.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 914.0, + 498.0, + 1118.0, + 498.0, + 1118.0, + 534.0, + 914.0, + 534.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1190.0, + 498.0, + 1394.0, + 498.0, + 1394.0, + 534.0, + 1190.0, + 534.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 569.0, + 506.0, + 619.0, + 506.0, + 619.0, + 749.0, + 569.0, + 749.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 849.0, + 508.0, + 893.0, + 508.0, + 893.0, + 745.0, + 849.0, + 745.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1125.0, + 508.0, + 1169.0, + 508.0, + 1169.0, + 745.0, + 1125.0, + 745.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 602.0, + 551.0, + 643.0, + 551.0, + 643.0, + 587.0, + 602.0, + 587.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1156.0, + 551.0, + 1197.0, + 551.0, + 1197.0, + 587.0, + 1156.0, + 587.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 327.0, + 555.0, + 367.0, + 555.0, + 367.0, + 585.0, + 327.0, + 585.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 881.0, + 555.0, + 919.0, + 555.0, + 919.0, + 585.0, + 881.0, + 585.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 625.0, + 367.0, + 625.0, + 367.0, + 659.0, + 322.0, + 659.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 600.0, + 623.0, + 643.0, + 623.0, + 643.0, + 659.0, + 600.0, + 659.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 878.0, + 627.0, + 917.0, + 627.0, + 917.0, + 658.0, + 878.0, + 658.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1154.0, + 623.0, + 1195.0, + 623.0, + 1195.0, + 659.0, + 1154.0, + 659.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 603.0, + 701.0, + 645.0, + 701.0, + 645.0, + 730.0, + 603.0, + 730.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 878.0, + 697.0, + 923.0, + 697.0, + 923.0, + 732.0, + 878.0, + 732.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1156.0, + 701.0, + 1195.0, + 701.0, + 1195.0, + 730.0, + 1156.0, + 730.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 358.0, + 716.0, + 581.0, + 716.0, + 581.0, + 752.0, + 358.0, + 752.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 626.0, + 716.0, + 857.0, + 716.0, + 857.0, + 750.0, + 626.0, + 750.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 908.0, + 719.0, + 1134.0, + 719.0, + 1134.0, + 750.0, + 908.0, + 750.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1180.0, + 716.0, + 1409.0, + 716.0, + 1409.0, + 752.0, + 1180.0, + 752.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 424.0, + 736.0, + 500.0, + 736.0, + 500.0, + 782.0, + 424.0, + 782.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 700.0, + 736.0, + 776.0, + 736.0, + 776.0, + 782.0, + 700.0, + 782.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 974.0, + 734.0, + 1054.0, + 734.0, + 1054.0, + 786.0, + 974.0, + 786.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1254.0, + 736.0, + 1330.0, + 736.0, + 1330.0, + 784.0, + 1254.0, + 784.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 779.0, + 564.0, + 779.0, + 564.0, + 1030.0, + 293.0, + 1030.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 573.0, + 779.0, + 845.0, + 779.0, + 845.0, + 1028.0, + 573.0, + 1028.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 849.0, + 777.0, + 1118.0, + 777.0, + 1118.0, + 1026.0, + 849.0, + 1026.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1125.0, + 777.0, + 1397.0, + 777.0, + 1397.0, + 1024.0, + 1125.0, + 1024.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 906.0, + 367.0, + 906.0, + 367.0, + 940.0, + 322.0, + 940.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 600.0, + 904.0, + 643.0, + 904.0, + 643.0, + 940.0, + 600.0, + 940.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 879.0, + 908.0, + 917.0, + 908.0, + 917.0, + 938.0, + 879.0, + 938.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1156.0, + 906.0, + 1193.0, + 906.0, + 1193.0, + 937.0, + 1156.0, + 937.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 982.0, + 367.0, + 982.0, + 367.0, + 1011.0, + 324.0, + 1011.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 603.0, + 982.0, + 643.0, + 982.0, + 643.0, + 1011.0, + 603.0, + 1011.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 879.0, + 982.0, + 921.0, + 982.0, + 921.0, + 1011.0, + 879.0, + 1011.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1156.0, + 982.0, + 1195.0, + 982.0, + 1195.0, + 1011.0, + 1156.0, + 1011.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 358.0, + 1001.0, + 579.0, + 1001.0, + 579.0, + 1031.0, + 358.0, + 1031.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 630.0, + 1001.0, + 857.0, + 1001.0, + 857.0, + 1031.0, + 630.0, + 1031.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 910.0, + 1001.0, + 1131.0, + 1001.0, + 1131.0, + 1031.0, + 910.0, + 1031.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1184.0, + 997.0, + 1409.0, + 997.0, + 1409.0, + 1033.0, + 1184.0, + 1033.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 422.0, + 1015.0, + 502.0, + 1015.0, + 502.0, + 1067.0, + 422.0, + 1067.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 702.0, + 1017.0, + 776.0, + 1017.0, + 776.0, + 1063.0, + 702.0, + 1063.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 974.0, + 1015.0, + 1054.0, + 1015.0, + 1054.0, + 1067.0, + 974.0, + 1067.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1254.0, + 1017.0, + 1330.0, + 1017.0, + 1330.0, + 1063.0, + 1254.0, + 1063.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 271.0, + 1047.0, + 397.0, + 1047.0, + 397.0, + 1337.0, + 271.0, + 1337.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 358.0, + 1060.0, + 568.0, + 1060.0, + 568.0, + 1096.0, + 358.0, + 1096.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 634.0, + 1060.0, + 847.0, + 1060.0, + 847.0, + 1096.0, + 634.0, + 1096.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 910.0, + 1060.0, + 1121.0, + 1060.0, + 1121.0, + 1096.0, + 910.0, + 1096.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1186.0, + 1060.0, + 1397.0, + 1060.0, + 1397.0, + 1096.0, + 1186.0, + 1096.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 569.0, + 1069.0, + 619.0, + 1069.0, + 619.0, + 1312.0, + 569.0, + 1312.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1146.0, + 1104.0, + 1195.0, + 1104.0, + 1195.0, + 1138.0, + 1146.0, + 1138.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 872.0, + 1107.0, + 917.0, + 1107.0, + 917.0, + 1136.0, + 872.0, + 1136.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 605.0, + 1109.0, + 643.0, + 1109.0, + 643.0, + 1140.0, + 605.0, + 1140.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 329.0, + 1113.0, + 367.0, + 1113.0, + 367.0, + 1143.0, + 329.0, + 1143.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 868.0, + 1143.0, + 919.0, + 1143.0, + 919.0, + 1179.0, + 868.0, + 1179.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1142.0, + 1138.0, + 1197.0, + 1138.0, + 1197.0, + 1179.0, + 1142.0, + 1179.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1187.0, + 367.0, + 1187.0, + 367.0, + 1221.0, + 322.0, + 1221.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 602.0, + 1183.0, + 643.0, + 1183.0, + 643.0, + 1219.0, + 602.0, + 1219.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 866.0, + 1179.0, + 921.0, + 1179.0, + 921.0, + 1221.0, + 866.0, + 1221.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1144.0, + 1181.0, + 1195.0, + 1181.0, + 1195.0, + 1217.0, + 1144.0, + 1217.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 866.0, + 1221.0, + 919.0, + 1221.0, + 919.0, + 1257.0, + 866.0, + 1257.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1142.0, + 1221.0, + 1195.0, + 1221.0, + 1195.0, + 1255.0, + 1142.0, + 1255.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 603.0, + 1263.0, + 643.0, + 1263.0, + 643.0, + 1293.0, + 603.0, + 1293.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 866.0, + 1261.0, + 921.0, + 1261.0, + 921.0, + 1295.0, + 866.0, + 1295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1142.0, + 1261.0, + 1195.0, + 1261.0, + 1195.0, + 1295.0, + 1142.0, + 1295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 356.0, + 1280.0, + 583.0, + 1280.0, + 583.0, + 1316.0, + 356.0, + 1316.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1180.0, + 1280.0, + 1411.0, + 1280.0, + 1411.0, + 1316.0, + 1180.0, + 1316.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 428.0, + 1303.0, + 499.0, + 1303.0, + 499.0, + 1341.0, + 428.0, + 1341.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 704.0, + 1303.0, + 775.0, + 1303.0, + 775.0, + 1343.0, + 704.0, + 1343.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 980.0, + 1300.0, + 1052.0, + 1300.0, + 1052.0, + 1345.0, + 980.0, + 1345.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1254.0, + 1303.0, + 1328.0, + 1303.0, + 1328.0, + 1343.0, + 1254.0, + 1343.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 284.0, + 1341.0, + 568.0, + 1341.0, + 568.0, + 1595.0, + 284.0, + 1595.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 594.0, + 1343.0, + 845.0, + 1343.0, + 845.0, + 1417.0, + 594.0, + 1417.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 870.0, + 1343.0, + 1121.0, + 1343.0, + 1121.0, + 1417.0, + 870.0, + 1417.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1146.0, + 1343.0, + 1397.0, + 1343.0, + 1397.0, + 1413.0, + 1146.0, + 1413.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 316.0, + 1426.0, + 367.0, + 1426.0, + 367.0, + 1460.0, + 316.0, + 1460.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 590.0, + 1422.0, + 641.0, + 1422.0, + 641.0, + 1458.0, + 590.0, + 1458.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 868.0, + 1421.0, + 919.0, + 1421.0, + 919.0, + 1457.0, + 868.0, + 1457.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1144.0, + 1419.0, + 1195.0, + 1419.0, + 1195.0, + 1455.0, + 1144.0, + 1455.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 316.0, + 1464.0, + 367.0, + 1464.0, + 367.0, + 1500.0, + 316.0, + 1500.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 592.0, + 1460.0, + 643.0, + 1460.0, + 643.0, + 1496.0, + 592.0, + 1496.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 866.0, + 1457.0, + 923.0, + 1457.0, + 923.0, + 1498.0, + 866.0, + 1498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1144.0, + 1458.0, + 1195.0, + 1458.0, + 1195.0, + 1495.0, + 1144.0, + 1495.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 316.0, + 1504.0, + 365.0, + 1504.0, + 365.0, + 1538.0, + 316.0, + 1538.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 588.0, + 1502.0, + 643.0, + 1502.0, + 643.0, + 1536.0, + 588.0, + 1536.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 866.0, + 1502.0, + 919.0, + 1502.0, + 919.0, + 1536.0, + 866.0, + 1536.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1142.0, + 1500.0, + 1195.0, + 1500.0, + 1195.0, + 1536.0, + 1142.0, + 1536.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 314.0, + 1542.0, + 367.0, + 1542.0, + 367.0, + 1576.0, + 314.0, + 1576.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1140.0, + 1544.0, + 1197.0, + 1544.0, + 1197.0, + 1576.0, + 1140.0, + 1576.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1180.0, + 1561.0, + 1411.0, + 1561.0, + 1411.0, + 1597.0, + 1180.0, + 1597.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 428.0, + 1584.0, + 499.0, + 1584.0, + 499.0, + 1624.0, + 428.0, + 1624.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 702.0, + 1581.0, + 776.0, + 1581.0, + 776.0, + 1626.0, + 702.0, + 1626.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 980.0, + 1581.0, + 1054.0, + 1581.0, + 1054.0, + 1626.0, + 980.0, + 1626.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1254.0, + 1584.0, + 1329.0, + 1584.0, + 1329.0, + 1624.0, + 1254.0, + 1624.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 533.0, + 1605.0, + 675.0, + 1605.0, + 675.0, + 1887.0, + 533.0, + 1887.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 358.0, + 1624.0, + 569.0, + 1624.0, + 569.0, + 1660.0, + 358.0, + 1660.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 634.0, + 1624.0, + 845.0, + 1624.0, + 845.0, + 1660.0, + 634.0, + 1660.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 908.0, + 1624.0, + 1121.0, + 1624.0, + 1121.0, + 1660.0, + 908.0, + 1660.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1186.0, + 1624.0, + 1397.0, + 1624.0, + 1397.0, + 1660.0, + 1186.0, + 1660.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 834.0, + 1629.0, + 889.0, + 1629.0, + 889.0, + 1865.0, + 834.0, + 1865.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 284.0, + 1631.0, + 333.0, + 1631.0, + 333.0, + 1876.0, + 284.0, + 1876.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1125.0, + 1635.0, + 1169.0, + 1635.0, + 1169.0, + 1874.0, + 1125.0, + 1874.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 318.0, + 1658.0, + 367.0, + 1658.0, + 367.0, + 1694.0, + 318.0, + 1694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 594.0, + 1658.0, + 643.0, + 1658.0, + 643.0, + 1694.0, + 594.0, + 1694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 870.0, + 1663.0, + 919.0, + 1663.0, + 919.0, + 1698.0, + 870.0, + 1698.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1157.0, + 1679.0, + 1193.0, + 1679.0, + 1193.0, + 1711.0, + 1157.0, + 1711.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 313.0, + 1700.0, + 363.0, + 1700.0, + 363.0, + 1732.0, + 313.0, + 1732.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 590.0, + 1699.0, + 641.0, + 1699.0, + 641.0, + 1734.0, + 590.0, + 1734.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 868.0, + 1703.0, + 919.0, + 1703.0, + 919.0, + 1737.0, + 868.0, + 1737.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 316.0, + 1739.0, + 367.0, + 1739.0, + 367.0, + 1774.0, + 316.0, + 1774.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 592.0, + 1739.0, + 643.0, + 1739.0, + 643.0, + 1774.0, + 592.0, + 1774.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 868.0, + 1743.0, + 921.0, + 1743.0, + 921.0, + 1777.0, + 868.0, + 1777.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1154.0, + 1749.0, + 1195.0, + 1749.0, + 1195.0, + 1787.0, + 1154.0, + 1787.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 316.0, + 1783.0, + 365.0, + 1783.0, + 365.0, + 1817.0, + 316.0, + 1817.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 588.0, + 1783.0, + 643.0, + 1783.0, + 643.0, + 1817.0, + 588.0, + 1817.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 866.0, + 1783.0, + 919.0, + 1783.0, + 919.0, + 1819.0, + 866.0, + 1819.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 314.0, + 1823.0, + 367.0, + 1823.0, + 367.0, + 1857.0, + 314.0, + 1857.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 868.0, + 1827.0, + 919.0, + 1827.0, + 919.0, + 1853.0, + 868.0, + 1853.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1156.0, + 1827.0, + 1195.0, + 1827.0, + 1195.0, + 1855.0, + 1156.0, + 1855.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 358.0, + 1842.0, + 602.0, + 1842.0, + 602.0, + 1878.0, + 358.0, + 1878.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 628.0, + 1842.0, + 876.0, + 1842.0, + 876.0, + 1878.0, + 628.0, + 1878.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 906.0, + 1846.0, + 1135.0, + 1846.0, + 1135.0, + 1876.0, + 906.0, + 1876.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1182.0, + 1846.0, + 1407.0, + 1846.0, + 1407.0, + 1876.0, + 1182.0, + 1876.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 427.0, + 1860.0, + 501.0, + 1860.0, + 501.0, + 1909.0, + 427.0, + 1909.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 703.25, + 1865.5, + 774.25, + 1865.5, + 774.25, + 1905.5, + 703.25, + 1905.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 979.25, + 1865.5, + 1048.25, + 1865.5, + 1048.25, + 1905.5, + 979.25, + 1905.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1255.25, + 1865.5, + 1326.25, + 1865.5, + 1326.25, + 1905.5, + 1255.25, + 1905.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 406.0, + 1919.0, + 531.0, + 1919.0, + 531.0, + 1959.0, + 406.0, + 1959.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 570.0, + 1919.0, + 1292.0, + 1919.0, + 1292.0, + 1959.0, + 570.0, + 1959.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 815.0, + 73.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 830.0, + 2085.0, + 868.0, + 2085.0, + 868.0, + 2124.0, + 830.0, + 2124.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 20, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 3, + "poly": [ + 299, + 201, + 1409, + 201, + 1409, + 1918, + 299, + 1918 + ], + "score": 0.957 + }, + { + "category_id": 4, + "poly": [ + 410, + 1921, + 1286, + 1921, + 1286, + 1955, + 410, + 1955 + ], + "score": 0.914 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 812, + 76, + 812, + 104, + 299, + 104 + ], + "score": 0.888 + }, + { + "category_id": 2, + "poly": [ + 834, + 2088, + 865, + 2088, + 865, + 2113, + 834, + 2113 + ], + "score": 0.853 + }, + { + "category_id": 13, + "poly": [ + 535, + 1922, + 572, + 1922, + 572, + 1950, + 535, + 1950 + ], + "score": 0.58, + "latex": "L 2" + }, + { + "category_id": 15, + "poly": [ + 1103.0, + 199.0, + 1229.0, + 199.0, + 1229.0, + 493.0, + 1103.0, + 493.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 548.0, + 204.0, + 674.0, + 204.0, + 674.0, + 492.0, + 548.0, + 492.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 824.0, + 204.0, + 950.0, + 204.0, + 950.0, + 490.0, + 824.0, + 490.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 274.0, + 206.0, + 395.0, + 206.0, + 395.0, + 490.0, + 274.0, + 490.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 361.0, + 213.0, + 561.0, + 213.0, + 561.0, + 249.0, + 361.0, + 249.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 638.0, + 215.0, + 843.0, + 215.0, + 843.0, + 251.0, + 638.0, + 251.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 915.0, + 215.0, + 1117.0, + 215.0, + 1117.0, + 251.0, + 915.0, + 251.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1191.0, + 215.0, + 1395.0, + 215.0, + 1395.0, + 251.0, + 1191.0, + 251.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 328.0, + 238.0, + 366.0, + 238.0, + 366.0, + 266.0, + 328.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 603.0, + 238.0, + 642.0, + 238.0, + 642.0, + 268.0, + 603.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 882.0, + 240.0, + 920.0, + 240.0, + 920.0, + 270.0, + 882.0, + 270.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1157.0, + 240.0, + 1194.0, + 240.0, + 1194.0, + 270.0, + 1157.0, + 270.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 328.0, + 297.0, + 366.0, + 297.0, + 366.0, + 327.0, + 328.0, + 327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 603.0, + 295.0, + 644.0, + 295.0, + 644.0, + 331.0, + 603.0, + 331.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 884.0, + 299.0, + 918.0, + 299.0, + 918.0, + 331.0, + 884.0, + 331.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1158.0, + 299.0, + 1194.0, + 299.0, + 1194.0, + 331.0, + 1158.0, + 331.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 354.0, + 366.0, + 354.0, + 366.0, + 389.0, + 323.0, + 389.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 385.0, + 350.0, + 553.0, + 350.0, + 553.0, + 386.0, + 385.0, + 386.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 879.0, + 354.0, + 920.0, + 354.0, + 920.0, + 391.0, + 879.0, + 391.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1153.0, + 354.0, + 1194.0, + 354.0, + 1194.0, + 391.0, + 1153.0, + 391.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 370.0, + 372.0, + 563.0, + 372.0, + 563.0, + 414.0, + 370.0, + 414.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 379.0, + 397.0, + 468.0, + 397.0, + 468.0, + 437.0, + 379.0, + 437.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 349.0, + 431.0, + 584.0, + 431.0, + 584.0, + 473.0, + 349.0, + 473.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 629.0, + 435.0, + 860.0, + 435.0, + 860.0, + 471.0, + 629.0, + 471.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 905.0, + 435.0, + 1138.0, + 435.0, + 1138.0, + 471.0, + 905.0, + 471.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1183.0, + 435.0, + 1410.0, + 435.0, + 1410.0, + 471.0, + 1183.0, + 471.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 426.0, + 450.0, + 504.0, + 450.0, + 504.0, + 505.0, + 426.0, + 505.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 702.0, + 450.0, + 780.0, + 450.0, + 780.0, + 505.0, + 702.0, + 505.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 981.0, + 455.0, + 1053.0, + 455.0, + 1053.0, + 500.0, + 981.0, + 500.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1254.0, + 450.0, + 1332.0, + 450.0, + 1332.0, + 505.0, + 1254.0, + 505.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 497.0, + 565.0, + 497.0, + 565.0, + 745.0, + 296.0, + 745.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 574.0, + 497.0, + 843.0, + 497.0, + 843.0, + 746.0, + 574.0, + 746.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 850.0, + 495.0, + 1117.0, + 495.0, + 1117.0, + 746.0, + 850.0, + 746.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1122.0, + 497.0, + 1395.0, + 497.0, + 1395.0, + 742.0, + 1122.0, + 742.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 328.0, + 583.0, + 366.0, + 583.0, + 366.0, + 611.0, + 328.0, + 611.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 603.0, + 579.0, + 644.0, + 579.0, + 644.0, + 615.0, + 603.0, + 615.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 882.0, + 583.0, + 918.0, + 583.0, + 918.0, + 613.0, + 882.0, + 613.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1158.0, + 583.0, + 1194.0, + 583.0, + 1194.0, + 613.0, + 1158.0, + 613.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 634.0, + 366.0, + 634.0, + 366.0, + 673.0, + 325.0, + 673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 597.0, + 632.0, + 644.0, + 632.0, + 644.0, + 677.0, + 597.0, + 677.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 879.0, + 634.0, + 918.0, + 634.0, + 918.0, + 673.0, + 879.0, + 673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1153.0, + 637.0, + 1194.0, + 637.0, + 1194.0, + 673.0, + 1153.0, + 673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 700.0, + 364.0, + 700.0, + 364.0, + 730.0, + 325.0, + 730.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 600.0, + 701.0, + 640.0, + 701.0, + 640.0, + 726.0, + 600.0, + 726.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 880.0, + 700.0, + 918.0, + 700.0, + 918.0, + 728.0, + 880.0, + 728.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 351.0, + 717.0, + 580.0, + 717.0, + 580.0, + 753.0, + 351.0, + 753.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 629.0, + 717.0, + 858.0, + 717.0, + 858.0, + 753.0, + 629.0, + 753.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 905.0, + 717.0, + 1134.0, + 717.0, + 1134.0, + 753.0, + 905.0, + 753.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1183.0, + 717.0, + 1410.0, + 717.0, + 1410.0, + 753.0, + 1183.0, + 753.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 427.0, + 737.0, + 501.0, + 737.0, + 501.0, + 782.0, + 427.0, + 782.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 703.0, + 737.0, + 777.0, + 737.0, + 777.0, + 782.0, + 703.0, + 782.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 979.0, + 737.0, + 1053.0, + 737.0, + 1053.0, + 782.0, + 979.0, + 782.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1253.0, + 737.0, + 1329.0, + 737.0, + 1329.0, + 782.0, + 1253.0, + 782.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 776.0, + 567.0, + 776.0, + 567.0, + 1031.0, + 294.0, + 1031.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 570.0, + 779.0, + 846.0, + 779.0, + 846.0, + 1031.0, + 570.0, + 1031.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 848.0, + 779.0, + 1121.0, + 779.0, + 1121.0, + 1029.0, + 848.0, + 1029.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1124.0, + 776.0, + 1400.0, + 776.0, + 1400.0, + 1027.0, + 1124.0, + 1027.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 327.0, + 861.0, + 370.0, + 861.0, + 370.0, + 897.0, + 327.0, + 897.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 603.0, + 861.0, + 644.0, + 861.0, + 644.0, + 897.0, + 603.0, + 897.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 882.0, + 866.0, + 918.0, + 866.0, + 918.0, + 899.0, + 882.0, + 899.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1158.0, + 863.0, + 1194.0, + 863.0, + 1194.0, + 895.0, + 1158.0, + 895.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 918.0, + 368.0, + 918.0, + 368.0, + 955.0, + 325.0, + 955.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 601.0, + 916.0, + 642.0, + 916.0, + 642.0, + 955.0, + 601.0, + 955.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 879.0, + 919.0, + 920.0, + 919.0, + 920.0, + 955.0, + 879.0, + 955.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1155.0, + 918.0, + 1194.0, + 918.0, + 1194.0, + 955.0, + 1155.0, + 955.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 982.0, + 366.0, + 982.0, + 366.0, + 1010.0, + 325.0, + 1010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 601.0, + 982.0, + 642.0, + 982.0, + 642.0, + 1010.0, + 601.0, + 1010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1152.0, + 982.0, + 1192.0, + 982.0, + 1192.0, + 1007.0, + 1152.0, + 1007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 349.0, + 999.0, + 581.0, + 999.0, + 581.0, + 1031.0, + 349.0, + 1031.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 629.0, + 997.0, + 860.0, + 997.0, + 860.0, + 1033.0, + 629.0, + 1033.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 905.0, + 997.0, + 1136.0, + 997.0, + 1136.0, + 1033.0, + 905.0, + 1033.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1187.0, + 1001.0, + 1408.0, + 1001.0, + 1408.0, + 1031.0, + 1187.0, + 1031.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 425.0, + 1017.0, + 501.0, + 1017.0, + 501.0, + 1062.0, + 425.0, + 1062.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 699.0, + 1015.0, + 779.0, + 1015.0, + 779.0, + 1066.0, + 699.0, + 1066.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 978.0, + 1015.0, + 1054.0, + 1015.0, + 1054.0, + 1065.0, + 978.0, + 1065.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1253.0, + 1017.0, + 1331.0, + 1017.0, + 1331.0, + 1062.0, + 1253.0, + 1062.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 828.0, + 1046.0, + 949.0, + 1046.0, + 949.0, + 1333.0, + 828.0, + 1333.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 554.0, + 1048.0, + 669.0, + 1048.0, + 669.0, + 1333.0, + 554.0, + 1333.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1106.0, + 1048.0, + 1221.0, + 1048.0, + 1221.0, + 1333.0, + 1106.0, + 1333.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1184.0, + 1054.0, + 1401.0, + 1054.0, + 1401.0, + 1100.0, + 1184.0, + 1100.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 357.0, + 1059.0, + 570.0, + 1059.0, + 570.0, + 1095.0, + 357.0, + 1095.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 633.0, + 1061.0, + 846.0, + 1061.0, + 846.0, + 1097.0, + 633.0, + 1097.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 909.0, + 1061.0, + 1122.0, + 1061.0, + 1122.0, + 1097.0, + 909.0, + 1097.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1067.0, + 346.0, + 1067.0, + 346.0, + 1313.0, + 297.0, + 1313.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1158.0, + 1118.0, + 1194.0, + 1118.0, + 1194.0, + 1150.0, + 1158.0, + 1150.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 882.0, + 1128.0, + 918.0, + 1128.0, + 918.0, + 1158.0, + 882.0, + 1158.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 603.0, + 1131.0, + 644.0, + 1131.0, + 644.0, + 1167.0, + 603.0, + 1167.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 327.0, + 1137.0, + 368.0, + 1137.0, + 368.0, + 1173.0, + 327.0, + 1173.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1192.0, + 370.0, + 1192.0, + 370.0, + 1235.0, + 324.0, + 1235.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 327.0, + 1264.0, + 366.0, + 1264.0, + 366.0, + 1294.0, + 327.0, + 1294.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 599.0, + 1264.0, + 642.0, + 1264.0, + 642.0, + 1292.0, + 599.0, + 1292.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 879.0, + 1264.0, + 920.0, + 1264.0, + 920.0, + 1292.0, + 879.0, + 1292.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1153.0, + 1264.0, + 1194.0, + 1264.0, + 1194.0, + 1292.0, + 1153.0, + 1292.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 357.0, + 1283.0, + 580.0, + 1283.0, + 580.0, + 1313.0, + 357.0, + 1313.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 627.0, + 1281.0, + 859.0, + 1281.0, + 859.0, + 1315.0, + 627.0, + 1315.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 909.0, + 1283.0, + 1134.0, + 1283.0, + 1134.0, + 1313.0, + 909.0, + 1313.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1181.0, + 1281.0, + 1410.0, + 1281.0, + 1410.0, + 1317.0, + 1181.0, + 1317.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 427.0, + 1299.0, + 501.0, + 1299.0, + 501.0, + 1344.0, + 427.0, + 1344.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 703.0, + 1299.0, + 776.0, + 1299.0, + 776.0, + 1344.0, + 703.0, + 1344.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 979.0, + 1304.0, + 1053.0, + 1304.0, + 1053.0, + 1343.0, + 979.0, + 1343.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1255.0, + 1304.0, + 1329.0, + 1304.0, + 1329.0, + 1342.0, + 1255.0, + 1342.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 272.0, + 1330.0, + 398.0, + 1330.0, + 398.0, + 1616.0, + 272.0, + 1616.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 357.0, + 1340.0, + 567.0, + 1340.0, + 567.0, + 1376.0, + 357.0, + 1376.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 633.0, + 1340.0, + 848.0, + 1340.0, + 848.0, + 1376.0, + 633.0, + 1376.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 911.0, + 1342.0, + 1122.0, + 1342.0, + 1122.0, + 1377.0, + 911.0, + 1377.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1187.0, + 1342.0, + 1398.0, + 1342.0, + 1398.0, + 1377.0, + 1187.0, + 1377.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 573.0, + 1349.0, + 622.0, + 1349.0, + 622.0, + 1594.0, + 573.0, + 1594.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1147.0, + 1379.0, + 1196.0, + 1379.0, + 1196.0, + 1413.0, + 1147.0, + 1413.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 869.0, + 1383.0, + 920.0, + 1383.0, + 920.0, + 1419.0, + 869.0, + 1419.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 603.0, + 1391.0, + 642.0, + 1391.0, + 642.0, + 1421.0, + 603.0, + 1421.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 328.0, + 1398.0, + 366.0, + 1398.0, + 366.0, + 1429.0, + 328.0, + 1429.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 865.0, + 1421.0, + 920.0, + 1421.0, + 920.0, + 1463.0, + 865.0, + 1463.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1143.0, + 1419.0, + 1194.0, + 1419.0, + 1194.0, + 1455.0, + 1143.0, + 1455.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1468.0, + 368.0, + 1468.0, + 368.0, + 1502.0, + 323.0, + 1502.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 601.0, + 1465.0, + 642.0, + 1465.0, + 642.0, + 1501.0, + 601.0, + 1501.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 865.0, + 1459.0, + 922.0, + 1459.0, + 922.0, + 1502.0, + 865.0, + 1502.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1145.0, + 1459.0, + 1196.0, + 1459.0, + 1196.0, + 1493.0, + 1145.0, + 1493.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 864.0, + 1503.0, + 918.0, + 1503.0, + 918.0, + 1534.0, + 864.0, + 1534.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1143.0, + 1501.0, + 1196.0, + 1501.0, + 1196.0, + 1536.0, + 1143.0, + 1536.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 597.0, + 1542.0, + 644.0, + 1542.0, + 644.0, + 1576.0, + 597.0, + 1576.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 867.0, + 1542.0, + 922.0, + 1542.0, + 922.0, + 1576.0, + 867.0, + 1576.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1141.0, + 1542.0, + 1196.0, + 1542.0, + 1196.0, + 1576.0, + 1141.0, + 1576.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 353.0, + 1561.0, + 582.0, + 1561.0, + 582.0, + 1597.0, + 353.0, + 1597.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1181.0, + 1561.0, + 1410.0, + 1561.0, + 1410.0, + 1597.0, + 1181.0, + 1597.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 427.0, + 1584.0, + 500.0, + 1584.0, + 500.0, + 1624.0, + 427.0, + 1624.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 703.0, + 1584.0, + 776.0, + 1584.0, + 776.0, + 1624.0, + 703.0, + 1624.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 982.0, + 1579.0, + 1056.0, + 1579.0, + 1056.0, + 1628.0, + 982.0, + 1628.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1255.0, + 1584.0, + 1330.0, + 1584.0, + 1330.0, + 1624.0, + 1255.0, + 1624.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 283.0, + 1624.0, + 569.0, + 1624.0, + 569.0, + 1875.0, + 283.0, + 1875.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 593.0, + 1624.0, + 846.0, + 1624.0, + 846.0, + 1682.0, + 593.0, + 1682.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 869.0, + 1624.0, + 1121.0, + 1624.0, + 1121.0, + 1682.0, + 869.0, + 1682.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1145.0, + 1624.0, + 1398.0, + 1624.0, + 1398.0, + 1692.0, + 1145.0, + 1692.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 317.0, + 1694.0, + 366.0, + 1694.0, + 366.0, + 1730.0, + 317.0, + 1730.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 591.0, + 1688.0, + 644.0, + 1688.0, + 644.0, + 1730.0, + 591.0, + 1730.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 862.0, + 1691.0, + 917.0, + 1691.0, + 917.0, + 1724.0, + 862.0, + 1724.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1143.0, + 1699.0, + 1194.0, + 1699.0, + 1194.0, + 1733.0, + 1143.0, + 1733.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 317.0, + 1737.0, + 366.0, + 1737.0, + 366.0, + 1773.0, + 317.0, + 1773.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 591.0, + 1735.0, + 644.0, + 1735.0, + 644.0, + 1771.0, + 591.0, + 1771.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 867.0, + 1735.0, + 920.0, + 1735.0, + 920.0, + 1769.0, + 867.0, + 1769.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1145.0, + 1739.0, + 1196.0, + 1739.0, + 1196.0, + 1773.0, + 1145.0, + 1773.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 313.0, + 1777.0, + 368.0, + 1777.0, + 368.0, + 1820.0, + 313.0, + 1820.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 589.0, + 1779.0, + 642.0, + 1779.0, + 642.0, + 1815.0, + 589.0, + 1815.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 867.0, + 1779.0, + 918.0, + 1779.0, + 918.0, + 1815.0, + 867.0, + 1815.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1143.0, + 1781.0, + 1196.0, + 1781.0, + 1196.0, + 1817.0, + 1143.0, + 1817.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 315.0, + 1822.0, + 366.0, + 1822.0, + 366.0, + 1856.0, + 315.0, + 1856.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 591.0, + 1824.0, + 644.0, + 1824.0, + 644.0, + 1856.0, + 591.0, + 1856.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 867.0, + 1824.0, + 920.0, + 1824.0, + 920.0, + 1856.0, + 867.0, + 1856.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1141.0, + 1824.0, + 1196.0, + 1824.0, + 1196.0, + 1856.0, + 1141.0, + 1856.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1183.0, + 1843.0, + 1410.0, + 1843.0, + 1410.0, + 1879.0, + 1183.0, + 1879.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 426.0, + 1859.0, + 504.0, + 1859.0, + 504.0, + 1913.0, + 426.0, + 1913.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 704.0, + 1861.0, + 778.0, + 1861.0, + 778.0, + 1910.0, + 704.0, + 1910.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1254.0, + 1859.0, + 1332.0, + 1859.0, + 1332.0, + 1913.0, + 1254.0, + 1913.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1151.0, + 700.0, + 1196.0, + 700.0, + 1196.0, + 728.0, + 1151.0, + 728.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 875.25, + 980.0, + 921.25, + 980.0, + 921.25, + 1009.0, + 875.25, + 1009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 980.0, + 1865.0, + 1049.0, + 1865.0, + 1049.0, + 1906.5, + 980.0, + 1906.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 408.0, + 1916.0, + 534.0, + 1916.0, + 534.0, + 1960.0, + 408.0, + 1960.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 573.0, + 1916.0, + 1289.0, + 1916.0, + 1289.0, + 1960.0, + 573.0, + 1960.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 815.0, + 73.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 829.0, + 2084.0, + 871.0, + 2084.0, + 871.0, + 2125.0, + 829.0, + 2125.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 21, + "width": 1700, + "height": 2200 + } + } +] \ No newline at end of file diff --git a/vlm/train/AVx0r_GppCu/0.png b/vlm/train/AVx0r_GppCu/0.png new file mode 100644 index 0000000000000000000000000000000000000000..ed3b576b73dda9f29f909138052f397cf2810b42 --- /dev/null +++ b/vlm/train/AVx0r_GppCu/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d914d7bf6e55dd1e2b0e661e974c253c8e0491905fc5b999bd62fa461d426f1 +size 368825 diff --git a/vlm/train/AVx0r_GppCu/1.png b/vlm/train/AVx0r_GppCu/1.png new file mode 100644 index 0000000000000000000000000000000000000000..5fb5648f87942fe68a98a9c1f9d6ce2db95b8490 --- /dev/null +++ b/vlm/train/AVx0r_GppCu/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:903704f6d105f95ca6c7389db2013ed8f1f855a54ec22fc1640df144b695c01e +size 435444 diff --git a/vlm/train/AVx0r_GppCu/10.png b/vlm/train/AVx0r_GppCu/10.png new file mode 100644 index 0000000000000000000000000000000000000000..a2ff2a238e057ced0604fa64db18f8921073b106 --- /dev/null +++ b/vlm/train/AVx0r_GppCu/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13944791274653b96920dde94aeeb1be5b0e4df50cba4dc5dc8457ec37d12820 +size 432336 diff --git a/vlm/train/AVx0r_GppCu/2.png b/vlm/train/AVx0r_GppCu/2.png new file mode 100644 index 0000000000000000000000000000000000000000..660a063266d098b295f71d554f81361d116fe033 --- /dev/null +++ b/vlm/train/AVx0r_GppCu/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4751907b6b6d9dd743f92cd581671fc3f906229053a8ac6ecb0848d4a3445019 +size 525129 diff --git a/vlm/train/AVx0r_GppCu/3.png b/vlm/train/AVx0r_GppCu/3.png new file mode 100644 index 0000000000000000000000000000000000000000..76433fbc2202bcbdd8f39fa4ad25c93347f0b6a0 --- /dev/null +++ b/vlm/train/AVx0r_GppCu/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ce375f5bb38483f454c587bb833c5d0776ac5f35a2f9b58348adb3944c116b1 +size 427092 diff --git a/vlm/train/AVx0r_GppCu/4.png b/vlm/train/AVx0r_GppCu/4.png new file mode 100644 index 0000000000000000000000000000000000000000..7cea47892ceadfc84715813a11dd958da308dc04 --- /dev/null +++ b/vlm/train/AVx0r_GppCu/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29f99747ee0ac5b51645cefb933aeea996ea0442c0b52333b5ef65cb4e18df17 +size 549325 diff --git a/vlm/train/AVx0r_GppCu/5.png b/vlm/train/AVx0r_GppCu/5.png new file mode 100644 index 0000000000000000000000000000000000000000..2d9c92d2898801a9be8f367944e531f6c52a5dfd --- /dev/null +++ b/vlm/train/AVx0r_GppCu/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86c8705356d591fcec7378f58b7fda2687cec1c63e52f45072c37a525e5ff363 +size 523180 diff --git a/vlm/train/AVx0r_GppCu/6.png b/vlm/train/AVx0r_GppCu/6.png new file mode 100644 index 0000000000000000000000000000000000000000..7f4099f195302a481c319cbe766579ab7cb7bb60 --- /dev/null +++ b/vlm/train/AVx0r_GppCu/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da5d8fa8116fb8d31e523dc198cb87fcb621fa5d766e3b15d989291c29aeaf76 +size 420863 diff --git a/vlm/train/AVx0r_GppCu/7.png b/vlm/train/AVx0r_GppCu/7.png new file mode 100644 index 0000000000000000000000000000000000000000..e968e896f6b46addb04b2dc8c0adcefc06540f5c --- /dev/null +++ b/vlm/train/AVx0r_GppCu/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83bcd4d6164b594de45fbf3758edec265fde84d3919dc84e29333553714c49a5 +size 621154 diff --git a/vlm/train/AVx0r_GppCu/8.png b/vlm/train/AVx0r_GppCu/8.png new file mode 100644 index 0000000000000000000000000000000000000000..f2298ebb5e8cb06372741eed7236830c2c983334 --- /dev/null +++ b/vlm/train/AVx0r_GppCu/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1539b09752ee2e325491a980b1c0660700365af832a2bc1f84cc1d1291845d8c +size 522696 diff --git a/vlm/train/AVx0r_GppCu/9.png b/vlm/train/AVx0r_GppCu/9.png new file mode 100644 index 0000000000000000000000000000000000000000..bf741962169113e6d4e4f91fe0d6d218b4317417 --- /dev/null +++ b/vlm/train/AVx0r_GppCu/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb3e322bb8bc1e9d8909cf82cb04ea4d5efb9106489b526e7e1a89bc7374ea13 +size 691499 diff --git a/vlm/train/B1l6y0VFPr/21.png b/vlm/train/B1l6y0VFPr/21.png new file mode 100644 index 0000000000000000000000000000000000000000..8a8e697fbc8aed4fbf5df2804251c3a78be66657 --- /dev/null +++ b/vlm/train/B1l6y0VFPr/21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8285f38bc54a96897e8ae35582434aa7a6771ad5f11070df798f6e8c849052a9 +size 649341 diff --git a/vlm/train/B1l6y0VFPr/38.png b/vlm/train/B1l6y0VFPr/38.png new file mode 100644 index 0000000000000000000000000000000000000000..6637f62327e9a289bae79c3d71603e8f258e1f64 --- /dev/null +++ b/vlm/train/B1l6y0VFPr/38.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3c6724547aa94872b9044260659e228d5feb6d346df75befbef4aaa42f28a75 +size 1379844 diff --git a/vlm/train/B1l6y0VFPr/6.png b/vlm/train/B1l6y0VFPr/6.png new file mode 100644 index 0000000000000000000000000000000000000000..f0248e51ff90377f065f469ee80476bc53e24f4b --- /dev/null +++ b/vlm/train/B1l6y0VFPr/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:183e40535f0a26b8738cbbe600dcedfb1135564d5bf13c032ce2c3520579b7c6 +size 562162 diff --git a/vlm/train/BJxI5gHKDr/0.png b/vlm/train/BJxI5gHKDr/0.png new file mode 100644 index 0000000000000000000000000000000000000000..844d0b01f6a5f9925e84968c2e8417ffe399da63 --- /dev/null +++ b/vlm/train/BJxI5gHKDr/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d13e142c372b941401fc374aab7bdd9918942fbd30858e6ca0badf0d068d7df2 +size 450596 diff --git a/vlm/train/BJxI5gHKDr/1.png b/vlm/train/BJxI5gHKDr/1.png new file mode 100644 index 0000000000000000000000000000000000000000..0da1a9dfc22f9b2d66c7599aaa0a474af03566ab --- /dev/null +++ b/vlm/train/BJxI5gHKDr/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3077510f222a86b02ed66dc20bec8d3b18172d4f5701dedfe7d5e1afe9519b27 +size 549193 diff --git a/vlm/train/BJxI5gHKDr/10.png b/vlm/train/BJxI5gHKDr/10.png new file mode 100644 index 0000000000000000000000000000000000000000..b870de38fd2b71ccfdb2f88dc9a829f6f3381a69 --- /dev/null +++ b/vlm/train/BJxI5gHKDr/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb51c0b2da1617a525080a277adc47fb98a4df5b11ee68d9e885bfe4b6efdbe1 +size 509986 diff --git a/vlm/train/BJxI5gHKDr/11.png b/vlm/train/BJxI5gHKDr/11.png new file mode 100644 index 0000000000000000000000000000000000000000..2637a47a3d14c649220fe3fc46223b4e833cfab9 --- /dev/null +++ b/vlm/train/BJxI5gHKDr/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:567b817976284548d5ece421838105c9ad38be9b8bb429db6dbddc2ec6a63520 +size 549382 diff --git a/vlm/train/BJxI5gHKDr/12.png b/vlm/train/BJxI5gHKDr/12.png new file mode 100644 index 0000000000000000000000000000000000000000..4869d046dbdb15041c3cd95054d2ad7e5a6d40d5 --- /dev/null +++ b/vlm/train/BJxI5gHKDr/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3710487194e56f7d42d119c83a4258fac6d2f18784e1e179f4625ee3a3a31909 +size 559115 diff --git a/vlm/train/BJxI5gHKDr/13.png b/vlm/train/BJxI5gHKDr/13.png new file mode 100644 index 0000000000000000000000000000000000000000..c9888ec025029e3dff45a314aa46c014450cfe89 --- /dev/null +++ b/vlm/train/BJxI5gHKDr/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e5dd357b7e9a06a930599fe80879d659d2e123e150b2a16a3c2af5f082fdef0 +size 139938 diff --git a/vlm/train/BJxI5gHKDr/14.png b/vlm/train/BJxI5gHKDr/14.png new file mode 100644 index 0000000000000000000000000000000000000000..2dd76ebc3e8e5d7550ed0fc5dcaf4c241337dc9b --- /dev/null +++ b/vlm/train/BJxI5gHKDr/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a1631e42636b1a44ec861723abc202727a800cd2a091605437414789205a7c7 +size 513837 diff --git a/vlm/train/BJxI5gHKDr/15.png b/vlm/train/BJxI5gHKDr/15.png new file mode 100644 index 0000000000000000000000000000000000000000..6686e1bc27803a1bebae47a92eb67ee96bd6be69 --- /dev/null +++ b/vlm/train/BJxI5gHKDr/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5479cfb4f1107cb9759680b3327fd95a0660402ed5293a9528b841e0556e0be +size 501870 diff --git a/vlm/train/BJxI5gHKDr/16.png b/vlm/train/BJxI5gHKDr/16.png new file mode 100644 index 0000000000000000000000000000000000000000..482d40f43bc93c5fcb3f58b265b78ba6f3b32f76 --- /dev/null +++ b/vlm/train/BJxI5gHKDr/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9af947b81d604d773000645d823335f66ace80cdfed5c334d83dfea510ff9996 +size 516988 diff --git a/vlm/train/BJxI5gHKDr/17.png b/vlm/train/BJxI5gHKDr/17.png new file mode 100644 index 0000000000000000000000000000000000000000..f5085e5a37e87b34ef00055da0a3eed46dc1ba4b --- /dev/null +++ b/vlm/train/BJxI5gHKDr/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58849ba426f9308c9f415d48cbeec7a99d6ce452d347472b1bafa49fb9c77af2 +size 519082 diff --git a/vlm/train/BJxI5gHKDr/18.png b/vlm/train/BJxI5gHKDr/18.png new file mode 100644 index 0000000000000000000000000000000000000000..374dc01a8174349f2410e015055a9cc054482784 --- /dev/null +++ b/vlm/train/BJxI5gHKDr/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f58c57955e428dcd0ccbe49fe40d3d12aa3d6ae41f731248dfbdba4d908d8c95 +size 526681 diff --git a/vlm/train/BJxI5gHKDr/19.png b/vlm/train/BJxI5gHKDr/19.png new file mode 100644 index 0000000000000000000000000000000000000000..bef1672a73ed781335068014a1a37f6b4ca55dfa --- /dev/null +++ b/vlm/train/BJxI5gHKDr/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e1fcd3cdf397f30da1a86a6cf54175aa5af2b0f4a1a343aa40e7bc3459136b0 +size 255446 diff --git a/vlm/train/BJxI5gHKDr/2.png b/vlm/train/BJxI5gHKDr/2.png new file mode 100644 index 0000000000000000000000000000000000000000..4a9024a35319870fca5822a348ffbac7315a6786 --- /dev/null +++ b/vlm/train/BJxI5gHKDr/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37da183f7eec0cbdb0cdc086f304278c98d34762faa2bdfe2f69a7c2a2ece2ea +size 512394 diff --git a/vlm/train/BJxI5gHKDr/20.png b/vlm/train/BJxI5gHKDr/20.png new file mode 100644 index 0000000000000000000000000000000000000000..0628bda2946c54a8f0d77b485e096aff60b63dd1 --- /dev/null +++ b/vlm/train/BJxI5gHKDr/20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f725d40587ac84df00c22c2130392c4bf9e8e066e5af7dad35a691129ebfc80 +size 288521 diff --git a/vlm/train/BJxI5gHKDr/21.png b/vlm/train/BJxI5gHKDr/21.png new file mode 100644 index 0000000000000000000000000000000000000000..df99f56c5f02be575df8af862f4e21fa3aa362f1 --- /dev/null +++ b/vlm/train/BJxI5gHKDr/21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6169de5599d9e434e4531072fc94b897362694b8cf83301ab8ac532c8ee17b6e +size 608504 diff --git a/vlm/train/BJxI5gHKDr/22.png b/vlm/train/BJxI5gHKDr/22.png new file mode 100644 index 0000000000000000000000000000000000000000..f11e9a2f40e3bd0f663469f7a355365b15e91062 --- /dev/null +++ b/vlm/train/BJxI5gHKDr/22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a82fb4784adb3f1449949d437f8598d49a6b995f1bffa7d620acb7e4e6c488f +size 419445 diff --git a/vlm/train/BJxI5gHKDr/23.png b/vlm/train/BJxI5gHKDr/23.png new file mode 100644 index 0000000000000000000000000000000000000000..95cc7c60cf13df00118fde0896984b8df72034b1 --- /dev/null +++ b/vlm/train/BJxI5gHKDr/23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52b6980466346156e5885df54d4bf3c7e4a5c3600e7b8c4947d9a6cd95bab052 +size 458750 diff --git a/vlm/train/BJxI5gHKDr/24.png b/vlm/train/BJxI5gHKDr/24.png new file mode 100644 index 0000000000000000000000000000000000000000..e2f5e3a1a52d275c411a0759057a8f883539cfe8 --- /dev/null +++ b/vlm/train/BJxI5gHKDr/24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08b4dc75a9c0c773c29a02f77a5032da8fcd42b47407755fd02637a574bdb258 +size 772239 diff --git a/vlm/train/BJxI5gHKDr/25.png b/vlm/train/BJxI5gHKDr/25.png new file mode 100644 index 0000000000000000000000000000000000000000..f66e9eef392c37d6726084aeeed44f0073dcedab --- /dev/null +++ b/vlm/train/BJxI5gHKDr/25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9214b3765e1081fb50a4632fbea471e9b49b2333f2ee6c8919a81c0f8334e526 +size 778880 diff --git a/vlm/train/BJxI5gHKDr/26.png b/vlm/train/BJxI5gHKDr/26.png new file mode 100644 index 0000000000000000000000000000000000000000..9ddcfe5fa9f9b45090bd410931ccefdef877cf2f --- /dev/null +++ b/vlm/train/BJxI5gHKDr/26.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaea9fc13fa71e6aa9ef81e24edd23bdc1295c3d813771bf6d668f711940c10a +size 396892 diff --git a/vlm/train/BJxI5gHKDr/27.png b/vlm/train/BJxI5gHKDr/27.png new file mode 100644 index 0000000000000000000000000000000000000000..ee4c99f81451b27b42e7acecd16a46359e7cf7e5 --- /dev/null +++ b/vlm/train/BJxI5gHKDr/27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:864235d6b828a431abfb311a190915c223d23b954d90e698437a0186a4b1bb2f +size 260261 diff --git a/vlm/train/BJxI5gHKDr/28.png b/vlm/train/BJxI5gHKDr/28.png new file mode 100644 index 0000000000000000000000000000000000000000..398cce80ea8e0358f6d285af7088a31dbb743b18 --- /dev/null +++ b/vlm/train/BJxI5gHKDr/28.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9a1341df805b7fdc38fa657b5e81e21975237d033c774dcd05a4cf0c7f270b6 +size 323433 diff --git a/vlm/train/BJxI5gHKDr/29.png b/vlm/train/BJxI5gHKDr/29.png new file mode 100644 index 0000000000000000000000000000000000000000..a5caaa7bbf9ab12840ef4801b51467d9dadce0ec --- /dev/null +++ b/vlm/train/BJxI5gHKDr/29.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d57701157b793232e409a1444aed8947f5958ea2e63496114f0b0e85edc19d7 +size 314381 diff --git a/vlm/train/BJxI5gHKDr/3.png b/vlm/train/BJxI5gHKDr/3.png new file mode 100644 index 0000000000000000000000000000000000000000..cc6c1f4cb6f5352244beb73c31b81da6893b212f --- /dev/null +++ b/vlm/train/BJxI5gHKDr/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf386a660d311d6cc051cd19722e699a59629614ac42cdadc9302d0f47156538 +size 516436 diff --git a/vlm/train/BJxI5gHKDr/4.png b/vlm/train/BJxI5gHKDr/4.png new file mode 100644 index 0000000000000000000000000000000000000000..389f2d293fbb29b94997263d3117c6a4ad703136 --- /dev/null +++ b/vlm/train/BJxI5gHKDr/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12dcac45f300829530c837e9ec1fb9f5187c2ca13d076522e233ac43d05cef58 +size 550568 diff --git a/vlm/train/BJxI5gHKDr/5.png b/vlm/train/BJxI5gHKDr/5.png new file mode 100644 index 0000000000000000000000000000000000000000..26a3deedee1a69a60f4131226263fda33fdd8661 --- /dev/null +++ b/vlm/train/BJxI5gHKDr/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23e25e5f3a62fea3c105c73ffc7f12124d1504f000f2f3a1a173e540575dd151 +size 586702 diff --git a/vlm/train/BJxI5gHKDr/6.png b/vlm/train/BJxI5gHKDr/6.png new file mode 100644 index 0000000000000000000000000000000000000000..e0df2b6c93a069326aef30cf37eea7f9e4d8d128 --- /dev/null +++ b/vlm/train/BJxI5gHKDr/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c147ab0c64b231d141ea6c53ed672fc2c9eb99d325f9f4c1f92fdc0ec27c82f4 +size 516922 diff --git a/vlm/train/BJxI5gHKDr/7.png b/vlm/train/BJxI5gHKDr/7.png new file mode 100644 index 0000000000000000000000000000000000000000..884a04b212efb2a3eb86a13d6bb58f89d745b3a7 --- /dev/null +++ b/vlm/train/BJxI5gHKDr/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7e632e8ed64a80758653b74bf94bdc0c443284a59d4c0bbf58f13671bb715be +size 584213 diff --git a/vlm/train/BJxI5gHKDr/8.png b/vlm/train/BJxI5gHKDr/8.png new file mode 100644 index 0000000000000000000000000000000000000000..5b97f6156494020a306e9644a3a8aa17c2b2ef25 --- /dev/null +++ b/vlm/train/BJxI5gHKDr/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8609ac1b38cb2b9f75eeb8f24b3f66a7d0a15b8c2c62106aac355eb315f7d87 +size 534108 diff --git a/vlm/train/BJxI5gHKDr/9.png b/vlm/train/BJxI5gHKDr/9.png new file mode 100644 index 0000000000000000000000000000000000000000..fed213e3b91343a0c00ef2cc55cb76115104986b --- /dev/null +++ b/vlm/train/BJxI5gHKDr/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86c2b676d2a0d138080e34d34c7d29a220d9a9c5ffe332fe14c2ef6a0a35c2ae +size 544201 diff --git a/vlm/train/BkeqO7x0-/0.png b/vlm/train/BkeqO7x0-/0.png new file mode 100644 index 0000000000000000000000000000000000000000..82ae2e7d852294e64d4fdad1311fe1eb09f899d9 --- /dev/null +++ b/vlm/train/BkeqO7x0-/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09c416594f731b21f666cb20bea757c85fcaae7090fe32f9acf7da2a6d92438e +size 401638 diff --git a/vlm/train/BkeqO7x0-/1.png b/vlm/train/BkeqO7x0-/1.png new file mode 100644 index 0000000000000000000000000000000000000000..64def7571289359fbcb04292e69c639ab343628d --- /dev/null +++ b/vlm/train/BkeqO7x0-/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb48aa3e5b4fa9d66780cfdb6bae96c7fec324ea670b5ecc6f4ecc84e8a23953 +size 565687 diff --git a/vlm/train/BkeqO7x0-/10.png b/vlm/train/BkeqO7x0-/10.png new file mode 100644 index 0000000000000000000000000000000000000000..022c5ab4024e27fd32ac3a6f9c3d8a976eba465f --- /dev/null +++ b/vlm/train/BkeqO7x0-/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec734913a6004bec0b8ae3902ca1f0451d814e87e9288a4eac42b2843d3a8cc0 +size 218925 diff --git a/vlm/train/BkeqO7x0-/11.png b/vlm/train/BkeqO7x0-/11.png new file mode 100644 index 0000000000000000000000000000000000000000..ef4328b7d0b44244ebbf3c07476f37864bfd7262 --- /dev/null +++ b/vlm/train/BkeqO7x0-/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cbaf5ea2d7b4b72bbcb300714a60bd1ae51bf9301f8b640c1eb65f57a6eb676 +size 345791 diff --git a/vlm/train/BkeqO7x0-/12.png b/vlm/train/BkeqO7x0-/12.png new file mode 100644 index 0000000000000000000000000000000000000000..c08ac4a1b1c550b1f4ed73e86ae790cb6be0c697 --- /dev/null +++ b/vlm/train/BkeqO7x0-/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0e200ba34d9aa26695e898e73e34084ecd7c55afbc78bc0767df4745e15acc3 +size 398284 diff --git a/vlm/train/BkeqO7x0-/13.png b/vlm/train/BkeqO7x0-/13.png new file mode 100644 index 0000000000000000000000000000000000000000..3c201c53603c42772961759545efa8bfda4bae1e --- /dev/null +++ b/vlm/train/BkeqO7x0-/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a52ed0633f8adec0524540dc72c54934f1250ef3c42178243edb5b3878b8fc8 +size 261707 diff --git a/vlm/train/BkeqO7x0-/14.png b/vlm/train/BkeqO7x0-/14.png new file mode 100644 index 0000000000000000000000000000000000000000..be7e01434458fd4bb48d3abfe73df4ce613e4b4b --- /dev/null +++ b/vlm/train/BkeqO7x0-/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3af97e80f965b1fa4f01e8e5e46a5403213e5803498893f13938edefca9f45ce +size 236035 diff --git a/vlm/train/BkeqO7x0-/2.png b/vlm/train/BkeqO7x0-/2.png new file mode 100644 index 0000000000000000000000000000000000000000..57183b2942b32bc30d4a16bb71c45b9dd3de9bfd --- /dev/null +++ b/vlm/train/BkeqO7x0-/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a35ad6b1258b3e6668dc01e4828cd45f89ea9bea3371dfbe797fb88ae3bcec6a +size 483834 diff --git a/vlm/train/BkeqO7x0-/3.png b/vlm/train/BkeqO7x0-/3.png new file mode 100644 index 0000000000000000000000000000000000000000..8dec3fb6e1cc69e0a0a42447a17cc34d5f1d098e --- /dev/null +++ b/vlm/train/BkeqO7x0-/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72c6f4c2117529f3ec4f927cadbf43aaac6ea1335c00856dcbb9008bf69ec72d +size 501144 diff --git a/vlm/train/BkeqO7x0-/4.png b/vlm/train/BkeqO7x0-/4.png new file mode 100644 index 0000000000000000000000000000000000000000..d62dddb85f6222c130fe8d3a233e673803ec54b2 --- /dev/null +++ b/vlm/train/BkeqO7x0-/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab60f377b19d06097abdb1dfa197de2750248bf8f654dbc252286a9fe41ed513 +size 536507 diff --git a/vlm/train/BkeqO7x0-/5.png b/vlm/train/BkeqO7x0-/5.png new file mode 100644 index 0000000000000000000000000000000000000000..72ec191c3a555a99d811b7c7ff2fba287cfdce24 --- /dev/null +++ b/vlm/train/BkeqO7x0-/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f2780e81d933a6c4358fec0c0ad84219ddea376fd281adefc2f3de7761ef3f9 +size 531780 diff --git a/vlm/train/BkeqO7x0-/6.png b/vlm/train/BkeqO7x0-/6.png new file mode 100644 index 0000000000000000000000000000000000000000..3af9c70efb9e5cdeeaf0419aec6bc77e62803739 --- /dev/null +++ b/vlm/train/BkeqO7x0-/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf3a50d3f341c123e5ce1733fb9756d246cc78f8e46d42de84a27b42f7db07ad +size 457855 diff --git a/vlm/train/BkeqO7x0-/7.png b/vlm/train/BkeqO7x0-/7.png new file mode 100644 index 0000000000000000000000000000000000000000..fb85247f3e43334c9822178fa60ecb285d8593ea --- /dev/null +++ b/vlm/train/BkeqO7x0-/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26e35ff8156e80e0bd3164c9a932847affe0c35390303d052f241f68e0c7a492 +size 486514 diff --git a/vlm/train/BkeqO7x0-/8.png b/vlm/train/BkeqO7x0-/8.png new file mode 100644 index 0000000000000000000000000000000000000000..16876796aef75a4b51fda51ee5867a842c7b3834 --- /dev/null +++ b/vlm/train/BkeqO7x0-/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:274f05a4c53adcf7962b534a4fac649b8de553cee6145640f0a26054ba1a313a +size 485118 diff --git a/vlm/train/BkeqO7x0-/9.png b/vlm/train/BkeqO7x0-/9.png new file mode 100644 index 0000000000000000000000000000000000000000..4eb6874245fa01e12b652d4dd06a924f6e461933 --- /dev/null +++ b/vlm/train/BkeqO7x0-/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:791b1849c7a7e83afd4f7618b5f8419baa48a95d67d161aba98d55a373400a87 +size 533826 diff --git a/vlm/train/ByJbJwxCW/0.png b/vlm/train/ByJbJwxCW/0.png new file mode 100644 index 0000000000000000000000000000000000000000..703d437e5cbe2ee169ae351ada4d64a2f481b1fe --- /dev/null +++ b/vlm/train/ByJbJwxCW/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c551f8165f639ea68b5d50e452dfa28c8ba6726cb794b61a888257be530db4bc +size 503635 diff --git a/vlm/train/ByJbJwxCW/1.png b/vlm/train/ByJbJwxCW/1.png new file mode 100644 index 0000000000000000000000000000000000000000..80f71574c0c40a1cb0ec7a09061d2a6b5daa86bb --- /dev/null +++ b/vlm/train/ByJbJwxCW/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc1f5eb4b8863018869920c07d762dc6e7ac02a94de8c94fad0077313a801882 +size 513559 diff --git a/vlm/train/ByJbJwxCW/10.png b/vlm/train/ByJbJwxCW/10.png new file mode 100644 index 0000000000000000000000000000000000000000..b8241be419d1b2fa67eb4e30534a66f0b2694c85 --- /dev/null +++ b/vlm/train/ByJbJwxCW/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfff663c99aac2675550330a1a9b313080b0e49c5edd5b9042f7bdd363f79847 +size 643139 diff --git a/vlm/train/ByJbJwxCW/11.png b/vlm/train/ByJbJwxCW/11.png new file mode 100644 index 0000000000000000000000000000000000000000..c8692fd9dcef00d4c60263f25816e3b004db8280 --- /dev/null +++ b/vlm/train/ByJbJwxCW/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ba4f90be5e4c6898d5df29d684ca9fbb479442c3fed6521fec5695324bf9b1e +size 627282 diff --git a/vlm/train/ByJbJwxCW/12.png b/vlm/train/ByJbJwxCW/12.png new file mode 100644 index 0000000000000000000000000000000000000000..49e3c0b69a4f7e9526b8c1ea66338287e427ef6d --- /dev/null +++ b/vlm/train/ByJbJwxCW/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd8fdd3b867dec4f17f5e361aa333b1703817469eadbea561942cd393d97c4f5 +size 558310 diff --git a/vlm/train/ByJbJwxCW/13.png b/vlm/train/ByJbJwxCW/13.png new file mode 100644 index 0000000000000000000000000000000000000000..290fa530a54207343e3582babd7c20cb8ee74959 --- /dev/null +++ b/vlm/train/ByJbJwxCW/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96f40d497281c1701df7891445ede4225085f6cb6558aa786c60dd7a7cd8434e +size 395545 diff --git a/vlm/train/ByJbJwxCW/14.png b/vlm/train/ByJbJwxCW/14.png new file mode 100644 index 0000000000000000000000000000000000000000..2115def3d6f43f06d32099adbd301c01f3469e95 --- /dev/null +++ b/vlm/train/ByJbJwxCW/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fcc4f8af3e402bfe91b36c4186de6633e5bb9f319a80504508d8bd599067239 +size 494195 diff --git a/vlm/train/ByJbJwxCW/15.png b/vlm/train/ByJbJwxCW/15.png new file mode 100644 index 0000000000000000000000000000000000000000..ec0e133e9948871ccc6d576bc785cdd759173fcc --- /dev/null +++ b/vlm/train/ByJbJwxCW/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae8d3c55987414bd2ece873bc8840b53ba097b747314ce336df5c438690630d2 +size 251265 diff --git a/vlm/train/ByJbJwxCW/2.png b/vlm/train/ByJbJwxCW/2.png new file mode 100644 index 0000000000000000000000000000000000000000..93a56859d0743ed09dac3aa082838fd0772e2eaf --- /dev/null +++ b/vlm/train/ByJbJwxCW/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f75a6395e8e457bc2342f3cfe958923299a176b46ef3c42ca8f1d646cc1f90b +size 579908 diff --git a/vlm/train/ByJbJwxCW/3.png b/vlm/train/ByJbJwxCW/3.png new file mode 100644 index 0000000000000000000000000000000000000000..f8b36044e0fff89d3436801fdbf337cf6fb6f1a5 --- /dev/null +++ b/vlm/train/ByJbJwxCW/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:691f02701a4d97aca5eb9cfe70321afa50ab68815da066b0cfbe6b4a55ef4a60 +size 529645 diff --git a/vlm/train/ByJbJwxCW/4.png b/vlm/train/ByJbJwxCW/4.png new file mode 100644 index 0000000000000000000000000000000000000000..c75d769ddc588e5c23ad2acde7aaf3055e7e9d1b --- /dev/null +++ b/vlm/train/ByJbJwxCW/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:111f7a510e6f7e4fc47528e71a6f9cba7f18d1f7b9a59f75c866de2faa6da243 +size 447907 diff --git a/vlm/train/ByJbJwxCW/5.png b/vlm/train/ByJbJwxCW/5.png new file mode 100644 index 0000000000000000000000000000000000000000..6a98c66d66798a036617e4ccebb002d8cadcfc32 --- /dev/null +++ b/vlm/train/ByJbJwxCW/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b1789cf0415ba3292b058d633cf5c5e669bd70974b6906ce7ba62496931ca33 +size 522714 diff --git a/vlm/train/ByJbJwxCW/6.png b/vlm/train/ByJbJwxCW/6.png new file mode 100644 index 0000000000000000000000000000000000000000..35c27b28fea3b67eb9ad90ef5ee8a409476178a2 --- /dev/null +++ b/vlm/train/ByJbJwxCW/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8505464f455c8925e5b4539b6391ed7e8baf2757b1d7bdb7f2cfe38ce18a851a +size 518966 diff --git a/vlm/train/ByJbJwxCW/7.png b/vlm/train/ByJbJwxCW/7.png new file mode 100644 index 0000000000000000000000000000000000000000..6dac2ec033caad4661293b2d3b63bd8870d0569c --- /dev/null +++ b/vlm/train/ByJbJwxCW/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35e9264be25d442f4a370d96d33b8577d1b69040764f79eefaf5b1557a3ac510 +size 418326 diff --git a/vlm/train/ByJbJwxCW/8.png b/vlm/train/ByJbJwxCW/8.png new file mode 100644 index 0000000000000000000000000000000000000000..982389569e6fab14394e312f03d0394359c1409e --- /dev/null +++ b/vlm/train/ByJbJwxCW/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:249ffce63b791e399553f244c3d6cb9fa129c818acaf00e2d8584a144f99eb88 +size 564158 diff --git a/vlm/train/ByJbJwxCW/9.png b/vlm/train/ByJbJwxCW/9.png new file mode 100644 index 0000000000000000000000000000000000000000..ac04134a20ebadaba200d5759ec3d9f1ab655268 --- /dev/null +++ b/vlm/train/ByJbJwxCW/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78f41a839577b937facbb25eb16139dc65f2659d3df5ea51629884ff778bd1ff +size 630006 diff --git a/vlm/train/Byg9bxrtwS/0.png b/vlm/train/Byg9bxrtwS/0.png new file mode 100644 index 0000000000000000000000000000000000000000..19330003cba4a5e9e846d1768141b5c091f2d1a5 --- /dev/null +++ b/vlm/train/Byg9bxrtwS/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56ce575d6c2e64338268659464d5de82bfb4238f718693aacbdd6413bb79126c +size 511257 diff --git a/vlm/train/Byg9bxrtwS/1.png b/vlm/train/Byg9bxrtwS/1.png new file mode 100644 index 0000000000000000000000000000000000000000..982e0e507997f0b14e1297b5687d347406927066 --- /dev/null +++ b/vlm/train/Byg9bxrtwS/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c75046d102873b5a4ddf56675d1bd07613f9552ef71903fbdd5be920fbf2cb3d +size 590719 diff --git a/vlm/train/Byg9bxrtwS/10.png b/vlm/train/Byg9bxrtwS/10.png new file mode 100644 index 0000000000000000000000000000000000000000..48bf6bdb53776da1c45ffc02b9e82ffee18f1187 --- /dev/null +++ b/vlm/train/Byg9bxrtwS/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a14f55c1b5e09ac5dba742c821fe3439aee102c6a1c559a23502485bbb83f7d +size 411768 diff --git a/vlm/train/Byg9bxrtwS/11.png b/vlm/train/Byg9bxrtwS/11.png new file mode 100644 index 0000000000000000000000000000000000000000..ed0e3a1bc9e449dd3f1c8277ae50438845d40563 --- /dev/null +++ b/vlm/train/Byg9bxrtwS/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18e7f4dc1a8c80b40e5df543a23b24d03af4cb58c5752cbac116ca34db7e3b83 +size 268789 diff --git a/vlm/train/Byg9bxrtwS/12.png b/vlm/train/Byg9bxrtwS/12.png new file mode 100644 index 0000000000000000000000000000000000000000..341dfe3511a2072dec7742219027be05143e8ccd --- /dev/null +++ b/vlm/train/Byg9bxrtwS/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e67e570ca5dcebe49a32c948fddc8455ea54155b4ee0413ca5261f73584aeb4 +size 272690 diff --git a/vlm/train/Byg9bxrtwS/13.png b/vlm/train/Byg9bxrtwS/13.png new file mode 100644 index 0000000000000000000000000000000000000000..b96b62b0aa83c66108e4834afbd36b4604a7dc1a --- /dev/null +++ b/vlm/train/Byg9bxrtwS/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0505869b99948eee5be045c2fb7df27803808909ec4cc59f79ea6c9b495aec22 +size 232816 diff --git a/vlm/train/Byg9bxrtwS/14.png b/vlm/train/Byg9bxrtwS/14.png new file mode 100644 index 0000000000000000000000000000000000000000..c0284ee93fea3476af260930d8d22b2688d1bbb6 --- /dev/null +++ b/vlm/train/Byg9bxrtwS/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d75c39c54dfe7e1c49b559d61bad32f885a83abd562c5d3e000a1dbfa1e28390 +size 254950 diff --git a/vlm/train/Byg9bxrtwS/15.png b/vlm/train/Byg9bxrtwS/15.png new file mode 100644 index 0000000000000000000000000000000000000000..5c52ceb788ccee432d7c896a2ac12302c156fca7 --- /dev/null +++ b/vlm/train/Byg9bxrtwS/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdfb39de94f62132f254eff78ed2b182b0afcfcb4b93fa53f9770a4df4cbfa79 +size 229973 diff --git a/vlm/train/Byg9bxrtwS/16.png b/vlm/train/Byg9bxrtwS/16.png new file mode 100644 index 0000000000000000000000000000000000000000..17452d4bc4f2f70acd3ea8327d34084635102c0b --- /dev/null +++ b/vlm/train/Byg9bxrtwS/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66cccb3cb1fbef938f4a86595fc4ba83b2bd365f6717c2a7c788abfd70aa4fc9 +size 304650 diff --git a/vlm/train/Byg9bxrtwS/17.png b/vlm/train/Byg9bxrtwS/17.png new file mode 100644 index 0000000000000000000000000000000000000000..ab01e9ee189785f904e174c63be74a3d624b29b8 --- /dev/null +++ b/vlm/train/Byg9bxrtwS/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b36793d215b952ec901e8b20764fe0616d9695618f8eb46d7359627794e0fbc +size 301114 diff --git a/vlm/train/Byg9bxrtwS/18.png b/vlm/train/Byg9bxrtwS/18.png new file mode 100644 index 0000000000000000000000000000000000000000..af645f4a697945cc03b31a0f4c4c410c62f894ae --- /dev/null +++ b/vlm/train/Byg9bxrtwS/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:406a33e7c09b532c789f7007125f34249fc6f7be0f86872c145b78a006fe851c +size 398326 diff --git a/vlm/train/Byg9bxrtwS/19.png b/vlm/train/Byg9bxrtwS/19.png new file mode 100644 index 0000000000000000000000000000000000000000..98b76aa729d774861db467abe64455600cd10825 --- /dev/null +++ b/vlm/train/Byg9bxrtwS/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4454fe9b83dafc6ff3fbfbfd6eea56572dfd4469ff9d901b54a4966ea2473b9b +size 368066 diff --git a/vlm/train/Byg9bxrtwS/2.png b/vlm/train/Byg9bxrtwS/2.png new file mode 100644 index 0000000000000000000000000000000000000000..6faa6d0592ff3b2931ef4033659305409f9851f0 --- /dev/null +++ b/vlm/train/Byg9bxrtwS/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:330da106e63981746f646eb7470131f39fcf6d5c483ffe7f2b9199e2a58d65d2 +size 532457 diff --git a/vlm/train/Byg9bxrtwS/20.png b/vlm/train/Byg9bxrtwS/20.png new file mode 100644 index 0000000000000000000000000000000000000000..a235b498f201d9331ec6996ba0f3df0ffb0378e9 --- /dev/null +++ b/vlm/train/Byg9bxrtwS/20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9642cc2eb60a07fc0790fa66f47a638ac8ed695eeda1fb7d42c6b44e396bd75 +size 375112 diff --git a/vlm/train/Byg9bxrtwS/3.png b/vlm/train/Byg9bxrtwS/3.png new file mode 100644 index 0000000000000000000000000000000000000000..9cf994a7a85f40ba856313e4b0da1b52561d1b50 --- /dev/null +++ b/vlm/train/Byg9bxrtwS/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e1da442d6727638b7748d4159434cabb9de9d8996a70a577a1e384ac28014ec +size 551376 diff --git a/vlm/train/Byg9bxrtwS/4.png b/vlm/train/Byg9bxrtwS/4.png new file mode 100644 index 0000000000000000000000000000000000000000..4b312f24b9b8b06172b6eb51be21f430050ce114 --- /dev/null +++ b/vlm/train/Byg9bxrtwS/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:756cfe76db8d7e3afb881424b13088fa4232bdfe699c8f12a6e19def33f99a61 +size 529139 diff --git a/vlm/train/Byg9bxrtwS/5.png b/vlm/train/Byg9bxrtwS/5.png new file mode 100644 index 0000000000000000000000000000000000000000..a9e470dc985b482ae4df767d327c4d718a8f0def --- /dev/null +++ b/vlm/train/Byg9bxrtwS/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:191aa21c042b20fe596fe354f6731c0d35863b12446160c66870b4d584e54058 +size 508746 diff --git a/vlm/train/Byg9bxrtwS/6.png b/vlm/train/Byg9bxrtwS/6.png new file mode 100644 index 0000000000000000000000000000000000000000..80846550cef1f3b733f729c08517891d4581742a --- /dev/null +++ b/vlm/train/Byg9bxrtwS/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2567d0e7bf159bcf9f8f0f5ff0c2f4540f7bf74df3fbced1b26f0c04dff1ffde +size 547311 diff --git a/vlm/train/Byg9bxrtwS/7.png b/vlm/train/Byg9bxrtwS/7.png new file mode 100644 index 0000000000000000000000000000000000000000..0c5fcb4baac331fe3e8baa895d93c3944040c79a --- /dev/null +++ b/vlm/train/Byg9bxrtwS/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4356777e226679b085e45c91ac4d4f3a3ca8300189cc516fd17a9992921ee17f +size 584187 diff --git a/vlm/train/Byg9bxrtwS/8.png b/vlm/train/Byg9bxrtwS/8.png new file mode 100644 index 0000000000000000000000000000000000000000..9bafba3494b6357008ecf3a332881230d36f0a98 --- /dev/null +++ b/vlm/train/Byg9bxrtwS/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f577855d64798858a892deda6f7eb19ec7d55ed91f748e24cb55e6558d78ada6 +size 533154 diff --git a/vlm/train/Byg9bxrtwS/9.png b/vlm/train/Byg9bxrtwS/9.png new file mode 100644 index 0000000000000000000000000000000000000000..8d3266df0d18c48e051be7e774962c6491121603 --- /dev/null +++ b/vlm/train/Byg9bxrtwS/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24369eb9c1e5441e13498270ffd5c83e2cd90a821da9ad59dadbc003c55f2678 +size 549362 diff --git a/vlm/train/D04TGKz5rfF/0.png b/vlm/train/D04TGKz5rfF/0.png new file mode 100644 index 0000000000000000000000000000000000000000..4a21c4db14633cb4a1198547b334814a09b44059 --- /dev/null +++ b/vlm/train/D04TGKz5rfF/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:343f01820054a48e63382562cfa09d3b4d0910059b2c6de4c05cbdb90a521c8c +size 512025 diff --git a/vlm/train/D04TGKz5rfF/1.png b/vlm/train/D04TGKz5rfF/1.png new file mode 100644 index 0000000000000000000000000000000000000000..4d39047ceb1db5c2da4b9521837f3b2be6f13236 --- /dev/null +++ b/vlm/train/D04TGKz5rfF/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27ae1172b439510fa85b46b14b02a17a7c2aa4c9c577aa4806ef4f19c4927759 +size 472250 diff --git a/vlm/train/D04TGKz5rfF/10.png b/vlm/train/D04TGKz5rfF/10.png new file mode 100644 index 0000000000000000000000000000000000000000..bfb8c21275cacc946eb8310a4f0b43c0a9884633 --- /dev/null +++ b/vlm/train/D04TGKz5rfF/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a64ffa216360a107b3d80b62f60c952504c68dd928d06abda4ebb95f0a8597c +size 370802 diff --git a/vlm/train/D04TGKz5rfF/11.png b/vlm/train/D04TGKz5rfF/11.png new file mode 100644 index 0000000000000000000000000000000000000000..e8891d95be03c020e8f0e2e57afbb1405eda1560 --- /dev/null +++ b/vlm/train/D04TGKz5rfF/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2cf8640d782c9375d404991269f75ef175630ff1db4b37372bd3d394940a03b +size 294836 diff --git a/vlm/train/D04TGKz5rfF/12.png b/vlm/train/D04TGKz5rfF/12.png new file mode 100644 index 0000000000000000000000000000000000000000..5f8b5c8042b36718777f465bf8d78b68752a56ba --- /dev/null +++ b/vlm/train/D04TGKz5rfF/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54dd48d86cd24e149f596caa9e6802cc51382c857ce59334b376d0d40d0b2892 +size 370621 diff --git a/vlm/train/D04TGKz5rfF/13.png b/vlm/train/D04TGKz5rfF/13.png new file mode 100644 index 0000000000000000000000000000000000000000..f03514aba04fc393555c18afeff3d564465d8084 --- /dev/null +++ b/vlm/train/D04TGKz5rfF/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5af5ef428281364e070be417b58a7b59b0d7747c8c93b1642cb1c743702d245f +size 454621 diff --git a/vlm/train/D04TGKz5rfF/14.png b/vlm/train/D04TGKz5rfF/14.png new file mode 100644 index 0000000000000000000000000000000000000000..b0f4597700810f2f6e84e2db18e77968d661d434 --- /dev/null +++ b/vlm/train/D04TGKz5rfF/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1c929666cd0812f987acc68006e4dc3a1a1f562fa920f9b5d93fa516567ed9e +size 433594 diff --git a/vlm/train/D04TGKz5rfF/15.png b/vlm/train/D04TGKz5rfF/15.png new file mode 100644 index 0000000000000000000000000000000000000000..a8476d78aec70744fb4ec71f452a8148e991e41d --- /dev/null +++ b/vlm/train/D04TGKz5rfF/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:478d400046c06ba8b5a18e5ae260bea945d78a049a4583ffa5d368a0e7752b50 +size 211907 diff --git a/vlm/train/D04TGKz5rfF/2.png b/vlm/train/D04TGKz5rfF/2.png new file mode 100644 index 0000000000000000000000000000000000000000..dac17230bfa27a65c14038e4448878c855d86209 --- /dev/null +++ b/vlm/train/D04TGKz5rfF/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49acb0293503cf89428d760e093fc650d304875d050bea478b60d0e9deacd217 +size 390861 diff --git a/vlm/train/D04TGKz5rfF/3.png b/vlm/train/D04TGKz5rfF/3.png new file mode 100644 index 0000000000000000000000000000000000000000..c08848b8fbd03086020edd3656ddd739ede2f5ff --- /dev/null +++ b/vlm/train/D04TGKz5rfF/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98ef1d782cf7bb7335749edcc280782e8cb000726c44ea778bd3b616f5b00840 +size 600031 diff --git a/vlm/train/D04TGKz5rfF/4.png b/vlm/train/D04TGKz5rfF/4.png new file mode 100644 index 0000000000000000000000000000000000000000..e42114c85ac2a9a77c6f1fc4589af025efb56ec6 --- /dev/null +++ b/vlm/train/D04TGKz5rfF/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e74a76a2e296afd8b997fae99326414d22d198f0819e5d805bb9705f2206a6dd +size 452928 diff --git a/vlm/train/D04TGKz5rfF/5.png b/vlm/train/D04TGKz5rfF/5.png new file mode 100644 index 0000000000000000000000000000000000000000..690d5f1834b95e50db1c9c31041e3a8136154bd2 --- /dev/null +++ b/vlm/train/D04TGKz5rfF/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:902e8d0c4ef0e58fbe3d567cc5abe0e87a6cb047d7e3b6d87289464088cb6942 +size 442501 diff --git a/vlm/train/D04TGKz5rfF/6.png b/vlm/train/D04TGKz5rfF/6.png new file mode 100644 index 0000000000000000000000000000000000000000..9b376d78ce11f9683b28e7b97d8c3c74dd7c5ad6 --- /dev/null +++ b/vlm/train/D04TGKz5rfF/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25ada1c9828030b66bc6cc1fbd08a3dde7f764797e1ef9effb31fa5bd2a931e2 +size 541549 diff --git a/vlm/train/D04TGKz5rfF/7.png b/vlm/train/D04TGKz5rfF/7.png new file mode 100644 index 0000000000000000000000000000000000000000..8b533ad9b9dc74454aebfd892ab6ae4499b545de --- /dev/null +++ b/vlm/train/D04TGKz5rfF/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:888e000a62c86fb903868db87b03f2541dae558f04113cbffbec51561a80e5c4 +size 619160 diff --git a/vlm/train/D04TGKz5rfF/8.png b/vlm/train/D04TGKz5rfF/8.png new file mode 100644 index 0000000000000000000000000000000000000000..566e11e1831a6f246c3cbc0023368ed5c44c2fce --- /dev/null +++ b/vlm/train/D04TGKz5rfF/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8c1c22c5b0368702e4643eb63d090b8bb3db77745e8e562052e4370839d8587 +size 394340 diff --git a/vlm/train/D04TGKz5rfF/9.png b/vlm/train/D04TGKz5rfF/9.png new file mode 100644 index 0000000000000000000000000000000000000000..49022bdbd2f54776d4c915eb01ab0786b59f9e1c --- /dev/null +++ b/vlm/train/D04TGKz5rfF/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c74357beb6f76aeeebda065330933bcbfc19dc29f115dbc0d8fde2747298728 +size 421571 diff --git a/vlm/train/D8-iwC9UN3/0.png b/vlm/train/D8-iwC9UN3/0.png new file mode 100644 index 0000000000000000000000000000000000000000..04ca0b8b2f904c4466bae400e17c443bdc599126 --- /dev/null +++ b/vlm/train/D8-iwC9UN3/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f249429cad92dad1fadfa8a38412949260318019611ac9ff4da1a4c5dc41626f +size 450956 diff --git a/vlm/train/D8-iwC9UN3/1.png b/vlm/train/D8-iwC9UN3/1.png new file mode 100644 index 0000000000000000000000000000000000000000..192bce7e94469964e15555dfc0639b145b166b55 --- /dev/null +++ b/vlm/train/D8-iwC9UN3/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b59314beed03075b580beadbd6e4afcd78c5e92843ed8f1bc0f16c3df30be24f +size 588287 diff --git a/vlm/train/D8-iwC9UN3/10.png b/vlm/train/D8-iwC9UN3/10.png new file mode 100644 index 0000000000000000000000000000000000000000..c2d29958bcd6ed315118e9ad54a084a9d1ff40eb --- /dev/null +++ b/vlm/train/D8-iwC9UN3/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3cf5c4770036f4fd114d2a845573d97a9cee04094d9f89ab5484bf9191099c6 +size 549423 diff --git a/vlm/train/D8-iwC9UN3/11.png b/vlm/train/D8-iwC9UN3/11.png new file mode 100644 index 0000000000000000000000000000000000000000..08b72fa2011ee22eafbd37d17eb2389b7101fa2d --- /dev/null +++ b/vlm/train/D8-iwC9UN3/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfec5106599572119fc05484f61611dd0c28d39c5ee8d966b645bc4b75227e12 +size 547398 diff --git a/vlm/train/D8-iwC9UN3/12.png b/vlm/train/D8-iwC9UN3/12.png new file mode 100644 index 0000000000000000000000000000000000000000..bd5952adb2260d55b8ba2cdd86f2a8d987c5ff8e --- /dev/null +++ b/vlm/train/D8-iwC9UN3/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:838d8fa5ab43825c34f285bc6ebee6cb206e4b0f46a2ab0ea3ba30772b85192f +size 377605 diff --git a/vlm/train/D8-iwC9UN3/13.png b/vlm/train/D8-iwC9UN3/13.png new file mode 100644 index 0000000000000000000000000000000000000000..7382833bdaf530a4a91fcf42e55dfce1eeedeb2e --- /dev/null +++ b/vlm/train/D8-iwC9UN3/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed01cd55e7bb0053c6f5a1da28c21446bc4b7fa3e857ad21d76360c207b3f3eb +size 516453 diff --git a/vlm/train/D8-iwC9UN3/2.png b/vlm/train/D8-iwC9UN3/2.png new file mode 100644 index 0000000000000000000000000000000000000000..dabf7f68c7dfcab578c1fbad1c9c12a47cb4173d --- /dev/null +++ b/vlm/train/D8-iwC9UN3/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a180153fe5d75bf68df55c4dacdf2f0b8cdc708f1fdd6946d6bfda4a4cd943b +size 404245 diff --git a/vlm/train/D8-iwC9UN3/3.png b/vlm/train/D8-iwC9UN3/3.png new file mode 100644 index 0000000000000000000000000000000000000000..7efd32685d7a961c90321f42f257c8c80b4c48e7 --- /dev/null +++ b/vlm/train/D8-iwC9UN3/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4611f7b9dd5b6324bb5ffa1358f67556c00d78e182eb12554b07aa8de6c17b99 +size 623389 diff --git a/vlm/train/D8-iwC9UN3/4.png b/vlm/train/D8-iwC9UN3/4.png new file mode 100644 index 0000000000000000000000000000000000000000..2642c1ef599632f42d1752ea2ffbda3eb6c2b227 --- /dev/null +++ b/vlm/train/D8-iwC9UN3/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95c1bfcc638007536ea89a45115ad60145463a104c7498d911b6c952d801495e +size 467476 diff --git a/vlm/train/D8-iwC9UN3/5.png b/vlm/train/D8-iwC9UN3/5.png new file mode 100644 index 0000000000000000000000000000000000000000..85dc4c95102dc9b6daf7deff430754ae63055c17 --- /dev/null +++ b/vlm/train/D8-iwC9UN3/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17a2f4b95e6c493a6640d8cfaa0533988889801145fd19517ac99678da0012d8 +size 491185 diff --git a/vlm/train/D8-iwC9UN3/6.png b/vlm/train/D8-iwC9UN3/6.png new file mode 100644 index 0000000000000000000000000000000000000000..52ddab63df3a40449a22ce60d3f08ed82bb5e9dc --- /dev/null +++ b/vlm/train/D8-iwC9UN3/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3b7a7af5434bc307d582205fa069ca3d4a70939b2f460bcd5ed81a811113fec +size 506383 diff --git a/vlm/train/D8-iwC9UN3/7.png b/vlm/train/D8-iwC9UN3/7.png new file mode 100644 index 0000000000000000000000000000000000000000..a0c89e9e7f49a43e5630f5fc4fa25b018ab05003 --- /dev/null +++ b/vlm/train/D8-iwC9UN3/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e973a839a9aaeb37d553b430199ffa097ea278664af74566eb356d90e934e72 +size 580539 diff --git a/vlm/train/D8-iwC9UN3/8.png b/vlm/train/D8-iwC9UN3/8.png new file mode 100644 index 0000000000000000000000000000000000000000..82cc694939929c27c5c6ad49fa3b85a498147879 --- /dev/null +++ b/vlm/train/D8-iwC9UN3/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24f8d0b9347259f0ed86b4c54b75945e4d593849953acf28adc55de0ae0b2759 +size 645530 diff --git a/vlm/train/D8-iwC9UN3/9.png b/vlm/train/D8-iwC9UN3/9.png new file mode 100644 index 0000000000000000000000000000000000000000..de3a6032ad6833d9a516d806258dd1e115dd6c64 --- /dev/null +++ b/vlm/train/D8-iwC9UN3/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f28c36ab292c225dc77a3706cdb812cb49fd264ef13ca31f48e844075b58949 +size 531519 diff --git a/vlm/train/GhMZNcr54zt/0.png b/vlm/train/GhMZNcr54zt/0.png new file mode 100644 index 0000000000000000000000000000000000000000..b87d4ca0485c4f9be6e529e93b37955283528a1b --- /dev/null +++ b/vlm/train/GhMZNcr54zt/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f65dd5bc8e72a38a3193d0336ebe240aee6b0034af579199176d3909d4caf4b +size 478372 diff --git a/vlm/train/GhMZNcr54zt/1.png b/vlm/train/GhMZNcr54zt/1.png new file mode 100644 index 0000000000000000000000000000000000000000..7148e962a84a9a5bf25f2f7d0d54e835ec8d246f --- /dev/null +++ b/vlm/train/GhMZNcr54zt/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd0e9544daaa1ed5343747d8995fed08eb3ba461178237eacb1e73bdb7af290f +size 649730 diff --git a/vlm/train/GhMZNcr54zt/10.png b/vlm/train/GhMZNcr54zt/10.png new file mode 100644 index 0000000000000000000000000000000000000000..b17729a79a6037a67601e664629ecbfe74d22101 --- /dev/null +++ b/vlm/train/GhMZNcr54zt/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4395ad9b2d796a3d82cbfe7b432bd0bea3b9d71344080f0bceb5bb92c9758a54 +size 132217 diff --git a/vlm/train/GhMZNcr54zt/2.png b/vlm/train/GhMZNcr54zt/2.png new file mode 100644 index 0000000000000000000000000000000000000000..bb907d07fe0d7a542c4d4707f9cd3b5ca99f7cf1 --- /dev/null +++ b/vlm/train/GhMZNcr54zt/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11628d8061b833edd44a97c828d1414dc0c7183829d81b94d305972fd58ec7e7 +size 582500 diff --git a/vlm/train/GhMZNcr54zt/3.png b/vlm/train/GhMZNcr54zt/3.png new file mode 100644 index 0000000000000000000000000000000000000000..5b91411b4b21f9c8c9c08f2065f2643030f26104 --- /dev/null +++ b/vlm/train/GhMZNcr54zt/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aa08b12010d6a5e535f30eb28f327f0fe786a4340591d3517db52ae62b144c1 +size 585307 diff --git a/vlm/train/GhMZNcr54zt/4.png b/vlm/train/GhMZNcr54zt/4.png new file mode 100644 index 0000000000000000000000000000000000000000..11bafd47fa36b73c35db7ca6f8867f33aca1c1c0 --- /dev/null +++ b/vlm/train/GhMZNcr54zt/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:876bbd9955e1833d9373b77fa8dbdc630449c75ff15b45eaa873c2ade7475655 +size 597115 diff --git a/vlm/train/GhMZNcr54zt/5.png b/vlm/train/GhMZNcr54zt/5.png new file mode 100644 index 0000000000000000000000000000000000000000..c0d99bb8491f292a6decc313f3557fb86015f02c --- /dev/null +++ b/vlm/train/GhMZNcr54zt/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae7b4903784862dac832414ff66f29f8ecb4b372094e9a486677c2adcf070183 +size 582389 diff --git a/vlm/train/GhMZNcr54zt/6.png b/vlm/train/GhMZNcr54zt/6.png new file mode 100644 index 0000000000000000000000000000000000000000..bfb5172816e0110c9010ddabba4a175d3a5dde6c --- /dev/null +++ b/vlm/train/GhMZNcr54zt/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa9dc7534f2c4de372afcfc19ff90b8928673a4351ca2836a357035cb6ce86b8 +size 529603 diff --git a/vlm/train/GhMZNcr54zt/7.png b/vlm/train/GhMZNcr54zt/7.png new file mode 100644 index 0000000000000000000000000000000000000000..110a7fd3040a6de1ed51e055061450cfd44a475f --- /dev/null +++ b/vlm/train/GhMZNcr54zt/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f6d8e24039194a08015a0b0a617405df0c3b5cf3e1b08ec475763dacde01201 +size 566979 diff --git a/vlm/train/GhMZNcr54zt/8.png b/vlm/train/GhMZNcr54zt/8.png new file mode 100644 index 0000000000000000000000000000000000000000..b7afd56d2b8076735731a3ced1a3ef3e08e236df --- /dev/null +++ b/vlm/train/GhMZNcr54zt/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb193c65db834439c4cd4d630d380d86dc186381a613a5226f100b61c5e89d96 +size 491971 diff --git a/vlm/train/GhMZNcr54zt/9.png b/vlm/train/GhMZNcr54zt/9.png new file mode 100644 index 0000000000000000000000000000000000000000..42b25bfeb5ce52c4786b4a4cbc72fd6757951458 --- /dev/null +++ b/vlm/train/GhMZNcr54zt/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16870bb74a1b5a0b085cf8646f236675c1aa825f6ed1ece1d054b8bd2ab20276 +size 509219 diff --git a/vlm/train/H1gDaa4YwS/0.png b/vlm/train/H1gDaa4YwS/0.png new file mode 100644 index 0000000000000000000000000000000000000000..198085852552488fae726769f92136ca787fa8b9 --- /dev/null +++ b/vlm/train/H1gDaa4YwS/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9861bfb601c9fef425ae351f51ab3d54ffce1935f08b950ee4e357c897c84429 +size 493977 diff --git a/vlm/train/H1gDaa4YwS/1.png b/vlm/train/H1gDaa4YwS/1.png new file mode 100644 index 0000000000000000000000000000000000000000..6de7eed9075e1704e187922134ddc1e02ab2b603 --- /dev/null +++ b/vlm/train/H1gDaa4YwS/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a39746f9d24fb328c526470d772de4ea7512802e5088e0867ecc3fd1775d0c72 +size 543948 diff --git a/vlm/train/H1gDaa4YwS/10.png b/vlm/train/H1gDaa4YwS/10.png new file mode 100644 index 0000000000000000000000000000000000000000..bb0af616b8f40448bddc052da29a81004fcb0f76 --- /dev/null +++ b/vlm/train/H1gDaa4YwS/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac4f6c4192e60e6f05dcf0357cbbefe2279d1e3b53286da22fdcb35018ae56f2 +size 528336 diff --git a/vlm/train/H1gDaa4YwS/11.png b/vlm/train/H1gDaa4YwS/11.png new file mode 100644 index 0000000000000000000000000000000000000000..53ac9f7afcf1ec5773905224523ae48fd2422202 --- /dev/null +++ b/vlm/train/H1gDaa4YwS/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5a8b66c0c160232c3836d5729a354a1f0c488113de01a75d55ea06b2051d5c5 +size 715972 diff --git a/vlm/train/H1gDaa4YwS/12.png b/vlm/train/H1gDaa4YwS/12.png new file mode 100644 index 0000000000000000000000000000000000000000..1d65eb4fa0127740aa4387aab4e162b90b4504d2 --- /dev/null +++ b/vlm/train/H1gDaa4YwS/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bc26020733e19f002a3288af0b38e68ab5456c867785250143bf24b19dd57dd +size 532092 diff --git a/vlm/train/H1gDaa4YwS/13.png b/vlm/train/H1gDaa4YwS/13.png new file mode 100644 index 0000000000000000000000000000000000000000..fb1d59e22aa53293b5f4979273747798783fc8cf --- /dev/null +++ b/vlm/train/H1gDaa4YwS/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03783fa74ced5f2dc22a923ba555f0c0487dd721c399f6632badc22cdf26abcb +size 685492 diff --git a/vlm/train/H1gDaa4YwS/14.png b/vlm/train/H1gDaa4YwS/14.png new file mode 100644 index 0000000000000000000000000000000000000000..44e1635f7e1874e10e0339e7d57600a7a26e0e31 --- /dev/null +++ b/vlm/train/H1gDaa4YwS/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b56b3551ca64c34917f4a47168031dfd6eeacdd03561bfa6d87bdd7f879b8177 +size 1677372 diff --git a/vlm/train/H1gDaa4YwS/15.png b/vlm/train/H1gDaa4YwS/15.png new file mode 100644 index 0000000000000000000000000000000000000000..71013310170ea29687bceeb8a74568518eaf91bd --- /dev/null +++ b/vlm/train/H1gDaa4YwS/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f90e553f3644d53fa9727a0426de9d6cd2cf5ca9320a3e9402608bde8cbf563 +size 368788 diff --git a/vlm/train/H1gDaa4YwS/16.png b/vlm/train/H1gDaa4YwS/16.png new file mode 100644 index 0000000000000000000000000000000000000000..d98336b5ad90a783c056da486f885d81ddffb67a --- /dev/null +++ b/vlm/train/H1gDaa4YwS/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f9e3170581b9aacae062887be7134b2ca23f685cf86f97a89f96714975db5a8 +size 371847 diff --git a/vlm/train/H1gDaa4YwS/17.png b/vlm/train/H1gDaa4YwS/17.png new file mode 100644 index 0000000000000000000000000000000000000000..945c7c930042da4ddf802479f23106f2c3d825be --- /dev/null +++ b/vlm/train/H1gDaa4YwS/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8c3cad577d8a482bdd11803fac7b366f8d8b2d1160a3e06e9b1af38264332aa +size 376626 diff --git a/vlm/train/H1gDaa4YwS/18.png b/vlm/train/H1gDaa4YwS/18.png new file mode 100644 index 0000000000000000000000000000000000000000..cf5032be9c0d685e84bc0fea4ac42f45fe37da63 --- /dev/null +++ b/vlm/train/H1gDaa4YwS/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36bc809deb3b56d5a90c55d618e9ee22f61b2214e5d36b9b48dcea4da40b3d2e +size 309147 diff --git a/vlm/train/H1gDaa4YwS/2.png b/vlm/train/H1gDaa4YwS/2.png new file mode 100644 index 0000000000000000000000000000000000000000..83b4658b1483a30cf061d9aafbb233ae21fa7f36 --- /dev/null +++ b/vlm/train/H1gDaa4YwS/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:438f6a728773aa3e9e56178ed6eff9252337d43bf5405657b81ec8075276fd87 +size 520434 diff --git a/vlm/train/H1gDaa4YwS/3.png b/vlm/train/H1gDaa4YwS/3.png new file mode 100644 index 0000000000000000000000000000000000000000..89316faf0f30024b87126e6bfd6b71ebd3e363ad --- /dev/null +++ b/vlm/train/H1gDaa4YwS/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42f9c5cc8776dc00a1ef793671319fdab9eacb23f5b324e16b7743523a909158 +size 730141 diff --git a/vlm/train/H1gDaa4YwS/4.png b/vlm/train/H1gDaa4YwS/4.png new file mode 100644 index 0000000000000000000000000000000000000000..74384b9172f23d14f52fe76da17d5dba6013f5fd --- /dev/null +++ b/vlm/train/H1gDaa4YwS/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13992580f98ebf9a967c523e4fc44515662a11e6a47a42a0fc4368b6d5227601 +size 666244 diff --git a/vlm/train/H1gDaa4YwS/5.png b/vlm/train/H1gDaa4YwS/5.png new file mode 100644 index 0000000000000000000000000000000000000000..3b2c4aaa274f7b97babd46aee824f29bef1a2eff --- /dev/null +++ b/vlm/train/H1gDaa4YwS/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5b3963b8f3eb0201f0e3e0796a1470669f02f8862456e7c4acd7315c5a5b3ec +size 544441 diff --git a/vlm/train/H1gDaa4YwS/6.png b/vlm/train/H1gDaa4YwS/6.png new file mode 100644 index 0000000000000000000000000000000000000000..166e395beea15306759732d1d62017e8d111dab7 --- /dev/null +++ b/vlm/train/H1gDaa4YwS/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df276f33dc314399ecfc77955dd239e8cc3bd1b09b3c1ea4832e303f34f931be +size 662723 diff --git a/vlm/train/H1gDaa4YwS/7.png b/vlm/train/H1gDaa4YwS/7.png new file mode 100644 index 0000000000000000000000000000000000000000..930107a986cdefcc694fd202fde5e95b1c70ed8c --- /dev/null +++ b/vlm/train/H1gDaa4YwS/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb8a30add3485cd63e3dba03119439463b36e188679656dc0ec258c6de704817 +size 1223435 diff --git a/vlm/train/H1gDaa4YwS/8.png b/vlm/train/H1gDaa4YwS/8.png new file mode 100644 index 0000000000000000000000000000000000000000..59a1185b1546eb6d11114d6fb43aafca88f0da90 --- /dev/null +++ b/vlm/train/H1gDaa4YwS/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:169266f8c967b8ef1016ad8e031e18847065366e4ace58cc9e7b10555ec8eb0c +size 758556 diff --git a/vlm/train/H1gDaa4YwS/9.png b/vlm/train/H1gDaa4YwS/9.png new file mode 100644 index 0000000000000000000000000000000000000000..41c6f61b75f102049c690028999e5c7f71216be7 --- /dev/null +++ b/vlm/train/H1gDaa4YwS/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4769d0f194ec1e79e5c8929f5f1ef93baf1d4439164bc7e2344977e407c00e4 +size 552357 diff --git a/vlm/train/H1gN6kSFwS/0.png b/vlm/train/H1gN6kSFwS/0.png new file mode 100644 index 0000000000000000000000000000000000000000..aaf363b84ee8f794baa21e9a6de9891458a500c1 --- /dev/null +++ b/vlm/train/H1gN6kSFwS/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3391cb43d6a3c2d221c6fd2f8430f42a2c14021de9c065e9e8e9ea717ea005a9 +size 517038 diff --git a/vlm/train/H1gN6kSFwS/1.png b/vlm/train/H1gN6kSFwS/1.png new file mode 100644 index 0000000000000000000000000000000000000000..e52415ddbd7a382b5e585646a770df8587795821 --- /dev/null +++ b/vlm/train/H1gN6kSFwS/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:217271d493f7268e3cd0512835f9e812a6281c268fe8b0e65a524133dc4a7400 +size 556916 diff --git a/vlm/train/H1gN6kSFwS/10.png b/vlm/train/H1gN6kSFwS/10.png new file mode 100644 index 0000000000000000000000000000000000000000..f53ca41fed75ff4f9907b149ffc5b3022a61030c --- /dev/null +++ b/vlm/train/H1gN6kSFwS/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef7eda895eca22f250f30bbb92b7f27a233a702e1f5d5cb715b375217d1b37ca +size 537199 diff --git a/vlm/train/H1gN6kSFwS/11.png b/vlm/train/H1gN6kSFwS/11.png new file mode 100644 index 0000000000000000000000000000000000000000..8f134870b7445c83dbab2d74d726d294561b2ecb --- /dev/null +++ b/vlm/train/H1gN6kSFwS/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07df38f5a6f3a649c28326d68275674ba583a36aeb600872291dfb88f433c0d3 +size 221291 diff --git a/vlm/train/H1gN6kSFwS/12.png b/vlm/train/H1gN6kSFwS/12.png new file mode 100644 index 0000000000000000000000000000000000000000..96e377cf5470ee263d551a47e6ad7965aac38ef4 --- /dev/null +++ b/vlm/train/H1gN6kSFwS/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1200567030171fd6f6b66ba00b11285b98e5897d00ca86bde874cf72209b4ecd +size 199154 diff --git a/vlm/train/H1gN6kSFwS/13.png b/vlm/train/H1gN6kSFwS/13.png new file mode 100644 index 0000000000000000000000000000000000000000..a83f0c68119bccbe8916a5a5ad3c696d38d63e77 --- /dev/null +++ b/vlm/train/H1gN6kSFwS/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb9853810c320fa6b39e2469037b2fd6df0c4ecadf1fcfdc0529c2c0ea3966ce +size 451607 diff --git a/vlm/train/H1gN6kSFwS/14.png b/vlm/train/H1gN6kSFwS/14.png new file mode 100644 index 0000000000000000000000000000000000000000..d37d544c01aa1da52fed008ea18c6be5f296860e --- /dev/null +++ b/vlm/train/H1gN6kSFwS/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a966dd5e2c3375298509dad986cf8b893a5ef6ea3964321c3470d884ad0efcbc +size 377754 diff --git a/vlm/train/H1gN6kSFwS/15.png b/vlm/train/H1gN6kSFwS/15.png new file mode 100644 index 0000000000000000000000000000000000000000..ac14bcbb6268ec671e40d03c63d9b1b2d3e23785 --- /dev/null +++ b/vlm/train/H1gN6kSFwS/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcf45ab6bbc217254c14d96c13701c74e2d18f7b05412d784c53bd95aa11b85e +size 420711 diff --git a/vlm/train/H1gN6kSFwS/16.png b/vlm/train/H1gN6kSFwS/16.png new file mode 100644 index 0000000000000000000000000000000000000000..09f354bc5a9986334cf199e71110bafd39d8c3b1 --- /dev/null +++ b/vlm/train/H1gN6kSFwS/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8eb13f5055d160fcd78ef1670066b9d42a6958d25475a7032a65fd99d018dac +size 157333 diff --git a/vlm/train/H1gN6kSFwS/2.png b/vlm/train/H1gN6kSFwS/2.png new file mode 100644 index 0000000000000000000000000000000000000000..20f2c02eb596ad2be6862d1bba1240939c26520d --- /dev/null +++ b/vlm/train/H1gN6kSFwS/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbb6a5babcc25072b15bfd41a64045c9a7305f256bbfcfb21c4996429941b5b4 +size 589246 diff --git a/vlm/train/H1gN6kSFwS/3.png b/vlm/train/H1gN6kSFwS/3.png new file mode 100644 index 0000000000000000000000000000000000000000..b13aa2429dea173e70c8bf6d1694cd378f25dca8 --- /dev/null +++ b/vlm/train/H1gN6kSFwS/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16919635d046775d5d264c1b1f8cc0851120b627b9ac83fd808bbda2b17b5b5f +size 583270 diff --git a/vlm/train/H1gN6kSFwS/4.png b/vlm/train/H1gN6kSFwS/4.png new file mode 100644 index 0000000000000000000000000000000000000000..6ea0b2f90ea0d15c1cb66d33eda4e6922c458603 --- /dev/null +++ b/vlm/train/H1gN6kSFwS/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:122f970b05931f17c61968d40fb3260eb4e5b88540e426d945eb951c827a8bcd +size 508801 diff --git a/vlm/train/H1gN6kSFwS/5.png b/vlm/train/H1gN6kSFwS/5.png new file mode 100644 index 0000000000000000000000000000000000000000..171f9336f7d15855aed0da32bbee2dd1c030ef8e --- /dev/null +++ b/vlm/train/H1gN6kSFwS/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf549f9f0c13a03f55c20e4fbfa52fda505a3028e4a0293564df3d120af1a436 +size 630872 diff --git a/vlm/train/H1gN6kSFwS/6.png b/vlm/train/H1gN6kSFwS/6.png new file mode 100644 index 0000000000000000000000000000000000000000..4ae749bedd9faf90172ded6d0a9629789201099d --- /dev/null +++ b/vlm/train/H1gN6kSFwS/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbb0ff3a1708a41f950477612fa8e0099452e4b5dbf872591f75f1963116359c +size 558391 diff --git a/vlm/train/H1gN6kSFwS/7.png b/vlm/train/H1gN6kSFwS/7.png new file mode 100644 index 0000000000000000000000000000000000000000..b4b554976efc8d13e9244e44b7758f04d1f28f17 --- /dev/null +++ b/vlm/train/H1gN6kSFwS/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fff5ce286e1b722e79497cec7ed34342dec63b430a0b6ba08547191c2ce326b +size 529688 diff --git a/vlm/train/H1gN6kSFwS/8.png b/vlm/train/H1gN6kSFwS/8.png new file mode 100644 index 0000000000000000000000000000000000000000..c925e8e7831715ea3b9f77fd150714c1e893a82c --- /dev/null +++ b/vlm/train/H1gN6kSFwS/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf1d3ca10b23a78541210cb341f73831fdbfd5f6e42cac4adaa1762358e3ee8f +size 435691 diff --git a/vlm/train/H1gN6kSFwS/9.png b/vlm/train/H1gN6kSFwS/9.png new file mode 100644 index 0000000000000000000000000000000000000000..ea99c7d6e0d8243e4319f4c7120ffb13b79bbaf9 --- /dev/null +++ b/vlm/train/H1gN6kSFwS/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f51604d50a285874772c706d4cae6b6e03b1927d633ff31e61b5f06cd2b00d4f +size 548151 diff --git a/vlm/train/HJlQfnCqKX/0.png b/vlm/train/HJlQfnCqKX/0.png new file mode 100644 index 0000000000000000000000000000000000000000..116e4e49c8cabfa250240aaa509cb1f2dfc35558 --- /dev/null +++ b/vlm/train/HJlQfnCqKX/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9be31ffbdcf826c3c5dd126e9255262540537db0da798049a63870f69a87496 +size 518114 diff --git a/vlm/train/HJlQfnCqKX/1.png b/vlm/train/HJlQfnCqKX/1.png new file mode 100644 index 0000000000000000000000000000000000000000..4a78ecf3929a2e778a0684c7396e6252ce17485d --- /dev/null +++ b/vlm/train/HJlQfnCqKX/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cd8c8a826e47360c7115974ffbeb950afc683735055d21ae977100fb19bf71a +size 479546 diff --git a/vlm/train/HJlQfnCqKX/10.png b/vlm/train/HJlQfnCqKX/10.png new file mode 100644 index 0000000000000000000000000000000000000000..83a240c42b9ef8ca3b82d7981e1170cb001c687e --- /dev/null +++ b/vlm/train/HJlQfnCqKX/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a80ed87c1b5577da65d12d0dc5f60fb62da2704cbabdba94f4ba7f6a54fe6ae1 +size 204155 diff --git a/vlm/train/HJlQfnCqKX/11.png b/vlm/train/HJlQfnCqKX/11.png new file mode 100644 index 0000000000000000000000000000000000000000..3495280f6dc2847c608c307dd043918177380702 --- /dev/null +++ b/vlm/train/HJlQfnCqKX/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a09f1bb910770ac066aa4ea0464377ddf51831922d8586c67df2d974b3223a20 +size 366857 diff --git a/vlm/train/HJlQfnCqKX/12.png b/vlm/train/HJlQfnCqKX/12.png new file mode 100644 index 0000000000000000000000000000000000000000..c58fcced461b752ee7d2ef0102baa8c2b45a4d8c --- /dev/null +++ b/vlm/train/HJlQfnCqKX/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63d323700e60fa6370d1805ea3398e694657333bfcf41599b05b3c18b4021b82 +size 149648 diff --git a/vlm/train/HJlQfnCqKX/13.png b/vlm/train/HJlQfnCqKX/13.png new file mode 100644 index 0000000000000000000000000000000000000000..cff03176dee3bc2f500b4d0a5816920bc9360a63 --- /dev/null +++ b/vlm/train/HJlQfnCqKX/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4e1e273222fda469224ec11db5a94ef95875ae076dac54967af6b382ca2b831 +size 332023 diff --git a/vlm/train/HJlQfnCqKX/14.png b/vlm/train/HJlQfnCqKX/14.png new file mode 100644 index 0000000000000000000000000000000000000000..48e6b28b4ec34b3b51992c22df0119c0e3f2407a --- /dev/null +++ b/vlm/train/HJlQfnCqKX/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fa050108b66a6e3b7e4852bf28b1e14b76e7a527d77362bef64b778764955d6 +size 404698 diff --git a/vlm/train/HJlQfnCqKX/15.png b/vlm/train/HJlQfnCqKX/15.png new file mode 100644 index 0000000000000000000000000000000000000000..6478026bf642767b2d353e45cd4388ee31e83611 --- /dev/null +++ b/vlm/train/HJlQfnCqKX/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6891171732e0030045e16d24de7246104dc23a6d231052d7d03fb8a271f7dec6 +size 431795 diff --git a/vlm/train/HJlQfnCqKX/16.png b/vlm/train/HJlQfnCqKX/16.png new file mode 100644 index 0000000000000000000000000000000000000000..9d775a49c658dc1632d88d40f02b949bfbe74681 --- /dev/null +++ b/vlm/train/HJlQfnCqKX/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0707201dde0cf288b622a5211d0ab2bc95dda3e3306f89949fb05798330d5a01 +size 417422 diff --git a/vlm/train/HJlQfnCqKX/17.png b/vlm/train/HJlQfnCqKX/17.png new file mode 100644 index 0000000000000000000000000000000000000000..d866295b81f007d13e52fc96ea5a05f8644c10ac --- /dev/null +++ b/vlm/train/HJlQfnCqKX/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7328c92c09834e5f2c92a8f13c85d34599776d12283019f906398d754c0d079 +size 246090 diff --git a/vlm/train/HJlQfnCqKX/18.png b/vlm/train/HJlQfnCqKX/18.png new file mode 100644 index 0000000000000000000000000000000000000000..56e99bfccd2100dfdce4dab4f0d645bc1ade4f0a --- /dev/null +++ b/vlm/train/HJlQfnCqKX/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:943bbd6246dc68b7cd2aa9bd52e2bb0dddbccf0a4526a01b21bea66df9e328fe +size 162046 diff --git a/vlm/train/HJlQfnCqKX/2.png b/vlm/train/HJlQfnCqKX/2.png new file mode 100644 index 0000000000000000000000000000000000000000..c993ef413538e691986e89a85f58f5d347568c99 --- /dev/null +++ b/vlm/train/HJlQfnCqKX/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ae73ab1086f3e2790feccd7233e7ab0d1888215f629db34f6fe1420c517d83d +size 567139 diff --git a/vlm/train/HJlQfnCqKX/3.png b/vlm/train/HJlQfnCqKX/3.png new file mode 100644 index 0000000000000000000000000000000000000000..92556cc927b94242a9375e4527731413e7da31a1 --- /dev/null +++ b/vlm/train/HJlQfnCqKX/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ce801e05d826547b2a8777c84d1c0db09032bdd829a0a1167f78cb6d59994a7 +size 532019 diff --git a/vlm/train/HJlQfnCqKX/4.png b/vlm/train/HJlQfnCqKX/4.png new file mode 100644 index 0000000000000000000000000000000000000000..0871f40005e0c383e4573d1b77de25e6bb934ee1 --- /dev/null +++ b/vlm/train/HJlQfnCqKX/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaf1b3ec07b4245c460fcc89c1cd314c55e0540549ee577dbb749cab93828561 +size 606725 diff --git a/vlm/train/HJlQfnCqKX/5.png b/vlm/train/HJlQfnCqKX/5.png new file mode 100644 index 0000000000000000000000000000000000000000..eb943f42d4d335446936302b7c549c00afe66927 --- /dev/null +++ b/vlm/train/HJlQfnCqKX/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d493bc2886c2c8138aea2460f9bc4db2e03155034a5ce035fbab0056e6d54836 +size 589601 diff --git a/vlm/train/HJlQfnCqKX/6.png b/vlm/train/HJlQfnCqKX/6.png new file mode 100644 index 0000000000000000000000000000000000000000..62572156cdabc79a192d2b86da6ec68910410599 --- /dev/null +++ b/vlm/train/HJlQfnCqKX/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ab7d7da3b4b04961ead196418ec325e1d27a26e6776063ce6ded2c6dbfdb6f5 +size 560090 diff --git a/vlm/train/HJlQfnCqKX/7.png b/vlm/train/HJlQfnCqKX/7.png new file mode 100644 index 0000000000000000000000000000000000000000..674528d64dd1464bc7c8dae6fe8e43f7505ee77f --- /dev/null +++ b/vlm/train/HJlQfnCqKX/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56da45240e0b12729c93245f09867eb00dbdad4eab11ae27b515ff74d733349a +size 576297 diff --git a/vlm/train/HJlQfnCqKX/8.png b/vlm/train/HJlQfnCqKX/8.png new file mode 100644 index 0000000000000000000000000000000000000000..b66deaf54d801d6d117be1f617ee679e4963a8de --- /dev/null +++ b/vlm/train/HJlQfnCqKX/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a24d1efc18c7a0feead5879c73874214e05faa32ba5bb6a44752184468471238 +size 490703 diff --git a/vlm/train/HJlQfnCqKX/9.png b/vlm/train/HJlQfnCqKX/9.png new file mode 100644 index 0000000000000000000000000000000000000000..700d12a5a2f9412831b36981c5a1e98f447fa015 --- /dev/null +++ b/vlm/train/HJlQfnCqKX/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30d33bbcb0a124c763c170788ee6717ade2ddee356f8df915a444a71f75c6c38 +size 520052 diff --git a/vlm/train/HJnQJXbC-/0.png b/vlm/train/HJnQJXbC-/0.png new file mode 100644 index 0000000000000000000000000000000000000000..ff4756b1a96b02d99e26011f4c16651e4a563b3e --- /dev/null +++ b/vlm/train/HJnQJXbC-/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ebaaa49360a583e147b1d7340c85405420676a937407d7fef805647502a7de2 +size 494553 diff --git a/vlm/train/HJnQJXbC-/1.png b/vlm/train/HJnQJXbC-/1.png new file mode 100644 index 0000000000000000000000000000000000000000..1b72208a9e7a95cb45fb51f2f6987af1745ad693 --- /dev/null +++ b/vlm/train/HJnQJXbC-/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:820eb32be1b5a2ee14e266e30328d4a265b2a1ef22f12df9c77fe540cd08f763 +size 486856 diff --git a/vlm/train/HJnQJXbC-/10.png b/vlm/train/HJnQJXbC-/10.png new file mode 100644 index 0000000000000000000000000000000000000000..4018bd97329ad6e2a6e2f4c2b2cf2b7313728030 --- /dev/null +++ b/vlm/train/HJnQJXbC-/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daaebdb7da0f0346961d99d4bf47f00c73c7a8a1e898024057f970eb3fe98480 +size 490798 diff --git a/vlm/train/HJnQJXbC-/11.png b/vlm/train/HJnQJXbC-/11.png new file mode 100644 index 0000000000000000000000000000000000000000..4335084baf842b1a65cb6d1148199e64715fc1d6 --- /dev/null +++ b/vlm/train/HJnQJXbC-/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0f3fc07b3a536894c622a1d8534850d104de216a87f2b6258d8fe72f5af7ecb +size 512085 diff --git a/vlm/train/HJnQJXbC-/12.png b/vlm/train/HJnQJXbC-/12.png new file mode 100644 index 0000000000000000000000000000000000000000..79db0c53411d45b7a439519e197d0308006867f1 --- /dev/null +++ b/vlm/train/HJnQJXbC-/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6c74e9e7ca5be5adce8965a5ab84451491304b66ecbfc69c19c6edbe8070973 +size 397279 diff --git a/vlm/train/HJnQJXbC-/13.png b/vlm/train/HJnQJXbC-/13.png new file mode 100644 index 0000000000000000000000000000000000000000..7a1d1d29d1e628446f9f036e1233efc07fcb8b30 --- /dev/null +++ b/vlm/train/HJnQJXbC-/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5bcba5130e615c76ddfa9bef2c04f9658e85be939963b1fc4367fe0916606e9 +size 356748 diff --git a/vlm/train/HJnQJXbC-/14.png b/vlm/train/HJnQJXbC-/14.png new file mode 100644 index 0000000000000000000000000000000000000000..1c204dfe8455de810c688277cd5c2ac40803079d --- /dev/null +++ b/vlm/train/HJnQJXbC-/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04d94aaa4bb330b0bb35ef76cf3af9503c17235e9b6ba37c12ea631db7263847 +size 400458 diff --git a/vlm/train/HJnQJXbC-/15.png b/vlm/train/HJnQJXbC-/15.png new file mode 100644 index 0000000000000000000000000000000000000000..4552443a128925eaa7d7f85bf208dc6894383cad --- /dev/null +++ b/vlm/train/HJnQJXbC-/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59ef42177b8f00aefd62d39f59ce6a79323fee9e3f9a165639a3412d544a51ea +size 524171 diff --git a/vlm/train/HJnQJXbC-/16.png b/vlm/train/HJnQJXbC-/16.png new file mode 100644 index 0000000000000000000000000000000000000000..43799ea4b7021e66affdae8e8714cb7298bb1bd4 --- /dev/null +++ b/vlm/train/HJnQJXbC-/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a32ee03981a83348bebfc8b635c04ad7262813fa5145cae7f8a683273ae4b635 +size 215965 diff --git a/vlm/train/HJnQJXbC-/2.png b/vlm/train/HJnQJXbC-/2.png new file mode 100644 index 0000000000000000000000000000000000000000..53ccc3e7cf8932567667a63a6bee73a01105b869 --- /dev/null +++ b/vlm/train/HJnQJXbC-/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7540f03396f39ff76a9cd6db6bea93346079c06c2529ce4085786ccf10d8bd57 +size 479877 diff --git a/vlm/train/HJnQJXbC-/3.png b/vlm/train/HJnQJXbC-/3.png new file mode 100644 index 0000000000000000000000000000000000000000..1dc6a019e98892b53627f2d30dc939331e022835 --- /dev/null +++ b/vlm/train/HJnQJXbC-/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80e3983512c6fb6edcda194ae196119ac1bfcb0791f376d8f579072818a2ab43 +size 599289 diff --git a/vlm/train/HJnQJXbC-/4.png b/vlm/train/HJnQJXbC-/4.png new file mode 100644 index 0000000000000000000000000000000000000000..54390a1ad330c547219c23ed3da9e941a13820f8 --- /dev/null +++ b/vlm/train/HJnQJXbC-/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19988563bd4a5fc9e2b90b51cb39ce6a8dcb17eccf690f988c8e009ba212d19d +size 500100 diff --git a/vlm/train/HJnQJXbC-/5.png b/vlm/train/HJnQJXbC-/5.png new file mode 100644 index 0000000000000000000000000000000000000000..9ac43954f92b5cf07887c8a9533427f5e5acddd1 --- /dev/null +++ b/vlm/train/HJnQJXbC-/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d6b188f9efb03bb9eae1fbcfde5f9457889833d93061b17e2416eb60731091a +size 552922 diff --git a/vlm/train/HJnQJXbC-/6.png b/vlm/train/HJnQJXbC-/6.png new file mode 100644 index 0000000000000000000000000000000000000000..72f61901fc0e88880c2d696175dca10f820f3ed0 --- /dev/null +++ b/vlm/train/HJnQJXbC-/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6d8cc20df9e231495e344e6fff4f582128dd50ed74df291dd4b398d091b504c +size 511512 diff --git a/vlm/train/HJnQJXbC-/7.png b/vlm/train/HJnQJXbC-/7.png new file mode 100644 index 0000000000000000000000000000000000000000..0b632d6d6dc9a9109998d3be47cafdbb21af98c5 --- /dev/null +++ b/vlm/train/HJnQJXbC-/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe803ec63baceb60d7afdc8a14008e8520a9ffeba1eccb1f81306d9b250afed5 +size 571478 diff --git a/vlm/train/HJnQJXbC-/8.png b/vlm/train/HJnQJXbC-/8.png new file mode 100644 index 0000000000000000000000000000000000000000..7eafd47bc2f0704e23bc4bfc73775e0f651961d4 --- /dev/null +++ b/vlm/train/HJnQJXbC-/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1c909bfa2aa68be51af45a8415afc86aef12a908eb19a6175b9d0913780266c +size 632075 diff --git a/vlm/train/HJnQJXbC-/9.png b/vlm/train/HJnQJXbC-/9.png new file mode 100644 index 0000000000000000000000000000000000000000..7fae04344e35a197043a02134110b1267b9bda7b --- /dev/null +++ b/vlm/train/HJnQJXbC-/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b54d6f727148da354f2bfcbe997269353e89897a6b8a9651b6db8f19164c20a +size 517655 diff --git a/vlm/train/Hyg1G2AqtQ/0.png b/vlm/train/Hyg1G2AqtQ/0.png new file mode 100644 index 0000000000000000000000000000000000000000..d053db8019881f628cfb8aacbecd826766859a81 --- /dev/null +++ b/vlm/train/Hyg1G2AqtQ/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8472b634a6072968778a485bdd925f3ae0897c72e45011cf8ef9bf15327b88c3 +size 585047 diff --git a/vlm/train/Hyg1G2AqtQ/1.png b/vlm/train/Hyg1G2AqtQ/1.png new file mode 100644 index 0000000000000000000000000000000000000000..5cd3e2b181cb10963955de2000efa543b48d0ce8 --- /dev/null +++ b/vlm/train/Hyg1G2AqtQ/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3cf62bddebb5c206b5ee82b5e69b86e72dcb82c19aab8eb410a94baf788742d +size 707861 diff --git a/vlm/train/Hyg1G2AqtQ/10.png b/vlm/train/Hyg1G2AqtQ/10.png new file mode 100644 index 0000000000000000000000000000000000000000..042b5f6ab1f28a53a46adfd09379c16988a1320d --- /dev/null +++ b/vlm/train/Hyg1G2AqtQ/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eae2e7758fc65b62c48cb605efe7eea213a8a835afac7646b9d6cee410ad87eb +size 540982 diff --git a/vlm/train/Hyg1G2AqtQ/11.png b/vlm/train/Hyg1G2AqtQ/11.png new file mode 100644 index 0000000000000000000000000000000000000000..b81776810bde9d90f49ad522cffa93978a9f4e5c --- /dev/null +++ b/vlm/train/Hyg1G2AqtQ/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a92e47817b09978cbd6643102c03ca9444ea318d17ceaa97ff8c0b783dabbbeb +size 87807 diff --git a/vlm/train/Hyg1G2AqtQ/12.png b/vlm/train/Hyg1G2AqtQ/12.png new file mode 100644 index 0000000000000000000000000000000000000000..9a0308cd65f80949d894c83c6821d35cbd65738e --- /dev/null +++ b/vlm/train/Hyg1G2AqtQ/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b77cc9f89b81b97b5059d4961a9f2ded0e06355ee262effb05efa0f0af3b52fb +size 456651 diff --git a/vlm/train/Hyg1G2AqtQ/13.png b/vlm/train/Hyg1G2AqtQ/13.png new file mode 100644 index 0000000000000000000000000000000000000000..0bf59533f8342fb35a8a0e98b9ab31b63304a651 --- /dev/null +++ b/vlm/train/Hyg1G2AqtQ/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79897e5c1a4392832fce9e18d71be150f29a7fb6757575f39f163ada4ce958bf +size 300059 diff --git a/vlm/train/Hyg1G2AqtQ/14.png b/vlm/train/Hyg1G2AqtQ/14.png new file mode 100644 index 0000000000000000000000000000000000000000..fc48beda782becbe8442950b218615a5aafc94fe --- /dev/null +++ b/vlm/train/Hyg1G2AqtQ/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f93e7dd4f3996d7c20e3b8311a1a29c0afc8bf5bc5ae918c053d7fa400ba4492 +size 323374 diff --git a/vlm/train/Hyg1G2AqtQ/15.png b/vlm/train/Hyg1G2AqtQ/15.png new file mode 100644 index 0000000000000000000000000000000000000000..6da1fdffacf78e0dd4f10b1ebe74f2aba62daad3 --- /dev/null +++ b/vlm/train/Hyg1G2AqtQ/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e7c73169fd74d651b67c47044c01d7252a91a8123d51a0e6b6d074d3528c3f0 +size 530579 diff --git a/vlm/train/Hyg1G2AqtQ/16.png b/vlm/train/Hyg1G2AqtQ/16.png new file mode 100644 index 0000000000000000000000000000000000000000..02798efd2b350edef2305d928b0ee07c0f57945d --- /dev/null +++ b/vlm/train/Hyg1G2AqtQ/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fbd4ef42c91ef1c0d03a520ae88dc8dbca080762ddeedde0ddb427d5e0da737 +size 615157 diff --git a/vlm/train/Hyg1G2AqtQ/17.png b/vlm/train/Hyg1G2AqtQ/17.png new file mode 100644 index 0000000000000000000000000000000000000000..1de49e34bd1c7f502111ae4d435235a372335c76 --- /dev/null +++ b/vlm/train/Hyg1G2AqtQ/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8457f78a8ef6e2c8d98f05f13fcbb14715e1fe825a78fc1929a72ddabf029c95 +size 672507 diff --git a/vlm/train/Hyg1G2AqtQ/18.png b/vlm/train/Hyg1G2AqtQ/18.png new file mode 100644 index 0000000000000000000000000000000000000000..a26f45a4a454aabc7ec3f2c70153944dca09fc2a --- /dev/null +++ b/vlm/train/Hyg1G2AqtQ/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b25c81dd4dda5f971c537dc990fee684d55d576d38de84bdd11fb2d6a00ed705 +size 597844 diff --git a/vlm/train/Hyg1G2AqtQ/19.png b/vlm/train/Hyg1G2AqtQ/19.png new file mode 100644 index 0000000000000000000000000000000000000000..878b29d42fd319e85144adadf4c027c953b049f7 --- /dev/null +++ b/vlm/train/Hyg1G2AqtQ/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c11062506a9b7cfe576ef20bb9874708b7eeaccd8e333e2c1e96120647633856 +size 547582 diff --git a/vlm/train/Hyg1G2AqtQ/2.png b/vlm/train/Hyg1G2AqtQ/2.png new file mode 100644 index 0000000000000000000000000000000000000000..b57e9cc86ca3475c42e7119c6e3a4b682345e113 --- /dev/null +++ b/vlm/train/Hyg1G2AqtQ/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b58d4623f2922a852ef1747b22694ec33e6cc97ce7306ec08677d61d6927b49a +size 629378 diff --git a/vlm/train/Hyg1G2AqtQ/3.png b/vlm/train/Hyg1G2AqtQ/3.png new file mode 100644 index 0000000000000000000000000000000000000000..9ec809ca02ba6b1eae3bb4502ea19376956ca61b --- /dev/null +++ b/vlm/train/Hyg1G2AqtQ/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4768432190d002cb254c93dcedb445ffeeb4fcea3c15d7767edb0cc928d10c4c +size 633504 diff --git a/vlm/train/Hyg1G2AqtQ/4.png b/vlm/train/Hyg1G2AqtQ/4.png new file mode 100644 index 0000000000000000000000000000000000000000..cf54327cd637e33c4c4cd5f492b0cbe154bc1ee9 --- /dev/null +++ b/vlm/train/Hyg1G2AqtQ/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c5d43b88bd3c39d4b8356b18b163392bcb68872981417d6af8a0e0943d172cf +size 553334 diff --git a/vlm/train/Hyg1G2AqtQ/5.png b/vlm/train/Hyg1G2AqtQ/5.png new file mode 100644 index 0000000000000000000000000000000000000000..7a64fe9ac9ab4f69ae160db0f45d3163630fcc7d --- /dev/null +++ b/vlm/train/Hyg1G2AqtQ/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7f0b31a79ff0714148d1a3da2ff13d31f4ee3e08e07851cd43462ec889531fd +size 562023 diff --git a/vlm/train/Hyg1G2AqtQ/6.png b/vlm/train/Hyg1G2AqtQ/6.png new file mode 100644 index 0000000000000000000000000000000000000000..6b5fbd4508de7d57ab17343a6d764bc11e24369b --- /dev/null +++ b/vlm/train/Hyg1G2AqtQ/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a07243daccbd1ad5f9a2d6f78010e78d3ef44e6954c223ad45c3e998dd23aa6 +size 685873 diff --git a/vlm/train/Hyg1G2AqtQ/7.png b/vlm/train/Hyg1G2AqtQ/7.png new file mode 100644 index 0000000000000000000000000000000000000000..ef4d1999761def950532df7ba733e8ef02437203 --- /dev/null +++ b/vlm/train/Hyg1G2AqtQ/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f038c98347a38d413f27cf9880293ccce64756aeeea9415bc1687a97eb9f304 +size 658603 diff --git a/vlm/train/Hyg1G2AqtQ/8.png b/vlm/train/Hyg1G2AqtQ/8.png new file mode 100644 index 0000000000000000000000000000000000000000..3b1bc2ad05075ec2baf7e4af89f9bf48788a1927 --- /dev/null +++ b/vlm/train/Hyg1G2AqtQ/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c972e3f652d7a01dd57d64b98ea1015adc97b2207d1166f81f507f4683073f9 +size 538664 diff --git a/vlm/train/Hyg1G2AqtQ/9.png b/vlm/train/Hyg1G2AqtQ/9.png new file mode 100644 index 0000000000000000000000000000000000000000..d1898b246cba2e6808ae054fb048130597332db3 --- /dev/null +++ b/vlm/train/Hyg1G2AqtQ/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c94747a258f15187c2f4dd327a3ea16882061c7356ccbfb6775e2e23504b40d5 +size 550564 diff --git a/vlm/train/Hyx0slrFvH/0.png b/vlm/train/Hyx0slrFvH/0.png new file mode 100644 index 0000000000000000000000000000000000000000..199ef66731223e481e7f3880c8a961c661f0fbcf --- /dev/null +++ b/vlm/train/Hyx0slrFvH/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b695727b8ccf5e797bef04ee6e3c1a139baf3845c3926f514b45ade19f1f5190 +size 490505 diff --git a/vlm/train/Hyx0slrFvH/1.png b/vlm/train/Hyx0slrFvH/1.png new file mode 100644 index 0000000000000000000000000000000000000000..e3707c10402d943e688cf0b9ebdede050707aca3 --- /dev/null +++ b/vlm/train/Hyx0slrFvH/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10528195a09978f4cdeef41ae287a0d69ea102c5b63f76aa7d38f0187c44ec82 +size 576444 diff --git a/vlm/train/Hyx0slrFvH/10.png b/vlm/train/Hyx0slrFvH/10.png new file mode 100644 index 0000000000000000000000000000000000000000..61449241c5c5f247b611cfce000d073c5c5be74d --- /dev/null +++ b/vlm/train/Hyx0slrFvH/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8b9fa65776707fccd00eb22dcbb16afdfa7b5b3c630469e1f6a361a75261c35 +size 364377 diff --git a/vlm/train/Hyx0slrFvH/11.png b/vlm/train/Hyx0slrFvH/11.png new file mode 100644 index 0000000000000000000000000000000000000000..973501e02f81c4b2d7a7156920b7347258757ed5 --- /dev/null +++ b/vlm/train/Hyx0slrFvH/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b60657724a42b88cd6feb243f2ae062831d6cefa431518ae25c29bbb85ee766f +size 358332 diff --git a/vlm/train/Hyx0slrFvH/12.png b/vlm/train/Hyx0slrFvH/12.png new file mode 100644 index 0000000000000000000000000000000000000000..c9b96d9d65f2fcc42a1f04705f20316825813ef6 --- /dev/null +++ b/vlm/train/Hyx0slrFvH/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0739f7df1825717496d696c5538429b8d5debf5db5df5b8f6b8603552d2aadf8 +size 286389 diff --git a/vlm/train/Hyx0slrFvH/13.png b/vlm/train/Hyx0slrFvH/13.png new file mode 100644 index 0000000000000000000000000000000000000000..97bc1fdbee1e49f8f99555e822542c3660567015 --- /dev/null +++ b/vlm/train/Hyx0slrFvH/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04a848777018404bd4d8752a9cb5b63b8c062b55eb620c2fe4cd59227e3c80d8 +size 626589 diff --git a/vlm/train/Hyx0slrFvH/14.png b/vlm/train/Hyx0slrFvH/14.png new file mode 100644 index 0000000000000000000000000000000000000000..4dbda98b9626350fdaf52775410f187d04b957a6 --- /dev/null +++ b/vlm/train/Hyx0slrFvH/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ceb90e1cd3a0fbdb32b663959980ed8080739abb61b4e27bb46deda2fd7d189 +size 163941 diff --git a/vlm/train/Hyx0slrFvH/15.png b/vlm/train/Hyx0slrFvH/15.png new file mode 100644 index 0000000000000000000000000000000000000000..6579499b148dd789c61e5fe4dafc272dc1971e82 --- /dev/null +++ b/vlm/train/Hyx0slrFvH/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:820a9a00c30e3d0f8ff6c6c512e2c8a012e7e16ec42b2b34db0af9b02a35dde8 +size 222554 diff --git a/vlm/train/Hyx0slrFvH/17.png b/vlm/train/Hyx0slrFvH/17.png new file mode 100644 index 0000000000000000000000000000000000000000..8b2855e65b58fd5e49aeaef599ff93d1cfd1ba10 --- /dev/null +++ b/vlm/train/Hyx0slrFvH/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18f7f449a12f8c9f5fc592e1f01cf44933ad8d83cbba2a924f867f6ef03bb8d4 +size 209285 diff --git a/vlm/train/Hyx0slrFvH/18.png b/vlm/train/Hyx0slrFvH/18.png new file mode 100644 index 0000000000000000000000000000000000000000..bb6c8423c29baded28bf2324f88fea0ce222e1d1 --- /dev/null +++ b/vlm/train/Hyx0slrFvH/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2dda7e8b0f23e0ace8c129463bee9d635e8d02898fc185e465eea7c7139608c +size 300771 diff --git a/vlm/train/Hyx0slrFvH/2.png b/vlm/train/Hyx0slrFvH/2.png new file mode 100644 index 0000000000000000000000000000000000000000..139a04195af618abe68fb8360052fa3ffa9345e1 --- /dev/null +++ b/vlm/train/Hyx0slrFvH/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3826cd2d4feaa3396ae25feeaafb6df791bbe64125497ab5ba38e587ada43d9a +size 585983 diff --git a/vlm/train/Hyx0slrFvH/20.png b/vlm/train/Hyx0slrFvH/20.png new file mode 100644 index 0000000000000000000000000000000000000000..7d760f2807c3682e812144d0ad2b464dbcf660fd --- /dev/null +++ b/vlm/train/Hyx0slrFvH/20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46d0bc812bec83e70a56cf180a5fc5b0896a67df17e05aabad6463fdd5a43d62 +size 289655 diff --git a/vlm/train/Hyx0slrFvH/3.png b/vlm/train/Hyx0slrFvH/3.png new file mode 100644 index 0000000000000000000000000000000000000000..220cb85a588bc9bde80f610f35bf34795e22af16 --- /dev/null +++ b/vlm/train/Hyx0slrFvH/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a6fc54cf61f75517c116b6f61b83b362e9bf263ae5d84dbe36f6dc0e7b14fa9 +size 485944 diff --git a/vlm/train/Hyx0slrFvH/4.png b/vlm/train/Hyx0slrFvH/4.png new file mode 100644 index 0000000000000000000000000000000000000000..91bb03d01cc582ddf2ebcb14f057709d024b1a8c --- /dev/null +++ b/vlm/train/Hyx0slrFvH/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6b010891448ba68d8a9ccad1bee22cc7a4462c3c5a45b8a188b50b8f4db2a49 +size 596227 diff --git a/vlm/train/Hyx0slrFvH/5.png b/vlm/train/Hyx0slrFvH/5.png new file mode 100644 index 0000000000000000000000000000000000000000..01b1d308de9b89b0f91b825ce5ff77d74056e204 --- /dev/null +++ b/vlm/train/Hyx0slrFvH/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd05ff434771658ff811c8a1ae7e9bc81748a6e9bec70486c18d8c4712924a83 +size 521313 diff --git a/vlm/train/Hyx0slrFvH/6.png b/vlm/train/Hyx0slrFvH/6.png new file mode 100644 index 0000000000000000000000000000000000000000..512e820202d1aa6ded78dd94e573a3e802c96801 --- /dev/null +++ b/vlm/train/Hyx0slrFvH/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44ca57e0a201b450a47721a532ae2a8a21aa8b1fd9a7a351c3103de889737220 +size 533448 diff --git a/vlm/train/Hyx0slrFvH/7.png b/vlm/train/Hyx0slrFvH/7.png new file mode 100644 index 0000000000000000000000000000000000000000..a351746f2a87dc63a6236260bab36c986782451e --- /dev/null +++ b/vlm/train/Hyx0slrFvH/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:435ff9d6e6c4deb56be6fd5f98e02398de6bdb35faf972c4cd3d1672c00c66f4 +size 609212 diff --git a/vlm/train/Hyx0slrFvH/8.png b/vlm/train/Hyx0slrFvH/8.png new file mode 100644 index 0000000000000000000000000000000000000000..8520a8e4e27d9ceb7bcaff0c9b50026ab946bb54 --- /dev/null +++ b/vlm/train/Hyx0slrFvH/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21dbefbba8950923e041b783c4611fa3a82914c1ac4e8296822fedda2b587191 +size 445295 diff --git a/vlm/train/Hyx0slrFvH/9.png b/vlm/train/Hyx0slrFvH/9.png new file mode 100644 index 0000000000000000000000000000000000000000..f758179564ef4ea5fcafd4939677419dc2617013 --- /dev/null +++ b/vlm/train/Hyx0slrFvH/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73ae8138927dc262cb946d20cc0e60a0ffb7d9e61c36ffc9f423441b46046510 +size 536126 diff --git a/vlm/train/KCzRX9N8BIH/0.png b/vlm/train/KCzRX9N8BIH/0.png new file mode 100644 index 0000000000000000000000000000000000000000..9eb11cf5d62613daf418a0cc29ed04b60f78f708 --- /dev/null +++ b/vlm/train/KCzRX9N8BIH/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36b98850f01ebc99f40b99e3d4c8b32d12bd517fc83d2da4ef358fce7b393bb3 +size 416817 diff --git a/vlm/train/KCzRX9N8BIH/1.png b/vlm/train/KCzRX9N8BIH/1.png new file mode 100644 index 0000000000000000000000000000000000000000..664ae24f2e7901dc5708a3abaac8eb5eb502fb7d --- /dev/null +++ b/vlm/train/KCzRX9N8BIH/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ffda925f1bd830c5bf72fc3f706f5983d49f0bb6b532e674d4e57d8833f05ca +size 450779 diff --git a/vlm/train/KCzRX9N8BIH/10.png b/vlm/train/KCzRX9N8BIH/10.png new file mode 100644 index 0000000000000000000000000000000000000000..b5e90f547b645de13f1e51233367ad2d81002c10 --- /dev/null +++ b/vlm/train/KCzRX9N8BIH/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40aaca0c9a7b54e6f32eae475414787d39a012ce0a8704e934cdf1d963a8646c +size 499855 diff --git a/vlm/train/KCzRX9N8BIH/11.png b/vlm/train/KCzRX9N8BIH/11.png new file mode 100644 index 0000000000000000000000000000000000000000..e3542d9b3f03b3443cfa11e07b1ef03a88135b16 --- /dev/null +++ b/vlm/train/KCzRX9N8BIH/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d56f46bfb929f6cf38c1fd6cb6e447610bf63aa61dc7ca4c61c218318b1c5c6 +size 585050 diff --git a/vlm/train/KCzRX9N8BIH/2.png b/vlm/train/KCzRX9N8BIH/2.png new file mode 100644 index 0000000000000000000000000000000000000000..e06158b93850d2b76070bf277f176a690f964fe9 --- /dev/null +++ b/vlm/train/KCzRX9N8BIH/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8961414966f681493910bcd1c6631c6c7dc020f7b872a6a4864ce4a10441c758 +size 588997 diff --git a/vlm/train/KCzRX9N8BIH/3.png b/vlm/train/KCzRX9N8BIH/3.png new file mode 100644 index 0000000000000000000000000000000000000000..d6729a8914ae4a6f2cb869a0a9d8ca5c780bd41a --- /dev/null +++ b/vlm/train/KCzRX9N8BIH/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97a2c3b736e3c6e0d6d1f9ff17b55254f60e99ca60de63625c18373932c03bb0 +size 889507 diff --git a/vlm/train/KCzRX9N8BIH/4.png b/vlm/train/KCzRX9N8BIH/4.png new file mode 100644 index 0000000000000000000000000000000000000000..2a2c74c913bbd18619a9ff35f98f3cd8d5b7a705 --- /dev/null +++ b/vlm/train/KCzRX9N8BIH/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39d5f3418ec539dc770e511ffcda974136d48b00e656b6f9ea28b5bca0daaf76 +size 580513 diff --git a/vlm/train/KCzRX9N8BIH/5.png b/vlm/train/KCzRX9N8BIH/5.png new file mode 100644 index 0000000000000000000000000000000000000000..aab84664d8200a1f0f550778c78be205d68f2a3f --- /dev/null +++ b/vlm/train/KCzRX9N8BIH/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adc3beaa83c7b3d82c73c1205d0088d2f9426234bf6696bd00a49815fd1f4bfb +size 868874 diff --git a/vlm/train/KCzRX9N8BIH/6.png b/vlm/train/KCzRX9N8BIH/6.png new file mode 100644 index 0000000000000000000000000000000000000000..4c3127d2bba80a834f6f0cd1a12e504af84d631d --- /dev/null +++ b/vlm/train/KCzRX9N8BIH/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08390fd3b5e95370b20f4f463692c965bf7a3683a7a4c5dd21b3ffca6ac8d020 +size 494004 diff --git a/vlm/train/KCzRX9N8BIH/7.png b/vlm/train/KCzRX9N8BIH/7.png new file mode 100644 index 0000000000000000000000000000000000000000..6a61d1b588eb62b6eec1e78b8f3ac1f6ec774c01 --- /dev/null +++ b/vlm/train/KCzRX9N8BIH/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7441f7022bb2e308f7dd77af6ac3cf2406dfdb9d3d3fbc8cac2ca935efbab783 +size 603860 diff --git a/vlm/train/KCzRX9N8BIH/8.png b/vlm/train/KCzRX9N8BIH/8.png new file mode 100644 index 0000000000000000000000000000000000000000..3abf2e5f45f43c14d10d79dde2f2bf7d7853bc93 --- /dev/null +++ b/vlm/train/KCzRX9N8BIH/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d21a9b28eaecdce0c2f6df98990d84334b4d1b8b75e996f006216fa613f60e0f +size 474448 diff --git a/vlm/train/KCzRX9N8BIH/9.png b/vlm/train/KCzRX9N8BIH/9.png new file mode 100644 index 0000000000000000000000000000000000000000..c5cfe061a687c4026977a21b70a540141bc8eb00 --- /dev/null +++ b/vlm/train/KCzRX9N8BIH/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8f2342f01e680fb9253867844ee1e4e430a823268e42999ff8b0fda927d08ff +size 528154 diff --git a/vlm/train/Re_VXFOyyO/0.png b/vlm/train/Re_VXFOyyO/0.png new file mode 100644 index 0000000000000000000000000000000000000000..057c24d09b1059c2f9f06fa9a3691c4ee9364cb0 --- /dev/null +++ b/vlm/train/Re_VXFOyyO/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae01c43c20d26f3cee53122270568938318c8d35ded880e57b62327456440cab +size 348076 diff --git a/vlm/train/Re_VXFOyyO/1.png b/vlm/train/Re_VXFOyyO/1.png new file mode 100644 index 0000000000000000000000000000000000000000..e28f890bce76dfaf0da9ed45f16734d1245e9643 --- /dev/null +++ b/vlm/train/Re_VXFOyyO/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:298b5c32faa3d1cdd16ee5c87bad1afeeed0779408d3c80031dcb26fcd5933fb +size 552330 diff --git a/vlm/train/Re_VXFOyyO/11.png b/vlm/train/Re_VXFOyyO/11.png new file mode 100644 index 0000000000000000000000000000000000000000..49060d026091641151f258e3c42466fee463134a --- /dev/null +++ b/vlm/train/Re_VXFOyyO/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a32c0c98367d20ec6f660afb53409a156ce0668b8c66ab62eadb943d84a619eb +size 557066 diff --git a/vlm/train/Re_VXFOyyO/12.png b/vlm/train/Re_VXFOyyO/12.png new file mode 100644 index 0000000000000000000000000000000000000000..a77742b6e51e40765fb8a421f853bb7c3b417e76 --- /dev/null +++ b/vlm/train/Re_VXFOyyO/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:065f9a9dea75913065326aa80a4ad608bbb0347ca1d65b17ecb3b04d29856272 +size 388065 diff --git a/vlm/train/Re_VXFOyyO/2.png b/vlm/train/Re_VXFOyyO/2.png new file mode 100644 index 0000000000000000000000000000000000000000..4cf2a01ce14b1a2f20ff4aada16363f8fec81247 --- /dev/null +++ b/vlm/train/Re_VXFOyyO/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f65f08a6cc76ef3b658dda9f0c603f8bbba432ab9ddbfe36218c7c2571044e1b +size 566244 diff --git a/vlm/train/Re_VXFOyyO/4.png b/vlm/train/Re_VXFOyyO/4.png new file mode 100644 index 0000000000000000000000000000000000000000..d63755b5e0b846955a83c4e53ea3d7c62e061548 --- /dev/null +++ b/vlm/train/Re_VXFOyyO/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0302cc1bb220091618119500cf74edfbd31fc608c11db6dcafff39c37a2f655 +size 412289 diff --git a/vlm/train/Re_VXFOyyO/5.png b/vlm/train/Re_VXFOyyO/5.png new file mode 100644 index 0000000000000000000000000000000000000000..23cc213f4d786b86c4c83d760b709e2b9b6ce3e4 --- /dev/null +++ b/vlm/train/Re_VXFOyyO/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f962cbfb874d28ae5a9d69db6d3200839b9b961301249fb81fc294d0f9ecba7e +size 474091 diff --git a/vlm/train/Re_VXFOyyO/7.png b/vlm/train/Re_VXFOyyO/7.png new file mode 100644 index 0000000000000000000000000000000000000000..25b2a4aa79680a5f8a36c2d822f836e8ec19e59c --- /dev/null +++ b/vlm/train/Re_VXFOyyO/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fac1697678fd1d2d4a6560941d8f79c6df10a0092c8e1b12e2c72f94c043bb2f +size 566815 diff --git a/vlm/train/Re_VXFOyyO/8.png b/vlm/train/Re_VXFOyyO/8.png new file mode 100644 index 0000000000000000000000000000000000000000..512b9be23abb975c54921aa6af32cd115c349461 --- /dev/null +++ b/vlm/train/Re_VXFOyyO/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a48f9f852551ff3206ec995a149be7fa2af8d8056d4a621e4699ba82c0337fc +size 542436 diff --git a/vlm/train/Sk7KsfW0-/0.png b/vlm/train/Sk7KsfW0-/0.png new file mode 100644 index 0000000000000000000000000000000000000000..a283c9ad64c7c2dc86e41f1014318fc315cb25e0 --- /dev/null +++ b/vlm/train/Sk7KsfW0-/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cb0a828784bf4bfb347c6b6c20b415372c06bf784abcc57067991795828e140 +size 489381 diff --git a/vlm/train/Sk7KsfW0-/1.png b/vlm/train/Sk7KsfW0-/1.png new file mode 100644 index 0000000000000000000000000000000000000000..9006b2bf392dcf68dfe041a3c0343a7b39555d19 --- /dev/null +++ b/vlm/train/Sk7KsfW0-/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b68b66c80975da66f4305ff43c0f77b8a05c3806d93dd10cf79122924a826636 +size 580193 diff --git a/vlm/train/Sk7KsfW0-/10.png b/vlm/train/Sk7KsfW0-/10.png new file mode 100644 index 0000000000000000000000000000000000000000..a06778cc4463b9c790a7fb67712f81164c66b9bd --- /dev/null +++ b/vlm/train/Sk7KsfW0-/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4e8028ac155df94a2d0c5d81b9a3758462f86ae02e25bbe3d526a1e05ea0f25 +size 395640 diff --git a/vlm/train/Sk7KsfW0-/2.png b/vlm/train/Sk7KsfW0-/2.png new file mode 100644 index 0000000000000000000000000000000000000000..6c10da6d1cf234c51ca89cbc4154252203479a03 --- /dev/null +++ b/vlm/train/Sk7KsfW0-/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7d1ba25852607f3b4bcb7b6c538087c75da7ab605933b09bff44e5235d12b97 +size 575677 diff --git a/vlm/train/Sk7KsfW0-/3.png b/vlm/train/Sk7KsfW0-/3.png new file mode 100644 index 0000000000000000000000000000000000000000..3e118fcf131ee76db282996df7d1c1af671c4d40 --- /dev/null +++ b/vlm/train/Sk7KsfW0-/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d027a12dd42e6d8a8cee280e1dfbd36c8cf014a01d6cb89dae4ee9a620796b0 +size 505957 diff --git a/vlm/train/Sk7KsfW0-/4.png b/vlm/train/Sk7KsfW0-/4.png new file mode 100644 index 0000000000000000000000000000000000000000..63b324762550d7a2acaaa27095add060a8e34426 --- /dev/null +++ b/vlm/train/Sk7KsfW0-/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8ec12e34f8f823c010910dcf340e52e6f0d27e0b738ecf96db07a451fbae337 +size 497725 diff --git a/vlm/train/Sk7KsfW0-/5.png b/vlm/train/Sk7KsfW0-/5.png new file mode 100644 index 0000000000000000000000000000000000000000..7cf7ab892bd6054d905f21881b45d8e2ae04c11c --- /dev/null +++ b/vlm/train/Sk7KsfW0-/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd36751de66dbf9d1f8b55aeacb361524aedea1aaf2182723583c946ab2283d2 +size 496985 diff --git a/vlm/train/Sk7KsfW0-/6.png b/vlm/train/Sk7KsfW0-/6.png new file mode 100644 index 0000000000000000000000000000000000000000..21780abd9417f088b1412f9550257ccc584ac30d --- /dev/null +++ b/vlm/train/Sk7KsfW0-/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba8071114316cbebceae14640dd96ec42929445431279398f6b041b75ff823c7 +size 549059 diff --git a/vlm/train/Sk7KsfW0-/7.png b/vlm/train/Sk7KsfW0-/7.png new file mode 100644 index 0000000000000000000000000000000000000000..f839479a789349c4f521b7f4f22371e6cef83da0 --- /dev/null +++ b/vlm/train/Sk7KsfW0-/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3946db5821d3b88cef147c6c252c61a2f953b5047486f68d4be06172a5950fd +size 592830 diff --git a/vlm/train/Sk7KsfW0-/8.png b/vlm/train/Sk7KsfW0-/8.png new file mode 100644 index 0000000000000000000000000000000000000000..6eaccc97eaefabe81f7646a61c485198a060d6ab --- /dev/null +++ b/vlm/train/Sk7KsfW0-/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cc3d6f75b519e0e6b1e41292ebc4149ac5174257cc5be8ff8dbc6fc3ab6fea6 +size 572601 diff --git a/vlm/train/Sk7KsfW0-/9.png b/vlm/train/Sk7KsfW0-/9.png new file mode 100644 index 0000000000000000000000000000000000000000..1d1d0f68e1bfe34209f5a0755868c6e5ee23c9ac --- /dev/null +++ b/vlm/train/Sk7KsfW0-/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:474bea844c33f77652d7caa8b698330f12855ba6af7af832542d3c3e426c14ff +size 539060 diff --git a/vlm/train/SkBsEQYll/0.png b/vlm/train/SkBsEQYll/0.png new file mode 100644 index 0000000000000000000000000000000000000000..59858eb69f1516a7fef519668a8f7cb48c5c5342 --- /dev/null +++ b/vlm/train/SkBsEQYll/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:008a85692a88af2fbf8ac7e41e1d25b270d939a30c320f498fae5bd3d75c40dc +size 477599 diff --git a/vlm/train/SkBsEQYll/1.png b/vlm/train/SkBsEQYll/1.png new file mode 100644 index 0000000000000000000000000000000000000000..cf7f8a0c1d9909bbbd4ca7786e1d05a8c24b23f2 --- /dev/null +++ b/vlm/train/SkBsEQYll/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49ddf6c6e0c524b9756b5a9a59d30ef2c48e92520cfe4e4a3a7417f1ed513f09 +size 545314 diff --git a/vlm/train/SkBsEQYll/10.png b/vlm/train/SkBsEQYll/10.png new file mode 100644 index 0000000000000000000000000000000000000000..aceae9dffb8da268bcbc14c9cb3d9b330a3dcca7 --- /dev/null +++ b/vlm/train/SkBsEQYll/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f45eee9eac877ee68ed1e8d41011c4b228f9b0432f12121c61a1566f67f517c9 +size 533925 diff --git a/vlm/train/SkBsEQYll/11.png b/vlm/train/SkBsEQYll/11.png new file mode 100644 index 0000000000000000000000000000000000000000..8368ef31025668c92ad79fffa774f1c45838de57 --- /dev/null +++ b/vlm/train/SkBsEQYll/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ab8e6bbc2181dcac46c7efeb53962438446c04fdfbff8d2d2ce05dabe5bc908 +size 520648 diff --git a/vlm/train/SkBsEQYll/12.png b/vlm/train/SkBsEQYll/12.png new file mode 100644 index 0000000000000000000000000000000000000000..a048d4c1d8722fff5ed29a219f260939f1024b40 --- /dev/null +++ b/vlm/train/SkBsEQYll/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33312c81c91cfca966d3ad53182c62d4ed7c915a195489e4ae799ed7385f9221 +size 847873 diff --git a/vlm/train/SkBsEQYll/13.png b/vlm/train/SkBsEQYll/13.png new file mode 100644 index 0000000000000000000000000000000000000000..df946d0bd6f270771873cec4c7b4ab806a6b5c61 --- /dev/null +++ b/vlm/train/SkBsEQYll/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e521114bbf672ee5dc08f6499aca69f2427a9939ea0a630bbfd59b5e1e5fc257 +size 254665 diff --git a/vlm/train/SkBsEQYll/2.png b/vlm/train/SkBsEQYll/2.png new file mode 100644 index 0000000000000000000000000000000000000000..10a78cb7a68bd86dfb0be3860322b41b265c1e24 --- /dev/null +++ b/vlm/train/SkBsEQYll/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8c243a1bf03f387af66eaa06cf5d5fb9534b641cdbf2e82df278772de1489b6 +size 497072 diff --git a/vlm/train/SkBsEQYll/3.png b/vlm/train/SkBsEQYll/3.png new file mode 100644 index 0000000000000000000000000000000000000000..383c72af59c7538a06d811f45de08354e4f86431 --- /dev/null +++ b/vlm/train/SkBsEQYll/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeb69cd8633641092c3d88c3407996da7b0432316234dbe66f7e7ff3fe92d4bc +size 554778 diff --git a/vlm/train/SkBsEQYll/4.png b/vlm/train/SkBsEQYll/4.png new file mode 100644 index 0000000000000000000000000000000000000000..ab801974822c0ec170d5a818ef770c28313ea165 --- /dev/null +++ b/vlm/train/SkBsEQYll/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6419b5ec6362e0beab844781d23978ff6f55d40778145d9f6bbf8235552ffd82 +size 843010 diff --git a/vlm/train/SkBsEQYll/5.png b/vlm/train/SkBsEQYll/5.png new file mode 100644 index 0000000000000000000000000000000000000000..ec721e3b65afac8362c38333f04f591ef611a00e --- /dev/null +++ b/vlm/train/SkBsEQYll/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ff5dd53735494d6d8fd1c54052f16956995edc88b828283c1de38e4eaf3765c +size 715198 diff --git a/vlm/train/SkBsEQYll/6.png b/vlm/train/SkBsEQYll/6.png new file mode 100644 index 0000000000000000000000000000000000000000..64a8ac0912aa216ecc57320c9c0a9eb09914ab43 --- /dev/null +++ b/vlm/train/SkBsEQYll/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce9c49012882df24723d9708d5d075b261a591cd21a46bb77662b4ea386dbb6d +size 492895 diff --git a/vlm/train/SkBsEQYll/7.png b/vlm/train/SkBsEQYll/7.png new file mode 100644 index 0000000000000000000000000000000000000000..0153879c095398260e9c01c43c79775e1184b0a7 --- /dev/null +++ b/vlm/train/SkBsEQYll/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e43422f21fc28f5972f4a2dc9d9c60879a97ff47e6aa37c3909c53b15eae2cd4 +size 596090 diff --git a/vlm/train/SkBsEQYll/8.png b/vlm/train/SkBsEQYll/8.png new file mode 100644 index 0000000000000000000000000000000000000000..62399f2c4eb11e3674964b96131f6795125464ba --- /dev/null +++ b/vlm/train/SkBsEQYll/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25ca0ff779d8ab7aec4e4c9942e8e975ef64b3363a93f96bb33171333aa64f32 +size 593858 diff --git a/vlm/train/SkBsEQYll/9.png b/vlm/train/SkBsEQYll/9.png new file mode 100644 index 0000000000000000000000000000000000000000..f5c1ab83ec06ba3a2389ea7b692527315e5dc485 --- /dev/null +++ b/vlm/train/SkBsEQYll/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71f4d6771dfe3fefbfcd53a3cf8ed73897d0081025a98f7b58a5f981d7cfab91 +size 498058 diff --git a/vlm/train/Sy2fzU9gl/0.png b/vlm/train/Sy2fzU9gl/0.png new file mode 100644 index 0000000000000000000000000000000000000000..7d826640cb56e5f345f68edef08224a6af9b9524 --- /dev/null +++ b/vlm/train/Sy2fzU9gl/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47148925019dddee4d1942cf3683099bf1c7e7e0adaaa1fe71a6dea0e2eb33fc +size 549774 diff --git a/vlm/train/Sy2fzU9gl/1.png b/vlm/train/Sy2fzU9gl/1.png new file mode 100644 index 0000000000000000000000000000000000000000..58b815bc97d3207c377a013038641edd0a38b678 --- /dev/null +++ b/vlm/train/Sy2fzU9gl/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:720cd0c3c4c1fd49f045454cfd526a158b3d6fc840dd39150241d97ad6231c1c +size 1669719 diff --git a/vlm/train/Sy2fzU9gl/10.png b/vlm/train/Sy2fzU9gl/10.png new file mode 100644 index 0000000000000000000000000000000000000000..d5eb337f225bbb8c6383e528213a9f0b28f98922 --- /dev/null +++ b/vlm/train/Sy2fzU9gl/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3d2b54c013bb190a8cac501dfba94518de199cf011e82d06399f4200d1b782e +size 556194 diff --git a/vlm/train/Sy2fzU9gl/11.png b/vlm/train/Sy2fzU9gl/11.png new file mode 100644 index 0000000000000000000000000000000000000000..b2b493350ea9ffc42becf58a4275399cd61f7983 --- /dev/null +++ b/vlm/train/Sy2fzU9gl/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b382cba8aef01171538333d17f46c6cda97cb80a3f90469880f305d2bc7132c +size 549108 diff --git a/vlm/train/Sy2fzU9gl/12.png b/vlm/train/Sy2fzU9gl/12.png new file mode 100644 index 0000000000000000000000000000000000000000..289ba98c9eede03a7be1765bec6f05a0d6cc9d72 --- /dev/null +++ b/vlm/train/Sy2fzU9gl/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdea78d31699b0172495085f7e125c79cd1b5cf15b4a995630030f877f3481dd +size 383065 diff --git a/vlm/train/Sy2fzU9gl/13.png b/vlm/train/Sy2fzU9gl/13.png new file mode 100644 index 0000000000000000000000000000000000000000..2da0e6fa2bcf2eba404c1041be6853d677b2b45c --- /dev/null +++ b/vlm/train/Sy2fzU9gl/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ad036b7dd5f886340a7288a01af94cabe134d5b1425149e34ebb2889eecec0c +size 457423 diff --git a/vlm/train/Sy2fzU9gl/14.png b/vlm/train/Sy2fzU9gl/14.png new file mode 100644 index 0000000000000000000000000000000000000000..c0d0ead29b6e021ae2afdd1139c87c2f59afd6d6 --- /dev/null +++ b/vlm/train/Sy2fzU9gl/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd45158d7bd32839efc2e5ea7df7987cf1388c0011a3f3a13ee68c48d601d385 +size 418192 diff --git a/vlm/train/Sy2fzU9gl/15.png b/vlm/train/Sy2fzU9gl/15.png new file mode 100644 index 0000000000000000000000000000000000000000..d03efa2ea68620c28cf65622d4b4e1605c4a3d4d --- /dev/null +++ b/vlm/train/Sy2fzU9gl/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b24c28c48b3841b885d218665e4fe6f60320744ea6b7e3fcb4aeb96cbc904b9 +size 348444 diff --git a/vlm/train/Sy2fzU9gl/16.png b/vlm/train/Sy2fzU9gl/16.png new file mode 100644 index 0000000000000000000000000000000000000000..babbaaf1149698bc074ab9de60e001cb53cbbaa8 --- /dev/null +++ b/vlm/train/Sy2fzU9gl/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71e37e96ec47e9be251e88b18f89af8ca6493805a10393427a8c54b331f34e43 +size 166815 diff --git a/vlm/train/Sy2fzU9gl/17.png b/vlm/train/Sy2fzU9gl/17.png new file mode 100644 index 0000000000000000000000000000000000000000..6686ebd6a4496b0de8023c73475e6c70d54d10e5 --- /dev/null +++ b/vlm/train/Sy2fzU9gl/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ed235e5941194d91167285595e504b26cb9cb6c201f8c6076d0054dc17920e2 +size 412724 diff --git a/vlm/train/Sy2fzU9gl/18.png b/vlm/train/Sy2fzU9gl/18.png new file mode 100644 index 0000000000000000000000000000000000000000..1753657f632c12a4f16132baad820b2fd486274d --- /dev/null +++ b/vlm/train/Sy2fzU9gl/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf1f2ecdc8f6a22caa13b58f667f870fe9c326c76fd26bc155c3ef91f8092c95 +size 403907 diff --git a/vlm/train/Sy2fzU9gl/19.png b/vlm/train/Sy2fzU9gl/19.png new file mode 100644 index 0000000000000000000000000000000000000000..9812455d00fd620c3b55cca43d8b0cba9bb4ba36 --- /dev/null +++ b/vlm/train/Sy2fzU9gl/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8a40fe69a3c672d9e862980caee5850d59fa84507f5ca38d0f1008aef8b2933 +size 2218161 diff --git a/vlm/train/Sy2fzU9gl/2.png b/vlm/train/Sy2fzU9gl/2.png new file mode 100644 index 0000000000000000000000000000000000000000..347c9027651c59193013d8f87824482541465436 --- /dev/null +++ b/vlm/train/Sy2fzU9gl/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d459049606a98d339b9f38a78889b2ecdf968f4aa28cdb8590029b72ff64122d +size 774588 diff --git a/vlm/train/Sy2fzU9gl/20.png b/vlm/train/Sy2fzU9gl/20.png new file mode 100644 index 0000000000000000000000000000000000000000..919552e7fae559c2d266b4acf40a4d301d600dab --- /dev/null +++ b/vlm/train/Sy2fzU9gl/20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ffb16e03702b93bb30993d9f8c719bcfc9a9a71643c159912014472e9447ebd +size 2176858 diff --git a/vlm/train/Sy2fzU9gl/21.png b/vlm/train/Sy2fzU9gl/21.png new file mode 100644 index 0000000000000000000000000000000000000000..a76e1a6fd3ede09effe00a54bddc9d7b82d0d575 --- /dev/null +++ b/vlm/train/Sy2fzU9gl/21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7a228f44223642a95656be328c9ebe3a00412f15cce3c0f120f6414e9ed9a62 +size 1625088 diff --git a/vlm/train/Sy2fzU9gl/3.png b/vlm/train/Sy2fzU9gl/3.png new file mode 100644 index 0000000000000000000000000000000000000000..bebc40b34ccf1494ad317b2d4eb5b037dc69682f --- /dev/null +++ b/vlm/train/Sy2fzU9gl/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6a8cf9ccfb9943c5ac183a6f23929e68a33aef8ba768c1bf3c2c7375932ee10 +size 1333367 diff --git a/vlm/train/Sy2fzU9gl/4.png b/vlm/train/Sy2fzU9gl/4.png new file mode 100644 index 0000000000000000000000000000000000000000..eed7f1a544ada8b2e50c02cba86aeb8e638b1d90 --- /dev/null +++ b/vlm/train/Sy2fzU9gl/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:138c898c6f71e2671d4e3b377bedaf94da02e3ba2c2e9562600e28610da39519 +size 583683 diff --git a/vlm/train/Sy2fzU9gl/5.png b/vlm/train/Sy2fzU9gl/5.png new file mode 100644 index 0000000000000000000000000000000000000000..bb52c0c85f4aabae060b4e6cc9e5b658bfd87422 --- /dev/null +++ b/vlm/train/Sy2fzU9gl/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62234acfb4ab42c38f64a7b1b4d83f42dfc69be53198e0928b41ada5de66b720 +size 511705 diff --git a/vlm/train/Sy2fzU9gl/6.png b/vlm/train/Sy2fzU9gl/6.png new file mode 100644 index 0000000000000000000000000000000000000000..43fb97f0887aa1688d62b75ef2a94a46b876e7e2 --- /dev/null +++ b/vlm/train/Sy2fzU9gl/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9d3d9e718e26fec4d8fcc64ecc055e4a65985f773bf8890bd18aeafff8b2d7e +size 560993 diff --git a/vlm/train/Sy2fzU9gl/7.png b/vlm/train/Sy2fzU9gl/7.png new file mode 100644 index 0000000000000000000000000000000000000000..bdd269d32aedc8c8f6fb5f6d9554feb0d070fab1 --- /dev/null +++ b/vlm/train/Sy2fzU9gl/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f3e4fb24caef30ff04e2e3ef72517db92e0a1730a2eb2bd85cffec569191295 +size 651835 diff --git a/vlm/train/Sy2fzU9gl/8.png b/vlm/train/Sy2fzU9gl/8.png new file mode 100644 index 0000000000000000000000000000000000000000..26d97fb6d7b08b79697ddbb3e81ea731259e3a42 --- /dev/null +++ b/vlm/train/Sy2fzU9gl/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b8a860115415a8ac7dbcc3374963cf8e44582fd1c0f2e859bde433e50bb4b93 +size 624644 diff --git a/vlm/train/Sy2fzU9gl/9.png b/vlm/train/Sy2fzU9gl/9.png new file mode 100644 index 0000000000000000000000000000000000000000..cc172e82aba6ca5c3830eba7da0f5115e7621cf1 --- /dev/null +++ b/vlm/train/Sy2fzU9gl/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7123b99394767b0f60ba2e4e23a7d2a0ace552ee8e201a76bcec0908f3560e8 +size 721505 diff --git a/vlm/train/SyMWn05F7/0.png b/vlm/train/SyMWn05F7/0.png new file mode 100644 index 0000000000000000000000000000000000000000..d122a6872f28b9d979ecbacf0245f84947453083 --- /dev/null +++ b/vlm/train/SyMWn05F7/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6d5e5d242269206ae64d699e9fba108b35d35ae6bd2718564786111ed3cfbdb +size 533105 diff --git a/vlm/train/SyMWn05F7/1.png b/vlm/train/SyMWn05F7/1.png new file mode 100644 index 0000000000000000000000000000000000000000..cd59e7136195757aa1650e3c613a9738f08ca738 --- /dev/null +++ b/vlm/train/SyMWn05F7/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b44cd79a5b4b5cabf683fd0d878fdc9dbf4632870141513b8c95ba08de078d32 +size 640224 diff --git a/vlm/train/SyMWn05F7/10.png b/vlm/train/SyMWn05F7/10.png new file mode 100644 index 0000000000000000000000000000000000000000..21f3ee9226eb5ea275faab443706ecea9d08563f --- /dev/null +++ b/vlm/train/SyMWn05F7/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6511ef0aaf15e03b8d38c73eb4f964022a7432b70bf33913212ab590d705b71f +size 284607 diff --git a/vlm/train/SyMWn05F7/11.png b/vlm/train/SyMWn05F7/11.png new file mode 100644 index 0000000000000000000000000000000000000000..c75119c4f6c8a2fae127ee61a80f3981dcddb5cf --- /dev/null +++ b/vlm/train/SyMWn05F7/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf022846ca771ea9c8b709648ce305716b01eef369432ba8de9b483a264ec581 +size 513858 diff --git a/vlm/train/SyMWn05F7/12.png b/vlm/train/SyMWn05F7/12.png new file mode 100644 index 0000000000000000000000000000000000000000..4f906958142c098aa5aada51425f7fa66204a0c9 --- /dev/null +++ b/vlm/train/SyMWn05F7/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa08a78c32cdcf3a5382846a94b83bc63cd0de597ec4b9a7b9d3627406aa5e05 +size 428062 diff --git a/vlm/train/SyMWn05F7/13.png b/vlm/train/SyMWn05F7/13.png new file mode 100644 index 0000000000000000000000000000000000000000..a85a8320acd098fecb6c20f3c168e11cd8ac51f5 --- /dev/null +++ b/vlm/train/SyMWn05F7/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de1cb5a051e53f6671aec068cb0199622a688ea266310e4618fc4b4cd205e7b4 +size 361219 diff --git a/vlm/train/SyMWn05F7/2.png b/vlm/train/SyMWn05F7/2.png new file mode 100644 index 0000000000000000000000000000000000000000..feb11784ccd15527959f2e83d33d17a9697c2cfc --- /dev/null +++ b/vlm/train/SyMWn05F7/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f11f2cbc0dd2108c958ff9adafbae8695092732f9bfa97dca1d5d2f8f2d67c16 +size 606752 diff --git a/vlm/train/SyMWn05F7/3.png b/vlm/train/SyMWn05F7/3.png new file mode 100644 index 0000000000000000000000000000000000000000..ec5d2d79d523cfffaa1aa7d5dd45eefc7e2e9bc2 --- /dev/null +++ b/vlm/train/SyMWn05F7/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8486a24d1ab9742391ba70e4976932391af034c6a1f7a6d633781a25ab97773 +size 536375 diff --git a/vlm/train/SyMWn05F7/4.png b/vlm/train/SyMWn05F7/4.png new file mode 100644 index 0000000000000000000000000000000000000000..7abe3d13a2ba8752d22c387ae64ac116d9b050b9 --- /dev/null +++ b/vlm/train/SyMWn05F7/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a2c0e054ffec91394f6af1525c0ff6bf5d37eecaa6826615028c3d682139d7f +size 542643 diff --git a/vlm/train/SyMWn05F7/5.png b/vlm/train/SyMWn05F7/5.png new file mode 100644 index 0000000000000000000000000000000000000000..26d0bffc0dfe7cd817f5c044c64344d0f520c7ea --- /dev/null +++ b/vlm/train/SyMWn05F7/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a798049013de45a5ea1830668cc041012ecf56f1bef1b81724ac8ab4cc315430 +size 620382 diff --git a/vlm/train/SyMWn05F7/6.png b/vlm/train/SyMWn05F7/6.png new file mode 100644 index 0000000000000000000000000000000000000000..45f83b70f10dacc5ec50d50079d22c8f3eeed1c0 --- /dev/null +++ b/vlm/train/SyMWn05F7/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18f1f402ceb598aabf31715f27ee3e103004a7b1c66282b481a65a63b1d32dd5 +size 643054 diff --git a/vlm/train/SyMWn05F7/7.png b/vlm/train/SyMWn05F7/7.png new file mode 100644 index 0000000000000000000000000000000000000000..d2d56c7212389f6ab6b5a5911e7271dce51d66f0 --- /dev/null +++ b/vlm/train/SyMWn05F7/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c914a41de40f6e0b9032f8976f912d3289c82fd0df4542c9d46fdfba900424d +size 699721 diff --git a/vlm/train/SyMWn05F7/8.png b/vlm/train/SyMWn05F7/8.png new file mode 100644 index 0000000000000000000000000000000000000000..e89c4030f97a92f1ba978ab41596a43970b7e5fd --- /dev/null +++ b/vlm/train/SyMWn05F7/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8563d27ea832acaa675c2e3c8a76368d96cc746f5faf38024d20f211322f6fab +size 492976 diff --git a/vlm/train/SyMWn05F7/9.png b/vlm/train/SyMWn05F7/9.png new file mode 100644 index 0000000000000000000000000000000000000000..2d2b79b72b977d6c82b5f00155c53f4efbe46f8f --- /dev/null +++ b/vlm/train/SyMWn05F7/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7be22e4d2c0bbd3478632c916774071413792052e6f82842f20e2a27d44ba668 +size 476185 diff --git a/vlm/train/SylO2yStDr/1.png b/vlm/train/SylO2yStDr/1.png new file mode 100644 index 0000000000000000000000000000000000000000..ce8b7bf7cb561d3a801c413850ca1c6b46bf6dcb --- /dev/null +++ b/vlm/train/SylO2yStDr/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ada8738bf688338211fa30d4e5b0da75fadb878d44b5d4333726916125ae354 +size 549793 diff --git a/vlm/train/SylO2yStDr/12.png b/vlm/train/SylO2yStDr/12.png new file mode 100644 index 0000000000000000000000000000000000000000..e27fbd06ebe98d266a7e867ad6e31e43f68a1bc7 --- /dev/null +++ b/vlm/train/SylO2yStDr/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e36e525fab033c87f6691436cbcd37bd59c5bbd2e4bb5dc818e5ca49d0715e20 +size 503771 diff --git a/vlm/train/SylO2yStDr/13.png b/vlm/train/SylO2yStDr/13.png new file mode 100644 index 0000000000000000000000000000000000000000..cdf8a62106b27e448582f846c77037ba9742f4c4 --- /dev/null +++ b/vlm/train/SylO2yStDr/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45797fdddf92b2aae02bc2d525fc36a4d63e26f2f2bc7e5f11284000351900c7 +size 407404 diff --git a/vlm/train/SylO2yStDr/4.png b/vlm/train/SylO2yStDr/4.png new file mode 100644 index 0000000000000000000000000000000000000000..776913da6e22479169dc712bb7b7664b7fa61be0 --- /dev/null +++ b/vlm/train/SylO2yStDr/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb67e8fd2e9b67ed9438f1f729f9d7efdf3f9bacd33a74d665e00dd9f7b50977 +size 505764 diff --git a/vlm/train/SylO2yStDr/5.png b/vlm/train/SylO2yStDr/5.png new file mode 100644 index 0000000000000000000000000000000000000000..5e30b6376dfebb6b4e378d28b386af143efb9f64 --- /dev/null +++ b/vlm/train/SylO2yStDr/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2dc2867386e8aedf5a244cde5d15f054e0ad46def17523a3ce714b7c56692a3 +size 506902 diff --git a/vlm/train/SylO2yStDr/7.png b/vlm/train/SylO2yStDr/7.png new file mode 100644 index 0000000000000000000000000000000000000000..f04673c3db07d5263b645ae9f80c665c57db61b4 --- /dev/null +++ b/vlm/train/SylO2yStDr/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f11508a3d88d8fc1ed4db4a2845ecd9f2f386c6be18fd54e4b7cf87e8cff28d +size 445439 diff --git a/vlm/train/SylO2yStDr/8.png b/vlm/train/SylO2yStDr/8.png new file mode 100644 index 0000000000000000000000000000000000000000..296ea2dcabe6fb25e2ae5a255615cf1453dffa9e --- /dev/null +++ b/vlm/train/SylO2yStDr/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bd66cd470cb1462e8dc45c3483dce655354831a4da855d1c364a57d2b0ca187 +size 469256 diff --git a/vlm/train/SysEexbRb/0.png b/vlm/train/SysEexbRb/0.png new file mode 100644 index 0000000000000000000000000000000000000000..d685ec2b4b753a99afacc05c355ec1ffeb29a517 --- /dev/null +++ b/vlm/train/SysEexbRb/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3e2f92d2214a25918664182b18e7ca811c8bc948aaf855f0bc87050c51e7df7 +size 477523 diff --git a/vlm/train/SysEexbRb/1.png b/vlm/train/SysEexbRb/1.png new file mode 100644 index 0000000000000000000000000000000000000000..dca772f1f5fbff9fb95aeeccbc0f816c9100cebe --- /dev/null +++ b/vlm/train/SysEexbRb/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b97700fb5506c9f67e74ca1fe57dd979df1ac0b6902ad78d01bc51e009ba17c7 +size 549370 diff --git a/vlm/train/SysEexbRb/10.png b/vlm/train/SysEexbRb/10.png new file mode 100644 index 0000000000000000000000000000000000000000..494fd90e0fd65ad9d21bf745ad1256ff86319c92 --- /dev/null +++ b/vlm/train/SysEexbRb/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8f1ac45333212bd617047432a751ac1bd0e4eef9549e260be0f57fdb5df40db +size 197601 diff --git a/vlm/train/SysEexbRb/11.png b/vlm/train/SysEexbRb/11.png new file mode 100644 index 0000000000000000000000000000000000000000..af0d34279d153f774256a7867c29f19b587a11bc --- /dev/null +++ b/vlm/train/SysEexbRb/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f689477ba4ca6bec0a38d0f08c2d270b30457ea82f7ee9d9fe84cc1a4c9b655 +size 347383 diff --git a/vlm/train/SysEexbRb/12.png b/vlm/train/SysEexbRb/12.png new file mode 100644 index 0000000000000000000000000000000000000000..cb74e5e9aa61e8d1fd095134b5b4ec7853916053 --- /dev/null +++ b/vlm/train/SysEexbRb/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:777ef376ff5678aee62f17d9ae79aae9661e246298048b8fd885c54e01c20628 +size 431257 diff --git a/vlm/train/SysEexbRb/13.png b/vlm/train/SysEexbRb/13.png new file mode 100644 index 0000000000000000000000000000000000000000..a158b1c7a4454423d9c45642e2b17ac6710b42b9 --- /dev/null +++ b/vlm/train/SysEexbRb/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1d4f990f7a9c8817eb95ef5b60c489f8da35a09adb37d2da9c017d7d213d8f3 +size 438311 diff --git a/vlm/train/SysEexbRb/14.png b/vlm/train/SysEexbRb/14.png new file mode 100644 index 0000000000000000000000000000000000000000..54429507be30d7ad073fc0a3419422ed4e83c40a --- /dev/null +++ b/vlm/train/SysEexbRb/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c899d648127bf38ed869aeda774336fa0be74cb806921f8341a084371c0af3cc +size 409640 diff --git a/vlm/train/SysEexbRb/15.png b/vlm/train/SysEexbRb/15.png new file mode 100644 index 0000000000000000000000000000000000000000..016bfbb4da80ecfcc0bfd86c7ad43b0b63775e6c --- /dev/null +++ b/vlm/train/SysEexbRb/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13120ea4576523d20c884fc08546f453e14b51e7a1c7dbc84ddb2817c3e2f636 +size 404298 diff --git a/vlm/train/SysEexbRb/16.png b/vlm/train/SysEexbRb/16.png new file mode 100644 index 0000000000000000000000000000000000000000..11d2981c838c9c0255116cb00b81a4f2b27e4af0 --- /dev/null +++ b/vlm/train/SysEexbRb/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1417a5f63ebc0909837496679b2811db481906e8d4cd9c86b85f618f984334a0 +size 462231 diff --git a/vlm/train/SysEexbRb/17.png b/vlm/train/SysEexbRb/17.png new file mode 100644 index 0000000000000000000000000000000000000000..2d9af1f0b9b8d6720359896d362337715ba4ed7e --- /dev/null +++ b/vlm/train/SysEexbRb/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95f391e7d0ad7f440378b2d96f697c7a803fab1a0dc136d5833c3ceb5d15c990 +size 431212 diff --git a/vlm/train/SysEexbRb/18.png b/vlm/train/SysEexbRb/18.png new file mode 100644 index 0000000000000000000000000000000000000000..050265e4170928fdbbc2f2da0ef2a74af715bbfd --- /dev/null +++ b/vlm/train/SysEexbRb/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6a4abea6000a67c74d3530bd23293b1c26de996acf65cc8adcb481110ac546e +size 95156 diff --git a/vlm/train/SysEexbRb/2.png b/vlm/train/SysEexbRb/2.png new file mode 100644 index 0000000000000000000000000000000000000000..754a6ef580ec9ceb2d7df9beed581cee5bdcaf1a --- /dev/null +++ b/vlm/train/SysEexbRb/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ef0b453ec315b0a46a2e183c0030aba5ce8b00a8c67705c227a059f88980a91 +size 581652 diff --git a/vlm/train/SysEexbRb/3.png b/vlm/train/SysEexbRb/3.png new file mode 100644 index 0000000000000000000000000000000000000000..c346a045bb0591e2698bf5403474617816f289db --- /dev/null +++ b/vlm/train/SysEexbRb/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c8195513a67cceeb9cff78132dadbb8e1e4462f48206f81609592b11d25bfcb +size 560957 diff --git a/vlm/train/SysEexbRb/4.png b/vlm/train/SysEexbRb/4.png new file mode 100644 index 0000000000000000000000000000000000000000..420e58a2fcd973e67524e06ceb79bbf0de27885d --- /dev/null +++ b/vlm/train/SysEexbRb/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f3553545e0e2b6b441283a47e3b44344e70b1103b2560b52c3b1ff667e42c55 +size 583123 diff --git a/vlm/train/SysEexbRb/5.png b/vlm/train/SysEexbRb/5.png new file mode 100644 index 0000000000000000000000000000000000000000..2f1529cbbf33d7fc8bbb69cd5fe3f9a666fb863b --- /dev/null +++ b/vlm/train/SysEexbRb/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:033eceb72084711447ae685b14877d04d49fb9e2fce2efd6074d2c06aa6f5293 +size 533404 diff --git a/vlm/train/SysEexbRb/6.png b/vlm/train/SysEexbRb/6.png new file mode 100644 index 0000000000000000000000000000000000000000..38fdedb5c07704ed06c38769345cf33391be0d70 --- /dev/null +++ b/vlm/train/SysEexbRb/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:878243c6059f3ffe84c304fe052e64dc573e89f63513706ef1d973dfea7d5539 +size 525025 diff --git a/vlm/train/SysEexbRb/7.png b/vlm/train/SysEexbRb/7.png new file mode 100644 index 0000000000000000000000000000000000000000..45052fc576431a91e9b720425451f1ae202e9c04 --- /dev/null +++ b/vlm/train/SysEexbRb/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d58f9de93a59343b11d186bbdcdbb65cab890d156f58378d3c93670bf99216c2 +size 532942 diff --git a/vlm/train/SysEexbRb/8.png b/vlm/train/SysEexbRb/8.png new file mode 100644 index 0000000000000000000000000000000000000000..28de2df9060341d9b6c3913b674149f3ebc2a9d0 --- /dev/null +++ b/vlm/train/SysEexbRb/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8cea9986b65623e2920755269fd8627adf77460edee33ebc99cbdeaf6782f05 +size 547539 diff --git a/vlm/train/SysEexbRb/9.png b/vlm/train/SysEexbRb/9.png new file mode 100644 index 0000000000000000000000000000000000000000..19d2b32975ee0ebb97f8234bacc3ca22b19ce00e --- /dev/null +++ b/vlm/train/SysEexbRb/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea86e057279c42f5eb424cce0baadfad84adb15c72a48bcc1875c11c372848a9 +size 503340 diff --git a/vlm/train/SyxBxCNFwr/0.png b/vlm/train/SyxBxCNFwr/0.png new file mode 100644 index 0000000000000000000000000000000000000000..871d5f62f9bf66a7d5dbf9bdc30f005989db68de --- /dev/null +++ b/vlm/train/SyxBxCNFwr/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:492180066934a1f6803108b9e8fe88c4330937785dc08dbafa4614856360c0f5 +size 502686 diff --git a/vlm/train/SyxBxCNFwr/1.png b/vlm/train/SyxBxCNFwr/1.png new file mode 100644 index 0000000000000000000000000000000000000000..88b90b687be2aee0f8f19b06b87933fe10fa7682 --- /dev/null +++ b/vlm/train/SyxBxCNFwr/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:290e50c272b77528ef35e3c1f98b97aea20adbab39c1192a8c85763d0a80e5fc +size 364372 diff --git a/vlm/train/SyxBxCNFwr/10.png b/vlm/train/SyxBxCNFwr/10.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9e5bf36bee5ab7c68dc18400731596eb713fdf --- /dev/null +++ b/vlm/train/SyxBxCNFwr/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fea7df7150d65fe93bb161a3c2ee5a965a03fa24ee2e9cc593c2f39bda716fa9 +size 586987 diff --git a/vlm/train/SyxBxCNFwr/2.png b/vlm/train/SyxBxCNFwr/2.png new file mode 100644 index 0000000000000000000000000000000000000000..58310426e250dfd703a10156195ddd5b0d667fa3 --- /dev/null +++ b/vlm/train/SyxBxCNFwr/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d06e56877edd9098ca03e6f170d788011a3c62b84e1d1033aa4742658429f16 +size 457219 diff --git a/vlm/train/SyxBxCNFwr/3.png b/vlm/train/SyxBxCNFwr/3.png new file mode 100644 index 0000000000000000000000000000000000000000..50ef78ffb58c108afa2df548d76188432aa181bd --- /dev/null +++ b/vlm/train/SyxBxCNFwr/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43033bfd2e9ad0e07e24f013c12ca9f59636fdf13e3abc44da9c111f1f0f8006 +size 499466 diff --git a/vlm/train/SyxBxCNFwr/4.png b/vlm/train/SyxBxCNFwr/4.png new file mode 100644 index 0000000000000000000000000000000000000000..948367206bbd1ee3c3ce17c399c417d5af7de59c --- /dev/null +++ b/vlm/train/SyxBxCNFwr/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:835af2e0f4a67cb1e7e65f5cbcddf5951e024d169913685820d9856a64832bd5 +size 433096 diff --git a/vlm/train/SyxBxCNFwr/5.png b/vlm/train/SyxBxCNFwr/5.png new file mode 100644 index 0000000000000000000000000000000000000000..27a8fe99ef6d30db3280aa6a4047bcf4026b455a --- /dev/null +++ b/vlm/train/SyxBxCNFwr/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3a45af4bdb7271c78e3b5741080817558db7533afa5f1fcb4ad95588ca6104d +size 502009 diff --git a/vlm/train/SyxBxCNFwr/6.png b/vlm/train/SyxBxCNFwr/6.png new file mode 100644 index 0000000000000000000000000000000000000000..26be9cadff52836f9bb154f66e9bd05ee956033a --- /dev/null +++ b/vlm/train/SyxBxCNFwr/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2103a3c0a25f6842d189f964c9591c215ad61b82204cd5f55aadc1786c6036ea +size 557154 diff --git a/vlm/train/SyxBxCNFwr/7.png b/vlm/train/SyxBxCNFwr/7.png new file mode 100644 index 0000000000000000000000000000000000000000..722f4391fc5b940817864743db46d94ae093430a --- /dev/null +++ b/vlm/train/SyxBxCNFwr/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b44c27a21ca3c2a342836da8de9fb2ccb8d76a342ede8113d0a3add18a5133f +size 634125 diff --git a/vlm/train/SyxBxCNFwr/8.png b/vlm/train/SyxBxCNFwr/8.png new file mode 100644 index 0000000000000000000000000000000000000000..47b72b250a9d2fdb0965fc368fa970b4e974e69e --- /dev/null +++ b/vlm/train/SyxBxCNFwr/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14526812c441dad97d40fb9bead56ee2c110760660e28955d8be23b487969b7c +size 534309 diff --git a/vlm/train/SyxBxCNFwr/9.png b/vlm/train/SyxBxCNFwr/9.png new file mode 100644 index 0000000000000000000000000000000000000000..5df6b4e1e5bc74eff589b0eea399291445f6648c --- /dev/null +++ b/vlm/train/SyxBxCNFwr/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdae5510f08aa5e65ef50b3edb7e7558bbe76a7906452d5963a6693e6f1d268a +size 526820 diff --git a/vlm/train/WEKfdiZYZi-/0.png b/vlm/train/WEKfdiZYZi-/0.png new file mode 100644 index 0000000000000000000000000000000000000000..a0163e77f7355d16a602c1ba13d5b2cf15241988 --- /dev/null +++ b/vlm/train/WEKfdiZYZi-/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd007afc35dad3228b3a93f3c27d20bb899cc4e6e72030bb2178293c95a466d9 +size 449446 diff --git a/vlm/train/WEKfdiZYZi-/1.png b/vlm/train/WEKfdiZYZi-/1.png new file mode 100644 index 0000000000000000000000000000000000000000..f6ebb928b6f66ba0e2e0d50d2079ca89ce803482 --- /dev/null +++ b/vlm/train/WEKfdiZYZi-/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:747a4ecda3eba0a01d417f0b21bbd079282fee32b10835f57ab82fb734a482d1 +size 519116 diff --git a/vlm/train/WEKfdiZYZi-/10.png b/vlm/train/WEKfdiZYZi-/10.png new file mode 100644 index 0000000000000000000000000000000000000000..deef80ea0c8839555720dbcd4a5de81a5dcb6eff --- /dev/null +++ b/vlm/train/WEKfdiZYZi-/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec6931650b3448c44ca5a270839ba69fd265c7cf30234c0501cc5d4d7257bb51 +size 500904 diff --git a/vlm/train/WEKfdiZYZi-/11.png b/vlm/train/WEKfdiZYZi-/11.png new file mode 100644 index 0000000000000000000000000000000000000000..f03aeeb75e0c07469e6dbb3bc0beb9ced7fcb54e --- /dev/null +++ b/vlm/train/WEKfdiZYZi-/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2a9b20b50bf66d6b9fc81db6241484a335e3d25d3979bf90fe4c9711971856e +size 106796 diff --git a/vlm/train/WEKfdiZYZi-/2.png b/vlm/train/WEKfdiZYZi-/2.png new file mode 100644 index 0000000000000000000000000000000000000000..e0f383219998e6b55a382bf199b2ffa1254e86a9 --- /dev/null +++ b/vlm/train/WEKfdiZYZi-/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cd31d57b1a61a16ed6cbc139d4f454500c97ced95f713c7a522465a82b2eace +size 527369 diff --git a/vlm/train/WEKfdiZYZi-/3.png b/vlm/train/WEKfdiZYZi-/3.png new file mode 100644 index 0000000000000000000000000000000000000000..1c2fdb6cbdba122489107f056eea87b13148a31f --- /dev/null +++ b/vlm/train/WEKfdiZYZi-/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce7cf2aef63fe1743b6e5d8d8d7c4e7a6478215d60fbeed69b2441d1d9c7261d +size 556437 diff --git a/vlm/train/WEKfdiZYZi-/4.png b/vlm/train/WEKfdiZYZi-/4.png new file mode 100644 index 0000000000000000000000000000000000000000..dd3a1e88622ebfcd553007b1490bce1b3a050c36 --- /dev/null +++ b/vlm/train/WEKfdiZYZi-/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5579c2f033724113d5d3d2987e978846db90fe2da5c9543658d1d0b8204f9eb2 +size 538372 diff --git a/vlm/train/WEKfdiZYZi-/5.png b/vlm/train/WEKfdiZYZi-/5.png new file mode 100644 index 0000000000000000000000000000000000000000..4e8c8a99286f2597273c98e8cce059414f096191 --- /dev/null +++ b/vlm/train/WEKfdiZYZi-/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83019f62151d7c8b48fa2ec6a3269f65af973c31eb168cf927bdca485817389b +size 467929 diff --git a/vlm/train/WEKfdiZYZi-/6.png b/vlm/train/WEKfdiZYZi-/6.png new file mode 100644 index 0000000000000000000000000000000000000000..f3532c1808a78e63f03d46521516fbf24fcb6cdc --- /dev/null +++ b/vlm/train/WEKfdiZYZi-/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:069d850c872e98d79bd1082830ea6d4fcb5485f5eb82be42be0358a736490a6b +size 559056 diff --git a/vlm/train/WEKfdiZYZi-/7.png b/vlm/train/WEKfdiZYZi-/7.png new file mode 100644 index 0000000000000000000000000000000000000000..30dcafceb4bc28e4d7d4bbbb29cacd4d0c261560 --- /dev/null +++ b/vlm/train/WEKfdiZYZi-/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee88d427b92f324b8a18ae151d9f1c5ae114990b914215a74545a616ca059183 +size 486572 diff --git a/vlm/train/WEKfdiZYZi-/8.png b/vlm/train/WEKfdiZYZi-/8.png new file mode 100644 index 0000000000000000000000000000000000000000..c04279b3d9fd147022b4964eb3bc36f91cfdec65 --- /dev/null +++ b/vlm/train/WEKfdiZYZi-/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e38d9d1c6ad0569439b368172c8116cebfa12e89afb86ea0bb0566508471e21a +size 507221 diff --git a/vlm/train/WEKfdiZYZi-/9.png b/vlm/train/WEKfdiZYZi-/9.png new file mode 100644 index 0000000000000000000000000000000000000000..a7fb7d2ad2eda479d15c337f79a77e30d03bd3e6 --- /dev/null +++ b/vlm/train/WEKfdiZYZi-/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05604ef75007cbc18d7ee362493d26a7ed29f732a3ac1bad120f4aa17250222e +size 540419 diff --git a/vlm/train/_TGlfdZOHY3/0.png b/vlm/train/_TGlfdZOHY3/0.png new file mode 100644 index 0000000000000000000000000000000000000000..630f503997ce33cc63e4e5abeac2f4b784777756 --- /dev/null +++ b/vlm/train/_TGlfdZOHY3/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0397bf46f3d2ad79d2ed5c5f718bdeb6396387aedef7fdb6b672c6ca1b05814c +size 519217 diff --git a/vlm/train/_TGlfdZOHY3/1.png b/vlm/train/_TGlfdZOHY3/1.png new file mode 100644 index 0000000000000000000000000000000000000000..fddca106ee97d183d68c8cefcfe7347359d8a2dc --- /dev/null +++ b/vlm/train/_TGlfdZOHY3/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8407cdb23920dba4528d5f6a49428efff5e2d1eaa9016aa343301b4c5a9e6086 +size 578942 diff --git a/vlm/train/_TGlfdZOHY3/10.png b/vlm/train/_TGlfdZOHY3/10.png new file mode 100644 index 0000000000000000000000000000000000000000..1b99149fe634d9e6a8204f74c662026adccc1973 --- /dev/null +++ b/vlm/train/_TGlfdZOHY3/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85d0b8d9a1900db9f9bd99f17bb81b758b5fdbf3307c07a1b317592f3a351e58 +size 542414 diff --git a/vlm/train/_TGlfdZOHY3/11.png b/vlm/train/_TGlfdZOHY3/11.png new file mode 100644 index 0000000000000000000000000000000000000000..96ee1190b247117153b58d2c9c0df8393296e85f --- /dev/null +++ b/vlm/train/_TGlfdZOHY3/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79cbace825cd9d0605c9fbc5e46052deb92d9ab9fa8a0751557bf8e9da79c4df +size 172074 diff --git a/vlm/train/_TGlfdZOHY3/12.png b/vlm/train/_TGlfdZOHY3/12.png new file mode 100644 index 0000000000000000000000000000000000000000..d8fecbebb28f2e4d239ec841e3032b0edd6e135f --- /dev/null +++ b/vlm/train/_TGlfdZOHY3/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7e16f7eb0f04e95deca56bb4795036967c7aa3f6672e6e3cb1f4cd7befe5e5c +size 432080 diff --git a/vlm/train/_TGlfdZOHY3/13.png b/vlm/train/_TGlfdZOHY3/13.png new file mode 100644 index 0000000000000000000000000000000000000000..4ab4d0062d047275fc81d4ec646682021d630541 --- /dev/null +++ b/vlm/train/_TGlfdZOHY3/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:513c4f6d3832e96a27ca800c14ef144198553175b3997fe64414e54c455bcfd8 +size 557986 diff --git a/vlm/train/_TGlfdZOHY3/14.png b/vlm/train/_TGlfdZOHY3/14.png new file mode 100644 index 0000000000000000000000000000000000000000..ddad142b6fbfbe75c9f35347028f7eab56e0875f --- /dev/null +++ b/vlm/train/_TGlfdZOHY3/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f74fe18ddbb6c33b9c0099099399ccdd3526a1c9c8396320ad231aa0b83562c9 +size 512634 diff --git a/vlm/train/_TGlfdZOHY3/15.png b/vlm/train/_TGlfdZOHY3/15.png new file mode 100644 index 0000000000000000000000000000000000000000..8d789fffa19c3466a5a1cfcfbadffe36f254b67f --- /dev/null +++ b/vlm/train/_TGlfdZOHY3/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c43c19da61675c111b91662b0d079103f77ad61bde1653c097f6ecd08135f95 +size 519634 diff --git a/vlm/train/_TGlfdZOHY3/16.png b/vlm/train/_TGlfdZOHY3/16.png new file mode 100644 index 0000000000000000000000000000000000000000..680abdd0fda571557272e738eceb35b6e2e417ae --- /dev/null +++ b/vlm/train/_TGlfdZOHY3/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:845e2e3c0eb0d20153bf71cfea330e9b0fc2848eab40f7099ea183d442f7fd52 +size 371689 diff --git a/vlm/train/_TGlfdZOHY3/17.png b/vlm/train/_TGlfdZOHY3/17.png new file mode 100644 index 0000000000000000000000000000000000000000..a55cabd8ea644b15079a38a9391b08628a6d7ac7 --- /dev/null +++ b/vlm/train/_TGlfdZOHY3/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42fe3686c349d2d535887df28aa37690c0b035c6b978223b6738d81fac12461a +size 285529 diff --git a/vlm/train/_TGlfdZOHY3/2.png b/vlm/train/_TGlfdZOHY3/2.png new file mode 100644 index 0000000000000000000000000000000000000000..7517ed775c1a64a177e8fb74bbe9ee0fd146c16a --- /dev/null +++ b/vlm/train/_TGlfdZOHY3/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db57d3bdc6f284f87f1bdbf41a00933bccf3f488067c2dc3edc54f6a4015b512 +size 498545 diff --git a/vlm/train/_TGlfdZOHY3/3.png b/vlm/train/_TGlfdZOHY3/3.png new file mode 100644 index 0000000000000000000000000000000000000000..7de3e6bdf81e5767bc4fe54f9b8a685f7c50797a --- /dev/null +++ b/vlm/train/_TGlfdZOHY3/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b4440c3b30ec8e13f5bdc0a8ad37568e1f03555c2a2591743633b0e2595c275 +size 515330 diff --git a/vlm/train/_TGlfdZOHY3/4.png b/vlm/train/_TGlfdZOHY3/4.png new file mode 100644 index 0000000000000000000000000000000000000000..13a09b0489e5d5eb946834c65ac9fc920b35b971 --- /dev/null +++ b/vlm/train/_TGlfdZOHY3/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04e007b8e1b271410c88b3b4e2f368229a90ac92e673714bf1874736f1bd7935 +size 545372 diff --git a/vlm/train/_TGlfdZOHY3/5.png b/vlm/train/_TGlfdZOHY3/5.png new file mode 100644 index 0000000000000000000000000000000000000000..5f50f5121277d33e45436650da8ace8f77a964d8 --- /dev/null +++ b/vlm/train/_TGlfdZOHY3/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ece078d2c8372055dfef2a51c620b51de1ec01cc3b229d728441ac00219d5d8 +size 537971 diff --git a/vlm/train/_TGlfdZOHY3/6.png b/vlm/train/_TGlfdZOHY3/6.png new file mode 100644 index 0000000000000000000000000000000000000000..cea56ca3690c7b7e7b477120ca1b2842a9d897c4 --- /dev/null +++ b/vlm/train/_TGlfdZOHY3/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a05a75bc8a236c69aad8deb46d0b4478cfac05aed98dfafcf01f0e5326e5ad14 +size 536501 diff --git a/vlm/train/_TGlfdZOHY3/7.png b/vlm/train/_TGlfdZOHY3/7.png new file mode 100644 index 0000000000000000000000000000000000000000..fbc74e753569d120c2018bce47d2b6769e1a625a --- /dev/null +++ b/vlm/train/_TGlfdZOHY3/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6402ce6151f6a1fa828fd52633cc51c43d00fbfa9b6e3f48bfbf01b60be50e83 +size 547176 diff --git a/vlm/train/_TGlfdZOHY3/8.png b/vlm/train/_TGlfdZOHY3/8.png new file mode 100644 index 0000000000000000000000000000000000000000..fc81a4b0e443fd3c908cbe58f29096397ef7bf79 --- /dev/null +++ b/vlm/train/_TGlfdZOHY3/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27604f6685c7b43e6ec306fd68b25f8708ae29187c9932e27438a2c478289cdd +size 465531 diff --git a/vlm/train/_TGlfdZOHY3/9.png b/vlm/train/_TGlfdZOHY3/9.png new file mode 100644 index 0000000000000000000000000000000000000000..b64f6e44e6cb65ecd90092e02b7d9f7c19f6e7cb --- /dev/null +++ b/vlm/train/_TGlfdZOHY3/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f12b02af25a5497ced54510a9181c43943ca9de3b03f8944b0eed822d11f4119 +size 547593 diff --git a/vlm/train/fpJX0O5bWKJ/0.png b/vlm/train/fpJX0O5bWKJ/0.png new file mode 100644 index 0000000000000000000000000000000000000000..36621bbf475547209ef9d99bb02811b25705f0c5 --- /dev/null +++ b/vlm/train/fpJX0O5bWKJ/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0596f54e1d5ffe8f37b2cc5295a42cee27cd521296a13a48a3dd140fd8dba47 +size 495747 diff --git a/vlm/train/fpJX0O5bWKJ/1.png b/vlm/train/fpJX0O5bWKJ/1.png new file mode 100644 index 0000000000000000000000000000000000000000..77b2e026460deff50b5d8c54c555ea73901289b2 --- /dev/null +++ b/vlm/train/fpJX0O5bWKJ/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed31cfb57cbf6671fcc2a5d59d17d9b3b3fe15700f65f32e566ba84a77f476f3 +size 549496 diff --git a/vlm/train/fpJX0O5bWKJ/10.png b/vlm/train/fpJX0O5bWKJ/10.png new file mode 100644 index 0000000000000000000000000000000000000000..55c9f4e7eeb23a6f4c37664357d5bd68153a9867 --- /dev/null +++ b/vlm/train/fpJX0O5bWKJ/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b20d5f5a0e216506977ab45e5e21aca273108bfb4f43328acbd39b959f8675a +size 546458 diff --git a/vlm/train/fpJX0O5bWKJ/11.png b/vlm/train/fpJX0O5bWKJ/11.png new file mode 100644 index 0000000000000000000000000000000000000000..31129355f220dcff58c25a6170e6f7bf958af69e --- /dev/null +++ b/vlm/train/fpJX0O5bWKJ/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52b3b07da26c31be46fe3038e2910a3a1ce13ad808389383e78590998d9ff5c0 +size 321484 diff --git a/vlm/train/fpJX0O5bWKJ/12.png b/vlm/train/fpJX0O5bWKJ/12.png new file mode 100644 index 0000000000000000000000000000000000000000..9b2f442bb983532b7aaa053fa89b5174aba3b095 --- /dev/null +++ b/vlm/train/fpJX0O5bWKJ/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:789e0a4bbbcd014e58353bf2d6250bb8e65d5bc85f0b984f82cd828249f4d7b6 +size 444326 diff --git a/vlm/train/fpJX0O5bWKJ/13.png b/vlm/train/fpJX0O5bWKJ/13.png new file mode 100644 index 0000000000000000000000000000000000000000..e171d2e40ea3e2b3908b4386b5521510095bba33 --- /dev/null +++ b/vlm/train/fpJX0O5bWKJ/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:463f1ad8d82bc7e78f83ccbddd76c3a71fedc72f19d60b33996086fc3f6151bb +size 406724 diff --git a/vlm/train/fpJX0O5bWKJ/14.png b/vlm/train/fpJX0O5bWKJ/14.png new file mode 100644 index 0000000000000000000000000000000000000000..a182c5a43673675ff59d167d4ea5433b4c41a358 --- /dev/null +++ b/vlm/train/fpJX0O5bWKJ/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4415387082acb46260dbc7c80c4cccd0ca1240b38252fbbf4681e5a3b9953030 +size 146638 diff --git a/vlm/train/fpJX0O5bWKJ/2.png b/vlm/train/fpJX0O5bWKJ/2.png new file mode 100644 index 0000000000000000000000000000000000000000..e62a5cd521fab7b0a496840b9cbb7137fbe3c349 --- /dev/null +++ b/vlm/train/fpJX0O5bWKJ/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bcdae7d688161714689825db5235b29c62bd4bfe0d4ceb9f62253f50a343f98 +size 1184903 diff --git a/vlm/train/fpJX0O5bWKJ/3.png b/vlm/train/fpJX0O5bWKJ/3.png new file mode 100644 index 0000000000000000000000000000000000000000..8096bd2b35100acfd0d0832459c4c9b590bd12fd --- /dev/null +++ b/vlm/train/fpJX0O5bWKJ/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61967a83e6fe4253a601410f0e2afd54a7defd2477b863d2917168f98a75cffe +size 1063318 diff --git a/vlm/train/fpJX0O5bWKJ/4.png b/vlm/train/fpJX0O5bWKJ/4.png new file mode 100644 index 0000000000000000000000000000000000000000..6087608ad5de8334a750f8aa5c75860ff374553f --- /dev/null +++ b/vlm/train/fpJX0O5bWKJ/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acd8e65e14320f201f2038d3c5ae683f4d4b719fcca09d469b1732cb6f699855 +size 551293 diff --git a/vlm/train/fpJX0O5bWKJ/5.png b/vlm/train/fpJX0O5bWKJ/5.png new file mode 100644 index 0000000000000000000000000000000000000000..6967d72e991749479110b60d30668f8a03263b8c --- /dev/null +++ b/vlm/train/fpJX0O5bWKJ/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25df31829e075e29647d3cd9190b18511c95bba582abac2b38f5d4206c583c27 +size 1410516 diff --git a/vlm/train/fpJX0O5bWKJ/6.png b/vlm/train/fpJX0O5bWKJ/6.png new file mode 100644 index 0000000000000000000000000000000000000000..8eb17a70ac1d45264329e4bd433af95f8b364692 --- /dev/null +++ b/vlm/train/fpJX0O5bWKJ/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96eacd63635e0e1fb06b5a86e9b33a587d79383c0326827c1f4af1d9181d4c64 +size 394519 diff --git a/vlm/train/fpJX0O5bWKJ/7.png b/vlm/train/fpJX0O5bWKJ/7.png new file mode 100644 index 0000000000000000000000000000000000000000..ebb2335cdb4ec69bc9fa970e8eff54b9440794b3 --- /dev/null +++ b/vlm/train/fpJX0O5bWKJ/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90c96c82fbc2663f4e25e0c39188617e92967d7695cc75a4fffaa3d02afa9bba +size 522600 diff --git a/vlm/train/fpJX0O5bWKJ/8.png b/vlm/train/fpJX0O5bWKJ/8.png new file mode 100644 index 0000000000000000000000000000000000000000..6f33d8a307bc14766ccc5c3dcce7d504fc961905 --- /dev/null +++ b/vlm/train/fpJX0O5bWKJ/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4305bd271bc271396036f3c66d0dc0546178199c45534703517e2c3eabdc1950 +size 483699 diff --git a/vlm/train/fpJX0O5bWKJ/9.png b/vlm/train/fpJX0O5bWKJ/9.png new file mode 100644 index 0000000000000000000000000000000000000000..9300a4ecf45aff175639ad13dd0c76b0b4368667 --- /dev/null +++ b/vlm/train/fpJX0O5bWKJ/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca8dd35f945ed4cf7e767ae621ca7cc7c33b1dde7cd2c40e0d477fadad93863b +size 525643 diff --git a/vlm/train/lvRTC669EY_/0.png b/vlm/train/lvRTC669EY_/0.png new file mode 100644 index 0000000000000000000000000000000000000000..44e40740fb3583de81de70163478664024fc8ef1 --- /dev/null +++ b/vlm/train/lvRTC669EY_/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fb0108f4c5d13d7d936e9d6e3a76b240dc299ba1710582279232302225e8f24 +size 575627 diff --git a/vlm/train/lvRTC669EY_/1.png b/vlm/train/lvRTC669EY_/1.png new file mode 100644 index 0000000000000000000000000000000000000000..e893e322a458b75b59754ad94b395efe7c442bd5 --- /dev/null +++ b/vlm/train/lvRTC669EY_/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dcb8fc53fa1b40ba1dd486bfa4cc495f348cdea80245d85c3b969eba8cc7f5f +size 670155 diff --git a/vlm/train/lvRTC669EY_/10.png b/vlm/train/lvRTC669EY_/10.png new file mode 100644 index 0000000000000000000000000000000000000000..8d3b0b7bdd68c5192f7bd7aa31dfd4f340f2bba2 --- /dev/null +++ b/vlm/train/lvRTC669EY_/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa41d7c34989acd99f58ef3cba26d11f43c7f6d4ae61b105dbd24db33a56c8ff +size 568506 diff --git a/vlm/train/lvRTC669EY_/11.png b/vlm/train/lvRTC669EY_/11.png new file mode 100644 index 0000000000000000000000000000000000000000..0806161284a48f0616089e89012f7bd0697be0da --- /dev/null +++ b/vlm/train/lvRTC669EY_/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df4e0f54187513869ee25ab0088d6c858bd883f8b317af04909c5605f09965bc +size 532515 diff --git a/vlm/train/lvRTC669EY_/12.png b/vlm/train/lvRTC669EY_/12.png new file mode 100644 index 0000000000000000000000000000000000000000..eb85718d3c14ea0087c2a674bfacbeaf0f42cedc --- /dev/null +++ b/vlm/train/lvRTC669EY_/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a183c9dac7b8c60b709aca9afcdf64b1a332deee6181ba8aea7a778367fe6a6c +size 578610 diff --git a/vlm/train/lvRTC669EY_/13.png b/vlm/train/lvRTC669EY_/13.png new file mode 100644 index 0000000000000000000000000000000000000000..018131937eff916a8a52ec7de005b6574cb01c98 --- /dev/null +++ b/vlm/train/lvRTC669EY_/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a8a84824d51982016a8b0878768531da3ea1ecb1cec24bdc96b54ed041156e8 +size 386507 diff --git a/vlm/train/lvRTC669EY_/14.png b/vlm/train/lvRTC669EY_/14.png new file mode 100644 index 0000000000000000000000000000000000000000..09afb0bf2d0ea3cc2fd1aae285c57cc8c259d103 --- /dev/null +++ b/vlm/train/lvRTC669EY_/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f728f18e8b28fef666e25436fcd4513caf73b64cd126b8e0f24481ed62500bf0 +size 358096 diff --git a/vlm/train/lvRTC669EY_/15.png b/vlm/train/lvRTC669EY_/15.png new file mode 100644 index 0000000000000000000000000000000000000000..f5110b9e4e9e505c5f76f717caa4d412146497ee --- /dev/null +++ b/vlm/train/lvRTC669EY_/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ab0f970b8335a3a87caf2bffc68fd2e771e93286a5338a52d5a03708250d3ed +size 475888 diff --git a/vlm/train/lvRTC669EY_/16.png b/vlm/train/lvRTC669EY_/16.png new file mode 100644 index 0000000000000000000000000000000000000000..9ba2ebabab1c372dbce48c3ff44925fddb27eaeb --- /dev/null +++ b/vlm/train/lvRTC669EY_/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a9d1fb288a838be9cbde1676a11d8918de0aad824b1b617d3cee4d97eb9302a +size 632774 diff --git a/vlm/train/lvRTC669EY_/17.png b/vlm/train/lvRTC669EY_/17.png new file mode 100644 index 0000000000000000000000000000000000000000..d885009e7c9eb7b249ca2af323016f9f16d8b373 --- /dev/null +++ b/vlm/train/lvRTC669EY_/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c6de3de08689d4fbd559333f8cc2ac686da091400c96b05f0b0ba46c70b9f01 +size 600169 diff --git a/vlm/train/lvRTC669EY_/18.png b/vlm/train/lvRTC669EY_/18.png new file mode 100644 index 0000000000000000000000000000000000000000..bb095937c7627df4f33b21619d7cb8f761a7962f --- /dev/null +++ b/vlm/train/lvRTC669EY_/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d238326c7f42e6daa44e60e1f0b2a34b891a20f8b32617e798fc1ed295ab09cd +size 418223 diff --git a/vlm/train/lvRTC669EY_/19.png b/vlm/train/lvRTC669EY_/19.png new file mode 100644 index 0000000000000000000000000000000000000000..3024f83c8c298cf8baee0913841dd2b540e653d8 --- /dev/null +++ b/vlm/train/lvRTC669EY_/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e0d2d1c9df2b130666ae49122976f7766a65e2d7a1704bc075c898da5f1cbbe +size 409736 diff --git a/vlm/train/lvRTC669EY_/2.png b/vlm/train/lvRTC669EY_/2.png new file mode 100644 index 0000000000000000000000000000000000000000..7d909ea4ff49fe9458ec4c46ab02ac7ca45e005d --- /dev/null +++ b/vlm/train/lvRTC669EY_/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4cb1ea798317e91cd01948bc3106fb7c55543a3466e5d2c041ec7aed53f6a08 +size 641072 diff --git a/vlm/train/lvRTC669EY_/20.png b/vlm/train/lvRTC669EY_/20.png new file mode 100644 index 0000000000000000000000000000000000000000..7a9d3c4ab6151280d3fa9c4396fe2c59ec6b9b43 --- /dev/null +++ b/vlm/train/lvRTC669EY_/20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad4a0622af1decea124e26fbaf39160e64459cf16af8349441e1b09cdfd0eecb +size 717569 diff --git a/vlm/train/lvRTC669EY_/21.png b/vlm/train/lvRTC669EY_/21.png new file mode 100644 index 0000000000000000000000000000000000000000..ada36307fe1898937b6c771f4efe1aa041cb8b30 --- /dev/null +++ b/vlm/train/lvRTC669EY_/21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b43047dbed62e97837076da6cb7c361719e2649d928e98ab05961791a31a1ea4 +size 636583 diff --git a/vlm/train/lvRTC669EY_/22.png b/vlm/train/lvRTC669EY_/22.png new file mode 100644 index 0000000000000000000000000000000000000000..e195c22588a0d6003b71d1f767c0f0aa82a9664d --- /dev/null +++ b/vlm/train/lvRTC669EY_/22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:753909f1f6832625715de451f667836d9ac0ededfd4f63333605b3d490a21308 +size 592306 diff --git a/vlm/train/lvRTC669EY_/23.png b/vlm/train/lvRTC669EY_/23.png new file mode 100644 index 0000000000000000000000000000000000000000..bb6ba576c71fc3312da5de8701102c5817d33704 --- /dev/null +++ b/vlm/train/lvRTC669EY_/23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a622b6cf1d8779bb1e62980d15d4a19a34a87055bd78897ad32e98a12140c0c +size 433893 diff --git a/vlm/train/lvRTC669EY_/24.png b/vlm/train/lvRTC669EY_/24.png new file mode 100644 index 0000000000000000000000000000000000000000..cc8a4f44b87bbc317ad83f479f3fa9eb2645bde9 --- /dev/null +++ b/vlm/train/lvRTC669EY_/24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c3e60ab1d6f8854a49b546003be72bcd040e4b909bcedd197585a7244f01aa5 +size 434646 diff --git a/vlm/train/lvRTC669EY_/25.png b/vlm/train/lvRTC669EY_/25.png new file mode 100644 index 0000000000000000000000000000000000000000..dbcd5e4baf644b4bb330a848ab042afc491e7b9e --- /dev/null +++ b/vlm/train/lvRTC669EY_/25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c3960489d1faa7f8505956a5be81e19aca626c20d28791e18779bb5b64fbc50 +size 302734 diff --git a/vlm/train/lvRTC669EY_/3.png b/vlm/train/lvRTC669EY_/3.png new file mode 100644 index 0000000000000000000000000000000000000000..7a32d299ab277bc3a2642f39f3b0210e608cbc54 --- /dev/null +++ b/vlm/train/lvRTC669EY_/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:101377f23684d998a95a5baec4af2c97d23bc3164e513bd5266f095fbe2221d5 +size 681256 diff --git a/vlm/train/lvRTC669EY_/4.png b/vlm/train/lvRTC669EY_/4.png new file mode 100644 index 0000000000000000000000000000000000000000..a6026142b52a29b1245fddabb874e677c0704251 --- /dev/null +++ b/vlm/train/lvRTC669EY_/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a65b5313a85e92ff0aac49afc62110d6b73041e01b7bba2d96762bb3c959ef03 +size 665962 diff --git a/vlm/train/lvRTC669EY_/5.png b/vlm/train/lvRTC669EY_/5.png new file mode 100644 index 0000000000000000000000000000000000000000..cc5219801fd3f62c16b2901154eb905cc87089c5 --- /dev/null +++ b/vlm/train/lvRTC669EY_/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c61990ae8d401811c7c8c4a507b291a0c29a835b64f1cbf062bf5d5916e1ccb8 +size 691023 diff --git a/vlm/train/lvRTC669EY_/6.png b/vlm/train/lvRTC669EY_/6.png new file mode 100644 index 0000000000000000000000000000000000000000..0274b5b2cbffc71d92519c50fcc364c0fa44bad8 --- /dev/null +++ b/vlm/train/lvRTC669EY_/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db869051018ab2a6f8cff0c10828ee70b72d9377c805b2f4d38c0db30d59e756 +size 733378 diff --git a/vlm/train/lvRTC669EY_/7.png b/vlm/train/lvRTC669EY_/7.png new file mode 100644 index 0000000000000000000000000000000000000000..2d45ac90f0de544355f310f226efdec188083017 --- /dev/null +++ b/vlm/train/lvRTC669EY_/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac75470e7d63d2af5cf4756bf40e69e159658b0ff94fc6cd0a31766a46ab1d88 +size 706837 diff --git a/vlm/train/lvRTC669EY_/8.png b/vlm/train/lvRTC669EY_/8.png new file mode 100644 index 0000000000000000000000000000000000000000..5539ad18c0acd85b0c86834c97c0c04f4bd59711 --- /dev/null +++ b/vlm/train/lvRTC669EY_/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37b551d74974f5f8848d5cc3f505cbd3b4a80d0bb81c09090357849ee3a3debd +size 680157 diff --git a/vlm/train/lvRTC669EY_/9.png b/vlm/train/lvRTC669EY_/9.png new file mode 100644 index 0000000000000000000000000000000000000000..2345fb8ffaa0e2a074a133f8c2a53939b269af45 --- /dev/null +++ b/vlm/train/lvRTC669EY_/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dca013079084eecebde90aff53ea75832832c425f9e9e3051312c30cd9c88373 +size 529907 diff --git a/vlm/train/m7QWxKp2Xqd/0.png b/vlm/train/m7QWxKp2Xqd/0.png new file mode 100644 index 0000000000000000000000000000000000000000..1058566e74c81b6501ad7bfe6be76a45e01147f4 --- /dev/null +++ b/vlm/train/m7QWxKp2Xqd/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e14ed03aaacb1576cd8be00e77d1e52e700f9bf251f7d2bd1a8aa8dfd076a8ae +size 452660 diff --git a/vlm/train/m7QWxKp2Xqd/1.png b/vlm/train/m7QWxKp2Xqd/1.png new file mode 100644 index 0000000000000000000000000000000000000000..b1085b455363d01fa0598664f40c47bcee7a9c95 --- /dev/null +++ b/vlm/train/m7QWxKp2Xqd/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4a12e891293c6803f69a94825a40326482af9c7dc2fe54432bb431eb3049f65 +size 624780 diff --git a/vlm/train/m7QWxKp2Xqd/10.png b/vlm/train/m7QWxKp2Xqd/10.png new file mode 100644 index 0000000000000000000000000000000000000000..f3e1de2d49a0b80303c5e562024c14f9c0b94133 --- /dev/null +++ b/vlm/train/m7QWxKp2Xqd/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd336b0de78ded304e6ce256e975e569405c7c6cf7f9deed9c5b032e1066e00d +size 566618 diff --git a/vlm/train/m7QWxKp2Xqd/11.png b/vlm/train/m7QWxKp2Xqd/11.png new file mode 100644 index 0000000000000000000000000000000000000000..b574994614a17ea42a56cca03ac29e7c5e0fc125 --- /dev/null +++ b/vlm/train/m7QWxKp2Xqd/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:374fed9d82adc6055938696034ef92e344a9f3831fb2c0a9ff962251b5177731 +size 385826 diff --git a/vlm/train/m7QWxKp2Xqd/2.png b/vlm/train/m7QWxKp2Xqd/2.png new file mode 100644 index 0000000000000000000000000000000000000000..41337e0f708300b931ad35a8f20eb92f201c529c --- /dev/null +++ b/vlm/train/m7QWxKp2Xqd/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d0781bd93f9211dd2dcc161cb15076bb5e0bd7f622fad7328b228149c3da413 +size 613677 diff --git a/vlm/train/m7QWxKp2Xqd/3.png b/vlm/train/m7QWxKp2Xqd/3.png new file mode 100644 index 0000000000000000000000000000000000000000..7bd45349be8c42494fc90e1a39c3eee438bcf0f9 --- /dev/null +++ b/vlm/train/m7QWxKp2Xqd/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94a8e4a28f0299b4e3b6a9444303e07bd5329256af0863ee55601e9d1e55f42e +size 588729 diff --git a/vlm/train/m7QWxKp2Xqd/4.png b/vlm/train/m7QWxKp2Xqd/4.png new file mode 100644 index 0000000000000000000000000000000000000000..11888692ec245a3b5395741ca07d3b172a006517 --- /dev/null +++ b/vlm/train/m7QWxKp2Xqd/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcd0c5f03d7eba29b0758ddd835fa97426bbdb326f6a4da5865f3445832e1a26 +size 514687 diff --git a/vlm/train/m7QWxKp2Xqd/5.png b/vlm/train/m7QWxKp2Xqd/5.png new file mode 100644 index 0000000000000000000000000000000000000000..3761f97586ff7683cbed0a963e7d6d043646c965 --- /dev/null +++ b/vlm/train/m7QWxKp2Xqd/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feac9492b3ef7767ce8bde00a1e9e41a800f4bbfd2aa7451a78876ffe181ec54 +size 658276 diff --git a/vlm/train/m7QWxKp2Xqd/6.png b/vlm/train/m7QWxKp2Xqd/6.png new file mode 100644 index 0000000000000000000000000000000000000000..9662613e34aa0bf85ff46d72250ee31c790dd039 --- /dev/null +++ b/vlm/train/m7QWxKp2Xqd/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bab03c19a89cb60fb3426cf60565dc99c238117f7fb1c04dfd50b9623ae377c9 +size 729426 diff --git a/vlm/train/m7QWxKp2Xqd/7.png b/vlm/train/m7QWxKp2Xqd/7.png new file mode 100644 index 0000000000000000000000000000000000000000..e6539720272ac078006c102309eeaa88b9cb4e2d --- /dev/null +++ b/vlm/train/m7QWxKp2Xqd/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bef1665e4cc95808a91a6795e11e4583ff6e9aa07a2c055ffc3007206f84576 +size 596610 diff --git a/vlm/train/m7QWxKp2Xqd/8.png b/vlm/train/m7QWxKp2Xqd/8.png new file mode 100644 index 0000000000000000000000000000000000000000..95468b296570407535594d27aa2a9f518cdefd89 --- /dev/null +++ b/vlm/train/m7QWxKp2Xqd/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:791123b881b855c82827469449881911deb7cb639fd23b76f223c89b493103d1 +size 530979 diff --git a/vlm/train/m7QWxKp2Xqd/9.png b/vlm/train/m7QWxKp2Xqd/9.png new file mode 100644 index 0000000000000000000000000000000000000000..deab6e4c2ee634f72cec1ee85140ac8a43549cd3 --- /dev/null +++ b/vlm/train/m7QWxKp2Xqd/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5962b031b87daddba82e22eaecf771df8ae816e9421cabb5484390027b6b14b9 +size 545895 diff --git a/vlm/train/qGeqg4_hA2/0.png b/vlm/train/qGeqg4_hA2/0.png new file mode 100644 index 0000000000000000000000000000000000000000..1c5845c744cf1c4e3ffd076595e2aef9d0b26ff4 --- /dev/null +++ b/vlm/train/qGeqg4_hA2/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b51500c110212c46ba85836fd1c01ce264698507aaade6693676e940b9171dc7 +size 425925 diff --git a/vlm/train/qGeqg4_hA2/1.png b/vlm/train/qGeqg4_hA2/1.png new file mode 100644 index 0000000000000000000000000000000000000000..4766a0538f35ec00f188e54a267a7fc13204427d --- /dev/null +++ b/vlm/train/qGeqg4_hA2/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f4e06d1590d542a9f9753fa2ba96945c53bc1bf192abdebf1d70aa1e11c13d6 +size 583510 diff --git a/vlm/train/qGeqg4_hA2/10.png b/vlm/train/qGeqg4_hA2/10.png new file mode 100644 index 0000000000000000000000000000000000000000..7274fd34287ce08395570268c6491825fc0f8c86 --- /dev/null +++ b/vlm/train/qGeqg4_hA2/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d50c95c46e1fc915bb597939330ef13e6230fd3e784afaf2a7f0acab233b940 +size 627815 diff --git a/vlm/train/qGeqg4_hA2/11.png b/vlm/train/qGeqg4_hA2/11.png new file mode 100644 index 0000000000000000000000000000000000000000..e5aa8c45ba28f8313866e4541f7aa1e161b62212 --- /dev/null +++ b/vlm/train/qGeqg4_hA2/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8e3a9221317f79497250261102370ad92aa0421476fe9778d7aabaa507e7fe1 +size 470087 diff --git a/vlm/train/qGeqg4_hA2/2.png b/vlm/train/qGeqg4_hA2/2.png new file mode 100644 index 0000000000000000000000000000000000000000..f49191382fd14cec839eeccd788d8fe7285ad3fb --- /dev/null +++ b/vlm/train/qGeqg4_hA2/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f837f1efd89f4a2380e5e19ef1c413f5283b8994225031af82f23802942ddc12 +size 517138 diff --git a/vlm/train/qGeqg4_hA2/3.png b/vlm/train/qGeqg4_hA2/3.png new file mode 100644 index 0000000000000000000000000000000000000000..9334e93961b7513b113a405c261b25fce116c4ed --- /dev/null +++ b/vlm/train/qGeqg4_hA2/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc6883cc549436fefffa15439e0095b5a30f69e7ff57b8eb634f4cbf37134d9c +size 487824 diff --git a/vlm/train/qGeqg4_hA2/4.png b/vlm/train/qGeqg4_hA2/4.png new file mode 100644 index 0000000000000000000000000000000000000000..7ac07fdba8688cb3ae092035c4dda921261ab52d --- /dev/null +++ b/vlm/train/qGeqg4_hA2/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b35dacf69daa5d7284ec44057e4d82273aaa942a27978af193ccad5e00e38bc +size 470391 diff --git a/vlm/train/qGeqg4_hA2/5.png b/vlm/train/qGeqg4_hA2/5.png new file mode 100644 index 0000000000000000000000000000000000000000..49d862c128f53b2732d8b3f21f887de51a4fad21 --- /dev/null +++ b/vlm/train/qGeqg4_hA2/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e81e88c6e1e53388ebec585ed46ce9544492511f305f6b7aa6da2162e67689b8 +size 471551 diff --git a/vlm/train/qGeqg4_hA2/6.png b/vlm/train/qGeqg4_hA2/6.png new file mode 100644 index 0000000000000000000000000000000000000000..485b6f9cb43bf13bbd17a63c8c70126ca005dcb2 --- /dev/null +++ b/vlm/train/qGeqg4_hA2/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61095d6745c38f9106fe4033ab45377d9a4cbb9f62ee580c36c21cb8eef86af7 +size 562777 diff --git a/vlm/train/qGeqg4_hA2/7.png b/vlm/train/qGeqg4_hA2/7.png new file mode 100644 index 0000000000000000000000000000000000000000..0c4032ca72c10fddfa84c4fd4e3cd0f54f3d1d03 --- /dev/null +++ b/vlm/train/qGeqg4_hA2/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c6c00d8fe498f8cca9bde40345d18ca8f934d593aab712761f1cde26ee0874f +size 520192 diff --git a/vlm/train/qGeqg4_hA2/8.png b/vlm/train/qGeqg4_hA2/8.png new file mode 100644 index 0000000000000000000000000000000000000000..267644b91e36e5e4e75b7892a24e9f4fc61f1734 --- /dev/null +++ b/vlm/train/qGeqg4_hA2/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31bd8d2235921dae0c10c547b491e2044efb1df84fabdbb1cc39ba26c02816a0 +size 568306 diff --git a/vlm/train/qGeqg4_hA2/9.png b/vlm/train/qGeqg4_hA2/9.png new file mode 100644 index 0000000000000000000000000000000000000000..1a55b178960bdae0daec175b53add796e562ba45 --- /dev/null +++ b/vlm/train/qGeqg4_hA2/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f289e7ed76d8bb96084371ee313e57ddc7c14b1f508d41df8387b4a3d64cc0c +size 475648 diff --git a/vlm/train/r1GAsjC5Fm/0.png b/vlm/train/r1GAsjC5Fm/0.png new file mode 100644 index 0000000000000000000000000000000000000000..6744710ca0a553d9f8d86d3f8c81a3bc07673f9c --- /dev/null +++ b/vlm/train/r1GAsjC5Fm/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b58a2f19272b96c46f898c6e7bf1eed88b7cf1a5bdaf8fdce54b2d154efd0900 +size 519251 diff --git a/vlm/train/r1GAsjC5Fm/1.png b/vlm/train/r1GAsjC5Fm/1.png new file mode 100644 index 0000000000000000000000000000000000000000..5b2f3121c2666094bf0dff167327f213ed35a269 --- /dev/null +++ b/vlm/train/r1GAsjC5Fm/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3d317b2d363247de290a94f7250c0c4d0d47786eb5a94eb51a2671b5cf2c109 +size 728989 diff --git a/vlm/train/r1GAsjC5Fm/10.png b/vlm/train/r1GAsjC5Fm/10.png new file mode 100644 index 0000000000000000000000000000000000000000..730f0a800ee82ea6d7e0681687a4fa5256840fe9 --- /dev/null +++ b/vlm/train/r1GAsjC5Fm/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf1b309a4a79d5bfa29b5a3c9d2b97238c819d2805f834440d714b64cb4a9e74 +size 605312 diff --git a/vlm/train/r1GAsjC5Fm/11.png b/vlm/train/r1GAsjC5Fm/11.png new file mode 100644 index 0000000000000000000000000000000000000000..96993dc0d10d784c8275eca5c9dc61d57b7b7638 --- /dev/null +++ b/vlm/train/r1GAsjC5Fm/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd13ca387e6cbf5a97a7f8f0215511ac01e3060df943f324994072b382dde029 +size 582369 diff --git a/vlm/train/r1GAsjC5Fm/12.png b/vlm/train/r1GAsjC5Fm/12.png new file mode 100644 index 0000000000000000000000000000000000000000..447d4f8d5ada6e4ab841b38b71fc7b18a253d653 --- /dev/null +++ b/vlm/train/r1GAsjC5Fm/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7f25c2e93ac73f44dae6198f2a396b0c80109b9ae5ccef712e70e97cca39a6c +size 271507 diff --git a/vlm/train/r1GAsjC5Fm/13.png b/vlm/train/r1GAsjC5Fm/13.png new file mode 100644 index 0000000000000000000000000000000000000000..bb47a24eda6d50b625cef0dd680f1a1036fd3093 --- /dev/null +++ b/vlm/train/r1GAsjC5Fm/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92dafca148ce024455fb92edec89597a724fbb4a2f563d775954da05e73fe765 +size 541920 diff --git a/vlm/train/r1GAsjC5Fm/14.png b/vlm/train/r1GAsjC5Fm/14.png new file mode 100644 index 0000000000000000000000000000000000000000..ef1373ef79039a63c9c6053c1705efd4a638d054 --- /dev/null +++ b/vlm/train/r1GAsjC5Fm/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ab666b904ef81952bc1e5829da41450aed44248cb9f872dffda1884145663b9 +size 483434 diff --git a/vlm/train/r1GAsjC5Fm/15.png b/vlm/train/r1GAsjC5Fm/15.png new file mode 100644 index 0000000000000000000000000000000000000000..97c0becdd94495ae61fdf709d103bd4e057c245f --- /dev/null +++ b/vlm/train/r1GAsjC5Fm/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:280df98e6a273c73b262592d64a431b39027fbb51bed670b6dfea74b78717c97 +size 2173233 diff --git a/vlm/train/r1GAsjC5Fm/16.png b/vlm/train/r1GAsjC5Fm/16.png new file mode 100644 index 0000000000000000000000000000000000000000..32f09260ab33a3f4a9bb710901a948c44734abd6 --- /dev/null +++ b/vlm/train/r1GAsjC5Fm/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:052794e080c16d5900121d4f98b2aa1cbc834980c61b7d0862c9395407e3eba6 +size 2034218 diff --git a/vlm/train/r1GAsjC5Fm/17.png b/vlm/train/r1GAsjC5Fm/17.png new file mode 100644 index 0000000000000000000000000000000000000000..525dc1a0318038dcfc1035c079383db47471c868 --- /dev/null +++ b/vlm/train/r1GAsjC5Fm/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8953f54ec6b501b5548f36a293d75fd42d5321ae61d9f14a9fcd85c0cd802472 +size 1818688 diff --git a/vlm/train/r1GAsjC5Fm/2.png b/vlm/train/r1GAsjC5Fm/2.png new file mode 100644 index 0000000000000000000000000000000000000000..8794140172bc12f31a7cb56bf9f72a31841164aa --- /dev/null +++ b/vlm/train/r1GAsjC5Fm/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7c0fa54260c72811ae85928700c6552499d14af5e25d9ce533b0e67771860ec +size 583304 diff --git a/vlm/train/r1GAsjC5Fm/3.png b/vlm/train/r1GAsjC5Fm/3.png new file mode 100644 index 0000000000000000000000000000000000000000..b2ab23dc50b41f8001507fe71aba95aded3e87b5 --- /dev/null +++ b/vlm/train/r1GAsjC5Fm/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e619ba3e50a394da7e37ed8309f96e17a1037262d81a129921a5e24e5af74a7 +size 534287 diff --git a/vlm/train/r1GAsjC5Fm/4.png b/vlm/train/r1GAsjC5Fm/4.png new file mode 100644 index 0000000000000000000000000000000000000000..24e937aa6c1c6a69697fd6fc991b7c55024ae238 --- /dev/null +++ b/vlm/train/r1GAsjC5Fm/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c79998db92dbf6a4393820bc383258cf1f740a8550ab6c8019c7be3f0b7fc468 +size 509533 diff --git a/vlm/train/r1GAsjC5Fm/5.png b/vlm/train/r1GAsjC5Fm/5.png new file mode 100644 index 0000000000000000000000000000000000000000..30458b9689003510758a125a87168399afce5c7e --- /dev/null +++ b/vlm/train/r1GAsjC5Fm/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adc7705abd029f4779313bf0233ca62519a19b21016548f09b494fdc67e2b360 +size 518223 diff --git a/vlm/train/r1GAsjC5Fm/6.png b/vlm/train/r1GAsjC5Fm/6.png new file mode 100644 index 0000000000000000000000000000000000000000..6ef03cddd773c2f5682a7cf3d53356a508e7b86d --- /dev/null +++ b/vlm/train/r1GAsjC5Fm/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd782d1ccda3e9770598b3ef02af7e8eb12c92491fdd23edc9578ec00b2e9324 +size 515328 diff --git a/vlm/train/r1GAsjC5Fm/7.png b/vlm/train/r1GAsjC5Fm/7.png new file mode 100644 index 0000000000000000000000000000000000000000..f2aa50abbd909f07a5150d355bb38f14fec5f74a --- /dev/null +++ b/vlm/train/r1GAsjC5Fm/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac45d49ed078f153edf71addfb3fc23bc033c5996ed5d8865c1d72af83f79f8a +size 1247207 diff --git a/vlm/train/r1GAsjC5Fm/8.png b/vlm/train/r1GAsjC5Fm/8.png new file mode 100644 index 0000000000000000000000000000000000000000..54379d9d694875e5e0ef1bd48c3a493f24a5d369 --- /dev/null +++ b/vlm/train/r1GAsjC5Fm/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11f501a157a2ef1b9aebda3e8f2f31cbd71997e3ac11f94473430973cea963b5 +size 587210 diff --git a/vlm/train/r1GAsjC5Fm/9.png b/vlm/train/r1GAsjC5Fm/9.png new file mode 100644 index 0000000000000000000000000000000000000000..f4f6f77acabd66ccf0cf1a67130709ea6a6bc119 --- /dev/null +++ b/vlm/train/r1GAsjC5Fm/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f58188b215a97f5c6489b9baa3a8cbcb7be5669c18c53ba6ebed8e8e3e73580c +size 587785 diff --git a/vlm/train/r1lohoCqY7/0.png b/vlm/train/r1lohoCqY7/0.png new file mode 100644 index 0000000000000000000000000000000000000000..05786e237fc9c3cbc3ebe75711cfdb3e8ed2ba8b --- /dev/null +++ b/vlm/train/r1lohoCqY7/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d1c8106199be00aa0ef6720d51b06363e520dc59975e3091aa930f86df1c07e +size 510292 diff --git a/vlm/train/r1lohoCqY7/1.png b/vlm/train/r1lohoCqY7/1.png new file mode 100644 index 0000000000000000000000000000000000000000..3a4915ef285bfb9a72087eeeeba643cadd7c2370 --- /dev/null +++ b/vlm/train/r1lohoCqY7/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83973f510af3d30a0931e31d21a42894258ea1e6c7b182704b006357a26703af +size 592463 diff --git a/vlm/train/r1lohoCqY7/10.png b/vlm/train/r1lohoCqY7/10.png new file mode 100644 index 0000000000000000000000000000000000000000..e7de8c76a04eee4b3370f4da1a4eefcc104aa494 --- /dev/null +++ b/vlm/train/r1lohoCqY7/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6189824a237a93bb7895315531a9c906f0aa1911a1f1eb101f4b8f4dc98f600a +size 557647 diff --git a/vlm/train/r1lohoCqY7/11.png b/vlm/train/r1lohoCqY7/11.png new file mode 100644 index 0000000000000000000000000000000000000000..a04926e88aec369d528742027bcd3daa1fd5b065 --- /dev/null +++ b/vlm/train/r1lohoCqY7/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c11300b8bd7710b3ac4a32bf7a1fa63845d038da0f33072e6b3905069da2663 +size 482771 diff --git a/vlm/train/r1lohoCqY7/12.png b/vlm/train/r1lohoCqY7/12.png new file mode 100644 index 0000000000000000000000000000000000000000..5fac7f4bb9d281c26419178e356ee438bb3b88d6 --- /dev/null +++ b/vlm/train/r1lohoCqY7/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d40ae2219a2bb37021ceadc64f7bf3ead67ee087bc7145bcde74af76d0a3baef +size 373144 diff --git a/vlm/train/r1lohoCqY7/13.png b/vlm/train/r1lohoCqY7/13.png new file mode 100644 index 0000000000000000000000000000000000000000..860ab99c5b2f22a1fc3401927ad77a5cbf932c57 --- /dev/null +++ b/vlm/train/r1lohoCqY7/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dd06e7983f7b58416cd50ca724c0347f43366d28ab4064521bf4d61eedc8c43 +size 334096 diff --git a/vlm/train/r1lohoCqY7/14.png b/vlm/train/r1lohoCqY7/14.png new file mode 100644 index 0000000000000000000000000000000000000000..6fadb79e275592221cee06ad3ded7021a94ac0f6 --- /dev/null +++ b/vlm/train/r1lohoCqY7/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c27e8c5bd413f1f2a8ce065618a70a361498f370f12e7c6d84db25c332ff0a53 +size 367698 diff --git a/vlm/train/r1lohoCqY7/15.png b/vlm/train/r1lohoCqY7/15.png new file mode 100644 index 0000000000000000000000000000000000000000..d0f9560aeead1279e37a5c28e277659bb0e6fd46 --- /dev/null +++ b/vlm/train/r1lohoCqY7/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:379bdbed9ff1e80da53b41bbf7b99a8f4b077af69f514a4553f02f3e2d38a9c5 +size 459526 diff --git a/vlm/train/r1lohoCqY7/16.png b/vlm/train/r1lohoCqY7/16.png new file mode 100644 index 0000000000000000000000000000000000000000..f432a9de8eabdce57786764f33cceb3598fae08b --- /dev/null +++ b/vlm/train/r1lohoCqY7/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f9ad133803c9d6e9697244c5b0798ffb1b89ab2d90e9b1592cb5801db1621d8 +size 449134 diff --git a/vlm/train/r1lohoCqY7/17.png b/vlm/train/r1lohoCqY7/17.png new file mode 100644 index 0000000000000000000000000000000000000000..db3214b596c59697819792ae21933656e5e7cdba --- /dev/null +++ b/vlm/train/r1lohoCqY7/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76fc9daa90ece2c10979a194503881bbab6670b2e8a3da54781134068babb3a0 +size 457780 diff --git a/vlm/train/r1lohoCqY7/18.png b/vlm/train/r1lohoCqY7/18.png new file mode 100644 index 0000000000000000000000000000000000000000..da9197e89de975c17fba7e0c93458eeb52bc24eb --- /dev/null +++ b/vlm/train/r1lohoCqY7/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca49c3c751fcfa4f39e669c83611338bc56dbf4205374dcd20d79e98c383d25a +size 380623 diff --git a/vlm/train/r1lohoCqY7/19.png b/vlm/train/r1lohoCqY7/19.png new file mode 100644 index 0000000000000000000000000000000000000000..d617fd58ebd94f8c8bbab1dbd24d18649ca0c677 --- /dev/null +++ b/vlm/train/r1lohoCqY7/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:844143f575c71964c2870a9e6c90a7302691a2dfa65bfbeb58f0427db9cdd7a0 +size 248277 diff --git a/vlm/train/r1lohoCqY7/2.png b/vlm/train/r1lohoCqY7/2.png new file mode 100644 index 0000000000000000000000000000000000000000..c8793cfd900428c2e126aa1a18069d1bf6d71a26 --- /dev/null +++ b/vlm/train/r1lohoCqY7/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaa2d888d51cfef3b6142e286d3eed129870d91c42783efedba7597bdc1a1191 +size 582992 diff --git a/vlm/train/r1lohoCqY7/3.png b/vlm/train/r1lohoCqY7/3.png new file mode 100644 index 0000000000000000000000000000000000000000..dcbb462a7948031de1bf6280f5dd049ae9320f16 --- /dev/null +++ b/vlm/train/r1lohoCqY7/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dec3d212782d30f0cd44798ae5892253a08a51b2ca97a51ce1a0dbcfe2d8a6e +size 547506 diff --git a/vlm/train/r1lohoCqY7/4.png b/vlm/train/r1lohoCqY7/4.png new file mode 100644 index 0000000000000000000000000000000000000000..106387475ac6de9c664aaa99c0862fbe98296e4c --- /dev/null +++ b/vlm/train/r1lohoCqY7/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bd17a31ebdf9b1ca8ff4602d8756c16046a11ebbf3a97052745f4c62d7d4d9f +size 504282 diff --git a/vlm/train/r1lohoCqY7/5.png b/vlm/train/r1lohoCqY7/5.png new file mode 100644 index 0000000000000000000000000000000000000000..ce26eb5a87803f1dfb0bd3323aae217214555b62 --- /dev/null +++ b/vlm/train/r1lohoCqY7/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58ee08f22103092d8e0391305e377dfe6d174da72fb9ecc9db0672680e814fc4 +size 605733 diff --git a/vlm/train/r1lohoCqY7/6.png b/vlm/train/r1lohoCqY7/6.png new file mode 100644 index 0000000000000000000000000000000000000000..902119d40c2e616bcbaf105cf826a13cf4f8852c --- /dev/null +++ b/vlm/train/r1lohoCqY7/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f467a1507745db1331c2b595f549c2d25a23ea5c39b89c259954622459b1efe +size 538169 diff --git a/vlm/train/r1lohoCqY7/7.png b/vlm/train/r1lohoCqY7/7.png new file mode 100644 index 0000000000000000000000000000000000000000..c2e9b01f16a243b99e841d9a666c9e3efdb6a230 --- /dev/null +++ b/vlm/train/r1lohoCqY7/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c0744fc9080de61e071afa15fc474afd4dbae743494c3bd1f99afb5081fcd01 +size 640894 diff --git a/vlm/train/r1lohoCqY7/8.png b/vlm/train/r1lohoCqY7/8.png new file mode 100644 index 0000000000000000000000000000000000000000..c4194002f09a79be848958e75c8e78c1c8a36d9e --- /dev/null +++ b/vlm/train/r1lohoCqY7/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0203946a0b35e64a6f5edbc976353b634454b22e36c47c7f2626ae327087f265 +size 568227 diff --git a/vlm/train/r1lohoCqY7/9.png b/vlm/train/r1lohoCqY7/9.png new file mode 100644 index 0000000000000000000000000000000000000000..9275c7d2af840295189ac835c29487a0441fcf99 --- /dev/null +++ b/vlm/train/r1lohoCqY7/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0dd760627b0bb80a7d59c8f8eef57424e37a764562881adf0bc8a66fdec4acd +size 520104 diff --git a/vlm/train/rJlk6iRqKX/0.png b/vlm/train/rJlk6iRqKX/0.png new file mode 100644 index 0000000000000000000000000000000000000000..b0fb9a49bb5915ffe5ef0e28868e9ddc1e8fbf22 --- /dev/null +++ b/vlm/train/rJlk6iRqKX/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a33d6b39fb07bf97e2c4e643256ef3859ff4d0b0ecd0fa1bf8ec467c1dbc7328 +size 526682 diff --git a/vlm/train/rJlk6iRqKX/1.png b/vlm/train/rJlk6iRqKX/1.png new file mode 100644 index 0000000000000000000000000000000000000000..f819bb77627f68f80350013b9e14e4786f14ae2a --- /dev/null +++ b/vlm/train/rJlk6iRqKX/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8531d372ebaafc1eca41fd3629281ea1faf0cfcc857318c92c2f91a1c74ddb5 +size 564455 diff --git a/vlm/train/rJlk6iRqKX/10.png b/vlm/train/rJlk6iRqKX/10.png new file mode 100644 index 0000000000000000000000000000000000000000..5066a6585cb92dfab958218a579b3464dbc39336 --- /dev/null +++ b/vlm/train/rJlk6iRqKX/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ebd33c27c9019a0ce7a038220b719ca0edd529d60f9e80cb384ddde0129ea94 +size 396674 diff --git a/vlm/train/rJlk6iRqKX/11.png b/vlm/train/rJlk6iRqKX/11.png new file mode 100644 index 0000000000000000000000000000000000000000..32ad4687e116d06e2a6f092d870296f50b77f3e5 --- /dev/null +++ b/vlm/train/rJlk6iRqKX/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:babfba727c2274e886ee0c3bda618dcd407d5de4984698136c1488fdacafb72d +size 378324 diff --git a/vlm/train/rJlk6iRqKX/12.png b/vlm/train/rJlk6iRqKX/12.png new file mode 100644 index 0000000000000000000000000000000000000000..d95cd6d7da4beee339ca78cb88e0128e41588421 --- /dev/null +++ b/vlm/train/rJlk6iRqKX/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d8b5b8d4af2ea6eacaa5553d8d40e7d76b4d86435bafbd8001dedea3f928ad8 +size 347850 diff --git a/vlm/train/rJlk6iRqKX/13.png b/vlm/train/rJlk6iRqKX/13.png new file mode 100644 index 0000000000000000000000000000000000000000..40061b46c42044e35c191c5a1fe00cb7dc17b39c --- /dev/null +++ b/vlm/train/rJlk6iRqKX/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc524cada4e0a6c85587a6aa0edef1b6ce2c392b5b47fe90a3d92e35194060ba +size 65311 diff --git a/vlm/train/rJlk6iRqKX/2.png b/vlm/train/rJlk6iRqKX/2.png new file mode 100644 index 0000000000000000000000000000000000000000..d6fb082c0a6c758eb5fce7da12baba2b4e445436 --- /dev/null +++ b/vlm/train/rJlk6iRqKX/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32ac4fcc0437f1eea69bb7dee68425a552ccdfc31847fb0c9cf5686a5c8d6217 +size 599982 diff --git a/vlm/train/rJlk6iRqKX/3.png b/vlm/train/rJlk6iRqKX/3.png new file mode 100644 index 0000000000000000000000000000000000000000..9a6abfe9b0d37463c7790836745c97dc5d199b45 --- /dev/null +++ b/vlm/train/rJlk6iRqKX/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49c7e071afd6b6e7e929d41303e19459941e92256e1b2d2689b85a93e8ea174d +size 548096 diff --git a/vlm/train/rJlk6iRqKX/4.png b/vlm/train/rJlk6iRqKX/4.png new file mode 100644 index 0000000000000000000000000000000000000000..c70568bd00c54d05ba57a0b5e2c82a01782454bc --- /dev/null +++ b/vlm/train/rJlk6iRqKX/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cdfcf199cd07536439b77e18d4ff8f045e2f9c74b294a7aedd5f1b122722626 +size 445187 diff --git a/vlm/train/rJlk6iRqKX/5.png b/vlm/train/rJlk6iRqKX/5.png new file mode 100644 index 0000000000000000000000000000000000000000..3037911265fd46b5afce293748e96027fe6798fc --- /dev/null +++ b/vlm/train/rJlk6iRqKX/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f0518e3f41fda47a02ec580bebf6911088d6f633200ef607970ba2f15f9be8a +size 516506 diff --git a/vlm/train/rJlk6iRqKX/6.png b/vlm/train/rJlk6iRqKX/6.png new file mode 100644 index 0000000000000000000000000000000000000000..4cc2020e41f7bf136bf76c24d1a4c1a17da9cb83 --- /dev/null +++ b/vlm/train/rJlk6iRqKX/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:602f85f72b57c30557237ef8219de6fd171f03f3050582ffa952d75562c59f1c +size 609054 diff --git a/vlm/train/rJlk6iRqKX/7.png b/vlm/train/rJlk6iRqKX/7.png new file mode 100644 index 0000000000000000000000000000000000000000..06d34d22af4d3b301eeb2e283ab4b1f9533896e9 --- /dev/null +++ b/vlm/train/rJlk6iRqKX/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ef7d87c18320f59fd250942eafd09eb1b11e4d3d6f4947153ead0a46f537d9b +size 700456 diff --git a/vlm/train/rJlk6iRqKX/8.png b/vlm/train/rJlk6iRqKX/8.png new file mode 100644 index 0000000000000000000000000000000000000000..77dfd1780b64c0d1f3b58b516d6e187c3ed83ad8 --- /dev/null +++ b/vlm/train/rJlk6iRqKX/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bfd6629961cd6d6ce9c8795de0c2da2b3d2348f4fec6690e5003152ba584f96 +size 514805 diff --git a/vlm/train/rJlk6iRqKX/9.png b/vlm/train/rJlk6iRqKX/9.png new file mode 100644 index 0000000000000000000000000000000000000000..737aa959f93b44f851184e6f28d2ad7fcc5872d2 --- /dev/null +++ b/vlm/train/rJlk6iRqKX/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8f276ddb27a6a8a8ce8f675eb15cb3d333e7093e74baefb0fc0908e2d7f8759 +size 331835 diff --git a/vlm/train/rkgbwsAcYm/0.png b/vlm/train/rkgbwsAcYm/0.png new file mode 100644 index 0000000000000000000000000000000000000000..c6f3e998fb847f1cf8fa6afb5dde97ce877e52d1 --- /dev/null +++ b/vlm/train/rkgbwsAcYm/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f65832d0aef39e3badb8797aa3016c4bf6b8742e09980e6ef50167ba053452bf +size 472245 diff --git a/vlm/train/rkgbwsAcYm/1.png b/vlm/train/rkgbwsAcYm/1.png new file mode 100644 index 0000000000000000000000000000000000000000..6fb77b4fba9ae0d7768c2f4db6d088edc26db6c4 --- /dev/null +++ b/vlm/train/rkgbwsAcYm/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:174e009e4a5b103a2dae215485436a24eae67715584cf271cf51a1f4bbf9fb7d +size 554736 diff --git a/vlm/train/rkgbwsAcYm/10.png b/vlm/train/rkgbwsAcYm/10.png new file mode 100644 index 0000000000000000000000000000000000000000..36a88b2cd73192329ef5f833cd3d123f0a6448f6 --- /dev/null +++ b/vlm/train/rkgbwsAcYm/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df7f4f3d2e65815aae55900d553c6dbd2b19c2b0ef39ebe6c51b585f7affb8d +size 547343 diff --git a/vlm/train/rkgbwsAcYm/11.png b/vlm/train/rkgbwsAcYm/11.png new file mode 100644 index 0000000000000000000000000000000000000000..cd6c2a1487baed597076b9729a9e5ca049122a2d --- /dev/null +++ b/vlm/train/rkgbwsAcYm/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4306a0b308703ab553c94505e2e4d50916c2588828236fa02969a6477dd1ae52 +size 134978 diff --git a/vlm/train/rkgbwsAcYm/2.png b/vlm/train/rkgbwsAcYm/2.png new file mode 100644 index 0000000000000000000000000000000000000000..bb306af55a05b55960d75a1e8e9daed3c71df5bc --- /dev/null +++ b/vlm/train/rkgbwsAcYm/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5776ae59af0b67c85abe7bb83f7f72d38cfe0b38683b5fc421001d6420f17eb2 +size 565336 diff --git a/vlm/train/rkgbwsAcYm/3.png b/vlm/train/rkgbwsAcYm/3.png new file mode 100644 index 0000000000000000000000000000000000000000..15e696c4cff359c5098c7ec9fc499dc5cd63c327 --- /dev/null +++ b/vlm/train/rkgbwsAcYm/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5505008a1885f488fa4ed2f006615a4c48dc38ff02161cbf33fbf7e8820e3516 +size 479213 diff --git a/vlm/train/rkgbwsAcYm/5.png b/vlm/train/rkgbwsAcYm/5.png new file mode 100644 index 0000000000000000000000000000000000000000..ba4cdaf2bcb35b32f085b1a596d671a46ee58ec3 --- /dev/null +++ b/vlm/train/rkgbwsAcYm/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:772f560042e99c729a4e51dfc0b5f253e6831f0f870021873dbf7bac41d1b786 +size 513757 diff --git a/vlm/train/rkgbwsAcYm/6.png b/vlm/train/rkgbwsAcYm/6.png new file mode 100644 index 0000000000000000000000000000000000000000..6e209fe1187f11a8632b44ad757658f4e840f8e8 --- /dev/null +++ b/vlm/train/rkgbwsAcYm/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c28feaae82a33595cb46c3c17c040a53aa6ca00224568899c526c52e42d91bd +size 474389 diff --git a/vlm/train/rkgbwsAcYm/9.png b/vlm/train/rkgbwsAcYm/9.png new file mode 100644 index 0000000000000000000000000000000000000000..2070213b8ee5f8ca9358f64e77dcaf2695c8b0c9 --- /dev/null +++ b/vlm/train/rkgbwsAcYm/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dc1d51d6036a4b44cffad3fb0df7361411a04089371741165dd005a4c267cfa +size 414003 diff --git a/vlm/train/uIc4W6MtbDA/0.png b/vlm/train/uIc4W6MtbDA/0.png new file mode 100644 index 0000000000000000000000000000000000000000..fd04bf3b953787ca4e11a748835a20848ff137a8 --- /dev/null +++ b/vlm/train/uIc4W6MtbDA/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33fadf4049233f17f1b16655cd6ebd0fb358af498baead19ff6466f1afef4e4c +size 543574 diff --git a/vlm/train/uIc4W6MtbDA/1.png b/vlm/train/uIc4W6MtbDA/1.png new file mode 100644 index 0000000000000000000000000000000000000000..74833a469d66e3432387f04d2583397c4f0c6c75 --- /dev/null +++ b/vlm/train/uIc4W6MtbDA/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07cccde2fcd37d99d4cad3b16bba4cdb63db38ac48f90914f58efce0690c1d74 +size 559192 diff --git a/vlm/train/uIc4W6MtbDA/10.png b/vlm/train/uIc4W6MtbDA/10.png new file mode 100644 index 0000000000000000000000000000000000000000..17f5ab96775b9879b16302f9ba5e66619bd803eb --- /dev/null +++ b/vlm/train/uIc4W6MtbDA/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c51ec3a137e9ebf3fd901fd2c6f693fa828c6a0c1e1352a9549f2389116221fd +size 608123 diff --git a/vlm/train/uIc4W6MtbDA/11.png b/vlm/train/uIc4W6MtbDA/11.png new file mode 100644 index 0000000000000000000000000000000000000000..b26d6cfd7cfd8ec8fb1d638afc5e71ad63c5f924 --- /dev/null +++ b/vlm/train/uIc4W6MtbDA/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0030c7fab7e7189b268b8e97e685a0f1cbfff9e27832b962b51c108d7d1e8d82 +size 113837 diff --git a/vlm/train/uIc4W6MtbDA/2.png b/vlm/train/uIc4W6MtbDA/2.png new file mode 100644 index 0000000000000000000000000000000000000000..517538ca16c3c576fbabf70db7f0231003a2192a --- /dev/null +++ b/vlm/train/uIc4W6MtbDA/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb342cc13dd8a9e1fecf67e3e2ea5c3268d04acb85078f5d01f43535a7802c33 +size 501447 diff --git a/vlm/train/uIc4W6MtbDA/3.png b/vlm/train/uIc4W6MtbDA/3.png new file mode 100644 index 0000000000000000000000000000000000000000..bb1c34ca29ec46ef5e8d9378502ef9352a08a253 --- /dev/null +++ b/vlm/train/uIc4W6MtbDA/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04578a87e663a73ed67f936bf49a99e20203e5551c9bd47c3cd7b6e043742432 +size 450662 diff --git a/vlm/train/uIc4W6MtbDA/4.png b/vlm/train/uIc4W6MtbDA/4.png new file mode 100644 index 0000000000000000000000000000000000000000..fa4642b9411adc92d1a3565e93bdc8231d794100 --- /dev/null +++ b/vlm/train/uIc4W6MtbDA/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecb8af5be0256e228acb072b5c4533e062d1df17c865ff2a509274b6b4cda18d +size 561256 diff --git a/vlm/train/uIc4W6MtbDA/5.png b/vlm/train/uIc4W6MtbDA/5.png new file mode 100644 index 0000000000000000000000000000000000000000..1bb477c19ceb01bcc5e1213ef6945293c4daae4c --- /dev/null +++ b/vlm/train/uIc4W6MtbDA/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d1fdb600784a05f2e79b5f77ca455e89447a2af6475ececae8c60cae8f91105 +size 593127 diff --git a/vlm/train/uIc4W6MtbDA/6.png b/vlm/train/uIc4W6MtbDA/6.png new file mode 100644 index 0000000000000000000000000000000000000000..7613b8311ba7ccef7907687d9d197f618b4d6e92 --- /dev/null +++ b/vlm/train/uIc4W6MtbDA/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ac58a2a553f5ff3ba6c9b2b45aef12f6869524e09d1c5b8566a1f419221b613 +size 608442 diff --git a/vlm/train/uIc4W6MtbDA/7.png b/vlm/train/uIc4W6MtbDA/7.png new file mode 100644 index 0000000000000000000000000000000000000000..d9e2a46f521cfd0fc03bf939d893c942cf7fea3c --- /dev/null +++ b/vlm/train/uIc4W6MtbDA/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6009db5f11b108314c3249ca61361bf91aa7ce663ca187d6b0777c1832e833ed +size 565185 diff --git a/vlm/train/uIc4W6MtbDA/8.png b/vlm/train/uIc4W6MtbDA/8.png new file mode 100644 index 0000000000000000000000000000000000000000..c317b4af5fa6bfe4ece005900b89ef17bc7abcd7 --- /dev/null +++ b/vlm/train/uIc4W6MtbDA/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdbb6b2efae4f0d28344ad9b0569d1441d7c62b3a09f9bd6451282822c2e844a +size 527864 diff --git a/vlm/train/uIc4W6MtbDA/9.png b/vlm/train/uIc4W6MtbDA/9.png new file mode 100644 index 0000000000000000000000000000000000000000..7d0cb16172e1aa51375e8dfa8cde069a2a19a62a --- /dev/null +++ b/vlm/train/uIc4W6MtbDA/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e128e997ee69849d500a23539e5e772dcb9037fd26e1b7bfa107c1a97945f526 +size 569881 diff --git a/vlm/train/wxobw18IYOxu4/0.png b/vlm/train/wxobw18IYOxu4/0.png new file mode 100644 index 0000000000000000000000000000000000000000..81bb4cc29b3f5d6861181fc98eaa8ba1e1d3c778 --- /dev/null +++ b/vlm/train/wxobw18IYOxu4/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e15f7062aea0c2de5e3c91276a94bada3cb0cd54c5ccdf28a75522db426c897 +size 566249 diff --git a/vlm/train/wxobw18IYOxu4/1.png b/vlm/train/wxobw18IYOxu4/1.png new file mode 100644 index 0000000000000000000000000000000000000000..2465a71e7becdb72ccb06f8f3ea1035266011ba4 --- /dev/null +++ b/vlm/train/wxobw18IYOxu4/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:285c5fb8eb8628403436a568b670defc54fff7be53b24cfa022340342088a784 +size 708262 diff --git a/vlm/train/wxobw18IYOxu4/10.png b/vlm/train/wxobw18IYOxu4/10.png new file mode 100644 index 0000000000000000000000000000000000000000..7b0d29e365a27f30f3d32c0c449f795b0b3df2cf --- /dev/null +++ b/vlm/train/wxobw18IYOxu4/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd90bed81230a3a77d5eed15a2068a5b439927f568aa2edc6cd56db4f81297e4 +size 206226 diff --git a/vlm/train/wxobw18IYOxu4/2.png b/vlm/train/wxobw18IYOxu4/2.png new file mode 100644 index 0000000000000000000000000000000000000000..8a3e5af96f043c49e06e5b8c5ad5e7e6e996a4f9 --- /dev/null +++ b/vlm/train/wxobw18IYOxu4/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca399f40c3286482f52c6fcd5be04ef497d7ec18451f98e804b6c361559fba12 +size 671759 diff --git a/vlm/train/wxobw18IYOxu4/3.png b/vlm/train/wxobw18IYOxu4/3.png new file mode 100644 index 0000000000000000000000000000000000000000..ee82937f8c12e6d462e7833f964fa0c9d724064b --- /dev/null +++ b/vlm/train/wxobw18IYOxu4/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4d0237a27254256faec9737aa11283d81dd4eb413c6865b215962cb68084c27 +size 671434 diff --git a/vlm/train/wxobw18IYOxu4/4.png b/vlm/train/wxobw18IYOxu4/4.png new file mode 100644 index 0000000000000000000000000000000000000000..5473e62ff674e3307ce80ea4207f8d1bd3ea0216 --- /dev/null +++ b/vlm/train/wxobw18IYOxu4/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc03aebc08b1b1e603fb7327430a5aa251cc3d83680868abc02a67387ae03aea +size 700982 diff --git a/vlm/train/wxobw18IYOxu4/5.png b/vlm/train/wxobw18IYOxu4/5.png new file mode 100644 index 0000000000000000000000000000000000000000..9b353a506e7701be58c2e9f35ba9a213cac6f442 --- /dev/null +++ b/vlm/train/wxobw18IYOxu4/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf9b50fa420214cd58fb2f9ba2f48e2045788eb7d9dc9f40cf2ae57b2118f017 +size 593725 diff --git a/vlm/train/wxobw18IYOxu4/6.png b/vlm/train/wxobw18IYOxu4/6.png new file mode 100644 index 0000000000000000000000000000000000000000..83912114ae7a4a522a8162d642b82de5b9155907 --- /dev/null +++ b/vlm/train/wxobw18IYOxu4/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac9f5385f39da290604e75ff2947717a99e0b4110f9c6917197810853df9da1c +size 698094 diff --git a/vlm/train/wxobw18IYOxu4/7.png b/vlm/train/wxobw18IYOxu4/7.png new file mode 100644 index 0000000000000000000000000000000000000000..778461c1da061ee6c0ef026ed75a3a54557dabea --- /dev/null +++ b/vlm/train/wxobw18IYOxu4/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9002041fbcc7e80191e4bdca6dce9bd33b4d6f9369200b200a953b0a8efc703 +size 647478 diff --git a/vlm/train/wxobw18IYOxu4/8.png b/vlm/train/wxobw18IYOxu4/8.png new file mode 100644 index 0000000000000000000000000000000000000000..f6c7c08f4c2be15e78a3763569d1793c22a2c9d2 --- /dev/null +++ b/vlm/train/wxobw18IYOxu4/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9f7a3ef8f933c8495dff82b21a1181190c898c68d1fa3d75aa6c52edfb1778e +size 716374 diff --git a/vlm/train/wxobw18IYOxu4/9.png b/vlm/train/wxobw18IYOxu4/9.png new file mode 100644 index 0000000000000000000000000000000000000000..0143353d1f59439bdf4d9456667234ebcfdde198 --- /dev/null +++ b/vlm/train/wxobw18IYOxu4/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:217f2f331a4f09672a3b1b99f344e52094a0adab79aac2de76cb713a682c0e38 +size 449497 diff --git a/vlm/train/yxafu6ZtUux/0.png b/vlm/train/yxafu6ZtUux/0.png new file mode 100644 index 0000000000000000000000000000000000000000..389e0c1d1c5c980bf5e818a30d0d00fc4963bb9c --- /dev/null +++ b/vlm/train/yxafu6ZtUux/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9e6d5fe631586662acaa583048b20b22bd11265a5218271f9692156e43c30f9 +size 505478 diff --git a/vlm/train/yxafu6ZtUux/1.png b/vlm/train/yxafu6ZtUux/1.png new file mode 100644 index 0000000000000000000000000000000000000000..e08ee5bdc5dd6f662405d35929154b66372e6d1c --- /dev/null +++ b/vlm/train/yxafu6ZtUux/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea9cfe62e086df7738579d2c6d30cf34910627bc2ef92652e6e54982c4dac35d +size 575765 diff --git a/vlm/train/yxafu6ZtUux/10.png b/vlm/train/yxafu6ZtUux/10.png new file mode 100644 index 0000000000000000000000000000000000000000..f064723595c474f6f9dbc80e21b6fef7b48f6182 --- /dev/null +++ b/vlm/train/yxafu6ZtUux/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19e44ff9823b443817960967ed5f25e7d0e55c9b9bdc8bb8543103886db29aa2 +size 408304 diff --git a/vlm/train/yxafu6ZtUux/11.png b/vlm/train/yxafu6ZtUux/11.png new file mode 100644 index 0000000000000000000000000000000000000000..cc4b39b654aa8c51e41b91646c920a16015034b4 --- /dev/null +++ b/vlm/train/yxafu6ZtUux/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb10df3507f471e3422bcb17839335aa9e636b60a99a76d0fced4ca6d5161fa5 +size 474614 diff --git a/vlm/train/yxafu6ZtUux/12.png b/vlm/train/yxafu6ZtUux/12.png new file mode 100644 index 0000000000000000000000000000000000000000..f384d0349bfbb993645d54418f49175765672b42 --- /dev/null +++ b/vlm/train/yxafu6ZtUux/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9a733f1d4f45fabbd9777c52a7a48f73b194d108273d202382c388d2e3b46f1 +size 389569 diff --git a/vlm/train/yxafu6ZtUux/13.png b/vlm/train/yxafu6ZtUux/13.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9abbb130f4252ebe20b1ea3f90dcbf8193ee74 --- /dev/null +++ b/vlm/train/yxafu6ZtUux/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b97fef99d1a5c9586643eb4d5ae0372e5c4d36b008d7bd58c2de46be8044e36 +size 518170 diff --git a/vlm/train/yxafu6ZtUux/14.png b/vlm/train/yxafu6ZtUux/14.png new file mode 100644 index 0000000000000000000000000000000000000000..a1314430a1f6d739565f5b62aa15ff73de0ed55a --- /dev/null +++ b/vlm/train/yxafu6ZtUux/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e19d9334052595b78fdd266fcded6c791c5d9ee85bb8cd3b477e8dad53f39638 +size 320948 diff --git a/vlm/train/yxafu6ZtUux/15.png b/vlm/train/yxafu6ZtUux/15.png new file mode 100644 index 0000000000000000000000000000000000000000..f88b6d491cb650497df7f66b0e4e6e308abc8245 --- /dev/null +++ b/vlm/train/yxafu6ZtUux/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc229b001c1e9f80429c2a0561bea7598185ed7b9f609db5e202f71e6bdf80a8 +size 331860 diff --git a/vlm/train/yxafu6ZtUux/16.png b/vlm/train/yxafu6ZtUux/16.png new file mode 100644 index 0000000000000000000000000000000000000000..2221b3dc3c6fd67c42738492fb436465caaf543d --- /dev/null +++ b/vlm/train/yxafu6ZtUux/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca716eceefbf4f7bb094925ce1ce9c4e07c4c212cadbb2cafd71370187b886de +size 295126 diff --git a/vlm/train/yxafu6ZtUux/17.png b/vlm/train/yxafu6ZtUux/17.png new file mode 100644 index 0000000000000000000000000000000000000000..da24444716dc2fa97689c20b7af769a6aeecdca8 --- /dev/null +++ b/vlm/train/yxafu6ZtUux/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56ec4769f75ea7552c9a24df70e4dcfd127c6007a6da7dd1a3a549185be6f554 +size 295198 diff --git a/vlm/train/yxafu6ZtUux/18.png b/vlm/train/yxafu6ZtUux/18.png new file mode 100644 index 0000000000000000000000000000000000000000..7e9776962583e71b4b681ef899107da926402246 --- /dev/null +++ b/vlm/train/yxafu6ZtUux/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fed2306296b3f62e2f9af26dc176a2f3ccf4b07509be86dc6e249881fa6fcd4 +size 359470 diff --git a/vlm/train/yxafu6ZtUux/19.png b/vlm/train/yxafu6ZtUux/19.png new file mode 100644 index 0000000000000000000000000000000000000000..f9d44d1ac576db10916d079b4a48bec2ed3e67e3 --- /dev/null +++ b/vlm/train/yxafu6ZtUux/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56169d70ae5aa42f19311efe3424a70ebba8b16770d215b3e180f96bde87f8f6 +size 385151 diff --git a/vlm/train/yxafu6ZtUux/2.png b/vlm/train/yxafu6ZtUux/2.png new file mode 100644 index 0000000000000000000000000000000000000000..64d84ced322d0397a32efca0e8025de20db9a6fa --- /dev/null +++ b/vlm/train/yxafu6ZtUux/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d95b325a1da4e608e0e1d4675b5b9a84ed27cf025d9fad10205fcffa475e8da +size 483870 diff --git a/vlm/train/yxafu6ZtUux/20.png b/vlm/train/yxafu6ZtUux/20.png new file mode 100644 index 0000000000000000000000000000000000000000..1a0c478a8601c9918a3badd7ba97a7583f0f078e --- /dev/null +++ b/vlm/train/yxafu6ZtUux/20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12b34874c77366505a352ae5802ab06bd381a68cb4a5c1bf6af4c5d95dbd404a +size 387434 diff --git a/vlm/train/yxafu6ZtUux/21.png b/vlm/train/yxafu6ZtUux/21.png new file mode 100644 index 0000000000000000000000000000000000000000..a6e235c4ece2b7cb2927cf813dc57982bf739633 --- /dev/null +++ b/vlm/train/yxafu6ZtUux/21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62a95f0ba780a8a56504c71028207e1d95671d60eafe0c8ad2dd8ac6bd7a343e +size 410562 diff --git a/vlm/train/yxafu6ZtUux/22.png b/vlm/train/yxafu6ZtUux/22.png new file mode 100644 index 0000000000000000000000000000000000000000..ca6e75c8ab5064cac30a4b2aff0c8ccdaebdd49a --- /dev/null +++ b/vlm/train/yxafu6ZtUux/22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bf51a7f0089be3a848091622568125c28e67f8d35123a3f336c4ed5821d3abb +size 390089 diff --git a/vlm/train/yxafu6ZtUux/23.png b/vlm/train/yxafu6ZtUux/23.png new file mode 100644 index 0000000000000000000000000000000000000000..0e8ecf4aa7a04e6aa4cf5dc63032e2acfad45437 --- /dev/null +++ b/vlm/train/yxafu6ZtUux/23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23217c5f90681cd6a859a0e0e69865f218b594bda1776d05b3f99d3e76c867ee +size 346931 diff --git a/vlm/train/yxafu6ZtUux/24.png b/vlm/train/yxafu6ZtUux/24.png new file mode 100644 index 0000000000000000000000000000000000000000..b6e29ceb4cbf3cb0a0c3423e241eda26f6633a27 --- /dev/null +++ b/vlm/train/yxafu6ZtUux/24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45ae2a739fba1fca43c365bceb558a9b774665abd4e24f461bff06cbf99325ff +size 343838 diff --git a/vlm/train/yxafu6ZtUux/25.png b/vlm/train/yxafu6ZtUux/25.png new file mode 100644 index 0000000000000000000000000000000000000000..930cd922b6d36123d1647c0e805d1129b8d180d0 --- /dev/null +++ b/vlm/train/yxafu6ZtUux/25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43c7edcd7122e081b5343f88f3c23883f9f433d4757debacb1fc63b8cadf090c +size 363987 diff --git a/vlm/train/yxafu6ZtUux/26.png b/vlm/train/yxafu6ZtUux/26.png new file mode 100644 index 0000000000000000000000000000000000000000..fb2632b8164d02fba84f432b6252665e327ac82e --- /dev/null +++ b/vlm/train/yxafu6ZtUux/26.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43358ce5110143830571ab400866fbfcb76f249c02aea5003405aa266cbee891 +size 309554 diff --git a/vlm/train/yxafu6ZtUux/27.png b/vlm/train/yxafu6ZtUux/27.png new file mode 100644 index 0000000000000000000000000000000000000000..6f6b8ca8123f925327fbc8e10003c78d820f4a19 --- /dev/null +++ b/vlm/train/yxafu6ZtUux/27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcd80faa876f32a997ea2f04f9f2af9b9cccf141740f716e7ca6cd4a49e770ba +size 363873 diff --git a/vlm/train/yxafu6ZtUux/28.png b/vlm/train/yxafu6ZtUux/28.png new file mode 100644 index 0000000000000000000000000000000000000000..f20cb7c557aab57f292b10880ef86463d97b7726 --- /dev/null +++ b/vlm/train/yxafu6ZtUux/28.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e67c23d5eeffdf714d04d28efc0fc61b635b829c2649e19d45ef57292acbba0 +size 403389 diff --git a/vlm/train/yxafu6ZtUux/29.png b/vlm/train/yxafu6ZtUux/29.png new file mode 100644 index 0000000000000000000000000000000000000000..7cb25f78d97457da39738ac5064687e5b1c8ca6d --- /dev/null +++ b/vlm/train/yxafu6ZtUux/29.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0279232d1b05f6f4f7902e856441c8cc0757b4a77b246a6ce4d5a572e22aacd0 +size 319594 diff --git a/vlm/train/yxafu6ZtUux/3.png b/vlm/train/yxafu6ZtUux/3.png new file mode 100644 index 0000000000000000000000000000000000000000..e8b4067cf1ccc079696ed92197f93dc0f20fc551 --- /dev/null +++ b/vlm/train/yxafu6ZtUux/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bc91148932ebd8f0ca6eaf57dec31146ccf258cee1ff61cecbc93076d7765f2 +size 484361 diff --git a/vlm/train/yxafu6ZtUux/30.png b/vlm/train/yxafu6ZtUux/30.png new file mode 100644 index 0000000000000000000000000000000000000000..934efa95fc514ac8c7e84ee6dd8c9490463ad44c --- /dev/null +++ b/vlm/train/yxafu6ZtUux/30.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35685b44a8842f3346f455496e2231bd9640b1a15244be225dccf1873b0ba3d1 +size 348440 diff --git a/vlm/train/yxafu6ZtUux/31.png b/vlm/train/yxafu6ZtUux/31.png new file mode 100644 index 0000000000000000000000000000000000000000..696f3e1a92daeeec9efdf3ae3a2e8ff88614dae9 --- /dev/null +++ b/vlm/train/yxafu6ZtUux/31.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbf6ad209d269a91184eb7ca1f93a215cbe261f849ca9373f310651717b24e0c +size 353857 diff --git a/vlm/train/yxafu6ZtUux/32.png b/vlm/train/yxafu6ZtUux/32.png new file mode 100644 index 0000000000000000000000000000000000000000..8efa94158a413c55acca9573e82ac2e8c0765769 --- /dev/null +++ b/vlm/train/yxafu6ZtUux/32.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77e3cb442701424850d65ff9248bcfe56740dd61d745389ef88a8a9d6db4f67c +size 378089 diff --git a/vlm/train/yxafu6ZtUux/33.png b/vlm/train/yxafu6ZtUux/33.png new file mode 100644 index 0000000000000000000000000000000000000000..c45cf3f65dab23b1743a369d9d34cf153526565c --- /dev/null +++ b/vlm/train/yxafu6ZtUux/33.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e328ca563c3ce756581578b6a85a7a9f18b02ca416bd3bb8b25f65d0b7247730 +size 313035 diff --git a/vlm/train/yxafu6ZtUux/4.png b/vlm/train/yxafu6ZtUux/4.png new file mode 100644 index 0000000000000000000000000000000000000000..349fd6e3ddcd3c206204dd34630dc86b696043b0 --- /dev/null +++ b/vlm/train/yxafu6ZtUux/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef3fc56b169866ade16056c341775b2870fc4b3342f841155b16c05bf930537a +size 526567 diff --git a/vlm/train/yxafu6ZtUux/5.png b/vlm/train/yxafu6ZtUux/5.png new file mode 100644 index 0000000000000000000000000000000000000000..fec5163f9f52ff764b5d80d0209825cccd028e96 --- /dev/null +++ b/vlm/train/yxafu6ZtUux/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d357a1a14d8f29b35dbca9359fc01bee31124ef73d6ce737a4a93e07568d42b +size 470192 diff --git a/vlm/train/yxafu6ZtUux/6.png b/vlm/train/yxafu6ZtUux/6.png new file mode 100644 index 0000000000000000000000000000000000000000..5c7a1c4df69f3d32dd32e3089cbe80086bc98773 --- /dev/null +++ b/vlm/train/yxafu6ZtUux/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93802e4f39c0b3b72e1a440af5cc7cc9b6d5f697f385769fcef6681001d6863e +size 570226 diff --git a/vlm/train/yxafu6ZtUux/7.png b/vlm/train/yxafu6ZtUux/7.png new file mode 100644 index 0000000000000000000000000000000000000000..07b106e897772f281cbf913814945386bdc2ccce --- /dev/null +++ b/vlm/train/yxafu6ZtUux/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29518ea778e84689711faa347c2144476259960872ea95d4d32099fa9adc17e5 +size 553672 diff --git a/vlm/train/yxafu6ZtUux/8.png b/vlm/train/yxafu6ZtUux/8.png new file mode 100644 index 0000000000000000000000000000000000000000..36b87bda5ce6033f4fd40d4fab0617777b9fc2a4 --- /dev/null +++ b/vlm/train/yxafu6ZtUux/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b2234fa49d8faee3ea43cabd6a170f62fa08ae7737e2296c3e6db377aeac06d +size 545442 diff --git a/vlm/train/yxafu6ZtUux/9.png b/vlm/train/yxafu6ZtUux/9.png new file mode 100644 index 0000000000000000000000000000000000000000..3822d105b95d762c940569fedc3177dcfcd64693 --- /dev/null +++ b/vlm/train/yxafu6ZtUux/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16cb1f67a73c505a6f1be0156328909654205db43c66bc21ab26d5b62324f287 +size 563902