Avoiding Gridlock in Warehouses

MIT's deep learning-based approach keeps thousands of warehouse robots on the right path, and is much faster than existing algorithms.

Nick Bild
2 years agoAI & Machine Learning

Modern warehouse automation has led to improvements in the way goods are stored, picked, and transported, with mobile robots playing a central role in streamlining operations. These robots are tasked with rapidly and efficiently moving items from one location to another within vast, and often cluttered, warehouse spaces. In large organizations, it is not uncommon to find hundreds or even thousands of these robots zipping around simultaneously, fulfilling orders and replenishing stock.

However, managing such a fleet of mobile robots poses a great many challenges. Navigating through the warehouse while avoiding collisions requires sophisticated algorithms that can quickly and effectively plan paths for each robot. As the number of robots increases, along with the complexity of their interactions, the computational complexity of the problem skyrockets.

With robots constantly moving and interacting with each other, traditional planning algorithms struggle to keep up, leading to operational slowdowns and potential collisions. These slowdowns not only cost organizations money in terms of decreased efficiency but can also result in delayed package deliveries, impacting customer satisfaction.

Ensuring efficient and optimal warehouse operations in the future will require significant algorithmic advancements. One such advancement was recently proposed by a team of researchers at MIT. They have approached the problem from a new angle in using deep learning to break the overall path planning problem into smaller chunks. In doing so, the most congested areas can be quickly identified, and path planning within these areas can be optimized, to streamline operations with minimal delays.

The deep learning model is provided with certain information about the warehouse environment, like the positions of the robots, their planned paths, and the locations of obstacles. The robots are then split into groups, and the model predicts which group is suffering from the greatest amount of congestion. This group has the most potential to improve efficiency by reducing congestion. It is then decongested using traditional search-based solvers. That process is considerably faster, thanks to the reduced size of the search space.

The model also has the ability to share information between groups, which dramatically reduces the number of computations that are required when evaluating each group. Because of these innovations, it was demonstrated in simulated environments that the team’s new method is up to four times faster than other existing non-learning-based approaches for warehouse robot path planning. Those time savings could result in more efficient operations and happier customers for large organizations.

Rather than further streamlining the deep learning algorithm, the researchers hope that they can instead gain insights from it and ultimately replace it. They reason that if they can derive some simple path planning rules from their model, they can then develop a new, more direct approach. Not only would a rule-based algorithm be easier to implement and faster to execute, but it would also be perfectly interpretable.

Nick Bild
R&D, creativity, and building the next big thing you never knew you wanted are my specialties.
Latest articles
Sponsored articles
Related articles
Latest articles
Read more
Related articles