Temporally Resolution Decrement: Utilizing the Shape Consistency for Higher Computational Efficiency
Tianshu Xie, Xuan Cheng, Minghui Liu, Jiali Deng, Xiaomin Wang, Ming, Liu

TL;DR
This paper introduces Temporally Resolution Decrement, a training strategy that reduces image resolution over time to enhance CNN efficiency and accuracy by emphasizing shape over texture.
Contribution
The proposed method leverages shape consistency through resolution decrement during training, significantly improving CNN training and inference efficiency without extra data or distillation.
Findings
ResNet-50 accuracy improved from 76.32% to 77.71% with only 33% computation.
Achieved 80.42% top-1 accuracy on ImageNet with 37.5% less computation.
Method outperforms previous approaches on efficiency and accuracy benchmarks.
Abstract
Image resolution that has close relations with accuracy and computational cost plays a pivotal role in network training. In this paper, we observe that the reduced image retains relatively complete shape semantics but loses extensive texture information. Inspired by the consistency of the shape semantics as well as the fragility of the texture information, we propose a novel training strategy named Temporally Resolution Decrement. Wherein, we randomly reduce the training images to a smaller resolution in the time domain. During the alternate training with the reduced images and the original images, the unstable texture information in the images results in a weaker correlation between the texture-related patterns and the correct label, naturally enforcing the model to rely more on shape properties that are robust and conform to the human decision rule. Surprisingly, our approach greatly…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Vision and Imaging · Advanced Neural Network Applications · Advanced Image Processing Techniques
