Litcius/Paper detail

SMPConv: Self-Moving Point Representations for Continuous Convolution

Sanghyeon Kim, Eunbyung Park

202316 citationsDOI

Abstract

Continuous convolution has recently gained prominence due to its ability to handle irregularly sampled data and model long-term dependency. Also, the promising experimental results of using large convolutional kernels have catalyzed the development of continuous convolution since they can construct large kernels very efficiently. Lever-aging neural networks, more specifically multilayer perceptrons (MLPs), is by far the most prevalent approach to implementing continuous convolution. However, there are a few drawbacks, such as high computational costs, complex hyperparameter tuning, and limited descriptive power of filters. This paper suggests an alternative approach to building a continuous convolution without neural networks, resulting in more computationally efficient and improved performance. We present self-moving point representations where weight parameters freely move, and interpolation schemes are used to implement continuous functions. When applied to construct convolutional kernels, the experimental results have shown improved performance with drop-in replacement in the existing frame-works. Due to its lightweight structure, we are first to demonstrate the effectiveness of continuous convolution in a large-scale setting, e.g., ImageNet, presenting the improvements over the prior arts. Our code is available on https://github.com/sangnekim/SMPConv

Topics & Concepts

Computer scienceConvolution (computer science)Construct (python library)HyperparameterInterpolation (computer graphics)Convolutional neural networkAlgorithmFrame (networking)PerceptronArtificial intelligenceTheoretical computer scienceMathematical optimizationArtificial neural networkMathematicsProgramming languageTelecommunicationsAdvanced Neural Network ApplicationsMedical Image Segmentation TechniquesHuman Pose and Action Recognition
SMPConv: Self-Moving Point Representations for Continuous Convolution | Litcius