English

AugOp: Inject Transformation into Neural Operator

Machine Learning 2023-06-21 v2 Computer Vision and Pattern Recognition

Abstract

In this paper, we propose a simple and general approach to augment regular convolution operator by injecting extra group-wise transformation during training and recover it during inference. Extra transformation is carefully selected to ensure it can be merged with regular convolution in each group and will not change the topological structure of regular convolution during inference. Compared with regular convolution operator, our approach (AugConv) can introduce larger learning capacity to improve model performance during training but will not increase extra computational overhead for model deployment. Based on ResNet, we utilize AugConv to build convolutional neural networks named AugResNet. Result on image classification dataset Cifar-10 shows that AugResNet outperforms its baseline in terms of model performance.

Cite

@article{arxiv.2211.12514,
  title  = {AugOp: Inject Transformation into Neural Operator},
  author = {Longqing Ye},
  journal= {arXiv preprint arXiv:2211.12514},
  year   = {2023}
}

Comments

The results are greatly influenced by random seeds. The conclusion may be wrong

R2 v1 2026-06-28T06:37:19.546Z