<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Prefrontal cortex &#8211; Michael Halassa | Science</title>
	<atom:link href="https://michaelhalassa.net/prefrontal-cortex/feed/" rel="self" type="application/rss+xml" />
	<link>https://michaelhalassa.net</link>
	<description>Just another Darin Hardy Site Sites site</description>
	<lastBuildDate>Tue, 12 May 2026 00:17:23 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://michaelhalassa.net/wp-content/uploads/michaelhalassa-net/2024/07/cropped-Michael-Halassa-Logo-32x32.jpg</url>
	<title>Prefrontal cortex &#8211; Michael Halassa | Science</title>
	<link>https://michaelhalassa.net</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>The Brain&#8217;s &#8220;What If&#8221; Engine: Why Counterfactuals Are Key to Human Intelligence</title>
		<link>https://michaelhalassa.net/counterfactuals-human-intelligence/</link>
		
		<dc:creator><![CDATA[michaelhalassa]]></dc:creator>
		<pubDate>Sun, 03 Aug 2025 23:04:06 +0000</pubDate>
				<category><![CDATA[Cognitive flexibility]]></category>
		<category><![CDATA[Computational neuroscience]]></category>
		<category><![CDATA[Michael Halassa]]></category>
		<category><![CDATA[Neural circuits]]></category>
		<category><![CDATA[NeuroAI]]></category>
		<category><![CDATA[Neuroscience]]></category>
		<category><![CDATA[Prefrontal cortex]]></category>
		<category><![CDATA[Working memory]]></category>
		<category><![CDATA[Computational Neuroscience]]></category>
		<category><![CDATA[neuroscience]]></category>
		<category><![CDATA[Recurrent Neural Networks]]></category>
		<category><![CDATA[research paper]]></category>
		<category><![CDATA[Science]]></category>
		<guid isPermaLink="false">https://michaelhalassa.net/?p=785</guid>

					<description><![CDATA[Michael Halassa discusses recent work on counterfactual reasoning and its contribution to human cognition]]></description>
										<content:encoded><![CDATA[<p>I&#8217;ve always been fascinated by the kinds of thoughts we <em>don&#8217;t</em> act on. In psychiatry, they shape regret, resilience, and rumination. In neuroscience, they reveal a deep truth about how the brain handles uncertainty. Every morning when I&#8217;m running late, I catch myself thinking: &#8220;If only I&#8217;d left five minutes earlier.&#8221; It&#8217;s a fleeting thought, but it represents one of the most computationally sophisticated processes our brains perform: imagining alternative realities that never happened.</p>
<p>Every day, your brain performs millions of &#8220;what if&#8221; calculations without you even noticing. What if I had taken the other route to work? What if I hadn&#8217;t said that in the meeting? What if the ball bounces differently than expected? This capacity for <strong>counterfactual reasoning</strong>, imagining alternative realities that never actually occurred, represents one of the most sophisticated computational achievements of biological intelligence.</p>
<p>A groundbreaking new study published in <em>Nature Human Behaviour</em> by Ramadan, Tang, Watters, and Jazayeri has shed new light on why humans rely on these mentally expensive &#8220;what if&#8221; simulations, revealing computational constraints that force our brains into remarkably clever problem-solving strategies. Their findings illuminate human cognition and change how we understand intelligence itself.</p>
<h2>The Computational Mystery: Why Do We Think in &#8220;What Ifs&#8221;?</h2>
<p>From a purely computational standpoint, counterfactual reasoning seems inefficient. When facing complex decisions, optimal algorithms should simply compute the joint probability of all possible outcomes and pick the best option. So why do humans constantly engage in the seemingly wasteful exercise of imagining alternatives?</p>
<p>The answer, as Ramadan and colleagues discovered, lies in the fundamental constraints that shape how our brains process information. Using an ingenious H-maze task where participants had to track an invisible ball through branching pathways, they uncovered three critical computational bottlenecks that force human cognition into hierarchical and counterfactual strategies:</p>
<p><strong>1. Parallel Processing Bottleneck</strong>: Our brains cannot track all possible trajectories simultaneously. We must break complex problems into sequential, hierarchical steps.</p>
<p><strong>2. Counterfactual Processing Noise</strong>: When we engage in &#8220;what if&#8221; thinking, our working memory introduces noise that degrades the fidelity of these mental simulations.</p>
<p><strong>3. Rational Resource Allocation</strong>: Humans adaptively adjust their reliance on counterfactuals based on how much these mental simulations cost them.</p>
<h2>Very Clever Use of Recurrent Neural Networks in Modeling Features of the Human Mind</h2>
<p>The research reveals profound insights about intelligence itself. When Ramadan et al. created artificial neural networks and subjected them to the same computational constraints humans face, something remarkable happened: only the networks constrained by all three bottlenecks reproduced human-like behavior.</p>
<p>This finding demonstrates the power of using recurrent neural networks to model human cognition. By constraining artificial networks with the same limitations that shape human thinking, Ramadan et al. created systems that behave remarkably like people. The key insight is that RNNs can capture mental processes like hierarchical and counterfactual reasoning when they face the same computational bottlenecks humans do.</p>
<h3>Neural Architecture of Counterfactual Reasoning</h3>
<p>The neural implementation of counterfactual reasoning tells a more complex story beyond frontal control. Van Hoeck and colleagues&#8217; landmark fMRI study revealed that counterfactual thinking engages a distributed network that hijacks the brain&#8217;s episodic memory system.</p>
<p>When participants imagined &#8220;upward counterfactuals&#8221; (better outcomes for negative past events), their brains activated the same core memory network used for remembering the past and imagining the future: hippocampus, posterior cingulate, inferior parietal lobule, lateral temporal cortices, and medial prefrontal cortex.</p>
<p>What makes counterfactual reasoning computationally expensive becomes clear in this neural architecture. Counterfactual thinking recruited these memory regions more extensively than episodic past or future thinking, and additionally engaged bilateral inferior parietal lobe and posterior medial frontal cortex.</p>
<p>The extra brain activity reflects just how demanding this kind of mental juggling really is: counterfactual reasoning requires simultaneously maintaining factual and contrafactual representations while actively inhibiting the dominant factual reality.</p>
<p>The brain has evolved specialized circuitry for tracking &#8220;what might have been.&#8221; Boorman and colleagues discovered that lateral frontopolar cortex, dorsomedial frontal cortex, and posteromedial cortex form a dedicated network for encoding counterfactual choice values: tracking not just what happened, but whether alternative options might be worth choosing in the future.</p>
<p>This network operates in parallel to the ventromedial prefrontal system that tracks the value of chosen options, suggesting that the brain maintains separate computational channels for factual and counterfactual value processing.</p>
<p>Perhaps most remarkably, recent work has shown that counterfactual information fundamentally transforms how the brain codes value itself. When counterfactual outcomes are available, medial prefrontal and cingulate cortex shift from absolute to relative value coding.</p>
<p>Think of it this way: losing $10 feels terrible if you could have won $50, but feels great if you could have lost $100. The same neural outcome is processed as positive in a loss context (absence of punishment) but negative in a gain context (absence of reward).</p>
<p>This neural flexibility mirrors the adaptive computational strategies revealed in behavioral studies: the brain dynamically reconfigures its representational schemes based on available information and processing constraints.</p>
<p>These findings illuminate why counterfactual reasoning is both computationally expensive and evolutionarily preserved. The enhanced neural demands reflect genuine computational costs: maintaining multiple alternative representations, binding novel scenario elements, and managing conflict between factual and counterfactual worlds. Yet this system enables the kind of flexible, context-sensitive reasoning that allows humans to learn from paths not taken and adapt behavior based on imagined alternatives.</p>
<h2>The Bounded Rationality Renaissance</h2>
<p>These discoveries are part of a broader renaissance in understanding <strong>bounded rationality</strong>, the idea that intelligent behavior emerges not from perfect optimization, but from smart adaptations to computational limitations.</p>
<p>Herbert Simon&#8217;s revolutionary concept of bounded rationality challenged the assumptions of perfect rationality in classical economic theory, proposing instead that individuals &#8220;satisfice&#8221; (seeking good enough solutions rather than optimal ones) due to limitations in computation, time, information, and cognitive resources.</p>
<p>Simon&#8217;s work recognized that &#8220;perfectly rational decisions are often not feasible in practice because of the intractability of natural decision problems and the finite computational resources available for making them.&#8221; This insight has profound implications for both understanding human cognition and designing artificial intelligence systems.</p>
<h3>The Bigger Picture</h3>
<p>The Ramadan study reveals something profound: the cognitive strategies we think of as distinct (hierarchical reasoning, counterfactual thinking, simple optimization) actually lie along a continuum. Human intelligence dynamically shifts between these approaches based on available mental resources and task demands.</p>
<p>This has implications beyond neuroscience. If counterfactual reasoning emerges from computational constraints rather than being hardwired, it suggests these &#8220;what if&#8221; processes might be fundamental to any sufficiently complex intelligence, biological or artificial.</p>
<h2>Clinical Frontiers: When Counterfactuals Break Down</h2>
<p>From a clinical perspective, this research offers new windows into psychiatric and neurological conditions. Counterfactual reasoning depends on integrative networks for affective processing, mental simulation, and cognitive control. These are systems that are systematically altered in psychiatric illness and neurological disease.</p>
<p>Consider a patient with OCD who gets trapped in endless loops of &#8220;what if I didn&#8217;t check the door?&#8221; or someone with depression whose counterfactual thinking spirals into &#8220;if only I were different, everything would be better.&#8221; Understanding the computational basis of these patterns could lead to more targeted therapeutic approaches.</p>
<p>Patients with schizophrenia show specific deficits in counterfactual reasoning when complex non-factual elements are needed to understand social environments. By mapping how these computational processes break down, we&#8217;re gaining new tools for both diagnosis and treatment.</p>
<h2>The Bottom Line: Constraints as Features</h2>
<p>The story of counterfactual reasoning is a story about the power of constraints. What initially appears to be a computational limitation (our inability to process all information in parallel) turns out to be the very foundation of human cognitive flexibility.</p>
<p>The human brain&#8217;s &#8220;what if&#8221; engine represents an elegant solution that emerges from the interplay between computational constraints and adaptive intelligence. As we stand on the brink of artificial general intelligence, perhaps the secret lies not in building systems that can process everything at once, but systems that can gracefully adapt to the fundamental constraints that shape all intelligence.</p>
<p>The future of AI may not lie in eliminating human limitations, but in understanding why those limitations exist and what remarkable capabilities they make possible.</p>
<hr />
<p><em>This convergence of neuroscience, cognitive science, and AI represents a fundamental shift in how we understand intelligence. Rather than seeing computational constraints as problems to solve, we&#8217;re beginning to recognize them as the very features that make flexible, adaptive intelligence possible. The brain&#8217;s &#8220;what if&#8221; engine may be a blueprint for the next generation of truly intelligent machines.</em></p>
<p>The next time you wonder what might have been, remember: that question may be the very core of what makes you human.</p>
<hr />
<h2>Bibliography</h2>
<p>Boorman, E. D., Behrens, T. E., &amp; Rushworth, M. F. (2011). Counterfactual choice and learning in a neural network centered on human lateral frontopolar cortex. <em>PLoS Biology</em>, 9(6), e1001093.</p>
<p>Pischedda, D., Palminteri, S., &amp; Coricelli, G. (2020). The effect of counterfactual information on outcome value coding in medial prefrontal and cingulate cortex: From an absolute to a relative neural code. <em>Journal of Neuroscience</em>, 40(16), 3268-3277.</p>
<p>Ramadan, M., Tang, C., Watters, N., &amp; Jazayeri, M. (2025). Computational basis of hierarchical and counterfactual information processing. <em>Nature Human Behaviour</em>. doi:10.1038/s41562-025-02232-3.</p>
<p>Simon, H. A. (1955). A behavioral model of rational choice. <em>Quarterly Journal of Economics</em>, 69(1), 99-118.</p>
<p>Van Hoeck, N., Ma, N., Ampe, L., Baetens, K., Vandekerckhove, M., &amp; Van Overwalle, F. (2013). Counterfactual thinking: An fMRI study on changing the past for a better future. <em>Social Cognitive and Affective Neuroscience</em>, 8(5), 556-564.</p>
<p>Van Hoeck, N., Watson, P. D., &amp; Barbey, A. K. (2015). Cognitive neuroscience of human counterfactual reasoning. <em>Frontiers in Human Neuroscience</em>, 9, 420.</p>
<p>Zador, A., Escola, S., Richards, B., et al. (2023). Catalyzing next-generation Artificial Intelligence through NeuroAI. <em>Nature Communications</em>, 14, 1597.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>When the Brain&#8217;s Uncertainty computer goes offline: New Human Evidence for Thalamic Regulation of Decision-Making</title>
		<link>https://michaelhalassa.net/thalamus-uncertainty-decisions/</link>
		
		<dc:creator><![CDATA[michaelhalassa]]></dc:creator>
		<pubDate>Fri, 11 Jul 2025 04:32:22 +0000</pubDate>
				<category><![CDATA[Cognitive flexibility]]></category>
		<category><![CDATA[Cognitive Processing]]></category>
		<category><![CDATA[Computational neuroscience]]></category>
		<category><![CDATA[Halassa Lab]]></category>
		<category><![CDATA[Michael Halassa]]></category>
		<category><![CDATA[Neural circuits]]></category>
		<category><![CDATA[Prefrontal cortex]]></category>
		<category><![CDATA[Thalamocortical circuits]]></category>
		<category><![CDATA[Halassa]]></category>
		<category><![CDATA[MD thalamus]]></category>
		<category><![CDATA[Thalamocortical]]></category>
		<guid isPermaLink="false">https://michaelhalassa.net/?p=754</guid>

					<description><![CDATA[New research reveals how the mediodorsal thalamus regulates decision-making confidence and exploration behavior in humans. Michael Halassa discusses breakthrough findings from focused ultrasound studies showing thalamic control of belief updating and cognitive flexibility.]]></description>
										<content:encoded><![CDATA[<h2>An Elegant Natural Experiment</h2>
<p>The study by Mackenzie et al. (2025, bioRxiv) represents a particularly clever approach to understanding human thalamic function. Rather than relying on correlational neuroimaging, the researchers capitalized on an unintended consequence of focused ultrasound thalamotomy for essential tremor. When post-surgical vasogenic edema extended beyond the intended motor target into cognitive thalamic regions, it created a rare opportunity to assess the causal contribution of different thalamic nuclei to decision-making behavior.</p>
<p>What makes this approach so powerful is the precision it affords. Patients served as their own controls, tested before and after surgery on a sophisticated decision-making paradigm that probes the exploration-exploitation trade-off under uncertainty.</p>
<h2>Computational Dissection of Behavioral Changes</h2>
<p>Using the restless four-armed bandit task, which requires continuous adaptation to changing reward contingencies, the researchers could probe multiple aspects of decision-making simultaneously. The task&#8217;s Gaussian random walk structure creates ongoing uncertainty, forcing participants to balance between exploiting currently favored options and exploring alternatives that might yield better outcomes.</p>
<p>The key innovation came from their computational modeling approach. Rather than simply observing that patients made more &#8220;stay&#8221; choices post-surgery, the authors fitted multiple reinforcement learning model variants to decompose the underlying decision processes. This revealed that the behavioral shift was best captured by a Bayesian learning model with increased reward sensitivity (β) but eliminated exploration bonus—suggesting that patients weren&#8217;t simply perseverating, but had fundamentally altered confidence in their value estimates.</p>
<p>Most strikingly, when using their winning model to classify choice types, the researchers found a dramatic reduction in <strong>directed exploration</strong>—the strategic sampling of uncertain options to gain information (Mackenzie et al., 2025). This wasn&#8217;t random exploration or simple indecision, but the specific loss of information-seeking behavior that would normally help resolve uncertainty about option values.</p>
<h2>Anatomical Precision and Circuit Specificity</h2>
<p>The neuroimaging analysis provided crucial anatomical specificity. The degree of behavioral change correlated specifically with edema extension into the <strong>lateral (parvocellular) mediodorsal nucleus</strong>—not other thalamic regions including the intended surgical target (VIM). This specificity is important given the known functional subdivisions within MD:</p>
<ul>
<li><strong>Lateral MD → DLPFC/Frontal Pole</strong>: Dense reciprocal connectivity with areas involved in cognitive control and abstract rule formation</li>
<li><strong>Medial MD → OFC/vmPFC</strong>: Connections with valuation and reward-processing regions</li>
</ul>
<p>The functional connectivity analysis further supported this anatomical specificity. Using normative connectome data, individual patients&#8217; behavioral changes could be predicted from the connectivity profile between their lesioned MD voxels and prefrontal cortex—but only for MD, not other thalamic nuclei.</p>
<p>&nbsp;</p>
<h2>Mechanistic Insights: From Confidence Calibration to Circuit Function</h2>
<p>The computational framework reveals something more nuanced than simple &#8220;inflexibility.&#8221; The post-lesion behavioral profile suggests a specific breakdown in <strong>uncertainty representation</strong>—what we might call miscalibrated confidence. When MD-PFC communication is compromised, the system appears to default to high confidence in existing value representations, reducing sensitivity to contradictory information.</p>
<p>This aligns with emerging theoretical frameworks positioning the MD thalamus as a critical node in hierarchical inference, helping to coordinate distributed computations for flexible and efficient learning (Scott et al., 2024). The loss of directed exploration particularly supports this view, as this behavior specifically emerges when agents are uncertain about their value estimates and seek information to reduce that uncertainty.</p>
<h2>Bridging Animal Models and Human Neuroscience</h2>
<p>The convergence with our rodent findings is striking:</p>
<p><strong>Animal Studies (MD inactivation/optogenetics)</strong>:</p>
<ul>
<li>Reduced flexibility in volatile environments</li>
<li>Animals fail to revise beliefs when contingencies change</li>
<li>Inflated certainty in action values</li>
<li>Deficit specific to belief updating, not initial learning</li>
</ul>
<p><strong>Human Study (accidental MD lesions)</strong>:</p>
<ul>
<li>Reduced switching in uncertain environments</li>
<li>Patients fail to explore when exploration would be beneficial</li>
<li>Increased confidence in value estimates</li>
<li>Preserved basic learning ability</li>
</ul>
<p>This cross-species convergence suggests we&#8217;ve identified a fundamental computational principle rather than a species-specific curiosity.</p>
<h2>Therapeutic Implications: Beyond Motor Applications</h2>
<p>The findings suggest intriguing therapeutic possibilities, particularly for disorders characterized by altered belief updating and confidence calibration. The demonstration that MD disruption leads to overconfident exploitation with reduced information-seeking offers a compelling framework for understanding psychiatric conditions where belief revision goes awry.</p>
<p>Consider schizophrenia, where patients often exhibit <strong>pathological certainty</strong> in delusional beliefs despite contradictory evidence. The current findings suggest a potential mechanism: if MD-PFC circuits that normally regulate confidence in beliefs become dysregulated, patients might lose the capacity for adaptive doubt that would otherwise prompt belief revision. The specific loss of directed exploration observed here—the strategic sampling of information to resolve uncertainty—parallels the clinical observation that individuals with psychosis often fail to seek disconfirming evidence for their beliefs.</p>
<p>This connects to broader hypotheses about uncertainty processing in cognitive control. Rather than viewing delusions simply as &#8220;false beliefs,&#8221; they might reflect a fundamental breakdown in the brain&#8217;s ability to appropriately weight confidence in its own predictions. When the system becomes overconfident in existing representations (as seen post-thalamotomy), it loses the motivation to gather information that might challenge those representations—a hallmark of delusional thinking.</p>
<h2>Broader Significance: Rethinking Thalamic Function</h2>
<p>This work contributes to a fundamental reconceptualization of thalamic function &#8211; from simple relay station to active computational processor. The thalamus isn&#8217;t just routing information; it&#8217;s dynamically modulating the confidence and precision of cortical computations based on behavioral context.</p>
<h2>Personal Reflection: When Theory Meets Unexpected Validation</h2>
<p>For our lab, this study is quite awesome &#8211; when years of circuit-level investigation receive independent validation from an entirely different methodology. The fact that this confirmation came through a clinical study aimed at treating human suffering makes it even more meaningful.</p>
<p>It&#8217;s the rare convergence where theory and evidence transform each other: the theory gains human causal validation, while the evidence gains mechanistic understanding. Together, they point toward a future where we might not just understand the circuits of adaptive decision-making, but actively repair them when they break.</p>
<p>The patients in this study, seeking relief from debilitating tremor, graciously contributed to our understanding of one of the brain&#8217;s most fundamental computations: how to balance confidence with curiosity. Their experience shows us what happens when certainty becomes a cage &#8211; when we lose the capacity to doubt ourselves when doubt would serve us best.</p>
<p><em>The work discussed builds on extensive research into thalamocortical circuits and decision-making, offering new insights into the neural mechanisms underlying adaptive behavior and potential therapeutic applications for disorders of motivation and cognitive flexibility.</em></p>
<p><strong>References:</strong></p>
<ul>
<li>Mackenzie, G., et al. (2025). Focused ultrasound neuromodulation of mediodorsal thalamus disrupts decision flexibility during reward learning. bioRxiv.</li>
<li>Scott, D.N., Mukherjee, A., Nassar, M.R., &amp; Halassa, M.M. (2024). Thalamocortical architectures for flexible cognition and efficient learning. Trends in Cognitive Sciences, 28(7), 639-652.</li>
</ul>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>PAPER ALERT: A New Model for Mediodorsal-Prefrontal Interactions</title>
		<link>https://michaelhalassa.net/paper-alert-a-new-model-for-mediodorsal-prefrontal-interactions/</link>
		
		<dc:creator><![CDATA[michaelhalassa]]></dc:creator>
		<pubDate>Sun, 13 Apr 2025 16:23:54 +0000</pubDate>
				<category><![CDATA[Cognitive flexibility]]></category>
		<category><![CDATA[Computational neuroscience]]></category>
		<category><![CDATA[Halassa Lab]]></category>
		<category><![CDATA[Mediodorsal thalamus]]></category>
		<category><![CDATA[Neural circuits]]></category>
		<category><![CDATA[NeuroAI]]></category>
		<category><![CDATA[Prefrontal cortex]]></category>
		<category><![CDATA[Schizophrenia research]]></category>
		<category><![CDATA[Thalamocortical circuits]]></category>
		<category><![CDATA[Working memory]]></category>
		<guid isPermaLink="false">https://michaelhalassa.net/?p=749</guid>

					<description><![CDATA[New Nature Computational Model reveals how the mediodorsal thalamus gates prefrontal cortex signals. Validated by Halassa Lab data, this advances schizophrenia and cognitive flexibility research.]]></description>
										<content:encoded><![CDATA[<p style="font-weight: 400;">In our ongoing quest to understand how the brain enables flexible cognition, the mediodorsal (MD) thalamus and its dialogue with the prefrontal cortex (PFC) have emerged as central players. Following a series of modeling papers from our lab—including Wei-Long Zheng’s recent <em>Nature Communications</em> work on thalamocortical inference—we now have another exciting advance to share. A new study led by <strong>Sage Chen’s lab at NYU</strong> and published in <em>Nature Communications</em> proposes a <strong>computational model of MD-PFC interactions</strong>, offering fresh insights into how these circuits support adaptive decision-making.</p>
<p style="font-weight: 400;">This collaborative work is driven by a burning question we have: <em>Why is the brain wired this way?</em> Why does the thalamus, nestled deep in the forebrain and reciprocally connected to cortex, play such a critical role in cognition? Our empirical work over the past decade has dissected thalamocortical dynamics in behaving animals, and our computational work including critical collaborations have helped us formalize these findings into testable frameworks. Sage’s new paper is a natural extension of this synergy—and with empirical support from our lab (spearheaded by <strong>postdoc Arghya Mukherjee</strong>), it opens new doors for exploration.</p>
<h2 style="font-weight: 400;"><strong>Key Advances in the New Model</strong></h2>
<ol style="font-weight: 400;">
<li><strong>The MD Thalamus as a Dynamic Router</strong><br />
The study presents the MD thalamus not just as a passive relay, but as an <strong>active switchboard</strong> that flexibly gates information to the PFC based on task demands. This aligns with our lab’s empirical observations that thalamic neurons selectively amplify sensory inputs or internal signals depending on behavioral context.</li>
<li><strong>Task-Dependent Cortical Prioritization</strong><br />
The model captures how the MD thalamus <strong>biases PFC representations</strong>—for example, emphasizing sensory cues during perceptual decisions versus memory traces during recall. This mirrors findings from our 2018 (<em>Rikhye, Gilra &amp; Halassa</em>) and 2022 (<em>Hummos et al.</em>) models, where thalamic input helped partition PFC activity to avoid interference across tasks.</li>
<li><strong>Bridging Theory and Experiment</strong><br />
Crucially, the model’s predictions were tested with <em>in vivo</em> data from our lab, reinforcing its biological plausibility. This back-and-forth between modeling and physiology is a hallmark of our approach, exemplified in Wei-Long Zheng’s 2024 study, where a thalamocortical RNN outperformed standard models in rapid inference tasks.</li>
</ol>
<h2 style="font-weight: 400;"><strong>How This Drives Our Empirical Work Forward</strong></h2>
<ol style="font-weight: 400;">
<li><strong>New Experiments to Test Gating Mechanisms</strong><br />
The model proposes specific thalamocortical connectivity rules for information routing. We’re now designing experiments to probe these mechanisms using <strong>optogenetics, electrophysiology, and imaging</strong>—asking how MD neurons dynamically recruit PFC microcircuits during task switching.</li>
<li><strong>Linking to Schizophrenia-Relevant Dysfunction</strong><br />
Disrupted thalamocortical gating is implicated in schizophrenia. By refining Sage’s model with disease-relevant perturbations (e.g., thalamic silencing), we aim to pinpoint how maladaptive routing contributes to cognitive inflexibility.</li>
<li><strong>The Next Generation of NeuroAI Models</strong><br />
Just as Wei-Long’s hybrid RNN incorporated biological constraints (e.g., thalamic reticular inhibition), future iterations of Sage’s model could integrate our latest empirical data—creating a virtuous cycle between theory and experiment.</li>
</ol>
<h2 style="font-weight: 400;"><strong>The Bigger Picture: A Decade of Thalamocortical ModelingCognitive flexibility</strong></h2>
<p style="font-weight: 400;">This paper is the latest in a line of collaborative efforts to formalize MD-PFC interactions:</p>
<ul style="font-weight: 400;">
<li><strong>Rikhye, Gilra &amp; Halassa (2018)</strong>: Showed thalamus mitigates &#8220;catastrophic forgetting&#8221; in PFC.</li>
<li><strong>Hummos et al. (2022)</strong>: Derived a cortico-thalamic learning rule that compresses task context.</li>
<li><strong>Zheng et al. (2024)</strong>: Demonstrated thalamus enables rapid inference and multi-task performance.</li>
<li><strong>Zhang, X. et al. (2025):</strong> extends this to hierarchical reasoning and handling multiple forms of uncertainty.</li>
</ul>
<p style="font-weight: 400;">Together, these studies underscore the thalamus’s role as a <strong>locus of cognitive flexibility</strong>—a theme Sage’s work now extends with elegant mechanistic detail.</p>
<p style="font-weight: 400;"><strong>Looking Ahead</strong></p>
<p style="font-weight: 400;">As NeuroAI gains momentum (evidenced by the 2024 Physics Nobel for foundational neural network work), our lab remains committed to <strong>grounding computational advances in biological reality</strong>. Sage’s model not only validates our empirical findings but also charts a course for future work—one where theory and experiment co-evolve to unravel the thalamus’s secrets.</p>
<p style="font-weight: 400;">For those who missed it, revisit our blog on Wei-Long Zheng’s paper here, and stay tuned as we put these models to the test!</p>
<p style="font-weight: 400;">Reference:</p>
<p style="font-weight: 400;">Zhang, X., Mukherjee, A., Halassa, M. M., &amp; Chen, Z. S. (2025). Mediodorsal thalamus regulates task uncertainty to enable cognitive flexibility. Nature communications, 16(1), 2640. <a href="https://doi.org/10.1038/s41467-025-58011-1" target="_blank" rel="noopener">https://doi.org/10.1038/s41467-025-58011-1</a></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
