FlyAI -- The Next Level of Artificial Intelligence is Unpredictable! Injecting Responses of a Living Fly into Decision Making

Denys J.C. Matthies,Ruben Schlonsak,Hanzhi Zhuang,Rui Song
2024-10-01
Abstract:In this paper, we introduce a new type of bionic AI that enhances decision-making unpredictability by incorporating responses from a living fly. Traditional AI systems, while reliable and predictable, lack nuanced and sometimes unseasoned decision-making seen in humans. Our approach uses a fly's varied reactions, to tune an AI agent in the game of Gobang. Through a study, we compare the performances of different strategies on altering AI agents and found a bionic AI agent to outperform human as well as conventional and white-noise enhanced AI agents. We contribute a new methodology for creating a bionic random function and strategies to enhance conventional AI agents ultimately improving unpredictability.
Neural and Evolutionary Computing
What problem does this paper attempt to address?
The problem that this paper attempts to solve is the high predictability of traditional artificial intelligence (AI) systems. Although traditional AI systems perform well in terms of reliability, reaction time, and knowledge recall, their decision - making processes are often too mechanical and predictable, lacking the complexity and unpredictability unique to humans. This predictability makes AI seem less flexible and natural in certain situations, especially in tasks that require interaction with humans or the simulation of human behavior. To solve this problem, the author proposes a new bionic AI method to enhance the unpredictability of AI systems by introducing the responses of living fruit flies into the AI decision - making process. Specifically, they designed an experimental device to stimulate fruit flies with fans and record their flight trajectories. Then, these biological signals were converted into a biological random number generator (bRNG) and finally integrated into the decision - making process of AI agents. The following are the main contributions of this study: 1. **Proposing a bionic random number generator (bRNG) based on the flight trajectories of fruit flies**: By capturing the natural responses of fruit flies to environmental stimuli, random numbers with biological diversity are generated. 2. **Developing a new method to enhance the unpredictability of traditional AI agents**: By integrating bRNG into AI agents, especially in the game of Gomoku, the diversity of AI decisions is increased. 3. **Conducting empirical research**: Comparing the effects of different strategies on AI performance, the results show that bionic AI agents outperform traditional AI, white - noise - enhanced AI, and human players. In conclusion, this study aims to make AI systems closer to human decision - making patterns by introducing biological factors, thereby improving their adaptability and flexibility in complex and dynamic environments. This not only helps to improve the performance of AI in fields such as games but also may provide new ideas for future human - machine interaction and AI ethics research. ### Key Formulas - **Output range of the random number generator**: \[ \text{RNG} \in [0, 49] \] - **Mean**: \[ \text{Mean} = \frac{1}{N} \sum_{i = 1}^{N} x_i \] - **Standard deviation**: \[ \sigma = \sqrt{\frac{1}{N} \sum_{i = 1}^{N} (x_i - \mu)^2} \] - **Skewness**: \[ \text{Skewness} = \frac{\frac{1}{N} \sum_{i = 1}^{N} (x_i - \mu)^3}{\sigma^3} \] - **Kurtosis**: \[ \text{Kurtosis} = \frac{\frac{1}{N} \sum_{i = 1}^{N} (x_i - \mu)^4}{\sigma^4} - 3 \] These formulas are used to evaluate the statistical properties of the bionic random number generator to ensure the randomness and unpredictability of its output.