doi
stringlengths
9
10
chunk-id
stringlengths
1
4
chunk
stringlengths
1
1.57k
id
stringlengths
9
10
title
stringlengths
10
127
summary
stringlengths
581
1.92k
source
stringlengths
30
31
authors
list
categories
list
comment
stringclasses
28 values
journal_ref
stringclasses
1 value
primary_category
stringclasses
6 values
published
stringlengths
8
8
updated
stringlengths
8
8
references
list
1406.4729
40
the images, as is the case of ImageNet. Besides cropping, we also evaluate warping the image to fit the 224 224 size. This solution maintains the complete content, but introduces distortion. On the SPP (ZF-5) model, the accuracy is 89.91% using the SPP layer as features - lower than 91.44% which uses the same model on ...
1406.4729
Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition
Existing deep convolutional neural networks (CNNs) require a fixed-size (e.g., 224x224) input image. This requirement is "artificial" and may reduce the recognition accuracy for the images or sub-images of an arbitrary size/scale. In this work, we equip the networks with another pooling strategy, "spatial pyramid pooli...
http://arxiv.org/pdf/1406.4729
[ "Kaiming He", "Xiangyu Zhang", "Shaoqing Ren", "Jian Sun" ]
[ "cs.CV" ]
This manuscript is the accepted version for IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI) 2015. See Changelog
null
cs.CV
20140618
20150423
[]
1406.4729
41
(mAP) and Caltech101 (accuracy).ynumbers reported by [27].zour implementation as in Table 6 (a). Table 8 summarizes our results compared with the state-of-the-art methods on Caltech101. Our result (93.42% ) exceeds the previous record (88.54%) by a substantial margin (4.88%). 4 SPP- NET FOR OBJECT DETECTION Deep networ...
1406.4729
Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition
Existing deep convolutional neural networks (CNNs) require a fixed-size (e.g., 224x224) input image. This requirement is "artificial" and may reduce the recognition accuracy for the images or sub-images of an arbitrary size/scale. In this work, we equip the networks with another pooling strategy, "spatial pyramid pooli...
http://arxiv.org/pdf/1406.4729
[ "Kaiming He", "Xiangyu Zhang", "Shaoqing Ren", "Jian Sun" ]
[ "cs.CV" ]
This manuscript is the accepted version for IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI) 2015. See Changelog
null
cs.CV
20140618
20150423
[]
1406.4729
42
the major timing bottleneck in testing. Our SPP-net can also be used for object detection. We extract the feature maps from the entire image only once (possibly at multiple scales). Then we apply the spatial pyramid pooling on each candidate window of the feature maps to pool a fixed-length representation of this window...
1406.4729
Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition
Existing deep convolutional neural networks (CNNs) require a fixed-size (e.g., 224x224) input image. This requirement is "artificial" and may reduce the recognition accuracy for the images or sub-images of an arbitrary size/scale. In this work, we equip the networks with another pooling strategy, "spatial pyramid pooli...
http://arxiv.org/pdf/1406.4729
[ "Kaiming He", "Xiangyu Zhang", "Shaoqing Ren", "Jian Sun" ]
[ "cs.CV" ]
This manuscript is the accepted version for IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI) 2015. See Changelog
null
cs.CV
20140618
20150423
[]
1406.4729
43
convolutional layersfixed-length representation input imagewindow…...fully-connected layers (fc 6, fc 7)Figure 5: Pooling features from arbitrary windows on feature maps. The feature maps are computed from the entire image. The pooling is performed in candidate windows. 4.1 Detection Algorithm We use the “fast” mode of...
1406.4729
Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition
Existing deep convolutional neural networks (CNNs) require a fixed-size (e.g., 224x224) input image. This requirement is "artificial" and may reduce the recognition accuracy for the images or sub-images of an arbitrary size/scale. In this work, we equip the networks with another pooling strategy, "spatial pyramid pooli...
http://arxiv.org/pdf/1406.4729
[ "Kaiming He", "Xiangyu Zhang", "Shaoqing Ren", "Jian Sun" ]
[ "cs.CV" ]
This manuscript is the accepted version for IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI) 2015. See Changelog
null
cs.CV
20140618
20150423
[]
1406.4729
44
[20], [7]. We use the ground-truth windows to generate the positive samples. The negative samples are those overlapping a positive window by at most 30% (measured by the intersection-over-union (IoU) ratio). Any negative sample is removed if it overlaps another negative sample by more than 70%. We apply the standard ha...
1406.4729
Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition
Existing deep convolutional neural networks (CNNs) require a fixed-size (e.g., 224x224) input image. This requirement is "artificial" and may reduce the recognition accuracy for the images or sub-images of an arbitrary size/scale. In this work, we equip the networks with another pooling strategy, "spatial pyramid pooli...
http://arxiv.org/pdf/1406.4729
[ "Kaiming He", "Xiangyu Zhang", "Shaoqing Ren", "Jian Sun" ]
[ "cs.CV" ]
This manuscript is the accepted version for IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI) 2015. See Changelog
null
cs.CV
20140618
20150423
[]
1406.4729
45
such that the scaled candidate window has a number of pixels closest to 224 224. Then we only use the feature maps extracted from this scale to compute 10 the feature of this window. If the pre-defined scales are dense enough and the window is approximately square, our method is roughly equivalent to resizing the windo...
1406.4729
Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition
Existing deep convolutional neural networks (CNNs) require a fixed-size (e.g., 224x224) input image. This requirement is "artificial" and may reduce the recognition accuracy for the images or sub-images of an arbitrary size/scale. In this work, we equip the networks with another pooling strategy, "spatial pyramid pooli...
http://arxiv.org/pdf/1406.4729
[ "Kaiming He", "Xiangyu Zhang", "Shaoqing Ren", "Jian Sun" ]
[ "cs.CV" ]
This manuscript is the accepted version for IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI) 2015. See Changelog
null
cs.CV
20140618
20150423
[]
1406.4729
46
distribution of =0.01. We fix all the learning rates to 1e-4 and then adjust to 1e-5 for all three layers. During fine-tuning, the positive samples are those overlapping with a ground-truth window by [0:5;1], and the negative samples by [0:1;0:5). In each mini-batch, 25% of the samples are positive. We train 250k miniba...
1406.4729
Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition
Existing deep convolutional neural networks (CNNs) require a fixed-size (e.g., 224x224) input image. This requirement is "artificial" and may reduce the recognition accuracy for the images or sub-images of an arbitrary size/scale. In this work, we equip the networks with another pooling strategy, "spatial pyramid pooli...
http://arxiv.org/pdf/1406.4729
[ "Kaiming He", "Xiangyu Zhang", "Shaoqing Ren", "Jian Sun" ]
[ "cs.CV" ]
This manuscript is the accepted version for IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI) 2015. See Changelog
null
cs.CV
20140618
20150423
[]
1406.4729
47
Pascal VOC 2007 dataset. Table 9 shows our results on various layers, by using 1-scale ( s=688) or 5-scale. Here the R-CNN results are as reported in [7] using the AlexNet [3] with 5 conv layers. Using the pool 5 layers (in our case the pooled features), our result (44.9%) is comparable with R-CNN’s result (44.2%). But...
1406.4729
Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition
Existing deep convolutional neural networks (CNNs) require a fixed-size (e.g., 224x224) input image. This requirement is "artificial" and may reduce the recognition accuracy for the images or sub-images of an arbitrary size/scale. In this work, we equip the networks with another pooling strategy, "spatial pyramid pooli...
http://arxiv.org/pdf/1406.4729
[ "Kaiming He", "Xiangyu Zhang", "Shaoqing Ren", "Jian Sun" ]
[ "cs.CV" ]
This manuscript is the accepted version for IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI) 2015. See Changelog
null
cs.CV
20140618
20150423
[]
1406.4729
48
than R-CNN (58.5%), and our 1-scale result (58.0%) is 0.5% worse. In Table 10 we further compare with R-CNN using the same pre-trained model of SPPnet (ZF-5). InSPP (1-sc) SPP (5-sc) R-CNN (ZF-5) (ZF-5) (Alex-5) pool 5 43.0 44.9 44.2 fc6 42.5 44.8 46.2 ftfc6 52.3 53.7 53.1 ftfc7 54.5 55.2 54.2 ftfc7bb 58.0 59.2 58.5 co...
1406.4729
Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition
Existing deep convolutional neural networks (CNNs) require a fixed-size (e.g., 224x224) input image. This requirement is "artificial" and may reduce the recognition accuracy for the images or sub-images of an arbitrary size/scale. In this work, we equip the networks with another pooling strategy, "spatial pyramid pooli...
http://arxiv.org/pdf/1406.4729
[ "Kaiming He", "Xiangyu Zhang", "Shaoqing Ren", "Jian Sun" ]
[ "cs.CV" ]
This manuscript is the accepted version for IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI) 2015. See Changelog
null
cs.CV
20140618
20150423
[]
1406.4729
49
regression. SPP (1-sc) SPP (5-sc) R-CNN (ZF-5) (ZF-5) (ZF-5) ftfc7 54.5 55.2 55.1 ftfc7bb 58.0 59.2 59.2 conv time (GPU) 0.053s 0.293s 14.37s fc time (GPU) 0.089s 0.089s 0.089s total time (GPU) 0.142s 0.382s 14.46s speedup ( vs. RCNN) 102 38 Table 10: Detection results (mAP) on Pascal VOC 2007, using the same pre-tra...
1406.4729
Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition
Existing deep convolutional neural networks (CNNs) require a fixed-size (e.g., 224x224) input image. This requirement is "artificial" and may reduce the recognition accuracy for the images or sub-images of an arbitrary size/scale. In this work, we equip the networks with another pooling strategy, "spatial pyramid pooli...
http://arxiv.org/pdf/1406.4729
[ "Kaiming He", "Xiangyu Zhang", "Shaoqing Ren", "Jian Sun" ]
[ "cs.CV" ]
This manuscript is the accepted version for IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI) 2015. See Changelog
null
cs.CV
20140618
20150423
[]
1406.4729
50
the results for each category. Table 11 also includes additional methods. Selective Search (SS) [20] applies spatial pyramid matching on SIFT feature maps. DPM [23] and Regionlet [39] are based on HOG features [24]. The Regionlet method improves to 46.1% [8] by combining various features including conv 5. DetectorNet [...
1406.4729
Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition
Existing deep convolutional neural networks (CNNs) require a fixed-size (e.g., 224x224) input image. This requirement is "artificial" and may reduce the recognition accuracy for the images or sub-images of an arbitrary size/scale. In this work, we equip the networks with another pooling strategy, "spatial pyramid pooli...
http://arxiv.org/pdf/1406.4729
[ "Kaiming He", "Xiangyu Zhang", "Shaoqing Ren", "Jian Sun" ]
[ "cs.CV" ]
This manuscript is the accepted version for IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI) 2015. See Changelog
null
cs.CV
20140618
20150423
[]
1406.4729
51
11 method mAP areo bike bird boat bottle bus car cat chair cow table dog horse mbike person plant sheep sofa train tv DPM [23] 33.7 33.2 60.3 10.2 16.1 27.3 54.3 58.2 23.0 20.0 24.1 26.7 12.7 58.1 48.2 43.2 12.0 21.1 36.1 46.0 43.5 SS [20] 33.8 43.5 46.5 10.4 12.0 9.3 49.4 53.7 39.4 12.5 36.9 42.2 26.4 47.0 52.4 23.5 1...
1406.4729
Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition
Existing deep convolutional neural networks (CNNs) require a fixed-size (e.g., 224x224) input image. This requirement is "artificial" and may reduce the recognition accuracy for the images or sub-images of an arbitrary size/scale. In this work, we equip the networks with another pooling strategy, "spatial pyramid pooli...
http://arxiv.org/pdf/1406.4729
[ "Kaiming He", "Xiangyu Zhang", "Shaoqing Ren", "Jian Sun" ]
[ "cs.CV" ]
This manuscript is the accepted version for IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI) 2015. See Changelog
null
cs.CV
20140618
20150423
[]
1406.4729
52
DetNet [40] 30.5 29.2 35.2 19.4 16.7 3.7 53.2 50.2 27.2 10.2 34.8 30.2 28.2 46.6 41.7 26.2 10.3 32.8 26.8 39.8 47.0 RCNN ftfc 7(A5) 54.2 64.2 69.7 50.0 41.9 32.0 62.6 71.0 60.7 32.7 58.5 46.5 56.1 60.6 66.8 54.2 31.5 52.8 48.9 57.9 64.7 RCNN ftfc 7(ZF5) 55.1 64.8 68.4 47.0 39.5 30.9 59.8 70.5 65.3 33.5 62.5 50.3 59.5 6...
1406.4729
Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition
Existing deep convolutional neural networks (CNNs) require a fixed-size (e.g., 224x224) input image. This requirement is "artificial" and may reduce the recognition accuracy for the images or sub-images of an arbitrary size/scale. In this work, we equip the networks with another pooling strategy, "spatial pyramid pooli...
http://arxiv.org/pdf/1406.4729
[ "Kaiming He", "Xiangyu Zhang", "Shaoqing Ren", "Jian Sun" ]
[ "cs.CV" ]
This manuscript is the accepted version for IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI) 2015. See Changelog
null
cs.CV
20140618
20150423
[]
1406.4729
53
RCNN bb (A5) 58.5 68.1 72.8 56.8 43.0 36.8 66.3 74.2 67.6 34.4 63.5 54.5 61.2 69.1 68.6 58.7 33.4 62.9 51.1 62.5 64.8 RCNN bb (ZF5) 59.2 68.4 74.0 54.0 40.9 35.2 64.1 74.4 69.8 35.5 66.9 53.8 64.2 69.9 69.6 58.9 36.8 63.4 56.0 62.8 64.9 SPP bb (ZF5) 59.2 68.6 69.7 57.1 41.2 40.5 66.3 71.3 72.5 34.4 67.3 61.7 63.1 71.0 ...
1406.4729
Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition
Existing deep convolutional neural networks (CNNs) require a fixed-size (e.g., 224x224) input image. This requirement is "artificial" and may reduce the recognition accuracy for the images or sub-images of an arbitrary size/scale. In this work, we equip the networks with another pooling strategy, "spatial pyramid pooli...
http://arxiv.org/pdf/1406.4729
[ "Kaiming He", "Xiangyu Zhang", "Shaoqing Ren", "Jian Sun" ]
[ "cs.CV" ]
This manuscript is the accepted version for IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI) 2015. See Changelog
null
cs.CV
20140618
20150423
[]
1406.4729
54
Table 11: Comparisons of detection results on Pascal VOC 2007. method mAP areo bike bird boat bottle bus car cat chair cow table dog horse mbike person plant sheep sofa train tv SPP-net (1) 59.2 68.6 69.7 57.1 41.2 40.5 66.3 71.3 72.5 34.4 67.3 61.7 63.1 71.0 69.8 57.6 29.7 59.0 50.2 65.2 68.0 SPP-net (2) 59.1 65.7 71....
1406.4729
Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition
Existing deep convolutional neural networks (CNNs) require a fixed-size (e.g., 224x224) input image. This requirement is "artificial" and may reduce the recognition accuracy for the images or sub-images of an arbitrary size/scale. In this work, we equip the networks with another pooling strategy, "spatial pyramid pooli...
http://arxiv.org/pdf/1406.4729
[ "Kaiming He", "Xiangyu Zhang", "Shaoqing Ren", "Jian Sun" ]
[ "cs.CV" ]
This manuscript is the accepted version for IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI) 2015. See Changelog
null
cs.CV
20140618
20150423
[]
1406.4729
55
about 1/160 of R-CNN’s; in the 5-scale version, this complexity is about 1/24 of R-CNN’s. In Table 10, we provide a fair comparison on the running time of the feature computation using the same SPP (ZF-5) model . The implementation of RCNN is from the code published by the authors implemented in Caffe [35]. We also imp...
1406.4729
Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition
Existing deep convolutional neural networks (CNNs) require a fixed-size (e.g., 224x224) input image. This requirement is "artificial" and may reduce the recognition accuracy for the images or sub-images of an arbitrary size/scale. In this work, we equip the networks with another pooling strategy, "spatial pyramid pooli...
http://arxiv.org/pdf/1406.4729
[ "Kaiming He", "Xiangyu Zhang", "Shaoqing Ren", "Jian Sun" ]
[ "cs.CV" ]
This manuscript is the accepted version for IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI) 2015. See Changelog
null
cs.CV
20140618
20150423
[]
1406.4729
56
fully-connected features, our 1-scale version is 102 faster than R-CNN and is 1.2% inferior; our 5-scale version is 38faster and has comparable results. We also compares the running time in Table 9 where R-CNN uses AlexNet [3] as is in the original paper [7]. Our method is 24 to 64faster. Note that the AlexNet [3] ...
1406.4729
Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition
Existing deep convolutional neural networks (CNNs) require a fixed-size (e.g., 224x224) input image. This requirement is "artificial" and may reduce the recognition accuracy for the images or sub-images of an arbitrary size/scale. In this work, we equip the networks with another pooling strategy, "spatial pyramid pooli...
http://arxiv.org/pdf/1406.4729
[ "Kaiming He", "Xiangyu Zhang", "Shaoqing Ren", "Jian Sun" ]
[ "cs.CV" ]
This manuscript is the accepted version for IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI) 2015. See Changelog
null
cs.CV
20140618
20150423
[]
1406.4729
57
without bounding box regression. This is reasonableconsidering that EdgeBoxes are not used for training. Then we use both SS and EdgeBox as proposals in the training stage, and adopt only EdgeBoxes in the testing stage. The mAP is 56.3 without bounding box regression, which is better than 55.2 (Table 10) due to additio...
1406.4729
Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition
Existing deep convolutional neural networks (CNNs) require a fixed-size (e.g., 224x224) input image. This requirement is "artificial" and may reduce the recognition accuracy for the images or sub-images of an arbitrary size/scale. In this work, we equip the networks with another pooling strategy, "spatial pyramid pooli...
http://arxiv.org/pdf/1406.4729
[ "Kaiming He", "Xiangyu Zhang", "Shaoqing Ren", "Jian Sun" ]
[ "cs.CV" ]
This manuscript is the accepted version for IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI) 2015. See Changelog
null
cs.CV
20140618
20150423
[]
1406.4729
58
to score all candidate windows on the test image. Then we perform non-maximum suppression on the union of the two sets of candidate windows (with their scores). A more confident window given by one method can suppress those less confident given by the other method. After combination, the mAP is boosted to 60.9% (Table 12...
1406.4729
Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition
Existing deep convolutional neural networks (CNNs) require a fixed-size (e.g., 224x224) input image. This requirement is "artificial" and may reduce the recognition accuracy for the images or sub-images of an arbitrary size/scale. In this work, we equip the networks with another pooling strategy, "spatial pyramid pooli...
http://arxiv.org/pdf/1406.4729
[ "Kaiming He", "Xiangyu Zhang", "Shaoqing Ren", "Jian Sun" ]
[ "cs.CV" ]
This manuscript is the accepted version for IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI) 2015. See Changelog
null
cs.CV
20140618
20150423
[]
1406.4729
59
There are three major differences between the detection (DET) and classification (CLS) training datasets, which greatly impacts the pre-training quality. First, the DET training data is merely 1/3 of the CLS training data. This seems to be a fundamental challenge of the provided-data-only DET task. Second, the category ...
1406.4729
Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition
Existing deep convolutional neural networks (CNNs) require a fixed-size (e.g., 224x224) input image. This requirement is "artificial" and may reduce the recognition accuracy for the images or sub-images of an arbitrary size/scale. In this work, we equip the networks with another pooling strategy, "spatial pyramid pooli...
http://arxiv.org/pdf/1406.4729
[ "Kaiming He", "Xiangyu Zhang", "Shaoqing Ren", "Jian Sun" ]
[ "cs.CV" ]
This manuscript is the accepted version for IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI) 2015. See Changelog
null
cs.CV
20140618
20150423
[]
1406.4729
60
truth object by at least 50%. We verify the effect of pre-training on Pascal VOC 2007. For a CLS-pre-training baseline, we consider the pool 5features (mAP 43.0% in Table 9). Replaced with a 200-category network pre-trained on DET, the mAP significantly drops to 32.7%. A 499-category pre-trained network improves the res...
1406.4729
Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition
Existing deep convolutional neural networks (CNNs) require a fixed-size (e.g., 224x224) input image. This requirement is "artificial" and may reduce the recognition accuracy for the images or sub-images of an arbitrary size/scale. In this work, we equip the networks with another pooling strategy, "spatial pyramid pooli...
http://arxiv.org/pdf/1406.4729
[ "Kaiming He", "Xiangyu Zhang", "Shaoqing Ren", "Jian Sun" ]
[ "cs.CV" ]
This manuscript is the accepted version for IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI) 2015. See Changelog
null
cs.CV
20140618
20150423
[]
1406.4729
61
The training set only contributes positive samples using the ground truth windows. We fine-tune the fc layers and then train the SVMs using the samples in both validation and training sets. The bounding box regression is trained on the validation set. Our single model leads to 31.84% mAP in the ILSVRC 2014 testing set [...
1406.4729
Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition
Existing deep convolutional neural networks (CNNs) require a fixed-size (e.g., 224x224) input image. This requirement is "artificial" and may reduce the recognition accuracy for the images or sub-images of an arbitrary size/scale. In this work, we equip the networks with another pooling strategy, "spatial pyramid pooli...
http://arxiv.org/pdf/1406.4729
[ "Kaiming He", "Xiangyu Zhang", "Shaoqing Ren", "Jian Sun" ]
[ "cs.CV" ]
This manuscript is the accepted version for IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI) 2015. See Changelog
null
cs.CV
20140618
20150423
[]
1406.4729
62
entry of each team is listed. NUS, which uses contextual information. Our system still shows great advantages on speed for this dataset. It takes our single model 0.6 seconds (0.5 for conv, 0.1 for fc, excluding proposals) per testing image on a GPU extracting convolutional features from all 5 scales. Using the same mo...
1406.4729
Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition
Existing deep convolutional neural networks (CNNs) require a fixed-size (e.g., 224x224) input image. This requirement is "artificial" and may reduce the recognition accuracy for the images or sub-images of an arbitrary size/scale. In this work, we equip the networks with another pooling strategy, "spatial pyramid pooli...
http://arxiv.org/pdf/1406.4729
[ "Kaiming He", "Xiangyu Zhang", "Shaoqing Ren", "Jian Sun" ]
[ "cs.CV" ]
This manuscript is the accepted version for IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI) 2015. See Changelog
null
cs.CV
20140618
20150423
[]
1406.4729
63
APPENDIX A In the appendix, we describe some implementation details: Mean Subtraction. The 224224 cropped training/testing images are often pre-processed by subtracting the per-pixel mean [3]. When input images are in any sizes, the fixedsize mean image is not directly applicable. In the ImageNet dataset, we warp the 2...
1406.4729
Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition
Existing deep convolutional neural networks (CNNs) require a fixed-size (e.g., 224x224) input image. This requirement is "artificial" and may reduce the recognition accuracy for the images or sub-images of an arbitrary size/scale. In this work, we equip the networks with another pooling strategy, "spatial pyramid pooli...
http://arxiv.org/pdf/1406.4729
[ "Kaiming He", "Xiangyu Zhang", "Shaoqing Ren", "Jian Sun" ]
[ "cs.CV" ]
This manuscript is the accepted version for IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI) 2015. See Changelog
null
cs.CV
20140618
20150423
[]
1406.4729
64
sheep:1.52 chair:0.21 diningtable:0.78person:1.16pers on:1.05 pottedplant:0.21chair:4.79pottedplant:0.73 c hair: 0. 33diningtable: 0.34 chair:0.89 bus:0.56 car:3.24 ca r:3.4 5pers on:1.52 train:0.31 train:1.62 pottedplant:0.33 pottedplant:0.78 sofa:0.55tvmonitor:1.77 aeroplane: 0.45 aeroplane:1.40aeroplane:1.01 aeropla...
1406.4729
Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition
Existing deep convolutional neural networks (CNNs) require a fixed-size (e.g., 224x224) input image. This requirement is "artificial" and may reduce the recognition accuracy for the images or sub-images of an arbitrary size/scale. In this work, we equip the networks with another pooling strategy, "spatial pyramid pooli...
http://arxiv.org/pdf/1406.4729
[ "Kaiming He", "Xiangyu Zhang", "Shaoqing Ren", "Jian Sun" ]
[ "cs.CV" ]
This manuscript is the accepted version for IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI) 2015. See Changelog
null
cs.CV
20140618
20150423
[]
1406.4729
65
pers on:0.32 hors e:1.68 hors e:0.61 horse:1.29 per son:1.23 c hair:0.87pers on:1.79 per son:0.91 sofa:0.22person:0.85 sofa:0.58 c ow:2.36 cow:1.88co w:1 .86 cow:1.82cow:1.39 cow:1.31 ca t:0.5 2person:1.02 person:0.40 bicy cle:2.85bicy cle:2.71 bicycle:2.04bicy cle:0.67person:3.35 person:2.39 pers on:2.11 pers on:0.27 ...
1406.4729
Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition
Existing deep convolutional neural networks (CNNs) require a fixed-size (e.g., 224x224) input image. This requirement is "artificial" and may reduce the recognition accuracy for the images or sub-images of an arbitrary size/scale. In this work, we equip the networks with another pooling strategy, "spatial pyramid pooli...
http://arxiv.org/pdf/1406.4729
[ "Kaiming He", "Xiangyu Zhang", "Shaoqing Ren", "Jian Sun" ]
[ "cs.CV" ]
This manuscript is the accepted version for IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI) 2015. See Changelog
null
cs.CV
20140618
20150423
[]
1406.4729
66
car:1.31person:1.60 person:0.62 dog:0.37person:0.38 dog:0.99person:1.48 pers on:0.22 cow:0.80person:3.29 person:2.69pers on:2.42 person:1.05 person:0.92pers on:0.76 bird:1.39 bird:0.84 bottle:1.20diningtable:0.96pers on:1.53pers on:1.52 pers on:0.73 car:0.12 car:0.11 car:0.04car:0.03 car:3.98car:1.95car:1.39 car:0.50 b...
1406.4729
Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition
Existing deep convolutional neural networks (CNNs) require a fixed-size (e.g., 224x224) input image. This requirement is "artificial" and may reduce the recognition accuracy for the images or sub-images of an arbitrary size/scale. In this work, we equip the networks with another pooling strategy, "spatial pyramid pooli...
http://arxiv.org/pdf/1406.4729
[ "Kaiming He", "Xiangyu Zhang", "Shaoqing Ren", "Jian Sun" ]
[ "cs.CV" ]
This manuscript is the accepted version for IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI) 2015. See Changelog
null
cs.CV
20140618
20150423
[]
1406.4729
67
All windows with scores >0 are shown. The predicted category/score are marked. The window color is associated with the predicted category. These images are manually selected because we find them impressive. Visit our project website to see all 4,952 detection results in the testing set. if rounding is needed, we take th...
1406.4729
Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition
Existing deep convolutional neural networks (CNNs) require a fixed-size (e.g., 224x224) input image. This requirement is "artificial" and may reduce the recognition accuracy for the images or sub-images of an arbitrary size/scale. In this work, we equip the networks with another pooling strategy, "spatial pyramid pooli...
http://arxiv.org/pdf/1406.4729
[ "Kaiming He", "Xiangyu Zhang", "Shaoqing Ren", "Jian Sun" ]
[ "cs.CV" ]
This manuscript is the accepted version for IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI) 2015. See Changelog
null
cs.CV
20140618
20150423
[]
1406.4729
68
pixels for a layer with a filter size of p. As such, for a response centered at (x0;y0), its effective receptive field in the image domain is centered at (x;y) = (Sx0;Sy0)whereSis the product of all previous strides. In our models, S= 16 for ZF-5 on conv 5, andS= 12 for Overfeat-5/7 on conv 5=7. Given a window in the ima...
1406.4729
Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition
Existing deep convolutional neural networks (CNNs) require a fixed-size (e.g., 224x224) input image. This requirement is "artificial" and may reduce the recognition accuracy for the images or sub-images of an arbitrary size/scale. In this work, we equip the networks with another pooling strategy, "spatial pyramid pooli...
http://arxiv.org/pdf/1406.4729
[ "Kaiming He", "Xiangyu Zhang", "Shaoqing Ren", "Jian Sun" ]
[ "cs.CV" ]
This manuscript is the accepted version for IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI) 2015. See Changelog
null
cs.CV
20140618
20150423
[]
1406.4729
69
W. Hubbard, and L. D. Jackel, “Backpropagation applied to handwritten zip code recognition,” Neural computation , 1989. [2] J. Deng, W. Dong, R. Socher, L.-J. Li, K. Li, and L. FeiFei, “Imagenet: A large-scale hierarchical image database,” in CVPR , 2009. [3] A. Krizhevsky, I. Sutskever, and G. Hinton, “Imagenet classi...
1406.4729
Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition
Existing deep convolutional neural networks (CNNs) require a fixed-size (e.g., 224x224) input image. This requirement is "artificial" and may reduce the recognition accuracy for the images or sub-images of an arbitrary size/scale. In this work, we equip the networks with another pooling strategy, "spatial pyramid pooli...
http://arxiv.org/pdf/1406.4729
[ "Kaiming He", "Xiangyu Zhang", "Shaoqing Ren", "Jian Sun" ]
[ "cs.CV" ]
This manuscript is the accepted version for IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI) 2015. See Changelog
null
cs.CV
20140618
20150423
[]
1406.4729
70
2013. [6] A. V . K. Chatfield, K. Simonyan and A. Zisserman, “Return of the devil in the details: Delving deep into convolutional nets,” inArXiv:1405.3531 , 2014. [7] R. Girshick, J. Donahue, T. Darrell, and J. Malik, “Rich feature hierarchies for accurate object detection and semantic segmentation,” in CVPR , 2014. [8]...
1406.4729
Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition
Existing deep convolutional neural networks (CNNs) require a fixed-size (e.g., 224x224) input image. This requirement is "artificial" and may reduce the recognition accuracy for the images or sub-images of an arbitrary size/scale. In this work, we equip the networks with another pooling strategy, "spatial pyramid pooli...
http://arxiv.org/pdf/1406.4729
[ "Kaiming He", "Xiangyu Zhang", "Shaoqing Ren", "Jian Sun" ]
[ "cs.CV" ]
This manuscript is the accepted version for IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI) 2015. See Changelog
null
cs.CV
20140618
20150423
[]
1406.4729
71
Closing the gap to human-level performance in face verification,” in CVPR , 2014. [11] N. Zhang, M. Paluri, M. Ranzato, T. Darrell, and L. Bourdevr, “Panda: Pose aligned networks for deep attribute modeling,” inCVPR , 2014. [12] Y. Gong, L. Wang, R. Guo, and S. Lazebnik, “Multi-scale orderless pooling of deep convolutio...
1406.4729
Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition
Existing deep convolutional neural networks (CNNs) require a fixed-size (e.g., 224x224) input image. This requirement is "artificial" and may reduce the recognition accuracy for the images or sub-images of an arbitrary size/scale. In this work, we equip the networks with another pooling strategy, "spatial pyramid pooli...
http://arxiv.org/pdf/1406.4729
[ "Kaiming He", "Xiangyu Zhang", "Shaoqing Ren", "Jian Sun" ]
[ "cs.CV" ]
This manuscript is the accepted version for IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI) 2015. See Changelog
null
cs.CV
20140618
20150423
[]
1406.4729
72
[15] S. Lazebnik, C. Schmid, and J. Ponce, “Beyond bags of features: Spatial pyramid matching for recognizing natural scene categories,” in CVPR , 2006. [16] J. Sivic and A. Zisserman, “Video google: a text retrieval approach to object matching in videos,” in ICCV , 2003. [17] J. Yang, K. Yu, Y. Gong, and T. Huang, “Li...
1406.4729
Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition
Existing deep convolutional neural networks (CNNs) require a fixed-size (e.g., 224x224) input image. This requirement is "artificial" and may reduce the recognition accuracy for the images or sub-images of an arbitrary size/scale. In this work, we equip the networks with another pooling strategy, "spatial pyramid pooli...
http://arxiv.org/pdf/1406.4729
[ "Kaiming He", "Xiangyu Zhang", "Shaoqing Ren", "Jian Sun" ]
[ "cs.CV" ]
This manuscript is the accepted version for IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI) 2015. See Changelog
null
cs.CV
20140618
20150423
[]
1406.4729
73
inICCV , 2011. [21] L. Fei-Fei, R. Fergus, and P . Perona, “Learning generative visual models from few training examples: An incremental bayesian approach tested on 101 object categories,” CVIU , 2007. [22] M. Everingham, L. Van Gool, C. K. I. Williams, J. Winn, and A. Zisserman, “The PASCAL Visual Object Classes Chall...
1406.4729
Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition
Existing deep convolutional neural networks (CNNs) require a fixed-size (e.g., 224x224) input image. This requirement is "artificial" and may reduce the recognition accuracy for the images or sub-images of an arbitrary size/scale. In this work, we equip the networks with another pooling strategy, "spatial pyramid pooli...
http://arxiv.org/pdf/1406.4729
[ "Kaiming He", "Xiangyu Zhang", "Shaoqing Ren", "Jian Sun" ]
[ "cs.CV" ]
This manuscript is the accepted version for IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI) 2015. See Changelog
null
cs.CV
20140618
20150423
[]
1406.4729
74
[26] O. Russakovsky, J. Deng, H. Su, J. Krause, S. Satheesh, S. Ma, Z. Huang, A. Karpathy, A. Khosla, M. Bernstein et al. , “Imagenet large scale visual recognition challenge,” arXiv:1409.0575 , 2014. [27] K. Chatfield, V . Lempitsky, A. Vedaldi, and A. Zisserman, “The devil is in the details: an evaluation of recent fe...
1406.4729
Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition
Existing deep convolutional neural networks (CNNs) require a fixed-size (e.g., 224x224) input image. This requirement is "artificial" and may reduce the recognition accuracy for the images or sub-images of an arbitrary size/scale. In this work, we equip the networks with another pooling strategy, "spatial pyramid pooli...
http://arxiv.org/pdf/1406.4729
[ "Kaiming He", "Xiangyu Zhang", "Shaoqing Ren", "Jian Sun" ]
[ "cs.CV" ]
This manuscript is the accepted version for IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI) 2015. See Changelog
null
cs.CV
20140618
20150423
[]
1406.4729
75
Smeulders, “Kernel codebooks for scene categorization,” in ECCV , 2008.[31] M. Lin, Q. Chen, and S. Yan, “Network in network,” arXiv:1312.4400 , 2013. [32] C. Szegedy, W. Liu, Y. Jia, P . Sermanet, S. Reed, D. Anguelov, D. Erhan, V . Vanhoucke, and A. Rabinovich, “Going deeper with convolutions,” arXiv:1409.4842 , 2014...
1406.4729
Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition
Existing deep convolutional neural networks (CNNs) require a fixed-size (e.g., 224x224) input image. This requirement is "artificial" and may reduce the recognition accuracy for the images or sub-images of an arbitrary size/scale. In this work, we equip the networks with another pooling strategy, "spatial pyramid pooli...
http://arxiv.org/pdf/1406.4729
[ "Kaiming He", "Xiangyu Zhang", "Shaoqing Ren", "Jian Sun" ]
[ "cs.CV" ]
This manuscript is the accepted version for IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI) 2015. See Changelog
null
cs.CV
20140618
20150423
[]
1406.4729
76
for fast feature embedding,” http://caffe.berkeleyvision.org/, 2013. [36] A. G. Howard, “Some improvements on deep convolutional neural network based image classification,” ArXiv:1312.5402 , 2013. [37] H. Jegou, F. Perronnin, M. Douze, J. Sanchez, P . Perez, and C. Schmid, “Aggregating local image descriptors into compa...
1406.4729
Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition
Existing deep convolutional neural networks (CNNs) require a fixed-size (e.g., 224x224) input image. This requirement is "artificial" and may reduce the recognition accuracy for the images or sub-images of an arbitrary size/scale. In this work, we equip the networks with another pooling strategy, "spatial pyramid pooli...
http://arxiv.org/pdf/1406.4729
[ "Kaiming He", "Xiangyu Zhang", "Shaoqing Ren", "Jian Sun" ]
[ "cs.CV" ]
This manuscript is the accepted version for IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI) 2015. See Changelog
null
cs.CV
20140618
20150423
[]
1406.4729
77
for object detection,” in NIPS , 2013. CHANGELOG arXiv v1 . Initial technical report for ECCV 2014 paper. arXiv v2 . Submitted version for TPAMI. Includes extra experiments of SPP on various architectures. Includes details for ILSVRC 2014. arXiv v3 . Accepted version for TPAMI. Includes comparisons with R-CNN using the...
1406.4729
Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition
Existing deep convolutional neural networks (CNNs) require a fixed-size (e.g., 224x224) input image. This requirement is "artificial" and may reduce the recognition accuracy for the images or sub-images of an arbitrary size/scale. In this work, we equip the networks with another pooling strategy, "spatial pyramid pooli...
http://arxiv.org/pdf/1406.4729
[ "Kaiming He", "Xiangyu Zhang", "Shaoqing Ren", "Jian Sun" ]
[ "cs.CV" ]
This manuscript is the accepted version for IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI) 2015. See Changelog
null
cs.CV
20140618
20150423
[]
1407.2538
0
Accepted as a workshop contribution at ICLR 2015 LEARNING DEEPSTRUCTURED MODELS Liang-Chieh Chen Department of Computer Science, UCLA, lcchen@cs.ucla.edu Alexander G. Schwing Department of Computer Science, University of Toronto, aschwing@cs.toronto.edu Alan L. Yuille Department of Statistics, UCLA, yuille@stat.ucla....
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
1
We demonstrate the effectiveness of our algorithm in the tasks of predicting words from noisy images, as well as multi-class classification of Flickr photographs. We show that joint learning of the deep features and the MRF parameters results in significant performance gains. 1 I NTRODUCTION Deep learning algorithms atte...
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
2
2014). Deep neural networks can, however, be even more powerful when combined with graphical models in order to capture the statistical dependencies between the variables of interest. For example, Deng et al. (2014) exploit mutual exclusion, overlapping and subsumption properties of class labels in order to better pred...
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
3
1arXiv:1407.2538v3 [cs.LG] 27 Apr 2015 Accepted as a workshop contribution at ICLR 2015 while ignoring the dependencies between the variables of interest, e.g., independently learned segmentation and detection features (Hariharan et al., 2014) might be focusing on predicting the same examples correctly. But when lear...
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
4
and MRF parameters results in big performance gains. 2 L EARNING DEEPSTRUCTURED MODELS In this section we investigate how to learn ‘deep features’ that take into account the dependencies between the output variables. Let y2Y be the set of random variables y= (y1;:::;yN) that we are interested in predicting. In this wor...
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
5
inference in a graphical model with only unary potentials. However, for arbitrary graphical models it is NP-hard to find the maximizing configuration ysince the inference program generally requires a search over a space of sizeQN i=1jYij. Note also that log-linear models are a special case of this program, with F(x;y;w)...
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
6
refers to the partition function, normalizing the distribution p(x;y)to lie within the probability simplexviaZ(x;w) =P ^y2Yexp(F(x;^y;w))1=. The annealing/temperature parameter 0is used to adjust the uniformity of the distribution. We consider general graphical models where the computation of Z(x;w)is #P-hard. 2.1...
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
7
and the model distribution p(x;y)(^yjw;). Hence Eq. (1) is equivalently obtained by maxwP (x;y);^y2Yp(x;y);tg(^y) lnp(x;y)(^yjw;). It is easily possible to incorporate more general target distributions into Eq. (1). Note also that = 0recovers the structured hinge loss objective. Minimizing Eq. (1) w.r.t. wrequires c...
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
8
the targetp(x;y);tg(^y): X (x;y)2DX ^y2Y@ @wF(x;^y;w) p(x;y)(^yjw;)p(x;y);tg(^y) : (2) A gradient descent algorithm for minimizing Eq. (1) will iterate between the following steps: (i) For a givenwevaluate the function F, (ii) compute the model distribution p(x;y)(^yjw;), (iii) propagate the difference between the...
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
9
Inspired by approximations used for log-linear models, we make use of the following identity (Wainwright & Jordan, 2008; Koller & Friedman, 2009): lnZ(x;w) = max p(x;y)(^y)2E[F(x;^y;w)] +H(p(x;y)); (3) where Edenotes an expectation over p(x;y)(^y)andHrefers to the entropy. For most applications, F(x;y;w)decomposes ...
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
10
lnZ(x;w)viamaxp(x;y)(^y)2P r;^yrp(x;y);r(^yr)fr(x;^yr;w) +H(p(x;y));where we use marginalsp(x;y);r(^yr) =P ynyrp(x;y)(y). Despite the assumed locality of the scoring function, the learning task remains computationally challenging since the entropy H(p(x;y))can only be computed exactly for a very small set of models...
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
11
from a common joint distribution p(x;y). In addition, we approximate the entropy via the fractional entropy (Wiegerinck & Heskes, 2003), i.e.,H(p(x;y))P rcrH(b(x;y);r). Counting numbers cr are employed to weight the marginal entropies. Putting all this together, we obtain the following approximation for lnZ(x;w): ma...
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
12
3 Accepted as a workshop contribution at ICLR 2015 Let~cr;p=cp=(cr+P p02P(r)cp0). Repeat until stopping criteria 1. Forward pass to compute fr(x;^yr;w)8(x;y);r;yr 2. Get beliefs b(x;y);r/exp^fr(x;^yr;w;) crby iterating over r:8(x;y);p2P(r);^yr (x;y);p!r(^yr) =cplnX ^ypn^yrexpfp(x;^yp;w)P p02P(p)(x;y);p!p0(^yp) +P...
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
13
p2P(r)(x;y);p!r(^yr)1 A(x;y);p!r(^yr) 3. Backward pass via chain-rule for gradient g=P (x;y);r;^yrb(x;y);r(^yr)rwfr(x;^yr;w)rwF(w) 4. Update parameters wusing stepsize viaw wg Figure 2: Efficient learning algorithm that blends learning and inference. withP(r)the set of parents of region r,i.e.,P(r)fp2R :rpg, wh...
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
14
min wX (x;y)2D0 @max b(x;y)2C(x;y)8 < :X r;^yrb(x;y);r(^yr)fr(x;^yr;w) +X rcrH(b(x;y);r)9 = ;F(x;y;w)1 A:(5) To iteratively update the parameters for the non-smooth approximated cost function given in Eq. (5) we require a sub-gradient w.r.t. w, which in turn requires to solve the maximization w.r.t. the beliefs bexac...
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
15
in a double-loop algorithm which would be slow for many graphical models of interest. 2.3 E FFICIENT APPROXIMATE LEARNING BY BLENDING LEARNING AND INFERENCE In this section we propose a more efficient algorithm that is based on the principle of blending learning ( i.e., parameter updates) and inference. Thus we are inte...
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
16
Claim 1 Assumecr08rand letF(w) =P (x;y)2DF(x;y;w)denote the sum of empirical function observations. Let (x;y);r!p(^yr)be the Lagrange multipliers for each marginalization constraintP ^ypn^yrb(x;y);p(^yp) =b(x;y);r(^yr)within the polytope C(x;y). Then the approximated general structured prediction task shown in Eq. (...
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
17
c2C(r)(x;y);c!r(^yc)P p2P(r)(x;y);r!p(^yr). Proof: To obtain the dual of the maximization w.r.t. b(x;y)we utilize its Lagrangian L(x;y)=P r;^yrb(x;y);r(^yr)^fr(x;^yr;w;)+P rcrH(b(x;y);r):Maximization of the Lagrangian w.r.t. the primal variables bis possible by employing the relationship stated in Eq. (3) locally ...
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
18
of maximizers of the loss-augmented re-parameterization score ^fr(x;^yr;w;).  It is important to note that by applying duality we managed to convert the min-max task in Eq. (5) into a single minimization as shown in Eq. (6). Performing block coordinate descent updates to minimize Eq. (6), we are therefore able to int...
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
19
for all regions. We then iterate through all regions rand use block-coordinate descent to find the globally optimal value of Eq. (6) w.r.t. (x;y);r!p(^yr)8(x;y);^yr;p2P(r). This can be done in closed form and therefore is computed very efficiently. We refer the reader to Schwing (2013) for a derivation in the log-linear...
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
20
2-norm and1-norm. Between iterations the step-size can be reduced based on either the negative log-likelihood or validation set performance. Contrasting available deep learning packages, our functionFis specified using a general computation tree. Hence we support an arbitrarily nested function structure composed of data...
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
21
JointTrain 16.80 / 65.28 25.20 / 70.75 31.80 / 74.90 33.05 / 76.42 34.30 / 77.02 PwTrain 12.70 / 64.35 18.00 / 68.27 22.80 / 71.29 23.25 / 72.62 26.30 / 73.96 PreTrainJoint 20.65 /67.42 25.70 /71.65 31.70 / 75.56 34.50 /77.14 35.85 /78.05 2nd order Markov One LayerJointTrain 25.50 / 67.13 34.60 / 73.19 45.55 / 79.60 51...
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
22
H1= 512H2= 32H2= 64H2= 128H2= 256H2= 512 1st order Markov Two LayerUnary only 15.25 / 69.04 18.15 / 70.66 19.00 / 71.43 19.20 / 72.06 20.40 / 72.51 JointTrain 35.95 / 76.92 43.80 / 81.64 44.75 / 82.22 46.00 / 82.96 47.70 / 83.64 PwTrain 34.85 / 79.11 38.95 / 80.93 42.75 / 82.38 45.10 / 83.67 45.75 / 83.88 PreTrainJoint...
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
23
PwTrain 39.95 / 81.14 48.25 / 84.45 52.65 / 86.24 57.10 / 87.61 62.90 / 89.49 PreTrainJoint 62.60 /88.03 65.80 /89.32 68.75 /90.47 68.60 /90.42 69.35 /90.75 Table 1: Word / Character accuracy. Performance improves as (1) joint-training is employed, (2) the model is more structured, and (3) deeper unary classifiers are u...
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
24
Iteration JointTrain PwTrain PreTrainJoint Unary weights distance-1 edges distance-2 edges Neg. Log-Likelihood Figure 4: (left) Subset of the learned unary weights. Pairwise weights (middle two panels), the darker, the larger the weight. (right) Negative log-likelihood for different learning approaches. 3 E XPERIMENT...
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
25
3.1 W ORD RECOGNITION : W ORD50 Our first task consists of word recognition from noisy images. Towards this goal, we created a challenging dataset by randomly selecting 50 words, each consisting of five characters. We then generated writing variations of each word as follows: we took the lower case characters from the Ch...
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
26
We experimented with graphical models composed of unary and pairwise regions defined over five random variables, one per character. We encode unary potentials fr(x;yi;wu)using multi-layer perceptrons (MLPs) with rectified linear units (ReLU). Unless otherwise stated, we define all pairwise 6 Accepted as a workshop contribu...
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
27
32 (PairH32), and 64 (PairH64) hidden units for the pairwise function. female/indoor/portrait sky/plant life/tree water/animals/sea animals/dog/indoor indoor/flower/plant life female/indoor/portrait sky/plant life/tree water/animals/sky animals/dog ; Figure 6: Flickr test set images and some assigned tags as well as our...
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
28
momentum based sub-gradient descent methods to estimate the weights. In particular, we use a mini-batch size of 100, a step size of 0:01and a momentum of 0:95. If the unary potential is pretrained, the initial step size is reduced to 0:001. All the unary classifiers are trained with 100;000 iterations over mini-batches....
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
29
word accuracy, which correspond to Hamming loss and zero-one loss respectively. Table 1 depicts the results for the different models, learning strategies and number of hidden units. We observe the following trends. Joint training helps: Joint training with pre-trained unary classifiers (PreTrainJoint) outperforms all th...
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
30
0.68 0.00 0.06 0.06 −0.00 0.36 0.03 −0.08 −0.05 −0.03 0.02 −0.06 −0.12 −0.05 0.74 −0.04 −0.03 −0.21 0.01 −0.03 −0.03 −0.03 0.05 −0.03 0.04 0.06 0.00 0.05 −0.06 0.07 −0.12 −0.07 −0.35 −0.03 −0.46 −0.02 −0.34 0.11 0.02 −0.15 −0.14 −0.01 −0.07 −0.21 0.03 −0.08 0.06 −0.03 0.06 0.06 0.05 0.00 0.10 0.11 0.07 0.09 0.03 0.10 0...
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
31
0.02 −0.00 −0.06 0.10 0.00 0.04 0.08 0.05 0.16 0.17 −0.02 0.09 −0.02 0.06 0.03 0.14 0.36 0.06 0.05 0.01 0.08 0.14 0.06 0.10 0.24 0.36 0.07 0.11 0.04 0.00 0.01 0.03 −0.02 0.05 −0.02 0.04 −0.01 0.03 0.12 0.02 0.01 −0.07 0.05 0.05 0.03 0.04 0.07 0.05 0.03 0.03 −0.12 0.07 0.08 0.01 0.00 0.02 0.14 0.07 0.14 0.04 0.05 0.03 0...
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
32
−0.00 −0.08 −0.07 0.09 0.05 0.03 0.02 0.00 0.02 0.07 −0.03 0.07 0.34 0.04 −0.04 0.04 0.04 0.02 0.05 0.06 0.06 0.06 0.02 0.07 −0.01 −0.05 −0.35 0.03 0.16 −0.02 0.14 0.02 0.00 0.12 0.22 0.04 0.24 −0.02 −0.00 0.44 0.12 −0.04 0.10 0.30 0.01 0.23 0.05 0.11 0.01 −0.03 −0.03 0.10 0.17 0.05 0.07 0.07 0.12 0.00 −0.00 0.09 0.09 ...
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
33
0.04 0.02 −0.46 0.01 −0.02 −0.02 0.14 −0.03 0.22 −0.00 0.00 0.01 0.04 −0.05 0.06 0.08 −0.04 −0.06 0.14 0.09 −0.00 0.06 0.03 0.02 −0.00 −0.06 −0.02 0.10 0.09 0.04 0.04 0.07 0.04 0.09 0.01 0.00 0.04 0.07 −0.01 0.06 0.09 0.26 0.06 0.05 0.07 0.09 0.05 0.09 −0.05 −0.12 −0.34 0.02 −0.02 −0.01 0.05 0.34 0.24 0.09 0.04 0.04 0....
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
34
−0.01 −0.05 0.11 0.09 0.06 0.03 0.03 0.04 −0.02 0.07 −0.05 0.07 −0.03 0.00 −0.01 0.03 0.03 0.03 0.05 0.01 0.06 0.06 0.04 0.07 0.07 0.74 0.02 0.06 0.03 0.12 0.06 −0.04 −0.00 0.01 0.06 −0.01 −0.07 −0.01 0.00 0.00 −0.01 −0.10 0.04 −0.02 0.01 0.00 0.06 0.01 −0.01 −0.04 −0.15 0.08 0.14 0.02 0.08 0.04 0.44 0.12 0.08 0.06 0.0...
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
35
−0.00 −0.03 −0.14 0.07 0.36 0.01 0.07 0.04 0.12 0.26 −0.04 0.09 0.01 0.03 −0.01 0.09 0.00 0.05 0.02 0.03 0.05 0.10 0.03 0.27 −0.12 −0.21 −0.01 0.07 0.06 −0.07 −0.03 0.02 −0.04 0.06 −0.06 0.26 0.01 0.03 −0.10 −0.00 0.05 0.00 0.02 0.00 0.22 0.03 −0.01 0.05 0.04 0.01 −0.07 0.08 0.05 0.05 0.36 0.05 0.10 0.06 0.14 0.06 0.08...
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
36
0.01 −0.03 −0.21 0.06 0.01 0.05 0.10 0.06 0.30 0.10 0.09 0.05 0.68 0.01 −0.02 0.11 0.03 0.00 0.11 0.00 0.04 0.09 −0.00 0.12 0.01 −0.03 0.03 0.09 0.08 0.03 0.04 0.06 0.01 0.07 −0.00 0.07 0.02 0.06 0.01 0.05 0.05 0.22 0.06 0.04 0.00 0.06 0.05 0.07 0.02 −0.03 −0.08 0.09 0.14 0.04 0.05 0.06 0.23 0.12 0.06 0.09 0.05 0.06 0....
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
37
0.04 0.05 0.06 0.08 0.06 0.07 0.04 0.02 0.05 0.07 0.03 0.05 −0.07 0.04 0.06 −0.01 0.03 −0.01 0.07 −0.00 0.05 0.06 0.00 0.07 0.02 −0.03 −0.03 0.10 0.10 0.05 0.07 0.07 0.11 0.18 0.02 0.09 0.10 0.07 0.01 0.10 0.27 0.05 0.06 0.12 0.07 0.10 0.07 0.00female people indoor baby sea portrait transport flower sky lake structures...
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
38
Time [s]Neg. Log−Likelihood w/o blend w blend 0 5000 100000200040006000800010000 Time [s]Training error w/o blend w blend (a) (b) Figure 7: (a) Correlation matrix ( i.e., pairwise potentials) learned on the Flickr dataset. (b) Blending learning and inference speeds-up training significantly. Deep helps: We tested ...
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
39
and 0.104s for the 2nd order Markov model. The time employed for training the one layer vs. the multi-layer models is approximately the same. Note that our approach is very efficient, as this is the time per iteration to train 831,166 weights. Learned parameters: As shown in the left column of Fig. 4, the learned unary ...
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
40
the linear pairwise function in Eq. (7) by a one-layer MLP, while keeping the other settings identical. For this experiment we utilize a 1st order Markov model. As shown in Fig. 5, our model attains best performance when using a non-linear pairwise function. We found 16 to 64 hidden units for the non-linear pairwise fu...
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
41
is composed out of two subsequent stacks of convolution, rectified linear (ReLU), pooling and local response normalization units. Those are followed by three convolution–ReLU function pairs. Afterwards pooling is applied before two fully-connected–ReLU–dropout combinations are employed to yield the input into a fully co...
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
42
Joint training helps: The mean error for unary only potentials (‘Unary only’), piecewise training (‘PwTrain’) and joint pretraining (‘PreTrainJoint’) is 9.36%, 7.70% and 7.25% respectively. Similar to the Word50 dataset we observe that joint training is beneficial. We provide examples for perfect (two left-most images),...
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
43
Efficiency of Blending: To illustrate that blending is indeed beneficial we compare the negative log-likelihood and the training error as a function of run-time in Fig. 7(b). The standard approach is limited to 20 iterations of message passing to avoid time-consuming, repeated computation of a stopping criterion involvin...
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
44
(Collobert et al., 2011; Peng et al., 2009; Ma et al., 2012; Do & Artieres, 2010; Prabhavalkar & Fosler-Lussier, 2010; Morris & Fosler-Lussier, 2008) have extended the linear unary potential in MRFs to incorporate non-linearities. However, they assume that exact inference can be performed either via a forward-backward ...
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
45
train convolutional neural networks and a graphical model for pose estimation. However, the MRF inference procedure is approximated by their Spatial-Model which ignores the partition function. Blending learning and inference: In this paper we defined learning to be a min-max task. The blending strategy, which was previo...
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
46
understanding. We will also extend our approach to deal with hidden variables. 9 Accepted as a workshop contribution at ICLR 2015 ACKNOWLEDGMENTS We thank NVIDIA Corporation for the donation of GPUs used in this research. This work was partially funded by ONR-N00014-14-1-0232. REFERENCES Bengio, Y ., Lamblin, P., Popov...
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
47
de Campos, T. E., Babu, B. R., and Varma, M. Character recognition in natural images. In Proc. VISAPP , 2009. Deng, J., Dong, W., Socher, R., Li, L.-J., Li, K., and Fei-Fei, L. Imagenet: A large-scale hierarchical image database. In Proc. CVPR , 2009. Deng, J., Ding, N., Jia, Y ., Frome, A., Murphy, K., Bengio, S., Li,...
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
48
Girshick, R., Donahue, J., Darrell, T., and Malik, J. Rich feature hierarchies for accurate object detection and semantic segmentation. In Proc. CVPR , 2014. Hariharan, B., Arbel ´aez, P., Girshick, R., and Malik, J. Simultaneous detection and segmentation. In Proc. ECCV , 2014. Hazan, T. and Urtasun, R. A Primal-Dual ...
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
49
berkeleyvision.org/ , 2013. Koller, D. and Friedman, N. Probabilistic Graphical Models: Principles and Techniques . MIT Press, 2009. Krizhevsky, A., Sutskever, I., and Hinton, G. E. ImageNet Classification with Deep Convolutional Neural Networks. In Proc. NIPS , 2013. Larochelle, H., Erhan, D., Courville, A., Bergstra, ...
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
50
InProc. ICML , 2014. 10 Accepted as a workshop contribution at ICLR 2015 Ma, J., Peng, J., Wang, S., and Xu, J. A conditional neural fields model for protein threading. Bioinformatics , 2012. Meltzer, T., Globerson, A., and Weiss, Y . Convergent Message Passing Algorithms: a unifying view. In Proc. UAI, 2009. Meshi, O.,...
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
51
Pearl, J. Probabilistic Reasoning in Intelligent Systems: Networks of Plausible Inference . Morgan Kaufmann, 1988. Peng, J., Bo, L., and Xu, J. Conditional Neural Fields. In Proc. NIPS , 2009. Prabhavalkar, R. and Fosler-Lussier, E. Backpropagation training for multilayer conditional random field based phone recognition...
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1407.2538
52
Model for Human Pose Estimation. In Proc. NIPS , 2014. Wainwright, M. J. and Jordan, M. I. Graphical Models, Exponential Families and Variational Inference . Foundations and Trends in Machine Learning, 2008. Wainwright, M. J., Jaakkola, T., and Willsky, A. S. A new class of upper bounds on the log partition function. T...
1407.2538
Learning Deep Structured Models
Many problems in real-world applications involve predicting several random variables which are statistically related. Markov random fields (MRFs) are a great mathematical tool to encode such relationships. The goal of this paper is to combine MRFs with deep learning algorithms to estimate complex representations while ...
http://arxiv.org/pdf/1407.2538
[ "Liang-Chieh Chen", "Alexander G. Schwing", "Alan L. Yuille", "Raquel Urtasun" ]
[ "cs.LG" ]
11 pages including reference
null
cs.LG
20140709
20150427
[]
1409.0473
0
Published as a conference paper at ICLR 2015 NEURAL MACHINE TRANSLATION BYJOINTLY LEARNING TO ALIGN AND TRANSLATE Dzmitry Bahdanau Jacobs University Bremen, Germany KyungHyun Cho Yoshua Bengio Universit ´e de Montr ´eal ABSTRACT Neural machine translation is a recently proposed approach to machine translation. Unlike ...
1409.0473
Neural Machine Translation by Jointly Learning to Align and Translate
Neural machine translation is a recently proposed approach to machine translation. Unlike the traditional statistical machine translation, the neural machine translation aims at building a single neural network that can be jointly tuned to maximize the translation performance. The models proposed recently for neural ma...
http://arxiv.org/pdf/1409.0473
[ "Dzmitry Bahdanau", "Kyunghyun Cho", "Yoshua Bengio" ]
[ "cs.CL", "cs.LG", "cs.NE", "stat.ML" ]
Accepted at ICLR 2015 as oral presentation
null
cs.CL
20140901
20160519
[]
1409.0473
1
we achieve a translation performance comparable to the existing state-of-the-art phrase-based system on the task of English-to-French translation. Furthermore, qualitative analysis reveals that the (soft-)alignments found by the model agree well with our intuition. 1 I NTRODUCTION Neural machine translation is a newly ...
1409.0473
Neural Machine Translation by Jointly Learning to Align and Translate
Neural machine translation is a recently proposed approach to machine translation. Unlike the traditional statistical machine translation, the neural machine translation aims at building a single neural network that can be jointly tuned to maximize the translation performance. The models proposed recently for neural ma...
http://arxiv.org/pdf/1409.0473
[ "Dzmitry Bahdanau", "Kyunghyun Cho", "Yoshua Bengio" ]
[ "cs.CL", "cs.LG", "cs.NE", "stat.ML" ]
Accepted at ICLR 2015 as oral presentation
null
cs.CL
20140901
20160519
[]
1409.0473
2
whole encoder–decoder system, which consists of the encoder and the decoder for a language pair, is jointly trained to maximize the probability of a correct translation given a source sentence. A potential issue with this encoder–decoder approach is that a neural network needs to be able to compress all the necessary i...
1409.0473
Neural Machine Translation by Jointly Learning to Align and Translate
Neural machine translation is a recently proposed approach to machine translation. Unlike the traditional statistical machine translation, the neural machine translation aims at building a single neural network that can be jointly tuned to maximize the translation performance. The models proposed recently for neural ma...
http://arxiv.org/pdf/1409.0473
[ "Dzmitry Bahdanau", "Kyunghyun Cho", "Yoshua Bengio" ]
[ "cs.CL", "cs.LG", "cs.NE", "stat.ML" ]
Accepted at ICLR 2015 as oral presentation
null
cs.CL
20140901
20160519
[]
1409.0473
3
CIFAR Senior Fellow 1arXiv:1409.0473v7 [cs.CL] 19 May 2016 Published as a conference paper at ICLR 2015 The most important distinguishing feature of this approach from the basic encoder–decoder is that it does not attempt to encode a whole input sentence into a single fixed-length vector. Instead, it encodes the inpu...
1409.0473
Neural Machine Translation by Jointly Learning to Align and Translate
Neural machine translation is a recently proposed approach to machine translation. Unlike the traditional statistical machine translation, the neural machine translation aims at building a single neural network that can be jointly tuned to maximize the translation performance. The models proposed recently for neural ma...
http://arxiv.org/pdf/1409.0473
[ "Dzmitry Bahdanau", "Kyunghyun Cho", "Yoshua Bengio" ]
[ "cs.CL", "cs.LG", "cs.NE", "stat.ML" ]
Accepted at ICLR 2015 as oral presentation
null
cs.CL
20140901
20160519
[]
1409.0473
4
Furthermore, qualitative analysis reveals that the proposed model finds a linguistically plausible (soft-)alignment between a source sentence and the corresponding target sentence. 2 B ACKGROUND : NEURAL MACHINE TRANSLATION From a probabilistic perspective, translation is equivalent to finding a target sentence ythat max...
1409.0473
Neural Machine Translation by Jointly Learning to Align and Translate
Neural machine translation is a recently proposed approach to machine translation. Unlike the traditional statistical machine translation, the neural machine translation aims at building a single neural network that can be jointly tuned to maximize the translation performance. The models proposed recently for neural ma...
http://arxiv.org/pdf/1409.0473
[ "Dzmitry Bahdanau", "Kyunghyun Cho", "Yoshua Bengio" ]
[ "cs.CL", "cs.LG", "cs.NE", "stat.ML" ]
Accepted at ICLR 2015 as oral presentation
null
cs.CL
20140901
20160519
[]
1409.0473
5
decodes to a target sentence y. For instance, two recurrent neural networks (RNN) were used by (Cho et al. , 2014a) and (Sutskever et al. , 2014) to encode a variable-length source sentence into a fixed-length vector and to decode the vector into a variable-length target sentence. Despite being a quite new approach, neu...
1409.0473
Neural Machine Translation by Jointly Learning to Align and Translate
Neural machine translation is a recently proposed approach to machine translation. Unlike the traditional statistical machine translation, the neural machine translation aims at building a single neural network that can be jointly tuned to maximize the translation performance. The models proposed recently for neural ma...
http://arxiv.org/pdf/1409.0473
[ "Dzmitry Bahdanau", "Kyunghyun Cho", "Yoshua Bengio" ]
[ "cs.CL", "cs.LG", "cs.NE", "stat.ML" ]
Accepted at ICLR 2015 as oral presentation
null
cs.CL
20140901
20160519
[]
1409.0473
6
Cho et al. (2014a) and Sutskever et al. (2014) upon which we build a novel architecture that learns to align and translate simultaneously. In the Encoder–Decoder framework, an encoder reads the input sentence, a sequence of vectors x= (x1;;xTx), into a vector c.2The most common approach is to use an RNN such that ht...
1409.0473
Neural Machine Translation by Jointly Learning to Align and Translate
Neural machine translation is a recently proposed approach to machine translation. Unlike the traditional statistical machine translation, the neural machine translation aims at building a single neural network that can be jointly tuned to maximize the translation performance. The models proposed recently for neural ma...
http://arxiv.org/pdf/1409.0473
[ "Dzmitry Bahdanau", "Kyunghyun Cho", "Yoshua Bengio" ]
[ "cs.CL", "cs.LG", "cs.NE", "stat.ML" ]
Accepted at ICLR 2015 as oral presentation
null
cs.CL
20140901
20160519
[]
1409.0473
7
2Although most of the previous works (see, e.g., Cho et al. , 2014a; Sutskever et al. , 2014; Kalchbrenner and Blunsom, 2013) used to encode a variable-length input sentence into a fixed-length vector, it is not necessary, and even it may be beneficial to have a variable-length vector, as we will show later. 2 Published ...
1409.0473
Neural Machine Translation by Jointly Learning to Align and Translate
Neural machine translation is a recently proposed approach to machine translation. Unlike the traditional statistical machine translation, the neural machine translation aims at building a single neural network that can be jointly tuned to maximize the translation performance. The models proposed recently for neural ma...
http://arxiv.org/pdf/1409.0473
[ "Dzmitry Bahdanau", "Kyunghyun Cho", "Yoshua Bengio" ]
[ "cs.CL", "cs.LG", "cs.NE", "stat.ML" ]
Accepted at ICLR 2015 as oral presentation
null
cs.CL
20140901
20160519
[]
1409.0473
8
wheregis a nonlinear, potentially multi-layered, function that outputs the probability of yt, andstis the hidden state of the RNN. It should be noted that other architectures such as a hybrid of an RNN and a de-convolutional neural network can be used (Kalchbrenner and Blunsom, 2013). 3 L EARNING TO ALIGN AND TRANSLATE...
1409.0473
Neural Machine Translation by Jointly Learning to Align and Translate
Neural machine translation is a recently proposed approach to machine translation. Unlike the traditional statistical machine translation, the neural machine translation aims at building a single neural network that can be jointly tuned to maximize the translation performance. The models proposed recently for neural ma...
http://arxiv.org/pdf/1409.0473
[ "Dzmitry Bahdanau", "Kyunghyun Cho", "Yoshua Bengio" ]
[ "cs.CL", "cs.LG", "cs.NE", "stat.ML" ]
Accepted at ICLR 2015 as oral presentation
null
cs.CL
20140901
20160519
[]