Feature Map Convergence Evaluation for Functional Module
Ludan Zhang, Chaoyi Chen, Lei He, Keqiang Li
TL;DR
This paper tackles the lack of independent evaluation for the functional modules within autonomous driving perception models by introducing the Feature Map Convergence Score (FMCS) and the Convergence Quantification Indicator (CQI). It defines a principled workflow: quantify model convergence with CQI, segment training into $K$ convergence phases, derive backbones’ feature maps at epoch markers, generate the FMCS-Dataset, and train FMCE-Net to predict FMCS from these feature maps. The authors demonstrate high predictive accuracy of FMCE-Net across multiple datasets and backbones, and visualize Grad-CAM heatmaps to show how convergence corresponds to more localized and meaningful feature focus. This framework offers a new, quantitative paradigm for assessing training maturity of modular components in perception DNNs and could guide targeted optimization in autonomous driving systems. The work lays groundwork for independent module evaluation and points to future extensions to more complex, serially connected architectures.
Abstract
Autonomous driving perception models are typically composed of multiple functional modules that interact through complex relationships to accomplish environment understanding. However, perception models are predominantly optimized as a black box through end-to-end training, lacking independent evaluation of functional modules, which poses difficulties for interpretability and optimization. Pioneering in the issue, we propose an evaluation method based on feature map analysis to gauge the convergence of model, thereby assessing functional modules' training maturity. We construct a quantitative metric named as the Feature Map Convergence Score (FMCS) and develop Feature Map Convergence Evaluation Network (FMCE-Net) to measure and predict the convergence degree of models respectively. FMCE-Net achieves remarkable predictive accuracy for FMCS across multiple image classification experiments, validating the efficacy and robustness of the introduced approach. To the best of our knowledge, this is the first independent evaluation method for functional modules, offering a new paradigm for the training assessment towards perception models.
