Close Menu
Ztoog
    What's Hot
    Science

    Spellbinding shots capture the Milky Way in all its glory

    Crypto

    Top Analyst Predicts Ethereum Could Ignite Bull Rally If Price Surpasses $2,330

    The Future

    How to Stream ‘The Curse’ Starring Emma Stone, Nathan Fielder

    Important Pages:
    • About Us
    • Contact us
    • Privacy Policy
    • Terms & Conditions
    Facebook X (Twitter) Instagram Pinterest
    Facebook X (Twitter) Instagram Pinterest
    Ztoog
    • Home
    • The Future

      Any wall can be turned into a camera to see around corners

      JD Vance and President Trump’s Sons Hype Bitcoin at Las Vegas Conference

      AI may already be shrinking entry-level jobs in tech, new research suggests

      Today’s NYT Strands Hints, Answer and Help for May 26 #449

      LiberNovo Omni: The World’s First Dynamic Ergonomic Chair

    • Technology

      A Replit employee details a critical security flaw in web apps created using AI-powered app builder Lovable that exposes API keys and personal info of app users (Reed Albergotti/Semafor)

      Gemini in Google Drive can now help you skip watching that painfully long Zoom meeting

      Apple iPhone exports from China to the US fall 76% as India output surges

      Today’s NYT Wordle Hints, Answer and Help for May 26, #1437

      5 Skills Kids (and Adults) Need in an AI World – O’Reilly

    • Gadgets

      Future-proof your career by mastering AI skills for just $20

      8 Best Vegan Meal Delivery Services and Kits (2025), Tested and Reviewed

      Google Home is getting deeper Gemini integration and a new widget

      Google Announces AI Ultra Subscription Plan With Premium Features

      Google shows off Android XR-based glasses, announces Warby Parker team-up

    • Mobile

      Deals: the Galaxy S25 series comes with a free tablet, Google Pixels heavily discounted

      Microsoft is done being subtle – this new tool screams “upgrade now”

      Wallpaper Wednesday: Android wallpapers 2025-05-28

      Google can make smart glasses accessible with Warby Parker, Gentle Monster deals

      vivo T4 Ultra specs leak

    • Science

      Analysts Say Trump Trade Wars Would Harm the Entire US Energy Sector, From Oil to Solar

      Do we have free will? Quantum experiments may soon reveal the answer

      Was Planet Nine exiled from the solar system as a baby?

      How farmers can help rescue water-loving birds

      A trip to the farm where loofahs grow on vines

    • AI

      Rationale engineering generates a compact new tool for gene therapy | Ztoog

      The AI Hype Index: College students are hooked on ChatGPT

      Learning how to predict rare kinds of failures | Ztoog

      Anthropic’s new hybrid AI model can work on tasks autonomously for hours at a time

      AI learns how vision and sound are connected, without human intervention | Ztoog

    • Crypto

      GameStop bought $500 million of bitcoin

      CoinW Teams Up with Superteam Europe to Conclude Solana Hackathon and Accelerate Web3 Innovation in Europe

      Ethereum Net Flows Turn Negative As Bulls Push For $3,500

      Bitcoin’s Power Compared To Nuclear Reactor By Brazilian Business Leader

      Senate advances GENIUS Act after cloture vote passes

    Ztoog
    Home » AI helps robots manipulate objects with their whole bodies | Ztoog
    AI

    AI helps robots manipulate objects with their whole bodies | Ztoog

    Facebook Twitter Pinterest WhatsApp
    AI helps robots manipulate objects with their whole bodies | Ztoog
    Share
    Facebook Twitter LinkedIn Pinterest WhatsApp

    Imagine you need to carry a big, heavy field up a flight of stairs. You would possibly unfold your fingers out and carry that field with each arms, then maintain it on high of your forearms and stability it towards your chest, utilizing your whole physique to manipulate the field. 

    Humans are usually good at whole-body manipulation, however robots wrestle with such duties. To the robotic, every spot the place the field might contact any level on the provider’s fingers, arms, and torso represents a contact occasion that it should motive about. With billions of potential contact occasions, planning for this job rapidly turns into intractable.

    Now MIT researchers discovered a technique to simplify this course of, referred to as contact-rich manipulation planning. They use an AI approach known as smoothing, which summarizes many contact occasions right into a smaller variety of selections, to allow even a easy algorithm to rapidly establish an efficient manipulation plan for the robotic.

    While nonetheless in its early days, this technique might doubtlessly allow factories to make use of smaller, cellular robots that may manipulate objects with their total arms or bodies, quite than giant robotic arms that may solely grasp utilizing fingertips. This could assist cut back power consumption and drive down prices. In addition, this method could possibly be helpful in robots despatched on exploration missions to Mars or different photo voltaic system bodies, since they might adapt to the setting rapidly utilizing solely an onboard laptop.      

    “Rather than thinking about this as a black-box system, if we can leverage the structure of these kinds of robotic systems using models, there is an opportunity to accelerate the whole procedure of trying to make these decisions and come up with contact-rich plans,” says H.J. Terry Suh, {an electrical} engineering and laptop science (EECS) graduate pupil and co-lead writer of a paper on this method.

    Joining Suh on the paper are co-lead writer Tao Pang PhD ’23, a roboticist at Boston Dynamics AI Institute; Lujie Yang, an EECS graduate pupil; and senior writer Russ Tedrake, the Toyota Professor of EECS, Aeronautics and Astronautics, and Mechanical Engineering, and a member of the Computer Science and Artificial Intelligence Laboratory (CSAIL). The analysis seems this week in IEEE Transactions on Robotics.

    Learning about studying

    Reinforcement studying is a machine-learning approach the place an agent, like a robotic, learns to finish a job by way of trial and error with a reward for getting nearer to a purpose. Researchers say the sort of studying takes a black-box strategy as a result of the system should be taught every little thing in regards to the world by way of trial and error.

    It has been used successfully for contact-rich manipulation planning, the place the robotic seeks to be taught one of the best ways to maneuver an object in a specified method.

    But as a result of there could also be billions of potential contact factors {that a} robotic should motive about when figuring out find out how to use its fingers, arms, arms, and physique to work together with an object, this trial-and-error strategy requires an excessive amount of computation.

    “Reinforcement learning may need to go through millions of years in simulation time to actually be able to learn a policy,” Suh provides.

    On the opposite hand, if researchers particularly design a physics-based mannequin utilizing their data of the system and the duty they need the robotic to perform, that mannequin incorporates construction about this world that makes it extra environment friendly.

    Yet physics-based approaches aren’t as efficient as reinforcement studying on the subject of contact-rich manipulation planning — Suh and Pang questioned why.

    They performed an in depth evaluation and located {that a} approach referred to as smoothing permits reinforcement studying to carry out so nicely.

    Many of the selections a robotic might make when figuring out find out how to manipulate an object aren’t necessary within the grand scheme of issues. For occasion, every infinitesimal adjustment of 1 finger, whether or not or not it ends in contact with the article, doesn’t matter very a lot.  Smoothing averages away a lot of these unimportant, intermediate selections, leaving a number of necessary ones.

    Reinforcement studying performs smoothing implicitly by attempting many contact factors after which computing a weighted common of the outcomes. Drawing on this perception, the MIT researchers designed a easy mannequin that performs an identical kind of smoothing, enabling it to concentrate on core robot-object interactions and predict long-term conduct. They confirmed that this strategy could possibly be simply as efficient as reinforcement studying at producing complicated plans.

    “If you know a bit more about your problem, you can design more efficient algorithms,” Pang says.

    A profitable mixture

    Even although smoothing vastly simplifies the selections, looking out by way of the remaining selections can nonetheless be a troublesome downside. So, the researchers mixed their mannequin with an algorithm that may quickly and effectively search by way of all doable selections the robotic might make.

    With this mix, the computation time was lower right down to a couple of minute on a regular laptop computer.

    They first examined their strategy in simulations the place robotic arms got duties like transferring a pen to a desired configuration, opening a door, or selecting up a plate. In every occasion, their model-based strategy achieved the identical efficiency as reinforcement studying, however in a fraction of the time. They noticed related outcomes after they examined their mannequin in {hardware} on actual robotic arms.

    “The same ideas that enable whole-body manipulation also work for planning with dexterous, human-like hands. Previously, most researchers said that reinforcement learning was the only approach that scaled to dexterous hands, but Terry and Tao showed that by taking this key idea of (randomized) smoothing from reinforcement learning, they can make more traditional planning methods work extremely well, too,” Tedrake says.

    However, the mannequin they developed depends on an easier approximation of the true world, so it can not deal with very dynamic motions, equivalent to objects falling. While efficient for slower manipulation duties, their strategy can not create a plan that might allow a robotic to toss a can right into a trash bin, for example. In the long run, the researchers plan to reinforce their approach so it might sort out these extremely dynamic motions.

    “If you study your models carefully and really understand the problem you are trying to solve, there are definitely some gains you can achieve. There are benefits to doing things that are beyond the black box,” Suh says.

    This work is funded, partially, by Amazon, MIT Lincoln Laboratory, the National Science Foundation, and the Ocado Group.

    Share. Facebook Twitter Pinterest LinkedIn WhatsApp

    Related Posts

    AI

    Rationale engineering generates a compact new tool for gene therapy | Ztoog

    AI

    The AI Hype Index: College students are hooked on ChatGPT

    AI

    Learning how to predict rare kinds of failures | Ztoog

    AI

    Anthropic’s new hybrid AI model can work on tasks autonomously for hours at a time

    AI

    AI learns how vision and sound are connected, without human intervention | Ztoog

    AI

    How AI is introducing errors into courtrooms

    AI

    With AI, researchers predict the location of virtually any protein within a human cell | Ztoog

    AI

    Google DeepMind’s new AI agent cracks real-world problems better than humans can

    Leave A Reply Cancel Reply

    Follow Us
    • Facebook
    • Twitter
    • Pinterest
    • Instagram
    Top Posts
    Science

    Rethinking reality: Is the entire universe a single quantum object?

    IMAGINE you possibly can see by means of on a regular basis objects to the…

    Gadgets

    TP-Link Deco BE85 Review: Too Much, Too Soon

    TP-Link’s Deco BE85 is the primary Wi-Fi 7 mesh system I’ve examined. These tri-band routers…

    The Future

    Best Buy’s Black Friday in July Sale Has Started. Here’s What’s Available Now

    While Amazon Prime Day kicks off on Tuesday, main retailers like Best Buy (in addition to Walmart and Target)…

    Mobile

    Major Galaxy Tab S9 FE, Tab S9 FE Plus leak lays out spec details ahead of the launch

    What you’ll want to knowA brand new spherical of leaks double-down on the Galaxy Tab…

    Science

    New tiny gecko species named after Vincent van Gogh

    Scientists have found a brand new species of gecko named for post-impressionist painter Vincent van…

    Our Picks
    AI

    Advancing technology for aquaculture | Ztoog

    AI

    Meet neograd: A Deep Learning Framework Created from Scratch Using Python and NumPy with Automatic Differentiation Capabilities

    Crypto

    Bitcoin Plunges Below $27,000 As Miners Show Signs Of Selling

    Categories
    • AI (1,493)
    • Crypto (1,753)
    • Gadgets (1,805)
    • Mobile (1,851)
    • Science (1,866)
    • Technology (1,802)
    • The Future (1,648)
    Most Popular
    The Future

    amaysim is ready to go 5G

    Technology

    Twitch allowing more nudity after disproportionately banning female streamers

    Gadgets

    Person who made the Windows 3.1 port of Wordle is back with a ChatGPT client

    Ztoog
    Facebook X (Twitter) Instagram Pinterest
    • Home
    • About Us
    • Contact us
    • Privacy Policy
    • Terms & Conditions
    © 2025 Ztoog.

    Type above and press Enter to search. Press Esc to cancel.