Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      CodeSOD: A Unique Way to Primary Key

      July 22, 2025

      BrowserStack launches Figma plugin for detecting accessibility issues in design phase

      July 22, 2025

      Parasoft brings agentic AI to service virtualization in latest release

      July 22, 2025

      Node.js vs. Python for Backend: 7 Reasons C-Level Leaders Choose Node.js Talent

      July 21, 2025

      The best CRM software with email marketing in 2025: Expert tested and reviewed

      July 22, 2025

      This multi-port car charger can power 4 gadgets at once – and it’s surprisingly cheap

      July 22, 2025

      I’m a wearables editor and here are the 7 Pixel Watch 4 rumors I’m most curious about

      July 22, 2025

      8 ways I quickly leveled up my Linux skills – and you can too

      July 22, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      The Intersection of Agile and Accessibility – A Series on Designing for Everyone

      July 22, 2025
      Recent

      The Intersection of Agile and Accessibility – A Series on Designing for Everyone

      July 22, 2025

      Zero Trust & Cybersecurity Mesh: Your Org’s Survival Guide

      July 22, 2025

      Execute Ping Commands and Get Back Structured Data in PHP

      July 22, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      A Tomb Raider composer has been jailed — His legacy overshadowed by $75k+ in loan fraud

      July 22, 2025
      Recent

      A Tomb Raider composer has been jailed — His legacy overshadowed by $75k+ in loan fraud

      July 22, 2025

      “I don’t think I changed his mind” — NVIDIA CEO comments on H20 AI GPU sales resuming in China following a meeting with President Trump

      July 22, 2025

      Galaxy Z Fold 7 review: Six years later — Samsung finally cracks the foldable code

      July 22, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Development»Machine Learning»Biophysical Brain Models Get a 2000× Speed Boost: Researchers from NUS, UPenn, and UPF Introduce DELSSOME to Replace Numerical Integration with Deep Learning Without Sacrificing Accuracy

    Biophysical Brain Models Get a 2000× Speed Boost: Researchers from NUS, UPenn, and UPF Introduce DELSSOME to Replace Numerical Integration with Deep Learning Without Sacrificing Accuracy

    April 16, 2025

    Biophysical modeling serves as a valuable tool for understanding brain function by linking neural dynamics at the cellular level with large-scale brain activity. These models are governed by biologically interpretable parameters, many of which can be directly measured through experiments. However, some parameters remain unknown and must be tuned to align simulations with empirical data, such as resting-state fMRI. Traditional optimization approaches—including exhaustive search, gradient descent, evolutionary algorithms, and Bayesian optimization—require repeated numerical integration of complex differential equations, making them computationally intensive and difficult to scale for models involving numerous parameters or brain regions. As a result, many studies simplify the problem by tuning only a few parameters or assuming uniform properties across regions, which limits biological realism.

    More recent efforts aim to enhance biological plausibility by accounting for spatial heterogeneity in cortical properties, using advanced optimization techniques like Bayesian or evolutionary strategies. These methods improve the match between simulated and real brain activity and can generate interpretable metrics such as the excitation/inhibition ratio, validated through pharmacological and PET imaging. Despite these advancements, a significant bottleneck remains: the high computational cost of integrating differential equations during optimization. Deep neural networks (DNNs) have been proposed in other scientific fields to approximate this process by learning the relationship between model parameters and resulting outputs, significantly speeding up computation. However, applying DNNs to brain models is more challenging due to the stochastic nature of the equations and the vast number of integration steps required, which makes current DNN-based methods insufficient without substantial adaptation.

    Researchers from institutions including the National University of Singapore, the University of Pennsylvania, and Universitat Pompeu Fabra have introduced DELSSOME (Deep Learning for Surrogate Statistics Optimization in Mean Field Modeling). This framework replaces costly numerical integration with a deep learning model that predicts whether specific parameters yield biologically realistic brain dynamics. Applied to the feedback inhibition control (FIC) model, DELSSOME offers a 2000× speedup and maintains accuracy. Integrated with evolutionary optimization, it generalizes across datasets, such as HCP and PNC, without additional tuning, achieving a 50× speedup. This approach enables large-scale, biologically grounded modeling in population-level neuroscience studies.

    The study utilized neuroimaging data from the HCP and PNC datasets, processing resting-state fMRI and diffusion MRI scans to compute functional connectivity (FC), functional connectivity dynamics (FCD), and structural connectivity (SC) matrices. A deep learning model, DELSSOME, was developed with two components: a within-range classifier to predict if firing rates fall within a biological range, and a cost predictor to estimate discrepancies between simulated and empirical FC/FCD data. Training used CMA-ES optimization, generating over 900,000 data points across training, validation, and test sets. Separate MLPs embedded inputs like FIC parameters, SC, and empirical FC/FCD to support accurate prediction.

    The FIC model simulates the activity of excitatory and inhibitory neurons in cortical regions using a system of differential equations. The model was optimized using the CMA-ES algorithm to make it more accurate, which evaluates numerous parameter sets through computationally expensive numerical integration. To reduce this cost, the researchers introduced DELSSOME, a deep learning-based surrogate that predicts whether model parameters will yield biologically plausible firing rates and realistic FCD. DELSSOME achieved a 2000× speed-up in evaluation and a 50× speed-up in optimization, while maintaining comparable accuracy to the original method.

    In conclusion, the study introduces DELSSOME, a deep learning framework that significantly accelerates the estimation of parameters in biophysical brain models, achieving a 2000× speedup over traditional Euler integration and a 50× boost when combined with CMA-ES optimization. DELSSOME comprises two neural networks that predict firing rate validity and FC+FCD cost using shared embeddings of model parameters and empirical data. The framework generalizes across datasets without additional tuning and maintains model accuracy. Although retraining is required for different models or parameters, DELSSOME’s core approach—predicting surrogate statistics rather than time series—offers a scalable solution for population-level brain modeling.


    Here is the Paper. Also, don’t forget to follow us on Twitter and join our Telegram Channel and LinkedIn Group. Don’t Forget to join our 90k+ ML SubReddit.

    🔥 [Register Now] miniCON Virtual Conference on AGENTIC AI: FREE REGISTRATION + Certificate of Attendance + 4 Hour Short Event (May 21, 9 am- 1 pm PST) + Hands on Workshop

    The post Biophysical Brain Models Get a 2000× Speed Boost: Researchers from NUS, UPenn, and UPF Introduce DELSSOME to Replace Numerical Integration with Deep Learning Without Sacrificing Accuracy appeared first on MarkTechPost.

    Source: Read More 

    Facebook Twitter Reddit Email Copy Link
    Previous ArticlePerl Screenshot Tool
    Next Article Automate Amazon EKS troubleshooting using an Amazon Bedrock agentic workflow

    Related Posts

    Machine Learning

    How to Evaluate Jailbreak Methods: A Case Study with the StrongREJECT Benchmark

    July 22, 2025
    Machine Learning

    Boolformer: Symbolic Regression of Logic Functions with Transformers

    July 22, 2025
    Leave A Reply Cancel Reply

    For security, use of Google's reCAPTCHA service is required which is subject to the Google Privacy Policy and Terms of Use.

    Continue Reading

    One of the best Xbox Cloud Gaming mobile controllers with hall-effect sticks and triggers is on a limited-time sale for less than $80

    News & Updates

    CVE-2025-6822 – Code-projects Inventory Management System SQL Injection Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    Build conversational interfaces for structured data using Amazon Bedrock Knowledge Bases

    Machine Learning

    CVE-2025-49831 – CyberArk Secrets Manager, Self-Hosted Man-in-the-Middle Attack

    Common Vulnerabilities and Exposures (CVEs)

    Highlights

    CVE-2025-5669 – PHPGurukul Medical Card Generation System SQL Injection

    June 5, 2025

    CVE ID : CVE-2025-5669

    Published : June 5, 2025, 5:15 p.m. | 1 hour, 13 minutes ago

    Description : A vulnerability classified as critical was found in PHPGurukul Medical Card Generation System 1.0. This vulnerability affects unknown code of the file /admin/unreadenq.php. The manipulation of the argument ID leads to sql injection. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used.

    Severity: 6.3 | MEDIUM

    Visit the link for more details, such as CVSS details, affected products, timeline, and more…

    How I Built a Figma Plugin Without Coding Knowledge!

    April 4, 2025
    Vampire Survivors stealth-launches Emerald Diorama DLC, but PlayStation cross-save looks unlikely

    Vampire Survivors stealth-launches Emerald Diorama DLC, but PlayStation cross-save looks unlikely

    April 10, 2025

    U.S. Lawmakers Target ‘Adversarial AI’ in Bipartisan Push to Fortify Federal Systems

    June 25, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.