-
Static and Dynamics of Twisted Skyrmion Tubes in Frustrated Magnets
Authors:
Carlos Saji,
Eduardo Saavedra,
Vagson L. Carvalho-Santos,
Alvaro S. Nunez,
Roberto E. Troncoso
Abstract:
Stable three-dimensional topological skyrmion structures in frustrated magnets are investigated. The texture exhibits a helicoid pattern along the vertical direction, described by a position-dependent helicity, which interpolates between Neel- and hedgehog-like two-dimensional skyrmions, characterized by the Hopf index, and is referred to as "twisted skyrmion tubes" (TSkTs). The stability and topo…
▽ More
Stable three-dimensional topological skyrmion structures in frustrated magnets are investigated. The texture exhibits a helicoid pattern along the vertical direction, described by a position-dependent helicity, which interpolates between Neel- and hedgehog-like two-dimensional skyrmions, characterized by the Hopf index, and is referred to as "twisted skyrmion tubes" (TSkTs). The stability and topology of TSkTs are achieved by competing next-nearest-neighbor exchange interactions, the thickness of the magnet, and the applied magnetic field. The dynamical behavior of a twisted structure in frustrated magnets is determined. Specifically, we derive that the helicity dynamics of the TSkT can be driven by an electric current resulting from spin-orbit torque interaction. Furthermore, we address the study of the electronic scattering problem using a spin-orbit-torque-driven TSKT, which offers promising applications for low-power storage nanodevices and nanobatteries with enhanced control.
△ Less
Submitted 26 May, 2025;
originally announced May 2025.
-
The NEXT-100 Detector
Authors:
NEXT Collaboration,
C. Adams,
H. Almazán,
V. Álvarez,
A. I. Aranburu,
L. Arazi,
I. J. Arnquist,
F. Auria-Luna,
S. Ayet,
C. D. R. Azevedo,
K. Bailey,
F. Ballester,
J. E. Barcelon,
M. del Barrio-Torregrosa,
A. Bayo,
J. M. Benlloch-Rodríguez,
A. Bitadze,
F. I. G. M. Borges,
A. Brodolin,
N. Byrnes,
S. Carcel,
A. Castillo,
S. Cebrián,
E. Church,
L. Cid
, et al. (98 additional authors not shown)
Abstract:
The NEXT collaboration is dedicated to the study of double beta decays of $^{136}$Xe using a high-pressure gas electroluminescent time projection chamber. This advanced technology combines exceptional energy resolution ($\leq 1\%$ FWHM at the $Q_{ββ}$ value of the neutrinoless double beta decay) and powerful topological event discrimination. Building on the achievements of the NEXT-White detector,…
▽ More
The NEXT collaboration is dedicated to the study of double beta decays of $^{136}$Xe using a high-pressure gas electroluminescent time projection chamber. This advanced technology combines exceptional energy resolution ($\leq 1\%$ FWHM at the $Q_{ββ}$ value of the neutrinoless double beta decay) and powerful topological event discrimination. Building on the achievements of the NEXT-White detector, the NEXT-100 detector started taking data at the Laboratorio Subterráneo de Canfranc (LSC) in May of 2024. Designed to operate with xenon gas at 13.5 bar, NEXT-100 consists of a time projection chamber where the energy and the spatial pattern of the ionising particles in the detector are precisely retrieved using two sensor planes (one with photo-multiplier tubes and the other with silicon photo-multipliers). In this paper, we provide a detailed description of the NEXT-100 detector, describe its assembly, present the current estimation of the radiopurity budget, and report the results of the commissioning run, including an assessment of the detector stability.
△ Less
Submitted 23 May, 2025;
originally announced May 2025.
-
Adapting a Segmentation Foundation Model for Medical Image Classification
Authors:
Pengfei Gu,
Haoteng Tang,
Islam A. Ebeid,
Jose A. Nunez,
Fabian Vazquez,
Diego Adame,
Marcus Zhan,
Huimin Li,
Bin Fu,
Danny Z. Chen
Abstract:
Recent advancements in foundation models, such as the Segment Anything Model (SAM), have shown strong performance in various vision tasks, particularly image segmentation, due to their impressive zero-shot segmentation capabilities. However, effectively adapting such models for medical image classification is still a less explored topic. In this paper, we introduce a new framework to adapt SAM for…
▽ More
Recent advancements in foundation models, such as the Segment Anything Model (SAM), have shown strong performance in various vision tasks, particularly image segmentation, due to their impressive zero-shot segmentation capabilities. However, effectively adapting such models for medical image classification is still a less explored topic. In this paper, we introduce a new framework to adapt SAM for medical image classification. First, we utilize the SAM image encoder as a feature extractor to capture segmentation-based features that convey important spatial and contextual details of the image, while freezing its weights to avoid unnecessary overhead during training. Next, we propose a novel Spatially Localized Channel Attention (SLCA) mechanism to compute spatially localized attention weights for the feature maps. The features extracted from SAM's image encoder are processed through SLCA to compute attention weights, which are then integrated into deep learning classification models to enhance their focus on spatially relevant or meaningful regions of the image, thus improving classification performance. Experimental results on three public medical image classification datasets demonstrate the effectiveness and data-efficiency of our approach.
△ Less
Submitted 9 May, 2025;
originally announced May 2025.
-
Topo-VM-UNetV2: Encoding Topology into Vision Mamba UNet for Polyp Segmentation
Authors:
Diego Adame,
Jose A. Nunez,
Fabian Vazquez,
Nayeli Gurrola,
Huimin Li,
Haoteng Tang,
Bin Fu,
Pengfei Gu
Abstract:
Convolutional neural network (CNN) and Transformer-based architectures are two dominant deep learning models for polyp segmentation. However, CNNs have limited capability for modeling long-range dependencies, while Transformers incur quadratic computational complexity. Recently, State Space Models such as Mamba have been recognized as a promising approach for polyp segmentation because they not on…
▽ More
Convolutional neural network (CNN) and Transformer-based architectures are two dominant deep learning models for polyp segmentation. However, CNNs have limited capability for modeling long-range dependencies, while Transformers incur quadratic computational complexity. Recently, State Space Models such as Mamba have been recognized as a promising approach for polyp segmentation because they not only model long-range interactions effectively but also maintain linear computational complexity. However, Mamba-based architectures still struggle to capture topological features (e.g., connected components, loops, voids), leading to inaccurate boundary delineation and polyp segmentation. To address these limitations, we propose a new approach called Topo-VM-UNetV2, which encodes topological features into the Mamba-based state-of-the-art polyp segmentation model, VM-UNetV2. Our method consists of two stages: Stage 1: VM-UNetV2 is used to generate probability maps (PMs) for the training and test images, which are then used to compute topology attention maps. Specifically, we first compute persistence diagrams of the PMs, then we generate persistence score maps by assigning persistence values (i.e., the difference between death and birth times) of each topological feature to its birth location, finally we transform persistence scores into attention weights using the sigmoid function. Stage 2: These topology attention maps are integrated into the semantics and detail infusion (SDI) module of VM-UNetV2 to form a topology-guided semantics and detail infusion (Topo-SDI) module for enhancing the segmentation results. Extensive experiments on five public polyp segmentation datasets demonstrate the effectiveness of our proposed method. The code will be made publicly available.
△ Less
Submitted 9 May, 2025;
originally announced May 2025.
-
White Light Specular Reflection Data Augmentation for Deep Learning Polyp Detection
Authors:
Jose Angel Nuñez,
Fabian Vazquez,
Diego Adame,
Xiaoyan Fu,
Pengfei Gu,
Bin Fu
Abstract:
Colorectal cancer is one of the deadliest cancers today, but it can be prevented through early detection of malignant polyps in the colon, primarily via colonoscopies. While this method has saved many lives, human error remains a significant challenge, as missing a polyp could have fatal consequences for the patient. Deep learning (DL) polyp detectors offer a promising solution. However, existing…
▽ More
Colorectal cancer is one of the deadliest cancers today, but it can be prevented through early detection of malignant polyps in the colon, primarily via colonoscopies. While this method has saved many lives, human error remains a significant challenge, as missing a polyp could have fatal consequences for the patient. Deep learning (DL) polyp detectors offer a promising solution. However, existing DL polyp detectors often mistake white light reflections from the endoscope for polyps, which can lead to false positives.To address this challenge, in this paper, we propose a novel data augmentation approach that artificially adds more white light reflections to create harder training scenarios. Specifically, we first generate a bank of artificial lights using the training dataset. Then we find the regions of the training images that we should not add these artificial lights on. Finally, we propose a sliding window method to add the artificial light to the areas that fit of the training images, resulting in augmented images. By providing the model with more opportunities to make mistakes, we hypothesize that it will also have more chances to learn from those mistakes, ultimately improving its performance in polyp detection. Experimental results demonstrate the effectiveness of our new data augmentation method.
△ Less
Submitted 8 May, 2025;
originally announced May 2025.
-
High Voltage Delivery and Distribution for the NEXT-100 Time Projection Chamber
Authors:
NEXT Collaboration,
C. Adams,
H. Almazán,
V. Álvarez,
K. Bailey,
R. Guenette,
B. J. P. Jones,
S. Johnston,
K. Mistry,
F. Monrabal,
D. R. Nygren,
B. Palmeiro,
L. Rogers,
J. Waldschmidt,
B. Aparicio,
A. I. Aranburu,
L. Arazi,
I. J. Arnquist,
F. Auria-Luna,
S. Ayet,
C. D. R. Azevedo,
F. Ballester,
M. del Barrio-Torregrosa,
A. Bayo,
J. M. Benlloch-Rodríguez
, et al. (86 additional authors not shown)
Abstract:
A critical element in the realization of large liquid and gas time projection chambers (TPCs) is the delivery and distribution of high voltages into and around the detector. Such experiments require of order tens of kilovolts to enable electron drift over meter-scale distances. This paper describes the design and operation of the cathode feedthrough and high voltage distribution through the field…
▽ More
A critical element in the realization of large liquid and gas time projection chambers (TPCs) is the delivery and distribution of high voltages into and around the detector. Such experiments require of order tens of kilovolts to enable electron drift over meter-scale distances. This paper describes the design and operation of the cathode feedthrough and high voltage distribution through the field cage of the NEXT-100 experiment, an underground TPC that will search for neutrinoless double beta decay $0νββ$. The feedthrough has been demonstrated to hold pressures up to 20~bar and sustain voltages as high as -65~kV, and the TPC is operating stably at its design high voltages. The system has been realized within the constraints of a stringent radiopurity budget and is now being used to execute a suite of sensitive double beta decay analyses.
△ Less
Submitted 22 May, 2025; v1 submitted 2 May, 2025;
originally announced May 2025.
-
$η$-Einstein Sasakian Lie algebras
Authors:
Adrián M. Andrada,
Simon G. Chiossi,
Alberth J. Nuñez
Abstract:
We study $η$-Einstein Sasakian structures on Lie algebras, that is, Sasakian structures whose associated Ricci tensor satisfies an Einstein-like condition. We divide into the cases in which the Lie algebra's centre is non-trivial (and necessarily one-dimensional) and those where it is zero. In the former case we show that any Sasakian structure on a unimodular Lie algebra is $η$-Einstein. As for c…
▽ More
We study $η$-Einstein Sasakian structures on Lie algebras, that is, Sasakian structures whose associated Ricci tensor satisfies an Einstein-like condition. We divide into the cases in which the Lie algebra's centre is non-trivial (and necessarily one-dimensional) and those where it is zero. In the former case we show that any Sasakian structure on a unimodular Lie algebra is $η$-Einstein. As for centreless Sasakian Lie algebras, we devise a complete characterisation under certain dimensional assumptions regarding the action of the Reeb vector. Using this result, together with the theory of normal $j$-algebras and modifications of Hermitian Lie algebras, we construct new examples of $η$-Einstein Sasakian Lie algebras and solvmanifolds, and provide effective restrictions for their existence.
△ Less
Submitted 22 April, 2025;
originally announced April 2025.
-
Muon Imaging of Hydrotreatment Reactors
Authors:
Rafael Armando Martínez-Rivero,
Christian Sarmiento-Cano,
Diego Catillo-Morales,
Jorge Perea-Pérez,
Victor Baldovino-Medrano,
Jose David Sanabria-Gómez,
Luis Alberto Núñez
Abstract:
This study presents the design and simulation-based validation of a muon imaging system tailored for potential applications in industrial hydrotreatment units. The system is built around a two-panel plastic scintillator hodoscope, equipped with silicon photomultipliers and read-out via a CAEN FERS-A5202 acquisition system. The detector was calibrated using a stepwise ``staircase'' method and chara…
▽ More
This study presents the design and simulation-based validation of a muon imaging system tailored for potential applications in industrial hydrotreatment units. The system is built around a two-panel plastic scintillator hodoscope, equipped with silicon photomultipliers and read-out via a CAEN FERS-A5202 acquisition system. The detector was calibrated using a stepwise ``staircase'' method and characterized under open-sky and controlled conditions. We conducted muon flux attenuation measurements to validate its response using variable lead shielding. We found agreement with simulations generated using the MEIGA framework and realistic cosmic ray spectra from the ARTI simulation chain. With the detector response validated, we modelled muon transmission through a realistic 3D representation of a hydrotreatment tower, incorporating internal variations in catalyst bed density. By reconstructing angular muon fluxes and computing relative attenuation maps, we demonstrated the system's capability to detect internal density contrasts. Simulation results indicate that 20~hours of exposure to vertical muon flux is sufficient to retrieve structural information. In comparison, inclined configurations (30$^\circ$ and 60$^\circ$ from vertical) require extended exposure times--up to 8~days--yet remain feasible within industrial monitoring schedules. These findings highlight the feasibility of muography as a non-invasive diagnostic tool for complex industrial infrastructure. The proposed system shows strong potential for real-time monitoring of catalyst bed integrity and long-term structural analysis in high-pressure chemical reactors.
△ Less
Submitted 23 April, 2025; v1 submitted 21 April, 2025;
originally announced April 2025.
-
Broadband Optical Modulation and Control at Millikelvin Temperatures
Authors:
N. Tabassum,
T. Aralis,
J. Anczarski,
D. Baxter,
B. Cabrera,
R. Chapla,
N. Entin,
L. Hsu,
H. W. Magoon,
A. Nunez,
J. L. Ryan,
M. Salatino,
A. Simchony,
Z. J. Smith,
S. Stevens,
G. Perez,
H. Stueber,
B. A. Young,
N. A. Kurinsky,
K. Stifter
Abstract:
A universal experimental challenge when studying radiation effects on cryogenic devices is to precisely and accurately characterize the position-dependent device response very near the energy detection threshold. We have developed a compact cryogenic optical beam steering system that can be used to generate O(μs) pulses of small numbers of photons over the energy range of 1.2 - 4.5eV at room tempe…
▽ More
A universal experimental challenge when studying radiation effects on cryogenic devices is to precisely and accurately characterize the position-dependent device response very near the energy detection threshold. We have developed a compact cryogenic optical beam steering system that can be used to generate O(μs) pulses of small numbers of photons over the energy range of 1.2 - 4.5eV at room temperature, and deliver those photons via fiber optic to any specified location on the surface of a detector operating at cryogenic temperatures. This new system will allow for robust calibration of any photon-sensitive detector, including supercondcting devices. The system can be used efficiently to explore the physics of target materials, quantify the position sensitivity of different sensor designs, measure phonon transport, and study the effects of quasiparticle poisoning on detector operation. We describe the design of this pulsed calibration method and present first results obtained with a second-generation system operated at room temperature and sub-Kelvin temperatures.
△ Less
Submitted 9 April, 2025;
originally announced April 2025.
-
Tri-vector symmetry of 11 dimensional supergravity
Authors:
Walter H. Baron,
Diego Marques,
Carmen A. Nunez,
Nahuel Yazbek
Abstract:
Kaluza-Klein reductions of 11-dimensional supergravity lead to exceptional global symmetries in lower dimensions. Certain non-geometric elements of these symmetries, parameterized by a tri-vector $γ$, are not inherited from the higher-dimensional local symmetries, but represent instead a symmetry enhancement produced by the isometries of the background. Here, we demonstrate how to realize this enh…
▽ More
Kaluza-Klein reductions of 11-dimensional supergravity lead to exceptional global symmetries in lower dimensions. Certain non-geometric elements of these symmetries, parameterized by a tri-vector $γ$, are not inherited from the higher-dimensional local symmetries, but represent instead a symmetry enhancement produced by the isometries of the background. Here, we demonstrate how to realize this enhancement in 11 dimensions, as a symmetry principle with constrained parameters. We show that $γ$ transformations exchange the equations of motion of the metric and the three-form with their Bianchi identities, in a closed form, structuring them into tri-vector multiplets. Implementing this principle as an off-shell symmetry of the theory requires the introduction of a hierarchy of dual fields, including a six-form and a dual graviton in the initial levels.
△ Less
Submitted 2 April, 2025;
originally announced April 2025.
-
Intrinsic Donaldson-Thomas theory. II. Stability measures and invariants
Authors:
Chenjing Bu,
Andrés Ibáñez Núñez,
Tasuki Kinjo
Abstract:
This is the second paper in a series on intrinsic Donaldson-Thomas theory, a framework for studying the enumerative geometry of general algebraic stacks.
In this paper, we present the construction of Donaldson-Thomas invariants for general $(-1)$-shifted symplectic derived Artin stacks, generalizing the constructions of Joyce-Song and Kontsevich-Soibelman for moduli stacks of objects in $3$-Cala…
▽ More
This is the second paper in a series on intrinsic Donaldson-Thomas theory, a framework for studying the enumerative geometry of general algebraic stacks.
In this paper, we present the construction of Donaldson-Thomas invariants for general $(-1)$-shifted symplectic derived Artin stacks, generalizing the constructions of Joyce-Song and Kontsevich-Soibelman for moduli stacks of objects in $3$-Calabi-Yau abelian categories. Our invariants are defined using rings of motives, and depend intrinsically on the stack, together with a set of combinatorial data similar to a stability condition, called a stability measure on the component lattice of the stack. For our invariants to be well-defined, we prove a generalization of Joyce's no-pole theorem to general stacks, using a simpler and more conceptual argument than the original proof in the abelian category case.
Further properties and applications of these invariants, such as wall-crossing formulae, will be discussed in a forthcoming paper.
△ Less
Submitted 27 February, 2025;
originally announced February 2025.
-
Bumpy Ride? Understanding the Effects of External Forces on Spatial Interactions in Moving Vehicles
Authors:
Markus Sasalovici,
Albin Zeqiri,
Robin Connor Schramm,
Oscar Javier Ariza Nunez,
Pascal Jansen,
Jann Philipp Freiwald,
Mark Colley,
Christian Winkler,
Enrico Rukzio
Abstract:
As the use of Head-Mounted Displays in moving vehicles increases, passengers can immerse themselves in visual experiences independent of their physical environment. However, interaction methods are susceptible to physical motion, leading to input errors and reduced task performance. This work investigates the impact of G-forces, vibrations, and unpredictable maneuvers on 3D interaction methods. We…
▽ More
As the use of Head-Mounted Displays in moving vehicles increases, passengers can immerse themselves in visual experiences independent of their physical environment. However, interaction methods are susceptible to physical motion, leading to input errors and reduced task performance. This work investigates the impact of G-forces, vibrations, and unpredictable maneuvers on 3D interaction methods. We conducted a field study with 24 participants in both stationary and moving vehicles to examine the effects of vehicle motion on four interaction methods: (1) Gaze&Pinch, (2) DirectTouch, (3) Handray, and (4) HeadGaze. Participants performed selections in a Fitts' Law task. Our findings reveal a significant effect of vehicle motion on interaction accuracy and duration across the tested combinations of Interaction Method x Road Type x Curve Type. We found a significant impact of movement on throughput, error rate, and perceived workload. Finally, we propose future research considerations and recommendations on interaction methods during vehicle movement.
△ Less
Submitted 23 February, 2025;
originally announced February 2025.
-
Intrinsic Donaldson-Thomas theory. I. Component lattices of stacks
Authors:
Chenjing Bu,
Daniel Halpern-Leistner,
Andrés Ibáñez Núñez,
Tasuki Kinjo
Abstract:
This is the first paper in a series on intrinsic Donaldson-Thomas theory, a generalization of Donaldson-Thomas theory from the linear case, or the case of moduli stacks of objects in $3$-Calabi-Yau abelian categories, to the non-linear case of general $(-1)$-shifted symplectic stacks. This is done by developing a new framework for studying the enumerative geometry of general algebraic stacks, and…
▽ More
This is the first paper in a series on intrinsic Donaldson-Thomas theory, a generalization of Donaldson-Thomas theory from the linear case, or the case of moduli stacks of objects in $3$-Calabi-Yau abelian categories, to the non-linear case of general $(-1)$-shifted symplectic stacks. This is done by developing a new framework for studying the enumerative geometry of general algebraic stacks, and we expect that this framework can also be applied to extending other types of enumerative theories for linear stacks to the non-linear case.
In this paper, we establish the foundations of our framework. We introduce the component lattice of an algebraic stack, which is the key combinatorial object in our theory. It generalizes and globalizes the cocharacter lattice and the Weyl group of an algebraic group, and is defined as the set of connected components of the stack of graded points of the original stack.
We prove several results on the structure of graded and filtered points of a stack using the component lattice. The first is the constancy theorem, which states that there is a wall-and-chamber structure on the component lattice, such that the isomorphism types of connected components of the stacks of graded and filtered points stay constant within each chamber. The second is the finiteness theorem, providing a criterion for the finiteness of the number of possible isomorphism types of these components. The third is the associativity theorem, generalizing the structure of Hall algebras from linear stacks to general stacks, involving a notion of Hall categories.
Finally, we discuss some applications of these results outside Donaldson-Thomas theory, including a construction of stacks of real-weighted filtrations, and a generalization of the semistable reduction theorem to real-weighted filtrations.
△ Less
Submitted 19 February, 2025;
originally announced February 2025.
-
Performance of an Optical TPC Geant4 Simulation with Opticks GPU-Accelerated Photon Propagation
Authors:
NEXT Collaboration,
I. Parmaksiz,
K. Mistry,
E. Church,
C. Adams,
J. Asaadi,
J. Baeza-Rubio,
K. Bailey,
N. Byrnes,
B. J. P. Jones,
I. A. Moya,
K. E. Navarro,
D. R. Nygren,
P. Oyedele,
L. Rogers,
F. Samaniego,
K. Stogsdill,
H. Almazán,
V. Álvarez,
B. Aparicio,
A. I. Aranburu,
L. Arazi,
I. J. Arnquist,
F. Auria-Luna,
S. Ayet
, et al. (91 additional authors not shown)
Abstract:
We investigate the performance of Opticks, an NVIDIA OptiX API 7.5 GPU-accelerated photon propagation compared with a single-threaded Geant4 simulation. We compare the simulations using an improved model of the NEXT-CRAB-0 gaseous time projection chamber. Performance results suggest that Opticks improves simulation speeds by between $58.47\pm{0.02}$ and $181.39\pm{0.28}$ times relative to a CPU-on…
▽ More
We investigate the performance of Opticks, an NVIDIA OptiX API 7.5 GPU-accelerated photon propagation compared with a single-threaded Geant4 simulation. We compare the simulations using an improved model of the NEXT-CRAB-0 gaseous time projection chamber. Performance results suggest that Opticks improves simulation speeds by between $58.47\pm{0.02}$ and $181.39\pm{0.28}$ times relative to a CPU-only Geant4 simulation and these results vary between different types of GPU and CPU. A detailed comparison shows that the number of detected photons, along with their times and wavelengths, are in good agreement between Opticks and Geant4.
△ Less
Submitted 18 February, 2025;
originally announced February 2025.
-
Reconstructing neutrinoless double beta decay event kinematics in a xenon gas detector with vertex tagging
Authors:
NEXT Collaboration,
M. Martínez-Vara,
K. Mistry,
F. Pompa,
B. J. P. Jones,
J. Martín-Albo,
M. Sorel,
C. Adams,
H. Almazán,
V. Álvarez,
B. Aparicio,
A. I. Aranburu,
L. Arazi,
I. J. Arnquist,
F. Auria-Luna,
S. Ayet,
C. D. R. Azevedo,
K. Bailey,
F. Ballester,
M. del Barrio-Torregrosa,
A. Bayo,
J. M. Benlloch-Rodríguez,
F. I. G. M. Borges,
A. Brodolin,
N. Byrnes
, et al. (86 additional authors not shown)
Abstract:
If neutrinoless double beta decay is discovered, the next natural step would be understanding the lepton number violating physics responsible for it. Several alternatives exist beyond the exchange of light neutrinos. Some of these mechanisms can be distinguished by measuring phase-space observables, namely the opening angle $\cosθ$ among the two decay electrons, and the electron energy spectra,…
▽ More
If neutrinoless double beta decay is discovered, the next natural step would be understanding the lepton number violating physics responsible for it. Several alternatives exist beyond the exchange of light neutrinos. Some of these mechanisms can be distinguished by measuring phase-space observables, namely the opening angle $\cosθ$ among the two decay electrons, and the electron energy spectra, $T_1$ and $T_2$. In this work, we study the statistical accuracy and precision in measuring these kinematic observables in a future xenon gas detector with the added capability to precisely locate the decay vertex. For realistic detector conditions (a gas pressure of 10 bar and spatial resolution of 4 mm), we find that the average $\overline{\cosθ}$ and $\overline{T_1}$ values can be reconstructed with a precision of 0.19 and 110 keV, respectively, assuming that only 10 neutrinoless double beta decay events are detected.
△ Less
Submitted 16 May, 2025; v1 submitted 14 February, 2025;
originally announced February 2025.
-
A search for the anomalous events detected by ANITA using the Pierre Auger Observatory
Authors:
The Pierre Auger Collaboration,
A. Abdul Halim,
P. Abreu,
M. Aglietta,
I. Allekotte,
K. Almeida Cheminant,
A. Almela,
R. Aloisio,
J. Alvarez-Muñiz,
J. Ammerman Yebra,
G. A. Anastasi,
L. Anchordoqui,
B. Andrada,
S. Andringa,
L. Apollonio,
C. Aramo,
P. R. Araújo Ferreira,
E. Arnone,
J. C. Arteaga Velázquez,
P. Assis,
G. Avila,
E. Avocone,
A. Bakalova,
F. Barbato,
A. Bartz Mocellin
, et al. (352 additional authors not shown)
Abstract:
A dedicated search for upward-going air showers at zenith angles exceeding $110^\circ$ and energies $E>0.1$ EeV has been performed using the Fluorescence Detector of the Pierre Auger Observatory. The search is motivated by two "anomalous" radio pulses observed by the ANITA flights I and III which appear inconsistent with the Standard Model of particle physics. Using simulations of both regular cos…
▽ More
A dedicated search for upward-going air showers at zenith angles exceeding $110^\circ$ and energies $E>0.1$ EeV has been performed using the Fluorescence Detector of the Pierre Auger Observatory. The search is motivated by two "anomalous" radio pulses observed by the ANITA flights I and III which appear inconsistent with the Standard Model of particle physics. Using simulations of both regular cosmic ray showers and upward-going events, a selection procedure has been defined to separate potential upward-going candidate events and the corresponding exposure has been calculated in the energy range [0.1-33] EeV. One event has been found in the search period between 1 Jan 2004 and 31 Dec 2018, consistent with an expected background of $0.27 \pm 0.12$ events from mis-reconstructed cosmic ray showers. This translates to an upper bound on the integral flux of $(7.2 \pm 0.2) \times 10^{-21}$ cm$^{-2}$ sr$^{-1}$ y$^{-1}$ and $(3.6 \pm 0.2) \times 10^{-20}$ cm$^{-2}$ sr$^{-1}$ y$^{-1}$ for an $E^{-1}$ and $E^{-2}$ spectrum, respectively. An upward-going flux of showers normalized to the ANITA observations is shown to predict over 34 events for an $E^{-3}$ spectrum and over 8.1 events for a conservative $E^{-5}$ spectrum, in strong disagreement with the interpretation of the anomalous events as upward-going showers.
△ Less
Submitted 6 February, 2025;
originally announced February 2025.
-
Cohomology of symmetric stacks
Authors:
Chenjing Bu,
Ben Davison,
Andrés Ibáñez Núñez,
Tasuki Kinjo,
Tudor Pădurariu
Abstract:
We construct decompositions of:
(1) the cohomology of smooth stacks,
(2) the Borel--Moore homology of $0$-shifted symplectic stacks, and
(3) the vanishing cycle cohomology of $(-1)$-shifted symplectic stacks,
assuming a good moduli space exists and the tangent space has a pointwise orthogonal structure. These conditions are satisfied by many stacks of interest, including moduli stacks of s…
▽ More
We construct decompositions of:
(1) the cohomology of smooth stacks,
(2) the Borel--Moore homology of $0$-shifted symplectic stacks, and
(3) the vanishing cycle cohomology of $(-1)$-shifted symplectic stacks,
assuming a good moduli space exists and the tangent space has a pointwise orthogonal structure. These conditions are satisfied by many stacks of interest, including moduli stacks of semistable $G$-bundles and (twisted) $G$-Higgs bundles on curves, $G$-character stacks of oriented closed 2-manifolds and various 3-manifolds, and moduli stacks of semistable coherent sheaves on Calabi--Yau threefolds and K3 surfaces with generic polarization. As a special case, we prove a PBW-type theorem for cohomological Hall algebras of $3$-Calabi--Yau categories with commutative orientation data, a strong form of the cohomological integrality conjecture for such categories. We define the BPS cohomology as the primary summand of the decomposition. When the stack is smooth, the BPS cohomology coincides with the intersection cohomology of the good moduli space, generalizing a theorem of Meinhardt--Reineke. Using the BPS cohomology for singular spaces, we propose a formulation of the topological mirror symmetry conjecture for the stack of $G$-Higgs bundles generalizing the work of Hausel and Thaddeus for type A groups, and a version of Langlands duality for character stacks of compact oriented 3-manifolds, following Ben-Zvi--Gunningham--Jordan--Safronov.
△ Less
Submitted 31 May, 2025; v1 submitted 6 February, 2025;
originally announced February 2025.
-
Short-Term Balmer Line Emission Variability in M Dwarfs
Authors:
Aylin Garcia Soto,
Girish M. Duvvuri,
Elisabeth R. Newton,
Ward S. Howard,
Alejandro Núñez,
Stephanie T. Douglas
Abstract:
M Dwarfs make up the majority of stars, offering an avenue for discovering exoplanets due to their smaller sizes. However, their magnetic activity poses challenges for exoplanet detection, characterization, and planetary habitability. Understanding its magnetic activity, including surface starspots and internal dynamos, is crucial for exoplanet research. In this study, we present short-term variab…
▽ More
M Dwarfs make up the majority of stars, offering an avenue for discovering exoplanets due to their smaller sizes. However, their magnetic activity poses challenges for exoplanet detection, characterization, and planetary habitability. Understanding its magnetic activity, including surface starspots and internal dynamos, is crucial for exoplanet research. In this study, we present short-term variability in four Balmer emission lines \ha, \hb, \hg, and \hd\ for a sample of 77 M dwarfs of varying spectral types, and binarity. Stars were observed using the MDM Observatory's Ohio State Multi-Object Spectrograph on the 2.4m Telescope and the Modular Spectrograph on the 1.3 m Telescope. These data are combined with TESS photometry to explore the connection between spectroscopic and photometric variability. We observe sporadic short-term variability in Balmer lines for some stars, on timescale $\gtrsim$ 15-min, but much shorter than the stellar rotation period. We calculate periods for stars lacking those measurements, re-evaluated the relationship between amplitude (\rvar)-activity relation for the \ha \ line from \citet{garcia_soto_contemporaneous_2023}, and extended our analysis to the \hb, \hg \ and \hd \ lines, which indicates that the relation becomes increasingly dispersed for higher-order Balmer lines. This is consistent with increased intrinsic variability from lower to higher order lines. Additionally, we compute the Balmer decrement, using \hb \ as the fiducial, for stars where we could measure \hg \ and/or \hd. The Balmer decrement can show distinct patterns during white-light flares, with significant differences even for the same star. We also find evidence for dark spots on \object{TIC 283866910}.
△ Less
Submitted 7 February, 2025; v1 submitted 4 February, 2025;
originally announced February 2025.
-
Search for a diffuse flux of photons with energies above tens of PeV at the Pierre Auger Observatory
Authors:
The Pierre Auger Collaboration,
A. Abdul Halim,
P. Abreu,
M. Aglietta,
I. Allekotte,
K. Almeida Cheminant,
A. Almela,
R. Aloisio,
J. Alvarez-Muñiz,
A. Ambrosone,
J. Ammerman Yebra,
G. A. Anastasi,
L. Anchordoqui,
B. Andrada,
L. Andrade Dourado,
S. Andringa,
L. Apollonio,
C. Aramo,
E. Arnone,
J. C. Arteaga Velázquez,
P. Assis,
G. Avila,
E. Avocone,
A. Bakalova,
F. Barbato
, et al. (337 additional authors not shown)
Abstract:
Diffuse photons of energy above 0.1 PeV, produced through the interactions between cosmic rays and either interstellar matter or background radiation fields, are powerful tracers of the distribution of cosmic rays in the Galaxy. Furthermore, the measurement of a diffuse photon flux would be an important probe to test models of super-heavy dark matter decaying into gamma-rays. In this work, we sear…
▽ More
Diffuse photons of energy above 0.1 PeV, produced through the interactions between cosmic rays and either interstellar matter or background radiation fields, are powerful tracers of the distribution of cosmic rays in the Galaxy. Furthermore, the measurement of a diffuse photon flux would be an important probe to test models of super-heavy dark matter decaying into gamma-rays. In this work, we search for a diffuse photon flux in the energy range between 50 PeV and 200 PeV using data from the Pierre Auger Observatory. For the first time, we combine the air-shower measurements from a 2 km$^2$ surface array consisting of 19 water-Cherenkov surface detectors, spaced at 433 m, with the muon measurements from an array of buried scintillators placed in the same area. Using 15 months of data, collected while the array was still under construction, we derive upper limits to the integral photon flux ranging from 13.3 to 13.8 km$^{-2}$ sr$^{-1}$ yr$^{-1}$ above tens of PeV. We extend the Pierre Auger Observatory photon search program towards lower energies, covering more than three decades of cosmic-ray energy. This work lays the foundation for future diffuse photon searches: with the data from the next 10 years of operation of the Observatory, this limit is expected to improve by a factor of $\sim$20.
△ Less
Submitted 17 March, 2025; v1 submitted 4 February, 2025;
originally announced February 2025.
-
Exploring Transfer Learning for Deep Learning Polyp Detection in Colonoscopy Images Using YOLOv8
Authors:
Fabian Vazquez,
Jose Angel Nuñez,
Xiaoyan Fu,
Pengfei Gu,
Bin Fu
Abstract:
Deep learning methods have demonstrated strong performance in objection tasks; however, their ability to learn domain-specific applications with limited training data remains a significant challenge. Transfer learning techniques address this issue by leveraging knowledge from pre-training on related datasets, enabling faster and more efficient learning for new tasks. Finding the right dataset for…
▽ More
Deep learning methods have demonstrated strong performance in objection tasks; however, their ability to learn domain-specific applications with limited training data remains a significant challenge. Transfer learning techniques address this issue by leveraging knowledge from pre-training on related datasets, enabling faster and more efficient learning for new tasks. Finding the right dataset for pre-training can play a critical role in determining the success of transfer learning and overall model performance. In this paper, we investigate the impact of pre-training a YOLOv8n model on seven distinct datasets, evaluating their effectiveness when transferred to the task of polyp detection. We compare whether large, general-purpose datasets with diverse objects outperform niche datasets with characteristics similar to polyps. In addition, we assess the influence of the size of the dataset on the efficacy of transfer learning. Experiments on the polyp datasets show that models pre-trained on relevant datasets consistently outperform those trained from scratch, highlighting the benefit of pre-training on datasets with shared domain-specific features.
△ Less
Submitted 31 January, 2025;
originally announced February 2025.
-
Electrical Control of the Exchange Bias Effect at Model Ferromagnet-Altermagnet Junctions
Authors:
Gaspar De la Barrera,
Alvaro S. Nunez
Abstract:
This work analyzes the behavior of the interface between a ferromagnetic material and an alter-magnet. We use a well-established line of arguments based on electronic mean-field calculations to show that new surface phenomena that lead to altermagnetic materials induce an exchange bias effect on the nearby ferromagnet. We reveal the physical mechanisms behind this phenomenon that lead to quantitat…
▽ More
This work analyzes the behavior of the interface between a ferromagnetic material and an alter-magnet. We use a well-established line of arguments based on electronic mean-field calculations to show that new surface phenomena that lead to altermagnetic materials induce an exchange bias effect on the nearby ferromagnet. We reveal the physical mechanisms behind this phenomenon that lead to quantitative control over its strength. Interestingly, we predict exotic electric-field-induced phenomena. This is an analogy to the relationship between exchange bias and the injection of spin currents in spin-transfer-dominated scenarios, which has been reported earlier in the traditional antiferromagnetic/ferromagnetic junction.
△ Less
Submitted 8 May, 2025; v1 submitted 13 January, 2025;
originally announced January 2025.
-
Elementary theory of Magnetoferrons: bringing magnons and ferrons together in multiferroic systems
Authors:
Mario Castro,
Carlos Saji,
Guidobeth Saez,
Patricio Vergara,
Sebastian Allende,
Alvaro S. Nunez
Abstract:
The collective excitations of a multiferroic material are analyzed. We show that these excitations also exhibit magnetoelectric behavior, leading to the hybridization of magnons ,oscillations of the magnetization field, and ferrons, which are oscillations of the electric dipolar density field. We term these emergent entities 'magnetoferrons', study their main properties, and discuss their potentia…
▽ More
The collective excitations of a multiferroic material are analyzed. We show that these excitations also exhibit magnetoelectric behavior, leading to the hybridization of magnons ,oscillations of the magnetization field, and ferrons, which are oscillations of the electric dipolar density field. We term these emergent entities 'magnetoferrons', study their main properties, and discuss their potential applications. Additionally, we provide a phenomenological framework for these systems, which will be invaluable for describing the dynamics of the multiferromagnetic state.
△ Less
Submitted 20 December, 2024;
originally announced December 2024.
-
A Methodological Framework for Solving Einsteins Equations in Axially Symmetric Spacetimes
Authors:
J. Ospino,
J. L. Hernández-Pastora,
A. V. Araujo-Salcedo,
L. A. Núñez
Abstract:
This work presents a novel methodology for deriving stationary and axially symmetric solutions to Einstein field equations using the 1+3 tetrad formalism. This approach reformulates the Einstein equations into first order scalar equations, enabling systematic resolution in vacuum scenarios. We derive two distinct solutions in polar and hyperbolic geometries by assuming the separability of a key me…
▽ More
This work presents a novel methodology for deriving stationary and axially symmetric solutions to Einstein field equations using the 1+3 tetrad formalism. This approach reformulates the Einstein equations into first order scalar equations, enabling systematic resolution in vacuum scenarios. We derive two distinct solutions in polar and hyperbolic geometries by assuming the separability of a key metric function. Our method reproduces well known solutions such as Schwarzschild and Kerr metrics and extends the case of rotating spacetimes to hyperbolic configurations. Additionally, we explore the role of Killing tensors in enabling separable metric components, simplifying analyses of geodesic motion and physical phenomena. This framework demonstrates robustness and adaptability for addressing the complexities of axially symmetric spacetimes, paving the way for further applications to Kerr like solutions in General Relativity.
△ Less
Submitted 19 December, 2024;
originally announced December 2024.
-
Quantized Toroidal Waves on Ferrotoroidal Magnets
Authors:
Maximiliano Bernal,
Guidobeth Saez,
Tomás P. Espinoza,
Roberto E. Troncoso,
Alvaro S. Nunez
Abstract:
Magnetic-ferroic ordering and magnetic-toroidal moments are essential concepts in molecular electronics and magnetics. The magnetic toroidal moment is critical in understanding new electronic states and their possible uses. This paper discusses the notion of toroidicity waves. In particular, we present a one-dimensional model of interconnected toroidicity leading to an organization principle aroun…
▽ More
Magnetic-ferroic ordering and magnetic-toroidal moments are essential concepts in molecular electronics and magnetics. The magnetic toroidal moment is critical in understanding new electronic states and their possible uses. This paper discusses the notion of toroidicity waves. In particular, we present a one-dimensional model of interconnected toroidicity leading to an organization principle around an emergent quantum particle, a carrier of toroidicity waves, dubbed the toroidon. We illustrate some functionalities that could be achieved once control over the toroidon is acquired. We show that a 1D dimerized and antiferromagnetic-like spin chain can display ferrotoroidicity and propose its description in terms of an effective quasi-1D spin chain, marking a crucial step towards further research on the phenomena and potential applications of ferrotoroids.
△ Less
Submitted 11 December, 2024;
originally announced December 2024.
-
Magnonics along the wall in Bimeron Chain Domain Walls
Authors:
Carlos Saji,
Eduardo Saavedra,
Roberto E. Troncoso,
Mario A. Castro,
Sebastian Allende,
Alvaro S. Nunez
Abstract:
We demonstrate that domain walls built from bimeron chains (bc-DW) in two-dimensional systems constitute a spontaneously assembled medium that holds magnonic excitations along its direction. We prove that such magnons are topological, leading to protected edge states. We also verify the stability of the domain walls and its edge modes' resilience against disorder. Analytical calculations and micro…
▽ More
We demonstrate that domain walls built from bimeron chains (bc-DW) in two-dimensional systems constitute a spontaneously assembled medium that holds magnonic excitations along its direction. We prove that such magnons are topological, leading to protected edge states. We also verify the stability of the domain walls and its edge modes' resilience against disorder. Analytical calculations and micromagnetic simulations support our findings. The robustness of these edge modes holds promise for potential applications in the design of nanoscale magnonic devices for information storage and transport.
△ Less
Submitted 6 December, 2024;
originally announced December 2024.
-
A Bidirectional Long Short Term Memory Approach for Infrastructure Health Monitoring Using On-board Vibration Response
Authors:
R. R. Samani,
A. Nunez,
B. De Schutter
Abstract:
The growing volume of available infrastructural monitoring data enables the development of powerful datadriven approaches to estimate infrastructure health conditions using direct measurements. This paper proposes a deep learning methodology to estimate infrastructure physical parameters, such as railway track stiffness, using drive-by vibration response signals. The proposed method employs a Long…
▽ More
The growing volume of available infrastructural monitoring data enables the development of powerful datadriven approaches to estimate infrastructure health conditions using direct measurements. This paper proposes a deep learning methodology to estimate infrastructure physical parameters, such as railway track stiffness, using drive-by vibration response signals. The proposed method employs a Long Short-term Memory (LSTM) feature extractor accounting for temporal dependencies in the feature extraction phase, and a bidirectional Long Short-term Memory (BiLSTM) networks to leverage bidirectional temporal dependencies in both the forward and backward paths of the drive-by vibration response in condition estimation phase. Additionally, a framing approach is employed to enhance the resolution of the monitoring task to the beam level by segmenting the vibration signal into frames equal to the distance between individual beams, centering the frames over the beam nodes. The proposed LSTM-BiLSTM model offers a versatile tool for various bridge and railway infrastructure conditions monitoring using direct drive-by vibration response measurements. The results demonstrate the potential of incorporating temporal analysis in the feature extraction phase and emphasize the pivotal role of bidirectional temporal information in infrastructure health condition estimation. The proposed methodology can accurately and automatically estimate railway track stiffness and identify local stiffness reductions in the presence of noise using drive-by measurements. An illustrative case study of vehicle-track interaction simulation is used to demonstrate the performance of the proposed model, achieving a maximum mean absolute percentage error of 1.7% and 0.7% in estimating railpad and ballast stiffness, respectively.
△ Less
Submitted 11 March, 2025; v1 submitted 3 December, 2024;
originally announced December 2024.
-
Bimerons as Edge states in Thin Magnetic Strips
Authors:
Mario Castro,
David Gálvez,
Sebastián Castillo,
Vagson L. Carvalho-Santos,
Álvaro S. Núñez,
Sebastián Allende
Abstract:
Magnetic bimerons are potential information carriers in spintronic devices. Bimerons, topologically equivalent to skyrmions, manifest in chiral magnetic systems with in-plane magnetization due to anisotropies or external magnetic fields. Applications demanding their current-driven motion face significant challenges, notably the bimeron Hall effect, which causes transverse movement and annihilation…
▽ More
Magnetic bimerons are potential information carriers in spintronic devices. Bimerons, topologically equivalent to skyrmions, manifest in chiral magnetic systems with in-plane magnetization due to anisotropies or external magnetic fields. Applications demanding their current-driven motion face significant challenges, notably the bimeron Hall effect, which causes transverse movement and annihilation at nanomagnet borders. This study addresses the problem of stabilizing bimeron propagation under current-driven conditions. We demonstrate that bimerons can propagate through thin ferromagnetic strips without annihilation when the easy-axis anisotropy and the electric current are orthogonal. Our findings indicate that below a threshold value of current, the repulsion between the bimeron and the strip boundary allows for stable soliton propagation, even in bent regions. This phenomenon extends to bimeron chains, which propagate parallel to the current flow. By enabling stable long-distance propagation, our results open new avenues for developing bimeron-based racetrack memory devices, enhancing the efficiency and reliability of future spintronic applications.
△ Less
Submitted 30 November, 2024;
originally announced December 2024.
-
Enhancing Reverse Engineering: Investigating and Benchmarking Large Language Models for Vulnerability Analysis in Decompiled Binaries
Authors:
Dylan Manuel,
Nafis Tanveer Islam,
Joseph Khoury,
Ana Nunez,
Elias Bou-Harb,
Peyman Najafirad
Abstract:
Security experts reverse engineer (decompile) binary code to identify critical security vulnerabilities. The limited access to source code in vital systems - such as firmware, drivers, and proprietary software used in Critical Infrastructures (CI) - makes this analysis even more crucial on the binary level. Even with available source code, a semantic gap persists after compilation between the sour…
▽ More
Security experts reverse engineer (decompile) binary code to identify critical security vulnerabilities. The limited access to source code in vital systems - such as firmware, drivers, and proprietary software used in Critical Infrastructures (CI) - makes this analysis even more crucial on the binary level. Even with available source code, a semantic gap persists after compilation between the source and the binary code executed by the processor. This gap may hinder the detection of vulnerabilities in source code. That being said, current research on Large Language Models (LLMs) overlooks the significance of decompiled binaries in this area by focusing solely on source code. In this work, we are the first to empirically uncover the substantial semantic limitations of state-of-the-art LLMs when it comes to analyzing vulnerabilities in decompiled binaries, largely due to the absence of relevant datasets. To bridge the gap, we introduce DeBinVul, a novel decompiled binary code vulnerability dataset. Our dataset is multi-architecture and multi-optimization, focusing on C/C++ due to their wide usage in CI and association with numerous vulnerabilities. Specifically, we curate 150,872 samples of vulnerable and non-vulnerable decompiled binary code for the task of (i) identifying; (ii) classifying; (iii) describing vulnerabilities; and (iv) recovering function names in the domain of decompiled binaries. Subsequently, we fine-tune state-of-the-art LLMs using DeBinVul and report on a performance increase of 19%, 24%, and 21% in the capabilities of CodeLlama, Llama3, and CodeGen2 respectively, in detecting binary code vulnerabilities. Additionally, using DeBinVul, we report a high performance of 80-90% on the vulnerability classification task. Furthermore, we report improved performance in function name recovery and vulnerability description tasks.
△ Less
Submitted 7 November, 2024;
originally announced November 2024.
-
Relativisitic non-pascalian fluid as a density contribution
Authors:
Justo Ospino,
Daniel Suárez-Urango,
Laura M. Becerra,
Héctor Hernández,
Luis A. Núñez
Abstract:
Understanding the role of pressure anisotropy and dissipation is crucial for modelling compact objects' internal structure and observable properties. In this work, we reinterpret local pressure anisotropy in relativistic stellar structures as an additional contribution to the energy density. This perspective enables the formulation of anisotropic equations of state for self-gravitating systems by…
▽ More
Understanding the role of pressure anisotropy and dissipation is crucial for modelling compact objects' internal structure and observable properties. In this work, we reinterpret local pressure anisotropy in relativistic stellar structures as an additional contribution to the energy density. This perspective enables the formulation of anisotropic equations of state for self-gravitating systems by incorporating anisotropy as a fundamental component. We demonstrate that this approach yields more realistic stellar models that satisfy key physical constraints, including mass-radius relationships and stability conditions. Our results are compared with observational data, particularly the inferred compactness of pulsars PSR J0740+6620 and PSR J0030+0451, showing that both anisotropic and isotropic models can describe these objects. Additionally, we examine the influence of dissipation -- such as temperature gradients -- on radial pressure, demonstrating that it can be modelled similarly to anisotropy. This interpretation allows the transformation of dissipative anisotropic models into equivalent non-dissipative isotropic configurations.
△ Less
Submitted 18 March, 2025; v1 submitted 23 October, 2024;
originally announced October 2024.
-
$β$ symmetry of heterotic supergravity
Authors:
Walter H. Baron,
Carmen A. Nunez,
Jesus A. Rodriguez
Abstract:
The low energy effective action describing the Kaluza-Klein reduction of string theory on a $d$-torus possesses a continuous O($d, d$) global symmetry. The non-geometric piece of this symmetry, parameterized by a bi-vector $β$, was recently shown to effectively act as a hidden symmetry on the massless RR and universal NSNS fields of the ten dimensional parent theory, fixing their couplings. Here w…
▽ More
The low energy effective action describing the Kaluza-Klein reduction of string theory on a $d$-torus possesses a continuous O($d, d$) global symmetry. The non-geometric piece of this symmetry, parameterized by a bi-vector $β$, was recently shown to effectively act as a hidden symmetry on the massless RR and universal NSNS fields of the ten dimensional parent theory, fixing their couplings. Here we extend the analysis of this symmetry to the massless gauge and fermion fields of heterotic supergravity. While the interactions of the boson fields are univocally fixed by $β$ symmetry, we find four bilinear and two quartic $β$ invariant combinations of fermions whose relative coefficients in the action must be determined by supersymmetry. Although not fully fixed, bilinear and quartic fermion couplings are strongly restricted by $β$ symmetry at leading order in $α'$.
△ Less
Submitted 30 January, 2025; v1 submitted 22 October, 2024;
originally announced October 2024.
-
Topological magnon zero-modes in dislocations
Authors:
Carlos Saji,
Nicolas Vidal-Silva,
Alvaro S. Nunez,
Roberto E. Troncoso
Abstract:
Spin fluctuations in two-dimensional (2D) ferromagnets in the presence of crystalline lattice dislocations are investigated. We show the existence of topologically protected non-propagative modes that localize at dislocations. These in-gap states, coined as {\it magnonic zero-modes}, are characterized by the $Z_2$ topological invariant that derives from parity symmetry broken induced by sublattice…
▽ More
Spin fluctuations in two-dimensional (2D) ferromagnets in the presence of crystalline lattice dislocations are investigated. We show the existence of topologically protected non-propagative modes that localize at dislocations. These in-gap states, coined as {\it magnonic zero-modes}, are characterized by the $Z_2$ topological invariant that derives from parity symmetry broken induced by sublattice magnetic anisotropy. We uncover that bulk topology existing in the perfect crystal is robust under the influence of lattice defects, which is monitored by the real-space Bott index. It is also revealed that the topology of zero-modes remains unaffected when bulk topology becomes trivial and is remarkably resilient against magnetic disorder. Our findings point to the intriguing relationship between topological lattice defects and the spectrum of topological spin excitations.
△ Less
Submitted 5 October, 2024;
originally announced October 2024.
-
AutoSafeCoder: A Multi-Agent Framework for Securing LLM Code Generation through Static Analysis and Fuzz Testing
Authors:
Ana Nunez,
Nafis Tanveer Islam,
Sumit Kumar Jha,
Peyman Najafirad
Abstract:
Recent advancements in automatic code generation using large language models (LLMs) have brought us closer to fully automated secure software development. However, existing approaches often rely on a single agent for code generation, which struggles to produce secure, vulnerability-free code. Traditional program synthesis with LLMs has primarily focused on functional correctness, often neglecting…
▽ More
Recent advancements in automatic code generation using large language models (LLMs) have brought us closer to fully automated secure software development. However, existing approaches often rely on a single agent for code generation, which struggles to produce secure, vulnerability-free code. Traditional program synthesis with LLMs has primarily focused on functional correctness, often neglecting critical dynamic security implications that happen during runtime. To address these challenges, we propose AutoSafeCoder, a multi-agent framework that leverages LLM-driven agents for code generation, vulnerability analysis, and security enhancement through continuous collaboration. The framework consists of three agents: a Coding Agent responsible for code generation, a Static Analyzer Agent identifying vulnerabilities, and a Fuzzing Agent performing dynamic testing using a mutation-based fuzzing approach to detect runtime errors. Our contribution focuses on ensuring the safety of multi-agent code generation by integrating dynamic and static testing in an iterative process during code generation by LLM that improves security. Experiments using the SecurityEval dataset demonstrate a 13% reduction in code vulnerabilities compared to baseline LLMs, with no compromise in functionality.
△ Less
Submitted 4 November, 2024; v1 submitted 16 September, 2024;
originally announced September 2024.
-
Large-scale cosmic ray anisotropies with 19 years of data from the Pierre Auger Observatory
Authors:
The Pierre Auger Collaboration,
A. Abdul Halim,
P. Abreu,
M. Aglietta,
I. Allekotte,
K. Almeida Cheminant,
A. Almela,
R. Aloisio,
J. Alvarez-Muñiz,
A. Ambrosone,
J. Ammerman Yebra,
G. A. Anastasi,
L. Anchordoqui,
B. Andrada,
L. Andrade Dourado,
S. Andringa,
L. Apollonio,
C. Aramo,
P. R. Araújo Ferreira,
E. Arnone,
J. C. Arteaga Velázquez,
P. Assis,
G. Avila,
E. Avocone,
A. Bakalova
, et al. (333 additional authors not shown)
Abstract:
Results are presented for the measurement of large-scale anisotropies in the arrival directions of ultra-high-energy cosmic rays detected at the Pierre Auger Observatory during 19 years of operation, prior to AugerPrime, the upgrade of the Observatory. The 3D dipole amplitude and direction are reconstructed above $4\,$EeV in four energy bins. Besides the established dipolar anisotropy in right asc…
▽ More
Results are presented for the measurement of large-scale anisotropies in the arrival directions of ultra-high-energy cosmic rays detected at the Pierre Auger Observatory during 19 years of operation, prior to AugerPrime, the upgrade of the Observatory. The 3D dipole amplitude and direction are reconstructed above $4\,$EeV in four energy bins. Besides the established dipolar anisotropy in right ascension above $8\,$EeV, the Fourier amplitude of the $8$ to $16\,$EeV energy bin is now also above the $5σ$ discovery level. No time variation of the dipole moment above $8\,$EeV is found, setting an upper limit to the rate of change of such variations of $0.3\%$ per year at the $95\%$ confidence level. Additionally, the results for the angular power spectrum are shown, demonstrating no other statistically significant multipoles. The results for the equatorial dipole component down to $0.03\,$EeV are presented, using for the first time a data set obtained with a trigger that has been optimized for lower energies. Finally, model predictions are discussed and compared with observations, based on two source emission scenarios obtained in the combined fit of spectrum and composition above $0.6\,$EeV.
△ Less
Submitted 23 January, 2025; v1 submitted 9 August, 2024;
originally announced August 2024.
-
The flux of ultra-high-energy cosmic rays along the supergalactic plane measured at the Pierre Auger Observatory
Authors:
The Pierre Auger Collaboration,
A. Abdul Halim,
P. Abreu,
M. Aglietta,
I. Allekotte,
K. Almeida Cheminant,
A. Almela,
R. Aloisio,
J. Alvarez-Muñiz,
J. Ammerman Yebra,
G. A. Anastasi,
L. Anchordoqui,
B. Andrada,
L. Andrade Dourado,
S. Andringa,
L. Apollonio,
C. Aramo,
P. R. Araújo Ferreira,
E. Arnone,
J. C. Arteaga Velázquez,
P. Assis,
G. Avila,
E. Avocone,
A. Bakalova,
F. Barbato
, et al. (342 additional authors not shown)
Abstract:
Ultra-high-energy cosmic rays are known to be mainly of extragalactic origin, and their propagation is limited by energy losses, so their arrival directions are expected to correlate with the large-scale structure of the local Universe. In this work, we investigate the possible presence of intermediate-scale excesses in the flux of the most energetic cosmic rays from the direction of the supergala…
▽ More
Ultra-high-energy cosmic rays are known to be mainly of extragalactic origin, and their propagation is limited by energy losses, so their arrival directions are expected to correlate with the large-scale structure of the local Universe. In this work, we investigate the possible presence of intermediate-scale excesses in the flux of the most energetic cosmic rays from the direction of the supergalactic plane region using events with energies above 20 EeV recorded with the surface detector array of the Pierre Auger Observatory up to 31 December 2022, with a total exposure of 135,000 km^2 sr yr. The strongest indication for an excess that we find, with a post-trial significance of 3.1σ, is in the Centaurus region, as in our previous reports, and it extends down to lower energies than previously studied. We do not find any strong hints of excesses from any other region of the supergalactic plane at the same angular scale. In particular, our results do not confirm the reports by the Telescope Array collaboration of excesses from two regions in the Northern Hemisphere at the edge of the field of view of the Pierre Auger Observatory. With a comparable exposure, our results in those regions are in good agreement with the expectations from an isotropic distribution.
△ Less
Submitted 9 July, 2024;
originally announced July 2024.
-
Fluorescence Imaging of Individual Ions and Molecules in Pressurized Noble Gases for Barium Tagging in $^{136}$Xe
Authors:
NEXT Collaboration,
N. Byrnes,
E. Dey,
F. W. Foss,
B. J. P. Jones,
R. Madigan,
A. McDonald,
R. L. Miller,
K. E. Navarro,
L. R. Norman,
D. R. Nygren,
C. Adams,
H. Almazán,
V. Álvarez,
B. Aparicio,
A. I. Aranburu,
L. Arazi,
I. J. Arnquist,
F. Auria-Luna,
S. Ayet,
C. D. R. Azevedo,
J. E. Barcelon,
K. Bailey,
F. Ballester,
M. del Barrio-Torregrosa
, et al. (90 additional authors not shown)
Abstract:
The imaging of individual Ba$^{2+}$ ions in high pressure xenon gas is one possible way to attain background-free sensitivity to neutrinoless double beta decay and hence establish the Majorana nature of the neutrino. In this paper we demonstrate selective single Ba$^{2+}$ ion imaging inside a high-pressure xenon gas environment. Ba$^{2+}$ ions chelated with molecular chemosensors are resolved at t…
▽ More
The imaging of individual Ba$^{2+}$ ions in high pressure xenon gas is one possible way to attain background-free sensitivity to neutrinoless double beta decay and hence establish the Majorana nature of the neutrino. In this paper we demonstrate selective single Ba$^{2+}$ ion imaging inside a high-pressure xenon gas environment. Ba$^{2+}$ ions chelated with molecular chemosensors are resolved at the gas-solid interface using a diffraction-limited imaging system with scan area of 1$\times$1~cm$^2$ located inside 10~bar of xenon gas. This new form of microscopy represents an important enabling step in the development of barium tagging for neutrinoless double beta decay searches in $^{136}$Xe, as well as a new tool for studying the photophysics of fluorescent molecules and chemosensors at the solid-gas interface.
△ Less
Submitted 20 May, 2024;
originally announced June 2024.
-
Search for photons above 10$^{18}$ eV by simultaneously measuring the atmospheric depth and the muon content of air showers at the Pierre Auger Observatory
Authors:
The Pierre Auger Collaboration,
A. Abdul Halim,
P. Abreu,
M. Aglietta,
I. Allekotte,
K. Almeida Cheminant,
A. Almela,
R. Aloisio,
J. Alvarez-Muñiz,
J. Ammerman Yebra,
G. A. Anastasi,
L. Anchordoqui,
B. Andrada,
L. Andrade Dourado,
S. Andringa,
L. Apollonio,
C. Aramo,
P. R. Araújo Ferreira,
E. Arnone,
J. C. Arteaga Velázquez,
P. Assis,
G. Avila,
E. Avocone,
A. Bakalova,
F. Barbato
, et al. (342 additional authors not shown)
Abstract:
The Pierre Auger Observatory is the most sensitive instrument to detect photons with energies above $10^{17}$ eV. It measures extensive air showers generated by ultra high energy cosmic rays using a hybrid technique that exploits the combination of a fluorescence detector with a ground array of particle detectors. The signatures of a photon-induced air shower are a larger atmospheric depth of the…
▽ More
The Pierre Auger Observatory is the most sensitive instrument to detect photons with energies above $10^{17}$ eV. It measures extensive air showers generated by ultra high energy cosmic rays using a hybrid technique that exploits the combination of a fluorescence detector with a ground array of particle detectors. The signatures of a photon-induced air shower are a larger atmospheric depth of the shower maximum ($X_{max}$) and a steeper lateral distribution function, along with a lower number of muons with respect to the bulk of hadron-induced cascades. In this work, a new analysis technique in the energy interval between 1 and 30 EeV (1 EeV = $10^{18}$ eV) has been developed by combining the fluorescence detector-based measurement of $X_{max}$ with the specific features of the surface detector signal through a parameter related to the air shower muon content, derived from the universality of the air shower development. No evidence of a statistically significant signal due to photon primaries was found using data collected in about 12 years of operation. Thus, upper bounds to the integral photon flux have been set using a detailed calculation of the detector exposure, in combination with a data-driven background estimation. The derived 95% confidence level upper limits are 0.0403, 0.01113, 0.0035, 0.0023, and 0.0021 km$^{-2}$ sr$^{-1}$ yr$^{-1}$ above 1, 2, 3, 5, and 10 EeV, respectively, leading to the most stringent upper limits on the photon flux in the EeV range. Compared with past results, the upper limits were improved by about 40% for the lowest energy threshold and by a factor 3 above 3 EeV, where no candidates were found and the expected background is negligible. The presented limits can be used to probe the assumptions on chemical composition of ultra-high energy cosmic rays and allow for the constraint of the mass and lifetime phase space of super-heavy dark matter particles.
△ Less
Submitted 11 June, 2024;
originally announced June 2024.
-
Measurement of the Depth of Maximum of Air-Shower Profiles with energies between $\mathbf{10^{18.5}}$ and $\mathbf{10^{20}}$ eV using the Surface Detector of the Pierre Auger Observatory and Deep Learning
Authors:
The Pierre Auger Collaboration,
A. Abdul Halim,
P. Abreu,
M. Aglietta,
I. Allekotte,
K. Almeida Cheminant,
A. Almela,
R. Aloisio,
J. Alvarez-Muñiz,
J. Ammerman Yebra,
G. A. Anastasi,
L. Anchordoqui,
B. Andrada,
L. Andrade Dourado,
S. Andringa,
L. Apollonio,
C. Aramo,
P. R. Araújo Ferreira,
E. Arnone,
J. C. Arteaga Velázquez,
P. Assis,
G. Avila,
E. Avocone,
A. Bakalova,
F. Barbato
, et al. (342 additional authors not shown)
Abstract:
We report an investigation of the mass composition of cosmic rays with energies from 3 to 100 EeV (1 EeV=$10^{18}$ eV) using the distributions of the depth of shower maximum $X_\mathrm{max}$. The analysis relies on ${\sim}50,000$ events recorded by the Surface Detector of the Pierre Auger Observatory and a deep-learning-based reconstruction algorithm. Above energies of 5 EeV, the data set offers a…
▽ More
We report an investigation of the mass composition of cosmic rays with energies from 3 to 100 EeV (1 EeV=$10^{18}$ eV) using the distributions of the depth of shower maximum $X_\mathrm{max}$. The analysis relies on ${\sim}50,000$ events recorded by the Surface Detector of the Pierre Auger Observatory and a deep-learning-based reconstruction algorithm. Above energies of 5 EeV, the data set offers a 10-fold increase in statistics with respect to fluorescence measurements at the Observatory. After cross-calibration using the Fluorescence Detector, this enables the first measurement of the evolution of the mean and the standard deviation of the $X_\mathrm{max}$ distributions up to 100 EeV. Our findings are threefold:
(1.) The evolution of the mean logarithmic mass towards a heavier composition with increasing energy can be confirmed and is extended to 100 EeV.
(2.) The evolution of the fluctuations of $X_\mathrm{max}$ towards a heavier and purer composition with increasing energy can be confirmed with high statistics. We report a rather heavy composition and small fluctuations in $X_\mathrm{max}$ at the highest energies.
(3.) We find indications for a characteristic structure beyond a constant change in the mean logarithmic mass, featuring three breaks that are observed in proximity to the ankle, instep, and suppression features in the energy spectrum.
△ Less
Submitted 6 February, 2025; v1 submitted 10 June, 2024;
originally announced June 2024.
-
Inference of the Mass Composition of Cosmic Rays with energies from $\mathbf{10^{18.5}}$ to $\mathbf{10^{20}}$ eV using the Pierre Auger Observatory and Deep Learning
Authors:
The Pierre Auger Collaboration,
A. Abdul Halim,
P. Abreu,
M. Aglietta,
I. Allekotte,
K. Almeida Cheminant,
A. Almela,
R. Aloisio,
J. Alvarez-Muñiz,
J. Ammerman Yebra,
G. A. Anastasi,
L. Anchordoqui,
B. Andrada,
L. Andrade Dourado,
S. Andringa,
L. Apollonio,
C. Aramo,
P. R. Araújo Ferreira,
E. Arnone,
J. C. Arteaga Velázquez,
P. Assis,
G. Avila,
E. Avocone,
A. Bakalova,
F. Barbato
, et al. (342 additional authors not shown)
Abstract:
We present measurements of the atmospheric depth of the shower maximum $X_\mathrm{max}$, inferred for the first time on an event-by-event level using the Surface Detector of the Pierre Auger Observatory. Using deep learning, we were able to extend measurements of the $X_\mathrm{max}$ distributions up to energies of 100 EeV ($10^{20}$ eV), not yet revealed by current measurements, providing new ins…
▽ More
We present measurements of the atmospheric depth of the shower maximum $X_\mathrm{max}$, inferred for the first time on an event-by-event level using the Surface Detector of the Pierre Auger Observatory. Using deep learning, we were able to extend measurements of the $X_\mathrm{max}$ distributions up to energies of 100 EeV ($10^{20}$ eV), not yet revealed by current measurements, providing new insights into the mass composition of cosmic rays at extreme energies. Gaining a 10-fold increase in statistics compared to the Fluorescence Detector data, we find evidence that the rate of change of the average $X_\mathrm{max}$ with the logarithm of energy features three breaks at $6.5\pm0.6~(\mathrm{stat})\pm1~(\mathrm{sys})$ EeV, $11\pm 2~(\mathrm{stat})\pm1~(\mathrm{sys})$ EeV, and $31\pm5~(\mathrm{stat})\pm3~(\mathrm{sys})$ EeV, in the vicinity to the three prominent features (ankle, instep, suppression) of the cosmic-ray flux. The energy evolution of the mean and standard deviation of the measured $X_\mathrm{max}$ distributions indicates that the mass composition becomes increasingly heavier and purer, thus being incompatible with a large fraction of light nuclei between 50 EeV and 100 EeV.
△ Less
Submitted 6 February, 2025; v1 submitted 10 June, 2024;
originally announced June 2024.
-
Measurement of Energy Resolution with the NEXT-White Silicon Photomultipliers
Authors:
T. Contreras,
B. Palmeiro,
H. Almazán,
A. Para,
G. Martínez-Lema,
R. Guenette,
C. Adams,
V. Álvarez,
B. Aparicio,
A. I. Aranburu,
L. Arazi,
I. J. Arnquist,
F. Auria-Luna,
S. Ayet,
C. D. R. Azevedo,
K. Bailey,
F. Ballester,
M. del Barrio-Torregrosa,
A. Bayo,
J. M. Benlloch-Rodríguez,
F. I. G. M. Borges,
A. Brodolin,
N. Byrnes,
S. Cárcel,
A. Castillo
, et al. (85 additional authors not shown)
Abstract:
The NEXT-White detector, a high-pressure gaseous xenon time projection chamber, demonstrated the excellence of this technology for future neutrinoless double beta decay searches using photomultiplier tubes (PMTs) to measure energy and silicon photomultipliers (SiPMs) to extract topology information. This analysis uses $^{83m}\text{Kr}$ data from the NEXT-White detector to measure and understand th…
▽ More
The NEXT-White detector, a high-pressure gaseous xenon time projection chamber, demonstrated the excellence of this technology for future neutrinoless double beta decay searches using photomultiplier tubes (PMTs) to measure energy and silicon photomultipliers (SiPMs) to extract topology information. This analysis uses $^{83m}\text{Kr}$ data from the NEXT-White detector to measure and understand the energy resolution that can be obtained with the SiPMs, rather than with PMTs. The energy resolution obtained of (10.9 $\pm$ 0.6) $\%$, full-width half-maximum, is slightly larger than predicted based on the photon statistics resulting from very low light detection coverage of the SiPM plane in the NEXT-White detector. The difference in the predicted and measured resolution is attributed to poor corrections, which are expected to be improved with larger statistics. Furthermore, the noise of the SiPMs is shown to not be a dominant factor in the energy resolution and may be negligible when noise subtraction is applied appropriately, for high-energy events or larger SiPM coverage detectors. These results, which are extrapolated to estimate the response of large coverage SiPM planes, are promising for the development of future, SiPM-only, readout planes that can offer imaging and achieve similar energy resolution to that previously demonstrated with PMTs.
△ Less
Submitted 16 August, 2024; v1 submitted 30 May, 2024;
originally announced May 2024.
-
Cryogenic optical beam steering for superconducting device calibration
Authors:
K. Stifter,
H. Magoon,
A. J. Anderson,
D. J. Temples,
N. A. Kurinsky,
C. Stoughton,
I. Hernandez,
A. Nuñez,
K. Anyang,
R. Linehan,
M. R. Young,
P. Barry,
D. Baxter,
D. Bowring,
G. Cancelo,
A. Chou,
K. R. Dibert,
E. Figueroa-Feliciano,
L. Hsu,
R. Khatiwada,
S. D. Mork,
L. Stefanazzi,
N. Tabassum,
S. Uemura,
B. A. Young
Abstract:
We have developed a calibration system based on a micro-electromechanical systems (MEMS) mirror that is capable of delivering an optical beam over a wavelength range of 180 -- 2000 nm (0.62 -- 6.89 eV) in a sub-Kelvin environment. This portable, integrated system can steer the beam over a $\sim$3 cm $\times$ 3 cm area on the surface of any sensor with a precision of $\sim$100 $μ$m, enabling charac…
▽ More
We have developed a calibration system based on a micro-electromechanical systems (MEMS) mirror that is capable of delivering an optical beam over a wavelength range of 180 -- 2000 nm (0.62 -- 6.89 eV) in a sub-Kelvin environment. This portable, integrated system can steer the beam over a $\sim$3 cm $\times$ 3 cm area on the surface of any sensor with a precision of $\sim$100 $μ$m, enabling characterization of device response as a function of position. This fills a critical need in the landscape of calibration tools for sub-Kelvin devices, including those used for dark matter detection and quantum computing. These communities have a shared goal of understanding the impact of ionizing radiation on device performance, which can be pursued with our system. This paper describes the design of the first-generation calibration system and the results from successfully testing its performance at room temperature and 20 mK.
△ Less
Submitted 3 May, 2024;
originally announced May 2024.
-
Impact of the Magnetic Horizon on the Interpretation of the Pierre Auger Observatory Spectrum and Composition Data
Authors:
The Pierre Auger Collaboration,
A. Abdul Halim,
P. Abreu,
M. Aglietta,
I. Allekotte,
K. Almeida Cheminant,
A. Almela,
R. Aloisio,
J. Alvarez-Muñiz,
J. Ammerman Yebra,
G. A. Anastasi,
L. Anchordoqui,
B. Andrada,
S. Andringa,
L. Apollonio,
C. Aramo,
P. R. Araújo Ferreira,
E. Arnone,
J. C. Arteaga Velázquez,
P. Assis,
G. Avila,
E. Avocone,
A. Bakalova,
F. Barbato,
A. Bartz Mocellin
, et al. (342 additional authors not shown)
Abstract:
The flux of ultra-high energy cosmic rays reaching Earth above the ankle energy (5 EeV) can be described as a mixture of nuclei injected by extragalactic sources with very hard spectra and a low rigidity cutoff. Extragalactic magnetic fields existing between the Earth and the closest sources can affect the observed CR spectrum by reducing the flux of low-rigidity particles reaching Earth. We perfo…
▽ More
The flux of ultra-high energy cosmic rays reaching Earth above the ankle energy (5 EeV) can be described as a mixture of nuclei injected by extragalactic sources with very hard spectra and a low rigidity cutoff. Extragalactic magnetic fields existing between the Earth and the closest sources can affect the observed CR spectrum by reducing the flux of low-rigidity particles reaching Earth. We perform a combined fit of the spectrum and distributions of depth of shower maximum measured with the Pierre Auger Observatory including the effect of this magnetic horizon in the propagation of UHECRs in the intergalactic space. We find that, within a specific range of the various experimental and phenomenological systematics, the magnetic horizon effect can be relevant for turbulent magnetic field strengths in the local neighbourhood of order $B_{\rm rms}\simeq (50-100)\,{\rm nG}\,(20\rm{Mpc}/{d_{\rm s})( 100\,\rm{kpc}/L_{\rm coh}})^{1/2}$, with $d_{\rm s}$ the typical intersource separation and $L_{\rm coh}$ the magnetic field coherence length. When this is the case, the inferred slope of the source spectrum becomes softer and can be closer to the expectations of diffusive shock acceleration, i.e., $\propto E^{-2}$. An additional cosmic-ray population with higher source density and softer spectra, presumably also extragalactic and dominating the cosmic-ray flux at EeV energies, is also required to reproduce the overall spectrum and composition results for all energies down to 0.6~EeV.
△ Less
Submitted 1 August, 2024; v1 submitted 4 April, 2024;
originally announced April 2024.
-
The topological structure of isolated points in the space of $\mathbb{Z}^d$-shifts
Authors:
Silvère Gangloff,
Alonso Núñez
Abstract:
R. Pavlov and S. Schmieding provided recently some results about generic $\mathbb{Z}$-shifts, which rely mainly on an original theorem stating that isolated points form a residual set in the space of $\mathbb{Z}$-shifts such that all other residual sets must contain it. As a direction for further research, they pointed towards genericity in the space of G-shifts, where G is a finitely generated gr…
▽ More
R. Pavlov and S. Schmieding provided recently some results about generic $\mathbb{Z}$-shifts, which rely mainly on an original theorem stating that isolated points form a residual set in the space of $\mathbb{Z}$-shifts such that all other residual sets must contain it. As a direction for further research, they pointed towards genericity in the space of G-shifts, where G is a finitely generated group. In the present text, we approach this for the case of $\mathbb{Z}^d$-shifts, where $d \ge 2$. As it is usual, multidimensional dynamical systems are much more difficult to understand. In light of the result of R. Pavlov and S. Schmieding, it is natural to begin with a better understanding of isolated points. We prove here a characterization of such points in the space of $\mathbb{Z}^d$-shifts, in terms of the natural notion of maximal subsystems which we also introduce in this article. From this characterization we recover the result of R. Pavlov and S. Schmieding's for $\mathbb{Z}$-shifts. We also prove a series of results which exploit this notion. In particular some transitivity-like properties can be related to the number of maximal subsystems. Furthermore, we show that the Cantor-Bendixon rank of the space of $\mathbb{Z}^d$-shifts is infinite for $d > 1$, while for $d = 1$ is known to be equal to one.
△ Less
Submitted 22 February, 2025; v1 submitted 30 January, 2024;
originally announced January 2024.
-
Testing Hadronic-Model Predictions of Depth of Maximum of Air-Shower Profiles and Ground-Particle Signals using Hybrid Data of the Pierre Auger Observatory
Authors:
The Pierre Auger Collaboration,
A. Abdul Halim,
P. Abreu,
M. Aglietta,
I. Allekotte,
K. Almeida Cheminant,
A. Almela,
R. Aloisio,
J. Alvarez-Muñiz,
J. Ammerman Yebra,
G. A. Anastasi,
L. Anchordoqui,
B. Andrada,
S. Andringa,
L. Apollonio,
C. Aramo,
P. R. Araújo Ferreira,
E. Arnone,
J. C. Arteaga Velázquez,
P. Assis,
G. Avila,
E. Avocone,
A. Bakalova,
F. Barbato,
A. Bartz Mocellin
, et al. (346 additional authors not shown)
Abstract:
We test the predictions of hadronic interaction models regarding the depth of maximum of air-shower profiles, $X_{max}$, and ground-particle signals in water-Cherenkov detectors at 1000 m from the shower core, $S(1000)$, using the data from the fluorescence and surface detectors of the Pierre Auger Observatory. The test consists in fitting the measured two-dimensional ($S(1000)$, $X_{max}$) distri…
▽ More
We test the predictions of hadronic interaction models regarding the depth of maximum of air-shower profiles, $X_{max}$, and ground-particle signals in water-Cherenkov detectors at 1000 m from the shower core, $S(1000)$, using the data from the fluorescence and surface detectors of the Pierre Auger Observatory. The test consists in fitting the measured two-dimensional ($S(1000)$, $X_{max}$) distributions using templates for simulated air showers produced with hadronic interaction models EPOS-LHC, QGSJet II-04, Sibyll 2.3d and leaving the scales of predicted $X_{max}$ and the signals from hadronic component at ground as free fit parameters. The method relies on the assumption that the mass composition remains the same at all zenith angles, while the longitudinal shower development and attenuation of ground signal depend on the mass composition in a correlated way.
The analysis was applied to 2239 events detected by both the fluorescence and surface detectors of the Pierre Auger Observatory with energies between $10^{18.5}$ to $10^{19.0}$ eV and zenith angles below $60^\circ$. We found, that within the assumptions of the method, the best description of the data is achieved if the predictions of the hadronic interaction models are shifted to deeper $X_{max}$ values and larger hadronic signals at all zenith angles. Given the magnitude of the shifts and the data sample size, the statistical significance of the improvement of data description using the modifications considered in the paper is larger than $5σ$ even for any linear combination of experimental systematic uncertainties.
△ Less
Submitted 3 May, 2024; v1 submitted 19 January, 2024;
originally announced January 2024.
-
The Factory and the Beehive. V. Chromospheric and Coronal Activity and Its Dependence on Rotation in Praesepe and the Hyades
Authors:
Alejandro Núñez,
M. A. Agüeros,
J. L. Curtis,
K. R. Covey,
S. T. Douglas,
S. R. Chu,
S. DeLaurentiis,
M. Wang,
J. J. Drake
Abstract:
Low-mass (< 1.2 Solar mass) main-sequence stars lose angular momentum over time, leading to a decrease in their magnetic activity. The details of this rotation-activity relation remain poorly understood. Using observations of members of the $\approx$700 Myr-old Praesepe and Hyades open clusters, we aim to characterize the rotation-activity relation for different tracers of activity at this age. To…
▽ More
Low-mass (< 1.2 Solar mass) main-sequence stars lose angular momentum over time, leading to a decrease in their magnetic activity. The details of this rotation-activity relation remain poorly understood. Using observations of members of the $\approx$700 Myr-old Praesepe and Hyades open clusters, we aim to characterize the rotation-activity relation for different tracers of activity at this age. To complement published data, we obtained new optical spectra for 250 Praesepe stars, new X-ray detections for ten, and new rotation periods for 28. These numbers for Hyads are 131, 23, and 137, respectively. The latter increases the number of Hyads with periods by 50%. We used these data to measure the fractional H$α$ and X-ray luminosities, $\mathit{L}_{Hα}/\mathit{L}_{bol}$ and $\mathit{L}_X/\mathit{L}_{bol}$, and to calculate Rossby numbers $\mathit{R}_o$. We found that at $\approx$700 Myr almost all M dwarfs exhibit H$α$ emission, with binaries having the same overall color-H$α$ equivalent width distribution as single stars. In the $\mathit{R}_o-\mathit{L}_{Hα}/\mathit{L}_{bol}$ plane, unsaturated single stars follow a power-law with index $β= -5.9 \pm 0.8$ for $\mathit{R}_o > 0.3$. In the $\mathit{R}_o-\mathit{L}_X/\mathit{L}_{bol}$ plane, we see evidence for supersaturation for single stars with $\mathit{R}_o \lesssim 0.01$, following a power-law with index $β_{sup} = 0.5^{+0.2}_{-0.1}$, supporting the hypothesis that stellar coronae are being centrifugally stripped. We found that the critical $\mathit{R}_o$ value at which activity saturates is smaller for $\mathit{L}_X/\mathit{L}_{bol}$ than for $\mathit{L}_{Hα}/\mathit{L}_{bol}$. Finally, we observed an almost 1:1 relation between $\mathit{L}_{Hα}/\mathit{L}_{bol}$ and $\mathit{L}_X/\mathit{L}_{bol}$, suggesting that both the corona and the chromosphere experience similar magnetic heating.
△ Less
Submitted 1 February, 2024; v1 submitted 30 November, 2023;
originally announced November 2023.
-
Refined Harder-Narasimhan filtrations in moduli theory
Authors:
Andrés Ibáñez Núñez
Abstract:
We define canonical refinements of Harder-Narasimhan filtrations and stratifications in moduli theory, generalising and relating work of Haiden-Katzarkov-Kontsevich-Pandit and Kirwan. More precisely, we define a canonical stratification on any noetherian algebraic stack $\mathcal X$ with affine diagonal that admits a good moduli space and is endowed with a norm on graded points. The strata live in…
▽ More
We define canonical refinements of Harder-Narasimhan filtrations and stratifications in moduli theory, generalising and relating work of Haiden-Katzarkov-Kontsevich-Pandit and Kirwan. More precisely, we define a canonical stratification on any noetherian algebraic stack $\mathcal X$ with affine diagonal that admits a good moduli space and is endowed with a norm on graded points. The strata live in a newly defined stack of sequential filtrations of $\mathcal X$. Therefore the stratification gives a canonical sequential filtration, the iterated balanced filtration, for each point of $\mathcal X$. Examples of applicability include moduli of principal bundles on a curve, moduli of objects at the heart of a Bridgeland stability condition and moduli of K-semistable Fano varieties. We conjecture that the iterated balanced filtration describes the asymptotics of the Kempf-Ness flow in Geometric Invariant Theory, as part of a larger project aiming to describe the asymptotics of natural flows in moduli theory. In the case of quotient stacks by diagonalisable algebraic groups, we give an explicit description of the iterated balanced filtration in terms of convex geometry.
△ Less
Submitted 29 November, 2023;
originally announced November 2023.
-
Constraints on metastable superheavy dark matter coupled to sterile neutrinos with the Pierre Auger Observatory
Authors:
The Pierre Auger Collaboration,
A. Abdul Halim,
P. Abreu,
M. Aglietta,
I. Allekotte,
K. Almeida Cheminant,
A. Almela,
R. Aloisio,
J. Alvarez-Muñiz,
J. Ammerman Yebra,
G. A. Anastasi,
L. Anchordoqui,
B. Andrada,
S. Andringa,
L. Apollonio,
C. Aramo,
P. R. Araújo Ferreira,
E. Arnone,
J. C. Arteaga Velázquez,
P. Assis,
G. Avila,
E. Avocone,
A. Bakalova,
F. Barbato,
A. Bartz Mocellin
, et al. (346 additional authors not shown)
Abstract:
Dark matter particles could be superheavy, provided their lifetime is much longer than the age of the universe. Using the sensitivity of the Pierre Auger Observatory to ultra-high energy neutrinos and photons, we constrain a specific extension of the Standard Model of particle physics that meets the lifetime requirement for a superheavy particle by coupling it to a sector of ultra-light sterile ne…
▽ More
Dark matter particles could be superheavy, provided their lifetime is much longer than the age of the universe. Using the sensitivity of the Pierre Auger Observatory to ultra-high energy neutrinos and photons, we constrain a specific extension of the Standard Model of particle physics that meets the lifetime requirement for a superheavy particle by coupling it to a sector of ultra-light sterile neutrinos. Our results show that, for a typical dark coupling constant of 0.1, the mixing angle $θ_m$ between active and sterile neutrinos must satisfy, roughly, $θ_m \lesssim 1.5\times 10^{-6}(M_X/10^9~\mathrm{GeV})^{-2}$ for a mass $M_X$ of the dark-matter particle between $10^8$ and $10^{11}~$GeV.
△ Less
Submitted 14 March, 2024; v1 submitted 24 November, 2023;
originally announced November 2023.
-
Design, characterization and installation of the NEXT-100 cathode and electroluminescence regions
Authors:
NEXT Collaboration,
K. Mistry,
L. Rogers,
B. J. P. Jones,
B. Munson,
L. Norman,
C. Adams,
H. Almazán,
V. Álvarez,
B. Aparicio,
A. I. Aranburu,
L. Arazi,
I. J. Arnquist,
F. Auria-Luna,
S. Ayet,
C. D. R. Azevedo,
K. Bailey,
F. Ballester,
M. del Barrio-Torregrosa,
A. Bayo,
J. M. Benlloch-Rodríguez,
F. I. G. M. Borges,
A. Brodolin,
N. Byrnes,
S. Cárcel
, et al. (85 additional authors not shown)
Abstract:
NEXT-100 is currently being constructed at the Laboratorio Subterráneo de Canfranc in the Spanish Pyrenees and will search for neutrinoless double beta decay using a high-pressure gaseous time projection chamber (TPC) with 100 kg of xenon. Charge amplification is carried out via electroluminescence (EL) which is the process of accelerating electrons in a high electric field region causing secondar…
▽ More
NEXT-100 is currently being constructed at the Laboratorio Subterráneo de Canfranc in the Spanish Pyrenees and will search for neutrinoless double beta decay using a high-pressure gaseous time projection chamber (TPC) with 100 kg of xenon. Charge amplification is carried out via electroluminescence (EL) which is the process of accelerating electrons in a high electric field region causing secondary scintillation of the medium proportional to the initial charge. The NEXT-100 EL and cathode regions are made from tensioned hexagonal meshes of 1 m diameter. This paper describes the design, characterization, and installation of these parts for NEXT-100. Simulations of the electric field are performed to model the drift and amplification of ionization electrons produced in the detector under various EL region alignments and rotations. Measurements of the electrostatic breakdown voltage in air characterize performance under high voltage conditions and identify breakdown points. The electrostatic deflection of the mesh is quantified and fit to a first-principles mechanical model. Measurements were performed with both a standalone test EL region and with the NEXT-100 EL region before its installation in the detector. Finally, we describe the parts as installed in NEXT-100, following their deployment in Summer 2023.
△ Less
Submitted 21 December, 2023; v1 submitted 6 November, 2023;
originally announced November 2023.
-
Demonstration of Event Position Reconstruction based on Diffusion in the NEXT-White Detector
Authors:
J. Haefner,
K. E. Navarro,
R. Guenette,
B. J. P. Jones,
A. Tripathi,
C. Adams,
H. Almazán,
V. Álvarez,
B. Aparicio,
A. I. Aranburu,
L. Arazi,
I. J. Arnquist,
F. Auria-Luna,
S. Ayet,
C. D. R. Azevedo,
K. Bailey,
F. Ballester,
M. del Barrio-Torregrosa,
A. Bayo,
J. M. BenllochRodríguez,
F. I. G. M. Borges,
A. Brodolin,
N. Byrnes,
S. Cárcel,
J. V. Carrión
, et al. (86 additional authors not shown)
Abstract:
Noble element time projection chambers are a leading technology for rare event detection in physics, such as for dark matter and neutrinoless double beta decay searches. Time projection chambers typically assign event position in the drift direction using the relative timing of prompt scintillation and delayed charge collection signals, allowing for reconstruction of an absolute position in the dr…
▽ More
Noble element time projection chambers are a leading technology for rare event detection in physics, such as for dark matter and neutrinoless double beta decay searches. Time projection chambers typically assign event position in the drift direction using the relative timing of prompt scintillation and delayed charge collection signals, allowing for reconstruction of an absolute position in the drift direction. In this paper, alternate methods for assigning event drift distance via quantification of electron diffusion in a pure high pressure xenon gas time projection chamber are explored. Data from the NEXT-White detector demonstrate the ability to achieve good position assignment accuracy for both high- and low-energy events. Using point-like energy deposits from $^{83\mathrm{m}}$Kr calibration electron captures ($E\sim45$keV), the position of origin of low-energy events is determined to $2~$cm precision with bias $< 1$mm. A convolutional neural network approach is then used to quantify diffusion for longer tracks (E$\geq$1.5MeV), yielding a precision of 3cm on the event barycenter. The precision achieved with these methods indicates the feasibility energy calibrations of better than 1% FWHM at Q$_{ββ}$ in pure xenon, as well as the potential for event fiducialization in large future detectors using an alternate method that does not rely on primary scintillation.
△ Less
Submitted 6 November, 2023;
originally announced November 2023.
-
Transfer learning for improved generalizability in causal physics-informed neural networks for beam simulations
Authors:
Taniya Kapoor,
Hongrui Wang,
Alfredo Nunez,
Rolf Dollevoet
Abstract:
This paper introduces a novel methodology for simulating the dynamics of beams on elastic foundations. Specifically, Euler-Bernoulli and Timoshenko beam models on the Winkler foundation are simulated using a transfer learning approach within a causality-respecting physics-informed neural network (PINN) framework. Conventional PINNs encounter challenges in handling large space-time domains, even fo…
▽ More
This paper introduces a novel methodology for simulating the dynamics of beams on elastic foundations. Specifically, Euler-Bernoulli and Timoshenko beam models on the Winkler foundation are simulated using a transfer learning approach within a causality-respecting physics-informed neural network (PINN) framework. Conventional PINNs encounter challenges in handling large space-time domains, even for problems with closed-form analytical solutions. A causality-respecting PINN loss function is employed to overcome this limitation, effectively capturing the underlying physics. However, it is observed that the causality-respecting PINN lacks generalizability. We propose using solutions to similar problems instead of training from scratch by employing transfer learning while adhering to causality to accelerate convergence and ensure accurate results across diverse scenarios. Numerical experiments on the Euler-Bernoulli beam highlight the efficacy of the proposed approach for various initial conditions, including those with noise in the initial data. Furthermore, the potential of the proposed method is demonstrated for the Timoshenko beam in an extended spatial and temporal domain. Several comparisons suggest that the proposed method accurately captures the inherent dynamics, outperforming the state-of-the-art physics-informed methods under standard $L^2$-norm metric and accelerating convergence.
△ Less
Submitted 1 November, 2023;
originally announced November 2023.
-
Radio Measurements of the Depth of Air-Shower Maximum at the Pierre Auger Observatory
Authors:
The Pierre Auger Collaboration,
A. Abdul Halim,
P. Abreu,
M. Aglietta,
I. Allekotte,
K. Almeida Cheminant,
A. Almela,
R. Aloisio,
J. Alvarez-Muñiz,
J. Ammerman Yebra,
G. A. Anastasi,
L. Anchordoqui,
B. Andrada,
S. Andringa,
Anukriti,
L. Apollonio,
C. Aramo,
P. R. Araújo Ferreira,
E. Arnone,
J. C. Arteaga Velázquez,
P. Assis,
G. Avila,
E. Avocone,
A. Bakalova,
F. Barbato
, et al. (350 additional authors not shown)
Abstract:
The Auger Engineering Radio Array (AERA), part of the Pierre Auger Observatory, is currently the largest array of radio antenna stations deployed for the detection of cosmic rays, spanning an area of $17$ km$^2$ with 153 radio stations. It detects the radio emission of extensive air showers produced by cosmic rays in the $30-80$ MHz band. Here, we report the AERA measurements of the depth of the s…
▽ More
The Auger Engineering Radio Array (AERA), part of the Pierre Auger Observatory, is currently the largest array of radio antenna stations deployed for the detection of cosmic rays, spanning an area of $17$ km$^2$ with 153 radio stations. It detects the radio emission of extensive air showers produced by cosmic rays in the $30-80$ MHz band. Here, we report the AERA measurements of the depth of the shower maximum ($X_\text{max}$), a probe for mass composition, at cosmic-ray energies between $10^{17.5}$ to $10^{18.8}$ eV, which show agreement with earlier measurements with the fluorescence technique at the Pierre Auger Observatory. We show advancements in the method for radio $X_\text{max}$ reconstruction by comparison to dedicated sets of CORSIKA/CoREAS air-shower simulations, including steps of reconstruction-bias identification and correction, which is of particular importance for irregular or sparse radio arrays. Using the largest set of radio air-shower measurements to date, we show the radio $X_\text{max}$ resolution as a function of energy, reaching a resolution better than $15$ g cm$^{-2}$ at the highest energies, demonstrating that radio $X_\text{max}$ measurements are competitive with the established high-precision fluorescence technique. In addition, we developed a procedure for performing an extensive data-driven study of systematic uncertainties, including the effects of acceptance bias, reconstruction bias, and the investigation of possible residual biases. These results have been cross-checked with air showers measured independently with both the radio and fluorescence techniques, a setup unique to the Pierre Auger Observatory.
△ Less
Submitted 30 October, 2023;
originally announced October 2023.