TLDR: Researchers developed a deep learning model using an ensemble of convolutional neural networks (ResCNN and AttentionCNN) to detect the presence of odors from local field potentials (LFPs) recorded directly from the olfactory bulb of awake mice. The study successfully demonstrated that LFP spectral features are sufficient for robust single-trial odor detection and that signals from the olfactory bulb alone are adequate, achieving significantly higher accuracy (86.6%) compared to previous non-invasive methods.
The ability to detect odors is crucial across many fields, from ensuring food safety and monitoring environmental conditions to aiding in medical diagnostics. While artificial sensors, often called electronic noses, have been developed for this purpose, they frequently struggle with complex mixtures of scents. Similarly, existing non-invasive methods for recording brain activity related to smell often lack the precision needed for reliable single-trial detection.
A recent study by Matin Hassanloo, Ali Zareh, and Mehmet Kemal Özdemir addresses these challenges by exploring a new approach: using deep neural networks to decode odor presence directly from neural signals. Their work, titled “Detection of Odor Presence via Deep Neural Networks”, focuses on signals known as Local Field Potentials (LFPs) from the olfactory bulb, a key part of the brain responsible for processing smells.
The researchers set out to test two main ideas. First, they hypothesized that the specific patterns in LFP signals, particularly their spectral features, contain enough information for accurate, single-trial odor detection. This means being able to tell if an odor is present or absent from a single instance of brain activity, rather than needing to average many responses. Second, they proposed that signals from the olfactory bulb alone would be sufficient for this task, without needing input from other, higher-level brain regions like the piriform cortex.
To test these hypotheses, the team developed an advanced system using an ensemble of two complementary one-dimensional convolutional neural networks: a ResCNN and an AttentionCNN. These networks are designed to analyze the complex LFP data. The study utilized a publicly available dataset, pcx-1, which contains simultaneous recordings from the olfactory bulb and piriform cortex of seven awake, head-fixed mice. The data included 2,349 trials where different odor stimuli, such as ethyl butyrate and isoamyl acetate, were presented, along with mineral oil as a baseline.
Before feeding the neural signals into the networks, a systematic pre-processing pipeline was applied. This involved filtering the raw LFP signals to remove noise and preserve relevant information, downsampling them to a more manageable rate, and then extracting power spectral densities (PSDs) – essentially, breaking down the signals into their frequency components – which were then normalized.
The AttentionCNN was chosen for its ability to focus on the most important temporal patterns within the rich odor-evoked activity. It processes the signals through multiple convolutional layers and incorporates ‘attention’ mechanisms to highlight discriminative features. The ResCNN, on the other hand, is built with ‘residual blocks’ that allow for very deep networks, helping to capture hierarchical features in the LFP spectra more effectively.
For training and evaluating their models, the researchers used a five-fold cross-validation scheme, splitting the data into training and test sets multiple times to ensure robust results. They optimized the network parameters using advanced techniques like the AdamW optimizer and specific learning rate schedules, with early stopping to prevent overfitting.
The ensemble strategy involved combining the outputs of the AttentionCNN and ResCNN without additional training. They simply averaged the softmax probabilities from each model to make a final prediction. This simple yet effective method allowed them to leverage the strengths of both networks.
The results were highly promising. The ensemble model achieved a mean accuracy of 86.6%, an F1-score of 81.0%, and an AUC (Area Under the Curve) of 0.9247. Individually, the ResCNN performed particularly well, matching the ensemble’s peak accuracy. These figures represent a substantial improvement over previous benchmarks, especially when compared to non-invasive methods like scalp electroencephalography (EEG) or electrobulbogram (EBG), which often struggle with low signal-to-noise ratios and typically achieve much lower AUCs (e.g., 0.58 for EEG).
Beyond just the numbers, the study also validated that the model learned biologically meaningful features. Visualizations using a technique called t-SNE showed clear separation between trials where an odor was present and those where it was absent, forming distinct clusters. This indicates that the model successfully captured the underlying differences in neural activity. Furthermore, the ensemble classifier demonstrated good calibration, showing higher confidence in its correct predictions and lower confidence in its misclassifications.
This research makes two significant contributions. Methodologically, it establishes the feasibility of an accurate, single-trial odor detection model using deep learning on spectral features from LFPs. Neurologically, it demonstrates that the initial stages of olfactory processing in the olfactory bulb are sufficient for detecting odor presence, without needing signals from higher cortical regions. While the invasive nature of LFP recordings currently limits immediate real-world applications, these findings provide crucial validation for the principles of neural-based odor detection.
Also Read:
- Decoding the Brain’s Reaction to Multimodal Content Through Specialized Models
- AI Learns from the Brain: Fine-Tuning LLMs for Mental Workload Detection
Future work will aim to extend this approach to more complex odor mixtures, varying concentrations, and studies involving freely moving animals. The researchers also plan to investigate non-invasive recording modalities to assess the translational feasibility of these promising findings. For more details, you can refer to the full research paper available at arXiv:2508.09264.


