πŸ’­

Cognitive Science

Mind, perception, memory, and consciousness

23
Open Unknowns
39
Cross-Domain Bridges
10
Active Hypotheses

Cross-Domain Bridges

Bridge Aesthetic preference correlates with intermediate algorithmic complexity: Birkhoff's measure M = O/C, Kolmogorov complexity, and fractal dimension operationalise the information-theoretic "sweet spot" between randomness and repetition, unifying aesthetics with mathematics and cognitive science.

Fields: Aesthetics, Cognitive Science, Information Theory, Mathematics, Music Cognition, Visual Neuroscience

Birkhoff (1933) defined aesthetic measure as M = O/C β€” order divided by complexity. High order with low complexity (a single constant tone, a uniform colour field) has M β†’ ∞ but is perceived as boring...

Bridge Mirror neurons fire both when executing an action and when observing another perform it β€” providing the neural substrate for motor empathy, aesthetic experience, and imitation learning, with direct implications for understanding the uncanny valley, embodied simulation in art viewing, and the neural basis of social cognition.

Fields: Art And Cognition, Neuroscience, Cognitive Science, Social Neuroscience, Aesthetics

Rizzolatti et al. (1996) discovered "mirror neurons" in macaque premotor cortex (area F5) that fire both when the monkey executes a specific hand action (grasping) and when it observes another individ...

Bridge Theory of Mind β€” the ability to attribute mental states (beliefs, desires, intentions) to others β€” bridges comparative animal cognition and social-cognitive neuroscience, with the false-belief task as the canonical behavioral assay and mPFC-TPJ-STS as the neural substrate, while Dunbar's social brain hypothesis links neocortex size to social group size across primates.

Fields: Biology, Social Science, Cognitive Science, Neuroscience, Comparative Psychology

Theory of Mind (ToM) was formalized by Premack & Woodruff (1978) with the question "do chimpanzees have a theory of mind?" β€” a bridge between animal cognition (biology) and mental-state attribution (s...

Bridge The efficient coding hypothesis (Barlow 1961) unifies sensory neuroscience and information theory: retinal whitening, V1 Gabor receptive fields, and auditory log-frequency tuning all follow from maximizing Shannon information transmission per unit metabolic cost.

Fields: Neuroscience, Cognitive Science, Information Theory, Sensory Physiology, Computational Neuroscience

Barlow (1961) proposed that the goal of sensory processing is to represent the environment using the minimum number of active neurons β€” equivalently, to maximize the Shannon mutual information I(stimu...

Bridge Lakoff and Johnson's conceptual metaphor theory (MORE IS UP, ARGUMENT IS WAR) is grounded in embodied cognition β€” abstract concepts recruit sensorimotor cortex because they are structured by bodily experience, bridging linguistic structure to neural substrate to bodily interaction with the physical world.

Fields: Cognitive Science, Linguistics, Neuroscience, Embodied Cognition, Philosophy Of Mind

CONCEPTUAL METAPHOR (Lakoff & Johnson 1980): Abstract concepts are structured by concrete bodily experience: - MORE IS UP: "prices are rising", "spirits lifted", "high hopes" - ARGUMENT IS WAR: "attac...

Bridge Distributional semantic models (word2vec, GloVe) produce vector representations that predict human semantic similarity judgments, priming latencies, and neural activation patterns in inferior temporal cortex, formalizing the distributional hypothesis of meaning

Fields: Cognitive Science, Linguistics, Computer Science

The cosine similarity between word vectors trained on large corpora predicts human semantic similarity ratings (Pearson r ~ 0.8) and word association norms, because both reflect the co-occurrence stat...

Bridge Children acquire concepts and causal rules with remarkable speed and generalization from sparse data, a phenomenon explained by Bayesian concept learning β€” probabilistic inference over hypothesis spaces with strong structural priors, bridging cognitive science and Bayesian statistics.

Fields: Cognitive Science, Mathematics, Statistics

Tenenbaum & Griffiths (2001) showed that human concept learning matches Bayesian inference: given n positive examples of a concept, the learner infers the most probable hypothesis h by computing P(h|d...

Bridge Friston's free energy principle β€” biological systems minimise variational free energy F = E_q[log q(s) βˆ’ log p(s,o)] β€” is formally identical to variational inference in machine learning and to Helmholtz free energy in thermodynamics, unifying perception, action, homeostasis, and learning.

Fields: Cognitive Science, Physics, Neuroscience, Machine Learning, Thermodynamics, Theoretical Biology

Friston (2010) proposed that all biological self-organisation can be understood as the minimisation of variational free energy F, where: F = E_q[log q(s)] βˆ’ E_q[log p(s,o)] = KL[q(s) || p(s|o)]...

Bridge Collective memory in social groups emerges from distributed cognitive processes across individuals and artifacts, bridging cognitive science and social science through the theory of extended and distributed cognition.

Fields: Cognitive Science, Social Science, Psychology

Edwin Hutchins' distributed cognition framework shows that cognitive processes including memory extend beyond individual brains to encompass social networks and material artifacts; collective memory (...

Bridge The transformer's scaled dot-product attention mechanism is a computational formalisation of neural attention theories from cognitive neuroscience β€” scaled dot-product QΒ·Kα΅€/√d_k implements a soft winner-take-all competition analogous to cortical inhibitory circuits, while self-attention corresponds to lateral inhibition combined with top-down modulatory feedback.

Fields: Computer Science, Neuroscience, Cognitive Science, Machine Learning, Computational Neuroscience

The transformer attention mechanism (Vaswani et al. 2017): Attention(Q, K, V) = softmax(QKα΅€ / √d_k) V operates on queries Q, keys K, and values V. Each output position attends to all input positio...

Bridge The Ellsberg paradox demonstrates that decision-makers prefer known-probability risks over unknown-probability ambiguity (ambiguity aversion), violating Savage's subjective expected utility axioms and requiring Choquet expected utility or maxmin expected utility theories that assign non-additive capacities to ambiguous events

Fields: Economics, Cognitive Science

In the Ellsberg urn experiment (30 red balls + 60 unknown black/yellow balls), most subjects prefer betting on red (known p=1/3) over black (unknown probability) in both direct and reversed conditions...

Bridge Prospect theory formalizes cognitive loss aversion as an asymmetric S-shaped value function with probability weighting, bridging behavioral economics and the psychophysics of decision under uncertainty.

Fields: Behavioral Economics, Cognitive Science, Psychology

Kahneman and Tversky's prospect theory maps the cognitive phenomenon of loss aversion (losses loom approximately twice as large as equivalent gains) onto an asymmetric value function v(x) with v'(x) d...

Bridge Scientific knowledge overload is a channel-capacity problem: the rate of cross-domain insight generation is limited not by the volume of published results but by the bandwidth of the translation layer between domain vocabularies β€” structured cross-domain bridges function as a lossless codec reducing mutual information distance without destroying signal.

Fields: Information Theory, Epistemology, Network Science, Cognitive Science, Library Science, Science Of Science

Shannon's channel capacity theorem (C = B logβ‚‚(1 + S/N)) provides a formal framework for the scientific knowledge overload problem. Consider each scientific domain as a transmitter and each researcher...

Bridge Zipf's law (word frequency proportional to 1/rank) is derivable from the principle of least effort β€” a communication system minimising joint speaker-listener effort converges on a power-law frequency distribution identical to Shannon's optimal coding theorem applied to natural language.

Fields: Linguistics, Information Theory, Cognitive Science, Statistical Physics, Complexity Science

Zipf (1949) observed that the frequency of a word is inversely proportional to its rank in the frequency table: f(r) ∝ 1/r. This power law appears in word frequencies across all natural languages, cit...

Bridge Chomsky's hierarchy of formal grammars (regular, context-free, context-sensitive, recursively enumerable) is isomorphic to a hierarchy of computational automata (finite state machines, pushdown automata, linear-bounded automata, Turing machines), and natural human language sits above context-free in the mildly context-sensitive class.

Fields: Linguistics, Mathematics, Computer Science, Cognitive Science, Formal Language Theory

Chomsky (1956, 1959) identified a hierarchy of formal languages classified by the computational power required to generate or recognize them. The four levels and their automaton equivalences: β€” Type 3...

Bridge Greenberg's linguistic universals β€” cross-linguistic statistical regularities in word order, morphology, and phonology β€” are formalized mathematically as implicational hierarchies and lattice structures: if a language has property X it tends to have property Y, forming partial orders whose structure predicts typological distributions and constrains theories of grammar.

Fields: Linguistics, Mathematics, Cognitive Science

An implicational universal has the form X β†’ Y (not converse): e.g., if a language has VSO order then it has prepositions (but not vice versa). Over n binary typological features, the set of attested l...

Bridge Birdsong exhibits hierarchical combinatorial syntax that maps onto the Chomsky hierarchy of formal languages: simple species generate finite-state (regular) sequences while complex learners such as Bengalese finches produce context-free dependencies, providing a non-human animal test bed for formal language theory

Fields: Ornithology, Linguistics, Cognitive Science

The sequential structure of birdsong syllables can be described by a finite-state automaton (regular grammar, Chomsky Type 3) in species like canaries, but Bengalese finch songs require context-free g...

Bridge Linguistic relativity (Sapir-Whorf) and quantum measurement basis choice both reveal how the observer's representational framework determines what aspects of an underdetermined reality become definite.

Fields: Linguistics, Quantum Mechanics, Philosophy Of Mind, Cognitive Science

Linguistic relativity holds that the language one speaks shapes what aspects of perceptual reality are discriminated and categorised. Quantum measurement theory holds that the choice of measurement ba...

Bridge The optimal stopping secretary problem β€” stop searching when you have seen the best so far after sampling 1/e of candidates β€” is a universal decision rule for search under uncertainty that bridges pure mathematics (measure theory, Wald's equation) with cognitive science (how humans search for mates, jobs, and apartments) and provides a normative benchmark for bounded rational decision making.

Fields: Mathematics, Cognitive Science, Economics, Statistics

The secretary problem asks: given N applicants arriving sequentially, each must be accepted or rejected immediately; how do you maximise the probability of selecting the best? The optimal strategy β€” o...

Bridge Zipf's law (word frequency f_r ∝ r^{-Ξ±}, Ξ± β‰ˆ 1) emerges from entropy maximisation in communication systems β€” it is the signature of a channel operating at maximum communicative efficiency minimising joint speaker-listener effort, and the same power law appears in city sizes, income distributions, citation counts, and any rank-frequency distribution generated by an entropy-maximising process under a frequency constraint.

Fields: Linguistics, Information Theory, Mathematics, Statistical Physics, Cognitive Science

Zipf (1935, 1949) documented that in any natural language corpus the r-th most frequent word has frequency f_r β‰ˆ C / r (Zipf's law, exponent Ξ± = 1 exactly). He proposed a "principle of least effort": ...

Bridge Friston's free energy principle β€” the brain as a hierarchical generative model minimising variational free energy F = KL[q(ΞΈ)||p(ΞΈ|data)] β‰₯ βˆ’log p(data) β€” unifies Bayesian inference, predictive coding, perception, action, and attention as gradient descent on surprise, with clinical implications for hallucination and schizophrenia as precision-weighting failures.

Fields: Mathematics, Neuroscience, Cognitive Science, Statistics, Information Theory

The predictive coding framework (Rao & Ballard 1999) proposes that cortical processing is bidirectional: top-down connections carry predictions xΜ‚_L = f(x_{L+1}) from higher to lower levels, while bot...

Bridge Grid cells in the medial entorhinal cortex fire at positions forming a triangular (hexagonal) lattice across an environment, and this spatial firing pattern is mathematically equivalent to a superposition of three plane waves at 60-degree angles β€” identical to the lowest Fourier basis functions on a hexagonal lattice β€” providing a neural coordinate system whose algebraic properties enable path integration by vector addition in a periodic latent space

Fields: Neuroscience, Mathematics, Cognitive Science

A grid cell's spatial firing field r(x) = sum_{k=1}^{3} cos(k_j . x + phi_j) where k_j are three wave vectors at 60-degree angles with magnitude 2pi/lambda (lambda = grid spacing); this three-wave sup...

Bridge The temporal difference (TD) prediction error Ξ΄_t = r_t + Ξ³V(s_{t+1}) βˆ’ V(s_t) in reinforcement learning is exactly implemented by dopaminergic neurons in the ventral tegmental area β€” firing rates encode Ξ΄: burst on positive surprise, pause on negative surprise, silence on accurate prediction β€” the tightest known neuroscience-AI correspondence.

Fields: Mathematics, Neuroscience, Computer Science, Cognitive Science, Computational Neuroscience

Temporal difference (TD) learning (Sutton 1988; Sutton & Barto 1998) defines the prediction error: Ξ΄_t = r_t + Ξ³V(s_{t+1}) βˆ’ V(s_t), where r_t is the reward received, Ξ³ ∈ (0,1) is the discount factor,...

Bridge Memory reconsolidationβ€”the requirement for new protein synthesis to re- stabilise a memory after retrievalβ€”is mechanistically identical to the late-phase long-term potentiation (L-LTP) that initially encodes the memory: both require NMDA-receptor activation, CaMKII autophosphorylation, CREB-mediated transcription, and de novo synaptic protein synthesis.

Fields: Neuroscience, Molecular Biology, Cognitive Science

Nader, Schafe & LeDoux (2000) showed that infusing the protein synthesis inhibitor anisomycin into the basolateral amygdala immediately after a conditioned-fear memory is reactivated causes amnesia fo...

Bridge The hierarchical organisation of the cortex implements approximate Bayesian inference: higher areas send predictions (priors) downward and receive prediction errors (likelihood signals) upward, minimising free energy (surprise) in a generative model of sensory inputs β€” the predictive coding framework of Rao & Ballard (1999) and Friston's free energy principle.

Fields: Neuroscience, Cognitive Science, Bayesian Inference, Computational Neuroscience

Hierarchical Bayesian inference requires propagating predictions from high- level models downward and prediction errors from low-level observations upward. Rao & Ballard (1999) showed that a two-level...

Bridge Hippocampal sharp-wave ripples (80-120 Hz oscillations during rest and slow-wave sleep) are the neural substrate of memory replay: compressed, time-reversed re-activation of awake experience sequences drives synaptic plasticity and memory consolidation in the neocortex

Fields: Neuroscience, Cognitive Science

During rest and sleep, the hippocampus spontaneously reactivates waking experience sequences at 10-20Γ— compressed timescale within 50-150 ms sharp-wave ripple events; this replay is bidirectional (for...

Bridge Intrinsic motivation and autonomy as defined in self-determination theory are operationalisable as information-theoretic quantities β€” specifically, empowerment (the maximum mutual information between an agent's actions and their future states) and free-energy minimization β€” providing a neurocomputational mechanism for why autonomy need satisfaction predicts psychological well-being.

Fields: Neuroscience, Information Theory, Cognitive Science, Psychology

Ryan and Deci (2000, 27 k citations) established that intrinsic motivation, competence, and autonomy are fundamental psychological needs whose satisfaction predicts well-being. Information theory and ...

Bridge Friston's free-energy / predictive coding framework for hierarchical neural inference is mathematically equivalent to probabilistic hierarchical phrase structure grammar: prediction error in neural processing equals surprisal in syntactic processing, and precision-weighting equals attention over syntactic dependencies.

Fields: Neuroscience, Linguistics, Cognitive Science, Computational Neuroscience

Friston's free-energy principle (2010) proposes that the brain is a hierarchical generative model that minimizes variational free energy F = KL[q(h)||p(h|s)] β‰ˆ complexity - accuracy. At each level, to...

Bridge The placebo effect is a mechanistic consequence of Bayesian predictive coding in the brain: top-down expectation signals from prior beliefs about treatment efficacy suppress bottom-up pain and symptom signals via hierarchical prediction error minimisation, making placebo magnitude a direct measure of prior strength in the brain's generative model.

Fields: Medicine, Neuroscience, Cognitive Science, Statistics

The placebo effect β€” symptom relief from inert treatment β€” has been dismissed as a confound, but neuroscience reveals it as a feature of the brain's Bayesian predictive coding architecture. The predic...

Bridge Friston's Free Energy Principle in theoretical neuroscience is formally isomorphic to thermodynamic free energy minimisation in statistical mechanics: the KL divergence between approximate and true posterior plays the role of entropy, and active inference (action minimises surprise) is the biological analogue of thermodynamic relaxation toward equilibrium.

Fields: Theoretical Neuroscience, Cognitive Science, Statistical Physics, Thermodynamics, Information Theory

The thermodynamic free energy in statistical mechanics is F = U - TS, where U is internal energy, T is temperature, and S is entropy. A system at equilibrium minimises F, which is equivalent to maximi...

Bridge The neural binding problem is proposed to be solved by gamma-band (30-100 Hz) oscillatory synchrony, linking the perceptual unification of distributed cortical representations to the physics of coupled oscillator synchronization.

Fields: Neuroscience, Physics, Cognitive Science

The binding problem (how the brain integrates distributed neural representations into unified percepts) maps onto the physics of synchronization in coupled oscillator networks: cortical gamma oscillat...

Bridge Sensory perception bridges neuroscience and physics through Weber-Fechner psychophysics: the nervous system compresses physical stimulus intensity logarithmically (Fechner) or as a power law (Stevens), with the neural implementation explained by efficient coding theory β€” sensory neurons maximize mutual information between stimuli and responses given metabolic constraints, naturally producing logarithmic compression.

Fields: Neuroscience, Psychophysics, Physics, Information Theory, Sensory Biology, Cognitive Science

Weber's law (1834): the just noticeable difference Ξ”S for a stimulus of intensity S is proportional to S: Ξ”S/S = k (Weber fraction, constant per modality). For brightness, k β‰ˆ 0.02; for weight, k β‰ˆ 0....

Bridge Collective Intelligence and Swarm Cognition β€” wisdom of crowds, bee quorum sensing, ant pheromone optimisation, and murmuration phase transitions link neuroscience to social decision-making

Fields: Neuroscience, Social Science, Behavioural Ecology, Complex Systems, Cognitive Science

Groups can exhibit collective intelligence exceeding individual expertise under specific conditions. The wisdom of crowds (Galton 1907): 787 estimates of an ox's weight at a county fair averaged to 12...

Bridge Neuroeconomics bridges behavioral economics and decision neuroscience by mapping economic utility functions onto neural substrates: vmPFC encodes subjective value, anterior insula encodes aversion, the beta-delta model of intertemporal choice maps to differential limbic vs. dlPFC activation, and TPJ computes fairness in social decisions β€” moving economics from axiomatic to mechanistic.

Fields: Neuroscience, Social Science, Economics, Cognitive Science, Behavioral Economics

Neuroeconomics (Rangel et al. 2008) is the project of finding the neural implementation of economic choice processes. Ventromedial PFC (vmPFC) encodes subjective value: BOLD signal in vmPFC correlates...

Bridge The brain implements approximate Bayesian inference β€” perception equals likelihood times prior divided by evidence β€” and neural populations encode probability distributions, making predictive processing (Helmholtz's unconscious inference) a formal instantiation of Bayes' theorem in cortical circuits.

Fields: Neuroscience, Statistics, Cognitive Science, Bayesian Inference, Computational Neuroscience

Helmholtz (1867) proposed that perception is "unconscious inference" β€” the brain uses prior knowledge to resolve ambiguous sensory input. This informal insight has been formalised into the Bayesian br...

Bridge Scientific inference is Bayesian belief updating: Bayes' theorem formalises induction, Occam's razor emerges as automatic model complexity penalty, and the Duhem-Quine problem maps to Bayesian model comparison β€” unifying philosophy of science with probability theory.

Fields: Philosophy Of Science, Bayesian Statistics, Epistemology, Mathematics, Cognitive Science

The central problem of philosophy of science β€” how does evidence confirm or disconfirm hypotheses? β€” is solved in quantitative form by Bayes' theorem: P(H | E) = P(E | H) Β· P(H) / P(E) Bayesian co...

Bridge Integrated information theory (Tononi 2004) quantifies consciousness as Ξ¦ β€” the information generated by a system above and beyond its parts β€” while Friston's free energy principle connects conscious inference to entropy minimization, together posing the deepest open question about the relationship between physical entropy and phenomenal experience.

Fields: Physics, Thermodynamics, Information Theory, Cognitive Science, Consciousness Studies, Neuroscience

Integrated information theory (IIT; Tononi 2004) defines consciousness as Ξ¦, the amount of irreducible integrated information: the effective information generated by the whole system above and beyond ...

Bridge Phase transitions near the critical point in disordered materials and the neural dynamics associated with consciousness share mathematical structure through self-organised criticality

Fields: Materials Science, Cognitive Science, Statistical Physics

Self-organised criticality (SOC) in neural networks, proposed as a substrate for consciousness and optimal information processing, shares its mathematical formalism with critical phenomena in disorder...

Bridge The quantum Zeno effect β€” frequent projective measurement slowing coherent evolution β€” offers a rigorous mathematical template for how repeated observation or interruption can stabilize internal dynamics in perception and cognition, without assuming literal quantum coherence in neural tissue.

Fields: Quantum Physics, Neuroscience, Cognitive Science, Measurement Theory

Quantum Zeno dynamics suppress transitions when a system is interrogated frequently enough that short-time survival amplitudes dominate; mathematically this is tied to products of projections interlea...

Open Unknowns (23)

Unknown How does selective attention filter sensory information and what are the neural mechanisms of the attentional spotlight? u-attention-spotlight-mechanism
Unknown What neural mechanisms underlie cognitive reserve and how do they delay symptom onset in Alzheimer's disease? u-cognitive-reserve-mechanism
Unknown How does the topology of social networks (clustering, path length, centrality) determine the accuracy, stability, and distribution of collective memory across groups? u-collective-memory-network-structure
Unknown What distinguishes the neural dynamics of creative versus routine cognition? u-creativity-neural-mechanism
Unknown What neural mechanisms produce decision fatigue and degraded choice quality with repeated decisions? u-decision-fatigue-neural
Unknown Can distributional semantic models capture the compositionality of language (the meaning of a phrase from the meanings of its parts), and do compositional vector representations match human neural patterns for phrase-level meaning? u-distributional-semantics-compositionality
Unknown Are basic emotions universal biological categories or culturally constructed prototypes? u-emotion-categorization
Unknown What is the computational and neural architecture of face recognition in humans versus other primates? u-face-recognition-substrate
Unknown Why and how does subjective experience arise from physical brain processes? u-hard-problem-consciousness
Unknown How does the hippocampal-entorhinal spatial code scale to large environments and abstract cognitive maps? u-hippocampal-spatial-code
Unknown What determines whether a memory is expressed implicitly versus explicitly and can this boundary be shifted? u-implicit-explicit-memory-boundary
Unknown What neural and computational processes underlie the sudden insight that solves previously stuck problems? u-insight-problem-solving
Unknown What biological mechanisms close the critical period for first language acquisition at puberty? u-language-critical-period
Unknown What is the specific neural circuit implementation of loss aversion, and why does the loss aversion coefficient lambda vary so widely across individuals and contexts? u-loss-aversion-neural-substrate
Unknown What neural mechanisms allow metacognitive access to one's own cognitive states? u-metacognition-substrate
Unknown What adaptive function does mind wandering serve and what determines its content? u-mind-wandering-function
Unknown What neural substrates constitute the minimal self and how do they generate a sense of personal identity? u-neural-correlates-self
Unknown How does the brain bind features processed in different cortical areas into unified percepts? u-perceptual-binding-problem
Unknown How does sleep enhance creative problem solving and what stages are critical? u-sleep-creative-insight
Unknown What is the neural architecture of social cognition and how does it differ from non-social cognition? u-social-cognition-architecture
Unknown What is the minimal neural substrate for theory of mind and when does it develop ontogenetically? u-theory-of-mind-substrate
Unknown What neural mechanisms produce subjective time perception and what causes its distortions? u-time-perception-mechanism
Unknown What neural and computational mechanisms impose the ~4-item limit of working memory? u-working-memory-capacity

Active Hypotheses

Hypothesis Aesthetic preference arises from predictive coding in hierarchical sensory cortex: artworks that generate optimal prediction errors β€” neither too predictable nor too surprising β€” produce the strongest aesthetic response, with individual differences in preference reflecting differences in learned priors from exposure history. medium
Hypothesis Fractal dimension D=1.3-1.5 in built environment facades reduces physiological stress responses (cortisol, skin conductance) and enhances cognitive restoration via Attention Restoration Theory, while direct sunlight exposure, ceiling height proportional to room breadth, and biophilic elements independently reduce stress biomarkers medium
Hypothesis Built environments with high spatial complexity, biophilic elements, and prospect-refuge balance causally reduce cortisol, improve attention restoration, and reduce self-reported stress compared to low-complexity uniform environments. high
Hypothesis The attentional spotlight is implemented by thalamic reticular nucleus gating of thalamocortical relay neurons: spatial attention shifts the TRN inhibition pattern to selectively amplify feedforward signals from attended locations while suppressing those from unattended locations, making the TRN the physical substrate of the biased-competition mechanism. high
Hypothesis Intrinsic motivation is operationally identical to empowerment maximisation β€” the brain implements a policy that maximises the channel capacity from actions to future states I(A;S'), and autonomy need frustration produces measurable reductions in action-outcome mutual information detectable from both neural signals and behavioral entropy medium
Hypothesis The beta-delta model of intertemporal discounting reflects a genuine dual-system neural architecture in which limbic circuits (nucleus accumbens, amygdala) encode hyperbolic discount factor beta for immediately available rewards while dlPFC encodes the exponential discount factor delta for future rewards β€” and these two systems compete rather than integrate, with the winning system determined by working memory load and emotional state. high
Hypothesis The Betti numbers of the neural population activity manifold in prefrontal cortex increase monotonically with working memory load and decrease with cognitive fatigue or aging, providing topological biomarkers of cognitive capacity that are more sensitive than linear dimensionality measures (PCA variance explained). medium
Hypothesis A controlled playback experiment testing center-embedded motif dependencies in Bengalese finch song will demonstrate that birds respond selectively to grammatically correct vs. incorrect sequences that cannot be distinguished by a probabilistic finite-state model, providing evidence for context-free (Type 2 Chomsky) syntactic processing medium
Hypothesis Aesthetic preference ratings for visual and auditory stimuli follow an inverted-U function of lossless compression ratio (a computable approximation of Kolmogorov complexity K), with peak preference at intermediate compression ratios of 2–5x β€” the "sweet spot" β€” and this relationship is cross-culturally universal, replicating across at least 6 cultural groups with distinct aesthetic traditions. medium
Hypothesis Cognitive reserve in Alzheimer's disease is mechanistically explained by dendritic spine redundancy in association cortices: individuals with higher lifetime cognitive engagement maintain larger spine density, so the same absolute amyloid and tau burden damages a smaller fraction of the functional synapse pool, delaying the symptom threshold. high

Know something about Cognitive Science? Contribute an unknown or hypothesis β†’

Generated 2026-05-10 Β· USDR Dashboard