Skip to content

Commit 3abf09a

Browse files
Merge pull request #13 from arbor-sim/blog/scaling
add new paper
2 parents 6a3469f + 0b8a157 commit 3abf09a

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

_posts/2026-02-19-plastic-arbor.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
layout: post
3+
title: "Plastic Arbor: A modern simulation framework for synaptic plasticity—From single synapses to networks of morphological neurons"
4+
---
5+
6+
# Plastic Arbor: A modern simulation framework for synaptic plasticity—From single synapses to networks of morphological neurons
7+
8+
[Article](https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1013926)
9+
10+
From the abstract:
11+
12+
Arbor is a software library designed for efficient simulation of large-scale
13+
networks of biological neurons with detailed morphological structures. It
14+
combines customizable neuronal and synaptic mechanisms with high-performance
15+
computing, supporting multi-core CPU and GPU systems. In humans and other
16+
animals, synaptic plasticity processes play a vital role in cognitive functions,
17+
including learning and memory. Recent studies have shown that intracellular
18+
molecular processes in dendrites significantly influence single-neuron dynamics.
19+
However, for understanding how the complex interplay between dendrites and
20+
synaptic processes influences network dynamics, computational modeling is
21+
required. To enable the modeling of large-scale networks of morphologically
22+
detailed neurons with diverse plasticity processes, we have extended the Arbor
23+
library to support simulations of a large variety of spike-driven plasticity
24+
paradigms. To showcase the features of the extended framework, we present
25+
examples of computational models, beginning with single-synapse dynamics,
26+
progressing to multi-synapse rules, and finally scaling up to large recurrent
27+
networks. While cross-validating our implementations by comparison with other
28+
simulators, we show that Arbor allows simulating plastic networks of
29+
multi-compartment neurons at nearly no additional cost in runtime compared to
30+
point-neuron simulations. In addition, we demonstrate that Arbor is highly
31+
efficient in terms of runtime and memory use as compared to other simulators.
32+
Using the extended framework, as an example, we investigate the impact of
33+
dendritic structures on network dynamics across a timescale of several hours,
34+
finding a relation between the length of dendritic trees and the ability of the
35+
network to efficiently store information. By our extension of Arbor, we aim to
36+
provide a valuable tool that will support future studies on the impact of
37+
synaptic plasticity, especially, in conjunction with neuronal morphology, in
38+
large networks.

0 commit comments

Comments
 (0)