<?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>hidden substance use disorder identification &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/hidden-substance-use-disorder-identification/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Wed, 23 Sep 2026 23:54:14 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1.2</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>hidden substance use disorder identification &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>Machine Learning Spots Hidden Substance Use Disorders in Routine Health Records</title>
		<link>https://scienmag.com/machine-learning-spots-hidden-substance-use-disorders-in-routine-health-records/</link>
		
		<dc:creator><![CDATA[Teresa Odom]]></dc:creator>
		<pubDate>Wed, 23 Sep 2026 23:54:14 +0000</pubDate>
				<category><![CDATA[Social Science]]></category>
		<category><![CDATA[alcohol use disorder]]></category>
		<category><![CDATA[automated detection of substance misuse]]></category>
		<category><![CDATA[clinical decision support]]></category>
		<category><![CDATA[clinical screening]]></category>
		<category><![CDATA[clinical screening limitations]]></category>
		<category><![CDATA[cocaine use disorder]]></category>
		<category><![CDATA[early detection]]></category>
		<category><![CDATA[early intervention in substance use disorders]]></category>
		<category><![CDATA[electronic health records]]></category>
		<category><![CDATA[electronic health records analysis]]></category>
		<category><![CDATA[health record data analysis]]></category>
		<category><![CDATA[healthcare data-driven decision making]]></category>
		<category><![CDATA[hidden substance use disorder identification]]></category>
		<category><![CDATA[interpretability]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[machine learning in healthcare]]></category>
		<category><![CDATA[mental health and addiction diagnostics]]></category>
		<category><![CDATA[NESARC-III]]></category>
		<category><![CDATA[opioid use disorder]]></category>
		<category><![CDATA[predictive modeling for substance abuse]]></category>
		<category><![CDATA[Shapley values]]></category>
		<category><![CDATA[substance use disorder detection]]></category>
		<category><![CDATA[Substance use disorders]]></category>
		<category><![CDATA[supervised machine learning applications in medicine]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=211402</guid>

					<description><![CDATA[A Stanford-led team trained supervised machine learning models on nationally representative EHR-like survey data to identify people with untreated alcohol, opioid, and cocaine use disorders, cutting the number of screenings needed to find each hidden case by more than tenfold in some scenarios.]]></description>
										<content:encoded><![CDATA[<p>Substance use disorders remain one of the most persistently invisible burdens in modern healthcare. Millions of people meet diagnostic criteria for alcohol, opioid, or cocaine use disorders yet never receive treatment, and many of them pass through clinics, emergency departments, and primary care offices without anyone recognizing the problem. The reasons are structural as much as clinical: comprehensive screening for substance use takes time that brief medical encounters rarely allow, and standardized questionnaires are inconsistently applied across busy practices. A new study published in Nature Mental Health by John L. Havlik of Stanford University School of Medicine and colleagues suggests that much of this missed detection could be recovered computationally. The team reports that supervised machine learning models trained on electronic health record-like data can reliably flag individuals with untreated substance use disorders, dramatically reducing the number of patients who must be screened to find one hidden case.</p>
<p>The study&#8217;s central innovation lies not in inventing new algorithms but in applying them to a problem that has resisted conventional clinical workflows for decades. The researchers drew their training data from the National Epidemiologic Survey on Alcohol and Related Conditions-III, a nationally representative US survey that includes both detailed diagnostic interviews and a rich array of background variables resembling the kinds of information captured in real-world health records. This design allowed the team to create an EHR-like dataset in which every person had a ground-truth diagnostic status, something almost never available in actual medical systems, where definitive diagnostic data on substance use is sparse and often contaminated by treatment-seeking behavior.</p>
<p>Because the survey contained standardized DSM-5 diagnostic assessments, the researchers could label each respondent as having or not having an untreated alcohol use disorder, opioid use disorder, or cocaine use disorder. The models were trained to predict these labels using only features that plausibly map onto data already present in health records: demographic characteristics, socioeconomic indicators, healthcare utilization patterns, and other routinely collected variables. Crucially, the team performed much of the modeling in two configurations, one excluding and one including psychiatric comorbidity information, so that they could assess how much predictive signal persists when mental health diagnostic data is unavailable, a common situation in primary care settings.</p>
<p>The technical pipeline reflects careful attention to the pitfalls that have undermined many machine learning studies in medicine. The authors benchmarked several algorithm families, including logistic regression, balanced random forests, extreme gradient boosting, and Gaussian naive Bayes, and tuned hyperparameters through grid search with nested cross-validation to prevent optimistic bias. They avoided relying on area under the receiver operating characteristic curve as the sole performance metric, citing well-documented critiques that this measure can be misleading for imbalanced classification problems like rare disorder detection. Instead, they optimized models for precision and recall, the quantities that matter most clinically: how many flagged patients actually have an untreated disorder, and how many true cases are successfully caught.</p>
<p>The headline result is striking. When models were optimized to balance precision and recall, the number of people who would need to be screened to identify one untreated case of alcohol use disorder fell dramatically relative to universal screening. In several scenarios, the reduction exceeded an order of magnitude, meaning that a healthcare system using the model as a triage tool could find the same number of hidden cases by conducting structured assessments on a small fraction of the population. For a public health problem as large as untreated alcohol use disorder, which affects tens of millions of Americans, such efficiency gains translate into enormous savings of clinician time, screening costs, and patient burden.</p>
<p>Interpretability was another pillar of the study. Rather than treating the models as opaque black boxes, the researchers used Shapley additive explanations, a game-theoretic attribution method that decomposes each prediction into the contributions of individual features. This approach, rooted in the Shapley value framework from cooperative game theory, allows clinicians to see exactly why a particular patient was flagged: which combination of demographic factors, utilization patterns, and other variables pushed the risk estimate upward. In an era when healthcare algorithms face legitimate scrutiny over transparency and accountability, building explanation into the tool from the ground up is a deliberate design choice with practical consequences for clinical trust and adoption.</p>
<p>The findings for opioid and cocaine use disorders were more preliminary but still encouraging. Because these disorders are less prevalent in the general population than alcohol use disorder, the number of positive cases available for training was small, limiting the statistical power of the exploratory models. The authors are candid about this constraint: the opioid and cocaine models showed promise but were limited by sample size. This honesty matters, because the field of clinical machine learning has repeatedly been criticized for overstating the readiness of tools trained on thin data. The study&#8217;s framing of these results as exploratory signals rather than validated instruments reflects a more mature approach to model development.</p>
<p>The broader context of this research includes a growing literature applying machine learning to addiction science. Previous studies have used neuroimaging data to classify nicotine dependence, resting-state functional connectivity to predict smoking status, and behavioral markers such as impulsivity dimensions to identify cocaine dependence. Others have built predictive models for opioid use disorder, including the Veterans Health Administration&#8217;s Stratification Tool for Opioid Risk Mitigation, which was developed to improve opioid safety and prevent overdose and suicide. What distinguishes the new work is its focus on untreated disease in a general population sample and its grounding in data types that real health systems actually collect at scale, rather than specialized research measurements.</p>
<p>The clinical deployment pathway the authors envision is clinical decision support. Integrated into electronic health record systems, such a model could continuously evaluate incoming patient data and flag individuals who warrant a structured substance use assessment, in the way that suicide risk prediction models have been trialed in large health systems. The literature on computerized decision support suggests these tools can produce absolute improvements in care when they are well designed and properly implemented, though the track record is mixed and depends heavily on workflow integration, alert fatigue, and clinician trust. A screening nudge that reduces the number of assessments needed per case found by more than tenfold is precisely the kind of efficiency that could make universal detection ambitions feasible in under-resourced primary care.</p>
<p>The study also engages seriously with the ethical dimensions of psychiatric prediction. Screening for stigmatized conditions raises questions about privacy, labeling, and the possibility that algorithmic flags could lead to discrimination if mishandled. The authors acknowledge concerns about bias in artificial intelligence applications for mental health, noting the field-wide calls to assess and mitigate algorithmic bias, and they emphasize that interpretability is essential for accountability when automated tools influence clinical decisions. Questions about who takes responsibility for algorithmic recommendations, how patients consent to being flagged, and how flagged individuals are approached with sensitivity to stigma all remain live issues that must be resolved before deployment. The treatment gap this technology targets is enormous and costly: untreated substance use disorders impose substantial burdens on individuals, families, and health systems, and most people who meet diagnostic criteria never seek care. By showing that routinely collected, EHR-like data carries enough signal to identify these hidden cases efficiently and transparently, the study offers a concrete technical foundation for closing a gap that has persisted through decades of conventional screening efforts, while making clear that careful validation in real health systems will be the decisive next step.</p>
<p><strong>Subject of Research:</strong> Machine learning detection of untreated substance use disorders from electronic health record-like data</p>
<p><strong>Article Title:</strong> Supervised machine learning enables identification of people with untreated substance use disorders using EHR-like data</p>
<p><strong>Article References:</strong> Supervised machine learning enables identification of people with untreated substance use disorders using EHR-like data. (n.d.). <a href="https://doi.org/10.1038/s44220-026-00717-2" rel="noopener noreferrer">https://doi.org/10.1038/s44220-026-00717-2</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1038/s44220-026-00717-2" rel="noopener noreferrer">10.1038/s44220-026-00717-2</a></p>
<p><strong>Keywords:</strong> machine learning, substance use disorders, electronic health records, alcohol use disorder, opioid use disorder, cocaine use disorder, clinical screening, clinical decision support, interpretability, Shapley values, NESARC-III, early detection</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">211402</post-id>	</item>
	</channel>
</rss>
