paper-with-me

홈 › Papers

Parametric PerceptNet: A bio-inspired deep-net trained for Image Quality Assessment

2024-12-04 · Jorge Vila-Tomás, Pablo Hernández-Cámara, Valero Laparra, Jesús Malo

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.

📄 PDF Abstract BibTeX arXiv:2412.03210

Code (1)

Jorgvt/PerceptualTests 공식 구현

Tasks

Image Quality Assessmentregression

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

PerceptNet: A Human Visual System Inspired Neural Network for Estimating Perceptual Distance

2019-10-28 · Alexander Hepburn, Valero Laparra, Jesús Malo, Ryan McConville 외

Traditionally, the vision community has devised algorithms to estimate the distance between an original image and images that have been subject to perturbations. Inspiration was usually taken from the human visual percep…

Perceptual Distance

PerceptNet: Learning Perceptual Similarity of Haptic Textures in Presence of Unorderable Triplets

2019-05-08 · Priyadarshini Kumari, Siddhartha Chaudhuri, Subhasis Chaudhuri

In order to design haptic icons or build a haptic vocabulary, we require a set of easily distinguishable haptic signals to avoid perceptual ambiguity, which in turn requires a way to accurately estimate the perceptual (d…

Triplet

From Images to Perception: Emergence of Perceptual Properties by Reconstructing Images

2025-08-14 · Pablo Hernández-Cámara, Jesus Malo, Valero Laparra arxiv

A number of scientists suggested that human visual perception may emerge from image statistics, shaping efficient neural representations in early vision. In this work, a bio-inspired architecture that can accommodate sev…

Image Reconstruction

A Turing Test for Artificial Nets devoted to model Human Vision

2025-02-02 · Jorge Vila-Tomás, Pablo Hernández-Cámara, Qiang Li, Valero Laparra 외

In this 2022 work we argued that, despite claims about successful modeling of the visual brain using artificial nets, the problem is far from being solved (even for low-level vision). Examples of open issues include: whe…

Image SegmentationSemantic Segmentation

Nonparametric Generative Modeling with Conditional Sliced-Wasserstein Flows

2023-05-03 · Chao Du, Tianbo Li, Tianyu Pang, Shuicheng Yan 외

Sliced-Wasserstein Flow (SWF) is a promising approach to nonparametric generative modeling but has not been widely adopted due to its suboptimal generative quality and lack of conditional modeling capabilities. In this w…