<?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>Niels Verleysen, Author at Verhaert Masters in Innovation</title>
	<atom:link href="https://verhaert.com/author/nverleysen/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Boosting your capacity to innovate</description>
	<lastBuildDate>Thu, 09 Apr 2026 11:44:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>

<image>
	<url>https://verhaert.com/wp-content/uploads/cropped-2024-Verhaert-Favicon-32x32.jpg</url>
	<title>Niels Verleysen, Author at Verhaert Masters in Innovation</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to secure agentic AI in software development</title>
		<link>https://verhaert.com/insights/blog/di/how-to-secure-agentic-ai-in-software-development/</link>
		
		<dc:creator><![CDATA[Niels Verleysen]]></dc:creator>
		<pubDate>Tue, 07 Apr 2026 16:01:00 +0000</pubDate>
				<category><![CDATA[Digital innovation]]></category>
		<category><![CDATA[Agentic AI]]></category>
		<category><![CDATA[Autonomous Agents]]></category>
		<category><![CDATA[Prompt Injection]]></category>
		<guid isPermaLink="false">https://verhaert.com/?p=42360</guid>

					<description><![CDATA[<p>Agentic AI is rapidly transforming how software is built. Find out how you can use these AI tools responsibly while enjoying the benefits they bring.</p>
<p>The post <a rel="nofollow" href="https://verhaert.com/insights/blog/di/how-to-secure-agentic-ai-in-software-development/">How to secure agentic AI in software development</a> appeared first on <a rel="nofollow" href="https://verhaert.com">Verhaert Masters in Innovation</a>.</p>
<p>The post <a href="https://verhaert.com/insights/blog/di/how-to-secure-agentic-ai-in-software-development/">How to secure agentic AI in software development</a> appeared first on <a href="https://verhaert.com">Verhaert Masters in Innovation</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>Agentic AI is rapidly transforming how software is built, and for good reason. Used well, it can significantly boost productivity, reduce time-to-market, and unlock new ways of working. At the same time, realizing this potential requires using these tools thoughtfully. Like any powerful technology, agentic AI introduces new risks that need to be addressed to ensure it’s applied securely and effectively. So how do we use these AI tools responsibly while enjoying the benefits they bring? Let’s dive in!</strong></p>
<p><img decoding="async" style="margin-bottom: 15px;" src="https://verhaert.com/wp-content/uploads/2026-Blog-How-to-secure-agentic-AI-in-software-development.png" alt="Agentic AI" /></p>
<h2 style="margin-top: 30px;">What is agentic AI?</h2>
<p style="font-weight: 400;">Before diving into the risks, it’s important to understand how agentic AI actually works. At a high level, agentic AI tools are designed to take a task, break it down into steps and execute those steps autonomously. By iteratively reading and generating text, the tool aims to <strong>mimic reasoning</strong> and is able to call upon all kinds of tools to successfully execute its tasks, often using external tools such as APIs, databases or code execution environments.</p>
<p style="font-weight: 400;">The more access it has to data and tools, the more capable it becomes. However, these systems are <strong>not deterministic</strong>, they don’t follow fixed rules but instead make probabilistic decisions about what to do next. Now, the question of how well these tasks can be executed autonomously is food for another discussion. What is often overlooked, though, more autonomy and access also means that the impact of its mistakes, or manipulation by others, can be much bigger.</p>
<h2 style="margin-top: 30px;">Where things go wrong</h2>
<p style="font-weight: 400;">If an agent can act, it can also misact, and this can happen in different ways. Let’s look at 3 concrete risks.</p>
<ol style="padding-left: 40px;">
<li style="padding-bottom: 10px;"><strong>Dataset poisoning:</strong> With dataset poisoning, the foundational model used as the brain of your agent is already being attacked before it has been trained. Because the model relies on vast amounts of internet data, it’s often collected at scale with limited filtering. The internet is riddled with examples of how things should not be done: in <a href="https://verhaert.digital/" target="_blank" rel="noopener">software development</a>, for example, lots of open source codebases are filled with vulnerabilities. But what if a hacker utilizes this to specifically target you? Research funded by <a href="https://www.anthropic.com/research/small-samples-poison" target="_blank" rel="noopener"><u>Anthropic investigated just that</u></a> and found that as little as 0.00016% of the training set has to be directly poisoned to be able to introduce a backdoor. These backdoors can be triggered by specific phrases, causing the model to behave in ways defined by the attacker</li>
<li style="padding-bottom: 10px;"><strong>Prompt injection:</strong> A more direct and immediate threat is prompt injection. Here, the attacker doesn’t target the model itself, but its input. By manipulating what the model reads, they can influence how it behaves. An attacker could host a legitimate website containing hidden instructions, text invisible to the user but readable by the model. These instructions tell the agent to extract sensitive information (account credentials, banking information, API keys, …) and send it elsewhere. Even with clear safeguards in place, <a href="https://labs.zenity.io/p/when-a-jira-ticket-can-steal-your-secrets" target="_blank" rel="noopener"><u>researchers pulled this off</u></a> using a surprisingly simple approach, making it clear that it&#8217;s far easier to exploit than you’d expect.</li>
<li><strong>Slopsquatting:</strong> Even without direct manipulation, agents can create risk through their own mistakes: They have an inherent tendency to hallucinate. Since LLMs probabilistically produce text (what word would be most probable to follow in the sentence), they do make mistakes and present things that don’t exist. Attackers can exploit this. If an agent tends to invent a dependency name, an attacker can register it and attach malicious code. When someone else’s agent later tries to install it, the system becomes compromised. This technique has been dubbed as slopsquatting, as the AI variant of typosquatting, and it turns model errors into attack vectors.</li>
</ol>
<p><img fetchpriority="high" decoding="async" class="aligncenter wp-image-42383" src="https://verhaert.com/wp-content/uploads/Securing-agentic-AI-in-software-developmenr-scaled.png" alt="" width="600" height="314" srcset="https://verhaert.com/wp-content/uploads/Securing-agentic-AI-in-software-developmenr-scaled.png 2560w, https://verhaert.com/wp-content/uploads/Securing-agentic-AI-in-software-developmenr-300x157.png 300w, https://verhaert.com/wp-content/uploads/Securing-agentic-AI-in-software-developmenr-1024x536.png 1024w, https://verhaert.com/wp-content/uploads/Securing-agentic-AI-in-software-developmenr-768x402.png 768w, https://verhaert.com/wp-content/uploads/Securing-agentic-AI-in-software-developmenr-1536x804.png 1536w, https://verhaert.com/wp-content/uploads/Securing-agentic-AI-in-software-developmenr-2048x1072.png 2048w, https://verhaert.com/wp-content/uploads/Securing-agentic-AI-in-software-developmenr-287x150.png 287w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<h2 style="margin-top: 30px;">How to mitigate the risks</h2>
<p style="font-weight: 400;">All of these vulnerabilities stem from the <strong>same underlying issue</strong>: the agent can act autonomously. In theory, the safest approach would be to manually approve every action and verify every output. But doing so removes the very benefit agents provide: autonomy. So <strong>what are your other options?</strong></p>
<h3>Sandbox the agent</h3>
<p style="font-weight: 400;">Agents should never run directly on your core systems, production servers or sensitive data with unrestricted access. How can you implement it:</p>
<ul style="padding-left: 40px; padding-bottom: 20px;">
<li>Run the agent in a container, virtual machine or isolated cloud environment.</li>
<li>Define and limit access to only the directories, files or databases it actually needs for its tasks.</li>
<li>Prevent it from installing arbitrary packages or executing commands outside its environment.</li>
</ul>
<p style="font-weight: 400;">If something goes wrong, whether due to a model hallucination, a prompt injection attack or an external exploit, the <strong>damage is confined</strong> to the sandbox, protecting your main systems and customer data. There are also specialized sandbox processes that can wrap around your agent and do this confinement for you.</p>
<h3 style="padding-top: 20px;">Control external communication</h3>
<p style="font-weight: 400;">Limit which websites, APIs or network endpoints the agent can access. You implement it as follows:</p>
<ul style="padding-left: 40px; padding-bottom: 20px;">
<li>Use egress filtering with a deny-by-default configuration, only allowing connections to trusted domains.</li>
<li>Require human approval for each request to an untrusted domain.</li>
<li>Monitor outbound requests to detect unexpected activity.</li>
</ul>
<p style="font-weight: 400;">This <strong>reduces exposure</strong> to prompt injection attacks or slopsquatting, where malicious content on a web page could trick the agent into revealing secrets or executing harmful commands.</p>
<h3>Apply least-privilege access</h3>
<p style="font-weight: 400;">Give the agent only the credentials, permissions and data it absolutely needs for its task. How to implement it?</p>
<ul style="padding-left: 40px; padding-bottom: 20px;">
<li>Use user-scoped tokens rather than global or admin credentials.</li>
<li>Make tokens time-limited so access expires automatically.</li>
<li>Restrict permissions to the minimum required actions (read-only where possible).</li>
</ul>
<p style="font-weight: 400;">If an agent is compromised, leaked credentials or tokens <strong>won’t grant full access to sensitive systems</strong>, reducing potential damage.</p>
<h3>Keep humans in the loop</h3>
<p style="font-weight: 400;">Agents can act autonomously, but critical actions should always have oversight. You implement it as follows:</p>
<ul style="padding-left: 40px; padding-bottom: 20px;">
<li>Require review for any actions affecting production systems, customer data, or financial transactions.</li>
<li>Log agent decisions and outputs for auditing.</li>
<li>Where possible, set up a system that allows agent actions to be rolled back.</li>
</ul>
<p style="font-weight: 400;"><strong>Humans can catch mistakes</strong> or malicious behavior that the agent might miss, while still letting the agent handle low-risk tasks to improve efficiency.</p>
<h2 style="margin-top: 30px;">Final thoughts</h2>
<p style="font-weight: 400;">Agentic AI is powerful precisely because it can act independently. But that same independence creates a new attack surface. Not just when using a (free) agentic AI tool online, but also when building a custom tool for your business. Want to learn more about how we use and build AI tools responsibly? Make sure to <a href="https://verhaert.digital/contact/" target="_blank" rel="noopener">reach out to our AI specialists</a>!</p>
<p>The post <a rel="nofollow" href="https://verhaert.com/insights/blog/di/how-to-secure-agentic-ai-in-software-development/">How to secure agentic AI in software development</a> appeared first on <a rel="nofollow" href="https://verhaert.com">Verhaert Masters in Innovation</a>.</p>
<p>The post <a href="https://verhaert.com/insights/blog/di/how-to-secure-agentic-ai-in-software-development/">How to secure agentic AI in software development</a> appeared first on <a href="https://verhaert.com">Verhaert Masters in Innovation</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Blurring the line between optical hardware and AI</title>
		<link>https://verhaert.com/insights/blog/di/blurring-the-line-between-optical-hardware-and-ai/</link>
		
		<dc:creator><![CDATA[Niels Verleysen]]></dc:creator>
		<pubDate>Fri, 30 Jan 2026 13:51:40 +0000</pubDate>
				<category><![CDATA[Artificial intelligence]]></category>
		<category><![CDATA[Digital innovation]]></category>
		<category><![CDATA[Digital transformation]]></category>
		<category><![CDATA[Machine & deep learning]]></category>
		<guid isPermaLink="false">https://verhaert.com/?p=41830</guid>

					<description><![CDATA[<p>Image deblurring with AI, find out how companies can improve usable image resolution without altering the existing optical hardware.</p>
<p>The post <a rel="nofollow" href="https://verhaert.com/insights/blog/di/blurring-the-line-between-optical-hardware-and-ai/">Blurring the line between optical hardware and AI</a> appeared first on <a rel="nofollow" href="https://verhaert.com">Verhaert Masters in Innovation</a>.</p>
<p>The post <a href="https://verhaert.com/insights/blog/di/blurring-the-line-between-optical-hardware-and-ai/">Blurring the line between optical hardware and AI</a> appeared first on <a href="https://verhaert.com">Verhaert Masters in Innovation</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>For decades, sharper images meant heavier optics, higher costs and painful engineering trade-offs. But AI is starting to flip that logic on its head. From “enhancing” grainy footage in crime shows to real-world deblurring in satellites, microscopes and cameras, the line between science fiction and engineering reality is getting… surprisingly blurry. Let’s unpack what’s actually possible today.</strong></p>
<p><img decoding="async" class="alignnone wp-image-33447" src="https://verhaert.com/wp-content/uploads/2025-Blog-AI-for-image-deblurring-banner.png" alt="Image deblurring with AI" width="762" height="457" /></p>
<p style="text-align: center;"><span style="font-size: 14px; color: #9da2b5;">Base imagery <b>© </b>2023 <a style="font-size: 14px; color: #9da2b5;" href="https://hxgncontent.com/en-us" target="_blank" rel="noopener">Hexagon</a> and <a style="font-size: 14px; color: #9da2b5;" href="https://hexagon.com/company/partner-directory-and-programmes/partner-directory?#all-partners_e=0&amp;all-partners_division%20name=Geosystems%20division&amp;all-partners_partner%20type%20names=HxGN%20Content%20Program&amp;all-partners_partner%20sub%20type%20names=HxGN%20Content%20Program%20-%20Data%20Partners" target="_blank" rel="noopener">data partners</a></span></p>
<h2>A rising demand for high-quality imaging</h2>
<p>In today’s imaging industry, the <strong>demand for ever-higher image quality</strong> is relentless, yet constraints on cost, weight and size continue to challenge engineers. Meeting these requirements often means more complex or larger hardware, pricier components, and increasingly demanding testing, all of which push projects toward higher budgets and longer development cycles.</p>
<p>Meanwhile, AI-driven image enhancement tools are rapidly advancing and becoming more widespread, from image deblurring features in Lightroom and Photoshop to AI upscalers and generative models like Stable Diffusion. This raises a compelling question: <strong>Can <a href="https://verhaert.digital/services/ai-data-driven-solutions/" target="_blank" rel="noopener">artificial intelligence</a> remove blur and improve usable image resolution without altering the existing optical hardware?</strong> In other words, could we now finally achieve the kind of dramatic &#8216;image enhancement&#8217; often depicted in popular TV shows in real-world applications?</p>
<h2>Rewriting image quality with AI</h2>
<p>The answer? Kind of. The big breakthrough is that artificial intelligence can now act as a kind of &#8216;virtual upgrade&#8217; for optical systems. By training models on images from high-end cameras or sensors, developers can <strong>teach AI to reconstruct</strong> what a better system would have seen. In practice, this means cheaper, smaller and lighter optics can produce images that look like they came from far more expensive hardware, dramatically reducing overall system costs.</p>
<p>There are <strong>two especially promising approaches</strong>. The first is to use AI to boost the image quality of cheaper cameras and sensors, allowing low-cost, lightweight hardware to produce results closer to premium systems. This can also be used in constellations of sensors or satellites: a few units carry premium optics, while many others use simpler hardware. The second is retrospective enhancement: applying AI for image deblurring in hardware already deployed in the field, improving quality without any physical upgrades. Together, these approaches show how AI can extend the capabilities of both future and existing optical systems, purely through software.</p>
<p>At its core, this technique is generative: the AI starts with a degraded image and generates a sharper, higher-quality version. This only works well if the distortions and noise of the real optical system are accurately modeled during training, which <strong>requires deep technical expertise</strong>. A strong starting model is also crucial, using an AI already trained to deblur regular images makes adaptation faster, cheaper and more reliable. This is how you can <strong>reuse and fine-tune existing models</strong> to turn image enhancement from a research challenge into a practical engineering tool.</p>
<p><img decoding="async" class="aligncenter wp-image-41832 size-full" src="https://verhaert.com/wp-content/uploads/2025-Blog-AI-for-image-deblurring-example.png" alt="" width="1600" height="530" srcset="https://verhaert.com/wp-content/uploads/2025-Blog-AI-for-image-deblurring-example.png 1600w, https://verhaert.com/wp-content/uploads/2025-Blog-AI-for-image-deblurring-example-300x99.png 300w, https://verhaert.com/wp-content/uploads/2025-Blog-AI-for-image-deblurring-example-1024x339.png 1024w, https://verhaert.com/wp-content/uploads/2025-Blog-AI-for-image-deblurring-example-768x254.png 768w, https://verhaert.com/wp-content/uploads/2025-Blog-AI-for-image-deblurring-example-1536x509.png 1536w, https://verhaert.com/wp-content/uploads/2025-Blog-AI-for-image-deblurring-example-453x150.png 453w" sizes="(max-width: 1600px) 100vw, 1600px" /></p>
<p style="text-align: center;"><span style="font-size: 14px; color: #9da2b5;">Base imagery <b>© </b>2023 <a style="font-size: 14px; color: #9da2b5;" href="https://hxgncontent.com/en-us" target="_blank" rel="noopener">Hexagon</a> and <a style="font-size: 14px; color: #9da2b5;" href="https://hexagon.com/company/partner-directory-and-programmes/partner-directory?#all-partners_e=0&amp;all-partners_division%20name=Geosystems%20division&amp;all-partners_partner%20type%20names=HxGN%20Content%20Program&amp;all-partners_partner%20sub%20type%20names=HxGN%20Content%20Program%20-%20Data%20Partners" target="_blank" rel="noopener">data partners</a></span></p>
<h2>AI in action: From space to surgery</h2>
<p>AI-powered image enhancement is starting to <strong>improve real-world systems across the board</strong>. Any product that relies on optics can benefit: from drones monitoring traffic and satellites mapping crops and deforestation changes, to smartphones capturing sharper photos without bigger cameras. Even weather alerts and environmental policy enforcement can be more accurate thanks to clearer, AI-enhanced imagery.</p>
<p>In <a href="https://lambda-x.com/life-sciences/" target="_blank" rel="noopener">optical systems for life sciences</a>, AI image deblurring can boost standard microscopes by leveraging training on high-resolution systems. This approach offers high-resolution capabilities to millions of conventional microscopes in the field, improving live-cell imaging, digital pathology and microbial detection. It also supports low-cost diagnostic devices and high-throughput drug screening. This will help researchers and clinicians gain clearer, more reliable insights without upgrading hardware, making advanced imaging more accessible, scalable and cost-effective.</p>
<h2>Generative constraints and reliability</h2>
<p>AI-based image deblurring is powerful, but <strong>it isn’t magic</strong>. It can’t recover information that was completely lost in the original image. Since <strong>it’s a generative process</strong>, it can also introduce artifacts. This is inevitable, but in most cases, not a dealbreaker. For example, imagine a blurred photo of a pedestrian holding a small object. After deblurring, the pedestrian becomes clearer, but the artificial intelligence can only make an educated guess about the object. They might reconstruct it as a phone, a coffee cup, or something else entirely, but for tasks like counting pedestrians or detecting presence, this isn’t a problem.</p>
<p>The AI works much like humans do: it interprets shapes and context to reconstruct likely features, but the accuracy depends heavily on the <strong>quality and variety of training data</strong>. That’s why high-quality images across diverse conditions and blur types are crucial. By understanding these limits, AI deblurring can be <strong>used responsibly</strong>, enhancing images without creating misleading or false information.</p>
<h2>A new era of optics and AI</h2>
<p>AI-driven image enhancement is already proving to change the game tremendously. It can boost the performance of cheaper cameras and sensors, and even improve images from hardware that’s already out in the field. Better-quality imagery at lower cost could transform Earth observation, from tracking traffic and deforestation to responding faster to disasters. While the <strong>impact will be huge</strong>, broad adoption will likely happen step by step. As artificial intelligence continues to get smarter, the line between what optics alone can achieve and what software can deliver will keep blurring, opening new possibilities for how we capture and use images across industries.</p>
<p>The post <a rel="nofollow" href="https://verhaert.com/insights/blog/di/blurring-the-line-between-optical-hardware-and-ai/">Blurring the line between optical hardware and AI</a> appeared first on <a rel="nofollow" href="https://verhaert.com">Verhaert Masters in Innovation</a>.</p>
<p>The post <a href="https://verhaert.com/insights/blog/di/blurring-the-line-between-optical-hardware-and-ai/">Blurring the line between optical hardware and AI</a> appeared first on <a href="https://verhaert.com">Verhaert Masters in Innovation</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Garbage in, garbage out: The importance of data quality for AI and how it can be improved</title>
		<link>https://verhaert.com/insights/blog/di/the-importance-of-data-quality-for-ai/</link>
		
		<dc:creator><![CDATA[Niels Verleysen]]></dc:creator>
		<pubDate>Mon, 03 Feb 2025 13:33:46 +0000</pubDate>
				<category><![CDATA[Artificial intelligence]]></category>
		<category><![CDATA[Data & algorithms]]></category>
		<guid isPermaLink="false">https://verhaert.com/?p=40014</guid>

					<description><![CDATA[<p>Learn what 'high-quality' data means for AI and explore best practices for continuous improvements and proactive data-gathering strategies.</p>
<p>The post <a rel="nofollow" href="https://verhaert.com/insights/blog/di/the-importance-of-data-quality-for-ai/">Garbage in, garbage out: The importance of data quality for AI and how it can be improved</a> appeared first on <a rel="nofollow" href="https://verhaert.com">Verhaert Masters in Innovation</a>.</p>
<p>The post <a href="https://verhaert.com/insights/blog/di/the-importance-of-data-quality-for-ai/">Garbage in, garbage out: The importance of data quality for AI and how it can be improved</a> appeared first on <a href="https://verhaert.com">Verhaert Masters in Innovation</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>AI has the power to revolutionize industries, from automating workflows to generating valuable insights. That you&#8217;ve probably heard before. And as always there’s a catch: AI is only as good as the data it learns from. Poor-quality data leads to biased models, inaccurate predictions and costly mistakes. As many companies struggle with incomplete, inconsistent or messy data, does that mean your AI dreams should end here? In fact, no. In this blog, we’ll explore what ‘high-quality’ data is and our best practices for starting from imperfect datasets.</strong></p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-33447" style="margin-bottom: 20px;" src="https://verhaert.com/wp-content/uploads/2025-Blog-The-importance-of-high-quality-data-for-AI-banner.png" alt="Banner high-quality data for AI" width="762" height="457" /></p>
<h2>Why high-quality data is essential for valuable AI</h2>
<p>AI models learn patterns and make decisions based on the data they’re trained on. If the input data is flawed, the output will be unreliable: garbage in, garbage out. Because <a href="https://verhaert.digital/services/ai-data-driven-solutions/" target="_blank" rel="noopener">AI systems</a> require substantial time and effort to build, you’ll want <strong>certain assurances it’ll be worth the investment</strong>. That’s why high-quality data is essential for ensuring accurate predictions, valuable insights, and effective automation.</p>
<p>And why poor data quality allows for serious risks. Bias in training data can result in unfair or misleading outcomes. At the same time, inconsistencies and missing values can cause AI to misinterpret information, leading to unpredictable results. And outdated data may drive decisions based on obsolete trends. The biggest threat? AI might generate <strong>results that appear correct but are fundamentally inaccurate</strong>, making it difficult to distinguish between right and wrong. Without a strong data foundation, even the most advanced AI models can fail. So when do you have a strong data foundation?</p>
<h2>What about using AI as a data cleaner?</h2>
<p>AI isn’t just dependent on high-quality data, it <strong>can also help improve it</strong>. Intelligent algorithms can fill in missing values for more complete data. Anomaly detection helps identify outliers and inconsistencies that might otherwise go unnoticed. AI can also identify redundant or conflicting entries, streamlining datasets. Finally, normalization and standardization enforce consistency, making data more structured and reliable for AI applications.</p>
<p>However, <strong>AI-driven data cleaning isn’t foolproof</strong>. If there’s a flaw somewhere in the process, AI may reinforce incorrect patterns rather than fix them. To prevent this, organizations should implement safeguards: either maintain a small, verified dataset for validation or have human experts review AI-refined data. Even with these precautions, AI-driven data cleaning can significantly speed up the process.</p>
<h2>Fixing data at the source</h2>
<p>Although AI-driven data cleaning can be a powerful tool when you know you don’t have high-quality data, there are other, sometimes better, options.</p>
<ul style="padding-left: 40px; padding-bottom: 20px;">
<li><strong>Generating synthetic data:</strong> Simulations can be a fast solution for data scarcity. By defining specific parameters, simulations can produce endless data, helping identify trends and patterns when real-world data is lacking or insufficient.</li>
<li><strong>Leveraging external data sources:</strong> Both paid and freely available, external data from sources like governments, research institutions, and other companies can enrich your dataset, providing additional context and improving the AI model’s accuracy.</li>
<li><strong>Using alternative data sources:</strong> Gathering data from different systems or creating new collection methods can improve data relevance and accuracy. For example, you might not have a sensor in place that captures when a machine breaks down, but maybe your conveyor belt stops working and sends an alert as a result, which can be captured.</li>
<li><strong>Improving existing databases and collection methods:</strong> A more long-term solution is focusing on improving their existing databases and data collection methods. Even when you’re still building the AI system, better-designed data systems can automate reporting and even simulate basic insights AI might provide in the future.</li>
<li><strong>Implementing federated learning models:</strong> In privacy-sensitive sectors, federated learning allows you to train AI models using decentralized data without compromising privacy, as the raw data is never shared across systems.</li>
</ul>
<h2>From imperfect to powerful</h2>
<p>High-quality data is the cornerstone of effective AI, but no dataset is perfect. By leveraging a <strong>combination of continuous improvements and proactive data-gathering strategies</strong>, businesses can refine their data to unlock their full AI potential. So how do you know which strategy will work best for you? You have to define what you want to do before you define how to get there. Typically, this is why we set up dedicated ideation workshops in which we get to the bottom of why you want to invest in AI and what you want to get out of it. This helps <strong>define clear data strategies, assess data quality, set up improved data-gathering processes</strong>, or even algorithmically improve your existing dataset. That’s how, with the right approach, AI can transform not only your insights but also the way you manage and improve your data over time.</p>
<p>The post <a rel="nofollow" href="https://verhaert.com/insights/blog/di/the-importance-of-data-quality-for-ai/">Garbage in, garbage out: The importance of data quality for AI and how it can be improved</a> appeared first on <a rel="nofollow" href="https://verhaert.com">Verhaert Masters in Innovation</a>.</p>
<p>The post <a href="https://verhaert.com/insights/blog/di/the-importance-of-data-quality-for-ai/">Garbage in, garbage out: The importance of data quality for AI and how it can be improved</a> appeared first on <a href="https://verhaert.com">Verhaert Masters in Innovation</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>From science fiction to reality: AI &#038; robotics in healthcare</title>
		<link>https://verhaert.com/insights/blog/di/life-sciences/from-science-fiction-to-reality-ai-robotics-in-healthcare/</link>
		
		<dc:creator><![CDATA[Niels Verleysen]]></dc:creator>
		<pubDate>Tue, 18 Apr 2023 10:19:27 +0000</pubDate>
				<category><![CDATA[Artificial intelligence]]></category>
		<category><![CDATA[Life sciences]]></category>
		<category><![CDATA[Digital transformation]]></category>
		<guid isPermaLink="false">https://verhaert.com/?p=36588</guid>

					<description><![CDATA[<p>Let's take a deep dive into the different types of robotic and artificial intelligence systems that are already present in surgery rooms!</p>
<p>The post <a rel="nofollow" href="https://verhaert.com/insights/blog/di/life-sciences/from-science-fiction-to-reality-ai-robotics-in-healthcare/">From science fiction to reality: AI &#038; robotics in healthcare</a> appeared first on <a rel="nofollow" href="https://verhaert.com">Verhaert Masters in Innovation</a>.</p>
<p>The post <a href="https://verhaert.com/insights/blog/di/life-sciences/from-science-fiction-to-reality-ai-robotics-in-healthcare/">From science fiction to reality: AI &#038; robotics in healthcare</a> appeared first on <a href="https://verhaert.com">Verhaert Masters in Innovation</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>If you’ve ever seen the movie Prometheus, you’ll probably remember the scene where Elizabeth just pushes some virtual buttons, lies down, and has her robotic pod perform surgery on her. What about the android personal butler, David, for the elderly character? Those devices don’t exist yet, but the medical industry is definitely making some great advances in that direction.</strong></p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-35456" src="https://verhaert.com/wp-content/uploads/2023-Blog-AI-and-robotics-in-the-medical-industry-banner.png" alt="Banner robotic surgery" width="762" height="457" /></p>
<p>In this blog, we’ll do a little deep dive into the different types of robotic and artificial intelligence systems that are already being developed. Let’s start with the <strong>current state-of-the-art certified robotic systems</strong> present in surgery rooms!</p>
<h2>How can robots contribute to better healthcare?</h2>
<p>Competent medical staff is invaluable for the healthcare system, but specialists are incredibly rare. The expertise scarcity means that a large portion of resources (time, money, fuel) is being spent on transport instead of performing medical procedures (regardless of if the patient or the doctor needs to travel). This is where teleoperated robots can get handy, as only the information (the robot’s real-time motion control) has to travel instead of people physically.</p>
<p>Not to mention that training someone to become a surgeon takes many years and many more years are needed to become a specialist. A computer-based system can be ‘trained’ almost instantly by updating its software: not in the same meaning as training a machine learning model, which can be an extensive process, but with the meaning of deploying an existing model for example. Of course, first, we need the mechanical capabilities and the software stack. That’s something we’re already working on. <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f609.png" alt="😉" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>Moreover, what are robots best at? Repeating motions over and over again with superhuman precision. Repeating motions over and over again with superhuman precision? Yes, repeating motions over and over again with superhuman precision (author’s attempt at humor). Therefore, the execution mistakes due to ‘human error’ could be significantly reduced. This discussion can be layered and tackled in detail:</p>
<ul style="padding-left: 40px; padding-bottom: 20px;">
<li>Robots as extensions: teleoperation with full human guidance and control.</li>
<li>Robots with limited critical autonomy: teleoperation with partial human guidance and control.</li>
<li>Robots with high critical autonomy: minimal human intervention during the medical procedure.</li>
<li>Robots with autonomy on non-critical tasks: guiding, servicing and rehabilitation.</li>
<li>Artificial intelligence enhanced healthcare: from perception and planning for robotics to volumetric registration for medical imaging and biosensors data analysis.</li>
</ul>
<p>All these systems aim to:</p>
<ul style="padding-left: 40px; padding-bottom: 20px;">
<li>increase global accessibility of specialized medical expertise</li>
<li>provide an early potential diagnostic</li>
<li>optimize time and performance of medical procedures</li>
<li>improve treatment/rehab consistency by making it fun</li>
</ul>
<p><img loading="lazy" decoding="async" class="wp-image-35456 aligncenter" src="https://verhaert.com/wp-content/uploads/2023-Blog-AI-and-robotics-in-the-medical-industry-visual-1.jpg" alt="Robots as extensions" width="600" height="275" /></p>
<h6 style="color: #9ea3b5; text-align: center;">Da Vinci Surgical System</h6>
<h2>Robots as extensions</h2>
<p>As mentioned in the introduction, we will discuss the state-of-the-art systems in terms of certified surgical robots. The most popular surgical robot is probably the ‘Da Vinci Surgical System’ (picture above). Although it represents a consistent technological advancement, the system isn’t conceptually complicated overall. In this setup, the robot is an augmentation of the medical practitioner via an optical system and a tactile interface. Basically a screen and a joystick controller (using simple words to describe a rather complex and sophisticated device).</p>
<p>Most of the surgical robots today fall in this class as they’re capable of giving superhuman perception and motion precision abilities to doctors. The teleoperation system acts as a scaling mechanism that can greatly improve the motion accuracy: &#8220;if the operator moves a joystick 10 cm, while the surgical robot moves an instrument only 1 cm, then the precision is 10 times increased. And it can be even much more. The optical system offers a focused and immersive connection between the operator and the surgical procedure and it can be further enhanced by augmented reality.</p>
<p>The drawback of these teleoperated surgical robots is that most of them do not have haptic feedback, meaning that the operator doesn’t ‘feel’ resistance when touching the tissue. There’s no force feedback control and therefore the responsibility (and the merit of success) is entirely attributed to the surgeon operating the system. Although they don’t possess substantial autonomy, these medical robots are highly robust and are currently the only type of medical device certified to be used in actual medical procedures.</p>
<p>&nbsp;</p>
<p>While being a rather sensitive (and highly confidential) topic, we can proudly say that we have acquired some experience in building demonstrators of <strong>robots with autonomy on non-critical tasks, robots with limited critical autonomy, robots with high critical autonomy as well as AI-enhanced healthcare use cases</strong>.</p>
<p>&nbsp;</p>
<p>Several types of robotics and AI systems are currently already present in healthcare, certified and capable of enhancing surgeons’ skills. However, many technologies and advances are popping up as we speak. In our upcoming blogs, we’ll tackle more types of robotic and artificial intelligence applications in the healthcare field.</p>
<p>Nevertheless, if your curiosity is greater than your patience, don’t hesitate to <a href="https://verhaert.com/capabilities/ailab/" target="_blank" rel="noopener">contact us</a> and pick our brains on what we can do for your medical application!</p>
<p>The post <a rel="nofollow" href="https://verhaert.com/insights/blog/di/life-sciences/from-science-fiction-to-reality-ai-robotics-in-healthcare/">From science fiction to reality: AI &#038; robotics in healthcare</a> appeared first on <a rel="nofollow" href="https://verhaert.com">Verhaert Masters in Innovation</a>.</p>
<p>The post <a href="https://verhaert.com/insights/blog/di/life-sciences/from-science-fiction-to-reality-ai-robotics-in-healthcare/">From science fiction to reality: AI &#038; robotics in healthcare</a> appeared first on <a href="https://verhaert.com">Verhaert Masters in Innovation</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Robotics reinvented: a beginner&#8217;s guide to ROS</title>
		<link>https://verhaert.com/insights/blog/di/robotics-reinvented-beginners-guide-to-ros/</link>
		
		<dc:creator><![CDATA[Niels Verleysen]]></dc:creator>
		<pubDate>Wed, 08 Feb 2023 15:29:12 +0000</pubDate>
				<category><![CDATA[Product innovation]]></category>
		<category><![CDATA[Robotics]]></category>
		<category><![CDATA[Sensors]]></category>
		<category><![CDATA[software development]]></category>
		<guid isPermaLink="false">https://verhaert.com/?p=35862</guid>

					<description><![CDATA[<p>Discover why and how the ROS open-source software sensation makes it easier and more efficient to develop complex robotic systems.</p>
<p>The post <a rel="nofollow" href="https://verhaert.com/insights/blog/di/robotics-reinvented-beginners-guide-to-ros/">Robotics reinvented: a beginner&#8217;s guide to ROS</a> appeared first on <a rel="nofollow" href="https://verhaert.com">Verhaert Masters in Innovation</a>.</p>
<p>The post <a href="https://verhaert.com/insights/blog/di/robotics-reinvented-beginners-guide-to-ros/">Robotics reinvented: a beginner&#8217;s guide to ROS</a> appeared first on <a href="https://verhaert.com">Verhaert Masters in Innovation</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>Robot operating systems are taking over the world of robotics by storm. This open-source software sensation offers a standardized way to program robots, making it easier and more efficient to develop complex robotic systems. With its wide range of capabilities, customization, integration and user-friendly design, it’s no wonder it’s being considered the future of robotics. So how does it work, and why should you consider it? Let’s take a look together!</strong></p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-35456" src="https://verhaert.com/wp-content/uploads/Verhaert-Blog-2023-ROS-softwarebanner.jpg" alt="Banner the magic behind ROS software" width="762" height="457" /></p>
<p>Let’s start by clearing out two main misconceptions about the Robot Operating System (ROS). First of all, it’s not an operating system (OS) and it’s not just useful for robots. But since a ‘Not-Only-For-Robots Not-An-Operating-System’ isn’t quite as catchy, let’s refer to it by its original community-accepted name. Secondly, in this blog we’ll only refer to the robotic mechanical devices and NOT to robotic process automation software.</p>
<h2>ROS, what?</h2>
<p>What is ROS then? It’s actually a middleware. This means that it’s supposed to be placed between software logic and hardware. It’s similar to a real operating system but needs an operating system platform to run on (usually a Linux distribution). It can’t simply run directly on basic hardware. Moreover, devices need an ROS-specific interface to make use of their power, similar to how operating systems need drivers to access hardware resources.</p>
<p>So if it’s not just for robotics, why does it have ‘robot’ in the name? Because it was developed by the robotics community to be used with robots. Even though it can be used with applications that are not robots, most of the development efforts are directed toward perception, navigation and manipulation tasks. This means that highly complex robotic functionalities are already available in the ROS ecosystem.</p>
<h2>ROS, how?</h2>
<p>Let’s discuss the core power of ROS: nodes and topics. Nodes are somewhat the atomic pieces of software that implement a desired logic, like retrieving sensor data, capturing images, processing input data or sending input to an actuator. Topics are the communication links between nodes, independent entities that nodes can write or read data from &#8211; imagine them as lists of messages like internet chat rooms. These simple mechanisms allow the creation of complex distributed and robust architectures, where the overall system isn’t entirely dependent on the individual. As long as the system design allows it, the entire system is sensor and actuator-agnostic. Imagine a random vacuum cleaner robot: the navigation module doesn’t care if the localization uses lidar, ultrasonic or camera data, or if it’s using wheels, tracks or a propeller to move around.</p>
<p>These components should be easily replaceable, the only necessity is the right ROS node to take the hardware input and offer a standardized output on a specific topic (a driver-like piece of software, as we mentioned before). And here’s another very cool thing: each node can be on a separate computing platform or as many nodes as possible can share the same computing platform at the same time. It’s all up to the application architect to decide. The only prerequisite for ROS is to have a special ‘master’ node running that can be accessed by every other node. The drawback is that if the computing platform running the ‘master node’ disconnects from the system, then the entire system fails.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-35873" role="img" src="https://verhaert.com/wp-content/uploads/2022-Blog-AI-blog-on-ROS-software-Graphic-1.svg" alt="ROS topology example" width="378" height="205" /> <img loading="lazy" decoding="async" class="alignnone wp-image-35874" style="padding-top: 10px;" role="img" src="https://verhaert.com/wp-content/uploads/2022-Blog-AI-blog-on-ROS-software-Graphic-2.svg" alt="ROS topology car application" width="393" height="260" /></p>
<h6 style="color: #9ea3b5; text-align: center;">ROS topology example and in an autonomous car application ©VERHAERT</h6>
<p>Above you can find an example of such a topology, as well as applied to a simplified autonomous car application. Keep in mind that each one of these nodes can be on the same or different computer as any of the other nodes. You can even deploy this system on multiple autonomous vehicles and then simply add topics that connect multiple vehicles. The limit of the scalability is set only by the computing or networking resources available.</p>
<h2>ROS, why?</h2>
<p>‘Standardized’ is another keyword for ROS. Its main goal is to offer a base for true rapid robot prototyping. In 2006, Eric and Keeman decided to create a standard framework for all robots (not yet ROS) when they noticed that in software projects there’s little time left to innovate because most of your time is spent simply making the sensors or actuators work with your system or setting up a communication architecture. The ROS is the successor to their initial framework and it fills the shoes perfectly. No more reinventing the wheel. Once a sensor, actuator or algorithm is successfully interfaced by a developer (or a group), it gets an ROS package made available for everyone to use!</p>
<p><img loading="lazy" decoding="async" class="wp-image-35875 aligncenter" role="img" src="https://verhaert.com/wp-content/uploads/2022-Blog-AI-blog-on-ROS-software-Graphic-3.svg" alt="" width="600" height="280" /></p>
<h6 style="color: #9ea3b5; text-align: center;"><a style="color: #9da2b5;" href="https://www.slideshare.net/KeenanWyrobek/personal-robotics-program-fund-fundraising-deck-from-2006" target="_blank" rel="noopener">Source: Eric and Keenan pitch deck</a></h6>
<p>We’ve mentioned ‘true rapid prototyping’ before, which might have triggered your spider sense if you’ve spent some time between demonstrators, prototypes and products. Some people tend to oversell the former as the latter, but that’s not the case here. ROS is indeed a prototyping system: it’s not robust enough, doesn’t have real-time capabilities and is easily hackable. Moreover, the master node is required to function at all times.</p>
<h2>ROS, next?</h2>
<p>ROS2, on the other hand, has a completely different low-level implementation of ROS. It’s still based on nodes and topics, but is far from being a prototyping project and aims to be an industry-ready fully-distributed framework. It has more complex robotic libraries for navigation and manipulation that implement state-of-the-art algorithms and is designed so you can’t develop your packages without abiding by proper software engineering rules. It’s now harder to just create ‘something dirty that works for now’.</p>
<p>Other major changes include the ability to encrypt topics and time synchronization is being handled by the Data Distribution Service, a software framework to reliably and securely communicate in real-time. Furthermore, ROS2 doesn’t have a master node, meaning the application can be entirely distributed across multiple devices without having the inherent critical component. Pretty neat I would say.</p>
<p>Let’s reiterate the key aspects of ROS:</p>
<ol style="padding-left: 40px; padding-top: -10px; padding-bottom: 20px;">
<li>Core simplicity</li>
<li>Standardization of components</li>
<li>Native compatibility with distributed systems</li>
<li>Industrial readiness (on the way with ROS2)</li>
<li>Available for embedded systems (on the way with ROS2)</li>
</ol>
<p>It’s clear that ROS is a software to watch. Whether you’re developing a fleet of drones, robot vacuum cleaner, robotic manipulation application, coffee machine or smart beer dispenser, make sure to add this awesome open-source framework in your trade-offs!</p>
<p>Hungry for more? Check out <a href="https://verhaert.com/insights/blog/?_blogs_topics=artificial-intelligence-blog" target="_blank" rel="noopener">our other blog posts </a> to see how ROS connects hardware with AI!</p>
<p>The post <a rel="nofollow" href="https://verhaert.com/insights/blog/di/robotics-reinvented-beginners-guide-to-ros/">Robotics reinvented: a beginner&#8217;s guide to ROS</a> appeared first on <a rel="nofollow" href="https://verhaert.com">Verhaert Masters in Innovation</a>.</p>
<p>The post <a href="https://verhaert.com/insights/blog/di/robotics-reinvented-beginners-guide-to-ros/">Robotics reinvented: a beginner&#8217;s guide to ROS</a> appeared first on <a href="https://verhaert.com">Verhaert Masters in Innovation</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>AI, the rising star in earth observation</title>
		<link>https://verhaert.com/insights/blog/di/space-security/ai-rising-star-in-earth-observation/</link>
		
		<dc:creator><![CDATA[Niels Verleysen]]></dc:creator>
		<pubDate>Thu, 12 Jan 2023 07:22:42 +0000</pubDate>
				<category><![CDATA[Artificial intelligence]]></category>
		<category><![CDATA[Earth observation]]></category>
		<category><![CDATA[NewSpace]]></category>
		<guid isPermaLink="false">https://verhaert.com/?p=35426</guid>

					<description><![CDATA[<p>Earth observation has become more accessible with new opportunities for many different industries. But where would you start? Discover in this blog!</p>
<p>The post <a rel="nofollow" href="https://verhaert.com/insights/blog/di/space-security/ai-rising-star-in-earth-observation/">AI, the rising star in earth observation</a> appeared first on <a rel="nofollow" href="https://verhaert.com">Verhaert Masters in Innovation</a>.</p>
<p>The post <a href="https://verhaert.com/insights/blog/di/space-security/ai-rising-star-in-earth-observation/">AI, the rising star in earth observation</a> appeared first on <a href="https://verhaert.com">Verhaert Masters in Innovation</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>Earth observation? It sounds like something that is only performed by governments to follow up on climate change or to spy on other countries. This was indeed the case some time ago, but in the NewSpace era earth observation has become much more accessible. This has unlocked new opportunities for industries ranging from farming to maritime. But how? Where would you start? Well, you&#8217;re in the right place to discover. This blog is all about earth observation and the critical role AI plays in this domain.</strong></p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-35456" src="https://verhaert.com/wp-content/uploads/Verhaert-Blog-2023-AI-in-earth-observationbanner.jpg" alt="" width="762" height="457" /></p>
<h2>Trends in NewSpace</h2>
<p>What is going on that makes earth observation suddenly so accessible? In NewSpace we see that the satellites have become relatively small. Decreasing the material cost and the cost of bringing them into orbit.  This makes it easier for companies to have a presence in space. There has also been <strong>a shift from single expensive satellites to constellations of satellites</strong>. These consist of duplicates of a satellite that are spread across the globe to increase coverage and reduce costs. Think of a famous billionaire whose space company is doing just that.</p>
<p>In short, companies can now also acquire earth observation data. Aside from using data themselves, they also gain revenue by selling it. This trend of earth observation data being <strong>commercially available</strong> has truly made earth observation accessible to everyone. By paying a subscription fee, anyone could acquire a monthly quote of data. There even exist platforms where you can get earth observation for free! You are certainly familiar with Google Earth, one such provider of free earth observation data. As you can see, acquiring data has become quite easy. But what makes it so valuable?</p>
<h2>What can I do with earth observation data?</h2>
<p>The most important thing you can do with this data is to <strong>automate the generation of insights</strong>. It doesn&#8217;t matter if you are a shipping company managing a fleet, an energy company forecasting energy demands, or a farmer wanting a continuous overview of all your crops. You won&#8217;t be doing this manually. As the scale of these tasks has become so large, you need to automate this process as much as you can. This is where AI comes in.</p>
<blockquote><p>As the world gets more globalized, and all our human endeavors scale, automating the generation of insights becomes mandatory in order to not fall behind.</p></blockquote>
<p>A maritime shipping company might gain insights into how busy certain routes are, how the weather and sea are behaving, or what the ice formations in the arctic look like. A farmer could gain insights into the status of crops. Think not only of the health and readiness to harvest, but the yields as well. To give a few examples you might already have an idea for an application that will generate a lot of value for you. <!--StartFragment --><span class="cf0">But first of all you will need data, and not just any data, you need <strong>the right data</strong>. What kind of <strong>sensors</strong> do you need? You have a lot of options to choose from, from selecting specific spectral bands to LiDAR and other types of sensors. For each of these, you can also determine their characteristics. Then you probably have some requirements for the <strong>resolution</strong> which can range from a couple of hundred meters per pixel to an incredible thirty centimeters per pixel. Another important requirement is the <strong>fly-over time</strong>, which determines how long it takes for a satellite to pass by the same location twice. And of course, we cannot forget that there is a <strong>cost</strong> to all this. Premium EO data can go from a few cents to over 50 euros per square kilometer.</span><!--EndFragment --></p>
<h2>Spring cleaning</h2>
<p>Before you can start building applications, you need to do a bit of cleaning to make the data ready for use. Depending on the provider of your data this can be a lot of work or none at all. We distinguish three main steps that typically have to be taken. First is <strong>noise removal</strong>. Noise sources like stray light, smear and dark offset can automatically be dealt with by using specialized algorithms. Second is <strong>pixel labeling</strong>, meaning that for each pixel in every picture the location and timestamp need to be determined. Luckily, AI can help you in this early stage as well. There are plenty of algorithms available for this purpose.</p>
<p>The third step can be quite tricky. If you have selected multiple sensors to measure the same phenomena, you need to correct for <strong>inter-instrument bias</strong>. What do we mean by this? Each of these sensors should be measuring the exact same thing. However, slight differences might occur resulting in different values for the same phenomena. Incorrectly using this raw data could be disastrous for your project. It is of vital importance to correct this bias first! Fortunately, machine learning algorithms can be employed to this bias and correct it, even if we don&#8217;t fully understand where the bias is coming from.</p>
<p><img loading="lazy" decoding="async" class="wp-image-35487 aligncenter" src="https://verhaert.com/wp-content/uploads/Supervise-unsupervised-300x90.png" alt="" width="800" height="240" srcset="https://verhaert.com/wp-content/uploads/Supervise-unsupervised-300x90.png 300w, https://verhaert.com/wp-content/uploads/Supervise-unsupervised-1024x306.png 1024w, https://verhaert.com/wp-content/uploads/Supervise-unsupervised-768x230.png 768w, https://verhaert.com/wp-content/uploads/Supervise-unsupervised-501x150.png 501w, https://verhaert.com/wp-content/uploads/Supervise-unsupervised.png 1481w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p>
<h6 style="color: #9ea3b5; text-align: center;">Supervised vs. unsupervised model ©VERHAERT</h6>
<h2>Applications</h2>
<p>Spring cleaning is done and the data is now ready to use. It&#8217;s time to actually build algorithms that can extract insights from the data. Typically, you would want to use a <strong>supervised learning algorithm</strong> for this kind of problem. But, that means we need examples to teach the algorithm what it should do. And I don&#8217;t just mean a few. A large dataset needs to be gathered and manually labeled in order to be able to build a good algorithm. You want to determine the air quality from spectral imaging? Well, then you need to make a lot of manual measurements first so the algorithm can learn from your examples.</p>
<p>Of course, this kind of approach is very expensive, so don&#8217;t we know a better way? Within the world of machine learning there also exists a group of <strong>unsupervised learning algorithms</strong>. These don&#8217;t need examples at all. One of the more interesting approaches to earth observation goes as follows:</p>
<ol style="margin-left: 40px;">
<li style="list-style-type: none;">
<ol style="margin-left: 40px;">
<li>You <strong>select the sensors</strong> which should capture your problem quite well</li>
<li>You apply a <strong>clustering algorithm</strong> with a high number of classes on this data. This algorithm can divide the world into similar parts based on this data.</li>
<li>Finally, it&#8217;s up to a domain expert to <strong>give meaning</strong> to these classes.</li>
</ol>
</li>
</ol>
<p>&nbsp;</p>
<p>Let&#8217;s go back to the air quality example. If the right information is contained in the data, the clustering algorithm will divide the world into parts with similar air quality. It is then up to a domain expert to give meaning to these classes in order to make the algorithm usable. Measurements still need to be made, but far less than before. The result is an approach that is much <strong>cheaper</strong> both in time and resources.</p>
<h2>Conclusion</h2>
<p>Leveraging AI techniques enables us to automatically generate insights from the vast amount of earth observation data that is at our disposal. In these times of rapid globalization, this is a must as we just can&#8217;t keep up performing these tasks manually. If you want to generate insights from the vast amount of earth observation data that is at your disposal. And even if you want to generate these insights manually, you can benefit from AI to clean up your data.  No matter how you look at it, <strong>AI has become critical in any earth observation project</strong> we can imagine. Applying it unlocks a whole new area of opportunities.</p>
<h4><strong>Want to learn more about AI in data observation? <a href="https://verhaert.com/insights/webinars/space-security/the-critical-role-of-ai-in-earth-observation/">Take a look at this webinar session</a>!</strong></h4>
<p>The post <a rel="nofollow" href="https://verhaert.com/insights/blog/di/space-security/ai-rising-star-in-earth-observation/">AI, the rising star in earth observation</a> appeared first on <a rel="nofollow" href="https://verhaert.com">Verhaert Masters in Innovation</a>.</p>
<p>The post <a href="https://verhaert.com/insights/blog/di/space-security/ai-rising-star-in-earth-observation/">AI, the rising star in earth observation</a> appeared first on <a href="https://verhaert.com">Verhaert Masters in Innovation</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>The future of energy-efficient AI systems</title>
		<link>https://verhaert.com/insights/webinars/future-of-energy-efficient-ai-systems/</link>
		
		<dc:creator><![CDATA[Niels Verleysen]]></dc:creator>
		<pubDate>Tue, 29 Nov 2022 08:07:11 +0000</pubDate>
				<category><![CDATA[Webinars]]></category>
		<category><![CDATA[Product innovation]]></category>
		<category><![CDATA[Circular economy]]></category>
		<category><![CDATA[Digital transformation]]></category>
		<guid isPermaLink="false">https://verhaert.com/?p=35118</guid>

					<description><![CDATA[<p>What does it take to start considering and implementing energy-efficient AI systems? Find out in this InnoDays webinar.</p>
<p>The post <a rel="nofollow" href="https://verhaert.com/insights/webinars/future-of-energy-efficient-ai-systems/">The future of energy-efficient AI systems</a> appeared first on <a rel="nofollow" href="https://verhaert.com">Verhaert Masters in Innovation</a>.</p>
<p>The post <a href="https://verhaert.com/insights/webinars/future-of-energy-efficient-ai-systems/">The future of energy-efficient AI systems</a> appeared first on <a href="https://verhaert.com">Verhaert Masters in Innovation</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="shortcode-wrapper shortcode-video fitVids clearfix"><span><iframe loading="lazy" title="The future of energy-efficient AI systems [Teaser InnoDays]" width="1140" height="641" src="https://www.youtube.com/embed/UaZTHi1PmMw?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></span></div>
<p style="padding-top: 20px;">What does it take to start considering and implementing resource-aware AI systems? Prioritizing tasks dynamically and intelligently based on computing resources is the way to go, especially together with embedded platforms that are meticulously energy efficient. Find out how they can satisfy the desire to significantly reduce AI energy consumption during this webinar from Niels Verleysen, Consultant <a href="https://verhaert.com/capabilities/ailab/" target="_blank" rel="noopener">AILab</a>, and Bart De Vos, Consultant <a href="https://verhaert.com/capabilities/embeddedlab/" target="_blank" rel="noopener">EmbeddedLab</a>.</p>
<div class="row clearfix">
<div class="col-2 ">
<img decoding="async" style="margin-top: 5px; padding-bottom: 40px;" src="https://verhaert.com/wp-content/uploads/Verhaert-Icons-Recording.png" alt="Icon video" /><br />
</div>
<div class="col-8 ">
<h2>Watch the recording</h2>
<p><script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/embed/v2.js"></script><br />
<script>
  hbspt.forms.create({
    region: "na1",
    portalId: "7330315",
    formId: "cabd8f52-53c4-4cb7-b61a-7e80b490b07c"
  });
</script></p>
</div>
<div class="col-2 ">
</div>
</div>
<div class="row clearfix">
<div class="col-2 ">
<img decoding="async" style="margin-top: 8px; padding-bottom: 40px;" src="https://verhaert.com/wp-content/uploads/Verhaert-Icons-Presentation-V2.png" alt="Icon presentation" /><br />
</div>
<div class="col-8 ">
<h2>View the presentation</h2>
<p><script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/embed/v2.js"></script><br />
<script>
  hbspt.forms.create({
    region: "na1",
    portalId: "7330315",
    formId: "6e9ac6a1-1307-4a24-8865-467b81fc55e0"
  });
</script></p>
</div>
<div class="col-2 ">
</div>
</div>
<p>The post <a rel="nofollow" href="https://verhaert.com/insights/webinars/future-of-energy-efficient-ai-systems/">The future of energy-efficient AI systems</a> appeared first on <a rel="nofollow" href="https://verhaert.com">Verhaert Masters in Innovation</a>.</p>
<p>The post <a href="https://verhaert.com/insights/webinars/future-of-energy-efficient-ai-systems/">The future of energy-efficient AI systems</a> appeared first on <a href="https://verhaert.com">Verhaert Masters in Innovation</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Applying digital tools to advance innovation research</title>
		<link>https://verhaert.com/insights/webinars/applying-digital-tools-to-advance-innovation-research/</link>
		
		<dc:creator><![CDATA[Niels Verleysen]]></dc:creator>
		<pubDate>Tue, 29 Nov 2022 08:00:34 +0000</pubDate>
				<category><![CDATA[Webinars]]></category>
		<category><![CDATA[Digital innovation]]></category>
		<category><![CDATA[FMCG & consumer]]></category>
		<category><![CDATA[Product innovation]]></category>
		<category><![CDATA[Artificial intelligence]]></category>
		<category><![CDATA[Digital transformation]]></category>
		<category><![CDATA[Innovation methodology]]></category>
		<guid isPermaLink="false">https://verhaert.com/?p=35083</guid>

					<description><![CDATA[<p>How does AB InBev use AI and digitized processes to streamline innovation research, sharing and resources? Find out in this InnoDays webinar.</p>
<p>The post <a rel="nofollow" href="https://verhaert.com/insights/webinars/applying-digital-tools-to-advance-innovation-research/">Applying digital tools to advance innovation research</a> appeared first on <a rel="nofollow" href="https://verhaert.com">Verhaert Masters in Innovation</a>.</p>
<p>The post <a href="https://verhaert.com/insights/webinars/applying-digital-tools-to-advance-innovation-research/">Applying digital tools to advance innovation research</a> appeared first on <a href="https://verhaert.com">Verhaert Masters in Innovation</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="shortcode-wrapper shortcode-video fitVids clearfix"><span><iframe loading="lazy" title="Applying digital tools to advance innovation research [Teaser InnoDays]" width="1140" height="641" src="https://www.youtube.com/embed/0oTgN2Geirg?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></span></div>
<p style="padding-top: 20px;"><a href="https://verhaert.com/insights/perspectives/si/fmcg/building-a-crisis-resilient-innovation-portfolio/" target="_blank" rel="noopener">Research and innovation</a> at GITEC and <a href="https://www.ab-inbev.com/" target="_blank" rel="noopener">AB InBev</a> are always in motion. How are they coping with the current crises? What hurdles are they facing and how do they find new opportunities? Find out from Simon Gerdesmann, Global Director Digital &amp; Open Innovation at AB InBev, how they are using AI and digitized processes to streamline innovation research, knowledge sharing and resources.</p>
<div class="row clearfix">
<div class="col-2 ">
<img decoding="async" style="margin-top: 5px; padding-bottom: 40px;" src="https://verhaert.com/wp-content/uploads/Verhaert-Icons-Recording.png" alt="Icon video" /><br />
</div>
<div class="col-8 ">
<h2>Watch the recording</h2>
<p><script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/embed/v2.js"></script><br />
<script>
  hbspt.forms.create({
    region: "na1",
    portalId: "7330315",
    formId: "135f3e39-e7f8-419c-bda1-6e8b8c41807e"
  });
</script></p>
</div>
<div class="col-2 ">
</div>
</div>
<p>The post <a rel="nofollow" href="https://verhaert.com/insights/webinars/applying-digital-tools-to-advance-innovation-research/">Applying digital tools to advance innovation research</a> appeared first on <a rel="nofollow" href="https://verhaert.com">Verhaert Masters in Innovation</a>.</p>
<p>The post <a href="https://verhaert.com/insights/webinars/applying-digital-tools-to-advance-innovation-research/">Applying digital tools to advance innovation research</a> appeared first on <a href="https://verhaert.com">Verhaert Masters in Innovation</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Predictive maintenance &#8211; know when things will break</title>
		<link>https://verhaert.com/insights/blog/di/industry/predictive-maintenance-know-when-things-will-break/</link>
		
		<dc:creator><![CDATA[Niels Verleysen]]></dc:creator>
		<pubDate>Thu, 06 Oct 2022 10:15:25 +0000</pubDate>
				<category><![CDATA[Artificial intelligence]]></category>
		<category><![CDATA[Machine & deep learning]]></category>
		<guid isPermaLink="false">https://verhaert.com/?p=32718</guid>

					<description><![CDATA[<p>Predictive maintenance gives you insights in how to use machines optimally so they require less maintenance and replacements.</p>
<p>The post <a rel="nofollow" href="https://verhaert.com/insights/blog/di/industry/predictive-maintenance-know-when-things-will-break/">Predictive maintenance &#8211; know when things will break</a> appeared first on <a rel="nofollow" href="https://verhaert.com">Verhaert Masters in Innovation</a>.</p>
<p>The post <a href="https://verhaert.com/insights/blog/di/industry/predictive-maintenance-know-when-things-will-break/">Predictive maintenance &#8211; know when things will break</a> appeared first on <a href="https://verhaert.com">Verhaert Masters in Innovation</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>Maintenance is vital to keep your machines working correctly, qualitatively and safely. But when should you carry out maintenance? You can’t wait too long, because that might result in breakdowns. You also don’t want to do it too soon, because of the process cost. Can’t we determine the ideal time for maintenance? Let’s find out in this blog!</strong></p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-31929" src="https://verhaert.com/wp-content/uploads/Verhaert-Blog-2022-Predictive-maintenance.jpg" alt="Predictive maintenance" width="762" height="457" /></p>
<h2>Different approaches</h2>
<p>Let’s start with the most basic approach, <strong>reactive maintenance</strong>, in which you only react and carry out maintenance when something breaks. This approach maximizes the usage of a machine but can result in unforeseen breakdowns. In a production line reactive maintenance typically isn’t preferred, as an unforeseen breakdown can bring production to a halt.</p>
<p>An approach that deals with this is <strong>preventive maintenance</strong>, in which you’ll carry out maintenance on a schedule. The idea is to ensure nominal machine performance by doing maintenance before machines break. The great benefit here is that you can schedule when your machine will be unusable. The cost, however, is that you are performing maintenance early.</p>
<p>If you remember the title, you already know where this is going. To prevent the added cost of preventive maintenance, you can use machine learning to give insights in the state of the machine. Based on these insights, the <strong>predictive maintenance</strong> approach allows you to schedule maintenance only when it’s necessary.</p>
<h2>Possible machine insights</h2>
<p>There are many different ways to gain useful information for maintenance. One approach is based on <strong>failure classifications</strong>. Depending on how you frame this task, you can not only predict if a machine will fail within a time frame but also what type of failure it’ll be and what caused it.</p>
<p>But what if you want to have an exact prediction of a machine that could break down? Look no further. <strong>Failure regression</strong> allows you to predict when the machine will most likely fail and know well in advance when maintenance is necessary or how long you can postpone halting the machine.</p>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-32719 " style="margin-top: 20px;" src="https://verhaert.com/wp-content/uploads/Verhaert-Blog-2022-Predictive-maintenance-graphic-18.svg" alt="Possible insights" width="599" height="155" /></p>
<p>Not all failures are predictable though. What if someone uses a machine the wrong way or something hits the machine in a vulnerable place? For this, you need to somehow know if your machine is working correctly right now. This task can be done through <strong>anomaly detection</strong> algorithms which will tell you at any moment if a machine is still working correctly or not.</p>
<p>A final category is <strong>survival analysis</strong>, which models the machine’s degradation process. This way you can gain insights in how the machine degrades and which activities or environments make it degrade faster or slower. This approach allows you to plan maintenance depending on the degradation level, as well as learn how to optimally use the machine. And by doing so, you increase the time between maintenance and make the machine more profitable.</p>
<h2>Predictive maintenance requirements</h2>
<p>Predictive maintenance all starts with data and the infrastructure to get this data. Any relevant data that indicates the correct functioning is interesting, including generic information from the machine, the gauges and other sensory equipment that is already available. People can see, hear or even feel if something is wrong or if the machine requires maintenance, like rust, creaking, or vibrations. These are all things that can be <strong>measured either directly or through virtual sensors</strong>, for instance by placing cameras with algorithms to detect rust or microphones for sounds and vibrations. This data corresponds to the <strong>state of the machine</strong>.</p>
<p>To learn how machines degrade, you also need to know <strong>how they have been used</strong>. Through work order and inventory usage data, for example, algorithms can learn that a period of heavy usage has a greater effect on the degradation than the holidays. More often than not, <strong>data from your CRM and ERP systems</strong> contain more useful information than the sensory equipment on the machines themselves, especially if you combine the data of all identical machines. That way you can reuse the same models on multiple machines and acquire more data to train and improve your models.</p>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-32720 " style="margin-top: 20px;" src="https://verhaert.com/wp-content/uploads/Verhaert-Blog-2022-Predictive-maintenance-graphic-19.svg" alt="Predictive maintenance example" width="500" height="492" /></p>
<p>So how will you collect all that data? A good <strong>IoT infrastructure</strong> is going to be crucial. Installing such an IoT system would involve placing additional sensors, cameras and microphones, among others, and then connecting these to a network. Through this network, the data from these devices can be collected, cleaned and stored in a server, and then be used to create algorithms for predictive maintenance. Even if you don’t necessarily need or want predictive maintenance, such an infrastructure would be a great investment because the benefits go much further, like for data analyses or enhancing the work of monitoring teams.</p>
<p>Although the investment in the right infrastructure can be rather large, the potential benefits of predictive maintenance can be even larger. You can boost your overall <strong>equipment effectiveness</strong>. You can <strong>increase availability</strong> by reducing unplanned and planned stops. You can monitor the performance of your machines more closely and <strong>increase the overall machine performance quality</strong>. All while reducing the number of resources used and waste produced, bringing you closer to <strong>lean manufacturing</strong>.</p>
<p>Of course, an easily replaceable tool isn’t worth the investment of a predictive maintenance algorithm. So where do you start? By <a href="https://verhaert.com/insights/blog/si/industry/artificial-intelligence/the-failproof-way-to-scope-ai-projects/" target="_blank" rel="noopener">determining what kind of predictive maintenance your business could benefit from</a>. If you are looking for guidance in this innovation journey, check out our <a href="https://verhaert.com/capabilities/ailab/" target="_blank" rel="noopener">AI services</a> or get in touch!</p>
<p>The post <a rel="nofollow" href="https://verhaert.com/insights/blog/di/industry/predictive-maintenance-know-when-things-will-break/">Predictive maintenance &#8211; know when things will break</a> appeared first on <a rel="nofollow" href="https://verhaert.com">Verhaert Masters in Innovation</a>.</p>
<p>The post <a href="https://verhaert.com/insights/blog/di/industry/predictive-maintenance-know-when-things-will-break/">Predictive maintenance &#8211; know when things will break</a> appeared first on <a href="https://verhaert.com">Verhaert Masters in Innovation</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>ML&#8217;s elephant in the room: data labeling</title>
		<link>https://verhaert.com/insights/blog/di/mls-elephant-in-the-room-data-labeling/</link>
		
		<dc:creator><![CDATA[Niels Verleysen]]></dc:creator>
		<pubDate>Tue, 13 Sep 2022 13:02:08 +0000</pubDate>
				<category><![CDATA[Artificial intelligence]]></category>
		<category><![CDATA[Machine & deep learning]]></category>
		<guid isPermaLink="false">https://verhaert.com/?p=32277</guid>

					<description><![CDATA[<p>Machine learning is a great tool to reduce cost and time. How do you improve the complex and time-consuming data labeling process?</p>
<p>The post <a rel="nofollow" href="https://verhaert.com/insights/blog/di/mls-elephant-in-the-room-data-labeling/">ML&#8217;s elephant in the room: data labeling</a> appeared first on <a rel="nofollow" href="https://verhaert.com">Verhaert Masters in Innovation</a>.</p>
<p>The post <a href="https://verhaert.com/insights/blog/di/mls-elephant-in-the-room-data-labeling/">ML&#8217;s elephant in the room: data labeling</a> appeared first on <a href="https://verhaert.com">Verhaert Masters in Innovation</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>From healthcare and manufacturing to space and marketing, machine learning proves to be a great tool to reduce costs, save time, and increase revenue. Managing this process, however, will prove one of the main challenges for businesses in the years to come. Once you&#8217;ve identified machine learning as your AI opportunity, there are two primary building blocks for building this model: data and &#8211; often overlooked &#8211; data labels. Labeling those datasets might be a lot trickier than you thought though. Here are some tips to navigate this challenge.</strong></p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-31929" src="https://verhaert.com/wp-content/uploads/Verhaert-Blog-2022-ML-elephant-in-the-room.jpg" alt="ML and data labeling" width="762" height="457" /></p>
<h2>Collecting datasets</h2>
<p>In our previous blog, we defined <a href="https://verhaert.com/insights/blog/di/industry/artificial-intelligence/8-steps-to-identify-ai-opportunities/" target="_blank" rel="noopener">different steps to discover your AI opportunities</a>. Once you’ve identified the process you want to automate and the information you hope to obtain, you’ll need data to feed the model. These are the camera images, audio signals, text messages, or sensor measurements the model will analyze to provide you with answers to your questions. Whether you are looking to predict the stock market or develop a medical application, having low-quality, biased or unreliable data makes the task impossible. Take for example a study on blood oxygenation levels that fails to consider the difference in sensor response of the pulse oximeter between patients with different skin colors. This would significantly reduce the probability of detecting occult hypoxemia in black patients compared to white patients.</p>
<p>Problem understanding is indispensable to producing a valuable dataset. Your team should understand the variability relevant to defining the problem in practice. Often, people tend to overly bias the dataset toward the most accessible data. A self-driving car whose algorithms are trained only on roads the developers happen to travel regularly is not robust. Not entirely unlike humans, ML algorithms might find it challenging to assess unknown situations. For Machine Learning models, this results in unpredictable model outcomes because machine learning models can’t learn outside the data. So high volumes of information gathered in various circumstances are crucial to developing a trustworthy algorithm.</p>
<h2>Finetuning the labeling process</h2>
<p>The importance of data as a crucial building block in a machine learning project is gaining recognition. However, apart from raw, high-quality data, a machine learning project is built upon the data labels. They’re the ground truth of your model and represent the outcome your model should output. Think of it like this, a parent won’t just point at items to show their baby, they will also say the name of the item. This way the baby will learn to recognize and name these items in its surroundings. With a machine learning algorithm, this is exactly the same.</p>
<p>Obtaining labels can be complex and labor-intensive. Machine vision problems often require manual labeling for specific objects in each image. Depending on the application, the human labelers must have the appropriate qualifications to label medical scans, images of technical defects or any other specific image type.</p>
<p>Some things to consider during the labeling process:</p>
<ul style="margin-left: 40px;">
<li>Different labeling requirements come at different prices. Only requesting a classification label for the complete image is a tenth of the cost of delineating all instances in the picture. The figure below illustrates different labeling approaches.</li>
<li>While developing the model, it pays off to evaluate the current weaknesses so you know which labels you need to improve. Knowing what the model struggles with allows you to maximize the return on new data.</li>
<li>When you outsource the labeling task to specialized companies, these are critical suppliers. Your team should treat them as such. You should monitor their results adequately. Too often, the perceived simplicity of the task makes people forget to define strict and well-thought-out quality metrics on the results.</li>
</ul>
<p><img loading="lazy" decoding="async" class="wp-image-32288 size-medium aligncenter" style="margin-top: 20px;" src="https://verhaert.com/wp-content/uploads/Verhaert-Blog-2022-ML-elephant-in-the-room-example.jpg-221x300.png" alt="" width="221" height="300" srcset="https://verhaert.com/wp-content/uploads/Verhaert-Blog-2022-ML-elephant-in-the-room-example.jpg-221x300.png 221w, https://verhaert.com/wp-content/uploads/Verhaert-Blog-2022-ML-elephant-in-the-room-example.jpg.png 403w" sizes="auto, (max-width: 221px) 100vw, 221px" /></p>
<p style="text-align: center; font-size: 12px; line-height: 1.5; color: #9da2b5; margin-top: -10px;">Illustration of different label types. Point annotation (top left) costs less than full mask labelling (bottom right).<br />
Squiggles (top right) and bounding box annotation are in between these extremes. <a href="https://medium.com/@jan.alexander_41354/weak-learning-based-pine-vertebrae-segmentation-in-3d-ct-scan-images-95cf3b08285c" target="_blank" rel="noopener">(Source)</a></p>
<h2>Maximizing the return</h2>
<p>A dataset of delineated images is necessary to build a model to delineate objects. Currently, techniques are being developed to train models based on weakly supervised data. These techniques aim to use latent information in cheaper, low-information labels to prepare models for high-information output. In the classical approach, models require the same level of information in the labels and the desired result. This is expensive, so you’ll need a human to provide you with ‘examples’ of this valuable output.</p>
<p>Whether you are building an algorithm to read text documents or you are building a self-driving car, the message is the same. You don’t just need data, you need a high volume of qualitative data in all relevant circumstances and you should definitely not forget to gather qualitative labels. Do this and you&#8217;ll be one step closer to the optimal solution for your next ML project. Interested in learning more? Subscribe to our AI blog mail or visit the <a href="https://verhaert.com/capabilities/ailab/">AILab page</a>.</p>
<p><b>This article was co-written by Jan Alexander.</b></p>
<p>The post <a rel="nofollow" href="https://verhaert.com/insights/blog/di/mls-elephant-in-the-room-data-labeling/">ML&#8217;s elephant in the room: data labeling</a> appeared first on <a rel="nofollow" href="https://verhaert.com">Verhaert Masters in Innovation</a>.</p>
<p>The post <a href="https://verhaert.com/insights/blog/di/mls-elephant-in-the-room-data-labeling/">ML&#8217;s elephant in the room: data labeling</a> appeared first on <a href="https://verhaert.com">Verhaert Masters in Innovation</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
