畳み込み層は、ディープラーニングの成功の背後にある主要な原動力です。ポイントワイズコンボリューション(PWC)は、主にパラメーターの削減に使用される1x1コンボリューションフィルターです。ただし、PWCは処理中のポイント周辺の空間情報を無視します。全体的なパラメーターと計算を減らすために、この設計は選択によります。ただし、このPWCの欠点はネットワークパフォーマンスに大きな影響を与えると仮定しています。入力からの空間情報を効率的に使用する、ポイントワイズ畳み込みの代替設計を提案します。この設計により、パラメータと計算の数を大幅に増やすことなく、ネットワークのパフォーマンスが大幅に向上します。私たちの実験により、設計により、分類と検出のためのネットワークのパフォーマンスが大幅に改善されることが示されています。
Convolutional layers are a major driving force behind the successes of deep learning. Pointwise convolution (PWC) is a 1x1 convolutional filter that is primarily used for parameter reduction. However, the PWC ignores the spatial information around the points it is processing. This design is by choice, in order to reduce the overall parameters and computations. However, we hypothesize that this shortcoming of PWC has a significant impact on the network performance. We propose an alternative design for pointwise convolution, which uses spatial information from the input efficiently. Our design significantly improves the performance of the networks without substantially increasing the number of parameters and computations. We experimentally show that our design results in significant improvement in the performance of the network for classification as well as detection.