Autonomous operations, such as robotic grasping and manipulation, in unknown or dynamic environments present various technical challenges. Autonomous operations in dynamic environments may be applied to mass customization (e.g., high-mix, low-volume manufacturing), on-demand flexible manufacturing processes in smart factories, warehouse automation in smart stores, automated deliveries from distribution centers in smart logistics, and the like. In order to perform autonomous operations, such as grasping and manipulation, robots may learn skills through exploring the environment. In particular, for example, robots might interact with different objects under different situations. Often, however, such physical interactions in the real world by robots are time consuming, cost prohibitive, and in some cases, dangerous. Three-dimensional (3D) reconstruction of an object or of an environment can create a digital twin or model of a given environment of a robot, or of a robot or portion of a robot, which can enable a robot to learn skills efficiently and safely.
It is recognized herein, however, that current approaches to reconstruction or modeling lack efficiency and capabilities. In particular, current approaches often are limited to grasping and manipulation operations that can be performed in a single step. It is further recognized herein that there are various operations in robotics (e.g., assembly tasks) that require multiple steps or a sequence of motions to be performed.
Embodiments of the invention address and overcome one or more of the described-herein shortcomings or technical problems by providing methods, systems, and apparatuses for determining a sequence of motions for a robot to perform to fulfill a given task. In accordance with various embodiments, to determine or plan the sequence of motions for fulfilling a task, an autonomous system that includes a robot can perform object recognition, pose estimation, affordance analysis, decision-making, probabilistic task or motion planning, and object manipulation.
In an example aspect, an autonomous system includes an autonomous machine or robot device configured to operate in a physical environment. The autonomous system further includes a processor and a memory storing instructions that, when executed by the processor, cause the autonomous system to perform various operations. In particular, for example, the system can detect an object within the physical environment, and perform pose estimation on the object so as to determine an initial state of the object. The system can identify a task that requires that the autonomous machine interact with the object. Based on the task, the system can determine a final or goal state of the object. Further, the system can determine a plurality of intermediate states associated with the object. The intermediate states can define respective motion sequences for the object to reach the goal state from the initial state. The system can be trained and configured to select one of the motion sequences, so as to define a selected motion sequence. The autonomous machine can be further configured to perform the selected motion sequence, so as to fulfill the task.
In some cases, the system can generate an affordance map associated with the object. Based on the affordance map, the system can determine that the goal state of the object is not reachable without reaching at least one of the plurality of intermediate states. In an example, the system determines that the selected motion sequence defines a path that is shorter than the other motion sequences. In particular, for example, the system can select the given motion sequence by solving a Markov decision problem defined by the initial state, the final state, and the plurality of the intermediate states. In yet another example, the selected motion sequence can define a plurality of state transitions, and the system can execute a first state transition of the plurality of state transitions. Before executing a second state transition of the plurality of state transitions that directly follows the first state transition, the system can determine whether a first intermediate state associated with the first state transition is reached.
The foregoing and other aspects of the present invention are best understood from the following detailed description when read in connection with the accompanying drawings. For the purpose of illustrating the invention, there is shown in the drawings embodiments that are presently preferred, it being understood, however, that the invention is not limited to the specific instrumentalities disclosed. Included in the drawings are the following Figures:
As an initial matter, it is recognized herein that task-oriented grasping and manipulation for robots can present technical challenges that might differ from, or be addition to, challenges associated with other non-task oriented grasping robotic operations in which the goal is limited to securely grasping an object and/or rotating/translating an object to a desired state. Task-oriented grasping and manipulation operations can focus on the given task, such that the grasping and manipulation strategy is based on the tasks. By way of example, and without limitation, the grasping locations on a knife might be different based on the task. In particular, for example, the robot might need to grasp the knife at its handle for a handover task, and the robot might need to grasp the blade of the knife for a cutting task. Furthermore, the robot may need to manipulate the knife differently depending on the task, so as to fulfill the given task.
It will be understood that above-mentioned described use case is simplified for purposes of example, and task-oriented grasping and manipulations can vary in terms of complexity and use cases, among other things, and all such task-oriented grasping and manipulations are contemplated as being within the scope of this disclosure. For example, multi-step grasping and manipulation operations may be performed in fulfilling assembly tasks, among others. By way of example, when a robot performs a Lego assembly, some tasks might involve placing small pieces into desired locations. To do so, a given piece and a gripper of the robot may need to be in a desired state or orientation. In particular, for example, a given piece may need to face in the direction (e.g., up) from which the robot grasps the piece and picks the piece up, so that the piece can be inserted between two other pieces. Continuing with the example, if the piece faces the opposite direction (e.g., down) in its original state, then the robot cannot grasp the piece in a single step and achieve the assembly goal. Rather, the robot may be required to perform a sequence of motions to ultimately fulfill the task. In various examples, the required skills performed by the robot may include, without limitation: object recognition and pose estimation, affordance analysis, decision making, probabilistic task planning/motion planning, and object manipulation.
Thus, it is recognized herein that current approaches to autonomous operations are often limited to grasping and manipulation operations with an assumption of known feasible tasks (e.g., a robot picks up a mug from a table). It is further recognized herein that there are various operations in robotics (e.g., assembly tasks) that feasible operations/motion planning are not known prior to performing the tasks. (e.g., a robot picks up a coffee mug in a sealed box on a table). This task requires multiple steps or a sequence of motions to be performed, and some intermediate tasks/steps must be generated on the fly (e.g., robot unsealing the box is a novel intermediate task). To determine or plan a sequence of motions for fulfilling a task, an autonomous system that includes a robot can perform object recognition, pose estimation, affordance analysis, decision-making, probabilistic task or motion planning, and object manipulation. As described herein, a task planner module can automatically generate new intermediate operation steps to convert an initially unfeasible task into a feasible task via task-relevant affordance analysis and deep reinforcement learning.
Referring now to
Still referring to
With continuing reference to
As described herein, the robot device 104 and/or the system 102 can define one or more neural networks configured to learn various objects so as to identify poses, grasp points (or locations), and/or or affordances of various objects that can be found within various industrial environments. Referring now to
The example neural network 200 includes a plurality of layers, for instance an input layer 202a configured to receive an image, an output layer 203b configured to generate class or output scores associated with the image or portions of the image. For example, the output layer 203b can be configured to label each pixel of an input image with a grasp affordance metric. In some cases, the grasp affordance metric or grasp score indicates a probability that the associated grasp will be successful. Success generally refers to an object being grasped and carried without the object dropping. The neural network 200 further includes a plurality of intermediate layers connected between the input layer 202a and the output layer 203b. In particular, in some cases, the intermediate layers and the input layer 202a can define a plurality of convolutional layers 202. The intermediate layers can further include one or more fully connected layers 203. The convolutional layers 202 can include the input layer 202a configured to receive training and test data, such as images. In some cases, training data that the input layer 202a receives includes synthetic data of arbitrary objects. Synthetic data can refer to training data that has been created in simulation so as to resemble actual camera images. The convolutional layers 202 can further include a final convolutional or last feature layer 202c, and one or more intermediate or second convolutional layers 202b disposed between the input layer 202a and the final convolutional layer 202c. It will be understood that the illustrated model 200 is simplified for purposes of example. In particular, for example, models may include any number of layers as desired, in particular any number of intermediate layers, and all such models are contemplated as being within the scope of this disclosure.
The fully connected layers 203, which can include a first layer 203a and a second or output layer 203b, include connections between layers that are fully connected. For example, a neuron in the first layer 203a may communicate its output to every neuron in the second layer 203b, such that each neuron in the second layer 203b will receive input from every neuron in the first layer 203a. It will again be understood that the model is simplified for purposes of explanation, and that the model 200 is not limited to the number of illustrated fully connected layers 203. In contrast to the fully connected layers, the convolutional layers 202 may be locally connected, such that, for example, the neurons in the intermediate layer 202b might be connected to a limited number of neurons in the final convolutional layer 202c. The convolutional layers 202 can also be configured to share connections strengths associated with the strength of each neuron.
Still referring to
Thus, the output layer 203b can be configured to generate grasp scores 208 associated with the image 204, in particular associated with pixels of the image 204, thereby generating grasp scores associated with locations of the object depicted in the image 204. The scores 208 can include a target score 208a associated with an optimal grasp location of the image 204 for a given end effector 116. As described herein, the output layer 203b can be configured to generate grasp scores or affordances 208 associated with various regions of various objects used in industrial settings, such as doors, handles, user interfaces, displays, workpieces, holes, plugs, or the like.
The input 204 is also referred to as the image 204 for purposes of example, but embodiments are not so limited. The input 204 can be an industrial image, for instance an image that includes a part that is classified so as to identify a grasp region for an assembly. It will be understood that the model 200 can provide visual recognition and classification of various objects and/or images captured by various sensors or cameras, and all such objects and images are contemplated as being within the scope of this disclosure.
Referring now to
Alternatively, or additionally, the autonomous system 102 can capture an RGB image of a given object, and recognize or identify the object based on the image. Thereafter, at 304, the autonomous system can estimate the pose of the object based on the captured image, for instance an RGB image. In particular, for example, the image can be input into a pose CNN or other neural network, for instance the neural network 200 that can be configured to estimate poses, so as to define the input 204. In an example, the pose CNN can estimate the 3D translation of an object by localizing the center of the object in the corresponding image, and predicting the distance of the center from the camera that captured the corresponding image. The 3D rotation of the object can then be estimated, at 304, by regressing to a quaternion representation. It is recognized herein that the pose CNN can be highly robust to occlusions, and can provide accurate pose estimations using, in some cases, only color images as input. In accordance with various examples, pose estimation can be performed on symmetrical objects and asymmetrical objects.
After the pose of the object is estimated, the autonomous system can perform task planning. The task associated with the object can be received (e.g., via a user interface) or otherwise obtained (e.g., via memory) by the autonomous system 102, for instance when an image of the object is captured. In some cases, the task may indicate a final or goal position of the object within the environment. By way of example, a task might relate to an assembly of a system or blister pack, such that the goal position of the object (e.g., part or product) corresponds to its final position within the system or blister pack. Referring to
Affordances or affordance maps define properties of objects that indicate actions that can be taken involving a respective object. For example, an affordance can define the relationship between the robot or autonomous machine 104 and its environment 100. Thus, an affordance can define a relationship between the properties of an object, for instance the object or mug 120 of the objects 106, and the capabilities of an agent, for instance the autonomous machine 104. Such a relationship can indicate the various ways that the object can be used by the agent. In some cases, affordances related to components or parts of an object, such that the affordances describe functional (e.g., structure, material) semantic properties and topological relationships between components or parts. From such component or part affordances, a generic, scalable, and cognitive architecture can be built for object class recognition and visual perception systems.
Referring again to
Referring again to
Referring also to
By way of example, referring also to
At 308, the task planner can employ MDP so as to determine the motion sequence of the autonomous machine 104. For example, with respect to different types of grasping on a different locations of an object, there can be different probabilities that the object will be dropped. Thus, the likelihood of successful motion can be modeled or learned via stochastic learning by the autonomous system 102, in particular the task planner module. Referring again to
Referring again to
Thus, as described herein in accordance with various embodiments, an autonomous system can include an autonomous machine or robot device configured to operate in a physical environment. The autonomous system can further include a processor and a memory storing instructions that, when executed by the processor, cause the autonomous system to perform various operations. In particular, for example, the system can detect an object within the physical environment, and perform pose estimation on the object so as to determine an initial state of the object. The pose estimation can also be performed to determine a pose associated with the goal state of the object. The system can identify a task that requires that the autonomous machine interact with the object. Based on the task, the system can determine a final or goal state of the object. Further, the system can determine a plurality of intermediate states associated with the object. In some cases, the intermediate states are determined based on the initial state, the pose associated with the goal state, and the task. In an example, an affordance analysis is performed on the object so as to determine a plurality of feasible actions for the autonomous machine in completing the task.
The intermediate states can define respective motion sequences for the object to reach the goal state from the initial state. The system can be trained and configured to select one of the motion sequences, so as to define a selected motion sequence. The autonomous machine can be further configured to perform the selected motion sequence, so as to fulfill the task.
In some cases, the system can generate an affordance map associated with the object. Based on the affordance map, the system can determine that the goal state of the object is not reachable without reaching at least one of the plurality of intermediate states. Alternatively, or additionally, based on the affordance map and task, the system can generate at least one intermediate state of the plurality of intermediate states, wherein the at least one additional intermediate state enables the goal state to be reachable. Further, the system can augment the affordance map with the at least one additional intermediate state.
In an example, the system determines that the selected motion sequence defines a path that is shorter than the other motion sequences. In particular, for example, the system can select the given motion sequence by solving a Markov decision problem defined by the initial state, the final state, and the plurality of the intermediate states. In yet another example, the selected motion sequence can define a plurality of state transitions, and the system can execute a first state transition of the plurality of state transitions. Before executing a second state transition of the plurality of state transitions that directly follows the first state transition, the system can determine whether a first intermediate state associated with the first state transition is reached.
The processors 620 may include one or more central processing units (CPUs), graphical processing units (GPUs), or any other processor known in the art. More generally, a processor as described herein is a device for executing machine-readable instructions stored on a computer readable medium, for performing tasks and may comprise any one or combination of, hardware and firmware. A processor may also comprise memory storing machine-readable instructions executable for performing tasks. A processor acts upon information by manipulating, analyzing, modifying, converting or transmitting information for use by an executable procedure or an information device, and/or by routing the information to an output device. A processor may use or comprise the capabilities of a computer, controller or microprocessor, for example, and be conditioned using executable instructions to perform special purpose functions not performed by a general purpose computer. A processor may include any type of suitable processing unit including, but not limited to, a central processing unit, a microprocessor, a Reduced Instruction Set Computer (RISC) microprocessor, a Complex Instruction Set Computer (CISC) microprocessor, a microcontroller, an Application Specific Integrated Circuit (ASIC), a Field-Programmable Gate Array (FPGA), a System-on-a-Chip (SoC), a digital signal processor (DSP), and so forth. Further, the processor(s) 620 may have any suitable microarchitecture design that includes any number of constituent components such as, for example, registers, multiplexers, arithmetic logic units, cache controllers for controlling read/write operations to cache memory, branch predictors, or the like. The microarchitecture design of the processor may be capable of supporting any of a variety of instruction sets. A processor may be coupled (electrically and/or as comprising executable components) with any other processor enabling interaction and/or communication there-between. A user interface processor or generator is a known element comprising electronic circuitry or software or a combination of both for generating display images or portions thereof. A user interface comprises one or more display images enabling user interaction with a processor or other device.
The system bus 621 may include at least one of a system bus, a memory bus, an address bus, or a message bus, and may permit exchange of information (e.g., data (including computer-executable code), signaling, etc.) between various components of the computer system 610. The system bus 621 may include, without limitation, a memory bus or a memory controller, a peripheral bus, an accelerated graphics port, and so forth. The system bus 621 may be associated with any suitable bus architecture including, without limitation, an Industry Standard Architecture (ISA), a Micro Channel Architecture (MCA), an Enhanced ISA (EISA), a Video Electronics Standards Association (VESA) architecture, an Accelerated Graphics Port (AGP) architecture, a Peripheral Component Interconnects (PCI) architecture, a PCI-Express architecture, a Personal Computer Memory Card International Association (PCMCIA) architecture, a Universal Serial Bus (USB) architecture, and so forth.
Continuing with reference to
The operating system 634 may be loaded into the memory 630 and may provide an interface between other application software executing on the computer system 610 and hardware resources of the computer system 610. More specifically, the operating system 634 may include a set of computer-executable instructions for managing hardware resources of the computer system 610 and for providing common services to other application programs (e.g., managing memory allocation among various application programs). In certain example embodiments, the operating system 634 may control execution of one or more of the program modules depicted as being stored in the data storage 640. The operating system 634 may include any operating system now known or which may be developed in the future including, but not limited to, any server operating system, any mainframe operating system, or any other proprietary or non-proprietary operating system.
The computer system 610 may also include a disk/media controller 643 coupled to the system bus 621 to control one or more storage devices for storing information and instructions, such as a magnetic hard disk 641 and/or a removable media drive 642 (e.g., floppy disk drive, compact disc drive, tape drive, flash drive, and/or solid state drive). Storage devices 640 may be added to the computer system 610 using an appropriate device interface (e.g., a small computer system interface (SCSI), integrated device electronics (IDE), Universal Serial Bus (USB), or FireWire). Storage devices 641, 642 may be external to the computer system 610.
The computer system 610 may also include a field device interface 665 coupled to the system bus 621 to control a field device 666, such as a device used in a production line. The computer system 610 may include a user input interface or GUI 661, which may comprise one or more input devices, such as a keyboard, touchscreen, tablet and/or a pointing device, for interacting with a computer user and providing information to the processors 620.
The computer system 610 may perform a portion or all of the processing steps of embodiments of the invention in response to the processors 620 executing one or more sequences of one or more instructions contained in a memory, such as the system memory 630. Such instructions may be read into the system memory 630 from another computer readable medium of storage 640, such as the magnetic hard disk 641 or the removable media drive 642. The magnetic hard disk 641 (or solid state drive) and/or removable media drive 642 may contain one or more data stores and data files used by embodiments of the present disclosure. The data store 640 may include, but are not limited to, databases (e.g., relational, object-oriented, etc.), file systems, flat files, distributed data stores in which data is stored on more than one node of a computer network, peer-to-peer network data stores, or the like. The data stores may store various types of data such as, for example, skill data, sensor data, or any other data generated in accordance with the embodiments of the disclosure. Data store contents and data files may be encrypted to improve security. The processors 620 may also be employed in a multi-processing arrangement to execute the one or more sequences of instructions contained in system memory 630. In alternative embodiments, hard-wired circuitry may be used in place of or in combination with software instructions. Thus, embodiments are not limited to any specific combination of hardware circuitry and software.
As stated above, the computer system 610 may include at least one computer readable medium or memory for holding instructions programmed according to embodiments of the invention and for containing data structures, tables, records, or other data described herein. The term “computer readable medium” as used herein refers to any medium that participates in providing instructions to the processors 620 for execution. A computer readable medium may take many forms including, but not limited to, non-transitory, non-volatile media, volatile media, and transmission media. Non-limiting examples of non-volatile media include optical disks, solid state drives, magnetic disks, and magneto-optical disks, such as magnetic hard disk 641 or removable media drive 642. Non-limiting examples of volatile media include dynamic memory, such as system memory 630. Non-limiting examples of transmission media include coaxial cables, copper wire, and fiber optics, including the wires that make up the system bus 621. Transmission media may also take the form of acoustic or light waves, such as those generated during radio wave and infrared data communications.
Computer readable medium instructions for carrying out operations of the present disclosure may be assembler instructions, instruction-set-architecture (ISA) instructions, machine instructions, machine dependent instructions, microcode, firmware instructions, state-setting data, or either source code or object code written in any combination of one or more programming languages, including an object oriented programming language such as Smalltalk, C++ or the like, and conventional procedural programming languages, such as the “C” programming language or similar programming languages. The computer readable program instructions may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the latter scenario, the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider). In some embodiments, electronic circuitry including, for example, programmable logic circuitry, field-programmable gate arrays (FPGA), or programmable logic arrays (PLA) may execute the computer readable program instructions by utilizing state information of the computer readable program instructions to personalize the electronic circuitry, in order to perform aspects of the present disclosure.
Aspects of the present disclosure are described herein with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the disclosure. It will be understood that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, may be implemented by computer readable medium instructions.
The computing environment 600 may further include the computer system 610 operating in a networked environment using logical connections to one or more remote computers, such as remote computing device 680. The network interface 670 may enable communication, for example, with other remote devices 680 or systems and/or the storage devices 641, 642 via the network 671. Remote computing device 680 may be a personal computer (laptop or desktop), a mobile device, a server, a router, a network PC, a peer device or other common network node, and typically includes many or all of the elements described above relative to computer system 610. When used in a networking environment, computer system 610 may include modem 672 for establishing communications over a network 671, such as the Internet. Modem 672 may be connected to system bus 621 via user network interface 670, or via another appropriate mechanism.
Network 671 may be any network or system generally known in the art, including the Internet, an intranet, a local area network (LAN), a wide area network (WAN), a metropolitan area network (MAN), a direct connection or series of connections, a cellular telephone network, or any other network or medium capable of facilitating communication between computer system 610 and other computers (e.g., remote computing device 680). The network 671 may be wired, wireless or a combination thereof. Wired connections may be implemented using Ethernet, Universal Serial Bus (USB), RJ-6, or any other wired connection generally known in the art. Wireless connections may be implemented using Wi-Fi, WiMAX, and Bluetooth, infrared, cellular networks, satellite or any other wireless connection methodology generally known in the art. Additionally, several networks may work alone or in communication with each other to facilitate communication in the network 671.
It should be appreciated that the program modules, applications, computer-executable instructions, code, or the like depicted in
It should further be appreciated that the computer system 610 may include alternate and/or additional hardware, software, or firmware components beyond those described or depicted without departing from the scope of the disclosure. More particularly, it should be appreciated that software, firmware, or hardware components depicted as forming part of the computer system 610 are merely illustrative and that some components may not be present or additional components may be provided in various embodiments. While various illustrative program modules have been depicted and described as software modules stored in system memory 630, it should be appreciated that functionality described as being supported by the program modules may be enabled by any combination of hardware, software, and/or firmware. It should further be appreciated that each of the above-mentioned modules may, in various embodiments, represent a logical partitioning of supported functionality. This logical partitioning is depicted for ease of explanation of the functionality and may not be representative of the structure of software, hardware, and/or firmware for implementing the functionality. Accordingly, it should be appreciated that functionality described as being provided by a particular module may, in various embodiments, be provided at least in part by one or more other modules. Further, one or more depicted modules may not be present in certain embodiments, while in other embodiments, additional modules not depicted may be present and may support at least a portion of the described functionality and/or additional functionality. Moreover, while certain modules may be depicted and described as sub-modules of another module, in certain embodiments, such modules may be provided as independent modules or as sub-modules of other modules.
Although specific embodiments of the disclosure have been described, one of ordinary skill in the art will recognize that numerous other modifications and alternative embodiments are within the scope of the disclosure. For example, any of the functionality and/or processing capabilities described with respect to a particular device or component may be performed by any other device or component. Further, while various illustrative implementations and architectures have been described in accordance with embodiments of the disclosure, one of ordinary skill in the art will appreciate that numerous other modifications to the illustrative implementations and architectures described herein are also within the scope of this disclosure. In addition, it should be appreciated that any operation, element, component, data, or the like described herein as being based on another operation, element, component, data, or the like can be additionally based on one or more other operations, elements, components, data, or the like. Accordingly, the phrase “based on,” or variants thereof, should be interpreted as “based at least in part on.”
Although embodiments have been described in language specific to structural features and/or methodological acts, it is to be understood that the disclosure is not necessarily limited to the specific features or acts described. Rather, the specific features and acts are disclosed as illustrative forms of implementing the embodiments. Conditional language, such as, among others, “can,” “could,” “might,” or “may,” unless specifically stated otherwise, or otherwise understood within the context as used, is generally intended to convey that certain embodiments could include, while other embodiments do not include, certain features, elements, and/or steps. Thus, such conditional language is not generally intended to imply that features, elements, and/or steps are in any way required for one or more embodiments or that one or more embodiments necessarily include logic for deciding, with or without user input or prompting, whether these features, elements, and/or steps are included or are to be performed in any particular embodiment.
The flowchart and block diagrams in the Figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods, and computer program products according to various embodiments of the present disclosure. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of instructions, which comprises one or more executable instructions for implementing the specified logical function(s). In some alternative implementations, the functions noted in the block may occur out of the order noted in the Figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems that perform the specified functions or acts or carry out combinations of special purpose hardware and computer instructions.
Filing Document | Filing Date | Country | Kind |
---|---|---|---|
PCT/US2021/048530 | 8/31/2021 | WO |