id
stringlengths
9
16
submitter
stringlengths
1
64
authors
stringlengths
3
62.8k
title
stringlengths
1
382
comments
stringlengths
1
1.15k
journal-ref
stringlengths
1
557
doi
stringlengths
7
153
report-no
stringlengths
1
509
categories
stringlengths
5
125
license
stringclasses
9 values
abstract
stringlengths
6
6.09k
versions
listlengths
1
187
update_date
timestamp[s]
authors_parsed
sequencelengths
1
2.83k
1004.3702
Lizhi Du
Lizhi Du
A Polynomial time Algorithm for Hamilton Cycle with maximum Degree 3, 3SAT
26 pages. This time, I add a detailed polynomial time algorithm and proof for 3SAT
null
null
null
cs.DS
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Based on the famous Rotation-Extension technique, by creating the new concepts and methods: broad cycle, main segment, useful cut and insert, destroying edges for a main segment, main goal Hamilton cycle, depth-first search tree, we develop a polynomial time algorithm for a famous NPC: the Hamilton cycle problem. Thus we proved that NP=P. The key points of this paper are: 1) there are two ways to get a Hamilton cycle in exponential time: a full permutation of n vertices; or, chose n edges from all k edges, and check all possible combinations. The main problem is: how to avoid checking all combinations of n edges from all edges. My algorithm can avoid this. Lemma 1 and lemma 2 are very important. They are the foundation that we always can get a good branch in the depth-first search tree and can get a series of destroying edges (all are bad edges) for this good branch in polynomial time. The extraordinary insights are: destroying edges, a tree contains each main segment at most one time at the same time, and dynamic combinations. The difficult part is to understand how to construct a main segment's series of destroying edges by dynamic combinations. The proof logic is: if there is at least on Hamilton cycle in the graph, we always can do useful cut and inserts until a Hamilton cycle is got. The times of useful cut and inserts are polynomial. So if at any step we cannot have a useful cut and insert, this means that there are no Hamilton cycles in the graph. In this version, I add a detailed polynomial time algorithm and proof for 3SAT
[ { "version": "v1", "created": "Mon, 12 Apr 2010 04:39:27 GMT" }, { "version": "v10", "created": "Mon, 5 Nov 2012 01:44:46 GMT" }, { "version": "v11", "created": "Thu, 31 Jan 2013 11:15:53 GMT" }, { "version": "v12", "created": "Mon, 4 Nov 2013 14:09:42 GMT" }, { "version": "v13", "created": "Thu, 7 Aug 2014 02:01:59 GMT" }, { "version": "v14", "created": "Wed, 20 Aug 2014 01:20:04 GMT" }, { "version": "v15", "created": "Tue, 2 Sep 2014 15:17:04 GMT" }, { "version": "v16", "created": "Thu, 18 Sep 2014 12:10:37 GMT" }, { "version": "v17", "created": "Mon, 13 Oct 2014 03:52:56 GMT" }, { "version": "v18", "created": "Mon, 17 Nov 2014 10:54:13 GMT" }, { "version": "v19", "created": "Mon, 1 Dec 2014 11:05:59 GMT" }, { "version": "v2", "created": "Tue, 23 Nov 2010 22:00:44 GMT" }, { "version": "v20", "created": "Mon, 22 Dec 2014 04:48:29 GMT" }, { "version": "v21", "created": "Mon, 11 May 2015 12:11:22 GMT" }, { "version": "v22", "created": "Thu, 24 Sep 2015 13:53:17 GMT" }, { "version": "v23", "created": "Mon, 30 Nov 2015 04:27:21 GMT" }, { "version": "v24", "created": "Mon, 21 Mar 2016 14:41:54 GMT" }, { "version": "v25", "created": "Mon, 13 Jun 2016 06:25:23 GMT" }, { "version": "v26", "created": "Fri, 5 Aug 2016 18:15:23 GMT" }, { "version": "v27", "created": "Mon, 29 Aug 2016 02:17:42 GMT" }, { "version": "v28", "created": "Thu, 10 Nov 2016 05:51:30 GMT" }, { "version": "v29", "created": "Mon, 23 Jan 2017 14:35:27 GMT" }, { "version": "v3", "created": "Mon, 10 Jan 2011 02:50:16 GMT" }, { "version": "v30", "created": "Tue, 28 Feb 2017 13:16:20 GMT" }, { "version": "v31", "created": "Wed, 22 Mar 2017 12:20:11 GMT" }, { "version": "v32", "created": "Tue, 11 Apr 2017 08:21:53 GMT" }, { "version": "v33", "created": "Mon, 19 Jun 2017 11:57:26 GMT" }, { "version": "v34", "created": "Wed, 17 Jan 2018 12:32:05 GMT" }, { "version": "v35", "created": "Tue, 13 Feb 2018 04:04:57 GMT" }, { "version": "v36", "created": "Mon, 12 Mar 2018 11:17:48 GMT" }, { "version": "v37", "created": "Mon, 11 Jun 2018 01:14:42 GMT" }, { "version": "v38", "created": "Wed, 11 Jul 2018 10:27:51 GMT" }, { "version": "v39", "created": "Mon, 30 Jul 2018 22:02:52 GMT" }, { "version": "v4", "created": "Sun, 1 May 2011 01:32:02 GMT" }, { "version": "v40", "created": "Tue, 21 Aug 2018 00:01:46 GMT" }, { "version": "v41", "created": "Sun, 2 Sep 2018 23:24:26 GMT" }, { "version": "v42", "created": "Tue, 18 Sep 2018 07:54:59 GMT" }, { "version": "v43", "created": "Wed, 24 Oct 2018 01:58:41 GMT" }, { "version": "v44", "created": "Thu, 7 Feb 2019 04:25:15 GMT" }, { "version": "v45", "created": "Thu, 21 Mar 2019 11:10:18 GMT" }, { "version": "v46", "created": "Thu, 2 May 2019 01:32:57 GMT" }, { "version": "v47", "created": "Mon, 24 Jun 2019 00:56:03 GMT" }, { "version": "v48", "created": "Thu, 10 Oct 2019 07:09:08 GMT" }, { "version": "v49", "created": "Sun, 17 Nov 2019 01:38:36 GMT" }, { "version": "v5", "created": "Fri, 7 Oct 2011 01:39:26 GMT" }, { "version": "v50", "created": "Thu, 23 Jan 2020 05:49:11 GMT" }, { "version": "v51", "created": "Mon, 27 Apr 2020 00:24:06 GMT" }, { "version": "v52", "created": "Sun, 7 Jun 2020 21:56:02 GMT" }, { "version": "v53", "created": "Mon, 6 Jul 2020 10:07:25 GMT" }, { "version": "v54", "created": "Sun, 2 Aug 2020 22:55:43 GMT" }, { "version": "v55", "created": "Wed, 2 Sep 2020 01:02:09 GMT" }, { "version": "v56", "created": "Thu, 8 Oct 2020 01:05:54 GMT" }, { "version": "v57", "created": "Tue, 10 Nov 2020 14:01:31 GMT" }, { "version": "v58", "created": "Thu, 3 Dec 2020 06:27:25 GMT" }, { "version": "v59", "created": "Wed, 20 Jan 2021 11:52:23 GMT" }, { "version": "v6", "created": "Fri, 6 Apr 2012 11:16:37 GMT" }, { "version": "v60", "created": "Tue, 2 Feb 2021 01:58:47 GMT" }, { "version": "v61", "created": "Thu, 8 Apr 2021 07:36:54 GMT" }, { "version": "v62", "created": "Mon, 10 May 2021 00:01:29 GMT" }, { "version": "v63", "created": "Tue, 3 Aug 2021 12:02:09 GMT" }, { "version": "v64", "created": "Thu, 30 Sep 2021 08:07:36 GMT" }, { "version": "v65", "created": "Thu, 4 Nov 2021 13:33:17 GMT" }, { "version": "v66", "created": "Tue, 14 Dec 2021 20:57:57 GMT" }, { "version": "v67", "created": "Mon, 10 Jan 2022 09:58:37 GMT" }, { "version": "v68", "created": "Sun, 24 Apr 2022 06:42:13 GMT" }, { "version": "v69", "created": "Tue, 23 Aug 2022 06:41:40 GMT" }, { "version": "v7", "created": "Sun, 27 May 2012 08:15:49 GMT" }, { "version": "v70", "created": "Mon, 3 Oct 2022 09:26:26 GMT" }, { "version": "v71", "created": "Thu, 10 Nov 2022 13:27:56 GMT" }, { "version": "v72", "created": "Wed, 18 Jan 2023 08:58:39 GMT" }, { "version": "v73", "created": "Mon, 13 Mar 2023 03:25:16 GMT" }, { "version": "v74", "created": "Sun, 2 Apr 2023 10:34:41 GMT" }, { "version": "v75", "created": "Mon, 1 May 2023 05:26:28 GMT" }, { "version": "v76", "created": "Sun, 4 Jun 2023 10:38:47 GMT" }, { "version": "v77", "created": "Sun, 9 Jul 2023 23:25:20 GMT" }, { "version": "v78", "created": "Mon, 21 Aug 2023 08:40:32 GMT" }, { "version": "v79", "created": "Wed, 13 Sep 2023 09:55:30 GMT" }, { "version": "v8", "created": "Wed, 15 Aug 2012 12:11:34 GMT" }, { "version": "v80", "created": "Thu, 5 Oct 2023 13:29:54 GMT" }, { "version": "v81", "created": "Thu, 9 Nov 2023 04:40:43 GMT" }, { "version": "v82", "created": "Mon, 8 Jan 2024 10:00:41 GMT" }, { "version": "v83", "created": "Wed, 3 Apr 2024 09:07:27 GMT" }, { "version": "v84", "created": "Thu, 23 May 2024 12:02:11 GMT" }, { "version": "v85", "created": "Wed, 11 Sep 2024 10:50:10 GMT" }, { "version": "v86", "created": "Wed, 6 Nov 2024 12:41:04 GMT" }, { "version": "v87", "created": "Thu, 12 Dec 2024 10:42:52 GMT" }, { "version": "v9", "created": "Wed, 29 Aug 2012 06:39:31 GMT" } ]
2024-12-13T00:00:00
[ [ "Du", "Lizhi", "" ] ]
1012.0540
Markus Stroppel
Markus Stroppel
Kernels of Linear Representations of Lie Groups, Locally Compact Groups, and Pro-Lie Groups
null
J. Group Theory 15 (2012), 407-437
10.1515/jgt.2011.111
null
math.RT math.GR
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
For a topological group G the intersection KO(G) of all kernels of ordinary representations is studied. We show that KO(G) is contained in the center of G if G is a connected pro-Lie group. The class KO(C) is determined explicitly if C is the class ConnLie of connected Lie groups or the class almConnLie of almost connected Lie groups: in both cases, it consists of all compactly generated abelian Lie groups. Every compact abelian group and every connected abelian pro-Lie group occurs as KO(G) for some connected pro-Lie group G. However, the dimension of KO(G) is bounded by the cardinality of the continuum if G is locally compact and connected. Examples are given to show that KO(C) becomes complicated if C contains groups with infinitely many connected components.
[ { "version": "v1", "created": "Thu, 2 Dec 2010 19:05:06 GMT" } ]
2024-12-13T00:00:00
[ [ "Stroppel", "Markus", "" ] ]
1209.2995
Leonid Positselski
Leonid Positselski
Contraherent cosheaves on schemes
LaTeX 2e with xy-pic and mathx fonts; 457 pages, 62 commutative diagrams. v.18: all the material of old version v6 now included; v.19: Introduction expanded, Preface added; v.20: small additions, improvements, and corrections in Chapters 1-3, Section 1.8 expanded with details of proofs added, proof of Corollary 1.7.6(b) spelled out in Sections 6.1 and 6.2, references corrected and updated
null
null
null
math.CT math.AG
http://creativecommons.org/licenses/by/4.0/
Contraherent cosheaves are globalizations of contraadjusted or cotorsion modules over commutative rings obtained by gluing together over a scheme, with the colocalization functors $\operatorname{Hom}_R(S,{-})$ used for the gluing (where $S$ is the ring of functions on an affine open subscheme in $\operatorname{Spec}R$). The category of contraherent cosheaves over a scheme is a Quillen exact category with exact functors of infinite product. Over a quasi-compact semi-separated scheme or a Noetherian scheme of finite Krull dimension (in a different version - over any locally Noetherian scheme), it also has enough projectives. We construct the derived co-contra correspondence over a scheme in two forms. The "naive" one is an equivalence of the conventional derived categories of quasi-coherent sheaves and contraherent cosheaves, valid over any quasi-compact semi-separated scheme. The more sophisticated version is an equivalence between the coderived category of quasi-coherent sheaves and the contraderived category of contraherent cosheaves over a Noetherian scheme with a dualizing complex. The former point of view allows us to obtain an explicit construction of the Lipman-Neeman extraordinary inverse image functor $f^!$ for a morphism of quasi-compact semi-separated schemes $f\colon Y\to X$. The latter approach provides an expanded version of the covariant Serre-Grothendieck duality theory and leads to the Hartshorne-Deligne extraordinary inverse image functor $f^!$ (which we denote by $f^+$) for a morphism of finite type $f$ between Noetherian schemes. We also construct a derived semico-semicontra correspondence, mounting the "naive" version along the fibers on top of the one depending on a dualizing complex on the base of a flat fibration. Noncommutative analogues of Noetherian stacks, affine Noetherian formal schemes, and ind-affine ind-schemes are briefly discussed in the appendices.
[ { "version": "v1", "created": "Thu, 13 Sep 2012 19:17:16 GMT" }, { "version": "v10", "created": "Tue, 30 Apr 2024 17:32:50 GMT" }, { "version": "v11", "created": "Fri, 17 May 2024 10:43:47 GMT" }, { "version": "v12", "created": "Mon, 3 Jun 2024 15:10:23 GMT" }, { "version": "v13", "created": "Mon, 10 Jun 2024 14:55:25 GMT" }, { "version": "v14", "created": "Mon, 1 Jul 2024 14:20:15 GMT" }, { "version": "v15", "created": "Sun, 14 Jul 2024 09:59:04 GMT" }, { "version": "v16", "created": "Thu, 25 Jul 2024 09:29:06 GMT" }, { "version": "v17", "created": "Tue, 13 Aug 2024 13:01:23 GMT" }, { "version": "v18", "created": "Wed, 21 Aug 2024 17:16:48 GMT" }, { "version": "v19", "created": "Wed, 4 Dec 2024 13:43:37 GMT" }, { "version": "v2", "created": "Mon, 14 Jan 2013 19:53:14 GMT" }, { "version": "v20", "created": "Thu, 12 Dec 2024 17:27:23 GMT" }, { "version": "v3", "created": "Fri, 15 Mar 2013 17:23:45 GMT" }, { "version": "v4", "created": "Wed, 12 Feb 2014 16:56:51 GMT" }, { "version": "v5", "created": "Tue, 27 Oct 2015 19:08:48 GMT" }, { "version": "v6", "created": "Tue, 14 Feb 2017 13:00:16 GMT" }, { "version": "v7", "created": "Tue, 26 Mar 2024 16:04:12 GMT" }, { "version": "v8", "created": "Tue, 2 Apr 2024 15:14:01 GMT" }, { "version": "v9", "created": "Tue, 16 Apr 2024 17:56:04 GMT" } ]
2024-12-13T00:00:00
[ [ "Positselski", "Leonid", "" ] ]
1405.1409
Gerhart Seidl
Gerhart Seidl
Discrete Noether Currents
3 pages, text written in LaTex; text shortened, notation simplified, 2 references removed, 1 reference added, 3 examples removed, new example added, new introductory material included, new alternative formulas added, new result for external symmetries added, new notation in previous main result, previous main result unchanged
null
null
null
physics.gen-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
A simple implementation of Noether's theorem for discrete symmetries in relativistic continuum field theories is presented. The conserved current is exemplified by charge conjugation and a cyclic symmetry. In addition, the quantum version of current conservation for discrete symmetries is briefly discussed.
[ { "version": "v1", "created": "Tue, 6 May 2014 19:35:26 GMT" }, { "version": "v2", "created": "Wed, 11 Dec 2024 20:02:48 GMT" } ]
2024-12-13T00:00:00
[ [ "Seidl", "Gerhart", "" ] ]
1502.00691
Hai-Long Zhao
Hai-Long Zhao
Massless Neutrino Oscillations via Quantum Tunneling
11 pages, 2 figures
null
null
null
physics.gen-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In the current theory, neutrino oscillations require that the masses of neutrinos are non-vanishing. By analogy with the oscillation of quantum two-state system, we assume that neutrino oscillations may be regarded as quantum tunneling process. The difference of the quantum numbers between two particles may be regarded as a barrier between them. Thus neutrinos with vanishing mass can also oscillate. The hypothesis can also be applied to quark mixing, flavor violation of charged leptons, CP violation of neutral-kaon system, neutral meson mixing and electroweak mixing.
[ { "version": "v1", "created": "Tue, 3 Feb 2015 00:24:55 GMT" }, { "version": "v2", "created": "Sun, 28 Jun 2020 11:13:55 GMT" }, { "version": "v3", "created": "Sat, 1 May 2021 14:03:31 GMT" }, { "version": "v4", "created": "Tue, 11 May 2021 11:18:13 GMT" }, { "version": "v5", "created": "Mon, 25 Nov 2024 10:19:26 GMT" }, { "version": "v6", "created": "Thu, 12 Dec 2024 12:26:24 GMT" } ]
2024-12-13T00:00:00
[ [ "Zhao", "Hai-Long", "" ] ]
1601.06235
Tomohiro Harada
Tomohiro Harada
Primordial black hole formation from cosmological fluctuations
6 pages, 4 figures, to appear in the proceedings of the conference HTGRG-2 (Quy Nhon, Vietnam, 2015), figure problems fixed
null
null
RUP-16-2
astro-ph.CO gr-qc hep-th
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Primordial black holes (PBHs) are those which may have formed in the early Universe and affected the subsequent evolution of the Universe through their Hawking radiation and gravitational field. To constrain the early Universe from the observational constraint on the abundance of PBHs, it is essential to determine the formation threshold for primordial cosmological fluctuations, which are naturally described by cosmological long-wavelength solutions. I will briefly review our recent analytical and numerical results on the PBH formation.
[ { "version": "v1", "created": "Sat, 23 Jan 2016 05:32:14 GMT" }, { "version": "v2", "created": "Thu, 12 Dec 2024 08:55:36 GMT" } ]
2024-12-13T00:00:00
[ [ "Harada", "Tomohiro", "" ] ]
1605.00221
Laura Rosales-Z\'arate
R.Y. Teh, L. Rosales-Z\'arate, B. Opanchuk and M. D. Reid
Signifying the nonlocality of NOON states using Einstein-Podolsky-Rosen steering inequalities
16 pages (9 pages text and 7 pages Appendix) with 2 Figures
Phys. Rev. A 94, 042119 (2016)
10.1103/PhysRevA.94.042119
null
quant-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We construct Einstein-Podolsky-Rosen (EPR) steering signatures for the nonlocality of the entangled superposition state described by $\frac{1}{\sqrt{2}}\{|N\rangle|0\rangle+|0\rangle|N\rangle\}$, called the two-mode NOON state. The signatures are a violation of an EPR steering inequality based on an uncertainty relation. The violation confirms an EPR steering between the two modes and involves certification of an inter-mode correlation for number, as well as quadrature phase amplitude measurements. We also explain how the signatures certify an $N$th order quantum coherence, so the system (for larger $N$) can be signified to be in a superposition of states distinct by a mesoscopic value of the two-mode quantum number difference. Finally, we examine the limitations imposed for lossy scenarios, discussing how experimental realisations may be possible for $N=2,3$.
[ { "version": "v1", "created": "Sun, 1 May 2016 08:39:01 GMT" }, { "version": "v2", "created": "Tue, 27 Sep 2016 01:00:49 GMT" }, { "version": "v3", "created": "Fri, 21 Oct 2016 01:10:32 GMT" } ]
2024-12-13T00:00:00
[ [ "Teh", "R. Y.", "" ], [ "Rosales-Zárate", "L.", "" ], [ "Opanchuk", "B.", "" ], [ "Reid", "M. D.", "" ] ]
1606.00525
Guillaume Barraquand
Jinho Baik and Guillaume Barraquand and Ivan Corwin and Toufic Suidan
Pfaffian Schur processes and last passage percolation in a half-quadrant
v5: this version corrects mistakes in the definition of the crossover kernel in Section 2.5. v4: minor typos corrected. v3: 58 pages, to appear in Annals of Probability. The initial submission arXiv:1606.00525v1 has been splitted in two parts. This paper contains only the results on last passage percolation. The results on the facilitated TASEP appear in arXiv:1707.01923
Ann. Probab., Volume 46, Number 6 (2018), 3015-3089
10.1214/17-AOP1226
null
math.PR cond-mat.stat-mech math-ph math.MP
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We study last passage percolation in a half-quadrant, which we analyze within the framework of Pfaffian Schur processes. For the model with exponential weights, we prove that the fluctuations of the last passage time to a point on the diagonal are either GSE Tracy-Widom distributed, GOE Tracy-Widom distributed, or Gaussian, depending on the size of weights along the diagonal. Away from the diagonal, the fluctuations of passage times follow the GUE Tracy-Widom distribution. We also obtain a two-dimensional crossover between the GUE, GOE and GSE distribution by studying the multipoint distribution of last passage times close to the diagonal when the size of the diagonal weights is simultaneously scaled close to the critical point. We expect that this crossover arises universally in KPZ growth models in half-space. Along the way, we introduce a method to deal with diverging correlation kernels of point processes where points collide in the scaling limit.
[ { "version": "v1", "created": "Thu, 2 Jun 2016 02:40:02 GMT" }, { "version": "v2", "created": "Thu, 6 Jul 2017 17:44:54 GMT" }, { "version": "v3", "created": "Tue, 22 Aug 2017 02:07:47 GMT" }, { "version": "v4", "created": "Thu, 9 Jan 2020 16:44:01 GMT" }, { "version": "v5", "created": "Thu, 12 Dec 2024 09:16:28 GMT" } ]
2024-12-13T00:00:00
[ [ "Baik", "Jinho", "" ], [ "Barraquand", "Guillaume", "" ], [ "Corwin", "Ivan", "" ], [ "Suidan", "Toufic", "" ] ]
1612.05726
Margaret Reid
L. Rosales-Z\'arate, B. Opanchuk, Q. Y. He and M. D. Reid
Leggett-Garg tests of macro-realism for multi-particle systems including double-well Bose-Einstein condensates
5 pages 4 figures, presented at 2016 Heraeus Seminar on Macroscopic Entanglement and 2016 Siegen Workshop on Temporal Quantum Correlations and Steering
Phys. Rev. A 97, 042114 (2018)
10.1103/PhysRevA.97.042114
null
quant-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We construct quantifiable generalisations of Leggett-Garg tests for macro/ mesoscopic realism and noninvasive measurability that apply when not all outcomes of measurement can be identified as arising from one of two macroscopically distinguishable states. We show how quantum mechanics predicts a negation of the LG premises for proposals involving ideal-negative-result, weak and quantum non-demolition measurements on dynamical entangled systems, as might be realised with two-well Bose-Einstein condensates, path-entangled NOON states and atom interferometers.
[ { "version": "v1", "created": "Sat, 17 Dec 2016 09:58:11 GMT" } ]
2024-12-13T00:00:00
[ [ "Rosales-Zárate", "L.", "" ], [ "Opanchuk", "B.", "" ], [ "He", "Q. Y.", "" ], [ "Reid", "M. D.", "" ] ]
1704.01148
T.R. Lima
T.R. Lima
A Mathematical Framework for Consciousness in Neural Networks
null
null
null
null
q-bio.NC cs.AI
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
This paper presents a novel mathematical framework for bridging the explanatory gap (Levine, 1983) between consciousness and its physical correlates. Specifically, we propose that qualia correspond to singularities in the mathematical representations of neural network topology. Crucially, we do not claim that qualia are singularities or that singularities "explain" why qualia feel as they do. Instead, we propose that singularities serve as principled, coordinate-invariant markers of points where attempts at purely quantitative description of a system's dynamics reach an in-principle limit. By integrating these formal markers of irreducibility into models of the physical correlates of consciousness, we establish a framework that recognizes qualia as phenomena inherently beyond reduction to complexity, computation, or information. This approach draws on insights from philosophy of mind, mathematics, cognitive neuroscience, and artificial intelligence (AI). It does not solve the hard problem of consciousness (Chalmers, 1995), but it advances the discourse by integrating the irreducible nature of qualia into a rigorous, physicalist framework. While primarily theoretical, these insights also open avenues for future AI and artificial consciousness (AC) research, suggesting that recognizing and harnessing irreducible topological features may be an important unlock in moving beyond incremental, scale-based improvements and toward artificial general intelligence (AGI) and AC.
[ { "version": "v1", "created": "Tue, 4 Apr 2017 18:32:58 GMT" }, { "version": "v2", "created": "Fri, 14 Jul 2017 04:58:27 GMT" }, { "version": "v3", "created": "Sat, 5 Jan 2019 18:58:53 GMT" }, { "version": "v4", "created": "Sun, 25 Aug 2019 19:57:45 GMT" }, { "version": "v5", "created": "Thu, 3 Aug 2023 02:19:02 GMT" }, { "version": "v6", "created": "Tue, 10 Dec 2024 14:40:14 GMT" } ]
2024-12-13T00:00:00
[ [ "Lima", "T. R.", "" ] ]
1707.01923
Guillaume Barraquand
Jinho Baik, Guillaume Barraquand, Ivan Corwin, Toufic Suidan
Facilitated exclusion process
v2: this version corrects mistakes in the definition of the crossover kernel in Section 5. v1: 26 pages. This paper results from splitting the v1 of arXiv:1606.00525 in two parts. This paper contains our results on the facilitated exclusion process, as well as a detailed derivation of crossover kernels. arXiv:1606.00525 now contains only our results on last passage percolation in a half-space
In: Computation and Combinatorics in Dynamics, Stochastics and Control. Abelsymposium 2016. Abel Symposia, vol 13. Springer, Cham
10.1007/978-3-030-01593-0_1
null
math.PR cond-mat.stat-mech math-ph math.MP
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We study the Facilitated TASEP, an interacting particle system on the one dimensional integer lattice. We prove that starting from step initial condition, the position of the rightmost particle has Tracy Widom GSE statistics on a cube root time scale, while the statistics in the bulk of the rarefaction fan are GUE. This uses a mapping with last-passage percolation in a half-quadrant which is exactly solvable through Pfaffian Schur processes. Our results further probe the question of how first particles fluctuate for exclusion processes with downward jump discontinuities in their limiting density profiles. Through the Facilitated TASEP and a previously studied MADM exclusion process we deduce that cube-root time fluctuations seem to be a common feature of such systems. However, the statistics which arise are shown to be model dependent (here they are GSE, whereas for the MADM exclusion process they are GUE). We also discuss a two-dimensional crossover between GUE, GOE and GSE distribution by studying the multipoint distribution of the first particles when the rate of the first one varies. In terms of half-space last passage percolation, this corresponds to last passage times close to the boundary when the size of the boundary weights is simultaneously scaled close to the critical point.
[ { "version": "v1", "created": "Thu, 6 Jul 2017 18:10:50 GMT" }, { "version": "v2", "created": "Thu, 12 Dec 2024 09:26:46 GMT" } ]
2024-12-13T00:00:00
[ [ "Baik", "Jinho", "" ], [ "Barraquand", "Guillaume", "" ], [ "Corwin", "Ivan", "" ], [ "Suidan", "Toufic", "" ] ]
1708.04693
Shwetadwip Chowdhury
Shwetadwip Chowdhury, Will J. Eldridge, Adam Wax, and Joseph A. Izatt
Structured illumination microscopy for dual-modality 3D sub-diffraction resolution fluorescence and refractive-index reconstruction
24 pages, 6 figures in main text, 3 figures in supplementary text
null
10.1364/BOE.8.005776
null
q-bio.QM physics.bio-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Though structured illumination (SI) microscopy is a popular imaging technique conventionally associated with fluorescent super-resolution, recent works have suggested its applicability towards sub-diffraction coherent imaging with quantitative endogenous biological contrast. Here, we demonstrate that SI can efficiently integrate the principles of fluorescent super-resolution and coherent synthetic aperture to achieve 3D dual-modality sub-diffraction resolution, fluorescence and refractive-index (RI) visualizations of biological samples. Such a demonstration can enable future biological studies to synergistically explore molecular and biophysical/biochemical mechanisms at sub-diffraction resolutions. We experimentally demonstrate this framework by introducing a SI microscope capable of 3D sub-diffraction fluorescence and RI imaging, and verify its biological visualization capabilities by experimentally reconstructing 3D RI/fluorescence visualizations of fluorescent calibration microspheres as well as alveolar basal epithelial adenocarcinoma (A549) and human colorectal adenocarcinmoa (HT-29) cells, fluorescently stained for F-actin.
[ { "version": "v1", "created": "Tue, 15 Aug 2017 21:06:59 GMT" } ]
2024-12-13T00:00:00
[ [ "Chowdhury", "Shwetadwip", "" ], [ "Eldridge", "Will J.", "" ], [ "Wax", "Adam", "" ], [ "Izatt", "Joseph A.", "" ] ]
1712.02814
Evgenya L. Shkolnik
Evgenya L. Shkolnik, Joe Llama
Signatures of Star-planet Interactions
Chapter published in the 2nd Edition of the Handbook of Exoplanets (2024, Springer)
null
null
null
astro-ph.SR astro-ph.EP
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Planets interact with their host stars through gravity, radiation and magnetic fields, and for those giant planets that orbit their stars within ~10 stellar radii (~0.1 AU for a sun-like star), star-planet interactions (SPI) are observable with a wide variety of photometric, spectroscopic and spectropolarimetric studies. At such close distances, the planet orbits within the sub-alfvenic radius of the star in which the transfer of energy and angular momentum between the two bodies is particularly efficient. The magnetic interactions appear as enhanced stellar activity modulated by the planet as it orbits the star rather than only by stellar rotation. Such observations allowed for the determination of the magnetic field strengths on the surfaces of four hot Jupiters. These vary between 20 G and 120 G, in line with scaling laws that connect the strength of the magnetic field to the internal heat flow in giant planets. These field strengths are informative for the study of the internal dynamics and atmospheric evolution of exoplanets. The nature of magnetic SPI is modeled to be strongly affected by both the stellar and planetary magnetic fields, possibly influencing the magnetic activity of both, as well as affecting the particle environment, the migration of the planet, and even the rotational evolution of the star. As phase-resolved observational techniques are applied to a large statistical sample of hot Jupiter systems, extensions to other tightly orbiting stellar systems, such as smaller planets close to M dwarfs become possible. In these systems, star-planet separations of tens of stellar radii begin to coincide with the radiative habitable zone where planetary magnetic fields are likely a necessary condition for surface habitability.
[ { "version": "v1", "created": "Thu, 7 Dec 2017 19:05:14 GMT" }, { "version": "v2", "created": "Wed, 11 Dec 2024 19:22:59 GMT" } ]
2024-12-13T00:00:00
[ [ "Shkolnik", "Evgenya L.", "" ], [ "Llama", "Joe", "" ] ]
1807.04116
Paul Voutier
Paul M Voutier
Sharp bounds on the number of squares in recurrence sequences and solutions of $X^{2}-\left( a^{2}+b \right) Y^{4}=-b$
Accepted. Comments welcome!
null
null
null
math.NT
http://creativecommons.org/licenses/by-nc-sa/4.0/
We obtain best possible results for the number of coprime positive integer solutions of the equation in the title when $a$ is a positive integer, $b=p^{m}$, $2p^{m}$ or $4p^{m}$, where $m$ is a non-negative integer, $p$ is prime, $a^{2}+b$ is not a square and $X^{2}- \left( a^{2}+b \right) Y^{2}=-4$ has a solution in positive integers. We prove our results by bounding the number of distinct squares in certain binary recurrence sequences, including those associated with such equations.
[ { "version": "v1", "created": "Wed, 11 Jul 2018 13:20:56 GMT" }, { "version": "v2", "created": "Tue, 2 Jan 2024 17:48:26 GMT" }, { "version": "v3", "created": "Thu, 12 Dec 2024 16:37:48 GMT" } ]
2024-12-13T00:00:00
[ [ "Voutier", "Paul M", "" ] ]
1809.00603
Tadashi Fujioka
Tadashi Fujioka
Uniform boundedness on extremal subsets in Alexandrov spaces
rewritten introduction, added references, and other minor changes; to appear in J. Geom. Anal
null
10.1007/s12220-024-01864-7
null
math.DG math.MG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In this paper, we study extremal subsets in Alexandrov spaces with dimension $n$, curvature $\ge\kappa$, and diameter $\le D$. We show that the following three quantities are uniformly bounded above in terms of $n$, $\kappa$, and $D$: (1) the number of extremal subsets in an Alexandrov space; (2) the Betti numbers of an extremal subset; (3) the volume of an extremal subset. The proof is an application of essential coverings introduced by Yamaguchi.
[ { "version": "v1", "created": "Mon, 3 Sep 2018 13:55:38 GMT" }, { "version": "v2", "created": "Thu, 21 Nov 2024 01:54:07 GMT" } ]
2024-12-13T00:00:00
[ [ "Fujioka", "Tadashi", "" ] ]
1811.01387
Margaret Reid
B. Opanchuk, L. Rosales-Z\'arate, R. Y. Teh, B. J. Dalton, A. Sidorov, P. D. Drummond and M. D. Reid
Mesoscopic two-mode entangled and steerable states of 40,000 atoms in a Bose-Einstein condensate interferometer
6 pages, 5 figures
Phys. Rev. A 100, 060102 (2019)
10.1103/PhysRevA.100.060102
null
quant-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Using criteria based on superselection rules, we analyze the quantum correlations between the two condensate modes of the Bose-Einstein condensate interferometer of Egorov et al. [Phys. Rev. A 84, 021605 (2011)]. In order to determine the two-mode correlations, we develop a multi-mode theory that describes the dynamics of the condensate atoms and the thermal fraction through the interferometer sequence, in agreement with the experimentally measured fringe visibility. We thus present experimental evidence for two-mode entangled states genuinely involving 40,000 ^{87}Rb atoms, and for two-way steerability between two groups of 20,000 indistinguishable atoms.
[ { "version": "v1", "created": "Sun, 4 Nov 2018 15:30:12 GMT" }, { "version": "v2", "created": "Fri, 24 May 2019 11:02:47 GMT" } ]
2024-12-13T00:00:00
[ [ "Opanchuk", "B.", "" ], [ "Rosales-Zárate", "L.", "" ], [ "Teh", "R. Y.", "" ], [ "Dalton", "B. J.", "" ], [ "Sidorov", "A.", "" ], [ "Drummond", "P. D.", "" ], [ "Reid", "M. D.", "" ] ]
1905.07382
Zoe Guan
Zoe Guan, Giovanni Parmigiani, Prasad Patil
Merging versus Ensembling in Multi-Study Prediction: Theoretical Insight from Random Effects
null
null
null
null
stat.ML cs.LG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
A critical decision point when training predictors using multiple studies is whether studies should be combined or treated separately. We compare two multi-study prediction approaches in the presence of potential heterogeneity in predictor-outcome relationships across datasets: 1) merging all of the datasets and training a single learner, and 2) multi-study ensembling, which involves training a separate learner on each dataset and combining the predictions resulting from each learner. For ridge regression, we show analytically and confirm via simulation that merging yields lower prediction error than ensembling when the predictor-outcome relationships are relatively homogeneous across studies. However, as cross-study heterogeneity increases, there exists a transition point beyond which ensembling outperforms merging. We provide analytic expressions for the transition point in various scenarios, study asymptotic properties, and illustrate how transition point theory can be used for deciding when studies should be combined with an application from metagenomics.
[ { "version": "v1", "created": "Fri, 17 May 2019 17:28:39 GMT" }, { "version": "v2", "created": "Wed, 8 Apr 2020 15:40:32 GMT" }, { "version": "v3", "created": "Thu, 17 Jun 2021 12:30:31 GMT" }, { "version": "v4", "created": "Thu, 12 Dec 2024 18:47:50 GMT" } ]
2024-12-13T00:00:00
[ [ "Guan", "Zoe", "" ], [ "Parmigiani", "Giovanni", "" ], [ "Patil", "Prasad", "" ] ]
1905.10148
Margaret Reid
M. D. Reid and Q. Y.He
Quantifying the mesoscopic nature of the Einstein-Podolsky-Rosen nonlocality
6 pages, 2 figures
Phys. Rev. Lett. 123, 120402 (2019)
10.1103/PhysRevLett.123.120402
null
quant-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Evidence for Bell's nonlocality is so far mainly restricted to microscopic systems, where the elements of reality that are negated predetermine results of measurements to within one spin unit. Any observed nonlocal effect (or lack of classical predetermination) is then limited to no more than the difference of a single photon or electron being detected or not (at a given detector). In this paper, we analyze experiments that report Einstein-Podolsky-Rosen (EPR) steering form of nonlocality for mesoscopic photonic or Bose-Einstein condensate (BEC) systems. Using an EPR steering parameter, we show how the EPR nonlocalities involved can be quantified for four-mode states, to give evidence of nonlocal effects corresponding to a two-mode number difference of $10^{5}$ photons, or of several tens of atoms (at a given site). We also show how the variance criterion of Duan-Giedke-Cirac and Zoller for EPR entanglement can be used to determine a lower bound on the number of particles in a pure two-mode EPR entangled or steerable state, and apply to experiments.
[ { "version": "v1", "created": "Fri, 24 May 2019 11:12:08 GMT" } ]
2024-12-13T00:00:00
[ [ "Reid", "M. D.", "" ], [ "He", "Q. Y.", "" ] ]
1906.04900
Margaret Reid
M. Thenabadu, G-L. Cheng, T. L. H. Pham, L. V. Drummond, L. Rosales-Z\'arate and M. D. Reid
Testing macroscopic local realism using cat-states and Bell inequalities in time
5 pages, 4 figures, presented at PQE2019, DAMOP 2019
Phys. Rev. A 102, 022202 (2020)
10.1103/PhysRevA.102.022202
null
quant-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We show how one may test macroscopic local realism where, different from conventional Bell tests, all relevant measurements need only distinguish between two macroscopically distinct states of the system being measured. Here, measurements give macroscopically distinguishable outcomes for a system observable and do not resolve microscopic properties (of order $\hbar$). Macroscopic local realism assumes: (1) macroscopic realism (the system prior to measurement is in a state which will lead to just one of the macroscopically distinguishable outcomes) and (2) macroscopic locality (a measurement on a system at one location cannot affect the macroscopic outcome of the measurement on a system at another location, if the measurement events are spacelike separated). To obtain a quantifiable test, we define $M$-scopic local realism where the outcomes are separated by an amount $\sim M$. We first show for $N$ up to $20$ that $N$-scopic Bell violations are predicted for entangled superpositions of $N$ bosons (at each of two sites). Secondly, we show violation of $M$-scopic local realism for entangled superpositions of coherent states of amplitude $\alpha$, for arbitrarily large $M=\alpha$. In both cases, the systems evolve dynamically according to a local nonlinear interaction. The first uses nonlinear beam splitters realised through nonlinear Josephson interactions; the second is based on nonlinear Kerr interactions. To achieve the Bell violations, the traditional choice between two spin measurement settings is replaced by a choice between different times of evolution at each site.
[ { "version": "v1", "created": "Wed, 12 Jun 2019 02:34:13 GMT" }, { "version": "v2", "created": "Thu, 13 Jun 2019 05:32:16 GMT" }, { "version": "v3", "created": "Wed, 22 Apr 2020 04:49:05 GMT" } ]
2024-12-13T00:00:00
[ [ "Thenabadu", "M.", "" ], [ "Cheng", "G-L.", "" ], [ "Pham", "T. L. H.", "" ], [ "Drummond", "L. V.", "" ], [ "Rosales-Zárate", "L.", "" ], [ "Reid", "M. D.", "" ] ]
1909.00023
Shwetadwip Chowdhury
Shwetadwip Chowdhury, Michael Chen, Regina Eckert, David Ren, Fan Wu, Nicole Repina, and Laura Waller
High-resolution 3D refractive index microscopy of multiple-scattering samples from intensity images
24 pages, 8 figures
null
10.1364/OPTICA.6.001211
null
eess.IV physics.comp-ph q-bio.QM
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Optical diffraction tomography (ODT) reconstructs a samples volumetric refractive index (RI) to create high-contrast, quantitative 3D visualizations of biological samples. However, standard implementations of ODT use interferometric systems, and so are sensitive to phase instabilities, complex mechanical design, and coherent noise. Furthermore, their reconstruction framework is typically limited to weakly-scattering samples, and thus excludes a whole class of multiple-scattering samples. Here, we implement a new 3D RI microscopy technique that utilizes a computational multi-slice beam propagation method to invert the optical scattering process and reconstruct high-resolution (NA>1.0) 3D RI distributions of multiple-scattering samples. The method acquires intensity-only measurements from different illumination angles, and then solves a non-linear optimization problem to recover the sample 3D RI distribution. We experimentally demonstrate reconstruction of samples with varying amounts of multiple scattering: a 3T3 fibroblast cell, a cluster of C. elegans embryos, and a whole C. elegans worm, with lateral and axial resolutions of 250 nm and 900 nm, respectively.
[ { "version": "v1", "created": "Fri, 30 Aug 2019 18:20:48 GMT" }, { "version": "v2", "created": "Mon, 9 Sep 2019 21:51:17 GMT" } ]
2024-12-13T00:00:00
[ [ "Chowdhury", "Shwetadwip", "" ], [ "Chen", "Michael", "" ], [ "Eckert", "Regina", "" ], [ "Ren", "David", "" ], [ "Wu", "Fan", "" ], [ "Repina", "Nicole", "" ], [ "Waller", "Laura", "" ] ]
1912.02182
Stefano Cresci
Marco Avvenuti, Salvatore Bellomo, Stefano Cresci, Leonardo Nizzoli, Maurizio Tesconi
Towards better social crisis data with HERMES: Hybrid sensing for EmeRgency ManagEment System
Postprint of the article published in the Pervasive and Mobile Computing journal. Please, cite accordingly
Pervasive and Mobile Computing 67:101225, 2020
10.1016/j.pmcj.2020.101225
null
cs.HC cs.CY cs.LG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
People involved in mass emergencies increasingly publish information-rich contents in online social networks (OSNs), thus acting as a distributed and resilient network of human sensors. In this work we present HERMES, a system designed to enrich the information spontaneously disclosed by OSN users in the aftermath of disasters. HERMES leverages a mixed data collection strategy, called hybrid sensing, and state-of-the-art AI techniques. Evaluated in real-world emergencies, HERMES proved to increase: (i) the amount of the available damage information; (ii) the density (up to 7x) and the variety (up to 18x) of the retrieved geographic information; (iii) the geographic coverage (up to 30%) and granularity.
[ { "version": "v1", "created": "Wed, 4 Dec 2019 14:25:52 GMT" }, { "version": "v2", "created": "Thu, 12 Dec 2024 09:55:19 GMT" } ]
2024-12-13T00:00:00
[ [ "Avvenuti", "Marco", "" ], [ "Bellomo", "Salvatore", "" ], [ "Cresci", "Stefano", "" ], [ "Nizzoli", "Leonardo", "" ], [ "Tesconi", "Maurizio", "" ] ]
2005.10568
Tim Gebbie
Patrick Chang, Etienne Pienaar, Tim Gebbie
Detecting discrete processes with the Epps effect
Updated with enhanced discussion and context. 18 pages, 28 figures, 1 table. Link to our supporting Julia code: https://github.com/CHNPAT005/PCEPTG-EC
null
null
null
q-fin.ST q-fin.TR
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The Epps effect is key phenomenology relating to high frequency correlation dynamics in financial markets. We argue that it can be used to provide insight into whether tick data is best represented as samples from Brownian diffusions, or as samples from truly discrete events represented as connected point processes. We derive the Epps effect arising from asynchrony and provide a refined method to correct for the effect. We then propose three experiments which show how to discriminate between possible underlying representations. These in turn demonstrate how a simple Hawkes representation recovers phenomenology reported in the literature that cannot be recovered using a Brownian representation without additional ad hoc model complexity. However, complex ad hoc noise models built on Brownian motions cannot in general be discriminated relative to a Hawkes representation. Nevertheless, we argue that high frequency correlation dynamics are most faithfully recovered when tick data is represented as a web of interconnected discrete events rather than being samples from continuous Brownian diffusions even when combined with noise.
[ { "version": "v1", "created": "Thu, 21 May 2020 11:03:40 GMT" }, { "version": "v2", "created": "Thu, 22 Oct 2020 09:00:03 GMT" }, { "version": "v3", "created": "Mon, 25 Oct 2021 12:36:18 GMT" }, { "version": "v4", "created": "Thu, 12 Dec 2024 13:01:53 GMT" } ]
2024-12-13T00:00:00
[ [ "Chang", "Patrick", "" ], [ "Pienaar", "Etienne", "" ], [ "Gebbie", "Tim", "" ] ]
2008.11445
Markus Stroppel
Theo Grundh\"ofer, Markus J. Stroppel, Hendrik Van Maldeghem
Moufang sets generated by translations in unitals
null
null
10.1002/jcd.21813
null
math.GR math.CO
http://creativecommons.org/licenses/by-sa/4.0/
We consider unitals of order $q$ with two points which are centers of translation groups of order $q$. The group $G$ generated by these translations induces a Moufang set on the block joining the two points. We show that $G$ is either $\operatorname{SL}(2,\mathbb{F}_q)$ (as in all classical unitals and also in some non-classical examples), or $\operatorname{PSL}(2,\mathbb{F}_q)$, or a Suzuki or a Ree group. Moreover, $G$ is semi-regular outside the special block.
[ { "version": "v1", "created": "Wed, 26 Aug 2020 08:48:57 GMT" } ]
2024-12-13T00:00:00
[ [ "Grundhöfer", "Theo", "" ], [ "Stroppel", "Markus J.", "" ], [ "Van Maldeghem", "Hendrik", "" ] ]
2009.03251
Tadahiro Oh
Tadahiro Oh, Mamoru Okamoto, and Leonardo Tolomeo
Focusing $\Phi^4_3$-model with a Hartree-type nonlinearity
127 pages. Lemma 3.3 updated. Published in Mem. Amer. Math. Soc
null
10.1090/memo/1529
null
math.PR math-ph math.AP math.MP
http://creativecommons.org/licenses/by/4.0/
(Due to the limit on the number of characters for an abstract set by arXiv, the full abstract can not be displayed here. See the abstract in the paper.) Lebowitz, Rose, and Speer (1988) initiated the study of focusing Gibbs measures, which was continued by Brydges and Slade (1996), Bourgain (1997, 1999), and Carlen, Fr\"ohlich, and Lebowitz (2016) among others. In this paper, we complete the program on the (non-)construction of the focusing Hartree Gibbs measures in the three-dimensional setting. More precisely, we study a focusing $\Phi^4_3$-model with a Hartree-type nonlinearity, where the potential for the Hartree nonlinearity is given by the Bessel potential of order $\beta$. We first construct the focusing Hartree $\Phi^4_3$-measure for $\beta > 2$, while we prove its non-normalizability for $\beta < 2$. Furthermore, we establish the following phase transition at the critical value $\beta = 2$: normalizability in the weakly nonlinear regime and non-normalizability in the strongly nonlinear regime. We then study the canonical stochastic quantization of the focusing Hartree $\Phi^4_3$-measure, namely, the three-dimensional stochastic damped nonlinear wave equation (SdNLW) with a cubic nonlinearity of Hartree-type, forced by an additive space-time white noise, and prove almost sure global well-posedness and invariance of the focusing Hartree $\Phi^4_3$-measure for $\beta > 2$ (and $\beta = 2$ in the weakly nonlinear regime). In view of the non-normalizability result, our almost sure global well-posedness result is sharp. In Appendix, we also discuss the (parabolic) stochastic quantization for the focusing Hartree $\Phi^4_3$-measure. We also construct the defocusing Hartree $\Phi^4_3$-measure for $\beta > 0$.
[ { "version": "v1", "created": "Mon, 7 Sep 2020 17:24:14 GMT" }, { "version": "v2", "created": "Sun, 15 Aug 2021 16:55:53 GMT" }, { "version": "v3", "created": "Wed, 15 Jun 2022 07:03:29 GMT" }, { "version": "v4", "created": "Thu, 12 Dec 2024 18:37:18 GMT" } ]
2024-12-13T00:00:00
[ [ "Oh", "Tadahiro", "" ], [ "Okamoto", "Mamoru", "" ], [ "Tolomeo", "Leonardo", "" ] ]
2009.11490
Chun-Hsien Hsu
Jayce R. Getz and Chun-Hsien Hsu
The Fourier transform for triples of quadratic spaces
60 pages. Accepted by Annales de l'Institut Fourier
null
null
null
math.NT math.RT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Let $V_1,V_2,V_3$ be a triple of even dimensional vector spaces over a number field $F$ equipped with nondegenerate quadratic forms $\mathcal{Q}_1,\mathcal{Q}_2,\mathcal{Q}_3$, respectively. Let $Y \subset \prod_{i=1}^3 V_i$ be the closed subscheme consisting of $(v_1,v_2,v_3)$ such that $\mathcal{Q}_1(v_1)=\mathcal{Q}_2(v_2)=\mathcal{Q}_3(v_3)$. One has a Poisson summation formula for this scheme under suitable assumptions on the functions involved, but the relevant Fourier transform was previously only defined as a correspondence. In the current paper we employ a novel global-to-local argument to prove that this Fourier transform is well-defined on the Schwartz space of $Y(\mathbb{A}_F).$ To execute the global-to-local argument, we introduce boundary terms and thereby extend the Poisson summation formula to a broader class of test functions. This is the first time a summation formula with boundary terms has been proven for a spherical variety that is not a Braverman-Kazhdan space.
[ { "version": "v1", "created": "Thu, 24 Sep 2020 04:54:51 GMT" }, { "version": "v2", "created": "Thu, 15 Oct 2020 06:11:05 GMT" }, { "version": "v3", "created": "Mon, 25 Jan 2021 20:52:57 GMT" }, { "version": "v4", "created": "Wed, 7 Apr 2021 18:02:40 GMT" }, { "version": "v5", "created": "Thu, 3 Mar 2022 20:40:34 GMT" }, { "version": "v6", "created": "Wed, 11 Dec 2024 22:18:46 GMT" } ]
2024-12-13T00:00:00
[ [ "Getz", "Jayce R.", "" ], [ "Hsu", "Chun-Hsien", "" ] ]
2011.04072
Bob Pepin
Bob Pepin
The Harmonic Indel Distance
null
null
null
null
cs.DM
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
This short note introduces the harmonic indel distance (HID), a new distance between strings where the cost of an insertion or deletion is inversely proportional to the string length. We present a closed-form formula and show that the HID is a proper distance metric. Then we perform an experimental comparison of HID to normalized and unnormalized versions of the indel distance on benchmark tasks for biomedical sequence data. We finally show planar embeddings of the benchmark datasets to provide some insights into the geometry of the metric spaces associated with the different distance metrics.
[ { "version": "v1", "created": "Sun, 8 Nov 2020 20:34:51 GMT" }, { "version": "v2", "created": "Thu, 12 Nov 2020 15:22:48 GMT" }, { "version": "v3", "created": "Thu, 12 Dec 2024 13:20:59 GMT" } ]
2024-12-13T00:00:00
[ [ "Pepin", "Bob", "" ] ]
2011.12557
Thuc Mai
Thuc T. Mai, K.F. Garrity, A. McCreary, J. Argo, J.R. Simpson, V. Doan-Nguyen, R. Valdes Aguilar, and A.R. Hight Walker
Magnon-phonon hybridization in quasi-2D antiferromagnet MnPSe$_3$
null
null
10.1126/sciadv.abj3106
null
cond-mat.mtrl-sci
http://creativecommons.org/licenses/by/4.0/
Magnetic excitations in van der Waals (vdW) materials, especially in the two-dimensional (2D) limit, are an exciting research topic from both the fundamental and applied perspectives. Using temperature-dependent, magneto-Raman spectroscopy, we identify the hybridization of two-magnon excitations with two separate E$_\mathrm{g}$ phonons in MnPSe$_3$, a magnetic vdW material that could potentially host 2D antiferromagnetism. Results from first principles calculations of the phonon and magnon spectra further support our identification. The Raman spectra's rich temperature dependence through the magnetic transition displays an avoided-crossing behavior in the phonons' frequency and a concurrent decrease in their lifetimes. We construct a model based on the interaction between a discrete level and a continuum that reproduces these observations. The strong magnon-phonon hybridization reported here highlights the need to understand its effects on spin transport experiments in magnetic vdW materials.
[ { "version": "v1", "created": "Wed, 25 Nov 2020 07:41:03 GMT" }, { "version": "v2", "created": "Wed, 9 Dec 2020 18:28:03 GMT" } ]
2024-12-13T00:00:00
[ [ "Mai", "Thuc T.", "" ], [ "Garrity", "K. F.", "" ], [ "McCreary", "A.", "" ], [ "Argo", "J.", "" ], [ "Simpson", "J. R.", "" ], [ "Doan-Nguyen", "V.", "" ], [ "Aguilar", "R. Valdes", "" ], [ "Walker", "A. R. Hight", "" ] ]
2012.10481
Thomas Essinger-Hileman
Thomas Essinger-Hileman, Danny Chmaytelli, Trevor Oxholm, Tatsat Parekh, Gage Siebert, Eric R. Switzer, Alyssa Barlis, Emily M. Barrentine, Jeffrey Beeman, Christine Chung, Paul Cursey, Sumit Dahal, Rahul Datta, Negar Ehsan, Jason Glenn, Joseph Golec, Andrew Lennon, Luke N. Lowe, Jeffrey McMahon, Maryam Rahmani, Peter Timbie, Bruce Tretheway, Carole Tucker, Carolyn Volpert, Joseph Watson, Edward J. Wollack
Optical Design of the EXperiment for Cryogenic Large-Aperture Intensity Mapping (EXCLAIM)
15 pages, 8 figures, 3 tables
null
null
null
astro-ph.IM
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
This work describes the design and implementation of optics for EXCLAIM, the EXperiment for Cryogenic Large-Aperture Intensity Mapping. EXCLAIM is a balloon-borne telescope that will measure integrated line emission from carbon monoxide (CO) at redshifts $z<1$ and ionized carbon ([CII]) at redshifts $z = 2.5-3.5$ to probe star formation over cosmic time in cross-correlation with galaxy redshift surveys. The EXCLAIM instrument is designed to observe at frequencies of $420$--$540$ GHz using six microfabricated silicon integrated spectrometers with spectral resolving power $R = 512$ coupled to kinetic inductance detectors (KIDs). A completely cryogenic telescope cooled to a temperature below 5~K provides low-background observations between narrow atmospheric lines in the stratosphere. Off-axis reflective optics use a $90$-cm primary mirror to provide $4.2^\prime$ full-width at half-maximum (FWHM) resolution at the center of the EXCLAIM band over a field of view of $22.5^\prime$. Illumination of the $1.7$ K cold stop combined with blackened baffling at multiple places in the optical system ensure low ($< -40$ dB) edge illumination of the primary to minimize spill onto warmer elements at the top of the dewar.
[ { "version": "v1", "created": "Fri, 18 Dec 2020 19:35:42 GMT" }, { "version": "v2", "created": "Tue, 5 Nov 2024 01:31:17 GMT" }, { "version": "v3", "created": "Wed, 11 Dec 2024 20:24:06 GMT" } ]
2024-12-13T00:00:00
[ [ "Essinger-Hileman", "Thomas", "" ], [ "Chmaytelli", "Danny", "" ], [ "Oxholm", "Trevor", "" ], [ "Parekh", "Tatsat", "" ], [ "Siebert", "Gage", "" ], [ "Switzer", "Eric R.", "" ], [ "Barlis", "Alyssa", "" ], [ "Barrentine", "Emily M.", "" ], [ "Beeman", "Jeffrey", "" ], [ "Chung", "Christine", "" ], [ "Cursey", "Paul", "" ], [ "Dahal", "Sumit", "" ], [ "Datta", "Rahul", "" ], [ "Ehsan", "Negar", "" ], [ "Glenn", "Jason", "" ], [ "Golec", "Joseph", "" ], [ "Lennon", "Andrew", "" ], [ "Lowe", "Luke N.", "" ], [ "McMahon", "Jeffrey", "" ], [ "Rahmani", "Maryam", "" ], [ "Timbie", "Peter", "" ], [ "Tretheway", "Bruce", "" ], [ "Tucker", "Carole", "" ], [ "Volpert", "Carolyn", "" ], [ "Watson", "Joseph", "" ], [ "Wollack", "Edward J.", "" ] ]
2102.09259
Hesam Rajabzadeh
Abbas Fakhari, Meysam Nassiri and Hesam Rajabzadeh
Stable local dynamics: expansion, quasi-conformality and ergodicity
41 pages, 5 figures
null
null
null
math.DS math.CA math.GT
http://creativecommons.org/licenses/by-nc-sa/4.0/
In this paper, we study stable ergodicity of the action of groups of diffeomorphisms on smooth manifolds. Such actions are known to exist only on one-dimensional manifolds. The aim of this paper is to introduce a geometric method to overcome this restriction and to construct higher dimensional examples. In particular, we show that every closed manifold admits stably ergodic finitely generated group actions by diffeomorphisms of class $C^{1+\alpha}$. We also prove the stable ergodicity of certain algebraic actions, including the natural action of a generic pair of matrices near the identity on a sphere of arbitrary dimension. These are consequences of the quasi-conformal blender, a local and stable mechanism/phenomenon introduced in this paper, which encapsulates our method for proving stable local ergodicity by providing quasi-conformal orbits with fine controlled geometry. The quasi-conformal blender is developed in the context of pseudo-semigroup actions of locally defined smooth diffeomorphisms, which allows for applications in diverse settings.
[ { "version": "v1", "created": "Thu, 18 Feb 2021 10:33:38 GMT" }, { "version": "v2", "created": "Sat, 29 May 2021 07:23:52 GMT" }, { "version": "v3", "created": "Wed, 2 Mar 2022 07:26:17 GMT" }, { "version": "v4", "created": "Thu, 12 Dec 2024 18:48:15 GMT" } ]
2024-12-13T00:00:00
[ [ "Fakhari", "Abbas", "" ], [ "Nassiri", "Meysam", "" ], [ "Rajabzadeh", "Hesam", "" ] ]
2102.13434
Johannes Schneider
Christoph Carnehl and Johannes Schneider
A Quest for Knowledge
null
null
null
null
econ.TH
http://creativecommons.org/licenses/by/4.0/
Is more novel research always desirable? We develop a model in which knowledge shapes society's policies and guides the search for discoveries. Researchers select a question and how intensely to study it. The novelty of a question determines both the value and difficulty of discovering its answer. We show that the benefits of discoveries are nonmonotone in novelty. Knowledge expands endogenously step-by-step over time. Through a dynamic externality, moonshots -- research on questions more novel than what is myopically optimal -- can improve the evolution of knowledge. Moonshots induce research cycles in which subsequent researchers connect the moonshot to previous knowledge.
[ { "version": "v1", "created": "Fri, 26 Feb 2021 12:47:00 GMT" }, { "version": "v2", "created": "Tue, 2 Mar 2021 10:17:30 GMT" }, { "version": "v3", "created": "Sun, 2 May 2021 14:50:11 GMT" }, { "version": "v4", "created": "Mon, 7 Jun 2021 07:06:30 GMT" }, { "version": "v5", "created": "Wed, 12 Jan 2022 21:04:16 GMT" }, { "version": "v6", "created": "Mon, 20 Feb 2023 12:18:15 GMT" }, { "version": "v7", "created": "Tue, 8 Aug 2023 15:32:53 GMT" }, { "version": "v8", "created": "Thu, 25 Jul 2024 11:59:26 GMT" }, { "version": "v9", "created": "Wed, 11 Dec 2024 19:16:27 GMT" } ]
2024-12-13T00:00:00
[ [ "Carnehl", "Christoph", "" ], [ "Schneider", "Johannes", "" ] ]
2103.16223
Arthur M\"uller
Arthur M\"uller, Vishal Rangras, Georg Schnittker, Michael Waldmann, Maxim Friesen, Tobias Ferfers, Lukas Schreckenberg, Florian Hufen, J\"urgen Jasperneite, Marco Wiering
Towards Real-World Deployment of Reinforcement Learning for Traffic Signal Control
Paper was accepted by ICMLA 2021 (20th IEEE International Conference on Machine Learning and Applications). Code available under https://github.com/RL-INA/LemgoRL
null
10.1109/ICMLA52953.2021.00085
null
cs.LG cs.SY eess.SY
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Sub-optimal control policies in intersection traffic signal controllers (TSC) contribute to congestion and lead to negative effects on human health and the environment. Reinforcement learning (RL) for traffic signal control is a promising approach to design better control policies and has attracted considerable research interest in recent years. However, most work done in this area used simplified simulation environments of traffic scenarios to train RL-based TSC. To deploy RL in real-world traffic systems, the gap between simplified simulation environments and real-world applications has to be closed. Therefore, we propose LemgoRL, a benchmark tool to train RL agents as TSC in a realistic simulation environment of Lemgo, a medium-sized town in Germany. In addition to the realistic simulation model, LemgoRL encompasses a traffic signal logic unit that ensures compliance with all regulatory and safety requirements. LemgoRL offers the same interface as the wellknown OpenAI gym toolkit to enable easy deployment in existing research work. To demonstrate the functionality and applicability of LemgoRL, we train a state-of-the-art Deep RL algorithm on a CPU cluster utilizing a framework for distributed and parallel RL and compare its performance with other methods. Our benchmark tool drives the development of RL algorithms towards real-world applications.
[ { "version": "v1", "created": "Tue, 30 Mar 2021 10:11:09 GMT" }, { "version": "v2", "created": "Wed, 16 Jun 2021 09:09:50 GMT" }, { "version": "v3", "created": "Tue, 11 Jan 2022 10:47:28 GMT" } ]
2024-12-13T00:00:00
[ [ "Müller", "Arthur", "" ], [ "Rangras", "Vishal", "" ], [ "Schnittker", "Georg", "" ], [ "Waldmann", "Michael", "" ], [ "Friesen", "Maxim", "" ], [ "Ferfers", "Tobias", "" ], [ "Schreckenberg", "Lukas", "" ], [ "Hufen", "Florian", "" ], [ "Jasperneite", "Jürgen", "" ], [ "Wiering", "Marco", "" ] ]
2107.11037
Thibault D. Decoppet
Thibault D. D\'ecoppet
Finite Semisimple Module 2-Categories
Minor Revision
Sel. Math. New Ser. 31, 5 (2025)
10.1007/s00029-024-00998-4
null
math.QA math.CT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Let $\mathfrak{C}$ be a multifusion 2-category. We show that every finite semisimple $\mathfrak{C}$-module 2-category is canonically enriched over $\mathfrak{C}$. Using this enrichment, we prove that every finite semisimple $\mathfrak{C}$-module 2-category is equivalent to the 2-category of modules over a rigid algebra in $\mathfrak{C}$.
[ { "version": "v1", "created": "Fri, 23 Jul 2021 05:53:33 GMT" }, { "version": "v2", "created": "Mon, 8 Aug 2022 11:07:28 GMT" }, { "version": "v3", "created": "Fri, 5 May 2023 13:49:48 GMT" }, { "version": "v4", "created": "Mon, 5 Jun 2023 06:10:31 GMT" } ]
2024-12-13T00:00:00
[ [ "Décoppet", "Thibault D.", "" ] ]
2108.00539
Daniel Vitas
Daniel Vitas
Images of Multilinear Polynomials in the Algebra of Finitary Matrices Contain Trace Zero Matrices
11 pages, 0 figures, submited to Linear Algebra and Its Applications
Linear Algebra Appl. 626 (2021) 221-233
10.1016/j.laa.2021.05.018
null
math.RA
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Let $F$ be an infinite field and let $f$ be a nonzero multilinear polynomial with coefficients in $F$. We prove that for every positive integer $d$ there exists a positive integer $s$ such that $f(M_{s}(F))$, the image of $f$ in $M_{s}(F)$, contains all trace zero $d \times d$ matrices. In particular, the image of $f$ in the algebra of all finitary matrices contains all trace zero finitary matrices.
[ { "version": "v1", "created": "Sun, 1 Aug 2021 20:50:59 GMT" } ]
2024-12-13T00:00:00
[ [ "Vitas", "Daniel", "" ] ]
2108.02160
Skand Peri
Apoorva Sikka, Skand Peri, Jitender Singh Virk, Usma Niyaz, Deepti R. Bathula
MRI to PET Cross-Modality Translation using Globally and Locally Aware GAN (GLA-GAN) for Multi-Modal Diagnosis of Alzheimer's Disease
24 pages
null
null
null
eess.IV cs.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Medical imaging datasets are inherently high dimensional with large variability and low sample sizes that limit the effectiveness of deep learning algorithms. Recently, generative adversarial networks (GANs) with the ability to synthesize realist images have shown great potential as an alternative to standard data augmentation techniques. Our work focuses on cross-modality synthesis of fluorodeoxyglucose~(FDG) Positron Emission Tomography~(PET) scans from structural Magnetic Resonance~(MR) images using generative models to facilitate multi-modal diagnosis of Alzheimer's disease (AD). Specifically, we propose a novel end-to-end, globally and locally aware image-to-image translation GAN (GLA-GAN) with a multi-path architecture that enforces both global structural integrity and fidelity to local details. We further supplement the standard adversarial loss with voxel-level intensity, multi-scale structural similarity (MS-SSIM) and region-of-interest (ROI) based loss components that reduce reconstruction error, enforce structural consistency at different scales and perceive variation in regional sensitivity to AD respectively. Experimental results demonstrate that our GLA-GAN not only generates synthesized FDG-PET scans with enhanced image quality but also superior clinical utility in improving AD diagnosis compared to state-of-the-art models. Finally, we attempt to interpret some of the internal units of the GAN that are closely related to this specific cross-modality generation task.
[ { "version": "v1", "created": "Wed, 4 Aug 2021 16:38:33 GMT" }, { "version": "v2", "created": "Thu, 12 Dec 2024 05:30:36 GMT" } ]
2024-12-13T00:00:00
[ [ "Sikka", "Apoorva", "" ], [ "Peri", "Skand", "" ], [ "Virk", "Jitender Singh", "" ], [ "Niyaz", "Usma", "" ], [ "Bathula", "Deepti R.", "" ] ]
2108.04592
Yu Qiao
Yu Qiao, Bing Kwan So
Renormalized Index Formulas for Elliptic Differential Operators on Boundary Groupoids
20 pages. arXiv admin note: substantial text overlap with arXiv:1804.10426
Journal of Operator Theory, 2024
10.7900/jot.2022sep12.2399
null
math.OA math.DG math.KT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We consider the index problem of certain boundary groupoids of the form $\mathcal{G} = M _0 \times M _0 \cup \mathbb{R}^q \times M _1 \times M _1$. Since it has been shown that for the case that $q \geq 3$ is odd, $K _0 (C^* (\mathcal{G})) \cong \bbZ $, and moreover the $K$-theoretic index coincides with the Fredholm index, we attempt in this paper to derive a numerical formula for elliptic differential operators on $\mathcal{G}$. Our approach is similar to that of renormalized trace of Moroianu and Nistor \cite{Nistor;Hom2}. However, we find that when $q \geq 3$, the eta term vanishes, and hence the $K$-theoretic and Fredholm indices of elliptic (respectively fully elliptic) pseudo-differential operators on these groupoids are given only by the Atiyah-Singer term. As for the $q=1$ case we find that the result depends on how the singularity set $M_1$ lies in $M$.
[ { "version": "v1", "created": "Tue, 10 Aug 2021 11:11:46 GMT" }, { "version": "v2", "created": "Fri, 22 Oct 2021 07:22:12 GMT" }, { "version": "v3", "created": "Thu, 12 Dec 2024 08:30:42 GMT" } ]
2024-12-13T00:00:00
[ [ "Qiao", "Yu", "" ], [ "So", "Bing Kwan", "" ] ]
2108.06777
Tadahiro Oh
Tadahiro Oh, Mamoru Okamoto, and Leonardo Tolomeo
Stochastic quantization of the $\Phi^3_3$-model
115 pages. Lemma 2.3 updated. To appear in Mem. Eur. Math. Soc. arXiv admin note: text overlap with arXiv:2009.03251
null
null
null
math.PR math-ph math.AP math.MP
http://creativecommons.org/licenses/by/4.0/
(Due to the limit on the number of characters for an abstract set by arXiv, the full abstract can not be displayed here. See the abstract in the paper.) We study the construction of the $\Phi^3_3$-measure and complete the program on the (non-)construction of the focusing Gibbs measures, initiated by Lebowitz, Rose, and Speer (1988). This problem turns out to be critical, exhibiting the following phase transition. In the weakly nonlinear regime, we prove normalizability of the $\Phi^3_3$-measure and show that it is singular with respect to the massive Gaussian free field. Moreover, we show that there exists a shifted measure with respect to which the $\Phi^3_3$-measure is absolutely continuous. In the strongly nonlinear regime, by further developing the machinery introduced by the authors (2020), we establish non-normalizability of the $\Phi^3_3$-measure. Due to the singularity of the $\Phi^3_3$-measure with respect to the massive Gaussian free field, this non-normalizability part poses a particular challenge as compared to our previous works. In order to overcome this issue, we first construct a $\sigma$-finite version of the $\Phi^3_3$-measure and show that this measure is not normalizable. Furthermore, we prove that the truncated $\Phi^3_3$-measures have no weak limit in a natural space, even up to a subsequence. We also study the dynamical problem. By adapting the paracontrolled approach, in particular from the works by Gubinelli, Koch, and the first author (2018) and by the authors (2020), we prove almost sure global well-posedness of the hyperbolic $\Phi^3_3$-model and invariance of the Gibbs measure in the weakly nonlinear regime. In the globalization part, we introduce a new, conceptually simple and straightforward approach, where we directly work with the (truncated) Gibbs measure, using the variational formula and ideas from theory of optimal transport.
[ { "version": "v1", "created": "Sun, 15 Aug 2021 16:56:00 GMT" }, { "version": "v2", "created": "Fri, 26 Apr 2024 08:15:50 GMT" }, { "version": "v3", "created": "Thu, 12 Dec 2024 18:35:06 GMT" } ]
2024-12-13T00:00:00
[ [ "Oh", "Tadahiro", "" ], [ "Okamoto", "Mamoru", "" ], [ "Tolomeo", "Leonardo", "" ] ]
2108.10201
Cheng Yu
Cheng Yu, Wenmin Wang, Roberto Bugiolacchi
Improving generative adversarial network inversion via fine-tuning GAN encoders
null
Applied Soft Computing, Volume 166, 2024, 112201
10.1016/j.asoc.2024.112201
null
cs.CV eess.IV
http://creativecommons.org/licenses/by-nc-nd/4.0/
Generative adversarial networks (GANs) can synthesize high-quality (HQ) images, and GAN inversion is a technique that discovers how to invert given images back to latent space. While existing methods perform on StyleGAN inversion, they have limited performance and are not generalized to different GANs. To address these issues, we proposed a self-supervised method to pre-train and fine-tune GAN encoders. First, we designed an adaptive block to fit different encoder architectures for inverting diverse GANs. Then we pre-train GAN encoders using synthesized images and emphasize local regions through cropping images. Finally, we fine-tune the pre-trained GAN encoder for inverting real images. Compared with state-of-the-art methods, our method achieved better results that reconstructed high-quality images on mainstream GANs. Our code and pre-trained models are available at: https://github.com/disanda/Deep-GAN-Encoders.
[ { "version": "v1", "created": "Mon, 23 Aug 2021 14:37:58 GMT" }, { "version": "v2", "created": "Tue, 12 Jul 2022 11:23:04 GMT" }, { "version": "v3", "created": "Wed, 11 Dec 2024 16:03:31 GMT" }, { "version": "v4", "created": "Thu, 12 Dec 2024 12:28:39 GMT" } ]
2024-12-13T00:00:00
[ [ "Yu", "Cheng", "" ], [ "Wang", "Wenmin", "" ], [ "Bugiolacchi", "Roberto", "" ] ]
2109.00261
Martintxo Saralegi-Aranguren
David Chataur and Martin Saralegi-Aranguren and Daniel Tanr\'e
Simplicial intersection homology revisited
24 pages, 3 figures. New rewrite. Results are unchanged
null
null
null
math.AT
http://creativecommons.org/licenses/by/4.0/
Intersection homology is defined for simplicial, singular and PL chains and it is well known that the three versions are isomorphic for a full filtered simplicial complex. In the literature, the isomorphism, between the singular and the simplicial situations of intersection homology, uses the PL case as an intermediate. Here we show directly that the canonical map between the simplicial and the singular intersection chains complexes is a quasi-isomorphism. This is similar to the classical proof for simplicial complexes, with an argument based on the concept of residual complex and not on skeletons. This parallel between simplicial and singular approaches is also extended to the intersection blown-up cohomology that we introduced in a previous work. In the case of an orientable pseudomanifold, this cohomology owns a Poincar\'e isomorphism with the intersection homology, for any coefficient ring, thanks to a cap product with a fundamental class. So, the blown-up intersection cohomology of a pseudomanifold can be computed from a triangulation. Finally, we introduce a blown-up intersection cohomology for PL spaces and prove that it is isomorphic to the singular one.
[ { "version": "v1", "created": "Wed, 1 Sep 2021 09:14:11 GMT" }, { "version": "v2", "created": "Wed, 11 Dec 2024 20:20:12 GMT" } ]
2024-12-13T00:00:00
[ [ "Chataur", "David", "" ], [ "Saralegi-Aranguren", "Martin", "" ], [ "Tanré", "Daniel", "" ] ]
2109.11578
Ruijie Yang
Chuanhao Wei, Ruijie Yang
Cohomology of semisimple local systems and the Decomposition theorem
Final version (49 pages), to appear in Selecta Mathematica New Series. See version 3 (79 pages) for a longer version
null
null
MPIM-Bonn-2023
math.AG math.DG math.RT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In this paper, we study the cohomology of semisimple local systems in the spirit of classical Hodge theory. On the one hand, we establish a generalization of Hodge-Riemann bilinear relations. For a semisimple local system on a smooth projective variety, we define a canonical isomorphism from the complex conjugate of its cohomology to the cohomology of the dual local system, which is a generalization of the classical Weil operator for pure Hodge structures. This isomorphism establishes a relation between the twisted Poincar\'e pairing, a purely topological object, and a positive definite Hermitian pairing. On the other hand, we prove a global invariant cycle theorem for semisimple local systems. As an application, we give a new and geometric proof of Sabbah's Decomposition Theorem for the direct images of semisimple local systems under proper algebraic maps, without using the category of polarizable twistor D-modules.
[ { "version": "v1", "created": "Thu, 23 Sep 2021 18:20:24 GMT" }, { "version": "v2", "created": "Wed, 29 Sep 2021 08:35:54 GMT" }, { "version": "v3", "created": "Thu, 13 Oct 2022 07:58:44 GMT" }, { "version": "v4", "created": "Wed, 11 Oct 2023 07:10:23 GMT" } ]
2024-12-13T00:00:00
[ [ "Wei", "Chuanhao", "" ], [ "Yang", "Ruijie", "" ] ]
2111.00835
Pavel Shevchenko V
Pavel V. Shevchenko, Daisuke Murakami, Tomoko Matsui, Tor A. Myrvoll
Impact of COVID-19 type events on the economy and climate under the stochastic DICE model
null
Environmental Economics and Policy Studies 24, pp. 459-476 (2022)
10.1007/s10018-021-00332-8
null
econ.GN q-fin.EC
http://creativecommons.org/licenses/by/4.0/
The classical DICE model is a widely accepted integrated assessment model for the joint modeling of economic and climate systems, where all model state variables evolve over time deterministically. We reformulate and solve the DICE model as an optimal control dynamic programming problem with six state variables (related to the carbon concentration, temperature, and economic capital) evolving over time deterministically and affected by two controls (carbon emission mitigation rate and consumption). We then extend the model by adding a discrete stochastic shock variable to model the economy in the stressed and normal regimes as a jump process caused by events such as the COVID-19 pandemic. These shocks reduce the world gross output leading to a reduction in both the world net output and carbon emission. The extended model is solved under several scenarios as an optimal stochastic control problem, assuming that the shock events occur randomly on average once every 100 years and last for 5 years. The results show that, if the world gross output recovers in full after each event, the impact of the COVID-19 events on the temperature and carbon concentration will be immaterial even in the case of a conservative 10\% drop in the annual gross output over a 5-year period. The impact becomes noticeable, although still extremely small (long-term temperature drops by $0.1^\circ \mathrm{C}$), in a presence of persistent shocks of a 5\% output drop propagating to the subsequent time periods through the recursively reduced productivity. If the deterministic DICE model policy is applied in a presence of stochastic shocks (i.e. when this policy is suboptimal), then the drop in temperature is larger (approximately $0.25^\circ \mathrm{C}$), that is, the lower economic activities owing to shocks imply that more ambitious mitigation targets are now feasible at lower costs.
[ { "version": "v1", "created": "Mon, 1 Nov 2021 11:09:49 GMT" } ]
2024-12-13T00:00:00
[ [ "Shevchenko", "Pavel V.", "" ], [ "Murakami", "Daisuke", "" ], [ "Matsui", "Tomoko", "" ], [ "Myrvoll", "Tor A.", "" ] ]
2111.04591
Zimo Sun
Zimo Sun
A note on the representations of $\text{SO}(1,d+1)$
47+16 pages, 10 figures; references added, acknowledgement corrected
null
10.1142/S0129055X24300073
null
hep-th
http://creativecommons.org/licenses/by/4.0/
$\text{SO}(1, d+1)$ is the isometry group of $(d+1)$-dimensional de Sitter spacetime $\text{dS}_{d+1}$ and the conformal group of $\mathbb{R}^{d}$. This note gives a pedagogical introduction to the representation theory of $\text{SO}(1, d+1)$, from the perspective of de Sitter quantum field theory and using tools from conformal field theory. Topics include (1) the construction and classification of all unitary irreducible representations (UIRs) of $\text{SO}(1,2)$ and $\text{SL}(2,\mathbb R)$, (2) the construction and classification of all UIRs of $\text{SO}(1,d+1)$ that describe integer-spin fields in $\text{dS}_{d+1}$, (3) a physical framework for understanding these UIRs, (4) the definition and derivation of Harish-Chandra group characters of $\text{SO}(1,d+1)$, and (5) a comparison between UIRs of $\text{SO}(1, d+1)$ and $\text{SO}(2,d)$.
[ { "version": "v1", "created": "Mon, 8 Nov 2021 15:56:36 GMT" }, { "version": "v2", "created": "Wed, 17 Nov 2021 15:57:47 GMT" } ]
2024-12-13T00:00:00
[ [ "Sun", "Zimo", "" ] ]
2112.04469
Scott Chapman
Scott Chapman
Twisted Superfields
26 pages
null
null
null
hep-ph hep-th
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
A model is presented that could lead to an interesting extension of the Standard Model. Like a supersymmetric gauge theory, the model is holomorphic and invariant to local superspace gauge transformations. However, the model is not invariant to superspace translations, so it is not supersymmetric. It is proposed that this combination allows the model to have many of the attractive features of supersymmetric theories, while at the same time predicting fewer particles that have not yet been seen experimentally. For example, the "superpartners" of the gauge bosons in the model are quarks. The model is able to generate the symmetries and particles of the Standard Model, but with some significant differences that have observable consequences. These consequences provide possible explanations for a number of 3-7 sigma deviations from Standard Model calculations that have been found in recent experiments.
[ { "version": "v1", "created": "Tue, 7 Dec 2021 04:53:57 GMT" }, { "version": "v2", "created": "Wed, 15 Dec 2021 18:44:41 GMT" }, { "version": "v3", "created": "Sat, 25 Dec 2021 00:30:11 GMT" }, { "version": "v4", "created": "Mon, 21 Feb 2022 21:12:32 GMT" }, { "version": "v5", "created": "Mon, 1 Aug 2022 14:50:43 GMT" }, { "version": "v6", "created": "Fri, 31 Mar 2023 23:53:33 GMT" }, { "version": "v7", "created": "Sun, 8 Sep 2024 16:26:23 GMT" }, { "version": "v8", "created": "Thu, 12 Dec 2024 17:49:13 GMT" } ]
2024-12-13T00:00:00
[ [ "Chapman", "Scott", "" ] ]
2112.05521
Walid Oukil
Walid Oukil
Non trivial zeros of the generalized Zeta function
null
null
null
null
math.GM
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In this paper, the generalized Riemann Zeta function is defined on the right half-plane. In particular, this allows us to prove that for every $\tau\in \mathbb{R}$ there exists at most one point $r\in (0,1)$ such that $|\zeta(r+i\tau) |=0$.
[ { "version": "v1", "created": "Tue, 7 Dec 2021 09:55:07 GMT" }, { "version": "v10", "created": "Mon, 2 May 2022 13:50:39 GMT" }, { "version": "v11", "created": "Tue, 10 May 2022 11:46:39 GMT" }, { "version": "v12", "created": "Mon, 11 Jul 2022 10:01:27 GMT" }, { "version": "v13", "created": "Tue, 26 Jul 2022 11:11:13 GMT" }, { "version": "v14", "created": "Tue, 2 Aug 2022 14:53:38 GMT" }, { "version": "v15", "created": "Tue, 16 Aug 2022 12:26:42 GMT" }, { "version": "v16", "created": "Tue, 4 Oct 2022 12:11:29 GMT" }, { "version": "v17", "created": "Tue, 8 Nov 2022 18:14:30 GMT" }, { "version": "v18", "created": "Mon, 14 Nov 2022 18:20:14 GMT" }, { "version": "v19", "created": "Tue, 6 Dec 2022 17:37:25 GMT" }, { "version": "v2", "created": "Mon, 3 Jan 2022 18:22:44 GMT" }, { "version": "v20", "created": "Mon, 12 Dec 2022 20:01:01 GMT" }, { "version": "v21", "created": "Tue, 3 Jan 2023 20:50:57 GMT" }, { "version": "v22", "created": "Tue, 10 Jan 2023 21:19:48 GMT" }, { "version": "v23", "created": "Thu, 2 Feb 2023 09:40:11 GMT" }, { "version": "v24", "created": "Sat, 18 Feb 2023 15:33:52 GMT" }, { "version": "v25", "created": "Wed, 8 Mar 2023 10:05:46 GMT" }, { "version": "v26", "created": "Wed, 15 Mar 2023 16:40:27 GMT" }, { "version": "v27", "created": "Mon, 20 Mar 2023 14:43:51 GMT" }, { "version": "v28", "created": "Tue, 4 Apr 2023 23:06:26 GMT" }, { "version": "v29", "created": "Thu, 13 Apr 2023 09:54:50 GMT" }, { "version": "v3", "created": "Thu, 20 Jan 2022 11:09:53 GMT" }, { "version": "v30", "created": "Wed, 9 Aug 2023 16:03:01 GMT" }, { "version": "v31", "created": "Tue, 15 Aug 2023 11:47:13 GMT" }, { "version": "v32", "created": "Mon, 21 Aug 2023 08:26:16 GMT" }, { "version": "v33", "created": "Fri, 10 Nov 2023 09:41:36 GMT" }, { "version": "v34", "created": "Fri, 24 Nov 2023 17:01:39 GMT" }, { "version": "v35", "created": "Wed, 6 Dec 2023 12:12:29 GMT" }, { "version": "v36", "created": "Mon, 18 Dec 2023 10:07:16 GMT" }, { "version": "v37", "created": "Mon, 1 Jan 2024 13:20:54 GMT" }, { "version": "v38", "created": "Thu, 11 Jan 2024 14:04:55 GMT" }, { "version": "v39", "created": "Thu, 18 Jan 2024 10:05:52 GMT" }, { "version": "v4", "created": "Wed, 9 Feb 2022 12:52:22 GMT" }, { "version": "v40", "created": "Sun, 28 Jan 2024 19:24:45 GMT" }, { "version": "v41", "created": "Sun, 4 Feb 2024 14:58:28 GMT" }, { "version": "v42", "created": "Fri, 16 Feb 2024 07:29:52 GMT" }, { "version": "v43", "created": "Fri, 23 Feb 2024 10:15:10 GMT" }, { "version": "v44", "created": "Fri, 1 Mar 2024 14:00:17 GMT" }, { "version": "v45", "created": "Wed, 13 Mar 2024 11:00:19 GMT" }, { "version": "v46", "created": "Mon, 18 Mar 2024 11:42:51 GMT" }, { "version": "v47", "created": "Thu, 4 Apr 2024 08:34:23 GMT" }, { "version": "v48", "created": "Mon, 8 Apr 2024 11:19:22 GMT" }, { "version": "v49", "created": "Wed, 8 May 2024 20:31:20 GMT" }, { "version": "v5", "created": "Sun, 20 Feb 2022 21:49:42 GMT" }, { "version": "v50", "created": "Mon, 20 May 2024 12:08:58 GMT" }, { "version": "v51", "created": "Wed, 29 May 2024 12:27:29 GMT" }, { "version": "v52", "created": "Mon, 10 Jun 2024 21:04:37 GMT" }, { "version": "v53", "created": "Thu, 20 Jun 2024 15:59:55 GMT" }, { "version": "v54", "created": "Wed, 26 Jun 2024 23:51:33 GMT" }, { "version": "v55", "created": "Mon, 8 Jul 2024 09:01:49 GMT" }, { "version": "v56", "created": "Mon, 15 Jul 2024 13:46:33 GMT" }, { "version": "v57", "created": "Sat, 27 Jul 2024 17:34:07 GMT" }, { "version": "v58", "created": "Sun, 4 Aug 2024 10:03:17 GMT" }, { "version": "v59", "created": "Thu, 15 Aug 2024 18:30:10 GMT" }, { "version": "v6", "created": "Wed, 23 Feb 2022 18:17:51 GMT" }, { "version": "v60", "created": "Tue, 17 Sep 2024 21:27:16 GMT" }, { "version": "v61", "created": "Mon, 14 Oct 2024 10:37:04 GMT" }, { "version": "v62", "created": "Sun, 20 Oct 2024 14:41:30 GMT" }, { "version": "v63", "created": "Thu, 5 Dec 2024 08:50:04 GMT" }, { "version": "v64", "created": "Wed, 11 Dec 2024 11:58:16 GMT" }, { "version": "v7", "created": "Thu, 14 Apr 2022 14:33:14 GMT" }, { "version": "v8", "created": "Tue, 19 Apr 2022 15:11:03 GMT" }, { "version": "v9", "created": "Thu, 28 Apr 2022 14:38:32 GMT" } ]
2024-12-13T00:00:00
[ [ "Oukil", "Walid", "" ] ]
2112.09284
Takumi Hayashi
Takumi Hayashi, Kohei Kamada, Naritaka Oshita, Jun'ichi Yokoyama
Vacuum decay in the Lorentzian path integral
26 pages, 5 figures; v3: references added, typos corrected
JCAP 05 (2022) 05
10.1088/1475-7516/2022/05/041
RESCEU-24/21, RIKEN-iTHEMS-Report-21
hep-th astro-ph.CO gr-qc hep-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We apply the Lorentzian path integral to the decay of a false vacuum and estimate the false-vacuum decay rate. To make the Lorentzian path integral convergent, the deformation of an integral contour is performed by following the Picard-Lefschetz theory. We show that the nucleation rate of a critical bubble, for which the corresponding bounce action is extremized, has the same exponent as the Euclidean approach. We also extend our computation to the nucleation of a bubble larger or smaller than the critical one to which the Euclidean formalism is not applicable.
[ { "version": "v1", "created": "Fri, 17 Dec 2021 02:06:18 GMT" }, { "version": "v2", "created": "Sun, 9 Jan 2022 10:54:43 GMT" }, { "version": "v3", "created": "Fri, 14 Jan 2022 05:47:50 GMT" } ]
2024-12-13T00:00:00
[ [ "Hayashi", "Takumi", "" ], [ "Kamada", "Kohei", "" ], [ "Oshita", "Naritaka", "" ], [ "Yokoyama", "Jun'ichi", "" ] ]
2201.00619
C\'ecile Gachet
C\'ecile Gachet
Finite quotients of abelian varieties with a Calabi-Yau resolution
[v1]: 54 pages, including the programs in the 6-page-long Appendix. [v2]: final version, updated after referee report. Theorem 1.5 is slightly more general now
Journal de l'\'Ecole polytechnique -- Math\'ematiques, Volume 11 (2024), pp. 1219-1286
null
null
math.AG math.GR
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Let $A$ be an abelian variety, and $G \subset Aut(A)$ a finite group acting freely in codimension two. We discuss whether the singular quotient $A/G$ admits a resolution that is a Calabi-Yau manifold. While Oguiso constructed two examples in dimension $3$, we show that there are none in dimension $4$. We also classify up to isogeny the possible abelian varieties $A$ in arbitrary dimension.
[ { "version": "v1", "created": "Mon, 3 Jan 2022 13:06:50 GMT" }, { "version": "v2", "created": "Thu, 12 Dec 2024 12:37:21 GMT" } ]
2024-12-13T00:00:00
[ [ "Gachet", "Cécile", "" ] ]
2201.02323
Duong Thuy Anh Nguyen
Duong Thuy Anh Nguyen, Duong Tung Nguyen, Angelia Nedi\'c
Distributed Nash Equilibrium Seeking over Time-Varying Directed Communication Networks
null
null
null
null
cs.GT
http://creativecommons.org/licenses/by-nc-nd/4.0/
This paper proposes a distributed algorithm to find the Nash equilibrium in a class of non-cooperative convex games with partial-decision information. Our method employs a distributed projected gradient play approach alongside consensus dynamics, with individual agents minimizing their local costs through gradient steps and local information exchange with neighbors via a time-varying directed communication network. Addressing time-varying directed graphs presents significant challenges. Existing methods often circumvent this by focusing on static graphs or specific types of directed graphs or by requiring the stepsizes to scale with the Perron-Frobenius eigenvectors. In contrast, we establish novel results that provide a contraction property for the mixing terms associated with time-varying row-stochastic weight matrices. Our approach explicitly expresses the contraction coefficient based on the characteristics of the weight matrices and graph connectivity structures, rather than implicitly through the second-largest singular value of the weight matrix as in prior studies. The established results facilitate proving geometric convergence of the proposed algorithm and advance convergence analysis for distributed algorithms in time-varying directed communication networks. Numerical results on a Nash-Cournot game demonstrate the efficacy of the proposed method.
[ { "version": "v1", "created": "Fri, 7 Jan 2022 04:28:52 GMT" }, { "version": "v2", "created": "Tue, 7 Feb 2023 23:04:18 GMT" }, { "version": "v3", "created": "Thu, 9 Feb 2023 20:20:34 GMT" }, { "version": "v4", "created": "Wed, 13 Mar 2024 09:45:31 GMT" }, { "version": "v5", "created": "Wed, 11 Dec 2024 21:19:11 GMT" } ]
2024-12-13T00:00:00
[ [ "Nguyen", "Duong Thuy Anh", "" ], [ "Nguyen", "Duong Tung", "" ], [ "Nedić", "Angelia", "" ] ]
2201.02401
Nofar Carmeli
Karl Bringmann, Nofar Carmeli, Stefan Mengel
Tight Fine-Grained Bounds for Direct Access on Join Queries
null
null
null
null
cs.DB cs.CC
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We consider the task of lexicographic direct access to query answers. That is, we want to simulate an array containing the answers of a join query sorted in a lexicographic order chosen by the user. A recent dichotomy showed for which queries and orders this task can be done in polylogarithmic access time after quasilinear preprocessing, but this dichotomy does not tell us how much time is required in the cases classified as hard. We determine the preprocessing time needed to achieve polylogarithmic access time for all join queries and all lexicographical orders. To this end, we propose a decomposition-based general algorithm for direct access on join queries. We then explore its optimality by proving lower bounds for the preprocessing time based on the hardness of a certain online Set-Disjointness problem, which shows that our algorithm's bounds are tight for all lexicographic orders on join queries. Then, we prove the hardness of Set-Disjointness based on the Zero-Clique Conjecture which is an established conjecture from fine-grained complexity theory. Interestingly, while proving our lower bound, we show that self-joins do not affect the complexity of direct access (up to logarithmic factors). Our algorithm can also be used to solve queries with projections and relaxed order requirements, though in these cases, its running time not necessarily optimal. We also show that similar techniques to those used in our lower bounds can be used to prove that, for enumerating answers to Loomis-Whitney joins, it is not possible to significantly improve upon trivially computing all answers at preprocessing. This, in turn, gives further evidence (based on the Zero-Clique Conjecture) to the enumeration hardness of self-join free cyclic joins with respect to linear preprocessing and constant delay.
[ { "version": "v1", "created": "Fri, 7 Jan 2022 11:22:44 GMT" }, { "version": "v2", "created": "Tue, 11 Jan 2022 13:40:01 GMT" }, { "version": "v3", "created": "Mon, 13 Jun 2022 09:57:00 GMT" }, { "version": "v4", "created": "Thu, 12 Jan 2023 19:48:49 GMT" }, { "version": "v5", "created": "Fri, 3 May 2024 09:43:14 GMT" }, { "version": "v6", "created": "Thu, 12 Dec 2024 14:50:34 GMT" } ]
2024-12-13T00:00:00
[ [ "Bringmann", "Karl", "" ], [ "Carmeli", "Nofar", "" ], [ "Mengel", "Stefan", "" ] ]
2201.06491
Christophe Hohlweg
Nathan Chapelier-Laget and Christophe Hohlweg
Shi arrangements and low elements in affine Coxeter groups
v.2 30 pages, 6 figures; to appear in Journal of the CMS
Canadian Journal Mathematics p.1-31 (2024)
10.4153/S0008414X24000130
null
math.CO math.GR
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Given an affine Coxeter group $W$, the corresponding Shi arrangement is a refinement of the corresponding Coxeter hyperplane arrangements that was introduced by Shi to study Kazhdan-Lusztig cells for $W$. In particular, Shi showed that each region of the Shi arrangement contains exactly one element of minimal length in $W$. Low elements in $W$ were introduced to study the word problem of the corresponding Artin-Tits (braid) group and turns out to produce automata to study the combinatorics of reduced words in $W$. In this article, we show in the case of an affine Coxeter group that the set of minimal length elements of the regions in the Shi arrangement is precisely the set of low elements, settling a conjecture of Dyer and the second author in this case. As a byproduct of our proof, we show that the descent-walls -- the walls that separate a region from the fundamental alcove -- of any region in the Shi arrangement are precisely the descent walls of the alcove of its corresponding low element.
[ { "version": "v1", "created": "Mon, 17 Jan 2022 16:04:26 GMT" }, { "version": "v2", "created": "Mon, 21 Aug 2023 17:47:01 GMT" } ]
2024-12-13T00:00:00
[ [ "Chapelier-Laget", "Nathan", "" ], [ "Hohlweg", "Christophe", "" ] ]
2201.08965
Changgeng Liao
Tian-Ang Zheng, Ye Zheng, Lei Wang, and Chang-Geng Liao
Dissipative generation of significant amount of photon-phonon asymmetric steering in magnomechanical interfaces
15 pages, 3 subfigures
EPJ Quantum Technol. 10, 19 (2023)
10.1140/epjqt/s40507-023-00177-y
null
quant-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We propose an effective approach for generating significant amount of entanglement and asymmetric steering between photon and phonon in a cavity magnomechanical system which consists of a microwave cavity and a yttrium iron garnet sphere. By driving the magnon mode of the yttrium iron garnet sphere with blue-detuned microwave field, the magnon mode can be acted as an engineered resevoir cools the Bogoliubov modes of microwave cavity mode and mechanical mode via beam-splitter-like interaction. In this way, the microwave cavity mode and mechanical mode are driven to two-mode squeezed states in the stationary limit. In particular, strong two-way and one-way asymmetric quantum steering between the photon and phonon modes can be obtained with even equal dissipation. It is very different from the conventional proposal of asymmetric quantum steering, where additional unbalanced losses or noises on the two subsystems has been imposed. Our finding may be significant to expand our understanding of the essential physics of asymmetric steering and extend the potential application of the cavity spintronics to device-independent quantum key distribution.
[ { "version": "v1", "created": "Sat, 22 Jan 2022 05:29:02 GMT" } ]
2024-12-13T00:00:00
[ [ "Zheng", "Tian-Ang", "" ], [ "Zheng", "Ye", "" ], [ "Wang", "Lei", "" ], [ "Liao", "Chang-Geng", "" ] ]
2202.08295
Shao-Jiang Wang
Rong-Gen Cai, Katsuya Hashino, Shao-Jiang Wang, Jiang-Hao Yu
Gravitational waves from patterns of electroweak symmetry breaking: an effective perspective
two columns, 29 pages, 14 figures, 2 tables, accepted for pulication in Communications in Theoretical Physics
null
10.1088/1572-9494/ad9c3d
null
hep-ph astro-ph.CO
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The future space-borne gravitational wave (GW) detectors would provide a promising probe for the new physics beyond the standard model that admits the first-order phase transitions. The predictions for the GW background vary sensitively among different concrete particle physics models but also share a large degeneracy in the model buildings, which motivates an effective model description on the phase transition based on different patterns of the electroweak symmetry breaking (EWSB). In this paper, using the scalar $N$-plet model as a demonstration, we propose an effective classification for three different patterns of EWSB: (1) radiative symmetry breaking with classical scale invariance, (2) Higgs mechanism in generic scalar extension, and (3) higher dimensional operators. We conclude that a strong first-order phase transition could be realized for (1) and (2) with a small quartic coupling and a small isospin of an additional $N$-plet field for the light scalar field model with and without the classical scale invariance, and (3) with a large mixing coupling between scalar fields and a large isospin of the $N$-plet field for the heavy scalar field model.
[ { "version": "v1", "created": "Wed, 16 Feb 2022 19:03:43 GMT" }, { "version": "v2", "created": "Mon, 28 Mar 2022 06:30:34 GMT" }, { "version": "v3", "created": "Thu, 12 Dec 2024 16:42:51 GMT" } ]
2024-12-13T00:00:00
[ [ "Cai", "Rong-Gen", "" ], [ "Hashino", "Katsuya", "" ], [ "Wang", "Shao-Jiang", "" ], [ "Yu", "Jiang-Hao", "" ] ]
2202.09952
Jun Wang Math
Jun Wang
A wonderful triangle in compressed sensing
it has errors
null
null
null
cs.IT math.IT math.OC
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In order to determine the sparse approximation function which has a direct metric relationship with the $\ell_{0}$ quasi-norm, we introduce a wonderful triangle whose sides are composed of $\Vert \mathbf{x} \Vert_{0}$, $\Vert \mathbf{x} \Vert_{1}$ and $\Vert \mathbf{x} \Vert_{\infty}$ for any non-zero vector $\mathbf{x} \in \mathbb{R}^{n}$ by delving into the iterative soft-thresholding operator in this paper. Based on this triangle, we deduce the ratio $\ell_{1}$ and $\ell_{\infty}$ norms as a sparsity-promoting objective function for sparse signal reconstruction and also try to give the sparsity interval of the signal. Considering the $\ell_{1}/\ell_{\infty}$ minimization from a angle $\beta$ of the triangle corresponding to the side whose length is $\Vert \mathbf{x} \Vert_{\infty} - \Vert \mathbf{x} \Vert_{1}/\Vert \mathbf{x} \Vert_{0}$, we finally demonstrate the performance of existing $\ell_{1}/\ell_{\infty}$ algorithm by comparing it with $\ell_{1}/\ell_{2}$ algorithm.
[ { "version": "v1", "created": "Mon, 21 Feb 2022 02:21:41 GMT" }, { "version": "v2", "created": "Thu, 12 Dec 2024 05:53:39 GMT" } ]
2024-12-13T00:00:00
[ [ "Wang", "Jun", "" ] ]
2203.13103
Farshad Kamalinejad
Farshad Kamalinejad, Zachary Slepian
A Simple Analytic Treatment of Neutrino Mass Impact on the Full Power Spectrum Shape via a Two-Fluid Approximation
30 pages, 12 figures
null
null
null
astro-ph.CO
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We present a new closed-form formula for the matter power spectrum in the presence of massive neutrinos that gives an accuracy of better than 5\% on all scales. It is the first closed-form result valid on all scales. To calculate this closed-form solution, we iteratively solve the fluid equations for cold dark matter+baryons, and neutrinos in terms of the neutrino mass fraction, $f_{\nu} \ll 1$, using variation of parameters to construct the response of the matter to the neutrino perturbation, which in turn will source the higher-order neutrino perturbations. This analytic solution accelerates calculations of the matter power spectrum with neutrinos. Also, it enables one to calculate the cross power spectra of matter and neutrinos which in turn can be used in computing the higher-order corrections to the power spectrum. To demonstrate our formula's accuracy and utility, we perform a Fisher forecast with it and show we reproduce the forecast from the Boltzmann solver class.
[ { "version": "v1", "created": "Thu, 24 Mar 2022 14:52:51 GMT" }, { "version": "v2", "created": "Thu, 12 Dec 2024 14:03:30 GMT" } ]
2024-12-13T00:00:00
[ [ "Kamalinejad", "Farshad", "" ], [ "Slepian", "Zachary", "" ] ]
2204.01029
Adam Wysocki
Adam Wysocki, Anil K. Dasanna, Heiko Rieger
Interacting particles in an activity landscape
12 pages, 5 figures
New J. Phys. 24 093013 (2022)
10.1088/1367-2630/ac8e8c
null
cond-mat.soft cond-mat.stat-mech
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We study interacting active Brownian particles (ABPs) with a space-dependent swim velocity via simulation and theory. We find that, although an equation of state exists, a mechanical equilibrium does not apply to ABPs in activity landscapes. The pressure difference originates in the flux of polar order and the gradient of swim velocity across the interface between regions of different activity. In contrast to motility-induced phase separation of ABPs with a homogeneous swim velocity, a critical point does not exist for an active-passive patch system, which continuously splits into a dense and a dilute phase with increasing activity. However, if the global density is so high that not all particles can be packed onto the inactive patch, then MIPS-like behavior is restored and the pressure is balanced again.
[ { "version": "v1", "created": "Sun, 3 Apr 2022 08:33:40 GMT" } ]
2024-12-13T00:00:00
[ [ "Wysocki", "Adam", "" ], [ "Dasanna", "Anil K.", "" ], [ "Rieger", "Heiko", "" ] ]
2204.01941
Tyler Chen
Tyler Chen, Thomas Trogdon, Shashanka Ubaru
Randomized matrix-free quadrature: unified and uniform bounds for stochastic Lanczos quadrature and the kernel polynomial method
null
null
null
null
math.NA cs.DS cs.NA
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We analyze randomized matrix-free quadrature algorithms for spectrum and spectral sum approximation. The algorithms studied include the kernel polynomial method and stochastic Lanczos quadrature, two widely used methods for these tasks. Our analysis of spectrum approximation unifies and simplifies several one-off analyses for these algorithms which have appeared over the past decade. In addition, we derive bounds for spectral sum approximation which guarantee that, with high probability, the algorithms are simultaneously accurate on all bounded analytic functions. Finally, we provide comprehensive and complimentary numerical examples. These examples illustrate some of the qualitative similarities and differences between the algorithms, as well as relative drawbacks and benefits to their use on different types of problems.
[ { "version": "v1", "created": "Tue, 5 Apr 2022 02:23:54 GMT" }, { "version": "v2", "created": "Fri, 2 Sep 2022 17:49:15 GMT" }, { "version": "v3", "created": "Thu, 12 Dec 2024 13:45:02 GMT" } ]
2024-12-13T00:00:00
[ [ "Chen", "Tyler", "" ], [ "Trogdon", "Thomas", "" ], [ "Ubaru", "Shashanka", "" ] ]
2204.04274
Robin Piedeleu
Aleksandar Milosavljevic and Robin Piedeleu and Fabio Zanasi
Rewriting for Symmetric Monoidal Categories with Commutative (Co)Monoid Structure
28 pages (including appendix). Journal version replacing the previous conference paper
null
null
null
cs.LO math.CT
http://creativecommons.org/licenses/by/4.0/
String diagrams are pictorial representations for morphisms of symmetric monoidal categories. They constitute an intuitive and expressive graphical syntax, which has found application in a very diverse range of fields including concurrency theory, quantum computing, control theory, machine learning, linguistics, and digital circuits. Rewriting theory for string diagrams relies on a combinatorial interpretation as double-pushout rewriting of certain hypergraphs. As previously studied, there is a `tension' in this interpretation: in order to make it sound and complete, we either need to add structure on string diagrams (in particular, Frobenius algebra structure) or pose restrictions on double-pushout rewriting (resulting in 'convex' rewriting). From the string diagram viewpoint, imposing a full Frobenius structure may not always be natural or desirable in applications, which motivates our study of a weaker requirement: commutative monoid structure. In this work we characterise string diagram rewriting modulo commutative monoid equations, via a sound and complete interpretation in a suitable notion of double-pushout rewriting of hypergraphs.
[ { "version": "v1", "created": "Fri, 8 Apr 2022 20:04:21 GMT" }, { "version": "v2", "created": "Wed, 29 Mar 2023 09:20:29 GMT" }, { "version": "v3", "created": "Thu, 12 Dec 2024 16:33:44 GMT" } ]
2024-12-13T00:00:00
[ [ "Milosavljevic", "Aleksandar", "" ], [ "Piedeleu", "Robin", "" ], [ "Zanasi", "Fabio", "" ] ]
2204.06960
Charlotte Micheloud
Charlotte Micheloud and Leonhard Held
The replication of equivalence studies
24 pages, 6 figures
null
10.1002/bimj.202300232
null
stat.ME
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Replication studies are increasingly conducted to assess the credibility of scientific findings. Most of these replication attempts target studies with a superiority design, but there is a lack of methodology regarding the analysis of replication studies with alternative types of designs, such as equivalence. In order to fill this gap, we propose two approaches, the two-trials rule and the sceptical TOST procedure, adapted from methods used in superiority settings. Both methods have the same overall Type-I error rate, but the sceptical TOST procedure allows replication success even for non-significant original or replication studies. This leads to a larger project power and other differences in relevant operating characteristics. Both methods can be used for sample size calculation of the replication study, based on the results from the original one. The two methods are applied to data from the Reproducibility Project: Cancer Biology.
[ { "version": "v1", "created": "Thu, 14 Apr 2022 13:34:35 GMT" }, { "version": "v2", "created": "Wed, 23 Aug 2023 15:07:26 GMT" }, { "version": "v3", "created": "Wed, 24 Apr 2024 13:31:44 GMT" } ]
2024-12-13T00:00:00
[ [ "Micheloud", "Charlotte", "" ], [ "Held", "Leonhard", "" ] ]
2204.10120
Nick Keepfer Mr
Nick Keepfer, I-Kang Liu, Franco Dalfovo, Nick Proukakis
Phase transition dimensionality crossover from two to three dimensions in a trapped ultracold atomic Bose gas
14 pages, 7 figures
null
10.1103/PhysRevResearch.4.033130
null
cond-mat.quant-gas
http://creativecommons.org/licenses/by/4.0/
The equilibrium properties of a weakly interacting atomic Bose gas across the Berezinskii-Kosterlitz-Thouless (BKT) and Bose-Einstein condensation (BEC) phase transitions are numerically investigated through a dimensionality crossover from two to three dimensions. The crossover is realised by confining the gas in an experimentally feasible hybridised trap which provides homogeneity along the planar xy-directions through a box potential in tandem with a harmonic transverse potential along the transverse z-direction. The dimensionality is modified by varying the frequency of the harmonic trap from tight to loose transverse trapping. Our findings, based on a stochastic (projected) Gross-Pitaevskii equation, showcase a continuous shift in the character of the phase transition from BKT to BEC, and a monotonic increase of the identified critical temperature as a function of dimensionality, with the strongest variation exhibited for small chemical potential values up to approximately twice the transverse confining potential
[ { "version": "v1", "created": "Thu, 21 Apr 2022 14:17:06 GMT" } ]
2024-12-13T00:00:00
[ [ "Keepfer", "Nick", "" ], [ "Liu", "I-Kang", "" ], [ "Dalfovo", "Franco", "" ], [ "Proukakis", "Nick", "" ] ]
2205.06257
Prasad Krishnan Dr
Abhinav Vaishya, Athreya Chandramouli, Srikar Kale, Prasad Krishnan
Coded Data Rebalancing for Distributed Data Storage Systems with Cyclic Storage
37 pages, updated previous version with new results
null
null
null
cs.IT cs.DC math.IT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We consider replication-based distributed storage systems in which each node stores the same quantum of data and each data bit stored has the same replication factor across the nodes. Such systems are referred to as balanced distributed databases. When existing nodes leave or new nodes are added to this system, the balanced nature of the database is lost, either due to the reduction in the replication factor, or the non-uniformity of the storage at the nodes. This triggers a rebalancing algorithm, that exchanges data between the nodes so that the balance of the database is reinstated. The goal is then to design rebalancing schemes with minimal communication load. In a recent work by Krishnan et al., coded transmissions were used to rebalance a carefully designed distributed database from a node removal or addition. These coded rebalancing schemes have optimal communication load, however, require the file-size to be at least exponential in the system parameters. In this work, we consider a cyclic balanced database (where data is cyclically placed in the system nodes) and present coded rebalancing schemes for node removal and addition in such a database. These databases (and the associated rebalancing schemes) require the file-size to be only cubic in the number of nodes in the system. We bound the advantage of our node removal rebalancing scheme over the uncoded scheme, and show that our scheme has a smaller communication load. In the node addition scenario, the rebalancing scheme presented is a simple uncoded scheme, which we show has optimal load. Finally, we derive a lower bound for the single node-removal rebalancing for the specific choice of data placements specified by our achievable rebalancing schemes, and show that our achievable rebalancing loads are within a multiplicative gap from the lower bound obtained.
[ { "version": "v1", "created": "Thu, 12 May 2022 17:56:49 GMT" }, { "version": "v2", "created": "Tue, 14 Jun 2022 00:11:10 GMT" }, { "version": "v3", "created": "Thu, 12 Dec 2024 18:23:57 GMT" } ]
2024-12-13T00:00:00
[ [ "Vaishya", "Abhinav", "" ], [ "Chandramouli", "Athreya", "" ], [ "Kale", "Srikar", "" ], [ "Krishnan", "Prasad", "" ] ]
2205.14488
Tadahiro Oh
Ilya Chevyrev, Tadahiro Oh, and Yuzhao Wang
Norm inflation for the cubic nonlinear heat equation above the scaling critical regularity
15 pages. Minor updates. To appear in Funkcial. Ekvac
null
null
null
math.AP math-ph math.MP
http://creativecommons.org/licenses/by/4.0/
We consider the ill-posedness issue for the cubic nonlinear heat equation and prove norm inflation with infinite loss of regularity in the H\"older-Besov space $\mathcal C^s = B^{s}_{\infty, \infty}$ for $ s \le -\frac 23$. In particular, our result includes the subcritical range $-1< s \le -\frac 23$, which is above the scaling critical regularity $s = -1$ with respect to the H\"older-Besov scale. In view of the well-posedness result in $\mathcal C^s$, $s > -\frac 23$, our ill-posedness result is sharp.
[ { "version": "v1", "created": "Sat, 28 May 2022 17:41:11 GMT" }, { "version": "v2", "created": "Thu, 12 Dec 2024 18:34:57 GMT" } ]
2024-12-13T00:00:00
[ [ "Chevyrev", "Ilya", "" ], [ "Oh", "Tadahiro", "" ], [ "Wang", "Yuzhao", "" ] ]
2206.07075
Ruijie Yang
Christian Schnell, Ruijie Yang
A log resolution for the theta divisor of a hyperelliptic curve
40 pages, final version, to appear in Algebraic Geometry
null
null
MPIM-Bonn-2022
math.AG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In this paper, we prove that the theta divisor of a smooth hyperelliptic curve has a natural and explicit embedded resolution of singularities using iterated blowups of Brill-Noether subvarieties. We also show that the Brill-Noether stratification of the hyperelliptic Jacobian is a Whitney stratification.
[ { "version": "v1", "created": "Tue, 14 Jun 2022 18:01:04 GMT" }, { "version": "v2", "created": "Sat, 18 Jun 2022 08:55:08 GMT" }, { "version": "v3", "created": "Fri, 24 Jun 2022 07:41:39 GMT" }, { "version": "v4", "created": "Mon, 16 Oct 2023 12:42:07 GMT" }, { "version": "v5", "created": "Thu, 4 Jan 2024 21:18:01 GMT" }, { "version": "v6", "created": "Mon, 18 Nov 2024 17:03:38 GMT" } ]
2024-12-13T00:00:00
[ [ "Schnell", "Christian", "" ], [ "Yang", "Ruijie", "" ] ]
2206.13261
Francois Dubois
Fran\c{c}ois Dubois (LMO, LMSSC), Pierre Lallemand (CSRC)
On single distribution lattice Boltzmann schemes for the approximation of Navier Stokes equations
null
Communications in Computational Physics, 2023, 34 (3), pp.613-671
10.4208/cicp.OA-2022-0185
null
math.NA cs.NA
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In this contribution we study the formal ability of a multi-resolution-times lattice Boltzmann scheme to approximate isothermal and thermal compressible Navier Stokes equations with a single particle distribution. More precisely, we consider a total of 12 classical square lattice Boltzmann schemes with prescribed sets of conserved and nonconserved moments. The question is to determine the algebraic expressions of the equilibrium functions for the nonconserved moments and the relaxation parameters associated to each scheme. We compare the fluid equations and the result of the Taylor expansion method at second order accuracy for bidimensional examples with a maximum of 17 velocities and three-dimensional schemes with at most 33 velocities. In some cases, it is not possible to fit exactly the physical model. For several examples, we adjust the Navier Stokes equations and propose nontrivial expressions for the equilibria.
[ { "version": "v1", "created": "Mon, 27 Jun 2022 12:49:34 GMT" }, { "version": "v2", "created": "Thu, 13 Apr 2023 12:16:33 GMT" }, { "version": "v3", "created": "Mon, 1 Jul 2024 08:51:06 GMT" }, { "version": "v4", "created": "Thu, 12 Dec 2024 12:18:26 GMT" } ]
2024-12-13T00:00:00
[ [ "Dubois", "François", "", "LMO, LMSSC" ], [ "Lallemand", "Pierre", "", "CSRC" ] ]
2206.15104
Tadashi Fujioka
Tadashi Fujioka
Euler characteristics of collapsing Alexandrov spaces
Minor changes
Arnold Math. J. 10 (2024), no. 4, 463-472
10.1007/s40598-024-00246-9
null
math.DG math.MG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We prove that the Euler characteristic of a collapsing Alexandrov space (in particular, a Riemannian manifold) is equal to the sum of the products of the Euler characteristics with compact support of the strata of the limit space and the Euler characteristics of the fibers over the strata. This was conjectured by Semyon Alesker.
[ { "version": "v1", "created": "Thu, 30 Jun 2022 08:11:06 GMT" }, { "version": "v2", "created": "Thu, 24 Aug 2023 06:29:41 GMT" }, { "version": "v3", "created": "Sat, 30 Dec 2023 06:23:53 GMT" } ]
2024-12-13T00:00:00
[ [ "Fujioka", "Tadashi", "" ] ]
2207.07306
Zhicheng Chen
Zhicheng Chen
A unified relational semantics for BPL, IPL and OL -- axiomatization without disjunction
null
null
null
null
math.LO
http://creativecommons.org/licenses/by-nc-sa/4.0/
In this paper, we propose a relational semantics of propositional language, which unifies the relational semantics of intuitionistic logic, Visser's Basic Propositional Logic and orthologic. Working in language $\{\bot,\land,\neg\}$ and $\{\bot,\land,\to\}$ respectively, we axiomatize this basic logic as well as stronger ones corresponding to different combinations of frame conditions: reflexivity, symmetry, and transitivity. We also provide translations from these propositional logics into modal logics.
[ { "version": "v1", "created": "Fri, 15 Jul 2022 06:12:18 GMT" }, { "version": "v2", "created": "Thu, 12 Dec 2024 05:44:36 GMT" } ]
2024-12-13T00:00:00
[ [ "Chen", "Zhicheng", "" ] ]
2207.10854
C\'ecile Gachet
C\'ecile Gachet
Positivity of higher exterior powers of the tangent bundle
[v4]: final version, updated after referee report
International Mathematics Research Notices, Volume 2024, Issue 8, April 2024, Pages 6522-6552
null
null
math.AG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We prove that a smooth projective variety $X$ of dimension $n$ with strictly nef third, fourth or $(n-1)$-th exterior power of the tangent bundle is a Fano variety. Moreover, in the first two cases, we provide a classification for $X$ under the assumption that $\rho(X)\ne 1$.
[ { "version": "v1", "created": "Fri, 22 Jul 2022 03:10:42 GMT" }, { "version": "v2", "created": "Mon, 1 Aug 2022 07:21:20 GMT" }, { "version": "v3", "created": "Sun, 14 Aug 2022 06:33:12 GMT" }, { "version": "v4", "created": "Thu, 12 Dec 2024 12:56:20 GMT" } ]
2024-12-13T00:00:00
[ [ "Gachet", "Cécile", "" ] ]
2207.13555
Alina Marian
Alina Marian
The Segre-Verlinde correspondence for the moduli space of stable bundles on a curve
null
null
null
null
math.AG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We show that the classic Verlinde numbers on the moduli space of semistable vector bundles on a smooth projective curve can also be regarded as Segre numbers of natural universal complexes over the moduli space.
[ { "version": "v1", "created": "Wed, 27 Jul 2022 14:45:08 GMT" }, { "version": "v2", "created": "Thu, 12 Dec 2024 18:55:32 GMT" } ]
2024-12-13T00:00:00
[ [ "Marian", "Alina", "" ] ]
2207.13773
Eric Palmerduca
E. Palmerduca, H. Qin, S. A. Cohen
Energizing charged particles by an orbit instability in a slowly rotating magnetic field
29 pages, 9 figures
Phys. Rev. E 106, 045209 (2022)
10.1103/PhysRevE.106.045209
null
physics.plasm-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The stability of charged particle motion in a uniform magnetic field with an added spatially uniform transverse rotating magnetic field (RMF) is studied analytically. It is found that the stability diagram of a single-particle's orbit depends critically on the chosen boundary conditions. We show that for many boundary conditions and wide regions in the parameter space, RMFs oscillating far below the cyclotron frequency can cause linear instabilities in the motion which break $\mu$-invariance and energize particles. Such energization may appear at odds with the adiabatic invariance of $\mu$; however, adiabatic invariance is an asymptotic result, and does not preclude such heating by magnetic fields oscillating at slow frequencies. This mechanism may contribute to heating in the edge plasma of field-reversed configurations (FRCs) in rotamak-FRC experiments. Furthermore, these RMF-driven instabilities may significantly enhance azimuthal current drive during the formation of FRCs in such devices.
[ { "version": "v1", "created": "Wed, 27 Jul 2022 20:06:03 GMT" }, { "version": "v2", "created": "Fri, 14 Oct 2022 02:27:12 GMT" } ]
2024-12-13T00:00:00
[ [ "Palmerduca", "E.", "" ], [ "Qin", "H.", "" ], [ "Cohen", "S. A.", "" ] ]
2207.14236
J. A. Sauls
Hikaru Ueki, Mehdi Zarea and J. A. Sauls
The Frequency Shift and Q of Disordered Superconducting RF Cavities
11 pages, 6 figures
null
null
null
cond-mat.supr-con
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Niobium superconducting radio-frequency (SRF) cavities for high energy accelerator applications have been greatly improved in terms of the quality factor $Q$ by techniques such as Nitrogen doping. However, the mechanisms leading improvement in $Q$ are still not fully understood. Quite recently the SRF group at Fermilab measured anomalies in the frequency shift of N-doped SRF Niobium cavities near the transition temperature. Here we report our theoretical analysis of these results based on the microscopic theory of superconductivity that incorporates anisotropy of the superconducting gap and inhomogeneous disorder in the screening region of the SRF cavities. We are able to account for frequency shift anomalies very close to $T_c$ of the order of fractions of a kHz. Our results for the frequency shift and Q are in good agreement with the experimental data reported for all four N-doped Nb SRF cavities by Bafia et al. We also compare our theory with an earlier report of on a Nb sample measured at 60 GHz. We also show that the quality factor calculated theoretically has a peak of upper convexity with the largest $Q$ at intermediate levels of disorder. For strong disorder, i.e. the dirty limit, pair breaking in the presence of disorder and screening currents limits the $Q$.
[ { "version": "v1", "created": "Thu, 28 Jul 2022 17:16:41 GMT" }, { "version": "v2", "created": "Fri, 29 Jul 2022 17:51:32 GMT" }, { "version": "v3", "created": "Wed, 11 Dec 2024 19:56:51 GMT" } ]
2024-12-13T00:00:00
[ [ "Ueki", "Hikaru", "" ], [ "Zarea", "Mehdi", "" ], [ "Sauls", "J. A.", "" ] ]
2207.14529
Felix Naumann
Sedir Mohammed and Lukas Budach and Moritz Feuerpfeil and Nina Ihde and Andrea Nathansen and Nele Noack and Hendrik Patzlaff and Felix Naumann and Hazar Harmouch
The Effects of Data Quality on Machine Learning Performance
null
null
null
null
cs.DB
http://creativecommons.org/licenses/by-sa/4.0/
Modern artificial intelligence (AI) applications require large quantities of training and test data. This need creates critical challenges not only concerning the availability of such data, but also regarding its quality. For example, incomplete, erroneous, or inappropriate training data can lead to unreliable models that ultimately produce poor decisions. Trustworthy AI applications require high-quality training and test data along many quality dimensions, such as accuracy, completeness, and consistency. We explore empirically the relationship between six data quality dimensions and the performance of 19 popular machine learning algorithms covering the tasks of classification, regression, and clustering, with the goal of explaining their performance in terms of data quality. Our experiments distinguish three scenarios based on the AI pipeline steps that were fed with polluted data: polluted training data, test data, or both. We conclude the paper with an extensive discussion of our observations.
[ { "version": "v1", "created": "Fri, 29 Jul 2022 07:53:31 GMT" }, { "version": "v2", "created": "Mon, 1 Aug 2022 09:36:48 GMT" }, { "version": "v3", "created": "Mon, 29 Aug 2022 14:35:46 GMT" }, { "version": "v4", "created": "Wed, 9 Nov 2022 13:26:12 GMT" }, { "version": "v5", "created": "Thu, 12 Dec 2024 00:05:01 GMT" } ]
2024-12-13T00:00:00
[ [ "Mohammed", "Sedir", "" ], [ "Budach", "Lukas", "" ], [ "Feuerpfeil", "Moritz", "" ], [ "Ihde", "Nina", "" ], [ "Nathansen", "Andrea", "" ], [ "Noack", "Nele", "" ], [ "Patzlaff", "Hendrik", "" ], [ "Naumann", "Felix", "" ], [ "Harmouch", "Hazar", "" ] ]
2208.10901
Raghunath Sahoo
Bhagyarathi Sahoo, Suman Deb, and Raghunath Sahoo
Multiplicity, transverse momentum and pseudorapidity dependence of open-heavy flavored hadron production in proton+proton collisions at $\sqrt{s}$= 13 TeV using PYTHIA8
13 pages and 6 captioned figures. Same as the published version in IJMPE
International Journal of Modern Physics E (2024) 2450055
10.1142/S0218301324500551
null
hep-ph hep-ex hep-th nucl-ex nucl-th
http://creativecommons.org/licenses/by-sa/4.0/
Recently, with the upgradation of LHC, it is realized that study of heavy-flavored hadrons, namely $\Lambda_{c}^{+}$ and $\rm{D}^{0}$ in hadronic collisions, could reveal the possibility of thermalization of charm quarks. With this motivation, we study the production dynamics of these hadrons using a pQCD-inspired Monte Carlo event generator called PYTHIA8 in proton+proton collisions at $\sqrt{s}$ = 13 TeV. The production dynamics of these hadrons are analyzed through charged-particle multiplicity, transverse momentum, and pseudorapidity. With the help of the established PYTHIA8 tunes to mimic the behavior of flow-like features, we investigated the variation of effective temperature and degree of non-extensivity using thermodynamically consistent non-extensive Tsallis statistics. We further attempted to establish a connection between the initial state and final state by estimating the correlation between the number of multi-partonic interactions ($\rm{n}_{MPI}$) with the Knudsen number.
[ { "version": "v1", "created": "Tue, 23 Aug 2022 12:11:05 GMT" }, { "version": "v2", "created": "Thu, 12 Dec 2024 06:25:07 GMT" } ]
2024-12-13T00:00:00
[ [ "Sahoo", "Bhagyarathi", "" ], [ "Deb", "Suman", "" ], [ "Sahoo", "Raghunath", "" ] ]
2208.11722
Isaac Layton
Isaac Layton and Jonathan Oppenheim and Zachary Weller-Davies
A healthier semi-classical dynamics
12 main, 31 total, 8 figures V2: fixed typos; improved presentation in main results section; alternate notation and proof details for main results added to appendices A and C V3: journal version
null
null
null
quant-ph gr-qc hep-th
http://creativecommons.org/licenses/by/4.0/
We study the back-reaction of quantum systems onto classical ones. Taking the starting point that semi-classical physics should be described at all times by a point in classical phase space and a quantum state in Hilbert space, we consider an unravelling approach, describing the system in terms of a classical-quantum trajectory. We derive the general form of the dynamics under the assumptions that the classical trajectories are continuous and the evolution is autonomous, and the requirement that the dynamics is linear and completely positive in the combined classical-quantum state. This requirement is necessary in order to consistently describe probabilities, and forces the dynamics to be stochastic when the back-reaction is non-zero. The resulting equations of motion are natural generalisations of the standard semi-classical equations of motion, but since the resulting dynamics is linear in the combined classical-quantum state, it does not lead to the pathologies which usually follow from evolution laws based on expectation values. In particular, the evolution laws we present account for correlations between the classical and quantum system, which resolves issues associated with other semi-classical approaches. In addition, despite a breakdown of predictability in the classical degrees of freedom, the quantum state evolves deterministically conditioned on the classical trajectory, provided a trade-off between decoherence and diffusion is saturated. As a result, the quantum state remains pure when conditioned on the classical trajectory. To illustrate these points, we numerically simulate a number of semi-classical toy models, including one of vacuum fluctuations as a source driving the expansion of the universe. Finally, we discuss the application of these results to semi-classical gravity, and the black-hole information problem.
[ { "version": "v1", "created": "Wed, 24 Aug 2022 18:04:14 GMT" }, { "version": "v2", "created": "Thu, 9 Feb 2023 14:49:28 GMT" }, { "version": "v3", "created": "Thu, 12 Dec 2024 08:25:42 GMT" } ]
2024-12-13T00:00:00
[ [ "Layton", "Isaac", "" ], [ "Oppenheim", "Jonathan", "" ], [ "Weller-Davies", "Zachary", "" ] ]
2209.11042
Jiangyong Jia
Jiangoyng Jia, Giuliano Giacalone, Benjamin Bally, James Daniel Brandenburg, Ulrich Heinz, Shengli Huang, Dean Lee, Yen-Jie Lee, Wei Li, Constantin Loizides, Matthew Luzum, Govert Nijs, Jacquelyn Noronha-Hostler, Mateusz Ploskon, Wilke van der Schee, Bjoern Schenke, Chun Shen, Vittorio Som\`a, Anthony Timmins, Zhangbu Xu, and You Zhou
Imaging the initial condition of heavy-ion collisions and nuclear structure across the nuclide chart
25 pages, 6 figures, include a brief update on progress since Oct 2022
NUCL SCI TECH 35, 220 (2024)
10.1007/s41365-024-01589-w
null
nucl-ex hep-ph nucl-th
http://creativecommons.org/licenses/by/4.0/
High-energy nuclear collisions encompass three key stages: the structure of the colliding nuclei informed by low-energy nuclear physics, the initial condition (IC) leading to the formation of quark-gluon plasma (QGP), and the hydrodynamic expansion and hadronization of the QGP leading to final-state hadrons observed experimentally. Recent advances in experimental and theoretical methods have ushered in a precision era, enabling an increasingly accurate understanding of these stages. However, most approaches involve simultaneously determining both QGP properties and initial conditions from a single collision system, creating complexity due to the coupled contributions of various stages to the final-state observables. To avoid this, we propose leveraging known knowledge of low-energy nuclear structure and hydrodynamic observables to constrain the IC independently. By conducting comparative studies of collisions involving isobar-like nuclei - species with similar mass numbers but different structures - we disentangle the initial condition's impacts from the QGP properties. This approach not only refines our understanding of the IC but also turns high-energy experiments into a precision tool for imaging nuclear structures, offering insights that complement traditional low-energy approaches. Opportunities for carrying out such comparative experiments at the LHC and other facilities could significantly advance both high-energy and low-energy nuclear physics. Additionally, this approach has implications for the future EIC. While the possibilities are extensive, we focus on selected proposals that could benefit both the high-energy and low-energy nuclear physics communities. Originally prepared as input for the long-range plan of U.S. nuclear physics, this white paper reflects the status as of September 2022, with a brief update on developments since then.
[ { "version": "v1", "created": "Thu, 22 Sep 2022 14:37:51 GMT" }, { "version": "v2", "created": "Tue, 15 Oct 2024 23:39:44 GMT" }, { "version": "v3", "created": "Thu, 12 Dec 2024 15:22:39 GMT" } ]
2024-12-13T00:00:00
[ [ "Jia", "Jiangoyng", "" ], [ "Giacalone", "Giuliano", "" ], [ "Bally", "Benjamin", "" ], [ "Brandenburg", "James Daniel", "" ], [ "Heinz", "Ulrich", "" ], [ "Huang", "Shengli", "" ], [ "Lee", "Dean", "" ], [ "Lee", "Yen-Jie", "" ], [ "Li", "Wei", "" ], [ "Loizides", "Constantin", "" ], [ "Luzum", "Matthew", "" ], [ "Nijs", "Govert", "" ], [ "Noronha-Hostler", "Jacquelyn", "" ], [ "Ploskon", "Mateusz", "" ], [ "van der Schee", "Wilke", "" ], [ "Schenke", "Bjoern", "" ], [ "Shen", "Chun", "" ], [ "Somà", "Vittorio", "" ], [ "Timmins", "Anthony", "" ], [ "Xu", "Zhangbu", "" ], [ "Zhou", "You", "" ] ]
2209.12271
Yizhe Zhu
Ioana Dumitriu, Yizhe Zhu
Extreme singular values of inhomogeneous sparse random rectangular matrices
23 pages
Bernoulli, 30(4): 2904-2931, 2024
10.3150/23-BEJ1699
null
math.PR math.CO math.ST stat.TH
http://creativecommons.org/licenses/by/4.0/
We develop a unified approach to bounding the largest and smallest singular values of an inhomogeneous random rectangular matrix, based on the non-backtracking operator and the Ihara-Bass formula for general random Hermitian matrices with a bipartite block structure. We obtain probabilistic upper (respectively, lower) bounds for the largest (respectively, smallest) singular values of a large rectangular random matrix $X$. These bounds are given in terms of the maximal and minimal $\ell_2$-norms of the rows and columns of the variance profile of $X$. The proofs involve finding probabilistic upper bounds on the spectral radius of an associated non-backtracking matrix $B$. The two-sided bounds can be applied to the centered adjacency matrix of sparse inhomogeneous Erd\H{o}s-R\'{e}nyi bipartite graphs for a wide range of sparsity, down to criticality. In particular, for Erd\H{o}s-R\'{e}nyi bipartite graphs $G(n,m,p)$ with $p=\omega(\log n)/n$, and $m/n\to y \in (0,1)$, our sharp bounds imply that there are no outliers outside the support of the Mar\v{c}enko-Pastur law almost surely. This result extends the Bai-Yin theorem to sparse rectangular random matrices.
[ { "version": "v1", "created": "Sun, 25 Sep 2022 17:25:45 GMT" }, { "version": "v2", "created": "Fri, 28 Oct 2022 04:57:42 GMT" }, { "version": "v3", "created": "Tue, 7 Nov 2023 09:07:58 GMT" }, { "version": "v4", "created": "Thu, 12 Dec 2024 18:06:41 GMT" } ]
2024-12-13T00:00:00
[ [ "Dumitriu", "Ioana", "" ], [ "Zhu", "Yizhe", "" ] ]
2209.14181
Stefan Faridani
Stefan Faridani and Paul Niehaus
Linear estimation of average global effects
null
null
null
null
econ.EM
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We study the problem of estimating the average causal effect of treating every member of a population, as opposed to none, using an experiment that treats only some. This is the policy-relevant estimand when deciding whether to scale up an intervention based on the results of an RCT, for example, but differs from the usual average treatment effect in the presence of spillovers. We consider both estimation and experimental design given a bound (parametrized by $\eta > 0$) on the rate at which spillovers decay with the ``distance'' between units, defined in a generalized way to encompass spatial and quasi-spatial settings, e.g. where the economically relevant concept of distance is a gravity equation. Over all estimators linear in the outcomes and all cluster-randomized designs the optimal geometric rate of convergence is $n^{-\frac{1}{2+\frac{1}{\eta}}}$, and this rate can be achieved using a generalized ``Scaling Clusters'' design that we provide. We then introduce the additional assumption, implicit in the OLS estimators used in recent applied studies, that potential outcomes are linear in population treatment assignments. These estimators are inconsistent for our estimand, but a refined OLS estimator is consistent and rate optimal, and performs better than IPW estimators when clusters must be small. Its finite-sample performance can be improved by incorporating prior information about the structure of spillovers. As a robust alternative to the linear approach we also provide a method to select estimator-design pairs that minimize a notion of worst-case risk when the data generating process is unknown. Finally, we provide asymptotically valid inference methods.
[ { "version": "v1", "created": "Wed, 28 Sep 2022 15:54:20 GMT" }, { "version": "v2", "created": "Tue, 20 Dec 2022 19:32:53 GMT" }, { "version": "v3", "created": "Tue, 24 Jan 2023 16:44:51 GMT" }, { "version": "v4", "created": "Mon, 18 Sep 2023 17:45:25 GMT" }, { "version": "v5", "created": "Wed, 11 Dec 2024 21:56:33 GMT" } ]
2024-12-13T00:00:00
[ [ "Faridani", "Stefan", "" ], [ "Niehaus", "Paul", "" ] ]
2209.15577
William Rushworth
Hans U. Boden, Ceyhun Elmacioglu, Anshul Guha, Homayun Karimi, William Rushworth, Yun-chi Tang, and Bryan Wang Peng Jun
On knots that divide ribbon knotted surfaces
13 pages, 1 figure, 1 table. Comments welcome. V2: typographical corrections
null
10.1017/S030500412400029X
null
math.GT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We define a knot to be half ribbon if it is the cross-section of a ribbon 2-knot, and observe that ribbon implies half ribbon implies slice. We introduce the half ribbon genus of a knot K, the minimum genus of a ribbon knotted surface of which K is a cross-section. We compute this genus for all prime knots up to 12 crossings, and many 13-crossing knots. The same approach yields new computations of the doubly slice genus. We also introduce the half fusion number of a knot K, that measures the complexity of ribbon 2-knots of which K is a cross-section. We show that it is bounded from below by the Levine-Tristram signatures, and differs from the standard fusion number by an arbitrarily large amount.
[ { "version": "v1", "created": "Fri, 30 Sep 2022 16:38:23 GMT" }, { "version": "v2", "created": "Wed, 2 Nov 2022 18:13:02 GMT" } ]
2024-12-13T00:00:00
[ [ "Boden", "Hans U.", "" ], [ "Elmacioglu", "Ceyhun", "" ], [ "Guha", "Anshul", "" ], [ "Karimi", "Homayun", "" ], [ "Rushworth", "William", "" ], [ "Tang", "Yun-chi", "" ], [ "Jun", "Bryan Wang Peng", "" ] ]
2210.14811
Markus P. Mueller
Caroline L. Jones, Stefan L. Ludescher, Albert Aloy, Markus P. Mueller
Theory-independent randomness generation from spatial symmetries
7+16 pages, 4 figures. V3: minor corrections and clarifications
null
null
null
quant-ph gr-qc hep-th
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We characterize how the response of physical systems to spatial rotations constrains the probabilities of events that may be observed. From a foundational point of view, we show that the set of quantum correlations in our scenarios can be derived from rotational symmetry alone, without assuming quantum physics. This shows that important predictions of quantum theory can be derived from the structure of space, demonstrating that semi-device-independent scenarios can be utilized to shed light on the foundations of physics. From a practical perspective, these results allow us to introduce semi-device-independent protocols for the generation of secure random numbers based on the breaking of spatial symmetries. While experimental implementations will rely on quantum physics, the security analysis and the amount of extracted randomness is theory-independent and certified by the observed correlations only. That is, our protocols rely on a physically meaningful assumption: a bound on a theory-independent notion of spin.
[ { "version": "v1", "created": "Wed, 26 Oct 2022 15:59:10 GMT" }, { "version": "v2", "created": "Sat, 29 Jul 2023 22:40:33 GMT" }, { "version": "v3", "created": "Thu, 12 Dec 2024 11:34:04 GMT" } ]
2024-12-13T00:00:00
[ [ "Jones", "Caroline L.", "" ], [ "Ludescher", "Stefan L.", "" ], [ "Aloy", "Albert", "" ], [ "Mueller", "Markus P.", "" ] ]
2211.01860
Filippo Airaldi
Filippo Airaldi, Bart De Schutter, Azita Dabiri
Learning safety in model-based Reinforcement Learning using MPC and Gaussian Processes
8 pages, 3 figures, submitted to IFAC World Congress 2023 (implemented reviews)
IFAC-PapersOnLine, 56 (2), 2023, 5759-5764
10.1016/j.ifacol.2023.10.563
null
eess.SY cs.SY
http://creativecommons.org/licenses/by/4.0/
We propose a method to encourage safety in Model Predictive Control (MPC)-based Reinforcement Learning (RL) via Gaussian Process (GP) regression. This framework consists of 1) a parametric MPC scheme that is employed as model-based controller with approximate knowledge on the real system's dynamics, 2) an episodic RL algorithm tasked with adjusting the MPC parametrization in order to increase its performance, and lastly, 3) GP regressors used to estimate, directly from data, constraints on the MPC parameters capable of predicting, up to some probability, whether the parametrization is likely to yield a safe or unsafe policy. These constraints are then enforced onto the RL updates in an effort to enhance the learning method with a probabilistic safety mechanism. Compared to other recent publications combining safe RL with MPC, our method does not require further assumptions on, e.g., the prediction model in order to retain computational tractability. We illustrate the results of our method in a numerical example on the control of a quadrotor drone in a safety-critical environment.
[ { "version": "v1", "created": "Thu, 3 Nov 2022 14:51:00 GMT" }, { "version": "v2", "created": "Fri, 17 Mar 2023 14:16:49 GMT" } ]
2024-12-13T00:00:00
[ [ "Airaldi", "Filippo", "" ], [ "De Schutter", "Bart", "" ], [ "Dabiri", "Azita", "" ] ]
2211.02846
Kai Wu
Kai Wu, Yingzhou Li, Wentiao Wu, Lin Lin, Wei Hu, Jinlong Yang
Hamiltonian transformation for accurate and efficient band structure interpolation
null
null
null
null
cond-mat.mtrl-sci physics.chem-ph physics.comp-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Electronic band structures is a cornerstone of condensed matter physics and materials science. Conventional methods like Wannier interpolation (WI), which are commonly used to interpolate band structures onto dense k-point grids, often encounter difficulties with complex systems, such as those involving entangled bands or topological obstructions. In this work, we introduce the Hamiltonian transformation (HT) method, a novel framework that directly enhances interpolation accuracy by localizing the Hamiltonian. Using a pre-optimized transformation, HT produces a far more localized Hamiltonian than WI, achieving up to two orders of magnitude greater accuracy for entangled bands. Although HT utilizes a slightly larger, nonlocal numerical basis set, its construction is rapid and requires no optimization, resulting in significant computational speedups. These features make HT a more precise, efficient, and robust alternative to WI for band structure interpolation, as further verified by high-throughput calculations.
[ { "version": "v1", "created": "Sat, 5 Nov 2022 08:05:03 GMT" }, { "version": "v2", "created": "Thu, 12 Dec 2024 13:56:20 GMT" } ]
2024-12-13T00:00:00
[ [ "Wu", "Kai", "" ], [ "Li", "Yingzhou", "" ], [ "Wu", "Wentiao", "" ], [ "Lin", "Lin", "" ], [ "Hu", "Wei", "" ], [ "Yang", "Jinlong", "" ] ]
2211.03243
Tadahiro Oh
Guopeng Li, Tadahiro Oh, and Guangqu Zheng
On the deep-water and shallow-water limits of the intermediate long wave equation from a statistical viewpoint
76 pages. Minor updates. To appear in Trans. London Math. Soc
null
null
null
math.AP math-ph math.MP math.PR
http://creativecommons.org/licenses/by/4.0/
(Due to the limit on the number of characters for an abstract set by arXiv, the full abstract can not be displayed here. See the abstract in the paper.) We study convergence problems for the intermediate long wave equation (ILW), with the depth parameter $\delta > 0$, in the deep-water limit ($\delta \to \infty$) and the shallow-water limit ($\delta \to 0$) from a statistical point of view. In particular, we establish convergence of invariant Gibbs dynamics for ILW in both the deep-water and shallow-water limits. For this purpose, we first construct the Gibbs measures for ILW, $0 < \delta < \infty$. As they are supported on distributions, a renormalization is required. With the Wick renormalization, we carry out the construction of the Gibbs measures for ILW. We then prove that the Gibbs measures for ILW converge in total variation to that for the Benjamin-Ono equation (BO) in the deep-water limit. In the shallow-water regime, after applying a scaling transformation, we prove that, as $\delta \to 0$, the Gibbs measures for the scaled ILW converge weakly to that for the Korteweg-de Vries equation (KdV). We point out that this second result is of particular interest since the Gibbs measures for the scaled ILW and KdV are mutually singular (whereas the Gibbs measures for ILW and BO are equivalent). We also discuss convergence of the associated dynamical problem. Lastly, we point out that our results also apply to the generalized ILW equation in the defocusing case, converging to the generalized BO in the deep-water limit and to the generalized KdV in the shallow-water limit. In the non-defocusing case, however, our results can not be extended to a nonlinearity with a higher power due to the non-normalizability of the corresponding Gibbs measures.
[ { "version": "v1", "created": "Mon, 7 Nov 2022 00:23:16 GMT" }, { "version": "v2", "created": "Thu, 12 Dec 2024 18:34:48 GMT" } ]
2024-12-13T00:00:00
[ [ "Li", "Guopeng", "" ], [ "Oh", "Tadahiro", "" ], [ "Zheng", "Guangqu", "" ] ]
2211.03735
Tadahiro Oh
Tadahiro Oh, Leonardo Tolomeo, Yuzhao Wang, and Guangqu Zheng
Hyperbolic $P(\Phi)_2$-model on the plane
79 pages. Updated Lemma 2.8. Also, improved presentation of Section 4
null
null
null
math.AP math-ph math.MP math.PR
http://creativecommons.org/licenses/by/4.0/
We study the hyperbolic $\Phi^{k+1}_2$-model on the plane. By establishing coming down from infinity for the associated stochastic nonlinear heat equation (SNLH) on the plane, we first construct a $\Phi^{k+1}_2$-measure on the plane as a limit of the $\Phi^{k+1}_2$-measures on large tori. We then study the canonical stochastic quantization of the $\Phi^{k+1}_2$-measure on the plane thus constructed, namely, we study the defocusing stochastic damped nonlinear wave equation forced by an additive space-time white noise (= the hyperbolic $\Phi^{k+1}_2$-model) on the plane. In particular, by taking a limit of the invariant Gibbs dynamics on large tori constructed by the first two authors with Gubinelli and Koch (2021), we construct invariant Gibbs dynamics for the hyperbolic $\Phi^{k+1}_2$-model on the plane. Our main strategy is to develop further the ideas from a recent work on the hyperbolic $\Phi^3_3$-model on the three-dimensional torus by the first two authors and Okamoto (2021), and to study convergence of the so-called enhanced Gibbs measures, for which coming down from infinity for the associated SNLH with positive regularity plays a crucial role. By combining wave and heat analysis together with ideas from optimal transport theory, we then conclude global well-posedness of the hyperbolic $\Phi^{k+1}_2$-model on the plane and invariance of the associated Gibbs measure. As a byproduct of our argument, we also obtain invariance of the limiting $\Phi^{k+1}_2$-measure on the plane under the dynamics of the parabolic $\Phi^{k+1}_2$-model.
[ { "version": "v1", "created": "Mon, 7 Nov 2022 18:09:59 GMT" }, { "version": "v2", "created": "Wed, 16 Nov 2022 16:12:16 GMT" }, { "version": "v3", "created": "Thu, 12 Dec 2024 18:34:29 GMT" } ]
2024-12-13T00:00:00
[ [ "Oh", "Tadahiro", "" ], [ "Tolomeo", "Leonardo", "" ], [ "Wang", "Yuzhao", "" ], [ "Zheng", "Guangqu", "" ] ]
2211.03821
Oleg Asipchuk
Oleg Asipchuk, Vladyslav Drezels
Examples of exponential bases on Union of intervals
null
null
10.4153/S0008439523000371
null
math.FA
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In this paper, we construct explicit exponential bases on finite or infinite unions of segments of total length one with some conditions on gaps between them. We also construct exponential bases on certain unions of cubes in $\R^d$ and we prove a stability result for unions of segments that generalize Kadec's $\frac{1}{4}-$theorem.
[ { "version": "v1", "created": "Mon, 7 Nov 2022 19:11:23 GMT" }, { "version": "v2", "created": "Thu, 22 Dec 2022 23:25:40 GMT" }, { "version": "v3", "created": "Thu, 12 Dec 2024 15:01:21 GMT" } ]
2024-12-13T00:00:00
[ [ "Asipchuk", "Oleg", "" ], [ "Drezels", "Vladyslav", "" ] ]
2211.04640
Trung Chau
Trung Chau and Selvi Kara
Barile-Macchia resolutions
49 pages. Updated version: Adding a result saying that being bridge-friendly implies having a minimal Barile-Macchia resolution and adding the notion of Batzies-Welker matchings. Comments are welcome!!!
Journal of Algebraic Combinatorics (2024)
10.1007/s10801-023-01293-9
null
math.AC math.CO
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We construct cellular resolutions for monomial ideals via discrete Morse theory. In particular, we develop an algorithm to create homogeneous acyclic matchings and we call the cellular resolutions induced from these matchings Barile-Macchia resolutions. These resolutions are minimal for edge ideals of weighted oriented forests and (most) cycles. As a result, we provide recursive formulas for graded Betti numbers and projective dimension. Furthermore, we compare Barile-Macchia resolutions to those created by Batzies and Welker and some well-known simplicial resolutions. Under certain assumptions, whenever the above resolutions are minimal, so are Barile-Macchia resolutions.
[ { "version": "v1", "created": "Wed, 9 Nov 2022 02:11:05 GMT" }, { "version": "v2", "created": "Thu, 6 Jul 2023 16:59:06 GMT" } ]
2024-12-13T00:00:00
[ [ "Chau", "Trung", "" ], [ "Kara", "Selvi", "" ] ]
2211.05844
Ta-Hsin Li
Ta-Hsin Li
Quantile Fourier Transform, Quantile Series, and Nonparametric Estimation of Quantile Spectra
null
null
null
null
stat.ME stat.CO
http://creativecommons.org/licenses/by-nc-nd/4.0/
A nonparametric method is proposed for estimating the quantile spectra and cross-spectra introduced in Li (2012; 2014) as bivariate functions of frequency and quantile level. The method is based on the quantile discrete Fourier transform (QDFT) defined by trigonometric quantile regression and the quantile series (QSER) defined by the inverse Fourier transform of the QDFT. A nonparametric spectral estimator is constructed from the autocovariance function of the QSER using the lag-window (LW) approach. Smoothing techniques are also employed to reduce the statistical variability of the LW estimator across quantiles when the underlying spectrum varies smoothly with respect to the quantile level. The performance of the proposed estimation method is evaluated through a simulation study.
[ { "version": "v1", "created": "Thu, 10 Nov 2022 19:59:17 GMT" }, { "version": "v2", "created": "Sat, 7 Dec 2024 21:04:04 GMT" }, { "version": "v3", "created": "Thu, 12 Dec 2024 16:44:13 GMT" } ]
2024-12-13T00:00:00
[ [ "Li", "Ta-Hsin", "" ] ]
2211.07621
Abiy Tasissa
Ahmed Abbasi, Shuchin Aeron, Abiy Tasissa
Alternating minimization algorithm with initialization analysis for r-local and k-sparse unlabeled sensing
18 pages. We add more details to theoretical results. We have updated the theorem on the error bound for the k-sparse case
null
null
null
eess.SP cs.IT cs.LG math.IT math.PR
http://creativecommons.org/licenses/by-nc-sa/4.0/
Unlabeled sensing is a linear inverse problem with permuted measurements. We propose an alternating minimization (AltMin) algorithm with a suitable initialization for two widely considered permutation models: partially shuffled/$k$-sparse permutations and $r$-local/block diagonal permutations. Key to the performance of the AltMin algorithm is the initialization. For the exact unlabeled sensing problem, assuming either a Gaussian measurement matrix or a sub-Gaussian signal, we bound the initialization error in terms of the number of blocks $s$ and the number of shuffles $k$. Experimental results show that our algorithm is fast, applicable to both permutation models, and robust to choice of measurement matrix. We also test our algorithm on several real datasets for the linked linear regression problem and show superior performance compared to baseline methods.
[ { "version": "v1", "created": "Mon, 14 Nov 2022 18:44:55 GMT" }, { "version": "v2", "created": "Thu, 12 Dec 2024 01:34:09 GMT" } ]
2024-12-13T00:00:00
[ [ "Abbasi", "Ahmed", "" ], [ "Aeron", "Shuchin", "" ], [ "Tasissa", "Abiy", "" ] ]
2211.08043
Panayotis Mertikopoulos
Wa\"iss Azizian and Franck Iutzeler and J\'er\^ome Malick and Panayotis Mertikopoulos
The rate of convergence of Bregman proximal methods: Local geometry vs. regularity vs. sharpness
30 pages, 3 figures, 2 tables
null
10.1137/23M1580218
null
math.OC cs.LG
http://creativecommons.org/licenses/by/4.0/
We examine the last-iterate convergence rate of Bregman proximal methods - from mirror descent to mirror-prox and its optimistic variants - as a function of the local geometry induced by the prox-mapping defining the method. For generality, we focus on local solutions of constrained, non-monotone variational inequalities, and we show that the convergence rate of a given method depends sharply on its associated Legendre exponent, a notion that measures the growth rate of the underlying Bregman function (Euclidean, entropic, or other) near a solution. In particular, we show that boundary solutions exhibit a stark separation of regimes between methods with a zero and non-zero Legendre exponent: the former converge at a linear rate, while the latter converge, in general, sublinearly. This dichotomy becomes even more pronounced in linearly constrained problems where methods with entropic regularization achieve a linear convergence rate along sharp directions, compared to convergence in a finite number of steps under Euclidean regularization.
[ { "version": "v1", "created": "Tue, 15 Nov 2022 10:49:04 GMT" }, { "version": "v2", "created": "Wed, 2 Aug 2023 09:12:54 GMT" }, { "version": "v3", "created": "Thu, 12 Dec 2024 17:37:59 GMT" } ]
2024-12-13T00:00:00
[ [ "Azizian", "Waïss", "" ], [ "Iutzeler", "Franck", "" ], [ "Malick", "Jérôme", "" ], [ "Mertikopoulos", "Panayotis", "" ] ]
2211.11483
Matthew Shardlow
Matthew Shardlow and Piotr Przyby{\l}a
Deanthropomorphising NLP: Can a Language Model Be Conscious?
null
null
10.1371/journal.pone.0307521
null
cs.CL cs.AI
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
This work is intended as a voice in the discussion over previous claims that a pretrained large language model (LLM) based on the Transformer model architecture can be sentient. Such claims have been made concerning the LaMDA model and also concerning the current wave of LLM-powered chatbots, such as ChatGPT. This claim, if confirmed, would have serious ramifications in the Natural Language Processing (NLP) community due to wide-spread use of similar models. However, here we take the position that such a large language model cannot be sentient, or conscious, and that LaMDA in particular exhibits no advances over other similar models that would qualify it. We justify this by analysing the Transformer architecture through Integrated Information Theory of consciousness. We see the claims of sentience as part of a wider tendency to use anthropomorphic language in NLP reporting. Regardless of the veracity of the claims, we consider this an opportune moment to take stock of progress in language modelling and consider the ethical implications of the task. In order to make this work helpful for readers outside the NLP community, we also present the necessary background in language modelling.
[ { "version": "v1", "created": "Mon, 21 Nov 2022 14:18:25 GMT" }, { "version": "v2", "created": "Thu, 18 May 2023 13:53:56 GMT" }, { "version": "v3", "created": "Thu, 31 Aug 2023 15:43:56 GMT" }, { "version": "v4", "created": "Wed, 15 Nov 2023 16:21:58 GMT" }, { "version": "v5", "created": "Mon, 25 Nov 2024 10:55:29 GMT" } ]
2024-12-13T00:00:00
[ [ "Shardlow", "Matthew", "" ], [ "Przybyła", "Piotr", "" ] ]
2211.12509
Cheng Tan
Cheng Tan, Zhangyang Gao, Siyuan Li, Stan Z. Li
SimVPv2: Towards Simple yet Powerful Spatiotemporal Predictive Learning
Accepted by TMM
null
null
null
cs.LG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Recent years have witnessed remarkable advances in spatiotemporal predictive learning, with methods incorporating auxiliary inputs, complex neural architectures, and sophisticated training strategies. While SimVP has introduced a simpler, CNN-based baseline for this task, it still relies on heavy Unet-like architectures for spatial and temporal modeling, which still suffers from high complexity and computational overhead. In this paper, we propose SimVPv2, a streamlined model that eliminates the need for Unet architectures and demonstrates that plain stacks of convolutional layers, enhanced with an efficient Gated Spatiotemporal Attention mechanism, can deliver state-of-the-art performance. SimVPv2 not only simplifies the model architecture but also improves both performance and computational efficiency. On the standard Moving MNIST benchmark, SimVPv2 achieves superior performance compared to SimVP, with fewer FLOPs, about half the training time, and 60% faster inference efficiency. Extensive experiments across eight diverse datasets, including real-world tasks such as traffic forecasting and climate prediction, further demonstrate that SimVPv2 offers a powerful yet straightforward solution, achieving robust generalization across various spatiotemporal learning scenarios. We believe the proposed SimVPv2 can serve as a solid baseline to benefit the spatiotemporal predictive learning community.
[ { "version": "v1", "created": "Tue, 22 Nov 2022 08:01:33 GMT" }, { "version": "v2", "created": "Mon, 16 Jan 2023 09:55:14 GMT" }, { "version": "v3", "created": "Wed, 26 Apr 2023 02:53:47 GMT" }, { "version": "v4", "created": "Thu, 12 Dec 2024 08:54:14 GMT" } ]
2024-12-13T00:00:00
[ [ "Tan", "Cheng", "" ], [ "Gao", "Zhangyang", "" ], [ "Li", "Siyuan", "" ], [ "Li", "Stan Z.", "" ] ]
2211.14219
Guy Aridor
Guy Aridor, Duarte Goncalves, Daniel Kluver, Ruoyan Kong, Joseph Konstan
The Informational Role of Online Recommendations: Evidence from a Field Experiment
null
null
null
null
econ.GN cs.CY cs.IR q-fin.EC
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We conduct a field experiment on a movie-recommendation platform to investigate whether and how online recommendations influence consumption choices. Using a within-subjects design, our experiment measures the causal effect of recommendations on consumption and decomposes the relative importance of two economic mechanisms: expanding consumers' consideration sets and providing information about their idiosyncratic match value. We find that the informational component exerts a stronger influence - recommendations shape consumer beliefs, which in turn drive consumption, particularly among less experienced consumers. Our findings and experimental design provide valuable insights for the economic evaluation and optimisation of online recommendation systems.
[ { "version": "v1", "created": "Fri, 25 Nov 2022 16:31:10 GMT" }, { "version": "v2", "created": "Thu, 12 Dec 2024 01:11:06 GMT" } ]
2024-12-13T00:00:00
[ [ "Aridor", "Guy", "" ], [ "Goncalves", "Duarte", "" ], [ "Kluver", "Daniel", "" ], [ "Kong", "Ruoyan", "" ], [ "Konstan", "Joseph", "" ] ]
2212.00943
Marco Mazzucchelli
Viktor L. Ginzburg, Basak Z. Gurel, Marco Mazzucchelli
Barcode entropy of geodesic flows
41 pages; final version: minor corrections. To appear in Journal of the European Mathematical Society
null
null
null
math.SG math.DG math.DS
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We introduce and study the barcode entropy for geodesic flows of closed Riemannian manifolds, which measures the exponential growth rate of the number of not-too-short bars in the Morse-theoretic barcode of the energy functional. We prove that the barcode entropy bounds from below the topological entropy of the geodesic flow and, conversely, bounds from above the topological entropy of any hyperbolic compact invariant set. As a consequence, for Riemannian metrics on surfaces, the barcode entropy is equal to the topological entropy. A key to the proofs and of independent interest is a crossing energy theorem for gradient flow lines of the energy functional.
[ { "version": "v1", "created": "Fri, 2 Dec 2022 03:05:44 GMT" }, { "version": "v2", "created": "Wed, 11 Dec 2024 22:10:30 GMT" } ]
2024-12-13T00:00:00
[ [ "Ginzburg", "Viktor L.", "" ], [ "Gurel", "Basak Z.", "" ], [ "Mazzucchelli", "Marco", "" ] ]
2212.09563
Maxwell Yin
M. Yin, B. Wang, Y. Dong, C. Ling
Source-Free Domain Adaptation for Question Answering with Masked Self-training
null
Transactions of the Association for Computational Linguistics, Volume 12, Pages 721-737, 2024/6/15
10.1162/tacl_a_00669
null
cs.CL
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Most previous unsupervised domain adaptation (UDA) methods for question answering(QA) require access to source domain data while fine-tuning the model for the target domain. Source domain data may, however, contain sensitive information and may be restricted. In this study, we investigate a more challenging setting, source-free UDA, in which we have only the pretrained source model and target domain data, without access to source domain data. We propose a novel self-training approach to QA models that integrates a unique mask module for domain adaptation. The mask is auto-adjusted to extract key domain knowledge while trained on the source domain. To maintain previously learned domain knowledge, certain mask weights are frozen during adaptation, while other weights are adjusted to mitigate domain shifts with pseudo-labeled samples generated in the target domain. %As part of the self-training process, we generate pseudo-labeled samples in the target domain based on models trained in the source domain. Our empirical results on four benchmark datasets suggest that our approach significantly enhances the performance of pretrained QA models on the target domain, and even outperforms models that have access to the source data during adaptation.
[ { "version": "v1", "created": "Mon, 19 Dec 2022 15:53:12 GMT" }, { "version": "v2", "created": "Sun, 17 Mar 2024 19:06:38 GMT" } ]
2024-12-13T00:00:00
[ [ "Yin", "M.", "" ], [ "Wang", "B.", "" ], [ "Dong", "Y.", "" ], [ "Ling", "C.", "" ] ]
2212.12588
Maciej Ga{\l}\k{a}zka
Maciej Ga{\l}\k{a}zka
Initial values of ML-degree polynomials
To appear in Advances in Applied Mathematics. Comments are welcome
null
null
null
math.CO
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We prove a conjecture about the initial values of ML-degree polynomials stated by Micha{\l}ek, Monin, and Wi\'sniewski.
[ { "version": "v1", "created": "Fri, 23 Dec 2022 21:09:47 GMT" }, { "version": "v2", "created": "Thu, 12 Dec 2024 16:58:25 GMT" } ]
2024-12-13T00:00:00
[ [ "Gałązka", "Maciej", "" ] ]
2212.14843
Orest Hrycyna
Orest Hrycyna
On the structural stability of a simple cosmological model in $R+\alpha R^{2}$ theory of gravity
18 pages, 3 figs; (v2) PLB accepted
null
null
null
gr-qc astro-ph.CO hep-th
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The theory of gravity with a quadratic contribution of scalar curvature is investigated using a dynamical systems approach. The simplest Friedmann--Robertson--Walker metric is employed to formulate the dynamics in both the Jordan frame and the conformally transformed Einstein frame. We show that, in both frames, there are stable de Sitter states where the expansion of the Hubble function naturally includes terms corresponding to an effective dark matter component. Using the invariant center manifold, we demonstrate that, in the Einstein frame, there exists a zero-measure set of initial conditions that lead from an unstable to a stable de Sitter state. Additionally, the initial de Sitter state is associated with a parallelly propagated singularity. We show that the formulations of the theory in the Jordan frame and the Einstein frame are physically nonequivalent.
[ { "version": "v1", "created": "Fri, 30 Dec 2022 17:42:18 GMT" }, { "version": "v2", "created": "Thu, 12 Dec 2024 11:55:46 GMT" } ]
2024-12-13T00:00:00
[ [ "Hrycyna", "Orest", "" ] ]
2301.09084
Ruijie Yang
Lauren\c{t}iu Maxim, Ruijie Yang
Higher Du Bois and higher rational singularities of hypersurfaces
v3: Title changed, references added and exposition reorganized; v2: convention of vanishing cycle mixed Hodge module is changed and the proof of Lemma 3.13 is rewritten; v1: 18 pages, comments are welcome!
null
null
MPIM-Bonn-2022
math.AG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In this note, we give several equivalent characterizations of higher Du Bois and higher rational singularities in the context of globally defined hypersurfaces. As a key input, we characterize these singularities using the Hodge filtration on the vanishing cycle mixed Hodge module. As an application, we indicate a homological criterion for detecting higher Du Bois and higher rational hypersurface singularities, formulated in terms of the spectral Hirzebruch-Milnor characteristic classes.
[ { "version": "v1", "created": "Sun, 22 Jan 2023 09:06:36 GMT" }, { "version": "v2", "created": "Sat, 25 Feb 2023 15:43:33 GMT" }, { "version": "v3", "created": "Sun, 2 Apr 2023 06:21:22 GMT" }, { "version": "v4", "created": "Fri, 7 Apr 2023 19:08:02 GMT" } ]
2024-12-13T00:00:00
[ [ "Maxim", "Laurenţiu", "" ], [ "Yang", "Ruijie", "" ] ]
2302.00132
Georgios Sakellaris
Seick Kim, Georgios Sakellaris
The Neumann Green function and scale invariant regularity estimates for elliptic equations with Neumann data in Lipschitz domains
null
Calculus of Variations and Partial Differential Equations 63 (2024), no. 8, Paper No. 219, 45 pp
10.1007/s00526-024-02825-2
null
math.AP
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We construct the Neumann Green function and establish scale invariant regularity estimates for solutions to the Neumann problem for the elliptic operator $Lu=-{\rm div}({\bf A} \nabla u+ \boldsymbol{b}u)+ \boldsymbol{c} \cdot \nabla u+du$ in a Lipschitz domain $\Omega$. We assume that ${\bf A}$ is elliptic and bounded, that the lower order coefficients belong to scale invariant Lebesgue spaces, and that either $d\geq{\rm div}\boldsymbol{b}$ in $\Omega$ and $\boldsymbol{b}\cdot\nu\geq 0$ on $\partial\Omega$ in the sense of distributions, or the analogous condition for $\boldsymbol{c}$ holds. We develop the $L^2$ theory, construct the Neumann Green function and show estimates in the respective optimal spaces, and show local and global pointwise estimates for solutions. The main novelty is that our estimates are scale invariant, since our constants depend on the lower order coefficients only via their norms, and on the Lipschitz domain only via its Lipschitz character. Moreover, our pointwise estimates are shown in the optimal scale invariant setting for the inhomogeneous terms and the Neumann data.
[ { "version": "v1", "created": "Tue, 31 Jan 2023 22:42:34 GMT" } ]
2024-12-13T00:00:00
[ [ "Kim", "Seick", "" ], [ "Sakellaris", "Georgios", "" ] ]
2302.03340
Xin-Xiang Ju
Xin-Xiang Ju, Wen-Bin Pan, Ya-Wen Sun and Yuan-Tai Wang
Generalized Rindler Wedge and Holographic Observer Concordance
v3: 53 pages, 13 figures; major expansion in the first two sections
null
null
null
hep-th gr-qc
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Defining gravitational subsystems has long been challenging due to the lack of the conventional notion of locality in gravity. In this work, we define gravitational subsystems from the observable spacetime subregions of a set of well-defined accelerating observers. We study the most general horizons of accelerating observers and find that in a general spacetime, only spacelike surfaces satisfying a global condition could become horizons of well-defined accelerating observers, which we name the Rindler-convexity condition. The entanglement entropy associated with a Rindler-convex region is proportional to the area of the enclosing surface. The subregions defined from this observer perspective is named the generalized Rindler wedge. This provides a physical origin for defining gravitational subsystems associated with one type of Type III von Neumann subalgebra. We propose the holographic interpretation of generalized Rindler wedges and provide evidence from the observer correspondence, the subregion subalgebra duality, and the equality of the entanglement entropy, respectively. We introduce time/space cutoffs in the bulk to substantiate this proposition, generalize it, and establish a holographic observer concordance framework, which asserts that the partitioning of degrees of freedom through observation is holographically concordant.
[ { "version": "v1", "created": "Tue, 7 Feb 2023 09:27:27 GMT" }, { "version": "v2", "created": "Sat, 12 Aug 2023 11:22:25 GMT" }, { "version": "v3", "created": "Thu, 12 Dec 2024 04:28:52 GMT" } ]
2024-12-13T00:00:00
[ [ "Ju", "Xin-Xiang", "" ], [ "Pan", "Wen-Bin", "" ], [ "Sun", "Ya-Wen", "" ], [ "Wang", "Yuan-Tai", "" ] ]
2302.04478
Weria Khaksar
Weria Khaksar, Diana Saplacan, Lee Andrew Bygrave and Jim Torresen
Robotics in Elderly Healthcare: A Review of 20 Recent Research Projects
null
null
null
null
cs.RO
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Studies show dramatic increase in elderly population of Western Europe over the next few decades, which will put pressure on healthcare systems. Measures must be taken to meet these social challenges. Healthcare robots investigated to facilitate independent living for elderly. This paper aims to review recent projects in robotics for healthcare from 2008 to 2021. We provide an overview of the focus in this area and a roadmap for upcoming research. Our study was initiated with a literature search using three digital databases. Searches were performed for articles, including research projects containing the words elderly care, assisted aging, health monitoring, or elderly health, and any word including the root word robot. The resulting 20 recent research projects are described and categorized in this paper. Then, these projects were analyzed using thematic analysis. Our findings can be summarized in common themes: most projects have a strong focus on care robots functionalities; robots are often seen as products in care settings; there is an emphasis on robots as commercial products; and there is some limited focus on the design and ethical aspects of care robots. The paper concludes with five key points representing a roadmap for future research addressing robotic for elderly people.
[ { "version": "v1", "created": "Thu, 9 Feb 2023 07:41:39 GMT" } ]
2024-12-13T00:00:00
[ [ "Khaksar", "Weria", "" ], [ "Saplacan", "Diana", "" ], [ "Bygrave", "Lee Andrew", "" ], [ "Torresen", "Jim", "" ] ]
2302.04715
Sayantan Paul
Sayantan Paul, Prasenjit Ghosh and Arijit Chakrabarti
Consistent Group selection using Global-local prior in High dimensional setup
null
null
null
null
math.ST stat.TH
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We consider the problem of model selection when grouping structure is inherent within the regressors. Using a Bayesian approach, we model the mean vector by a one-group global-local shrinkage prior belonging to a broad class of such priors that includes the horseshoe prior. In the context of variable selection, this class of priors was studied by Tang et al. (2018). A modified form of the usual class of global-local shrinkage priors with polynomial tail on the group regression coefficients is proposed. The resulting threshold rule selects the active group if within a group, the ratio of the $L_2$ norm of the posterior mean of its group coefficient to that of the corresponding ordinary least square group estimate is greater than a half. In the theoretical part of this article, we have used the global shrinkage parameter either as a tuning one or an empirical Bayes estimate of it depending on the knowledge regarding the underlying sparsity of the model. When the proportion of active groups is known, using $\tau$ as a tuning parameter, we have proved that our method is oracle. In case this proportion is unknown, we propose an empirical Bayes estimate of $\tau$. Even if this empirical Bayes estimate is used, then also our half-thresholding rule captures the truly important groups and obtains optimal estimation rate of the group coefficients simultaneously. Though our theoretical works rely on a special form of the design matrix, for general design matrices also, our simulation results show that the half-thresholding rule yields results similar to that of Yang and Narisetty (2020). As a consequence of this, in a high dimensional sparse group selection problem, instead of using the so-called `gold standard' spike and slab prior, one can use the one-group global-local shrinkage priors with polynomial tail to obtain similar results.
[ { "version": "v1", "created": "Thu, 9 Feb 2023 15:57:32 GMT" }, { "version": "v2", "created": "Thu, 20 Jul 2023 05:45:45 GMT" }, { "version": "v3", "created": "Thu, 25 Jan 2024 10:28:53 GMT" }, { "version": "v4", "created": "Thu, 12 Dec 2024 06:03:47 GMT" } ]
2024-12-13T00:00:00
[ [ "Paul", "Sayantan", "" ], [ "Ghosh", "Prasenjit", "" ], [ "Chakrabarti", "Arijit", "" ] ]
2302.04865
Ying Shen
Ying Shen, Daniel Bis, Cynthia Lu, Ismini Lourentzou
ELBA: Learning by Asking for Embodied Visual Navigation and Task Completion
14 pages, 10 figures, WACV 2025
null
null
null
cs.CV cs.AI cs.CL cs.LG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The research community has shown increasing interest in designing intelligent embodied agents that can assist humans in accomplishing tasks. Although there have been significant advancements in related vision-language benchmarks, most prior work has focused on building agents that follow instructions rather than endowing agents the ability to ask questions to actively resolve ambiguities arising naturally in embodied environments. To address this gap, we propose an Embodied Learning-By-Asking (ELBA) model that learns when and what questions to ask to dynamically acquire additional information for completing the task. We evaluate ELBA on the TEACh vision-dialog navigation and task completion dataset. Experimental results show that the proposed method achieves improved task performance compared to baseline models without question-answering capabilities.
[ { "version": "v1", "created": "Thu, 9 Feb 2023 18:59:41 GMT" }, { "version": "v2", "created": "Fri, 6 Dec 2024 00:13:04 GMT" }, { "version": "v3", "created": "Wed, 11 Dec 2024 22:55:09 GMT" } ]
2024-12-13T00:00:00
[ [ "Shen", "Ying", "" ], [ "Bis", "Daniel", "" ], [ "Lu", "Cynthia", "" ], [ "Lourentzou", "Ismini", "" ] ]
2302.12782
Alexi Morin-Duchesne
Alexis Langlois-R\'emillard, Alexi Morin-Duchesne
Uncoiled affine Temperley-Lieb algebras and their Wenzl-Jones projectors
v2: 55 pages. Includes a new section on Markov traces, as well as proofs of the closed-form formulas for the coefficients
null
null
null
math.RT math-ph math.MP
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Affine and periodic Temperley-Lieb algebras are families of diagrammatic algebras that find diverse applications in mathematics and physics. These algebras are infinite dimensional, yet most of their interesting modules are finite. In this paper, we introduce finite quotients for these algebras, which we term uncoiled affine Temperley-Lieb algebras and uncoiled periodic Temperley-Lieb algebras. We study some of their properties, including their defining relations, their description with diagrams, their dimensions, and their relation with affine and sandwich cellular algebras. The uncoiled algebras all have finitely many one-dimensional modules. We construct a family of Wenzl-Jones idempotents, each of which projects onto one of these one-dimensional modules. Our construction is explicit and uses the similar projectors for the ordinary Temperley-Lieb algebras, as well as the diagrammatic description of the uncoiled algebras in terms of sandwich diagrams. We also discuss the Markov traces for the uncoiled algebras and their evaluations on the newly defined projectors, and find expressions involving Chebyshev polynomials of the first kind.
[ { "version": "v1", "created": "Fri, 24 Feb 2023 17:52:48 GMT" }, { "version": "v2", "created": "Thu, 12 Dec 2024 13:03:39 GMT" } ]
2024-12-13T00:00:00
[ [ "Langlois-Rémillard", "Alexis", "" ], [ "Morin-Duchesne", "Alexi", "" ] ]
2302.14112
Antoine Maillard
Antoine Maillard, Afonso S. Bandeira, David Belius, Ivan Dokmani\'c, Shuta Nakajima
Injectivity of ReLU networks: perspectives from statistical physics
62 pages ; Changes to match the published version (v2), in particular Appendix A.7 was added, and Appendix G was re-worked as an alternative proof of Theorem 1.8
null
null
null
cond-mat.dis-nn cs.LG math.PR stat.ML
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
When can the input of a ReLU neural network be inferred from its output? In other words, when is the network injective? We consider a single layer, $x \mapsto \mathrm{ReLU}(Wx)$, with a random Gaussian $m \times n$ matrix $W$, in a high-dimensional setting where $n, m \to \infty$. Recent work connects this problem to spherical integral geometry giving rise to a conjectured sharp injectivity threshold for $\alpha = \frac{m}{n}$ by studying the expected Euler characteristic of a certain random set. We adopt a different perspective and show that injectivity is equivalent to a property of the ground state of the spherical perceptron, an important spin glass model in statistical physics. By leveraging the (non-rigorous) replica symmetry-breaking theory, we derive analytical equations for the threshold whose solution is at odds with that from the Euler characteristic. Furthermore, we use Gordon's min--max theorem to prove that a replica-symmetric upper bound refutes the Euler characteristic prediction. Along the way we aim to give a tutorial-style introduction to key ideas from statistical physics in an effort to make the exposition accessible to a broad audience. Our analysis establishes a connection between spin glasses and integral geometry but leaves open the problem of explaining the discrepancies.
[ { "version": "v1", "created": "Mon, 27 Feb 2023 19:51:42 GMT" }, { "version": "v2", "created": "Thu, 12 Dec 2024 13:15:42 GMT" } ]
2024-12-13T00:00:00
[ [ "Maillard", "Antoine", "" ], [ "Bandeira", "Afonso S.", "" ], [ "Belius", "David", "" ], [ "Dokmanić", "Ivan", "" ], [ "Nakajima", "Shuta", "" ] ]
2303.02373
Margaret Reid
M. D. Reid and P. D. Drummond
Hidden causal loops, macroscopic realism and Einstein-Podolsky-Rosen-Bell nonlocality: forward-backward stochastic simulations
5 pages, 4 figures
null
null
null
quant-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We analyze quantum measurement and entanglement by solving the dynamics of stochastic amplitudes that propagate both forward and backward in time. The model allows simulation of Einstein-Podolsky-Rosen and Bell correlations, and reveals consistency with a weak form of local realism defined after the unitary interactions determining the measurement settings. Bell violations emerge due to a breakdown of a subset of Bell's local-realism conditions. Our results elucidate how hidden causal loops can explain Bell nonlocality, without requiring retrocausality at a macroscopic level.
[ { "version": "v1", "created": "Sat, 4 Mar 2023 10:21:03 GMT" }, { "version": "v2", "created": "Thu, 12 Dec 2024 10:32:51 GMT" } ]
2024-12-13T00:00:00
[ [ "Reid", "M. D.", "" ], [ "Drummond", "P. D.", "" ] ]

Dataset Card for "arxiv-metadata-oai-snapshot"

More Information needed

This is a mirror of the metadata portion of the arXiv dataset.

The sync will take place weekly so may fall behind the original datasets slightly if there are more regular updates to the source dataset.

Metadata

This dataset is a mirror of the original ArXiv data. This dataset contains an entry for each paper, containing:

  • id: ArXiv ID (can be used to access the paper, see below)
  • submitter: Who submitted the paper
  • authors: Authors of the paper
  • title: Title of the paper
  • comments: Additional info, such as number of pages and figures
  • journal-ref: Information about the journal the paper was published in
  • doi: [https://www.doi.org](Digital Object Identifier)
  • abstract: The abstract of the paper
  • categories: Categories / tags in the ArXiv system
  • versions: A version history

You can access each paper directly on ArXiv using these links:

  • https://arxiv.org/abs/{id}: Page for this paper including its abstract and further links
  • https://arxiv.org/pdf/{id}: Direct link to download the PDF
Downloads last month
290