<?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>Trustworthy and Safe Computer Vision Systems &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/trustworthy-and-safe-computer-vision-systems/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Tue, 08 Sep 2026 07:22:37 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>Trustworthy and Safe Computer Vision Systems &#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>A Decade of Knowledge-Guided Machine Learning in Computer Vision</title>
		<link>https://scienmag.com/a-decade-of-knowledge-guided-machine-learning-in-computer-vision/</link>
		
		<dc:creator><![CDATA[Blake Davidson]]></dc:creator>
		<pubDate>Tue, 08 Sep 2026 07:22:33 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[Advances in Computer Vision Research]]></category>
		<category><![CDATA[AI and Scientific Knowledge Integration]]></category>
		<category><![CDATA[computer vision]]></category>
		<category><![CDATA[Data-Driven vs Knowledge-Guided AI]]></category>
		<category><![CDATA[Deep Neural Networks Limitations]]></category>
		<category><![CDATA[Future of Machine Sight]]></category>
		<category><![CDATA[Human and Scientific Knowledge in AI]]></category>
		<category><![CDATA[Human and Scientific Knowledge Integration]]></category>
		<category><![CDATA[Knowledge Fusion in AI]]></category>
		<category><![CDATA[Knowledge-Guided Machine Learning]]></category>
		<category><![CDATA[Machine Learning Taxonomy]]></category>
		<category><![CDATA[Major Conferences in Computer Vision and AI]]></category>
		<category><![CDATA[PRISMA Guidelines for Systematic Reviews]]></category>
		<category><![CDATA[PRISMA Guidelines in AI Research]]></category>
		<category><![CDATA[Scientific and Common Sense Knowledge in Machine Learning]]></category>
		<category><![CDATA[Systematic Review of KGML]]></category>
		<category><![CDATA[Systematic Review of Machine Learning]]></category>
		<category><![CDATA[Taxonomy of Knowledge-Guided Machine Learning]]></category>
		<category><![CDATA[Trustworthy AI systems]]></category>
		<category><![CDATA[Trustworthy and Safe Computer Vision Systems]]></category>
		<guid isPermaLink="false">https://scienmag.com/a-decade-of-knowledge-guided-machine-learning-in-computer-vision/</guid>

					<description><![CDATA[Artificial intelligence has conquered computer vision largely by brute force: feed enormous datasets into deep neural networks and let statistical patterns do the rest. But a major new survey argues that this data-only recipe is running into serious trouble, and that the future of machine sight may depend on teaching machines what scientists, engineers and [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Artificial intelligence has conquered computer vision largely by brute force: feed enormous datasets into deep neural networks and let statistical patterns do the rest. But a major new survey argues that this data-only recipe is running into serious trouble, and that the future of machine sight may depend on teaching machines what scientists, engineers and even everyday common sense already know. In a systematic review of more than a decade of research, a team led by Christine Dewi of Satya Wacana Christian University in Indonesia, together with Dhananjay Thiruvady and Nayyar Zaidi of Deakin University in Australia, has mapped the rapidly growing field of Knowledge-Guided Machine Learning (KGML) in computer vision, offering the first comprehensive taxonomy of how human and scientific knowledge can be fused with data to build smarter, safer and more trustworthy vision systems.</p>
<p>The study, published as an open-access article in the journal Multimedia Tools and Applications, was conducted according to the PRISMA guidelines for systematic reviews, the same rigorous protocol used in medical meta-analyses. The researchers searched the Scopus database along with the proceedings of the field&#8217;s flagship venues, including CVPR, NeurIPS, ICLR, KDD, ECCV and ICCV, covering publications from January 2014 to July 2025. The initial sweep returned 2,788 candidate publications. After a three-stage screening process that removed duplicates, irrelevant records and studies of insufficient quality, 286 high-quality studies remained, forming the largest and most transparent evidence base yet assembled on knowledge-guided approaches to computer vision.</p>
<p>The motivation behind the survey stems from a growing unease in the AI community about what happens when models rely on data alone. The authors point to well-documented failures of this philosophy, including training on the ImageNet dataset producing models that learned a distorted picture of the world, for instance associating chief executives with white men and flight attendants with Asian women. Beyond bias, purely data-driven models are vulnerable to adversarial perturbation, can leak sensitive information memorized during training, become overconfident when deployed on incomplete data, and often fail to generalize beyond their training distributions. As governments worldwide impose stricter regulations on artificial intelligence, these shortcomings have shifted from academic curiosities to practical obstacles.</p>
<p>KGML offers a way out by embedding structured knowledge directly into the learning process, and the survey draws a sharp conceptual line between two kinds of that knowledge. Scientific knowledge is grounded in established disciplines: physical laws such as illumination and reflectivity, geometric principles governing shape and spatial configuration, semantic relationships between objects, and domain expertise from medicine, biology, environmental science and mathematics. Non-scientific knowledge, by contrast, refers to auxiliary information drawn from the machine learning ecosystem itself, including knowledge graphs, knowledge distillation, knowledge transfer and generative learning. A medical imaging model constrained by anatomical structure falls into the first category; a detector that consults a knowledge graph encoding that a cat typically sits on a table falls into the second.</p>
<p>The authors further organize how knowledge is actually fused into models, adapting a framework originally proposed for scientific machine learning into three integration strategies. Knowledge-guided learning embeds domain principles into loss functions during training, so that a model is penalized not only for prediction errors but for violating known physics or rules. Knowledge-guided architecture hard-codes constraints directly into network structure, as in physics-guided neural networks for lake temperature prediction, where physical restrictions are built into the topology itself. Knowledge-guided pre-training uses scientific or simulated data to initialize model parameters, reducing how much real-world labeled data is needed to fine-tune the system. The survey shows all three strategies have flourished across the field&#8217;s major tasks, including classification, object detection, segmentation and multimodal understanding.</p>
<p>The reviewed literature reveals strikingly diverse applications of scientific knowledge in vision. Environmental and earth science applications range from monitoring forests in the Swiss Alps with multi-temporal deep learning guided by knowledge of forest cover dynamics, to mapping land surface temperature, detecting natural gas micro-leaks from hyperspectral imagery and recognizing mineral grains. In biology, hierarchy-guided neural networks have improved fish species classification, particularly when training data is scarce, by exploiting phylogenetic relationships. In medicine, KGML underpins ultrasound elastography, choroid segmentation in retinal images, medical report generation and facial pain assessment in intensive care units. Mathematical knowledge has been harnessed too, with systems like FOMAS splitting reasoning into a knowledge system that learns formulas and a reasoning system that applies them, echoing dual-process theories of human cognition.</p>
<p>On the non-scientific side, the survey dissects four dominant mechanisms. Knowledge graphs provide structured semantic context that sharpens object detection and scene understanding by encoding relationships among entities. Knowledge distillation transfers what a large, accurate teacher network knows into a compact student model, often through soft probability labels that carry richer information than hard ones; relation-based variants go further, teaching students to reproduce the structural relationships among a teacher&#8217;s internal representations. Knowledge transfer and knowledge bases allow models trained on one task or domain to bootstrap performance on related problems with little data, a strategy central to few-shot and long-tail recognition. Generative learning, meanwhile, uses prior knowledge to guide the synthesis of training data, as in physics-guided generative adversarial networks that produce physically plausible synthetic samples.</p>
<p>The descriptive statistics assembled by the authors chart the field&#8217;s explosive growth. Publication output was modest between 2014 and 2016, began climbing steadily from 2017, and accelerated sharply after 2020, peaking at 78 journal articles in 2024. Geographically, China dominates with 165 of the reviewed publications, followed by the United States with 63, then the United Kingdom, Germany and India. Computer science accounts for 40 percent of the work and engineering 21 percent, but contributions also flow from materials science, mathematics, earth and planetary sciences, physics, medicine and molecular biology, underscoring the field&#8217;s inherently interdisciplinary character. A keyword co-occurrence analysis placed deep learning at the center of the research landscape, orbited by object detection, knowledge transfer, image segmentation and neural networks.</p>
<p>The practical payoff, the authors argue, is a rare combination of accuracy, interpretability and robustness that pure data-driven methods struggle to match. KGML reduces the volume of annotated data required, speeds convergence, strengthens resistance to adversarial manipulation, and produces predictions that remain consistent with established domain expertise even in out-of-distribution situations. The paradigm also dovetails with the broader goals of information fusion, since combining heterogeneous knowledge sources with visual data is fundamentally a knowledge-data fusion problem, playing out at the data, feature and decision levels.</p>
<p>Yet the survey is candid about the obstacles ahead. Representing heterogeneous knowledge, whether symbolic rules, ontologies, physical equations or an experienced radiologist&#8217;s tacit intuition, in a form neural networks can consume remains unsolved. Domain knowledge evolves, demanding mechanisms for dynamic updating without catastrophic forgetting. Computational complexity threatens scalability in time-sensitive applications such as video surveillance. Standard metrics like accuracy and mean average precision fail to capture whether a model is genuinely consistent with the knowledge it was given, prompting calls for new evaluation measures of knowledge consistency, semantic alignment and robustness under distribution shift. There is also a cautionary note on bias: knowledge itself can be prejudiced, and baking flawed domain assumptions into models risks entrenching inequities, particularly in medicine. The authors further acknowledge limitations of their own review, including reliance on Scopus and the exclusion of the most recent 2025 conference papers.</p>
<p>Looking forward, the authors see KGML as foundational to next-generation vision systems in medical imaging, autonomous driving, remote sensing and robotics, where predictions must be not only accurate but explainable and consistent with how the world actually works. They call for cross-dataset validation, more diverse real-world data, closer collaboration between machine learning researchers and domain experts, and evaluation frameworks that reward reliability rather than benchmark scores alone. If those challenges can be met, knowledge-guided machine learning may finally deliver what data-only approaches promised but never quite delivered: machines that see the world the way informed humans do.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Knowledge-Guided Machine Learning (KGML) in computer vision — a PRISMA-guided systematic survey and taxonomy of 286 studies (2014–2025) integrating scientific and non-scientific knowledge into vision models</p>
<p><strong>Article Title:</strong> A Decade of Knowledge-Guided Machine Learning in Computer Vision</p>
<p><strong>Article References:</strong> Dewi, C., Thiruvady, D., &amp; Zaidi, N. (2026). Knowledge-guided machine learning in computer vision: A systematic survey and taxonomy (2014-2025). <em>Multimedia Tools and Applications, 85</em>(9), Article 740. <a href="https://doi.org/10.1007/s11042-026-21879-2" target="_blank" rel="noopener noreferrer">https://doi.org/10.1007/s11042-026-21879-2</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s11042-026-21879-2" target="_blank" rel="noopener noreferrer">10.1007/s11042-026-21879-2</a></p>
<p><strong>Keywords:</strong> AI and Scientific Knowledge Integration, computer vision, Data-Driven vs Knowledge-Guided AI, Deep Neural Networks Limitations, Future of Machine Sight, Human and Scientific Knowledge in AI, Knowledge-Guided Machine Learning, Major Conferences in Computer Vision and AI, PRISMA Guidelines for Systematic Reviews, Systematic Review of KGML, Taxonomy of Knowledge-Guided Machine Learning, Trustworthy and Safe Computer Vision Systems</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">189989</post-id>	</item>
	</channel>
</rss>
