<?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>2D images Archives - Artificial Intelligence</title>
	<atom:link href="https://www.aiuniverse.xyz/tag/2d-images/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.aiuniverse.xyz/tag/2d-images/</link>
	<description>Exploring the universe of Intelligence</description>
	<lastBuildDate>Wed, 13 May 2020 13:58:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>How deep learning can be used to detect malware using 2D images</title>
		<link>https://www.aiuniverse.xyz/how-deep-learning-can-be-used-to-detect-malware-using-2d-images-2/</link>
					<comments>https://www.aiuniverse.xyz/how-deep-learning-can-be-used-to-detect-malware-using-2d-images-2/#respond</comments>
		
		<dc:creator><![CDATA[aiuniverse]]></dc:creator>
		<pubDate>Wed, 13 May 2020 13:58:14 +0000</pubDate>
				<category><![CDATA[Deep Learning]]></category>
		<category><![CDATA[2D images]]></category>
		<category><![CDATA[deep learning]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[researchers]]></category>
		<guid isPermaLink="false">http://www.aiuniverse.xyz/?p=8756</guid>

					<description><![CDATA[<p>Source: livemint.com NEW DELHI: Manipulating images to hide malware is common. Once the image is opened on a system, the malware loader starts the decryption process. The <a class="read-more-link" href="https://www.aiuniverse.xyz/how-deep-learning-can-be-used-to-detect-malware-using-2d-images-2/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/how-deep-learning-can-be-used-to-detect-malware-using-2d-images-2/">How deep learning can be used to detect malware using 2D images</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Source: livemint.com</p>



<p>NEW DELHI: Manipulating images to hide malware is common. Once the image is opened on a system, the malware loader starts the decryption process. The decrypted file is then loaded on to the device memory triggering a malware attack.</p>



<p>Now, Microsoft and Intel have found a way to use images to detect malware attacks.</p>



<p>Intel Labs and Microsoft Threat Protection Intelligence are collaborating on a project named Static Malware-as-Image Network Analysis (STAMINA), which will turn any malicious code into images and use deep learning models to study them.</p>



<p>Classical malware detection approaches involve extracting binary signatures or fingerprints of the malware. However, due to growing number of malwares and signatures, matching signature has become challenging.</p>



<p>The other approaches include static and dynamic analysis. The former analyses the malware without executing it, but its performance can suffer from code obfuscation. The latter executes the malware in an sandbox to analyse it. It is effective but can be more time consuming.</p>



<p>That is where researchers turned to image-based transfer learning approach for static malware classification, using real-world data set. They used a Microsoft dataset of 2.2 million hashes of malware binaries and 10 columns of data.</p>



<p>A combination of known malware, potentially unwanted applications and unknown binaries with no known history were taken and converted into a stream of raw pixel data.</p>



<p>This one-dimensional pixel stream was then converted into a two-dimensional or 2D image to allow image analysis algorithms to work on them. The width and height were figured out by the file size after converting to pixel stream, following an empirically validated table.</p>



<p>Image height is calculated as the number of pixels divided by the width. After reshaping, the images were resized for transfer learning techniques.</p>



<p>Resizing does not adversely impact the classification result, since the system trains a very deep neural network to extract the deep-represented features, researches pointed out.</p>



<p>The 2D images were then fed into a deep neural network (DNN) that was trained using 60% of known malware samples. The DNN would scan and identify the image as clean or infected.</p>



<p>According to researchers, image-based technique used on x86 program binaries, achieved 99.07% accuracy with 2.58% false positive rate.</p>



<p>The study further showed that samples allowed all characteristics of the malwares to be captured during training. However, for applications of bigger size, STAMINA may not be fully effective as the software cannot convert billions of pixels into JPEG images and then resize them.</p>



<p>That is where meta-data-based methods can be more reliable over sample-based models.</p>
<p>The post <a href="https://www.aiuniverse.xyz/how-deep-learning-can-be-used-to-detect-malware-using-2d-images-2/">How deep learning can be used to detect malware using 2D images</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/how-deep-learning-can-be-used-to-detect-malware-using-2d-images-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How deep learning can be used to detect malware using 2D images</title>
		<link>https://www.aiuniverse.xyz/how-deep-learning-can-be-used-to-detect-malware-using-2d-images/</link>
					<comments>https://www.aiuniverse.xyz/how-deep-learning-can-be-used-to-detect-malware-using-2d-images/#respond</comments>
		
		<dc:creator><![CDATA[aiuniverse]]></dc:creator>
		<pubDate>Tue, 12 May 2020 11:16:50 +0000</pubDate>
				<category><![CDATA[Deep Learning]]></category>
		<category><![CDATA[2D images]]></category>
		<category><![CDATA[deep learning]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[researchers]]></category>
		<category><![CDATA[software]]></category>
		<guid isPermaLink="false">http://www.aiuniverse.xyz/?p=8728</guid>

					<description><![CDATA[<p>Source: livemint.com NEW DELHI: Manipulating images to hide malware is common. Once the image is opened on a system, the malware loader starts the decryption process. The <a class="read-more-link" href="https://www.aiuniverse.xyz/how-deep-learning-can-be-used-to-detect-malware-using-2d-images/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/how-deep-learning-can-be-used-to-detect-malware-using-2d-images/">How deep learning can be used to detect malware using 2D images</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Source: livemint.com</p>



<p>NEW DELHI: Manipulating images to hide malware is common. Once the image is opened on a system, the malware loader starts the decryption process. The decrypted file is then loaded on to the device memory triggering a malware attack.</p>



<p>Now, Microsoft and Intel have found a way to use images to detect malware attacks.</p>



<p>Intel Labs and Microsoft Threat Protection Intelligence are collaborating on a project named Static Malware-as-Image Network Analysis (STAMINA), which will turn any malicious code into images and use deep learning models to study them.</p>



<p>Classical malware detection approaches involve extracting binary signatures or fingerprints of the malware. However, due to growing number of malwares and signatures, matching signature has become challenging.</p>



<p>The other approaches include static and dynamic analysis. The former analyses the malware without executing it, but its performance can suffer from code obfuscation. The latter executes the malware in an sandbox to analyse it. It is effective but can be more time consuming.</p>



<p>That is where researchers turned to image-based transfer learning approach for static malware classification, using real-world data set. They used a Microsoft dataset of 2.2 million hashes of malware binaries and 10 columns of data.</p>



<p>A combination of known malware, potentially unwanted applications and unknown binaries with no known history were taken and converted into a stream of raw pixel data.</p>



<p>This one-dimensional pixel stream was then converted into a two-dimensional or 2D image to allow image analysis algorithms to work on them. The width and height were figured out by the file size after converting to pixel stream, following an empirically validated table.</p>



<p>Image height is calculated as the number of pixels divided by the width. After reshaping, the images were resized for transfer learning techniques.</p>



<p>Resizing does not adversely impact the classification result, since the system trains a very deep neural network to extract the deep-represented features, researches pointed out.</p>



<p>The 2D images were then fed into a deep neural network (DNN) that was trained using 60% of known malware samples. The DNN would scan and identify the image as clean or infected.</p>



<p>According to researchers, image-based technique used on x86 program binaries, achieved 99.07% accuracy with 2.58% false positive rate.</p>



<p>The study further showed that samples allowed all characteristics of the malwares to be captured during training. However, for applications of bigger size, STAMINA may not be fully effective as the software cannot convert billions of pixels into JPEG images and then resize them.</p>



<p>That is where meta-data-based methods can be more reliable over sample-based models.</p>
<p>The post <a href="https://www.aiuniverse.xyz/how-deep-learning-can-be-used-to-detect-malware-using-2d-images/">How deep learning can be used to detect malware using 2D images</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/how-deep-learning-can-be-used-to-detect-malware-using-2d-images/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Artificial Intelligence can convert 2D images into 3D</title>
		<link>https://www.aiuniverse.xyz/artificial-intelligence-can-convert-2d-images-into-3d/</link>
					<comments>https://www.aiuniverse.xyz/artificial-intelligence-can-convert-2d-images-into-3d/#respond</comments>
		
		<dc:creator><![CDATA[aiuniverse]]></dc:creator>
		<pubDate>Mon, 11 Nov 2019 09:02:13 +0000</pubDate>
				<category><![CDATA[Deep Learning]]></category>
		<category><![CDATA[2D images]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[deep learning]]></category>
		<category><![CDATA[techniques]]></category>
		<guid isPermaLink="false">http://www.aiuniverse.xyz/?p=5088</guid>

					<description><![CDATA[<p>Source: cio.economictimes.indiatimes.com San Francisco, A team of researchers has used Artificial Intelligence (AI) to turn two-dimensional (2D) images into stacks of virtual three-dimensional (3D) slices showing activity inside organisms. <a class="read-more-link" href="https://www.aiuniverse.xyz/artificial-intelligence-can-convert-2d-images-into-3d/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/artificial-intelligence-can-convert-2d-images-into-3d/">Artificial Intelligence can convert 2D images into 3D</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Source: cio.economictimes.indiatimes.com</p>



<p> San Francisco, A team of researchers has used Artificial Intelligence (AI) to turn two-dimensional (2D) images into stacks of virtual three-dimensional (3D) slices showing activity inside organisms.</p>



<p>Using deep learning techniques, the team from University of California, Los Angeles (UCLA) devised a technique that extends the capabilities of fluorescence microscopy, which allows scientists to precisely label parts of living cells and tissue with dyes that glow under special lighting.</p>



<p>In a study published in the journal Nature Methods, the scientists also reported that their framework, called &#8220;Deep-Z,&#8221; was able to fix errors or aberrations in images, such as when a sample is tilted or curved.</p>



<p>Further, they demonstrated that the system could take 2D images from one type of microscope and virtually create 3D images of the sample as if they were obtained by another, more advanced microscope.</p>



<p>&#8220;This is a very powerful new method that is enabled by deep learning to perform 3D imaging of live specimens, with the least exposure to light, which can be toxic to samples,&#8221; said senior author Aydogan Ozcan, UCLA chancellor&#8217;s professor of electrical and computer engineering.</p>



<p>In addition to sparing specimens from potentially damaging doses of light, this system could offer biologists and life science researchers a new tool for 3D imaging that is simpler, faster and much less expensive than current methods.</p>



<p>The opportunity to correct for aberrations may allow scientists studying live organisms to collect data from images that otherwise would be unusable.</p>



<p>Investigators could also gain virtual access to expensive and complicated equipment, said researchers.</p>



<p>&#8220;Deep-Z&#8221; was taught using experimental images from a scanning fluorescence microscope, which takes pictures focused at multiple depths to achieve 3D imaging of samples.</p>



<p>In thousands of training runs, the neural network learned how to take a 2D image and infer accurate 3D slices at different depths within a sample.</p>



<p>Then, the framework was tested blindly &#8211; fed with images that were not part of its training, with the virtual images compared to the actual 3D slices obtained from a scanning microscope, providing an excellent match.</p>



<p>The researchers also found that Deep-Z could produce 3D images from 2D surfaces where samples were tilted or curved.</p>



<p>&#8220;This feature was actually very surprising,&#8221; said Yichen Wu, a UCLA graduate student who is co-first author of the publication. &#8220;With it, you can see through curvature or other complex topology that is very challenging to image.&#8221;

</p>
<p>The post <a href="https://www.aiuniverse.xyz/artificial-intelligence-can-convert-2d-images-into-3d/">Artificial Intelligence can convert 2D images into 3D</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/artificial-intelligence-can-convert-2d-images-into-3d/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
