Robin deals with a world where things are changing all around it

海外精选
海外精选的内容汇集了全球优质的亚马逊云科技相关技术内容。同时,内容中提到的“AWS” 是 “Amazon Web Services” 的缩写,在此网站不作为商标展示。
0
0
{"value":"Inside an Amazon fulfillment center, as packages roll down a conveyor, the Robin robotic arm goes to work. It dips, picks up a package, scans its, and places it on a small drive robot that routes it to the correct loading dock. By the time the drive has dropped off its package, Robin has loaded several more delivery robots.\n\nWhile Robin looks a lot like other robotic arms used in industry, its vision system enables it to see and react to the world in an entirely different way.\n\n“Most robotic arms work in a controlled environment,” explained [Charles Swan](https://www.linkedin.com/in/charles-swan-5b07951/), a senior manager of software development at Amazon Robotics & AI. “If they weld vehicle frames, for example, they expect the parts to be in a fixed location and follow a pre-scripted set of motions. They do not really perceive their environment.\n\n“Robin deals with a world where things are changing all around it. It understands what objects are there — different sized boxes, soft packages, envelopes on top of other envelopes — and decides which one it wants and grabs it. It does all these things without a human scripting each move that it makes. What Robin does is not unusual in research. But it is unusual in production.”\n\nYet, thanks to machine learning, Robin and its advanced perception system are moving rapidly into production. When Swan began working with the robot in 2021, Amazon was operating only a couple dozen units at its fulfillment centers. Today, Swan’s team is significantly scaling that perception system.\n\nTo reach that goal, Amazon Robotics researchers are exploring ways for Robin to achieve unparalleled levels of production accuracy. Because Amazon is so focused on improving the customer experience through timely deliveries, even 99.9% accuracy doesn’t meet the mark for robotics researchers.\n\n#### **Training day**\n\nOver the past five years, machine learning has significantly advanced the ability of robots to see, understand, and reason about their environment.\n\n![image.png](https://dev-media.amazoncloud.cn/92619c52620348238e423125209cfdcd_image.png)\n\nModel 1 from October 2021 — The model misses two black packages and one occluded package.\n\nIn the past, classical computer vision algorithms systematically segmented scenes into individual elements, a slow and computationally intensive approach. Supervised machine learning has made that process more efficient.\n\n![image.png](https://dev-media.amazoncloud.cn/db72180459bf4901a3f22d81c2e6eca2_image.png)\n\nModel 2 from November 2021 — The black packages are detected, but a heavily occluded one is still missed.\n\n“We don’t explicitly say how the model should learn,” said [Bhavana Chandrashekhar](https://www.linkedin.com/in/bhavanachandrashekhar/), a software development manager at Amazon Robotics & AI. “Instead, we give it an input image and say, ‘This is an object.’ Then it tries to identify the object in the image, and we grade how well it does that. Using only that supervised feedback, the model learns how to extract features from the images so it can classify the objects in them.”\n\n![image.png](https://dev-media.amazoncloud.cn/0d468779fd9e42239609d1903a02a4ca_image.png)\n\nModel 3 from February 2022 — All packages are correctly detected.\n\nRobin’s perception system started with pre-trained models that could already identify object elements like edges and planes.\n\nNext, it was taught to identify the type of packages found within the fulfillment center’s sortation area.\n\nMachine learning models learn best when provided with an abundance of sample images. Yet, despite shipping millions of packages daily, Chandrashekhar’s team initially found it hard to find enough training data to capture the enormous variation of the boxes and packages continuously rolling down a conveyor.\n\n“Everything comes in a jumble of sizes and shapes, some on top of the other, some in the shadows,” Chandrashekhar said. “During the holidays, you might see pictures of Minions or Billy Eilish mixed in with our usual brown and white packages. The taping might change.\n\n“Sometimes, the differences between one package and another are hard to see, even for humans. You might have a white envelope on another white envelope, and both are crinkled so you can’t tell where one begins and the other ends,” she explained.\n\nTo teach Robin’s model to make sense of what it sees, researchers gathered thousands of images, drew lines around features like boxes, yellow, brown and white mailers, and labels, and added descriptions. The team then used these annotated images to continually retrain the robot.\n\nThe training continued in a simulated production environment, with the robot working on a live conveyor with test packages.\n\nWhenever Robin failed to identify an object or make a pick, the researchers would annotate the errors and add them to the training deck. This on-going training regimen significantly improved the robot’s efficiency.\n\n#### **Continual learning**\n\nRobin’s success rate during these tests improved markedly, but the researchers pushed for near perfection. “We want to be really good at these random edge problems, which happen only a few times during testing, but occur more often in field when we’re running at larger scale,” Chandrashekhar said.\n\nBecause of Robin’s high accuracy rate in testing, researchers found it difficult to find enough of those mistakes to create a dataset for further training. “In the beginning, we had to imagine how the robot would make a mistake in order to create the type of data we could use to improve the model,” Chandrashekhar explained.\n\nThe Amazon team also monitored Robin’s confidence in its decisions. The perception model might, for example, indicate it was confident about spotting a package, but less confident about assigning it to a specific type of package. Chandrashekhar’s team developed a framework to ensure those low-confidence images were automatically sent for annotation by a human and then added back to the training deck.\n\n![image.png](https://dev-media.amazoncloud.cn/1ef5eaa101f84c169e2dc813c85344c1_image.png)\n\nWhile Robin looks a lot like other robotic arms used in industry, its vision system enables it to see and react to the world in an entirely different way.\n\n“This is part of continual learning,” says [Jeremy Wyatt](https://scholar.google.com/citations?user=9FSuHUQAAAAJ&hl=en), senior manager of applied science. “It’s incredibly powerful because every package becomes a learning opportunity. Every robot contributes experiences that helps the entire fleet get better.”\n\nThat continual learning led to big improvements. “In just six months, we halved the number of packages Robin’s perception system can’t pick and we reduced the errors the perception system makes by a factor of 10,” Wyatt notes.\n\nStill, robots will make mistakes in production that have to be corrected. What happens in the moment if Robin drops a package or puts two mailers on one sortation robot? While most production robots are oblivious to mistakes, Robin is an exception. It monitors its performance for missteps.\n\nRobin’s quality assurance system oversees how it handles packages. If it identifies a problem, it will try to fix it on its own, or call for human intervention if it cannot. “If Robin finds and corrects a mistake, it might lose some time,” Swan explained. “However, if that error wasn’t addressed at all, we might lose a day or two getting that product to the customer.”\n\n#### **Scaling Robin perception**\n\nSwan joined the Robin perception team when there were only a few dozen units in production. His goal: scale the perception system to thousands of robotic arms. To accomplish this, Swan’s team doesn’t just focus on catching and annotating errors for continual learning, it seeks the root cause of those errors.\n\nThey rely on Robin perception’s user interface, which lets engineers look through the robot’s eyes and trace how its vision system made the decision. They might, for example, find a Robin that picked up two packages because it could not distinguish one from the other, or another that failed to grab any package owing to a noisy depth signal. Auditing Robin’s decisions lets Amazon Robotics engineers fine-tune the robot’s behaviors.\n\nThis is complemented by the metrics derived from a fleet of machines sorting well over 1 million items every day. “Once you have that kind of data, then you can start to look for correlations,” Swan said. “Then you can say the latency in making a decision is related to this property of the machine or this property of the scene and that’s something we can focus on.”\n\nFleet metrics provide data about a greater range of scenes and problems than any one machine would ever see, from a broken light to an address label stuck on the conveyor belt. That data, used to retrain Robin every few days, gives it a much broader understanding of the world in which it works.\n\nIt also helps Amazon improve efficiency. Before Robin picks up a package, it must first segment a cluttered scene, decide which package it will grab, calculate how it will approach the package, and choose how many of its eight suction cups to use to pick it up. Choose too many and it might lift more than one package; too few, and it could drop its cargo.\n\nThat decision requires much more than computer vision. “Making decisions on what and where to grasp is accomplished with a combination of learning systems, optimization, geometric reasoning, and 3D understanding,” explained [Nick Hudson](https://www.linkedin.com/in/nicolashenryhudson/), principal applied scientist with Amazon Robotics AI. “There are a lot of components which interact, and they all need to accommodate the variations seen across different sites and regions.”\n\n“There is always a tradeoff between efficiency and good decisions,” Swan continued. “That was a major scaling challenge. We did a lot of experimentation offline with very cluttered scenes and other situations that slowed the robots down to improve our algorithms. When we liked them, we would run them on a small portion of the fleet. If they did well, we would roll them out to all the robots.”\n\nThose rollouts were also made possible because the software was rewritten to support regular updates, said [Sicong Zhao](https://www.linkedin.com/in/sicong-zhao-719a1226/), a software development manager. “The software is modular. That way, we can upgrade one component without affecting the others. It also enables multiple groups to work on different improvements at the same time.” That modularity has enabled key parts of the perception system to be automatically retrained twice a week.\n\nNor was that a simple task. Robin had many tens of thousands of lines of code, so it took Zhao’s team months to understand how those lines interacted with one another well enough to modularize their components. The effort was worth it. It made Robin easier to upgrade and will ultimately enable automatic fleet updates as frequently as needed while mitigating operational disruptions.\n\n#### **Next-generation robot perception**\n\nThose continuous improvements are essential to deploy Robin at Amazon’s scale, Swan explained. The team’s goal is to update the fleet of Robin robots automatically several times weekly.\n\n“We are increasing our usage of Robin,” Swan said. “To do that, we must continue to improve Robin’s ability to handle those random edge cases, so it never mis-sorts, has great motion planning, and moves at the fastest safe speed its arm can handle — all with time to spare.”\n\nThat means even more innovation. Take, for example, package recognition. Robin’s perception system needs to be able to spot a pile of packages and know to start with the top one to avoid upending the pile. “Robin has a sense of how to do that as well, but we need machine learning to accelerate the way Robin decides which one it is most likely to pick up successfully as we keep adding new types of packaging,” Zhao explained.\n\nChandrashekhar believes more powerful digital simulations, based on the physics of robot and package movement, will enable faster innovation. “This is very difficult when we’re talking about deformable packages, like a water bottle in a soft mailer,” she said. “But we’re getting a lot closer.”\n\nLonger-term, she wants to see self-learning robots that teach themselves to make fewer mistakes and to recover from them faster. Self-learning will also make the robots easier to use. “Deploying a robot shouldn’t require a PhD,” Swan said.\n\n#### **We’ve only scratched the surface of what’s possible with robots.**\n\nCharles Swan\n\n“There is a unique opportunity to have this fleet adapt automatically,” agreed Hudson. “There are open questions on how to accomplish this, including whether individual robots should adapt on their own. The fleet already updates its object understanding using data collected worldwide. How can we also have the individual robots adapt to issues they are seeing locally – for instance if one of the suction cups is blocked or torn?”\n\nUltimately, though, Swan would like use what Amazon Robotics researchers have learned to create new types of robots. “We’ve only scratched the surface of what’s possible with robots,” he said.\n\nABOUT THE AUTHOR\n\n#### **Alan S. Brown**\n\nAlan Brown writes about engineering, technology, and science.","render":"<p>Inside an Amazon fulfillment center, as packages roll down a conveyor, the Robin robotic arm goes to work. It dips, picks up a package, scans its, and places it on a small drive robot that routes it to the correct loading dock. By the time the drive has dropped off its package, Robin has loaded several more delivery robots.</p>\n<p>While Robin looks a lot like other robotic arms used in industry, its vision system enables it to see and react to the world in an entirely different way.</p>\n<p>“Most robotic arms work in a controlled environment,” explained <a href=\"https://www.linkedin.com/in/charles-swan-5b07951/\" target=\"_blank\">Charles Swan</a>, a senior manager of software development at Amazon Robotics &amp; AI. “If they weld vehicle frames, for example, they expect the parts to be in a fixed location and follow a pre-scripted set of motions. They do not really perceive their environment.</p>\n<p>“Robin deals with a world where things are changing all around it. It understands what objects are there — different sized boxes, soft packages, envelopes on top of other envelopes — and decides which one it wants and grabs it. It does all these things without a human scripting each move that it makes. What Robin does is not unusual in research. But it is unusual in production.”</p>\n<p>Yet, thanks to machine learning, Robin and its advanced perception system are moving rapidly into production. When Swan began working with the robot in 2021, Amazon was operating only a couple dozen units at its fulfillment centers. Today, Swan’s team is significantly scaling that perception system.</p>\n<p>To reach that goal, Amazon Robotics researchers are exploring ways for Robin to achieve unparalleled levels of production accuracy. Because Amazon is so focused on improving the customer experience through timely deliveries, even 99.9% accuracy doesn’t meet the mark for robotics researchers.</p>\n<h4><a id=\"Training_day_12\"></a><strong>Training day</strong></h4>\n<p>Over the past five years, machine learning has significantly advanced the ability of robots to see, understand, and reason about their environment.</p>\n<p><img src=\"https://dev-media.amazoncloud.cn/92619c52620348238e423125209cfdcd_image.png\" alt=\"image.png\" /></p>\n<p>Model 1 from October 2021 — The model misses two black packages and one occluded package.</p>\n<p>In the past, classical computer vision algorithms systematically segmented scenes into individual elements, a slow and computationally intensive approach. Supervised machine learning has made that process more efficient.</p>\n<p><img src=\"https://dev-media.amazoncloud.cn/db72180459bf4901a3f22d81c2e6eca2_image.png\" alt=\"image.png\" /></p>\n<p>Model 2 from November 2021 — The black packages are detected, but a heavily occluded one is still missed.</p>\n<p>“We don’t explicitly say how the model should learn,” said <a href=\"https://www.linkedin.com/in/bhavanachandrashekhar/\" target=\"_blank\">Bhavana Chandrashekhar</a>, a software development manager at Amazon Robotics &amp; AI. “Instead, we give it an input image and say, ‘This is an object.’ Then it tries to identify the object in the image, and we grade how well it does that. Using only that supervised feedback, the model learns how to extract features from the images so it can classify the objects in them.”</p>\n<p><img src=\"https://dev-media.amazoncloud.cn/0d468779fd9e42239609d1903a02a4ca_image.png\" alt=\"image.png\" /></p>\n<p>Model 3 from February 2022 — All packages are correctly detected.</p>\n<p>Robin’s perception system started with pre-trained models that could already identify object elements like edges and planes.</p>\n<p>Next, it was taught to identify the type of packages found within the fulfillment center’s sortation area.</p>\n<p>Machine learning models learn best when provided with an abundance of sample images. Yet, despite shipping millions of packages daily, Chandrashekhar’s team initially found it hard to find enough training data to capture the enormous variation of the boxes and packages continuously rolling down a conveyor.</p>\n<p>“Everything comes in a jumble of sizes and shapes, some on top of the other, some in the shadows,” Chandrashekhar said. “During the holidays, you might see pictures of Minions or Billy Eilish mixed in with our usual brown and white packages. The taping might change.</p>\n<p>“Sometimes, the differences between one package and another are hard to see, even for humans. You might have a white envelope on another white envelope, and both are crinkled so you can’t tell where one begins and the other ends,” she explained.</p>\n<p>To teach Robin’s model to make sense of what it sees, researchers gathered thousands of images, drew lines around features like boxes, yellow, brown and white mailers, and labels, and added descriptions. The team then used these annotated images to continually retrain the robot.</p>\n<p>The training continued in a simulated production environment, with the robot working on a live conveyor with test packages.</p>\n<p>Whenever Robin failed to identify an object or make a pick, the researchers would annotate the errors and add them to the training deck. This on-going training regimen significantly improved the robot’s efficiency.</p>\n<h4><a id=\"Continual_learning_48\"></a><strong>Continual learning</strong></h4>\n<p>Robin’s success rate during these tests improved markedly, but the researchers pushed for near perfection. “We want to be really good at these random edge problems, which happen only a few times during testing, but occur more often in field when we’re running at larger scale,” Chandrashekhar said.</p>\n<p>Because of Robin’s high accuracy rate in testing, researchers found it difficult to find enough of those mistakes to create a dataset for further training. “In the beginning, we had to imagine how the robot would make a mistake in order to create the type of data we could use to improve the model,” Chandrashekhar explained.</p>\n<p>The Amazon team also monitored Robin’s confidence in its decisions. The perception model might, for example, indicate it was confident about spotting a package, but less confident about assigning it to a specific type of package. Chandrashekhar’s team developed a framework to ensure those low-confidence images were automatically sent for annotation by a human and then added back to the training deck.</p>\n<p><img src=\"https://dev-media.amazoncloud.cn/1ef5eaa101f84c169e2dc813c85344c1_image.png\" alt=\"image.png\" /></p>\n<p>While Robin looks a lot like other robotic arms used in industry, its vision system enables it to see and react to the world in an entirely different way.</p>\n<p>“This is part of continual learning,” says <a href=\"https://scholar.google.com/citations?user=9FSuHUQAAAAJ&amp;hl=en\" target=\"_blank\">Jeremy Wyatt</a>, senior manager of applied science. “It’s incredibly powerful because every package becomes a learning opportunity. Every robot contributes experiences that helps the entire fleet get better.”</p>\n<p>That continual learning led to big improvements. “In just six months, we halved the number of packages Robin’s perception system can’t pick and we reduced the errors the perception system makes by a factor of 10,” Wyatt notes.</p>\n<p>Still, robots will make mistakes in production that have to be corrected. What happens in the moment if Robin drops a package or puts two mailers on one sortation robot? While most production robots are oblivious to mistakes, Robin is an exception. It monitors its performance for missteps.</p>\n<p>Robin’s quality assurance system oversees how it handles packages. If it identifies a problem, it will try to fix it on its own, or call for human intervention if it cannot. “If Robin finds and corrects a mistake, it might lose some time,” Swan explained. “However, if that error wasn’t addressed at all, we might lose a day or two getting that product to the customer.”</p>\n<h4><a id=\"Scaling_Robin_perception_68\"></a><strong>Scaling Robin perception</strong></h4>\n<p>Swan joined the Robin perception team when there were only a few dozen units in production. His goal: scale the perception system to thousands of robotic arms. To accomplish this, Swan’s team doesn’t just focus on catching and annotating errors for continual learning, it seeks the root cause of those errors.</p>\n<p>They rely on Robin perception’s user interface, which lets engineers look through the robot’s eyes and trace how its vision system made the decision. They might, for example, find a Robin that picked up two packages because it could not distinguish one from the other, or another that failed to grab any package owing to a noisy depth signal. Auditing Robin’s decisions lets Amazon Robotics engineers fine-tune the robot’s behaviors.</p>\n<p>This is complemented by the metrics derived from a fleet of machines sorting well over 1 million items every day. “Once you have that kind of data, then you can start to look for correlations,” Swan said. “Then you can say the latency in making a decision is related to this property of the machine or this property of the scene and that’s something we can focus on.”</p>\n<p>Fleet metrics provide data about a greater range of scenes and problems than any one machine would ever see, from a broken light to an address label stuck on the conveyor belt. That data, used to retrain Robin every few days, gives it a much broader understanding of the world in which it works.</p>\n<p>It also helps Amazon improve efficiency. Before Robin picks up a package, it must first segment a cluttered scene, decide which package it will grab, calculate how it will approach the package, and choose how many of its eight suction cups to use to pick it up. Choose too many and it might lift more than one package; too few, and it could drop its cargo.</p>\n<p>That decision requires much more than computer vision. “Making decisions on what and where to grasp is accomplished with a combination of learning systems, optimization, geometric reasoning, and 3D understanding,” explained <a href=\"https://www.linkedin.com/in/nicolashenryhudson/\" target=\"_blank\">Nick Hudson</a>, principal applied scientist with Amazon Robotics AI. “There are a lot of components which interact, and they all need to accommodate the variations seen across different sites and regions.”</p>\n<p>“There is always a tradeoff between efficiency and good decisions,” Swan continued. “That was a major scaling challenge. We did a lot of experimentation offline with very cluttered scenes and other situations that slowed the robots down to improve our algorithms. When we liked them, we would run them on a small portion of the fleet. If they did well, we would roll them out to all the robots.”</p>\n<p>Those rollouts were also made possible because the software was rewritten to support regular updates, said <a href=\"https://www.linkedin.com/in/sicong-zhao-719a1226/\" target=\"_blank\">Sicong Zhao</a>, a software development manager. “The software is modular. That way, we can upgrade one component without affecting the others. It also enables multiple groups to work on different improvements at the same time.” That modularity has enabled key parts of the perception system to be automatically retrained twice a week.</p>\n<p>Nor was that a simple task. Robin had many tens of thousands of lines of code, so it took Zhao’s team months to understand how those lines interacted with one another well enough to modularize their components. The effort was worth it. It made Robin easier to upgrade and will ultimately enable automatic fleet updates as frequently as needed while mitigating operational disruptions.</p>\n<h4><a id=\"Nextgeneration_robot_perception_88\"></a><strong>Next-generation robot perception</strong></h4>\n<p>Those continuous improvements are essential to deploy Robin at Amazon’s scale, Swan explained. The team’s goal is to update the fleet of Robin robots automatically several times weekly.</p>\n<p>“We are increasing our usage of Robin,” Swan said. “To do that, we must continue to improve Robin’s ability to handle those random edge cases, so it never mis-sorts, has great motion planning, and moves at the fastest safe speed its arm can handle — all with time to spare.”</p>\n<p>That means even more innovation. Take, for example, package recognition. Robin’s perception system needs to be able to spot a pile of packages and know to start with the top one to avoid upending the pile. “Robin has a sense of how to do that as well, but we need machine learning to accelerate the way Robin decides which one it is most likely to pick up successfully as we keep adding new types of packaging,” Zhao explained.</p>\n<p>Chandrashekhar believes more powerful digital simulations, based on the physics of robot and package movement, will enable faster innovation. “This is very difficult when we’re talking about deformable packages, like a water bottle in a soft mailer,” she said. “But we’re getting a lot closer.”</p>\n<p>Longer-term, she wants to see self-learning robots that teach themselves to make fewer mistakes and to recover from them faster. Self-learning will also make the robots easier to use. “Deploying a robot shouldn’t require a PhD,” Swan said.</p>\n<h4><a id=\"Weve_only_scratched_the_surface_of_whats_possible_with_robots_100\"></a><strong>We’ve only scratched the surface of what’s possible with robots.</strong></h4>\n<p>Charles Swan</p>\n<p>“There is a unique opportunity to have this fleet adapt automatically,” agreed Hudson. “There are open questions on how to accomplish this, including whether individual robots should adapt on their own. The fleet already updates its object understanding using data collected worldwide. How can we also have the individual robots adapt to issues they are seeing locally – for instance if one of the suction cups is blocked or torn?”</p>\n<p>Ultimately, though, Swan would like use what Amazon Robotics researchers have learned to create new types of robots. “We’ve only scratched the surface of what’s possible with robots,” he said.</p>\n<p>ABOUT THE AUTHOR</p>\n<h4><a id=\"Alan_S_Brown_110\"></a><strong>Alan S. Brown</strong></h4>\n<p>Alan Brown writes about engineering, technology, and science.</p>\n"}
目录
亚马逊云科技解决方案 基于行业客户应用场景及技术领域的解决方案
联系亚马逊云科技专家
亚马逊云科技解决方案
基于行业客户应用场景及技术领域的解决方案
联系专家
0
目录
关闭