共找到 20 条结果
Near-future infrastructure systems may be controlled by autonomous AI agents that repeatedly request access to limited resources such as energy, bandwidth, or computing power. We study a simplified version of this setting using a framework where N AI-agents independently decide at each round whether to request one unit from a system with fixed capacity C. An AI version of "Lord of the Flies" arises in which controlling tribes emerge with their own collective character and identity. The LLM agents do not reduce overload or improve resource use, and often perform worse than if they were flipping coins to make decisions. Three main tribal types emerge: Aggressive (27.3%), Conservative (24.7%), and Opportunistic (48.1%). The more capable AI-agents actually increase the rate of systemic failure. Overall, our findings show that smarter AI-agents can behave dumber as a result of forming tribes.
Biological circuits have evolved to incorporate multiple modules that perform similar functions. In the fly olfactory circuit, both lateral inhibition (LI) and neuronal spike frequency adaptation (SFA) are thought to enhance pattern separation for odor learning. However, it remains unclear whether these mechanisms play redundant or distinct roles in this process. In this study, we present a computational model of the fly olfactory circuit to investigate odor discrimination under varying noise conditions that simulate complex environments. Our results show that LI primarily enhances odor discrimination in low- and medium-noise scenarios, but this benefit diminishes and may reverse under higher-noise conditions. In contrast, SFA consistently improves discrimination across all noise levels. LI is preferentially engaged in low- and medium-noise environments, whereas SFA dominates in high-noise settings. When combined, these two sparsification mechanisms enable optimal discrimination performance. This work demonstrates that seemingly redundant modules in biological circuits can, in fact, be essential for achieving optimal learning in complex contexts.
Inverted landing is a routine behavior among a number of animal fliers. However, mastering this feat poses a considerable challenge for robotic fliers, especially to perform dynamic perching with rapid body rotations (or flips) and landing against gravity. Inverted landing in flies have suggested that optical flow senses are closely linked to the precise triggering and control of body flips that lead to a variety of successful landing behaviors. Building upon this knowledge, we aimed to replicate the flies' landing behaviors in small quadcopters by developing a control policy general to arbitrary ceiling-approach conditions. First, we employed reinforcement learning in simulation to optimize discrete sensory-motor pairs across a broad spectrum of ceiling-approach velocities and directions. Next, we converted the sensory-motor pairs to a two-stage control policy in a continuous augmented-optical flow space. The control policy consists of a first-stage Flip-Trigger Policy, which employs a one-class support vector machine, and a second-stage Flip-Action Policy, implemented as a feed-forward neural network. To transfer the inverted-landing policy to physical systems, we utilized domain
Flies that walk in a covered planar arena on straight paths avoid colliding with each other, but which of the two flies stops is not random. High-throughput video observations, coupled with dedicated experiments with controlled robot flies have revealed that flies utilize the type of optic flow on their retina as a determinant of who should stop, a strategy also used by ship captains to determine which of two ships on a collision course should throw engines in reverse. We use digital evolution to test whether this strategy evolves when collision avoidance is the sole penalty. We find that the strategy does indeed evolve in a narrow range of cost/benefit ratios, for experiments in which the "regressive motion" cue is error free. We speculate that these stringent conditions may not be sufficient to evolve the strategy in real flies, pointing perhaps to auxiliary costs and benefits not modeled in our study
Flapping insect flight is a complex and beautiful phenomenon that relies on fast, active control mechanisms to counter aerodynamic instability. To directly investigate how freely-flying D. melanogaster control their body pitch angle against such instability, we perturb them using impulsive mechanical torques and film their corrective maneuvers with high-speed video. Combining experimental observations and numerical simulation, we find that flies correct for pitch deflections of up to 40 degrees in 29 +/- 8 ms by bilaterally modulating their wings' front-most stroke angle in a manner well-described by a linear proportional-integral (PI) controller. Flies initiate this corrective process after only 10 +/- 2 ms, indicating that pitch stabilization involves a fast reflex response. Remarkably, flies can also correct for very large-amplitude pitch perturbations--greater than 150 degrees--providing a regime in which to probe the limits of the linear-response framework. Together with previous studies regarding yaw and roll control, our results on pitch show that flies' stabilization of each of these body angles is consistent with PI control.
We are interested in a time harmonic acoustic problem in a waveguide containing flies. The flies are modelled by small sound soft obstacles. We explain how they should arrange to become invisible to an observer sending waves from $-\infty$ and measuring the resulting scattered field at the same position. We assume that the flies can control their position and/or their size. Both monomodal and multimodal regimes are considered. On the other hand, we show that any sound soft obstacle (non necessarily small) embedded in the waveguide always produces some non exponentially decaying scattered field at $+\infty$ for wavenumbers smaller than a constant that we explicit. As a consequence, for such wavenumbers, the flies cannot be made completely invisible to an observer equipped with a measurement device located at $+\infty$.
Due to aerodynamic instabilities, stabilizing flapping flight requires ever-present fast corrective actions. Here we investigate how flies control body roll angle, their most susceptible degree of freedom. We glue a magnet to each fly, apply a short magnetic pulse that rolls it in mid-air, and film the corrective maneuver. Flies correct perturbations of up to $100^{\circ}$ within $30\pm7\mathrm{ms}$ by applying a stroke-amplitude asymmetry that is well described by a linear PI controller. The response latency is $\sim5\mathrm{ms}$, making the roll correction reflex one of the fastest in the animal kingdom.
The evolution of species habitat range is an important topic over a wide range of research fields. In higher organisms, habitat range evolution is generally associated with genetic events such as gene duplication. However, the specific factors that determine habitat variability remain unclear at higher levels of biological organization (e.g., biochemical networks). One widely accepted hypothesis developed from both theoretical and empirical analyses is that habitat variability promotes network modularity; however, this relationship has not yet been directly tested in higher organisms. Therefore, I investigated the relationship between habitat variability and metabolic network modularity using compound and enzymatic networks in flies and mammals. Contrary to expectation, there was no clear positive correlation between habitat variability and network modularity. As an exception, the network modularity increased with habitat variability in the enzymatic networks of flies. However, the observed association was likely an artifact, and the frequency of gene duplication appears to be the main factor contributing to network modularity. These findings raise the question of whether or not th
We present POD, a smartphone that flies, as a new way to achieve hands-free, eyes-up mobile computing. Unlike existing drone-carried user interfaces, POD features a smartphone-sized display and the computing and sensing power of a modern smartphone. We share our experience in building a prototype of POD, discuss the technical challenges facing it, and describe early results toward addressing them.
Possibilities for using geometry and topology to analyze statistical problems in biology raise a host of novel questions in geometry, probability, algebra, and combinatorics that demonstrate the power of biology to influence the future of pure mathematics. This expository article is a tour through some biological explorations and their mathematical ramifications. The article starts with evolution of novel topological features in wing veins of fruit flies, which are quantified using the algebraic structure of multiparameter persistent homology. The statistical issues involved highlight mathematical implications of sampling from moduli spaces. These lead to geometric probability on stratified spaces, including the sticky phenomenon for Frechet means and the origin of this mathematical area in the reconstruction of phylogenetic trees.
Continual learning in computational systems is challenging due to catastrophic forgetting. We discovered a two layer neural circuit in the fruit fly olfactory system that addresses this challenge by uniquely combining sparse coding and associative learning. In the first layer, odors are encoded using sparse, high dimensional representations, which reduces memory interference by activating non overlapping populations of neurons for different odors. In the second layer, only the synapses between odor activated neurons and the output neuron associated with the odor are modified during learning; the rest of the weights are frozen to prevent unrelated memories from being overwritten. We show empirically and analytically that this simple and lightweight algorithm significantly boosts continual learning performance. The fly associative learning algorithm is strikingly similar to the classic perceptron learning algorithm, albeit two modifications, which we show are critical for reducing catastrophic forgetting. Overall, fruit flies evolved an efficient lifelong learning algorithm, and circuit mechanisms from neuroscience can be translated to improve machine computation.
Explanation of ABR service in plain language.
We apply an eclipse mapping technique using `genetically modified fire-flies' to the eclipse light curves of HU Aqr and EP Dra. The technique makes as few assumptions as possible about the location of accretion stream material, allowing the emission to be located anywhere within the Roche lobe of the white dwarf. We model two consecutive eclipses in the UBVR_c band for HU Aqr, and four consecutive `white'-light eclipses for EP Dra, to determine the changing brightness distribution of stream material. We find fire-fly distributions which are consistent with accretion through a curtain of material in both HU Aqr and EP Dra, and show that the previously assumed two part ballistic and magnetic trajectory is a good approximation for polars. Model fits to the colour band data of HU Aqr indicate that the material confined to the magnetic field lines is brightest, and most of the emission originates from close to the white dwarf. There is evidence for emission from close to a calculated ballistic stream in both HU Aqr and EP Dra.We propose that a change in the stream density causes a change in the location of the bright material in the accretion stream in EP Dra.
The window mechanism was introduced by Chatterjee et al. to reinforce mean-payoff and total-payoff objectives with time bounds in two-player turn-based games on graphs. It has since proved useful in a variety of settings, including parity objectives in games and both mean-payoff and parity objectives in Markov decision processes. We study window parity objectives in timed automata and timed games: given a bound on the window size, a path satisfies such an objective if, in all states along the path, we see a sufficiently small window in which the smallest priority is even. We show that checking that all time-divergent paths of a timed automaton satisfy such a window parity objective can be done in polynomial space, and that the corresponding timed games can be solved in exponential time. This matches the complexity class of timed parity games, while adding the ability to reason about time bounds. We also consider multi-dimensional objectives and show that the complexity class does not increase. To the best of our knowledge, this is the first study of the window mechanism in a real-time setting.
Our understanding of the neural basis of locomotor behavior can be informed by careful quantification of animal movement. Classical descriptions of legged locomotion have defined discrete locomotor gaits, characterized by distinct patterns of limb movement. Recent technical advances have enabled increasingly detailed characterization of limb kinematics across many species, imposing tighter constraints on neural control. Here, we highlight striking similarities between coordination patterns observed in two genetic model organisms: the laboratory mouse and Drosophila. Both species exhibit continuously-variable coordination patterns with similar low-dimensional structure, suggesting shared principles for limb coordination and descending neural control.
The environment of the high-z radio galaxy PKS 1138-262 at z~2.2 is a prime example of a forming galaxy cluster. We use deep SINFONI data to perform a detailed study of the kinematics of the galaxies within 60 kpc of the radio core and we link this to the kinematics of the protocluster on the megaparsec scale. Identification of optical emission lines shows that 11 galaxies are at the redshift of the protocluster. The density of line emitters is more than an order of magnitude higher in the core of the protocluster than the larger scale environment. This implies a matter overdensity in the core of delta_m~70 which is similar to the outskirts of local galaxy clusters. The velocity distribution of the confirmed satellite galaxies shows a broad, double-peaked velocity structure with sigma=1360+/-206 km/s. A similar broad, double-peaked distribution was found in a previous study targeting the large scale protocluster structure, indicating that a common process is acting on both small and large scales. Including all spectroscopically confirmed protocluster galaxies, a velocity dispersion of 1013+/-87 km/s is found. We show that the protocluster has likely decoupled from the Hubble flow a
The function of the zebra's striped coat has been debated since Darwin and Wallace. A growing body of comparative and experimental evidence supports the hypothesis that the stripes act primarily as a defence against visually orienting biting Diptera - in particular tabanids (horse flies), glossinids (tsetse flies) and culicids (mosquitoes). The mechanisms proposed for this protection range from polarotactic disruption and silhouette break-up to motion-based illusions arising in the Reichardt-type motion detectors of the insect visual system. In this work we focus on a complementary, purely optical mechanism: the Moiré interference that arises when a periodic striped stimulus is sampled by the periodic ommatidial lattice of an insect compound eye. We develop a linear, shift-invariant Fourier model of the diptera compound eye, parameterised from published optical data on diurnal Culicidae, and apply it to images of zebra coats observed at biologically relevant viewing. The model predicts that, in a band of approach distances of approximately 1-5 m, the interaction of the stripe pattern with ommatidial sampling generates parasitic spatial frequencies that are absent from the physical
In this paper we propose the Hatching-Box, a novel imaging and analysis system to automatically monitor and quantify the developmental behavior of Drosophila in standard rearing vials and during regular rearing routines, rendering explicit experiments obsolete. This is achieved by combining custom tailored imaging hardware with dedicated detection and tracking algorithms, enabling the quantification of larvae, filled/empty pupae and flies over multiple days. Given the affordable and reproducible design of the Hatching-Box in combination with our generic client/server-based software, the system can easily be scaled to monitor an arbitrary amount of rearing vials simultaneously. We evaluated our system on a curated image dataset comprising nearly 470,000 annotated objects and performed several studies on real world experiments. We successfully reproduced results from well-established circadian experiments by comparing the eclosion periods of wild type flies to the clock mutants $\textit{per}^{short}$, $\textit{per}^{long}$ and $\textit{per}^0$ without involvement of any manual labor. Furthermore we show, that the Hatching-Box is able to extract additional information about group beha
When traveling by car from one location to another, our route is constrained by the road network. The network distance between the two locations is generally longer than the geodetic distance as the crow flies. We report a systematic relation between the statistical properties of these two distances. Empirically, we find a robust scaling between network and geodetic distance distributions for a variety of large motorway networks. A simple consequence is that we typically have to drive $1.3\pm0.1$ times longer than the crow flies. This scaling is not present in standard random networks; rather, it requires non-random adjacency. We develop a set of rules to build a realistic motorway network, also consistent with the above scaling. We hypothesize that the scaling reflects a compromise between two societal needs: high efficiency and accessibility on the one hand, and limitation of costs and other burdens on the other.