Application of machine learning and complex network measures to an EEG dataset from ayahuasca experiments
Using EEG from ayahuasca experiments, the authors applied machine learning at three abstraction levels—raw signals, inter‑electrode correlations and complex‑network measures—and showed automatic detection of ayahuasca‑induced changes with highest accuracy from connectivity features (92%), then raw (88%) and network measures (83%). They report frontal and temporal activation, a novel F3–PO4 connection potentially linked to face‑like visual processing, and identify closeness centrality, assortativity and new community measures (suggesting larger communities and slower information dissemination) as key biomarkers possibly related to therapeutic mechanisms.
Authors
- Alves, C. L.
- Ciba, M.
- Cury, R. G.
Published
Abstract
Ayahuasca is a blend of Amazonian plants that has been used for traditional medicine by the inhabitants of this region for hundreds of years. Furthermore, this plant has been demonstrated to be a viable therapy for a variety of neurological and mental diseases. EEG experiments have found specific brain regions that changed significantly due to ayahuasca. Here, we used an EEG dataset to investigate the ability to automatically detect changes in brain activity using machine learning and complex networks. Machine learning was applied at three different levels of data abstraction: (A) the raw EEG time series, (B) the correlation of the EEG time series, and (C) the complex network measures calculated from (B). Further, at the abstraction level of (C), we developed new measures of complex networks relating to community detection. As a result, the machine learning method was able to automatically detect changes in brain activity, with case (B) showing the highest accuracy (92%), followed by (A) (88%) and (C) (83%), indicating that connectivity changes between brain regions are more important for the detection of ayahuasca. The most activated areas were the frontal and temporal lobe, which is consistent with the literature. F3 and PO4 were the most important brain connections, a significant new discovery for psychedelic literature. This connection may point to a cognitive process akin to face recognition in individuals during ayahuasca-mediated visual hallucinations. Furthermore, closeness centrality and assortativity were the most important complex network measures. These two measures are also associated with diseases such as Alzheimer’s disease, indicating a possible therapeutic mechanism. Moreover, the new measures were crucial to the predictive model and suggested larger brain communities associated with the use of ayahuasca. This suggests that the dissemination of information in functional brain networks is slower when this drug is present. Overall, our methodology was able to automatically detect changes in brain activity during ayahuasca consumption and interpret how these psychedelics alter brain networks, as well as provide insights into their mechanisms of action.
Research Summary of 'Application of machine learning and complex network measures to an EEG dataset from ayahuasca experiments'
Introduction
Ayahuasca is a traditional Amazonian plant blend used ceremonially and medicinally and has been proposed as a candidate treatment for several neuropsychiatric conditions because it modulates brain regions involved in emotion, memory and executive function. Previous human studies reported acute changes in brain activity and blood perfusion in frontal, temporal and occipital regions, and some clinical trials and open‑label studies have suggested antidepressant effects. Complex network (graph theory) approaches and machine learning (ML) have both been applied to EEG data to capture disease‑related network changes and to build automatic classifiers, and recent interpretability tools such as SHapley Additive exPlanations (SHAP) facilitate identification of the most informative features for ML models. L. and colleagues set out to determine whether ML can automatically detect ayahuasca‑related changes in EEG and to compare three data abstraction levels for that task: (A) raw EEG time series, (B) Pearson correlation connectivity matrices between electrodes, and (C) complex network measures derived from those connectivity matrices. They also introduced new community‑based network measures (average path length within the largest community found by several community detection algorithms) and used SHAP values to identify the most important electrodes, connections and network measures for classification. The goal was both to identify which abstraction level best captures ayahuasca effects and to offer interpretable biomarkers that relate to known neurophysiological mechanisms.
Methods
The study used an open EEG dataset made available by the Federal University of São Carlos. The extracted text contains an inconsistency about sample size: the Methods first state "Sixteen healthy male and female patients" but subsequently list "eight women" and "12 men", which sum to 20; the extracted text does not clearly report the exact sample size. Participants had prior ayahuasca experience and underwent screening exclusions (under 21 years, personal psychiatric history, current psychiatric medication, cardiovascular disease, and recent neurological disorders or brain damage). Recordings began 25 minutes before ingestion and continued for 200 minutes after ingestion (total duration 225 minutes). Participants were instructed to rest with eyes closed and were monitored by nursing staff. EEG was acquired with 62 electrodes (10–10 system), downsampled to 500 Hz, bandpass filtered 0.5–150 Hz, and movement artifacts removed. The ayahuasca brew chemical composition is listed in the extract. The analysis framed a two‑class classification problem: class 0 (control) comprised the first time window (25 minutes pre‑ingestion to 50 minutes post‑ingestion, when blood DMT concentration is low) and class 1 comprised two subsequent post‑ingestion windows (both treated as influenced by ayahuasca). Splitting the post‑ingestion recording into two windows increased available data points for ML, while independent subject count remained unchanged. Three input data abstraction levels were prepared: (A) raw EEG time series matrices (subjects × time points × electrodes) for each window; (B) Pearson correlation connectivity matrices computed for each time window and participant, flattened to vectors of electrode‑pair correlations; and (C) complex network measures extracted from graphs built on each connectivity matrix. Computed network measures included assortativity, average path length, betweenness centrality, closeness centrality (CC), eigenvector centrality, diameter, hub score, average degree of nearest neighbours, mean degree, second moment degree, degree entropy and several newly developed metrics combining community detection with average path length. Community detection algorithms used were leading eigenvector, label propagation, edge betweenness, spinglass and multilevel; their largest‑community average path lengths were denoted with an "A" prefix (for example, ALC for the leading eigenvector average path length). For classification the authors primarily used a support vector machine (SVM) and compared it (results reported in appendices not included here) with Random Forest, Naive Bayes, multilayer perceptron, stochastic gradient descent, logistic regression and XGBoost; selected deep‑learning variations were also tested and reported separately. Data were split into training and test sets with 25% held out for testing, and performance estimates used 10‑fold cross‑validation and grid search hyperparameter tuning. Evaluation metrics included accuracy, precision, recall (sensitivity), F1 score and area under the receiver operating characteristic curve (AUC), using micro and macro averaging as appropriate. Model interpretability relied on SHAP values to rank electrodes, electrode‑to‑electrode connections and complex network features by importance.
Results
Across the three abstraction levels the classifier achieved above‑chance performance for detecting ayahuasca influence. The top‑line reported accuracies were: connectivity matrices (level B) 92%, raw EEG time series (A) 88%, and complex network measures (C) 83%. For the raw EEG time series input the test‑sample performance reported was mean AUC 0.85, mean precision 0.88, mean F1 score 0.86, mean recall 0.85 and mean accuracy 0.86 (the paper also reports an overall 88% figure for this level elsewhere). SHAP analysis identified a subset of electrodes as most informative, with T7 (temporal region) ranked highest and other electrodes such as FC1, Fp1 and P5 appearing among the next most important; the extracted text truncates the full ranking. For connectivity matrices (Pearson correlation between all electrode pairs) the classifier performed best: mean AUC 0.88, mean accuracy 0.92, mean F1 score 0.90, mean recall 0.88 and mean precision 0.94. SHAP values highlighted the connection between left frontal electrode F3 and right parietal‑occipital electrode PO4 as the most important single connection for classification. For complex network measures the test set performance was lower: mean AUC 0.75, mean accuracy 0.83, mean F1 score 0.78, mean recall 0.75 and mean precision 0.90. SHAP identified closeness centrality (CC) as the most important network measure, followed by assortativity and one of the newly defined community‑based metrics (ALC, the leading eigenvector largest‑community average path length). The authors report that median CC increased with ayahuasca, whereas median assortativity decreased (though the upper confidence interval for assortativity increased). The new community measures ranked among the top twenty features for classification, and ALC in particular was third in feature importance, showing larger values after ayahuasca consistent with larger communities and longer path lengths within those communities. The authors further note that single features (for example CC or assortativity alone) showed limited separation between control and ayahuasca windows, but combining multiple features enabled successful classification, supporting the idea that a multivariate feature set serves better as a biomarker than any lone metric.
Discussion
The authors interpret their results as evidence that ML can automatically detect acute ayahuasca‑related changes in brain activity from EEG data, and that interregional connectivity changes (captured by Pearson correlation matrices) are more informative for classification than raw time series or summary network measures. They highlight practical advantages of using connectivity matrices: higher accuracy, reduced data storage and faster ML training, which may be relevant for larger datasets and clinical systems. At the electrode level, raw EEG analyses emphasised frontal and temporal lobes as most affected, consistent with prior SPECT and fMRI findings that implicate frontal, temporal and occipital regions in ayahuasca effects and relate to introspection, emotional processing and cognitive functions. At the connectivity level the F3–PO4 connection (left frontal to right parietal‑occipital) emerged as the top feature; the authors link this to previous reports of gamma synchrony between parietal‑occipital and frontal cortices during face recognition tasks and suggest it may reflect cognitive processes akin to face recognition during ayahuasca‑mediated visual hallucinations. Among network metrics, closeness centrality and assortativity were most informative. The authors note parallels with Alzheimer’s disease (AD) literature—CC typically decreases in AD but increased here with ayahuasca, while assortativity has been reported to increase in AD whereas it decreased (median) under ayahuasca in their data—prompting the authors to suggest a potential therapeutic mechanism. They refer to a proposed biochemical mechanism whereby DMT agonises the sigma‑1 receptor (Sig‑1R), modulating endoplasmic reticulum stress and the unfolded protein response, processes implicated in neuropsychiatric and neurodegenerative conditions; the authors present this as a possible link to therapeutic effects but do not claim causal proof. The new community‑based metrics (for example ALC) ranked highly, and their increase after ayahuasca suggests larger communities with longer internal path lengths. The authors describe this as a disruption in the balance between functional segregation and integration—larger communities implying slower information distribution across the functional network. They also caution that single features were insufficient as biomarkers and that the discriminative signal arose from the combination of multiple measures. Limitations and future directions discussed by the authors include that the analysis focused on acute effects; longitudinal or long‑term impacts on functional connectivity remain to be studied. They also note that their workflow could be applied to EEG data from other psychedelics (for example pure DMT) and to in vitro neuronal network recordings, but further work is required to generalise findings. The extracted text contains an inconsistency concerning sample size which the authors do not explicitly resolve in the provided excerpts.
Conclusion
L. and colleagues conclude that machine learning applied to EEG can automatically detect acute ayahuasca‑induced changes in brain activity and that Pearson correlation‑based connectivity matrices constitute the most effective data abstraction level among those tested. The classifier identified frontal and temporal regions as prominently affected, the F3–PO4 connection as the single most important electrode‑to‑electrode link, and closeness centrality, assortativity and a newly defined community‑based metric (ALC) as the most informative network measures. The authors interpret larger community sizes and increased path lengths after ayahuasca as indicating slower information distribution and increased network entropy, while noting that psychedelics also produce strong, long‑range functional connections not present in the normal state. They present the computational workflow as a robust, interpretable tool for acute evaluation of psychedelic effects and propose applying it to other datasets and experimental systems in future work.
View full paper sections
MATERIALS AND METHODS
The python code used for the analysis is available at.
DATA
The data used for this study has been made openly available by the Federal University of São Carlos, Brazil. Sixteen healthy male and female patients with prior ayahuasca experience (eight women, mean 29.0 years; 12 men, mean 38.5 years) agreed (with written permission) to consume this psychedelic substance while EEG recordings were made (The following exclusion criteria were used: minors than the age of 21 years, personal history of psychiatric illness, current use of any psychiatric medication, cardiovascular disease, and any neurological disorders or brain damage in the previous year). All methodologies for this investigation were approved by the Universidade Federal de São Paulo's Ethical Committee, and the study was carried out in compliance with available criteria for human hallucinogen research safety. Patients were instructed to close their eyes and remain in a resting condition. A nurse accompanied the experiment for its duration of 225 minutes. The recordings began 25 minutes before ayahuasca consumption and ended 200 minutes afterward. The main compounds in the brew were: Dimethyltryptamine (DMT), DMTN-oxide (DMT-NO), N-methyltryptamine (NMT), indoleacetic acid (IAA), 5-hydroxy-DMT (5-OH-DMT, or bufotenin), 5-methoxy-DMT (5-MeO-DMT), Harmine, Harmol, Harmaline, Harmalol, THH, 7-hydroxytetrahydroharmine (THH-OH), and 2-methyl-tetrahydro-beta-carboline (2-MTHBC). All recordings were downsampled to 500 Hz, bandpass filtered between 0.5 and 150 Hz, and artifacts due to movements were removed. Recordings were made with 62 electrodes, following the EEG electrode positions in the 10-10 system. These channels are: Fp1, Fz, F3, F7, FT9, FC5, FC1, C3, TP9, CP5, CP1, Pz, P3, P7, O1, Oz, P8, TP10, CP6, CP2, C4, T8, FT10, FC6, FC2, F4, F8, Fp2, AF7, AF3, AFz, F1, F5, FT7, FC3, FCz, C1, C5, TP7, CP3, P1, P5, PO7, PO3, POz, PO4, PO8, P6, P2, CPz, CP4, TP8, FC4, FT8, F6, F2, AF4, AF8, O2, P4, C6, and C2 (see in Appendix A (Fig) of S1 Appendix). It is worth mentioning that after using ayahuasca, all individuals experienced notable alterations in their typical state of consciousness. Further details are given in.
MACHINE LEARNING ALGORITHM
2.2.1 Classification. In order to classify the (A) EEG time series, (B) the connectivity matrices, and (C) the complex network measures, the support vector machine (SVM)algorithm was used. SVM has been used with superior results for the classification of complex network measures before by other groupsand performed superior in our comparative evaluation. In this analysis, we compared the following machine learning methods to classify the complex network measures: Random forest (RF), SVM, naive bayes (NB), multilayer perceptron (MLP), stochastic gradient descent with linear models classifier (SGD), logistic regression (LR)and extreme Gradient Boosting classifier(XGBoost). The results can be found in Appendix C in S1 Appendix. A more robust deep learning (DL) algorithm from(in which the model was named tuned convolutional neural network) was also tested. The results using DL are in the Appendix D in S1 Appendix.
RESAMPLING AND EVALUATION.
The dataset was resampled by separating it into training (train) and test sets, with 25% of data composing the test set. Then, for a reliable model, a k-cross validation was used, with k = 10 (value widely used in the literature). A hyper-parameter optimization called grid search was used here, similar to. The hyperparameter optimization values used for each classifier models can be found in Appendix C in S1 Appendix. For evaluation, accuracy (Acc.) was used as the standard performance metrics, as is the state-of-art in the literature. Since the problem here is a two-class (negative and positive) classification problem, other metrics considered here are the measures of precision and recall, also commonly used in the literature. Precision (also called positive predictive value) is the proportion of relevant instances among those retrieved. Whereas recall (also called sensitivity) measures how well a classifier can predict positive examples (hit rate in the positive class), here related with an effect of the ayahuasca. Another measure used here and also used in literatureis the F1 score which is the harmonic mean of the recall and precision. For visualization of these two latter measures, the receiver operating characteristic (ROC) curve is a standard method as it displays the relation between the rate of true positives and false positives. The area below this curve, called the area under the ROC curve (AUC), has been widely used in classification problems. The value of the AUC varies from 0 to 1, where the value of one corresponds to a classification result free of errors. AUC = 0.5 indicates that the classifier is not able to distinguish the two classes; this result is equal to the random choice. Furthermore, we consider the micro average of the ROC curve, which computes the AUC metric independently for each class (calculate AUC metric for healthy individuals, class zero, and separately calculate for unhealthy subjects, class one), and then the average is computed considering these classes equally. The macro average is also used in our evaluation, which does not consider both classes equally, but aggregates the contributions of the classes separately and then calculates the average. Furthermore, we interpret the machine learning results using SHapley Additive exPlanations (SHAP) valuesto quantify the importance of the complex measures, connections of brain regions, and location of electrodes for the classification result. This metric enables the identification and prioritization of features and can be used with any machine learning algorithm.
INPUT DATA FOR MACHINE LEARNING
The following three data abstraction levels were applied to a classification algorithm as described in subsection 2.2 Machine learning algorithm: (2.
EEG TIME SERIES.
The data was divided into three "time windows" (see Table). The first window (25 minutes before ingestion until 50 minutes after ingestion of ayahuasca) was Methodology of the subsection using connectivity matrices. For each of the time windows, the Pearson correlation connectivity matrix was generated, and then they were classified with the SVM method considering the first window as zero label (without ayahuasca) and the other two as one label (with ayahuasca). This analysis aimed to verify the best connections of the brain areas used during ayahuasca use. The principal connection discovered using the SHAP value approach is depicted in the picture.defined as the "control". This is reasonable as it is known from, that the blood plasma concentration of the main psychedelic compound DMT is low until 50 minutes after ingestion. Windows two and three were both defined as thoroughly influenced by ayahuasca. The ayahuasca-influenced time series were divided into two windows to enhance the quantity of data points for the machine learning method. Even though the number of independent samples (subjects) did not change, increasing the data points by splitting the time series is a common machine learning approach. Even though the number of independent samples (subjects) did not change, increasing the data points by splitting the time series is a standard machine learning approach. Furthermore, in the following classification task, only two classes will be labeled class zero (without ayahuasca) and labeled class one (with ayahuasca). The scheme of this methodology is shown in Fig 1 . All participants' EEG time series were successively combined and stored in a 2D matrix to feed the data into the machine learning algorithm. Each column represents an electrode, and each row represents the amplitude of each time point of the EEG signal. For each of the three time windows, a 2D matrix was constructed.
CONNECTIVITY MATRICES.
The matrices of connectivity were calculated by the well known Pearson correlation. It is a widely used and successfully approved measure to capture the correlation of EEG electrodes. The Pearson correlation was calculated for all electrode pairs resulting in three connectivity matrices per participant (for each time window). Figillustrates the workflow of this approach. The connectivity matrices were flattened into one vector to input the data into the machine learning algorithm. Then, all vectors were sequentially merged into a 2D matrix. Each column represents a connection between two brain regions, and each row represents a subject. Such a 2D matrix was generated for each of the three time windows.
COMPLEX NETWORK MEASURES.
For each connectivity matrix (see subsection 2.3.2 Connectivity matrices), a graph was generated to extract different complex network measures. The complex network measures were stored in a matrix to input the data into the machine learning algorithm. Each column represents a complex network measure, and each row a subject. Such a 2D matrix was generated for each of the three time windows. The following complex network measures were calculated: Assortativity, average path length (APL), betweenness centrality (BC), closeness centrality (CC), eigenvector centrality (EC), diameter, hub score, average degree of nearest neighbors(Knn), mean degree, second moment degree (SMD), entropy degree Furthermore, newly developed metrics reflecting the number of communities in a complex network are used in this paper. We perform the community detection algorithms to find the largest community, then calculate the average path length within this community and receive a single value as a result (that will be used to feed ML algorithm). The community detection algorithms used were: • Leading eigenvector community (LC) is defined in. It aims to calculate the eigenvector of the modularity matrix for the largest positive eigenvalue and then separate the vertices into two communities based on the sign of the corresponding element in the eigenvector. • Label propagation community (LPC) is defined in. It is an optimization algorithmin which, at first, each node in the network has a label indicating its assignment, and then each node updates its label according to the label with the maximum number in its neighbors. This process is repeated until the network reaches a stable state and nodes with the same class are considered to belong to the same community. [115]. • Edge betweenness community (EBC) is defined in [109] is a divisive model based on the BC. At each iteration, this measure is calculated for all edges, and the one with the highest value of this measure is eliminated until the network contains N elements resulting in a hierarchical distribution of communities. The one with the highest modularity is adopted. • Spinglass (SPC) is defined inthis algorithm considers the spin state of nodes as communities and tries to minimize the spin energy until it finds a ground state of the spin-glass model. • Multilevel community (ML) Multilevel community (ML) is a greedy optimization method using modularity and is defined in. Since the community detection algorithms were combined with the average path length, we extended the abbreviations by the letter "A" as follows: AFC, AIC, ALC, ALPC, AEBC, ASPC, and AMC.
RESULTS
The highest classification performance was obtained using the connectivity matrices with an accuracy of 92%, followed by the EEG time series (88%) and the complex network measures (83%) (see Table). The following subsections 3.1 EEG time series, 3.2 Connectivity matrices and 3.3 Complex network measures contain the results in more detail.
EEG TIME SERIES
The performance of the test sample using the EEG time series was mean AUC of 0.85, mean precision of 0.88, mean F1 score of 0.86, mean recall of 0.85, and mean accuracy of 0.86. The precision measure is related to the positive class (with ayahuasca). Since the precision measure was slightly higher than the recall measure, the model can better detect the presence of ayahuasca instead of the absence of it. In Not all electrodes of the EEG recording were equally important for the classification. According to the SHAP values, the most important region for the model was T7, located in the temporal region (see. In order of importance, this region was followed by FC1, Fp1, P5,
CONNECTIVITY MATRICES
For the connectivity matrices, the test sample performance was a mean AUC of 0.88, mean accuracy of 0.92, mean F1 score of 0.90, mean recall of 0.88, and mean precision of 0.94. Similar to the previous subsection 3.1 EEG time series, the precision measure was higher than the recall measure and therefore the model can better detect the presence of ayahuasca. In The location in the brain can be seen in Fig.
COMPLEX NETWORK MEASURES
The test sample performance using the complex network measures was a mean AUC of 0.75, mean accuracy of 0.83, mean F1 score of 0.78, mean recall of 0.75, and mean precision of 0.90. Similar to the previous subsections 3.1 EEG time series and 3.2 Connectivity matrices, the precision measure was higher than the recall measure, and therefore the model can better detect the presence of ayahuasca.
DISCUSSION
In this paper, we aimed to answer the question if it is possible to automatically detect brain activity changes due to ayahuasca using machine learning and which features are most important and could act as biomarkers. Our results show that it is possible to automatically detect the changes due to ayahuasca. The classification accuracy was above 75% for all three data abstraction levels. The classification accuracy of connectivity matrices was higher than the raw EEG time series, suggesting that connection changes are more important between brain regions than within brain regions. This result is important since the connectivity matrices improved the accuracy and produced efficiency gains, such as reduced data storage and faster machine learning training. This would be especially useful for larger datasets, where raw time series may be very costly, for example, in hospital diagnosis systems.
EEG TIME SERIES
The raw EEG time series analysis revealed that the frontal and the temporal lobe were the most affected brain regions. In line with that, studies using single photon emission computed tomography (SPECT) have reported that ayahuasca increases blood perfusion in the frontal regions of the brain, more specifically, the insula, left nucleus accumbens, left amygdala, parahippocampal gyrus, and left the subgenual area. Furthermore, works using functional magnetic resonance imaging have observed activation in the brain's occipital, temporal, and frontal areas. These regions are related to introspection, emotional processing, and the therapeutic effects of traditional antidepressantsand most interestingly, it may also affect motor and cognitive functions in other neurological disorders, such as Parkinson's disease and Alzheimer's disease, respectively.
CONNECTIVITY MATRICES
The correlation between the left frontal cortex (F3) and right parietal-occipital (PO4) was most important in terms of brain connections. [127] showed that synchronization in the gamma band between the parietal-occipital and frontal cortices was present during face recognition tasks. Since the EEG time series data used
COMPLEX NETWORK MEASURES
The most important complex network measure was CC. CC is a centrality measure that can be defined as the inverse of the average length of the shortest path from one node to all other nodes in the network. The idea is that important nodes participate in many shortest paths within a network and, therefore, play an important role in the flow of information in the brain. The CC was also the most important measure in other papers related to the differentiation of patients with AD [129-132]. In these papers, CC was shown to decrease due to AD disease, while ayahuasca ingestion increased the median value of this measure (see. The second most important complex network measure was assortativity. This measure refers to the resilience of networks. A positive assortativity coefficient indicates a network with a resilient core due to the interconnected nodes of high degree. This measure was also associated with AD in several workswhose results showed an increase in the assortativity value in contrast to what was found here, where with the use of ayahuasca, the assortativity value (median) decreased (see on. It should be noted that although the median value decreased, the upper confidence interval of the distribution increased. In summary, the results suggest a possible relationship between ayahuasca and AD in terms of the brain network, indicating a therapeutic potential. Indeed, a possible mechanism of how ayahuasca acts against AD was described in. According to this, the ayahuasca compound dimethyltryptamine (DMT) agonizes the sigma 1 receptor (Sig-1R) and thereby regulates endoplasmic reticulum (ER) stress and Unfolded Protein Response (UPR), which are thought to play a crucial role in neuropsychiatric diseases such as AD. The seven measures developed here concerning community detection are ranked among the twenty most important measures for classification, with ALC ranking third (see. ALC is associated with the size of the largest community found by the leading eigenvector community (LC) detection algorithm. This metric shows increased values (compared to controls) in communities with larger path lengths after the use of ayahuasca (Fig 11B ), indicating communities with larger paths after using this psychedelic. Larger brain communities were also found in [135] after the use of ayahuasca. There are two contrasting concepts in the brains of large vertebrates: functional segregation (or specialization) and integration (or distributed processes). Larger communities also indicate that the balance between functional segregation and integration in the brain was disrupted. This suggests that the distribution of information is slower. Overall, the classification was successful by considering the complete set of measures rather than just one single measure. As shown in Fig, even the most important measures CC and assortativity, did not show much difference between the first window (without ayahuasca) and the other windows (with ayahuasca). Together with the other less important measures, however, the machine learning method was able to distinguish both classes successfully. This leads to the conclusion that a single feature is insufficient as a biomarker, while the different features used in this work may serve as a biomarker.
CONCLUSION
In summary, the results obtained in our study demonstrated that the application of machine learning methods was able to detect changes in brain connectivity during ayahuasca use automatically. Additionally, we demonstrated that the connectivity matrices are the best abstraction level to detect brain changes caused by this psychedelic. At level abstraction A, our findings suggest that this substance affects important brain regions related to cognitive, psychiatric, and motor functions. These effects may alleviate different symptoms of diseases affecting the brain. At level abstraction B, the connection between F3 and PO4 is the most important while using ayahuasca according to our classifier model, a significant discovery in psychedelic literature. This connection may point to a cognitive process similar to face recognition in individuals during ayahuasca-mediated visual hallucinations. Concerning the complex network measures at level abstraction C, CC, assortativity, and one of the new measures developed here, ALC, capture the best brain changes caused by ayahuasca. The new ALC measure inferred that larger communities are associated with this psychedelic and the opposite in its absence. Larger communities suggest that the distribution of information is slower with the use of this substance. Therefore, the present study's findings support that cortical brain activity becomes more entropic under psychoactive substances. [138-140]. There is, however, evidence that psychedelics do not simply make the brain more random, but after the typical organization of the brain is disrupted, strong and topologically far-reaching functional connections emerge which are not present in the natural state of mind. While our methodology has proven effective, it is focused on the acute evaluation of psychedelics. Consequently, more research is necessary to determine how psychedelics affect the functional connectivity of the brain over the long term using our workflow. In summary, we have developed a robust computational workflow that provides insights into the mechanism of action of ayahuasca and the interpretability of how it modifies brain networks. Finally, the same methodology applied here may help interpret EEG time series from patients who consumed other psychedelic drugs, such as pure DMT. In future work, we aim to apply this workflow to recordings from our laboratory using in vitro neuronal networks on microelectrode arrays to study the effects of psychedelics at a single network level. Thus, regardless of the equipment used to collect the data, we would like to verify whether the same method used here can detect changes due to different psychedelics.
Full Text PDF
Study Details
- Study Typeindividual
- Populationhumans
- Characteristicsbrain measuresre analysis
- Journal
- Compound
- Topic