3 Sources
[1]
AI Torque Clustering: Is it truly "autonomous AI on the horizon?"
Torque Clustering may - or may not - constitute a revolution in the field of artificial intelligence About every 10 minutes, it seems, a new article about a "revolutionary breakthrough" in AI hits my screen. A new approach, a new feature, billions of dollars this, AI agents that. It has been non-stop for the last year and grows exponentially every day. Today was no different. This afternoon, the headline read "Truly autonomous AI is on the horizon." I took pause on that title, as it's something I've certainly heard many times over the years, but this time it read like such a statement of fact that it led me to wonder, "How far is the horizon, exactly? I guess it depends on where you're at." Personally, when I look out at the sea across the street, it looks to be about four miles (six km) or so before the curvature of the Earth falls away and officially becomes the "horizon." That's not particularly far away. Is "truly" autonomous AI really only that far away? I'm not so sure, but the University of Technology Sydney's latest AI advancement could possibly change my mind. Researchers there have developed a new method of training AI on large datasets, and it's called Torque Clustering. This new method is inspired by the gravitational interactions that occur when galaxies merge in the vastness of the universe. It can efficiently and autonomously analyze massive amounts of data without human guidance or parameters; very much the opposite of how AI currently clusters data. Somehow, merging galaxies is akin to the process of natural learning, wherein "animals learn by observing, exploring, and interacting with their environment, without explicit instructions." So says UT Sydney's Prof. Chin-Teng Lin. So first of all, what is clustering? In the simplest analogy, imagine you're at a party. You look around and see separate groups of people huddled together around the room, talking animatedly about their shared interests: Sports, BBQ, gardening, and that one guy standing in the corner alone. That's the most basic idea of clustering. When a dataset is handed over to AI to learn or analyze, like-data is separated into groups or patterns to be effectively processed. There are quite a few methods of clustering, with K-Means, DBSCAN, and Hierarchical Clustering being the most commonly used. Each method has its strong suits and weak points: complexity of data, cost to process, etc. More importantly, each method requires some sort of human intervention, be it setting parameters such as the number of predefined clusters, epsilon distances, minimum points per cluster, or hierarchy distance metrics - the list goes on. If any one of those human-set parameters is incorrect, the output will vary greatly to the point of being entirely incorrect. You may have heard of "AI hallucinations," where AI large language models (LLM) output nonsensical or false responses. While clustering issues aren't entirely responsible for these hallucinations, they do contribute to them if similar words or patterns are incorrectly grouped together. Think: that one guy in the corner at the party who joined the sports group when he overheard the words "shovel pass." But realistically, he would have been better off talking to the gardening types as he knows a lot more about trowels than touchdowns. There's a lot more to hallucinations than just that, but that's for another article or 10. Supervised learning - humans labeling, defining, and setting parameters - is time-consuming, expensive, and becomes very difficult as the complexity of the dataset grows. The concept of Torque Clustering would take human-predefined values and human supervision entirely out of the equation, allowing the AI to make its own predictions and see the relationships within datasets far more efficiently. So far, researchers have tested the Torque Clustering algorithm on 1,000 diverse datasets with an AMI score of 97.7%. AMI is an "adjusted mutual information" score that measures how well clusters of data are organized. Sports with sports, gardening with gardening, etc, even if both sports and gardening share similar words like "shovel," "turf" and "seed" ... you get the point. By contrast, other methods of clustering that are considered to be state-of-the-art achieve AMI scores in the 80% range. "What sets Torque Clustering apart is its foundation in the physical concept of torque, enabling it to identify clusters autonomously and adapt seamlessly to diverse data types, with varying shapes, densities, and noise degrees," says Dr. Jie Yang, first author of the study. "It was inspired by the torque balance in gravitational interactions when galaxies merge. It is based on two natural properties of the universe: mass and distance." It's a lot to process (no pun intended), but does show promise in the development of artificial general intelligence (AGI). Giving a blank-slate AI a load of data to just "figure it out" seems both intriguing as well as risky. Is it truly parameter-free and fully autonomous? Or is it layered with hidden heuristics that guide its learning path? The entire Torque Clustering project - which has been making headlines in the last few days - is open-source and available on GitHub to anyone willing to tinker with it, so we'll likely find out the answers to all our questions sooner rather than later. But it has been available since May of 2024 and I haven't seen it as a widely adopted methodology for AI training ... so maybe we already have our answer.
[2]
Truly autonomous AI is on the horizon
Researchers have developed a new AI algorithm, called Torque Clustering, that is much closer to natural intelligence than current methods. It significantly improves how AI systems learn and uncover patterns in data independently, without human guidance. Torque Clustering can efficiently and autonomously analyse vast amounts of data in fields such as biology, chemistry, astronomy, psychology, finance and medicine, revealing new insights such as detecting disease patterns, uncovering fraud, or understanding behaviour. "In nature, animals learn by observing, exploring, and interacting with their environment, without explicit instructions. The next wave of AI, 'unsupervised learning' aims to mimic this approach," said Distinguished Professor CT Lin from the University of Technology Sydney (UTS). "Nearly all current AI technologies rely on 'supervised learning', an AI training method that requires large amounts of data to be labelled by a human using predefined categories or values, so that the AI can make predictions and see relationships. "Supervised learning has a number of limitations. Labelling data is costly, time-consuming and often impractical for complex or large-scale tasks. Unsupervised learning, by contrast, works without labelled data, uncovering the inherent structures and patterns within datasets." A paper detailing the Torque Clustering method, Autonomous clustering by fast find of mass and distance peaks, has just been published in IEEE Transactions on Pattern Analysis and Machine Intelligence, a leading journal in the field of artificial intelligence. The Torque Clustering algorithm outperforms traditional unsupervised learning methods, offering a potential paradigm shift. It is fully autonomous, parameter-free, and can process large datasets with exceptional computational efficiency. It has been rigorously tested on 1,000 diverse datasets, achieving an average adjusted mutual information (AMI) score -- a measure of clustering results -- of 97.7%. In comparison, other state-of-the-art methods only achieve scores in the 80% range. "What sets Torque Clustering apart is its foundation in the physical concept of torque, enabling it to identify clusters autonomously and adapt seamlessly to diverse data types, with varying shapes, densities, and noise degrees," said first author Dr Jie Yang. "It was inspired by the torque balance in gravitational interactions when galaxies merge. It is based on two natural properties of the universe: mass and distance. This connection to physics adds a fundamental layer of scientific significance to the method. "Last year's Nobel Prize in physics was awarded for foundational discoveries that enable supervised machine learning with artificial neural networks. Unsupervised machine learning -- inspired by the principle of torque -- has the potential to make a similar impact," said Dr Yang. Torque Clustering could support the development of general artificial intelligence, particularly in robotics and autonomous systems, by helping to optimise movement, control and decision-making. It is set to redefine the landscape of unsupervised learning, paving the way for truly autonomous AI. The open-source code has been made available to researchers.
[3]
New algorithm improves how AI can independently learn and uncover patterns in data
Researchers have developed a new AI algorithm, called Torque Clustering, that is much closer to natural intelligence than current methods. It significantly improves how AI systems learn and uncover patterns in data independently, without human guidance. Torque Clustering can efficiently and autonomously analyze vast amounts of data in fields such as biology, chemistry, astronomy, psychology, finance and medicine, revealing new insights such as detecting disease patterns, uncovering fraud, or understanding behavior. "In nature, animals learn by observing, exploring, and interacting with their environment, without explicit instructions. The next wave of AI, 'unsupervised learning' aims to mimic this approach," said Distinguished Professor CT Lin from the University of Technology Sydney (UTS). "Nearly all current AI technologies rely on 'supervised learning,' an AI training method that requires large amounts of data to be labeled by a human using predefined categories or values, so that the AI can make predictions and see relationships. "Supervised learning has a number of limitations. Labeling data is costly, time-consuming and often impractical for complex or large-scale tasks. Unsupervised learning, by contrast, works without labeled data, uncovering the inherent structures and patterns within datasets." A paper detailing the Torque Clustering method, "Autonomous clustering by fast find of mass and distance peaks," has been published in IEEE Transactions on Pattern Analysis and Machine Intelligence. The Torque Clustering algorithm outperforms traditional unsupervised learning methods, offering a potential paradigm shift. It is fully autonomous, parameter-free, and can process large datasets with exceptional computational efficiency. It has been rigorously tested on 1,000 diverse datasets, achieving an average adjusted mutual information (AMI) score -- a measure of clustering results -- of 97.7%. In comparison, other state-of-the-art methods only achieve scores in the 80% range. "What sets Torque Clustering apart is its foundation in the physical concept of torque, enabling it to identify clusters autonomously and adapt seamlessly to diverse data types, with varying shapes, densities, and noise degrees," said first author Dr. Jie Yang. "It was inspired by the torque balance in gravitational interactions when galaxies merge. It is based on two natural properties of the universe: mass and distance. This connection to physics adds a fundamental layer of scientific significance to the method. "Last year's Nobel Prize in physics was awarded for foundational discoveries that enable supervised machine learning with artificial neural networks. Unsupervised machine learning -- inspired by the principle of torque -- has the potential to make a similar impact," said Dr. Yang. Torque Clustering could support the development of general artificial intelligence, particularly in robotics and autonomous systems, by helping to optimize movement, control and decision-making. It is set to redefine the landscape of unsupervised learning, paving the way for truly autonomous AI. The open-source code has been made available to researchers.
Share
Copy Link
Researchers at the University of Technology Sydney have developed Torque Clustering, a new AI algorithm that significantly improves unsupervised learning, potentially paving the way for more autonomous AI systems.
Researchers at the University of Technology Sydney have developed a groundbreaking AI algorithm called Torque Clustering, which represents a significant leap towards truly autonomous artificial intelligence. This innovative approach to unsupervised learning draws inspiration from the gravitational interactions observed during galaxy mergers, potentially revolutionizing how AI systems analyze and interpret data 1.
Current AI technologies predominantly rely on supervised learning, which requires human intervention to label large datasets. This process is often costly, time-consuming, and impractical for complex or large-scale tasks. Distinguished Professor CT Lin from the University of Technology Sydney explains, "Nearly all current AI technologies rely on 'supervised learning', an AI training method that requires large amounts of data to be labelled by a human using predefined categories or values, so that the AI can make predictions and see relationships" 2.
Torque Clustering aims to mimic the natural learning process observed in animals, where learning occurs through observation, exploration, and interaction with the environment without explicit instructions. This approach to unsupervised learning allows AI systems to uncover inherent structures and patterns within datasets autonomously 1.
The Torque Clustering algorithm boasts several impressive features:
In rigorous testing across 1,000 diverse datasets, Torque Clustering achieved an average adjusted mutual information (AMI) score of 97.7%, significantly outperforming other state-of-the-art methods that typically score in the 80% range 2.
Dr. Jie Yang, the first author of the study, explains the algorithm's foundation: "It was inspired by the torque balance in gravitational interactions when galaxies merge. It is based on two natural properties of the universe: mass and distance. This connection to physics adds a fundamental layer of scientific significance to the method" 3.
Torque Clustering has the potential to revolutionize various fields, including:
The algorithm's ability to efficiently and autonomously analyze vast amounts of data could lead to new insights across multiple disciplines 1.
While Torque Clustering shows great promise, some experts remain cautious about its potential impact. Questions remain about whether it is truly parameter-free and fully autonomous, or if it relies on hidden heuristics that guide its learning path 3.
The researchers have made the Torque Clustering project open-source and available on GitHub, inviting the wider scientific community to explore and validate its capabilities. As the AI community continues to investigate and refine this new approach, Torque Clustering may play a crucial role in the development of artificial general intelligence (AGI) and truly autonomous AI systems 3.
Summarized by
Navi
[2]
Elon Musk's xAI has made Grok 2.5, an older version of its AI model, open source on Hugging Face. This move comes after recent controversies surrounding Grok's responses and aims to increase transparency in AI development.
2 Sources
Technology
12 hrs ago
2 Sources
Technology
12 hrs ago
NVIDIA has introduced the Jetson AGX Thor Developer Kit, a compact yet powerful mini PC designed for AI, robotics, and edge computing applications, featuring the new Jetson T5000 system-on-module based on the Blackwell architecture.
2 Sources
Technology
20 hrs ago
2 Sources
Technology
20 hrs ago
Ex Populus, the company behind Ethereum-based gaming network Xai, has filed a lawsuit against Elon Musk's AI company xAI for trademark infringement and unfair competition, citing market confusion and reputational damage.
2 Sources
Technology
20 hrs ago
2 Sources
Technology
20 hrs ago
The upcoming ROG Xbox Ally X, a collaboration between Asus and Microsoft, promises to revolutionize handheld gaming with its powerful AMD Ryzen AI Z2 Extreme processor and innovative AI-driven features.
2 Sources
Technology
4 hrs ago
2 Sources
Technology
4 hrs ago
South Korea announces a major policy shift, making AI investment a top priority to combat economic slowdown and demographic challenges. The government plans to introduce policy packages for 30 major AI projects and create a substantial fund for strategic investments.
2 Sources
Technology
2 days ago
2 Sources
Technology
2 days ago