diff --git "a/parse/dev/EbMuimAbPbs/EbMuimAbPbs_content_list.json" "b/parse/dev/EbMuimAbPbs/EbMuimAbPbs_content_list.json" new file mode 100644--- /dev/null +++ "b/parse/dev/EbMuimAbPbs/EbMuimAbPbs_content_list.json" @@ -0,0 +1,2078 @@ +[ + { + "type": "text", + "text": "Flamingo: a Visual Language Model for Few-Shot Learning ", + "text_level": 1, + "bbox": [ + 267, + 127, + 735, + 178 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Jean-Baptiste Alayrac\\*,‡ Jeff Donahue\\* Pauline Luc\\* Antoine Miech\\* ", + "bbox": [ + 187, + 218, + 808, + 234 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Iain Barr† Yana Hasson† Karel Lenc† Arthur Mensch† Katie Millican† ", + "bbox": [ + 192, + 253, + 803, + 271 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Malcolm Reynolds† Roman Ring† Eliza Rutherford† Serkan Cabi Tengda Han ", + "bbox": [ + 186, + 289, + 812, + 306 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Zhitao Gong Sina Samangooei Marianne Monteiro Jacob Menick ", + "bbox": [ + 194, + 325, + 792, + 342 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Sebastian Borgeaud Andrew Brock Aida Nematzadeh Sahand Sharifzadeh ", + "bbox": [ + 196, + 361, + 800, + 377 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Mikolaj Binkowski Ricardo Barreira Oriol Vinyals Andrew Zisserman ", + "bbox": [ + 194, + 397, + 799, + 412 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Karen Simonyan\\*,‡ ", + "bbox": [ + 429, + 433, + 566, + 448 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "\\* Equal contributions, ordered alphabetically, † Equal contributions, ordered alphabetically, ‡ Equal senior contributions ", + "bbox": [ + 204, + 468, + 790, + 497 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "DeepMind ", + "text_level": 1, + "bbox": [ + 460, + 518, + 535, + 534 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Abstract ", + "text_level": 1, + "bbox": [ + 462, + 569, + 535, + 585 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Building models that can be rapidly adapted to novel tasks using only a handful of annotated examples is an open challenge for multimodal machine learning research. We introduce Flamingo, a family of Visual Language Models (VLM) with this ability. We propose key architectural innovations to: (i) bridge powerful pretrained vision-only and language-only models, (ii) handle sequences of arbitrarily interleaved visual and textual data, and (iii) seamlessly ingest images or videos as inputs. Thanks to their flexibility, Flamingo models can be trained on large-scale multimodal web corpora containing arbitrarily interleaved text and images, which is key to endow them with in-context few-shot learning capabilities. We perform a thorough evaluation of our models, exploring and measuring their ability to rapidly adapt to a variety of image and video tasks. These include open-ended tasks such as visual question-answering, where the model is prompted with a question which it has to answer; captioning tasks, which evaluate the ability to describe a scene or an event; and close-ended tasks such as multiple-choice visual question-answering. For tasks lying anywhere on this spectrum, a single Flamingo model can achieve a new state of the art with few-shot learning, simply by prompting the model with task-specific examples. On numerous benchmarks, Flamingo outperforms models fine-tuned on thousands of times more task-specific data. ", + "bbox": [ + 233, + 599, + 766, + 848 + ], + "page_idx": 0 + }, + { + "type": "image", + "img_path": "images/500fea4496e438926bc70a717688f49aef7e0ec0799bbdcc53a49ceb3646c261.jpg", + "image_caption": [ + "Figure 1: Selected examples of inputs and outputs obtained from Flamingo-80B. Flamingo can rapidly adapt to various image/video understanding tasks with few-shot prompting (top). Out of the box, Flamingo is also capable of multi-image visual dialogue (bottom). More examples in Appendix C. " + ], + "image_footnote": [], + "bbox": [ + 176, + 61, + 825, + 868 + ], + "page_idx": 1 + }, + { + "type": "image", + "img_path": "images/67d3c4f598fa5f712a5a0d97a635ffbeefb2449fa69c58e60a16d12063b978e9.jpg", + "image_caption": [ + "Figure 2: Flamingo results overview. Left: Our largest model, dubbed Flamingo, outperforms state-of-the-art fine-tuned models on 6 of the 16 tasks we consider with no fine-tuning. For the 9 tasks with published few-shot results, Flamingo sets the new few-shot state of the art. Note: We omit RareAct, our 16th benchmark, as it is a zero-shot benchmark with no available fine-tuned results to compare to. Right: Flamingo performance improves with model size and number of shots. " + ], + "image_footnote": [], + "bbox": [ + 178, + 93, + 821, + 257 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "1 Introduction ", + "text_level": 1, + "bbox": [ + 174, + 348, + 310, + 366 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "One key aspect of intelligence is the ability to quickly learn to perform a new task given a short instruction [33, 70]. While initial progress has been made towards a similar capability in computer vision, the most widely used paradigm still consists of first pretraining on a large amount of supervised data, before fine-tuning the model on the task of interest [66, 118, 143]. However, successful finetuning often requires many thousands of annotated data points. In addition, it often requires careful per-task hyperparameter tuning and is also resource intensive. Recently, multimodal vision-language models trained with a contrastive objective [50, 85] have enabled zero-shot adaptation to novel tasks, without the need for fine-tuning. However, because these models simply provide a similarity score between a text and an image, they can only address limited use cases such as classification, where a finite set of outcomes is provided beforehand. They crucially lack the ability to generate language, which makes them less suitable to more open-ended tasks such as captioning or visual questionanswering. Others have explored visually-conditioned language generation [17, 114, 119, 124, 132] but have not yet shown good performance in low-data regimes. ", + "bbox": [ + 174, + 381, + 826, + 560 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "We introduce Flamingo, a Visual Language Model (VLM) that sets a new state of the art in few-shot learning on a wide range of open-ended vision and language tasks, simply by being prompted with a few input/output examples, as illustrated in Figure 1. Of the 16 tasks we consider, Flamingo also surpasses the fine-tuned state of the art on 6 tasks, despite using orders of magnitude less task-specific training data (see Figure 2). To achieve this, Flamingo takes inspiration from recent work on large language models (LMs) which are good few-shot learners [11, 18, 42, 86]. A single large LM can achieve strong performance on many tasks using only its text interface: a few examples of a task are provided to the model as a prompt, along with a query input, and the model generates a continuation to produce a predicted output for that query. We show that the same can be done for image and video understanding tasks such as classification, captioning, or question-answering: these can be cast as text prediction problems with visual input conditioning. The difference from a LM is that the model must be able to ingest a multimodal prompt containing images and/or videos interleaved with text. Flamingo models have this capability—they are visually-conditioned autoregressive text generation models able to ingest a sequence of text tokens interleaved with images and/or videos, and produce text as output. Flamingo models leverage two complementary pre-trained and frozen models: a vision model which can “perceive” visual scenes and a large LM which performs a basic form of reasoning. Novel architecture components are added in between these models to connect them in a way that preserves the knowledge they have accumulated during computationally intensive pre-training. Flamingo models are also able to ingest high-resolution images or videos thanks to a Perceiver-based [48] architecture that can produce a small fixed number of visual tokens per image/video, given a large and variable number of visual input features. ", + "bbox": [ + 174, + 565, + 825, + 856 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "A crucial aspect for the performance of large LMs is that they are trained on a large amount of text data. This training provides general-purpose generation capabilities that allows these LMs to perform well when prompted with task examples. Similarly, we demonstrate that the way we train the Flamingo models is crucial for their final performance. They are trained on a carefully chosen mixture of complementary large-scale multimodal data coming only from the web, without using any data annotated for machine learning purposes. After this training, a Flamingo model can be directly adapted to vision tasks via simple few-shot learning without any task-specific tuning. ", + "bbox": [ + 176, + 861, + 823, + 916 + ], + "page_idx": 2 + }, + { + "type": "image", + "img_path": "images/f1607ad89c4ea7b40f8723498b439571ecfb75b7d7f622105db2d86667955992.jpg", + "image_caption": [ + "Figure 3: Flamingo architecture overview. Flamingo is a family of visual language models (VLMs) that take as input visual data interleaved with text and produce free-form text as output. " + ], + "image_footnote": [], + "bbox": [ + 183, + 88, + 825, + 306 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "", + "bbox": [ + 174, + 369, + 825, + 412 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "Contributions. In summary, our contributions are the following: (i) We introduce the Flamingo family of VLMs which can perform various multimodal tasks (such as captioning, visual dialogue, or visual question-answering) from only a few input/output examples. Thanks to architectural innovations, the Flamingo models can efficiently accept arbitrarily interleaved visual data and text as input and generate text in an open-ended manner. (ii) We quantitatively evaluate how Flamingo models can be adapted to various tasks via few-shot learning. We notably reserve a large set of heldout benchmarks which have not been used for validation of any design decisions or hyperparameters of the approach. We use these to estimate unbiased few-shot performance. (iii) Flamingo sets a new state of the art in few-shot learning on a wide array of 16 multimodal language and image/video understanding tasks. On 6 of these 16 tasks, Flamingo also outperforms the fine-tuned state of the art despite using only 32 task-specific examples, around 1000 times less task-specific training data than the current state of the art. With a larger annotation budget, Flamingo can also be effectively fine-tuned to set a new state of the art on five additional challenging benchmarks: VQAv2, VATEX, VizWiz, MSRVTTQA, and HatefulMemes. ", + "bbox": [ + 174, + 417, + 826, + 611 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "2 Approach ", + "text_level": 1, + "bbox": [ + 174, + 631, + 287, + 648 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "This section describes Flamingo: a visual language model that accepts text interleaved with images/videos as input and outputs free-form text. The key architectural components shown in Figure 3 are chosen to leverage pretrained vision and language models and bridge them effectively. First, the Perceiver Resampler (Section 2.1) receives spatio-temporal features from the Vision Encoder (obtained from either an image or a video) and outputs a fixed number of visual tokens. Second, these visual tokens are used to condition the frozen LM using freshly initialised cross-attention layers (Section 2.2) that are interleaved between the pretrained LM layers. These new layers offer an expressive way for the LM to incorporate visual information for the next-token prediction task. Flamingo models the likelihood of text $y$ conditioned on interleaved images and videos $x$ as follows: ", + "bbox": [ + 173, + 661, + 826, + 787 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/baec868931df7df3985395e958c441d5673ad914a1ca464c0cc45ca8b1344dd8.jpg", + "text": "$$\np ( \\boldsymbol y | \\boldsymbol x ) = \\prod _ { \\ell = 1 } ^ { L } p ( \\boldsymbol y _ { \\ell } | \\boldsymbol y _ { \\angle \\ell } , \\boldsymbol x _ { \\le \\ell } ) ,\n$$", + "text_format": "latex", + "bbox": [ + 401, + 792, + 596, + 837 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "where $y _ { \\ell }$ is the $\\ell$ -th language token of the input text, $y _ { < \\ell }$ is the set of preceding tokens, $x _ { \\le \\ell }$ is the set of images/videos preceding token $y _ { \\ell }$ in the interleaved sequence and $p$ is parametrized by a Flamingo model. The ability to handle interleaved text and visual sequences (Section 2.3) makes it natural to use Flamingo models for in-context few-shot learning, analogously to GPT-3 with few-shot text prompting. The model is trained on a diverse mixture of datasets as described in Section 2.4. ", + "bbox": [ + 174, + 842, + 825, + 911 + ], + "page_idx": 3 + }, + { + "type": "image", + "img_path": "images/88258190e789163c53cdf24613ff85d84b6075a3d7a575194ef67f24043af676.jpg", + "image_caption": [ + "Figure 4: GATED XATTN-DENSE layers. To condition the LM on visual inputs, we insert new cross-attention layers between existing pretrained and frozen LM layers. The keys and values in these layers are obtained from the vision features while the queries are derived from the language inputs. They are followed by dense feed-forward layers. These layers are gated so that the LM is kept intact at initialization for improved stability and performance. " + ], + "image_footnote": [], + "bbox": [ + 174, + 90, + 823, + 289 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "2.1 Visual processing and the Perceiver Resampler ", + "text_level": 1, + "bbox": [ + 174, + 393, + 537, + 409 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Vision Encoder: from pixels to features. Our vision encoder is a pretrained and frozen NormalizerFree ResNet (NFNet) [10] – we use the F6 model. We pretrain the vision encoder using a contrastive objective on our datasets of image and text pairs, using the two-term contrastive loss from Radford et al. [85]. We use the output of the final stage, a 2D spatial grid of features that is flattened to a 1D sequence. For video inputs, frames are sampled at 1 FPS and encoded independently to obtain a 3D spatio-temporal grid of features to which learned temporal embeddings are added. Features are then flattened to 1D before being fed to the Perceiver Resampler. More details on the contrastive model training and performance are given in Appendix B.1.3 and Appendix B.3.2, respectively. ", + "bbox": [ + 174, + 419, + 825, + 530 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Perceiver Resampler: from varying-size large feature maps to few visual tokens. This module connects the vision encoder to the frozen language model as shown in Figure 3. It takes as input a variable number of image or video features from the vision encoder and produces a fixed number of visual outputs (64), reducing the computational complexity of the vision-text cross-attention. Similar to Perceiver [48] and DETR [13], we learn a predefined number of latent input queries which are fed to a Transformer and cross-attend to the visual features. We show in our ablation studies (Section 3.3) that using such a vision-language resampler module outperforms a plain Transformer and an MLP. We provide an illustration, more architectural details, and pseudo-code in Appendix A.1.1. ", + "bbox": [ + 174, + 536, + 825, + 647 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "2.2 Conditioning frozen language models on visual representations ", + "text_level": 1, + "bbox": [ + 174, + 664, + 648, + 679 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Text generation is performed by a Transformer decoder, conditioned on the visual representations produced by the Perceiver Resampler. We interleave pretrained and frozen text-only LM blocks with blocks trained from scratch that cross-attend to the visual output from the Perceiver Resampler. ", + "bbox": [ + 178, + 690, + 820, + 732 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Interleaving new GATED XATTN-DENSE layers within a frozen pretrained LM. We freeze the pretrained LM blocks, and insert gated cross-attention dense blocks (Figure 4) between the original layers, trained from scratch. To ensure that at initialization, the conditioned model yields the same results as the original language model, we use a tanh-gating mechanism [41]. This multiplies the output of a newly added layer by $\\operatorname { t a n h } ( \\alpha )$ before adding it to the input representation from the residual connection, where $\\alpha$ is a layer-specific learnable scalar initialized to 0 [4]. Thus, at initialization, the model output matches that of the pretrained LM, improving training stability and final performance. In our ablation studies (Section 3.3), we compare the proposed GATED XATTN-DENSE layers against recent alternatives [22, 68] and explore the effect of how frequently these additional layers are inserted to trade off between efficiency and expressivity. See Appendix A.1.2 for more details. ", + "bbox": [ + 174, + 738, + 825, + 877 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Varying model sizes. We perform experiments across three models sizes, building on the 1.4B, 7B, and 70B parameter Chinchilla models [42]; calling them respectively Flamingo-3B, Flamingo-9B and ", + "bbox": [ + 173, + 883, + 823, + 911 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Flamingo-80B. For brevity, we refer to the last as Flamingo throughout the paper. While increasing the parameter count of the frozen LM and the trainable vision-text GATED XATTN-DENSE modules, we maintain a fixed-size frozen vision encoder and trainable Perceiver Resampler across the different models (small relative to the full model size). See Appendix B.1.1 for further details. ", + "bbox": [ + 174, + 92, + 825, + 147 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "2.3 Multi-visual input support: per-image/video attention masking ", + "text_level": 1, + "bbox": [ + 174, + 165, + 648, + 180 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "The image-causal modelling introduced in Equation (1) is obtained by masking the full text-to-image cross-attention matrix, limiting which visual tokens the model sees at each text token. At a given text token, the model attends to the visual tokens of the image that appeared just before it in the interleaved sequence, rather than to all previous images (formalized and illustrated in Appendix A.1.3). Though the model only directly attends to a single image at a time, the dependency on all previous images remains via self-attention in the LM. This single-image cross-attention scheme importantly allows the model to seamlessly generalise to any number of visual inputs, regardless of how many are used during training. In particular, we use only up to 5 images per sequence when training on our interleaved datasets, yet our model is able to benefit from sequences of up to 32 pairs (or “shots”) of images/videos and corresponding texts during evaluation. We show in Section 3.3 that this scheme is more effective than allowing the model to cross-attend to all previous images directly. ", + "bbox": [ + 174, + 190, + 825, + 343 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "2.4 Training on a mixture of vision and language datasets ", + "text_level": 1, + "bbox": [ + 174, + 359, + 584, + 375 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "We train the Flamingo models on a mixture of three kinds of datasets, all scraped from the web: an interleaved image and text dataset derived from webpages, image-text pairs, and video-text pairs. ", + "bbox": [ + 176, + 386, + 823, + 415 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "M3W: Interleaved image and text dataset. The few-shot capabilities of Flamingo models rely on training on interleaved text and image data. For this purpose, we collect the MultiModal MassiveWeb (M3W) dataset. We extract both text and images from the HTML of approximately 43 million webpages, determining the positions of images relative to the text based on the relative positions of the text and image elements in the Document Object Model (DOM). An example is then constructed by inserting tags in plain text at the locations of the images on the page, and inserting a special $\\mathtt { < E O C > }$ (end of chunk) token (added to the vocabulary and learnt) prior to any image and at the end of the document. From each document, we sample a random subsequence of $L = 2 5 6$ tokens and take up to the first $N = 5$ images included in the sampled sequence. Further images are discarded in order to save compute. More details are provided in Appendix A.3. ", + "bbox": [ + 173, + 420, + 825, + 559 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Pairs of image/video and text. For our image and text pairs we first leverage the ALIGN [50] dataset, composed of 1.8 billion images paired with alt-text. To complement this dataset, we collect our own dataset of image and text pairs targeting better quality and longer descriptions: LTIP (Long Text & Image Pairs) which consists of 312 million image and text pairs. We also collect a similar dataset but with videos instead of still images: VTP (Video & Text Pairs) consists of 27 million short videos (approximately 22 seconds on average) paired with sentence descriptions. We align the syntax of paired datasets with the syntax of M3W by prepending and appending $\\mathtt { < E O C > }$ to each training caption (see Appendix A.3.3 for details). ", + "bbox": [ + 173, + 565, + 825, + 676 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Multi-objective training and optimisation strategy. We train our models by minimizing a weighted sum of per-dataset expected negative log-likelihoods of text, given the visual inputs: ", + "bbox": [ + 174, + 683, + 820, + 710 + ], + "page_idx": 5 + }, + { + "type": "equation", + "img_path": "images/5ccd45cd77c6678250ca4081b93e33cd3118a1887d48169b1637767d9078fb54.jpg", + "text": "$$\n\\sum _ { m = 1 } ^ { M } \\lambda _ { m } \\cdot \\mathbb { E } _ { ( x , y ) \\sim \\mathcal { D } _ { m } } \\left[ - \\sum _ { \\ell = 1 } ^ { L } \\log p ( y _ { \\ell } | y _ { < \\ell } , x _ { \\le \\ell } ) \\right] ,\n$$", + "text_format": "latex", + "bbox": [ + 331, + 718, + 663, + 762 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "where $\\mathcal { D } _ { m }$ and $\\lambda _ { m }$ are the $m$ -th dataset and its weighting, respectively. Tuning the per-dataset weights $\\lambda _ { m }$ is key to performance. We accumulate gradients over all datasets, which we found outperforms a “round-robin” approach [17]. We provide further training details and ablations in Appendix B.1.2. ", + "bbox": [ + 173, + 770, + 825, + 813 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "2.5 Task adaptation with few-shot in-context learning ", + "text_level": 1, + "bbox": [ + 173, + 829, + 560, + 844 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Once Flamingo is trained, we use it to tackle a visual task by conditioning it on a multimodal interleaved prompt. We evaluate the ability of our models to rapidly adapt to new tasks using incontext learning, analogously to GPT-3 [11], by interleaving support example pairs in the form of $( i m a g e , t e x t )$ or (??????????, ????????), followed by the query visual input, to build a prompt (details in ", + "bbox": [ + 174, + 856, + 825, + 911 + ], + "page_idx": 5 + }, + { + "type": "table", + "img_path": "images/816c7e30db9daadd54c08b089a4dc8a6ba054108d69bf1833380cb63899414f0.jpg", + "table_caption": [ + "Table 1: Comparison to the state of the art. A single Flamingo model reaches the state of the art on a wide array of image (I) and video (V) understanding tasks with few-shot learning, significantly outperforming previous best zero- and few-shot methods with as few as four examples. More importantly, using only 32 examples and without adapting any model weights, Flamingo outperforms the current best methods – fine-tuned on thousands of annotated examples – on seven tasks. Best few-shot numbers are in bold, best numbers overall are underlined. " + ], + "table_footnote": [], + "table_body": "
MethodFTShot OAAYA ZAAO Cco(A) VOAASSVA XIA() ZIMZT3MA ITLTTI(A)VOA!J ooJS TAIY( [PiI[T vY VOAXANR eeeeY
Zero/Few shot SOTAX[124][58][58][135][79] grrreieee
[34][114][143][85]
43.338.232.235.2=-19.2 012.2 0-39.411.6 0-[85] 66.1 (0)40.7
x)(16)(4) 49.2(0)0 27.540.100
Flamingo-3B041.273.028.960.611.032.755.8 64.639.646.130.1 32.721.3 22.453.7 53.658.4
X X4 3243.353.2 57.185.0 99.033.050.0 59.234.072.0 71.214.9 25.635.7 37.776.741.3 41.647.31
X45.9 44.751.879.442.6 30.239.545.5 28.861.513.735.255.041.847.3 48.030.6 31.826.1 23.056.3 57.057.9 -
X0 449.356.393.136.251.734.972.618.237.770.842.850.433.624.762.7-
Flamingo-9B51.060.4106.347.257.444.072.829.440.777.341.250.432.628.463.5-
X32 050.656.384.335.646.731.667.217.440.760.139.752.035.026.746.460.8
457.463.1103.2 41.756.039.675.123.944.174.542.455.636.530.868.6-
FlamingoX3257.867.6113.852.365.149.875.431.045.386.842.255.637.933.570.0-
54.480.2143.347.976.357.267.4 [150]46.835.4 [135]138.7 [132]36.775.254.725.279.1
(X)[34] (10K)[140] (444K)[124] [28] (500K) (27K)[153] (500K)[65] (20K)(30K)[51] (130K)(6K)(10K)[128] (46K)[79] (123K)[137] (20K)[129] (38K)[62] (9K)
", + "bbox": [ + 173, + 88, + 821, + 270 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Appendix A.2). We perform open-ended evaluations using beam search for decoding, and closeended evaluations using our model’s log-likelihood to score each possible answer. We explore zero-shot generalization by prompting the model with two text-only examples from the task, with no corresponding images. Evaluation hyperparameters and additional details are given in Appendix B.1.5. ", + "bbox": [ + 174, + 376, + 825, + 445 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "3 Experiments ", + "text_level": 1, + "bbox": [ + 174, + 465, + 312, + 482 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Our goal is to develop models that can rapidly adapt to diverse and challenging tasks. For this, we consider a wide array of 16 popular multimodal image/video and language benchmarks. In order to validate model design decisions during the course of the project, 5 of these benchmarks were used as part of our development (DEV) set: COCO, OKVQA, VQAv2, MSVDQA and VATEX. Performance estimates on the DEV benchmarks may be biased, as a result of model selection. We note that this is also the case for prior work which makes use of similar benchmarks to validate and ablate design decisions. To account for this, we report performance on an additional set of 11 benchmarks, spanning captioning, video question-answering, as well as some less commonly explored capabilities such as visual dialogue and multi-choice question-answering tasks. The evaluation benchmarks are described in Appendix B.1.4. We keep all evaluation hyperparameters fixed across all benchmarks. Depending on the task, we use four few-shot prompt templates we describe in more detail in Appendix B.1.5. We emphasize that we do not validate any design decisions on these 11 benchmarks and use them solely to estimate unbiased few-shot learning performance of our models. ", + "bbox": [ + 174, + 496, + 825, + 676 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Concretely, estimating few-shot learning performance of a model involves prompting it with a set of support samples and evaluating it on a set of query samples. For the DEV benchmarks that are used both to validate design decisions and hyperparameters, as well as to report final performance, we therefore use four subsets: validation support, validation query, test support and test query. For other benchmarks, we need only the latter two. We report in Appendix B.1.4 how we form these subsets. ", + "bbox": [ + 174, + 683, + 825, + 752 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "We report the results of the Flamingo models on few-shot learning in Section 3.1. Section 3.2 gives Flamingo fine-tuned results. An ablation study is given in Section 3.3. Appendix B.2 provides more results including Flamingo’s performance on the ImageNet and Kinetics700 classification tasks, and on our contrastive model’s performance. Appendix C includes additional qualitative results. ", + "bbox": [ + 174, + 757, + 825, + 814 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "3.1 Few-shot learning on vision-language tasks ", + "text_level": 1, + "bbox": [ + 174, + 830, + 511, + 845 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Few-shot results. Results are given in Table 1. Flamingo outperforms by a large margin all previous zero-shot or few-shot methods on the 16 benchmarks considered. This is achieved with as few as four examples per task, demonstrating practical and efficient adaptation of vision models to new tasks. More importantly, Flamingo is often competitive with state-of-the-art methods additionally fine-tuned on up to hundreds of thousands of annotated examples. On six tasks, Flamingo even outperforms the fine-tuned SotA despite using a single set of model weights and only 32 task-specific examples. Finally, despite having only used the DEV benchmarks for design decisions, our results generalize well to the other benchmarks, confirming the generality of our approach. ", + "bbox": [ + 174, + 856, + 825, + 911 + ], + "page_idx": 6 + }, + { + "type": "table", + "img_path": "images/edfb5500208772b66c29347680dcd532d1aa04f52f5f2066608dc920f38abd8f.jpg", + "table_caption": [ + "Table 2: Comparison to SotA when fine-tuning Flamingo. We fine-tune Flamingo on all nine tasks where Flamingo does not achieve SotA with few-shot learning. Flamingo sets a new SotA on five of them, outperfoming methods (marked with $\\dagger .$ ) that use tricks such as model ensembling or domain-specific metric optimisation (e.g., CIDEr optimisation). " + ], + "table_footnote": [], + "table_body": "
MethodVQAV2 test-stdCOCOVATEX testVizWizMSRVTTQA testVisDial valid|test-stdYouCook2TextVQA valid|test-stdHatefulMemes test seen
test-devtesttest-devtest-stdvalid
32 shots67.6113.865.149.8-31.056.8-86.836.0·70.0
Fine-tuned82.082.1138.184.265.765.447.461.859.7118.657.154.186.6
SotA81.381.3149.681.457.2160.646.875.275.4138.754.773.784.6
[133][133][119][153][65][65][51][79][123][132][137][84][152]
", + "bbox": [ + 174, + 88, + 823, + 143 + ], + "page_idx": 7 + }, + { + "type": "table", + "img_path": "images/02fc77d1d276c1f24da67f57c3821e03b782797a088747233348da55d5370738.jpg", + "table_caption": [], + "table_footnote": [ + "Table 3: Ablation studies. Each row should be compared to the baseline Flamingo run (top row). Step time measures the time spent to perform gradient updates on all training datasets. " + ], + "table_body": "
settingAblatedFlamingo-3B Changed original value valueParam. Step count↓ time↓CoCo CIDEr↑OKVQA top1个VQAv2 top1个MSVDQA top1个VATEX CIDEr↑Overall score↑
Flamingo-3B model w/o Video-Text pairs3.2B1.74s86.5 84.242.1 43.055.8 53.936.3 34.553.4 46.070.7 67.3
iTraining dataAll dataw/o Image-Text pairs Image-Text pairs→LAION w/oM3W3.2B 3.2B 3.2B 3.2B1.42s 0.95s 1.74s66.3 79.539.2 41.451.6 53.532.0 33.941.6 47.660.9 66.4
(ii)OptimisationAccumulationRound Robin3.2B1.02s 1.68s54.1 76.136.5 39.852.7 52.131.4 33.223.5 40.853.4 62.9
Tanh gatingX3.2B1.74s78.440.552.935.947.566.5
(iv)Cross-attention architectureGATED XATTN-DENSEVANILLA XATTN2.4B1.16s 1.74s80.6 79.241.553.4 50.832.9 32.250.7 47.866.9 63.1
Cross-attentionGRAFTING Single in middle3.3B 2.0B0.87s71.536.1 38.150.229.142.359.8
(v)frequencyEveryEvery 4th Every 2nd2.3B 2.6B1.02s 1.24s82.3 83.742.7 41.055.1 55.834.6 34.550.8 49.768.8 68.2
(vi)ResamplerPerceiverMLP Transformer3.2B 3.2B1.85s 1.81s78.6 83.242.2 41.754.7 55.635.2 31.544.7 48.366.6 66.7
(vii)Vision encoderNFNet-F6CLIP ViT-L/14 NFNet-F03.1B1.58s 1.45s76.5 73.841.653.4 52.833.2 31.144.5 42.964.9 62.7
(vii)X(random init)2.9B 3.2B2.42s74.840.5 31.545.626.950.157.8
Freezing LMX (pretrained)3.2B2.42s81.233.747.431.053.962.7
", + "bbox": [ + 173, + 219, + 825, + 433 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "", + "bbox": [ + 174, + 482, + 825, + 537 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Scaling with respect to parameters and shots. As shown in Figure 2, the larger the model, the better the few-shot performance, similar to GPT-3 [11]. The performance also improves with the number of shots. We further find that the largest model better exploits larger numbers of shots. Interestingly, even though our Flamingo models were trained with sequences limited to only 5 images on M3W, they are still able to benefit from up to 32 images or videos during inference. This demonstrates the flexibility of the Flamingo architecture for processing a variable number of videos or images. ", + "bbox": [ + 174, + 544, + 825, + 627 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "3.2 Fine-tuning Flamingo as a pretrained vision-language model ", + "text_level": 1, + "bbox": [ + 176, + 643, + 632, + 659 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "While not the main focus of our work, we verify that when given more data, Flamingo models can be adapted to a task by fine-tuning their weights. In Table 2, we explore fine-tuning our largest model, Flamingo, for a given task with no limit on the annotation budget. In short, we do so by fine-tuning the model on a short schedule with a small learning rate by additionally unfreezing the vision backbone to accommodate a higher input resolution (details in Appendix B.2.2). We find that we can improve results over our previously presented in-context few-shot learning results, setting a new state of the art on five additional tasks: VQAv2, VATEX, VizWiz, MSRVTTQA, and HatefulMemes. ", + "bbox": [ + 174, + 669, + 825, + 766 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "3.3 Ablation studies ", + "text_level": 1, + "bbox": [ + 174, + 781, + 325, + 796 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "In Table 3, we report our ablation results using Flamingo-3B on the validation subsets of the five DEV benchmarks with 4 shots. Note that we use smaller batch sizes and a shorter training schedule compared to the final models. The Overall score is obtained by dividing each benchmark score by its state-of-the-art (SotA) performance from Table 1 and averaging the results. More details and results are given in Appendix B.3 and Table 10. ", + "bbox": [ + 174, + 808, + 823, + 877 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Importance of the training data mixture. As shown in row (i), getting the right training data plays a crucial role. In fact, removing the interleaved image-text dataset M3W leads to a decrease of more than $1 7 \\%$ in performance while removing the conventional paired image-text pairs also decreases performance (by $9 . 8 \\%$ ), demonstrating the need for different types of datasets. Moreover, removing our paired video-text dataset negatively affects performance on all video tasks. We ablate replacing our image-text pairs (ITP) by the publicly available LAION-400M dataset [96], which leads to a slight degradation in performance. We show in row (ii) the importance of our gradient accumulation strategy compared to using round-robin updates [17]. ", + "bbox": [ + 173, + 883, + 820, + 911 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "", + "bbox": [ + 174, + 90, + 825, + 174 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Visual conditioning of the frozen LM. We ablate the use of the 0-initialized tanh gating when merging the cross-attention output to the frozen LM output in row (iii). Without it, we see a drop of $4 . 2 \\%$ in our overall score. Moreover, we have noticed that disabling the 0-initialized tanh gating leads to training instabilities. Next, we ablate different conditioning architectures in row (iv). VANILLA XATTN, refers to the vanilla cross-attention from the original Transformer decoder [115]. In the GRAFTING approach from [68], the frozen LM is used as is with no additional layers inserted, and a stack of interleaved self-attention and cross-attention layers that take the frozen LM output are learnt from scratch. Overall, we show that our GATED XATTN-DENSE conditioning approach works best. ", + "bbox": [ + 173, + 180, + 825, + 291 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Compute/Memory vs. performance trade-offs. In row (v), we ablate the frequency at which we add new GATED XATTN-DENSE blocks. Although adding them at every layer is better, it significantly increases the number of trainable parameters and time complexity of the model. Notably, inserting them every fourth block accelerates training by $6 6 \\%$ while only decreasing the overall score by $1 . 9 \\%$ In light of this trade-off, we maximize the number of added layers under hardware constraints and add a GATED XATTN-DENSE every fourth layer for Flamingo-9B and every seventh for Flamingo-80B. We further compare in row (vi) the Perceiver Resampler to a MLP and a vanilla Transformer given a parameter budget. Both underperform the Perceiver Resampler while also being slower. ", + "bbox": [ + 174, + 297, + 825, + 409 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Vision encoder. In row (vii), we compare our NFNet-F6 vision encoder pretrained with contrastive learning (details in Appendix B.1.3) to the publicly available CLIP ViT-L/14 [85] model trained at 224 resolution. Our NFNet-F6 has a $+ 5 . 8 \\%$ advantage over the CLIP ViT-L/14 and $+ 8 . 0 \\%$ over a smaller NFNet-F0 encoder, which highlights the importance of using a strong vision backbone. ", + "bbox": [ + 174, + 415, + 825, + 470 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Freezing LM components prevents catastrophic forgetting. We verify the importance of freezing the LM layers at training in row (viii). If trained from scratch, we observe a large performance decrease of $- 1 2 . 9 \\%$ . Interestingly, fine-tuning our pretrained LM also leads to a drop in performance of $- 8 . 0 \\%$ . This indicates an instance of “catastrophic forgetting” [71], in which the model progressively forgets its pretraining while training on a new objective. In our setting, freezing the language model is a better alternative to training with the pre-training dataset (MassiveText) in the mixture. ", + "bbox": [ + 174, + 477, + 825, + 560 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "4 Related work ", + "text_level": 1, + "bbox": [ + 174, + 582, + 316, + 598 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Language modelling and few-shot adaptation. Language modelling has recently made substantial progress following the introduction of Transformers [115]. The paradigm of first pretraining on a vast amount of data followed by an adaptation on a downstream task has become standard [11, 23, 32, 44, 52, 75, 87, 108]. In this work, we build on the 70B Chinchilla language model [42] as the base LM for Flamingo. Numerous works have explored techniques to adapt language models to novel tasks using a few examples. These include adding small adapter modules [43], fine-tuning a small part of the LM [141], showing in-context examples in the prompt [11], or optimizing the prompt [56, 60] through gradient descent. In this paper, we take inspiration from the in-context [11] few-shot learning technique instead of more involved few-shot learning approaches based on metric learning [24, 103, 112, 117] or meta-learning [6, 7, 27, 31, 91, 155]. ", + "bbox": [ + 174, + 614, + 825, + 753 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "When language meets vision. These LM breakthroughs have been influential for vision-language modelling. In particular, BERT [23] inspired a large body of vision-language work [16, 28, 29, 38, 59, 61, 66, 101, 106, 107, 109, 118, 121, 142, 143, 151]. We differ from these approaches as Flamingo models do not require fine-tuning on new tasks. Another family of vision-language models is based on contrastive learning [2, 5, 49, 50, 57, 74, 82, 85, 138, 140, 146]. Flamingo differs from contrastive models as it can generate text, although we build and rely upon them for our vision encoder. Similar to our work are VLMs able to generate text in an autoregressive manner [19, 25, 45, 67, 116]. Concurrent works [17, 58, 119, 124, 154] also propose to formulate numerous vision tasks as text generation problems. Building on top of powerful pretrained language models has been explored in several recent works. One recent line of work [26, 68, 78, 114, 136, 144] proposes to freeze the pretrained LM weights to prevent catastrophic forgetting [71]. We follow this idea by freezing the ", + "bbox": [ + 173, + 758, + 825, + 911 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Chinchilla LM layers [42] and adding learnable layers within the frozen LM. We differ from prior work by introducing the first LM that can ingest arbitrarily interleaved images, videos, and text. ", + "bbox": [ + 173, + 90, + 823, + 119 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Web-scale vision and language training datasets. Manually annotated vision and language datasets are costly to obtain and thus relatively small (10k-100k) in scale [3, 15, 69, 122, 129, 139]. To alleviate this lack of data, numerous works [14, 50, 98, 110] automatically scrape readily available paired vision-text data. In addition to such paired data, we show the importance of also training on entire multimodal webpages containing interleaved images and text as a single sequence. Concurrent work CM3 [1] proposes to generate HTML markup from pages, while we simplify the text prediction task by only generating plain text. We emphasize few-shot learning and vision tasks while CM3 [1] primarily evaluates on language-only benchmarks in a zero-shot or fine-tuned setup. ", + "bbox": [ + 174, + 126, + 825, + 237 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "5 Discussion ", + "text_level": 1, + "bbox": [ + 174, + 256, + 292, + 273 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Limitations. First, our models build on pretrained LMs, and as a side effect, directly inherit their weaknesses. For example, LM priors are generally helpful, but may play a role in occasional hallucinations and ungrounded guesses. Furthermore, LMs generalise poorly to sequences longer than the training ones. They also suffer from poor sample efficiency during training. Addressing these issues can accelerate progress in the field and enhance the abilities of VLMs like Flamingo. ", + "bbox": [ + 174, + 287, + 825, + 357 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Second, the classification performance of Flamingo lags behind that of state-of-the-art contrastive models [82, 85]. These models directly optimize for text-image retrieval, of which classification is a special case. In contrast, our models handle a wider range of tasks, such as open-ended ones. A unified approach to achieve the best of both worlds is an important research direction. ", + "bbox": [ + 176, + 364, + 825, + 420 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Third, in-context learning has significant advantages over gradient-based few-shot learning methods, but also suffers from drawbacks depending on the characteristics of the application at hand. We demonstrate the effectiveness of in-context learning when access is limited to only a few dozen examples. In-context learning also enables simple deployment, requiring only inference, generally with no hyperparameter tuning needed. However, in-context learning is known to be highly sensitive to various aspects of the demonstrations [80, 148], and its inference compute cost and absolute performance scale poorly with the number of shots beyond this low-data regime. There may be opportunities to combine few-shot learning methods to leverage their complementary benefits. We discuss the limitations of our work in more depth in Appendix D.1. ", + "bbox": [ + 174, + 425, + 825, + 551 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Societal impacts. In terms of societal impacts, Flamingo offers a number of benefits while carrying some risks. Its ability to rapidly adapt to a broad range of tasks have the potential to enable non-expert users to obtain good performance in data-starved regimes, lowering the barriers to both beneficial and malicious applications. Flamingo is exposed to the same risks as large language models, such as outputting offensive language, propagating social biases and stereotypes, as well as leaking private information [42, 126]. Its ability to additionally handle visual inputs poses specific risks such as gender and racial biases relating to the contents of the input images, similar to a number of visual recognition systems [12, 21, 37, 97, 147]. We refer the reader to Appendix D.2 for a more extensive discussion of the societal impacts of our work, both positive and negative; as well as mitigation strategies and early investigations of risks relating to racial or gender bias and toxic outputs. Finally we note that, following prior work focusing on language models [72, 81, 111], the few-shot capabilities of Flamingo could be useful for mitigating such risks. ", + "bbox": [ + 174, + 556, + 825, + 723 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Conclusion. We proposed Flamingo, a general-purpose family of models that can be applied to image and video tasks with minimal task-specific training data. We also qualitatively explored interactive abilities of Flamingo such as “chatting” with the model, demonstrating flexibility beyond traditional vision benchmarks. Our results suggest that connecting pre-trained large language models with powerful visual models is an important step towards general-purpose visual understanding. ", + "bbox": [ + 174, + 729, + 823, + 799 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Acknowledgments and Disclosure of Funding. This research was funded by DeepMind. We would like to thank many colleagues for useful discussions, suggestions, feedback, and advice, including: Samuel Albanie, Relja Arandjelovic, Kareem Ayoub, Lorrayne Bennett, Adria Recasens Continente, ´ Tom Eccles, Nando de Freitas, Sander Dieleman, Conor Durkan, Aleksa Gordic, Raia Hadsell, ´ Will Hawkins, Lisa Anne Hendricks, Felix Hill, Jordan Hoffmann, Geoffrey Irving, Drew Jaegle, Koray Kavukcuoglu, Agustin Dal Lago, Mateusz Malinowski, Sona Mokrá, Gaby Pearl, Toby Pohlen, ˇ Jack Rae, Laurent Sifre, Francis Song, Maria Tsimpoukelli, Gregory Wayne, and Boxi Wu. ", + "bbox": [ + 174, + 814, + 825, + 911 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "References [1] Armen Aghajanyan, Bernie Huang, Candace Ross, Vladimir Karpukhin, Hu Xu, Naman Goyal, Dmytro Okhonko, Mandar Joshi, Gargi Ghosh, Mike Lewis, and Luke Zettlemoyer. CM3: A causal masked multimodal model of the internet. arXiv:2201.07520, 2022. [2] Jean-Baptiste Alayrac, Adria Recasens, Rosalia Schneider, Relja Arandjelovic, Jason Rama- ´ puram, Jeffrey De Fauw, Lucas Smaira, Sander Dieleman, and Andrew Zisserman. Selfsupervised multimodal versatile networks. Conference on Neural Information Processing Systems, 2020. [3] Stanislaw Antol, Aishwarya Agrawal, Jiasen Lu, Margaret Mitchell, Dhruv Batra, C. Lawrence Zitnick, and Devi Parikh. VQA: Visual question answering. In International Conference on Computer Vision, 2015. [4] Thomas Bachlechner, Bodhisattwa Prasad Majumder, Henry Mao, Gary Cottrell, and Julian McAuley. ReZero is all you need: Fast convergence at large depth. In Uncertainty in Artificial Intelligence, 2021. [5] Max Bain, Arsha Nagrani, Gül Varol, and Andrew Zisserman. Frozen in time: A joint video and image encoder for end-to-end retrieval. In International Conference on Computer Vision, 2021. [6] Luca Bertinetto, João F. Henriques, Jack Valmadre, Philip Torr, and Andrea Vedaldi. Learning feed-forward one-shot learners. Conference on Neural Information Processing Systems, 2016. \n[7] Luca Bertinetto, Joao F. Henriques, Philip H. S. Torr, and Andrea Vedaldi. Meta-learning with differentiable closed-form solvers. arXiv:1805.08136, 2018. [8] James Bradbury, Roy Frostig, Peter Hawkins, Matthew James Johnson, Chris Leary, Dougal Maclaurin, George Necula, Adam Paszke, Jake VanderPlas, Skye Wanderman-Milne, and Qiao Zhang. JAX: composable transformations of Python+NumPy programs, 2018. URL http://github.com/google/jax. [9] John S. Bridle. Probabilistic interpretation of feedforward classification network outputs, with relationships to statistical pattern recognition. In Neurocomputing, 1990. \n[10] Andrew Brock, Soham De, Samuel L. Smith, and Karen Simonyan. High-performance large-scale image recognition without normalization. arXiv:2102.06171, 2021. \n[11] Tom B. Brown, Benjamin Mann, Nick Ryder, Melanie Subbiah, Jared Kaplan, Prafulla Dhariwal, Arvind Neelakantan, Pranav Shyam, Girish Sastry, Amanda Askell, Sandhini Agarwal, Ariel Herbert-Voss, Gretchen Krueger, Tom Henighan, Rewon Child, Aditya Ramesh, Daniel M. Ziegler, Jeffrey Wu, Clemens Winter, Christopher Hesse, Mark Chen, Eric Sigler, Mateusz Litwin, Scott Gray, Benjamin Chess, Jack Clark, Christopher Berner, Sam McCandlish, Alec Radford, Ilya Sutskever, and Dario Amodei. Language models are few-shot learners. In Conference on Neural Information Processing Systems, 2020. \n[12] Joy Buolamwini and Timnit Gebru. Gender shades: Intersectional accuracy disparities in commercial gender classification. In ACM Conference on Fairness, Accountability, and Transparency, 2018. \n[13] Nicolas Carion, Francisco Massa, Gabriel Synnaeve, Nicolas Usunier, Alexander Kirillov, and Sergey Zagoruyko. End-to-end object detection with transformers. In European Conference on Computer Vision, 2020. \n[14] Soravit Changpinyo, Piyush Sharma, Nan Ding, and Radu Soricut. Conceptual 12M: Pushing web-scale image-text pre-training to recognize long-tail visual concepts. In IEEE Computer Vision and Pattern Recognition, 2021. \n[15] Xinlei Chen, Hao Fang, Tsung-Yi Lin, Ramakrishna Vedantam, Saurabh Gupta, Piotr Dollár, and C Lawrence Zitnick. Microsoft COCO captions: Data collection and evaluation server. arXiv:1504.00325, 2015. ", + "bbox": [ + 174, + 71, + 828, + 911 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "[16] Yen-Chun Chen, Linjie Li, Licheng Yu, Ahmed El Kholy, Faisal Ahmed, Zhe Gan, Yu Cheng, and Jingjing Liu. UNITER: Universal image-text representation learning. In European Conference on Computer Vision, 2020. ", + "bbox": [ + 181, + 90, + 823, + 133 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "[17] Jaemin Cho, Jie Lei, Hao Tan, and Mohit Bansal. Unifying vision-and-language tasks via text generation. In International Conference on Machine Learning, 2021. ", + "bbox": [ + 179, + 141, + 823, + 170 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "[18] Aakanksha Chowdhery, Sharan Narang, Jacob Devlin, Maarten Bosma, Gaurav Mishra, Adam Roberts, Paul Barham, Hyung Won Chung, Charles Sutton, Sebastian Gehrmann, Parker Schuh, Kensen Shi, Sasha Tsvyashchenko, Joshua Maynez, Abhishek Rao, Parker Barnes, Yi Tay, Noam Shazeer, Vinodkumar Prabhakaran, Emily Reif, Nan Du, Ben Hutchinson, Reiner Pope, James Bradbury, Jacob Austin, Michael Isard, Guy Gur-Ari, Pengcheng Yin, Toju Duke, Anselm Levskaya, Sanjay Ghemawat, Sunipa Dev, Henryk Michalewski, Xavier Garcia, Vedant Misra, Kevin Robinson, Liam Fedus, Denny Zhou, Daphne Ippolito, David Luan, Hyeontaek Lim, Barret Zoph, Alexander Spiridonov, Ryan Sepassi, David Dohan, Shivani Agrawal, Mark Omernick, Andrew M. Dai, Thanumalayan Sankaranarayana Pillai, Marie Pellat, Aitor Lewkowycz, Erica Moreira, Rewon Child, Oleksandr Polozov, Katherine Lee, Zongwei Zhou, Xuezhi Wang, Brennan Saeta, Mark Diaz, Orhan Firat, Michele Catasta, Jason Wei, Kathy Meier-Hellstern, Douglas Eck, Jeff Dean, Slav Petrov, and Noah Fiedel. PaLM: Scaling language modeling with pathways. arXiv:2204.02311, 2022. ", + "bbox": [ + 184, + 178, + 823, + 358 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "[19] Wenliang Dai, Lu Hou, Lifeng Shang, Xin Jiang, Qun Liu, and Pascale Fung. Enabling multimodal generation on clip via vision-language knowledge distillation. In ACL Findings, 2022. ", + "bbox": [ + 179, + 367, + 821, + 409 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "[20] Abhishek Das, Satwik Kottur, Khushi Gupta, Avi Singh, Deshraj Yadav, José MF Moura, Devi Parikh, and Dhruv Batra. Visual dialog. In IEEE Computer Vision and Pattern Recognition, 2017. ", + "bbox": [ + 179, + 417, + 823, + 459 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "[21] Terrance De Vries, Ishan Misra, Changhan Wang, and Laurens Van der Maaten. Does object recognition work for everyone? In IEEE Computer Vision and Pattern Recognition, 2019. ", + "bbox": [ + 179, + 468, + 825, + 497 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "[22] Karan Desai and Justin Johnson. VirTex: Learning visual representations from textual annotations. In IEEE Computer Vision and Pattern Recognition, 2021. ", + "bbox": [ + 181, + 505, + 825, + 534 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "[23] Jacob Devlin, Ming-Wei Chang, Kenton Lee, and Kristina Toutanova. BERT: Pre-training of deep bidirectional transformers for language understanding. arXiv:1810.04805, 2018. ", + "bbox": [ + 181, + 541, + 825, + 571 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "[24] Carl Doersch, Ankush Gupta, and Andrew Zisserman. CrossTransformers: spatially-aware few-shot transfer. Conference on Neural Information Processing Systems, 2020. ", + "bbox": [ + 179, + 578, + 823, + 608 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "[25] Jeffrey Donahue, Lisa Anne Hendricks, Sergio Guadarrama, Marcus Rohrbach, Subhashini Venugopalan, Kate Saenko, and Trevor Darrell. Long-term recurrent convolutional networks for visual recognition and description. In IEEE Computer Vision and Pattern Recognition, 2015. ", + "bbox": [ + 184, + 616, + 823, + 671 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "[26] Constantin Eichenberg, Sidney Black, Samuel Weinbach, Letitia Parcalabescu, and Anette Frank. MAGMA–multimodal augmentation of generative models through adapter-based finetuning. arXiv:2112.05253, 2021. ", + "bbox": [ + 181, + 680, + 823, + 723 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "[27] Chelsea Finn, Pieter Abbeel, and Sergey Levine. Model-agnostic meta-learning for fast adaptation of deep networks. In International Conference on Machine Learning, 2017. ", + "bbox": [ + 178, + 731, + 823, + 760 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "[28] Tsu-Jui Fu, Linjie Li, Zhe Gan, Kevin Lin, William Yang Wang, Lijuan Wang, and Zicheng Liu. VIOLET: End-to-end video-language transformers with masked visual-token modeling. arXiv:2111.12681, 2021. ", + "bbox": [ + 181, + 767, + 823, + 810 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "[29] Zhe Gan, Yen-Chun Chen, Linjie Li, Chen Zhu, Yu Cheng, and Jingjing Liu. Large-scale adversarial training for vision-and-language representation learning. In Conference on Neural Information Processing Systems, 2020. ", + "bbox": [ + 179, + 818, + 821, + 861 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "[30] Timnit Gebru, Jamie Morgenstern, Briana Vecchione, Jennifer Wortman Vaughan, Hanna Wallach, Hal Daumé III, and Kate Crawford. Datasheets for datasets. Communications of the ACM, 2021. ", + "bbox": [ + 179, + 868, + 823, + 911 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "[31] Jonathan Gordon, John Bronskill, Matthias Bauer, Sebastian Nowozin, and Richard E. Turner. Meta-learning probabilistic inference for prediction. arXiv:1805.09921, 2018. ", + "bbox": [ + 179, + 90, + 825, + 121 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "[32] Alex Graves. Generating sequences with recurrent neural networks. arXiv:1308.0850, 2013. ", + "bbox": [ + 181, + 130, + 821, + 146 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "[33] Thomas L. Griffiths, Frederick Callaway, Michael B. Chang, Erin Grant, Paul M. Krueger, and Falk Lieder. Doing more with less: meta-reasoning and meta-learning in humans and machines. Current Opinion in Behavioral Sciences, 2019. ", + "bbox": [ + 181, + 155, + 820, + 199 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "[34] Liangke Gui, Borui Wang, Qiuyuan Huang, Alex Hauptmann, Yonatan Bisk, and Jianfeng Gao. KAT: A knowledge augmented transformer for vision-and-language. arXiv:2112.08614, 2021. ", + "bbox": [ + 179, + 208, + 823, + 238 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "[35] Danna Gurari, Qing Li, Abigale J. Stangl, Anhong Guo, Chi Lin, Kristen Grauman, Jiebo Luo, and Jeffrey P. Bigham. VizWiz grand challenge: Answering visual questions from blind people. In IEEE Computer Vision and Pattern Recognition, 2018. ", + "bbox": [ + 181, + 247, + 825, + 291 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "[36] Adi Haviv, Ori Ram, Ofir Press, Peter Izsak, and Omer Levy. Transformer language models without positional encodings still learn positional information. arXiv:2203.16634, 2022. ", + "bbox": [ + 179, + 301, + 826, + 330 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "[37] Lisa Anne Hendricks, Kaylee Burns, Kate Saenko, Trevor Darrell, and Anna Rohrbach. Women also snowboard: Overcoming bias in captioning models. In European Conference on Computer Vision, 2018. ", + "bbox": [ + 181, + 340, + 825, + 383 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "[38] Lisa Anne Hendricks, John Mellor, Rosalia Schneider, Jean-Baptiste Alayrac, and Aida Nematzadeh. Decoupling the role of data, attention, and losses in multimodal transformers. Annual Meeting of the Association for Computational Linguistics, 2021. ", + "bbox": [ + 181, + 392, + 821, + 436 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "[39] Dan Hendrycks and Kevin Gimpel. Gaussian error linear units (GELUs). arXiv:1606.08415, 2016. ", + "bbox": [ + 179, + 445, + 823, + 476 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "[40] Tom Hennigan, Trevor Cai, Tamara Norman, and Igor Babuschkin. Haiku: Sonnet for JAX, 2020. URL http://github.com/deepmind/dm-haiku. ", + "bbox": [ + 181, + 486, + 823, + 515 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "[41] Sepp Hochreiter and Jürgen Schmidhuber. Long short-term memory. Neural Computation, 1997. ", + "bbox": [ + 179, + 525, + 823, + 554 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "[42] Jordan Hoffmann, Sebastian Borgeaud, Arthur Mensch, Elena Buchatskaya, Trevor Cai, Eliza Rutherford, Diego de Las Casas, Lisa Anne Hendricks, Johannes Welbl, Aidan Clark, Eric Noland Tom Hennigan, Katie Millican, George van den Driessche, Bogdan Damoc, Aurelia Guy, Simon Osindero, Karen Simonyan, Erich Elsen, Jack W. Rae, Oriol Vinyals, and Laurent Sifre. Training compute-optimal large language models. arXiv:2203.15556, 2022. ", + "bbox": [ + 181, + 564, + 826, + 636 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "[43] Neil Houlsby, Andrei Giurgiu, Stanislaw Jastrzebski, Bruna Morrone, Quentin De Laroussilhe, Andrea Gesmundo, Mona Attariyan, and Sylvain Gelly. Parameter-efficient transfer learning for NLP. In International Conference on Machine Learning, 2019. ", + "bbox": [ + 179, + 645, + 823, + 688 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "[44] Jeremy Howard and Sebastian Ruder. Universal language model fine-tuning for text classification. arXiv:1801.06146, 2018. ", + "bbox": [ + 181, + 698, + 823, + 727 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "[45] Xiaowei Hu, Zhe Gan, Jianfeng Wang, Zhengyuan Yang, Zicheng Liu, Yumao Lu, and Lijuan Wang. Scaling up vision-language pre-training for image captioning. arXiv:2111.12233, 2021. ", + "bbox": [ + 181, + 737, + 825, + 767 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "[46] Lun Huang, Wenmin Wang, Jie Chen, and Xiao-Yong Wei. Attention on attention for image captioning. In International Conference on Computer Vision, 2019. ", + "bbox": [ + 174, + 776, + 823, + 806 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "[47] Md Amirul Islam, Matthew Kowal, Sen Jia, Konstantinos G. Derpanis, and Neil D. B. Bruce. Global pooling, more than meets the eye: Position information is encoded channel-wise in CNNs. In International Conference on Computer Vision, 2021. ", + "bbox": [ + 179, + 815, + 825, + 858 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "[48] Andrew Jaegle, Felix Gimeno, Andy Brock, Oriol Vinyals, Andrew Zisserman, and Joao Carreira. Perceiver: General perception with iterative attention. In International Conference on Machine Learning, 2021. ", + "bbox": [ + 183, + 868, + 826, + 911 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "[49] Aashi Jain, Mandy Guo, Krishna Srinivasan, Ting Chen, Sneha Kudugunta, Chao Jia, Yinfei Yang, and Jason Baldridge. MURAL: multimodal, multitask retrieval across languages. arXiv:2109.05125, 2021. \n[50] Chao Jia, Yinfei Yang, Ye Xia, Yi-Ting Chen, Zarana Parekh, Hieu Pham, Quoc V. Le, YunHsuan Sung, Zhen Li, and Tom Duerig. Scaling up visual and vision-language representation learning with noisy text supervision. arXiv:2102.05918, 2021. \n[51] Alex Jinpeng Wang, Yixiao Ge, Rui Yan, Yuying Ge, Xudong Lin, Guanyu Cai, Jianping Wu, Ying Shan, Xiaohu Qie, and Mike Zheng Shou. All in one: Exploring unified video-language pre-training. arXiv:2203.07303, 2022. \n[52] Rafal Jozefowicz, Oriol Vinyals, Mike Schuster, Noam Shazeer, and Yonghui Wu. Exploring the limits of language modeling. arXiv:1602.02410, 2016. \n[53] Jared Kaplan, Sam McCandlish, Tom Henighan, Tom B Brown, Benjamin Chess, Rewon Child, Scott Gray, Alec Radford, Jeffrey Wu, and Dario Amodei. Scaling laws for neural language models. arXiv:2001.08361, 2020. \n[54] Douwe Kiela, Hamed Firooz, Aravind Mohan, Vedanuj Goswami, Amanpreet Singh, Pratik Ringshia, and Davide Testuggine. The Hateful Memes Challenge: Detecting hate speech in multimodal memes. Conference on Neural Information Processing Systems, 2020. \n[55] Hugo Larochelle. Few-shot classification by recycling deep learning. Invited Talk at the S2D-OLAD Workshop, ICLR 2021, 2021. URL https://slideslive.com/38955350/ fewshot-classification-by-recycling-deep-learning. \n[56] Brian Lester, Rami Al-Rfou, and Noah Constant. The power of scale for parameter-efficient prompt tuning. arXiv:2104.08691, 2021. \n[57] Junnan Li, Ramprasaath Selvaraju, Akhilesh Gotmare, Shafiq Joty, Caiming Xiong, and Steven Chu Hong Hoi. Align before fuse: Vision and language representation learning with momentum distillation. In Conference on Neural Information Processing Systems, 2021. \n[58] Junnan Li, Dongxu Li, Caiming Xiong, and Steven Hoi. BLIP: Bootstrapping language-image pre-training for unified vision-language understanding and generation. arXiv:2201.12086, 2022. \n[59] Linjie Li, Yen-Chun Chen, Yu Cheng, Zhe Gan, Licheng Yu, and Jingjing Liu. HERO: Hierarchical encoder for video+language omni-representation pre-training. arXiv:2005.00200, 2020. \n[60] Xiang Lisa Li and Percy Liang. Prefix-tuning: Optimizing continuous prompts for generation. arXiv:2101.00190, 2021. \n[61] Xiujun Li, Xi Yin, Chunyuan Li, Pengchuan Zhang, Xiaowei Hu, Lei Zhang, Lijuan Wang, Houdong Hu, Li Dong, Furu Wei, Yejin Choi, and Jianfeng Gao. Oscar: Object-semantics aligned pre-training for vision-language tasks. In European Conference on Computer Vision, 2020. \n[62] Phillip Lippe, Nithin Holla, Shantanu Chandra, Santhosh Rajamanickam, Georgios Antoniou, Ekaterina Shutova, and Helen Yannakoudakis. A multimodal framework for the detection of hateful memes. arXiv:2012.12871, 2020. \n[63] Jiachang Liu, Dinghan Shen, Yizhe Zhang, Bill Dolan, Lawrence Carin, and Weizhu Chen. What makes good in-context examples for GPT-3? arXiv:2101.06804, 2021. \n[64] Siqi Liu, Zhenhai Zhu, Ning Ye, Sergio Guadarrama, and Kevin Murphy. Optimization of image description metrics using policy gradient methods. In International Conference on Computer Vision, 2017. \n[65] Yu Liu, Lianghua Huang, Liuyihang Song, Bin Wang, Yingya Zhang, and Pan Pan. Enhancing textual cues in multi-modal transformers for VQA. VizWiz Challenge 2021, 2021. \n[66] Jiasen Lu, Dhruv Batra, Devi Parikh, and Stefan Lee. ViLBERT: Pretraining task-agnostic visiolinguistic representations for vision-and-language tasks. Conference on Neural Information Processing Systems, 2019. \n[67] Huaishao Luo, Lei Ji, Botian Shi, Haoyang Huang, Nan Duan, Tianrui Li, Jason Li, Taroon Bharti, and Ming Zhou. UniVL: A unified video and language pre-training model for multimodal understanding and generation. arXiv:2002.06353, 2020. \n[68] Ziyang Luo, Yadong Xi, Rongsheng Zhang, and Jing Ma. VC-GPT: Visual conditioned GPT for end-to-end generative vision-and-language pre-training. arXiv:2201.12723, 2022. \n[69] Kenneth Marino, Mohammad Rastegari, Ali Farhadi, and Roozbeh Mottaghi. OK-VQA: A visual question answering benchmark requiring external knowledge. In IEEE Computer Vision and Pattern Recognition, 2019. \n[70] Ellen M. Markman. Categorization and naming in children: Problems of induction. MIT Press, 1989. \n[71] Michael McCloskey and Neil J. Cohen. Catastrophic interference in connectionist networks: The sequential learning problem. The Psychology of Learning and Motivation, 1989. \n[72] Jacob Menick, Maja Trebacz, Vladimir Mikulik, John Aslanides, Francis Song, Martin Chadwick, Mia Glaese, Susannah Young, Lucy Campbell-Gillingham, Geoffrey Irving, and Nat McAleese. Teaching language models to support answers with verified quotes. arXiv:2203.11147, 2022. \n[73] Antoine Miech, Jean-Baptiste Alayrac, Ivan Laptev, Josef Sivic, and Andrew Zisserman. RareAct: A video dataset of unusual interactions. arxiv:2008.01018, 2020. \n[74] Antoine Miech, Jean-Baptiste Alayrac, Lucas Smaira, Ivan Laptev, Josef Sivic, and Andrew Zisserman. End-to-end learning of visual representations from uncurated instructional videos. In IEEE Computer Vision and Pattern Recognition, 2020. \n[75] Tomas Mikolov, Martin Karafiát, Lukas Burget, Jan Cernocky, and Sanjeev Khudanpur. \\` Recurrent neural network based language model. Interspeech, 2010. \n[76] Sewon Min, Xinxi Lyu, Ari Holtzman, Mikel Artetxe, Mike Lewis, Hannaneh Hajishirzi, and Luke Zettlemoyer. Rethinking the role of demonstrations: What makes in-context learning work? arXiv:2202.12837, 2022. \n[77] Margaret Mitchell, Simone Wu, Andrew Zaldivar, Parker Barnes, Lucy Vasserman, Ben Hutchinson, Elena Spitzer, Inioluwa Deborah Raji, and Timnit Gebru. Model cards for model reporting. In ACM Conference on Fairness, Accountability, and Transparency, 2019. \n[78] Ron Mokady, Amir Hertz, and Amit H. Bermano. ClipCap: CLIP prefix for image captioning. arXiv:2111.09734, 2021. \n[79] Vishvak Murahari, Dhruv Batra, Devi Parikh, and Abhishek Das. Large-scale pretraining for visual dialog: A simple state-of-the-art baseline. In European Conference on Computer Vision, 2020. \n[80] Ethan Perez, Douwe Kiela, and Kyunghyun Cho. True few-shot learning with language models. Conference on Neural Information Processing Systems, 2021. \n[81] Ethan Perez, Saffron Huang, Francis Song, Trevor Cai, Roman Ring, John Aslanides, Amelia Glaese, Nat McAleese, and Geoffrey Irving. Red teaming language models with language models. arXiv:2202.03286, 2022. \n[82] Hieu Pham, Zihang Dai, Golnaz Ghiasi, Hanxiao Liu, Adams Wei Yu, Minh-Thang Luong, Mingxing Tan, and Quoc V. Le. Combined scaling for zero-shot transfer learning. arXiv:2111.10050, 2021. \n[83] Ofir Press, Noah Smith, and Mike Lewis. Train short, test long: Attention with linear biases enables input length extrapolation. In International Conference on Learning Representations, 2022. ", + "bbox": [ + 176, + 51, + 828, + 917 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "", + "bbox": [ + 178, + 70, + 828, + 917 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "[84] Yixuan Qiao, Hao Chen, Jun Wang, Yihao Chen, Xianbin Ye, Ziliang Li, Xianbiao Qi, Peng Gao, and Guotong Xie. Winner team Mia at TextVQA Challenge 2021: Vision-and-language representation learning with pre-trained sequence-to-sequence model. arXiv:2106.15332, 2021. ", + "bbox": [ + 183, + 90, + 826, + 146 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "[85] Alec Radford, Jong Wook Kim, Chris Hallacy, Aditya Ramesh, Gabriel Goh, Sandhini Agarwal, Girish Sastry, Amanda Askell, Pamela Mishkin, Jack Clark, Gretchen Krueger, and Ilya Sutskever. Learning transferable visual models from natural language supervision. arXiv:2103.00020, 2021. ", + "bbox": [ + 183, + 156, + 825, + 213 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "[86] Jack W. Rae, Sebastian Borgeaud, Trevor Cai, Katie Millican, Jordan Hoffmann, Francis Song, John Aslanides, Sarah Henderson, Roman Ring, Susannah Young, Eliza Rutherford, Tom Hennigan, Jacob Menick, Albin Cassirer, Richard Powell, George van den Driessche, Lisa Anne Hendricks, Maribeth Rauh, Po-Sen Huang, Amelia Glaese, Johannes Welbl, Sumanth Dathathri, Saffron Huang, Jonathan Uesato, John Mellor, Irina Higgins, Antonia Creswell, Nat McAleese, Amy Wu, Erich Elsen, Siddhant Jayakumar, Elena Buchatskaya, David Budden, Esme Sutherland, Karen Simonyan, Michela Paganini, Laurent Sifre, Lena Martens, Xiang Lorraine Li, Adhiguna Kuncoro, Aida Nematzadeh, Elena Gribovskaya, Domenic Donato, Angeliki Lazaridou, Arthur Mensch, Jean-Baptiste Lespiau, Maria Tsimpoukelli, Nikolai Grigorev, Doug Fritz, Thibault Sottiaux, Mantas Pajarskas, Toby Pohlen, Zhitao Gong, Daniel Toyama, Cyprien de Masson d’Autume, Yujia Li, Tayfun Terzi, Vladimir Mikulik, Igor Babuschkin, Aidan Clark, Diego de Las Casas, Aurelia Guy, Chris Jones, James Bradbury, Matthew Johnson, Blake Hechtman, Laura Weidinger, Iason Gabriel, William Isaac, Ed Lockhart, Simon Osindero, Laura Rimell, Chris Dyer, Oriol Vinyals, Kareem Ayoub, Jeff Stanway, Lorrayne Bennett, Demis Hassabis, Koray Kavukcuoglu, and Geoffrey Irving. Scaling language models: Methods, analysis & insights from training Gopher. arXiv:2112.11446, 2021. ", + "bbox": [ + 184, + 222, + 825, + 457 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "[87] Colin Raffel, Noam Shazeer, Adam Roberts, Katherine Lee, Sharan Narang, Michael Matena, Yanqi Zhou, Wei Li, and Peter J. Liu. Exploring the limits of transfer learning with a unified text-to-text transformer. arXiv:1910.10683, 2019. ", + "bbox": [ + 181, + 467, + 821, + 510 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "[88] Samyam Rajbhandari, Jeff Rasley, Olatunji Ruwase, and Yuxiong He. ZeRO: Memory optimizations toward training trillion parameter models. In International Conference for High Performance Computing, Networking, Storage and Analysis, 2020. ", + "bbox": [ + 181, + 518, + 820, + 561 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "[89] Aditya Ramesh, Prafulla Dhariwal, Alex Nichol, Casey Chu, and Mark Chen. Hierarchical text-conditional image generation with clip latents. arXiv:2204.06125, 2022. ", + "bbox": [ + 179, + 570, + 821, + 599 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "[90] Steven J. Rennie, Etienne Marcheret, Youssef Mroueh, Jarret Ross, and Vaibhava Goel. Self-critical sequence training for image captioning. In IEEE Computer Vision and Pattern Recognition, 2017. ", + "bbox": [ + 181, + 609, + 823, + 651 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "[91] James Requeima, Jonathan Gordon, John Bronskill, Sebastian Nowozin, and Richard E. Turner. Fast and flexible multi-task classification using conditional neural adaptive processes. Conference on Neural Information Processing Systems, 2019. ", + "bbox": [ + 179, + 661, + 823, + 704 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "[92] Laria Reynolds and Kyle McDonell. Prompt programming for large language models: Beyond the few-shot paradigm. In Extended Abstracts of the 2021 CHI Conference on Human Factors in Computing Systems, 2021. ", + "bbox": [ + 181, + 713, + 823, + 756 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "[93] Rachel Rudinger, Jason Naradowsky, Brian Leonard, and Benjamin Van Durme. Gender bias in coreference resolution. arXiv:1804.09301, 2018. ", + "bbox": [ + 178, + 765, + 823, + 794 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "[94] Olga Russakovsky, Jia Deng, Hao Su, Jonathan Krause, Sanjeev Satheesh, Sean Ma, Zhiheng Huang, Andrej Karpathy, Aditya Khosla, Michael Bernstein, Alexander C. Berg, and Li FeiFei. ImageNet large scale visual recognition challenge. International Journal of Computer Vision, 2015. ", + "bbox": [ + 181, + 803, + 823, + 859 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "[95] Victor Sanh, Albert Webson, Colin Raffel, Stephen H. Bach, Lintang Sutawika, Zaid Alyafeai, Antoine Chaffin, Arnaud Stiegler, Teven Le Scao, Arun Raja, Manan Dey, M. Saiful Bari, Canwen Xu, Urmish Thakker, Shanya Sharma Sharma, Eliza Szczechla, Taewoon Kim, Gunjan ", + "bbox": [ + 183, + 869, + 826, + 911 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "Chhablani, Nihal Nayak, Debajyoti Datta, Jonathan Chang, Mike Tian-Jian Jiang, Han Wang, Matteo Manica, Sheng Shen, Zheng Xin Yong, Harshit Pandey, Rachel Bawden, Thomas Wang, Trishala Neeraj, Jos Rozen, Abheesht Sharma, Andrea Santilli, Thibault Fevry, Jason Alan Fries, Ryan Teehan, Stella Biderman, Leo Gao, Tali Bers, Thomas Wolf, and Alexander M. Rush. Multitask Prompted Training Enables Zero-Shot Task Generalization. In International Conference on Learning Representations, 2022. \n[96] Christoph Schuhmann, Richard Vencu, Romain Beaumont, Robert Kaczmarczyk, Clayton Mullis, Aarush Katta, Theo Coombes, Jenia Jitsev, and Aran Komatsuzaki. Laion-400m: Open dataset of clip-filtered 400 million image-text pairs. arXiv:2111.02114, 2021. \n[97] Carsten Schwemmer, Carly Knight, Emily D. Bello-Pardo, Stan Oklobdzija, Martijn Schoonvelde, and Jeffrey W. Lockhart. Diagnosing gender bias in image recognition systems. Socius, 2020. \n[98] Piyush Sharma, Nan Ding, Sebastian Goodman, and Radu Soricut. Conceptual Captions: A cleaned, hypernymed, image alt-text dataset for automatic image captioning. In Annual Meeting of the Association for Computational Linguistics, 2018. \n[99] Mohammad Shoeybi, Mostofa Patwary, Raul Puri, Patrick LeGresley, Jared Casper, and Bryan Catanzaro. Megatron-LM: Training multi-billion parameter language models using model parallelism. arXiv:2104.08691, 2019. \n[100] Amanpreet Singh, Vivek Natarajan, Meet Shah, Yu Jiang, Xinlei Chen, Dhruv Batra, Devi Parikh, and Marcus Rohrbach. Towards VQA models that can read. In IEEE Computer Vision and Pattern Recognition, 2019. \n[101] Amanpreet Singh, Ronghang Hu, Vedanuj Goswami, Guillaume Couairon, Wojciech Galuba, Marcus Rohrbach, and Douwe Kiela. FLAVA: A foundational language and vision alignment model. arXiv:2112.04482, 2021. \n[102] Lucas Smaira, João Carreira, Eric Noland, Ellen Clancy, Amy Wu, and Andrew Zisserman. A short note on the Kinetics-700-2020 human action dataset. arXiv:2010.10864, 2020. \n[103] Jake Snell, Kevin Swersky, and Richard Zemel. Prototypical networks for few-shot learning. Conference on Neural Information Processing Systems, 2017. \n[104] David R So, Wojciech Manke, Hanxiao Liu, Zihang Dai, Noam Shazeer, and Quoc V. Le. ´ Primer: Searching for efficient transformers for language modeling. arXiv:2109.08668, 2021. \n[105] Emma Strubell, Ananya Ganesh, and Andrew McCallum. Energy and policy considerations for deep learning in NLP. arXiv:1906.02243, 2019. \n[106] Weijie Su, Xizhou Zhu, Yue Cao, Bin Li, Lewei Lu, Furu Wei, and Jifeng Dai. VL-BERT: Pre-training of generic visual-linguistic representations. arXiv:1908.08530, 2019. \n[107] Chen Sun, Austin Myers, Carl Vondrick, Kevin Murphy, and Cordelia Schmid. VideoBERT: A joint model for video and language representation learning. In International Conference on Computer Vision, 2019. \n[108] Ilya Sutskever, James Martens, and Geoffrey E. Hinton. Generating text with recurrent neural networks. In International Conference on Machine Learning, 2011. \n[109] Hao Tan and Mohit Bansal. LXMERT: Learning cross-modality encoder representations from transformer. In Conference on Empirical Methods in Natural Language Processing, 2019. \n[110] Bart Thomee, David A Shamma, Gerald Friedland, Benjamin Elizalde, Karl Ni, Douglas Poland, Damian Borth, and Li-Jia Li. YFCC100M: The new data in multimedia research. Communications of the ACM, 2016. \n[111] Romal Thoppilan, Daniel De Freitas, Jamie Hall, Noam Shazeer, Apoorv Kulshreshtha, Heng-Tze Cheng, Alicia Jin, Taylor Bos, Leslie Baker, Yu Du, YaGuang Li, Hongrae Lee, Huaixiu Steven Zheng, Amin Ghafouri, Marcelo Menegali, Yanping Huang, Maxim Krikun, Dmitry Lepikhin, James Qin, Dehao Chen, Yuanzhong Xu, Zhifeng Chen, Adam Roberts, ", + "bbox": [ + 171, + 55, + 828, + 921 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "Maarten Bosma, Vincent Zhao, Yanqi Zhou, Chung-Ching Chang, Igor Krivokon, Will Rusch, Marc Pickett, Pranesh Srinivasan, Laichee Man, Kathleen Meier-Hellstern, Meredith Ringel Morris, Tulsee Doshi, Renelito Delos Santos, Toju Duke, Johnny Soraker, Ben Zevenbergen, Vinodkumar Prabhakaran, Mark Diaz, Ben Hutchinson, Kristen Olson, Alejandra Molina, Erin Hoffman-John, Josh Lee, Lora Aroyo, Ravi Rajakumar, Alena Butryna, Matthew Lamm, Viktoriya Kuzmina, Joe Fenton, Aaron Cohen, Rachel Bernstein, Ray Kurzweil, Blaise AgueraArcas, Claire Cui, Marian Croak, Ed Chi, and Quoc Le. LaMDA: Language models for dialog applications. arXiv:2201.08239, 2022. ", + "bbox": [ + 217, + 90, + 825, + 202 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "[112] Yonglong Tian, Yue Wang, Dilip Krishnan, Joshua B. Tenenbaum, and Phillip Isola. Rethinking few-shot image classification: a good embedding is all you need? In European Conference on Computer Vision, 2020. ", + "bbox": [ + 173, + 214, + 823, + 257 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "[113] Hugo Touvron, Andrea Vedaldi, Matthijs Douze, and Hervé Jégou. Fixing the train-test resolution discrepancy. Conference on Neural Information Processing Systems, 2019. ", + "bbox": [ + 173, + 268, + 825, + 297 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "[114] Maria Tsimpoukelli, Jacob Menick, Serkan Cabi, SM Eslami, Oriol Vinyals, and Felix Hill. Multimodal few-shot learning with frozen language models. Conference on Neural Information Processing Systems, 2021. ", + "bbox": [ + 173, + 309, + 825, + 352 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "[115] Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N. Gomez, Łukasz Kaiser, and Illia Polosukhin. Attention is all you need. In Conference on Neural Information Processing Systems, 2017. ", + "bbox": [ + 173, + 364, + 825, + 406 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "[116] Oriol Vinyals, Alexander Toshev, Samy Bengio, and Dumitru Erhan. Show and tell: A neural image caption generator. In International Conference on Computer Vision, 2015. ", + "bbox": [ + 171, + 419, + 825, + 448 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "[117] Oriol Vinyals, Charles Blundell, Timothy Lillicrap, Koray Kavukcuoglu, and Daan Wierstra. Matching networks for one shot learning. Conference on Neural Information Processing Systems, 2016. ", + "bbox": [ + 174, + 459, + 825, + 502 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "[118] Jianfeng Wang, Xiaowei Hu, Zhe Gan, Zhengyuan Yang, Xiyang Dai, Zicheng Liu, Yumao Lu, and Lijuan Wang. UFO: A unified transformer for vision-language representation learning. arXiv:2111.10023, 2021. ", + "bbox": [ + 173, + 513, + 825, + 556 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "[119] Peng Wang, An Yang, Rui Men, Junyang Lin, Shuai Bai, Zhikang Li, Jianxin Ma, Chang Zhou, Jingren Zhou, and Hongxia Yang. Unifying architectures, tasks, and modalities through a simple sequence-to-sequence learning framework. arXiv:2202.03052, 2022. ", + "bbox": [ + 174, + 568, + 825, + 611 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "[120] Thomas Wang, Adam Roberts, Daniel Hesslow, Teven Le Scao, Hyung Won Chung, Iz Beltagy, Julien Launay, and Colin Raffel. What language model architecture and pretraining objective work best for zero-shot generalization? arXiv:2204.05832, 2022. ", + "bbox": [ + 174, + 623, + 826, + 666 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "[121] Wenhui Wang, Hangbo Bao, Li Dong, and Furu Wei. VLMo: Unified vision-language pre-training with mixture-of-modality-experts. arXiv:2111.02358, 2021. ", + "bbox": [ + 169, + 678, + 823, + 708 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "[122] Xin Wang, Jiawei Wu, Junkun Chen, Lei Li, Yuan-Fang Wang, and William Yang Wang. VATEX: A large-scale, high-quality multilingual dataset for video-and-language research. In International Conference on Computer Vision, 2019. ", + "bbox": [ + 171, + 718, + 825, + 762 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "[123] Yue Wang, Shafiq Joty, Michael Lyu, Irwin King, Caiming Xiong, and Steven Hoi. VD-BERT: A unified vision and dialog transformer with BERT. In Conference on Empirical Methods in Natural Language Processing, 2020. ", + "bbox": [ + 174, + 773, + 826, + 816 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "[124] Zirui Wang, Jiahui Yu, Adams Wei Yu, Zihang Dai, Yulia Tsvetkov, and Yuan Cao. SimVLM: Simple visual language model pretraining with weak supervision. arXiv:2108.10904, 2021. ", + "bbox": [ + 168, + 828, + 825, + 858 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "[125] Jason Wei, Maarten Bosma, Vincent Y. Zhao, Kelvin Guu, Adams Wei Yu, Brian Lester, Nan Du, Andrew M. Dai, and Quoc V. Le. Finetuned language models are zero-shot learners. arXiv:2109.01652, 2021. ", + "bbox": [ + 174, + 868, + 826, + 911 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "[126] Laura Weidinger, John Mellor, Maribeth Rauh, Conor Griffin, Jonathan Uesato, Po-Sen Huang, Myra Cheng, Mia Glaese, Borja Balle, Atoosa Kasirzadeh, Zac Kenton, Sasha Brown, Will Hawkins, Tom Stepleton, Courtney Biles, Abeba Birhane, Julia Haas, Laura Rimell, Lisa Anne Hendricks, William Isaac, Sean Legassick, Geoffrey Irving, and Iason Gabriel. Ethical and social risks of harm from language models. arXiv:2112.04359, 2021. ", + "bbox": [ + 174, + 90, + 826, + 161 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "[127] Mitchell Wortsman, Gabriel Ilharco, Samir Yitzhak Gadre, Rebecca Roelofs, Raphael GontijoLopes, Ari S. Morcos, Hongseok Namkoong, Ali Farhadi, Yair Carmon, Simon Kornblith, and Ludwig Schmidt. Model soups: averaging weights of multiple fine-tuned models improves accuracy without increasing inference time. arXiv:2203.05482, 2022. ", + "bbox": [ + 174, + 169, + 823, + 226 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "[128] Bo Wu, Shoubin Yu, Zhenfang Chen, Joshua B. Tenenbaum, and Chuang Gan. STAR: A Benchmark for Situated Reasoning in Real-World Videos. In Conference on Neural Information Processing Systems, 2021. ", + "bbox": [ + 173, + 233, + 823, + 276 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "[129] Junbin Xiao, Xindi Shang, Angela Yao, and Tat-Seng Chua. Next-QA: Next phase of questionanswering to explaining temporal actions. In IEEE Computer Vision and Pattern Recognition, 2021. ", + "bbox": [ + 174, + 284, + 825, + 327 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "[130] Dejing Xu, Zhou Zhao, Jun Xiao, Fei Wu, Hanwang Zhang, Xiangnan He, and Yueting Zhuang. Video question answering via gradually refined attention over appearance and motion. In ACM Multimedia, 2017. ", + "bbox": [ + 173, + 334, + 825, + 377 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "[131] Hanwei Xu, Yujun Chen, Yulun Du, Nan Shao, Yanggang Wang, Haiyu Li, and Zhilin Yang. Zeroprompt: Scaling prompt-based pretraining to 1,000 tasks improves zero-shot generalization. arXiv:2201.06910, 2022. ", + "bbox": [ + 173, + 386, + 823, + 428 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "[132] Hu Xu, Gargi Ghosh, Po-Yao Huang, Prahal Arora, Masoumeh Aminzadeh, Christoph Feichtenhofer, Florian Metze, and Luke Zettlemoyer. VLM: Task-agnostic video-language model pre-training for video understanding. arXiv:2105.09996, 2021. ", + "bbox": [ + 173, + 435, + 823, + 479 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "[133] Ming Yan, Haiyang Xu, Chenliang Li, Junfeng Tian, Bin Bi, Wei Wang, Weihua Chen, Xianzhe Xu, Fan Wang, Zheng Cao, Zhicheng Zhang, Qiyu Zhang, Ji Zhang, Songfang Huang, Fei Huang, Luo Si, and Rong Jin. Achieving human parity on visual question answering. arXiv:2111.08896, 2021. ", + "bbox": [ + 174, + 486, + 826, + 542 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "[134] Shen Yan, Xuehan Xiong, Anurag Arnab, Zhichao Lu, Mi Zhang, Chen Sun, and Cordelia Schmid. Multiview transformers for video recognition. arXiv:2201.04288, 2022. ", + "bbox": [ + 171, + 550, + 823, + 580 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "[135] Antoine Yang, Antoine Miech, Josef Sivic, Ivan Laptev, and Cordelia Schmid. Just ask: Learning to answer questions from millions of narrated videos. In International Conference on Computer Vision, 2021. ", + "bbox": [ + 173, + 588, + 823, + 631 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "[136] Zhengyuan Yang, Zhe Gan, Jianfeng Wang, Xiaowei Hu, Yumao Lu, Zicheng Liu, and Lijuan Wang. An empirical study of GPT-3 for few-shot knowledge-based VQA. In National Conference on Artificial Intelligence (AAAI), 2021. ", + "bbox": [ + 171, + 638, + 825, + 681 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "[137] Zhengyuan Yang, Yijuan Lu, Jianfeng Wang, Xi Yin, Dinei Florencio, Lijuan Wang, Cha Zhang, Lei Zhang, and Jiebo Luo. TAP: Text-aware pre-training for text-VQA and text-caption. In IEEE Computer Vision and Pattern Recognition, 2021. ", + "bbox": [ + 173, + 689, + 825, + 732 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "[138] Lewei Yao, Runhui Huang, Lu Hou, Guansong Lu, Minzhe Niu, Hang Xu, Xiaodan Liang, Zhenguo Li, Xin Jiang, and Chunjing Xu. FILIP: Fine-grained interactive language-image pre-training. arXiv:2111.07783, 2021. ", + "bbox": [ + 171, + 739, + 823, + 784 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "[139] Peter Young, Alice Lai, Micah Hodosh, and Julia Hockenmaier. From image descriptions to visual denotations: New similarity metrics for semantic inference over event descriptions. Annual Meeting of the Association for Computational Linguistics, 2014. ", + "bbox": [ + 171, + 790, + 823, + 833 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "[140] Lu Yuan, Dongdong Chen, Yi-Ling Chen, Noel Codella, Xiyang Dai, Jianfeng Gao, Houdong Hu, Xuedong Huang, Boxin Li, Chunyuan Li, Ce Liu, Mengchen Liu, Zicheng Liu, Yumao Lu, Yu Shi, Lijuan Wang, Jianfeng Wang, Bin Xiao, Zhen Xiao, Jianwei Yang, Michael Zeng, Luowei Zhou, and Pengchuan Zhang. Florence: A new foundation model for computer vision. arXiv:2111.11432, 2021. ", + "bbox": [ + 174, + 842, + 826, + 911 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "[141] Elad Ben Zaken, Shauli Ravfogel, and Yoav Goldberg. BitFit: Simple parameter-efficient fine-tuning for transformer-based masked language-models. arXiv:2106.10199, 2021. ", + "bbox": [ + 171, + 90, + 825, + 119 + ], + "page_idx": 19 + }, + { + "type": "text", + "text": "[142] Rowan Zellers, Ximing Lu, Jack Hessel, Youngjae Yu, Jae Sung Park, Jize Cao, Ali Farhadi, and Yejin Choi. MERLOT: Multimodal neural script knowledge models. Conference on Neural Information Processing Systems, 2021. ", + "bbox": [ + 173, + 128, + 823, + 171 + ], + "page_idx": 19 + }, + { + "type": "text", + "text": "[143] Rowan Zellers, Jiasen Lu, Ximing Lu, Youngjae Yu, Yanpeng Zhao, Mohammadreza Salehi, Aditya Kusupati, Jack Hessel, Ali Farhadi, and Yejin Choi. MERLOT reserve: Neural script knowledge through vision and language and sound. In IEEE Computer Vision and Pattern Recognition, 2022. ", + "bbox": [ + 173, + 180, + 826, + 236 + ], + "page_idx": 19 + }, + { + "type": "text", + "text": "[144] Andy Zeng, Adrian Wong, Stefan Welker, Krzysztof Choromanski, Federico Tombari, Aveek Purohit, Michael Ryoo, Vikas Sindhwani, Johnny Lee, Vincent Vanhoucke, and Pete Florence. Socratic models: Composing zero-shot multimodal reasoning with language. arXiv:2204.00598, 2022. ", + "bbox": [ + 173, + 244, + 826, + 301 + ], + "page_idx": 19 + }, + { + "type": "text", + "text": "[145] Xiaohua Zhai, Alexander Kolesnikov, Neil Houlsby, and Lucas Beyer. Scaling vision transformers. arXiv:2106.04560, 2021. ", + "bbox": [ + 171, + 309, + 823, + 339 + ], + "page_idx": 19 + }, + { + "type": "text", + "text": "[146] Xiaohua Zhai, Xiao Wang, Basil Mustafa, Andreas Steiner, Daniel Keysers, Alexander Kolesnikov, and Lucas Beyer. LiT: Zero-shot transfer with locked-image text tuning. arXiv:2111.07991, 2021. ", + "bbox": [ + 173, + 347, + 823, + 390 + ], + "page_idx": 19 + }, + { + "type": "text", + "text": "[147] Dora Zhao, Angelina Wang, and Olga Russakovsky. Understanding and evaluating racial biases in image captioning. In IEEE Computer Vision and Pattern Recognition, 2021. ", + "bbox": [ + 171, + 398, + 825, + 429 + ], + "page_idx": 19 + }, + { + "type": "text", + "text": "[148] Zihao Zhao, Eric Wallace, Shi Feng, Dan Klein, and Sameer Singh. Calibrate before use: Improving few-shot performance of language models. In International Conference on Machine Learning, 2021. ", + "bbox": [ + 174, + 436, + 825, + 479 + ], + "page_idx": 19 + }, + { + "type": "text", + "text": "[149] Luowei Zhou, Chenliang Xu, and Jason J. Corso. Towards automatic learning of procedures from web instructional videos. In National Conference on Artificial Intelligence (AAAI), 2018. ", + "bbox": [ + 173, + 488, + 825, + 517 + ], + "page_idx": 19 + }, + { + "type": "text", + "text": "[150] Luowei Zhou, Hamid Palangi, Lei Zhang, Houdong Hu, Jason Corso, and Jianfeng Gao. Unified vision-language pre-training for image captioning and VQA. In National Conference on Artificial Intelligence (AAAI), 2020. ", + "bbox": [ + 174, + 526, + 825, + 569 + ], + "page_idx": 19 + }, + { + "type": "text", + "text": "[151] Linchao Zhu and Yi Yang. ActBERT: Learning global-local video-text representations. In IEEE Computer Vision and Pattern Recognition, 2020. ", + "bbox": [ + 169, + 577, + 825, + 607 + ], + "page_idx": 19 + }, + { + "type": "text", + "text": "[152] Ron Zhu. Enhance multimodal transformer with external label and in-domain pretrain: Hateful meme challenge winning solution. arXiv:2012.08290, 2020. ", + "bbox": [ + 171, + 614, + 825, + 643 + ], + "page_idx": 19 + }, + { + "type": "text", + "text": "[153] Xinxin Zhu, Longteng Guo, Peng Yao, Shichen Lu, Wei Liu, and Jing Liu. Vatex video captioning challenge 2020: Multi-view features and hybrid reward strategies for video captioning. arXiv:1910.11102, 2019. ", + "bbox": [ + 174, + 652, + 823, + 695 + ], + "page_idx": 19 + }, + { + "type": "text", + "text": "[154] Xizhou Zhu, Jinguo Zhu, Hao Li, Xiaoshi Wu, Xiaogang Wang, Hongsheng Li, Xiaohua Wang, and Jifeng Dai. Uni-Perceiver: Pre-training unified architecture for generic perception for zero-shot and few-shot tasks. arXiv:2112.01522, 2021. ", + "bbox": [ + 173, + 704, + 825, + 747 + ], + "page_idx": 19 + }, + { + "type": "text", + "text": "[155] Luisa Zintgraf, Kyriacos Shiarli, Vitaly Kurin, Katja Hofmann, and Shimon Whiteson. Fast context adaptation via meta-learning. In International Conference on Machine Learning, 2019. ", + "bbox": [ + 171, + 755, + 825, + 785 + ], + "page_idx": 19 + }, + { + "type": "text", + "text": "Checklist ", + "text_level": 1, + "bbox": [ + 174, + 89, + 254, + 106 + ], + "page_idx": 20 + }, + { + "type": "text", + "text": "1. For all authors... ", + "bbox": [ + 214, + 116, + 339, + 130 + ], + "page_idx": 20 + }, + { + "type": "text", + "text": "(a) Do the main claims made in the abstract and introduction accurately reflect the paper’s contributions and scope? [Yes] \n(b) Did you describe the limitations of your work? [Yes] See Section 5. \n(c) Did you discuss any potential negative societal impacts of your work? [Yes] See Section 5 for a brief discussion and Appendix D.2 for the full discussion. \n(d) Have you read the ethics review guidelines and ensured that your paper conforms to them? [Yes] ", + "bbox": [ + 238, + 136, + 825, + 239 + ], + "page_idx": 20 + }, + { + "type": "text", + "text": "2. If you are including theoretical results... ", + "bbox": [ + 214, + 243, + 493, + 258 + ], + "page_idx": 20 + }, + { + "type": "text", + "text": "(a) Did you state the full set of assumptions of all theoretical results? [N/A] (b) Did you include complete proofs of all theoretical results? [N/A] ", + "bbox": [ + 238, + 262, + 738, + 294 + ], + "page_idx": 20 + }, + { + "type": "text", + "text": "3. If you ran experiments... ", + "bbox": [ + 212, + 299, + 393, + 313 + ], + "page_idx": 20 + }, + { + "type": "text", + "text": "(a) Did you include the code, data, and instructions needed to reproduce the main experimental results (either in the supplemental material or as a URL)? [No] The code and the data are proprietary. \n(b) Did you specify all the training details (e.g., data splits, hyperparameters, how they were chosen)? [Yes] See Section 3 and Appendix B. \n(c) Did you report error bars (e.g., with respect to the random seed after running experiments multiple times)? [No] We do not observe large enough variance in our training runs to justify the computation cost incurred by multiple training runs. For the largest models, it is not feasible within our compute budget. \n(d) Did you include the total amount of compute and the type of resources used (e.g., type of GPUs, internal cluster, or cloud provider)? [Yes] Details can be found in Appendix B.1.2. In short, our largest run was trained on 1536 TPU chips for 15 days. ", + "bbox": [ + 238, + 316, + 825, + 489 + ], + "page_idx": 20 + }, + { + "type": "text", + "text": "4. If you are using existing assets (e.g., code, data, models) or curating/releasing new assets... ", + "bbox": [ + 214, + 494, + 823, + 510 + ], + "page_idx": 20 + }, + { + "type": "text", + "text": "(a) If your work uses existing assets, did you cite the creators? [Yes] We properly cited the prior methods on which our work is based, as well as prior datasets when appropriate (e.g., ALIGN). \n(b) Did you mention the license of the assets? [N/A] The assets we used are previous work for which we cited papers. We do mention the license of all visual assets we use for the figures of the paper in Appendix G. \n(c) Did you include any new assets either in the supplemental material or as a URL? [No] \n(d) Did you discuss whether and how consent was obtained from people whose data you’re using/curating? [Yes] Our data was automatically scraped from million of webpages. See Datasheets [30] in Appendix F. \n(e) Did you discuss whether the data you are using/curating contains personally identifiable information or offensive content? [Yes] See Datasheets [30] in Appendix F. ", + "bbox": [ + 238, + 513, + 825, + 689 + ], + "page_idx": 20 + }, + { + "type": "text", + "text": "5. If you used crowdsourcing or conducted research with human subjects... ", + "bbox": [ + 214, + 694, + 705, + 708 + ], + "page_idx": 20 + }, + { + "type": "text", + "text": "(a) Did you include the full text of instructions given to participants and screenshots, if applicable? [N/A] \n(b) Did you describe any potential participant risks, with links to Institutional Review Board (IRB) approvals, if applicable? [N/A] \n(c) Did you include the estimated hourly wage paid to participants and the total amount spent on participant compensation? [N/A] ", + "bbox": [ + 238, + 712, + 825, + 801 + ], + "page_idx": 20 + } +] \ No newline at end of file