CHIPOTLE PARTNERS WITH VEBU TO TEST AUTOCADO PROTOTYPE, A ROBOTIC SOLUTION TO GUACAMOLE PREP
Improving Stability of Bipedal Robots
When building bipedal robots (robots that walk on 2 legs), ensuring stability is a primary objective.
The following strategies are among the most important:
1- First of all, before even considering the rest, we need to make the physical shape and mass distribution as good as possible for a proper, stable stance. This simply means
-the center of mass is as low as possible, (for example placing heavier components at the bottom and or making upper components of lighter weight material
-the mass is distributed as evenly as possible
-the mass bears on as wide surface area as possible (this can be achieved by positioning and proportioning of sizes of legs and feet accordingly but this will obviously affect maneuverability
These principles are simply following basic physics rules, similar to making buildings stable. If this item is not properly done, the rest below can only go so far, or it will mean difficult and costly/time consuming solutions. This item is similar to an architect designing the overall shape of the building as regularly as possible in the first place, for a smooth and efficient flow of forces from top floors all the way to the foundation. If the architect’s design is irregular there is only so much the structural engineer can do to accommodate those irregularities or the solution will need stronger members, connections and load carrying system, which will be costlier and longer to build.
2- The robot must be able to predict the immediate future situations and adjust controls accordingly.
3-Robots joints (limbs) must be designed to provide a balanced and stable motion. The control algorithm must adjust joint torques instantly to respond to feedback from sensors.
4- Machine learning and adaptation techniques can also be applied. With proper algorithm, by learning from failures, the robot will be able to refine its responses.
5-Sensor inputs must provide adequate information to the robots control algorithm. Sensors inputs such as visual, inertial, force and torque are necessary components.
Also search the term Zero Moment Point (ZMP)
Motors In Automated Warehouse Operations
Exploring institutions for global AI governance
Exploring institutions for global AI governance
Exploring institutions for global AI governance
Exploring institutions for global AI governance
Exploring institutions for global AI governance
Exploring institutions for global AI governance
Exploring institutions for global AI governance
Exploring institutions for global AI governance
What is a strike in baseball? Robots, rule book and umpires view it differently
Magnetic robots walk, crawl, and swim

MIT professor of materials science and engineering and brain and cognitive sciences Polina Anikeeva in her lab. Photo: Steph Stevens
By Jennifer Michalowski | McGovern Institute for Brain Research
MIT scientists have developed tiny, soft-bodied robots that can be controlled with a weak magnet. The robots, formed from rubbery magnetic spirals, can be programmed to walk, crawl, swim — all in response to a simple, easy-to-apply magnetic field.
“This is the first time this has been done, to be able to control three-dimensional locomotion of robots with a one-dimensional magnetic field,” says Professor Polina Anikeeva, whose team published an open-access paper on the magnetic robots in the journal Advanced Materials. “And because they are predominantly composed of polymer and polymers are soft, you don’t need a very large magnetic field to activate them. It’s actually a really tiny magnetic field that drives these robots,” adds Anikeeva, who is a professor of materials science and engineering and brain and cognitive sciences at MIT, a McGovern Institute for Brain Research associate investigator, as well as the associate director of MIT’s Research Laboratory of Electronics and director of MIT’s K. Lisa Yang Brain-Body Center.
The new robots are well suited to transport cargo through confined spaces and their rubber bodies are gentle on fragile environments, opening the possibility that the technology could be developed for biomedical applications. Anikeeva and her team have made their robots millimeters long, but she says the same approach could be used to produce much smaller robots.
Magnetically actuated fiber-based soft robots
Engineering magnetic robots
Anikeeva says that until now, magnetic robots have moved in response to moving magnetic fields. She explains that for these models, “if you want your robot to walk, your magnet walks with it. If you want it to rotate, you rotate your magnet.” That limits the settings in which such robots might be deployed. “If you are trying to operate in a really constrained environment, a moving magnet may not be the safest solution. You want to be able to have a stationary instrument that just applies magnetic field to the whole sample,” she explains.
Youngbin Lee PhD ’22, a former graduate student in Anikeeva’s lab, engineered a solution to this problem. The robots he developed in Anikeeva’s lab are not uniformly magnetized. Instead, they are strategically magnetized in different zones and directions so a single magnetic field can enable a movement-driving profile of magnetic forces.
Before they are magnetized, however, the flexible, lightweight bodies of the robots must be fabricated. Lee starts this process with two kinds of rubber, each with a different stiffness. These are sandwiched together, then heated and stretched into a long, thin fiber. Because of the two materials’ different properties, one of the rubbers retains its elasticity through this stretching process, but the other deforms and cannot return to its original size. So when the strain is released, one layer of the fiber contracts, tugging on the other side and pulling the whole thing into a tight coil. Anikeeva says the helical fiber is modeled after the twisty tendrils of a cucumber plant, which spiral when one layer of cells loses water and contracts faster than a second layer.
A third material — one whose particles have the potential to become magnetic — is incorporated in a channel that runs through the rubbery fiber. So once the spiral has been made, a magnetization pattern that enables a particular type of movement can be introduced.
“Youngbin thought very carefully about how to magnetize our robots to make them able to move just as he programmed them to move,” Anikeeva says. “He made calculations to determine how to establish such a profile of forces on it when we apply a magnetic field that it will actually start walking or crawling.”
To form a caterpillar-like crawling robot, for example, the helical fiber is shaped into gentle undulations, and then the body, head, and tail are magnetized so that a magnetic field applied perpendicular to the robot’s plane of motion will cause the body to compress. When the field is reduced to zero, the compression is released, and the crawling robot stretches. Together, these movements propel the robot forward. Another robot in which two foot-like helical fibers are connected with a joint is magnetized in a pattern that enables a movement more like walking.
Biomedical potential
This precise magnetization process generates a program for each robot and ensures that that once the robots are made, they are simple to control. A weak magnetic field activates each robot’s program and drives its particular type of movement. A single magnetic field can even send multiple robots moving in opposite directions, if they have been programmed to do so. The team found that one minor manipulation of the magnetic field has a useful effect: With the flip of a switch to reverse the field, a cargo-carrying robot can be made to gently shake and release its payload.
Anikeeva says she can imagine these soft-bodied robots — whose straightforward production will be easy to scale up — delivering materials through narrow pipes, or even inside the human body. For example, they might carry a drug through narrow blood vessels, releasing it exactly where it is needed. She says the magnetically-actuated devices have biomedical potential beyond robots as well, and might one day be incorporated into artificial muscles or materials that support tissue regeneration.
On the Stepwise Nature of <br> Self-Supervised Learning
Figure 1: stepwise behavior in self-supervised learning. When training common SSL algorithms, we find that the loss descends in a stepwise fashion (top left) and the learned embeddings iteratively increase in dimensionality (bottom left). Direct visualization of embeddings (right; top three PCA directions shown) confirms that embeddings are initially collapsed to a point, which then expands to a 1D manifold, a 2D manifold, and beyond concurrently with steps in the loss.
It is widely believed that deep learning’s stunning success is due in part to its ability to discover and extract useful representations of complex data. Self-supervised learning (SSL) has emerged as a leading framework for learning these representations for images directly from unlabeled data, similar to how LLMs learn representations for language directly from web-scraped text. Yet despite SSL’s key role in state-of-the-art models such as CLIP and MidJourney, fundamental questions like “what are self-supervised image systems really learning?” and “how does that learning actually occur?” lack basic answers.
Our recent paper (to appear at ICML 2023) presents what we suggest is the first compelling mathematical picture of the training process of large-scale SSL methods. Our simplified theoretical model, which we solve exactly, learns aspects of the data in a series of discrete, well-separated steps. We then demonstrate that this behavior can be observed in the wild across many current state-of-the-art systems. This discovery opens new avenues for improving SSL methods, and enables a whole range of new scientific questions that, when answered, will provide a powerful lens for understanding some of today’s most important deep learning systems.
Read More