Abstract
Investigating brain area functions requires advanced technologies, but meaningful insights depend on correlating neural signals with behavior. Traditional mice behavior annotation methods, including manual and semi-automated approaches, are limited by subjectivity and time constraints. To overcome these limitations, our study employs the YOLO neural network for precise mice tracking and composite RGB frames for behavioral scoring. Our model, trained on over 10,000 frames, accurately classifies sitting, running, and grooming behaviors. Additionally, we provide statistical metrics and data visualization tools. We further combined AI-powered behavior labeling to examine hippocampal neuronal activity using fluorescence microscopy. To analyze neuronal circuit dynamics, we utilized a manifold analysis approach, revealing distinct functional patterns corresponding to transgenic 5xFAD Alzheimer’s model mice. This open-source software enhances the accuracy and efficiency of behavioral and neural data interpretation, advancing neuroscience research.
Keywords: neuronal activity, manifold, behavioral classification, mice tracking, YOLO, neuronal network, artificial intelligence, calcium imaging, Alzheimer’s disease, locomotion
1. Introduction
In modern neuroscience, understanding neuronal ensemble activity and connectivity is one of the most urgent challenges. Investigating how different brain regions function in vivo requires advanced technologies, such as electrode arrays [1,2,3], microendoscopes [4,5,6,7,8], and two-photon imaging [9,10,11]. However, gaining meaningful information from these neural signals necessitates their correlation with the animal’s behavior [12]. This validation process has traditionally relied on various approaches, including manual identification of an animal’s position and behavior type [13,14], semi-automated techniques [15,16,17], and AI-driven methods [12,18,19]. Manual behavior annotation is inherently limited by investigator-dependent accuracy, introducing potential biases in data interpretation. Different researchers may classify identical behaviors differently, leading to inconsistencies [20]. Additionally, manual scoring is an extremely time-consuming process, often requiring several hours to annotate just a few minutes of behavioral data. These limitations emphasize the need for a highly efficient and automated approach to accurately determine animal behavior in neuroscience research.
To address this challenge, our study leverages the YOLO-Pose neural network for precise mice tracking [21] and behavioral scoring, utilizing reference points based on the MARS system [12]. Our findings indicate that the YOLO-based model effectively and accurately identifies key reference points on a mouse’s body. For further behavioral validation, we incorporated a composite RGB frames method, ensuring robust and reliable classification of movement patterns [22]. The YOLO neural network was trained on a dataset comprising more than 10,000 annotated frames across three primary behaviors: sitting, running, and grooming. In addition to behavior tracking, our open-source software package provides comprehensive statistical metrics, including average speed, time spent in specific zones, ethograms, and data visualization tools. To further demonstrate the reliability and applicability of our approach, we utilized AI-powered behavior labeling to investigate hippocampal neuronal ensemble activity recorded in vivo using miniature fluorescence microscopy [23]. This technique allows for simultaneous monitoring of hundreds of simultaneously active neurons in freely behaving mice. Correlating corresponding behavioral states with neuronal activity might provide deeper insights into brain function.
To analyze the intricate dynamics of neuronal circuits, we implemented a neuronal manifold analysis approach [24,25,26]. This method, based on dimensionality reduction techniques, was applied to preprocessed calcium imaging data [27,28], enabling simultaneous assessment of all recorded neuronal calcium signals within biologically relevant timeframes. Given the complex organization of brain neuronal circuits, where neuronal activity can exhibit significant variability across individual neurons and experimental conditions, manifold analysis provides a powerful tool for uncovering distinct patterns in brain region functionality [24]. To validate both AI-based mice tracking and behavior classification alongside neuronal manifold analysis, we conducted experiments on wild-type and 5xFAD transgenic mice, a well-established model of Alzheimer’s disease [29,30,31,32,33]. The 5xFAD mice exhibit aberrant hippocampal neuron activity and severe cognitive impairments, making them a suitable model for evaluating the presented approach [34,35]. Our results revealed abnormal neuronal manifold compositions in transgenic mice both in total representation and during distinct behavior-related epochs.
In summary, this paper presents a powerful open-source software package designed for automated animal behavior analysis and high-order neuronal activity examination. By integrating AI-based behavioral tracking with advanced neuronal activity analysis, this tool significantly enhances the accuracy, efficiency, and depth of behavioral and neural data interpretation in neuroscience research.
2. Results
2.1. Artificial Intelligence-Powered Mice Tracking Using Pretrained YOLO-Pose-v8
Mice position tracking is essential for validating its spatial location during different behavioral tests. Moreover, various crucial behavior describing parameters are also tightly bound to an accurate and efficient mice tracking and behavioral type estimation during different tasks [36,37,38,39,40,41,42]. Furthermore, combining neuronal activity recordings with behavioral data in freely moving mice can provide essential insights into brain region functioning. To investigate this, we employed artificial intelligence-based methods for mouse tracking and behavior scoring, integrated with neuronal manifold constraints. An overall pipeline is presented in Figure 1.
Figure 1.
Schematic illustration of the experimental pipeline for AI-driven mouse position estimation and behavior scoring, integrated with neuronal manifold construction based on hippocampal activity recorded using a miniscope.
For automatic estimation of mice positioning, we have leveraged neuronal network (NN) of YOLO-Pose-v8 [43]. The network was pretrained to validate mice position via core points on the mice body highlighted by the MARS system [12]. The neuronal network was trained for estimation of mice positioning in the rounded arena (Figure 2A). The total manually marked up dataset by the MARS system consisted of 500 frames of freely behaving mouse in the rounded arena. Rounded arena zone validation was established using computer vision methods and is described in detail in the Section 4 and Supplementary Figure S1.
Figure 2.
Mice tracking and core point estimation using the pretrained YOLO-Pose-v8 neuronal network. (A) Tracking mice position in the rounded arena using pretrained YOLO-Pose-v8. Red line is a boarder of the center zone, green line is a boarder of middle zone, blue line is a boarder of outer zone and pink line is a boarder of edge zone. (B) Loss curve of YOLO-Pose-v8 during training epochs. (C) Loss curve of YOLO-Pose-v8 during validation epochs. (D) Mouse in the rounded arena with highlighted core points by the MARS system. (E) Histogram distribution of error distances from manual mice core-point annotations. A red dotted line threshold of 0.25*D (PCK@0.25) is presented.
For YOLO-Pose-v8 training, we used 375 pre-marked frames of a behavioral recording video with a 1920 × 1080 resolution. Learning curves for training epochs are presented in Figure 2B. As a validation dataset, 175 frames with mouse behavior that have never been presented to a neuronal network model were used. Validation curves are shown in Figure 2C.
To validate the quality of core-point tracking percentage of correct key points (PCK) metric was applied [44]. In this metric, a constant D (in this case, D = 0.25) is used to multiply the distance between the right and left mouse ears. The resulting value represents a confidence radius. If the predicted point lies within a circle with a radius equal to the confidence radius and centered on the true point, we can conclude that the neural network has successfully marked a distinct point (Figure 2D,E).
However, the lowest percentage of correct point detection was observed for both hind legs. This is likely due to the high movement of these body parts. The mean PCK metric value was 81.9% ± 3.3%. The distribution of marking errors relative to the manually annotated points is shown in Figure 2E. A red dotted line represents the pixel threshold (0.25 × D = 5.2 pixels), with most of the NN-marked points positioned to the left of this threshold. To compare our results with publicly available AI-based approaches, we trained DeepLabCut [18] on the same dataset—375 manually pre-annotated training frames and 125 validation frames. DeepLabCut allows researchers to track animal behavior by marking four key points: the nose, left ear, right ear, and tail. For evaluation, we used the PCK metric with the same D = 0.25 parameter, and the results are summarized in Table 1. For visual comparison of neuronal networks performance, one can find videos with pretrained YOLO-Pose-v8 and DeepLabCut in Video S1.
Table 1.
Comparison of the trained networks, YOLO-Pose-v8 and DeepLabCut, on the same dataset.
Key Point/Neuronal Network Approach | YOLO-Pose-v8 | DeepLabCut |
---|---|---|
Nose | 81.72 | 3.9 |
Left ear | 88.17 | 26.0 |
Right ear | 88.17 | 2.4 |
Tail | 86.02 | 9.6 |
Our approach, based on the pretrained YOLO-Pose-v8 neural network, demonstrated significantly higher performance on the small training dataset compared to DeepLabCut. However, DeepLabCut may require a much larger training dataset for optimal performance in tracking mice. In contrast, our method maintained stable key-point validation and tracking performance, making it more efficient, particularly on relatively small training datasets.
2.2. Artificial Intelligence-Powered Mice Behavior Scoring Using Pretrained YOLO-Pose-v11
To move from mouse position tracking towards behavioral scoring, we trained the next generation of the YOLO-Pose-v11 neuronal network, which incorporates an attention mechanism in its architecture [45]. This model was designed to distinguish between three distinct types of behavior: running, sitting, and grooming. Unlike other characteristics of mice, behavior is not determined by a single frame but by a sequence of frames, as actions unfold over time. Therefore, attempting to extract behavior from individual frames would be ineffective. To address this, a specialized data format—composite frames—was developed for training [22]. The concept is as follows: a sequence of 21 frames is captured, with behavior analyzed in the 11th frame. The first 10 frames are processed by extracting, summing, and averaging their green channels (Figure 3A). The 11th frame retains only the red channel. The last 10 frames are processed by extracting, summing, and averaging their blue channels. These three channels are then combined into a single RGB composite image (Figure 3A, bottom).
Figure 3.
Determination of mice behavior type with pretrained YOLO-Pose-v11. (A) Composite frames approach for mice behavior scoring. (B) Loss curve of YOLO-Pose-v11 during training epochs. (C) Loss curve of YOLO-Pose-v11 during validation epochs for parameters fitting. (D) Accuracy of pretrained YOLO-Pose-v11 at identification mice behavior type. (E) Confusion matrix of pretrained YOLO-Pose-v11 at estimation of behavior. (F) Illustrative composite frames composition for distinct types of behavior as running, sitting and grooming, respectively.
To construct an accurate classifier, it was essential to identify the various types of activities that occur on composite frames. For this purpose, YOLO-Pose-v11 was pretrained on more than 28,900 frames with 90 learning epochs. The training curve is presented on Figure 3B. Further, model parameters were fine-tuned on the validation dataset (Figure 3C). To evaluate the effectiveness of the pretrained YOLO-Pose-v11, we assessed its consistency in behavioral scoring across 9646 frames of mouse behavior. The model’s accuracy was defined as the probability of correctly classifying a behavior based on manual annotations (Figure 3D). After 25 testing epochs, accuracy ranged between 0.96 and 0.98, and the F-score reached 0.971. The confusion matrix (Figure 3E), demonstrates highly accurate classification across behavior categories, each of which is illustrated in Figure 3F.
However, distinguishing grooming from sitting remains a challenge due to the similarity between these behaviors and the variability of grooming actions. The problem is exacerbated by the single camera angle, which makes it difficult even for human observers to determine mouse behavior accurately. Additionally, the neural network occasionally misclassified behaviors, resulting in sequences where some frames are incorrectly categorized. To mitigate these issues, a two-stage data filtering process was implemented, starting with Kalman filtering [46]. A key advantage of this approach is the “behavior matrix,” which redistributes the probability of observing different behaviors, reducing classification errors caused by camera noise and other disturbances. Further, smoothing by the mode was performed. In this approach, a series of 25 frames were analyzed, and the behavior label for all frames in the sequence is determined by the most frequently occurring behavior.
After mouse tracking and behavior classification via the pretrained neuronal network, all data are saved in the user-friendly “.csv” format so users might work with them for further analysis. At the same time, all the results describing mice behavior are easily visualized (Figure 4). Researchers could find a raw and smoothed mouse velocity (Figure 4A) and its distribution heatmap (Figure 4B). Results based on the behavior classification (Figure 4C), position heatmap (Figure 4D) and moving trajectory (Figure 4E) could also be visualized and saved for the following analysis.
Figure 4.
Visualization of the mice movement and behavioral scoring results. (A) Mouse speed visualization for each frame—original (green line) and smoothed (red line). (B) Mouse velocity heatmap. (C) Movement distribution when freely moving in the rounded arena. (D) Position heatmap of mouse. (E) Mouse moving trajectory. All graphs illustrated single mouse behavior in the rounded arena.
2.3. Neuronal Manifold Construction in Normal and Pathological Conditions Based on Miniature Fluorescence Calcium Imaging
Modern techniques for recording neuronal ensemble activity, such as miniscopes and microendoscopes, provide researchers with a vast amount of information regarding neuronal cell function and connectivity across various brain regions [4,6,8,34,47,48,49]. These methods rely on calcium imaging, an indirect proxy for neuronal activity [9,50,51,52]. In this study, we utilized the genetically encoded calcium indicator GCaMP6f to visualize neuronal activity [53]. The fluorescence intensity of GCaMP6f increases rapidly in response to neuronal activation [54]. We recorded the activity of dorsal hippocampal neurons in freely behaving mice within a rounded arena. Imaging sessions, each lasting five minutes, were conducted once per day over four consecutive days. To examine the composition and structure of neuronal manifolds in a normal state, wild-type mice (WT+veh) were used as controls. To assess pathological changes in the hippocampal activity during free movement, we employed the 5xFAD mouse model of Alzheimer’s disease (5xFAD+veh). Additionally, we investigated the efficacy of neuronal manifold analysis based on miniscope data by conducting calcium imaging in a treated 5xFAD mouse group (5xFAD+treat). All mice used in the experiments were 6.5 months old, as this is the age at which pronounced pathological changes typically emerge in 5xFAD transgenic mice [32,55].
Preprocessing of the acquired data was performed using the publicly available Minian pipeline, which facilitated background estimation, motion correction, and neuronal calcium trace extraction [27,56]. Based on the obtained fluorescence intensities for each neuron, we leveraged dimensionality reduction (DR) methods for constraining neuronal manifolds [57,58]. For analysis, each five-minute recording was segmented into two-second intervals, with DR performed for each segment (Figure 5A). We evaluated both linear (ISA, MDS, and PCA) and nonlinear (UMAP and t-SNE) DR techniques to determine their ability to distinguish between the different mouse groups based on neuronal manifold architecture (Figure S2). The t-stochastic neighbor embedding (t-SNE) method yielded the most consistent results (Figure 5B). The effectiveness of these methods was assessed using the intracluster distance metric (Figure 5C).
Figure 5.
Neuronal manifolds constrained on the miniature fluorescence microscopy data. (A) Schematic illustration of the neuronal manifold construction of the single recording based on the neuronal calcium traces. (B) Two-dimensional representation of the neuronal manifold architecture for WT+veh, 5xFAD+veh and 5xFAD+treat mice groups. (C) Significant decrease in the neuronal manifold intracluster distance is observed in the 5xFAD mice control group. WT+veh: n = 18 sessions, N = 7 mice; 5xFAD+veh: n = 18 sessions, N = 6 mice; and 5xFAD+treat: n = 17 sessions, N = 6 mice. Brown–Forsythe and Welch–ANOVA following Games–Howell’s multiple comparisons test was used (ns: non-significant, *: p < 0.05, ***: p < 0.001). All data are presented as the mean ± SEM.
The mean intracluster distances of neuronal manifolds in control transgenic 5xFAD mice were significantly reduced compared to their wild-type littermates (WT+veh: 117.5 ± 2.2 vs. 5xFAD+veh: 106.2 ± 1.1, p = 0.0004) and were lower than those in the treated 5xFAD group (5xFAD+veh: 106.2 ± 1.1 vs. 5xFAD+treat: 112.9 ± 2.4, p = 0.0489). However, the treated 5xFAD mice exhibited neuronal manifold structures comparable to WT+veh mice, as reflected in the absence of significant differences in intracluster distances (WT+veh: 117.5 ± 2.2 vs. 5xFAD+treat: 112.9 ± 2.4, p = 0.3685, Brown–Forsythe and Welch–ANOVA tests following Games–Howell’s multiple comparisons post hoc test) (Figure 5C). Other DR methods, such as ISA, were not powerful enough, and some failed to segregate the mice groups altogether (Supplementary Figure S2).
To further validate the reliability of intracluster distance as a descriptor of neuronal manifold structure, we trained a linear encoder to classify mice based on intracluster distance values (Table 2). This threshold-based classifier, using intracluster distance as a single feature, effectively distinguished 5xFAD+veh mice from both other groups. To confirm that classification was based on biologically meaningful temporal coordination rather than random correlations, we conducted the analysis on phase-randomized calcium imaging data (Table 2).
Table 2.
Performance of the intracluster distance classifier in differentiating experimental groups for 10 independent repeats. Student’s t-tests or Mann–Whitney tests were used to compare classifier results based on neuronal manifolds with the corresponding one based on temporally shuffled neural activity (ns: non-significant, *: p < 0.05, **: p < 0.01). All data are presented as the mean ± SEM.
Classifier | Accuracy | Precision | Recall | F1-Score |
---|---|---|---|---|
Encoder performance based on the neuronal manifolds | ||||
WT+veh vs. 5xFAD+veh | 0.750 ± 0.016 ** | 0.764 ± 0.017 ** | 0.834 ± 0.019 * | 0.814 ± 0.017 ** |
5xFAD+veh vs. 5xFAD+treat | 0.673 ± 0.014 ** | 0.701 ± 0.010 ** | 0.7265 ± 0.020 ** | 0.700 ± 0.015 ** |
WT+veh vs. 5xFAD+treat | 0.446 ± 0.014 ns | 0.395 ± 0.016 ns | 0.436 ± 0.013 ns | 0.402 ± 0.014 ns |
Shuffled | ||||
WT+veh vs. 5xFAD+veh | 0.612 ± 0.038 | 0.608 ± 0.043 | 0.642 ± 0.047 | 0.598 ± 0.048 |
5xFAD+veh vs. 5xFAD+treat | 0.570 ± 0.024 | 0.611 ± 0.024 | 0.613 ± 0.031 | 0.596 ± 0.026 |
WT+veh vs. 5xFAD+treat | 0.479 ± 0.022 | 0.429 ± 0.024 | 0.493 ± 0.028 | 0.448 ± 0.025 |
Shuffling eliminated the classifier’s discriminative power, reducing accuracy to chance levels. This null result confirms that the observed group differences stem from biologically meaningful temporal coordination within the hippocampal ensembles of the mice hippocampus. Furthermore, the clear classification of both WT+veh and 5xFAD+treat mice, distinct from the 5xFAD+veh group, highlights the highly aberrant and disrupted neuronal activity in the hippocampus of 5xFAD control mice, leading to an altered neuronal manifold structure. Notably, hippocampal neuronal circuits in the 5xFAD+treat group exhibited characteristics of beneficial treatment effects, as reflected in the increased intracluster distance (Figure 5C) and the reduced ability of the encoder to distinguish between WT+veh and 5xFAD+treat mice (Table 2).
2.4. Altered Neuronal Manifold Composition in the Transgenic 5xFAD Mice During Different Behavioral Types
Altered hippocampal neuron functioning in Alzheimer’s disease mouse models is well established [59,60,61,62]. The accumulation of toxic Aβ-amyloid plaques plays a critical role in disrupting neuronal excitability and impairing neuron-to-neuron communication [32,63,64], primarily due to the extensive loss of spine apparatus function [65,66,67,68]. In the previous section, we demonstrated these functional alterations in the dorsal hippocampus using neuronal manifold analysis and encoder classification based on intracluster distances. However, it remains unclear whether neuronal activity associated with distinct behavioral states is similarly abnormal in transgenic 5xFAD mice [69]. To address this question, we utilized neuronal manifold representations to analyze hippocampal ensemble activity during specific behavioral states, including running, sitting, and grooming (Figure 6A). Behavior scoring was performed using the AI-powered approach for mouse tracking and behavior classification described earlier. For each two-second interval, we identified the predominant behavior and mapped each point within the neuronal manifold to its corresponding behavioral state (Figure 6A). To characterize the complex structure of the neuronal manifolds, we fitted ellipses to each manifold projection and compared their geometric properties, including eccentricity and covered area (Figure 6B–G).
Figure 6.
Neuronal manifold geometrical features belonging to distinct behavior types are highly aberrant in transgenic 5xFAD mice. (A) Ellipses fitting for description of neuronal manifold architecture for running, sitting and grooming states. (B–D) Ellipse area constrained on the neuronal manifolds for running, sitting and grooming epochs, respectively. (E–G) Ellipses eccentricity based on the neuronal manifolds for running, sitting and grooming types of behavior, respectively. WT+veh: n = 18 sessions, N = 7 mice; 5xFAD+veh: n = 18 sessions, N = 6 mice and 5xFAD+treat: n = 17 sessions, N = 6 mice. Ordinary one-way ANOVA following Holm–Sidak’s post hoc test was used (*: p < 0.05, **: p < 0.01, ***: p < 0.001). All data are presented as the mean ± SEM.
Using geometrical features of ellipses, we described the properties of neuronal manifolds. This approach allowed us to identify alterations in the hippocampal neuronal circuits of freely moving transgenic 5xFAD mice during distinct behavioral states. Specifically, we analyzed the area of ellipses derived from neuronal manifolds to investigate global changes in hippocampal neuronal functioning. Across all classified behavioral states—running, sitting, and grooming (Figure 6A), the ellipses’ areas were significantly altered in 5xFAD control mice compared to their wild-type littermates (running: WT+veh: 1706 ± 169 vs. 5xFAD+veh: 1176 ± 106, p = 0.0258; sitting: WT+veh: 1901 ± 94 vs. 5xFAD+veh: 1371 ± 61, p = 0.0007; grooming: WT+veh: 1635 ± 123 vs. 5xFAD+veh: 1145 ± 88, p = 0.0071) (Figure 6B–D). Treatment of 5xFAD mice led to a significant restoration of these values towards wild-type levels (running: 5xFAD+veh: 1176 ± 106 vs. 5xFAD+treat: 1652 ± 132, p = 0.0380; sitting: 5xFAD+veh: 1176 ± 106 vs. 5xFAD+treat: 1830 ± 125, p = 0.0028; grooming: 5xFAD+veh: 1176 ± 106 vs. 5xFAD+veh: 1643 ± 118, p = 0.0071, for all comparisons; ordinary One-way ANOVA following Holm–Sidak’s post hoc test were applied) (Figure 6B–D). Notably, treatment restored ellipse areas to levels from those of wild-type mice (p > 0.6037) for all types of behavior.
Next, we assessed the eccentricity of the ellipses (Figure 6E–G). Significant differences in eccentricity were observed only during running behavior, where 5xFAD+veh mice exhibited markedly altered manifold architecture compared to both WT+veh and 5xFAD+treat groups (WT+veh: 0.65 ± 0.03 vs. 5xFAD+veh: 0.76 ± 0.03, p = 0.018; 5xFAD+veh: 0.76 ± 0.03 vs. 5xFAD+treat: 0.67 ± 0.028, p = 0.0440) (Figure 6E–G). To determine whether these geometric features could be used to classify behavioral states, we trained an encoder based on the neuronal manifolds’ geometric descriptor (Table 3).
Table 3.
Performance of the classifier based on the ellipses geometric properties in differentiating experimental groups for 10 independent repeats. Student’s t-test or the Mann–Whitney test was used to compare classifier results based on neuronal manifolds with the corresponding one based on temporally shuffled neural activity (ns: non-significant, *: p < 0.05, **: p < 0.01, ***: p < 0.001, ****: p < 0.0001 if the classifier results based on original data significantly higher; ns: non-significant, #: p < 0.05, ##: p < 0.01 if the classifier results based on original data significantly lower). All data are presented as the mean ± SEM.
Classifier | Accuracy | Precision | Recall | F1-Score |
---|---|---|---|---|
Encoder performance based on the neuronal manifolds (running epochs) | ||||
WT+veh vs. 5xFAD+veh | 0.684 ± 0.007 **** | 0.704 ± 0.009 **** | 0.683 ± 0.010 *** | 0.673 ± 0.008 **** |
5xFAD+veh vs. 5xFAD+treat | 0.623 ± 0.012 **** | 0.663 ± 0.015 **** | 0.664 ± 0.011 *** | 0.648 ± 0.011 *** |
WT+veh vs. 5xFAD+treat | 0.420 ± 0.010 ## | 0.363 ± 0.013 ## | 0.408 ± 0.018 # | 0.374 ± 0.014 # |
Shuffled | ||||
WT+veh vs. 5xFAD+veh | 0.494 ± 0.023 | 0.500 ± 0.028 | 0.511 ± 0.035 | 0.475 ± 0.031 |
5xFAD+veh vs. 5xFAD+treat | 0.470 ± 0.024 | 0.500 ± 0.028 | 0.471 ± 0.044 | 0.466 ± 0.035 |
WT+veh vs. 5xFAD+treat | 0.498 ± 0.020 | 0.447 ± 0.025 | 0.503 ± 0.035 | 0.458 ± 0.028 |
Encoder performance based on the neuronal manifolds (sitting epochs) | ||||
WT+veh vs. 5xFAD+veh | 0.743 ± 0.012 **** | 0.758 ± 0.013 **** | 0.769 ± 0.014 *** | 0.743 ± 0.012 **** |
5xFAD+veh vs. 5xFAD+treat | 0.634 ± 0.009 ** | 0.666 ± 0.006 ** | 0.692 ± 0.015 * | 0.663 ± 0.011 ** |
WT+veh vs. 5xFAD+treat | 0.495 ± 0.010 ns | 0.450 ± 0.012 ns | 0.504 ± 0.008 ns | 0.461 ± 0.009 ns |
Shuffled | ||||
WT+veh vs. 5xFAD+veh | 0.539 ± 0.031 | 0.534 ± 0.033 | 0.576 ± 0.042 | 0.529 ± 0.038 |
5xFAD+veh vs. 5xFAD+treat | 0.525 ± 0.029 | 0.553 ± 0.029 | 0.573 ± 0.042 | 0.549 ± 0.035 |
WT+veh vs. 5xFAD+treat | 0.490 ± 0.023 | 0.433 ± 0.028 | 0.489 ± 0.041 | 0.445 ± 0.033 |
Encoder performance based on the neuronal manifolds (grooming epochs) | ||||
WT+veh vs. 5xFAD+veh | 0.666 ± 0.014 *** | 0.678 ± 0.017 *** | 0.675 ± 0.012 *** | 0.658 ± 0.014 *** |
5xFAD+veh vs. 5xFAD+treat | 0.665 ± 0.013 ** | 0.692 ± 0.014 **** | 0.702 ± 0.013 * | 0.681 ± 0.012 ** |
WT+veh vs. 5xFAD+treat | 0.467 ± 0.015 ns | 0.379 ± 0.026 ns | 0.339 ± 0.025 ns | 0.339 ± 0.024 ns |
Shuffled | ||||
WT+veh vs. 5xFAD+veh | 0.523 ± 0.026 | 0.528 ± 0.032 | 0.542 ± 0.028 | 0.502 ± 0.026 |
5xFAD+veh vs. 5xFAD+treat | 0.513 ± 0.029 | 0.534 ± 0.025 | 0.648 ± 0.036 | 0.575 ± 0.030 |
WT+veh vs. 5xFAD+treat | 0.502 ± 0.026 | 0.425 ± 0.040 | 0.385 ± 0.041 | 0.384 ± 0.038 |
To validate the specificity of this approach, neuronal activity was shuffled, which—as shown in the previous chapter—significantly impaired the encoder’s classification performance, confirming that the observed results were not due to random patterns. Furthermore, the encoder was able to clearly distinguish WT+veh and 5xFAD+treat mice from the 5xFAD+veh group, underscoring the presence of aberrant and disrupted hippocampal activity in the control transgenic mice. Importantly, the restoration of neuronal ensemble dynamics across all behavioral states in the 5xFAD+treat group was reflected in both the normalization of ellipse descriptor (Figure 6B–G) and the diminished ability of the encoder to differentiate between WT+veh and 5xFAD+treat animals (Table 3).
3. Discussion
Accurate and unbiased classification of mouse behavior is essential for understanding the functions of distinct brain regions, especially when neuronal activity is recorded simultaneously with behavioral observation [70,71,72,73,74]. Modern in vivo techniques such as multi-electrode arrays [75,76], miniscopes [6,77], and two-photon or multi-photon imaging through optical fibers [9,10] allow researchers to study how neuronal ensembles underpin behavior. Additionally, the development of genetically encoded calcium or voltage indicators has greatly expanded the ability to investigate specific neuronal subtypes across different brain areas [53,78,79]. However, while imaging technologies and genetically encoded tools have rapidly advanced, methods for comprehensive, high-throughput behavioral analysis have not kept pace. To address this gap, we introduce a novel AI-based approach for mouse tracking and behavioral scoring. Using the YOLO neural network architecture, we achieved highly accurate mice tracking through core-point estimation during free movement [21,43]. A small, manually annotated dataset—375 frames labeled using the MARS system—was sufficient to train the network effectively, resulting in robust tracking performance [12]. Compared to the widely used DeepLabCut [18], our method demonstrated superior accuracy and performance despite relying on a significantly smaller training dataset. A possible explanation for the better performance of the YOLO neural network in the task of mouse key-point annotation trained on small datasets, compared to DeepLabCut, lies in its architectural design. Specifically, the use of a focal loss function and additional feature extraction separating layers from the final prediction head likely contribute to improved generalization and accuracy [80]. It is also important to acknowledge a limitation of this comparison: for optimal performance in tracking mice, DeepLabCut typically requires a substantially larger training dataset, which may have affected its relative performance under the current experimental conditions.
While simple tracking is valuable, it is often insufficient for advanced neuroscience research, such as exploring brain function or evaluating therapeutic strategies for neurological disorders. More sophisticated behavior analysis is needed—one that can detect changes in behavioral states, spatial distributions, and transitions between behaviors [81,82]. To meet these needs, we utilized the YOLO-Pose-v11 network for automatic, unbiased classification of behavior types [45]. This latest YOLO generation includes attention mechanisms that enhance the robustness of the model. Training was conducted using over 28,900 composite frames with manually labeled behaviors, while fine-tuning was performed on an additional 9646 frames. After 25 training epochs, validation accuracy ranged from 0.94 to 0.96, with an F-score of 0.971—demonstrating the model’s ability to distinguish between different behavioral types. The output also supports visualization of spatial metrics such as distance traveled, mice velocity, zone occupancy, and behavior-specific heatmaps. It is important to note that both the type and amount of observable behavior are closely tied to the specific behavioral testing paradigm and experimental conditions employed. For instance, in learning and memory assessments—such as various versions of the Fear Conditioning (FC) test—freezing behavior is of primary interest, as it serves as a key indicator of context or associative memory [39]. At the same time, in behavior tests designed to investigate emotional changes or stress-related behaviors, such as anxiety or fear, a broader spectrum of behaviors becomes relevant [83]. These may include fleeing, freezing, and rapid locomotion (e.g., escape-like running), each offering unique insights into the emotional and physiological state of the animal. Given the diversity of behaviors relevant across different paradigms, the pretrained YOLO-Pose-v11 neuronal network, presented in the current article, could be further trained to recognize specific types of behavior as required by different testing paradigms.
To validate the presented AI-based approach, we applied it to study hippocampal neuronal activity in pathological conditions using the 5xFAD mouse model of Alzheimer’s disease [29,32]. The hippocampus is severely suffering in Alzheimer’s, showing ubiquitous amyloid plaque accumulation [84], disrupted calcium signaling [85,86], and dendritic spine degradation [66,87]. Neuronal activity was recorded using a miniscope, enabling imaging in freely moving mice. We further analyzed neuronal population dynamics using the neuronal manifold approach, which captures ensemble activity during defined intervals [26]. Among dimensionality reduction methods, t-SNE provided the best separation between groups, particularly distinguishing WT+veh and 5xFAD+vehicle mice based on intracluster distances. The 5xFAD+veh group showed significantly reduced intracluster distances, while the 5xFAD+treat group aligned more closely with WT animals. Next, we constructed behavioral state-specific manifolds (e.g., running, sitting, and grooming) and analyzed their geometric features. Alzheimer’s disease (AD) disrupts a wide range of physiological brain functions [88,89]. As a result, cognitive decline and memory impairment are hallmark features of AD. Beyond these cognitive deficits, previous studies have shown that hippocampal neurons in AD mouse models, such as the 3xTg-AD mice, exhibit significantly altered neuronal Ca2+ activity in response to locomotion [69]. This highlights the importance of investigating not only single-neuron activity but also the dynamics of broader hippocampal neuronal circuits under behaviorally relevant conditions [4,90]. In the present study, we introduce a three-class behavioral classification system—running, sitting, and grooming—based on mouse behavior in a rounded arena. These behaviors are particularly suitable for probing locomotion-associated neuronal circuit dysfunctions in the 5xFAD transgenic mouse model of Alzheimer’s disease. Ellipse fitting to manifold projections revealed significantly reduced area in the 5xFAD+veh group across all behaviors, with no differences between WT+veh and 5xFAD+treat groups.
Several hypotheses can be proposed to explain the observed findings. First, the significant reduction in intracluster distances in the 5xFAD+veh group may reflect abnormal functioning of hippocampal neurons. In these animals, most of the neuronal manifold data points lie close to each other, indicating a low variability in overall circuit activity. This reduced variability may be associated with neuronal hyperexcitability—a hallmark of AD pathology—as previously shown by our group in this dataset [90] and supported by other studies [91,92,93]. Importantly, intracluster distance analysis also highlights the beneficial effect of chronic intraperitoneal administration of NDC-9009 (10 mg/kg) in the 5xFAD+treat group. In these mice, the neuronal manifold architecture reverted to levels observed in WT+veh animals, suggesting a restoration of healthy network dynamics. This result strongly supports the use of neuronal manifold analysis as a systems-level approach to evaluate circuit-level dysfunction in neuropathological conditions. When correlating the neuronal manifold metrics with behavioral data, further specific changes in geometric features—particularly ellipse area—were observed. The 5xFAD+veh group showed a marked reduction in ellipse area, which may reflect aberrant coordination among hippocampal neurons in transgenic control animals [94]. These manifold characteristics align with our previous findings on 5xFAD mice treated with NDC-9009 [90] obtained via canonical quantitative analysis [28], thus validating the consistency and efficiency of the manifold approach. In this case, 5xFAD+treat mice group plays and essential role for comparisons and right results interpretation. Furthermore, the present findings are in agreement with prior single-neuron level analyses, where locomotion in 5xFAD mice elicited exaggerated neuronal responses [69]. Overall, manifold-constrained analysis of neuronal ensembles offers a powerful method to assess large-scale network dynamics. Unlike analyses focused solely on individual neuronal activity or pairwise connectivity, the manifold approach enables an integral view of circuit behavior [58], potentially uncovering pathological patterns that would otherwise remain hidden.
To further support our findings regarding alterations in intracluster distances and geometrical features of ellipses, we trained a linear encoder to classify mice based on either intracluster distance metrics or the configuration of the ellipses. Classifier performance—evaluated through accuracy, precision, recall, and F1-score—demonstrated significant discriminatory ability between WT+veh and 5xFAD+veh mice, as well as between 5xFAD+veh and 5xFAD+treat groups. In contrast, the encoder failed to distinguish between WT+veh and 5xFAD+treat mice, indicating highly similar manifold architectures in these groups. Demonstrated findings further support the beneficial effects of the treatment on hippocampal neuronal ensemble functioning, in agreement with conventional quantitative analyses [90]. To probe whether these manifold-based representations genuinely reflect physiological network dynamics, we shuffled the neuronal activity, thereby eliminating naturally occurring correlations between neuronal firings. As expected, in all comparisons—WT+veh vs. 5xFAD+veh and 5xFAD+veh vs. 5xFAD+treat—the encoder’s discriminative power significantly decreased. This result reinforces the idea that manifold representations reliably capture essential features of neuronal circuit activity. Interestingly, the classifier’s performance in distinguishing WT+veh from 5xFAD+treat mice remained unchanged after shuffling, staying at chance level. This further supports the conclusion that the manifold structures in these two groups are indeed similar, highlighting the restorative effect of the treatment. Altogether, these results underscore the positive impact of NDC-9009 treatment [90,95] and validate the utility of neuronal manifold analysis as a powerful method for assessing the functional state of complex neuronal networks.
To sum up, presented in the current study, an AI-driven algorithm for mice tracking and quantification of behavior type with parallel neuronal manifold analysis applied to hippocampal neuron calcium activity emerged with reliable and stable results. This methodology provides a powerful and scalable tool for studying brain–behavior relationships and offers new avenues for understanding neural circuit function in health and disease.
4. Materials and Methods
4.1. Animals
5xFAD mice (Jackson Laboratory, Bar Harbor, ME, USA; strain # 034848) [32] with a C57BL6 background were used for behavior and in vivo neuronal activity recordings in the rounded arena. The breeding colonies were established and maintained in a vivarium with 4–6 mice per cage and a 12 h light/dark cycle in the Laboratory of Molecular Neurodegeneration of Peter the Great St. Petersburg Polytechnic University vivarium with a 12 h light/dark cycle with ad libitum access to food and water.
4.2. Mice Treatment
Mice groups stated in the manuscript as “5xFAD+treat” were administered with 10 mg/kg NDC-9009 [90] (in a 10:10:80 ratio of DMSO, NDC-9009, and saline) for 2 weeks before and each day during imaging sessions. Mice groups “WT+veh” and “5xFAD+veh” were given a vehicle (DMSO and sterile saline) at the same volumes and with the same protocol.
4.3. Neuronal Network Training for Mice Tracking and Behavioral Scoring
Round arena marking. In the experiment, the arena was divided into four zones, as shown in the (Figure S1). To address the issue of arena marking, a novel algorithm based on analytical computer vision has been developed. The implementation of this algorithm was carried out using a combination of Python v3.11 and OpenCV v4.10. On the first step, the image was converted to grayscale. Then, the region of interest (ROI) was highlighted in the center of the image and is 4 times smaller in size than the original image. Using the built-in OpenCV functions, all possible contours within the ROI have been identified and marked in green. Using the built-in functions of OpenCV, the boundary of the arena was marked, which is marked in pink. The center of this circle is indicated by a red dot. Further, the contour closest to the center of the found circle is defined as the center of the arena. A circle is drawn around the remaining contours (that are not the centers) within the ROI (indicated in red). The center of this circle is the center of the arena identified in the previous step. This constitutes the first zone of the arena, namely, the central zone. The radius of the inner zone (red) is subtracted from the outer zone (pink). The resulting difference (blue) is then divided into three equal segments. Then, an inner area, a middle area, and an outer area were marked. Consequently, the dimensions of all sectors are ascertained, enabling us to precisely categorize any given location on the field based on its proximity to the center.
Framework. The project was implemented in Python using the following libraries: Ultralytics YOLO-Pose-v8—for training detection and classification models, OpenCV—for image analysis and arena segmentation, NumPy (1.26.4), Pandas (2.2.2)—for numerical data processing, Matplotlib (3.9.0), Seaborn (0.13.2)—for data visualization, and SciPy (1.14.0)—for signal filtering and smoothing (Savitzky–Golay filter). The project can be executed either through Python scripts or interactively in Jupyter Notebook (1.0.0). All models were trained and run on an NVIDIA RTX GPU, providing high performance for video processing. Required dependencies can be installed from the provided requirements.txt.
Model Training. The model used for animal pose estimation was YOLO-Pose-v8-m, trained on the annotated dataset with labeled key points by the MARS system [12]. The training pipeline included standard preprocessing and augmentation steps, along with loss functions specific to key-point detection tasks. The dataset consisted of 500 annotated images: 375 images were used for training, 125 images were used for validation, 80 images contained only the empty arena to improve model robustness and 25 images were synthetically generated through augmentation techniques. For the behavioral classification task, an additional dataset of 48,229 composite frames was created from mouse behavior videos. Each composite image was constructed using 21 consecutive frames, combined across color channels: the green channel represented the average of the preceding 10 frames, the red channel—the current frame, and the blue channel—the average of the subsequent 10 frames.
Tracking. Tracking was performed by applying the YOLO-Pose model frame-by-frame, followed by Kalman filtering to ensure temporal consistency. To further stabilize behavioral predictions, a mode smoothing algorithm was applied over a 25-frame window, reducing noise and transient misclassifications.
Animal Pose Estimation The pose estimation model predicted seven key points on the mouse’s body. The accuracy was evaluated using the PCK@0.25 metric (percentage of correct key points), where a prediction is correct if it lies within 0.25·D, with D being the inter-ear distance. The average PCK@0.25 score achieved was 82%.
Accuracy Metrics. Model performance was evaluated using the following metrics: PCK@0.25—for pose estimation accuracy, F1-score—for behavior classification performance, confusion matrix—for error analysis, key-point distance histograms—for assessing spatial prediction accuracy, trajectory plots and heatmaps—for visualization of movement patterns. To improve the reliability of behavioral classification, post-processing included Kalman filtering and statistical stabilization via mode smoothing. This helped eliminate outliers and ensured the interpretability of behavior sequences over time.
Behavior Classification. The YOLO-classification-v11 model was trained on the composite image dataset to classify mouse behavior. Dataset for training was 48,229 annotated images. The final model classified three behavior types: running, sitting, and grooming, achieving an F1 score of F = 0.971.
4.4. Viral Constructs Delivery and GRIN-Lens Implantation
All procedures are described in detailed in [8]. In short, all surgeries were performed under 1.5–2.0% anesthesia. A volume of 1.15 µL of viral constructs (AAV5.Syn.GCaMP6f.WPRE.SV40 [53]) at the infusion rate of 0.1 µL with titer more than 1 × 1013 vg/mL were injected unilaterally into left hippocampus (AP −2.1mm; DV −1.45mm; ML +1.4 mm) of mice using stereotaxic (68001, RWD Life Science, Guangdong, Shenzhen, China). Temperature was maintained at 37 °C by a heated mat with temperature controller (69,002, RWD Life Science, China). After 3 weeks, as appropriate level of genetically encoded calcium-indicator GCaMP6f was achieved, mice underwent GRIN-lens implantation. Cortex tissues were removed by aspiration under supply of PBS until corpus Collosum became visible [96]. Then, GRIN-lens was deepened at 1.45 mm below medial skull edge of the hole and glued with a small drop of superglue. Further, to fix lens to the skull, light-cured dental cement (Dent-light flow, tdVladmiva, Belgorod, Russia) was applied. At the end of lens implantation 50 µL of atipam was injected intraperitoneal and 1 mg/kg of dexamethasone. After 4–6 weeks, baseplate was fixed with the best FOV, where neurons or clear vessels were visible. Imaging sessions starts after total mice recovery after baseplating in 2 weeks.
4.5. Hippocampal Neuronal Activity Recordings Under Freely Behaving Conditions
Mice aged 6.5 months old were allowed to habituate to miniscope for 5 min once a day for 2 days. Experiments of neuronal activity recording in the freely moving mice were performed in the rounded arena with diameter of 63 cm. Hippocampal neuron activity was recorded for 7 min under the same conditions for 4 days. After each recording ended, the chamber was sterilized with 70% ethanol. Recording mice behavior during freely moving in a rounded arena was filmed by Webcam Logitech (C270HD, Apples, Switzerland).
4.6. Processing of Miniscope Recordings
Miniscope data were obtained using Pomidaq (Portable Miniscope Data Acquisition) (v. 0.4.5) at 15 frames per second. The first and the last minute of each session were cut, so individual recordings were was 5 min long. To process the miniscope data, we used Minian, an open-source tool for miniscope data analysis [27]. Minian performs background fluctuation elimination, motion correction, and calcium signal extraction using the CNMF method. The following parameters were applied in Minian: “wnd_size” set to 1000, “method” set to “rolling,” “stp_size” set to 500, and “max_wnd” set to 15, with default CNMF parameters.
Minian outputs an array with calcium activity traces (Ca2+ fluorescence) and neuron location data from the recording.
4.7. Datasets
In the current manuscript, we utilized the same miniscope imaging dataset as in our previous study [90]. In that earlier work, we investigated the effects of the SERCA PAM NDC-9009 on hippocampal neuronal ensembles using canonical analysis methods relying on individual neuron activation properties. Here, we extend our analysis by applying the same behavioral dataset to train the YOLO-8 and YOLO-11 neural network models. Additionally, the miniscope imaging data were employed to constrain neuronal manifolds and to correlate these manifold representations with distinct behavioral states. This approach aims to further elucidate the impact of Alzheimer’s disease pathology on hippocampal neuronal circuitry through advanced neuronal networks application for behavior scoring and neuronal manifold analysis.
4.8. Neuronal Manifold Construction Based on the Neuronal Calcium Traces
For the construction of manifolds and subsequent analysis aimed at identifying features associated with Alzheimer’s disease (AD), transgenic mice of the 5xFAD strain (6.5 months old) with a genetic model of AD were employed. Wild-type littermates of the same age were used as control subjects. Neuronal activity data from hippocampal ensembles were acquired using miniature fluorescence microscopy imaging. The dataset consists of time-series recordings of fluorescence intensity, reflecting the dynamics of the genetically encoded calcium indicator GCaMP6f over time for individual hippocampal neurons.
4.9. Preprocessing and Temporal Aggregation of Neural Activity
Given the sparseness of calcium signals in individual hippocampal neurons, we developed a preprocessing strategy aimed at capturing short-term temporal dynamics of the neural population. Rather than treating each frame as a point of manifold, neuronal activity across successive time intervals as a single extended observation. Specifically, the activity of all neurons across a fixed temporal window of 30 consecutive frames (corresponding to a 2 s of recording) was concatenated into a single high-dimensional vector:
where represents the vector of fluorescence values for all N neurons at timeframe i. Each resulting vector xt encodes the full temporal sequence of neural activity over the 30-frame interval. This “flattening” strategy preserves the temporal dynamics of the ensemble and enables downstream manifold learning algorithms to capture not only instantaneous population states but also their evolution across short behavioral or physiological epochs. The resulting manifold embeds temporally structured neural motifs as individual points, facilitating the identification of group-specific features in reduced space.
4.10. Methods for Dimensionality Reduction
t-SNE (t-Distributed Stochastic Neighbor Embedding). t-SNE is a nonlinear dimensionality reduction technique that models high-dimensional data points as three-dimensional coordinates, preserving local similarities while emphasizing global structure. Specifically, similar objects are represented as closely positioned points, whereas dissimilar objects are mapped farther from each other with high probability. The method employs a t-distribution to mitigate crowding effects in low-dimensional space. The analysis utilized the scikit-learn [97] implementation of t-SNE, with the following key features: Euclidean distance was used to compute pairwise similarities and the Barnes–Hut approximation was applied to accelerate gradient descent, significantly reducing computational complexity.
PCA (Principal Component Analysis). PCA is a linear transformation method that identifies an orthogonal basis of principal components (PCs), maximizing variance in the data. These PCs form a new feature space, effectively reducing dimensionality while retaining the most informative projections. The scikit-learn PCA implementation was employed, with the automatic mean subtraction.
ICA (Independent Component Analysis). ICA decomposes a multivariate signal into statistically independent, non-Gaussian components by maximizing mutual independence. The scikit-learn FastICA algorithm was used with negentropy approximation and automatic sphering and centering for enhancing convergence.
MDS (Multidimensional Scaling). MDS projects data into a lower-dimensional space while preserving pairwise distances (or dissimilarities) from the original high-dimensional space. The scikit-learn MDS implementation relied on the SMACOF (Scaling by Majorizing a Complicated Function) algorithm.
UMAP (Uniform Manifold Approximation and Projection). UMAP constructs a weighted graph from high-dimensional data, where edge weights reflect local distances. The algorithm then optimizes a low-dimensional embedding by preserving the topological structure of this graph. Implementation The UMAP-learn library’s implementation was applied, with the nearest-neighbor search approximation and accelerated computation for large datasets.
Quantification of Manifold Structure
To quantify the between-group discrimination, we computed intracluster distances within the reduced-dimensional space:
where Ck: cluster containing nk data points; xi, xj: points within cluster Ck; d(xi,xj). This metric inversely correlates with cluster compactness, where lower values indicate tighter neural population representations.
4.11. Error Ellipse Estimation
To characterize group-specific variability during particular behavioral states (running, sitting and grooming), we fitted 95% confidence ellipses to points within each manifold subset. The ellipses were computed by estimating the covariance matrix Σ of points assigned to the behavioral state and deriving its eigenvalues λ1, λ2 (where λ1 ≥ λ2), which determine the orientation and axes of the ellipse.
These geometric descriptors served as features for subsequent classification analyses.
4.12. Control Analysis with Phase-Randomized Data
Neural activity vectors were temporally shuffled. All manifold construction and classification analyses were then re-run on this dataset.
4.13. Statistics
The Shapiro–Wilk or Kolmogorov–Smirnov tests were used to check normality of distributions. Comparisons were made using Student’s t-test or the Mann–Whitney test for paired analyses, and ANOVA followed by Tukey’s test or the Brown–Forsythe and Welch–ANOVA tests following Games–Howell’s multiple comparisons post hoc test, or the Kruskal–Wallis test followed by Dunn’s test for multiple comparisons. Statistical significance was set at p < 0.05. All data are presented as the mean ± standard error of the mean if others are not mentioned.
Acknowledgments
We are thankful to all members of the Laboratory of Molecular Neurodegeneration for the fruitful discussions. We would like to thank the heads of the Laboratory of Molecular Neurodegeneration, Ilya Bezprozvanny and Russel Dahl, for providing access to valuable scientific datasets, which enables the testing of new data analysis methods.
Supplementary Materials
The following supporting information can be downloaded at: https://www.mdpi.com/article/10.3390/ijms26157180/s1.
Author Contributions
Conceptualization, E.G. and E.P.; methodology, E.G., V.C. and E.P.; software, S.U. and V.K.; validation, E.G.; formal analysis, E.G., V.K. and S.U.; investigation, E.G., V.K. and S.U.; resources, E.P.; data curation, V.C.; writing—original draft preparation, E.G.; writing—review and editing, E.G. and E.P.; visualization, E.G., V.K. and S.U.; supervision, V.C. and E.P.; project administration, E.P.; funding acquisition, E.P. All authors have read and agreed to the published version of the manuscript.
Institutional Review Board Statement
All procedures were approved by principles of the European convention (Strasburg, 1986) and the Declaration of International Medical Association regarding the humane treatment of animals (Helsinki, 1996) and approved by the Bioethics Committee of the Peter the Great St. Petersburg Polytechnic University (Ethical permit number 3-n-b from 25 May 2022) at St. Petersburg, Russia.
Data Availability Statement
The pretrained neuronal networks are deposited in an online repository, accessible by the following link: https://github.com/Biomed-imaging-lab/AI-mouse-detector (accessed on 15 July 2025) for an AI-based approach for mice position tracking and behavioral scoring, https://github.com/Biomed-imaging-lab/Neuro-manifold (accessed on 15 July 2025) for neuronal manifold construction based on calcium data. All the data are available upon reasonable request to corresponding authors.
Conflicts of Interest
The authors declare no conflicts of interest.
Funding Statement
This work was supported by a grant under state assignment FSEG-2024-0025 (Ministry of Science and Higher education) and by the Innovations and Youth Initiatives Fund in St. Petersburg within the framework of the project “Blue Sky Research Digital Laboratory Campus”.
Footnotes
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.
References
- 1.Im C., Seo J.M. A Review of Electrodes for the Electrical Brain Signal Recording. Biomed. Eng. Lett. 2016;6:104–112. doi: 10.1007/s13534-016-0235-1. [DOI] [Google Scholar]
- 2.Lee J.M., Pyo Y.W., Kim Y.J., Hong J.H., Jo Y., Choi W., Lin D., Park H.G. The Ultra-Thin, Minimally Invasive Surface Electrode Array NeuroWeb for Probing Neural Activity. Nat. Commun. 2023;14:7088. doi: 10.1038/s41467-023-42860-9. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 3.Erofeev A., Antifeev I., Bolshakova A., Bezprozvanny I., Vlasova O. In Vivo Penetrating Microelectrodes for Brain Electrophysiology. Sensors. 2022;22:9085. doi: 10.3390/s22239085. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 4.Werner C.T., Williams C.J., Fermelia M.R., Lin D.T., Li Y. Circuit Mechanisms of Neurodegenerative Diseases: A New Frontier with Miniature Fluorescence Microscopy. Front. Neurosci. 2019;13:1174. doi: 10.3389/fnins.2019.01174. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 5.Aharoni D., Khakh B.S., Silva A.J., Golshani P. All the Light That We Can See: A New Era in Miniaturized Microscopy. Nat. Methods. 2019;16:11–13. doi: 10.1038/s41592-018-0266-x. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 6.Aharoni D., Hoogland T.M. Circuit Investigations with Open-Source Miniaturized Microscopes: Past, Present and Future. Front. Cell. Neurosci. 2019;13:141. doi: 10.3389/fncel.2019.00141. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 7.Gerasimov E.I.I., Erofeev A.I.I., Pushkareva S.A.A., Barinov D.S.S., Bolsunovskaja M.V.V., Yang X., Yang H., Zhou C., Vlasova O.L.L., Li W., et al. Miniature Fluorescent Microscope: History, Application, and Data Processing. Zhurnal Vyss. Nervn. Deyatelnosti Im. I.P. Pavlov. 2020;70:852–864. doi: 10.31857/S0044467720060040. [DOI] [Google Scholar]
- 8.Gerasimov E., Pchitskaya E., Vlasova O., Bezprozvanny I. Dynamic Changes in the Hippocampal Neuronal Circuits Activity Following Acute Stress Revealed by Miniature Fluorescence Microscopy Imaging. Mol. Brain. 2024;17:92. doi: 10.1186/s13041-024-01168-5. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 9.Grienberger C., Giovannucci A., Zeiger W., Portera-Cailliau C. Two-Photon Calcium Imaging of Neuronal Activity. Nat. Rev. Methods Prim. 2022;2:67. doi: 10.1038/s43586-022-00147-1. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 10.Ali F., Kwan A.C. Interpreting In Vivo Calcium Signals from Neuronal Cell Bodies, Axons, and Dendrites: A Review. Neurophotonics. 2019;7:011402. doi: 10.1117/1.NPh.7.1.011402. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 11.Pologruto T.A., Yasuda R., Svoboda K. Monitoring Neural Activity and [Ca2+] with Genetically Encoded Ca2+ Indicators. J. Neurosci. 2004;24:9572–9579. doi: 10.1523/JNEUROSCI.2854-04.2004. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 12.Segalin C., Williams J., Karigo T., Hui M., Zelikowsky M., Sun J.J., Perona P., Anderson D.J., Kennedy A. The Mouse Action Recognition System (MARS) Software Pipeline for Automated Analysis of Social Behaviors in Mice. eLife. 2021;10:e63720. doi: 10.7554/eLife.63720. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 13.Philipsberg P.A., Christenson Wick Z., Diego K.S., Vaughan N., Galas A., Jurkowski A., Feng Y., Vetere L.M., Chen L., Soler I., et al. Chronotate: An Open-Source Tool for Manual Timestamping and Quantification of Animal Behavior. Neurosci. Lett. 2023;814:137461. doi: 10.1016/j.neulet.2023.137461. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 14.Miller A.L., Flecknell P.A., Leach M.C., Roughan J.V. A Comparison of a Manual and an Automated Behavioural Analysis Method for Assessing Post-Operative Pain in Mice. Appl. Anim. Behav. Sci. 2011;131:138–144. doi: 10.1016/j.applanim.2011.02.007. [DOI] [Google Scholar]
- 15.Tomihara S., Oka Y., Kanda S. Establishment of Open-Source Semi-Automated Behavioral Analysis System and Quantification of the Difference of Sexual Motivation between Laboratory and Wild Strains. Sci. Rep. 2021;11:10894. doi: 10.1038/s41598-021-90225-3. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 16.Kuchiiwa S., Kuchiiwa T. A Novel Semi-Automated Apparatus for Measurement of Aggressive Biting Behavior in Mice. J. Neurosci. Methods. 2014;228:27–34. doi: 10.1016/j.jneumeth.2014.02.017. [DOI] [PubMed] [Google Scholar]
- 17.Samson A.L., Ju L., Kim H.A., Zhang S.R., Lee J.A.A., Sturgeon S.A., Sobey C.G., Jackson S.P., Schoenwaelder S.M. MouseMove: An Open Source Program for Semi-Automated Analysis of Movement and Cognitive Testing in Rodents. Sci. Rep. 2015;5:16171. doi: 10.1038/srep16171. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 18.Mathis A., Mamidanna P., Cury K.M., Abe T., Murthy V.N., Mathis M.W., Bethge M. DeepLabCut: Markerless Pose Estimation of User-Defined Body Parts with Deep Learning. Nat. Neurosci. 2018;21:1281–1289. doi: 10.1038/s41593-018-0209-y. [DOI] [PubMed] [Google Scholar]
- 19.Pereira T.D., Tabris N., Matsliah A., Turner D.M., Li J., Ravindranath S., Papadoyannis E.S., Normand E., Deutsch D.S., Wang Z.Y., et al. SLEAP: A Deep Learning System for Multi-Animal Pose Tracking. Nat. Methods. 2022;19:486–495. doi: 10.1038/s41592-022-01426-1. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 20.Lipp H.P., Krackow S., Turkes E., Benner S., Endo T., Russig H. IntelliCage: The Development and Perspectives of a Mouse- and User-Friendly Automated Behavioral Test System. Front. Behav. Neurosci. 2023;17:1270538. doi: 10.3389/fnbeh.2023.1270538. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 21.Liu C., Tao Y., Liang J., Li K., Chen Y. Object Detection Based on YOLO Network; Proceedings of the 2018 IEEE 4th Information Technology and Mechatronics Engineering Conference (ITOEC); Chongqing, China. 14–16 December 2018; pp. 799–803. [Google Scholar]
- 22.Viskaitis P., Arnold M., Garau C., Jensen L.T., Fugger L., Peleg-Raibstein D., Burdakov D. Ingested Non-Essential Amino Acids Recruit Brain Orexin Cells to Suppress Eating in Mice. Curr. Biol. 2022;32:1812–1821. doi: 10.1016/j.cub.2022.02.067. [DOI] [PubMed] [Google Scholar]
- 23.Oh J., Lee C., Kaang B.K. Imaging and Analysis of Genetically Encoded Calcium Indicators Linking Neural Circuits and Behaviors. Korean J. Physiol. Pharmacol. 2019;23:237–249. doi: 10.4196/kjpp.2019.23.4.237. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 24.Mitchell-Heggs R., Prado S., Gava G.P., Go M.A., Schultz S.R. Neural Manifold Analysis of Brain Circuit Dynamics in Health and Disease. J. Comput. Neurosci. 2023;51:1–21. doi: 10.1007/s10827-022-00839-3. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 25.Chaudhuri R., Gerçek B., Pandey B., Peyrache A., Fiete I. The Intrinsic Attractor Manifold and Population Dynamics of a Canonical Cognitive Circuit across Waking and Sleep. Nat. Neurosci. 2019;22:1512–1520. doi: 10.1038/s41593-019-0460-x. [DOI] [PubMed] [Google Scholar]
- 26.Duncker L., Sahani M. Dynamics on the Manifold: Identifying Computational Dynamical Activity from Neural Population Recordings. Curr. Opin. Neurobiol. 2021;70:163–170. doi: 10.1016/j.conb.2021.10.014. [DOI] [PubMed] [Google Scholar]
- 27.Dong Z., Mau W., Feng Y., Pennington Z.T., Chen L., Zaki Y., Rajan K., Shuman T., Aharoni D., Cai D.J. Minian, an Open-Source Miniscope Analysis Pipeline. eLife. 2022;11:e70661. doi: 10.7554/eLife.70661. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 28.Gerasimov E., Mitenev A., Pchitskaya E., Chukanov V., Bezprozvanny I. NeuroActivityToolkit—Toolbox for Quantitative Analysis of Miniature Fluorescent Microscopy Data. J. Imaging. 2023;9:243. doi: 10.3390/jimaging9110243. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 29.Oblak A.L., Lin P.B., Kotredes K.P., Pandey R.S., Garceau D., Williams H.M., Uyar A., O’Rourke R., O’Rourke S., Ingraham C., et al. Comprehensive Evaluation of the 5XFAD Mouse Model for Preclinical Testing Applications: A MODEL-AD Study. Front. Aging Neurosci. 2021;13:713726. doi: 10.3389/fnagi.2021.713726. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 30.Forner S., Kawauchi S., Balderrama-Gutierrez G., Kramár E.A., Matheos D.P., Phan J., Javonillo D.I., Tran K.M., Hingco E., da Cunha C., et al. Systematic Phenotyping and Characterization of the 5xFAD Mouse Model of Alzheimer’s Disease. Sci. Data. 2021;8:270. doi: 10.1038/s41597-021-01054-y. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 31.Gerasimov E., Bezprozvanny I., Vlasova O.L. Activation of Gq-Coupled Receptors in Astrocytes Restores Cognitive Function in Alzheimer’s Disease Mice Model. Int. J. Mol. Sci. 2023;24:9969. doi: 10.3390/ijms24129969. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 32.Oakley H., Cole S.L., Logan S., Maus E., Shao P., Craft J., Guillozet-Bongaarts A., Ohno M., Disterhoft J., Van Eldik L., et al. Intraneuronal β-Amyloid Aggregates, Neurodegeneration, and Neuron Loss in Transgenic Mice with Five Familial Alzheimer’s Disease Mutations: Potential Factors in Amyloid Plaque Formation. J. Neurosci. 2006;26:10129–10140. doi: 10.1523/JNEUROSCI.1202-06.2006. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 33.Zhong M.Z., Peng T., Duarte M.L., Wang M., Cai D. Updates on Mouse Models of Alzheimer’s Disease. Mol. Neurodegener. 2024;19:23. doi: 10.1186/s13024-024-00712-0. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 34.Zhang H., Chen L., Johnston K.G., Crapser J., Green K.N., Ha N.M.L., Tenner A.J., Holmes T.C., Nitz D.A., Xu X. Degenerate Mapping of Environmental Location Presages Deficits in Object-Location Encoding and Memory in the 5xFAD Mouse Model for Alzheimer’s Disease. Neurobiol. Dis. 2023;176:105939. doi: 10.1016/j.nbd.2022.105939. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 35.Grieco S.F., Holmes T.C., Xu X. Probing Neural Circuit Mechanisms in Alzheimer’s Disease Using Novel Technologies. Mol. Psychiatry. 2023;28:4407–4420. doi: 10.1038/s41380-023-02018-x. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 36.Vorhees C.V., Williams M.T. Morris Water Maze: Procedures for Assessing Spatial and Related Forms of Learning and Memory. Nat. Protoc. 2006;1:848–858. doi: 10.1038/nprot.2006.116. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 37.Garthe A., Kempermann G. An Old Test for New Neurons: Refining the Morris Water Maze to Study the Functional Relevance of Adult Hippocampal Neurogenesis. Front. Neurosci. 2013;7:63. doi: 10.3389/fnins.2013.00063. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 38.Shoji H., Takao K., Hattori S., Miyakawa T. Contextual and Cued Fear Conditioning Test Using a Video Analyzing System in Mice. J. Vis. Exp. 2014;1:50871. doi: 10.3791/50871. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 39.Curzon P., Rustay N.R., Browman K.E. In: Cued and Contextual Fear Conditioning for Rodents. Buccafusco J.J., editor. CRC Press/Taylor & Francis; Boca Raton, FL, USA: 2009. [PubMed] [Google Scholar]
- 40.Dyomina A.V., Smolensky I.V., Zaitsev A.V. Refinement of the Barnes and Morris Water Maze Protocols Improves Characterization of Spatial Cognitive Deficits in the Lithium-Pilocarpine Rat Model of Epilepsy. Epilepsy Behav. 2023;147:109391. doi: 10.1016/j.yebeh.2023.109391. [DOI] [PubMed] [Google Scholar]
- 41.Kraeuter A.-K., Guest P.C., Sarnyai Z. The Y-Maze for Assessment of Spatial Working and Reference Memory in Mice. Methods Mol. Biol. 2019;1916:105–111. doi: 10.1007/978-1-4939-8994-2_10. [DOI] [PubMed] [Google Scholar]
- 42.Deacon R.M.J., Rawlins J.N.P. T-Maze Alternation in the Rodent. Nat. Protoc. 2006;1:7–12. doi: 10.1038/nprot.2006.2. [DOI] [PubMed] [Google Scholar]
- 43.Varghese R., Sambath M. YOLOv8: A Novel Object Detection Algorithm with Enhanced Performance and Robustness; Proceedings of the 2024 International Conference on Advances in Data Engineering and Intelligent Computing Systems (ADICS); Chennai, India. 18–19 April 2024; pp. 1–6. [DOI] [Google Scholar]
- 44.Samkari E., Arif M., Alghamdi M., Al Ghamdi M.A. Human Pose Estimation Using Deep Learning: A Systematic Literature Review. Mach. Learn. Knowl. Extr. 2023;5:1612–1659. doi: 10.3390/make5040081. [DOI] [Google Scholar]
- 45.Khanam R., Hussain M. YOLOv11: An Overview of the Key Architectural Enhancements. arXiv. 2024 doi: 10.48550/arXiv.2410.17725.2410.17725 [DOI] [Google Scholar]
- 46.Li Q., Li R., Ji K., Dai W. Kalman Filter and Its Application; Proceedings of the 2015 8th International Conference on Intelligent Networks and Intelligent Systems (ICINIS); Tianjin, China. 1–3 November 2015; pp. 74–77. [DOI] [Google Scholar]
- 47.Kingsbury L., Huang S., Wang J., Gu K., Golshani P., Wu Y.E., Hong W. Correlated Neural Activity and Encoding of Behavior across Brains of Socially Interacting Animals. Cell. 2019;178:429–446.e16. doi: 10.1016/j.cell.2019.05.022. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 48.Shuman T., Aharoni D., Cai D.J., Lee C.R., Chavlis S., Page-Harley L., Vetere L.M., Feng Y., Yang C.Y., Mollinedo-Gajate I., et al. Breakdown of Spatial Coding and Interneuron Synchronization in Epileptic Mice. Nat. Neurosci. 2020;23:229–238. doi: 10.1038/s41593-019-0559-0. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 49.Roshchina M.A., Smirnov I.V., Isaev A.B., Roshchin M., Borodinova A.A., Aseyev N.A., Balaban P.M. Investigation of Ca1 Neuronal Activity during Context Fear Conditioning with Miniature Fluorescence Microscopes. Opera Medica Physiol. 2021;8:52–58. doi: 10.24412/2500-2295-2021-3-52-58. [DOI] [Google Scholar]
- 50.Beacher N.J., Washington K.A., Werner C.T., Zhang Y., Barbera G., Li Y., Lin D.T. Circuit Investigation of Social Interaction and Substance Use Disorder Using Miniscopes. Front. Neural Circuits. 2021;15:762441. doi: 10.3389/fncir.2021.762441. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 51.Hur S.W., Safaryan K., Yang L., Blair H.T., Masmanidis S.C., Mathews P.J., Aharoni D., Golshani P. Correlated Signatures of Social Behavior in Cerebellum and Anterior Cingulate Cortex. eLife. 2024;12:RP88439. doi: 10.7554/eLife.88439.3. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 52.Lütcke H., Margolis D.J., Helmchen F. Steady or Changing? Long-Term Monitoring of Neuronal Population Activity. Trends Neurosci. 2013;36:375–384. doi: 10.1016/j.tins.2013.03.008. [DOI] [PubMed] [Google Scholar]
- 53.Chen T.W., Wardill T.J., Sun Y., Pulver S.R., Renninger S.L., Baohan A., Schreiter E.R., Kerr R.A., Orger M.B., Jayaraman V., et al. Ultrasensitive Fluorescent Proteins for Imaging Neuronal Activity. Nature. 2013;499:295–300. doi: 10.1038/nature12354. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 54.Pachitariu M., Stringer C., Harris K.D. Robustness of Spike Deconvolution for Neuronal Calcium Imaging. J. Neurosci. 2018;38:7976–7985. doi: 10.1523/JNEUROSCI.3339-17.2018. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 55.Eimer W.A., Vassar R. Neuron Loss in the 5XFAD Mouse Model of Alzheimer’s Disease Correlates with Intraneuronal Aβ42 Accumulation and Caspase-3 Activation. Mol. Neurodegener. 2013;8:2. doi: 10.1186/1750-1326-8-2. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 56.Zhou P., Resendez S.L., Rodriguez-Romaguera J., Jimenez J.C., Neufeld S.Q., Giovannucci A., Friedrich J., Pnevmatikakis E.A., Stuber G.D., Hen R., et al. Efficient and Accurate Extraction of In Vivo Calcium Signals from Microendoscopic Video Data. eLife. 2018;7:e28728. doi: 10.7554/eLife.28728. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 57.Koh T.H., Bishop W.E., Kawashima T., Jeon B.B., Srinivasan R., Mu Y., Wei Z., Kuhlman S.J., Ahrens M.B., Chase S.M., et al. Dimensionality Reduction of Calcium-Imaged Neuronal Population Activity. Nat. Comput. Sci. 2023;3:71–85. doi: 10.1038/s43588-022-00390-2. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 58.Rubin A., Sheintuch L., Brande-Eilat N., Pinchasof O., Rechavi Y., Geva N., Ziv Y. Revealing Neural Correlates of Behavior without Behavioral Measurements. Nat. Commun. 2019;10:4745. doi: 10.1038/s41467-019-12724-2. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 59.Ullah R., Ali G., Ahmad N., Akram M., Kumari G., Amin M.U., Umar M.N. Attenuation of Spatial Memory in 5xfad Mice by Halting Cholinesterases, Oxidative Stress and Neuroinflammation Using a Cyclopentanone Derivative. Pharmaceuticals. 2020;13:318. doi: 10.3390/ph13100318. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 60.Kang S., Kim J., Chang K.A. Spatial Memory Deficiency Early in 6xTg Alzheimer’s Disease Mouse Model. Sci. Rep. 2021;11:1334. doi: 10.1038/s41598-020-79344-5. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 61.Greenamyre J.T., Maragos W.F., Albin R.L., Penney J.B., Young A.B. Glutamate Transmission and Toxicity in Alzheimer’s Disease. Prog. Neuropsychopharmacol. Biol. Psychiatry. 1988;12:421–430. doi: 10.1016/0278-5846(88)90102-9. [DOI] [PubMed] [Google Scholar]
- 62.Abdul H.M., Sama M.A., Furman J.L., Mathis D.M., Beckett T.L., Weidner A.M., Patel E.S., Baig I., Murphy M.P., LeVine H., et al. Cognitive Decline in Alzheimer’s Disease Is Associated with Selective Changes in Calcineurin/NFAT Signaling. J. Neurosci. 2009;29:12957–12969. doi: 10.1523/JNEUROSCI.1064-09.2009. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 63.Danysz W., Parsons C.G. Alzheimer’s Disease, β-Amyloid, Glutamate, NMDA Receptors and Memantine—Searching for the Connections. Br. J. Pharmacol. 2012;167:324–352. doi: 10.1111/j.1476-5381.2012.02057.x. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 64.Shankar G.M., Walsh D.M. Alzheimer’s Disease: Synaptic Dysfunction and Aβ. Mol. Neurodegener. 2009;4:48. doi: 10.1186/1750-1326-4-48. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 65.Penazzi L., Tackenberg C., Ghori A., Golovyashkina N., Niewidok B., Selle K., Ballatore C., Smith A.B., Bakota L., Brandt R. Aβ-Mediated Spine Changes in the Hippocampus Are Microtubule-Dependent and Can Be Reversed by a Subnanomolar Concentration of the Microtubule-Stabilizing Agent Epothilone D. Neuropharmacology. 2016;105:84–95. doi: 10.1016/j.neuropharm.2016.01.002. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 66.Kuchibhotla K.V., Goldman S.T., Lattarulo C.R., Wu H.Y., Hyman B.T., Bacskai B.J. Aβ Plaques Lead to Aberrant Regulation of Calcium Homeostasis In Vivo Resulting in Structural and Functional Disruption of Neuronal Networks. Neuron. 2008;59:214–225. doi: 10.1016/j.neuron.2008.06.008. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 67.Zhang H., Sun S., Wu L., Pchitskaya X.E., Zakharova X.O., Tacer K.F. Store-Operated Calcium Channel Complex in Postsynaptic Spines: A New Therapeutic Target for Alzheimer’s Disease Treatment. J. Neurosci. 2016;36:11837–11850. doi: 10.1523/JNEUROSCI.1188-16.2016. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 68.Popugaeva E., Pchitskaya E., Speshilova A., Alexandrov S., Zhang H., Vlasova O., Bezprozvanny I. STIM2 Protects Hippocampal Mushroom Spines from Amyloid Synaptotoxicity. Mol. Neurodegener. 2015;10:37. doi: 10.1186/s13024-015-0034-7. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 69.Lin X., Chen L., Baglietto-Vargas D., Kamalipour P., Ye Q., LaFerla F.M., Nitz D.A., Holmes T.C., Xu X. Spatial Coding Defects of Hippocampal Neural Ensemble Calcium Activities in the Triple-Transgenic Alzheimer’s Disease Mouse Model. Neurobiol. Dis. 2022;162:105562. doi: 10.1016/j.nbd.2021.105562. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 70.Shimazaki H. Neural Coding: Foundational Concepts, Statistical Formulations, and Recent Advances. Neurosci. Res. 2025;214:75–80. doi: 10.1016/j.neures.2025.03.001. [DOI] [PubMed] [Google Scholar]
- 71.Onken A., Karunasekara P.P.C.R., Kayser C., Panzeri S. Understanding Neural Population Coding: Information Theoretic Insights from the Auditory System. Adv. Neurosci. 2014;2014:1–14. doi: 10.1155/2014/907851. [DOI] [Google Scholar]
- 72.Yuste R., Cossart R., Yaksi E. Neuronal Ensembles: Building Blocks of Neural Circuits. Neuron. 2024;112:875–892. doi: 10.1016/j.neuron.2023.12.008. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 73.Oh B.-I., Kim Y.J., Kang M.S. Ensemble Representations Reveal Distinct Neural Coding of Visual Working Memory. Nat. Commun. 2019;10:5665. doi: 10.1038/s41467-019-13592-6. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 74.Aery Jones E.A., Giocomo L.M. Neural Ensembles in Navigation: From Single Cells to Population Codes. Curr. Opin. Neurobiol. 2023;78:102665. doi: 10.1016/j.conb.2022.102665. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 75.Hong G., Lieber C.M. Novel Electrode Technologies for Neural Recordings. Nat. Rev. Neurosci. 2019;20:330–345. doi: 10.1038/s41583-019-0140-6. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 76.Zhang B., Deng C., Cai C., Li X. In Vivo Neural Interfaces—From Small- to Large-Scale Recording. Front. Nanotechnol. 2022;4:885411. doi: 10.3389/fnano.2022.885411. [DOI] [Google Scholar]
- 77.Chen K., Tian Z., Kong L. Advances of Optical Miniscopes for In Vivo Imaging of Neural Activity in Freely Moving Animals. Front. Neurosci. 2022;16:994079. doi: 10.3389/fnins.2022.994079. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 78.Inoue M. Genetically Encoded Calcium Indicators to Probe Complex Brain Circuit Dynamics In Vivo. Neurosci. Res. 2021;169:2–8. doi: 10.1016/j.neures.2020.05.013. [DOI] [PubMed] [Google Scholar]
- 79.Zhang Y., Rózsa M., Liang Y., Bushey D., Wei Z., Zheng J., Reep D., Broussard G.J., Tsang A., Tsegaye G., et al. Nature. Vol. 615. 2023. Fast and Sensitive GCaMP Calcium Indicators for Imaging Neural Populations; pp. 884–891. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 80.Hussain M. YOLO-v1 to YOLO-v8, the Rise of YOLO and Its Complementary Nature toward Digital Manufacturing and Industrial Defect Detection. Machines. 2023;11:677. doi: 10.3390/machines11070677. [DOI] [Google Scholar]
- 81.Eltokhi A., Kurpiers B., Pitzer C. Behavioral Tests Assessing Neuropsychiatric Phenotypes in Adolescent Mice Reveal Strain- and Sex-Specific Effects. Sci. Rep. 2020;10:11263. doi: 10.1038/s41598-020-67758-0. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 82.Angu Bala Ganesh K.S.V. A Short Review on Behavioural Assessment Methods in Rodents. Bioinformation. 2023;19:866–870. doi: 10.6026/97320630019866. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 83.Sarkar D. A Review of Behavioral Tests to Evaluate Different Types of Anxiety and Anti-Anxiety Effects. Clin. Psychopharmacol. Neurosci. 2020;18:341–351. doi: 10.9758/cpn.2020.18.3.341. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 84.Knopman D.S., Amieva H., Petersen R.C., Chételat G., Holtzman D.M., Hyman B.T., Nixon R.A., Jones D.T. Alzheimer Disease. Nat. Rev. Dis. Prim. 2021;7:33. doi: 10.1038/s41572-021-00269-y. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 85.Supnet C., Bezprozvanny I. Presenilins Function in ER Calcium Leak and Alzheimer’s Disease Pathogenesis. Cell Calcium. 2011;50:303–309. doi: 10.1016/j.ceca.2011.05.013. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 86.Pchitskaya E., Popugaeva E., Bezprozvanny I. Calcium Signaling and Molecular Mechanisms Underlying Neurodegenerative Diseases. Cell Calcium. 2018;70:87–94. doi: 10.1016/j.ceca.2017.06.008. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 87.Hampel H., Hardy J., Blennow K., Chen C., Perry G., Kim S.H., Villemagne V.L., Aisen P., Vendruscolo M., Iwatsubo T., et al. The Amyloid-β Pathway in Alzheimer’s Disease. Mol. Psychiatry. 2021;26:5481–5503. doi: 10.1038/s41380-021-01249-0. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 88.Murphy M.P., Levine H. Alzheimer’s Disease and the Amyloid-β Peptide. J. Alzheimer’s Dis. 2010;19:311–323. doi: 10.3233/JAD-2010-1221. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 89.Arvanitakis Z., Shah R.C., Bennett D.A. Diagnosis and Management of Dementia: Review. JAMA. 2019;322:1589–1599. doi: 10.1001/jama.2019.4782. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 90.Gerasimov E., Rakovskaya A., Pchitskaya E., Vlasova O., Dahl R., Bezprozvanny I. A Positive Allosteric Modulator of the SERCA Pump Rescues Hippocampal Neuronal Circuits Dysfunction and Cognitive Defects in a Mouse Model of Alzheimer’s Disease. J. Neurosci. 2025;45:e2337242025. doi: 10.1523/JNEUROSCI.2337-24.2025. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 91.Mittag M., Mediavilla L., Remy S., Cuntz H., Jedlicka P. Modelling the Contributions to Hyperexcitability in a Mouse Model of Alzheimer’s Disease. J. Physiol. 2023;601:3403–3437. doi: 10.1113/JP283401. [DOI] [PubMed] [Google Scholar]
- 92.Sosulina L., Mittag M., Geis H.R., Hoffmann K., Klyubin I., Qi Y., Steffen J., Friedrichs D., Henneberg N., Fuhrmann F., et al. Hippocampal Hyperactivity in a Rat Model of Alzheimer’s Disease. J. Neurochem. 2021;157:2128–2144. doi: 10.1111/jnc.15323. [DOI] [PubMed] [Google Scholar]
- 93.Toniolo S., Sen A., Husain M. Modulation of Brain Hyperexcitability: Potential New Therapeutic Approaches in Alzheimer’s Disease. Int. J. Mol. Sci. 2020;21:9318. doi: 10.3390/ijms21239318. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 94.Korzhova V., Marinković P., Njavro J.R., Goltstein P.M., Sun F., Tahirovic S., Herms J., Liebscher S. Long-Term Dynamics of Aberrant Neuronal Activity in Awake Alzheimer’s Disease Transgenic Mice. Commun. Biol. 2021;4:1368. doi: 10.1038/s42003-021-02884-7. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 95.Dahl R., Bezprozvanny I. SERCA Pump as a Novel Therapeutic Target for Treating Neurodegenerative Disorders. Biochem. Biophys. Res. Commun. 2024;734:150748. doi: 10.1016/j.bbrc.2024.150748. [DOI] [PubMed] [Google Scholar]
- 96.Zhang L., Liang B., Barbera G., Hawes S., Zhang Y., Stump K., Baum I., Yang Y., Li Y., Lin D.-T. Miniscope GRIN Lens System for Calcium Imaging of Neuronal Activity from Deep Brain Structures in Behaving Animals. Curr. Protoc. Neurosci. 2019;86:e56. doi: 10.1002/cpns.56. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 97.Pedregosa Fabianpedregosa F., Michel V., Grisel Oliviergrisel O., Blondel M., Prettenhofer P., Weiss R., Vanderplas J., Cournapeau D., Pedregosa F., Varoquaux G., et al. Scikit-Learn: Machine Learning in Python Gaël Varoquaux Bertrand Thirion Vincent Dubourg Alexandre Passos pedregosa, varoquaux, gramfort et al. Matthieu Perrot. J. Mach. Learn. Res. 2011;12:2825–2830. [Google Scholar]
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.
Supplementary Materials
Data Availability Statement
The pretrained neuronal networks are deposited in an online repository, accessible by the following link: https://github.com/Biomed-imaging-lab/AI-mouse-detector (accessed on 15 July 2025) for an AI-based approach for mice position tracking and behavioral scoring, https://github.com/Biomed-imaging-lab/Neuro-manifold (accessed on 15 July 2025) for neuronal manifold construction based on calcium data. All the data are available upon reasonable request to corresponding authors.