🤖 AI Summary
This work establishes instance density—quantified as the number of faces per image—as an intrinsic and measurable dimension of data complexity, and investigates its isolated impact on model performance. By constructing a category-balanced dataset with strictly controlled face counts (1–18 faces per image) through density-controlled sampling from WIDER FACE and Open Images, the study employs multi-task training and hierarchical evaluation to systematically analyze how density affects classification, regression, and detection tasks. The findings reveal a monotonic decline in model performance with increasing density; notably, models trained on low-density data exhibit up to a 4.6-fold increase in counting error when evaluated on high-density scenes. These results uncover a domain shift induced by instance density and elucidate the mechanism through which it leads to model generalization failure.
📝 Abstract
Machine learning progress has historically prioritized model-centric innovations, yet achievable performance is frequently capped by the intrinsic complexity of the data itself. In this work, we isolate and quantify the impact of instance density (measured by face count) as a primary driver of data complexity. Rather than simply observing that ``crowded scenes are harder,''we rigorously control for class imbalance to measure the precise degradation caused by density alone. Controlled experiments on the WIDER FACE and Open Images datasets, restricted to exactly 1 to 18 faces per image with perfectly balanced sampling, reveal that model performance degrades monotonically with increasing face count. This trend holds across classification, regression, and detection paradigms, even when models are fully exposed to the entire density range. Furthermore, we demonstrate that models trained on low-density regimes fail to generalize to higher densities, exhibiting a systematic under-counting bias, with error rates increasing by up to 4.6x, which suggests density acts as a domain shift. These findings establish instance density as an intrinsic, quantifiable dimension of data hardness and motivate specific interventions in curriculum learning and density-stratified evaluation.