SearcharxivSearch

arXiv subjects

Thomas Walker

Publications and source records attributed to Thomas Walker.

At least 19 recordsLinked to original sources

The Geometric Structure of Models Learning Sparse Data

The manifold hypothesis (MH) is often used to explain how machine learning can overcome the curse of dimensionality. However, the MH is only applicable in regimes where the training data provides a sufficiently dense sample of the underlying low-dimensional data manifold, or where such a low-dimensional manifold is conceivably present. We describe the regimes where the MH is not applicable as sparse. In this paper, we demonstrate that models succeed in the sparse regime by exploiting a highly structured local geometry, a property we formalize as normal alignment. We prove that normal-aligned classifiers -- whose input-output Jacobians are rank-one and align perfectly with the training data -- minimize the training objective under norm constraints and achieve maximal local robustness under a non-zero Jacobian constraint. For continuous piecewise-affine deep networks, normal alignment manifests geometrically as centroid alignment within the network's induced power diagram partition and results from the feature-learning regime. Motivated by these theoretical insights, we introduce GrokAlign, a regularization strategy that actively induces normal alignment. We demonstrate that GrokAlign significantly accelerates the training dynamics of deep networks relevant to the grokking phenomenon. Furthermore, we apply the principle of normal alignment to Recursive Feature Machines (RFMs) to introduce Recursive Feature Alignment Machines (RFAMs). We show that RFAMs exhibit greater adversarial robustness compared to RFMs when trained on tabular data.

cs.LG

Semantic Foam: Unifying Spatial and Semantic Scene Decomposition

Modern scene reconstruction methods, such as 3D Gaussian Splatting, deliver photo-realistic novel view synthesis at real-time speeds, yet their adoption in interactive graphics applications has been limited. A major bottleneck is the difficulty of interacting with these representations compared to traditional, human-authored 3D assets. While previous research has attempted to impose semantic decomposition on these models, significant challenges remain regarding segmentation quality and consistency. To address this, we introduce Semantic Foam, extending the recently proposed Radiant Foam representations to semantic decomposition tasks. Our approach integrates the natural spatial volumetric decomposition of Radiant Foam's Voronoi mesh with an explicit semantic feature field parameterized at the cell level. This explicit structure enables direct spatial regularization, which prevents artifacts caused by occlusion or inconsistent supervision across views - common pitfalls for other point-based representations. Experimental results show that our method achieves comparable or superior object-level segmentation performance compared to state-of-the-art methods like Gaussian Grouping and SAGA.

cs.CV

The Linear Centroids Hypothesis: Features as Directions Learned by Local Experts

The Linear Representation Hypothesis (LRH) identifies features of a trained deep network (DN) as linear directions in the activation spaces, i.e., output spaces of intermediate layers. This characterization decouples the input-output maps learned by a DN from the organization of feature directions in its activation spaces. We introduce the Linear Centroids Hypothesis (LCH), which instead identifies features with linear directions among a DN's centroid spaces -- where any vector denotes a centroid or summary of a local affine expert characterizing the learned input-output maps of the DN exactly (e.g., for piecewise-affine DNs) or approximately (e.g., for smooth DNs like transformers). We show that replacing intermediate activations with centroids yields a functional drop-in alternative for standard interpretability tools. Empirically, this change yields sparser, more downstream-useful feature dictionaries on DINO ViTs, suppresses spurious directions on a controlled task, recovers interpretable circuits in GPT2-Large, and produces faithful gradient-based saliency maps. LCH unifies dictionaries, probing, circuits, and saliency maps into a single geometric object grounded in the network's input-output map -- making interpretability mechanistic by construction rather than post hoc. Code to study the LCH https://github.com/ThomasWalker1/LinearCentroidsHypothesis .

cs.LG

A High-Flux Source of Cold Strontium with a Loading Rate of $4 \times 10^{10}$ atoms/s for Open Release

We present a high-flux source of cold strontium atoms based on a two-dimensional magneto-optical trap (2D MOT) and a Zeeman slower. We use the source to load a 3D MOT in a separate science chamber, observing a loading rate of $4 \times 10^{10}$ atoms/s -- to our knowledge, the highest reported loading flux for strontium. To characterise the vacuum pressure in the science chamber, we load the atoms into a magnetic trap and measure a lifetime of between 8 and 24 seconds, depending on oven temperature. Finally, we characterise the atom flux and velocity distributions from the oven and from the 2D MOT source, finding reasonable agreement with models in the free molecular flow regime. Our results show it is possible to readily produce a cold strontium flux at comparable levels to alkali species, at oven temperatures compatible with long-term operation, and at vacuum pressures suitable for state-of-the-art quantum experiments. We make our design available at no cost, to benefit researchers in the quantum community.

cond-mat.quant-gas

Beyond Pixel Histories: World Models with Persistent 3D State

Interactive world models continually generate video by responding to a user's actions, enabling open-ended generation capabilities. However, existing models typically lack a 3D representation of the environment, meaning 3D consistency must be implicitly learned from data, and spatial memory is restricted to limited temporal context windows. This results in an unrealistic user experience and presents significant obstacles to downstream tasks such as training agents. To address this, we present PERSIST, a new paradigm of world model which simulates the evolution of a latent 3D scene: environment, camera, and renderer. This allows us to synthesise new frames with persistent spatial memory and consistent geometry. Both quantitative metrics and a qualitative user study show substantial improvements in spatial memory, 3D consistency, and long-horizon stability over existing methods, enabling coherent, evolving 3D worlds. We further demonstrate novel capabilities, including synthesising diverse 3D environments from a single image, as well as enabling fine-grained, geometry-aware control over generated experiences by supporting environment editing and specification directly in 3D space. Project page: https://francelico.github.io/persist.github.io

cs.CV

Magnetic Feshbach resonances in Ba$^+$+Li collisions due to strong spin-orbit coupling

We report a pronounced dependence of magnetic Feshbach resonance spectra on the initial hyperfine-Zeeman state of Li in ultracold $^{138}$Ba$^+$+$^6$Li collisions. The measured number and distribution of resonances differ significantly between the two lowest states despite their similar electron spin character. We address this puzzle by developing a comprehensive yet generic computational model calibrated against key statistical features in the experimental spectrum. We confirm that strong spin-orbit coupling induces essential changes in the distribution of resonances, leading to an increase in the number of resolvable resonances. Our model reproduces the statistics of the spectrum with the lowest Li state but struggles with the second-lowest state, where a significantly smaller number of resonances is experimentally observed.

physics.atom-ph

GrokAlign: Geometric Characterisation and Acceleration of Grokking

A key challenge for the machine learning community is to understand and accelerate the training dynamics of deep networks that lead to delayed generalisation and emergent robustness to input perturbations, also known as grokking. Prior work has associated phenomena like delayed generalisation with the transition of a deep network from a linear to a feature learning regime, and emergent robustness with changes to the network's functional geometry, in particular the arrangement of the so-called linear regions in deep networks employing continuous piecewise affine nonlinearities. Here, we explain how grokking is realised in the Jacobian of a deep network and demonstrate that aligning a network's Jacobians with the training data (in the sense of cosine similarity) ensures grokking under a low-rank Jacobian assumption. Our results provide a strong theoretical motivation for the use of Jacobian regularisation in optimizing deep networks -- a method we introduce as GrokAlign -- which we show empirically to induce grokking much sooner than more conventional regularizers like weight decay. Moreover, we introduce centroid alignment as a tractable and interpretable simplification of Jacobian alignment that effectively identifies and tracks the stages of deep network training dynamics. Accompanying webpage (https://thomaswalker1.github.io/blog/grokalign.html) and code (https://github.com/ThomasWalker1/grokalign).

cs.LG

Concept Boundary Vectors

Machine learning models are trained with relatively simple objectives, such as next token prediction. However, on deployment, they appear to capture a more fundamental representation of their input data. It is of interest to understand the nature of these representations to help interpret the model's outputs and to identify ways to improve the salience of these representations. Concept vectors are constructions aimed at attributing concepts in the input data to directions, represented by vectors, in the model's latent space. In this work, we introduce concept boundary vectors as a concept vector construction derived from the boundary between the latent representations of concepts. Empirically we demonstrate that concept boundary vectors capture a concept's semantic meaning, and we compare their effectiveness against concept activation vectors.

cs.LG

Spatially-Adaptive Hash Encodings For Neural Surface Reconstruction

Positional encodings are a common component of neural scene reconstruction methods, and provide a way to bias the learning of neural fields towards coarser or finer representations. Current neural surface reconstruction methods use a "one-size-fits-all" approach to encoding, choosing a fixed set of encoding functions, and therefore bias, across all scenes. Current state-of-the-art surface reconstruction approaches leverage grid-based multi-resolution hash encoding in order to recover high-detail geometry. We propose a learned approach which allows the network to choose its encoding basis as a function of space, by masking the contribution of features stored at separate grid resolutions. The resulting spatially adaptive approach allows the network to fit a wider range of frequencies without introducing noise. We test our approach on standard benchmark surface reconstruction datasets and achieve state-of-the-art performance on two benchmark datasets.

cs.CV

CrossSDF: 3D Reconstruction of Thin Structures From Cross-Sections

Reconstructing complex structures from planar cross-sections is a challenging problem, with wide-reaching applications in medical imaging, manufacturing, and topography. Out-of-the-box point cloud reconstruction methods can often fail due to the data sparsity between slicing planes, while current bespoke methods struggle to reconstruct thin geometric structures and preserve topological continuity. This is important for medical applications where thin vessel structures are present in CT and MRI scans. This paper introduces CrossSDF, a novel approach for extracting a 3D signed distance field from 2D signed distances generated from planar contours. Our approach makes the training of neural SDFs contour-aware by using losses designed for the case where geometry is known within 2D slices. Our results demonstrate a significant improvement over existing methods, effectively reconstructing thin structures and producing accurate 3D models without the interpolation artifacts or over-smoothing of prior approaches.

cs.CV

Tightening the Evaluation of PAC Bounds Using Formal Verification Results

Probably Approximately Correct (PAC) bounds are widely used to derive probabilistic guarantees for the generalisation of machine learning models. They highlight the components of the model which contribute to its generalisation capacity. However, current state-of-the-art results are loose in approximating the generalisation capacity of deployed machine learning models. Consequently, while PAC bounds are theoretically useful, their applicability for evaluating a model's generalisation property in a given operational design domain is limited. The underlying classical theory is supported by the idea that bounds can be tightened when the number of test points available to the user to evaluate the model increases. Yet, in the case of neural networks, the number of test points required to obtain bounds of interest is often impractical even for small problems. In this paper, we take the novel approach of using the formal verification of neural systems to inform the evaluation of PAC bounds. Rather than using pointwise information obtained from repeated tests, we use verification results on regions around test points. We show that conditioning existing bounds on verification results leads to a tightening proportional to the underlying probability mass of the verified region.

cs.LG

Exploring atom-ion Feshbach resonances below the s-wave limit

Revealing the quantum properties of matter requires a high degree of experimental control accompanied by a profound theoretical understanding. At ultracold temperatures, quantities that appear continuous in everyday life, such as the motional angular momentum of two colliding particles, become quantized, leaving a measurable imprint on experimental results. Embedding a single particle within a larger quantum bath at lowest temperatures can result in resonant partial-wave dependent interaction, whose strength near zero energy is dictated by universal threshold scaling laws. Hybrid atom-ion systems have emerged as a novel platform in which a single charged atom in an ultracold bath serves as a well-controlled impurity of variable energy. However, entering the low-energy s-wave regime and exploring the role of higher-partial-wave scattering within has remained an open challenge. Here, we immerse a Barium ion in a cloud of ultracold spin-polarized Lithium atoms, realize tunable collision energies below the s-wave limit and explore resonant higher-partial-wave scattering by studying the energy dependence of Feshbach resonances. Utilizing precise electric field control, we tune the collision energy over four orders of magnitude, reaching from the many-parital-wave to the s-wave regime. At the lowest energies, we probe the energy dependence of an isolated s-wave Feshbach resonance and introduce a theoretical model that allows to distinguish it from higher-partial-wave resonances. Additionally, at energies around the p-wave barrier, we find and identify an open-channel f-wave resonance, consistent with threshold laws. Our findings highlight and benchmark the importance of higher-partial-wave scattering well within the s-wave regime and offer control over chemical reactions and complex many-body dynamics in atom-ion ensembles - on the level of individual angular momentum quanta.

physics.atom-ph

Tropical Expressivity of Neural Networks

We propose an algebraic geometric framework to study the expressivity of linear activation neural networks. A particular quantity of neural networks that has been actively studied is the number of linear regions, which gives a quantification of the information capacity of the architecture. To study and evaluate information capacity and expressivity, we work in the setting of tropical geometry - a combinatorial and polyhedral variant of algebraic geometry - where there are known connections between tropical rational maps and feedforward neural networks. Our work builds on and expands this connection to capitalize on the rich theory of tropical geometry to characterize and study various architectural aspects of neural networks. Our contributions are threefold: we provide a novel tropical geometric approach to selecting sampling domains among linear regions; an algebraic result allowing for a guided restriction of the sampling domain for network architectures with symmetries; and a new open source OSCAR library to analyze neural networks symbolically using their tropical representations, where we present a new algorithm that computes the exact number of their linear regions. We provide a comprehensive set of proof-of-concept numerical experiments demonstrating the breadth of neural network architectures to which tropical geometric theory can be applied to reveal insights on expressivity characteristics of a network. Our work provides the foundations for the adaptation of both theory and existing software from computational tropical geometry and symbolic computation to neural networks and deep learning

cs.LG

Spherical Feature Pyramid Networks For Semantic Segmentation

Semantic segmentation for spherical data is a challenging problem in machine learning since conventional planar approaches require projecting the spherical image to the Euclidean plane. Representing the signal on a fundamentally different topology introduces edges and distortions which impact network performance. Recently, graph-based approaches have bypassed these challenges to attain significant improvements by representing the signal on a spherical mesh. Current approaches to spherical segmentation exclusively use variants of the UNet architecture, meaning more successful planar architectures remain unexplored. Inspired by the success of feature pyramid networks (FPNs) in planar image segmentation, we leverage the pyramidal hierarchy of graph-based spherical CNNs to design spherical FPNs. Our spherical FPN models show consistent improvements over spherical UNets, whilst using fewer parameters. On the Stanford 2D-3D-S dataset, our models achieve state-of-the-art performance with an mIOU of 48.75, an improvement of 3.75 IoU points over the previous best spherical CNN.

cs.CV

Trapping Ion Coulomb Crystals in an Optical Lattice

We report the optical trapping of multiple ions localized at individual lattice sites of a one-dimensional optical lattice. We observe a fivefold increase in robustness against axial DC-electric fields and an increase of the axial eigenfrequency by two orders of magnitude compared to an optical dipole trap without interference but similar intensity. Our findings motivate an alternative pathway to extend arrays of trapped ions in size and dimension, enabling quantum simulations with particles interacting at long range.

physics.atom-ph

Explicit Neural Surfaces: Learning Continuous Geometry With Deformation Fields

We introduce Explicit Neural Surfaces (ENS), an efficient smooth surface representation that directly encodes topology with a deformation field from a known base domain. We apply this representation to reconstruct explicit surfaces from multiple views, where we use a series of neural deformation fields to progressively transform the base domain into a target shape. By using meshes as discrete surface proxies, we train the deformation fields through efficient differentiable rasterization. Using a fixed base domain allows us to have Laplace-Beltrami eigenfunctions as an intrinsic positional encoding alongside standard extrinsic Fourier features, with which our approach can capture fine surface details. Compared to implicit surfaces, ENS trains faster and has several orders of magnitude faster inference times. The explicit nature of our approach also allows higher-quality mesh extraction whilst maintaining competitive surface reconstruction performance and real-time capabilities.

cs.CV

Observation of Feshbach resonances between a single ion and ultracold atoms

Controlling physical systems and their dynamics on the level of individual quanta propels both fundamental science and quantum technologies. Trapped atomic and molecular systems, neutral and charged, are at the forefront of quantum science. Their extraordinary level of control is evidenced by numerous applications in quantum information processing and quantum metrology. Studying the long-range interactions between these systems when combined in a hybrid atom-ion trap has lead to landmark results. Reaching the ultracold regime, however, where quantum mechanics dominates the interaction, e.g., giving access to controllable scattering resonances, has been elusive so far. Here we demonstrate Feshbach resonances between ions and atoms, using magnetically tunable interactions between $^{138}$Ba$^{+}$ ions and $^{6}$Li atoms. We tune the experimental parameters to probe different interaction processes - first, enhancing three-body reactions and the related losses to identify the resonances, then making two-body interactions dominant to investigate the ion's sympathetic cooling in the ultracold atomic bath. Our results provide deeper insights into atom-ion interactions, giving access to complex many-body systems and applications in experimental quantum simulation.

physics.atom-ph

Improving the Indistinguishability of Single Photons from an Ion-Cavity System

We investigate schemes for generating indistinguishable single photons, a key feature of quantum networks, from a trapped ion coupled to an optical cavity. Through selection of the initial state in a cavity-assisted Raman transition, we suppress the detrimental effect of spontaneous emission present in previously demonstrated schemes in similar systems. We measure a visibility of 72(2)% without correction for background counts in a Hong-Ou-Mandel interference measurement for the new scheme, with 51(2)% for a commonly-used scheme with similar parameters. Schemes such as the one demonstrated here have applications in distributed quantum computing and communications, where high fidelities are vital, and depend on the mutual indistinguishability of single photons.

quant-ph