fbpx
Wikipedia

Cloud robotics

Cloud robotics is a field of robotics that attempts to invoke cloud technologies such as cloud computing, cloud storage, and other Internet technologies centered on the benefits of converged infrastructure and shared services for robotics. When connected to the cloud, robots can benefit from the powerful computation, storage, and communication resources of modern data center in the cloud, which can process and share information from various robots or agent (other machines, smart objects, humans, etc.). Humans can also delegate tasks to robots remotely through networks. Cloud computing technologies enable robot systems to be endowed with powerful capability whilst reducing costs through cloud technologies. Thus, it is possible to build lightweight, low-cost, smarter robots with an intelligent "brain" in the cloud. The "brain" consists of data center, knowledge base, task planners, deep learning, information processing, environment models, communication support, etc.[1][2][3][4]

Components edit

A cloud for robots potentially has at least six significant components:[5]

  • Building a "cloud brain" for robots. It is the main object of cloud robotics.
  • Offering a global library of images, maps, and object data, often with geometry and mechanical properties, expert system, knowledge base (i.e. semantic web, data centres);
  • Massively-parallel computation on demand for sample-based statistical modelling and motion planning, task planning, multi-robot collaboration, scheduling and coordination of system;
  • Robot sharing of outcomes, trajectories, and dynamic control policies and robot learning support;
  • Human sharing of "open-source" code, data, and designs for programming, experimentation, and hardware construction;
  • On-demand human guidance and assistance for evaluation, learning, and error recovery;
  • Augmented human–robot interaction through various way (Semantics knowledge base, Apple SIRI like service etc.).

Applications edit

Autonomous mobile robots
Google's self-driving cars are cloud robots. The cars use the network to access Google's enormous database of maps and satellite and environment model (like Streetview) and combines it with streaming data from GPS, cameras, and 3D sensors to monitor its own position within centimetres, and with past and current traffic patterns to avoid collisions. Each car can learn something about environments, roads, or driving, or conditions, and it sends the information to the Google cloud, where it can be used to improve the performance of other cars.
Cloud medical robots
a medical cloud (also called a healthcare cluster) consists of various services such as a disease archive, electronic medical records, a patient health management system, practice services, analytics services, clinic solutions, expert systems, etc. A robot can connect to the cloud to provide clinical service to patients, as well as deliver assistance to doctors (e.g. a co-surgery robot). Moreover, it also provides a collaboration service by sharing information between doctors and care givers about clinical treatment.[6]
Assistive robots
A domestic robot can be employed for healthcare and life monitoring for elderly people. The system collects the health status of users and exchange information with cloud expert system or doctors to facilitate elderly peoples life, especially for those with chronic diseases. For example, the robots are able to provide support to prevent the elderly from falling down, emergency healthy support such as heart disease, blooding disease. Care givers of elderly people can also get notification when in emergency from the robot through network.[7]
Industrial robots
As highlighted by the German government's Industry 4.0 Plan, "Industry is on the threshold of the fourth industrial revolution. Driven by the Internet, the real and virtual worlds are growing closer and closer together to form the Internet of Things. Industrial production of the future will be characterised by the strong individualisation of products under the conditions of highly flexible (large series) production, the extensive integration of customers and business partners in business and value-added processes, and the linking of production and high-quality services leading to so-called hybrid products."[8] In manufacturing, such cloud based robot systems could learn to handle tasks such as threading wires or cables, or aligning gaskets from a professional knowledge base. A group of robots can share information for some collaborative tasks. Even more, a consumer is able to place customised product orders to manufacturing robots directly with online ordering systems.[9] Another potential paradigm is shopping-delivery robot systems. Once an order is placed, a warehouse robot dispatches the item to an autonomous car or autonomous drone to deliver it to its recipient.

Learn a Cloud Brain for Robots edit

Approach: Lifelong Learning.[10] Leveraging lifelong learning to build a cloud brain for robots was proposed by CAS. The author was motivated by the problem of how to make robots fuse and transfer their experience so that they can effectively use prior knowledge and quickly adapt to new environments. To address the problem, they present a learning architecture for navigation in cloud robotic systems: Lifelong Federated Reinforcement Learning (LFRL). In the work, they propose a knowledge fusion algorithm for upgrading a shared model deployed on the cloud. Then, effective transfer learning methods in LFRL are introduced. LFRL is consistent with human cognitive science and fits well in cloud robotic systems. Experiments show that LFRL greatly improves the efficiency of reinforcement learning for robot navigation. The cloud robotic system deployment also shows that LFRL is capable of fusing prior knowledge.

Approach: Federated Learning.[11] Leveraging lifelong learning to build a cloud brain for robots was proposed in 2020. Humans are capable of learning a new behavior by observing others to perform the skill. Similarly, robots can also implement this by imitation learning. Furthermore, if with external guidance, humans can master the new behavior more efficiently. So, how can robots achieve this? To address the issue, The authors present a novel framework named FIL. It provides a heterogeneous knowledge fusion mechanism for cloud robotic systems. Then, a knowledge fusion algorithm in FIL is proposed. It enables the cloud to fuse heterogeneous knowledge from local robots and generate guide models for robots with service requests. After that, we introduce a knowledge transfer scheme to facilitate local robots acquiring knowledge from the cloud. With FIL, a robot is capable of utilizing knowledge from other robots to increase its imitation learning in accuracy and efficiency. Compared with transfer learning and meta-learning, FIL is more suitable to be deployed in cloud robotic systems. They conduct experiments of a self-driving task for robots (cars). The experimental results demonstrate that the shared model generated by FIL increases imitation learning efficiency of local robots in cloud robotic systems.

Approach: Peer-assisted Learning.[12] Leveraging peer-assisted learning to build a cloud brain for robots was proposed by UM. A technological revolution is occurring in the field of robotics with the data-driven deep learning technology. However, building datasets for each local robot is laborious. Meanwhile, data islands between local robots make data unable to be utilized collaboratively. To address this issue, the work presents Peer-Assisted Robotic Learning (PARL) in robotics, which is inspired by the peer-assisted learning in cognitive psychology and pedagogy. PARL implements data collaboration with the framework of cloud robotic systems. Both data and models are shared by robots to the cloud after semantic computing and training locally. The cloud converges the data and performs augmentation, integration, and transferring. Finally, fine tune this larger shared dataset in the cloud to local robots. Furthermore, we propose the DAT Network (Data Augmentation and Transferring Network) to implement the data processing in PARL. DAT Network can realize the augmentation of data from multi-local robots. The authors conduct experiments on a simplified self-driving task for robots (cars). DAT Network has a significant improvement in the augmentation in self-driving scenarios. Along with this, the self-driving experimental results also demonstrate that PARL is capable of improving learning effects with data collaboration of local robots.

Research edit

RoboEarth [13] was funded by the European Union's Seventh Framework Programme for research, technological development projects, specifically to explore the field of cloud robotics. The goal of RoboEarth is to allow robotic systems to benefit from the experience of other robots, paving the way for rapid advances in machine cognition and behaviour, and ultimately, for more subtle and sophisticated human-machine interaction. RoboEarth offers a Cloud Robotics infrastructure. RoboEarth's World-Wide-Web style database stores knowledge generated by humans – and robots – in a machine-readable format. Data stored in the RoboEarth knowledge base include software components, maps for navigation (e.g., object locations, world models), task knowledge (e.g., action recipes, manipulation strategies), and object recognition models (e.g., images, object models). The RoboEarth Cloud Engine includes support for mobile robots, autonomous vehicles, and drones, which require much computation for navigation.[14]

Rapyuta [15] is an open source cloud robotics framework based on RoboEarth Engine developed by the robotics researcher at ETHZ. Within the framework, each robot connected to Rapyuta can have a secured computing environment (rectangular boxes) giving them the ability to move their heavy computation into the cloud. In addition, the computing environments are tightly interconnected with each other and have a high bandwidth connection to the RoboEarth knowledge repository.[16]

KnowRob [17] is an extensional project of RoboEarth. It is a knowledge processing system that combines knowledge representation and reasoning methods with techniques for acquiring knowledge and for grounding the knowledge in a physical system and can serve as a common semantic framework for integrating information from different sources.

RoboBrain [18] is a large-scale computational system that learns from publicly available Internet resources, computer simulations, and real-life robot trials. It accumulates everything robotics into a comprehensive and interconnected knowledge base. Applications include prototyping for robotics research, household robots, and self-driving cars. The goal is as direct as the project's name—to create a centralised, always-online brain for robots to tap into. The project is dominated by Stanford University and Cornell University. And the project is supported by the National Science Foundation, the Office of Naval Research, the Army Research Office, Google, Microsoft, Qualcomm, the Alfred P. Sloan Foundation and the National Robotics Initiative, whose goal is to advance robotics to help make the United States more competitive in the world economy.[19]

MyRobots is a service for connecting robots and intelligent devices to the Internet.[20] It can be regarded as a social network for robots and smart objects (i.e. Facebook for robots). With socialising, collaborating and sharing, robots can benefit from those interactions too by sharing their sensor information giving insight on their perspective of their current state.

COALAS [21] is funded by the INTERREG IVA France (Channel) – England European cross-border co-operation programme. The project aims to develop new technologies for disabled people through social and technological innovation and through the users' social and psychological integrity. Objectives is to produce a cognitive ambient assistive living system with Healthcare cluster in cloud with domestic service robots like humanoid, intelligent wheelchair which connect with the cloud.[7]

ROS (Robot Operating System) provides an eco-system to support cloud robotics. ROS is a flexible and distributed framework for robot software development. It is a collection of tools, libraries, and conventions that aim to simplify the task of creating complex and robust robot behaviour across a wide variety of robotic platforms. A library for ROS that is a pure Java implementation, called rosjava, allows Android applications to be developed for robots. Since Android has a booming market and billion users, it would be significant in the field of Cloud Robotics.[22]

DAVinci Project is a proposed software framework that seeks to explore the possibilities of parallelizing some of the robotics algorithms as Map/Reduce tasks in Hadoop.[23] The project aims to build a cloud computing environment capable of providing a compute cluster built with commodity hardware exposing a suite of robotic algorithms as a SaaS and share data co-operatively across the robotic ecosystem.[23] This initiative is not available publicly.[24]

C2RO (C2RO Cloud Robotics) is a platform that processes real-time applications such as collision avoidance and object recognition in the cloud. Previously, high latency times prevented these applications from being processed in the cloud thus requiring on-system computational hardware (e.g. Graphics Processing Unit or GPU). C2RO published a peer-reviewed paper at IEEE PIMRC17 showing its platform could make autonomous navigation and other AI services available on robots- even those with limited computational hardware (e.g. a Raspberry Pi)- from the cloud.[25] C2RO eventually claimed to be the first platform to demonstrate cloud-based SLAM (simultaneous localization and mapping) at RoboBusiness in September 2017.

Noos is a cloud robotics service, providing centralised intelligence to robots that are connected to it. The service went live in December 2017. By using the Noos-API, developers could access services for computer vision, deep learning, and SLAM. Noos was developed and maintained by Ortelio Ltd.

Rocos is a centralized cloud robotics platform that provides the developer tooling and infrastructure to build, test, deploy, operate and automate robot fleets at scale. Founded in October 2017, the platform went live in January 2019.

Limitations of cloud robotics edit

Though robots can benefit from various advantages of cloud computing, cloud is not the solution to all of robotics.[26]

  • Controlling a robot's motion which relies heavily on (real-time) sensors and feedback of controller may not benefit much from the cloud.
  • Tasks that involve real-time execution require on-board processing.
  • Cloud-based applications can get slow or unavailable due to high-latency responses or network hitch. If a robot relies too much on the cloud, a fault in the network could leave it "brainless."

Challenges edit

The research and development of cloud robotics has following potential issues and challenges:[26]

Risks edit

  • Environmental security - The concentration of computing resources and users in a cloud computing environment also represents a concentration of security threats. Because of their size and significance,[27] cloud environments are often targeted by virtual machines and bot malware, brute force attacks, and other attacks.
  • Data privacy and security - Hosting confidential data with cloud service providers involves the transfer of a considerable amount of an organisation's control over data security to the provider. For example, every cloud contains a huge information from the clients include personal data. If a household robot is hacked, users could have risk of their personal privacy and security, like house layout, life snapshot, home-view, etc. It may be accessed and leaked to the world around by criminals. Another problems is once a robot is hacked and controlled by someone else, which may put the user in danger.
  • Ethical problems - Some ethics of robotics, especially for cloud based robotics must be considered. Since a robot is connected via networks, it has risk to be accessed by other people. If a robot is out of control and carries out illegal activities, who should be responsible for it.

History edit

The term "Cloud Robotics" first appeared in the public lexicon as part of a talk given by James Kuffner in 2010 at the IEEE/RAS International Conference on Humanoid Robotics entitled "Cloud-enabled Robots". [28] Since then, "Cloud Robotics" has become a general term encompassing the concepts of information sharing, distributed intelligence, and fleet learning that is possible via networked robots and modern cloud computing. Kuffner was part of Google when he delivered his presentation and the technology company has teased its various cloud robotics initiatives until 2019 when it launched the Google Cloud Robotics Platform for developers.[29]

From the early days of robot development, it was common to have computation done on a computer that was separated from the actual robot mechanism, but connected by wires for power and control. As wireless communication technology developed, new forms of experimental "remote brain" robots were developed controlled by small, onboard compute resources for robot control and safety, that were wirelessly connected to a more powerful remote computer for heavy processing. [30]

The term "cloud computing" was popularized with the launch of Amazon EC2 in 2006. It marked the availability of high-capacity networks, low-cost computers and storage devices as well as the widespread adoption of hardware virtualization and service-oriented architecture.[31] In a correspondence with Popular Science in July 2006, Kuffner wrote that after a robot was programmed or successfully learned to perform a task it could share its model and relevant data with all other cloud-connected robots: [32]

"...the robot could then 'publish' its refined model to some website or universal repository of knowledge that all future robots could download and utilize. My vision is to have a 'robot knowledge database' that will over time improve the capabilities of all future robotic systems. It would serve as a warehouse of information and statistics about the physical world that robots can access and use to improve their reasoning about the consequences of possible actions and make better action plans in terms of accuracy, safety, and robustness. It could also serve as a kind of 'skill library'. For example, if I successfully programmed my butler robot how to cook a perfect omelette, I could 'upload' the software for omelette cooking to a server that all robots could then download whenever they were asked to cook an omelette. There could be a whole community of robot users uploading skill programs, much like the current 'shareware' and 'freeware' software models that are popular for PC users."

— James Kuffner, (July 2006)

Some publications and events related to Cloud Robotics (in chronological order):

  • The IEEE RAS Technical Committee on Internet and Online Robots was founded by Ken Goldberg and Roland Siegwart et al. in May 2001. The committee then expanded to IEEE Society of Robotics and Automation's Technical Committee on Networked Robots in 2004.[33]
  • James J. Kuffner, a former CMU robotics professor, and research scientist at Google, now CEO of Toyota Research Institute—Advanced Development, spoke on cloud robotics in IEEE/RAS International Conference on Humanoid Robotics 2010. It describes "a new approach to robotics that takes advantage of the Internet as a resource for massively parallel computation and sharing of vast data resources."[28]
  • Ryan Hickman, a Google Product Manager, led an internal volunteer effort in 2010 to connect robots with the Google's cloud services. This work was later expanded to include open source ROS support and was demonstrated on stage by Ryan Hickman, Damon Kohler, Brian Gerkey, and Ken Conley at Google I/O 2011.[34]
  • National Robotics Initiative of US announced in 2011 aimed to explore how robots can enhance the work of humans rather than replacing them. It claims that next generation of robots are more aware than oblivious, more social than solitary.[35]
  • NRI Workshop on Cloud Robotics: Challenges and Opportunities- February 2013.[36]
  • A Roadmap for U.S. Robotics From Internet to Robotics 2013 Edition- by Georgia Institute of Technology, Carnegie Mellon University Robotics Technology Consortium, University of Pennsylvania, University of Southern California, Stanford University, University of California–Berkeley, University of Washington, Massachusetts Institute of TechnologyUS and Robotics OA US. The Roadmap highlighted "Cloud" Robotics and Automation for Manufacturing in the future years.[26]
  • Cloud-Based Robot Grasping with the Google Object Recognition Engine.[37]
  • 2013 IEEE IROS Workshop on Cloud Robotics. Tokyo. November 2013.[38]
  • Cloud Robotics-Enable cloud computing for robots. The author proposed some paradigms of using cloud computing in robotics. Some potential field and challenges were coined. R. Li 2014.[4]
  • Special Issue on Cloud Robotics and Automation- A special issue of the IEEE Transactions on Automation Science and Engineering, April 2015.[1]
  • Robot APP Store Robot Applications in Cloud, provide applications for robot just like computer/phone app.[39]
  • DARPA Cloud Robotics.[40]
  • The first industrial cloud robotics platform, Tend, was founded by Mark Silliman, James Gentes and Robert Kieffer in February 2017. Tend allows robots to be remotely controlled and monitored via websockets and NodeJs.[41][42]
  • Cloud robotic architectures: directions for future research from a comparative analysis.[43]

See also edit

References edit

  1. ^ a b . IEEE. Archived from the original on 14 September 2017. Retrieved 7 December 2014.
  2. ^ . Archived from the original on 2014-12-01. Retrieved 2014-12-07.
  3. ^ Goldberg, Ken. "Cloud Robotics and Automation".
  4. ^ a b Li, R. "Cloud Robotics-Enable cloud computing for robots". Retrieved 7 December 2014.
  5. ^ Kehoe, Ben; Patil, Sachin; Abbeel, Pieter; Goldberg, Ken (13 September 2014). "A Survey of Research on Cloud Robotics and Automation" (PDF). IEEE Transactions on Automation Science and Engineering.
  6. ^ "Impact of Cloud Computing on Healthcare" (PDF). 11 July 2023.
  7. ^ a b Li, Ruijiao; Hu, Huosheng (16 October 2013). "Towards ROS Based Multi-robot Architecture for Ambient Assisted Living". 2013 IEEE International Conference on Systems, Man, and Cybernetics. pp. 3458–3463. CiteSeerX 10.1.1.648.3228. doi:10.1109/SMC.2013.590. ISBN 978-1-4799-0652-9. S2CID 10169400.
  8. ^ . Archived from the original on 2 December 2014. Retrieved 9 December 2014.
  9. ^ LaSelle, Rush. "Automation in the Cloud". Robotic Industries Association. Retrieved 9 December 2014.
  10. ^ Liu, Boyi; Wang, Lujia; Liu, Ming (October 2019). "Lifelong Federated Reinforcement Learning: A Learning Architecture for Navigation in Cloud Robotic Systems". IEEE Robotics and Automation Letters. 4 (4): 4555–4562. arXiv:1901.06455. doi:10.1109/LRA.2019.2931179. ISSN 2377-3766. S2CID 58981458.
  11. ^ Liu, Boyi; Wang, Lujia; Liu, Ming; Xu, Cheng-Zhong (April 2020). "Federated Imitation Learning: A Novel Framework for Cloud Robotic Systems With Heterogeneous Sensor Data". IEEE Robotics and Automation Letters. 5 (2): 3509–3516. arXiv:1912.12204. doi:10.1109/LRA.2020.2976321. ISSN 2377-3766. S2CID 209500667.
  12. ^ Liu, Boyi; Wang, Lujia; Chen, Xinquan; Huang, Lexiong; Han, Dong; Xu, Cheng-Zhong (May 2021). "Peer-Assisted Robotic Learning: A Data-Driven Collaborative Learning Approach for Cloud Robotic Systems". 2021 IEEE International Conference on Robotics and Automation (ICRA). pp. 4062–4070. arXiv:2010.08303. doi:10.1109/ICRA48506.2021.9562018. ISBN 978-1-7281-9077-8. S2CID 223953372.
  13. ^ "roboearth". Retrieved 7 December 2014.
  14. ^ Waibel, M; Tenorth, M; D'Andrea, R (June 2011). "RoboEarth" (PDF). IEEE Robotics & Automation Magazine. 18 (2): 69–82. doi:10.1109/MRA.2011.941632.
  15. ^ "Rapyuta". Retrieved 7 December 2014.
  16. ^ Hunziker, D; D'Andrea, R; Gajamohan, M; Waibel, M (May 2013). "Rapyuta: The RoboEarth Cloud Engine". 2013 IEEE International Conference on Robotics and Automation. pp. 438–444. CiteSeerX 10.1.1.800.2033. doi:10.1109/ICRA.2013.6630612. ISBN 978-1-4673-5643-5. S2CID 7644907.
  17. ^ "KnowRob". Retrieved 8 December 2014.
  18. ^ "RoboBrain Project". Retrieved 7 December 2014.
  19. ^ "Robo Brain' mines the Internet to teach robots".
  20. ^ . Archived from the original on 11 December 2014. Retrieved 9 December 2014.
  21. ^ Hu, Huosheng; McDonald-Maier, Klaus D; Gu, Dongbing; Li, Ruijiao. . Archived from the original on 9 December 2014. Retrieved 7 December 2014.
  22. ^ . Archived from the original on 27 December 2014. Retrieved 9 December 2014.
  23. ^ a b Arumugam, R.; Enti, V. R.; Bingbing, L.; Xiaojun, W.; Baskaran, K.; Kong, F. F.; Kumar, A. S.; Meng, K. D.; Kit, G. W. (2010). "DAvinCi: A cloud computing framework for service robots". 2010 IEEE International Conference on Robotics and Automation. pp. 3084–3089. doi:10.1109/ROBOT.2010.5509469. ISBN 978-1-4244-5038-1. S2CID 2669707.
  24. ^ . Archived from the original on 2013-07-11. Retrieved 2019-03-08.
  25. ^ C2RO Cloud Robotics (2017-10-18). "Real-Time Cloud Robotics in Practical Smart City Applications". {{cite journal}}: Cite journal requires |journal= (help)CS1 maint: numeric names: authors list (link)
  26. ^ a b c Robotics-vo. (PDF). Archived from the original (PDF) on 5 September 2014. Retrieved 8 December 2014.
  27. ^ . Archived from the original on 2018-06-18. Retrieved 2018-06-18.
  28. ^ a b Kuffner, James (2010). "Cloud-Enabled Robots". IEEE-RAS International Conference on Humanoid Robotics.
  29. ^ Crowe, Steve (2018-10-24). "Google Cloud Robotics Platform coming to developers in 2019". The Robot Report. Retrieved 2019-03-08.
  30. ^ Inaba, Masayuki (1997). "Remote-brained robots". Proceedings of the Fifteenth International Joint Conference on Artificial Intelligence-Volume 2. Morgan Kaufmann Publishers Inc. pp. 1593–1606.
  31. ^ "Cloud Computing: Clash of the clouds". The Economist. 2009-10-15. Retrieved 2009-11-03.
  32. ^ "The Future of Robots". Popular Science. September 2006. pp. 55–71.
  33. ^ "Networked Robots Committee". Retrieved 8 December 2014.
  34. ^ "Google I/O 2011: Cloud Robotics, ROS for Java and Android". Retrieved 9 December 2014.
  35. ^ "Big NSF grant funds research into training robots to work with humans". 17 December 2012.
  36. ^ "cloud-robotics.cs.umn.edu/". Retrieved 7 December 2014.
  37. ^ Goldberg, Ken (2013). "Cloud-based robot grasping with the google object recognition engine". 2013 IEEE International Conference on Robotics and Automation. pp. 4263–4270. CiteSeerX 10.1.1.299.3857. doi:10.1109/ICRA.2013.6631180. ISBN 978-1-4673-5643-5. S2CID 2744967.
  38. ^ . Archived from the original on 2016-09-05. Retrieved 2014-12-07.
  39. ^ "RobotApp". Retrieved 7 December 2014.
  40. ^ "DARPA-Cloud-Robotics". Retrieved 7 December 2014.
  41. ^ "When Robotics Meets the Cloud, Customers Win". Retrieved 18 April 2017.
  42. ^ "Robot Control From the Cloud". Retrieved 17 April 2017.
  43. ^ Dawarka, V. and Bekaroo, G., 2018, December. Cloud robotic architectures: directions for future research from a comparative analysis. In 2018 International Conference on Intelligent and Innovative Computing Applications (ICONIC) (pp. 1-7). IEEE.

External links edit

  • The age of cloud robotics - Robotics business review.
  • Cloud Robotics - IEEE Spectrum
  • Cloud robotics on RoboHub
  • Cloud computing: state-of-the-art and research challenges
  • Automation EXPO21XX
  • Cloud Robotics with Ken Goldberg (Video)
  • Cloud Robotics Hackathon

cloud, robotics, field, robotics, that, attempts, invoke, cloud, technologies, such, cloud, computing, cloud, storage, other, internet, technologies, centered, benefits, converged, infrastructure, shared, services, robotics, when, connected, cloud, robots, ben. Cloud robotics is a field of robotics that attempts to invoke cloud technologies such as cloud computing cloud storage and other Internet technologies centered on the benefits of converged infrastructure and shared services for robotics When connected to the cloud robots can benefit from the powerful computation storage and communication resources of modern data center in the cloud which can process and share information from various robots or agent other machines smart objects humans etc Humans can also delegate tasks to robots remotely through networks Cloud computing technologies enable robot systems to be endowed with powerful capability whilst reducing costs through cloud technologies Thus it is possible to build lightweight low cost smarter robots with an intelligent brain in the cloud The brain consists of data center knowledge base task planners deep learning information processing environment models communication support etc 1 2 3 4 Contents 1 Components 2 Applications 3 Learn a Cloud Brain for Robots 4 Research 5 Limitations of cloud robotics 6 Challenges 7 Risks 8 History 9 See also 10 References 11 External linksComponents editA cloud for robots potentially has at least six significant components 5 Building a cloud brain for robots It is the main object of cloud robotics Offering a global library of images maps and object data often with geometry and mechanical properties expert system knowledge base i e semantic web data centres Massively parallel computation on demand for sample based statistical modelling and motion planning task planning multi robot collaboration scheduling and coordination of system Robot sharing of outcomes trajectories and dynamic control policies and robot learning support Human sharing of open source code data and designs for programming experimentation and hardware construction On demand human guidance and assistance for evaluation learning and error recovery Augmented human robot interaction through various way Semantics knowledge base Apple SIRI like service etc Applications editAutonomous mobile robots Google s self driving cars are cloud robots The cars use the network to access Google s enormous database of maps and satellite and environment model like Streetview and combines it with streaming data from GPS cameras and 3D sensors to monitor its own position within centimetres and with past and current traffic patterns to avoid collisions Each car can learn something about environments roads or driving or conditions and it sends the information to the Google cloud where it can be used to improve the performance of other cars Cloud medical robots a medical cloud also called a healthcare cluster consists of various services such as a disease archive electronic medical records a patient health management system practice services analytics services clinic solutions expert systems etc A robot can connect to the cloud to provide clinical service to patients as well as deliver assistance to doctors e g a co surgery robot Moreover it also provides a collaboration service by sharing information between doctors and care givers about clinical treatment 6 Assistive robots A domestic robot can be employed for healthcare and life monitoring for elderly people The system collects the health status of users and exchange information with cloud expert system or doctors to facilitate elderly peoples life especially for those with chronic diseases For example the robots are able to provide support to prevent the elderly from falling down emergency healthy support such as heart disease blooding disease Care givers of elderly people can also get notification when in emergency from the robot through network 7 Industrial robots As highlighted by the German government s Industry 4 0 Plan Industry is on the threshold of the fourth industrial revolution Driven by the Internet the real and virtual worlds are growing closer and closer together to form the Internet of Things Industrial production of the future will be characterised by the strong individualisation of products under the conditions of highly flexible large series production the extensive integration of customers and business partners in business and value added processes and the linking of production and high quality services leading to so called hybrid products 8 In manufacturing such cloud based robot systems could learn to handle tasks such as threading wires or cables or aligning gaskets from a professional knowledge base A group of robots can share information for some collaborative tasks Even more a consumer is able to place customised product orders to manufacturing robots directly with online ordering systems 9 Another potential paradigm is shopping delivery robot systems Once an order is placed a warehouse robot dispatches the item to an autonomous car or autonomous drone to deliver it to its recipient Learn a Cloud Brain for Robots editApproach Lifelong Learning 10 Leveraging lifelong learning to build a cloud brain for robots was proposed by CAS The author was motivated by the problem of how to make robots fuse and transfer their experience so that they can effectively use prior knowledge and quickly adapt to new environments To address the problem they present a learning architecture for navigation in cloud robotic systems Lifelong Federated Reinforcement Learning LFRL In the work they propose a knowledge fusion algorithm for upgrading a shared model deployed on the cloud Then effective transfer learning methods in LFRL are introduced LFRL is consistent with human cognitive science and fits well in cloud robotic systems Experiments show that LFRL greatly improves the efficiency of reinforcement learning for robot navigation The cloud robotic system deployment also shows that LFRL is capable of fusing prior knowledge Approach Federated Learning 11 Leveraging lifelong learning to build a cloud brain for robots was proposed in 2020 Humans are capable of learning a new behavior by observing others to perform the skill Similarly robots can also implement this by imitation learning Furthermore if with external guidance humans can master the new behavior more efficiently So how can robots achieve this To address the issue The authors present a novel framework named FIL It provides a heterogeneous knowledge fusion mechanism for cloud robotic systems Then a knowledge fusion algorithm in FIL is proposed It enables the cloud to fuse heterogeneous knowledge from local robots and generate guide models for robots with service requests After that we introduce a knowledge transfer scheme to facilitate local robots acquiring knowledge from the cloud With FIL a robot is capable of utilizing knowledge from other robots to increase its imitation learning in accuracy and efficiency Compared with transfer learning and meta learning FIL is more suitable to be deployed in cloud robotic systems They conduct experiments of a self driving task for robots cars The experimental results demonstrate that the shared model generated by FIL increases imitation learning efficiency of local robots in cloud robotic systems Approach Peer assisted Learning 12 Leveraging peer assisted learning to build a cloud brain for robots was proposed by UM A technological revolution is occurring in the field of robotics with the data driven deep learning technology However building datasets for each local robot is laborious Meanwhile data islands between local robots make data unable to be utilized collaboratively To address this issue the work presents Peer Assisted Robotic Learning PARL in robotics which is inspired by the peer assisted learning in cognitive psychology and pedagogy PARL implements data collaboration with the framework of cloud robotic systems Both data and models are shared by robots to the cloud after semantic computing and training locally The cloud converges the data and performs augmentation integration and transferring Finally fine tune this larger shared dataset in the cloud to local robots Furthermore we propose the DAT Network Data Augmentation and Transferring Network to implement the data processing in PARL DAT Network can realize the augmentation of data from multi local robots The authors conduct experiments on a simplified self driving task for robots cars DAT Network has a significant improvement in the augmentation in self driving scenarios Along with this the self driving experimental results also demonstrate that PARL is capable of improving learning effects with data collaboration of local robots Research editRoboEarth 13 was funded by the European Union s Seventh Framework Programme for research technological development projects specifically to explore the field of cloud robotics The goal of RoboEarth is to allow robotic systems to benefit from the experience of other robots paving the way for rapid advances in machine cognition and behaviour and ultimately for more subtle and sophisticated human machine interaction RoboEarth offers a Cloud Robotics infrastructure RoboEarth s World Wide Web style database stores knowledge generated by humans and robots in a machine readable format Data stored in the RoboEarth knowledge base include software components maps for navigation e g object locations world models task knowledge e g action recipes manipulation strategies and object recognition models e g images object models The RoboEarth Cloud Engine includes support for mobile robots autonomous vehicles and drones which require much computation for navigation 14 Rapyuta 15 is an open source cloud robotics framework based on RoboEarth Engine developed by the robotics researcher at ETHZ Within the framework each robot connected to Rapyuta can have a secured computing environment rectangular boxes giving them the ability to move their heavy computation into the cloud In addition the computing environments are tightly interconnected with each other and have a high bandwidth connection to the RoboEarth knowledge repository 16 KnowRob 17 is an extensional project of RoboEarth It is a knowledge processing system that combines knowledge representation and reasoning methods with techniques for acquiring knowledge and for grounding the knowledge in a physical system and can serve as a common semantic framework for integrating information from different sources RoboBrain 18 is a large scale computational system that learns from publicly available Internet resources computer simulations and real life robot trials It accumulates everything robotics into a comprehensive and interconnected knowledge base Applications include prototyping for robotics research household robots and self driving cars The goal is as direct as the project s name to create a centralised always online brain for robots to tap into The project is dominated by Stanford University and Cornell University And the project is supported by the National Science Foundation the Office of Naval Research the Army Research Office Google Microsoft Qualcomm the Alfred P Sloan Foundation and the National Robotics Initiative whose goal is to advance robotics to help make the United States more competitive in the world economy 19 MyRobots is a service for connecting robots and intelligent devices to the Internet 20 It can be regarded as a social network for robots and smart objects i e Facebook for robots With socialising collaborating and sharing robots can benefit from those interactions too by sharing their sensor information giving insight on their perspective of their current state COALAS 21 is funded by the INTERREG IVA France Channel England European cross border co operation programme The project aims to develop new technologies for disabled people through social and technological innovation and through the users social and psychological integrity Objectives is to produce a cognitive ambient assistive living system with Healthcare cluster in cloud with domestic service robots like humanoid intelligent wheelchair which connect with the cloud 7 ROS Robot Operating System provides an eco system to support cloud robotics ROS is a flexible and distributed framework for robot software development It is a collection of tools libraries and conventions that aim to simplify the task of creating complex and robust robot behaviour across a wide variety of robotic platforms A library for ROS that is a pure Java implementation called rosjava allows Android applications to be developed for robots Since Android has a booming market and billion users it would be significant in the field of Cloud Robotics 22 DAVinci Project is a proposed software framework that seeks to explore the possibilities of parallelizing some of the robotics algorithms as Map Reduce tasks in Hadoop 23 The project aims to build a cloud computing environment capable of providing a compute cluster built with commodity hardware exposing a suite of robotic algorithms as a SaaS and share data co operatively across the robotic ecosystem 23 This initiative is not available publicly 24 C2RO C2RO Cloud Robotics is a platform that processes real time applications such as collision avoidance and object recognition in the cloud Previously high latency times prevented these applications from being processed in the cloud thus requiring on system computational hardware e g Graphics Processing Unit or GPU C2RO published a peer reviewed paper at IEEE PIMRC17 showing its platform could make autonomous navigation and other AI services available on robots even those with limited computational hardware e g a Raspberry Pi from the cloud 25 C2RO eventually claimed to be the first platform to demonstrate cloud based SLAM simultaneous localization and mapping at RoboBusiness in September 2017 Noos is a cloud robotics service providing centralised intelligence to robots that are connected to it The service went live in December 2017 By using the Noos API developers could access services for computer vision deep learning and SLAM Noos was developed and maintained by Ortelio Ltd Rocos is a centralized cloud robotics platform that provides the developer tooling and infrastructure to build test deploy operate and automate robot fleets at scale Founded in October 2017 the platform went live in January 2019 Limitations of cloud robotics editThough robots can benefit from various advantages of cloud computing cloud is not the solution to all of robotics 26 Controlling a robot s motion which relies heavily on real time sensors and feedback of controller may not benefit much from the cloud Tasks that involve real time execution require on board processing Cloud based applications can get slow or unavailable due to high latency responses or network hitch If a robot relies too much on the cloud a fault in the network could leave it brainless Challenges editThe research and development of cloud robotics has following potential issues and challenges 26 Scalable parallelisation grid computing parallelisation schemes scale with the size of automation infrastructure Effective load balancing Balancing operations between local and cloud computation Knowledge bases and representations Collective learning for automation in cloud Infrastructure Platform or Software as a Service Internet of Things for robotics Integrated and collaborative fault tolerant control Big Data Data collected and or disseminated over large accessible networks can enable decisions for classification problems or reveal patterns Wireless communication Connectivity to the cloud System architectures of robot cloud Open source open access infrastructures Workload sharing Standards and ProtocolsRisks editEnvironmental security The concentration of computing resources and users in a cloud computing environment also represents a concentration of security threats Because of their size and significance 27 cloud environments are often targeted by virtual machines and bot malware brute force attacks and other attacks Data privacy and security Hosting confidential data with cloud service providers involves the transfer of a considerable amount of an organisation s control over data security to the provider For example every cloud contains a huge information from the clients include personal data If a household robot is hacked users could have risk of their personal privacy and security like house layout life snapshot home view etc It may be accessed and leaked to the world around by criminals Another problems is once a robot is hacked and controlled by someone else which may put the user in danger Ethical problems Some ethics of robotics especially for cloud based robotics must be considered Since a robot is connected via networks it has risk to be accessed by other people If a robot is out of control and carries out illegal activities who should be responsible for it History editThe term Cloud Robotics first appeared in the public lexicon as part of a talk given by James Kuffner in 2010 at the IEEE RAS International Conference on Humanoid Robotics entitled Cloud enabled Robots 28 Since then Cloud Robotics has become a general term encompassing the concepts of information sharing distributed intelligence and fleet learning that is possible via networked robots and modern cloud computing Kuffner was part of Google when he delivered his presentation and the technology company has teased its various cloud robotics initiatives until 2019 when it launched the Google Cloud Robotics Platform for developers 29 From the early days of robot development it was common to have computation done on a computer that was separated from the actual robot mechanism but connected by wires for power and control As wireless communication technology developed new forms of experimental remote brain robots were developed controlled by small onboard compute resources for robot control and safety that were wirelessly connected to a more powerful remote computer for heavy processing 30 The term cloud computing was popularized with the launch of Amazon EC2 in 2006 It marked the availability of high capacity networks low cost computers and storage devices as well as the widespread adoption of hardware virtualization and service oriented architecture 31 In a correspondence with Popular Science in July 2006 Kuffner wrote that after a robot was programmed or successfully learned to perform a task it could share its model and relevant data with all other cloud connected robots 32 the robot could then publish its refined model to some website or universal repository of knowledge that all future robots could download and utilize My vision is to have a robot knowledge database that will over time improve the capabilities of all future robotic systems It would serve as a warehouse of information and statistics about the physical world that robots can access and use to improve their reasoning about the consequences of possible actions and make better action plans in terms of accuracy safety and robustness It could also serve as a kind of skill library For example if I successfully programmed my butler robot how to cook a perfect omelette I could upload the software for omelette cooking to a server that all robots could then download whenever they were asked to cook an omelette There could be a whole community of robot users uploading skill programs much like the current shareware and freeware software models that are popular for PC users James Kuffner July 2006 Some publications and events related to Cloud Robotics in chronological order The IEEE RAS Technical Committee on Internet and Online Robots was founded by Ken Goldberg and Roland Siegwart et al in May 2001 The committee then expanded to IEEE Society of Robotics and Automation s Technical Committee on Networked Robots in 2004 33 James J Kuffner a former CMU robotics professor and research scientist at Google now CEO of Toyota Research Institute Advanced Development spoke on cloud robotics in IEEE RAS International Conference on Humanoid Robotics 2010 It describes a new approach to robotics that takes advantage of the Internet as a resource for massively parallel computation and sharing of vast data resources 28 Ryan Hickman a Google Product Manager led an internal volunteer effort in 2010 to connect robots with the Google s cloud services This work was later expanded to include open source ROS support and was demonstrated on stage by Ryan Hickman Damon Kohler Brian Gerkey and Ken Conley at Google I O 2011 34 National Robotics Initiative of US announced in 2011 aimed to explore how robots can enhance the work of humans rather than replacing them It claims that next generation of robots are more aware than oblivious more social than solitary 35 NRI Workshop on Cloud Robotics Challenges and Opportunities February 2013 36 A Roadmap for U S Robotics From Internet to Robotics 2013 Edition by Georgia Institute of Technology Carnegie Mellon University Robotics Technology Consortium University of Pennsylvania University of Southern California Stanford University University of California Berkeley University of Washington Massachusetts Institute of TechnologyUS and Robotics OA US The Roadmap highlighted Cloud Robotics and Automation for Manufacturing in the future years 26 Cloud Based Robot Grasping with the Google Object Recognition Engine 37 2013 IEEE IROS Workshop on Cloud Robotics Tokyo November 2013 38 Cloud Robotics Enable cloud computing for robots The author proposed some paradigms of using cloud computing in robotics Some potential field and challenges were coined R Li 2014 4 Special Issue on Cloud Robotics and Automation A special issue of the IEEE Transactions on Automation Science and Engineering April 2015 1 Robot APP Store Robot Applications in Cloud provide applications for robot just like computer phone app 39 DARPA Cloud Robotics 40 The first industrial cloud robotics platform Tend was founded by Mark Silliman James Gentes and Robert Kieffer in February 2017 Tend allows robots to be remotely controlled and monitored via websockets and NodeJs 41 42 Cloud robotic architectures directions for future research from a comparative analysis 43 See also editFog computing Fog robotics Internet of things Multi agent system Outline of robotics Swarm robotics Ubiquitous robot Cloud storageReferences edit a b Cloud Robotics and Automation A special issue of the IEEE Transactions on Automation Science and Engineering IEEE Archived from the original on 14 September 2017 Retrieved 7 December 2014 RoboEarth Archived from the original on 2014 12 01 Retrieved 2014 12 07 Goldberg Ken Cloud Robotics and Automation a b Li R Cloud Robotics Enable cloud computing for robots Retrieved 7 December 2014 Kehoe Ben Patil Sachin Abbeel Pieter Goldberg Ken 13 September 2014 A Survey of Research on Cloud Robotics and Automation PDF IEEE Transactions on Automation Science and Engineering Impact of Cloud Computing on Healthcare PDF 11 July 2023 a b Li Ruijiao Hu Huosheng 16 October 2013 Towards ROS Based Multi robot Architecture for Ambient Assisted Living 2013 IEEE International Conference on Systems Man and Cybernetics pp 3458 3463 CiteSeerX 10 1 1 648 3228 doi 10 1109 SMC 2013 590 ISBN 978 1 4799 0652 9 S2CID 10169400 Project of the Future Industry 4 0 Archived from the original on 2 December 2014 Retrieved 9 December 2014 LaSelle Rush Automation in the Cloud Robotic Industries Association Retrieved 9 December 2014 Liu Boyi Wang Lujia Liu Ming October 2019 Lifelong Federated Reinforcement Learning A Learning Architecture for Navigation in Cloud Robotic Systems IEEE Robotics and Automation Letters 4 4 4555 4562 arXiv 1901 06455 doi 10 1109 LRA 2019 2931179 ISSN 2377 3766 S2CID 58981458 Liu Boyi Wang Lujia Liu Ming Xu Cheng Zhong April 2020 Federated Imitation Learning A Novel Framework for Cloud Robotic Systems With Heterogeneous Sensor Data IEEE Robotics and Automation Letters 5 2 3509 3516 arXiv 1912 12204 doi 10 1109 LRA 2020 2976321 ISSN 2377 3766 S2CID 209500667 Liu Boyi Wang Lujia Chen Xinquan Huang Lexiong Han Dong Xu Cheng Zhong May 2021 Peer Assisted Robotic Learning A Data Driven Collaborative Learning Approach for Cloud Robotic Systems 2021 IEEE International Conference on Robotics and Automation ICRA pp 4062 4070 arXiv 2010 08303 doi 10 1109 ICRA48506 2021 9562018 ISBN 978 1 7281 9077 8 S2CID 223953372 roboearth Retrieved 7 December 2014 Waibel M Tenorth M D Andrea R June 2011 RoboEarth PDF IEEE Robotics amp Automation Magazine 18 2 69 82 doi 10 1109 MRA 2011 941632 Rapyuta Retrieved 7 December 2014 Hunziker D D Andrea R Gajamohan M Waibel M May 2013 Rapyuta The RoboEarth Cloud Engine 2013 IEEE International Conference on Robotics and Automation pp 438 444 CiteSeerX 10 1 1 800 2033 doi 10 1109 ICRA 2013 6630612 ISBN 978 1 4673 5643 5 S2CID 7644907 KnowRob Retrieved 8 December 2014 RoboBrain Project Retrieved 7 December 2014 Robo Brain mines the Internet to teach robots MyRobots Archived from the original on 11 December 2014 Retrieved 9 December 2014 Hu Huosheng McDonald Maier Klaus D Gu Dongbing Li Ruijiao COLAS Archived from the original on 9 December 2014 Retrieved 7 December 2014 ROSjava Cloud Robotics Archived from the original on 27 December 2014 Retrieved 9 December 2014 a b Arumugam R Enti V R Bingbing L Xiaojun W Baskaran K Kong F F Kumar A S Meng K D Kit G W 2010 DAvinCi A cloud computing framework for service robots 2010 IEEE International Conference on Robotics and Automation pp 3084 3089 doi 10 1109 ROBOT 2010 5509469 ISBN 978 1 4244 5038 1 S2CID 2669707 RoboEarth What is Cloud Robotics Archived from the original on 2013 07 11 Retrieved 2019 03 08 C2RO Cloud Robotics 2017 10 18 Real Time Cloud Robotics in Practical Smart City Applications a href Template Cite journal html title Template Cite journal cite journal a Cite journal requires journal help CS1 maint numeric names authors list link a b c Robotics vo A Roadmap for U S Robotics From Internet to Robotics 2013 Edition PDF Archived from the original PDF on 5 September 2014 Retrieved 8 December 2014 Linking of cloud robotics to server Archived from the original on 2018 06 18 Retrieved 2018 06 18 a b Kuffner James 2010 Cloud Enabled Robots IEEE RAS International Conference on Humanoid Robotics Crowe Steve 2018 10 24 Google Cloud Robotics Platform coming to developers in 2019 The Robot Report Retrieved 2019 03 08 Inaba Masayuki 1997 Remote brained robots Proceedings of the Fifteenth International Joint Conference on Artificial Intelligence Volume 2 Morgan Kaufmann Publishers Inc pp 1593 1606 Cloud Computing Clash of the clouds The Economist 2009 10 15 Retrieved 2009 11 03 The Future of Robots Popular Science September 2006 pp 55 71 Networked Robots Committee Retrieved 8 December 2014 Google I O 2011 Cloud Robotics ROS for Java and Android Retrieved 9 December 2014 Big NSF grant funds research into training robots to work with humans 17 December 2012 cloud robotics cs umn edu Retrieved 7 December 2014 Goldberg Ken 2013 Cloud based robot grasping with the google object recognition engine 2013 IEEE International Conference on Robotics and Automation pp 4263 4270 CiteSeerX 10 1 1 299 3857 doi 10 1109 ICRA 2013 6631180 ISBN 978 1 4673 5643 5 S2CID 2744967 2013 IEEE IROS Workshop on Cloud Robotics Tokyo November 2013 Archived from the original on 2016 09 05 Retrieved 2014 12 07 RobotApp Retrieved 7 December 2014 DARPA Cloud Robotics Retrieved 7 December 2014 When Robotics Meets the Cloud Customers Win Retrieved 18 April 2017 Robot Control From the Cloud Retrieved 17 April 2017 Dawarka V and Bekaroo G 2018 December Cloud robotic architectures directions for future research from a comparative analysis In 2018 International Conference on Intelligent and Innovative Computing Applications ICONIC pp 1 7 IEEE External links editMyRobots The age of cloud robotics Robotics business review Cloud Robotics IEEE Spectrum Cloud robotics on RoboHub Cloud computing state of the art and research challenges Automation EXPO21XX Cloud Robotics with Ken Goldberg Video Cloud Robotics Hackathon Retrieved from https en wikipedia org w index php title Cloud robotics amp oldid 1211485137, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.