AiPhreaks ← Back to News Feed

Efficient MoE Training for Biological Foundation Models

By Jakub Antkiewicz

•

2026-09-25T13:16:32Z

NVIDIA Optimizes MoE Training for Biological Models

NVIDIA has released an optimized training recipe for Mixture-of-Experts (MoE) biological foundation models, demonstrating a significant performance uplift over standard implementations. The new reference architecture, part of the BioNeMo framework, leverages the NVIDIA Transformer Engine (TE) to address critical bottlenecks in MoE training. In a benchmark on eight NVIDIA B200 GPUs, the recipe delivered up to 2.21 times the throughput of a baseline from Hugging Face, offering a more efficient path for scaling models used in genomics and drug discovery.

Technical Optimizations

The performance gains are attributed to a collection of targeted software and hardware accelerations within the Transformer Engine. Instead of iterating through experts in a Python loop, which incurs high kernel launch overhead, the recipe uses primitives that group computations and reduce memory traffic. Key components of this approach include:

  • GroupedLinear Execution: Submits multiple expert matrix multiplications (GEMMs) as a single grouped operation, reducing kernel launch and scheduling overhead.
  • MXFP8 Precision: Utilizes a block-scaled 8-bit floating-point format that halves memory usage for weights and activations compared to BF16, with hardware acceleration on NVIDIA Blackwell GPUs.
  • Fused MLP Kernel: The TE Sequential API fuses the `GroupedLinear` operation with `ScaledSwiGLU` activation and routing-weight scaling into a single CUDA kernel, avoiding writing intermediate results to memory and reducing quantization overhead.

Ecosystem Implications

By providing a highly optimized, hardware-aware software stack for a popular model architecture, NVIDIA is reinforcing its position in the specialized high-performance computing market for life sciences. This development lowers the computational cost of training large-scale MoE models, potentially accelerating research and development cycles in biopharma. It also presents a challenge to generalized AI frameworks, demonstrating that performance benefits can be gained from tightly coupling software implementations to specific GPU features like the Tensor Core instructions for MXFP8 on Blackwell hardware.

NVIDIA is leveraging its full-stack control, from Blackwell silicon to Transformer Engine kernels, to solve the specific scaling bottlenecks of MoE architectures, creating a significant performance moat for specialized applications like digital biology.
End of Transmission
Scan All Nodes Access Archive