If the purpose of dilated convolution is to extend receptive fields (extract image features from distant regions) and kernel 5x5 with mirror padding is also able to get the feature from distant regions. Why do people more often use the dilated convolution over kernel 5x5?
Thank you.