Source author record

John Collins

John Collins appears in the imported research catalog. Authorship, coauthor and topic links are available while profile ownership is still unclaimed.

ResearcherUnclaimed source record

Catalog footprint

What is connected

17works
13topics
4close collaborators

Actions

Connect this record

Log in to claim

Research graph

See the researcher in context

Open full explorer

Inspect adjacent papers, topics, institutions and collaborators without losing the researcher page.

Building this map preview

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

17 published item(s)

preprint2022arXiv

Positivity and renormalization of parton densities

There have been recent debates about whether $\overline{\text{MS}}$ parton densities exactly obey positivity bounds (including the Soffer bound), and whether the bounds should be applied as a constraint on global fits to parton densities and on nonperturbative calculations. A recent paper (JHEP ${\bf \text{11}}$ (2020) 129) appears to provide a proof of positivity in contradiction with earlier work by other authors. We examine their derivation and find that its primary failure is in the apparently uncontroversial statement that bare pdfs are always positive. We show that under the conditions used in the derivation, that statement fails. We provide some elementary calculations in a model QFT that show how this situation can generically arise in reality. In addition, we observe that the methods used in the derivation are in common with much, but not all, other work where factorization is derived. Our examination pinpoints considerable difficulties with these methods that render them either wrong or highly problematic. The issue of positivity highlights that these methods can lead to wrong results of phenomenological importance. From our analysis we identify the restricted situations in which positivity can be violated.

preprint2020arXiv

A new and complete proof of the Landau condition for pinch singularities of Feynman graphs and other integrals

The Landau equations give a physically useful criterion for how singularities arise in Feynman amplitudes. Furthermore, they are fundamental to the uses of perturbative QCD, by determining the important regions of momentum space in asymptotic problems. Generalizations are also useful. We will show that in existing treatments there are significant gaps in derivations, and in some cases implicit assumptions that will be shown here to be false in important cases like the massless Feynman graphs ubiquitous in QCD applications. In this paper is given a new proof that the Landau condition is both necessary and sufficient for physical-region pinches in the kinds of integral typified by Feynman graphs. The proof's range is broad enough to include the modified Feynman graphs that are used in QCD applications. Unlike many existing derivations, there is no need to use the Feynman parameter method. Some possible further applications of the new proof and its subsidiary results are proposed.

preprint2015arXiv

Multi-Level Anomaly Detection on Time-Varying Graph Data

This work presents a novel modeling and analysis framework for graph sequences which addresses the challenge of detecting and contextualizing anomalies in labelled, streaming graph data. We introduce a generalization of the BTER model of Seshadhri et al. by adding flexibility to community structure, and use this model to perform multi-scale graph anomaly detection. Specifically, probability models describing coarse subgraphs are built by aggregating probabilities at finer levels, and these closely related hierarchical models simultaneously detect deviations from expectation. This technique provides insight into a graph's structure and internal context that may shed light on a detected event. Additionally, this multi-scale analysis facilitates intuitive visualizations by allowing users to narrow focus from an anomalous graph to particular subgraphs or nodes causing the anomaly. For evaluation, two hierarchical anomaly detectors are tested against a baseline Gaussian method on a series of sampled graphs. We demonstrate that our graph statistics-based approach outperforms both a distribution-based detector and the baseline in a labeled setting with community structure, and it accurately detects anomalies in synthetic and real-world datasets at the node, subgraph, and graph levels. To illustrate the accessibility of information made possible via this technique, the anomaly detector and an associated interactive visualization tool are tested on NCAA football data, where teams and conferences that moved within the league are identified with perfect recall, and precision greater than 0.786.

preprint2015arXiv

TMD factorization and evolution at large $b_T$

In using transverse-momentum-dependent (TMD) parton densities and fragmentation functions, important non-perturbative information is at large transverse position $b_T$. This concerns both the TMD functions and their evolution. Fits to high energy data tend to predict too rapid evolution when extrapolated to low energies where larger values of $b_T$ dominate. I summarize a new analysis of the issues. It results in a proposal for much weaker $b_T$ dependence at large $b_T$ for the evolution kernel, while preserving the accuracy of the existing fits. The results are particularly important for using transverse-spin-dependent functions like the Sivers function.

preprint2015arXiv

Understanding the large-distance behavior of transverse-momentum-dependent parton densities and the Collins-Soper evolution kernel

There is considerable controversy about the size and importance of nonperturbative contributions to the evolution of transverse-momentum-dependent (TMD) parton distribution functions. Standard fits to relatively high-energy Drell-Yan data give evolution that when taken to lower Q is too rapid to be consistent with recent data in semi-inclusive deeply inelastic scattering. Some authors provide very different forms for TMD evolution, even arguing that nonperturbative contributions at large transverse distance b_T are not needed or are irrelevant. Here, we systematically analyze the issues, both perturbative and nonperturbative. We make a motivated proposal for the parameterization of the nonperturbative part of the TMD evolution kernel that could give consistency: with the variety of apparently conflicting data, with theoretical perturbative calculations where they are applicable, and with general theoretical nonperturbative constraints on correlation functions at large distances. We propose and use a scheme- and scale-independent function A(b_T) that gives a tool to compare and diagnose different proposals for TMD evolution. We also advocate for phenomenological studies of A(b_T) as a probe of TMD evolution. The results are important generally for applications of TMD factorization. In particular, they are important to making predictions for proposed polarized Drell-Yan experiments to measure the Sivers function.

preprint2014arXiv

Two-population model for MTL neurons: The vast majority are almost silent

Recordings in the human medial temporal lobe have found many neurons that respond to pictures (and related stimuli) of just one particular person out of those presented. It has been proposed that these are concept cells, responding to just a single concept. However, a direct experimental test of the concept cell idea appears impossible, because it would need the measurement of the response of each cell to enormous numbers of other stimuli. Here we propose a new statistical method for analysis of the data, that gives a more powerful way to analyze how close data are to the concept-cell idea. It exploits the large number of sampled neurons, to give sensitivity to situations where the average response sparsity is to much less than one response for the number of presented stimuli. We show that a conventional model where a single sparsity is postulated for all neurons gives an extremely poor fit to the data. In contrast a model with two dramatically different populations give an excellent fit to data from the hippocampus and entorhinal cortex. In the hippocampus, one population has 7% of the cells with a 2.6% sparsity. But a much larger fraction 93% respond to only 0.1% of the stimuli. This results in an extreme bias in the reported responsive of neurons compared with a typical neuron. Finally, we show how to allow for the fact that some of reported identified units correspond to multiple neurons, and find that our conclusions at the neural level are quantitatively changed but strengthened, with an even stronger difference between the two populations.

preprint2013arXiv

The Removal of Numerical Drift from Scientific Models

Computer programs often behave differently under different compilers or in different computing environments. Relative debugging is a collection of techniques by which these differences are analysed. Differences may arise because of different interpretations of errors in the code, because of bugs in the compilers or because of numerical drift, and all of these were observed in the present study. Numerical drift arises when small and acceptable differences in values computed by different systems are integrated, so that the results drift apart. This is well understood and need not degrade the validity of the program results. Coding errors and compiler bugs may degrade the results and should be removed. This paper describes a technique for the comparison of two program runs which removes numerical drift and therefore exposes coding and compiler errors. The procedure is highly automated and requires very little intervention by the user. The technique is applied to the Weather Research and Forecasting model, the most widely used weather and climate modelling code.

preprint2010arXiv

Gluing stability conditions

We define and study a gluing procedure for Bridgeland stability conditions in the situation when a triangulated category has a semiorthogonal decomposition. As an application we construct stability conditions on the derived categories of ${\mathbb{Z}}_2$-equivariant sheaves associated with ramified double coverings of ${\mathbb{P}}^3$. Also, we study the stability space for the derived category of ${\mathbb{Z}}_2$-equivariant coherent sheaves on a smooth curve $X$, associated with a degree 2 map $X\to Y$, where $Y$ is another smooth curve. In the case when the genus of $Y$ is $\geq 1$ we give a complete description of the stability space.

preprint2004arXiv

Lorentz invariance and quantum gravity: an additional fine-tuning problem?

Trying to combine standard quantum field theories with gravity leads to a breakdown of the usual structure of space-time at around the Planck length, 1.6*10^{-35} m, with possible violations of Lorentz invariance. Calculations of preferred-frame effects in quantum gravity have further motivated high precision searches for Lorentz violation. Here, we explain that combining known elementary particle interactions with a Planck-scale preferred frame gives rise to Lorentz violation at the percent level, some 20 orders of magnitude higher than earlier estimates, unless the bare parameters of the theory are unnaturally strongly fine-tuned. Therefore an important task is not just the improvement of the precision of searches for violations of Lorentz invariance, but also the search for theoretical mechanisms for automatically preserving Lorentz invariance.