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

      Top 10 Use Cases of Vibe Coding in Large-Scale Node.js Applications

      September 3, 2025

      Cloudsmith launches ML Model Registry to provide a single source of truth for AI models and datasets

      September 3, 2025

      Kong Acquires OpenMeter to Unlock AI and API Monetization for the Agentic Era

      September 3, 2025

      Microsoft Graph CLI to be retired

      September 2, 2025

      ‘Cronos: The New Dawn’ was by far my favorite experience at Gamescom 2025 — Bloober might have cooked an Xbox / PC horror masterpiece

      September 4, 2025

      ASUS built a desktop gaming PC around a mobile CPU — it’s an interesting, if flawed, idea

      September 4, 2025

      Hollow Knight: Silksong arrives on Xbox Game Pass this week — and Xbox’s September 1–7 lineup also packs in the horror. Here’s every new game.

      September 4, 2025

      The Xbox remaster that brought Gears to PlayStation just passed a huge milestone — “ending the console war” and proving the series still has serious pulling power

      September 4, 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

      Magento (Adobe Commerce) or Optimizely Configured Commerce: Which One to Choose

      September 4, 2025
      Recent

      Magento (Adobe Commerce) or Optimizely Configured Commerce: Which One to Choose

      September 4, 2025

      Updates from N|Solid Runtime: The Best Open-Source Node.js RT Just Got Better

      September 3, 2025

      Scale Your Business with AI-Powered Solutions Built for Singapore’s Digital Economy

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

      ‘Cronos: The New Dawn’ was by far my favorite experience at Gamescom 2025 — Bloober might have cooked an Xbox / PC horror masterpiece

      September 4, 2025
      Recent

      ‘Cronos: The New Dawn’ was by far my favorite experience at Gamescom 2025 — Bloober might have cooked an Xbox / PC horror masterpiece

      September 4, 2025

      ASUS built a desktop gaming PC around a mobile CPU — it’s an interesting, if flawed, idea

      September 4, 2025

      Hollow Knight: Silksong arrives on Xbox Game Pass this week — and Xbox’s September 1–7 lineup also packs in the horror. Here’s every new game.

      September 4, 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

    September 3, 2025
    Machine Learning

    Announcing the new cluster creation experience for Amazon SageMaker HyperPod

    September 3, 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

    Sam Altman admits OpenAI “screwed up” GPT-5’s launch but shares a bold vision for the future — hints at “a cooler social experience with AI” and a potential Google Chrome buyout

    News & Updates

    CVE-2025-45746 – ZKT ZKBio CVSecurity Hardcoded JWT Secret Authentication Bypass

    Common Vulnerabilities and Exposures (CVEs)

    CVE-2025-40846 – Halo Open Redirect and Cross Site Scripting Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    CVE-2025-4737 – Vivo Voice Assistant SSL/TLS Weakness

    Common Vulnerabilities and Exposures (CVEs)

    Highlights

    News & Updates

    I appreciate FBC: Firebreak’s co-op friction fun, but I hope this Remedy game can evolve over time — Review in progress

    June 17, 2025

    FBC: Firebreak is the most different Remedy game so far, with fun intentional friction in…

    Lenovo Teases First-Ever White ThinkPad, Launching July 11

    July 4, 2025

    When it comes to running Ollama on your PC for local AI, one thing matters more than most — here’s why

    August 27, 2025

    CVE-2025-6463 – Forminator Forms – WordPress Remote Code Execution via File Deletion

    July 2, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

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