<?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>Choquet integral &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/choquet-integral/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Fri, 25 Sep 2026 01:25:22 +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>Choquet integral &#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>Ancient Meets Algorithmic: AI Fuses Traditional Chinese Medicine With Lab Data to Predict Kidney Failure</title>
		<link>https://scienmag.com/ancient-meets-algorithmic-ai-fuses-traditional-chinese-medicine-with-lab-data-to-predict-kidney-failure/</link>
		
		<dc:creator><![CDATA[Blake Davidson]]></dc:creator>
		<pubDate>Fri, 25 Sep 2026 01:25:22 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[AI in healthcare]]></category>
		<category><![CDATA[AI-driven personalized medicine]]></category>
		<category><![CDATA[Chinese medicine pulse and tongue analysis]]></category>
		<category><![CDATA[Choquet integral]]></category>
		<category><![CDATA[chronic renal failure]]></category>
		<category><![CDATA[combining ancient and modern medical data]]></category>
		<category><![CDATA[data fusion]]></category>
		<category><![CDATA[early detection of kidney disease]]></category>
		<category><![CDATA[feature selection]]></category>
		<category><![CDATA[health informatics]]></category>
		<category><![CDATA[integrative medicine]]></category>
		<category><![CDATA[kidney failure prediction]]></category>
		<category><![CDATA[lab data and TCM patterns]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[machine learning for diagnostics]]></category>
		<category><![CDATA[medical data fusion]]></category>
		<category><![CDATA[medical diagnosis]]></category>
		<category><![CDATA[natural language processing]]></category>
		<category><![CDATA[predictive medicine]]></category>
		<category><![CDATA[predictive models for chronic renal failure]]></category>
		<category><![CDATA[rough set theory]]></category>
		<category><![CDATA[Shapley values]]></category>
		<category><![CDATA[traditional Chinese medicine]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=213807</guid>

					<description><![CDATA[Researchers have developed a rough-set-based AI framework that quantifies Traditional Chinese Medicine diagnostics and fuses them with Western clinical data, improving chronic renal failure prediction across 3,008 patient cases.]]></description>
										<content:encoded><![CDATA[<p>Chronic renal failure is one of the most stubborn and silently progressive diseases in modern medicine, and predicting its trajectory has long depended on the cold precision of laboratory numbers: creatinine levels, glomerular filtration rates, blood urea nitrogen. Yet in clinics across China and much of Asia, physicians routinely pair those numbers with something far less quantifiable — the centuries-old diagnostic vocabulary of Traditional Chinese Medicine, with its talk of pulse qualities, tongue coatings, and patterns of disharmony that no blood test can capture. A new study published in Applied Intelligence now claims to have built a mathematical bridge between those two worlds, and its results suggest the marriage of ancient observation and machine learning could meaningfully sharpen early warnings for kidney disease.</p>
<p>The research, led by Xinfang Zhang, Xiaoxiao Chang, and Bingzhen Sun of Xidian University&#8217;s School of Economics and Management, together with clinical collaborator Xiaoxia Liu and Xiaoli Chu of the State Key Laboratory of Dampness Syndrome of Chinese Medicine at Guangzhou University of Chinese Medicine, tackles a problem that has dogged integrative medicine for decades. Western medicine produces structured, numeric, database-ready data. Traditional Chinese Medicine, by contrast, generates largely unstructured, experience-based textual records — clinical narratives steeped in specialized terminology that standard data-processing pipelines simply discard. The result is a systematic loss of information whenever the two traditions are combined, and the researchers argue that this loss is precisely where the predictive power of integrated diagnosis leaks away.</p>
<p>The team&#8217;s solution unfolds in two stages. First, they constructed a semantic framework for Traditional Chinese Medicine drawn from classical literature, creating a structured vocabulary that allows the idiosyncratic language of TCM diagnosis to be systematically parsed. They then deployed SnowNLP, a natural language processing library optimized for Chinese text, to convert free-form textual diagnostic information into numerical scores. In essence, the qualitative judgments of a TCM practitioner — descriptions of a patient&#8217;s constitution, symptom patterns, and syndrome differentiations — become quantified features that can sit alongside laboratory measurements in the same dataset without one tradition drowning out the other.</p>
<p>The second and more mathematically ambitious stage is where the study makes its central technical contribution. The researchers developed what they call a Weighted Neighborhood Probability Rough Set model, abbreviated WNPRS-MSIHIS, designed from the ground up to handle heterogeneous, incomplete, and multi-source medical data. Rough set theory, pioneered by the Polish mathematician Zdzisław Pawlak in 1982, is a framework for reasoning about vague and uncertain information: rather than forcing every patient into crisp categories, it defines lower and upper approximations of concepts, acknowledging that some cases are clearly inside a category, some clearly outside, and some genuinely borderline. Neighborhood rough sets extend this idea to continuous data by grouping patients who are close to one another in feature space, while the probabilistic variant introduces tolerance for the statistical noise that real clinical data inevitably carries.</p>
<p>What distinguishes the new model from its predecessors is its explicit accounting for complementarity — the recognition that different attributes do not merely add up their individual contributions but interact with one another in complex ways. To capture these interactions, the researchers incorporated the Choquet integral, a powerful aggregation operator dating to 1954 that generalizes the ordinary weighted average by allowing the weight assigned to one attribute to depend on which other attributes are present. Alongside it, they employed generalized Shapley values, a concept borrowed from cooperative game theory, to measure each attribute&#8217;s importance not in isolation but in the context of every coalition of features it might join. A laboratory marker that seems mediocre on its own, for example, might become highly informative when combined with a particular TCM syndrome score — and Shapley-based importance is exactly the kind of tool designed to surface that hidden synergy.</p>
<p>A further layer of sophistication comes from granularity weights, which the researchers introduced to maintain knowledge consistency across information sources. Because the dataset draws from multiple hospitals and diagnostic traditions, the same underlying feature may be recorded with different precision or reliability depending on its origin. By weighting the information granules accordingly, the model prevents a well-documented data source from being diluted by noisier ones, and prevents redundant attributes — measurements that effectively repeat the same information — from masquerading as additional evidence. The feature selection process thus prunes the dataset down to a compact subset that preserves the critical diagnostic signal while discarding the noise.</p>
<p>To test the framework, the team assembled a substantial clinical cohort of 3,008 chronic renal failure cases, each carrying both Western clinical indicators and Traditional Chinese Medicine diagnostic information. The feature selection procedure was then evaluated by measuring how well the retained features supported downstream prediction across multiple machine learning classifiers. The results were striking on two fronts. The framework consistently removed redundant attributes while preserving the diagnostic information that mattered most, and the resulting reduced feature sets improved predictive performance across the board rather than benefiting only one particular algorithm — a sign that the selected features capture genuine structure in the disease rather than artifacts of any single model.</p>
<p>The headline numbers are impressive for a task of this complexity. The approach achieved a recall of 0.9115, meaning it correctly identified more than 91 percent of true chronic renal failure cases — a critical property in a screening context, where missed cases carry the gravest consequences. The F1-score, which balances recall against precision and penalizes false alarms as well as misses, reached 0.8542. Beyond raw accuracy, the researchers emphasize that the method remains interpretable: because the feature selection is grounded in rough set theory and explicit importance measures, clinicians can trace which attributes — whether a laboratory value or a quantified TCM syndrome indicator — drove a given prediction. In an era when black-box medical AI is facing mounting skepticism, that transparency is not a luxury but a requirement.</p>
<p>The implications extend well beyond nephrology. Machine learning approaches to chronic kidney disease prediction have proliferated in recent years, and systematic reviews of the field note both their promise and their persistent limitations, including problems with data quality, heterogeneity, and generalizability. The Xidian-led study suggests that part of the answer may lie not in bigger models but in richer, better-fused data — specifically, in recovering the diagnostic information that integrative clinical practice already generates but that conventional pipelines throw away. If the framework generalizes, the same complementarity-aware machinery could be applied to other conditions where qualitative and quantitative diagnostic traditions coexist, from cardiovascular disease to metabolic disorders.</p>
<p>Challenges remain, as the authors and the broader literature acknowledge. The training data used in the study is confidential, which complicates independent replication, and the semantic framework for Traditional Chinese Medicine must be carefully maintained as clinical language evolves. Integrating text-derived features also raises questions about how reliably SnowNLP-style quantification captures the nuance of an experienced physician&#8217;s narrative. Still, the study — funded in part by the National Natural Science Foundation of China and the Shaanxi National Funds for Distinguished Young Scientists — represents a concrete, technically rigorous step toward a long-sought goal: a single analytical framework in which a pulse reading and a creatinine measurement are not rivals but collaborators. For millions of patients at risk of losing kidney function, that collaboration could translate into earlier warnings, better decisions, and time — the resource that chronic renal failure takes away most quietly.</p>
<p><strong>Subject of Research:</strong> A machine learning feature selection method combining traditional Chinese and Western medicine data for chronic renal failure prediction</p>
<p><strong>Article Title:</strong> Complementarity-aware feature selection via weighted neighborhood probability rough sets for integrated traditional Chinese and Western medicine data in chronic renal failure prediction</p>
<p><strong>Article References:</strong> Zhang, X., Chang, X., Liu, X., Sun, B., &amp; Chu, X. (2026). Complementarity-aware feature selection via weighted neighborhood probability rough sets for integrated traditional Chinese and Western medicine data in chronic renal failure prediction. <em>Applied Intelligence, 56</em>(15), Article 447. <a href="https://doi.org/10.1007/s10489-026-07482-w" rel="noopener noreferrer">https://doi.org/10.1007/s10489-026-07482-w</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s10489-026-07482-w" rel="noopener noreferrer">10.1007/s10489-026-07482-w</a></p>
<p><strong>Keywords:</strong> Traditional Chinese Medicine, chronic renal failure, rough set theory, feature selection, Choquet integral, Shapley values, machine learning, medical diagnosis, data fusion, health informatics, predictive medicine, natural language processing</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">213807</post-id>	</item>
	</channel>
</rss>
