探究数据量、模型复杂度和输入模态对视觉泛化的影响
An Empirical Study of Data Scale, Model Complexity, and Input Modalities in Visual Generalization

- 通过控制变量实验,分析数据量与模型复杂度的独立影响
- 数据量增加显著提升泛化性能,模型复杂度提升无稳定收益
- 去色降低性能,边缘等先验特征效果因模型而异
现代深度神经网络参数量大、结构非线性分层,已在计算机视觉中表现优异,但其泛化能力难以用传统统计学习理论解释。数据规模、模型复杂度和输入模态是影响视觉泛化的关键可控因素。本研究通过实证分析三者对模型泛化性能的影响。初步实验构建一维非线性函数,改变训练样本数与多项式阶数,观察数据规模与模型复杂度的影响。主实验在CIFAR-10和CIFAR-100上比较不同数据规模、模型架构与输入模态下的性能。结果表明:增加训练数据规模能持续提升泛化性能;模型复杂度变化未带来稳定增益;去除颜色信息会降低性能;梯度、边缘、小波等显式先验特征的效果在不同模型间不一致。研究提供了数据规模、模型复杂度、输入模态与视觉泛化之间关系的实证分析。代码与实验日志见:https://github.com/YidiZhouluo/DeepLearning-Empirical-Studies/tree/main/Exp_01。
原文摘要 · Abstract (English)
Modern deep neural networks usually have large parameter scales and nonlinear hierarchical structures, and they have achieved strong performance in computer vision. However, the source of their generalization performance remains difficult to explain using traditional statistical learning theory. Among the factors that may affect visual generalization, data scale, model complexity, and input modalities are fundamental and controllable variables. This study empirically analyzes how these three factors influence model generalization performance. Specifically, in a preliminary experiment, we construct a one-dimensional nonlinear function and vary the number of training samples and the polynomial degree to observe the effects of data scale and model complexity on model performance. In the main experiments, we compare model performance on CIFAR-10 and CIFAR-100 under different training data scales, model architectures, and input modalities. The experimental results show that increasing the training data scale consistently improves generalization performance, whereas changes in model complexity do not provide stable gains. In addition, removing color information degrades model performance, while explicit prior features such as gradients, edges, and wavelets have inconsistent effects across different model architectures. Overall, this study provides an empirical analysis of the relationships among data scale, model complexity, input modalities, and visual generalization performance. Code and experimental logs are available at: https://github.com/YidiZhouluo/DeepLearning-Empirical-Studies/tree/main/Exp_01.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。