Connect with us

The Sciences

AI learns words from a human baby in latest advance

Compared to language models such as ChatGPT that are trained on trillions of datasets, New York University’s (NYU) new AI model shows that they can be much smarter.

Published

on

Source: Gerard Siderius / Unsplash

In a recent study published in Science, scientists at the New York University (NYU), in the US, successfully got a human baby to teach words to an AI model.

A baby boy named Sam in the US, had helped provide NYU scientists with 61 hours of head-cam footage spanning various stages of his growth since he was 6 months old to 18 months. The researchers then trained a neural network with the head-cam footage and transcripts.

Developmental psychologists have long believed that human babies have an innate learning capacity to learn language. That world view has shattered, at least according to one psychologist.“I was one of the people who thought that the problem of learning language is infinitely complex and that it wouldn’t be possible to learn a word’s meaning without having some specific machinery built into your mind,” said Jess Sullivan at Skidmore College to the Scientific American, who participated in data collection but didn’t partake in the study. “Now I see that, in at least one case, it is possible.”

This doesn’t mean that the AI can learn as fast as humans, or human babies either – since the AI model the NYU programmed was a very simple, basic one – that does word and image association well.

The AI model identified objects about 62% of the time. However, the AI model wasn’t trained to detect verbs and other aspects of language, reported Smithsonian Magazine.

But Wai Keen Vong, an NYU computer scientist and a co-author in the study said to Washington Post. “There’s not anything inbuilt into the network giving the model clues about language or how language ought to be structured. “Moreover, that’s the highlight of the study. “Today’s models don’t need as much input as they’re getting in order to make meaningful generalizations,” said Brendan Lake, an NYU computational cognitive scientist and a co-author in the study. And compared to language models such as ChatGPT that are trained on trillions of datasets, the new NYU AI model shows that AIs can be much smarter.

Health

Giant Human Antibody Found to Act Like a Brace Against Bacterial Toxins

This synergistic bracing action gives IgM a unique advantage in neutralizing bacterial toxins that are exposed to mechanical forces inside the body

Published

on

Scientific illustration showing a large human antibody (IgM) attaching to and stabilizing a spiky bacterial toxin protein, visually representing how IgM acts as a physical brace against bacterial toxins to protect human cells
Illustration depicting a giant human antibody (IgM) mechanically bracing a spiky bacterial toxin protein, inspired by recent research on antibodies acting as mechanical stabilizers against bacterial toxins rather than just chemical blockers. Image credit: EdPublica

Our immune system’s largest antibody, IgM, has revealed a hidden superpower — it doesn’t just latch onto harmful microbes, it can also act like a brace, mechanically stabilizing bacterial toxins and stopping them from wreaking havoc inside our bodies.

A team of scientists from the S.N. Bose National Centre for Basic Sciences (SNBNCBS) in Kolkata, India, an autonomous institute under the Department of Science and Technology (DST), made this discovery in a recent study. The team reports that IgM can mechanically stiffen bacterial proteins, preventing them from unfolding or losing shape under physical stress.

“This changes the way we think about antibodies,” the researchers said in a media statement. “Traditionally, antibodies are seen as chemical keys that unlock and disable pathogens. But we show they can also serve as mechanical engineers, altering the physical properties of proteins to protect human cells.”

Unlocking a new antibody role

Our immune system produces many different antibodies, each with a distinct function. IgM, the largest and one of the very first antibodies generated when our body detects an infection, has long been recognized for its front-line defense role. But until now, little was known about its ability to physically stabilize dangerous bacterial proteins.

The SNBNCBS study focused on Protein L, a molecule produced by Finegoldia magna. This bacterium is generally harmless but can become pathogenic in certain situations. Protein L acts as a “superantigen,” binding to parts of antibodies in unusual ways and interfering with immune responses.

Image credit: PIB

Using single-molecule force spectroscopy — a high-precision method that applies minuscule forces to individual molecules — the researchers discovered that when IgM binds Protein L, the bacterial protein becomes more resistant to mechanical stress. In effect, IgM braces the molecule, preventing it from unfolding under physiological forces, such as those exerted by blood flow or immune cell pressure.

Why size matters

The stabilizing effect depended on IgM concentration: more IgM meant stronger resistance. Simulations showed that this is because IgM’s large structure carries multiple binding sites, allowing it to clamp onto Protein L at several locations simultaneously. Smaller antibodies lack this kind of stabilizing network.

“This synergistic bracing action gives IgM a unique advantage in neutralizing bacterial toxins that are exposed to mechanical forces inside the body,” the researchers explained.

The finding highlights an overlooked dimension of how our immune system works — antibodies don’t merely bind chemically but can also act as mechanical modulators, physically disarming toxins.

Such insights could open a new frontier in drug development, where future therapies may involve engineering antibodies to stiffen harmful proteins, effectively locking them in a harmless state.

The study suggests that by harnessing this natural bracing mechanism, scientists may be able to design innovative treatments that go beyond traditional antibody functions.

Continue Reading

Math

Researchers Unveil Breakthrough in Efficient Machine Learning with Symmetric Data

Published

on

Illustrated image

MIT researchers have developed the first mathematically proven method for training machine learning models that can efficiently interpret symmetric data—an advance that could significantly enhance the accuracy and speed of AI systems in fields ranging from drug discovery to climate analysis.

In traditional drug discovery, for example, a human looking at a rotated image of a molecule can easily recognize it as the same compound. However, standard machine learning models may misclassify the rotated image as a completely new molecule, highlighting a blind spot in current AI approaches. This shortcoming stems from the concept of symmetry, where an object’s fundamental properties remain unchanged even when it undergoes transformations like rotation.

“If a drug discovery model doesn’t understand symmetry, it could make inaccurate predictions about molecular properties,” the researchers explained. While some empirical techniques have shown promise, there was previously no provably efficient way to train models that rigorously account for symmetry—until now.

“These symmetries are important because they are some sort of information that nature is telling us about the data, and we should take it into account in our machine-learning models. We’ve now shown that it is possible to do machine-learning with symmetric data in an efficient way,” said Behrooz Tahmasebi, MIT graduate student and co-lead author of the new study, in a media statement.

The research, recently presented at the International Conference on Machine Learning, is co-authored by fellow MIT graduate student Ashkan Soleymani (co-lead author), Stefanie Jegelka (associate professor of EECS, IDSS member, and CSAIL member), and Patrick Jaillet (Dugald C. Jackson Professor of Electrical Engineering and Computer Science and principal investigator at LIDS).

Rethinking how AI sees the world

Symmetric data appears across numerous scientific disciplines. For instance, a model capable of recognizing an object irrespective of its position in an image demonstrates such symmetry. Without built-in mechanisms to process these patterns, machine learning models can make more mistakes and require massive datasets for training. Conversely, models that leverage symmetry can work faster and with fewer data points.

“Graph neural networks are fast and efficient, and they take care of symmetry quite well, but nobody really knows what these models are learning or why they work. Understanding GNNs is a main motivation of our work, so we started with a theoretical evaluation of what happens when data are symmetric,” Tahmasebi noted.

The MIT researchers explored the trade-off between how much data a model needs and the computational effort required. Their resulting algorithm brings symmetry to the fore, allowing models to learn from fewer examples without spending excessive computing resources.

Blending algebra and geometry

The team combined strategies from both algebra and geometry, reformulating the problem so the machine learning model could efficiently process the inherent symmetries in the data. This innovative blend results in an optimization problem that is computationally tractable and requires fewer training samples.

“Most of the theory and applications were focusing on either algebra or geometry. Here we just combined them,” explained Tahmasebi.

By demonstrating that symmetry-aware training can be both accurate and efficient, the breakthrough paves the way for the next generation of neural network architectures, which promise to be more precise and less resource-intensive than conventional models.

“Once we know that better, we can design more interpretable, more robust, and more efficient neural network architectures,” added Soleymani.

This foundational advance is expected to influence future research in diverse applications, including materials science, astronomy, and climate modeling, wherever symmetry in data is a key feature.

Continue Reading

Health

Researchers Develop Low-Cost Sensor for Real-Time Detection of Toxic Sulfur Dioxide Gas

Sulfur dioxide, a toxic air pollutant primarily released from vehicle exhaust and industrial processes, is notorious for triggering respiratory irritation, asthma attacks, and long-term lung damage.

Published

on

In a significant breakthrough for environmental monitoring and public health, scientists from the Centre for Nano and Soft Matter Sciences (CeNS), Bengaluru, India, have developed an affordable and highly sensitive sensor capable of detecting sulfur dioxide (SO₂) gas at extremely low concentrations.

Sulfur dioxide, a toxic air pollutant primarily released from vehicle exhaust and industrial processes, is notorious for triggering respiratory irritation, asthma attacks, and long-term lung damage. Monitoring its presence in real time is essential, but existing technologies are often expensive, power-hungry, or ineffective at detecting the gas at trace levels.

To address this gap, the CeNS team, under the leadership of Dr. S. Angappane, has engineered a novel sensor by combining two metal oxides — nickel oxide (NiO) and neodymium nickelate (NdNiO₃). NiO serves as the receptor that captures SO₂ molecules, while NdNiO₃ acts as a transducer that converts the chemical interaction into an electrical signal. This innovative design enables the sensor to detect SO₂ at concentrations as low as 320 parts per billion (ppb), outperforming many commercial alternatives.

Speaking about the development, Dr. Angappane said in a media statement, “This sensor system not only advances the sensitivity benchmark but also brings real-time gas monitoring within reach for a wider range of users. It demonstrates how smart materials can provide practical solutions for real-world environmental challenges.”

Threshold-triggered sensor response in a) Safe state, b) Warning state, and c) Danger state. Image credit: PIB

The CeNS team has also built a portable prototype incorporating the sensor. It features a user-friendly threshold-triggered alert system with color-coded indicators: green for safe levels, yellow for warning, and red for danger. This visual approach ensures that even non-specialist users can understand and respond to pollution risks instantly. Its compact size and lightweight design make it ideal for deployment in industrial zones, urban neighborhoods, and enclosed environments requiring continuous air quality surveillance.

The sensor system was conceptualized and designed by Mr. Vishnu G Nath, with key contributions from Dr. Shalini Tomar, Mr. Nikhil N. Rao, Dr. Muhammed Safeer Naduvil Kovilakath, Dr. Neena S. John, Dr. Satadeep Bhattacharjee, and Prof. Seung-Cheol Lee. The research findings were recently published in the journal Small.

With this innovation, CeNS reinforces the role of advanced materials science in developing cost-effective technologies that protect both public health and the environment.

Continue Reading

Trending