DeepLab: Semantic Image Segmentation with Deep Convolutional Nets, Atrous Convolution, and Fully Connected CRFs. Chen, L., Papandreou, G., Kokkinos, I., Murphy, K., & Yuille, A., L. IEEE Transactions on Pattern Analysis and Machine Intelligence, 40(4):834-848, 4, 2018. Paper doi abstract bibtex In this work we address the task of semantic image segmentation with Deep Learning and make three main contributions that are experimentally shown to have substantial practical merit. First, we highlight convolution with upsampled filters, or `atrous convolution', as a powerful tool in dense prediction tasks. Atrous convolution allows us to explicitly control the resolution at which feature responses are computed within Deep Convolutional Neural Networks. It also allows us to effectively enlarge the field of view of filters to incorporate larger context without increasing the number of parameters or the amount of computation. Second, we propose atrous spatial pyramid pooling (ASPP) to robustly segment objects at multiple scales. ASPP probes an incoming convolutional feature layer with filters at multiple sampling rates and effective fields-of-views, thus capturing objects as well as image context at multiple scales. Third, we improve the localization of object boundaries by combining methods from DCNNs and probabilistic graphical models. The commonly deployed combination of max-pooling and downsampling in DCNNs achieves invariance but has a toll on localization accuracy. We overcome this by combining the responses at the final DCNN layer with a fully connected Conditional Random Field (CRF), which is shown both qualitatively and quantitatively to improve localization performance. Our proposed “DeepLab” system sets the new state-of-art at the PASCAL VOC-2012 semantic image segmentation task, reaching 79.7 percent mIOU in the test set, and advances the results on three other datasets: PASCAL-Context, PASCAL-Person-Part, and Cityscapes. All of our code is made publicly available online.
@article{
title = {DeepLab: Semantic Image Segmentation with Deep Convolutional Nets, Atrous Convolution, and Fully Connected CRFs},
type = {article},
year = {2018},
keywords = {Computational modeling,Context,Convolution,Convolutional neural networks,Image resolution,Image segmentation,Neural networks,Semantics,atrous convolution,conditional random fields,semantic segmentation},
pages = {834-848},
volume = {40},
month = {4},
id = {b8d89de8-1798-3802-8ee7-262c654d7ce1},
created = {2022-03-28T09:45:06.185Z},
file_attached = {true},
profile_id = {235249c2-3ed4-314a-b309-b1ea0330f5d9},
group_id = {1ff583c0-be37-34fa-9c04-73c69437d354},
last_modified = {2022-04-01T09:16:13.873Z},
read = {false},
starred = {false},
authored = {false},
confirmed = {true},
hidden = {false},
citation_key = {chenDeepLabSemanticImage2018},
source_type = {article},
short_title = {DeepLab},
notes = {Conference Name: IEEE Transactions on Pattern Analysis and Machine Intelligence},
private_publication = {false},
abstract = {In this work we address the task of semantic image segmentation with Deep Learning and make three main contributions that are experimentally shown to have substantial practical merit. First, we highlight convolution with upsampled filters, or `atrous convolution', as a powerful tool in dense prediction tasks. Atrous convolution allows us to explicitly control the resolution at which feature responses are computed within Deep Convolutional Neural Networks. It also allows us to effectively enlarge the field of view of filters to incorporate larger context without increasing the number of parameters or the amount of computation. Second, we propose atrous spatial pyramid pooling (ASPP) to robustly segment objects at multiple scales. ASPP probes an incoming convolutional feature layer with filters at multiple sampling rates and effective fields-of-views, thus capturing objects as well as image context at multiple scales. Third, we improve the localization of object boundaries by combining methods from DCNNs and probabilistic graphical models. The commonly deployed combination of max-pooling and downsampling in DCNNs achieves invariance but has a toll on localization accuracy. We overcome this by combining the responses at the final DCNN layer with a fully connected Conditional Random Field (CRF), which is shown both qualitatively and quantitatively to improve localization performance. Our proposed “DeepLab” system sets the new state-of-art at the PASCAL VOC-2012 semantic image segmentation task, reaching 79.7 percent mIOU in the test set, and advances the results on three other datasets: PASCAL-Context, PASCAL-Person-Part, and Cityscapes. All of our code is made publicly available online.},
bibtype = {article},
author = {Chen, Liang-Chieh and Papandreou, George and Kokkinos, Iasonas and Murphy, Kevin and Yuille, Alan L},
doi = {10.1109/TPAMI.2017.2699184},
journal = {IEEE Transactions on Pattern Analysis and Machine Intelligence},
number = {4}
}
Downloads: 0
{"_id":"9954eJyGKseKFTAyH","bibbaseid":"chen-papandreou-kokkinos-murphy-yuille-deeplabsemanticimagesegmentationwithdeepconvolutionalnetsatrousconvolutionandfullyconnectedcrfs-2018","downloads":0,"creationDate":"2019-03-27T01:00:55.570Z","title":"DeepLab: Semantic Image Segmentation with Deep Convolutional Nets, Atrous Convolution, and Fully Connected CRFs","author_short":["Chen, L.","Papandreou, G.","Kokkinos, I.","Murphy, K.","Yuille, A., L."],"year":2018,"bibtype":"article","biburl":"https://bibbase.org/service/mendeley/bfbbf840-4c42-3914-a463-19024f50b30c","bibdata":{"title":"DeepLab: Semantic Image Segmentation with Deep Convolutional Nets, Atrous Convolution, and Fully Connected CRFs","type":"article","year":"2018","keywords":"Computational modeling,Context,Convolution,Convolutional neural networks,Image resolution,Image segmentation,Neural networks,Semantics,atrous convolution,conditional random fields,semantic segmentation","pages":"834-848","volume":"40","month":"4","id":"b8d89de8-1798-3802-8ee7-262c654d7ce1","created":"2022-03-28T09:45:06.185Z","file_attached":"true","profile_id":"235249c2-3ed4-314a-b309-b1ea0330f5d9","group_id":"1ff583c0-be37-34fa-9c04-73c69437d354","last_modified":"2022-04-01T09:16:13.873Z","read":false,"starred":false,"authored":false,"confirmed":"true","hidden":false,"citation_key":"chenDeepLabSemanticImage2018","source_type":"article","short_title":"DeepLab","notes":"Conference Name: IEEE Transactions on Pattern Analysis and Machine Intelligence","private_publication":false,"abstract":"In this work we address the task of semantic image segmentation with Deep Learning and make three main contributions that are experimentally shown to have substantial practical merit. First, we highlight convolution with upsampled filters, or `atrous convolution', as a powerful tool in dense prediction tasks. Atrous convolution allows us to explicitly control the resolution at which feature responses are computed within Deep Convolutional Neural Networks. It also allows us to effectively enlarge the field of view of filters to incorporate larger context without increasing the number of parameters or the amount of computation. Second, we propose atrous spatial pyramid pooling (ASPP) to robustly segment objects at multiple scales. ASPP probes an incoming convolutional feature layer with filters at multiple sampling rates and effective fields-of-views, thus capturing objects as well as image context at multiple scales. Third, we improve the localization of object boundaries by combining methods from DCNNs and probabilistic graphical models. The commonly deployed combination of max-pooling and downsampling in DCNNs achieves invariance but has a toll on localization accuracy. We overcome this by combining the responses at the final DCNN layer with a fully connected Conditional Random Field (CRF), which is shown both qualitatively and quantitatively to improve localization performance. Our proposed “DeepLab” system sets the new state-of-art at the PASCAL VOC-2012 semantic image segmentation task, reaching 79.7 percent mIOU in the test set, and advances the results on three other datasets: PASCAL-Context, PASCAL-Person-Part, and Cityscapes. All of our code is made publicly available online.","bibtype":"article","author":"Chen, Liang-Chieh and Papandreou, George and Kokkinos, Iasonas and Murphy, Kevin and Yuille, Alan L","doi":"10.1109/TPAMI.2017.2699184","journal":"IEEE Transactions on Pattern Analysis and Machine Intelligence","number":"4","bibtex":"@article{\n title = {DeepLab: Semantic Image Segmentation with Deep Convolutional Nets, Atrous Convolution, and Fully Connected CRFs},\n type = {article},\n year = {2018},\n keywords = {Computational modeling,Context,Convolution,Convolutional neural networks,Image resolution,Image segmentation,Neural networks,Semantics,atrous convolution,conditional random fields,semantic segmentation},\n pages = {834-848},\n volume = {40},\n month = {4},\n id = {b8d89de8-1798-3802-8ee7-262c654d7ce1},\n created = {2022-03-28T09:45:06.185Z},\n file_attached = {true},\n profile_id = {235249c2-3ed4-314a-b309-b1ea0330f5d9},\n group_id = {1ff583c0-be37-34fa-9c04-73c69437d354},\n last_modified = {2022-04-01T09:16:13.873Z},\n read = {false},\n starred = {false},\n authored = {false},\n confirmed = {true},\n hidden = {false},\n citation_key = {chenDeepLabSemanticImage2018},\n source_type = {article},\n short_title = {DeepLab},\n notes = {Conference Name: IEEE Transactions on Pattern Analysis and Machine Intelligence},\n private_publication = {false},\n abstract = {In this work we address the task of semantic image segmentation with Deep Learning and make three main contributions that are experimentally shown to have substantial practical merit. First, we highlight convolution with upsampled filters, or `atrous convolution', as a powerful tool in dense prediction tasks. Atrous convolution allows us to explicitly control the resolution at which feature responses are computed within Deep Convolutional Neural Networks. It also allows us to effectively enlarge the field of view of filters to incorporate larger context without increasing the number of parameters or the amount of computation. Second, we propose atrous spatial pyramid pooling (ASPP) to robustly segment objects at multiple scales. ASPP probes an incoming convolutional feature layer with filters at multiple sampling rates and effective fields-of-views, thus capturing objects as well as image context at multiple scales. Third, we improve the localization of object boundaries by combining methods from DCNNs and probabilistic graphical models. The commonly deployed combination of max-pooling and downsampling in DCNNs achieves invariance but has a toll on localization accuracy. We overcome this by combining the responses at the final DCNN layer with a fully connected Conditional Random Field (CRF), which is shown both qualitatively and quantitatively to improve localization performance. Our proposed “DeepLab” system sets the new state-of-art at the PASCAL VOC-2012 semantic image segmentation task, reaching 79.7 percent mIOU in the test set, and advances the results on three other datasets: PASCAL-Context, PASCAL-Person-Part, and Cityscapes. All of our code is made publicly available online.},\n bibtype = {article},\n author = {Chen, Liang-Chieh and Papandreou, George and Kokkinos, Iasonas and Murphy, Kevin and Yuille, Alan L},\n doi = {10.1109/TPAMI.2017.2699184},\n journal = {IEEE Transactions on Pattern Analysis and Machine Intelligence},\n number = {4}\n}","author_short":["Chen, L.","Papandreou, G.","Kokkinos, I.","Murphy, K.","Yuille, A., L."],"urls":{"Paper":"https://bibbase.org/service/mendeley/bfbbf840-4c42-3914-a463-19024f50b30c/file/54e6b9b5-f933-f589-7439-c469807a7c0e/Chen_et_al___2018___DeepLab_Semantic_Image_Segmentation_with_Deep_Con.pdf.pdf"},"biburl":"https://bibbase.org/service/mendeley/bfbbf840-4c42-3914-a463-19024f50b30c","bibbaseid":"chen-papandreou-kokkinos-murphy-yuille-deeplabsemanticimagesegmentationwithdeepconvolutionalnetsatrousconvolutionandfullyconnectedcrfs-2018","role":"author","keyword":["Computational modeling","Context","Convolution","Convolutional neural networks","Image resolution","Image segmentation","Neural networks","Semantics","atrous convolution","conditional random fields","semantic segmentation"],"metadata":{"authorlinks":{}},"downloads":0},"search_terms":["deeplab","semantic","image","segmentation","deep","convolutional","nets","atrous","convolution","fully","connected","crfs","chen","papandreou","kokkinos","murphy","yuille"],"keywords":["computational modeling","context","convolution","convolutional neural networks","image resolution","image segmentation","neural networks","semantics","atrous convolution","conditional random fields","semantic segmentation"],"authorIDs":[],"dataSources":["M8pbA37dQECNJ7i5D","ya2CyA73rpZseyrZ8","2252seNhipfTmjEBQ"]}