Close Menu
Beverly Hills Examiner

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    What's Hot

    Listen to Madonna and Kylie Minogue’s “Love Sensation (Afterhours Mix)”

    August 7, 2026

    Asia needs deeper energy markets if it’s going to achieve its AI ambitions

    August 7, 2026

    Chris Cuomo Tries to Play Dumb on DSA Radicals: ‘Who’s a Communist?’ (VIDEO)

    August 7, 2026
    Facebook X (Twitter) Instagram
    Beverly Hills Examiner
    • Home
    • US News
    • Politics
    • Business
    • Science
    • Technology
    • Lifestyle
    • Music
    • Television
    • Film
    • Books
    • Contact
      • About
      • Amazon Disclaimer
      • DMCA / Copyrights Disclaimer
      • Terms and Conditions
      • Privacy Policy
    Beverly Hills Examiner
    Home»Technology»AI that lights up the moon, improvises grammar, and teaches robots to walk like humans • TechCrunch
    Technology

    AI that lights up the moon, improvises grammar, and teaches robots to walk like humans • TechCrunch

    By AdminSeptember 14, 2022
    Facebook Twitter Pinterest LinkedIn WhatsApp Email Reddit Telegram
    AI that lights up the moon, improvises grammar, and teaches robots to walk like humans • TechCrunch


    Research in the field of machine learning and AI, now a key technology in practically every industry and company, is far too voluminous for anyone to read it all. This column, Perceptron, aims to collect some of the most relevant recent discoveries and papers — particularly in, but not limited to, artificial intelligence — and explain why they matter.

    Over the past few weeks, scientists developed an algorithm to uncover fascinating details about the Moon’s dimly-lit — and in some cases pitch-black — asteroid craters. Elsewhere, MIT researchers trained an AI model on textbooks to see whether it could independently figure out the rules of a specific language. And teams at DeepMind and Microsoft investigated whether motion capture data could be used to teach robots how to perform specific tasks, like walking.

    With the pending (and predictably delayed) launch of Artemis I, lunar science is again in the spotlight. Ironically, however, it is the darkest regions of the Moon that are potentially the most interesting, since they may house water ice that can be used for countless purposes. It’s easy to spot the darkness, but what’s in there? An international team of image experts has applied ML to the problem with some success.

    Though the craters lie in deepest darkness, the Lunar Reconnaissance Orbiter still captures the occasional photon from within, and the team put together years of these underexposed (but not totally black) exposures with a “physics-based, deep learning-driven post-processing tool” described in Geophysical Research Letters. The result is that “visible routes into the permanently shadowed regions can now be designed, greatly reducing risks to Artemis astronauts and robotic explorers,” according to David Kring of the Lunar and Planetary institute.

    Let there be light! The interior of the crater is reconstructed from stray photons.

    They’ll have flashlights, we imagine, but it’s good to have a general idea of where to go beforehand, and of course it could affect where robotic exploration or landers focus their efforts.

    However useful, there’s nothing mysterious about turning sparse data into an image. But in the world of linguistics, AI is making fascinating inroads into how and whether language models really know what they know. In the case of learning a language’s grammar, an MIT experiment found that a model trained on multiple textbooks was able to build its own model of how a given language worked, to the point where its grammar for Polish, say, could successfully answer textbook problems about it.

    “Linguists have thought that in order to really understand the rules of a human language, to empathize with what it is that makes the system tick, you have to be human. We wanted to see if we can emulate the kinds of knowledge and reasoning that humans (linguists) bring to the task,” said MIT’s Adam Albright in a news release. It’s very early research on this front but promising in that it shows that subtle or hidden rules can be “understood” by AI models without explicit instruction in them.

    But the experiment didn’t directly address a key, open question in AI research: how to prevent language models from outputting toxic, discriminatory or misleading language. New work out of DeepMind does tackle this, taking a philosophical approach to the problem of aligning language models with human values.

    Researchers at the lab posit that there’s no “one-size-fits-all” path to better language models, because the models need to embody different traits depending on the contexts in which they’re deployed. For example, a model designed to assist in scientific study would ideally only make true statements, while an agent playing the role of a moderator in a public debate would exercise values like toleration, civility and respect.

    So how can these values be instilled in a language model? The DeepMind coauthors don’t suggest one specific way. Instead, they imply models can cultivate more “robust” and “respectful” conversations over time via processes they call context construction and elucidation. As the coauthors explain: “Even when a person is not aware of the values that govern a given conversational practice, the agent may still help the human understand these values by prefiguring them in conversation, making the course of communication deeper and more fruitful for the human speaker.”

    LaMDA

    Google’s LaMDA language model responding to a question.

    Sussing out the most promising methods to align language models takes immense time and resources — financial and otherwise. But in domains beyond language, particularly scientific domains, that might not be the case for much longer, thanks to a $3.5 million grant from the National Science Foundation (NSF) awarded to a team of scientists from the University of Chicago, Argonne National Laboratory and MIT.

    With the NSF grant, the recipients plan to build what they describe as “model gardens,” or repositories of AI models designed to solve problems in areas like physics, mathematics and chemistry. The repositories will link the models with data and computing resources as well as automated tests and screens to validate their accuracy, ideally making it simpler for scientific researchers to test and deploy the tools in their own studies.

    “A user can come to the [model] garden and see all that information at a glance,” Ben Blaiszik, a data science researcher at Globus Labs involved with the project, said in a press release. “They can cite the model, they can learn about the model, they can contact the authors, and they can invoke the model themselves in a web environment, on leadership computing facilities or on their own computer.”

    Meanwhile, over in the robotics domain, researchers are building a platform for AI models not with software, but with hardware — neuromorphic hardware to be exact. Intel claims the latest generation of its experimental Loihi chip can enable an object recognition model to “learn” to identify an object it’s never seen before using up to 175 times less power than if the model were running on a CPU.

    Intel neuromorphic

    A humanoid robot equipped with one of Intel’s experimental neuromorphic chips.

    Neuromorphic systems attempt to mimic the biological structures in the nervous system. While traditional machine learning systems are either fast or power efficient, neuromorphic systems achieve both speed and efficiency by using nodes to process information and connections between the nodes to transfer electrical signals using analog circuitry. The systems can modulate the amount of power flowing between the nodes, allowing each node to perform processing — but only when required.

    Intel and others believe that neuromorphic computing has applications in logistics, for example powering a robot built to help with manufacturing processes. It’s theoretical at this point — neuromorphic computing has its downsides — but perhaps one day, that vision will come to pass.

    DeepMind embodied AI

    Image Credits: DeepMind

    Closer to reality is DeepMind’s recent work in “embodied intelligence,” or using human and animal motions to teach robots to dribble a ball, carry boxes, and even play football. Researchers at the lab devised a setup to record data from motion trackers worn by humans and animals, from which an AI system learned to infer how to complete new actions, like how to walk in a circular motion. The researchers claim that this approach translated well to real-world robots, for example allowing a four-legged robot to walk like a dog while simultaneously dribbling a ball.

    Coincidentally, Microsoft earlier this summer released a library of motion capture data intended to spur research into robots that can walk like humans. Called MoCapAct, the library contains motion capture clips that, when used with other data, can be used to create agile bipedal robots — at least in simulation.

    “[Creating this data set] has taken the equivalent of 50 years over many GPU-equipped [servers] … a testament to the computational hurdle MoCapAct removes for other researchers,” the coauthors of the work wrote in a blog post. “We hope the community can build off of our dataset and work to do incredible research in the control of humanoid robots.”

    Peer review of scientific papers is invaluable human work, and it’s unlikely AI will take over there, but it may actually help make sure that peer reviews are actually helpful. A Swiss research group has been looking at model-based evaluation of peer reviews, and their early results are mixed — in a good way. There wasn’t some obvious good or bad method or trend, and publication impact rating didn’t seem to predict whether a review was thorough or helpful. That’s okay though, because although quality of reviews differs, you wouldn’t want there to be a systematic lack of good review everywhere but major journals, for instance. Their work is ongoing.

    Last, for anyone concerned about creativity in this domain, here’s a personal project by Karen X. Cheng that shows how a bit of ingenuity and hard work can be combined with AI to produce something truly original.





    Original Source Link

    Share. Facebook Twitter Pinterest LinkedIn WhatsApp Email Reddit Telegram
    Previous ArticleStreetlights in Europe are getting bluer – that may be bad for health
    Next Article “We are far away from the end of the war” after call with Putin

    RELATED POSTS

    One of China’s Most Powerful AI Models Has Also Escaped Containment

    August 7, 2026

    eBay continues to bet on live shopping after record quarter

    August 6, 2026

    OpenAI Didn’t Notice Its AI Agents Using a Message Board to Plan Their Hacking Spree

    August 6, 2026

    Trump EPA wrongly canceled $20B in climate funds, appeals court rules

    August 5, 2026

    OK, Well, Rogue AI Agents Are Hacking Again

    August 5, 2026

    Apple says more ex-employees may have taken confidential data to OpenAI

    August 4, 2026
    latest posts

    Listen to Madonna and Kylie Minogue’s “Love Sensation (Afterhours Mix)”

    It was the WorldPride Amsterdam appearance heard ’round the world: Kylie Minogue strutting onstage to…

    Asia needs deeper energy markets if it’s going to achieve its AI ambitions

    August 7, 2026

    Chris Cuomo Tries to Play Dumb on DSA Radicals: ‘Who’s a Communist?’ (VIDEO)

    August 7, 2026

    Aces star targets heckling Fever fans in Indy before Chelsea Gray stuns Caitlin Clark in OT thriller

    August 7, 2026

    One of China’s Most Powerful AI Models Has Also Escaped Containment

    August 7, 2026

    OpenAI’s latest math breakthroughs commit research misconduct, experts say

    August 7, 2026

    Prime Video’s New R-Rated Bosch Replacement Is Ballard’s Perfect Rival

    August 7, 2026
    Categories
    • Books (1,410)
    • Business (6,314)
    • Cover Story (9)
    • Film (6,253)
    • Lifestyle (4,313)
    • Music (6,324)
    • Politics (6,296)
    • Science (5,663)
    • Technology (6,248)
    • Television (5,944)
    • Uncategorized (3)
    • US News (6,299)
    popular posts

    Trump VP contender Kristi Noem defends dog killing amid ridicule

    South Dakota Governor Kristi Noem greets former U.S. President and Republican presidential candidate Donald Trump…

    Europe Has Descended Into the Age of Fire

    July 20, 2022

    Whirlpool Cuts Profit Outlook, Reports Loss From Sale of Russian Business

    July 26, 2022

    Brandon Perea Feared Following Philip Seymour Hoffman

    July 19, 2024
    Archives
    Browse By Category
    • Books (1,410)
    • Business (6,314)
    • Cover Story (9)
    • Film (6,253)
    • Lifestyle (4,313)
    • Music (6,324)
    • Politics (6,296)
    • Science (5,663)
    • Technology (6,248)
    • Television (5,944)
    • Uncategorized (3)
    • US News (6,299)
    About Us

    We are a creativity led international team with a digital soul. Our work is a custom built by the storytellers and strategists with a flair for exploiting the latest advancements in media and technology.

    Most of all, we stand behind our ideas and believe in creativity as the most powerful force in business.

    What makes us Different

    We care. We collaborate. We do great work. And we do it with a smile, because we’re pretty damn excited to do what we do. If you would like details on what else we can do visit out Contact page.

    Our Picks

    OpenAI’s latest math breakthroughs commit research misconduct, experts say

    August 7, 2026

    Prime Video’s New R-Rated Bosch Replacement Is Ballard’s Perfect Rival

    August 7, 2026

    ’90 Day Fiance’ Brandan & Mary DeNuccio Beg For More Money

    August 7, 2026
    © 2026 Beverly Hills Examiner. All rights reserved. All articles, images, product names, logos, and brands are property of their respective owners. All company, product and service names used in this website are for identification purposes only. Use of these names, logos, and brands does not imply endorsement unless specified. By using this site, you agree to the Terms & Conditions and Privacy Policy.

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

    We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent.
    Cookie SettingsAccept All
    Manage consent

    Privacy Overview

    This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
    Necessary
    Always Enabled
    Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
    CookieDurationDescription
    cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
    cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
    cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
    cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
    cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
    viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
    Functional
    Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
    Performance
    Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
    Analytics
    Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
    Advertisement
    Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
    Others
    Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
    SAVE & ACCEPT