<?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>blood test signals for malignancy in dogs &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/blood-test-signals-for-malignancy-in-dogs/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Tue, 22 Sep 2026 23:54:34 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>blood test signals for malignancy in dogs &#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>Routine Blood Tests Fail as Reliable Early Cancer Screen in Dogs, Landmark Machine Learning Study Finds</title>
		<link>https://scienmag.com/routine-blood-tests-fail-as-reliable-early-cancer-screen-in-dogs-landmark-machine-learning-study-finds/</link>
		
		<dc:creator><![CDATA[Nathaniel Bowman]]></dc:creator>
		<pubDate>Tue, 22 Sep 2026 23:54:34 +0000</pubDate>
				<category><![CDATA[Cancer]]></category>
		<category><![CDATA[AI-based cancer screening in dogs]]></category>
		<category><![CDATA[blood test signals for malignancy in dogs]]></category>
		<category><![CDATA[bloodwork screening]]></category>
		<category><![CDATA[canine cancer]]></category>
		<category><![CDATA[canine cancer diagnostic challenges]]></category>
		<category><![CDATA[class imbalance]]></category>
		<category><![CDATA[comparative oncology and human cancer models]]></category>
		<category><![CDATA[diagnostic accuracy of blood tests in veterinary medicine]]></category>
		<category><![CDATA[dog cancer screening]]></category>
		<category><![CDATA[early detection]]></category>
		<category><![CDATA[early detection of canine cancer using blood tests]]></category>
		<category><![CDATA[Golden Retriever Lifetime Study]]></category>
		<category><![CDATA[imbalanced data]]></category>
		<category><![CDATA[limitations of routine bloodwork for cancer detection]]></category>
		<category><![CDATA[logistic regression]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[machine learning in veterinary oncology]]></category>
		<category><![CDATA[predictive analytics for canine cancer detection]]></category>
		<category><![CDATA[predictive modeling]]></category>
		<category><![CDATA[routine laboratory data]]></category>
		<category><![CDATA[scalable cancer screening methods for pets]]></category>
		<category><![CDATA[SHAP]]></category>
		<category><![CDATA[veterinary cancer research]]></category>
		<category><![CDATA[veterinary oncology]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=208911</guid>

					<description><![CDATA[A rigorous evaluation of 126 machine learning pipelines on data from more than 3,000 Golden Retrievers shows that routine laboratory bloodwork contains a statistically detectable but clinically unreliable signal for canine cancer, establishing a performance ceiling for bloodwork-only screening tools.]]></description>
										<content:encoded><![CDATA[<p>A comprehensive new study has delivered a sobering verdict on one of veterinary medicine&#8217;s most tantalizing ideas: that the humble, routinely collected blood test could be mined by artificial intelligence to catch cancer early in dogs. Drawing on more than 22,000 laboratory visits from over 3,000 Golden Retrievers followed for years, the research systematically tested 126 different machine learning pipelines and found that while routine bloodwork does carry a statistically detectable signal associated with malignancy, that signal is far too weak and non-specific to support a clinically useful screening tool. The findings, published in the journal Veterinary Oncology, establish what the author describes as a performance ceiling for this data modality when used in isolation, and they carry important lessons for both veterinary and human cancer research.</p>
<p>The motivation behind the study is compelling. Cancer is a leading cause of death in companion dogs, and its incidence climbs steeply with age. A 2025 survey by the veterinary imaging company HT Vista found that 62 percent of masses seen in US veterinary clinics go undiagnosed, underscoring a glaring diagnostic gap. Because dogs also serve as valuable spontaneous models for human oncology, a cheap, scalable screening method built on data that veterinarians already collect every year, the complete blood count and serum biochemistry panel, would be transformative. The central hypothesis was that although individual blood parameters are uninformative on their own, subtle multivariate patterns hidden across dozens of values might harbor a presymptomatic signature of malignancy that machine learning could unlock.</p>
<p>To test that hypothesis rigorously, the study harnessed the Golden Retriever Lifetime Study, a large prospective observational cohort of 3,044 purebred Golden Retrievers enrolled between 2012 and 2015 and followed for their entire lives. Annual visits generate full physical examinations, owner and veterinarian questionnaires, and biospecimens processed for complete blood counts and chemistry profiles on standardized laboratory instruments. Cancer diagnoses were assembled from two complementary sources covering all three tiers of diagnostic confidence, from histologically confirmed cases down to presumptive clinical suspicions, yielding a final cancer cohort of 659 unique subjects. The most common tumor types were hemangiosarcoma at just over a quarter of cases, followed by mast cell tumors and lymphoma.</p>
<p>The resulting analytical dataset of 22,460 veterinary visits presented a formidable statistical challenge: only 6.3 percent of visits were cancer-positive, a degree of class imbalance notorious for derailing machine learning algorithms. The study design deliberately embraced real-world messiness. Visits were labeled positive only if they occurred on or after the recorded diagnosis date, and for the 41.4 percent of cancer subjects with no post-diagnosis laboratory work, only the final pre-diagnosis visit was labeled positive. Crucially, the model was trained without discriminating for treatment status, meaning it was exposed to laboratory results from both treated and untreated periods after diagnosis, exactly as real-world screening data would be.</p>
<p>The methodological framework was exhaustive. Six base algorithms were compared, spanning logistic regression, random forests, two gradient boosting methods, a neural network, and Naïve Bayes. These were crossed with three feature selection strategies, including recursive feature elimination and a manually curated panel of fifteen biomarkers tied to paraneoplastic syndromes such as anemia, thrombocytopenia, and hypercalcemia, and with six resampling techniques for handling imbalance, from SMOTE to class weighting. Every one of the 126 pipelines underwent five-fold cross-validated grid search optimized for the Matthews Correlation Coefficient, a metric well suited to imbalanced data. Data were split at the patient level to prevent information leakage, ensuring that no dog&#8217;s visits appeared in more than one partition and that the held-out test set provided a genuinely unbiased estimate of generalization.</p>
<p>The winning pipeline, a logistic regression model with class weighting and recursive feature elimination, achieved a respectable area under the ROC curve of 0.815 on the test set, with a 95 percent confidence interval of 0.793 to 0.836. That figure means a randomly chosen cancer-positive visit had an 81.5 percent chance of receiving a higher risk score than a randomly chosen cancer-negative visit, proof that a genuine signal exists in the data. But ranking ability is not the same as classification, and here the model failed decisively. Its F1-score was just 0.25, and its positive predictive value a mere 0.15, meaning that of all visits flagged as high risk, only 15 percent were actual cancer cases while 85 percent were false alarms.</p>
<p>The precision-recall curve told the clinical story plainly. Sitting only slightly above the no-skill baseline set by the 6.3 percent cancer prevalence, it showed that achieving any meaningful sensitivity would drive precision to levels that would flood clinics with false positives. The model&#8217;s high negative predictive value of 0.98 initially suggested promise as a rule-out test, but that hope collapsed under scrutiny of its recall: at 0.79, the model would miss roughly one in five dogs with cancer, an unacceptable false-negative rate for any screening application. The study&#8217;s conclusion was unambiguous: the model, and likely any model built solely on this data modality, is unsuitable for clinical deployment.</p>
<p>Explainable AI analysis using SHAP, a game-theory-based method that quantifies each feature&#8217;s contribution to individual predictions, revealed why the model fell short. The single most powerful predictor was patient age, followed by markers of anemia, such as lower hemoglobin, and systemic inflammation, such as elevated band neutrophils and a higher neutrophil-to-lymphocyte ratio. These are biologically plausible features, but they are profoundly non-specific. In effect, the model had learned to identify older dogs showing signs of chronic illness rather than a distinctive signature of cancer, functioning more as an old-dog detector than a malignancy biomarker. Cancer-induced blood changes are simply too entangled with those caused by common geriatric conditions, from chronic kidney disease to inflammatory bowel disease, for a bloodwork-only model to separate them.</p>
<p>A further and arguably more insidious problem was time-varying confounding by treatment. Because the dataset included post-diagnosis visits, the model could associate the iatrogenic effects of therapy with the cancer label. A dog with lymphoma treated with a multi-agent chemotherapy protocol will develop a stress leukogram and possible hyperglycemia; a dog with a mast cell tumor on a tyrosine kinase inhibitor may develop hypoalbuminemia from gastrointestinal toxicity. The model thus learned a confounded causal pathway, from cancer to diagnosis to treatment to blood changes, rather than the desired direct pathway from cancer to blood changes. Addressing this will require advanced causal inference methods such as marginal structural models, the study notes.</p>
<p>The study&#8217;s limitations are candidly acknowledged. Grouping dozens of histologically distinct malignancies into a single multi-cancer label, a concession to limited case numbers for any one tumor type, inevitably biased the model toward generic markers of systemic illness. The population was restricted to a single breed with known genetic predispositions to certain cancers, limiting generalizability, and the model lacked access to physical exam findings, comorbidities, and owner-reported signs. Yet these constraints are precisely what make the benchmark valuable: it quantifies, under realistic conditions, the maximum performance achievable from routine laboratory data alone. The path forward, the author argues, lies not in more complex algorithms but in multi-modal data integration, combining bloodwork with imaging, medical records, molecular diagnostics, and clinical context to emulate the reasoning of an expert clinician, validated in large, diverse, external cohorts before any clinical use.</p>
<p><strong>Subject of Research:</strong> Machine learning assessment of routine laboratory data for early canine cancer detection on an imbalanced dataset</p>
<p><strong>Article Title:</strong> Assessing the feasibility of early cancer detection using routine laboratory data: an evaluation of machine learning approaches on an imbalanced dataset</p>
<p><strong>Article References:</strong> Assessing the feasibility of early cancer detection using routine laboratory data: an evaluation of machine learning approaches on an imbalanced dataset. (n.d.). <a href="https://doi.org/10.1186/s44356-025-00054-z" rel="noopener noreferrer">https://doi.org/10.1186/s44356-025-00054-z</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1186/s44356-025-00054-z" rel="noopener noreferrer">10.1186/s44356-025-00054-z</a></p>
<p><strong>Keywords:</strong> veterinary oncology, machine learning, canine cancer, early detection, imbalanced data, routine laboratory data, Golden Retriever Lifetime Study, predictive modeling, SHAP, class imbalance, bloodwork screening, logistic regression</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">208911</post-id>	</item>
	</channel>
</rss>
