arXiv ScienceSearch

arXiv subjects

Jonathan W. Morris

Publications and source records attributed to Jonathan W. Morris.

2 recordsLinked to original sources

Benchmarking Storage Systems for Machine Learning Workloads Using NIO Bench

Machine learning training workloads place unique demands on storage systems, yet most existing benchmarks focus on computational throughput rather than file system I/O behavior. We present a benchmarking framework, Neural I/O Benchmark (NIO Bench), that characterizes storage access patterns across six diverse ML model architectures: Language Transformers, Vision Transformers, Diffusion Models, Spiking Neural Networks, Artificial Neural Networks, and Reinforcement Learning. Our framework employs a two-layer tracing approach combining Python-level I/O hooks for semantic phase context with Linux strace for complete syscall coverage including DataLoader worker subprocesses. We evaluate all six models on a Nautilus Kubernetes cluster with Ceph distributed file system. Our results reveal that I/O is heavily concentrated in data preparation, model loading, and model checkpointing. We also found that training is compute-bound rather than data-bound once data is staged, and that storage access follows an extreme power law where fewer than 10% of files account for over 90% of bytes transferred, and that read tail latency from cache misses on distributed storage is the primary storage bottleneck. These findings suggest that storage systems optimized for ML should prioritize aggressive data prefetching, page cache pinning, and efficient handling of bursty checkpoint writes.

cs.PF

Slug-Mapper: Magnetic Scanner for Ultra Low-Field MRI Scanners

Ultra-Low Field (ULF) MRI scanners offer a portable and cost-effective alternative to conventional MRI systems, but require careful calibration to compensate for reduced magnetic field strength and signal quality. In this paper, we present Slug-Mapper, a low-cost, open-source magnetic field scanner designed to map the static field $B_0$ voxel-by-voxel within the bore of a ULF MRI system. Built using a repurposed 3D printer, a Raspberry Pi, and off-the-shelf components, Slug-Mapper enables high-resolution magnetic field characterization for both passive and active shimming. We provide a detailed overview of MRI physics, the engineering challenges of ULF systems, and the architecture and operation of Slug-Mapper. This tool bridges the gap between hardware prototyping and precise system calibration, supporting the development of accessible and portable MRI technology.

physics.med-ph