2 Sources
[1]
Startup's 'oscillator-based' AI technology could be 1,000 times more energy efficient than conventional computing
Engineers say an AI image generator built on a new type of physical computing could use far less power than existing stable diffusion-based methods. Researchers have unveiled a new "super-efficient" artificial intelligence (AI) model that can generate images by using a network of physical oscillators rather than traditional calculation-based computing infrastructure. The new model, known as "Un-0," was created by Unconventional AI, a recently launched technology company founded by a group of prominent AI researchers. These include Michael Carbin, an associate professor who leads the Programming Systems Group at MIT; Sara Achour, an assistant professor of computer science and electrical engineering at Stanford University; MeeLan Lee, a former Google engineer; and Naveen Rao, former head of AI for analytics company Databricks. The scientists outlined details of this new model in a technical blog post published June 25 on the company's website. The model is also publicly available through GitHub. Un-0 represents the first proof of concept for the company's underlying technology, which combines Achour's work in nonlinear physical substrates -- a physical material or hardware device that performs mathematical computations by letting its own natural, continuous laws of physics run -- with Carbin's research into machine learning and physical dynamics. The model itself is a "physical dynamical system," which uses physical motion over time to perform computations. Oscillator-based AI computing Conventional computers work by using a system of transistors -- tiny electrical switches that can be toggled on to let current flow through them or toggled off to block it. These signals can be read by a computer chip as either a "1" or a "0" -- and layering millions, or even billions, of these transistors together allows them to perform complex mathematical equations. Neural networks, like the kind that power established "stable diffusion" AI image generation tools such as Midjourney or Dall-E, work by layering millions of these calculations on top of each other. Essentially, the system starts with an image made of pure static. The network then examines the static and tries to mathematically predict what visual information (or noise) it needs to subtract from the image to get closer to the target picture. This process is repeated between 20 and 50 times (or occasionally up to 100, although the returns beyond 50 are marginal), with each pass getting closer to a recognizable image. But whereas those systems use raw mathematics to drive computational processes, Unconventional AI's concept is based on physics and physical movement. At the core of the theory are oscillators -- physical devices that produce a continuous waveform, like a metronome. According to the scientific principles at work, two oscillators that share a physical connection -- even if they're moving at completely different rates -- will eventually settle into the same rhythm by mutually influencing each other's movement. By scaling up this principle to thousands of physically linked oscillators -- known as a "Kuramoto model" -- the startup AI posited that the concept could be used to perform computational tasks such as image generation. In practice, different patterns of oscillator angles, or "phases," are used to represent different classes of images, such as shoes or trains. The model takes a large collection of oscillators, set at random angles, and then introduces a smaller subgroup of oscillators already set to the specific configuration of angles. This smaller subgroup acts as a prompt for the desired image category. These oscillators are then physically connected to the wider group, using a preset configuration of different connection strengths. When the oscillators are set into motion, this "control group" naturally pulls the rest of the oscillators toward the desired pattern over time. After a while, the system takes a snapshot of all of the oscillators' phases, which becomes a grid of numbers. This grid is then fed into a "decoder" system, which translates the numbers into color pixel information to form an image. Challenging AI's energy consumption One of Unconventional AI's most eye-catching claims has been its stated goal of having its model use 1,000 times less power than current systems do. In traditional AI image generation models, the calculations needed to perform operations involve flipping billions of tiny transistor switches on and off trillions of times per second, to force the electrical current to move in specific patterns through the circuit. Although each transistor isn't particularly power-intensive, the cumulative energy usage of a single server running an AI image generation tool can be enormous. For example, it reportedly took 1,287 MWh of energy -- enough to power the average U.K. home for more than 475 years -- to train OpenAI's GPT-3 model, Alex de Vries, a doctoral candidate at the VU Amsterdam School of Business and Economics, reported in a 2023 article published in the journal Joule. With the Un-0 model, however, the idea is that rather than forcing transistors to rapidly flip between open and closed, the system consists of a series of closed loops, where the natural path of the current forms the individual oscillators. Because the current is allowed to flow unobstructed, the researchers said in the study, the system is theoretically much more energy efficient than traditional computing architecture. The company's initial proof-of-concept model uses a simulation of these oscillators running on traditional computing hardware, but the scientists' goal is to one day build their own oscillator-based computing chips on which to run these calculations. Testing the model To test the model's performance, Unconventional AI put it through two common AI industry image generation benchmarks: CIFAR-10, a dataset of low-resolution color images split across 10 categories, and ImageNet 64×64, a much larger collection of over 1.2 million pictures at a higher resolution. These tests allow researchers to measure how closely the generated images match reference material. This metric is known as the model's Fréchet inception distance (FID), where a smaller number represents a higher degree of accuracy. In the study, researchers found that adding more oscillators significantly improved the model's results. In the CIFAR-10 test, scores ranged from an FID of 11.01 with 1,024 oscillators to 8.76 with 4,096 oscillators. In the more demanding ImageNet 64x64 test, a pool of 6,656 oscillators achieved a score of 8.41 FID, while 16,384 oscillators clocked in at 6.74. These results are comparable to those of early image generation models, including Google's pioneering BigGAN and OpenAI's iDDPM, which paved the way for its more modern DALL-E tool. However, the study authors stressed that the results "should be read as reference points rather than strictly identical measurements." "We view Un-0 as a promising first approach with quality that overlaps with that of several established image generation families when they were first introduced to the community," company representatives said in the technical blog post. "Un-0's quality matches where today's leading generative methods began. Conventional generators are still stronger on absolute quality and parameter efficiency -- closing that gap with new algorithms and model architectures is the work ahead." The scientists released the model weights -- the internal mathematical parameters that the model alters as it learns -- as well as training and ablation scripts -- specialised code files used to build and test the system -- allowing other researchers to test the models and run their own simulations. They hope to close the gap with new algorithms and models. "Taken together, Un-0's system of coupled Kuramoto oscillators offers the promise of learning with physical dynamics at a scale that's beyond what has been done before," they said in the technical blog post. "Un-0 points in the direction of the opportunity for a new computer that exploits physics to achieve our top-line goal of energy efficiency."
[2]
Startup unveils AI model built on oscillators and it could cut energy use by 1,000x
Unconventional AI has unveiled an experimental image-generation model that replaces conventional calculation-heavy computing with a simulated network of physical oscillators. The startup says the underlying approach could eventually use up to 1,000 times less energy than current AI systems. The model, called Un-0, is the company's first proof of concept. Unconventional AI was founded by researchers including MIT associate professor Michael Carbin, Stanford assistant professor Sara Achour, former Google engineer MeeLan Lee and former Databricks AI chief Naveen Rao. The team published technical details on June 25 and released the model through GitHub. Most computers perform calculations by rapidly switching billions of transistors between on and off states. Image generators based on diffusion models begin with visual noise and repeatedly calculate what must be removed to produce the requested image, typically running between 20 and 50 refinement steps. Un-0 instead represents information through oscillators, physical systems that produce repeating waves. Connected oscillators naturally influence one another until their rhythms begin to align, a process described by the Kuramoto model. To generate an image, the system assigns different oscillator phase patterns to categories such as shoes or trains. A smaller group configured with the desired pattern acts as the prompt and gradually pulls the wider network of randomly positioned oscillators toward the same arrangement. The system then records the oscillators' final phases as a numerical grid. A separate decoder converts that grid into pixel values to produce the image. Unconventional AI argues that physical oscillator hardware could consume far less electricity because current would flow continuously through closed loops rather than being forced through trillions of transistor-switching operations. The existing Un-0 model does not yet deliver those savings because it simulates the oscillators on conventional hardware. The company ultimately plans to develop dedicated oscillator-based chips. The researchers tested Un-0 using the CIFAR-10 and ImageNet 64×64 image datasets. On CIFAR-10, its Fréchet inception distance score improved from 11.01 with 1,024 oscillators to 8.76 with 4,096 oscillators. Lower scores indicate that generated images more closely resemble the reference data. On ImageNet 64×64, the score improved from 8.41 with 6,656 oscillators to 6.74 with 16,384 oscillators. The researchers said the results were comparable to early image generators such as Google's BigGAN and OpenAI's iDDPM, although they cautioned that the figures should be treated as reference points rather than directly equivalent measurements. The team acknowledged that current image generators still produce better overall quality while using their parameters more efficiently. Unconventional AI released the model weights, training code and ablation scripts so other researchers can test the approach and run their own simulations.
Share
Copy Link
Unconventional AI has unveiled Un-0, an experimental image-generation model that replaces traditional computing with a network of physical oscillators. Founded by researchers from MIT and Stanford, the startup claims this oscillator-based AI technology could eventually consume 1,000 times less energy than current systems. While the proof of concept shows promise on benchmark tests, the team acknowledges dedicated hardware is needed to realize the full energy savings.
Unconventional AI, a recently launched technology company, has introduced Un-0, an experimental image-generation model that fundamentally rethinks how artificial intelligence processes information
1
2
.
Source: Live Science
1
. The team published technical details on June 25 and released the model through GitHub, making it publicly available for testing2
.The oscillator-based AI technology works through a physical dynamical system that uses motion over time to perform computations, contrasting sharply with how conventional computers operate
1
. Traditional systems rely on billions of transistors switching on and off to represent ones and zeros. Image generators based on Stable Diffusion models like DALL-E begin with visual noise and repeatedly calculate what must be removed, typically running between 20 and 50 refinement steps1
2
. Un-0 instead uses oscillators—physical devices producing continuous waveforms—that naturally synchronize when connected, following principles described by the Kuramoto model1
. Different phase patterns represent image categories like shoes or trains. A smaller control group configured with the desired pattern gradually pulls randomly positioned oscillators toward the same arrangement, and the system records final phases as a numerical grid that a decoder converts into pixel values for image generation1
2
.The startup's most ambitious claim centers on being 1,000 times more energy efficient than current AI systems, directly addressing AI's energy consumption challenges
1
2
. Traditional AI image generation requires flipping billions of transistor switches trillions of times per second, creating enormous cumulative energy usage. Training OpenAI's GPT-3 model reportedly consumed 1,287 MWh of energy—enough to power the average U.K. home for more than 475 years1
. Unconventional AI argues that physical oscillator hardware could consume far less electricity because current would flow continuously through closed loops rather than being forced through trillions of switching operations2
. However, the existing Un-0 model does not yet deliver those savings because it simulates oscillators on conventional hardware. The company ultimately plans to develop dedicated oscillator-based chips to realize the full potential of nonlinear physical substrates2
.Related Stories
Researchers tested Un-0 using CIFAR-10 and ImageNet 64×64 datasets to evaluate the experimental image-generation model's capabilities
2
. On CIFAR-10, the Fréchet inception distance score improved from 11.01 with 1,024 oscillators to 8.76 with 4,096 oscillators, where lower scores indicate generated images more closely resemble reference data2
. On ImageNet 64×64, scores improved from 8.41 with 6,656 oscillators to 6.74 with 16,384 oscillators2
. The team noted these results were comparable to early image generators such as Google's BigGAN and OpenAI's iDDPM, though they cautioned the figures should be treated as reference points rather than directly equivalent measurements2
. The researchers acknowledged that current image generators still produce better overall quality while using their parameters more efficiently, but released model weights, training code and ablation scripts so other researchers can test the approach2
.Summarized by
Navi
[1]
25 Jun 2026•Technology

28 Jan 2026•Science and Research

08 Mar 2025•Technology

1
Technology

2
Science and Research

3
Policy and Regulation
