paper-with-me

Papers

Exploring Cross-model Neuronal Correlations in the Context of Predicting Model Performance and Generalizability

2024-08-15 · Haniyeh Ehsani Oskouie, Lionel Levine, Majid Sarrafzadeh

As Artificial Intelligence (AI) models are increasingly integrated into critical systems, the need for a robust framework to establish the trustworthiness of AI is increasingly paramount. While collaborative efforts have established conceptual foundations for such a framework, there remains a significant gap in developing concrete, technically robust methods for assessing AI model quality and performance. A critical drawback in the traditional methods for assessing the validity and generalizability of models is their dependence on internal developer datasets, rendering it challenging to independently assess and verify their performance claims. This paper introduces a novel approach for assessing a newly trained model's performance based on another known model by calculating correlation between neural networks. The proposed method evaluates correlations by determining if, for each neuron in one network, there exists a neuron in the other network that produces similar output. This approach has implications for memory efficiency, allowing for the use of smaller networks when high correlation exists between networks of different sizes. Additionally, the method provides insights into robustness, suggesting that if two highly correlated networks are compared and one demonstrates robustness when operating in production environments, the other is likely to exhibit similar robustness. This contribution advances the technical toolkit for responsible AI, supporting more comprehensive and nuanced evaluations of AI models to ensure their safe and effective deployment. Code is available at https://github.com/aheldis/Cross-model-correlation.git.

📄 PDF Abstract BibTeX arXiv:2408.08448

Code (1)

aheldis/Cross-model-correlation 공식 구현

Tasks

model

Similar Papers 제목 키워드 기반

Exploring Biological Neuronal Correlations with Quantum Generative Models

2024-09-13 · Vinicius Hernandes, Eliska Greplova

Understanding of how biological neural networks process information is one of the biggest open scientific questions of our time. Advances in machine learning and artificial neural networks have enabled the modeling of ne…

Quantum Machine Learning

Correlation in Neuronal Calcium Spiking: Quantification based on Empirical Mutual Information Rate

2021-05-07 · Sathish Ande, Srinivas Avasarala, Ajith Karunarathne, Lopamudra Giri 외

Quantification of neuronal correlations in neuron populations helps us to understand neural coding rules. Such quantification could also reveal how neurons encode information in normal and disease conditions like Alzheim…

Decoding Neuronal Networks: A Reservoir Computing Approach for Predicting Connectivity and Functionality

2023-11-06 · Ilya Auslender, Giorgio Letti, Yasaman Heydari, Clara Zaccaria 외

In this study, we address the challenge of analyzing electrophysiological measurements in neuronal networks. Our computational model, based on the Reservoir Computing Network (RCN) architecture, deciphers spatio-temporal…

Neuronal correlations shape the scaling behavior of memory capacity and nonlinear computational capability of recurrent neural networks

2025-04-28 · Shotaro Takasu, Toshio Aoyagi

Reservoir computing is a powerful framework for real-time information processing, characterized by its high computational ability and quick learning, with applications ranging from machine learning to biological systems.…

A new inference approach for training shallow and deep generalized linear models of noisy interacting neurons

2020-06-11 · NeurIPS 2020 12 · Gabriel Mahuas, Giulio Isacchini, Olivier Marre, Ulisse Ferrari 외

Generalized linear models are one of the most efficient paradigms for predicting the correlated stochastic activity of neuronal networks in response to external stimuli, with applications in many brain areas. However, wh…