ACL-OCL / Base_JSON /prefixP /json /P17 /P17-1047.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "P17-1047",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T08:19:16.879209Z"
},
"title": "Learning word-like units from joint audio-visual analysis",
"authors": [
{
"first": "David",
"middle": [],
"last": "Harwath",
"suffix": "",
"affiliation": {
"laboratory": "Artificial Intelligence Laboratory",
"institution": "Massachusetts Institute of Technology Cambridge",
"location": {
"postCode": "02139",
"region": "MA",
"country": "USA"
}
},
"email": "dharwath@mit.edu"
},
{
"first": "James",
"middle": [],
"last": "Glass",
"suffix": "",
"affiliation": {
"laboratory": "Artificial Intelligence Laboratory",
"institution": "Massachusetts Institute of Technology Cambridge",
"location": {
"postCode": "02139",
"region": "MA",
"country": "USA"
}
},
"email": "glass@mit.edu"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "Given a collection of images and spoken audio captions, we present a method for discovering word-like acoustic units in the continuous speech signal and grounding them to semantically relevant image regions. For example, our model is able to detect spoken instances of the words \"lighthouse\" within an utterance and associate them with image regions containing lighthouses. We do not use any form of conventional automatic speech recognition, nor do we use any text transcriptions or conventional linguistic annotations. Our model effectively implements a form of spoken language acquisition, in which the computer learns not only to recognize word categories by sound, but also to enrich the words it learns with semantics by grounding them in images.",
"pdf_parse": {
"paper_id": "P17-1047",
"_pdf_hash": "",
"abstract": [
{
"text": "Given a collection of images and spoken audio captions, we present a method for discovering word-like acoustic units in the continuous speech signal and grounding them to semantically relevant image regions. For example, our model is able to detect spoken instances of the words \"lighthouse\" within an utterance and associate them with image regions containing lighthouses. We do not use any form of conventional automatic speech recognition, nor do we use any text transcriptions or conventional linguistic annotations. Our model effectively implements a form of spoken language acquisition, in which the computer learns not only to recognize word categories by sound, but also to enrich the words it learns with semantics by grounding them in images.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Automatically discovering words and other elements of linguistic structure from continuous speech has been a longstanding goal in computational linguists, cognitive science, and other speech processing fields. Practically all humans acquire language at a very early age, but this task has proven to be an incredibly difficult problem for computers. While conventional automatic speech recognition (ASR) systems have a long history and have recently made great strides thanks to the revival of deep neural networks (DNNs), their reliance on highly supervised training paradigms has essentially restricted their application to the major languages of the world, accounting for a small fraction of the more than 7,000 human languages spoken worldwide (Lewis et al., 2016) . The main reason for this limitation is the fact that these supervised approaches require enormous amounts of very expensive human transcripts. Moreover, the use of the written word is a convenient but limiting convention, since there are many oral languages which do not even employ a writing system. In constrast, infants learn to communicate verbally before they are capable of reading and writing -so there is no inherent reason why spoken language systems need to be inseparably tied to text.",
"cite_spans": [
{
"start": 747,
"end": 767,
"text": "(Lewis et al., 2016)",
"ref_id": "BIBREF21"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Problem Statement and Motivation",
"sec_num": "1.1"
},
{
"text": "The key contribution of this paper has two facets. First, we introduce a methodology capable of not only discovering word-like units from continuous speech at the waveform level with no additional text transcriptions or conventional speech recognition apparatus. Instead, we jointly learn the semantics of those units via visual associations. Although we evaluate our algorithm on an English corpus, it could conceivably run on any language without requiring any text or associated ASR capability. Second, from a computational perspective, our method of speech pattern discovery runs in linear time. Previous work has presented algorithms for performing acoustic pattern discovery in continuous speech (Park and Glass, 2008; Jansen and Van Durme, 2011) without the use of transcriptions or another modality, but those algorithms are limited in their ability to scale by their inherent O(n 2 ) complexity, since they do an exhaustive comparison of the data against itself. Our method leverages correlated information from a second modality -the visual domain -to guide the discovery of words and phrases. This enables our method to run in O(n) time, and we demonstrate it scalability by discovering acoustic patterns in over 522 hours of audio.",
"cite_spans": [
{
"start": 702,
"end": 724,
"text": "(Park and Glass, 2008;",
"ref_id": "BIBREF23"
},
{
"start": 725,
"end": 752,
"text": "Jansen and Van Durme, 2011)",
"ref_id": "BIBREF14"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Problem Statement and Motivation",
"sec_num": "1.1"
},
{
"text": "A sub-field within speech processing that has garnered much attention recently is unsupervised speech pattern discovery. Segmental Dynamic Time Warping (S-DTW) was introduced by Park and Glass (2008) , which discovers repetitions of the same words and phrases in a collection of untranscribed acoustic data. Many subsequent efforts extended these ideas Jansen and Van Durme, 2011; Dredze et al., 2010; Harwath et al., 2012; Zhang and Glass, 2009) . Alternative approaches based on Bayesian nonparametric modeling (Lee and Glass, 2012; Ondel et al., 2016 ) employed a generative model to cluster acoustic segments into phoneme-like categories, and related works aimed to segment and cluster either reference or learned phonemelike tokens into higher-level units (Johnson, 2008; Goldwater et al., 2009; Lee et al., 2015) .",
"cite_spans": [
{
"start": 178,
"end": 199,
"text": "Park and Glass (2008)",
"ref_id": "BIBREF23"
},
{
"start": 353,
"end": 380,
"text": "Jansen and Van Durme, 2011;",
"ref_id": "BIBREF14"
},
{
"start": 381,
"end": 401,
"text": "Dredze et al., 2010;",
"ref_id": "BIBREF3"
},
{
"start": 402,
"end": 423,
"text": "Harwath et al., 2012;",
"ref_id": "BIBREF11"
},
{
"start": 424,
"end": 446,
"text": "Zhang and Glass, 2009)",
"ref_id": "BIBREF32"
},
{
"start": 513,
"end": 534,
"text": "(Lee and Glass, 2012;",
"ref_id": "BIBREF19"
},
{
"start": 535,
"end": 553,
"text": "Ondel et al., 2016",
"ref_id": "BIBREF22"
},
{
"start": 761,
"end": 776,
"text": "(Johnson, 2008;",
"ref_id": "BIBREF16"
},
{
"start": 777,
"end": 800,
"text": "Goldwater et al., 2009;",
"ref_id": "BIBREF9"
},
{
"start": 801,
"end": 818,
"text": "Lee et al., 2015)",
"ref_id": "BIBREF20"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Previous Work",
"sec_num": "1.2"
},
{
"text": "While supervised object detection is a standard problem in the vision community, several recent works have tackled the problem of weaklysupervised or unsupervised object localization (Bergamo et al., 2014; Cho et al., 2015; Zhou et al., 2015; Cinbis et al., 2016) . Although the focus of this work is discovering acoustic patterns, in the process we jointly associate the acoustic patterns with clusters of image crops, which we demonstrate capture visual patterns as well.",
"cite_spans": [
{
"start": 183,
"end": 205,
"text": "(Bergamo et al., 2014;",
"ref_id": "BIBREF0"
},
{
"start": 206,
"end": 223,
"text": "Cho et al., 2015;",
"ref_id": "BIBREF1"
},
{
"start": 224,
"end": 242,
"text": "Zhou et al., 2015;",
"ref_id": "BIBREF33"
},
{
"start": 243,
"end": 263,
"text": "Cinbis et al., 2016)",
"ref_id": "BIBREF2"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Previous Work",
"sec_num": "1.2"
},
{
"text": "The computer vision and NLP communities have begun to leverage deep learning to create multimodal models of images and text. Many works have focused on generating annotations or text captions for images (Socher and Li, 2010; Frome et al., 2013; Socher et al., 2014; Vinyals et al., 2015; Fang et al., 2015; Johnson et al., 2016) . One interesting intersection between word induction from phoneme strings and multimodal modeling of images and text is that of Gelderloos and Chrupaa (2016) , who uses images to segment words within captions at the phoneme string level. Other work has taken these ideas beyond text, and attempted to relate images to spoken audio captions directly at the waveform level (Roy, 2003; Harwath and Glass, 2015; Harwath et al., 2016) . The work of (Harwath et al., 2016) is the most similar to ours, in which the authors learned embeddings at the entire image and entire spoken caption level and then used the embeddings to perform bidirectional retrieval. In this work, we go further by automatically segmenting and clustering the spoken captions into individual word-like units, as well as the images into object-like categories.",
"cite_spans": [
{
"start": 203,
"end": 224,
"text": "(Socher and Li, 2010;",
"ref_id": "BIBREF29"
},
{
"start": 225,
"end": 244,
"text": "Frome et al., 2013;",
"ref_id": "BIBREF6"
},
{
"start": 245,
"end": 265,
"text": "Socher et al., 2014;",
"ref_id": "BIBREF28"
},
{
"start": 266,
"end": 287,
"text": "Vinyals et al., 2015;",
"ref_id": "BIBREF31"
},
{
"start": 288,
"end": 306,
"text": "Fang et al., 2015;",
"ref_id": "BIBREF4"
},
{
"start": 307,
"end": 328,
"text": "Johnson et al., 2016)",
"ref_id": "BIBREF15"
},
{
"start": 458,
"end": 487,
"text": "Gelderloos and Chrupaa (2016)",
"ref_id": "BIBREF8"
},
{
"start": 701,
"end": 712,
"text": "(Roy, 2003;",
"ref_id": "BIBREF25"
},
{
"start": 713,
"end": 737,
"text": "Harwath and Glass, 2015;",
"ref_id": "BIBREF10"
},
{
"start": 738,
"end": 759,
"text": "Harwath et al., 2016)",
"ref_id": "BIBREF12"
},
{
"start": 774,
"end": 796,
"text": "(Harwath et al., 2016)",
"ref_id": "BIBREF12"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Previous Work",
"sec_num": "1.2"
},
{
"text": "We employ a corpus of over 200,000 spoken captions for images taken from the Places205 dataset (Zhou et al., 2014) , corresponding to over 522 hours of speech data. The captions were collected using Amazon's Mechanical Turk service, in which workers were shown images and asked to describe them verbally in a free-form manner. The data collection scheme is described in detail in Harwath et al. (2016) , but the experiments in this paper leverage nearly twice the amount of data. For training our multimodal neural network as well as the pattern discovery experiments, we use a subset of 214,585 image/caption pairs, and we hold out a set of 1,000 pairs for evaluating the multimodal network's retrieval ability. Because we lack ground truth text transcripts for the data, we used Google's Speech Recognition public API to generate proxy transcripts which we use when analyzing our system. Note that the ASR was only used for analysis of the results, and was not involved in any of the learning.",
"cite_spans": [
{
"start": 95,
"end": 114,
"text": "(Zhou et al., 2014)",
"ref_id": "BIBREF34"
},
{
"start": 380,
"end": 401,
"text": "Harwath et al. (2016)",
"ref_id": "BIBREF12"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Experimental Data",
"sec_num": "2"
},
{
"text": "We first train a deep multimodal embedding network similar in spirit to the one described in Harwath et al. (2016) , but with a more sophisticated architecture. The model is trained to map entire image frames and entire spoken captions into a shared embedding space; however, as we will show, the trained network can then be used to localize patterns corresponding to words and phrases within the spectrogram, as well as visual objects within the image by applying it to small sub-regions of the image and spectrogram. The model is comprised of two branches, one which takes as input images, and the other which takes as input spectrograms. The image network is formed by taking the off-the-shelf VGG 16 layer network (Simonyan and Zisserman, 2014) and replacing the softmax classification layer with a linear transform which maps the 4096-dimensional activations of the second fully connected layer into our 1024-dimensional multimodal embedding space.",
"cite_spans": [
{
"start": 93,
"end": 114,
"text": "Harwath et al. (2016)",
"ref_id": "BIBREF12"
},
{
"start": 718,
"end": 748,
"text": "(Simonyan and Zisserman, 2014)",
"ref_id": "BIBREF27"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Audio-Visual Embedding Neural Networks",
"sec_num": "3"
},
{
"text": "In our experiments, the weights of this projection layer are trained, but the layers taken from the VGG network below it are kept fixed. The second branch of our network analyzes speech spectrograms as if they were black and white images. Our spectrograms are computed using 40 log Mel filterbanks with a 25ms Hamming window and a 10ms shift. The input to this branch always has 1 color channel and is always 40 pixels high (corresponding to the 40 Mel filterbanks), but the width of the spectrogram varies depending upon the duration of the spoken caption, with each pixel corresponding to approximately 10 milliseconds worth of audio. The architecture we use is entirely convolutional and shown below, where C denotes the number of convolutional channels, W is filter width, H is filter height, and S is pooling stride. 1. Convolution: C=128, W=1, H=40, ReLU 2. Convolution: C=256, W=11, H=1, ReLU 3. Maxpool: W=3, H=1, S=2 4. Convolution: C=512, W=17, H=1, ReLU 5. Maxpool: W=3, H=1, S=2 6. Convolution: C=512, W=17, H=1, ReLU 7. Maxpool: W=3, H=1, S=2 8. Convolution: C=1024, W=17, H=1, ReLU 9. Meanpool over entire caption 10. L2 normalization In practice during training, we restrict the caption spectrograms to all be 1024 frames wide (i.e., 10sec of speech) by applying truncation or zero padding. Additionally, both the images and spectrograms are mean normalized before training. The overall multimodal network is formed by tying together the image and audio branches with a layer which takes both of their output vectors and computes an inner product between them, representing the similarity score between a given image/caption pair. We train the network to assign high scores to matching image/caption pairs, and lower scores to mismatched pairs.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Audio-Visual Embedding Neural Networks",
"sec_num": "3"
},
{
"text": "Within a minibatch of B image/caption pairs, let S p j , j = 1, . . . , B denote the similarity score of the j th image/caption pair as output by the neural network. Next, for each pair we randomly sample one impostor caption and one impostor image from the same minibatch. Let S i j denote the similarity score between the j th caption and its impostor image, and S c j be the similarity score between the j th image and its impostor caption. The total loss for the entire minibatch is then computed as",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Audio-Visual Embedding Neural Networks",
"sec_num": "3"
},
{
"text": "L(\u03b8) = B j=1 [max(0, S c j \u2212 S p j + 1) + max(0, S i j \u2212 S p j + 1)]",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Audio-Visual Embedding Neural Networks",
"sec_num": "3"
},
{
"text": "(1) We train the neural network with 50 epochs of stochastic gradient descent using a batch size B = 128, a momentum of 0.9, and a learning rate of 1e-5 which is set to geometrically decay by a factor between 2 and 5 every 5 to 10 epochs.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Audio-Visual Embedding Neural Networks",
"sec_num": "3"
},
{
"text": "Although we have trained our multimodal network to compute embeddings at the granularity of entire images and entire caption spectrograms, we can easily apply it in a more localized fashion. In the case of images, we can simply take any arbitrary crop of an original image and resize it to 224x224 pixels. The audio network is even more trivial to apply locally, because it is entirely convolutional and the final mean pooling layer ensures that the output will be a 1024-dim vector no matter the extent of the input. The bigger question is where to locally apply the networks in order to discover meaningful acoustic and visual patterns.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Finding and Clustering Audio-Visual Caption Groundings",
"sec_num": "4"
},
{
"text": "Given an image and its corresponding spoken audio caption, we use the term grounding to refer to extracting meaningful segments from the caption and associating them with an appropriate subregion of the image. For example, if an image depicted a person eating ice cream and its caption contained the spoken words \"A person is enjoying some ice cream,\" an ideal set of groundings would entail the acoustic segment containing the word \"person\" linked to a bounding box around the person, and the segment containing the word \"ice cream\" linked to a box around the ice cream. We use a constrained brute force ranking scheme to evaluate all possible groundings (with a restricted granularity) between an image and its caption. Specifically, we divide the image into a grid, and extract all of the image crops whose boundaries sit on the grid lines. Because we are mainly interested in extracting regions of interest and not high precision object detection boxes, to keep the number of proposal regions under control we impose several restrictions. First, we use a 10x10 grid on each image regardless of its original size. Second, we define minimum and maximum aspect ratios as 2:3 and 3:2 so as not to introduce too much distortion and also to reduce the number of proposal boxes. Third, we define a minimum bounding width as 30% of the original image width, and similarly a minimum height as 30% of the original image height. In practice, this results in a few thousand proposal regions per image.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Finding and Clustering Audio-Visual Caption Groundings",
"sec_num": "4"
},
{
"text": "To extract proposal segments from the audio caption spectrogram, we similarly define a 1-dim grid along the time axis, and consider all possible start/end points at 10 frame (pixel) intervals. We impose minimum and maximum segment length constraints at 50 and 100 frames (pixels), implying that our discovered acoustic patterns are restricted to fall between 0.5 and 1 second in duration. The number of proposal segments will vary depending on the caption length, and typically number in the several thousands. Note that when learning groundings we consider the entire audio sequence, and do not incorporate the 10sec duration constraint imposed during training.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Finding and Clustering Audio-Visual Caption Groundings",
"sec_num": "4"
},
{
"text": "Once we have extracted a set of proposed visual bounding boxes and acoustic segments for a given image/caption pair, we use our multimodal network to compute a similarity score between each unique image crop/acoustic segment pair. Each triplet of an image crop, acoustic segment, and similarity score constitutes a proposed grounding. A naive approach would be to simply keep the top N groundings from this list, but in practice we ran into two problems with this strategy. First, many proposed acoustic segments capture mostly silence due to pauses present in natural speech. We solve this issue by using a simple voice activity detector (VAD) which was trained on the TIMIT corpus (Garofolo et al., 1993) . If the VAD estimates that 40% or more of any proposed acoustic segment is silence, we discard that entire grounding. The second problem we ran into is the fact that the top of the sorted grounding list is dominated by highly overlapping acoustic segments. This makes sense, because highly informative content words will show up in many different groundings with slightly perturbed start or end times. To alleviate this issue, when evaluating a grounding from the top of the proposal list we compare the interval intersection over union (IOU) of its acoustic segment against all acoustic segments already accepted for further consideration. If the IOU exceeds a threshold of 0.1, we discard the new grounding and continue moving down the list. We stop accumulating groundings once the scores fall to below 50% of the top score in the \"keep\" list, or when 10 groundings have been added to the \"keep\" list. Figure 1 displays a pictorial example of our grounding procedure.",
"cite_spans": [
{
"start": 683,
"end": 706,
"text": "(Garofolo et al., 1993)",
"ref_id": "BIBREF7"
}
],
"ref_spans": [
{
"start": 1613,
"end": 1621,
"text": "Figure 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "Finding and Clustering Audio-Visual Caption Groundings",
"sec_num": "4"
},
{
"text": "Once we have completed the grounding procedure, we are left with a small set of regions of interest in each image and caption spectrogram.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Finding and Clustering Audio-Visual Caption Groundings",
"sec_num": "4"
},
{
"text": "We use the respective branches of our multimodal network to compute embedding vectors for each grounding's image crop and acoustic segment. We then employ k-means clustering separately on the collection of image embedding vectors as well as the collection of acoustic embedding vectors. The last step is to establish an affinity score between each image cluster I and each acoustic cluster A; we do so using the equation",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Finding and Clustering Audio-Visual Caption Groundings",
"sec_num": "4"
},
{
"text": "Affinity(I, A) = i\u2208I a\u2208A i a \u2022 Pair(i, a) (2)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Finding and Clustering Audio-Visual Caption Groundings",
"sec_num": "4"
},
{
"text": "where i is an image crop embedding vector, a is an acoustic segment embedding vector, and Pair(i, a) is equal to 1 when i and a belong to the same grounding pair, and 0 otherwise. After clustering, we are left with a set of acoustic pattern clusters, a set of visual pattern clusters, and a set of linkages describing which acoustic clusters are associated with which image clusters. In the next section, we investigate these clusters in more detail. Table 1 : Results for image search and annotation on the Places audio caption data (214k training pairs, 1k testing pairs). Recall is shown for the top 1, 5, and 10 hits. The model we use in this paper is compared against the meanpool variant of the model architecture presented in Harwath et al. (2016) . For both training and testing, the captions were truncated/zero-padded to 10 seconds.",
"cite_spans": [
{
"start": 733,
"end": 754,
"text": "Harwath et al. (2016)",
"ref_id": "BIBREF12"
}
],
"ref_spans": [
{
"start": 451,
"end": 458,
"text": "Table 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "Finding and Clustering Audio-Visual Caption Groundings",
"sec_num": "4"
},
{
"text": "R@1 R@5 R@10 We trained our multimodal network on a set of 214,585 image/caption pairs, and vetted it with an image search (given caption, find image) and annotation (given image, find caption) task similar to the one used in Harwath et al. (2016) ; ; . The image annotation and search recall scores on a 1,000 image/caption pair held-out test set are shown in Table 1 . Also shown in this table are the scores Figure 1 : An example of our grounding method. The left image displays a grid defining the allowed start and end coordinates for the bounding box proposals. The bottom spectrogram displays several audio region proposals drawn as the families of stacked red line segments. The image on the right and spectrogram on the top display the final output of the grounding algorithm. The top spectrogram also displays the time-aligned text transcript of the caption, so as to demonstrate which words were captured by the groundings. In this example, the top 3 groundings have been kept, with the colors indicating the audio segment which is grounded to each bounding box. Table 2 : Examples of the breakdown of word/phrase identities of several acoustic clusters achieved by a model which uses the ASR text transcriptions for each caption instead of the speech audio. The text captions were truncated/padded to 20 words, and the audio branch of the network was replaced with a branch with the following architecture:",
"cite_spans": [
{
"start": 226,
"end": 247,
"text": "Harwath et al. (2016)",
"ref_id": "BIBREF12"
}
],
"ref_spans": [
{
"start": 361,
"end": 368,
"text": "Table 1",
"ref_id": null
},
{
"start": 411,
"end": 419,
"text": "Figure 1",
"ref_id": null
},
{
"start": 1074,
"end": 1081,
"text": "Table 2",
"ref_id": null
}
],
"eq_spans": [],
"section": "Model",
"sec_num": null
},
{
"text": "1. Word embedding layer of dimension 200 2. Temporal Convolution: C=512, W=3, ReLU 3. Temporal Convolution: C=1024, W=3 4. Meanpool over entire caption 5. L2 normalization One would expect that access to ASR hypotheses should improve the recall scores, but the performance gap is not enormous. Access to the ASR hypotheses provides a relative improvement of approximately 21.8% for image search R@10 and 12.5% for annotation R@10 compared to using no transcriptions or ASR whatsoever.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Word",
"sec_num": null
},
{
"text": "We performed the grounding and pattern clustering steps on the entire training dataset, which resulted in a total of 1,161,305 unique grounding pairs. For evaluation, we wish to assign a label to each cluster and cluster member, but this is not completely straightforward since each acoustic segment may capture part of a word, a whole word, multiple words, etc. Our strategy is to forcealign the Google recognition hypothesis text to the audio, and then assign a label string to each acoustic segment based upon which words it overlaps in time. The alignments are created with the help of a Kaldi (Povey et al., 2011) speech recognizer based on the standard WSJ recipe and trained using the Google ASR hypothesis as a proxy for the transcriptions. Any word whose duration is overlapped 30% or more by the acoustic segment is included in the label string for the segment. We then employ a majority vote scheme to derive the overall cluster labels. When computing the purity of a cluster, we count a cluster member as matching the cluster label as long as the overall cluster label appears in the member's label string. In other words, an acoustic segment overlapping the words \"the lighthouse\" would receive credit for matching the overall cluster label \"lighthouse\". A breakdown of the segments captured by two clusters is shown in Table 2 . We investigated some simple schemes for predicting highly pure clusters, and found that the empirical variance of the cluster members (average squared distance to the cluster centroid) was a good indicator. Figure 2 displays a scatter plot of cluster purity weighted by the natural log of the cluster size against the empirical variance. Large, pure clusters are easily predicted by their low empirical variance, while a high variance is indicative of a garbage cluster.",
"cite_spans": [
{
"start": 598,
"end": 618,
"text": "(Povey et al., 2011)",
"ref_id": "BIBREF24"
}
],
"ref_spans": [
{
"start": 1333,
"end": 1340,
"text": "Table 2",
"ref_id": null
},
{
"start": 1550,
"end": 1558,
"text": "Figure 2",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Word",
"sec_num": null
},
{
"text": "Ranking a set of k = 500 acoustic clusters by their variance, Table 3 displays some statistics for the 50 lowest-variance clusters. We see that most of the clusters are very large and highly pure, and their labels reflect interesting object categories being identified by the neural network. We additionally compute the coverage of each cluster by counting the total number of instances of the clus- Table 4 : Clustering statistics of the acoustic clusters for various values of k and different settings of the variance-based cluster pruning threshold. Legend: |C| = number of clusters remaining after pruning, |X | = number of datapoints after pruning, Pur = purity, |L| = number of unique cluster labels, AC = average cluster coverage",
"cite_spans": [],
"ref_spans": [
{
"start": 62,
"end": 69,
"text": "Table 3",
"ref_id": "TABREF2"
},
{
"start": 400,
"end": 407,
"text": "Table 4",
"ref_id": null
}
],
"eq_spans": [],
"section": "Word",
"sec_num": null
},
{
"text": "\u03c3 2 < 0.9 \u03c3 2 < 0.65 k |C| |X | Pur |L| AC |C| |X | Pur |L| AC",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Word",
"sec_num": null
},
{
"text": "ter label anywhere in the training data, and then compute what fraction of those instances were captured by the cluster. There are many examples of high coverage clusters, e.g. the \"skyscraper\" cluster captures 84% of all occurrences of the word \"skyscraper\", while the \"baseball\" cluster captures 86% of all occurrences of the word \"baseball\". This is quite impressive given the fact that no conventional speech recognition was employed, and neither the multimodal neural network nor the grounding algorithm had access to the text transcripts of the captions.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Word",
"sec_num": null
},
{
"text": "To get an idea of the impact of the k parameter as well as a variance-based cluster pruning threshold based on Figure 2 , we swept k from 250 to 2000 and computed a set of statistics shown in Table 4 . We compute the standard overall cluster purity evaluation metric in addition to the average coverage across clusters. The table shows the natural tradeoff between cluster purity and redun-dancy (indicated by the average cluster coverage) as k is increased. In all cases, the variance-based cluster pruning greatly increases both the overall purity and average cluster coverage metrics. We also notice that more unique cluster labels are discovered with a larger k.",
"cite_spans": [],
"ref_spans": [
{
"start": 111,
"end": 119,
"text": "Figure 2",
"ref_id": "FIGREF0"
},
{
"start": 192,
"end": 199,
"text": "Table 4",
"ref_id": null
}
],
"eq_spans": [],
"section": "Word",
"sec_num": null
},
{
"text": "Next, we examine the image clusters. Figure 3 displays the 9 most central image crops for a set of 10 different image clusters, along with the majority-vote label of each image cluster's associated audio cluster. In all cases, we see that the image crops are highly relevant to their audio cluster label. We include many more example image clusters in Appendix A.",
"cite_spans": [],
"ref_spans": [
{
"start": 37,
"end": 46,
"text": "Figure 3",
"ref_id": "FIGREF1"
}
],
"eq_spans": [],
"section": "Word",
"sec_num": null
},
{
"text": "In order to examine the semantic embedding space in more depth, we took the top 150 clusters from the same k = 500 clustering run described in Table 3 and performed t-SNE (van der Maaten and Hinton, 2008) analysis on the cluster centroid vectors. We projected each centroid down to 2 di- Figure 4 : t-SNE analysis of the 150 lowest-variance audio pattern cluster centroids for k = 500. Displayed is the majority-vote transcription of the each audio cluster. All clusters shown contained a minimum of 583 members and an average of 2482, with an average purity of .668.",
"cite_spans": [],
"ref_spans": [
{
"start": 143,
"end": 150,
"text": "Table 3",
"ref_id": "TABREF2"
},
{
"start": 288,
"end": 296,
"text": "Figure 4",
"ref_id": null
}
],
"eq_spans": [],
"section": "Word",
"sec_num": null
},
{
"text": "mensions and plotted their majority-vote labels in Figure 4 . Immediately we see that different clusters which capture the same label closely neighbor one another, indicating that distances in the embedding space do indeed carry information discriminative across word types (and suggesting that a more sophisticated clustering algorithm than kmeans would perform better). More interestingly, we see that semantic information is also reflected in these distances. The cluster centroids for \"lake,\" \"river,\" \"body,\" \"water,\" \"waterfall,\" \"pond,\" and \"pool\" all form a tight meta-cluster, as do \"restaurant,\" \"store,\" \"shop,\" and \"shelves,\" as well as \"children,\" \"girl,\" \"woman,\" and \"man.\" Many other semantic meta-clusters can be seen in Figure 4 , suggesting that the embedding space is capturing information that is highly discriminative both acoustically and semantically.",
"cite_spans": [],
"ref_spans": [
{
"start": 51,
"end": 59,
"text": "Figure 4",
"ref_id": null
},
{
"start": 738,
"end": 747,
"text": "Figure 4",
"ref_id": null
}
],
"eq_spans": [],
"section": "Word",
"sec_num": null
},
{
"text": "Because our experiments revolve around the discovery of word and object categories, a key question to address is the extent to which the supervision used to train the VGG network constrains or influences the kinds of objects learned. Because the 1,000 object classes from the ILSVRC2012 task (Russakovsky et al., 2015) used to train the VGG network were derived from WordNet synsets (Fellbaum, 1998) , we can measure the semantic similarity between the words learned by our network and the ILSVRC2012 class labels by using synset similarity measures within WordNet. We do this by first building a list of the 1,000 WordNet synsets associated with the ILSVRC2012 classes. We then take the set of unique majority-vote labels associated with the discovered word clusters for k = 500, filtered by setting a threshold on their variance (\u03c3 2 \u2264 0.65) so as to get rid of garbage clusters, leaving us with 197 unique acoustic cluster labels. We then look up each cluster label in WordNet, and compare all noun senses of the label to every ILSVRC2012 class synset according to the path similarity measure. This measure describes the distance between two synsets in a hyponym/hypernym hierarchy, where a score of 1 represents identity and lower scores indicate less similarity. We retain the highest score between any sense of the cluster label and any ILSVRC2012 synset. Of the 197 unique cluster labels, only 16 had a distance of 1 from any ILSVRC12 class, which would indicate an exact match. A path similarity of 0.5 indicates one degree of separation in the hyponym/hypernym hierarchy -for example, the similarity between \"desk\" and \"table\" is 0.5. 47 cluster labels were found to have a similarity of 0.5 to some ILSVRC12 class, leaving 134 cluster labels whose highest similarity to any ILSVRC12 class was less than 0.5. In other words, more than two thirds of the highly pure pattern clusters learned by our network were dissimilar to all of the 1,000 ILSVRC12 classes used to pretrain the VGG network, indicating that our model is able to generalize far beyond the set of classes found in the ILSVRC12 data. We display the labels of the 40 lowest variance acoustic clusters labels along with the name and similarity score of their closest ILSVRC12 synset in Table 5 ",
"cite_spans": [
{
"start": 292,
"end": 318,
"text": "(Russakovsky et al., 2015)",
"ref_id": "BIBREF26"
},
{
"start": 383,
"end": 399,
"text": "(Fellbaum, 1998)",
"ref_id": "BIBREF5"
}
],
"ref_spans": [
{
"start": 2257,
"end": 2264,
"text": "Table 5",
"ref_id": "TABREF4"
}
],
"eq_spans": [],
"section": "Word",
"sec_num": null
},
{
"text": "In this paper, we have demonstrated that a neural network trained to associate images with the waveforms representing their spoken audio captions can successfully be applied to discover and cluster acoustic patterns representing words or short phrases in untranscribed audio data. An analogous procedure can be applied to visual images to discover visual patterns, and then the two modalities can be linked, allowing the network to learn, for example, that spoken instances of the word \"train\" are associated with image regions containing trains. This is done without the use of a conventional automatic speech recognition system and zero text transcriptions, and therefore is completely agnostic to the language in which the captions are spoken. Further, this is done in O(n) time with respect to the number of image/caption pairs, whereas previous stateof-the-art acoustic pattern discovery algorithms which leveraged acoustic data alone run in O(n 2 ) time. We demonstrate the success of our methodology on a large-scale dataset of over 214,000 image/caption pairs comprising over 522 hours of spoken audio data, which is to our knowledge the largest scale acoustic pattern discovery experiment ever performed. We have shown that the shared multimodal embedding space learned by our model is discriminative not only across visual object categories, but also acoustically and semantically across spoken words.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions and Future Work",
"sec_num": "6"
},
{
"text": "The future directions in which this research could be taken are incredibly fertile. Because our method creates a segmentation as well as an alignment between images and their spoken captions, a generative model could be trained using these alignments. The model could provide a spoken caption for an arbitrary image, or even synthesize an image given a spoken description. Modeling improvements are also possible, aimed at the goal of incorporating both visual and acoustic localization into the neural network itself. The same framework we use here could be extended to video, enabling the learning of actions, verbs, environmental sounds, and the like. Additionally, by collecting a second dataset of captions for our images in a different language, such as Spanish, our model could be extended to learn the acoustic correspondences for a given object category in both languages. This paves the way for creating a speech-to-speech translation model not only with absolutely zero need for any sort of text transcriptions, but also with zero need for directly parallel linguistic data or manual human translations. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions and Future Work",
"sec_num": "6"
}
],
"back_matter": [],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Self-taught object localization with deep networks",
"authors": [
{
"first": "Alessandro",
"middle": [],
"last": "References",
"suffix": ""
},
{
"first": "Loris",
"middle": [],
"last": "Bergamo",
"suffix": ""
},
{
"first": "Dragomir",
"middle": [],
"last": "Bazzani",
"suffix": ""
},
{
"first": "Lorenzo",
"middle": [],
"last": "Anguelov",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Torresani",
"suffix": ""
}
],
"year": 2014,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "References Alessandro Bergamo, Loris Bazzani, Dragomir Anguelov, and Lorenzo Torresani. 2014. Self-taught object lo- calization with deep networks. CoRR abs/1409.3964. http://arxiv.org/abs/1409.3964.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Unsupervised object discovery and localization in the wild: Part-based matching with bottom-up region proposals",
"authors": [
{
"first": "Minsu",
"middle": [],
"last": "Cho",
"suffix": ""
},
{
"first": "Suha",
"middle": [],
"last": "Kwak",
"suffix": ""
},
{
"first": "Cordelia",
"middle": [],
"last": "Schmid",
"suffix": ""
},
{
"first": "Jean",
"middle": [],
"last": "Ponce",
"suffix": ""
}
],
"year": 2015,
"venue": "Proceedings of CVPR",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Minsu Cho, Suha Kwak, Cordelia Schmid, and Jean Ponce. 2015. Unsupervised object discovery and localization in the wild: Part-based matching with bottom-up region pro- posals. In Proceedings of CVPR.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Weakly supervised object localization with multi-fold multiple instance learning",
"authors": [
{
"first": "Ramazan",
"middle": [],
"last": "Cinbis",
"suffix": ""
},
{
"first": "Jakob",
"middle": [],
"last": "Verbeek",
"suffix": ""
},
{
"first": "Cordelia",
"middle": [],
"last": "Schmid",
"suffix": ""
}
],
"year": 2016,
"venue": "IEEE Transactions on Pattern Analysis and Machine Intelligence",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ramazan Cinbis, Jakob Verbeek, and Cordelia Schmid. 2016. Weakly supervised object localization with multi-fold multiple instance learning. In IEEE Transactions on Pat- tern Analysis and Machine Intelligence.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "NLP on spoken documents without ASR",
"authors": [
{
"first": "Mark",
"middle": [],
"last": "Dredze",
"suffix": ""
},
{
"first": "Aren",
"middle": [],
"last": "Jansen",
"suffix": ""
},
{
"first": "Glen",
"middle": [],
"last": "Coppersmith",
"suffix": ""
},
{
"first": "Kenneth",
"middle": [],
"last": "Church",
"suffix": ""
}
],
"year": 2010,
"venue": "Proceedings of EMNLP",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mark Dredze, Aren Jansen, Glen Coppersmith, and Kenneth Church. 2010. NLP on spoken documents without ASR. In Proceedings of EMNLP.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "From captions to visual concepts and back",
"authors": [
{
"first": "Saurabh",
"middle": [],
"last": "Hao Fang",
"suffix": ""
},
{
"first": "Forrest",
"middle": [],
"last": "Gupta",
"suffix": ""
},
{
"first": "Srivastava",
"middle": [],
"last": "Iandola",
"suffix": ""
},
{
"first": "Li",
"middle": [],
"last": "Rupesh",
"suffix": ""
},
{
"first": "Piotr",
"middle": [],
"last": "Deng",
"suffix": ""
},
{
"first": "Jianfeng",
"middle": [],
"last": "Dollar",
"suffix": ""
},
{
"first": "Xiaodong",
"middle": [],
"last": "Gao",
"suffix": ""
},
{
"first": "Margaret",
"middle": [],
"last": "He",
"suffix": ""
},
{
"first": "Platt",
"middle": [],
"last": "Mitchell",
"suffix": ""
},
{
"first": "C",
"middle": [],
"last": "John",
"suffix": ""
},
{
"first": "C",
"middle": [
"Lawrence"
],
"last": "Zitnick",
"suffix": ""
},
{
"first": "Geoffrey",
"middle": [],
"last": "Zweig",
"suffix": ""
}
],
"year": 2015,
"venue": "Proceedings of CVPR",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hao Fang, Saurabh Gupta, Forrest Iandola, Srivastava Ru- pesh, Li Deng, Piotr Dollar, Jianfeng Gao, Xiaodong He, Margaret Mitchell, Platt John C., C. Lawrence Zitnick, and Geoffrey Zweig. 2015. From captions to visual con- cepts and back. In Proceedings of CVPR.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "WordNet: An Electronic Lexical Database",
"authors": [
{
"first": "Christiane",
"middle": [],
"last": "Fellbaum",
"suffix": ""
}
],
"year": 1998,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Christiane Fellbaum. 1998. WordNet: An Electronic Lexical Database. Bradford Books.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Devise: A deep visual-semantic embedding model",
"authors": [
{
"first": "Andrea",
"middle": [],
"last": "Frome",
"suffix": ""
},
{
"first": "Greg",
"middle": [
"S"
],
"last": "Corrado",
"suffix": ""
},
{
"first": "Jonathon",
"middle": [],
"last": "Shlens",
"suffix": ""
},
{
"first": "Samy",
"middle": [],
"last": "Bengio",
"suffix": ""
},
{
"first": "Jeffrey",
"middle": [],
"last": "Dean",
"suffix": ""
},
{
"first": "Marc'aurelio",
"middle": [],
"last": "Ranzato",
"suffix": ""
},
{
"first": "Tomas",
"middle": [],
"last": "Mikolov",
"suffix": ""
}
],
"year": 2013,
"venue": "Proceedings of the Neural Information Processing Society",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Andrea Frome, Greg S. Corrado, Jonathon Shlens, Samy Bengio, Jeffrey Dean, Marc'Aurelio Ranzato, and Tomas Mikolov. 2013. Devise: A deep visual-semantic embed- ding model. In Proceedings of the Neural Information Processing Society.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "The TIMIT acoustic-phonetic continuous speech corpus",
"authors": [
{
"first": "John",
"middle": [],
"last": "Garofolo",
"suffix": ""
},
{
"first": "Lori",
"middle": [],
"last": "Lamel",
"suffix": ""
},
{
"first": "William",
"middle": [],
"last": "Fisher",
"suffix": ""
}
],
"year": 1993,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "John Garofolo, Lori Lamel, William Fisher, Jonathan Fiscus, David Pallet, Nancy Dahlgren, and Victor Zue. 1993. The TIMIT acoustic-phonetic continuous speech corpus.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "From phonemes to images: levels of representation in a recurrent neural model of visually-grounded language learning",
"authors": [
{
"first": "Lieke",
"middle": [],
"last": "Gelderloos",
"suffix": ""
},
{
"first": "Grzegorz",
"middle": [],
"last": "Chrupaa",
"suffix": ""
}
],
"year": 2016,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {
"arXiv": [
"arXiv:1610.03342"
]
},
"num": null,
"urls": [],
"raw_text": "Lieke Gelderloos and Grzegorz Chrupaa. 2016. From phonemes to images: levels of representation in a recur- rent neural model of visually-grounded language learning. In arXiv:1610.03342.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "A Bayesian framework for word segmentation: exploring the effects of context",
"authors": [
{
"first": "Sharon",
"middle": [],
"last": "Goldwater",
"suffix": ""
},
{
"first": "Thomas",
"middle": [],
"last": "Griffiths",
"suffix": ""
},
{
"first": "Mark",
"middle": [],
"last": "Johnson",
"suffix": ""
}
],
"year": 2009,
"venue": "In Cognition",
"volume": "112",
"issue": "",
"pages": "21--54",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Sharon Goldwater, Thomas Griffiths, and Mark Johnson. 2009. A Bayesian framework for word segmentation: exploring the effects of context. In Cognition, vol. 112 pp.21-54.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Deep multimodal semantic embeddings for speech and images",
"authors": [
{
"first": "David",
"middle": [],
"last": "Harwath",
"suffix": ""
},
{
"first": "James",
"middle": [],
"last": "Glass",
"suffix": ""
}
],
"year": 2015,
"venue": "Proceedings of the IEEE Workshop on Automatic Speech Recognition and Understanding",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "David Harwath and James Glass. 2015. Deep multimodal semantic embeddings for speech and images. In Proceed- ings of the IEEE Workshop on Automatic Speech Recogni- tion and Understanding.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Zero resource spoken audio corpus analysis",
"authors": [
{
"first": "David",
"middle": [],
"last": "Harwath",
"suffix": ""
},
{
"first": "Timothy",
"middle": [
"J"
],
"last": "Hazen",
"suffix": ""
},
{
"first": "James",
"middle": [],
"last": "Glass",
"suffix": ""
}
],
"year": 2012,
"venue": "Proceedings of ICASSP",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "David Harwath, Timothy J. Hazen, and James Glass. 2012. Zero resource spoken audio corpus analysis. In Proceed- ings of ICASSP.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Unsupervised learning of spoken language with visual context",
"authors": [
{
"first": "David",
"middle": [],
"last": "Harwath",
"suffix": ""
},
{
"first": "Antonio",
"middle": [],
"last": "Torralba",
"suffix": ""
},
{
"first": "James",
"middle": [
"R"
],
"last": "Glass",
"suffix": ""
}
],
"year": 2016,
"venue": "Proceedings of NIPS",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "David Harwath, Antonio Torralba, and James R. Glass. 2016. Unsupervised learning of spoken language with visual context. In Proceedings of NIPS.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Toward spoken term discovery at scale with zero resources",
"authors": [
{
"first": "Aren",
"middle": [],
"last": "Jansen",
"suffix": ""
},
{
"first": "Kenneth",
"middle": [],
"last": "Church",
"suffix": ""
},
{
"first": "Hynek",
"middle": [],
"last": "Hermansky",
"suffix": ""
}
],
"year": 2010,
"venue": "Proceedings of Interspeech",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Aren Jansen, Kenneth Church, and Hynek Hermansky. 2010. Toward spoken term discovery at scale with zero re- sources. In Proceedings of Interspeech.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Efficient spoken term discovery using randomized algorithms",
"authors": [
{
"first": "Aren",
"middle": [],
"last": "Jansen",
"suffix": ""
},
{
"first": "Benjamin",
"middle": [],
"last": "Van Durme",
"suffix": ""
}
],
"year": 2011,
"venue": "Proceedings of IEEE Workshop on Automatic Speech Recognition and Understanding",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Aren Jansen and Benjamin Van Durme. 2011. Efficient spo- ken term discovery using randomized algorithms. In Pro- ceedings of IEEE Workshop on Automatic Speech Recog- nition and Understanding.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Densecap: Fully convolutional localization networks for dense captioning",
"authors": [
{
"first": "Justin",
"middle": [],
"last": "Johnson",
"suffix": ""
},
{
"first": "Andrej",
"middle": [],
"last": "Karpathy",
"suffix": ""
},
{
"first": "Li",
"middle": [],
"last": "Fei-Fei",
"suffix": ""
}
],
"year": 2016,
"venue": "Proceedings of CVPR",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Justin Johnson, Andrej Karpathy, and Li Fei-Fei. 2016. Densecap: Fully convolutional localization networks for dense captioning. In Proceedings of CVPR.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Unsupervised word segmentation for sesotho using adaptor grammars",
"authors": [
{
"first": "Mark",
"middle": [],
"last": "Johnson",
"suffix": ""
}
],
"year": 2008,
"venue": "Proceedings of ACL SIG on Computational Morphology and Phonology",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mark Johnson. 2008. Unsupervised word segmentation for sesotho using adaptor grammars. In Proceedings of ACL SIG on Computational Morphology and Phonology.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "Deep fragment embeddings for bidirectional image sentence mapping",
"authors": [
{
"first": "Andrej",
"middle": [],
"last": "Karpathy",
"suffix": ""
},
{
"first": "Armand",
"middle": [],
"last": "Joulin",
"suffix": ""
},
{
"first": "Fei-Fei",
"middle": [],
"last": "Li",
"suffix": ""
}
],
"year": 2014,
"venue": "Proceedings of the Neural Information Processing Society",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Andrej Karpathy, Armand Joulin, and Fei-Fei Li. 2014. Deep fragment embeddings for bidirectional image sentence mapping. In Proceedings of the Neural Information Pro- cessing Society.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "Deep visual-semantic alignments for generating image descriptions",
"authors": [
{
"first": "Andrej",
"middle": [],
"last": "Karpathy",
"suffix": ""
},
{
"first": "Fei-Fei",
"middle": [],
"last": "Li",
"suffix": ""
}
],
"year": 2015,
"venue": "Proceedings of CVPR",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Andrej Karpathy and Fei-Fei Li. 2015. Deep visual-semantic alignments for generating image descriptions. In Proceed- ings of CVPR.",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "A nonparametric Bayesian approach to acoustic model discovery",
"authors": [
{
"first": "Chia-",
"middle": [],
"last": "",
"suffix": ""
},
{
"first": "Ying",
"middle": [],
"last": "Lee",
"suffix": ""
},
{
"first": "James",
"middle": [],
"last": "Glass",
"suffix": ""
}
],
"year": 2012,
"venue": "Proceedings of the 2012 meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Chia-Ying Lee and James Glass. 2012. A nonparametric Bayesian approach to acoustic model discovery. In Pro- ceedings of the 2012 meeting of the Association for Com- putational Linguistics.",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "Unsupervised lexicon discovery from acoustic input",
"authors": [
{
"first": "Chia-Ying",
"middle": [],
"last": "Lee",
"suffix": ""
},
{
"first": "Timothy",
"middle": [
"J"
],
"last": "O'donnell",
"suffix": ""
},
{
"first": "James",
"middle": [],
"last": "Glass",
"suffix": ""
}
],
"year": 2015,
"venue": "Transactions of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Chia-Ying Lee, Timothy J. O'Donnell, and James Glass. 2015. Unsupervised lexicon discovery from acoustic in- put. In Transactions of the Association for Computational Linguistics.",
"links": null
},
"BIBREF21": {
"ref_id": "b21",
"title": "Ethnologue: Languages of the World",
"authors": [
{
"first": "M",
"middle": [],
"last": "",
"suffix": ""
},
{
"first": "Paul",
"middle": [],
"last": "Lewis",
"suffix": ""
},
{
"first": "Gary",
"middle": [
"F"
],
"last": "Simon",
"suffix": ""
},
{
"first": "Charles",
"middle": [
"D"
],
"last": "Fennig",
"suffix": ""
}
],
"year": 2016,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "M. Paul Lewis, Gary F. Simon, and Charles D. Fen- nig. 2016. Ethnologue: Languages of the World, Nineteenth edition. SIL International. Online version: http://www.ethnologue.com.",
"links": null
},
"BIBREF22": {
"ref_id": "b22",
"title": "Variational inference for acoustic unit discovery",
"authors": [
{
"first": "Lucas",
"middle": [],
"last": "Ondel",
"suffix": ""
},
{
"first": "Lukas",
"middle": [],
"last": "Burget",
"suffix": ""
}
],
"year": 2016,
"venue": "5th Workshop on Spoken Language Technology for Underresourced Language",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Lucas Ondel, Lukas Burget, and Jan Cernocky. 2016. Vari- ational inference for acoustic unit discovery. In 5th Workshop on Spoken Language Technology for Under- resourced Language.",
"links": null
},
"BIBREF23": {
"ref_id": "b23",
"title": "Unsupervised pattern discovery in speech",
"authors": [
{
"first": "Alex",
"middle": [],
"last": "Park",
"suffix": ""
},
{
"first": "James",
"middle": [],
"last": "Glass",
"suffix": ""
}
],
"year": 2008,
"venue": "IEEE Transactions on Audio, Speech, and Language Processing",
"volume": "16",
"issue": "",
"pages": "186--197",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Alex Park and James Glass. 2008. Unsupervised pattern dis- covery in speech. In IEEE Transactions on Audio, Speech, and Language Processing vol. 16, no.1, pp. 186-197.",
"links": null
},
"BIBREF24": {
"ref_id": "b24",
"title": "The Kaldi speech recognition toolkit",
"authors": [
{
"first": "Daniel",
"middle": [],
"last": "Povey",
"suffix": ""
},
{
"first": "Arnab",
"middle": [],
"last": "Ghoshal",
"suffix": ""
},
{
"first": "Gilles",
"middle": [],
"last": "Boulianne",
"suffix": ""
},
{
"first": "Lukas",
"middle": [],
"last": "Burget",
"suffix": ""
},
{
"first": "Ondrej",
"middle": [],
"last": "Glembek",
"suffix": ""
},
{
"first": "Nagendra",
"middle": [],
"last": "Goel",
"suffix": ""
},
{
"first": "Mirko",
"middle": [],
"last": "Hannemann",
"suffix": ""
},
{
"first": "Petr",
"middle": [],
"last": "Motlicek",
"suffix": ""
},
{
"first": "Yanmin",
"middle": [],
"last": "Qian",
"suffix": ""
},
{
"first": "Petr",
"middle": [],
"last": "Schwarz",
"suffix": ""
}
],
"year": 2011,
"venue": "IEEE 2011 Workshop on Automatic Speech Recognition and Understanding",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Daniel Povey, Arnab Ghoshal, Gilles Boulianne, Lukas Bur- get, Ondrej Glembek, Nagendra Goel, Mirko Hannemann, Petr Motlicek, Yanmin Qian, Petr Schwarz, Jan Silovsky, Georg Stemmer, and Karel Vesely. 2011. The Kaldi speech recognition toolkit. In IEEE 2011 Workshop on Automatic Speech Recognition and Understanding.",
"links": null
},
"BIBREF25": {
"ref_id": "b25",
"title": "Grounded spoken language acquisition: Experiments in word learning",
"authors": [
{
"first": "Deb",
"middle": [],
"last": "Roy",
"suffix": ""
}
],
"year": 2003,
"venue": "IEEE Transactions on Multimedia",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Deb Roy. 2003. Grounded spoken language acquisition: Ex- periments in word learning. In IEEE Transactions on Mul- timedia.",
"links": null
},
"BIBREF26": {
"ref_id": "b26",
"title": "ImageNet Large Scale Visual Recognition Challenge",
"authors": [
{
"first": "Olga",
"middle": [],
"last": "Russakovsky",
"suffix": ""
},
{
"first": "Jia",
"middle": [],
"last": "Deng",
"suffix": ""
},
{
"first": "Hao",
"middle": [],
"last": "Su",
"suffix": ""
},
{
"first": "Jonathan",
"middle": [],
"last": "Krause",
"suffix": ""
},
{
"first": "Sanjeev",
"middle": [],
"last": "Satheesh",
"suffix": ""
},
{
"first": "Sean",
"middle": [],
"last": "Ma",
"suffix": ""
},
{
"first": "Zhiheng",
"middle": [],
"last": "Huang",
"suffix": ""
},
{
"first": "Andrej",
"middle": [],
"last": "Karpathy",
"suffix": ""
},
{
"first": "Aditya",
"middle": [],
"last": "Khosla",
"suffix": ""
},
{
"first": "Michael",
"middle": [],
"last": "Bernstein",
"suffix": ""
},
{
"first": "Alexander",
"middle": [
"C"
],
"last": "Berg",
"suffix": ""
},
{
"first": "Li",
"middle": [],
"last": "Fei-Fei",
"suffix": ""
}
],
"year": 2015,
"venue": "International Journal of Computer Vision (IJCV)",
"volume": "115",
"issue": "3",
"pages": "211--252",
"other_ids": {
"DOI": [
"10.1007/s11263-015-0816-y"
]
},
"num": null,
"urls": [],
"raw_text": "Olga Russakovsky, Jia Deng, Hao Su, Jonathan Krause, Sanjeev Satheesh, Sean Ma, Zhiheng Huang, Andrej Karpathy, Aditya Khosla, Michael Bernstein, Alexan- der C. Berg, and Li Fei-Fei. 2015. ImageNet Large Scale Visual Recognition Challenge. International Journal of Computer Vision (IJCV) 115(3):211-252. https://doi.org/10.1007/s11263-015-0816-y.",
"links": null
},
"BIBREF27": {
"ref_id": "b27",
"title": "Very deep convolutional networks for large-scale image recognition",
"authors": [
{
"first": "Karen",
"middle": [],
"last": "Simonyan",
"suffix": ""
},
{
"first": "Andrew",
"middle": [],
"last": "Zisserman",
"suffix": ""
}
],
"year": 2014,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Karen Simonyan and Andrew Zisserman. 2014. Very deep convolutional networks for large-scale image recognition. CoRR abs/1409.1556.",
"links": null
},
"BIBREF28": {
"ref_id": "b28",
"title": "Grounded compositional semantics for finding and describing images with sentences",
"authors": [
{
"first": "Richard",
"middle": [],
"last": "Socher",
"suffix": ""
},
{
"first": "Andrej",
"middle": [],
"last": "Karpathy",
"suffix": ""
},
{
"first": "Quoc",
"middle": [
"V"
],
"last": "Le",
"suffix": ""
},
{
"first": "Christopher",
"middle": [
"D"
],
"last": "Manning",
"suffix": ""
},
{
"first": "Andrew",
"middle": [
"Y"
],
"last": "Ng",
"suffix": ""
}
],
"year": 2014,
"venue": "Transactions of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Richard Socher, Andrej Karpathy, Quoc V. Le, Christo- pher D. Manning, and Andrew Y. Ng. 2014. Grounded compositional semantics for finding and describing im- ages with sentences. In Transactions of the Association for Computational Linguistics.",
"links": null
},
"BIBREF29": {
"ref_id": "b29",
"title": "Connecting modalities: Semi-supervised segmentation and annotation of images using unaligned text corpora",
"authors": [
{
"first": "Richard",
"middle": [],
"last": "Socher",
"suffix": ""
},
{
"first": "Fei-Fei",
"middle": [],
"last": "Li",
"suffix": ""
}
],
"year": 2010,
"venue": "Proceedings of CVPR",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Richard Socher and Fei-Fei Li. 2010. Connecting modalities: Semi-supervised segmentation and annotation of images using unaligned text corpora. In Proceedings of CVPR.",
"links": null
},
"BIBREF30": {
"ref_id": "b30",
"title": "Visualizing high-dimensional data using t-sne",
"authors": [
{
"first": "Laurens",
"middle": [],
"last": "Van Der Maaten",
"suffix": ""
},
{
"first": "Geoffrey",
"middle": [],
"last": "Hinton",
"suffix": ""
}
],
"year": 2008,
"venue": "Journal of Machine Learning Research",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Laurens van der Maaten and Geoffrey Hinton. 2008. Visu- alizing high-dimensional data using t-sne. In Journal of Machine Learning Research.",
"links": null
},
"BIBREF31": {
"ref_id": "b31",
"title": "Show and tell: A neural image caption generator",
"authors": [
{
"first": "Oriol",
"middle": [],
"last": "Vinyals",
"suffix": ""
},
{
"first": "Alexander",
"middle": [],
"last": "Toshev",
"suffix": ""
},
{
"first": "Samy",
"middle": [],
"last": "Bengio",
"suffix": ""
},
{
"first": "Dimitru",
"middle": [],
"last": "Erhan",
"suffix": ""
}
],
"year": 2015,
"venue": "Proceedings of CVPR",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Oriol Vinyals, Alexander Toshev, Samy Bengio, and Dimitru Erhan. 2015. Show and tell: A neural image caption gen- erator. In Proceedings of CVPR.",
"links": null
},
"BIBREF32": {
"ref_id": "b32",
"title": "Unsupervised spoken keyword spotting via segmental DTW on Gaussian posteriorgrams",
"authors": [
{
"first": "Yaodong",
"middle": [],
"last": "Zhang",
"suffix": ""
},
{
"first": "James",
"middle": [],
"last": "Glass",
"suffix": ""
}
],
"year": 2009,
"venue": "Proceedings ASRU",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Yaodong Zhang and James Glass. 2009. Unsupervised spo- ken keyword spotting via segmental DTW on Gaussian posteriorgrams. In Proceedings ASRU.",
"links": null
},
"BIBREF33": {
"ref_id": "b33",
"title": "Object detectors emerge in deep scene CNNs",
"authors": [
{
"first": "Bolei",
"middle": [],
"last": "Zhou",
"suffix": ""
},
{
"first": "Aditya",
"middle": [],
"last": "Khosla",
"suffix": ""
},
{
"first": "Agata",
"middle": [],
"last": "Lapedriza",
"suffix": ""
},
{
"first": "Aude",
"middle": [],
"last": "Oliva",
"suffix": ""
},
{
"first": "Antonio",
"middle": [],
"last": "Torralba",
"suffix": ""
}
],
"year": 2015,
"venue": "Proceedings of ICLR",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bolei Zhou, Aditya Khosla, Agata Lapedriza, Aude Oliva, and Antonio Torralba. 2015. Object detectors emerge in deep scene CNNs. In Proceedings of ICLR.",
"links": null
},
"BIBREF34": {
"ref_id": "b34",
"title": "Learning deep features for scene recognition using places database",
"authors": [
{
"first": "Bolei",
"middle": [],
"last": "Zhou",
"suffix": ""
},
{
"first": "Agata",
"middle": [],
"last": "Lapedriza",
"suffix": ""
},
{
"first": "Jianxiong",
"middle": [],
"last": "Xiao",
"suffix": ""
},
{
"first": "Antonio",
"middle": [],
"last": "Torralba",
"suffix": ""
},
{
"first": "Aude",
"middle": [],
"last": "Oliva",
"suffix": ""
}
],
"year": 2014,
"venue": "Proceedings of the Neural Information Processing Society",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bolei Zhou, Agata Lapedriza, Jianxiong Xiao, Antonio Tor- ralba, and Aude Oliva. 2014. Learning deep features for scene recognition using places database. In Proceedings of the Neural Information Processing Society.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"uris": null,
"num": null,
"type_str": "figure",
"text": "Scatter plot of audio cluster purity weighted by log cluster size vs variance for k = 500 (least-squares line superimposed)."
},
"FIGREF1": {
"uris": null,
"num": null,
"type_str": "figure",
"text": "The 9 most central image crops from several image clusters, along with the majority-vote label of their most associated acoustic pattern cluster"
},
"TABREF2": {
"num": null,
"type_str": "table",
"text": "Top 50 clusters with k = 500 sorted by increasing variance. Legend: |C c | is acoustic cluster size, |C i | is associated image cluster size, Pur. is acoustic cluster purity, \u03c3 2 is acoustic cluster variance, and Cov. is acoustic cluster coverage. A dash (-) indicates a cluster whose majority label is silence.",
"content": "<table><tr><td>Trans -desert restaurant black bridge castle -table window water flower sky golf course tree forest people field people people walking mountain -water -station building</td><td>|Cc| 1059 3480 0.70 0.26 |Ci| Pur. \u03c3 2 1936 2896 0.82 0.27 0.67 Cov. -1921 2536 0.89 0.29 0.71 4369 2387 0.64 0.30 0.17 skyscraper Trans snow kitchen mountain 1654 2025 0.84 0.30 0.25 tree 1298 2887 0.72 0.31 0.74 bridge 2349 2165 0.31 0.33 -ocean 3765 2165 0.94 0.33 0.23 windmill 1890 2795 0.85 0.34 0.21 river 5868 3204 0.90 0.35 0.27 beach 3906 2587 0.92 0.35 0.67 wall 4306 6055 0.76 0.36 0.34 street 1678 3864 0.44 0.36 0.63 field 4098 3758 0.89 0.36 0.13 lighthouse 1254 1518 0.61 0.36 0.83 |Cc| Pur. \u03c3 2 Cov. |Ci| 4331 3480 0.85 0.26 0.45 3200 2990 0.88 0.28 0.76 4571 2768 0.86 0.30 0.38 843 3205 0.84 0.30 0.84 5303 3758 0.90 0.30 0.16 2779 2025 0.81 0.32 0.41 2913 3505 0.87 0.33 0.71 1458 3752 0.71 0.33 0.76 2643 3204 0.76 0.35 0.62 1897 2964 0.79 0.35 0.64 3158 3636 0.84 0.35 0.23 2602 2385 0.86 0.36 0.49 3896 3261 0.74 0.36 0.37 1752 3431 0.80 0.37 0.56 church 2503 3140 0.86 0.37 0.72 3624 2275 0.91 0.37 0.14 baseball 2777 1929 0.66 0.37 0.86 2603 3922 0.74 0.37 0.25 car 3442 2118 0.79 0.38 0.27 4074 2286 0.92 0.38 0.17 shower 1271 2206 0.74 0.38 0.82 918 2224 0.63 0.38 0.25 wooden 3095 2723 0.63 0.38 0.28 3464 3239 0.88 0.38 0.29 tree 3676 2393 0.89 0.39 0.11 1976 3158 0.28 0.39 -snow 2521 3480 0.79 0.39 0.24 3102 2948 0.90 0.39 0.14 rock 2897 2967 0.76 0.39 0.26 2918 3459 0.08 0.39 -night 3027 3185 0.44 0.39 0.59 2063 2083 0.85 0.39 0.62 chair 2589 2288 0.89 0.39 0.22 6791 3450 0.89 0.40 0.21 city 2951 3190 0.67 0.40 0.50</td></tr></table>",
"html": null
},
"TABREF3": {
"num": null,
"type_str": "table",
"text": ".",
"content": "<table><tr><td>Cluster snow desert kitchen restaurant mountain black skyscraper bridge tree castle ocean table windmill window river water beach flower wall sky street golf course field lighthouse forest church people baseball car shower people walking wooden rock night station chair building city white sunset</td><td>ILSVRC synset cliff.n.01 cliff.n.01 patio.n.01 restaurant.n.01 alp.n.01 pool table.n.01 greenhouse.n.01 steel arch bridge.n.01 daisy.n.01 castle.n.02 cliff.n.01 desk.n.01 cash machine.n.01 screen.n.03 cliff.n.01 menu.n.02 cliff.n.01 daisy.n.01 cliff.n.01 cliff.n.01 swing.n.02 swing.n.02 cliff.n.01 beacon.n.03 cliff.n.01 church.n.02 street sign.n.01 baseball.n.02 freight car.n.01 swing.n.02 (none) (none) toilet tissue.n.01 street sign.n.01 swing.n.02 barber chair.n.01 greenhouse.n.01 cliff.n.01 jean.n.01 street sign.n.01</td><td>Similarity 0.14 0.12 0.25 1.00 0.50 0.25 0.33 0.50 0.14 1.00 0.14 0.50 0.20 0.33 0.12 0.25 0.33 0.50 0.33 0.11 0.14 0.17 0.20 1.00 0.20 1.00 0.17 1.00 0.50 0.17 0.00 0.00 0.20 0.14 0.20 0.50 0.50 0.12 0.33 0.11</td></tr></table>",
"html": null
},
"TABREF4": {
"num": null,
"type_str": "table",
"text": "The 40 lowest variance, uniquely-labeled acoustic clusters paired with their most similar ILSVRC2012 synset.",
"content": "<table/>",
"html": null
}
}
}
}