<?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>Deep Forgetting &#8211; Deep Forgetting</title>
	<atom:link href="https://www.deepforgetting.com/category/deep-forgetting/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.deepforgetting.com</link>
	<description>Artificial Intelligence Conference</description>
	<lastBuildDate>Tue, 28 Sep 2021 20:49:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.4</generator>
	<item>
		<title>AI needs to be able to Forget</title>
		<link>https://www.deepforgetting.com/ai-needs-to-be-able-to-forget/</link>
		
		<dc:creator><![CDATA[deep_2022]]></dc:creator>
		<pubDate>Sun, 19 Sep 2021 04:54:15 +0000</pubDate>
				<category><![CDATA[Deep Forgetting]]></category>
		<guid isPermaLink="false">https://www.deepforgetting.com/?p=1</guid>

					<description><![CDATA[When we discuss AI, almost everyone talks about the ability to learn &#8211; Supervised learning, Unsupervised learning, Reinforcement learning, Deep learning, and so on. Although one of the key traits that makes humans intelligent is not learning but the ability to forget.]]></description>
										<content:encoded><![CDATA[
<p>When we discuss AI, almost everyone talks about the ability to learn &#8211; Supervised learning, Unsupervised learning, Reinforcement learning, Deep learning, and so on. Although one of the key traits that makes humans intelligent is not learning but the ability to forget.</p>



<ul><li>Forgetting reduces the influence of outdated information</li><li>Forgetting enables us to make a bet in spite of specific past events</li><li>Forgetting is inherent for creative thinking and imagination</li><li>And, forgetting is a key strategy for adaptation as well</li></ul>



<p>Sometimes, we forget naturally, and other times we make a strategic decision to forget (and yes, this is a request to those of you who have not pardoned my past mistakes yet). They both count.&nbsp; However, most AI techniques today focus on learning and not on forgetting.&nbsp;</p>



<blockquote class="wp-block-quote"><p>It is a remarkable oversight that the field of AI has actually never taken forgetting seriously.</p></blockquote>



<p>It is a remarkable oversight that the field of AI has actually never taken forgetting seriously. Most AI techniques do not address:</p>



<ul><li>Reducing the influence of outdated information (that was used for building the model)</li><li>Strategically adapting prediction based on the new information</li><li>A creative solution that is not learnt from data</li></ul>



<p>Before we discuss how we can enable AI forget, let&#8217;s take a look at forgetting happening inside our brain.</p>



<h2><strong>How do People Forget?</strong></h2>



<p>Ever since the discovery that the brain has a vast network of billions of nerve cells that communicate with each other via junctions called ‘synapses’, the role that synapses play in learning and memory has been a matter of extensive research. &nbsp; We continually build, lose, alter, and rebuild these synaptic connections.&nbsp; A memory is nothing but a group of synaptic connections and the physical representation of the memory like this is referred to as engrams. Building or altering the engrams is the foundation of learning and memory.&nbsp;</p>



<p>Forgetting happens when these engrams break down or become harder to access:</p>



<ul><li>New synaptic connections overriding old connections</li><li>Decay of the synaptic connections between neurons</li><li>Random death of some neurons</li></ul>



<p>Most past theories about forgetting have emphasized on forgetting happening as a passive process, however, new research in the past decade, suggests that the loss of memories is not a passive process. Rather, the brain is built to forget.&nbsp; Forgetting is an active mechanism that is constantly at work in the brain.</p>



<blockquote class="wp-block-quote"><p>Forgetting is an active mechanism that is constantly at work in the brain.</p></blockquote>



<ul><li>The brain actively works to forget information of lower value (i.e not useful, valuable, conflicting or relevant)&nbsp;</li><li>There is a group of neurons in the brain that are typically active when we are sleeping in R.E.M. stage are responsible for active forgetting in the brain.</li></ul>



<p>There is a lot that we still don&#8217;t know about how the forgetting process works and perhaps thats the reason that AI is significantly less intelligent than humans.</p>



<h2><strong>How to make AI Forget?</strong></h2>



<p>Well the “traditional” BIG data AI learning is all about learning.&nbsp; There is no concept of forgetting.&nbsp; In most cases the technique to forget is by learning again with the whole new data set.</p>



<p>For example, let&#8217;s assume you have built a model to learn handwritten digits from 0 to 9.&nbsp; You can do it with any handwritten digit data set.&nbsp; Let&#8217;s assume this dataset had all 7s written without a line through it.&nbsp; And, now you want to update this model to relearn how 7s are written.&nbsp; You want to make it forget that 7 is written without a line through it and only remember 7 with a line through it.&nbsp; You have a new data set of 7s with a line through them available but you can’t access the old dataset.</p>



<p>We need the ability to incrementally forget or acquire new knowledge.&nbsp; This makes it interesting.&nbsp; You want to change the weights of your model but do it in such a way that your model can predict new knowledge, forget selective old knowledge, and be stable for existing knowledge.&nbsp;</p>



<p>To have the ability to learn in continuous environments, we need to see beyond the current AI techniques.&nbsp; How you will do weight regularization, define acceptable forgetting levels, current model protection, or even rehearsal to verify the impact of new learning in absence of old data to learn.&nbsp; Current AI techniques result in models that are “stable” (i.e. perform well based on the data they are built upon) but not “plastic” (i.e. able to learn/forget incremental without disrupting what is learnt previously).&nbsp; We need to find a technique that provides the right balance between stability and plasticity.</p>



<p>Future of AI running on less data or sequential data is not far. If you are struggling with lack of incremental learning in your AI solutions, or would like to brainstorm on how SECOMIND does this, please feel free to reach out to me.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Forgetfulness is actually necessary!</title>
		<link>https://www.deepforgetting.com/forgetfulness-is-actually-necessary/</link>
		
		<dc:creator><![CDATA[deep_2022]]></dc:creator>
		<pubDate>Fri, 25 Jun 2021 20:47:00 +0000</pubDate>
				<category><![CDATA[Deep Forgetting]]></category>
		<guid isPermaLink="false">https://www.deepforgetting.com/?p=1681</guid>

					<description><![CDATA[Although there is a preconceived notion that forgetfulness is thought of as a negative consequence of the brain, it actually happens to be a necessary and arguably beneficial function. The brain is the control centre of the body and mind, comprising billions]]></description>
										<content:encoded><![CDATA[
<p>Although there is a preconceived notion that forgetfulness is thought of as a negative consequence of the brain, it actually happens to be a necessary and arguably beneficial function.</p>



<p>The brain is the control centre of the body and mind, comprising billions of neurons that allow us to function and thrive the way that we do. The stronger the memory recall, the stronger the neural connection, and vice versa.</p>



<p>So, why do we forget?</p>



<p>Earlier research suggested a passive process involving the cleansing of old memories that were unused for a period of time. This passive process was known as decay. However, in recent years, a greater understanding of the brain has been achieved.</p>



<p>The discovery? The brain happens to be coded to forget, intentionally and purposefully. This active process is what comprises the latest body of evidence regarding the brain, its memory, and its forgetfulness.</p>



<h1><strong>Why Does the Brain Forget?</strong></h1>



<p></p>



<p>In short, research suggests that actively forgetting memories is what allows us to retain and remember new ones. In fact, the more we understand the true functionality of the brain, the more we understand that forgetfulness is, though contradicting, what allows our memory to function properly.</p>



<p><em>In other words, without the ability to forget, our brain would have no memory at all.</em></p>



<p>The fact of the matter is that while the brain and its billions of neurons have grand capacities, its ability to remember and recall is limited. This is, in part, due to several factors.</p>



<p>Below is a summary of why the brain forgets and what&#8217;s to blame for this lapse in functionality:</p>



<h2><strong>Decay</strong></h2>



<p>The Decay Theory suggests that if a particular memory is not regularly recalled and rehearsed, it decays and disappears from our memory over time.</p>



<h2><strong>Interference</strong></h2>



<p>Obviously named, this phenomenon suggests that when two memories are similar in nature, they tend to interfere with one another. This ultimately results in a confusion of memory and an inability to remember an old or new memory.</p>



<h2><strong>Lack of Storage</strong></h2>



<p>The failure to store a memory in long-term care. If a memory lacks specificity, it likely fails to get stored for long-term recall.</p>



<h2><strong>Intentional Forgetfulness</strong></h2>



<p>Sometimes we as humans are simply motivated to forget. This may be due to a negative experience, traumatic event, or unpleasant memory of sorts. As such, suppression of memories occurs, ultimately resulting in forgetting it over time.</p>



<h2><strong>Lifestyle Factors</strong> <em>(i.e. substance consumption, mental illness, stress, poor sleep, etc.)</em></h2>



<p>Several lifestyle factors are associated with forgetfulness as well. While the majority of them are controllable, if not controlled, a lapse in memory will be the result.</p>



<h1><strong>How Does the Brain Forget?</strong></h1>



<p>So, what’s to blame for how and why we forget? In short, the hippocampus…</p>



<p>The hippocampus relies on several storage mechanisms when it comes to memories and recall. Depending on how a particular memory is stored and categorized will largely determine whether or not the brain forgets it in time.</p>



<p>Another reason for memory loss and forgetfulness is a neurological condition known as neurogenesis. While neurogenesis is largely a positive outcome for the brain, it’s been shown in research to lack old memory recall.</p>



<p>In other words, while the birth of new neurons allows the brain to store new memories, among other functions, it seems to eliminate the ability to continue to retain and recall old memories.</p>



<p>Although it’s still unsure why this occurs, it’s likely related to the decay and interference mechanisms of memory storage.</p>



<p>No matter the cause of memory or lack thereof, forgetfulness is caused by the degeneration and regeneration of neural cells, the remodelling of neural pathways and thought patterns, and a shift in the hippocampus circuitry.</p>



<h1><strong>Final Thoughts</strong></h1>



<p>While the brain&#8217;s ability to forget has previously been thought of as a negative consequence of several factors, new research is suggesting the contrary, proving its purpose is good.</p>



<p>Forgetting is a function of how memories are stored. In other words, memories that we regularly recall are likely to stick around, while memories that we ignore are likely to decay over time.</p>



<p>There is a lot we still don’t understand when it comes to the brain and its functionality, memory and forgetfulness included. While more research certainly needs to be done, there’s no doubt that modern science has shown, at the very least, the value of forgetting when it comes to the function of memory at large.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Page Caching using disk: enhanced 

Served from: www.deepforgetting.com @ 2022-08-15 03:02:57 by W3 Total Cache
-->