MAXONE HD-MEA WETML LABORATORY: CLINICAL & BIOPHYSICAL FOUNDATIONS
Overview: In Vitro Biological Computing & CMOS Neurotechnology
High-Density Microelectrode Arrays (HD-MEAs) represent a transformative leap in neurotechnology,
transitioning electrophysiology from low-resolution multi-electrode arrays (MEAs) to high-density
Complementary Metal-Oxide-Semiconductor (CMOS) microchips. The Maxwell Biosystems MaxOne platform
integrates $26,400$ platinum electrodes at an inter-electrode center-to-center pitch of
$17.5\,\mu\text{m}$ across an active sensing area of $3.85 \times 2.10\,\text{mm}^2$. This density
approaches cellular and subcellular spatial resolution, enabling simultaneous recording and stimulation
of individual soma, dendritic arborizations, and axonal branches across thousands of cultured primary
cortical neurons, human induced pluripotent stem cell (iPSC)-derived neural networks, or organoid
slices.
Unlike conventional silicon computing governed by static von Neumann architectures and deterministic
logic gates, living Biological Neural Networks (BNNs) operate through self-organized criticality,
distributed population coding, and asynchronous spike-timing dynamics. When maintained in vitro,
dissociated neurons form spontaneous, recurrent synaptic networks that exhibit complex collective
activity. Rather than acting as passive matrix multipliers, these cultures display intrinsic spontaneous
bursting patterns driven by localized pacemaker clusters or activity hotspots. Developing closed-loop
"WetML" (biological machine learning in wet tissue) requires an experimental framework that respects
this baseline physiology: artificial stimulation protocols cannot simply overwrite intrinsic dynamics;
instead, they must steer, entrain, and modulate ongoing biological rhythms through structured
sensory-motor feedback loops.
How to Use: Experimental Protocol Design & Optimization
The simulator structures the wetware training lifecycle into two rigorous phases: Phase 1:
Baseline Culture Ingestion and Phase 2: Closed-Loop Protocol Design &
Plasticity Optimization.
- Phase 1: Culture Baseline: Begin by establishing the unperturbed dynamical state of
the culture. Click Generate Synthetic to configure developmental age, mean firing rate
($0.1 - 5.0\,\text{Hz}$), burst frequency, burst duration ($50 - 500\,\text{ms}$), and topological
connectivity (Sparse, Local Clustering, Small-World, or Hub-Dominated). Alternatively, click
Upload .H5 to parse native MaxOne HDF5 recordings directly in the browser via WebAssembly
(`h5wasm`). Use the Replay Scrubber to visually inspect extracellular spike propagation waveforms
across the 3D chip view.
- Automatic Suggestions & Role Allocation: The engine computes the functional
connectivity cross-correlation matrix and burst initiation latency for all discrete spatial zones
($2\times 2$ to $7\times 7$ grids). Zones exhibiting rapid burst onset are recommended as
Stim (Input) sites; high-participation propagation channels are classified as
Encourage sites; densely connected network hubs are designated as
Sensor (Output) sites; and quiet peripheral regions are flagged as Unused
controls.
- Phase 2: Multi-Electrode Burst Timing: MaxOne hardware enforces a physical budget
of $32$ stimulation units. When an assigned stimulation zone contains more than 32 electrodes,
select a time-multiplexed swap-group preset (e.g., Fast Sweep: 10 electrodes/group at
$5\,\text{ms}$ dwell) to schedule sequential biphasic voltage pulses without overloading
the on-chip DAC buffers.
- Phase 3: Plasticity Execution: Select an experimental objective (such as
Truth-Table Logic Learning or Directional Pathway A $\to$ B). Toggle between
Training Mode (where error residuals dynamically adapt synaptic influence weights) and
Inference Mode (where fixed weights are read out). Monitor real-time error convergence on
the Mean Absolute Error (MAE) sparkline chart.
- Hardware Export: Click Generate MaxLab Python API Script to produce an
executable, hardware-accurate Python script utilizing `maxlab.Sequence`, `DelaySamples`, and
`StimulationUnit` calls ready for direct execution on the physical MaxLab Live acquisition
workstation.
Technical Details: Mathematical Modeling, Plasticity Rules & DSP Engine
The synthetic culture generation engine establishes spatial firing rate distributions across the $N =
1,012$ active electrode subgrid ($22 \times 46$ matrix) using a radial basis spatial kernel centered
around $K$ pacemaker hotspots:
$$W_i = \max_{k \in \{1,\dots,K\}} \left[ S_k \cdot \exp\left( -\frac{(r_i - r_k)^2 + \frac{1}{4}(c_i - c_k)^2}{2\sigma_{\text{age}}^2} \right) \right]$$
where $(r_i, c_i)$ represents the electrode coordinate, $S_k$ denotes hotspot burst initiation strength,
and $\sigma_{\text{age}}$ represents the developmental axonal arborization radius
($\sigma_{\text{young}} = 1.6$, $\sigma_{\text{developing}} = 2.3$, $\sigma_{\text{mature}} = 3.1$, $\sigma_{\text{sync}} = 4.6$).
Functional connectivity between spatial zones is derived from the Pearson correlation coefficient matrix
of their burst participation event vectors:
$$r_{AB} = \frac{\sum_{m=1}^M (A_m - \bar{A})(B_m - \bar{B})}{\sqrt{\sum_{m=1}^M (A_m - \bar{A})^2 \sum_{m=1}^M (B_m - \bar{B})^2}}$$
Extracellular action potential detection on raw HDF5 continuous traces utilizes an adaptive
median-absolute-deviation (MAD) threshold:
$$\theta_{\text{spike}} = \text{median}(V) - 4.5 \cdot \frac{\text{MAD}(V)}{0.6745}, \quad \text{MAD}(V) = \text{median}(|V - \text{median}(V)|)$$
Closed-loop synaptic weight updates simulate frequency-dependent pseudo-Hebbian long-term potentiation
(LTP) and depression (LTD) modulation. For an active stimulation pattern $\mathbf{x} \in \{0, 1\}^P$,
actual sensor output $\mathbf{y} \in [0, 1]^M$ is evaluated as:
$$y_j = \text{clamp}\left( \sum_{i=1}^P x_i w_{ij} + \xi_j(t), 0, 1 \right)$$
where $\xi_j(t)$ represents ambient spontaneous background burst noise. Synaptic weights adapt according
to:
$$\Delta w_{ij} = \eta_{\text{eff}} \cdot (y_j^{\text{desired}} - y_j^{\text{actual}}) - \beta_{\text{disc}} \cdot \mathbb{I}(e_j < 0)$$
$$\eta_{\text{eff}} = 0.02 + 0.25 \cdot \left( \frac{\bar{f}_{\text{encourage}}}{50} \right), \quad \beta_{\text{disc}} = 0.15 \cdot \left( \frac{\bar{f}_{\text{discourage}}}{50} \right)$$
Future Directions: Real-Time Hardware Streaming & 3D Organoid Modeling
The roadmap for the WetML platform incorporates WebAssembly-accelerated real-time spike sorting
pipelines utilizing modified WaveClus or MountainSort algorithms capable of clustering overlapping
single-unit action potentials at $20\,\text{kHz}$ acquisition rates. Future releases will expand the
hardware abstraction layer to support direct bidirectional WebSockets streaming to live MaxLab
servers (`mxwserver`), enabling real-time closed-loop latency-critical stimulation ($<10\,\text{ms}$
loop times). Furthermore, the physical array geometry engine will scale from planar 2D CMOS
topologies to multi-planar and penetrating 3D microelectrode architectures optimized for
cerebral organoids and cortical spheroids.
Academic References & Scientific Prior Art
- Hardware Architecture: Frey, U., Sedivy, J., Heer, F., Pedron, R., Ballini, M., Mueller, J., Bakkum, D. J., Hafizovic, S., Faraci, F. D., Greve, F., & Hierlemann, A. (2010). Switch-matrix-based high-density microelectrode array in CMOS technology. IEEE Journal of Solid-State Circuits, 45(2), 467β482.
- HD-MEA Electrophysiology: MΓΌller, J., Ballini, M., Livi, P., Chen, Y., Radivojevic, M., Shadmani, A., Viswam, V., Jones, I. L., Fiscella, M., Diggelmann, R., Franke, F., & Hierlemann, A. (2015). High-resolution CMOS MEA platform to study neurons at subcellular, cellular, and network levels. Lab on a Chip, 15(13), 2767β2780.
- Axonal Tracking & Single-Cell Resolution: Bakkum, D. J., Frey, U., Radivojevic, M., Russell, T. L., MΓΌller, J., Fiscella, M., Takahashi, H., & Hierlemann, A. (2013). Tracking axonal action potential propagation on a high-density microelectrode array. Nature Communications, 4(1), 2181.
- Closed-Loop Biocomputing ("DishBrain"): Kagan, B. J., Kitchen, A. C., Tran, N. T., Habibollahi, F., Khajehnejad, M., Parker, D. N., Bhat, A., Ben-Zion, B., Razi, A., & Friston, K. J. (2022). In vitro neurons learn and exhibit sentience when embodied in a simulated game-world. Neuron, 110(23), 3952β3969.
- Organoid Intelligence Roadmap: Smirnova, L., Caffo, B. S., Gracias, D. H., Huang, Q., Morales Pantoja, I. E., Tang, B., Zack, D. J., Berlinicke, C. A., Boyd, J. L., Harris, T. D., Johnson, E. C., Kagan, B. J., Kahn, J., Muotri, A. R., Paulhamus, B. L., Schwamborn, J. C., Plotkin, J., Szalay, A. S., Vogelstein, J. T., Worley, P. F., & Hartung, T. (2023). Organoid intelligence (OI): the new frontier in biocomputing and intelligence-in-a-dish. Frontiers in Science, 1, 1017235.
- In Vitro Network Learning & Plasticity: Shahaf, G., & Marom, S. (2001). Learning in networks of cortical neurons. Journal of Neuroscience, 21(22), 8782β8788.
- Closed-Loop Animat Interfaces: DeMarse, T. B., Wagenaar, D. A., Blau, A. W., & Potter, S. M. (2001). The Neurally Controlled Animat: Biological Neural Networks Living in Clustered Microelectrode Arrays. Autonomous Robots, 11(3), 305β310.
- Spontaneous Burst Repertoires: Wagenaar, D. A., Pine, J., & Potter, S. M. (2006). An extremely rich repertoire of burst patterns in cultured neuronal networks. BMC Neuroscience, 7(1), 11.
- Spike Thresholding DSP: Quiroga, R. Q., Nadasdy, Z., & Ben-Shaul, Y. (2004). Unsupervised spike detection and sorting with wavelets and superparamagnetic clustering. Neural Computation, 16(8), 1661β1687.