AI without networks

Read original: arXiv:2106.03354 - Published 6/7/2024 by Partha P Mitra, Cl'ement Sire
Total Score

0

🤖

Sign in to get full access

or

If you already have an account, we'll log you in

Overview

  • The paper proposes a novel approach to artificial intelligence (AI) that does not rely on traditional artificial neural networks (ANNs) or large training data sets.
  • The proposed framework, called the "generative Hilbert framework," is a parameter-free, statistically consistent data interpolation method that can be used for generative modeling.
  • The authors demonstrate the framework's capabilities in three different domains: ethology, control theory, and mathematics.

Plain English Explanation

The paper argues that contemporary AI is built on two main components: large data sets and complex artificial neural networks. While these have been successful in many applications, the authors believe there are problems with this approach, both technical and ethical.

The authors propose an alternative approach that doesn't use neural networks at all. Instead, they use a method called "data interpolation" to build AI systems. This means they can generate new data without having to train a neural network on a huge amount of example data.

The authors show how this data interpolation framework can be applied in different areas. For example, they use it to model the behavior of groups of swimming fish better than traditional mathematical models or neural networks. They also demonstrate pure data interpolation based control by stabilizing an inverted pendulum and a logistic map around unstable fixed points. Finally, they use the framework to predict zeros of the Riemann Zeta function, achieving comparable performance to a transformer network.

The key advantages of this approach are that it is theoretically sound, transparent, deterministic, and parameter-free. It also doesn't require any expensive training or optimization, making it easier to reproduce and use. The authors propose an easily computed method of credit assignment based on this framework to help address ethical and legal challenges raised by generative AI.

Technical Explanation

The paper proposes a generative Hilbert framework that uses parameter-free, statistically consistent data interpolation to build AI systems without relying on traditional artificial neural networks (ANNs) or large training data sets.

The authors start by analyzing the limitations of the two main components of contemporary AI: large training data corpora and many-parameter ANNs. They argue that the dependence of ANN parameters and outputs on the training data and inputs is often obscure, which raises technical, scientific, legal, and ethical problems.

To address these issues, the authors generalize a parameter-free, statistically consistent data interpolation method and develop a network-free framework for AI incorporating generative modeling. This framework is theoretically analyzed in detail and then demonstrated through examples in three different domains:

  1. Ethology: The authors use their generative Hilbert framework to model the trajectories of small groups of swimming fish, outperforming state-of-the-art traditional mathematical behavioral models and current ANN-based models.

  2. Control theory: The authors demonstrate pure data interpolation based control by stabilizing an inverted pendulum and a driven logistic map around unstable fixed points.

  3. Mathematics: The authors use the framework to predict zeros of the Riemann Zeta function, achieving comparable performance to a transformer network.

The authors do not claim that their framework will always outperform ANNs, as overparameterized networks can also interpolate. However, they highlight that their framework is theoretically sound, transparent, deterministic, and parameter-free. Remarkably, it does not require any compute-expensive training, optimization, or model selection, and is easily reproduced and ported.

Finally, the authors propose an easily computed method of credit assignment based on their framework, which they believe can help address the ethical and legal challenges raised by generative AI.

Critical Analysis

The paper presents an interesting and innovative approach to AI that addresses some of the limitations of the current ANN-based paradigm. The authors' focus on transparency, determinism, and parameter-free methods is commendable and aligns with growing concerns about the opacity and complexity of modern AI systems.

One potential limitation of the proposed framework is that it may not always outperform state-of-the-art ANN-based models, as the authors acknowledge. The authors could have provided more discussion on the specific conditions or problem domains where their framework is likely to excel or fall short compared to neural networks.

Additionally, the authors could have delved deeper into the theoretical foundations and mathematical properties of the generative Hilbert framework, as this could help strengthen the case for its adoption and guide future research in this direction.

While the authors propose a method of credit assignment to address ethical and legal challenges, there may be other important considerations, such as interpretability, robustness, and fairness, that could be explored in the context of this framework. Further research in these areas could help solidify the framework's practical applicability and societal impact.

Conclusion

The paper presents a novel and promising approach to AI that challenges the dominance of traditional ANN-based methods. The proposed generative Hilbert framework, which relies on parameter-free, statistically consistent data interpolation, demonstrates impressive results across various domains and offers a refreshing alternative to the current data-hungry and opaque AI paradigm.

While the framework may not always outperform state-of-the-art neural networks, its transparency, determinism, and ease of use make it an attractive option, especially in applications where these properties are crucial. The authors' efforts to address the ethical and legal challenges of generative AI are also commendable and deserve further exploration.

Overall, this paper represents an important contribution to the field of AI, [paving the way for more bio-inspired AI approaches that prioritize interpretability, robustness, and responsible development of intelligent systems.



This summary was produced with help from an AI and may contain inaccuracies - check out the links to read the original source documents!

Follow @aimodelsfyi on 𝕏 →

Related Papers

🤖

Total Score

0

AI without networks

Partha P Mitra, Cl'ement Sire

Contemporary Artificial Intelligence (AI) stands on two legs: large training data corpora and many-parameter artificial neural networks (ANNs). The data corpora are needed to represent the complexity and heterogeneity of the world. The role of the networks is less transparent due to the obscure dependence of the network parameters and outputs on the training data and inputs. This raises problems, ranging from technical-scientific to legal-ethical. We hypothesize that a transparent approach to machine learning is possible without using networks at all. By generalizing a parameter-free, statistically consistent data interpolation method, which we analyze theoretically in detail, we develop a network-free framework for AI incorporating generative modeling. We demonstrate this framework with examples from three different disciplines - ethology, control theory, and mathematics. Our generative Hilbert framework applied to the trajectories of small groups of swimming fish outperformed state-of-the-art traditional mathematical behavioral models and current ANN-based models. We demonstrate pure data interpolation based control by stabilizing an inverted pendulum and a driven logistic map around unstable fixed points. Finally, we present a mathematical application by predicting zeros of the Riemann Zeta function, achieving comparable performance as a transformer network. We do not suggest that the proposed framework will always outperform networks as over-parameterized networks can interpolate. However, our framework is theoretically sound, transparent, deterministic, and parameter free: remarkably, it does not require any compute-expensive training, does not involve optimization, has no model selection, and is easily reproduced and ported. We also propose an easily computed method of credit assignment based on this framework, to help address ethical-legal challenges raised by generative AI.

Read more

6/7/2024

Investigating learning-independent abstract reasoning in artificial neural networks
Total Score

0

Investigating learning-independent abstract reasoning in artificial neural networks

Tomer Barak, Yonatan Loewenstein

Humans are capable of solving complex abstract reasoning tests. Whether this ability reflects a learning-independent inference mechanism applicable to any novel unlearned problem or whether it is a manifestation of extensive training throughout life is an open question. Addressing this question in humans is challenging because it is impossible to control their prior training. However, assuming a similarity between the cognitive processing of Artificial Neural Networks (ANNs) and humans, the extent to which training is required for ANNs' abstract reasoning is informative about this question in humans. Previous studies demonstrated that ANNs can solve abstract reasoning tests. However, this success required extensive training. In this study, we examined the learning-independent abstract reasoning of ANNs. Specifically, we evaluated their performance without any pretraining, with the ANNs' weights being randomly-initialized, and only change in the process of problem solving. We found that naive ANN models can solve non-trivial visual reasoning tests, similar to those used to evaluate human learning-independent reasoning. We further studied the mechanisms that support this ability. Our results suggest the possibility of learning-independent abstract reasoning that does not require extensive training.

Read more

7/26/2024

🔎

Total Score

0

A social path to human-like artificial intelligence

Edgar A. Du'e~nez-Guzm'an, Suzanne Sadedin, Jane X. Wang, Kevin R. McKee, Joel Z. Leibo

Traditionally, cognitive and computer scientists have viewed intelligence solipsistically, as a property of unitary agents devoid of social context. Given the success of contemporary learning algorithms, we argue that the bottleneck in artificial intelligence (AI) progress is shifting from data assimilation to novel data generation. We bring together evidence showing that natural intelligence emerges at multiple scales in networks of interacting agents via collective living, social relationships and major evolutionary transitions, which contribute to novel data generation through mechanisms such as population pressures, arms races, Machiavellian selection, social learning and cumulative culture. Many breakthroughs in AI exploit some of these processes, from multi-agent structures enabling algorithms to master complex games like Capture-The-Flag and StarCraft II, to strategic communication in Diplomacy and the shaping of AI data streams by other AIs. Moving beyond a solipsistic view of agency to integrate these mechanisms suggests a path to human-like compounding innovation through ongoing novel data generation.

Read more

5/28/2024

Generative AI-in-the-loop: Integrating LLMs and GPTs into the Next Generation Networks
Total Score

0

Generative AI-in-the-loop: Integrating LLMs and GPTs into the Next Generation Networks

Han Zhang, Akram Bin Sediq, Ali Afana, Melike Erol-Kantarci

In recent years, machine learning (ML) techniques have created numerous opportunities for intelligent mobile networks and have accelerated the automation of network operations. However, complex network tasks may involve variables and considerations even beyond the capacity of traditional ML algorithms. On the other hand, large language models (LLMs) have recently emerged, demonstrating near-human-level performance in cognitive tasks across various fields. However, they remain prone to hallucinations and often lack common sense in basic tasks. Therefore, they are regarded as assistive tools for humans. In this work, we propose the concept of generative AI-in-the-loop and utilize the semantic understanding, context awareness, and reasoning abilities of LLMs to assist humans in handling complex or unforeseen situations in mobile communication networks. We believe that combining LLMs and ML models allows both to leverage their respective capabilities and achieve better results than either model alone. To support this idea, we begin by analyzing the capabilities of LLMs and compare them with traditional ML algorithms. We then explore potential LLM-based applications in line with the requirements of next-generation networks. We further examine the integration of ML and LLMs, discussing how they can be used together in mobile networks. Unlike existing studies, our research emphasizes the fusion of LLMs with traditional ML-driven next-generation networks and serves as a comprehensive refinement of existing surveys. Finally, we provide a case study to enhance ML-based network intrusion detection with synthesized data generated by LLMs. Our case study further demonstrates the advantages of our proposed idea.

Read more

6/7/2024