Skip to main content

Showing 1–50 of 64 results for author: Bell, J

Searching in archive cs. Search in all archives.
.
  1. arXiv:2406.00243  [pdf, ps, other

    math.CO cs.IT math.AG

    There are no good infinite families of toric codes

    Authors: Jason P. Bell, Sean Monahan, Matthew Satriano, Karen Situ, Zheng Xie

    Abstract: Soprunov and Soprunova introduced the notion of a good infinite family of toric codes. We prove that such good families do not exist by proving a more general Szemerédi-type result: for all $c\in(0,1]$ and all positive integers $N$, subsets of density at least $c$ in $\{0,1,\dots,N-1\}^n$ contain hypercubes of arbitrarily large dimension as $n$ grows.

    Submitted 31 May, 2024; originally announced June 2024.

    Comments: 10 pages. Comments welcome

    MSC Class: 14G50; 14M25; 11B30; 94B05

  2. arXiv:2405.07006  [pdf, other

    cs.CL

    Word-specific tonal realizations in Mandarin

    Authors: Yu-Ying Chuang, Melanie J. Bell, Yu-Hsiang Tseng, R. Harald Baayen

    Abstract: The pitch contours of Mandarin two-character words are generally understood as being shaped by the underlying tones of the constituent single-character words, in interaction with articulatory constraints imposed by factors such as speech rate, co-articulation with adjacent tones, segmental make-up, and predictability. This study shows that tonal realization is also partially determined by words' m… ▽ More

    Submitted 11 May, 2024; originally announced May 2024.

  3. arXiv:2405.04457  [pdf, other

    cs.CV cs.CY cs.HC

    Towards Geographic Inclusion in the Evaluation of Text-to-Image Models

    Authors: Melissa Hall, Samuel J. Bell, Candace Ross, Adina Williams, Michal Drozdzal, Adriana Romero Soriano

    Abstract: Rapid progress in text-to-image generative models coupled with their deployment for visual content creation has magnified the importance of thoroughly evaluating their performance and identifying potential biases. In pursuit of models that generate images that are realistic, diverse, visually appealing, and consistent with the given prompt, researchers and practitioners often turn to automated met… ▽ More

    Submitted 7 May, 2024; originally announced May 2024.

  4. arXiv:2404.09952  [pdf, other

    cs.SE

    LLMorpheus: Mutation Testing using Large Language Models

    Authors: Frank Tip, Jonathan Bell, Max Schäfer

    Abstract: In mutation testing, the quality of a test suite is evaluated by introducing faults into a program and determining whether the program's tests detect them. Most existing approaches for mutation testing involve the application of a fixed set of mutation operators, e.g., replacing a "+" with a "-" or removing a function's body. However, certain types of real-world bugs cannot easily be simulated by… ▽ More

    Submitted 15 April, 2024; originally announced April 2024.

  5. arXiv:2403.14814  [pdf

    cs.CL cs.AI cs.CY cs.HC cs.LG

    The opportunities and risks of large language models in mental health

    Authors: Hannah R. Lawrence, Renee A. Schneider, Susan B. Rubin, Maja J. Mataric, Daniel J. McDuff, Megan Jones Bell

    Abstract: Global rates of mental health concerns are rising and there is increasing realization that existing models of mental healthcare will not adequately expand to meet the demand. With the emergence of large language models (LLMs) has come great optimism regarding their promise to create novel, large-scale solutions to support mental health. Despite their nascence, LLMs have already been applied to men… ▽ More

    Submitted 26 March, 2024; v1 submitted 21 March, 2024; originally announced March 2024.

    Comments: 12 pages, 2 tables, 4 figures

  6. arXiv:2403.12179  [pdf, other

    cs.DC

    AMReX and pyAMReX: Looking Beyond ECP

    Authors: Andrew Myers, Weiqun Zhang, Ann Almgren, Thierry Antoun, John Bell, Axel Huebl, Alexander Sinn

    Abstract: AMReX is a software framework for the development of block-structured mesh applications with adaptive mesh refinement (AMR). AMReX was initially developed and supported by the AMReX Co-Design Center as part of the U.S. DOE Exascale Computing Project, and is continuing to grow post-ECP. In addition to adding new functionality and performance improvements to the core AMReX framework, we have also de… ▽ More

    Submitted 18 March, 2024; originally announced March 2024.

    Comments: 12 pages, 1 figure, submitted to the International Journal of High Performance Computing Applications

  7. arXiv:2402.09597  [pdf, ps, other

    math.CO cs.DM cs.FL math.NT

    Consecutive Power Occurrences in Sturmian Words

    Authors: Jason Bell, Chris Schulz, Jeffrey Shallit

    Abstract: We show that every Sturmian word has the property that the distance between consecutive ending positions of cubes occurring in the word is always bounded by $10$ and this bound is optimal, extending a result of Rampersad, who proved that the bound $9$ holds for the Fibonacci word. We then give a general result showing that for every $e \in [1,(5+\sqrt{5})/2)$ there is a natural number $N$, dependi… ▽ More

    Submitted 14 February, 2024; originally announced February 2024.

  8. arXiv:2401.15788  [pdf, ps, other

    cs.SE

    230,439 Test Failures Later: An Empirical Evaluation of Flaky Failure Classifiers

    Authors: Abdulrahman Alshammari, Paul Ammann, Michael Hilton, Jonathan Bell

    Abstract: Flaky tests are tests that can non-deterministically pass or fail, even in the absence of code changes.Despite being a source of false alarms, flaky tests often remain in test suites once they are detected, as they also may be relied upon to detect true failures. Hence, a key open problem in flaky test research is: How to quickly determine if a test failed due to flakiness, or if it detected a bug… ▽ More

    Submitted 28 January, 2024; originally announced January 2024.

  9. arXiv:2311.11162  [pdf, ps, other

    math.LO cs.FL

    Sparse regular subsets of the reals

    Authors: Jason Bell, Alexi Block Gorman

    Abstract: This paper concerns the expansion of the real ordered additive group by a predicate for a subset of $[0,1]$ whose base-$r$ representations are recognized by a Büchi automaton. In the case that this predicate is closed, a dichotomy is established for when this expansion is interdefinable with the structure $(\mathbb{R},<,+,0,r^{-\mathbb{N}})$ for some $r \in \mathbb{N}_{>1}$. In the case that the c… ▽ More

    Submitted 18 November, 2023; originally announced November 2023.

    Comments: 25 pages

    MSC Class: 03C64; 03D05; 28A80

  10. arXiv:2310.12132  [pdf, other

    cs.SE

    The Effects of Computational Resources on Flaky Tests

    Authors: Denini Silva, Martin Gruber, Satyajit Gokhale, Ellen Arteca, Alexi Turcotte, Marcelo d'Amorim, Wing Lam, Stefan Winter, Jonathan Bell

    Abstract: Flaky tests are tests that nondeterministically pass and fail in unchanged code. These tests can be detrimental to developers' productivity. Particularly when tests run in continuous integration environments, the tests may be competing for access to limited computational resources (CPUs, memory etc.), and we hypothesize that resource (in)availability may be a significant factor in the failure rate… ▽ More

    Submitted 18 October, 2023; originally announced October 2023.

    Comments: This work has been submitted to the IEEE for possible publication. Copyright may be transferred without notice, after which this version may no longer be accessible

  11. arXiv:2310.07682  [pdf

    cs.CV

    Prediction of MET Overexpression in Non-Small Cell Lung Adenocarcinomas from Hematoxylin and Eosin Images

    Authors: Kshitij Ingale, Sun Hae Hong, Josh S. K. Bell, Abbas Rizvi, Amy Welch, Lingdao Sha, Irvin Ho, Kunal Nagpal, Aicha BenTaieb, Rohan P Joshi, Martin C Stumpe

    Abstract: MET protein overexpression is a targetable event in non-small cell lung cancer (NSCLC) and is the subject of active drug development. Challenges in identifying patients for these therapies include lack of access to validated testing, such as standardized immunohistochemistry (IHC) assessment, and consumption of valuable tissue for a single gene/protein assay. Development of pre-screening algorithm… ▽ More

    Submitted 12 October, 2023; v1 submitted 11 October, 2023; originally announced October 2023.

  12. arXiv:2309.13684  [pdf, other

    cs.HC cs.SE

    "Always Nice and Confident, Sometimes wrong": Developer's Experiences Engaging Generative AI Chatbots Versus Human-Powered Q&A Platforms

    Authors: Jiachen Li, Elizabeth Mynatt, Varun Mishra, Jonathan Bell

    Abstract: Software engineers have historically relied on human-powered Q&A platforms, like Stack Overflow (SO), as coding aids. With the rise of generative AI, developers have adopted AI chatbots, such as ChatGPT, in their software development process. Recognizing the potential parallels between human-powered Q&A platforms and AI-powered question-based chatbots, we investigate and compare how developers int… ▽ More

    Submitted 24 September, 2023; originally announced September 2023.

  13. arXiv:2308.12545  [pdf, other

    cs.SE

    npm-follower: A Complete Dataset Tracking the NPM Ecosystem

    Authors: Donald Pinckney, Federico Cassano, Arjun Guha, Jonathan Bell

    Abstract: Software developers typically rely upon a large network of dependencies to build their applications. For instance, the NPM package repository contains over 3 million packages and serves tens of billions of downloads weekly. Understanding the structure and nature of packages, dependencies, and published code requires datasets that provide researchers with easy access to metadata and code of package… ▽ More

    Submitted 24 August, 2023; originally announced August 2023.

  14. Duality of Lattices Associated to Left and Right Quotients

    Authors: Jason Bell, Daniel Smertnig, Hellis Tamm

    Abstract: We associate lattices to the sets of unions and intersections of left and right quotients of a regular language. For both unions and intersections, we show that the lattices we produce using left and right quotients are dual to each other. We also give necessary and sufficient conditions for these lattices to have maximal possible complexity.

    Submitted 6 September, 2023; v1 submitted 4 June, 2023; originally announced June 2023.

    Comments: In Proceedings AFL 2023, arXiv:2309.01126

    Journal ref: EPTCS 386, 2023, pp. 35-50

  15. arXiv:2305.10867  [pdf, other

    cs.CR

    Amplification by Shuffling without Shuffling

    Authors: Borja Balle, James Bell, Adrià Gascón

    Abstract: Motivated by recent developments in the shuffle model of differential privacy, we propose a new approximate shuffling functionality called Alternating Shuffle, and provide a protocol implementing alternating shuffling in a single-server threat model where the adversary observes all communication. Unlike previous shuffling protocols in this threat model, the per-client communication of our protocol… ▽ More

    Submitted 7 September, 2023; v1 submitted 18 May, 2023; originally announced May 2023.

    Journal ref: CCS 2023

  16. arXiv:2304.09223  [pdf, ps, other

    cs.FL math.NT

    Quantitative estimates for the size of an intersection of sparse automatic sets

    Authors: Seda Albayrak, Jason Bell

    Abstract: A theorem of Cobham says that if $k$ and $\ell$ are two multiplicatively independent natural numbers then a subset of the natural numbers that is both $k$- and $\ell$-automatic is eventually periodic. A multidimensional extension was later given by Semenov. In this paper, we give a quantitative version of the Cobham-Semenov theorem for sparse automatic sets, showing that the intersection of a spar… ▽ More

    Submitted 18 April, 2023; originally announced April 2023.

    Comments: 14 pages

    MSC Class: 68Q45; 11B85

  17. arXiv:2304.00394  [pdf, other

    cs.SE

    A Large Scale Analysis of Semantic Versioning in NPM

    Authors: Donald Pinckney, Federico Cassano, Arjun Guha, Jonathan Bell

    Abstract: The NPM package repository contains over two million packages and serves tens of billions of downloads per-week. Nearly every single JavaScript application uses the NPM package manager to install packages from the NPM repository. NPM relies on a "semantic versioning" ('semver') scheme to maintain a healthy ecosystem, where bug-fixes are reliably delivered to downstream packages as quickly as possi… ▽ More

    Submitted 1 April, 2023; originally announced April 2023.

  18. arXiv:2212.12473  [pdf, ps, other

    math.NT cs.DM cs.FL math.CO

    Counterexamples to a Conjecture of Dombi in Additive Number Theory

    Authors: Jason P. Bell, Jeffrey Shallit

    Abstract: We disprove a 2002 conjecture of Dombi from additive number theory. More precisely, we find examples of sets $A \subset \mathbb{N}$ with the property that $\mathbb{N} \setminus A$ is infinite, but the sequence $n \rightarrow |\{ (a,b,c) \, : \, n=a+b+c \text{ and } a,b,c \in A \}|$, counting the number of $3$-compositions using elements of $A$ only, is strictly increasing.

    Submitted 28 December, 2022; v1 submitted 23 December, 2022; originally announced December 2022.

    Comments: additional author added; largely rewritten with different example

  19. Simplicity Bias Leads to Amplified Performance Disparities

    Authors: Samuel J. Bell, Levent Sagun

    Abstract: Which parts of a dataset will a given model find difficult? Recent work has shown that SGD-trained models have a bias towards simplicity, leading them to prioritize learning a majority class, or to rely upon harmful spurious correlations. Here, we show that the preference for "easy" runs far deeper: A model may prioritize any class or group of the dataset that it finds simple-at the expense of wha… ▽ More

    Submitted 8 June, 2023; v1 submitted 13 December, 2022; originally announced December 2022.

    Comments: In 2023 ACM Conference on Fairness, Accountability, and Transparency (FAccT '23). ACM

  20. arXiv:2212.00689  [pdf

    cs.CL

    CliMedBERT: A Pre-trained Language Model for Climate and Health-related Text

    Authors: B. Jalalzadeh Fard, S. A. Hasan, J. E. Bell

    Abstract: Climate change is threatening human health in unprecedented orders and many ways. These threats are expected to grow unless effective and evidence-based policies are developed and acted upon to minimize or eliminate them. Attaining such a task requires the highest degree of the flow of knowledge from science into policy. The multidisciplinary, location-specific, and vastness of published science m… ▽ More

    Submitted 1 December, 2022; originally announced December 2022.

    Comments: 5 pages, 1 figure. Presented at Tackling Climate Change with Machine Learning: workshop at NeurIPS 2022

    MSC Class: 68T50 ACM Class: I.2.7

  21. arXiv:2209.02260  [pdf, ps, other

    cs.FL math.CO

    Computing the linear hull: Deciding Deterministic? and Unambiguous? for weighted automata over fields

    Authors: Jason P. Bell, Daniel Smertnig

    Abstract: The (left) linear hull of a weighted automaton over a field is a topological invariant. If the automaton is minimal, the linear hull can be used to determine whether or not the automaton is equivalent to a deterministic one. Furthermore, the linear hull can also be used to determine whether the minimal automaton is equivalent to an unambiguous one. We show how to compute the linear hull, and thus… ▽ More

    Submitted 6 June, 2023; v1 submitted 6 September, 2022; originally announced September 2022.

    Comments: Completely restructured based on reviewer feedback

  22. arXiv:2206.05985  [pdf, other

    cs.LG stat.ME

    Modeling the Machine Learning Multiverse

    Authors: Samuel J. Bell, Onno P. Kampman, Jesse Dodge, Neil D. Lawrence

    Abstract: Amid mounting concern about the reliability and credibility of machine learning research, we present a principled framework for making robust and generalizable claims: the multiverse analysis. Our framework builds upon the multiverse analysis (Steegen et al., 2016) introduced in response to psychology's own reproducibility crisis. To efficiently explore high-dimensional and often continuous ML sea… ▽ More

    Submitted 12 October, 2022; v1 submitted 13 June, 2022; originally announced June 2022.

    Comments: To appear in Advances in Neural Information Processing Systems (NeurIPS) 2022

  23. arXiv:2205.13323  [pdf, other

    cs.LG

    The Effect of Task Ordering in Continual Learning

    Authors: Samuel J. Bell, Neil D. Lawrence

    Abstract: We investigate the effect of task ordering on continual learning performance. We conduct an extensive series of empirical experiments on synthetic and naturalistic datasets and show that reordering tasks significantly affects the amount of catastrophic forgetting. Connecting to the field of curriculum learning, we show that the effect of task ordering can be exploited to modify continual learning… ▽ More

    Submitted 26 May, 2022; originally announced May 2022.

  24. arXiv:2205.08716  [pdf, other

    cs.LG

    No More Pesky Hyperparameters: Offline Hyperparameter Tuning for RL

    Authors: Han Wang, Archit Sakhadeo, Adam White, James Bell, Vincent Liu, Xutong Zhao, Puer Liu, Tadashi Kozuno, Alona Fyshe, Martha White

    Abstract: The performance of reinforcement learning (RL) agents is sensitive to the choice of hyperparameters. In real-world settings like robotics or industrial control systems, however, testing different hyperparameter configurations directly on the environment can be financially prohibitive, dangerous, or time consuming. We propose a new approach to tune hyperparameters from offline logs of data, to full… ▽ More

    Submitted 18 May, 2022; originally announced May 2022.

  25. arXiv:2203.13737  [pdf, other

    cs.SE

    Flexible and Optimal Dependency Management via Max-SMT

    Authors: Donald Pinckney, Federico Cassano, Arjun Guha, Jon Bell, Massimiliano Culpo, Todd Gamblin

    Abstract: Package managers such as NPM have become essential for software development. The NPM repository hosts over 2 million packages and serves over 43 billion downloads every week. Unfortunately, the NPM dependency solver has several shortcomings. 1) NPM is greedy and often fails to install the newest versions of dependencies; 2) NPM's algorithm leads to duplicated dependencies and bloated code, which i… ▽ More

    Submitted 24 August, 2023; v1 submitted 25 March, 2022; originally announced March 2022.

  26. arXiv:2202.00643  [pdf, ps, other

    cs.FL

    Topological invariants for words of linear factor complexity

    Authors: Jason Bell

    Abstract: Given a finite alphabet $Σ$ and a right-infinite word $w$ over the alphabet $Σ$, we construct a topological space ${\rm Rec}(w)$ consisting of all right-infinite recurrent words whose factors are all factors of $w$, where we work up to an equivalence in which two words are equivalent if they have the exact same set of factors (finite contiguous subwords). We show that ${\rm Rec}(w)$ can be endowed… ▽ More

    Submitted 10 May, 2022; v1 submitted 1 February, 2022; originally announced February 2022.

    Comments: 14 pages

    MSC Class: 68R15; 68Q45; 11B85

  27. arXiv:2110.14728  [pdf, other

    eess.IV cs.CV

    Lung Cancer Lesion Detection in Histopathology Images Using Graph-Based Sparse PCA Network

    Authors: Sundaresh Ram, Wenfei Tang, Alexander J. Bell, Cara Spencer, Alexander Buschhaus, Charles R. Hatt, Marina Pasca diMagliano, Jeffrey J. Rodriguez, Stefanie Galban, Craig J. Galban

    Abstract: Early detection of lung cancer is critical for improvement of patient survival. To address the clinical need for efficacious treatments, genetically engineered mouse models (GEMM) have become integral in identifying and evaluating the molecular underpinnings of this complex disease that may be exploited as therapeutic targets. Assessment of GEMM tumor burden on histopathological sections performed… ▽ More

    Submitted 15 February, 2022; v1 submitted 27 October, 2021; originally announced October 2021.

    Comments: 10 pages, 9 figures, 3 tables

  28. arXiv:2110.10570  [pdf, other

    cs.LG

    Behavioral Experiments for Understanding Catastrophic Forgetting

    Authors: Samuel J. Bell, Neil D. Lawrence

    Abstract: In this paper we explore whether the fundamental tool of experimental psychology, the behavioral experiment, has the power to generate insight not only into humans and animals, but artificial systems too. We apply the techniques of experimental psychology to investigating catastrophic forgetting in neural networks. We present a series of controlled experiments with two-layer ReLU networks, and exp… ▽ More

    Submitted 13 December, 2022; v1 submitted 20 October, 2021; originally announced October 2021.

    Journal ref: Presented at the AI Evaluation Beyond Metrics (EBeM) Workshop at IJCAI, Vienna 2022

  29. arXiv:2110.07127  [pdf, other

    cs.RO eess.SY

    Monitoring the Mental State of Cooperativeness for Guiding an Elderly Person in Sit-to-Stand Assistance

    Authors: John Bell, H. Harry Asada

    Abstract: In providing physical assistance to elderly people, ensuring cooperative behavior from the elderly persons is a critical requirement. In sit-to-stand assistance, for example, an older adult must lean forward, so that the body mass can shift towards the feet before a caregiver starts lifting the body. An experienced caregiver guides the older adult through verbal communications and physical interac… ▽ More

    Submitted 13 October, 2021; originally announced October 2021.

    Comments: submitted to IEEE-RAS International Conference on Robotics and Automation (ICRA) 2022

  30. arXiv:2109.07461  [pdf, other

    cs.CR cs.AI

    MPC-Friendly Commitments for Publicly Verifiable Covert Security

    Authors: Nitin Agrawal, James Bell, Adrià Gascón, Matt J. Kusner

    Abstract: We address the problem of efficiently verifying a commitment in a two-party computation. This addresses the scenario where a party P1 commits to a value $x$ to be used in a subsequent secure computation with another party P2 that wants to receive assurance that P1 did not cheat, i.e. that $x$ was indeed the value inputted into the secure computation. Our constructions operate in the publicly verif… ▽ More

    Submitted 27 January, 2022; v1 submitted 15 September, 2021; originally announced September 2021.

    Comments: Appeared at ACM CCS 2021

    Journal ref: ACM CCS 2021

  31. arXiv:2108.05434  [pdf, ps, other

    cs.FL cs.DM

    Automatic Sequences of Rank Two

    Authors: Jason Bell, Jeffrey Shallit

    Abstract: Given a right-infinite word $\bf x$ over a finite alphabet $A$, the rank of $\bf x$ is the size of the smallest set $S$ of words over $A$ such that $\bf x$ can be realized as an infinite concatenation of words in $S$. We show that the property of having rank two is decidable for the class of $k$-automatic words for each integer $k\ge 2$.

    Submitted 11 August, 2021; originally announced August 2021.

  32. Swap-Free Fat-Water Separation in Dixon MRI using Conditional Generative Adversarial Networks

    Authors: Nicolas Basty, Marjola Thanaj, Madeleine Cule, Elena P. Sorokin, Yi Liu, Jimmy D. Bell, E. Louise Thomas, Brandon Whitcher

    Abstract: Dixon MRI is widely used for body composition studies. Current processing methods associated with large whole-body volumes are time intensive and prone to artifacts during fat-water separation performed on the scanner, making the data difficult to analyse. The most common artifact are fat-water swaps, where the labels are inverted at the voxel level. It is common for researchers to discard swapped… ▽ More

    Submitted 29 July, 2021; originally announced July 2021.

    Journal ref: Journal of Big Data 2023

  33. arXiv:2104.08878  [pdf, ps, other

    cs.LG cs.AI

    Perspectives on Machine Learning from Psychology's Reproducibility Crisis

    Authors: Samuel J. Bell, Onno P. Kampman

    Abstract: In the early 2010s, a crisis of reproducibility rocked the field of psychology. Following a period of reflection, the field has responded with radical reform of its scientific practices. More recently, similar questions about the reproducibility of machine learning research have also come to the fore. In this short paper, we present select ideas from psychology's reformation, translating them into… ▽ More

    Submitted 23 April, 2021; v1 submitted 18 April, 2021; originally announced April 2021.

    Comments: Added acknowledgements; assorted minor edits

  34. Integrating Novelty Detection Capabilities with MSL Mastcam Operations to Enhance Data Analysis

    Authors: Paul Horton, Hannah R. Kerner, Samantha Jacob, Ernest Cisneros, Kiri L. Wagstaff, James Bell

    Abstract: While innovations in scientific instrumentation have pushed the boundaries of Mars rover mission capabilities, the increase in data complexity has pressured Mars Science Laboratory (MSL) and future Mars rover operations staff to quickly analyze complex data sets to meet progressively shorter tactical and strategic planning timelines. MSLWEB is an internal data tracking tool used by operations staf… ▽ More

    Submitted 23 March, 2021; originally announced March 2021.

    Comments: 8 pages, 5 figure, accepted and presented at IEEE Aerospace Conference 2021

    ACM Class: J.2; I.2.1

  35. arXiv:2102.03821  [pdf, ps, other

    cs.FL cs.DM math.CO

    Lie complexity of words

    Authors: Jason P. Bell, Jeffrey Shallit

    Abstract: Given a finite alphabet $Σ$ and a right-infinite word $\bf w$ over $Σ$, we define the Lie complexity function $L_{\bf w}:\mathbb{N}\to \mathbb{N}$, whose value at $n$ is the number of conjugacy classes (under cyclic shift) of length-$n$ factors $x$ of $\bf w$ with the property that every element of the conjugacy class appears in $\bf w$. We show that the Lie complexity function is uniformly boun… ▽ More

    Submitted 7 February, 2021; originally announced February 2021.

    Comments: 13 pages

    MSC Class: 68R15; 11B85

  36. arXiv:2101.12149  [pdf, other

    physics.comp-ph cs.DC physics.acc-ph

    Porting WarpX to GPU-accelerated platforms

    Authors: A. Myers, A. Almgren, L. D. Amorim, J. Bell, L. Fedeli, L. Ge, K. Gott, D. P. Grote, M. Hogan, A. Huebl, R. Jambunathan, R. Lehe, C. Ng, M. Rowan, O. Shapoval, M. Thévenet, J. -L. Vay, H. Vincenti, E. Yang, N. Zaïm, W. Zhang, Y. Zhao, E. Zoni

    Abstract: WarpX is a general purpose electromagnetic particle-in-cell code that was originally designed to run on many-core CPU architectures. We describe the strategy followed to allow WarpX to use the GPU-accelerated nodes on OLCF's Summit supercomputer, a strategy we believe will extend to the upcoming machines Frontier and Aurora. We summarize the challenges encountered, lessons learned, and give curren… ▽ More

    Submitted 2 September, 2021; v1 submitted 28 January, 2021; originally announced January 2021.

    Comments: 11 pages, 5 figures, accepted by Parallel Computing. Minor revisions, results unchanged

    Journal ref: Parallel Computing, Volume 108, 2021, 102833

  37. arXiv:2009.12009  [pdf, other

    cs.MS cs.CE cs.DC

    AMReX: Block-Structured Adaptive Mesh Refinement for Multiphysics Applications

    Authors: Weiqun Zhang, Andrew Myers, Kevin Gott, Ann Almgren, John Bell

    Abstract: Block-structured adaptive mesh refinement (AMR) provides the basis for the temporal and spatial discretization strategy for a number of ECP applications in the areas of accelerator design, additive manufacturing, astrophysics, combustion, cosmology, multiphase flow, and wind plant modelling. AMReX is a software framework that provides a unified infrastructure with the functionality needed for thes… ▽ More

    Submitted 24 September, 2020; originally announced September 2020.

    Comments: 16 pages, 9 figures, submitted to IJHPCA

  38. arXiv:2008.05217  [pdf, other

    eess.IV cs.CV q-bio.QM

    Large-Scale Analysis of Iliopsoas Muscle Volumes in the UK Biobank

    Authors: Julie Fitzpatrick, Nicolas Basty, Madeleine Cule, Yi Liu, Jimmy D. Bell, E. Louise Thomas, Brandon Whitcher

    Abstract: Psoas muscle measurements are frequently used as markers of sarcopenia and predictors of health. Manually measured cross-sectional areas are most commonly used, but there is a lack of consistency regarding the position of the measurementand manual annotations are not practical for large population studies. We have developed a fully automated method to measure iliopsoas muscle volume (comprised of… ▽ More

    Submitted 14 August, 2020; v1 submitted 12 August, 2020; originally announced August 2020.

    Comments: Julie Fitzpatrick and Nicolas Basty are joint first authors

    Journal ref: Scientific Reports 10 (1), 1-10, 2020

  39. arXiv:2007.01251  [pdf, other

    eess.IV cs.CV q-bio.QM

    Image Processing and Quality Control for Abdominal Magnetic Resonance Imaging in the UK Biobank

    Authors: Nicolas Basty, Yi Liu, Madeleine Cule, E. Louise Thomas, Jimmy D. Bell, Brandon Whitcher

    Abstract: An end-to-end image analysis pipeline is presented for the abdominal MRI protocol used in the UK Biobank on the first 38,971 participants. Emphasis is on the processing steps necessary to ensure a high-level of data quality and consistency is produced in order to prepare the datasets for downstream quantitative analysis, such as segmentation and parameter estimation. Quality control procedures hav… ▽ More

    Submitted 16 July, 2020; v1 submitted 2 July, 2020; originally announced July 2020.

    Comments: Fixed 2 references

  40. Differentially Private Health Tokens for Estimating COVID-19 Risk

    Authors: David Butler, Chris Hicks, James Bell, Carsten Maple, Jon Crowcroft

    Abstract: In the fight against Covid-19, many governments and businesses are in the process of evaluating, trialling and even implementing so-called immunity passports. Also known as antibody or health certificates, there is a clear demand for any technology that could allow people to return to work and other crowded places without placing others at risk. One of the major criticisms of such systems is that… ▽ More

    Submitted 8 July, 2020; v1 submitted 25 June, 2020; originally announced June 2020.

  41. arXiv:2006.11729  [pdf, other

    cs.CV cs.RO

    Kiwifruit detection in challenging conditions

    Authors: Mahla Nejati, Nicky Penhall, Henry Williams, Jamie Bell, JongYoon Lim, Ho Seok Ahn, Bruce MacDonald

    Abstract: Accurate and reliable kiwifruit detection is one of the biggest challenges in develo** a selective fruit harvesting robot. The vision system of an orchard robot faces difficulties such as dynamic lighting conditions and fruit occlusions. This paper presents a semantic segmentation approach with two novel image prepossessing techniques designed to detect kiwifruit under the harsh lighting conditi… ▽ More

    Submitted 21 June, 2020; originally announced June 2020.

    Comments: Accepted to the Australasian conference on robotics and automation (ACRA 2019)

  42. arXiv:2006.04343  [pdf

    cs.CV cs.RO

    Deep Neural Network Based Real-time Kiwi Fruit Flower Detection in an Orchard Environment

    Authors: JongYoon Lim, Ho Seok Ahn, Mahla Nejati, Jamie Bell, Henry Williams, Bruce A. MacDonald

    Abstract: In this paper, we present a novel approach to kiwi fruit flower detection using Deep Neural Networks (DNNs) to build an accurate, fast, and robust autonomous pollination robot system. Recent work in deep neural networks has shown outstanding performance on object detection tasks in many areas. Inspired this, we aim for exploiting DNNs for kiwi fruit flower detection and present intensive experimen… ▽ More

    Submitted 7 June, 2020; originally announced June 2020.

    Comments: ACRA(Australian Robotics and Automation Association) 2019

  43. arXiv:2004.04059  [pdf, other

    cs.CR

    TraceSecure: Towards Privacy Preserving Contact Tracing

    Authors: James Bell, David Butler, Chris Hicks, Jon Crowcroft

    Abstract: Contact tracing is being widely employed to combat the spread of COVID-19. Many apps have been developed that allow for tracing to be done automatically based off location and interaction data generated by users. There are concerns, however, regarding the privacy and security of users data when using these apps. These concerns are paramount for users who contract the virus, as they are generally r… ▽ More

    Submitted 8 April, 2020; originally announced April 2020.

  44. arXiv:2002.07256  [pdf, ps, other

    cs.FL

    The upper density of an automatic set is rational

    Authors: Jason P. Bell

    Abstract: Given a natural number $k\ge 2$ and a $k$-automatic set $S$ of natural numbers, we show that the lower density and upper density of $S$ are recursively computable rational numbers and we provide an algorithm for computing these quantities. In addition, we show that for every natural number $k\ge 2$ and every pair of rational numbers $(α,β)$ with $0<α<β<1$ or with $(α,β)\in \{(0,0),(1,1)\}$ there i… ▽ More

    Submitted 12 April, 2021; v1 submitted 17 February, 2020; originally announced February 2020.

    Comments: 16 pages. This version corrects the proof of Lemma 3.1 in addition to making other changes

    MSC Class: 11B85; 68Q45

    Journal ref: Journal de Théorie des Nombres de Bordeaux Vol. 32, No. 2 (2020), 585--604

  45. Private Summation in the Multi-Message Shuffle Model

    Authors: Borja Balle, James Bell, Adria Gascon, Kobbi Nissim

    Abstract: The shuffle model of differential privacy (Erlingsson et al. SODA 2019; Cheu et al. EUROCRYPT 2019) and its close relative encode-shuffle-analyze (Bittau et al. SOSP 2017) provide a fertile middle ground between the well-known local and central models. Similarly to the local model, the shuffle model assumes an untrusted data collector who receives privatized messages from users, but in this case a… ▽ More

    Submitted 19 December, 2022; v1 submitted 3 February, 2020; originally announced February 2020.

    Comments: Published at CCS'20

  46. arXiv:1911.07227  [pdf, other

    stat.ML cs.LG stat.AP

    Iterative Construction of Gaussian Process Surrogate Models for Bayesian Inference

    Authors: Leen Alawieh, Jonathan Goodman, John B. Bell

    Abstract: A new algorithm is developed to tackle the issue of sampling non-Gaussian model parameter posterior probability distributions that arise from solutions to Bayesian inverse problems. The algorithm aims to mitigate some of the hurdles faced by traditional Markov Chain Monte Carlo (MCMC) samplers, through constructing proposal probability densities that are both, easy to sample and that provide a bet… ▽ More

    Submitted 17 November, 2019; originally announced November 2019.

  47. arXiv:1910.03861  [pdf, other

    stat.ML cs.CR cs.LG

    Private Protocols for U-Statistics in the Local Model and Beyond

    Authors: James Bell, Aurélien Bellet, Adrià Gascón, Tejas Kulkarni

    Abstract: In this paper, we study the problem of computing $U$-statistics of degree $2$, i.e., quantities that come in the form of averages over pairs of data points, in the local model of differential privacy (LDP). The class of $U$-statistics covers many statistical estimates of interest, including Gini mean difference, Kendall's tau coefficient and Area under the ROC Curve (AUC), as well as empirical ris… ▽ More

    Submitted 2 March, 2020; v1 submitted 9 October, 2019; originally announced October 2019.

    Comments: Accepted to AISTATS 2020

  48. arXiv:1909.11225  [pdf, ps, other

    cs.CR

    Improved Summation from Shuffling

    Authors: Borja Balle, James Bell, Adria Gascon, Kobbi Nissim

    Abstract: A protocol by Ishai et al.\ (FOCS 2006) showing how to implement distributed $n$-party summation from secure shuffling has regained relevance in the context of the recently proposed \emph{shuffle model} of differential privacy, as it allows to attain the accuracy levels of the curator model at a moderate communication cost. To achieve statistical security $2^{-σ}$, the protocol by Ishai et al.\ re… ▽ More

    Submitted 24 September, 2019; originally announced September 2019.

  49. arXiv:1906.09116  [pdf, ps, other

    cs.CR stat.ML

    Differentially Private Summation with Multi-Message Shuffling

    Authors: Borja Balle, James Bell, Adria Gascon, Kobbi Nissim

    Abstract: In recent work, Cheu et al. (Eurocrypt 2019) proposed a protocol for $n$-party real summation in the shuffle model of differential privacy with $O_{ε, δ}(1)$ error and $Θ(ε\sqrt{n})$ one-bit messages per party. In contrast, every local model protocol for real summation must incur error $Ω(1/\sqrt{n})$, and there exist protocols matching this lower bound which require just one bit of communication… ▽ More

    Submitted 21 August, 2019; v1 submitted 20 June, 2019; originally announced June 2019.

  50. arXiv:1904.03124  [pdf, other

    cs.CV

    Leaf segmentation through the classification of edges

    Authors: Jonathan Bell, Hannah M. Dee

    Abstract: We present an approach to leaf level segmentation of images of Arabidopsis thaliana plants based upon detected edges. We introduce a novel approach to edge classification, which forms an important part of a method to both count the leaves and establish the leaf area of a growing plant from images obtained in a high-throughput phenoty** system. Our technique uses a relatively shallow convolutiona… ▽ More

    Submitted 5 April, 2019; originally announced April 2019.