| { |
| "paper_id": "2020", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T11:29:27.562855Z" |
| }, |
| "title": "Generating Radiology Reports via Memory-driven Transformer", |
| "authors": [ |
| { |
| "first": "Zhihong", |
| "middle": [], |
| "last": "Chen", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "The Chinese University of Hong", |
| "location": {} |
| }, |
| "email": "zhihongchen@link.cuhk.edu.cn" |
| }, |
| { |
| "first": "Yan", |
| "middle": [], |
| "last": "Song", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "The Chinese University of Hong", |
| "location": {} |
| }, |
| "email": "songyan@cuhk.edu.cn" |
| }, |
| { |
| "first": "Tsung-Hui", |
| "middle": [], |
| "last": "Chang", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "The Chinese University of Hong", |
| "location": {} |
| }, |
| "email": "changtsunghui@cuhk.edu.cn" |
| }, |
| { |
| "first": "Xiang", |
| "middle": [], |
| "last": "Wan", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "wanxiang@sribd.cn" |
| }, |
| { |
| "first": "Kong", |
| "middle": [ |
| "(" |
| ], |
| "last": "Shenzhen", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "Medical imaging is frequently used in clinical practice and trials for diagnosis and treatment. Writing imaging reports is time-consuming and can be error-prone for inexperienced radiologists. Therefore, automatically generating radiology reports is highly desired to lighten the workload of radiologists and accordingly promote clinical automation, which is an essential task to apply artificial intelligence to the medical domain. In this paper, we propose to generate radiology reports with memorydriven Transformer, where a relational memory is designed to record key information of the generation process and a memory-driven conditional layer normalization is applied to incorporating the memory into the decoder of Transformer. Experimental results on two prevailing radiology report datasets, IU X-Ray and MIMIC-CXR, show that our proposed approach outperforms previous models with respect to both language generation metrics and clinical evaluations. Particularly, this is the first work reporting the generation results on MIMIC-CXR to the best of our knowledge. Further analyses also demonstrate that our approach is able to generate long reports with necessary medical terms as well as meaningful image-text attention mappings. 1", |
| "pdf_parse": { |
| "paper_id": "2020", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "Medical imaging is frequently used in clinical practice and trials for diagnosis and treatment. Writing imaging reports is time-consuming and can be error-prone for inexperienced radiologists. Therefore, automatically generating radiology reports is highly desired to lighten the workload of radiologists and accordingly promote clinical automation, which is an essential task to apply artificial intelligence to the medical domain. In this paper, we propose to generate radiology reports with memorydriven Transformer, where a relational memory is designed to record key information of the generation process and a memory-driven conditional layer normalization is applied to incorporating the memory into the decoder of Transformer. Experimental results on two prevailing radiology report datasets, IU X-Ray and MIMIC-CXR, show that our proposed approach outperforms previous models with respect to both language generation metrics and clinical evaluations. Particularly, this is the first work reporting the generation results on MIMIC-CXR to the best of our knowledge. Further analyses also demonstrate that our approach is able to generate long reports with necessary medical terms as well as meaningful image-text attention mappings. 1", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Radiology report generation, which aims to automatically generate a free-text description for a clinical radiograph (e.g., chest X-ray), has emerged as a prominent attractive research direction in both artificial intelligence and clinical medicine. It can greatly expedite the automation of workflows and improve the quality and standardization of health care. Recently, there are many methods proposed \u2020 Corresponding author.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "1 Our code and the best performing models are released at https://github.com/cuhksz-nlp/R2Gen. in this area Johnson et al., 2019; Liu et al., 2019; Jing et al., 2019) .", |
| "cite_spans": [ |
| { |
| "start": 108, |
| "end": 129, |
| "text": "Johnson et al., 2019;", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 130, |
| "end": 147, |
| "text": "Liu et al., 2019;", |
| "ref_id": "BIBREF19" |
| }, |
| { |
| "start": 148, |
| "end": 166, |
| "text": "Jing et al., 2019)", |
| "ref_id": "BIBREF11" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Practically, a significant challenge of radiology report generation is that radiology reports are long narratives consisting of multiple sentences. As illustrated by Figure 1 , a radiology report generally consists of a section of findings which describes medical observations, including both normal and abnormal features, as well as an impression or concluding remark summarizing the most prominent observations. Therefore, applying conventional image captioning approaches (Vinyals et al., 2015; Anderson et al., 2018) may be insufficient for radiology report generation, as such approaches are designed to briefly describe visual scenes with short sentences. The ability to provide accurate clinical descriptions for a radiograph is of the highest priority, which places a higher demand on the generation process. Nevertheless, despite the difficulties posed by these evident length and accuracy requirements, radiology reports do have their own distinctive characteristics. An important feature to note is their highly patternized nature, as illustrated by the sample report described above (Figure 1 ). On the basis of this patternization, many approaches have been proposed to address the challenges of radiology report generation. For example, Liu et al. (2019) found that a simple retrieval-based method could achieve a comparative performance for this task. combined retrieval-based and generation-based methods with manually extracted templates. Although promising results may be obtained by the retrieval-based approaches, they are still limited in the preparation of large databases, or the explicit construction of template lists to determine the patterns embedded in various reports.", |
| "cite_spans": [ |
| { |
| "start": 475, |
| "end": 497, |
| "text": "(Vinyals et al., 2015;", |
| "ref_id": "BIBREF33" |
| }, |
| { |
| "start": 498, |
| "end": 520, |
| "text": "Anderson et al., 2018)", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 1251, |
| "end": 1268, |
| "text": "Liu et al. (2019)", |
| "ref_id": "BIBREF19" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 166, |
| "end": 174, |
| "text": "Figure 1", |
| "ref_id": "FIGREF1" |
| }, |
| { |
| "start": 1095, |
| "end": 1104, |
| "text": "(Figure 1", |
| "ref_id": "FIGREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "In this paper, we propose to generate radiology reports via memory-driven Transformer. In detail, a relational memory (RM) is proposed to record the information from previous generation processes and a novel memory-driven conditional layer normalization (MCLN) is designed to incorporate the relational memory into Transformer (Vaswani et al., 2017) . As a result, similar patterns in different medical reports can be implicitly modeled and memorized during the generation process, which thereby can facilitate the decoding of Transformer and is capable of generating long reports with informative content. Experimental results on two benchmark datasets confirm the validity and effectiveness of our approach, where Transformer with RM and MCLN achieves the state-of-the-art performance on all datasets. To summarize, the contributions of this paper are four-fold:", |
| "cite_spans": [ |
| { |
| "start": 327, |
| "end": 349, |
| "text": "(Vaswani et al., 2017)", |
| "ref_id": "BIBREF32" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "\u2022 We propose to generate radiology reports via a novel memory-driven Transformer model. \u2022 We propose a relational memory to record the previous generation process and the MCLN to incorporate relational memory into layers in the decoder of Transformer. \u2022 Extensive experiments are performed and the results show that our proposed models outperform the baselines and existing models. \u2022 We conduct analyses to investigate the effect of our model with respect to different memory sizes and show that our model is able to generate long reports with necessary medical terms and meaningful image-text attention mappings.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Generating radiology reports is essentially an image-to-text generation task, for which there exist several solutions (Vinyals et al., 2015; Xu et al., 2015; Anderson et al., 2018; Cornia et al., 2019) . We follow the standard sequence-to-sequence paradigm for this task. In doing so, we treat the input from a radiology image as the source se-", |
| "cite_spans": [ |
| { |
| "start": 118, |
| "end": 140, |
| "text": "(Vinyals et al., 2015;", |
| "ref_id": "BIBREF33" |
| }, |
| { |
| "start": 141, |
| "end": 157, |
| "text": "Xu et al., 2015;", |
| "ref_id": "BIBREF36" |
| }, |
| { |
| "start": 158, |
| "end": 180, |
| "text": "Anderson et al., 2018;", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 181, |
| "end": 201, |
| "text": "Cornia et al., 2019)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Proposed Method", |
| "sec_num": "2" |
| }, |
| { |
| "text": "quence X = {x 1 , x 2 , ..., x S }, x s \u2208 R d , where", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Proposed Method", |
| "sec_num": "2" |
| }, |
| { |
| "text": "x s are patch features extracted from visual extractors and d the size of the feature vector. The corresponding report is the target sequence Y = {y 1 , y 2 , ..., y T }, y t \u2208 V, where y t are the generated tokens, T the length of generated tokens and V the vocabulary of all possible tokens. An overview of our proposed model is shown in Figure 2 , where the details are illustrated in following subsections.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 340, |
| "end": 348, |
| "text": "Figure 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "The Proposed Method", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Our model can be partitioned into three major components, i.e., the visual extractor, the encoder and the decoder, where the proposed memory and the integration of the memory into Transformer are mainly performed in the decoder. The overall description of the three components and the training objective of the task is detailed below.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Model Structure", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "Visual Extractor Given a radiology image Img, its visual features X are extracted by pre-trained convolutional neural networks (CNN), e.g., VGG (Simonyan and Zisserman, 2015) or ResNet (He et al., 2016) , and the encoded results are used as the source sequence for all subsequent modules. The process is formulated as:", |
| "cite_spans": [ |
| { |
| "start": 144, |
| "end": 174, |
| "text": "(Simonyan and Zisserman, 2015)", |
| "ref_id": "BIBREF24" |
| }, |
| { |
| "start": 185, |
| "end": 202, |
| "text": "(He et al., 2016)", |
| "ref_id": "BIBREF9" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Model Structure", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "{x 1 , x 2 , ..., x S } = f v (Img)", |
| "eq_num": "(1)" |
| } |
| ], |
| "section": "The Model Structure", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "where", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Model Structure", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "f v (\u2022) represents the visual extractor.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Model Structure", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "Encoder In our model, we use the standard encoder from Transformer, where the outputs are the hidden states h i encoded from the input features x i extracted from the visual extractor:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Model Structure", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "{h 1 , h 2 , ..., h S } = f e (x 1 , x 2 , ..., x S ) (2)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Model Structure", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "where f e (\u2022) refers to the encoder.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Model Structure", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "Decoder The backbone decoder in our model is the one from Transformer, where we introduce an extra memory module to it by improving the original layer normalization with MCLN for each decoding layer as shown in Figure 2 . Therefore the decoding process can be formalized as Objective Given the aforementioned structure, the entire generation process can be formalized as a recursive application of the chain rule", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 211, |
| "end": 219, |
| "text": "Figure 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "The Model Structure", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "y t = f d (h 1 , ..., h S , MCLN(RM(y 1 , ..., y t\u22121 )))", |
| "eq_num": "(3)" |
| } |
| ], |
| "section": "The Model Structure", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "p(Y |Img) = T t=1 p(y t |y 1 , ..., y t\u22121 , Img) (4)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Model Structure", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "where Y = {y 1 , y 2 , ..., y T } is the target text sequence. The model is then trained to maximize Figure 2 : The overall architecture of our proposed model, where the visual extractor, encoder and decoder are shown in gray dash boxes and the details of the visual extractor and encoder are omitted. The relational memory and memory conditional layer-normalization are illustrated in grey solid boxes with blue dash lines.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 101, |
| "end": 109, |
| "text": "Figure 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "The Model Structure", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "V K Q V K Q Q K V X m t y t-1 Z Img r \u03bc \u03b3 \" t \u03b2 # t M $ t", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Expand", |
| "sec_num": null |
| }, |
| { |
| "text": "P (Y |Img) through the negative conditional loglikelihood of Y given the Img:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Expand", |
| "sec_num": null |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "\u03b8 * = arg max \u03b8 T t=1 log p(y t |y 1 , ..., y t\u22121 , Img; \u03b8)", |
| "eq_num": "(5)" |
| } |
| ], |
| "section": "Expand", |
| "sec_num": null |
| }, |
| { |
| "text": "where \u03b8 is the parameters of the model.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Expand", |
| "sec_num": null |
| }, |
| { |
| "text": "For any relevant Img, they may share similar patterns in their reports and they can be used as good references for each other to help the generation process. As shown in Figure 1 , patterns such as \"The lungs are clear bilaterally\" and \"no evidence of focal consolidation, or pleural effusion\" always appear in the reports of similar images and are shown simultaneously. To exploit such characteristics, we propose to use an extra component, i.e., relational memory, to enhance Transformer to learn from the patterns and facilitate computing the interactions among patterns and the generation process.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 170, |
| "end": 178, |
| "text": "Figure 1", |
| "ref_id": "FIGREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Relational Memory", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "In doing so, the relational memory uses a matrix to transfer its states over generation steps, where the states record important pattern information with each row (namely, memory slot) representing some pattern information. 2 During the generation, the matrix is updated step-by-step with incorporating the output from previous steps. Then, at time step t, the matrix from the previous step, M t\u22121 , is functionalized as the query and its concatenations with the previous output serve as the key and value to feed the multi-head attention module. Given H heads used in Transformer, there are H sets of queries, keys and values via three linear transformations, respectively. For each head, we obtain the query, key and value in the relational memory through ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Relational Memory", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "Q = M t\u22121 \u2022W q , K = [M t\u22121 ; y t\u22121 ]\u2022W k and V = [M t\u22121 ; y t\u22121 ] \u2022 W v ,", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Relational Memory", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "y t-1 \u03c3 \u03c3 M ! t M t-1 Duplicate Y t-1 M t G t f G t i tanh tanh", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Relational Memory", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "Figure 3: The illustration of the gate mechanism.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Relational Memory", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "the trainable weights of linear transformation of the query, key and value, respectively. Multi-head attention is used to model Q, K and V so as to depict relations of different patterns. As a result,", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Relational Memory", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "Z = softmax(QK / d k ) \u2022 V", |
| "eq_num": "(6)" |
| } |
| ], |
| "section": "Relational Memory", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "where d k is the dimension of K, and Z the output of the multi-head attention module. Consider that the relational memory is performed in a recurrent manner along with the decoding process, it potentially suffers from gradient vanishing and exploding. We therefore introduce residual connections and a gate mechanism. The former is formulated as", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Relational Memory", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "M t = f mlp (Z + M t\u22121 ) + Z + M t\u22121 (7)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Relational Memory", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "where f mlp (\u2022) refers to the multi-layer perceptron (MLP). The detailed structure of the gate mechanism in the relational memory is shown in Figure 3 , where the forget and input gates are applied to balance the inputs from M t\u22121 and y t\u22121 , respectively. To ensure that y t\u22121 can be used for computation with M t\u22121 , it is extended to a matrix Y t\u22121 by duplicating it to multiple rows. Therefore, the forget and input gate are formalized as", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 142, |
| "end": 150, |
| "text": "Figure 3", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Relational Memory", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "G f t = Y t\u22121 W f + tanh(M t\u22121 ) \u2022 U f (8) G i t = Y t\u22121 W i + tanh(M t\u22121 ) \u2022 U i (9)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Relational Memory", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "where W f and W i are trainable weights for Y t\u22121 in each gate; similarly, U f and U i are the trainable weights for M t\u22121 in each gate. The final output of the gate mechanism is formalized as", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Relational Memory", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "M t = \u03c3(G f t ) M t\u22121 + \u03c3(G i t ) tanh(M t )", |
| "eq_num": "(10)" |
| } |
| ], |
| "section": "Relational Memory", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "where refers to the Hadamard product and \u03c3 the sigmoid function and M t is the output of the entire relational memory module at step t.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Relational Memory", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "Although memory shows its effectiveness in many NLP tasks (Sukhbaatar et al., 2019), it is by default applied to encoding with rather isolated designs. However, given that text generation is a dynamic process and largely affected by the output at each decoding step, memory is expected to be closely integrated to the decoder. Therefore, we propose a novel MCLN and use it to incorporate the relational memory to enhance the decoding of Transformer. Recall that in the conventional Transformer, to improve generalization, \u03b3 and \u03b2 are two crucial parameters for scaling and shifting the learned representations, 3 respectively. Thus we propose to incorporate the relational memory via MCLN by feeding its output M t to \u03b3 and \u03b2. Consequently, this design takes the benefit from the memory while preventing it from influencing too many parameters of Transformer so that some core information for generation is not affected.", |
| "cite_spans": [ |
| { |
| "start": 58, |
| "end": 77, |
| "text": "(Sukhbaatar et al.,", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Memory-driven Conditional Layer Normalization", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "As shown in Figure 2 , in each Transformer decoding layer, we use three MCLNs, where the output of the first MCLN is functionalized as the query to be fed into the following multi-head attention module together with the hidden states from the encoder as the key and value. To feed each MCLN, at step t, the output of the relational memory M t is expanded into a vector m t by simply concatenating all rows from M t . Then, an MLP is used to predict a change \u2206\u03b3 t on \u03b3 t from m t , and update it via", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 12, |
| "end": 20, |
| "text": "Figure 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Memory-driven Conditional Layer Normalization", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "\u2206\u03b3 t = f mlp (m t ) (11) \u03b3 t = \u03b3 + \u2206\u03b3 t", |
| "eq_num": "(12)" |
| } |
| ], |
| "section": "Memory-driven Conditional Layer Normalization", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "Similarly, \u2206\u03b2 t and\u03b2 t are performed by", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Memory-driven Conditional Layer Normalization", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "\u2206\u03b2 t = f mlp (m t )", |
| "eq_num": "(13)" |
| } |
| ], |
| "section": "Memory-driven Conditional Layer Normalization", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "\u03b2 t = \u03b2 + \u2206\u03b2 t", |
| "eq_num": "(14)" |
| } |
| ], |
| "section": "Memory-driven Conditional Layer Normalization", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "Afterwards, the predicted\u03b2 t and\u03b3 t are applied to the mean and variance results of the multi-head Table 2 : The performance of all baselines and our full model on the test sets of IU X-RAY and MIMIC-CXR datasets with respect to NLG and CE metrics. BL-n denotes BLEU score using up to n-grams; MTR and RG-L denote METEOR and ROUGE-L, respectively. The average improvement over all NLG metrics compared to BASE is also presented in the \"AVG. \u2206\" column. The performance of all models is averaged from five runs.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 99, |
| "end": 106, |
| "text": "Table 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Memory-driven Conditional Layer Normalization", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "DATA MODEL NLG METRICS CE METRICS BL-1 BL-2 BL-3 BL-4 MTR RG-L AVG. \u2206 P R", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Memory-driven Conditional Layer Normalization", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "self-attention from the previous generated outputs:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Memory-driven Conditional Layer Normalization", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "f mcln (r) =\u03b3 t r \u2212 \u00b5 \u03c5 +\u03b2 t", |
| "eq_num": "(15)" |
| } |
| ], |
| "section": "Memory-driven Conditional Layer Normalization", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "where r refers to the output from the previous module; \u00b5 and \u03c5 are the mean and standard deviation of r, respectively. The result f mcln (r) from MCLN is then fed to the next module (for the 1st and 2nd MCLN) or used as the final output for generation (for the 3rd MCLN).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Memory-driven Conditional Layer Normalization", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "3 Experiment Settings", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Memory-driven Conditional Layer Normalization", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "We conduct our experiments on two datasets, which are described as follows:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Datasets", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "\u2022 IU X-RAY (Demner-Fushman et al., 2016) 4 : a public radiography dataset collected by Indiana University with 7,470 chest X-ray images and 3,955 reports. \u2022 MIMIC-CXR (Johnson et al., 2019) 5 : the largest radiology dataset to date that consists of 473,057 chest X-ray images and 206,563 reports from 63,478 patients. For both datasets, we follow to exclude the samples without reports. Then we apply their conventional splits. Specifically, IU X-RAY is partitioned into train/validation/test set by 7:1:2 of the entire dataset, and MIMIC-CXR's official split is adopted. The statistics of the datasets are shown in Table 1 , with the numbers of images, reports, patients and the average length of reports.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 616, |
| "end": 623, |
| "text": "Table 1", |
| "ref_id": "TABREF2" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Datasets", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "To compare with our proposed model, the following ones are used as the main baselines:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Baseline and Evaluation Metrics", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "\u2022 BASE: this is the vanilla Transformer, with three layers, 8 heads and 512 hidden units without other extensions and modifications. \u2022 BASE+RM: this is a simple alternative of our proposed model where the relational memory is directly concatenated to the output of the Transformer ahead of the softmax at each time step. This baseline aims to demonstrate the effect of using memory as an extra component instead of integration within the Transformer.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Baseline and Evaluation Metrics", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "In addition, we also compare our model with those in previous studies, including conventional image captioning models, e.g., ST ( The performance of the aforementioned models is evaluated by conventional natural language generation (NLG) metrics and clinical efficacy (CE) metrics 6 . The NLG metrics 7 include BLEU (Papineni et al., 2002) , METEOR (Denkowski and Lavie, 2011) and ROUGE-L (Lin, 2004) . For clinical efficacy metrics, we use the CheXpert (Irvin et al., 2019) 8 to label the generated reports and compare the results with ground truths in 14 different categories related to thoracic diseases and support devices. Precision, recall and F1 are used to evaluate model performance for these metrics. Table 3 : Comparisons of our full model with previous studies on the test sets of IU X-RAY and MIMIC-CXR with respect to NLG and CE metrics. refers to that the result is directed cited from the original paper and represents our replicated results by their codes.", |
| "cite_spans": [ |
| { |
| "start": 316, |
| "end": 339, |
| "text": "(Papineni et al., 2002)", |
| "ref_id": "BIBREF21" |
| }, |
| { |
| "start": 349, |
| "end": 376, |
| "text": "(Denkowski and Lavie, 2011)", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 389, |
| "end": 400, |
| "text": "(Lin, 2004)", |
| "ref_id": "BIBREF18" |
| }, |
| { |
| "start": 454, |
| "end": 476, |
| "text": "(Irvin et al., 2019) 8", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 711, |
| "end": 718, |
| "text": "Table 3", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Baseline and Evaluation Metrics", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "METRICS CE METRICS BL", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "DATA MODEL NLG", |
| "sec_num": null |
| }, |
| { |
| "text": "We adopt the ResNet101 (He et al., 2016) pretrained on Imagenet (Deng et al., 2009) as the visual extractor to extract patch features with the dimension of each feature set to 2,048. Note that for IU X-RAY, we use two images of a patient as input to ensure consistency with the experiment settings of previous work. The Transformer in our proposed model and all baselines are randomly initialized. For relational memory, its dimension and the number of heads in multi-head attention are set to 512 and 8, respectively, and the number of memory slots is set to 3 by default. For MCLN, we use two MLPs to obtain \u2206\u03b3 and \u2206\u03b2 where they do not share parameters. The model is trained under cross entropy loss with ADAM optimizer (Kingma and Ba, 2015). We set the learning rate to 5e-5 and 1e-4 for the visual extractor and other parameters, respectively. We decay such rate by a factor of 0.8 per epoch for each dataset and set the beam size to 3 to balance the generation effectiveness and efficiency. Note that the aforementioned hyper-parameters are obtained by evaluating the models on the validation sets of the two datasets.", |
| "cite_spans": [ |
| { |
| "start": 23, |
| "end": 40, |
| "text": "(He et al., 2016)", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 64, |
| "end": 83, |
| "text": "(Deng et al., 2009)", |
| "ref_id": "BIBREF4" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Implementation Details", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "4 Results and Analyses", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Implementation Details", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "To illustrate the effectiveness of our proposed method, we experiment with the aforementioned baselines on the two benchmark datasets. The results are reported in Table 2 , with BASE+RM+ MCLN representing our full model (same below).", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 163, |
| "end": 170, |
| "text": "Table 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Effect of Relational Memory", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "There are several observations. First, on NLG metrics, both BASE+RM and BASE+RM+MCLN outperform the vanilla Transformer (BASE) on both datasets, which confirms the validity of incorporating memory into the decoding process in Transformer because that highly-patternized text in radiology reports are reasonably modeled to some extent. Second, our full model achieves the best performance over all baselines on different metrics, and it particularly outperforms BASE+RM with significant improvement, which clearly indicates the usefulness of MCLN in incorporating memory rather than other ways of integration. Third, on NLG metrics, when comparing between the datasets, the performance gains from two memory-driven models (i.e., BASE+RM and BASE+RM+MCLN) over BASE on IU X-RAY are larger than that of MIMIC-CXR. The reason behind might be that the IU X-RAY is relatively small and patterns among different reports in this dataset are more consistent so that our model helps more with the proposed memory. Fourthly, on the CE metrics on MIMIC-CXR, our full model shows the same trend as that for NLG metrics, where it outperforms all its baselines in terms of precision, recall and F1. This observation is important because higher NLG scores do not always result in higher clinical scores (e.g., the precision of BASE+RM on CE is lower than that of BASE), so that the performance from CE further confirms the effectiveness of our method, whereas compared to BASE+RM, MCLN is able to leverage memory in a rather fine-grained way and thus better produce reasonable descriptions for clinical abnormalities.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Effect of Relational Memory", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "We compare our full model (denoted as OURS) with existing models on the same datasets, with all results reported in Table 3 on both NLG and CE metrics. There are several observations drawn from different aspects. First, Transformer confirms its superiority to sequence-to-sequence structures in this task, which is illustrated by the comparison between our models (all baselines and our full model) and ST. Our full model also outperforms conventional image captioning models, e.g., ATT2IN, ADAATT and TOPDOWN, which are designed to generate a short piece of text for an image. This observation confirms that designing a specific model for long report generation is necessary for this task. Second, memory shows its effectiveness in this task when compared with those complicated models, e.g., HRGR uses manually extracted templates. Particularly, although on the two datasets, reinforcement learning (CMAS-RL) is proved to be the best solution with a careful design of adaptive rewards, our model achieves the same goal with a simpler method. Third, It is noticed that there are studies, e.g., HRGR, requires to utilize extra information for this task and our full model outperforms them without such requirements. This observation indicates that an appropriate end-to-end design (such as RM and MCLN) of using memory in Transformer can alleviate the need for extra resources to enhance this task.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 116, |
| "end": 123, |
| "text": "Table 3", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Comparison with Previous Studies", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "We analyze several aspects of our model regarding its hyper-parameters and generation results. Memory Size To show the impacts of the memory size, we train RM with different numbers of memory slots, i.e., |S| \u2208 {1, 2, 3, 4} and the results on MIMIC-CXR are shown in Table 4 . In general, since memory size controls how much information is preserved in the past generation steps, it is confirmed in the observation that enlarging memory size by the number of slots results in better overall performance, with |S| = 3 achieving the best results. Still, we notice that the overall performance drops when |S| = 4, which indicates that too large memory may introduce redundant and invalid information so as to negatively affect the generation process. Although enlarging memory size results in increasing parameter numbers, it is demonstrated that there are not too many parameters (comparing to the total number of parameters) introduced whenever adding one slot in the memory. This observation suggests that the proposed model is effective and efficient in learning with memory for the radiology report generation task.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 266, |
| "end": 273, |
| "text": "Table 4", |
| "ref_id": "TABREF5" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Analysis", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "Report Length In addition to NLG and CE metrics, another important criterion to evaluate generation models is the length of generated reports comparing to the ground-truth. In doing so, we categorize all reports generated on the MIMIC-CXR test set into 10 groups (within [0, 100] with interval of 10) according to their round-down lengths and draw curves for their numbers in each category for BASE, BASE+RM and BASE+RM+MCLN, as well as the ground-truth. The results are presented in Figure 4 . Overall, more reports generated from BASE+RM and BASE+RM+MCLN are longer than that from BASE and their length distributions are closer to the ground-truth reports, which thus leads to better evaluation results on NLG metrics. The reason behind might be that the memory provides", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 484, |
| "end": 492, |
| "text": "Figure 4", |
| "ref_id": "FIGREF6" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Analysis", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "In comparison with study of there is again enlargement of the cardiac silhouette with a pacer device in place. No definite vascular congestion raising the possibility of underlying cardiomyopathy or pleural effusion. No acute focal pneumonia. The right picc line has been removed.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Ground-truth", |
| "sec_num": null |
| }, |
| { |
| "text": "There is a left pectoral pacemaker with leads terminating in the right atrium and right ventricle. The heart is enlarged. There is no pneumothorax or pleural effusion. The lungs are clear.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Ground-truth", |
| "sec_num": null |
| }, |
| { |
| "text": "In comparison with the study of there is little change in the appearance of the pacer leads which extend to the right atrium and apex of the right ventricle. Continued enlargement of the cardiac silhouette without vascular congestion or pleural effusion. No evidence of pneumothorax. ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Ground-truth", |
| "sec_num": null |
| }, |
| { |
| "text": "Figure 5: Illustrations of reports from ground-truth, BASE and BASE+RM+MCLN models for two X-ray chest images. To better distinguish the content in the reports, different colors highlight different medical terms.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "BASE BASE+RM+MCLN", |
| "sec_num": null |
| }, |
| { |
| "text": "more detailed information for the generation process so that the decoder tends to produce more diversified outputs than the original Transformer. Particularly, when comparing BASE+RM+MCLN and BASE+RM, the length distribution of the former generated reports is closer to the ground-truth, which can be explained by that, instead of applying memory to the final output, leveraging memory at each layer in Transformer is more helpful and thus controls the decoding process in a fine-grained way. The above observations show that both memory and the way of using it are two important factors to enhance radiology report generation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "BASE BASE+RM+MCLN", |
| "sec_num": null |
| }, |
| { |
| "text": "Case Study To further investigate the effectiveness of our model, we perform qualitative analysis on some cases with their ground-truth and generated reports from different models. Figure 5 shows two examples of front and lateral chest Xray images from MIMIC-CXR and such reports, where different colors on the texts indicate different medical terms. It is observed in these cases that BASE+RM+MCLN is able to generate descriptions aligned with that written by radiologists with similar content flow. For example, in both cases, patterns in the generated reports follow the structure that starting from reporting abnormal findings (e.g., \"cardiac silhouette\" and \"lung volumes\"), and then concluding with potential diseases (e.g., \"pleural effusion\" and \"atelectasis\"). In addition, for the necessary medical terms in the ground-truth reports, BASE+RM+MCLN covers almost all of them in its generated reports while vanilla Transformer did much worse, e.g., the key terms \"enlarged cardiac silhouette\", \"atelectasis\" and \"small pleural effusion\" in the two examples are not generated.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 181, |
| "end": 190, |
| "text": "Figure 5", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "BASE BASE+RM+MCLN", |
| "sec_num": null |
| }, |
| { |
| "text": "To further investigate different models qualitatively, we randomly select a chest X-ray on the MIMIC-CXR test set and visualize the image-text attention mappings from BASE and BASE+RM+MCLN. Figure 6 shows the intermediate image-text correspondences for several words from the multi-head attentions in the first layer of the decoders. It is observed that BASE+RM+MCLN is better at aligning the locations with the indicated disease or parts. This observation suggests that our model not only enhances the power of radiology report generation, but also improves the interaction between the images and the generated texts. Error Analysis To analyze the errors from our model, especially in targeting the low CE scores, it is found that the class imbalance is severe on the datasets and affects the model training and inference, where majority voting is observed in the generation process. For example, on MIMIC-CXR, consolidation only accounts for 3.9% in the training set so that the trained model only recognizes that 2.9% results in this case compared with the ground truth 6.3%. Thus how to address the data bias problem is a possible future work to improve the accuracy of the generated radiology reports.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 190, |
| "end": 198, |
| "text": "Figure 6", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "BASE BASE+RM+MCLN", |
| "sec_num": null |
| }, |
| { |
| "text": "The most popular related task to ours is image captioning (Vinyals et al., 2015; Xu et al., 2015; Anderson et al., 2018; , which aims to describe images with sentences. Different from them, radiology report generation requires much longer generated outputs, and possesses other features such as patterns, so that this task has its own characteristics requiring particular solutions. Original Image \"cardiomegaly\" \"pulmonary\" \"pleural\" \"right\"", |
| "cite_spans": [ |
| { |
| "start": 58, |
| "end": 80, |
| "text": "(Vinyals et al., 2015;", |
| "ref_id": "BIBREF33" |
| }, |
| { |
| "start": 81, |
| "end": 97, |
| "text": "Xu et al., 2015;", |
| "ref_id": "BIBREF36" |
| }, |
| { |
| "start": 98, |
| "end": 120, |
| "text": "Anderson et al., 2018;", |
| "ref_id": "BIBREF0" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Ground-truth: There are no old films available for comparison. The heart is moderately enlarged. There is a right ij cordis with tip in the upper svc. There is mild pulmonary vascular re-distribution but no definite infiltrates or effusion.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "5" |
| }, |
| { |
| "text": "A right internal jugular central venous catheter terminates in the mid svc. The heart is moderately enlarged. The mediastinal and hilar contours are within normal limits. There is no pneumothorax or large pleural effusion. The lungs appear clear.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "BASE+RM+MCLN:", |
| "sec_num": null |
| }, |
| { |
| "text": "Original Image \"right\" \"heart\" \"pleural\" \"lungs\"", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "BASE+RM+MCLN:", |
| "sec_num": null |
| }, |
| { |
| "text": "1.0 0.0 Figure 6 : Visualizations of image-text attention mappings between a specific chest X-ray and generated reports from BASE and BASE+RM+MCLN, respectively. Colors from blue to red represent the weights from low to high.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 8, |
| "end": 16, |
| "text": "Figure 6", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "BASE+RM+MCLN:", |
| "sec_num": null |
| }, |
| { |
| "text": "mechanism and leveraged a hierarchical LSTM to generate reports. Li et al. ( , 2019 proposed to use a manually extracted template database to help generation with bunches of special techniques to utilize templates. Liu et al. (2019) proposed an approach with reinforcement learning to maintain the clinical accuracy of generated reports. Compared to these studies, our model offers an alternative solution to this task with an effective and efficient enhancement of Transformer via memory.", |
| "cite_spans": [ |
| { |
| "start": 65, |
| "end": 83, |
| "text": "Li et al. ( , 2019", |
| "ref_id": "BIBREF16" |
| }, |
| { |
| "start": 215, |
| "end": 232, |
| "text": "Liu et al. (2019)", |
| "ref_id": "BIBREF19" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "BASE+RM+MCLN:", |
| "sec_num": null |
| }, |
| { |
| "text": "Extra knowledge (e.g., pre-trained embeddings (Song et al., 2017; Song and Shi, 2018; and pretrained models (Devlin et al., 2019; Diao et al., 2019) ) can provide useful information and thus enhance model performance for many NLP tasks (Tian et al., 2020a,b,c) . Specifically, memory and memory-augmented neural networks (Zeng et al., 2018; Santoro et al., 2018; Diao et al., 2020; Tian et al., 2020d) are another line of related research, which can be traced back to , which proposed memory networks to leverage extra information for question answering; then Sukhbaatar et al. (2015) improved it with an end-to-end design to ensure the model being trained with less supervision. Particularly for Transformer, there are also memory-based methods proposed. For example, Lample et al. (2019) proposed to solve the under-fitting problem of Transformer by introducing a product-key layer that is similar to a memory module. Banino et al. (2020) proposed MEMO, an adaptive memory to reason over long-distance texts. Compared to these studies, the approach proposed in this paper focuses on leveraging memory for decoding rather than encoding, and presents a relational memory to learn from previous generation processes as well as patterns for long text generation. To the best of our knowledge, this is the first study incorporating memory for decoding with Transformer and applied for a particular task, which may provide a reference for studies in the line of this research.", |
| "cite_spans": [ |
| { |
| "start": 46, |
| "end": 65, |
| "text": "(Song et al., 2017;", |
| "ref_id": "BIBREF25" |
| }, |
| { |
| "start": 66, |
| "end": 85, |
| "text": "Song and Shi, 2018;", |
| "ref_id": "BIBREF26" |
| }, |
| { |
| "start": 108, |
| "end": 129, |
| "text": "(Devlin et al., 2019;", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 130, |
| "end": 148, |
| "text": "Diao et al., 2019)", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 236, |
| "end": 260, |
| "text": "(Tian et al., 2020a,b,c)", |
| "ref_id": null |
| }, |
| { |
| "start": 321, |
| "end": 340, |
| "text": "(Zeng et al., 2018;", |
| "ref_id": "BIBREF37" |
| }, |
| { |
| "start": 341, |
| "end": 362, |
| "text": "Santoro et al., 2018;", |
| "ref_id": "BIBREF23" |
| }, |
| { |
| "start": 363, |
| "end": 381, |
| "text": "Diao et al., 2020;", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 382, |
| "end": 401, |
| "text": "Tian et al., 2020d)", |
| "ref_id": "BIBREF31" |
| }, |
| { |
| "start": 560, |
| "end": 584, |
| "text": "Sukhbaatar et al. (2015)", |
| "ref_id": "BIBREF27" |
| }, |
| { |
| "start": 769, |
| "end": 789, |
| "text": "Lample et al. (2019)", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 920, |
| "end": 940, |
| "text": "Banino et al. (2020)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "BASE+RM+MCLN:", |
| "sec_num": null |
| }, |
| { |
| "text": "In this paper, we propose to generate radiology reports with memory-driven Transformer, where a relational memory is used to record the information from previous generation processes and a novel layer normalization mechanism is designed to incorporate the memory into Transformer. Experimental results on two benchmark datasets illustrate the effectiveness of the memory by either concatenating it with the output or integrating it with different layers of the decoder by MCLN, which obtains the state-of-the-art performance. Further analyses investigate how memory size affects model performance and show that our model is able to generate long reports with necessary medical terms and meaningful image-text attention mappings.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "6" |
| }, |
| { |
| "text": "Note that the rows (memory slots) and patterns do not follow one-to-one mapping, where the entire matrix serves as a whole unit to deliver the pattern information.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "In detail, \u03b3 is used to amplify the values in the learned representation and \u03b2 provides a bias adjustment to them.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "https://openi.nlm.nih.gov/ 5 https://physionet.org/content/ mimic-cxr/2.0.0/", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "Note that CE metrics only apply to MIMIC-CXR because the labeling schema of CheXpert is designed for MIMIC-CXR, which is different from that of IU X-RAY.7 https://github.com/tylin/coco-caption 8 https://github.com/MIT-LCP/mimic-cxr/ tree/master/txt/chexpert", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Bottom-Up and Top-Down Attention for Image Captioning and Visual Question Answering", |
| "authors": [ |
| { |
| "first": "Peter", |
| "middle": [], |
| "last": "Anderson", |
| "suffix": "" |
| }, |
| { |
| "first": "Xiaodong", |
| "middle": [], |
| "last": "He", |
| "suffix": "" |
| }, |
| { |
| "first": "Chris", |
| "middle": [], |
| "last": "Buehler", |
| "suffix": "" |
| }, |
| { |
| "first": "Damien", |
| "middle": [], |
| "last": "Teney", |
| "suffix": "" |
| }, |
| { |
| "first": "Mark", |
| "middle": [], |
| "last": "Johnson", |
| "suffix": "" |
| }, |
| { |
| "first": "Stephen", |
| "middle": [], |
| "last": "Gould", |
| "suffix": "" |
| }, |
| { |
| "first": "Lei", |
| "middle": [], |
| "last": "Zhang", |
| "suffix": "" |
| } |
| ], |
| "year": 2018, |
| "venue": "Proceedings of the IEEE conference on computer vision and pattern recognition", |
| "volume": "", |
| "issue": "", |
| "pages": "6077--6086", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Peter Anderson, Xiaodong He, Chris Buehler, Damien Teney, Mark Johnson, Stephen Gould, and Lei Zhang. 2018. Bottom-Up and Top-Down Attention for Image Captioning and Visual Question Answer- ing. In Proceedings of the IEEE conference on com- puter vision and pattern recognition, pages 6077- 6086.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Dharshan Kumaran, and Charles Blundell. 2020. MEMO: A Deep Network for Flexible Combination of Episodic Memories", |
| "authors": [ |
| { |
| "first": "Andrea", |
| "middle": [], |
| "last": "Banino", |
| "suffix": "" |
| }, |
| { |
| "first": "Adri\u00e0", |
| "middle": [ |
| "Puigdom\u00e8nech" |
| ], |
| "last": "Badia", |
| "suffix": "" |
| }, |
| { |
| "first": "Raphael", |
| "middle": [], |
| "last": "K\u00f6ster", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Martin", |
| "suffix": "" |
| }, |
| { |
| "first": "Vinicius", |
| "middle": [], |
| "last": "Chadwick", |
| "suffix": "" |
| }, |
| { |
| "first": "Demis", |
| "middle": [], |
| "last": "Zambaldi", |
| "suffix": "" |
| }, |
| { |
| "first": "Caswell", |
| "middle": [], |
| "last": "Hassabis", |
| "suffix": "" |
| }, |
| { |
| "first": "Matthew", |
| "middle": [], |
| "last": "Barry", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Botvinick", |
| "suffix": "" |
| } |
| ], |
| "year": null, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:2001.10913" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Andrea Banino, Adri\u00e0 Puigdom\u00e8nech Badia, Raphael K\u00f6ster, Martin J Chadwick, Vinicius Zambaldi, Demis Hassabis, Caswell Barry, Matthew Botvinick, Dharshan Kumaran, and Charles Blundell. 2020. MEMO: A Deep Network for Flexible Combi- nation of Episodic Memories. arXiv preprint arXiv:2001.10913.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Meshed-Memory Transformer for Image Captioning", |
| "authors": [ |
| { |
| "first": "Marcella", |
| "middle": [], |
| "last": "Cornia", |
| "suffix": "" |
| }, |
| { |
| "first": "Matteo", |
| "middle": [], |
| "last": "Stefanini", |
| "suffix": "" |
| }, |
| { |
| "first": "Lorenzo", |
| "middle": [], |
| "last": "Baraldi", |
| "suffix": "" |
| }, |
| { |
| "first": "Rita", |
| "middle": [], |
| "last": "Cucchiara", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "", |
| "volume": "2", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:1912.08226" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Marcella Cornia, Matteo Stefanini, Lorenzo Baraldi, and Rita Cucchiara. 2019. M 2 : Meshed-Memory Transformer for Image Captioning. arXiv preprint arXiv:1912.08226.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Preparing a collection of radiology examinations for distribution and retrieval", |
| "authors": [ |
| { |
| "first": "Dina", |
| "middle": [], |
| "last": "Demner-Fushman", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Marc", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Kohli", |
| "suffix": "" |
| }, |
| { |
| "first": "Sonya", |
| "middle": [ |
| "E" |
| ], |
| "last": "Marc B Rosenman", |
| "suffix": "" |
| }, |
| { |
| "first": "Laritza", |
| "middle": [], |
| "last": "Shooshan", |
| "suffix": "" |
| }, |
| { |
| "first": "Sameer", |
| "middle": [], |
| "last": "Rodriguez", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Antani", |
| "suffix": "" |
| }, |
| { |
| "first": "Clement J", |
| "middle": [], |
| "last": "George R Thoma", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Mcdonald", |
| "suffix": "" |
| } |
| ], |
| "year": 2016, |
| "venue": "Journal of the American Medical Informatics Association", |
| "volume": "23", |
| "issue": "2", |
| "pages": "304--310", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Dina Demner-Fushman, Marc D Kohli, Marc B Rosen- man, Sonya E Shooshan, Laritza Rodriguez, Sameer Antani, George R Thoma, and Clement J McDon- ald. 2016. Preparing a collection of radiology ex- aminations for distribution and retrieval. Journal of the American Medical Informatics Association, 23(2):304-310.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "ImageNet: A large-scale hierarchical image database", |
| "authors": [ |
| { |
| "first": "Jia", |
| "middle": [], |
| "last": "Deng", |
| "suffix": "" |
| }, |
| { |
| "first": "Wei", |
| "middle": [], |
| "last": "Dong", |
| "suffix": "" |
| }, |
| { |
| "first": "Richard", |
| "middle": [], |
| "last": "Socher", |
| "suffix": "" |
| }, |
| { |
| "first": "Li-Jia", |
| "middle": [], |
| "last": "Li", |
| "suffix": "" |
| }, |
| { |
| "first": "Kai", |
| "middle": [], |
| "last": "Li", |
| "suffix": "" |
| }, |
| { |
| "first": "Li", |
| "middle": [], |
| "last": "Fei-Fei", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "2009 IEEE conference on computer vision and pattern recognition", |
| "volume": "", |
| "issue": "", |
| "pages": "248--255", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jia Deng, Wei Dong, Richard Socher, Li-Jia Li, Kai Li, and Li Fei-Fei. 2009. ImageNet: A large-scale hier- archical image database. In 2009 IEEE conference on computer vision and pattern recognition, pages 248-255.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Meteor 1.3: Automatic Metric for Reliable Optimization and Evaluation of Machine Translation Systems", |
| "authors": [ |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Denkowski", |
| "suffix": "" |
| }, |
| { |
| "first": "Alon", |
| "middle": [], |
| "last": "Lavie", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proceedings of the sixth workshop on statistical machine translation", |
| "volume": "", |
| "issue": "", |
| "pages": "85--91", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Michael Denkowski and Alon Lavie. 2011. Meteor 1.3: Automatic Metric for Reliable Optimization and Evaluation of Machine Translation Systems. In Pro- ceedings of the sixth workshop on statistical ma- chine translation, pages 85-91.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding", |
| "authors": [ |
| { |
| "first": "Jacob", |
| "middle": [], |
| "last": "Devlin", |
| "suffix": "" |
| }, |
| { |
| "first": "Ming-Wei", |
| "middle": [], |
| "last": "Chang", |
| "suffix": "" |
| }, |
| { |
| "first": "Kenton", |
| "middle": [], |
| "last": "Lee", |
| "suffix": "" |
| }, |
| { |
| "first": "Kristina", |
| "middle": [], |
| "last": "Toutanova", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies", |
| "volume": "1", |
| "issue": "", |
| "pages": "4171--4186", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jacob Devlin, Ming-Wei Chang, Kenton Lee, and Kristina Toutanova. 2019. BERT: Pre-training of Deep Bidirectional Transformers for Language Un- derstanding. In Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long and Short Papers), pages 4171-4186.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Pre-training Chinese Text Encoder Enhanced by N-gram Representations", |
| "authors": [ |
| { |
| "first": "Shizhe", |
| "middle": [], |
| "last": "Diao", |
| "suffix": "" |
| }, |
| { |
| "first": "Jiaxin", |
| "middle": [], |
| "last": "Bai", |
| "suffix": "" |
| }, |
| { |
| "first": "Yan", |
| "middle": [], |
| "last": "Song", |
| "suffix": "" |
| }, |
| { |
| "first": "Tong", |
| "middle": [], |
| "last": "Zhang", |
| "suffix": "" |
| }, |
| { |
| "first": "Yonggang", |
| "middle": [], |
| "last": "Wang", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:1911.00720" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Shizhe Diao, Jiaxin Bai, Yan Song, Tong Zhang, and Yonggang Wang. 2019. ZEN: Pre-training Chinese Text Encoder Enhanced by N-gram Representations. arXiv preprint arXiv:1911.00720.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Keyphrase Generation with Cross-Document Attention", |
| "authors": [ |
| { |
| "first": "Shizhe", |
| "middle": [], |
| "last": "Diao", |
| "suffix": "" |
| }, |
| { |
| "first": "Yan", |
| "middle": [], |
| "last": "Song", |
| "suffix": "" |
| }, |
| { |
| "first": "Tong", |
| "middle": [], |
| "last": "Zhang", |
| "suffix": "" |
| } |
| ], |
| "year": 2020, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:2004.09800" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Shizhe Diao, Yan Song, and Tong Zhang. 2020. Keyphrase Generation with Cross-Document Atten- tion. arXiv preprint arXiv:2004.09800.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Deep Residual Learning for Image Recognition", |
| "authors": [ |
| { |
| "first": "Kaiming", |
| "middle": [], |
| "last": "He", |
| "suffix": "" |
| }, |
| { |
| "first": "Xiangyu", |
| "middle": [], |
| "last": "Zhang", |
| "suffix": "" |
| }, |
| { |
| "first": "Shaoqing", |
| "middle": [], |
| "last": "Ren", |
| "suffix": "" |
| }, |
| { |
| "first": "Jian", |
| "middle": [], |
| "last": "Sun", |
| "suffix": "" |
| } |
| ], |
| "year": 2016, |
| "venue": "Proceedings of the IEEE conference on computer vision and pattern recognition", |
| "volume": "", |
| "issue": "", |
| "pages": "770--778", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. 2016. Deep Residual Learning for Image Recognition. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 770-778.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "CheXpert: A Large Chest Radiograph Dataset with Uncertainty Labels and Expert Comparison", |
| "authors": [ |
| { |
| "first": "Jeremy", |
| "middle": [], |
| "last": "Irvin", |
| "suffix": "" |
| }, |
| { |
| "first": "Pranav", |
| "middle": [], |
| "last": "Rajpurkar", |
| "suffix": "" |
| }, |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Ko", |
| "suffix": "" |
| }, |
| { |
| "first": "Yifan", |
| "middle": [], |
| "last": "Yu", |
| "suffix": "" |
| }, |
| { |
| "first": "Silviana", |
| "middle": [], |
| "last": "Ciurea-Ilcus", |
| "suffix": "" |
| }, |
| { |
| "first": "Chris", |
| "middle": [], |
| "last": "Chute", |
| "suffix": "" |
| }, |
| { |
| "first": "Henrik", |
| "middle": [], |
| "last": "Marklund", |
| "suffix": "" |
| }, |
| { |
| "first": "Behzad", |
| "middle": [], |
| "last": "Haghgoo", |
| "suffix": "" |
| }, |
| { |
| "first": "Robyn", |
| "middle": [], |
| "last": "Ball", |
| "suffix": "" |
| }, |
| { |
| "first": "Katie", |
| "middle": [], |
| "last": "Shpanskaya", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "Proceedings of the AAAI Conference on Artificial Intelligence", |
| "volume": "33", |
| "issue": "", |
| "pages": "590--597", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jeremy Irvin, Pranav Rajpurkar, Michael Ko, Yifan Yu, Silviana Ciurea-Ilcus, Chris Chute, Henrik Mark- lund, Behzad Haghgoo, Robyn Ball, Katie Shpan- skaya, et al. 2019. CheXpert: A Large Chest Ra- diograph Dataset with Uncertainty Labels and Ex- pert Comparison. In Proceedings of the AAAI Con- ference on Artificial Intelligence, volume 33, pages 590-597.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Show, Describe and Conclude: On Exploiting the Structure Information of Chest X-ray Reports", |
| "authors": [ |
| { |
| "first": "Baoyu", |
| "middle": [], |
| "last": "Jing", |
| "suffix": "" |
| }, |
| { |
| "first": "Zeya", |
| "middle": [], |
| "last": "Wang", |
| "suffix": "" |
| }, |
| { |
| "first": "Eric", |
| "middle": [], |
| "last": "Xing", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "6570--6580", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Baoyu Jing, Zeya Wang, and Eric Xing. 2019. Show, Describe and Conclude: On Exploiting the Structure Information of Chest X-ray Reports. In Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics, pages 6570-6580.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "On the Automatic Generation of Medical Imaging Reports", |
| "authors": [ |
| { |
| "first": "Baoyu", |
| "middle": [], |
| "last": "Jing", |
| "suffix": "" |
| }, |
| { |
| "first": "Pengtao", |
| "middle": [], |
| "last": "Xie", |
| "suffix": "" |
| }, |
| { |
| "first": "Eric", |
| "middle": [], |
| "last": "Xing", |
| "suffix": "" |
| } |
| ], |
| "year": 2018, |
| "venue": "Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics", |
| "volume": "1", |
| "issue": "", |
| "pages": "2577--2586", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Baoyu Jing, Pengtao Xie, and Eric Xing. 2018. On the Automatic Generation of Medical Imaging Reports. In Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pages 2577-2586.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "MIMIC-CXR: A large publicly available database of labeled chest radiographs", |
| "authors": [ |
| { |
| "first": "E", |
| "middle": [ |
| "W" |
| ], |
| "last": "Alistair", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Johnson", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Tom", |
| "suffix": "" |
| }, |
| { |
| "first": "Seth", |
| "middle": [ |
| "J" |
| ], |
| "last": "Pollard", |
| "suffix": "" |
| }, |
| { |
| "first": "Nathaniel", |
| "middle": [ |
| "R" |
| ], |
| "last": "Berkowitz", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Greenbaum", |
| "suffix": "" |
| }, |
| { |
| "first": "Chihying", |
| "middle": [], |
| "last": "Matthew P Lungren", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Deng", |
| "suffix": "" |
| }, |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Roger", |
| "suffix": "" |
| }, |
| { |
| "first": "Steven", |
| "middle": [], |
| "last": "Mark", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Horng", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:1901.07042" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Alistair EW Johnson, Tom J Pollard, Seth J Berkowitz, Nathaniel R Greenbaum, Matthew P Lungren, Chih- ying Deng, Roger G Mark, and Steven Horng. 2019. MIMIC-CXR: A large publicly available database of labeled chest radiographs. arXiv preprint arXiv:1901.07042.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Adam: A Method for Stochastic Optimization", |
| "authors": [ |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Diederik", |
| "suffix": "" |
| }, |
| { |
| "first": "Jimmy", |
| "middle": [], |
| "last": "Kingma", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Ba", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Diederik P Kingma and Jimmy Ba. 2015. Adam: A Method for Stochastic Optimization. CoRR, abs/1412.6980.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "Large Memory Layers with Product Keys", |
| "authors": [ |
| { |
| "first": "Guillaume", |
| "middle": [], |
| "last": "Lample", |
| "suffix": "" |
| }, |
| { |
| "first": "Alexandre", |
| "middle": [], |
| "last": "Sablayrolles", |
| "suffix": "" |
| }, |
| { |
| "first": "Marc'aurelio", |
| "middle": [], |
| "last": "Ranzato", |
| "suffix": "" |
| }, |
| { |
| "first": "Ludovic", |
| "middle": [], |
| "last": "Denoyer", |
| "suffix": "" |
| }, |
| { |
| "first": "Herv\u00e9", |
| "middle": [], |
| "last": "J\u00e9gou", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "Advances in Neural Information Processing Systems", |
| "volume": "", |
| "issue": "", |
| "pages": "8546--8557", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Guillaume Lample, Alexandre Sablayrolles, Marc'Aurelio Ranzato, Ludovic Denoyer, and Herv\u00e9 J\u00e9gou. 2019. Large Memory Layers with Product Keys. In Advances in Neural Information Processing Systems, pages 8546-8557.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "Knowledge-Driven Encode, Retrieve, Paraphrase for Medical Image Report Generation", |
| "authors": [ |
| { |
| "first": "Y", |
| "middle": [], |
| "last": "Christy", |
| "suffix": "" |
| }, |
| { |
| "first": "Xiaodan", |
| "middle": [], |
| "last": "Li", |
| "suffix": "" |
| }, |
| { |
| "first": "Zhiting", |
| "middle": [], |
| "last": "Liang", |
| "suffix": "" |
| }, |
| { |
| "first": "Eric", |
| "middle": [ |
| "P" |
| ], |
| "last": "Hu", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Xing", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "Proceedings of the AAAI Conference on Artificial Intelligence", |
| "volume": "33", |
| "issue": "", |
| "pages": "6666--6673", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Christy Y Li, Xiaodan Liang, Zhiting Hu, and Eric P Xing. 2019. Knowledge-Driven Encode, Retrieve, Paraphrase for Medical Image Report Generation. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 33, pages 6666-6673.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Hybrid Retrieval-Generation Reinforced Agent for Medical Image Report Generation", |
| "authors": [ |
| { |
| "first": "Yuan", |
| "middle": [], |
| "last": "Li", |
| "suffix": "" |
| }, |
| { |
| "first": "Xiaodan", |
| "middle": [], |
| "last": "Liang", |
| "suffix": "" |
| }, |
| { |
| "first": "Zhiting", |
| "middle": [], |
| "last": "Hu", |
| "suffix": "" |
| }, |
| { |
| "first": "Eric", |
| "middle": [ |
| "P" |
| ], |
| "last": "Xing", |
| "suffix": "" |
| } |
| ], |
| "year": 2018, |
| "venue": "Advances in neural information processing systems", |
| "volume": "", |
| "issue": "", |
| "pages": "1530--1540", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yuan Li, Xiaodan Liang, Zhiting Hu, and Eric P Xing. 2018. Hybrid Retrieval-Generation Rein- forced Agent for Medical Image Report Generation. In Advances in neural information processing sys- tems, pages 1530-1540.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "ROUGE: A Package for Automatic Evaluation of Summaries", |
| "authors": [ |
| { |
| "first": "Chin-Yew", |
| "middle": [], |
| "last": "Lin", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Text Summarization Branches Out", |
| "volume": "", |
| "issue": "", |
| "pages": "74--81", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Chin-Yew Lin. 2004. ROUGE: A Package for Auto- matic Evaluation of Summaries. In Text Summariza- tion Branches Out, pages 74-81.", |
| "links": null |
| }, |
| "BIBREF19": { |
| "ref_id": "b19", |
| "title": "Clinically Accurate Chest X-Ray Report Generation", |
| "authors": [ |
| { |
| "first": "Guanxiong", |
| "middle": [], |
| "last": "Liu", |
| "suffix": "" |
| }, |
| { |
| "first": "Tzu-Ming Harry", |
| "middle": [], |
| "last": "Hsu", |
| "suffix": "" |
| }, |
| { |
| "first": "Matthew", |
| "middle": [], |
| "last": "Mc-Dermott", |
| "suffix": "" |
| }, |
| { |
| "first": "Willie", |
| "middle": [], |
| "last": "Boag", |
| "suffix": "" |
| }, |
| { |
| "first": "Wei-Hung", |
| "middle": [], |
| "last": "Weng", |
| "suffix": "" |
| }, |
| { |
| "first": "Peter", |
| "middle": [], |
| "last": "Szolovits", |
| "suffix": "" |
| }, |
| { |
| "first": "Marzyeh", |
| "middle": [], |
| "last": "Ghassemi", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "Machine Learning for Healthcare Conference", |
| "volume": "", |
| "issue": "", |
| "pages": "249--269", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Guanxiong Liu, Tzu-Ming Harry Hsu, Matthew Mc- Dermott, Willie Boag, Wei-Hung Weng, Peter Szolovits, and Marzyeh Ghassemi. 2019. Clinically Accurate Chest X-Ray Report Generation. In Ma- chine Learning for Healthcare Conference, pages 249-269.", |
| "links": null |
| }, |
| "BIBREF20": { |
| "ref_id": "b20", |
| "title": "Knowing When to Look: Adaptive Attention via A Visual Sentinel for Image Captioning", |
| "authors": [ |
| { |
| "first": "Jiasen", |
| "middle": [], |
| "last": "Lu", |
| "suffix": "" |
| }, |
| { |
| "first": "Caiming", |
| "middle": [], |
| "last": "Xiong", |
| "suffix": "" |
| }, |
| { |
| "first": "Devi", |
| "middle": [], |
| "last": "Parikh", |
| "suffix": "" |
| }, |
| { |
| "first": "Richard", |
| "middle": [], |
| "last": "Socher", |
| "suffix": "" |
| } |
| ], |
| "year": 2017, |
| "venue": "Proceedings of the IEEE conference on computer vision and pattern recognition", |
| "volume": "", |
| "issue": "", |
| "pages": "375--383", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jiasen Lu, Caiming Xiong, Devi Parikh, and Richard Socher. 2017. Knowing When to Look: Adaptive Attention via A Visual Sentinel for Image Caption- ing. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 375- 383.", |
| "links": null |
| }, |
| "BIBREF21": { |
| "ref_id": "b21", |
| "title": "BLEU: a Method for Automatic Evaluation of Machine Translation", |
| "authors": [ |
| { |
| "first": "Kishore", |
| "middle": [], |
| "last": "Papineni", |
| "suffix": "" |
| }, |
| { |
| "first": "Salim", |
| "middle": [], |
| "last": "Roukos", |
| "suffix": "" |
| }, |
| { |
| "first": "Todd", |
| "middle": [], |
| "last": "Ward", |
| "suffix": "" |
| }, |
| { |
| "first": "Wei-Jing", |
| "middle": [], |
| "last": "Zhu", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Proceedings of the 40th annual meeting on association for computational linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "311--318", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kishore Papineni, Salim Roukos, Todd Ward, and Wei- Jing Zhu. 2002. BLEU: a Method for Automatic Evaluation of Machine Translation. In Proceedings of the 40th annual meeting on association for com- putational linguistics, pages 311-318.", |
| "links": null |
| }, |
| "BIBREF22": { |
| "ref_id": "b22", |
| "title": "Self-critical Sequence Training for Image Captioning", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Steven", |
| "suffix": "" |
| }, |
| { |
| "first": "Etienne", |
| "middle": [], |
| "last": "Rennie", |
| "suffix": "" |
| }, |
| { |
| "first": "Youssef", |
| "middle": [], |
| "last": "Marcheret", |
| "suffix": "" |
| }, |
| { |
| "first": "Jerret", |
| "middle": [], |
| "last": "Mroueh", |
| "suffix": "" |
| }, |
| { |
| "first": "Vaibhava", |
| "middle": [], |
| "last": "Ross", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Goel", |
| "suffix": "" |
| } |
| ], |
| "year": 2017, |
| "venue": "Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition", |
| "volume": "", |
| "issue": "", |
| "pages": "7008--7024", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Steven J Rennie, Etienne Marcheret, Youssef Mroueh, Jerret Ross, and Vaibhava Goel. 2017. Self-critical Sequence Training for Image Captioning. In Pro- ceedings of the IEEE Conference on Computer Vi- sion and Pattern Recognition, pages 7008-7024.", |
| "links": null |
| }, |
| "BIBREF23": { |
| "ref_id": "b23", |
| "title": "Relational recurrent neural networks", |
| "authors": [ |
| { |
| "first": "Adam", |
| "middle": [], |
| "last": "Santoro", |
| "suffix": "" |
| }, |
| { |
| "first": "Ryan", |
| "middle": [], |
| "last": "Faulkner", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Raposo", |
| "suffix": "" |
| }, |
| { |
| "first": "Jack", |
| "middle": [], |
| "last": "Rae", |
| "suffix": "" |
| }, |
| { |
| "first": "Mike", |
| "middle": [], |
| "last": "Chrzanowski", |
| "suffix": "" |
| }, |
| { |
| "first": "Theophane", |
| "middle": [], |
| "last": "Weber", |
| "suffix": "" |
| }, |
| { |
| "first": "Daan", |
| "middle": [], |
| "last": "Wierstra", |
| "suffix": "" |
| }, |
| { |
| "first": "Oriol", |
| "middle": [], |
| "last": "Vinyals", |
| "suffix": "" |
| }, |
| { |
| "first": "Razvan", |
| "middle": [], |
| "last": "Pascanu", |
| "suffix": "" |
| }, |
| { |
| "first": "Timothy", |
| "middle": [], |
| "last": "Lillicrap", |
| "suffix": "" |
| } |
| ], |
| "year": 2018, |
| "venue": "Advances in neural information processing systems", |
| "volume": "", |
| "issue": "", |
| "pages": "7299--7310", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Adam Santoro, Ryan Faulkner, David Raposo, Jack Rae, Mike Chrzanowski, Theophane Weber, Daan Wierstra, Oriol Vinyals, Razvan Pascanu, and Timo- thy Lillicrap. 2018. Relational recurrent neural net- works. In Advances in neural information process- ing systems, pages 7299-7310.", |
| "links": null |
| }, |
| "BIBREF24": { |
| "ref_id": "b24", |
| "title": "Very Deep Convolutional Networks for Large-Scale Image Recognition. CoRR", |
| "authors": [ |
| { |
| "first": "Karen", |
| "middle": [], |
| "last": "Simonyan", |
| "suffix": "" |
| }, |
| { |
| "first": "Andrew", |
| "middle": [], |
| "last": "Zisserman", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Karen Simonyan and Andrew Zisserman. 2015. Very Deep Convolutional Networks for Large-Scale Im- age Recognition. CoRR, abs/1409.1556.", |
| "links": null |
| }, |
| "BIBREF25": { |
| "ref_id": "b25", |
| "title": "Learning Word Representations with Regularization from Prior Knowledge", |
| "authors": [ |
| { |
| "first": "Yan", |
| "middle": [], |
| "last": "Song", |
| "suffix": "" |
| }, |
| { |
| "first": "Chia-Jung", |
| "middle": [], |
| "last": "Lee", |
| "suffix": "" |
| }, |
| { |
| "first": "Fei", |
| "middle": [], |
| "last": "Xia", |
| "suffix": "" |
| } |
| ], |
| "year": 2017, |
| "venue": "Proceedings of the 21st Conference on Computational Natural Language Learning", |
| "volume": "", |
| "issue": "", |
| "pages": "143--152", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yan Song, Chia-Jung Lee, and Fei Xia. 2017. Learn- ing Word Representations with Regularization from Prior Knowledge. In Proceedings of the 21st Confer- ence on Computational Natural Language Learning (CoNLL 2017), pages 143-152.", |
| "links": null |
| }, |
| "BIBREF26": { |
| "ref_id": "b26", |
| "title": "Complementary Learning of Word Embeddings", |
| "authors": [ |
| { |
| "first": "Yan", |
| "middle": [], |
| "last": "Song", |
| "suffix": "" |
| }, |
| { |
| "first": "Shuming", |
| "middle": [], |
| "last": "Shi", |
| "suffix": "" |
| } |
| ], |
| "year": 2018, |
| "venue": "Proceedings of the 27th International Joint Conference on Artificial Intelligence", |
| "volume": "", |
| "issue": "", |
| "pages": "4368--4374", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yan Song and Shuming Shi. 2018. Complementary Learning of Word Embeddings. In Proceedings of the 27th International Joint Conference on Artificial Intelligence, pages 4368-4374.", |
| "links": null |
| }, |
| "BIBREF27": { |
| "ref_id": "b27", |
| "title": "End-To-End Memory Networks", |
| "authors": [ |
| { |
| "first": "Sainbayar", |
| "middle": [], |
| "last": "Sukhbaatar", |
| "suffix": "" |
| }, |
| { |
| "first": "Jason", |
| "middle": [], |
| "last": "Weston", |
| "suffix": "" |
| }, |
| { |
| "first": "Rob", |
| "middle": [], |
| "last": "Fergus", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "Advances in neural information processing systems", |
| "volume": "", |
| "issue": "", |
| "pages": "2440--2448", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Sainbayar Sukhbaatar, Jason Weston, Rob Fergus, et al. 2015. End-To-End Memory Networks. In Ad- vances in neural information processing systems, pages 2440-2448.", |
| "links": null |
| }, |
| "BIBREF28": { |
| "ref_id": "b28", |
| "title": "Joint Chinese Word Segmentation and Partof-speech Tagging via Two-way Attentions of Autoanalyzed Knowledge", |
| "authors": [ |
| { |
| "first": "Yuanhe", |
| "middle": [], |
| "last": "Tian", |
| "suffix": "" |
| }, |
| { |
| "first": "Yan", |
| "middle": [], |
| "last": "Song", |
| "suffix": "" |
| }, |
| { |
| "first": "Xiang", |
| "middle": [], |
| "last": "Ao", |
| "suffix": "" |
| }, |
| { |
| "first": "Fei", |
| "middle": [], |
| "last": "Xia", |
| "suffix": "" |
| }, |
| { |
| "first": "Xiaojun", |
| "middle": [], |
| "last": "Quan", |
| "suffix": "" |
| }, |
| { |
| "first": "Tong", |
| "middle": [], |
| "last": "Zhang", |
| "suffix": "" |
| }, |
| { |
| "first": "Yonggang", |
| "middle": [], |
| "last": "Wang", |
| "suffix": "" |
| } |
| ], |
| "year": 2020, |
| "venue": "Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "8286--8296", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yuanhe Tian, Yan Song, Xiang Ao, Fei Xia, Xi- aojun Quan, Tong Zhang, and Yonggang Wang. 2020a. Joint Chinese Word Segmentation and Part- of-speech Tagging via Two-way Attentions of Auto- analyzed Knowledge. In Proceedings of the 58th An- nual Meeting of the Association for Computational Linguistics, pages 8286-8296.", |
| "links": null |
| }, |
| "BIBREF29": { |
| "ref_id": "b29", |
| "title": "Supertagging Combinatory Categorial Grammar with Attentive Graph Convolutional Networks", |
| "authors": [ |
| { |
| "first": "Yuanhe", |
| "middle": [], |
| "last": "Tian", |
| "suffix": "" |
| }, |
| { |
| "first": "Yan", |
| "middle": [], |
| "last": "Song", |
| "suffix": "" |
| }, |
| { |
| "first": "Fei", |
| "middle": [], |
| "last": "Xia", |
| "suffix": "" |
| } |
| ], |
| "year": 2020, |
| "venue": "Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yuanhe Tian, Yan Song, and Fei Xia. 2020b. Supertag- ging Combinatory Categorial Grammar with Atten- tive Graph Convolutional Networks. In Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing.", |
| "links": null |
| }, |
| "BIBREF30": { |
| "ref_id": "b30", |
| "title": "Improving Constituency Parsing with Span Attention", |
| "authors": [ |
| { |
| "first": "Yuanhe", |
| "middle": [], |
| "last": "Tian", |
| "suffix": "" |
| }, |
| { |
| "first": "Yan", |
| "middle": [], |
| "last": "Song", |
| "suffix": "" |
| }, |
| { |
| "first": "Fei", |
| "middle": [], |
| "last": "Xia", |
| "suffix": "" |
| }, |
| { |
| "first": "Tong", |
| "middle": [], |
| "last": "Zhang", |
| "suffix": "" |
| } |
| ], |
| "year": 2020, |
| "venue": "Findings of the 2020 Conference on Empirical Methods in Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yuanhe Tian, Yan Song, Fei Xia, and Tong Zhang. 2020c. Improving Constituency Parsing with Span Attention. In Findings of the 2020 Conference on Empirical Methods in Natural Language Process- ing.", |
| "links": null |
| }, |
| "BIBREF31": { |
| "ref_id": "b31", |
| "title": "Improving Chinese Word Segmentation with Wordhood Memory Networks", |
| "authors": [ |
| { |
| "first": "Yuanhe", |
| "middle": [], |
| "last": "Tian", |
| "suffix": "" |
| }, |
| { |
| "first": "Yan", |
| "middle": [], |
| "last": "Song", |
| "suffix": "" |
| }, |
| { |
| "first": "Fei", |
| "middle": [], |
| "last": "Xia", |
| "suffix": "" |
| }, |
| { |
| "first": "Tong", |
| "middle": [], |
| "last": "Zhang", |
| "suffix": "" |
| }, |
| { |
| "first": "Yonggang", |
| "middle": [], |
| "last": "Wang", |
| "suffix": "" |
| } |
| ], |
| "year": 2020, |
| "venue": "Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "8274--8285", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yuanhe Tian, Yan Song, Fei Xia, Tong Zhang, and Yonggang Wang. 2020d. Improving Chinese Word Segmentation with Wordhood Memory Networks. In Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics, pages 8274-8285.", |
| "links": null |
| }, |
| "BIBREF32": { |
| "ref_id": "b32", |
| "title": "Attention Is All You Need", |
| "authors": [ |
| { |
| "first": "Ashish", |
| "middle": [], |
| "last": "Vaswani", |
| "suffix": "" |
| }, |
| { |
| "first": "Noam", |
| "middle": [], |
| "last": "Shazeer", |
| "suffix": "" |
| }, |
| { |
| "first": "Niki", |
| "middle": [], |
| "last": "Parmar", |
| "suffix": "" |
| }, |
| { |
| "first": "Jakob", |
| "middle": [], |
| "last": "Uszkoreit", |
| "suffix": "" |
| }, |
| { |
| "first": "Llion", |
| "middle": [], |
| "last": "Jones", |
| "suffix": "" |
| }, |
| { |
| "first": "Aidan", |
| "middle": [ |
| "N" |
| ], |
| "last": "Gomez", |
| "suffix": "" |
| }, |
| { |
| "first": "\u0141ukasz", |
| "middle": [], |
| "last": "Kaiser", |
| "suffix": "" |
| }, |
| { |
| "first": "Illia", |
| "middle": [], |
| "last": "Polosukhin", |
| "suffix": "" |
| } |
| ], |
| "year": 2017, |
| "venue": "Advances in neural information processing systems", |
| "volume": "", |
| "issue": "", |
| "pages": "5998--6008", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N Gomez, \u0141ukasz Kaiser, and Illia Polosukhin. 2017. Attention Is All You Need. In Advances in neural information pro- cessing systems, pages 5998-6008.", |
| "links": null |
| }, |
| "BIBREF33": { |
| "ref_id": "b33", |
| "title": "Show and Tell: A Neural Image Caption Generator", |
| "authors": [ |
| { |
| "first": "Oriol", |
| "middle": [], |
| "last": "Vinyals", |
| "suffix": "" |
| }, |
| { |
| "first": "Alexander", |
| "middle": [], |
| "last": "Toshev", |
| "suffix": "" |
| }, |
| { |
| "first": "Samy", |
| "middle": [], |
| "last": "Bengio", |
| "suffix": "" |
| }, |
| { |
| "first": "Dumitru", |
| "middle": [], |
| "last": "Erhan", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "Proceedings of the IEEE conference on computer vision and pattern recognition", |
| "volume": "", |
| "issue": "", |
| "pages": "3156--3164", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Oriol Vinyals, Alexander Toshev, Samy Bengio, and Dumitru Erhan. 2015. Show and Tell: A Neural Im- age Caption Generator. In Proceedings of the IEEE conference on computer vision and pattern recogni- tion, pages 3156-3164.", |
| "links": null |
| }, |
| "BIBREF34": { |
| "ref_id": "b34", |
| "title": "Hierarchical Attention Network for Image Captioning", |
| "authors": [ |
| { |
| "first": "Weixuan", |
| "middle": [], |
| "last": "Wang", |
| "suffix": "" |
| }, |
| { |
| "first": "Zhihong", |
| "middle": [], |
| "last": "Chen", |
| "suffix": "" |
| }, |
| { |
| "first": "Haifeng", |
| "middle": [], |
| "last": "Hu", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "Proceedings of the AAAI Conference on Artificial Intelligence", |
| "volume": "33", |
| "issue": "", |
| "pages": "8957--8964", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Weixuan Wang, Zhihong Chen, and Haifeng Hu. 2019. Hierarchical Attention Network for Image Caption- ing. In Proceedings of the AAAI Conference on Arti- ficial Intelligence, volume 33, pages 8957-8964.", |
| "links": null |
| }, |
| "BIBREF36": { |
| "ref_id": "b36", |
| "title": "Show, Attend and Tell: Neural Image Caption Generation with Visual Attention", |
| "authors": [ |
| { |
| "first": "Kelvin", |
| "middle": [], |
| "last": "Xu", |
| "suffix": "" |
| }, |
| { |
| "first": "Jimmy", |
| "middle": [], |
| "last": "Ba", |
| "suffix": "" |
| }, |
| { |
| "first": "Ryan", |
| "middle": [], |
| "last": "Kiros", |
| "suffix": "" |
| }, |
| { |
| "first": "Kyunghyun", |
| "middle": [], |
| "last": "Cho", |
| "suffix": "" |
| }, |
| { |
| "first": "Aaron", |
| "middle": [], |
| "last": "Courville", |
| "suffix": "" |
| }, |
| { |
| "first": "Ruslan", |
| "middle": [], |
| "last": "Salakhudinov", |
| "suffix": "" |
| }, |
| { |
| "first": "Rich", |
| "middle": [], |
| "last": "Zemel", |
| "suffix": "" |
| }, |
| { |
| "first": "Yoshua", |
| "middle": [], |
| "last": "Bengio", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "International conference on machine learning", |
| "volume": "", |
| "issue": "", |
| "pages": "2048--2057", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kelvin Xu, Jimmy Ba, Ryan Kiros, Kyunghyun Cho, Aaron Courville, Ruslan Salakhudinov, Rich Zemel, and Yoshua Bengio. 2015. Show, Attend and Tell: Neural Image Caption Generation with Visual Atten- tion. In International conference on machine learn- ing, pages 2048-2057.", |
| "links": null |
| }, |
| "BIBREF37": { |
| "ref_id": "b37", |
| "title": "Topic Memory Networks for Short Text Classification", |
| "authors": [ |
| { |
| "first": "Jichuan", |
| "middle": [], |
| "last": "Zeng", |
| "suffix": "" |
| }, |
| { |
| "first": "Jing", |
| "middle": [], |
| "last": "Li", |
| "suffix": "" |
| }, |
| { |
| "first": "Yan", |
| "middle": [], |
| "last": "Song", |
| "suffix": "" |
| }, |
| { |
| "first": "Cuiyun", |
| "middle": [], |
| "last": "Gao", |
| "suffix": "" |
| }, |
| { |
| "first": "Irwin", |
| "middle": [], |
| "last": "Michael R Lyu", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "King", |
| "suffix": "" |
| } |
| ], |
| "year": 2018, |
| "venue": "Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "3120--3131", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jichuan Zeng, Jing Li, Yan Song, Cuiyun Gao, Michael R Lyu, and Irwin King. 2018. Topic Mem- ory Networks for Short Text Classification. In Pro- ceedings of the 2018 Conference on Empirical Meth- ods in Natural Language Processing, pages 3120- 3131.", |
| "links": null |
| }, |
| "BIBREF38": { |
| "ref_id": "b38", |
| "title": "Multiplex Word Embeddings for Selectional Preference Acquisition", |
| "authors": [ |
| { |
| "first": "Hongming", |
| "middle": [], |
| "last": "Zhang", |
| "suffix": "" |
| }, |
| { |
| "first": "Jiaxin", |
| "middle": [], |
| "last": "Bai", |
| "suffix": "" |
| }, |
| { |
| "first": "Yan", |
| "middle": [], |
| "last": "Song", |
| "suffix": "" |
| }, |
| { |
| "first": "Kun", |
| "middle": [], |
| "last": "Xu", |
| "suffix": "" |
| }, |
| { |
| "first": "Changlong", |
| "middle": [], |
| "last": "Yu", |
| "suffix": "" |
| }, |
| { |
| "first": "Yangqiu", |
| "middle": [], |
| "last": "Song", |
| "suffix": "" |
| }, |
| { |
| "first": "Wilfred", |
| "middle": [], |
| "last": "Ng", |
| "suffix": "" |
| }, |
| { |
| "first": "Dong", |
| "middle": [], |
| "last": "Yu", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP)", |
| "volume": "", |
| "issue": "", |
| "pages": "5250--5259", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hongming Zhang, Jiaxin Bai, Yan Song, Kun Xu, Changlong Yu, Yangqiu Song, Wilfred Ng, and Dong Yu. 2019. Multiplex Word Embeddings for Selectional Preference Acquisition. In Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th Interna- tional Joint Conference on Natural Language Pro- cessing (EMNLP-IJCNLP), pages 5250-5259.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "uris": null, |
| "type_str": "figure", |
| "text": "The lungs are clear bilaterally. Specifically, no evidence of focal consolidation, or pleural effusion. Minimal right basilar subsegmental atelectasis noted. Cardio mediastinal silhouette is unremarkable. Tortuosity of the thoracic aorta noted. Impression No acute cardiopulmonary abnormality.", |
| "num": null |
| }, |
| "FIGREF1": { |
| "uris": null, |
| "type_str": "figure", |
| "text": "An example chest X-ray image and its report including findings and impression.", |
| "num": null |
| }, |
| "FIGREF2": { |
| "uris": null, |
| "type_str": "figure", |
| "text": "where f d (\u2022) refers to the decoder and the details of the memory (RM) and MCLN are presented in following subsections.", |
| "num": null |
| }, |
| "FIGREF4": { |
| "uris": null, |
| "type_str": "figure", |
| "text": "Vinyals et al., 2015), ATT2IN (Rennie et al., 2017), ADAATT(Lu et al., 2017), TOPDOWN(Anderson et al., 2018), and the ones proposed for the medical domain, e.g., COATT, HRGR and CMAS-RL(Jing et al., 2019).", |
| "num": null |
| }, |
| "FIGREF6": { |
| "uris": null, |
| "type_str": "figure", |
| "text": "The length distributions of the generated reports on the MIMIC-CXR test set from BASE, BASE+ RM and BASE+RM+MCLN, as well as the ground-truth.", |
| "num": null |
| }, |
| "FIGREF7": { |
| "uris": null, |
| "type_str": "figure", |
| "text": "For example, Jing et al. (2018) proposed a co-attention BASE: As compared to the previous radiograph there is no relevant change. Moderate cardiomegaly with mild fluid overload but no overt pulmonary edema. No pleural effusions. No pneumonia. Unchanged right internal jugular vein catheter.", |
| "num": null |
| }, |
| "TABREF1": { |
| "html": null, |
| "content": "<table><tr><td>DATASET</td><td>IU X-RAY</td><td>MIMIC-CXR</td></tr><tr><td/><td colspan=\"3\">TRAIN VAL TEST TRAIN VAL TEST</td></tr><tr><td>IMAGE #</td><td colspan=\"3\">5,226 748 1,496 368,960 2,991 5,159</td></tr><tr><td>REPORT #</td><td colspan=\"3\">2,770 395 790 222,758 1,808 3,269</td></tr><tr><td colspan=\"3\">PATIENT # 2,770 395 790 64,586 500</td><td>293</td></tr><tr><td>AVG.</td><td/><td/></tr></table>", |
| "text": "2015; Lample et al., LEN. 37.56 36.78 33.62 53.00 53.05 66.40", |
| "num": null, |
| "type_str": "table" |
| }, |
| "TABREF2": { |
| "html": null, |
| "content": "<table/>", |
| "text": "The statistics of the two benchmark datasets w.r.t. their training, validation and test sets, including the numbers of images, reports and patients, and the average word-based length (AVG. LEN.) of reports.", |
| "num": null, |
| "type_str": "table" |
| }, |
| "TABREF5": { |
| "html": null, |
| "content": "<table/>", |
| "text": "NLG scores of our full model on the MIMIC-CXR test set when different memory slots are used. PARA. denotes the number of parameters.", |
| "num": null, |
| "type_str": "table" |
| } |
| } |
| } |
| } |