Sign In to Follow Application
View All Documents & Correspondence

Method And System For Automated Object Packing

Abstract: Any technical error with robotic arms that are used to automatically perform object packing can affect quality and efficiency with which the packing is being carried out, and this in turn affects space utilization when a large quantity of objects are to be accommodated in tight packing spaces. This disclosure relates generally to automated object packing and more specifically to an object packing mechanism in which corrections are made when placement of object is identified as violating one or more regulations. The system packs objects by calculating ICP-BCP pairs for each empty space in a packing space. After packing each objecsst, the system checks whether placement of the object violates one or more regulations, and if any violation is found, then the system determines and executes one or more corrective action to correct placement of the object that violates the regulation.

Get Free WhatsApp Updates!
Notices, Deadlines & Correspondence

Patent Information

Application #
Filing Date
12 February 2020
Publication Number
33/2021
Publication Type
INA
Invention Field
COMPUTER SCIENCE
Status
Email
ip@legasis.in
Parent Application
Patent Number
Legal Status
Grant Date
2022-07-26
Renewal Date

Applicants

Tata Consultancy Services Limited
Nirmal Building, 9th Floor, Nariman Point, Mumbai - 400021, Maharashtra, India

Inventors

1. AGARWAL, Marichi
Tata Consultancy Services Limited, Block -1B, Eco Space, Plot No. IIF/12 (Old No. AA-II/BLK 3. I.T) Street 59 M. WIDE (R.O.W.) Road, New Town, Rajarhat, P.S. Rajarhat, Dist - N. 24 Parganas, Kolkata - 700160, West Bengal, India
2. SARKAR, Chayan
Tata Consultancy Services Limited, Block -1B, Eco Space, Plot No. IIF/12 (Old No. AA-II/BLK 3. I.T) Street 59 M. WIDE (R.O.W.) Road, New Town, Rajarhat, P.S. Rajarhat, Dist - N. 24 Parganas, Kolkata - 700160, West Bengal, India
3. BISWAS, Swagata
Tata Consultancy Services Limited, Block -1B, Eco Space, Plot No. IIF/12 (Old No. AA-II/BLK 3. I.T) Street 59 M. WIDE (R.O.W.) Road, New Town, Rajarhat, P.S. Rajarhat, Dist - N. 24 Parganas, Kolkata - 700160, West Bengal, India
4. PAUL, Sayan
Tata Consultancy Services Limited, Block -1B, Eco Space, Plot No. IIF/12 (Old No. AA-II/BLK 3. I.T) Street 59 M. WIDE (R.O.W.) Road, New Town, Rajarhat, P.S. Rajarhat, Dist - N. 24 Parganas, Kolkata - 700160, West Bengal, India
5. PAUL, Himadri Sekhar
Tata Consultancy Services Limited, Block -1B, Eco Space, Plot No. IIF/12 (Old No. AA-II/BLK 3. I.T) Street 59 M. WIDE (R.O.W.) Road, New Town, Rajarhat, P.S. Rajarhat, Dist - N. 24 Parganas, Kolkata - 700160, West Bengal, India

Specification

Claims:
1. A processor-implemented method for bin packing, comprising:
fetching (202) an object list as input, using one or more hardware processors, wherein the object list comprises a plurality of objects and one or more characteristics of each of the plurality of objects;
determining (204) one or more objects to be packed in a packing space using the one or more hardware processors, from among the plurality of objects, based on the one or more characteristics of each of the objects;
generating (206) a primary placement sequence for the one or more objects to be packed in the packing space, using the one or more hardware processors;
packing (208) the one or more objects based on the primary placement sequence, using the one or more hardware processors;
determining (210) a safety score for the packing of each of the one or more objects, using the one or more hardware processors;
determining (212) whether the determined safety score of each object exceeds a threshold of safety score, using the one or more hardware processors; and
executing (214) a corrective action if the determined safety score is below the threshold of safety score using the one or more hardware processors, wherein the corrective action corrects placement of the object in the packing space.
2. The processor-implemented method as claimed in claim 1, wherein generating the primary placement sequence comprises:
determining (302) Internal Corner Points (ICP) and a Bounding Corner Points (BCP) of each bin from among a plurality of bins in the packing space;
obtaining (304) dimensions of the one or more objects to be packed;
determining (306) a bin among the plurality of bins, that can accommodate each of the one or more objects, based on the dimensions of the object and the ICPs and BCPs of the bin; and
generating (310) the primary placement sequence based on the bins determined for each object and packing coordinates of each of the bins.
3. The processor-implemented method as claimed in claim 2, wherein determining the ICPs comprises:
collecting (502) information pertaining to ICPs and BCPs of empty spaces existing in the packing space, after placement of each object in the packing space;
determining (504) whether the placed object overlaps with one or more of the existing empty spaces;
determining (506) new ICP-BCP pairs with minimal overlap with the placed object, if the placed object is determined as having overlap with one or more of the existing empty spaces; and
removing (508) duplicate ICP-BCP pairs from among the determined ICP-BCP pairs.
4. The processor-implemented method as claimed in claim 2, wherein correcting placement of the object comprising:
determining new ICPs for placing the object to match a determined ICP-BCP pair of an empty space determined for the object;
changing current alignment of the object to match the determined new ICP-BCP pair; and
calibrating one or more hardware components responsible for handling alignment of the object.
5. The processor-implemented method as claimed in claim 1, wherein determining the safety score comprises:
identifying (402) whether packing of an object has violated one or more regulations in a regulation list;
determining (406) extent of violation if the packing of the object is identified to have violated one or more of the regulations;
determining (408) a penalty based on the determined extent of violation; and
determining (410) the safety score based on the determined penalty for the identified one or more violations.
6. A system (100) for bin packing, comprising:
one or more communication interfaces (106);
one or more hardware processors (104); and
a memory (102) storing a plurality of instructions, wherein the plurality of instructions when executed, cause the one or more hardware processors to:
fetch (202) an object list as input, wherein the object list comprises a plurality of objects and one or more characteristics of each of the plurality of objects;
determine (204) one or more objects to be packed in a packing space, from among the plurality of objects, based on the one or more characteristics of each of the objects;
generate (206) a primary placement sequence for the one or more objects to be packed in the packing space;
pack (208) the one or more objects based on the primary placement sequence;
determine (210) a safety score for the packing of each of the one or more objects;
determine (212) whether the determined safety score of each object exceeds a threshold of safety score; and
execute (214) a corrective action if the determined safety score is below the threshold of safety score, wherein the corrective action corrects placement of the object in the packing space.
7. The system (100) as claimed in claim 6, wherein the system generates the primary placement sequence by:
determining (302) Internal Corner Points (ICP) and a Bounding Corner Points (BCP) of each bin from among a plurality of bins in the packing space;
obtaining (304) dimensions of the one or more objects to be packed;
determining (306) a bin among the plurality of bins, that can accommodate each of the one or more objects, based on the dimensions of the object and the ICPs and BCPs of the bin;
generating (310) the primary placement sequence based on the bins determined for each object and packing coordinates of each of the bins.
8. The system (100) as claimed in claim 7, wherein the system determines the ICPs by:
collecting (502) information pertaining to ICPs and BCPs of empty spaces existing in the packing space, after placement of each object in the packing space;
determining (504) whether the placed object overlaps with one or more of the existing empty spaces;
determining (506) new ICP-BCP pairs with minimal overlap with the placed object, if the placed object is determined as having overlap with one or more of the existing empty spaces; and
removing (508) duplicate ICP-BCP pairs from among the determined ICP-BCP pairs.
9. The system (100) as claimed in claim 7, wherein the system corrects placement of the object by:
determining new ICPs for placing the object to match a determined ICP-BCP pair of an empty space determined for the object;
changing current alignment of the object to match the determined new ICP-BCP pair; and
calibrating one or more hardware components responsible for handling alignment of the object.
10. The system (100) as claimed in claim 6, wherein the system determines the safety score by:
identifying (402) whether packing of an object has violated one or more regulations in a regulation list;
determining (406) extent of violation if the packing of the object is identified to have violated one or more of the regulations;
determining (408) a penalty based on the determined extent of violation; and
determining (410) the safety score based on the determined penalty for the identified one or more violations.
, Description:FORM 2
THE PATENTS ACT, 1970
(39 of 1970)
&
THE PATENT RULES, 2003

COMPLETE SPECIFICATION
(See Section 10 and Rule 13)

Title of invention:
METHOD AND SYSTEM FOR AUTOMATED OBJECT PACKING

Applicant:
Tata Consultancy Services Limited
A company Incorporated in India under the Companies Act, 1956
Having address:
Nirmal Building, 9th Floor,
Nariman Point, Mumbai 400021,
Maharashtra, India

The following specification particularly describes the invention and the manner in which it is to be performed.
TECHNICAL FIELD
The disclosure herein generally relates to object packing, and, more particularly, to a method and system for automated object packing using a robotic arm.

BACKGROUND
In places such as warehouses, object packing is performed before sending out objects to different locations. While packing objects in a box/bin, the objects are to be arranged such that available space is to be utilized efficiently. There are different object packing scenarios. In one scenario, all the objects are of the same size and shape. In another scenario, there may be some extent of mix of objects of different size and shape. In yet another scenario, the heterogeneity is more. When the heterogeneity is more, packing becomes more complex.
Some methods and systems for performing the packing of objects exist. Some of the state of the art systems rely on concept of ‘corner points (CP)’, wherein the ‘corner points’ are coordinates in a residual space of the bin. The CP based systems have the disadvantage that they do not find out all feasible coordinates where the object can be placed, which affects the efficiency of the overall process. Some other state of the art mechanisms requires the objects to be turned upside down during the packing. However, if the objects being packed are of fragile nature, turning the objects upside down may result in the objects cracking or breaking. Another disadvantage of the existing mechanisms is that due to mechanical errors with the robotic arms placement of the objects may not be accurate, which in turn may affect accuracy of the object packing.
SUMMARY
Embodiments of the present disclosure present technological improvements as solutions to one or more of the above-mentioned technical problems recognized by the inventors in conventional systems. For example, in one embodiment, a processor-implemented method for bin packing is disclosed. Initially, an object list is fetched as input, using one or more hardware processors, wherein the object list comprises a plurality of objects and one or more characteristics of each of the plurality of objects. Further, one or more objects to be packed from among the plurality of objects, in a packing space, are determined using the one or more hardware processors, based on the one or more characteristics of each of the objects. Further, a primary placement sequence for the one or more objects to be packed in the packing space is generated, using the one or more hardware processors. The one or more objects are packed based on the primary placement sequence, using the one or more hardware processors. Further, a safety score is determined for the packing of each of the one or more objects, using the one or more hardware processors. If the determined safety score for any of the objects is less than a threshold of safety score, then a corrective action is initiated and executed using the one or more hardware processors, wherein the corrective action corrects placement of the object in the packing space.
In another aspect, a system for bin packing is provided. The system includes one or more communication interfaces, one or more hardware processors, and a memory (102) storing a plurality of instructions. The plurality of instructions when executed, cause the one or more hardware processors to fetch an object list as input, wherein the object list comprises a plurality of objects and one or more characteristics of each of the plurality of objects. Further, the system determines one or more objects from the among the plurality of objects as objects to be packed in a packing space, based on the one or more characteristics of each of the objects. Further, the system generates a primary placement sequence for the one or more objects to be packed in the packing space. The system then packs the one or more objects based on the primary placement sequence. The system further determines a safety score for the packing of each of the one or more objects. If the determined safety score for any of the objects is less than a threshold of safety score, then a corrective action is initiated and executed by the system, wherein the corrective action corrects placement of the object in the packing space.
In yet another aspect, a non-transitory computer readable medium for bin packing is disclosed. The non-transitory computer readable medium includes a set of instructions, which when executed, cause one or more hardware processors to perform steps involved in the process of bin packing. In this process, initially an object list is fetched as input, using the one or more hardware processors, wherein the object list comprises a plurality of objects and one or more characteristics of each of the plurality of objects. Further, one or more objects to be packed from among the plurality of objects, in a packing space, are determined using the one or more hardware processors, based on the one or more characteristics of each of the objects. Further, a primary placement sequence for the one or more objects to be packed in the packing space is generated, using the one or more hardware processors. The one or more objects are packed based on the primary placement sequence, using the one or more hardware processors. Further, a safety score is determined for the packing of each of the one or more objects, using the one or more hardware processors. If the determined safety score for any of the objects is less than a threshold of safety score, then a corrective action is initiated and executed using the one or more hardware processors, wherein the corrective action corrects placement of the object in the packing space.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the invention, as claimed.

BRIEF DESCRIPTION OF THE DRAWINGS
The accompanying drawings, which are incorporated in and constitute a part of this disclosure, illustrate exemplary embodiments and, together with the description, serve to explain the disclosed principles:
FIG. 1 illustrates an exemplary system for object packing, according to some embodiments of the present disclosure.
FIG. 2 is a flow diagram depicting steps involved in the process of packing objects by the system of FIG. 1, according to some embodiments of the present disclosure.
FIG. 3 is a flow diagram depicting steps involved in the process of generating a primary placement sequence by the system of FIG. 1, in accordance with some embodiments of the present disclosure.
FIG. 4 is a flow diagram depicting steps involved in the process of generating a safety score for packing of each object, by the system of FIG. 1, according to some embodiments of the present disclosure.
FIG. 5 is a flow diagram depicting steps involved in the process of generating Internal Corner Points (ICP)-Bounding Corner Points (BCP) pairs with placement of each object in the packing space, using the system of FIG. 1, in accordance with some embodiments of the present disclosure.
FIG. 6 is an example diagram depicting corrections executed by the system of FIG. 1, in accordance with some embodiments of the present disclosure.
FIGS. 7A and 7B are graphs depicting number of rectification required and percentage of task completed respectively, with and without the safety score calculation and execution of the corrective measure, in accordance with some embodiments of the present disclosure.

DETAILED DESCRIPTION OF EMBODIMENTS
Exemplary embodiments are described with reference to the accompanying drawings. In the figures, the left-most digit(s) of a reference number identifies the figure in which the reference number first appears. Wherever convenient, the same reference numbers are used throughout the drawings to refer to the same or like parts. While examples and features of disclosed principles are described herein, modifications, adaptations, and other implementations are possible without departing from the scope of the disclosed embodiments. It is intended that the following detailed description be considered as exemplary only, with the true scope being indicated by the following claims.
Referring now to the drawings, and more particularly to FIG. 1 through FIG. 7B, where similar reference characters denote corresponding features consistently throughout the figures, there are shown preferred embodiments and these embodiments are described in the context of the following exemplary system and/or method.
FIG. 1 illustrates an exemplary system for object packing, according to some embodiments of the present disclosure. In an embodiment, the system 100 includes a processor (s) 104, communication interface device(s), alternatively referred as input/output (I/O) interface(s) 106, and one or more data storage devices or a memory 102 operatively coupled to the processor (s) 104. In an embodiment, the processor (s) 104, can be one or more hardware processors (104). In an embodiment, the one or more hardware processors (104) can be implemented as one or more microprocessors, microcomputers, microcontrollers, digital signal processors, central processing units, state machines, logic circuitries, and/or any devices that manipulate signals based on operational instructions. Among other capabilities, the processor(s) 104 is configured to fetch and execute computer-readable instructions stored in the memory 102. In an embodiment, the system 100 can be implemented in a variety of computing systems, such as laptop computers, notebooks, hand-held devices, workstations, mainframe computers, servers, a network cloud and the like.
The I/O interface(s) 106 can include a variety of software and hardware interfaces, for example, a web interface, a Graphical User Interface (GUI), and the like and can facilitate multiple communications within a wide variety of networks N/W and protocol types, including wired networks, for example, LAN, cable, etc., and wireless networks, such as WLAN, cellular, or satellite. In an embodiment, the I/O interface (s) 106 can include one or more ports for connecting a number of devices to one another or to another server. For example, the I/O interface 106 enables the authorized user to access the system disclosed herein through the GUI and communicate with one or more other similar systems 100.
The memory 102 may include any computer-readable medium known in the art including, for example, volatile memory, such as static random access memory (SRAM) and dynamic random access memory (DRAM), and/or non-volatile memory, such as read only memory (ROM), erasable programmable ROM, flash memories, hard disks, optical disks, and magnetic tapes. Thus, the memory 102 may comprise information pertaining to input(s)/output(s) of each step performed by the processor(s) 104 of the system 100 and methods of the present disclosure. In an embodiment, the memory 102 stores a plurality of instructions, which when executed, cause the processor(s) to perform steps involved in the process of packing the objects. Various steps involved in the process of packing the objects, which are executed by the hardware processor(s) 104 of the system 100 are explained in description of FIG. 2 through FIG. 5 with reference to the components of system 100.
FIG. 2 is a flow diagram depicting steps involved in the process of packing objects by the system of FIG. 1, according to some embodiments of the present disclosure. Initially, the system 100 fetches (202) an object list as input. The object list includes unique identification (which may be a name, or a number, or a combination of alphabets, numbers, special characters and so on, which uniquely represents each object) for each of a plurality of objects, and one or more characteristics of each of the objects. The one or more characteristics of the object may be size of the object (dimensions), shape of the object, information on whether the object has to be packed or not, and so on.
For packing each of the objects in a packing space, the system 100 determines empty spaces within the packing space where each object can be packed, in terms of Internal Corner Points (ICPs). The system 100 determines/identifies the empty spaces by determining (302) Internal Corner Points (ICPs). The ICPs are potential locations in the 3D space within the packing space to place the object. The process of determining the empty spaces for placing each of the objects is explained below:
Consider that dimension of the bins are W*H*D and a list of sorted objects from among the plurality of objects is represented as ‘O’. For an empty bin, ICP is initialized with (0, 0, 0) and corresponding Bounding Corner Points (BCPs) are initialized with (W*H*D). BCP for an ICP is a contiguous free space along all the three axes.
The system 100 maintains a list of ICPs (x, y, z) and corresponding BCPs (x’, y’, z’) for each bin. The system 100 determines (304) dimensions of the object to be packed, from the characteristics of the object. An object k with dimension (wk, hk, dk) can be placed in an ICP only if, (x’ - x = wk) and (y’ - y = hk), and (z’ - z = dk). For each object k e O, the ICP ‘c’ that can accommodate the object is determined (306), based on the ICPs. After determining the ICPs for the object, the system 100 updates back-left-bottom coordinates of the object with coordinates of the determined empty space/bin (alternately referred to as “packing coordinates”). If the system 100 does not find any matching empty space, then the system 100 may use a new bin to place the object.
After identifying empty space and corresponding ICPs for the object, the system 100 places/packs (208) the object in the identified empty space, based on the determined ICP-BCP pair information. Placement of the object in the identified empty space may have overlapped with ICP-BCP pairs of other empty spaces in the bin. After placing an object in the determined empty space, the system 100 collects (502) information on ICP-BCP pairs of each empty space. The system 100 further determines (504) whether placement of the object has overlapped with an existing empty space, and if any such overlap is detected, then the system 100 determines (506) new ICP-BCP pairs for the remaining empty space. Some of the ICP-BCP pairs newly generated may be duplicates of the ICP-BCP pairs previously generated. Such duplicates are removed (508) to generate final set of ICP-BCP pairs. The system 100 may repeat the steps 502-508 after placement of each object according to the determined ICPs and BCPs.
If the packing coordinates for all the objects to be packed have been found, the system 100 determines (308) a dependency plan among the objects to be packed. The dependency plan represents a placement sequence generated (206), which specifies order in which the objects are to be picked and placed in the bin, and is represented using a Directed Acyclic Graph (DAG), G (V, E) with vertices V ? I, where I is the set of packed objects and edge E = (µ,?) connecting the vertices µ and ? if the object µ must be placed before the object ?. Before placing each object, all the ancestors as per the DAG are to be placed.
After placing the object, the system 100 determines (210) a safety score for the object. A regulation list that includes a plurality of regulations to be satisfied while picking and placing an object by the robotic arm is stored in the memory 102. Steps involved in the process of generating the safety score for placement of each object are depicted in FIG. 4. The regulation list may be pre-configured or dynamically configured, by an authorized user, and may be updated dynamically when needed. An example of the regulation list is given as:
Regulation Fault Free State Fault Safe State Faulty state
R1 p_ff^1 p_fs^1 p_f^1
R2 p_ff^2 p_fs^2 p_f^2
Ri p_ff^i p_fs^i p_f^i
Rk p_ff^k p_fs^k p_f^k

Table . 1
After placing each object, the system 100 checks and identifies (402) whether the placement/packing of the object has violated any regulation in the regulation list. The regulations, when satisfied, cause the robotic arm to pick and place the objects with no deviation from the location specified by the determined ICP-BCP pairs, and the placement sequence. If there is no violation of any of the regulations Ri, then the system 100 is in a fault-free state, and penalty for the fault-free system is determined (408) as nil i.e. (s_ff^i=1,p_ff^i=0; s_fs^i=0,p_fs^i=0; s_f^i=0,p_f^i=0). If there is violation of one or more of the regulations, then the system 100 determines (406) the extent of violation. If the violation is within a permissible limit/tolerance limit (wherein the permissible limit is configured with the system 100), then the system 100 is considered to be in a fault-safe system, and the penalty for the fault-safe system is p_fs^i. If the violation is beyond the tolerance limit, then the system 100 is in a faulty state, and the penalty given for the faulty system is p_f^i. Hence, the penalty given for ith regulation is evaluated as:
P_i= p_ff^i* s_ff^i+ p_fs^i* s_fs^i+ p_f^i* s_f^i – (1)
such that p_ff^i+ p_fs^i+ p_f^i = 1.
Here, s_ff^i, s_fs^i, and s_f^i represents probability that the system 100 is in fault-free, fault-safe, and faulty state respectively, with respect to regulation Ri. Based on the penalty scores, the system 100 generates (410) the safety score as:
C_t=1-?_(i=1)^k¦?a_i R_i ? – (2)
Where a_i represents a weightage given to the regulation Ri , and ?_(i=1)^k¦?a_i=1?.
The system 100 also maintains a monitoring window Wn, during which the system 100 keeps a record of the safety score (C_t), and a system state (S_t) of last ‘n’ steps, wherein the value of ‘n’ may be pre-configured. The system state is determined from sensor readings, various software states, hardware states, and so on.
Further, a system model S, a task T, an immediate next action A, a regulation list R, and the monitoring window Wn are given as input to the system 100. The system 100 initiates the action A. After execution of the action A, the system state is recorded and checked against the regulation list R. The safety score Ct is evaluated and the Wn is updated. Further the system 100 analyses the monitoring window. If consistent degradation of the safety score (Ct - Ct-n) is observed or if the safety score Ct is below a given threshold Cth, then the system state of last ‘n’ steps are analysed to identify a probable faulty component. If the safety score is below a threshold of safety score, then the system 100 picks and executes (214) a corrective action. The corrective action corrects placement of the object in the packing space. Correcting the placement of the object involves determining new ICP-BCP pairs in comparison with current coordinates of the object, and then adjusting the alignment of the object accordingly. The corrective action may also involve re-calibrating the system 100 or one or more external hardware (for example, a robotic arm that picks and places the objects as part of the object packing) associated with the system 100, after identifying the faulty component. If the system is beyond repair, then the system 100 aborts the task.
Example use-case scenario and implementation data:
In this example implementation, the system 100 that handles picking and placing of the objects comprises a robotic arm, a distance sensor, a camera, a conveyor belt, a set of boxes arriving one by one in the conveyor belt, and a bin used to collect the boxes, along with the system components depicted in FIG. 1. The task T comprises the following steps:
positioning the robotic arm in sensing position (object recognition)
sensing the arrival of a box in the conveyor belt using the distance sensor installed in the robotic arm
positioning the robotic arm in grab position
picking the object
positioning the robotic arm in drop position
placing the object in desired drop location inside the bin
initiating and executing a corrective action if needed
repeating the above steps until all boxes in queue are placed in the bin.
In this example, step of proper positioning of the boxes only is addressed, and remaining steps are considered error-free. The designated drop location of object ‘O’ is (x1, y1, z1). In XY plane, bottom coordinates of the box are (x1, y1), (x2, y2), (x3, y3), and (x4, y4). While placing the object in the designated location, a translational error (?_x,?_y) followed by a rotational error ? counter-clockwise along the centre of gravity of the object (p,q) occurred. As a result, actual coordinates of the object are (x_1^',y_1^' ), (x_2^',y_2^' ), (x_3^',y_3^' ), and (x_4^',y_4^' ). (xi, yi) can be evaluated as in Equation (3).
x_1^'= x_1+ ?_x
p= (x_1+ x_2+2?_x)/2
y_1^'= y_1+ ?_y
q= (y_1+ y_2+2?_y)/2
x_i^'=(x_i+ ?_x- ?) cos?(?)- (y_i+ ?_y- q) sin??(?)+ ??
y_i^'=(x_i+ ?_x- ?) sin?(?)- (y_i+ ?_y- q) cos??(?)+ q? – (3)
In this example, a single rule is defined in the regulation list. The rule is that bottom plane of the box should be within the tolerance bound region represented by the coordinates (x_1- ?,y_1+ ?), (x_2+ ?,y_2+ ?),(x_3- ?,y_3- ?), and (x_4+ ?,y_4- ?). If this condition is satisfied, then the system 100 is in fault-free state and the penalty given is ?_ff. If the box is not placed within the tolerance bound region, but within a threshold-bound region, (x_1- ?_TH,y_1+ ?_TH ), (x_2+ ?_TH,y_2+ ?_TH ), (x_3- ?_TH,y_3- ?_TH ),and (x_4+ ?_TH,y_4- ?_TH ), then the system 100 is in fault-safe state, and the penalty given is ?_fs. In this case, the system 100 executes the corrective action and makes appropriate corrections to the alignment and placing of the object. If the object is placed outside the threshold bounded region, then the system is identified as faulty, and the penalty given is p_f.
The monitoring window Wn is initialized with null value. The system model S, task T, action A, regulation list R, and monitoring window Wn are given as input to the system 100. The system 100 initiates action A. After execution of A, the system state is recorded. The system state takes into account the actual co-ordinates of the corners of the bottom surface of the object. The safety score is also evaluated as C_t=1- ?_(i=1)^n¦?a_i P_i ?, where Ct refers the safety score at time instance t after executing ith action, P refers to the penalty given, and a represents the weighting factor. Here P_i= p_ff^i* s_ff^i+ p_fs^i* s_fs^i+ p_f^i* s_f^i and ?_(i=1)^k¦a_i = 1.
The system state and the safety score for the same is then recorded in Wn. Wn records the system state and the safety score for last ‘n’ actions. Wn is analyzed. If the safety score, Ci is less than the threshold value, Cth, then the system state is analysed to identify the fault. The system 100 identifies the fault in positioning of the boxes. According to the analyses, the system 100 is calibrated i.e., the drop location (x1, y1, z1) are redefined as (x0 + dx, y0 + dy ,z0 + dz) and the next action is initiated of the task is aborted if the fault is irrepairable (for example, when the object is dropped outside the bin).
EMPIRICAL ANALYSIS
Dataset:
For experimental purpose, the data was generated using standard data generation techniques, and two datasets having 50 and 200 objects were considered. For each of the object sets, 9 different classes (as given in reference paper “The three-dimensional bin packing problem,” Operations research, vol. 48, no. 2, pp. 256–267, 2000” by S. Martello, D. Pisinger, and D. Vigo) of datasets were generated. A ‘class 10’ also has been introduced, in which data is collected from real-world retail-supply-chain.
Object sorting criteria:
The objects were sorted based on the following ordering rules.
vol-d: Objects are sorted by non-increasing values of their volume (?_i*h_i*d_i ) and then by non-increasing values of depth d_i in case of same volume
d-vol: Objects are sorted by non-increasing values of their depth d_i and then by non-increasing values of their volume (?_i*h_i*d_i ) in case of same depth
area-d: Objects are sorted by non-increasing values of their area (?_i*h_i ) and then by non-increasing values of their depth d_i in case of same area
?area?^'-d: As same base area items are rare to be found, second sorting criteria given above is not often used. Instead, a clustered version of area-depth is proposed where the bin area W*H is seperated into clusters defined by the intervals:
A_(j,d)=[((j-1)*WD*d)/100,((j)*WD*d)/100] – (4)
d-area: Objects are sorted by their non-increasing values of depth d_i and then by non-increasing values of area (?_i*h_i ) in case of same depth
w-h : Objects are sorted by non-increasing values of their width ?_i and then by non-increasing values of their height h_i in case of same width
Methodology:
During the experiments, the system 100 was evaluated based on (a) number of bins required to pack all objects, (b) time required to pack all the objects, and (c) percentage of task executed reliably. (b) and (c) are again compared with and without the safety score calculation and correction being carried out by the system 100. The objects were sorted and best matching ICP was selected such that the object is placed closer to base and sides of the bin, i.e. one with lowest z, y, x.
D. Inferences:
Bin-utilization – Utilizing Internal Corners: To evaluate the efficiency of the object packing being carried out by the system 100, results were compared with an extreme-point-first-fit-decreasing (EP-FFD) heuristic, based on number of bins required to pack all the objects. The comparison between the results of the system 100 (denoted by ‘JP’) and the EP-FFD (denoted as ‘EP’), for the aforementioned sorting criteria are depicted in Table. 2.
Packing efficiency highly depends on EPs and ICPs, positioning of the objects, and amount of unused space between the objects. As the system 100 generates all the feasible EPs, packing efficiency increases. For objects of classes 1 through 5, objects are of larger size, leaving insufficient vacant space to accommodate more objects, and in that case packing efficiency of EP and JP remains same.
Packing stability: To prevent toppling of objects while packing, the system 100 generates the placement sequence such that larger objects are placed at bottom first, and smaller objects are placed on top. The packing of the objects starts by filling the bin from bottom to top giving priority to ICPs with least z, y, and x.
Results depicted in FIGS. 7A and 7B indicate advantage in terms of number of rectifications required and percentage of task completed, in comparison with EP. The percentage of task completion represents number of objects placed within a tolerance bound region. The results indicate that the overall performance of the system is improved with the error detection and correction applied.

class Bin dim no.of objects vol d
EP JP d vol
EP JP area d
EP JP area’ d
EP JP d area
EP JP W h
EP JP
1 100 50
200 16 16
47 47 17 17
52 52 15 15
49 49 16 16
50 50 17 17
52 52 16 16
50 50
2 100 50
200 16 16
50 50 16 16
51 51 16 16
53 53 15 15
51 51 16 16
51 51 17 17
53 53
3 100 50
200 15 15
51 51 16 16
56 56 15 15
53 53 16 16
53 53 16 16
56 56 16 16
55 55
4 100 50
200 27 27
114 114 27 27
116 116 27 27
114 114 27 27
114 114 27 27
116 116 27 27
115 115
5 100 50
200 12 12
29 29 12 12
33 33 11 11
32 32 11 11
31 31 12 12
33 33 12 12
33 33
6 10 50
200 12 12
35 35 12 12
36 36 13 13
37 37 13 13
37 37 12 12
36 36 13 13
37 37
7 40 50
200 10 10
25 25 10 10
27 27 10 10
26 26 11 10
26 25 10 10
27 27 11 11
27 27
8 100 50
200 10 10
31 31 11 11
35 35 11 11
32 32 11 11
32 32 11 11
35 35 11 11
34 34
9 100 50
200 4 4
5 5 5 5
4 4 5 5
6 4 5 5
4 4 5 5
4 4 4 4
5 5
10 60 50
200 1 1
2 2 1 1
2 1 1 1
2 2 1 1
1 1 1 1
2 1 1 1
2 1

Table. 2: Bin utilization comparison of JP and EP for all objects and W = H = D
The written description describes the subject matter herein to enable any person skilled in the art to make and use the embodiments. The scope of the subject matter embodiments is defined by the claims and may include other modifications that occur to those skilled in the art. Such other modifications are intended to be within the scope of the claims if they have similar elements that do not differ from the literal language of the claims or if they include equivalent elements with insubstantial differences from the literal language of the claims.
The embodiments of present disclosure herein addresses unresolved problem of automated object packing. Moreover, the embodiments herein further provide a method and system for monitoring an object placement in a packing space, verifying whether the placement of the object has violated any regulation, and then executing correction to adjust placement of the object to minimize the error in placement.
It is to be understood that the scope of the protection is extended to such a program and in addition to a computer-readable means having a message therein; such computer-readable storage means contain program-code means for implementation of one or more steps of the method, when the program runs on a server or mobile device or any suitable programmable device. The hardware device can be any kind of device which can be programmed including e.g. any kind of computer like a server or a personal computer, or the like, or any combination thereof. The device may also include means which could be e.g. hardware means like e.g. an application-specific integrated circuit (ASIC), a field-programmable gate array (FPGA), or a combination of hardware and software means, e.g. an ASIC and an FPGA, or at least one microprocessor and at least one memory with software processing components located therein. Thus, the means can include both hardware means and software means. The method embodiments described herein could be implemented in hardware and software. The device may also include software means. Alternatively, the embodiments may be implemented on different hardware devices, e.g. using a plurality of CPUs.
The embodiments herein can comprise hardware and software elements. The embodiments that are implemented in software include but are not limited to, firmware, resident software, microcode, etc. The functions performed by various components described herein may be implemented in other components or combinations of other components. For the purposes of this description, a computer-usable or computer readable medium can be any apparatus that can comprise, store, communicate, propagate, or transport the program for use by or in connection with the instruction execution system, apparatus, or device.
The illustrated steps are set out to explain the exemplary embodiments shown, and it should be anticipated that ongoing technological development will change the manner in which particular functions are performed. These examples are presented herein for purposes of illustration, and not limitation. Further, the boundaries of the functional building blocks have been arbitrarily defined herein for the convenience of the description. Alternative boundaries can be defined so long as the specified functions and relationships thereof are appropriately performed. Alternatives (including equivalents, extensions, variations, deviations, etc., of those described herein) will be apparent to persons skilled in the relevant art(s) based on the teachings contained herein. Such alternatives fall within the scope of the disclosed embodiments. Also, the words “comprising,” “having,” “containing,” and “including,” and other similar forms are intended to be equivalent in meaning and be open ended in that an item or items following any one of these words is not meant to be an exhaustive listing of such item or items, or meant to be limited to only the listed item or items. It must also be noted that as used herein and in the appended claims, the singular forms “a,” “an,” and “the” include plural references unless the context clearly dictates otherwise.
Furthermore, one or more computer-readable storage media may be utilized in implementing embodiments consistent with the present disclosure. A computer-readable storage medium refers to any type of physical memory on which information or data readable by a processor may be stored. Thus, a computer-readable storage medium may store instructions for execution by one or more processors, including instructions for causing the processor(s) to perform steps or stages consistent with the embodiments described herein. The term “computer-readable medium” should be understood to include tangible items and exclude carrier waves and transient signals, i.e., be non-transitory. Examples include random access memory (RAM), read-only memory (ROM), volatile memory, nonvolatile memory, hard drives, CD ROMs, DVDs, flash drives, disks, and any other known physical storage media.
It is intended that the disclosure and examples be considered as exemplary only, with a true scope of disclosed embodiments being indicated by the following claims.

Documents

Application Documents

# Name Date
1 202021006123-STATEMENT OF UNDERTAKING (FORM 3) [12-02-2020(online)].pdf 2020-02-12
2 202021006123-REQUEST FOR EXAMINATION (FORM-18) [12-02-2020(online)].pdf 2020-02-12
3 202021006123-FORM 18 [12-02-2020(online)].pdf 2020-02-12
4 202021006123-FORM 1 [12-02-2020(online)].pdf 2020-02-12
5 202021006123-FIGURE OF ABSTRACT [12-02-2020(online)].jpg 2020-02-12
6 202021006123-DRAWINGS [12-02-2020(online)].pdf 2020-02-12
7 202021006123-COMPLETE SPECIFICATION [12-02-2020(online)].pdf 2020-02-12
8 Abstract1.jpg 2020-02-18
9 202021006123-Proof of Right [24-02-2020(online)].pdf 2020-02-24
10 202021006123-FORM-26 [12-11-2020(online)].pdf 2020-11-12
11 202021006123-Request Letter-Correspondence [09-02-2021(online)].pdf 2021-02-09
12 202021006123-Power of Attorney [09-02-2021(online)].pdf 2021-02-09
13 202021006123-Form 1 (Submitted on date of filing) [09-02-2021(online)].pdf 2021-02-09
14 202021006123-Covering Letter [09-02-2021(online)].pdf 2021-02-09
15 202021006123-CERTIFIED COPIES TRANSMISSION TO IB [09-02-2021(online)].pdf 2021-02-09
16 202021006123-FORM 3 [10-11-2021(online)].pdf 2021-11-10
17 202021006123-FER.pdf 2021-12-16
18 202021006123-OTHERS [13-05-2022(online)].pdf 2022-05-13
19 202021006123-FER_SER_REPLY [13-05-2022(online)].pdf 2022-05-13
20 202021006123-COMPLETE SPECIFICATION [13-05-2022(online)].pdf 2022-05-13
21 202021006123-CLAIMS [13-05-2022(online)].pdf 2022-05-13
22 202021006123-PatentCertificate26-07-2022.pdf 2022-07-26
23 202021006123-IntimationOfGrant26-07-2022.pdf 2022-07-26

Search Strategy

1 202021006123ssE_13-12-2021.pdf

ERegister / Renewals

3rd: 29 Aug 2022

From 12/02/2022 - To 12/02/2023

4th: 08 Feb 2023

From 12/02/2023 - To 12/02/2024

5th: 10 Feb 2024

From 12/02/2024 - To 12/02/2025

6th: 12 Feb 2025

From 12/02/2025 - To 12/02/2026