


'Electronic fruit flies' alarm Musk! Behind it is a whole-brain map of 130,000 neurons, which can be run on a computer
Brain research has taken another big step forward!
Scientists from Princeton recently announced that they have successfully created the first whole-brain connectome map of adult animals.
Contains 130,000 annotated neurons from the female Drosophila melanogaster brain, and the tens of millions of chemical synapses between them.
More importantly, the data is completely open and can be queried with one click.
You only need to enter relevant information on the Codex website, and you can have a panoramic view of the connectivity, size, neurotransmitters and other information of each neuron.
Pictures
Includes intuitive 3D models.
Picture
This study attracted a lot of attention once it was released.
Picture
NVIDIA AI scientist Fan Linxi(Jim Fan) Just repost and like:
Fascinating What's more, this Princeton University study contains nature's attention, working memory and even basic consciousness algorithms.
Considering the connectome as a compiled executable binary, how much source code can we decompile from a complete brain simulation?
Picture
Not only that, the brain structure of fruit flies also has important inspirations for machine learning.
Someone has already run this model on the computer to simulate the process of fruit flies eating and combing their antennae.
Picture
Musk also paid attention to this "electronic fruit fly" and felt that things were starting to get strange.
Picture
Drawing through electron microscopy images
The research team reconstructed the complete connectome map of the female Drosophila melanogaster brain.
Different from traditional slicing methods, the information in the atlas is mainly obtained from electron microscope photos.
These electron microscopy photos come from the FAFB (full adult fly brain) data set released by Zheng, Lauritzen et al. in 2018.
The resolution of electron microscope photos can clearly see protein molecules, and relevant information can be obtained through computer analysis.
The Drosophila brain, which is only 0.1 millimeters in size, has hundreds of millions of synapses, which is denser than mammalian synapses.
Picture
The nerves in the Drosophila brain are divided into 9 major categories, 31 subcategories, and 78 regions.
Picture
These nine categories are based on dividing neurons into three parts according to the direction of information flow.
Picture
By comparing it with the neural structure under an optical microscope, the accuracy of the model established by the team was initially verified.
Further, numerical calculations and manual sampling inspection results also prove that the model is accurate.
In addition, through statistical analysis, the team also predicted the neurotransmitter components between neurons with high accuracy.
The research team also analyzed the neural circuits of the Drosophila eye and tracked the process of information flow from input neurons to output neurons.
Although the number of input and output neurons occupies a small proportion in the nervous system, they are the bridge between the brain and the outside world.
In this process, the team used a probabilistic model to analyze the flow of information starting from the seed neurons.
Picture
The team traversed each seed neuron and measured the process of information being transmitted to the nerve center and then to the outgoing nerve.
The distance traveled by information transfer during the traversal process is sorted and then normalized.
This process helped the researchers determine how different types of incoming information are transmitted to the corresponding nerve centers, and the results were consistent with expectations.
Picture
It took 4 years to create
It is worth mentioning that the complete brain data from adult fruit flies( FAFB) It took researchers a total of 194 weeks, or about 4 years, to completely construct the brain map of adult fruit flies.
Picture
Behind this, the project called FlyWire has been supported by contributions from more than 200 community members.
According to the official website information, FlyWire is an artificial intelligence and human collaboration project aimed at reconstructing the whole brain connectome of Drosophila. Specifically, FlyWire was created in the labs of Mala Murthy and Sebastian Seung at Princeton University, with a community of neurobiologists, computer scientists, and proofreaders.
By linking neuronal connections to brain function, we can make significant progress in understanding how the brain works.
Picture
Paper address:
[1]https://www.php.cn/link/b8c4c8b2271787e2f78b5fe2ce193caa[2]https://www.php. cn/link/8af141d3c5a5146a3eac9d166ab4c458[3]https://www.biorxiv.org/content/10.1101/2023.05.02.539144v1.full.pdf
The above is the detailed content of 'Electronic fruit flies' alarm Musk! Behind it is a whole-brain map of 130,000 neurons, which can be run on a computer. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



When managing WordPress websites, you often encounter complex operations such as installation, update, and multi-site conversion. These operations are not only time-consuming, but also prone to errors, causing the website to be paralyzed. Combining the WP-CLI core command with Composer can greatly simplify these tasks, improve efficiency and reliability. This article will introduce how to use Composer to solve these problems and improve the convenience of WordPress management.

When developing a project that requires parsing SQL statements, I encountered a tricky problem: how to efficiently parse MySQL's SQL statements and extract the key information. After trying many methods, I found that the greenlion/php-sql-parser library can perfectly solve my needs.

In Laravel development, dealing with complex model relationships has always been a challenge, especially when it comes to multi-level BelongsToThrough relationships. Recently, I encountered this problem in a project dealing with a multi-level model relationship, where traditional HasManyThrough relationships fail to meet the needs, resulting in data queries becoming complex and inefficient. After some exploration, I found the library staudenmeir/belongs-to-through, which easily installed and solved my troubles through Composer.

When developing PHP projects, ensuring code coverage is an important part of ensuring code quality. However, when I was using TravisCI for continuous integration, I encountered a problem: the test coverage report was not uploaded to the Coveralls platform, resulting in the inability to monitor and improve code coverage. After some exploration, I found the tool php-coveralls, which not only solved my problem, but also greatly simplified the configuration process.

When developing a Geographic Information System (GIS), I encountered a difficult problem: how to efficiently handle various geographic data formats such as WKT, WKB, GeoJSON, etc. in PHP. I've tried multiple methods, but none of them can effectively solve the conversion and operational issues between these formats. Finally, I found the GeoPHP library, which easily integrates through Composer, and it completely solved my troubles.

During Laravel development, it is often necessary to add virtual columns to the model to handle complex data logic. However, adding virtual columns directly into the model can lead to complexity of database migration and maintenance. After I encountered this problem in my project, I successfully solved this problem by using the stancl/virtualcolumn library. This library not only simplifies the management of virtual columns, but also improves the maintainability and efficiency of the code.

I'm having a tricky problem when developing a front-end project: I need to manually add a browser prefix to the CSS properties to ensure compatibility. This is not only time consuming, but also error-prone. After some exploration, I discovered the padaliyajay/php-autoprefixer library, which easily solved my troubles with Composer.

Git Software Installation Guide: Visit the official Git website to download the installer for Windows, MacOS, or Linux. Run the installer and follow the prompts. Configure Git: Set username, email, and select a text editor. For Windows users, configure the Git Bash environment.
