<?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>trains Archives - Artificial Intelligence</title>
	<atom:link href="https://www.aiuniverse.xyz/tag/trains/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.aiuniverse.xyz/tag/trains/</link>
	<description>Exploring the universe of Intelligence</description>
	<lastBuildDate>Tue, 11 Feb 2020 06:56:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>
	<item>
		<title>DeepMind trains robots to insert USB keys and stack colored blocks</title>
		<link>https://www.aiuniverse.xyz/deepmind-trains-robots-to-insert-usb-keys-and-stack-colored-blocks/</link>
					<comments>https://www.aiuniverse.xyz/deepmind-trains-robots-to-insert-usb-keys-and-stack-colored-blocks/#respond</comments>
		
		<dc:creator><![CDATA[aiuniverse]]></dc:creator>
		<pubDate>Tue, 11 Feb 2020 06:56:43 +0000</pubDate>
				<category><![CDATA[Data Robot]]></category>
		<category><![CDATA[DeepMind]]></category>
		<category><![CDATA[reinforcement learnin]]></category>
		<category><![CDATA[researchers]]></category>
		<category><![CDATA[Robots]]></category>
		<category><![CDATA[trains]]></category>
		<guid isPermaLink="false">http://www.aiuniverse.xyz/?p=6672</guid>

					<description><![CDATA[<p>Source: venturebeat.com Robots perform better at a range of tasks when they draw on a growing body of experience. That’s the assertion of a team of researchers <a class="read-more-link" href="https://www.aiuniverse.xyz/deepmind-trains-robots-to-insert-usb-keys-and-stack-colored-blocks/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/deepmind-trains-robots-to-insert-usb-keys-and-stack-colored-blocks/">DeepMind trains robots to insert USB keys and stack colored blocks</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Source: venturebeat.com</p>



<p class="wp-block-paragraph">Robots perform better at a range of tasks when they draw on a growing body of experience. That’s the assertion of a team of researchers hailing from DeepMind, who in a preprint paper propose a technique called reward sketching. They claim it’s an effective way of eliciting human preferences to learn a reward function — a function describing how an AI agent should behave — that can be used to retrospectively annotate all historical data, collected for different tasks with predicted rewards for the new task. This annotated data set can then be used to learn manipulation policies, the team says, or probability distributions over actions given certain states, with reinforcement learning from visual input without interaction with a real robot.</p>



<p class="wp-block-paragraph">The work builds on a DeepMind study published in January 2020, which described a technique — continuous-discrete hybrid learning — that optimizes for discrete and continuous actions simultaneously, treating hybrid problems in their native form. As something of a precursor to that paper, in October 2019, the Alphabet subsidiary demonstrated a novel way of transferring skills from simulation to a physical robot.</p>



<p class="wp-block-paragraph"> “[Our] approach makes it possible to scale up RL in robotics, as we no longer need to run the robot for each step of learning. We show that the trained batch [reinforcement learning] agents, when deployed in real robots, can perform a variety of challenging tasks involving multiple interactions among rigid or deformable objects,” wrote the coauthors of this latest paper. “Moreover, they display a significant degree of robustness and generalization. In some cases, they even outperform human teleoperators.” </p>



<p class="wp-block-paragraph">As the team explains, at the heart of reward sketching are three key ideas: efficient elicitation of user preferences to learn reward functions, automatic annotation of all historical data with learned reward functions, and harnessing the data sets to learn policies from stored data via reinforcement learning.</p>



<p class="wp-block-paragraph">For instance, a human teleoperates a robot with a six-degree-of-freedom mouse and a gripper button or a handheld virtual reality controller to provide first-person demonstrations of a target task. To specify a new target task, the operator controls the robot to provide several successful (and optionally unsuccessful) examples of completing the task, and these demonstrations help to bootstrap the reward learning by providing examples of successful behavior with high rewards.</p>



<p class="wp-block-paragraph">In the researchers’ proposed approach, all robot experience — including demonstrations, teleoperated trajectories, human play data, and experience from the execution of either scripted or learned policies — is accumulated into what’s called NeverEnding Storage (NES). A metadata system implemented as a relational database ensures it’s appropriately annotated and queried; it attaches environment and policy metadata to every trajectory, as well as arbitrary human-readable labels and reward sketches.</p>



<p class="wp-block-paragraph">In the reward-sketching phase, humans annotate a subset of episodes from NES (including task-specific demos) with annotations of reward, using a technique that allows a single person to produce hundreds of annotations per minute. These annotations feed into a reward model that’s then used to predict reward values for all experience in NES, so that all historical data in a training policy for a new task can be leveraged without requiring manual annotation of the whole repository.</p>



<p class="wp-block-paragraph">An agent is trained with 75% of the batch drawn from the entirety of NES and 25% from the data specific to the target task. Then, it’s deployed to a robot, which enables the collection of more experience to be used for reward sketching or reinforcement learning.</p>



<p class="wp-block-paragraph">In experiments, the DeepMind team used a Sawyer robot with a gripper and a wrist force-torque sensor. Observations were provided by three cameras around a cage, as well as two wide-angle cameras and one depth camera mounted at the wrist and proprioceptive sensors in the arm. In total, the team collected over 400 hours of multiple-camera videos of proprioception — i.e., perception or awareness of position and movement)&nbsp; — and actions from behavior generated by human teleoperators, as well as random, scripted, and policies.</p>



<p class="wp-block-paragraph">The researchers trained multiple reinforcement learning agents in parallel for 400,000 steps and evaluated the most promising on the real-world robot. Tasked with lifting and stacking rectangular objects, the Sawyer successfully lifted 80% of the time and stacked 60% of the time, and 80% and 40% of the time when those objects were positioned in “adversarial” ways. Perhaps more impressively, in a separate task involving the precise insertion of a USB key into a computer port, the agent — when provided reward sketches from over 100 demonstrators — reached over 80% success rate within 8 hours.</p>



<p class="wp-block-paragraph">“The multi-component system allows a robot to solve a variety of challenging tasks that require skillful manipulation, involve multi-object interaction, and consist of many time steps,” wrote the researchers. “There is no need to worry about wear and tear, limits of real time processing, and many of the other challenges associated with operating real robots. Moreover, researchers are empowered to train policies using their batch [reinforcement learning] algorithm of choice.”</p>



<p class="wp-block-paragraph">They leave to future work identifying ways to minimize human-in-the-loop training, and to minimize the agents’ sensitivity to “significant perturbations” in the setup.</p>
<p>The post <a href="https://www.aiuniverse.xyz/deepmind-trains-robots-to-insert-usb-keys-and-stack-colored-blocks/">DeepMind trains robots to insert USB keys and stack colored blocks</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/deepmind-trains-robots-to-insert-usb-keys-and-stack-colored-blocks/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Klas Telecom unveils deep learning computer vision solution for trains.</title>
		<link>https://www.aiuniverse.xyz/klas-telecom-unveils-deep-learning-computer-vision-solution-for-trains/</link>
					<comments>https://www.aiuniverse.xyz/klas-telecom-unveils-deep-learning-computer-vision-solution-for-trains/#comments</comments>
		
		<dc:creator><![CDATA[aiuniverse]]></dc:creator>
		<pubDate>Fri, 14 Sep 2018 05:19:54 +0000</pubDate>
				<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[Deep Learning]]></category>
		<category><![CDATA[Machine Learning]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[deep learning]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[railways]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Telecom]]></category>
		<category><![CDATA[trains]]></category>
		<guid isPermaLink="false">http://www.aiuniverse.xyz/?p=2867</guid>

					<description><![CDATA[<p>Source-railway-technology.com Engineering and design company Klas Telecom is to launch a new deep learning computer vision solution for the railway industry. The solution is due to be <a class="read-more-link" href="https://www.aiuniverse.xyz/klas-telecom-unveils-deep-learning-computer-vision-solution-for-trains/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/klas-telecom-unveils-deep-learning-computer-vision-solution-for-trains/">Klas Telecom unveils deep learning computer vision solution for trains.</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Source-railway-technology.com</p>
<p>Engineering and design company Klas Telecom is to launch a new deep learning computer vision solution for the railway industry.</p>
<p>The solution is due to be launched next week at the InnoTrans 2018 event in Germany.</p>
<p>Alongside providing deep learning computer vision, the solution will offer object detection capabilities to trains and the network edge.</p>
<p>The multiplatform solution is designed to enable railway network operators to deploy a number of applications, including video surveillance and smart cameras.</p>
<p>These applications are capable of replicating human vision and conducting various jobs such as vehicle identification, intruder detection and empty seat recognition to ultimately help improve safety, security and analyse risks.</p>
<p>In addition, the new solution features Klas Telecom TRX Connected Transportation Platform R6 (TRX R6), a router/server and six-modem cellular gateway device, and Intel OpenVINO convolutional neural networks (CNN). All of these features facilitate deep learning.</p>
<div class="rightpullquote">&#8220;It means our customers can save time by using computers to perform intelligent functions and predictive analysis.&#8221;</div>
<p><span class="mce_SELRES_start"></span><br />
TRX R6 is designed to serve the railway communications systems market and is equipped with Intel CNN-based machine learning models, in a single 4.5kg, 250mm x 279mm x 76.5mm chassis.</p>
<p>The solution also complies with environmental standards for rail, as well as containing Intel Core i7, i5 and i3 processors and provides 32GB of RAM and up to 8TB of built-in storage.</p>
<p>Klas Telecom Transportation Business Development director Brendan Fleming said: “It is exciting to be able to bring artificial intelligence and machine learning into railway use cases such as traffic monitoring, vehicle identification, pedestrian identification, real-time risk analysis, security and passenger information services.</p>
<p>“It means our customers can save time by using computers to perform intelligent functions and predictive analysis. Ultimately, time means money and we hope to save our customers both.”</p>
<p>Klas Telecom currently has three offices in the US, with another in Dublin, Ireland.</p>
<p>The post <a href="https://www.aiuniverse.xyz/klas-telecom-unveils-deep-learning-computer-vision-solution-for-trains/">Klas Telecom unveils deep learning computer vision solution for trains.</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/klas-telecom-unveils-deep-learning-computer-vision-solution-for-trains/feed/</wfw:commentRss>
			<slash:comments>7</slash:comments>
		
		
			</item>
	</channel>
</rss>
