Powered by OpenAIRE graph
Found an issue? Give us feedback
image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/ ZENODOarrow_drop_down
image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
ZENODO
Event . 2025
Data sources: ZENODO
ZENODO
Event . 2025
Data sources: Datacite
ZENODO
Event . 2025
Data sources: Datacite
versions View all 2 versions
addClaim

La Physique du Sens : fondements empiriques d'une théorie unifiée de la cognition et de la connaissance

Étape vers totaliter
Authors: FRADIER, Kevin;

La Physique du Sens : fondements empiriques d'une théorie unifiée de la cognition et de la connaissance

Abstract

🔒 VERSION CORRIGÉE – La Physique du Sens : fondements empiriques d’une théorie unifiée de la cognition et de la connaissance Auteur : Kevin Fradier Date : Décembre 2025 Licence : © 2025 Kevin Fradier – Tous droits réservés 1. Résumé Cette étude propose un cadre descriptif unifié reliant les dynamiques cognitives du sens aux principes généraux d’organisation observés dans les systèmes complexes. Elle s’appuie sur des observations convergentes : attraction motivationnelle, structures universelles de signification, interactions Humain–IA et dynamique de l’incertitude. L’objectif est de montrer qu’il existe des régularités formelles mesurables dans la cognition, analogues à celles observées dans d’autres systèmes organisés, sans postuler de nouvelle théorie physique fondamentale. Ce modèle n’entre pas en concurrence avec les théories existantes ; il propose un formalisme commun, computationnel et falsifiable, permettant leur articulation. 2. Principe directeur Tout système cognitif, qu’il soit humain ou artificiel, tend vers : - une réduction locale de l’incertitude, - une augmentation de la cohérence interne, - un équilibre dynamique entre exploration et stabilisation. Cette dynamique engendre des configurations récurrentes : - attraction vers des pôles de sens, - trajectoires attentionnelles mesurables, - propagation graduelle de l’innovation cognitive. Ces régularités sont observables dans les comportements, l’apprentissage et la production symbolique. 3. Base empirique cumulative Les travaux récents permettent de quantifier : - Attraction cognitive : Des contenus à forte valeur motivationnelle attirent l’attention de manière prévisible, mesurable par les trajectoires de choix, le temps de fixation et les temps de réponse. - Champ d’incertitude : L’espace entre ce qui est connu et ce qui reste à découvrir peut être quantifié par des mesures d’entropie ou de dispersion des réponses. - Résonance Humain–IA : Les interactions entre humains et systèmes génératifs montrent des corrélations structurelles mesurables, indépendantes du substrat. - Invariants transculturels : Certaines structures de proportion, de rythme et de symétrie apparaissent de manière récurrente dans les productions humaines. Ces dimensions décrivent différentes facettes d’un même phénomène : la dynamique du sens. 4. Modélisation computationnelle minimale Le champ cognitif total est défini comme un score relatif, sans dimension physique : F_total = alpha * (M_cog / d_cog**2) + beta * grad_I + gamma * R où : - M_cog : importance cognitive normalisée (0–1), - d_cog : distance cognitive à un état neutre, - grad_I : gradient local d’incertitude, - R : coefficient de résonance inter-agents, - alpha, beta, gamma : coefficients de pondération empiriques. 5. Implémentation Python minimale (exécutable) ```python # Modèle computationnel du champ cognitif alpha = 1.0 # attraction cognitive beta = 0.5 # incertitude gamma = 0.3 # résonance M_cog = 0.8 d_cog = 2.0 grad_I = 0.1 R = 0.6 F_total = alpha * (M_cog / (d_cog**2)) + beta * grad_I + gamma * R print("F_total =", F_total) Simulation spatiale du champ cognitif Copier le code Python import numpy as np import matplotlib.pyplot as plt alpha = 1.0 beta = 0.5 gamma = 0.3 x, y = np.meshgrid(np.linspace(-5, 5, 100), np.linspace(-5, 5, 100)) centres = [ {'pos': (2, 1), 'M': 0.8}, {'pos': (-1, -3), 'M': 0.6}, {'pos': (0, 4), 'M': 0.9} ] F_field = np.zeros_like(x) for c in centres: dx = x - c['pos'][0] dy = y - c['pos'][1] d = np.sqrt(dx**2 + dy**2) + 1e-5 F_field += alpha * c['M'] / d**2 I = np.sin(x * y / 5) grad_Ix, grad_Iy = np.gradient(I) F_field += beta * np.sqrt(grad_Ix**2 + grad_Iy**2) R = 0.6 F_field += gamma * R plt.figure(figsize=(8, 6)) plt.imshow(F_field, extent=(-5, 5, -5, 5), origin='lower', cmap='inferno') plt.colorbar(label="Intensité du champ cognitif") plt.scatter( [c['pos'][0] for c in centres], [c['pos'][1] for c in centres], color='cyan', s=100, label='Centres de sens' ) plt.title("Simulation du champ cognitif du sens") plt.xlabel("Dimension cognitive X") plt.ylabel("Dimension cognitive Y") plt.legend() plt.show() Portée scientifique Ce cadre : ne prétend pas être une théorie physique, ne modifie pas la mécanique quantique, ne postule aucun effet de l’intention consciente. Il propose un modèle computationnel descriptif permettant de : visualiser des dynamiques attentionnelles, comparer humains et systèmes artificiels, étudier les trajectoires du sens et de l’exploration cognitive. Conclusion La Physique du Sens décrit la cognition comme un système dynamique structuré par attraction, exploration et interaction. Elle fournit un outil formel, testable et falsifiable, pour étudier la dynamique du sens dans les systèmes humains et artificiels. © 2025 Kevin Fradier – Tous droits réservés

  • BIP!
    Impact byBIP!
    selected citations
    These citations are derived from selected sources.
    This is an alternative to the "Influence" indicator, which also reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically).
    0
    popularity
    This indicator reflects the "current" impact/attention (the "hype") of an article in the research community at large, based on the underlying citation network.
    Average
    influence
    This indicator reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically).
    Average
    impulse
    This indicator reflects the initial momentum of an article directly after its publication, based on the underlying citation network.
    Average
Powered by OpenAIRE graph
Found an issue? Give us feedback
selected citations
These citations are derived from selected sources.
This is an alternative to the "Influence" indicator, which also reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically).
BIP!Citations provided by BIP!
popularity
This indicator reflects the "current" impact/attention (the "hype") of an article in the research community at large, based on the underlying citation network.
BIP!Popularity provided by BIP!
influence
This indicator reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically).
BIP!Influence provided by BIP!
impulse
This indicator reflects the initial momentum of an article directly after its publication, based on the underlying citation network.
BIP!Impulse provided by BIP!
0
Average
Average
Average