Parametric PerceptNet: A bio-inspired deep-net trained for Image Quality Assessment
Jorge Vila-Tomás, Pablo Hernández-Cámara, Valero Laparra, Jesús Malo
TL;DR
This work addresses image quality assessment by merging vision-science knowledge with deep learning through Parametric PerceptNet, a bio-inspired, fully parametric architecture that drastically reduces parameters while preserving interpretability. By enforcing biologically plausible layer functions and careful scaling, the model achieves competitive regression performance with a 3-order-of-magnitude reduction in parameters compared to nonparametric baselines. Ablation and visualization show that parameterizing Gabor and normalization stages preserves biophysical meaning and improves stability, whereas unconstrained training can induce feature spreading and reduce interpretability. The findings highlight the value of physics-informed priors in deep IQA models and motivate developing evaluation metrics beyond pure correlation to ensure human-like behavior and generalization in vision models.
Abstract
Human vision models are at the core of image processing. For instance, classical approaches to the problem of image quality are based on models that include knowledge about human vision. However, nowadays, deep learning approaches have obtained competitive results by simply approaching this problem as regression of human decisions, and training an standard network on human-rated datasets. These approaches have the advantages of being easily adaptable to a particular problem and they fit very efficiently when data is available. However, mainly due to the excess of parameters, they have the problems of lack of interpretability, and over-fitting. Here we propose a vision model that combines the best of both worlds by using a parametric neural network architecture. We parameterize the layers to have bioplausible functionality, and provide a set of bioplausible parameters. We analyzed different versions of the model and compared it with the non-parametric version. The parametric models achieve a three orders of magnitude reduction in the number of parameters without suffering in regression performance. Furthermore, we show that the parametric models behave better during training and are easier to interpret as vision models. Interestingly, we find that, even initialized with bioplausible trained for regression using human rated datasets, which we call the feature-spreading problem. This suggests that the deep learning approach is inherently flawed, and emphasizes the need to evaluate and train models beyond regression.
