SearcharxivSearch

arXiv subjects

Mark Raugas

Publications and source records attributed to Mark Raugas.

12 recordsLinked to original sources

K3 atoms of the cubic fourfold and the BPS structure of the Painlev\'e I determinant line

The compatibility of the semiorthogonal decomposition of a cubic fourfold with Bridgeland stability beyond a generic point is the missing ingredient in the conjectured dynamical protection of the K3 atom $\AX$. We analyze it in the exactly solvable models of the noncommutative minimal model program. In the uncoupled Fano models ($\PP^1$; $\PP^1 \times \PP^1$ at resonance) the quantum cohomology path exits the geometric chamber at an explicit finite time, enters the selection region of the gluing, and never leaves; perturbing the resonance shows the $\varepsilon$-crossover is not a wall. The $A_2$ quiver provides a coupled counterpart. We examine the deformed cubic oscillator, Painlev\'e~I, and formulate a tau-JLO dictionary as a determinant identification and establish its perturbative layer, including computing closed-form quantum periods through $Z_4$, all-orders flatness with exact curvature the tau-divisor current, identifying it with the zeta determinant's zero divisor along a Painlev\'e~I trajectory. We close by conjecturing that the determinant's nonperturbative jumps are automorphisms of the underlying Joyce structure.

math.AG

Relating Hodge Atoms, Spectral Triples, and BPS Flows

We compare algebraic and analytic pictures relevant to the study of birational invariants. Motivated by recent advances in the development of non-commutative Hodge structures, we examine their implication for quiver gauge field theory on the cubic fourfold. By interpreting the semiorthogonal property as a dynamical selection rule, we conjecture that the K3 Hodge atom of the cubic fourfold represents a protected quantum phase whose spectra remain invariant under non-perturbative tunneling processes.

hep-th

Machine Learning meets Algebraic Combinatorics: A Suite of Datasets Capturing Research-level Conjecturing Ability in Pure Mathematics

With recent dramatic increases in AI system capabilities, there has been growing interest in utilizing machine learning for reasoning-heavy, quantitative tasks, particularly mathematics. While there are many resources capturing mathematics at the high-school, undergraduate, and graduate level, there are far fewer resources available that align with the level of difficulty and open endedness encountered by professional mathematicians working on open problems. To address this, we introduce a new collection of datasets, the Algebraic Combinatorics Dataset Repository (ACD Repo), representing either foundational results or open problems in algebraic combinatorics, a subfield of mathematics that studies discrete structures arising from abstract algebra. Further differentiating our dataset collection is the fact that it aims at the conjecturing process. Each dataset includes an open-ended research-level question and a large collection of examples (up to 10M in some cases) from which conjectures should be generated. We describe all nine datasets, the different ways machine learning models can be applied to them (e.g., training with narrow models followed by interpretability analysis or program synthesis with LLMs), and discuss some of the challenges involved in designing datasets like these.

cs.LG

Machines and Mathematical Mutations: Using GNNs to Characterize Quiver Mutation Classes

Machine learning is becoming an increasingly valuable tool in mathematics, enabling one to identify subtle patterns across collections of examples so vast that they would be impossible for a single researcher to feasibly review and analyze. In this work, we use graph neural networks to investigate \emph{quiver mutation} -- an operation that transforms one quiver (or directed multigraph) into another -- which is central to the theory of cluster algebras with deep connections to geometry, topology, and physics. In the study of cluster algebras, the question of \emph{mutation equivalence} is of fundamental concern: given two quivers, can one efficiently determine if one quiver can be transformed into the other through a sequence of mutations? In this paper, we use graph neural networks and AI explainability techniques to independently discover mutation equivalence criteria for quivers of type $\tilde{D}$. Along the way, we also show that even without explicit training to do so, our model captures structure within its hidden representation that allows us to reconstruct known criteria from type $D$, adding to the growing evidence that modern machine learning models are capable of learning abstract and parsimonious rules from mathematical data.

cs.LG

MSREP: A Fast yet Light Sparse Matrix Framework for Multi-GPU Systems

Sparse linear algebra kernels play a critical role in numerous applications, covering from exascale scientific simulation to large-scale data analytics. Offloading linear algebra kernels on one GPU will no longer be viable in these applications, simply because the rapidly growing data volume may exceed the memory capacity and computing power of a single GPU. Multi-GPU systems nowadays being ubiquitous in supercomputers and data-centers present great potentials in scaling up large sparse linear algebra kernels. In this work, we design a novel sparse matrix representation framework for multi-GPU systems called MSREP, to scale sparse linear algebra operations based on our augmented sparse matrix formats in a balanced pattern. Different from dense operations, sparsity significantly intensifies the difficulty of distributing the computation workload among multiple GPUs in a balanced manner. We enhance three mainstream sparse data formats -- CSR, CSC, and COO, to enable fine-grained data distribution. We take sparse matrix-vector multiplication (SpMV) as an example to demonstrate the efficiency of our MSREP framework. In addition, MSREP can be easily extended to support other sparse linear algebra kernels based on the three fundamental formats (i.e., CSR, CSC and COO).

cs.DC

SpectralFly: Ramanujan Graphs as Flexible and Efficient Interconnection Networks

In recent years, graph theoretic considerations have become increasingly important in the design of HPC interconnection topologies. One approach is to seek optimal or near-optimal families of graphs with respect to a particular graph theoretic property, such as diameter. In this work, we consider topologies which optimize the spectral gap. We study a novel HPC topology, SpectralFly, designed around the Ramanujan graph construction of Lubotzky, Phillips, and Sarnak (LPS). We show combinatorial properties, such as diameter, bisection bandwidth, average path length, and resilience to link failure, of SpectralFly topologies are better than, or comparable to, similarly constrained DragonFly, SlimFly, and BundleFly topologies. Additionally, we simulate the performance of SpectralFly on a representative sample of micro-benchmarks using the Structure Simulation Toolkit Macroscale Element Library simulator and study cost-minimizing layouts, demonstrating considerable benefit of the SpectralFly topology.

cs.NI

Fast and Scalable Sparse Triangular Solver for Multi-GPU Based HPC Architectures

Designing efficient and scalable sparse linear algebra kernels on modern multi-GPU based HPC systems is a daunting task due to significant irregular memory references and workload imbalance across the GPUs. This is particularly the case for Sparse Triangular Solver (SpTRSV) which introduces additional two-dimensional computation dependencies among subsequent computation steps. Dependency information is exchanged and shared among GPUs, thus warrant for efficient memory allocation, data partitioning, and workload distribution as well as fine-grained communication and synchronization support. In this work, we demonstrate that directly adopting unified memory can adversely affect the performance of SpTRSV on multi-GPU architectures, despite linking via fast interconnect like NVLinks and NVSwitches. Alternatively, we employ the latest NVSHMEM technology based on Partitioned Global Address Space programming model to enable efficient fine-grained communication and drastic synchronization overhead reduction. Furthermore, to handle workload imbalance, we propose a malleable task-pool execution model which can further enhance the utilization of GPUs. By applying these techniques, our experiments on the NVIDIA multi-GPU supernode V100-DGX-1 and DGX-2 systems demonstrate that our design can achieve on average 3.53x (up to 9.86x) speedup on a DGX-1 system and 3.66x (up to 9.64x) speedup on a DGX-2 system with 4-GPUs over the Unified-Memory design. The comprehensive sensitivity and scalability studies also show that the proposed zero-copy SpTRSV is able to fully utilize the computing and communication resources of the multi-GPU system.

cs.DC

Ramanujan Graphs and the Spectral Gap of Supercomputing Topologies

Graph eigenvalues play a fundamental role in controlling structural properties, such as bisection bandwidth, diameter, and fault tolerance, which are critical considerations in the design of supercomputing interconnection networks. This motivates considering graphs with optimal spectral expansion, called Ramanujan graphs, as potential candidates for interconnection networks. In this work, we explore this possibility by comparing Ramanujan graph properties against those of a wide swath of current and proposed supercomputing topologies. We derive analytic expressions for the spectral gap, bisection bandwidth, and diameter of these topologies, some of which were previously unknown. We find the spectral gap of existing topologies are well-separated from the optimal achievable by Ramanujan topologies, suggesting the potential utility of adopting Ramanujan graphs as interconnection networks.

cs.DC

Faster Fuzzing: Reinitialization with Deep Neural Models

We improve the performance of the American Fuzzy Lop (AFL) fuzz testing framework by using Generative Adversarial Network (GAN) models to reinitialize the system with novel seed files. We assess performance based on the temporal rate at which we produce novel and unseen code paths. We compare this approach to seed file generation from a random draw of bytes observed in the training seed files. The code path lengths and variations were not sufficiently diverse to fully replace AFL input generation. However, augmenting native AFL with these additional code paths demonstrated improvements over AFL alone. Specifically, experiments showed the GAN was faster and more effective than the LSTM and out-performed a random augmentation strategy, as measured by the number of unique code paths discovered. GAN helps AFL discover 14.23% more code paths than the random strategy in the same amount of CPU time, finds 6.16% more unique code paths, and finds paths that are on average 13.84% longer. Using GAN shows promise as a reinitialization strategy for AFL to help the fuzzer exercise deep paths in software.

cs.AI

Split attractor flows and the spectrum of BPS D-branes on the Quintic

We investigate the spectrum of type IIA BPS D-branes on the quintic from a four dimensional supergravity perspective and the associated split attractor flow picture. We obtain some very concrete properties of the (quantum corrected) spectrum, mainly based on an extensive numerical analysis, and to a lesser extent on exact results in the large radius approximation. We predict the presence and absence of some charges in the BPS spectrum in various regions of moduli space, including the precise location of the lines of marginal stability and the corresponding decay products. We explain how the generic appearance of multiple basins of attraction is due to the presence of conifold singularities and give some specific examples of this phenomenon. Some interesting space-time features of these states are also uncovered, such as a nontrivial, moduli independent lower bound on the area of the core of arbitrary BPS solutions, whether they are black holes, empty holes, or more complicated composites.

hep-th

D-Branes and Vanishing Cycles in Higher Dimensions

We investigate the quantum volume of D-branes wrapped around cycles of various dimension in Calabi-Yau fourfolds and fivefolds. Examining the cases of the sextic and heptic hypersurface Calabi-Yau varieties, as well as one example in weighted projective space, we find expressions for periods which vanish at the singular point analogous to the conifold point. As in the known three-dimensional cases, it is the top dimensional cycle which attains zero quantum volume, even though lower dimensional cycles remain non-degenerate, indicating this phenomena to be a general feature of quantum geometry.

hep-th

D-branes on Nonabelian Threefold Quotient Singularities

We investigate the classical moduli space of D-branes on a nonabelian Calabi-Yau threefold singularity and find that it admits topology-changing transitions. We construct a general formalism of worldvolume field theories in the language of quivers and give a procedure for computing the enlarged Kahler cone of the moduli space. The topology changing transitions achieved by varying the Fayet-Iliopoulos parameters correspond to changes of linearization of a geometric invariant theory quotient and can be studied by methods of algebraic geometry. Quite surprisingly, the structure of the enlarged Kahler cone can be computed by toric methods. By using this approach, we give a detailed discussion of two low-rank examples.

hep-th