1. The document proposes a novel filter basis learning method to reduce the number of parameters in CNNs. It approximates original filters using a lightweight convolution and linear projection.
2. The method splits 3D filters along the input channel dimension and represents each split as a basic element. It assumes the ensemble of basic elements can be represented by linear combinations of a basis.
3. The method achieves state-of-the-art compression performance on both high-level and low-level vision tasks. It generalizes prior work by changing the number of splits, leading to a unified formulation of different filter decomposition methods.