Skip to main content

Showing 1–50 of 387 results for author: Bender, M

.
  1. arXiv:2506.07578  [pdf, ps, other

    cs.LG cs.AI

    Denoising the Future: Top-p Distributions for Moving Through Time

    Authors: Florian Andreas Marwitz, Ralf Möller, Magnus Bender, Marcel Gehrke

    Abstract: Inference in dynamic probabilistic models is a complex task involving expensive operations. In particular, for Hidden Markov Models, the whole state space has to be enumerated for advancing in time. Even states with negligible probabilities are considered, resulting in computational inefficiency and increased noise due to the propagation of unlikely probability mass. We propose to denoise the futu… ▽ More

    Submitted 9 June, 2025; originally announced June 2025.

  2. arXiv:2504.17563  [pdf, other

    cs.DS

    The Case for External Graph Sketching

    Authors: Michael A. Bender, Martín Farach-Colton, Riko Jacob, Hanna Komlós, David Tench, Evan West

    Abstract: Algorithms in the data stream model use $O(polylog(N))$ space to compute some property of an input of size $N$, and many of these algorithms are implemented and used in practice. However, sketching algorithms in the graph semi-streaming model use $O(V polylog(V))$ space for a $V$-vertex graph, and the fact that implementations of these algorithms are not used in the academic literature or in indus… ▽ More

    Submitted 24 April, 2025; originally announced April 2025.

    Comments: Full version for paper to appear in ACDA proceedings

  3. arXiv:2503.21016  [pdf, other

    cs.DC cs.DS

    History-Independent Concurrent Hash Tables

    Authors: Hagit Attiya, Michael A. Bender, Martín Farach-Colton, Rotem Oshman, Noa Schiller

    Abstract: A history-independent data structure does not reveal the history of operations applied to it, only its current logical state, even if its internal state is examined. This paper studies history-independent concurrent dictionaries, in particular, hash tables, and establishes inherent bounds on their space requirements. This paper shows that there is a lock-free history-independent concurrent hash… ▽ More

    Submitted 26 March, 2025; originally announced March 2025.

  4. arXiv:2503.13628  [pdf, other

    cs.DS

    Optimal Non-Oblivious Open Addressing

    Authors: Michael A. Bender, William Kuszmaul, Renfei Zhou

    Abstract: A hash table is said to be open-addressed (or non-obliviously open-addressed) if it stores elements (and free slots) in an array with no additional metadata. Intuitively, open-addressed hash tables must incur a space-time tradeoff: The higher the load factor at which the hash table operates, the longer insertions/deletions/queries should take. In this paper, we show that no such tradeoff exists:… ▽ More

    Submitted 17 March, 2025; originally announced March 2025.

    Comments: 28 pages, 5 figures, in STOC 2025

  5. arXiv:2503.07841  [pdf, other

    nucl-ex nucl-th

    Fingerprints of triaxiality in the charge radii of neutron-rich Ruthenium

    Authors: Bernhard Maass, Wouter Ryssens, Michael Bender, Daniel P. Burdette, Jason Clark, Adam Dockery, Guilherme Grams, Max Horst, Phillip Imgram, Kristian König, Kei Minamisono, Patrick Müller, Peter Müller, Wilfried Nörtershäuser, Skyy V. Pineda, Simon Rausch, Laura Renth, Brooke Rickey, Daniel Santiago-Gonzalez, Guy Savard, Felix Sommer, Adrian A. Valverde

    Abstract: We present the first measurements with a new collinear laser spectroscopy setup at the Argonne Tandem Linac Accelerator System utilizing its unique capability to deliver neutron-rich refractory metal isotopes produced by the spontaneous fission of 252Cf. We measured isotope shifts from optical spectra for nine radioactive ruthenium isotopes 106-114Ru, reaching deep into the mid-shell region. The e… ▽ More

    Submitted 10 March, 2025; originally announced March 2025.

    Comments: 12 Pages, 8 Figures

  6. arXiv:2502.07048  [pdf, ps, other

    math.AC

    Solving bihomogeneous polynomial systems with a zero-dimensional projection

    Authors: Matías Bender, Laurent Busé, Carles Checa, Elias Tsigaridas

    Abstract: We study bihomogeneous systems defining, non-zero dimensional, biprojective varieties for which the projection onto the first group of variables results in a finite set of points. To compute (with) the 0-dimensional projection and the corresponding quotient ring, we introduce linear maps that greatly extend the classical multiplication maps for zero-dimensional systems, but are not those associate… ▽ More

    Submitted 10 February, 2025; originally announced February 2025.

  7. arXiv:2410.07518  [pdf, other

    cs.DC

    Exploring the Landscape of Distributed Graph Sketching

    Authors: David Tench, Evan T. West, Kenny Zhang, Michael Bender, Daniel DeLayo, Martin Farach-Colton, Gilvir Gill, Tyler Seip, Victor Zhang

    Abstract: Recent work has initiated the study of dense graph processing using graph sketching methods, which drastically reduce space costs by lossily compressing information about the input graph. In this paper, we explore the strange and surprising performance landscape of sketching algorithms. We highlight both their surprising advantages for processing dense graphs that were previously prohibitively exp… ▽ More

    Submitted 15 November, 2024; v1 submitted 9 October, 2024; originally announced October 2024.

  8. arXiv:2409.15094  [pdf, ps, other

    cs.DS

    Dynamic Pricing Algorithms for Online Set Cover

    Authors: Max Bender, Aum Desai, Jialin He, Oliver Thompson, Pramithas Upreti

    Abstract: We consider dynamic pricing algorithms as applied to the online set cover problem. In the dynamic pricing framework, we assume the standard client server model with the additional constraint that the server can only place prices over the resources they maintain, rather than authoritatively assign them. In response, incoming clients choose the resource which minimizes their disutility when taking i… ▽ More

    Submitted 23 September, 2024; originally announced September 2024.

  9. Discovery of a new long-lived isomer in $^{114}$Rh via Penning-trap mass spectrometry

    Authors: M. Stryjczyk, A. Jaries, W. Ryssens, M. Bender, A. Kankainen, T. Eronen, Z. Ge, I. D. Moore, M. Mougeot, A. Raggio, J. Ruotsalainen

    Abstract: We report on mass measurements of three long-lived states in $^{114}$Rh performed with the JYFLTRAP Penning-trap mass spectrometer: the ground state and two isomers with estimated half-lives of about one second. The used Phase-Imaging Ion-Cyclotron-Resonance technique allowed for the discovery of a so far unknown second long-lived isomer. All three states were produced directly in proton-induced f… ▽ More

    Submitted 20 December, 2024; v1 submitted 23 September, 2024; originally announced September 2024.

    Comments: 12 pages, 4 figures

    Journal ref: Physics Letters B 862, 139359 (2025)

  10. arXiv:2409.11280  [pdf, ps, other

    cs.DS

    Tight Bounds for Classical Open Addressing

    Authors: Michael A. Bender, William Kuszmaul, Renfei Zhou

    Abstract: We introduce a classical open-addressed hash table, called rainbow hashing, that supports a load factor of up to $1 - \varepsilon$, while also supporting $O(1)$ expected-time queries, and $O(\log \log \varepsilon^{-1})$ expected-time insertions and deletions. We further prove that this tradeoff curve is optimal: any classical open-addressed hash table that supports load factor $1 - \varepsilon$ mu… ▽ More

    Submitted 17 September, 2024; originally announced September 2024.

    Comments: 40 pages, 3 figures, in FOCS 2024

  11. arXiv:2407.13536  [pdf, other

    math.AC

    Bigraded Castelnuovo-Mumford regularity and Gröbner bases

    Authors: Matías Bender, Laurent Busé, Carles Checa, Elias Tsigaridas

    Abstract: We study the relation between the bigraded Castelnuovo-Mumford regularity of a bihomogeneous ideal $I$ in the coordinate ring of the product of two projective spaces and the bidegrees of a Gröbner basis of $I$ with respect to the degree reverse lexicographical monomial order in generic coordinates. For the single-graded case, Bayer and Stillman unraveled all aspects of this relationship forty year… ▽ More

    Submitted 20 May, 2025; v1 submitted 18 July, 2024; originally announced July 2024.

    Comments: Revised version: we restrict to the bigraded case. More details in Section 6 and several additional remarks

  12. arXiv:2405.15786  [pdf, other

    cs.IR cs.AI

    Enhancement of Subjective Content Descriptions by using Human Feedback

    Authors: Magnus Bender, Tanya Braun, Ralf Möller, Marcel Gehrke

    Abstract: An agent providing an information retrieval service may work with a corpus of text documents. The documents in the corpus may contain annotations such as Subjective Content Descriptions (SCD) -- additional data associated with different sentences of the documents. Each SCD is associated with multiple sentences of the corpus and has relations among each other. The agent uses the SCDs to create its… ▽ More

    Submitted 30 April, 2024; originally announced May 2024.

  13. arXiv:2405.10253  [pdf, other

    cs.DS

    Adaptive Quotient Filters

    Authors: Richard Wen, Hunter McCoy, David Tench, Guido Tagliavini, Michael A. Bender, Alex Conway, Martin Farach-Colton, Rob Johnson, Prashant Pandey

    Abstract: Adaptive filters, such as telescoping and adaptive cuckoo filters, update their representation upon detecting a false positive to avoid repeating the same error in the future. Adaptive filters require an auxiliary structure, typically much larger than the main filter and often residing on slow storage, to facilitate adaptation. However, existing adaptive filters are not practical and have seen no… ▽ More

    Submitted 16 May, 2024; originally announced May 2024.

  14. arXiv:2405.00807  [pdf, ps, other

    cs.DS

    Nearly Optimal List Labeling

    Authors: Michael A. Bender, Alex Conway, Martín Farach-Colton, Hanna Komlós, Michal Koucký, William Kuszmaul, Michael Saks

    Abstract: The list-labeling problem captures the basic task of storing a dynamically changing set of up to $n$ elements in sorted order in an array of size $m = (1 + Θ(1))n$. The goal is to support insertions and deletions while moving around elements within the array as little as possible. Until recently, the best known upper bound stood at $O(\log^2 n)$ amortized cost. This bound, which was first establ… ▽ More

    Submitted 1 May, 2024; originally announced May 2024.

    Comments: 39 pages

  15. arXiv:2404.16623  [pdf, other

    cs.DS

    Layered List Labeling

    Authors: Michael A. Bender, Alex Conway, Martin Farach-Colton, Hanna Komlos, William Kuszmaul

    Abstract: The list-labeling problem is one of the most basic and well-studied algorithmic primitives in data structures, with an extensive literature spanning upper bounds, lower bounds, and data management applications. The classical algorithm for this problem, dating back to 1981, has amortized cost $O(\log^2 n)$. Subsequent work has led to improvements in three directions: \emph{low-latency} (worst-case)… ▽ More

    Submitted 25 April, 2024; originally announced April 2024.

    Comments: PODS 2024, 19 pages, 4 figures

  16. From "AI" to Probabilistic Automation: How Does Anthropomorphization of Technical Systems Descriptions Influence Trust?

    Authors: Nanna Inie, Stefania Druga, Peter Zukerman, Emily M. Bender

    Abstract: This paper investigates the influence of anthropomorphized descriptions of so-called "AI" (artificial intelligence) systems on people's self-assessment of trust in the system. Building on prior work, we define four categories of anthropomorphization (1. Properties of a cognizer, 2. Agency, 3. Biological metaphors, and 4. Properties of a communicator). We use a survey-based approach (n=954) to inve… ▽ More

    Submitted 8 April, 2024; originally announced April 2024.

    Comments: Accepted to FAccT 2024. arXiv admin note: text overlap with arXiv:2403.05957

    Journal ref: FAccT 2024

  17. arXiv:2404.00743  [pdf, other

    quant-ph

    Complex phases in quantum mechanics

    Authors: Carl M. Bender, Daniel W. Hook

    Abstract: Hamilton's equations of motion are local differential equations and boundary conditions are required to determine the solution uniquely. Depending on the choice of boundary conditions, a Hamiltonian may thereby describe several different physically observable phases, each exhibiting its own characteristic global symmetry.

    Submitted 31 March, 2024; originally announced April 2024.

    Comments: 7 pages, 9 figures

  18. History-Independent Concurrent Objects

    Authors: Hagit Attiya, Michael A. Bender, Martin Farach-Colton, Rotem Oshman, Noa Schiller

    Abstract: A data structure is called history independent if its internal memory representation does not reveal the history of operations applied to it, only its current state. In this paper we study history independence for concurrent data structures, and establish foundational possibility and impossibility results. We show that a large class of concurrent objects cannot be implemented from smaller base obj… ▽ More

    Submitted 21 March, 2024; originally announced March 2024.

    Journal ref: Proceedings of the 43rd ACM Symposium on Principles of Distributed Computing (PODC 2024). 14-24

  19. Precision mass measurements in the zirconium region pin down the mass surface across the neutron midshell at $N=66$

    Authors: M. Hukkanen, W. Ryssens, P. Ascher, M. Bender, T. Eronen, S. Grévy, A. Kankainen, M. Stryjczyk, O. Beliuskina, Z. Ge, S. Geldhof, M. Gerbaux, W. Gins, A. Husson, D. A. Nesterenko, A. Raggio, M. Reponen, S. Rinta-Antila, J. Romero, A. de Roubin, V. Virtanen, A. Zadvornaya

    Abstract: Precision mass measurements of $^{104}$Y, $^{106}$Zr, $^{104,104m,109}$Nb, and $^{111,112}$Mo have been performed with the JYFLTRAP double Penning trap mass spectrometer at the Ion Guide Isotope Separator On-Line facility. The order of the long-lived states in $^{104}$Nb was unambiguously established. The trend in two-neutron separation energies around the $N=66$ neutron midshell appeared to be st… ▽ More

    Submitted 10 July, 2024; v1 submitted 19 February, 2024; originally announced February 2024.

    Comments: 10 pages, 4 figures

    Journal ref: Physics Letters B 856, 138916 (2024)

  20. arXiv:2401.08858  [pdf, ps, other

    cs.OS

    File System Aging

    Authors: Alex Conway, Ainesh Bakshi, Arghya Bhattacharya, Rory Bennett, Yizheng Jiao, Eric Knorr, Yang Zhan, Michael A. Bender, William Jannen, Rob Johnson, Bradley C. Kuszmaul, Donald E. Porter, Jun Yuan, Martin Farach-Colton

    Abstract: File systems must allocate space for files without knowing what will be added or removed in the future. Over the life of a file system, this may cause suboptimal file placement decisions that eventually lead to slower performance, or aging. Conventional wisdom suggests that file system aging is a solved problem in the common case; heuristics to avoid aging, such as colocating related files and dat… ▽ More

    Submitted 16 January, 2024; originally announced January 2024.

    Comments: 36 pages, 12 figures. Article is an extension of Conway et al. FAST 17. (see https://www.usenix.org/conference/fast17/technical-sessions/presentation/conway) and Conway et al. HotStorage 19. (see https://www.usenix.org/conference/hotstorage19/presentation/conway)

    ACM Class: H.3.2; D.4.3; D.4.2; D.4.8; E.1; E.5; H.3.4

  21. arXiv:2312.17386  [pdf, other

    quant-ph hep-th math-ph

    PT-symmetric quantum mechanics

    Authors: Carl M. Bender, Daniel W. Hook

    Abstract: It is generally assumed that a Hamiltonian for a physically acceptable quantum system (one that has a positive-definite spectrum and obeys the requirement of unitarity) must be Hermitian. However, a PT-symmetric Hamiltonian can also define a physically acceptable quantum-mechanical system even if the Hamiltonian is not Hermitian. The study of PT-symmetric quantum systems is a young and extremely a… ▽ More

    Submitted 28 December, 2023; originally announced December 2023.

    Comments: 58 pages, 35 figures, submitted to Reviews of Modern Physics

  22. arXiv:2312.03759  [pdf, ps, other

    cs.CL cs.AI cs.CY cs.DL

    How should the advent of large language models affect the practice of science?

    Authors: Marcel Binz, Stephan Alaniz, Adina Roskies, Balazs Aczel, Carl T. Bergstrom, Colin Allen, Daniel Schad, Dirk Wulff, Jevin D. West, Qiong Zhang, Richard M. Shiffrin, Samuel J. Gershman, Ven Popov, Emily M. Bender, Marco Marelli, Matthew M. Botvinick, Zeynep Akata, Eric Schulz

    Abstract: Large language models (LLMs) are being increasingly incorporated into scientific workflows. However, we have yet to fully grasp the implications of this integration. How should the advent of large language models affect the practice of science? For this opinion piece, we have invited four diverse groups of scientists to reflect on this query, sharing their perspectives and engaging in debate. Schu… ▽ More

    Submitted 5 December, 2023; originally announced December 2023.

  23. Impact of choices for center-of-mass correction energy on the surface energy of Skyrme energy density functionals

    Authors: Philippe Da Costa, Karim Bennaceur, Jacques Meyer, Wouter Ryssens, Michael Bender

    Abstract: In the framework of nuclear energy density functional (EDF) methods, many nuclear phenomena can be related to the deformation of intrinsic states. Their accurate modeling relies on the correct description of the change of nuclear binding energy with deformation. The two most important contributions to the deformation energy have their origin in shell effects and the surface energy coefficient of n… ▽ More

    Submitted 22 March, 2024; v1 submitted 8 October, 2023; originally announced October 2023.

    Comments: 37 pages, incorporates the modifications made for the published version. Note that the title of the paper has changed

    Journal ref: Phys. Rev. C 109, 034316 (2024)

  24. arXiv:2307.01008  [pdf, other

    math-ph hep-th quant-ph

    Dyson-Schwinger equations in zero dimensions and polynomial approximations

    Authors: Carl M. Bender, Christos Karapoulitidis, S. P. Klevansky

    Abstract: The Dyson-Schwinger (DS) equations for a quantum field theory in $D$-dimensional space-time are an infinite sequence of coupled integro-differential equations that are satisfied exactly by the Green's functions of the field theory. This sequence of equations is underdetermined because if the infinite sequence of DS equations is truncated to a finite sequence, there are always more Green's function… ▽ More

    Submitted 3 July, 2023; originally announced July 2023.

    Comments: 18 pages, 19 figures

    Journal ref: Physical Review D 108, 056002 (2023)

  25. Binding energies of ground and isomeric states in neutron-rich ruthenium isotopes: measurements at JYFLTRAP and comparison to theory

    Authors: M. Hukkanen, W. Ryssens, P. Ascher, M. Bender, T. Eronen, S. Grévy, A. Kankainen, M. Stryjczyk, L. Al Ayoubi, S. Ayet, O. Beliuskina, C. Delafosse, Z. Ge, M. Gerbaux, W. Gins, A. Husson, A. Jaries, S. Kujanpää, M. Mougeot, D. A. Nesterenko, S. Nikas, H. Penttilä, I. Pohjalainen, A. Raggio, M. Reponen , et al. (5 additional authors not shown)

    Abstract: We report on precision mass measurements of $^{113,115,117}$Ru performed with the JYFLTRAP double Penning trap mass spectrometer at the Accelerator Laboratory of University of Jyväskylä. The phase-imaging ion-cyclotron-resonance technique was used to resolve the ground and isomeric states in $^{113,115}$Ru and enabled for the first time a measurement of the isomer excitation energies,… ▽ More

    Submitted 9 October, 2023; v1 submitted 7 June, 2023; originally announced June 2023.

    Comments: 12 pages, 9 figures, submitted to Physical Review C

    Journal ref: Physical Review C 108, 064315 (2023)

  26. arXiv:2305.07439  [pdf, ps, other

    cs.SC math.AG

    Dimension Results for Extremal-Generic Polynomial Systems over Complete Toric Varieties

    Authors: Matías Bender, Pierre-Jean Spaenlehauer

    Abstract: We study polynomial systems with prescribed monomial supports in the Cox rings of toric varieties built from complete polyhedral fans. We present combinatorial formulas for the dimensions of their associated subvarieties under genericity assumptions on the coefficients of the polynomials. Using these formulas, we identify at which degrees generic systems in polytopal algebras form regular sequence… ▽ More

    Submitted 20 February, 2024; v1 submitted 12 May, 2023; originally announced May 2023.

    Comments: Accepted for publication in Journal of Algebra

  27. arXiv:2304.11629  [pdf, ps, other

    hep-th

    New classes of solutions for Euclidean scalar field theories

    Authors: Carl M. Bender, Sarben Sarkar

    Abstract: This paper presents new classes of exact radial solutions to the nonlinear ordinary differential equation that arises as a saddle-point condition for a Euclidean scalar field theory in $D$-dimensional spacetime. These solutions are found by exploiting the dimensional consistency of the radial differential equation for a single {\it massless} scalar field, which allows one to transform to an autono… ▽ More

    Submitted 10 December, 2023; v1 submitted 23 April, 2023; originally announced April 2023.

  28. arXiv:2304.04954  [pdf, ps, other

    cs.DS

    An Associativity Threshold Phenomenon in Set-Associative Caches

    Authors: Michael A. Bender, Rathish Das, Martín Farach-Colton, Guido Tagliavini

    Abstract: In an $α$-way set-associative cache, the cache is partitioned into disjoint sets of size $α$, and each item can only be cached in one set, typically selected via a hash function. Set-associative caches are widely used and have many benefits, e.g., in terms of latency or concurrency, over fully associative caches, but they often incur more cache misses. As the set size $α$ decreases, the benefits i… ▽ More

    Submitted 10 April, 2023; originally announced April 2023.

  29. arXiv:2302.07751  [pdf, ps, other

    cs.DC

    Fully Energy-Efficient Randomized Backoff: Slow Feedback Loops Yield Fast Contention Resolution

    Authors: Michael A. Bender, Jeremy T. Fineman, Seth Gilbert, John Kuszmaul, Maxwell Young

    Abstract: Contention resolution addresses the problem of coordinating access to a shared channel. Time proceeds in slots, and a packet transmission can be made in any slot. A packet is successfully sent if no other packet is also transmitted during that slot. If two or more packets are sent in the same slot, then none of these transmissions succeed. Listening during a slot gives ternary feedback, indicating… ▽ More

    Submitted 12 June, 2025; v1 submitted 15 February, 2023; originally announced February 2023.

  30. Skyrme-Hartree-Fock-Bogoliubov mass models on a 3D mesh. IIb. Fission properties of BSkG2

    Authors: Wouter Ryssens, Guillaume Scamps, Stephane Goriely, Michael Bender

    Abstract: Large-scale models of nuclear structure are currently the only way to provide consistent datasets for the many properties of thousands of exotic nuclei that are required by nucleosynthesis simulations. In [W.Ryssens et al., Eur. Phys. J. A 58, 246 (2022)], we recently presented the new BSkG2 model based on an energy density functional of the Skyrme type. Relying on a flexible three-dimensional coo… ▽ More

    Submitted 8 May, 2023; v1 submitted 6 February, 2023; originally announced February 2023.

    Comments: Version accepted for publication; 25 pages, 11 figures, 3 tables

    Report number: NT@UW-23-01

    Journal ref: The European Physical Journal A 59, 96 (2023)

  31. The shape of gold

    Authors: Benjamin Bally, Giuliano Giacalone, Michael Bender

    Abstract: Having a detailed theoretical knowledge of the low-energy structure of the heavy odd-mass nucleus $^{197}$Au is of prime interest as the structure of this isotope represents an important input to theoretical simulations of collider experiments involving gold ions performed worldwide at relativistic energies. In the present article, therefore, we report on new results on the structure of $^{197}$Au… ▽ More

    Submitted 6 January, 2023; originally announced January 2023.

    Comments: 16 pages, 6 figures

  32. arXiv:2211.13026  [pdf, other

    math-ph hep-th quant-ph

    Underdetermined Dyson-Schwinger equations

    Authors: Carl M. Bender, Christos Karapoulitidis, S. P. Klevansky

    Abstract: This paper examines the effectiveness of the Dyson-Schwinger (DS) equations as a calculational tool in quantum field theory. The DS equations are an infinite sequence of coupled equations that are satisfied exactly by the connected Green's functions $G_n$ of the field theory. These equations link lower to higher Green's functions and, if they are truncated, the resulting finite system of equations… ▽ More

    Submitted 3 February, 2023; v1 submitted 23 November, 2022; originally announced November 2022.

    Comments: 5 pages plus 6 figures main text and 4 pages with 3 figures of supplementary material

  33. arXiv:2211.03667  [pdf, other

    nucl-th

    The mass of odd-odd nuclei in microscopic mass models

    Authors: W. Ryssens, G. Scamps, G. Grams, I. Kullmann, M. Bender, S. Goriely

    Abstract: Accurate estimates of the binding energy of nuclei far from stability that cannot be produced in the laboratory are crucial to our understanding of nuclear processes in astrophysical scenarios. Models based on energy density functionals have shown that they are capable of reproducing all known masses with root-mean-square error better than 800 keV, while retaining a firm microscopic foundation. Ho… ▽ More

    Submitted 7 November, 2022; originally announced November 2022.

    Comments: 6 pages, 2 figures; Contribution to the proceedings of INPC 2022, Cape Town, South Africa

  34. Odd-odd neutron-rich rhodium isotopes studied with the double Penning trap JYFLTRAP

    Authors: M. Hukkanen, W. Ryssens, P. Ascher, M. Bender, T. Eronen, S. Grévy, A. Kankainen, M. Stryjczyk, L. Al Ayoubi, S. Ayet, O. Beliuskina, C. Delafosse, W. Gins, M. Gerbaux, A. Husson, A. Jokinen, D. A. Nesterenko, I. Pohjalainen, M. Reponen, S. Rinta-Antila, A. de Roubin, A. P. Weaver

    Abstract: Precision mass measurements of neutron-rich rhodium isotopes have been performed at the JYFLTRAP Penning trap mass spectrometer at the Ion Guide Isotope Separator On-Line (IGISOL) facility. We report results on ground- and isomeric-state masses in $^{110,112,114,116,118}$Rh and the very first mass measurement of $^{120}$Rh. The isomeric states were separated and measured for the first time using t… ▽ More

    Submitted 29 November, 2022; v1 submitted 19 October, 2022; originally announced October 2022.

    Comments: Submitted to Phys. Rev. C, revised version

  35. arXiv:2210.04068  [pdf, other

    cs.DS cs.DB

    IcebergHT: High Performance PMEM Hash Tables Through Stability and Low Associativity

    Authors: Prashant Pandey, Michael A. Bender, Alex Conway, Martín Farach-Colton, William Kuszmaul, Guido Tagliavini, Rob Johnson

    Abstract: Modern hash table designs strive to minimize space while maximizing speed. The most important factor in speed is the number of cache lines accessed during updates and queries. This is especially important on PMEM, which is slower than DRAM and in which writes are more expensive than reads. This paper proposes two stronger design objectives: stability and low-associativity. A stable hash table do… ▽ More

    Submitted 11 October, 2022; v1 submitted 8 October, 2022; originally announced October 2022.

  36. arXiv:2209.07897  [pdf, other

    hep-th hep-ph quant-ph

    $\mathcal{P}\mathcal{T}$-symmetric $-g\varphi^4$ theory

    Authors: Wen-Yuan Ai, Carl M. Bender, Sarben Sarkar

    Abstract: The scalar field theory with potential $V(\varphi)=\textstyle{\frac{1}{2}} m^2\varphi^2-\textstyle{\frac{1}{4}} g\varphi^4$ ($g>0$) is ill defined as a Hermitian theory but in a non-Hermitian $\mathcal{P}\mathcal{T}$-symmetric framework it is well defined, and it has a positive real energy spectrum for the case of spacetime dimension $D=1$. While the methods used in the literature do not easily ge… ▽ More

    Submitted 5 January, 2023; v1 submitted 16 September, 2022; originally announced September 2022.

    Comments: 7 pages, 2 figures, revtex format; v2: minor typos corrected, refs added; v3: published version; v4: two typos corrected

    Report number: KCL-PH-TH-2022-25

    Journal ref: Phys. Rev. D 106, 125016 (2022)

  37. arXiv:2209.05426  [pdf, other

    quant-ph math-ph physics.atom-ph

    Experimentally-realizable $\mathcal{PT}$ phase transitions in reflectionless quantum scattering

    Authors: Micheline B. Soley, Carl M. Bender, A. Douglas Stone

    Abstract: A class of above-barrier quantum-scattering problems is shown to provide an experimentally-accessible platform for studying $\mathcal{PT}$-symmetric Schrödinger equations that exhibit spontaneous $\mathcal{PT}$ symmetry breaking despite having purely real potentials. These potentials are one-dimensional, inverted, and unstable and have the form $V(x) = - \lvert x\rvert^p$ ($p>0$), terminated at a… ▽ More

    Submitted 12 September, 2022; originally announced September 2022.

  38. Skyrme-Hartree-Fock-Bogoliubov mass models on a 3D mesh: II. Time-reversal symmetry breaking

    Authors: Wouter Ryssens, Guillaume Scamps, S. Goriely, Michael Bender

    Abstract: Models based on nuclear energy density functionals can provide access to a multitude of observables for thousands of nuclei in a single framework with microscopic foundations. Such models can rival the accuracy of more phenomenological approaches, but doing so requires adjusting parameters to thousands of nuclear masses. To keep such large-scale fits feasible, several symmetry restrictions are gen… ▽ More

    Submitted 12 August, 2022; originally announced August 2022.

    Comments: 30 pages, 15 figures

    Report number: NT@UW-22-08

  39. arXiv:2207.13704  [pdf, other

    astro-ph.IM astro-ph.SR

    The Eclipse Megamovie Project (2017)

    Authors: Hugh S. Hudson, Laura Peticolas, Calvin Johnson, Vivian White, Mark Bender, Jay M. Pasachoff, Juan Carlos Martínez Oliveros, Braxton Collier, Alexei V. Filippenko, Noelle Filippenko, Andrew Fraknoi, Juan Camilo Guevara Gómez, Justin Koh, David Konerding, Larisza Krista, Brian Kruse, Scott McIntosh, Brian Mendez, Igor Ruderman, Darlene Yan, Dan Zevin

    Abstract: The total solar eclipse of August 21, 2017, crossed the whole width of North America, the first occasion for this during the modern age of consumer electronics. Accordingly, it became a great opportunity to engage the public and to enlist volunteer observers with relatively high-level equipment; our program ("Eclipse Megamovie") took advantage of this as a means of creating a first-ever public dat… ▽ More

    Submitted 30 July, 2022; v1 submitted 27 July, 2022; originally announced July 2022.

    Journal ref: Journal of Astronomical History and Heritage (ISSN 1440-2807), Vol. 24, No. 4, p. 1080-1089, 2021

  40. Structure of $^{128,129,130}$Xe through multi-reference energy density functional calculations

    Authors: Benjamin Bally, Giuliano Giacalone, Michael Bender

    Abstract: Recently, values for the Kumar quadrupole deformation parameters of the nucleus $^{130}$Xe have been computed from the results of a Coulomb excitation experiment, indicating that this xenon isotope has a prominent triaxial ground state. Within a different context, it was recently argued that the analysis of particle correlations in the final states of ultra-relativistic heavy-ion collisions perfor… ▽ More

    Submitted 27 July, 2022; originally announced July 2022.

    Comments: 26 pages, 17 figures

    Journal ref: Eur. Phys. J. A 58, 187 (2022)

  41. Contention Resolution for Coded Radio Networks

    Authors: Michael A. Bender, Seth Gilbert, Fabian Kuhn, John Kuszmaul, Muriel Médard

    Abstract: Randomized backoff protocols, such as exponential backoff, are a powerful tool for managing access to a shared resource, often a wireless communication channel (e.g., [1]). For a wireless device to transmit successfully, it uses a backoff protocol to ensure exclusive access to the channel. Modern radios, however, do not need exclusive access to the channel to communicate; in particular, they have… ▽ More

    Submitted 24 July, 2022; originally announced July 2022.

    Comments: 12 pages

    ACM Class: F.2.2

    Journal ref: In Proceedings of the 34th ACM Symposium on Parallelism in Algorithms and Architectures, pp. 119-130. 2022

  42. Solving sparse polynomial systems using Groebner bases and resultants

    Authors: Matías R. Bender

    Abstract: Solving systems of polynomial equations is a central problem in nonlinear and computational algebra. Since Buchberger's algorithm for computing Gröbner bases in the 60s, there has been a lot of progress in this domain. Moreover, these equations have been employed to model and solve problems from diverse disciplines such as biology, cryptography, and robotics. Currently, we have a good understandin… ▽ More

    Submitted 19 May, 2022; originally announced May 2022.

  43. arXiv:2203.14927  [pdf, other

    cs.DS

    GraphZeppelin: Storage-Friendly Sketching for Connected Components on Dynamic Graph Streams

    Authors: David Tench, Evan West, Victor Zhang, Michael A. Bender, Abiyaz Chowdhury, J. Ahmed Dellas, Martin Farach-Colton, Tyler Seip, Kenny Zhang

    Abstract: Finding the connected components of a graph is a fundamental problem with uses throughout computer science and engineering. The task of computing connected components becomes more difficult when graphs are very large, or when they are dynamic, meaning the edge set changes over time subject to a stream of edge insertions and deletions. A natural approach to computing the connected components on a l… ▽ More

    Submitted 28 March, 2022; originally announced March 2022.

    Comments: 15 pages, 16 figures, SIGMOD 2022

  44. arXiv:2203.02763  [pdf, ps, other

    cs.DS

    Online List Labeling: Breaking the $\log^2n$ Barrier

    Authors: Michael A. Bender, Alex Conway, Martín Farach-Colton, Hanna Komlós, William Kuszmaul, Nicole Wein

    Abstract: The online list labeling problem is an algorithmic primitive with a large literature of upper bounds, lower bounds, and applications. The goal is to store a dynamically-changing set of $n$ items in an array of $m$ slots, while maintaining the invariant that the items appear in sorted order, and while minimizing the relabeling cost, defined to be the number of items that are moved per insertion/del… ▽ More

    Submitted 12 September, 2022; v1 submitted 5 March, 2022; originally announced March 2022.

    Comments: Full version for FOCS 2022 camera ready

  45. arXiv:2201.01742  [pdf, other

    cs.DS

    What Does Dynamic Optimality Mean in External Memory?

    Authors: Michael A. Bender, Martín Farach-Colton, William Kuszmaul

    Abstract: In this paper, we revisit the question of how the dynamic optimality of search trees should be defined in external memory. A defining characteristic of external-memory data structures is that there is a stark asymmetry between queries and inserts/updates/deletes: by making the former slightly asymptotically slower, one can make the latter significantly asymptotically faster (even allowing for oper… ▽ More

    Submitted 21 April, 2022; v1 submitted 5 January, 2022; originally announced January 2022.

    Comments: 20 pages

  46. arXiv:2111.15366  [pdf, other

    cs.LG cs.AI cs.PF

    AI and the Everything in the Whole Wide World Benchmark

    Authors: Inioluwa Deborah Raji, Emily M. Bender, Amandalynne Paullada, Emily Denton, Alex Hanna

    Abstract: There is a tendency across different subfields in AI to valorize a small collection of influential benchmarks. These benchmarks operate as stand-ins for a range of anointed common problems that are frequently framed as foundational milestones on the path towards flexible and generalizable AI systems. State-of-the-art performance on these benchmarks is widely understood as indicative of progress to… ▽ More

    Submitted 26 November, 2021; originally announced November 2021.

    Comments: Accepted in NeurIPS 2021 Benchmarks and Datasets track

  47. arXiv:2111.12800  [pdf, other

    cs.DS

    Tiny Pointers

    Authors: Michael A. Bender, Alex Conway, Martín Farach-Colton, William Kuszmaul, Guido Tagliavini

    Abstract: This paper introduces a new data-structural object that we call the tiny pointer. In many applications, traditional $\log n $-bit pointers can be replaced with $o (\log n )$-bit tiny pointers at the cost of only a constant-factor time overhead. We develop a comprehensive theory of tiny pointers, and give optimal constructions for both fixed-size tiny pointers (i.e., settings in which all of the ti… ▽ More

    Submitted 24 November, 2021; originally announced November 2021.

  48. arXiv:2111.00602  [pdf, ps, other

    cs.DS

    On the Optimal Time/Space Tradeoff for Hash Tables

    Authors: Michael A. Bender, Martín Farach-Colton, John Kuszmaul, William Kuszmaul, Mingmou Liu

    Abstract: For nearly six decades, the central open question in the study of hash tables has been to determine the optimal achievable tradeoff curve between time and space. State-of-the-art hash tables offer the following guarantee: If keys/values are Theta(log n) bits each, then it is possible to achieve constant-time insertions/deletions/queries while wasting only O(loglog n) bits of space per key when com… ▽ More

    Submitted 3 November, 2021; v1 submitted 31 October, 2021; originally announced November 2021.

    Comments: 48 pages

    MSC Class: 68W40 ACM Class: E.2

  49. arXiv:2109.11456  [pdf, other

    hep-ex hep-ph

    Angular analysis of $B^+ \to ρ^+ρ^0$ decays reconstructed in 2019-2020 Belle II data

    Authors: Belle II collaboration, F. Abudinén, I. Adachi, R. Adak, K. Adamczyk, P. Ahlburg, J. K. Ahn, H. Aihara, N. Akopov, A. Aloisio, F. Ameli, L. Andricek, N. Anh Ky, D. M. Asner, H. Atmacan, V. Aulchenko, T. Aushev, V. Aushev, T. Aziz, V. Babu, S. Bacher, S. Baehr, S. Bahinipati, A. M. Bakich, P. Bambade , et al. (527 additional authors not shown)

    Abstract: We report on the first Belle II measurement of the branching fraction ($\mathcal{B}$) and longitudinal polarization fraction ($f_L$) of $B^+\to ρ^+ρ^0$ decays. We reconstruct $B^+\to ρ^+(\to π^+π^0(\to γγ))ρ^0(\to π^+π^-)$ decays in a sample of SuperKEKB electron-positron collisions collected by the Belle II experiment in 2019 and 2020 at the $Υ$(4S) resonance and corresponding to $62.8$ fb… ▽ More

    Submitted 28 September, 2021; v1 submitted 23 September, 2021; originally announced September 2021.

    Report number: BELLE2-CONF-PH-2021-003

  50. arXiv:2109.10807  [pdf, other

    hep-ex hep-ph

    Measurements of branching fractions and CP-violating charge asymmetries in multibody charmless $B$ decays reconstructed in 2019-2020 Belle II data

    Authors: Belle II collaboration, F. Abudinén, I. Adachi, R. Adak, K. Adamczyk, P. Ahlburg, J. K. Ahn, H. Aihara, N. Akopov, A. Aloisio, F. Ameli, L. Andricek, N. Anh Ky, D. M. Asner, H. Atmacan, V. Aulchenko, T. Aushev, V. Aushev, T. Aziz, V. Babu, S. Bacher, S. Baehr, S. Bahinipati, A. M. Bakich, P. Bambade , et al. (527 additional authors not shown)

    Abstract: We report on measurements of branching fractions ($\mathcal{B}$) and CP-violating charge asymmetries ($\mathcal{A}_{\rm CP}$) of multibody charmless $B$ decays reconstructed by the Belle II experiment at the SuperKEKB electron-positron collider. We use a sample of collisions collected in 2019 and 2020 at the $Υ(4S)$ resonance and corresponding to $62.8$ fb$^{-1}$ of integrated luminosity. We use s… ▽ More

    Submitted 28 September, 2021; v1 submitted 22 September, 2021; originally announced September 2021.

    Report number: BELLE2-CONF-PH-2021-002