id
stringlengths 9
16
| submitter
stringlengths 1
64
⌀ | authors
stringlengths 3
62.8k
| title
stringlengths 1
382
| comments
stringlengths 1
1.15k
⌀ | journal-ref
stringlengths 1
557
⌀ | doi
stringlengths 7
153
⌀ | report-no
stringlengths 1
509
⌀ | categories
stringlengths 5
125
| license
stringclasses 9
values | abstract
stringlengths 6
6.09k
| versions
listlengths 1
187
| update_date
timestamp[s]date 2007-05-23 00:00:00
2025-04-25 00:00:00
| authors_parsed
sequencelengths 1
2.83k
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2504.13988 | Herman Cappelen | Herman Cappelen and Josh Dever | Going Whole Hog: A Philosophical Defense of AI Cognition | null | null | null | null | cs.AI | http://creativecommons.org/licenses/by-nc-nd/4.0/ | This work defends the 'Whole Hog Thesis': sophisticated Large Language Models
(LLMs) like ChatGPT are full-blown linguistic and cognitive agents, possessing
understanding, beliefs, desires, knowledge, and intentions. We argue against
prevailing methodologies in AI philosophy, rejecting starting points based on
low-level computational details ('Just an X' fallacy) or pre-existing theories
of mind. Instead, we advocate starting with simple, high-level observations of
LLM behavior (e.g., answering questions, making suggestions) -- defending this
data against charges of metaphor, loose talk, or pretense. From these
observations, we employ 'Holistic Network Assumptions' -- plausible connections
between mental capacities (e.g., answering implies knowledge, knowledge implies
belief, action implies intention) -- to argue for the full suite of cognitive
states. We systematically rebut objections based on LLM failures
(hallucinations, planning/reasoning errors), arguing these don't preclude
agency, often mirroring human fallibility. We address numerous 'Games of
Lacks', arguing that LLMs do not lack purported necessary conditions for
cognition (e.g., semantic grounding, embodiment, justification, intrinsic
intentionality) or that these conditions are not truly necessary, often relying
on anti-discriminatory arguments comparing LLMs to diverse human capacities.
Our approach is evidential, not functionalist, and deliberately excludes
consciousness. We conclude by speculating on the possibility of LLMs possessing
'alien' contents beyond human conceptual schemes.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 11:36:25 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Cappelen",
"Herman",
""
],
[
"Dever",
"Josh",
""
]
] |
2504.13989 | Lucas Maisonnave | Lucas Maisonnave, Cyril Moineau, Olivier Bichler, Fabrice Rastello | Gradual Binary Search and Dimension Expansion : A general method for
activation quantization in LLMs | null | null | null | null | cs.LG cs.AI cs.CL | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Large language models (LLMs) have become pivotal in artificial intelligence,
demonstrating strong capabilities in reasoning, understanding, and generating
data. However, their deployment on edge devices is hindered by their
substantial size, often reaching several billion parameters. Quantization is a
widely used method to reduce memory usage and inference time, however LLMs
present unique challenges due to the prevalence of outliers in their
activations. In this work, we leverage the theoretical advantages of Hadamard
matrices over random rotation matrices to push the boundaries of quantization
in LLMs. We demonstrate that Hadamard matrices are more effective in reducing
outliers, which are a significant obstacle in achieving low-bit quantization.
Our method based on a gradual binary search enables 3-bit quantization for
weights, activations, and key-value (KV) caches, resulting in a 40\% increase
in accuracy on common benchmarks compared to SoTA methods. We extend the use of
rotation matrices to support non-power-of-2 embedding dimensions, similar to
the Qwen architecture, by employing the Paley algorithm. We theoretically
demonstrates the superiority of Hadamard matrices in reducing outliers.We
achieved 3-bit quantization for weights, activations, and KV cache,
significantly enhancing model performance. Our experimental results on multiple
models family like Mistral, LLaMA, and Qwen demonstrate the effectiveness of
our approach, outperforming existing methods and enabling practical 3-bit
quantization.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 13:46:58 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Maisonnave",
"Lucas",
""
],
[
"Moineau",
"Cyril",
""
],
[
"Bichler",
"Olivier",
""
],
[
"Rastello",
"Fabrice",
""
]
] |
2504.13990 | Wonjae Shin | M. Humayun Kabir, Md. Ali Hasan, Md. Shafiqul Islam, Kyeongjun Ko, and
Wonjae Shin | PC-DeepNet: A GNSS Positioning Error Minimization Framework Using
Permutation-Invariant Deep Neural Network | 31 pages, 14 figures, 6 tables | null | null | null | cs.LG cs.AI cs.SY eess.SY | http://creativecommons.org/licenses/by/4.0/ | Global navigation satellite systems (GNSS) face significant challenges in
urban and sub-urban areas due to non-line-of-sight (NLOS) propagation,
multipath effects, and low received power levels, resulting in highly
non-linear and non-Gaussian measurement error distributions. In light of this,
conventional model-based positioning approaches, which rely on Gaussian error
approximations, struggle to achieve precise localization under these
conditions. To overcome these challenges, we put forth a novel learning-based
framework, PC-DeepNet, that employs a permutation-invariant (PI) deep neural
network (DNN) to estimate position corrections (PC). This approach is designed
to ensure robustness against changes in the number and/or order of visible
satellite measurements, a common issue in GNSS systems, while leveraging NLOS
and multipath indicators as features to enhance positioning accuracy in
challenging urban and sub-urban environments. To validate the performance of
the proposed framework, we compare the positioning error with state-of-the-art
model-based and learning-based positioning methods using two publicly available
datasets. The results confirm that proposed PC-DeepNet achieves superior
accuracy than existing model-based and learning-based methods while exhibiting
lower computational complexity compared to previous learning-based approaches.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 14:18:02 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Kabir",
"M. Humayun",
""
],
[
"Hasan",
"Md. Ali",
""
],
[
"Islam",
"Md. Shafiqul",
""
],
[
"Ko",
"Kyeongjun",
""
],
[
"Shin",
"Wonjae",
""
]
] |
2504.13991 | Felix Nannesson Meli | Felix Nannesson Meli, Johan Tell, Shirwan Piroti, Tahar Zanouda, Elias
Jarlebring | Deep Learning on Graphs for Mobile Network Topology Generation | 5 pages, 6 figures, submitted to IEEE Networking Letters | null | null | null | cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Mobile networks consist of interconnected radio nodes strategically
positioned across various geographical regions to provide connectivity
services. The set of relations between these radio nodes, referred to as the
\emph{mobile network topology}, is vital in the construction of the networking
infrastructure. Typically, the connections between radio nodes and their
associated cells are defined by software features that establish mobility
relations (referred to as \emph{edges} in this paper) within the mobile network
graph through heuristic methods. Although these approaches are efficient, they
encounter significant limitations, particularly since edges can only be
established prior to the installation of physical hardware.
In this work, we use graph-based deep learning methods to determine mobility
relations (edges), trained on radio node configuration data and reliable
mobility relations set by Automatic Neighbor Relations (ANR) in stable
networks. This paper focuses on measuring the accuracy and precision of
different graph-based deep learning approaches applied to real-world mobile
networks. We evaluated two deep learning models. Our comprehensive experiments
on Telecom datasets obtained from operational Telecom Networks demonstrate the
effectiveness of the graph neural network (GNN) model and multilayer
perceptron. Our evaluation showed that considering graph structure improves
results, which motivates the use of GNNs. Additionally, we investigated the use
of heuristics to reduce the training time based on the distance between radio
nodes to eliminate irrelevant cases. Our investigation showed that the use of
these heuristics improved precision and accuracy considerably.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 15:49:56 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Meli",
"Felix Nannesson",
""
],
[
"Tell",
"Johan",
""
],
[
"Piroti",
"Shirwan",
""
],
[
"Zanouda",
"Tahar",
""
],
[
"Jarlebring",
"Elias",
""
]
] |
2504.13992 | Eric Lu | Eric Lu | First and Second Order Approximations to Stochastic Gradient Descent
Methods with Momentum Terms | null | null | null | null | cs.LG math.OC | http://creativecommons.org/licenses/by/4.0/ | Stochastic Gradient Descent (SGD) methods see many uses in optimization
problems. Modifications to the algorithm, such as momentum-based SGD methods
have been known to produce better results in certain cases. Much of this,
however, is due to empirical information rather than rigorous proof. While the
dynamics of gradient descent methods can be studied through continuous
approximations, existing works only cover scenarios with constant learning
rates or SGD without momentum terms. We present approximation results under
weak assumptions for SGD that allow learning rates and momentum parameters to
vary with respect to time.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 16:49:46 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Lu",
"Eric",
""
]
] |
2504.13993 | Ekta Gujral | Ekta Gujral, Apurva Sinha, Lishi Ji and Bijayani Sanghamitra Mishra | CPR: Leveraging LLMs for Topic and Phrase Suggestion to Facilitate
Comprehensive Product Reviews | null | null | null | null | cs.IR cs.AI cs.LG | http://creativecommons.org/licenses/by/4.0/ | Consumers often heavily rely on online product reviews, analyzing both
quantitative ratings and textual descriptions to assess product quality.
However, existing research hasn't adequately addressed how to systematically
encourage the creation of comprehensive reviews that capture both customers
sentiment and detailed product feature analysis. This paper presents CPR, a
novel methodology that leverages the power of Large Language Models (LLMs) and
Topic Modeling to guide users in crafting insightful and well-rounded reviews.
Our approach employs a three-stage process: first, we present users with
product-specific terms for rating; second, we generate targeted phrase
suggestions based on these ratings; and third, we integrate user-written text
through topic modeling, ensuring all key aspects are addressed. We evaluate CPR
using text-to-text LLMs, comparing its performance against real-world customer
reviews from Walmart. Our results demonstrate that CPR effectively identifies
relevant product terms, even for new products lacking prior reviews, and
provides sentiment-aligned phrase suggestions, saving users time and enhancing
reviews quality. Quantitative analysis reveals a 12.3% improvement in BLEU
score over baseline methods, further supported by manual evaluation of
generated phrases. We conclude by discussing potential extensions and future
research directions.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 17:11:38 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Gujral",
"Ekta",
""
],
[
"Sinha",
"Apurva",
""
],
[
"Ji",
"Lishi",
""
],
[
"Mishra",
"Bijayani Sanghamitra",
""
]
] |
2504.13994 | Michael MacInnis | Michael MacInnis and Olga Baysal and Michele Lanza | Terminal Lucidity: Envisioning the Future of the Terminal | null | null | null | null | cs.HC cs.OS cs.SE | http://creativecommons.org/licenses/by-sa/4.0/ | The Unix terminal, or just simply, the terminal, can be found being applied
in almost every facet of computing. It is available across all major platforms
and often integrated into other applications. Due to its ubiquity, even
marginal improvements to the terminal have the potential to make massive
improvements to productivity on a global scale. We believe that evolutionary
improvements to the terminal, in its current incarnation as windowed terminal
emulator, are possible and that developing a thorough understanding of issues
that current terminal users face is fundamental to knowing how the terminal
should evolve. In order to develop that understanding we have mined Unix and
Linux Stack Exchange using a fully-reproducible method which was able to
extract and categorize 91.0% of 1,489 terminal-related questions (from the full
set of nearly 240,000 questions) without manual intervention.
We present an analysis, to our knowledge the first of its kind, of windowed
terminal-related questions posted over a 15-year period and viewed, in
aggregate, approximately 40 million times. As expected, given its longevity, we
find the terminal's many features being applied across a wide variety of use
cases. We find evidence that the terminal, as windowed terminal emulator, has
neither fully adapted to its now current graphical environment nor completely
untangled itself from features more suited to incarnations in previous
environments. We also find evidence of areas where we believe the terminal
could be extended along with other areas where it could be simplified.
Surprisingly, while many current efforts to improve the terminal include
improving the terminal's social and collaborative aspects, we find little
evidence of this as a prominent pain point.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 17:28:40 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"MacInnis",
"Michael",
""
],
[
"Baysal",
"Olga",
""
],
[
"Lanza",
"Michele",
""
]
] |
2504.13995 | Andrea Amaduzzi | Andrea Amaduzzi, Pierluigi Zama Ramirez, Giuseppe Lisanti, Samuele
Salti, Luigi Di Stefano | Scaling LLaNA: Advancing NeRF-Language Understanding Through Large-Scale
Training | Under submission. Project page at
https://andreamaduzzi.github.io/llana/ | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Recent advances in Multimodal Large Language Models (MLLMs) have shown
remarkable capabilities in understanding both images and 3D data, yet these
modalities face inherent limitations in comprehensively representing object
geometry and appearance. Neural Radiance Fields (NeRFs) have emerged as a
promising alternative, encoding both geometric and photorealistic properties
within the weights of a simple Multi-Layer Perceptron (MLP). This work
investigates the feasibility and effectiveness of ingesting NeRFs into an MLLM.
We introduce LLaNA, the first MLLM able to perform new tasks such as NeRF
captioning and Q\&A, by directly processing the weights of a NeRF's MLP.
Notably, LLaNA is able to extract information about the represented objects
without the need to render images or materialize 3D data structures. In
addition, we build the first large-scale NeRF-language dataset, composed by
more than 300K NeRFs trained on ShapeNet and Objaverse, with paired textual
annotations that enable various NeRF-language tasks. Based on this dataset, we
develop a benchmark to evaluate the NeRF understanding capability of our
method. Results show that directly processing NeRF weights leads to better
performance on NeRF-Language tasks compared to approaches that rely on either
2D or 3D representations derived from NeRFs.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 18:00:00 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Amaduzzi",
"Andrea",
""
],
[
"Ramirez",
"Pierluigi Zama",
""
],
[
"Lisanti",
"Giuseppe",
""
],
[
"Salti",
"Samuele",
""
],
[
"Di Stefano",
"Luigi",
""
]
] |
2504.13996 | Kris Sigurdson | Marc Kamionkowski, Kris R. Sigurdson | Evolution of self-gravitating spherical dark-matter halos with and
without new physics | 10 pages, 7 figures, NSphere code available on GitHub at
https://github.com/kris-sigurdson/NSphere | null | null | null | astro-ph.GA astro-ph.CO hep-ph hep-th | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We present an efficient numerical algorithm for evolving self-gravitating
systems of dark-matter particles that leverages the assumption of spherical
symmetry to reduce the nominally six-dimensional phase space to three
dimensions. It can be used to quickly determine numerically the evolution of an
initially static stable self-consistent self-gravitating system if there is
some additional or new physics. We illustrate here with four examples: (1) the
effects of the growth of a supermassive black hole at the center; (2) the
effects of stripping of the outer layers of the halo (a toy model for the
effects of tidal stripping of galaxies); (3) the response of a self-gravitating
system to dark matter that decays to a slightly less massive state; and (4) the
effects of a slow change to Newton's constant. The approach can be extended to
study dark matter with elastic and inelastic self-interactions and to study the
process of virialization in spherical collapse. We describe some aspects of a
code NSphere that implements this approach which we are making available.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 18:00:00 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Kamionkowski",
"Marc",
""
],
[
"Sigurdson",
"Kris R.",
""
]
] |
2504.13997 | Gavin Wang | Gavin Wang, William O. Balmer, Laurent Pueyo, Daniel Thorngren,
Stephen P. Schmidt, Le-Chris Wang, Kevin C. Schlaufman, Gu{\dh}mundur
Stef\'ansson, Zafar Rustamkulov, David K. Sing | A Revised Density Estimate for the Largest Known Exoplanet, HAT-P-67 b | 25 pages, 17 figures, 6 tables. Accepted to AJ | null | null | null | astro-ph.EP | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Low-density ($\rho < 0.1 \rm{~g~cm^{-3}}$) hot Saturns are expected to
quickly ($<100$ Myr) lose their atmospheres due to stellar irradiation,
explaining their rarity. HAT-P-67 b seems to be an exception, with $\rho < 0.09
\rm{~g~cm^{-3}}$ and maintaining its atmosphere to well after 1 Gyr. We present
a photometric and spectroscopic follow-up of HAT-P-67 b to determine how it
avoided mass loss. HAT-P-67 b orbits a $V=10.1$ evolved F-type star in a 4.81
day orbit. We present new radial velocity observations of the system from the
NEID spectrograph on the WIYN 3.5m Telescope from a follow-up campaign robust
to stellar activity. We characterize the activity using photometry and activity
indicators, revealing a stellar rotation period ($5.40\pm0.09$ d) near HAT-P-67
b's orbital period. We mitigate the stellar activity using a constrained
quasi-periodic Gaussian process through a joint fit of archival ground-based
photometry, TESS photometry, and our NEID observations, obtaining a planetary
mass of $M_p = 0.45 \pm 0.15~M_{\rm J}$. Combined with a radius measurement of
$R_p=2.140 \pm 0.025~R_{\rm J}$, this yields a density of $\rho_p =
0.061^{+0.020}_{-0.021} \rm{~g~cm^{-3}}$, making HAT-P-67 b the second
lowest-density hot giant known to date. We find the recent evolution of the
host star caused mass loss for HAT-P-67 b to only recently occur. The planet
will be tidally disrupted in $\sim 100-250$ Myr, shortly after losing its
atmosphere. With rapid atmospheric mass loss, a large, helium leading tail, and
upcoming observations with the Hubble Space Telescope, HAT-P-67 b is an
exceptional target for future studies, for which an updated mass measurement
provides important context.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 18:00:00 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Wang",
"Gavin",
""
],
[
"Balmer",
"William O.",
""
],
[
"Pueyo",
"Laurent",
""
],
[
"Thorngren",
"Daniel",
""
],
[
"Schmidt",
"Stephen P.",
""
],
[
"Wang",
"Le-Chris",
""
],
[
"Schlaufman",
"Kevin C.",
""
],
[
"Stefánsson",
"Guðmundur",
""
],
[
"Rustamkulov",
"Zafar",
""
],
[
"Sing",
"David K.",
""
]
] |
2504.13998 | Erica Behrens | Erica Behrens, Adele Plunkett, Zhi-Yun Li | Probing the Kinematics of Multiple- and Single-Protostar Systems in
Perseus with N2H+ | 18 pages, 13 figures, 2 tables, accepted to the Astrophysical Journal | null | null | null | astro-ph.GA | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We analyze the dense gas kinematics in two Class 0/I protostellar cores, Per
30 and NGC 1333 IRAS 7, in the Perseus molecular cloud to determine whether
their velocity structures are indicative of rotation. We examine the hyperfine
structure of the N2H+ J=1-0 transition by combining 3" (900 AU) Atacama Large
Millimeter/Submillimeter Array (ALMA) measurements with 9" (2700 AU)
measurements from the Green Bank Telescope (GBT). We use the CASA Feather
method to combine these data in order to maximize our sensitivity across
spatial scales. We fit the N2H+ spectra to constrain the centroid velocity of
the gas at each pixel and use these values to calculate the linear velocity
gradient and specific angular momentum within apertures centered on each
protostar with radii ranging from 5-60". Our results indicate that the velocity
structure probed by the N2H+ emission is likely not a result of core rotation.
These findings are consistent with other studies in the literature which
indicate rotation is often not evident on scales less than 1000 AU. We instead
suggest that the velocity structure we see is a result of torques caused by
irregular density distributions in these protostellar systems.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 18:00:01 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Behrens",
"Erica",
""
],
[
"Plunkett",
"Adele",
""
],
[
"Li",
"Zhi-Yun",
""
]
] |
2504.13999 | David Melon Fuksman | David Melon Fuksman, Mario Flock, Hubert Klahr, Giancarlo Mattia,
Dhruv Muley | Multidimensional half-moment multigroup radiative transfer. Improving
moment-based thermal models of circumstellar disks | Submitted to Astronomy & Astrophysics, comments welcome | null | null | null | astro-ph.IM astro-ph.EP astro-ph.GA astro-ph.SR | http://creativecommons.org/licenses/by/4.0/ | Common radiative transfer methods, such as flux-limited diffusion (FLD) and
the M1 closure, suffer from artificial interactions between crossing beams. In
protoplanetary disks, this leads to an overestimation of the midplane
temperature due to the merging of vertical inward and outward fluxes. Methods
that avoid these artifacts typically require angular discretization, which can
be computationally expensive. In the spirit of the two-stream approximation, we
aim to remove the interaction between beams in a fixed spatial direction by
introducing a half-moment (HM) closure, which integrates the radiative
intensity over hemispheres. We derive a multidimensional HM closure via entropy
maximization and replace it with an approximate expression that closely matches
it, coinciding in the diffusion and free-streaming regimes while remaining
expressible through simple operations. We implement the HM and M1 closures via
implicit-explicit (IMEX) schemes, including multiple frequency groups. We test
these methods in numerical benchmarks, including computing the temperature in
an irradiated disk around a T Tauri star, comparing the results with Monte
Carlo (MC) radiative transfer simulations. The resulting HM closure tends to
the correct limit in the diffusion regime and prevents interactions between
crossing fluxes in a chosen spatial direction. In disk simulations with 22
frequency groups, the M1 closure disagrees with the MC midplane temperature by
up to 21%, while HM reduces this discrepancy to 6%. Even with just 3 frequency
groups, HM significantly outperforms M1, with maximum departures of 8% compared
to M1's 23%.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 18:00:01 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Fuksman",
"David Melon",
""
],
[
"Flock",
"Mario",
""
],
[
"Klahr",
"Hubert",
""
],
[
"Mattia",
"Giancarlo",
""
],
[
"Muley",
"Dhruv",
""
]
] |
2504.14000 | Prakriti Pal Choudhury | Prakriti Pal Choudhury and Archie F. A. Bott | Modeling transport in weakly collisional plasmas using thermodynamic
forcing | 26 pages, 15 figures. Comments are welcome | null | null | null | physics.plasm-ph astro-ph.GA astro-ph.HE | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | How momentum, energy, and magnetic fields are transported in the presence of
macroscopic gradients is a fundamental question in plasma physics. Answering
this question is especially challenging for weakly collisional, magnetized
plasmas, where macroscopic gradients influence the plasma's microphysical
structure. In this paper, we introduce thermodynamic forcing, a new method for
systematically modeling how macroscopic gradients in magnetized or unmagnetized
plasmas shape the distribution functions of constituent particles. In this
method, we propose to apply an anomalous force to those particles inducing the
anisotropy that would naturally emerge due to macroscopic gradients in weakly
collisional plasmas. We implement thermodynamic forcing in particle-in-cell
(TF-PIC) simulations using a modified Vay particle pusher and validate it
against analytic solutions of the equations of motion. We then carry out a
series of simulations of electron-proton plasmas with periodic boundary
conditions using TF-PIC. First, we confirm that the properties of two
electron-scale kinetic instabilities -- one driven by a temperature gradient
and the other by pressure anisotropy -- are consistent with previous results.
Then, we demonstrate that in the presence of multiple macroscopic gradients,
the saturated state can differ significantly from current expectations. This
work enables, for the first time, systematic and self-consistent transport
modeling in weakly collisional plasmas, with broad applications in
astrophysics, laser-plasma physics, and inertial confinement fusion.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 18:00:02 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Choudhury",
"Prakriti Pal",
""
],
[
"Bott",
"Archie F. A.",
""
]
] |
2504.14001 | Livia Vallini | L. Vallini, A. Pallottini, M. Kohandel, L. Sommovigo, A. Ferrara, M.
Bethermin, R. Herrera-Camus, S. Carniani, A. Faisst, A. Zanella, F. Pozzi, M.
Dessauges-Zavadsky, C. Gruppioni, E. Veraldi, C. Accard | Spatially resolved [CII]-gas conversion factor in early galaxies | 12 pages, 8 figures. Submitted to A&A | null | null | null | astro-ph.GA | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Determining how efficiently gas collapses into stars at high-redshift is key
to understanding galaxy evolution in the Epoch of Reionization (EoR). Globally,
this process is quantified by the gas depletion time ($t_{dep}$); on resolved
scales, by the slope and normalization of the Kennicutt-Schmidt (KS) relation.
This work explores the global ($\alpha_{[CII]}$) and spatially resolved
($W_{[CII]}$) [CII]-to-gas conversion factors at high-$z$ and their role in
inferring reliable gas masses, surface densities, and $t_{dep}$ in the EoR. We
select galaxies at 4<z<9 from the SERRA cosmological zoom-in simulation, that
features on-the-fly radiative transfer and resolves interstellar medium
properties down to $\approx$30 pc. The [CII] emission modelling from
photodissociation regions allow us to derive global $\alpha_{ [CII]}$, and maps
of $W_{[CII]}$. We study their dependence on gas metallicity (Z), density (n),
Mach number (M), and burstiness parameter ($k_s$), and provide best fit
relations. The $\alpha_{[CII]}$ decreases with increasing $Z$ and galaxy
compactness, while the resolved $W_{[CII]}$ shows two regimes: at $Z< 0.2
Z_\odot$, it anticorrelates with n and Z, but not with $k_s$; above this
threshold, it also depends on $k_s$, with more bursty regions showing lower
conversion factors. This implies $W_{[CII]}\propto \Sigma_{[CII]}^{-0.5}$, as
dense, metal-rich, and bursty regions exhibit higher [CII] surface brightness.
Applying a constant $\alpha_{[CII]}$ overestimates $\Sigma_{gas}$ in bright
$\Sigma_{[CII]}$ patches, thus flattening the KS slope and overestimating
$t_{dep}$ by a factor of $\approx$4.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 18:00:02 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Vallini",
"L.",
""
],
[
"Pallottini",
"A.",
""
],
[
"Kohandel",
"M.",
""
],
[
"Sommovigo",
"L.",
""
],
[
"Ferrara",
"A.",
""
],
[
"Bethermin",
"M.",
""
],
[
"Herrera-Camus",
"R.",
""
],
[
"Carniani",
"S.",
""
],
[
"Faisst",
"A.",
""
],
[
"Zanella",
"A.",
""
],
[
"Pozzi",
"F.",
""
],
[
"Dessauges-Zavadsky",
"M.",
""
],
[
"Gruppioni",
"C.",
""
],
[
"Veraldi",
"E.",
""
],
[
"Accard",
"C.",
""
]
] |
2504.14002 | Francesco Perciavalle | Francesco Perciavalle, Francesco Plastina, Michele Pisarra, Nicola Lo
Gullo | Predicting fermionic densities using a Projected Quantum Kernel method | 12 pages, 7 figures | null | null | null | quant-ph cond-mat.str-el cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We use a support vector regressor based on a projected quantum kernel method
to predict the density structure of 1D fermionic systems of interest in quantum
chemistry and quantum matter. The kernel is built on with the observables of a
quantum reservoir implementable with interacting Rydberg atoms. Training and
test data of the fermionic system are generated using a Density Functional
Theory approach. We test the performance of the method for several Hamiltonian
parameters, finding a general common behavior of the error as a function of
measurement time. At sufficiently large measurement times, we find that the
method outperforms the classical linear kernel method and can be competitive
with the radial basis function method.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 18:00:03 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Perciavalle",
"Francesco",
""
],
[
"Plastina",
"Francesco",
""
],
[
"Pisarra",
"Michele",
""
],
[
"Gullo",
"Nicola Lo",
""
]
] |
2504.14003 | Andrew Svesko | Dami\'an A. Galante, Chawakorn Maneerat, and Andrew Svesko | Conformal boundaries near extremal black holes | 45 pages + appendices, 6 figures | null | null | null | hep-th gr-qc | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We examine four dimensional, near-extremal black hole solutions in the
presence of a finite boundary obeying conformal boundary conditions, where the
conformal class of the induced metric and the trace of the extrinsic curvature
are fixed. Working in Euclidean signature and at fixed charge, we find the
near-extremal regime is dominated by a double-scaling limit which reveals new
scaling laws for the quasi-local conformal entropy at low temperatures. Upon
spherical dimensional reduction, we obtain the effective two-dimensional
dilaton-gravity theory that describes the near-extremal regime. In contrast to
Dirichlet boundaries, for conformal boundaries a linear dilaton potential is
not sufficient to capture the leading correction away from extremality and
higher orders are needed. We also examine near-Nariai solutions and the
spherical reduction of pure three-dimensional gravity in (Anti-) de Sitter
space. In the latter, provided the boundary is placed near the conformal
boundary of three-dimensional Anti-de Sitter space, the dynamics of the
spherically symmetric boundary mode is governed by a Liouville equation that
descends from a (minus) Schwarzian effective action.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 18:00:03 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Galante",
"Damián A.",
""
],
[
"Maneerat",
"Chawakorn",
""
],
[
"Svesko",
"Andrew",
""
]
] |
2504.14004 | Madhu Sudan | Madhu Sudan (CUHP), Hum Chand (CUHP), Paul J. Wiita (TCNJ), Ritish
Kumar (CUHP) | Brightness and colour variability in NLSy1s versus BLSy1s and QSOs using
the ZTF survey | 11 Pages, 8 Figures, Submitted to MNRAS | null | null | null | astro-ph.GA | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The Zwicky Transient Facility (ZTF), with its extensive optical monitoring
capabilities, has provided an unprecedented opportunity to study the long-term
variability of active galactic nuclei (AGNs). In this work, we present a
comparative analysis of optical colour and brightness variability for
$\mathrm{log(L_{Bol})}-z$ matched samples, consisting of 2095 Narrow-line
Seyfert 1 galaxies similar to Broad-line Seyfert 1s (NLSy1_A) and 538 NLSy1_B
galaxies matched with quasars (QSOs). The corresponding respective control
samples of consist of 2380 Broad-line Seyfert 1 (BLSy1) galaxies and 741 QSOs.
Using over six years of r-band and g-band light curves from the ZTF Data
Release 22 (DR22), we characterize flux variability, fractional flux
variability, and amplitude of temporal variability for each source in the
samples. Our results indicate that BLSy1 galaxies exhibit significantly
stronger variability compared to NLSy1_As, and similarly, QSOs show more
variability than do NLSy1_Bs. To probe colour variability, we utilize
quasi-simultaneous light curves, with half-hour epoch differences between $g$-
and $r$-band measurements where colour index was evaluated using linear
regression in magnitude-magnitude space. We find that large majorities of these
sources -- 96% of NLSy1_A, 95% of BLSy1, 94% of NLSy1_B, and 91% of QSOs --
exhibit a clear "bluer-when-brighter" (BWB) trend. Furthermore, rest-frame
structure function analysis reveals that BLSy1 galaxies are $1.42\pm0.06$ times
more variable than NLSy1_A, while QSOs are $1.41\pm0.01$ times more variable
than NLSy1_B. These results can provide valuable insights into the variability
properties of AGN subclasses and their underlying physical drivers.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 18:00:04 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Sudan",
"Madhu",
"",
"CUHP"
],
[
"Chand",
"Hum",
"",
"CUHP"
],
[
"Wiita",
"Paul J.",
"",
"TCNJ"
],
[
"Kumar",
"Ritish",
"",
"CUHP"
]
] |
2504.14005 | Jeongwan Haah | Jeongwan Haah | Short remarks on shallow unitary circuits | 3 + 2 + 4 < 10 pages | null | null | null | quant-ph | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | (i) We point out that every shallow unitary circuit of depth smaller than the
linear system size is easily distinguished from a Haar random unitary if there
is a conserved quantity that is a sum of local operators. This is always the
case with a continuous onsite symmetry or with a local energy conservation law.
(ii) We explain a simple algorithm for a formulation of the shallow unitary
circuit learning problem and relate it to an open question on strictly
locality-preserving unitaries (quantum cellular automata). (iii) We show that
any quantum cellular automaton in $D$-dimensional lattice of volume~$V$ can be
implemented using only $O(V)$ local gates in a staircase fashion.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 18:00:09 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Haah",
"Jeongwan",
""
]
] |
2504.14006 | Nicholas Ramsey | Zo\'e Chatzidakis, Nicholas Ramsey | Measures on bounded perfect PAC fields | null | null | null | null | math.LO | http://creativecommons.org/licenses/by/4.0/ | We describe a construction for producing Keisler measures on bounded perfect
PAC fields. As a corollary, we deduce that all groups definable in bounded
perfect PAC fields, and even in unbounded perfect Frobenius fields, are
definably amenable. This work builds on our earlier constructions of measures
for $e$-free PAC fields and a related construction due to Will Johnson.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 18:00:31 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Chatzidakis",
"Zoé",
""
],
[
"Ramsey",
"Nicholas",
""
]
] |
2504.14007 | Xingyu Zheng | Haoliang Sheng, Songpu Cai, Xingyu Zheng and Meng Cheng Lau | Knitting Robots: A Deep Learning Approach for Reverse-Engineering Fabric
Patterns | null | Electronics, 14(8), 1605 (2025) | 10.3390/electronics14081605 | null | cs.RO cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Knitting, a cornerstone of textile manufacturing, is uniquely challenging to
automate, particularly in terms of converting fabric designs into precise,
machine-readable instructions. This research bridges the gap between textile
production and robotic automation by proposing a novel deep learning-based
pipeline for reverse knitting to integrate vision-based robotic systems into
textile manufacturing. The pipeline employs a two-stage architecture, enabling
robots to first identify front labels before inferring complete labels,
ensuring accurate, scalable pattern generation. By incorporating diverse yarn
structures, including single-yarn (sj) and multi-yarn (mj) patterns, this study
demonstrates how our system can adapt to varying material complexities.
Critical challenges in robotic textile manipulation, such as label imbalance,
underrepresented stitch types, and the need for fine-grained control, are
addressed by leveraging specialized deep-learning architectures. This work
establishes a foundation for fully automated robotic knitting systems, enabling
customizable, flexible production processes that integrate perception,
planning, and actuation, thereby advancing textile manufacturing through
intelligent robotic automation.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 18:00:37 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Sheng",
"Haoliang",
""
],
[
"Cai",
"Songpu",
""
],
[
"Zheng",
"Xingyu",
""
],
[
"Lau",
"Meng Cheng",
""
]
] |
2504.14008 | Daniel Arrufat Vicente | Daniel Arrufat-Vicente, David Mukamel, Stefano Ruffo, Nicolo Defenu | Ensemble Inequivalence in Long-Range Quantum Spin Systems | null | null | null | null | cond-mat.stat-mech | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Ensemble inequivalence occurs when a systems thermodynamic properties vary
depending on the statistical ensemble used to describe it. This phenomenon is
known to happen in systems with long-range interactions and has been observed
in many classical systems. In this study, we provide a detailed analysis of a
long-range quantum ferromagnet spin model that exhibits ensemble inequivalence.
At zero temperature ($T = 0$), the microcanonical phase diagram matches that of
the canonical ensemble. However, the two ensembles yield different phase
diagrams at finite temperatures. This behavior contrasts with the conventional
understanding in statistical mechanics of systems with short-range
interactions, where thermodynamic properties are expected to align across
different ensembles in the thermodynamic limit. We discuss the implications of
these findings for synthetic quantum long-range platforms, such as atomic,
molecular, and optical (AMO) systems.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 18:01:26 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Arrufat-Vicente",
"Daniel",
""
],
[
"Mukamel",
"David",
""
],
[
"Ruffo",
"Stefano",
""
],
[
"Defenu",
"Nicolo",
""
]
] |
2504.14009 | Samaporn Tinyanont | Samaporn Tinyanont, Ori D. Fox, Melissa Shahbandeh, Tea Temim, Robert
Williams, Kittipong Wangnok, Armin Rest, Ryan M. Lau, Keiichi Maeda, Jacob E.
Jencson, Katie Auchettl, Alexei V. Filippenko, Conor Larison, Christopher
Ashall, Thomas Brink, Kyle W. Davis, Luc Dessart, Ryan J. Foley, Llu\'is
Galbany, Matthew Grayling, Joel Johansson, Mansi M. Kasliwal, Zachary G.
Lane, Natalie LeBaron, Dan Milisavljevic, Jeonghee Rho, Itsuki Sakon, Tamas
Szalai, Kirsty Taggart, Schuyler D. Van Dyk, Qinan Wang, WeiKang Zheng,
Szanna Zs\'iros | Large Cold Dust Reservoir Revealed in Transitional SN Ib 2014C by James
Webb Space Telescope Mid-Infrared Spectroscopy | Accepted for publication in the ApJ | null | 10.3847/1538-4357/adccc0 | null | astro-ph.HE | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Supernova (SN) 2014C is a rare transitional event that exploded as a
hydrogen-poor, helium-rich Type Ib SN and subsequently interacted with a
hydrogen-rich circumstellar medium (CSM) a few months post explosion. This
unique interacting object provides an opportunity to probe the mass-loss
history of a stripped-envelope SN progenitor. Using the James Webb Space
Telescope (JWST), we observed SN 2014C with the Mid-InfraRed Instrument Medium
Resolution Spectrometer at 3477 days post explosion (rest frame), and the
Near-InfraRed Spectrograph Integral Field Unit at 3568 days post explosion,
covering 1.7 to 25 $\mu$m. The bolometric luminosity indicates that the SN is
still interacting with the same CSM that was observed with the Spitzer Space
Telescope 40--1920 days post explosion. JWST spectra and near-contemporaneous
optical and near-infrared spectra show strong [Ne II] 12.831 $\mu$m, He 1.083
$\mu$m, H$\alpha$, and forbidden oxygen ([O I] $\lambda$$\lambda$6300, 6364, [O
II] $\lambda$$\lambda$7319, 7330, and [O III] $\lambda$$\lambda$4959, 5007)
emission lines with asymmetric profiles, suggesting a highly asymmetric CSM.
The mid-IR continuum can be explained by ~0.036 $M_\odot$ of carbonaceous dust
at ~300 K and ~0.043 $M_\odot$ of silicate dust at $\sim$200 K. The observed
dust mass has increased tenfold since the last Spitzer observation 4 yr ago,
with evidence suggesting that new grains have condensed in the cold dense shell
between the forward and reverse shocks. This dust mass places SN 2014C among
the dustiest SNe in the mid-IR and supports the emerging observational trend
that SN explosions produce enough dust to explain the observed dust mass at
high redshifts.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 18:01:54 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Tinyanont",
"Samaporn",
""
],
[
"Fox",
"Ori D.",
""
],
[
"Shahbandeh",
"Melissa",
""
],
[
"Temim",
"Tea",
""
],
[
"Williams",
"Robert",
""
],
[
"Wangnok",
"Kittipong",
""
],
[
"Rest",
"Armin",
""
],
[
"Lau",
"Ryan M.",
""
],
[
"Maeda",
"Keiichi",
""
],
[
"Jencson",
"Jacob E.",
""
],
[
"Auchettl",
"Katie",
""
],
[
"Filippenko",
"Alexei V.",
""
],
[
"Larison",
"Conor",
""
],
[
"Ashall",
"Christopher",
""
],
[
"Brink",
"Thomas",
""
],
[
"Davis",
"Kyle W.",
""
],
[
"Dessart",
"Luc",
""
],
[
"Foley",
"Ryan J.",
""
],
[
"Galbany",
"Lluís",
""
],
[
"Grayling",
"Matthew",
""
],
[
"Johansson",
"Joel",
""
],
[
"Kasliwal",
"Mansi M.",
""
],
[
"Lane",
"Zachary G.",
""
],
[
"LeBaron",
"Natalie",
""
],
[
"Milisavljevic",
"Dan",
""
],
[
"Rho",
"Jeonghee",
""
],
[
"Sakon",
"Itsuki",
""
],
[
"Szalai",
"Tamas",
""
],
[
"Taggart",
"Kirsty",
""
],
[
"Van Dyk",
"Schuyler D.",
""
],
[
"Wang",
"Qinan",
""
],
[
"Zheng",
"WeiKang",
""
],
[
"Zsíros",
"Szanna",
""
]
] |
2504.14010 | Julia C. Santos | Julia C. Santos, Elettra L. Piacentino, Jennifer B. Bergner, Mahesh
Rajappan, Karin I. \"Oberg | H2S ice sublimation dynamics: experimentally constrained binding
energies, entrapment efficiencies, and snowlines | Accepted for publication in A&A on April 18th, 2025. 15 pages, 15
figures, 4 tables | null | null | null | astro-ph.EP astro-ph.GA | http://creativecommons.org/licenses/by/4.0/ | Hydrogen sulfide (H2S) is thought to be an important sulfur reservoir in
interstellar ices. It serves as a key precursor to complex sulfur-bearing
organics, and has been proposed to play a significant role in the origin of
life. Although models and observations both suggest H2S to be present in ices
in non-negligible amounts, its sublimation dynamics remain poorly constrained.
In this work, we present a comprehensive experimental characterization of the
sublimation behavior of H2S ice under astrophysically-relevant conditions. The
sublimation behavior of H2S was monitored with a quadrupole mass spectrometer
(QMS) during temperature-programmed desorption (TPD) experiments. These
experiments are used to determine binding energies and entrapment efficiencies
of H2S, which are then employed to estimate its snowline positions in a
protoplanetary disk midplane. We derive mean binding energies of 3159\pm46 K
for pure H2S ice and 3392\pm56 K for submonolayer H2S desorbing from a compact
amorphous solid water (cASW) surface. These values correspond to sublimation
temperatures of around 64 K and 69 K in the disk midplane, placing its
sublimation fronts at radii just interior to the CO2 snowline. We also
investigate the entrapment of H2S in water ice and find it to be highly
efficient, with ~75-85% of H2S remaining trapped past its sublimation
temperature for H2O:H2S mixing ratios of ~5-17:1. We discuss potential
mechanisms behind this efficient entrapment. Our findings imply that, in
protoplanetary disks, H2S will mostly be retained in the ice phase until water
crystallizes, at radii near the water snowline, if it forms mixed into water
ice. This has significant implications for the possibility of H2S being
incorporated into icy planetesimals and its potential delivery to terrestrial
planets, which we discuss in detail.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 18:02:02 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Santos",
"Julia C.",
""
],
[
"Piacentino",
"Elettra L.",
""
],
[
"Bergner",
"Jennifer B.",
""
],
[
"Rajappan",
"Mahesh",
""
],
[
"Öberg",
"Karin I.",
""
]
] |
2504.14011 | Marcella Cornia | Fulvio Sanguigni, Davide Morelli, Marcella Cornia, Rita Cucchiara | Fashion-RAG: Multimodal Fashion Image Editing via Retrieval-Augmented
Generation | IJCNN 2025 | null | null | null | cs.CV cs.AI cs.MM | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In recent years, the fashion industry has increasingly adopted AI
technologies to enhance customer experience, driven by the proliferation of
e-commerce platforms and virtual applications. Among the various tasks, virtual
try-on and multimodal fashion image editing -- which utilizes diverse input
modalities such as text, garment sketches, and body poses -- have become a key
area of research. Diffusion models have emerged as a leading approach for such
generative tasks, offering superior image quality and diversity. However, most
existing virtual try-on methods rely on having a specific garment input, which
is often impractical in real-world scenarios where users may only provide
textual specifications. To address this limitation, in this work we introduce
Fashion Retrieval-Augmented Generation (Fashion-RAG), a novel method that
enables the customization of fashion items based on user preferences provided
in textual form. Our approach retrieves multiple garments that match the input
specifications and generates a personalized image by incorporating attributes
from the retrieved items. To achieve this, we employ textual inversion
techniques, where retrieved garment images are projected into the textual
embedding space of the Stable Diffusion text encoder, allowing seamless
integration of retrieved elements into the generative process. Experimental
results on the Dress Code dataset demonstrate that Fashion-RAG outperforms
existing methods both qualitatively and quantitatively, effectively capturing
fine-grained visual details from retrieved garments. To the best of our
knowledge, this is the first work to introduce a retrieval-augmented generation
approach specifically tailored for multimodal fashion image editing.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 18:02:33 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Sanguigni",
"Fulvio",
""
],
[
"Morelli",
"Davide",
""
],
[
"Cornia",
"Marcella",
""
],
[
"Cucchiara",
"Rita",
""
]
] |
2504.14012 | Bernard Leclerc | Luca Francone, Bernard Leclerc | Cluster structures on schemes of bands | 66 pages, 11 figures | null | null | null | math.RT math.QA math.RA | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We introduce new objects, called $(G,c)$-bands, associated with a simple
simply-connected algebraic group $G$, and a Coxeter element $c$ in its Weyl
group. We show that bands of a given type are the $K$-points of an infinite
dimensional affine scheme, whose ring of regular functions has a cluster
algebra structure. We also show that two important invariant sub-algebras of
this ring are cluster sub-algebras. These three cluster structures have already
appeared in different contexts related to the representation theories of
quantum affine algebras, their Borel sub-algebras, and shifted quantum affine
algebras. In this paper we show that they all belong to a common geometric
setting.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 18:04:48 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Francone",
"Luca",
""
],
[
"Leclerc",
"Bernard",
""
]
] |
2504.14013 | Wei Zhang | Junming Wu, Dinesh Wagle, Yuzan Xiong, Andrew Christy, Yi Li, Shihao
Zhou, James F. Cahoon, Xufeng Zhang, M. Benjamin Jungfleisch, Wei Zhang | Edge-prompted spin waves probed via magneto-optical effect in the
infrared | IEEE Nano 2025 | null | null | null | cond-mat.mes-hall | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Recent advances in magnonics highlight the need for employing spin wave
characteristics as new state variables, which is to be detected and mapped out
with high precision in all-onchip, small scale devices. Spin wave modes that
are prompted by the sample edges in planar structures are of particular
fundamental importance to the future design and characterization of magnonic
device functionalities. In this work, we demonstrate an infrared light-based,
magneto-optical technique that concurrently functions both as a spectroscopic
and an imaging tool. The detected precessional phase contrast can be directly
used to construct the map of the spin wave wavefront in the continuous wave
regime of spin-wave propagation and in the stationary state, without needing
any optical reference path. We experimentally detect the edge spin wave modes
of a Y3Fe5O12 film sample, and study the evolution and interference from edge
dominated modes to their bulk counterparts. Distinct wavevector groups and
propagation characteristics are observed for the edge and bulk spin wave modes.
Further, the magnon dispersion relation in the infrared is obtained by Fourier
transforming the wavefronts measured in real space, which is a huge advantage
to the wavevector-resolved Brillouin light scattering (BLS) technique, where
the angle of incidence has to be varied, and is also much less cumbersome than
the phase-resolved BLS. Our results demonstrate that the infrared optical
strobe light can serve as a versatile platform for magneto-optical probing of
magnetization dynamics, with potential implications in investigating hybrid
magnonic systems.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 18:06:23 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Wu",
"Junming",
""
],
[
"Wagle",
"Dinesh",
""
],
[
"Xiong",
"Yuzan",
""
],
[
"Christy",
"Andrew",
""
],
[
"Li",
"Yi",
""
],
[
"Zhou",
"Shihao",
""
],
[
"Cahoon",
"James F.",
""
],
[
"Zhang",
"Xufeng",
""
],
[
"Jungfleisch",
"M. Benjamin",
""
],
[
"Zhang",
"Wei",
""
]
] |
2504.14014 | Nudzeim Selimovic | Luca Di Luzio, Paride Paradisi, Nudzeim Selimovic | Hunting for a 17 MeV particle coupled to electrons | 6 pages | null | null | null | hep-ph hep-ex | http://creativecommons.org/licenses/by/4.0/ | We discuss a set of precision observables that can probe the existence of a
light particle $X$ coupled to electrons in the mass range of 1--100 MeV. As a
case study, we consider the recent excess of $e^+e^-$ final-state events at
$\sqrt{s} = 16.9$ MeV reported by the PADME collaboration. Interestingly, this
mass is tantalizingly close to the invariant mass at which anomalous $e^+e^-$
pair production has previously been observed in nuclear transitions from
excited to ground states by the ATOMKI collaboration. For the scenario in which
the new particle has a vector coupling to electrons, we show that the PADME
excess is already in tension with constraints from the anomalous magnetic
moment of the electron and the non-observation of the exotic pion and muon
decays $\pi^+\to e^+ \nu X$ and $\mu^+ \to e^+ \bar\nu_\mu\nu_e X$ at the
SINDRUM experiment. Further improvements in the measurement of the electron
$g$-2, together with upcoming results from the Mu3e and PIONEER experiments,
are expected to definitively probe this scenario in the near future. We also
explore alternative possibilities where the new particle has scalar,
pseudoscalar, or axial-vector couplings.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 18:07:10 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Di Luzio",
"Luca",
""
],
[
"Paradisi",
"Paride",
""
],
[
"Selimovic",
"Nudzeim",
""
]
] |
2504.14015 | Dominik Dold | Dominik Dold, Philipp Christian Petersen | Causal pieces: analysing and improving spiking neural networks piece by
piece | null | null | null | null | cs.NE cs.AI cs.LG q-bio.NC stat.ML | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We introduce a novel concept for spiking neural networks (SNNs) derived from
the idea of "linear pieces" used to analyse the expressiveness and trainability
of artificial neural networks (ANNs). We prove that the input domain of SNNs
decomposes into distinct causal regions where its output spike times are
locally Lipschitz continuous with respect to the input spike times and network
parameters. The number of such regions - which we call "causal pieces" - is a
measure of the approximation capabilities of SNNs. In particular, we
demonstrate in simulation that parameter initialisations which yield a high
number of causal pieces on the training set strongly correlate with SNN
training success. Moreover, we find that feedforward SNNs with purely positive
weights exhibit a surprisingly high number of causal pieces, allowing them to
achieve competitive performance levels on benchmark tasks. We believe that
causal pieces are not only a powerful and principled tool for improving SNNs,
but might also open up new ways of comparing SNNs and ANNs in the future.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 18:07:33 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Dold",
"Dominik",
""
],
[
"Petersen",
"Philipp Christian",
""
]
] |
2504.14016 | William Buchanan Prof | William J Buchanan | Post Quantum Cryptography (PQC) Signatures Without Trapdoors | null | null | null | null | cs.CR | http://creativecommons.org/licenses/by/4.0/ | Some of our current public key methods use a trap door to implement digital
signature methods. This includes the RSA method, which uses Fermat's little
theorem to support the creation and verification of a digital signature. The
problem with a back-door is that the actual trap-door method could, in the end,
be discovered. With the rise of PQC (Post Quantum Cryptography), we will see a
range of methods that will not use trap doors and provide stronger proof of
security. In this case, we use hash-based signatures (as used with SPHINCS+)
and Fiat Shamir signatures using Zero Knowledge Proofs (as used with
Dilithium).
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 18:10:17 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Buchanan",
"William J",
""
]
] |
2504.14017 | Marcello Bullo | Marcello Bullo, Amir Ashtari Gargari, Paolo Testolina, Michele Zorzi,
Marco Giordani | Statistical Analysis and End-to-End Performance Evaluation of Traffic
Models for Automotive Data | This work has been submitted to the IEEE for possible publication | null | null | null | cs.NI stat.AP | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Autonomous driving is a major paradigm shift in transportation, with the
potential to enhance safety, optimize traffic congestion, and reduce fuel
consumption. Although autonomous vehicles rely on advanced sensors and on-board
computing systems to navigate without human control, full awareness of the
driving environment also requires a cooperative effort via
Vehicle-To-Everything (V2X) communication. Specifically, vehicles send and
receive sensor perceptions to/from other vehicles to extend perception beyond
their own sensing range. However, transmitting large volumes of data can be
challenging for current V2X communication technologies, so data compression
represents a crucial solution to reduce the message size and link congestion.
In this paper, we present a statistical characterization of automotive data,
focusing on LiDAR sensors. Notably, we provide models for the size of both raw
and compressed point clouds. The use of statistical traffic models offers
several advantages compared to using real data, such as faster simulations,
reduced storage requirements, and greater flexibility in the application
design. Furthermore, statistical models can be used for understanding traffic
patterns and analyzing statistics, which is crucial to design and optimize
wireless networks. We validate our statistical models via a Kolmogorov-Smirnoff
test implementing a Bootstrap Resampling scheme. Moreover, we show via ns-3
simulations that using statistical models yields comparable results in terms of
latency and throughput compared to real data, which also demonstrates the
accuracy of the models.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 18:12:08 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Bullo",
"Marcello",
""
],
[
"Gargari",
"Amir Ashtari",
""
],
[
"Testolina",
"Paolo",
""
],
[
"Zorzi",
"Michele",
""
],
[
"Giordani",
"Marco",
""
]
] |
2504.14018 | Julie Malewicz | Julie Malewicz, David R. Ballantyne, Tamara Bogdanovi\'c, Laura
Brenneman and Thomas Dauser | X-Ray Reflection Signatures of Supermassive Black Hole Binaries | 23 pages, 8 figures. Submitted to ApJ | null | null | null | astro-ph.HE hep-th | http://creativecommons.org/licenses/by/4.0/ | We investigate the presence of supermassive black hole (SMBH) binary
signatures and the feasibility of identifying them through X-ray reflection
spectra. The X-ray emitting region is modeled as a set of two mini-disks bound
to the individual SMBHs separated by 100 $GM/c^2$ and the spectra calculated as
a function of the mass, mass ratio, and total accretion rate of the binary. The
X-ray reflection features are strongly influenced by the accretion-inversion
phenomenon expected in SMBH binaries, which results in a wide range of
ionization conditions in the two mini-disks. These are imprinted in the
resulting composite spectra and the double-peaked and time-variable
relativistic Fe K$\alpha$ line profiles. To test whether these features can be
used as evidence for the presence of an SMBH binary, we fit mock 100\,ks
observations with a single AGN model. For a $10^9$ $M_\odot$ binary targeted by
Pulsar Timing Arrays (PTAs), at $z=0.1$ the single AGN model clearly fails to
fit the data, while at $z=1$ the fit is acceptable but unable to converge on
the SMBH spin. For a $10^6$ $M_\odot$ binary, a progenitor of a \textit{Laser
Interferometer Space Antenna} (\textit{LISA}) source, spectral fitting is only
possible at $z=0.1$, with the outcomes similar to the PTA binary at $z=1$. We
also find that PTA binaries can be expected to show a distinct X-ray spectral
variability in multi-epoch observations, whereas for \textit{LISA} precursors,
orbital averaging results in the loss of spectral variability signatures.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 18:14:46 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Malewicz",
"Julie",
""
],
[
"Ballantyne",
"David R.",
""
],
[
"Bogdanović",
"Tamara",
""
],
[
"Brenneman",
"Laura",
""
],
[
"Dauser",
"Thomas",
""
]
] |
2504.14019 | Nastaran Salehi | Nastaran Salehi, Olle Eriksson, Johan Hellsvik, and Manuel Pereiro | Micromagnetic-atomistic hybrid modeling of defect-induced magnetization
dynamics | 29 pages, 27 figures, 1 table | null | null | null | cond-mat.mtrl-sci | http://creativecommons.org/licenses/by-nc-nd/4.0/ | This study presents a multiscale approach for investigating magnetization
dynamics in multiscale, hybrid micromagnetic-atomistic simulations. We
considered the dynamics of spin waves, domain walls, as well as
three-dimensional (3D) skyrmions, in the presence of defects. Two primary
defect configurations are examined: (i) a double-slit structure, which enables
the study of domain wall and spin wave interference, and (ii) a tetrahedron
shaped cluster of atoms with tunable anisotropy, which provides insights into
how localized anisotropic perturbations influence domain wall pinning and
skyrmion stability. The magnonic double-slit experiment demonstrates
interference patterns analogous to electronic wave phenomena, offering
potential applications in wave-based computing. Additionally, the results
reveal the impact of the local anisotropy that leads to distinct
transformations, including domain wall deformations, tubular and spherical
structures, skyrmion annihilation, and breathing mode. The findings underscore
the critical role of defect-induced anisotropic interactions in controlling
domain wall motion, skyrmion topology, and spin wave propagation.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 18:14:50 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Salehi",
"Nastaran",
""
],
[
"Eriksson",
"Olle",
""
],
[
"Hellsvik",
"Johan",
""
],
[
"Pereiro",
"Manuel",
""
]
] |
2504.14021 | Unnati Kashyap | Unnati Kashyap (TTU, USA), Thomas J. Maccarone (TTU, USA), Thomas D.
Russell (INAF, Italy), Mason Ng (McGill University, Canada), Swati Ravi (MIT,
USA), Eliot C. Pattie (TTU, USA), and Herman L. Marshall (MIT, USA) | X-ray and radio polarimetry of the neutron star low-mass X-ray binary 4U
1728-34 | 13 pages, 8 figures, 5 tables. Accepted for publication in APJ | null | null | null | astro-ph.HE | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We report the first X-ray and radio polarimetric results of the neutron star
(NS) low-mass X-ray binary (LMXB) atoll-source 4U 1728-34 using the Imaging
X-ray Polarimetry Explorer (IXPE) and Australia Telescope Compact Array (ATCA).
We discovered that the X-ray source was polarized at PD = 1.9 +/- 1.0% (3-sigma
errors) with a polarization angle of PA = -41 +/- 16 degree (3-sigma errors).
Simultaneous Neutron Star Interior Composition Explorer (NICER) observations
show that the source was in a relatively hard state, marking it as the first
IXPE observation of an NS atoll source in the hard state. We do not detect any
significant linear polarization (LP) in the radio band, with a 3-sigma upper
limit of 2% at 5.5 GHz and 1.8% at 9 GHz. Combining the radio datasets provides
the deepest upper limits on the radio polarization at < 1.5% on the linear and
circular polarization (measured at 7.25 GHz). The X-ray polarimetric results
suggest a source geometry with a Comptonization component possibly attributed
to a boundary layer (BL) emission reflected off the disk, consistent with the
other NS atoll sources.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 18:19:59 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Kashyap",
"Unnati",
"",
"TTU, USA"
],
[
"Maccarone",
"Thomas J.",
"",
"TTU, USA"
],
[
"Russell",
"Thomas D.",
"",
"INAF, Italy"
],
[
"Ng",
"Mason",
"",
"McGill University, Canada"
],
[
"Ravi",
"Swati",
"",
"MIT,\n USA"
],
[
"Pattie",
"Eliot C.",
"",
"TTU, USA"
],
[
"Marshall",
"Herman L.",
"",
"MIT, USA"
]
] |
2504.14022 | Amanda Tomlinson | Yibo Guo, Amanda Tomlinson, Runlong Su, and George Porter | The Effect of the Network in Cutting Carbon for Geo-shifted Workloads | null | null | null | null | cs.NI | http://creativecommons.org/licenses/by/4.0/ | Organizations are increasingly offloading their workloads to cloud platforms.
For workloads with relaxed deadlines, this presents an opportunity to reduce
the total carbon footprint of these computations by moving workloads to
datacenters with access to low-carbon power. Recently published results have
shown that the carbon footprint of the wide-area network (WAN) can be a
significant share of the total carbon output of executing the workload itself,
and so careful selection of the time and place where these computations are
offloaded is critical. In this paper, we propose an approach to geographic
workload migration that uses high-fidelity maps of physical Internet
infrastructure to better estimate the carbon costs of WAN transfers. Our
findings show that space-shifting workloads can achieve much higher carbon
savings than time-shifting alone, if accurate estimates of WAN carbon costs are
taken into account.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 18:26:04 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Guo",
"Yibo",
""
],
[
"Tomlinson",
"Amanda",
""
],
[
"Su",
"Runlong",
""
],
[
"Porter",
"George",
""
]
] |
2504.14023 | Alice Booth | Alice S. Booth, Lisa W\"olfer, Milou Temmink, Jenny Calahan, Lucy
Evans, Charles J. Law, Margot Leemker, Shota Notsu, Karin \"Oberg and
Catherine Walsh | Ice sublimation in the dynamic HD 100453 disk reveals a rich reservoir
of inherited complex organics | Accepted to ApJL, 16 pages, 5 figures | null | null | null | astro-ph.EP astro-ph.GA astro-ph.SR | http://creativecommons.org/publicdomain/zero/1.0/ | Protoplanetary disks around luminous young A-type stars are prime
observational laboratories to determine the abundances of complex organic
molecules (COMs) present during planet formation. In contrast to their lower
stellar mass counterparts, these warmer disks contain the sublimation fronts of
complex molecules such as CH3OH on spatial scales accessible with the Atacama
Large Millimeter/submillimeter Array (ALMA). We present ALMA observations of
the Herbig Ae disk HD 100453 that uncover a rich reservoir of COMs sublimating
from the dust cavity edge. In addition to CH3OH, we detect 13CH3OH for the
first time in a Class II disk, revealing a factor of three enhancement of 13C
in the disk large organics. A tentative detection of CH2DOH is also reported,
resulting in a D/H of 1-2%, which is consistent with the expected deuterium
enhancement from the low temperature CH3OH formation in molecular clouds and
with the deuteration of CH3OH measured in comets. The detection of
methyl-formate (CH3OCHO), at only a few percent level of CH3OH is an order of
magnitude lower compared to claims towards other organic-rich Herbig Ae disks
but is more in line with organic abundance patterns towards the earlier stages
of star formation. Together these data provide multiple lines of evidence that
disks, and therefore the planet and comet-forming materials, contain inherited
interstellar ices and perhaps the strongest evidence to date that much of the
interstellar organic ice composition survives the early stages of planet
formation.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 18:26:27 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Booth",
"Alice S.",
""
],
[
"Wölfer",
"Lisa",
""
],
[
"Temmink",
"Milou",
""
],
[
"Calahan",
"Jenny",
""
],
[
"Evans",
"Lucy",
""
],
[
"Law",
"Charles J.",
""
],
[
"Leemker",
"Margot",
""
],
[
"Notsu",
"Shota",
""
],
[
"Öberg",
"Karin",
""
],
[
"Walsh",
"Catherine",
""
]
] |
2504.14024 | Phuong Nguyen | Lorenzo De Tomasi and Claudio Di Sipio and Antinisca Di Marco and
Phuong T. Nguyen | Simplicity by Obfuscation: Evaluating LLM-Driven Code Transformation
with Semantic Elasticity | The paper has been peer-reviewed and accepted for publication in the
proceedings of the 29th International Conference on Evaluation and Assessment
in Software Engineering (EASE 2025) | null | null | null | cs.SE | http://creativecommons.org/licenses/by-nc-sa/4.0/ | Code obfuscation is the conversion of original source code into a
functionally equivalent but less readable form, aiming to prevent reverse
engineering and intellectual property theft. This is a challenging task since
it is crucial to maintain functional correctness of the code while
substantially disguising the input code. The recent development of large
language models (LLMs) paves the way for practical applications in different
domains, including software engineering. This work performs an empirical study
on the ability of LLMs to obfuscate Python source code and introduces a metric
(i.e., semantic elasticity) to measure the quality degree of obfuscated code.
We experimented with 3 leading LLMs, i.e., Claude-3.5-Sonnet, Gemini-1.5,
GPT-4-Turbo across 30 Python functions from diverse computational domains. Our
findings reveal GPT-4-Turbo's remarkable effectiveness with few-shot prompting
(81% pass rate versus 29% standard prompting), significantly outperforming both
Gemini-1.5 (39%) and Claude-3.5-Sonnet (30%). Notably, we discovered a
counter-intuitive "obfuscation by simplification" phenomenon where models
consistently reduce rather than increase cyclomatic complexity. This study
provides a methodological framework for evaluating AI-driven obfuscation while
highlighting promising directions for leveraging LLMs in software security.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 18:29:23 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"De Tomasi",
"Lorenzo",
""
],
[
"Di Sipio",
"Claudio",
""
],
[
"Di Marco",
"Antinisca",
""
],
[
"Nguyen",
"Phuong T.",
""
]
] |
2504.14025 | Justin Domke | Justin Domke | Large Language Bayes | null | null | null | null | cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Many domain experts do not have the time or training to write formal Bayesian
models. This paper takes an informal problem description as input, and combines
a large language model and a probabilistic programming language to create a
joint distribution over formal models, latent variables, and data. A posterior
over latent variables follows by conditioning on observed data and integrating
over formal models. This presents a challenging inference problem. We suggest
an inference recipe that amounts to generating many formal models from the
large language model, performing approximate inference on each, and then doing
a weighted average. This is justified an analyzed as a combination of
self-normalized importance sampling, MCMC, and variational inference. We show
that this produces sensible predictions without the need to specify a formal
model.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 18:30:29 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Domke",
"Justin",
""
]
] |
2504.14026 | Nusrat Zahan | Nusrat Zahan, Laurie Williams | Prioritizing Security Practice Adoption: Empirical Insights on Software
Security Outcomes in the npm Ecosystem | 12 pages, 3 figures, 5 tables | null | null | null | cs.SE cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Practitioners often struggle with the overwhelming number of security
practices outlined in cybersecurity frameworks for risk mitigation. Given the
limited budget, time, and resources, practitioners want to prioritize the
adoption of security practices based on empirical evidence. The goal of this
study is to assist practitioners and policymakers in making informed decisions
on which security practices to adopt by evaluating the relationship between
software security practices and security outcome metrics. The study
investigated the relationship between security practice adoption and security
outcomes. We selected the OpenSSF Scorecard metrics to automatically measure
the adoption of security practices in npm GitHub repositories. We also explored
security outcome metrics, such as the number of open vulnerabilities
(Vul_Count), mean time to remediate (MTTR) vulnerabilities in dependencies, and
mean time to update (MTTU) dependencies. We conducted regression and causal
analysis using 12 Scorecard metrics and their aggregated Scorecard score
(computed by aggregating individual security practice scores) as predictors and
Vul_Count, MTTR, and MTTU as target variables. Our findings show that higher
aggregated Scorecard scores are associated with fewer Vul_Count and shorter
MTTU, also supported by causal analysis. However, while the regression model
suggests shorter MTTR, causal analysis indicates project characteristics likely
influence MTTR direction. Segment analysis shows that larger, newer
repositories with more contributors, dependencies, and downloads have shorter
MTTR. Among individual security practices, Code Review, Maintained status,
Pinned Dependencies, and Branch Protection show strong associations with
security outcomes; the directionality of these associations varies across
security outcomes.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 18:31:31 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Zahan",
"Nusrat",
""
],
[
"Williams",
"Laurie",
""
]
] |
2504.14027 | Anna Leonteva | Anna Leonteva, Guido Masella, Maxime Outteryck, Asier Pi\~neiro
Orioli, Shannon Whitlock | Comparative Benchmarking of Utility-Scale Quantum Emulators | 28 pages, 17 figures, 4 tables, This article will be online for one
month before journal submission to invite community feedback - we will
endeavor to update the benchmark results with the latest public emulator
versions starting May 1, 2025 - if we are informed of major updates | null | null | null | quant-ph | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Evaluating quantum algorithms at utility-scale - involving more than 100
qubits - is a key step toward advancing real-world applications of quantum
computing. In this study, we benchmark seven state-of-the-art quantum emulators
employing techniques such as tensor networks, matrix product states (MPS),
decision diagrams, and factorized ket based methods, running on CPU based
hardware and focusing on effectively exact simulations. Performance is assessed
on 13 benchmark circuits from the MQTBench library, spanning circuit sizes from
4 to 1,024 qubits. Our results reveal that MPS-based emulators outperform other
approaches overall, successfully solving 8 benchmarks up to the maximum size of
1,024 qubits and 12 benchmarks up to at least 100 qubits in less than 5
minutes. We find evidence that all circuits except a random one can be
simulated in polynomial time. This work demonstrates that quantum emulators can
faithfully simulate a broad range of large and complex universal quantum
circuits with high fidelity, far beyond the limits of statevector simulators
and today's quantum hardware.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 18:32:47 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Leonteva",
"Anna",
""
],
[
"Masella",
"Guido",
""
],
[
"Outteryck",
"Maxime",
""
],
[
"Orioli",
"Asier Piñeiro",
""
],
[
"Whitlock",
"Shannon",
""
]
] |
2504.14028 | Ron Maor | Ron Maor, Lars Hansen, Douglas Jerolmack, David Goldsby | Learning the nature of viscoelasticity in geologic materials with MCMC | null | null | null | null | physics.geo-ph physics.comp-ph physics.data-an | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Rock and ice are ubiquitous geologic materials. While apparently solid, they
also exhibit fluid behavior under stress - a property termed viscoelasticity.
Viscoelastic convection of Earth's mantle drives tectonic plate motion with
consequences for earthquakes and sea-level rise, while viscoelastic deformation
of ice controls glacier flow and the flexure of icy moons. For crystalline
materials, "flow laws" describing bulk rheology can be derived from
understanding microstructural dynamics such as crystal-defect migration. Common
geologic materials like ice and olivine have grain sizes and crystal
orientations that evolve with strain; this complexity precludes a first
principles approach. Here we use a Bayesian inference method to learn the
connection between microstructure and flow in ice and olivine, from fits to
experimental data of these materials undergoing steady-state deformation and
forced oscillations. We demonstrate that this method can constrain a nonlinear
viscoelastic model for each material, that is capable of capturing both steady
and transient dynamics and can also predict dynamics for data it was not
trained on. Our results may improve geodynamic models that rely on
parameterized constitutive equations, while our approach will be useful for
experimental design and hypothesis testing.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 18:34:23 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Maor",
"Ron",
""
],
[
"Hansen",
"Lars",
""
],
[
"Jerolmack",
"Douglas",
""
],
[
"Goldsby",
"David",
""
]
] |
2504.14029 | Owain Houghton | Owain S. Houghton | Kinetic analysis of phase transformations during continuous heating:
Crystallization of glass-forming liquids | null | null | null | null | cond-mat.mtrl-sci | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Phase transformations are widely studied using continuous-heating
experiments. In isothermal studies, their kinetics are often described using
the Johnson-Mehl-Avrami-Kolmogorov (JMAK) rate equation. For continuous-heating
studies, the same analysis has only been applied numerically. Here, a JMAK rate
equation for phase transformations during continuous heating is derived. The
equation is applied to the crystallization of glass-forming liquids with
different kinetic behaviors and validated by comparison to experimental data
and numerical simulations for the crystallization of glassy $\rm Fe_{80}B_{20}$
(at.%). Kissinger's method of analyzing crystallization kinetics is
subsequently justified, and it is shown that the non-Arrhenius temperature
dependence of crystal growth rates in glass-forming liquids can be better
determined by using the present model to fit the peak position, shape and
height for a series of crystallization exotherms. The implications of these
analytical expressions for the design and development of glass-forming systems
for a broad range of applications are considered, and the application of this
JMAK rate equation to other transformations during continuous heating is
explored.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 18:36:44 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Houghton",
"Owain S.",
""
]
] |
2504.14030 | William McGovern | William M. McGovern | Symplectic and orthogonal tableaux revisited | 13 pages | null | null | null | math.RT | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We give a uniform construction of irreducible polynomial representations of
all classical groups, including spin groups, using semistandard domino
tableaux. We also give an explicit decomposition of the homogeneous coordinate
ring of the flag variety for classical groups and explicit generators for the
ideal of functions vanishing on this variety.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 18:38:24 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"McGovern",
"William M.",
""
]
] |
2504.14031 | Yongwoo Shin | Nikhil Sivadas, Yongwoo Shin | Modulation doping and control the carrier concentration in 2-dimensional
transition metal dichalcogenides | null | null | null | null | cond-mat.mtrl-sci | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Two-dimensional transition-metal dichalcogenides (TMDs) have attracted
interest as post-Si channel candidates in transistor technology. However,
despite their potential benefits, controllably doping TMDs has proven
difficult. In this work, we proposed a list of candidate elements that can
induce p-type and n-type doping in the TMD channel when they are doped onto
conventional gate-dielectric oxides. To verify the screened modulation doping
candidates, we demonstrate using first-principles calculations the p-doping of
monolayer WSe$_2$ by doping Ni int\textbf{}o the interface dielectric HfO$_2$
layer. The induced hole concentration in the WSe$_2$ can be tuned to values
compatible with electrostatic gate control of the channel by changing the Ni
doping rate. The results of this study will have essential implications for the
commercial viability of TMD-based transistors.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 18:44:30 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Sivadas",
"Nikhil",
""
],
[
"Shin",
"Yongwoo",
""
]
] |
2504.14032 | Haiwen Huang | Haiwen Huang, Anpei Chen, Volodymyr Havrylov, Andreas Geiger, Dan
Zhang | LoftUp: Learning a Coordinate-Based Feature Upsampler for Vision
Foundation Models | null | null | null | null | cs.CV cs.AI cs.LG eess.IV | http://creativecommons.org/licenses/by/4.0/ | Vision foundation models (VFMs) such as DINOv2 and CLIP have achieved
impressive results on various downstream tasks, but their limited feature
resolution hampers performance in applications requiring pixel-level
understanding. Feature upsampling offers a promising direction to address this
challenge. In this work, we identify two critical factors for enhancing feature
upsampling: the upsampler architecture and the training objective. For the
upsampler architecture, we introduce a coordinate-based cross-attention
transformer that integrates the high-resolution images with coordinates and
low-resolution VFM features to generate sharp, high-quality features. For the
training objective, we propose constructing high-resolution pseudo-groundtruth
features by leveraging class-agnostic masks and self-distillation. Our approach
effectively captures fine-grained details and adapts flexibly to various input
and feature resolutions. Through experiments, we demonstrate that our approach
significantly outperforms existing feature upsampling techniques across various
downstream tasks. Our code is released at https://github.com/andrehuang/loftup.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 18:46:08 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Huang",
"Haiwen",
""
],
[
"Chen",
"Anpei",
""
],
[
"Havrylov",
"Volodymyr",
""
],
[
"Geiger",
"Andreas",
""
],
[
"Zhang",
"Dan",
""
]
] |
2504.14033 | Alexandre Bousse | Antoine De Paepe, Alexandre Bousse, Cl\'ementine Phung-Ngoc, Youness
Mellak, Dimitris Visvikis | Adaptive Diffusion Models for Motion-corrected Cone-beam Head CT | null | null | null | null | physics.med-ph | http://creativecommons.org/licenses/by/4.0/ | Cone-beam computed tomography (CBCT) is a versatile imaging modality widely
used in head and neck diagnostics due to its accessibility and lower radiation
dose. However, its relatively long acquisition times make it susceptible to
patient motion, especially under sparse-view settings used to reduce dose,
which can result in severe image artifacts. In this work, we propose a novel
framework, joint reconstruction and motion estimation (JRM) with adaptive
diffusion model (ADM), that simultaneously addresses motion compensation and
sparse-view reconstruction in head CBCT. Leveraging recent advances in
diffusion-based generative models, our method integrates a wavelet-domain
diffusion prior into an iterative reconstruction pipeline to guide the solution
toward anatomically plausible volumes while estimating rigid motion parameters
in a blind fashion. We evaluate our method on simulated motion-affected CBCT
data derived from real clinical computed tomography (CT) volumes. Experimental
results demonstrate that JRM-ADM substantially improves reconstruction quality
over traditional model-based and learning-based baselines, particularly in
highly undersampled scenarios. Our approach enables motion-robust and low-dose
CBCT imaging, paving the way for improved clinical viability.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 18:50:16 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"De Paepe",
"Antoine",
""
],
[
"Bousse",
"Alexandre",
""
],
[
"Phung-Ngoc",
"Clémentine",
""
],
[
"Mellak",
"Youness",
""
],
[
"Visvikis",
"Dimitris",
""
]
] |
2504.14034 | Steven Cundiff | Albert Liu, Matthew W. Day and Steven T. Cundiff | Probing Complex Decoherence Processes in Materials for Quantum
Applications | null | null | null | null | quant-ph cond-mat.mtrl-sci physics.optics | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The primary consideration in developing new material platforms for quantum
applications is to optimize coherence. Despite its importance, decoherence
processes remains challenging to experimentally interrogate and quantify. In
this Perspective, we first introduce the concept of decoherence in quantum
systems and conventional techniques to assess decoherence at optical
frequencies. We then introduce multidimensional coherent spectroscopy as a
unique probe capable of revealing the full complexity of decoherence dynamics
in realistic circumstances. To contextualize the techniques discussed here,
demonstrative examples in two prototypical quantum systems, namely colloidal
nanocrystals and vacancy centers in diamond, are provided.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 18:53:34 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Liu",
"Albert",
""
],
[
"Day",
"Matthew W.",
""
],
[
"Cundiff",
"Steven T.",
""
]
] |
2504.14035 | Busra Tegin | Busra Tegin and Tolga M Duman | On the Capacity of Insertion Channels for Small Insertion Probabilities | 6 pages | null | null | null | cs.IT math.IT | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Channels with synchronization errors, such as deletion and insertion errors,
are crucial in DNA storage, data reconstruction, and other applications. These
errors introduce memory to the channel, complicating its capacity analysis.
This paper analyzes binary insertion channels for small insertion
probabilities, identifying dominant terms in the capacity expansion and
establishing capacity in this regime. Using Bernoulli(1/2) inputs for
achievability and a converse based on the use of stationary and ergodic
processes, we demonstrate that capacity closely aligns with achievable rates
using independent and identically distributed (i.i.d.) inputs, differing only
in higher-order terms.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 18:54:10 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Tegin",
"Busra",
""
],
[
"Duman",
"Tolga M",
""
]
] |
2504.14036 | Mateusz Krukowski | Mateusz Krukowski | Darwinian evolution in Malthusian population growth model and Markov
chains | null | null | null | null | math.PR math.DS | http://creativecommons.org/licenses/by/4.0/ | The paper is devoted to the study of Darwinian evolution in two mathematical
models. The first one is a variation on the Malthusian population growth model
with Verhulst's environmental capacity. The second model is grounded in the
theory of Markov chains and their stationary distributions. We prove
preliminary results regarding both models and pose conjectures, which are
supported by computer simulations.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 18:54:15 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Krukowski",
"Mateusz",
""
]
] |
2504.14037 | Djamila Mohdeb | Djamila Mohdeb and Meriem Laifa and Zineb Guemraoui and Dalila Behih | Uncovering Conspiratorial Narratives within Arabic Online Content | null | null | null | null | cs.CL cs.CY cs.SI | http://creativecommons.org/licenses/by/4.0/ | This study investigates the spread of conspiracy theories in Arabic digital
spaces through computational analysis of online content. By combining Named
Entity Recognition and Topic Modeling techniques, specifically the Top2Vec
algorithm, we analyze data from Arabic blogs and Facebook to identify and
classify conspiratorial narratives. Our analysis uncovers six distinct
categories: gender/feminist, geopolitical, government cover-ups, apocalyptic,
Judeo-Masonic, and geoengineering. The research highlights how these narratives
are deeply embedded in Arabic social media discourse, shaped by regional
historical, cultural, and sociopolitical contexts. By applying advanced Natural
Language Processing methods to Arabic content, this study addresses a gap in
conspiracy theory research, which has traditionally focused on English-language
content or offline data. The findings provide new insights into the
manifestation and evolution of conspiracy theories in Arabic digital spaces,
enhancing our understanding of their role in shaping public discourse in the
Arab world.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 19:00:16 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Mohdeb",
"Djamila",
""
],
[
"Laifa",
"Meriem",
""
],
[
"Guemraoui",
"Zineb",
""
],
[
"Behih",
"Dalila",
""
]
] |
2504.14038 | Stephen Freund | Stephen N. Freund, Brooke Simon, Emery D. Berger, Eunice Jun | Flowco: Rethinking Data Analysis in the Age of LLMs | null | null | null | null | cs.HC cs.AI cs.PL stat.CO | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Conducting data analysis typically involves authoring code to transform,
visualize, analyze, and interpret data. Large language models (LLMs) are now
capable of generating such code for simple, routine analyses. LLMs promise to
democratize data science by enabling those with limited programming expertise
to conduct data analyses, including in scientific research, business, and
policymaking. However, analysts in many real-world settings must often exercise
fine-grained control over specific analysis steps, verify intermediate results
explicitly, and iteratively refine their analytical approaches. Such tasks
present barriers to building robust and reproducible analyses using LLMs alone
or even in conjunction with existing authoring tools (e.g., computational
notebooks). This paper introduces Flowco, a new mixed-initiative system to
address these challenges. Flowco leverages a visual dataflow programming model
and integrates LLMs into every phase of the authoring process. A user study
suggests that Flowco supports analysts, particularly those with less
programming experience, in quickly authoring, debugging, and refining data
analyses.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 19:01:27 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Freund",
"Stephen N.",
""
],
[
"Simon",
"Brooke",
""
],
[
"Berger",
"Emery D.",
""
],
[
"Jun",
"Eunice",
""
]
] |
2504.14039 | Jacob Haimes | Jaime Raldua Veuthey, Zainab Ali Majid, Suhas Hariharan, Jacob Haimes | MEQA: A Meta-Evaluation Framework for Question & Answer LLM Benchmarks | null | null | null | null | cs.CL cs.AI | http://creativecommons.org/licenses/by-sa/4.0/ | As Large Language Models (LLMs) advance, their potential for widespread
societal impact grows simultaneously. Hence, rigorous LLM evaluations are both
a technical necessity and social imperative. While numerous evaluation
benchmarks have been developed, there remains a critical gap in
meta-evaluation: effectively assessing benchmarks' quality. We propose MEQA, a
framework for the meta-evaluation of question and answer (QA) benchmarks, to
provide standardized assessments, quantifiable scores, and enable meaningful
intra-benchmark comparisons. We demonstrate this approach on cybersecurity
benchmarks, using human and LLM evaluators, highlighting the benchmarks'
strengths and weaknesses. We motivate our choice of test domain by AI models'
dual nature as powerful defensive tools and security threats.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 19:01:53 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Veuthey",
"Jaime Raldua",
""
],
[
"Majid",
"Zainab Ali",
""
],
[
"Hariharan",
"Suhas",
""
],
[
"Haimes",
"Jacob",
""
]
] |
2504.14040 | Van Sy Mai | Van Sy Mai, Abderrahim Amlou, Amar Abane, Abdella Battou | Towards Optimal Orders for Entanglement Swapping in Path Graphs: A
Greedy Approach | null | null | null | null | quant-ph cs.SY eess.SY | http://creativecommons.org/licenses/by/4.0/ | This paper considers the problem of finding an optimal order for entanglement
swapping in a heterogeneous path of quantum repeaters so as to maximize the
path throughput defined as the delivery rate of end-to-end entanglements. The
primary difficulty in addressing this problem lies in the vast array of
possible swapping orders for large paths and the complexity of the expected
throughput, which depends on the attributes of each node and edge along the
path, as well as the order of swapping. To cope with these issues, we first
propose simple approximations in estimating the swapping outcome between two
entanglement distributions that can run in constant time, thereby providing an
efficient approach for evaluating and comparing different swapping orders,
allowing us to solve the problem exactly for small paths. Second, as the number
of possible orders grows exponentially with the number of repeaters in the
path, we develop an efficient heuristic based on the greedy selection of nodes
to sequentially perform swaps according to their swapping scores, defined as
the expected number of entanglements resulting from their swaps. The scores are
local but dynamic in the sense that they depend not just on the entanglement
distributions available on the path but also on prior swapping decisions.
Finally, we illustrate the efficiency and effectiveness of our proposed model
and approach through extensive experimentation conducted using a general
quantum network simulator.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 19:10:13 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Mai",
"Van Sy",
""
],
[
"Amlou",
"Abderrahim",
""
],
[
"Abane",
"Amar",
""
],
[
"Battou",
"Abdella",
""
]
] |
2504.14041 | Michel Waldschmidt | Michel Waldschmidt | Schanuel Property for Elliptic and Quasi--Elliptic Functions | 26 pages | null | null | null | math.NT | http://creativecommons.org/licenses/by/4.0/ | For almost all tuples $(x_1,\dots,x_n)$ of complex numbers, a strong version
of Schanuel's Conjecture is true: the $2n$ numbers $x_1,\dots,x_n, {\mathrm
e}^{x_1},\dots, {\mathrm e}^{x_n}$ are algebraically independent. Similar
statements hold when one replaces the exponential function ${\mathrm e}^z$ with
algebraically independent functions. We give examples involving elliptic and
quasi--elliptic functions, that we prove to be algebraically independent: $z$,
$\wp(z)$, $\zeta(z)$, $\sigma(z)$, exponential functions, and Serre functions
related with integrals of the third kind.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 19:10:21 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Waldschmidt",
"Michel",
""
]
] |
2504.14042 | Tomasz Przezdziecki | Jian-Rong Li, Tomasz Przezdziecki | Boundary $q$-characters of evaluation modules for split quantum affine
symmetric pairs | null | null | null | null | math.RT math.QA | http://creativecommons.org/licenses/by-nc-sa/4.0/ | We study evaluation modules for quantum symmetric pair coideal subalgebras of
affine type $\mathsf{AI}$. By computing the action of the generators in Lu and
Wang's Drinfeld-type presentation on Gelfand-Tsetlin bases, we determine the
spectrum of a large commutative subalgebra arising from the Lu-Wang
presentation. This leads to an explicit formula for boundary analogues of
$q$-characters in the setting of quantum affine symmetric pairs. We interpret
this formula combinatorially in terms of semistandard Young tableaux. Our
results imply that boundary $q$-characters share familiar features with
ordinary $q$-characters - such as a version of the highest weight property -
yet they also display new phenomena, including an extra symmetry. In
particular, we provide the first examples of boundary $q$-characters for
quantum affine symmetric pairs that do not arise from restriction of ordinary
$q$-characters, thereby revealing genuinely new structures in this new setting.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 19:13:20 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Li",
"Jian-Rong",
""
],
[
"Przezdziecki",
"Tomasz",
""
]
] |
2504.14043 | Bidzina Kapanadze | B. Kapanadze, A. Gurchumelia, M. Aller | Long-term multiwavelength observations of 1ES 1218+304: physical
implications of the flux and spectral variability | Accepted in Monthly Notices of the Royal Astronomical Society | null | null | null | astro-ph.GA | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | This paper presents the results of a detailed timing and spectral analysis of
the TeV-detected blazar 1ES 1218+304, focused on the observations performed
with the different instruments onboard the Neil Gehrels Swift Observatory in
the period 2005-2024. The source showed various strengths of X-ray flaring
activity and 0.3-10\,keV states differing by a factor up to 20 in brightness,
exceeding a level of 2.7$\times$10$^{-10}$erg cm$^{-2}$s$^{-1}$ and
representing the 3rd brightest blazar during the strongest flare. We detected
tens of intraday variability instances, the majority of which occurred on
sub-hour timescales and were consistent with the shock-in-jet scenario. The
spectral properties were strongly and fastly variable, characterized by a
frequent occurrence of very hard photon indices in the 0.3-10 keV and Fermi
0.3-300 GeV bands. The source exhibited very fast transitions of
logparabolic-to-powerlaw spectra or conversely, possibly caused by changes of
magnetic field properties over small spatial scales or by turbulence-driven
relativistic magnetic reconnection. We detected various spectral features,
which demonstrate the importance of the first-order Fermi mechanism operating
by the magnetic field of changing confinement efficiencies and by the electron
populations with different initial energy distributions, stochastic
acceleration and cooling processes. In some periods, the source showed a
softening at higher GeV-band energies, possibly due to the inverse-Compton
upscatter of X-ray photons in the Klein-Nishina regime reflected in the
positive correlation between X-ray and high-energy emissions.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 19:15:24 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Kapanadze",
"B.",
""
],
[
"Gurchumelia",
"A.",
""
],
[
"Aller",
"M.",
""
]
] |
2504.14044 | Simon Parkinson | Regan Bolton, Mohammadreza Sheikhfathollahi, Simon Parkinson, Dan
Basher, Howard Parkinson | Multi-Stage Retrieval for Operational Technology Cybersecurity
Compliance Using Large Language Models: A Railway Casestudy | null | null | null | null | cs.AI cs.CR | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Operational Technology Cybersecurity (OTCS) continues to be a dominant
challenge for critical infrastructure such as railways. As these systems become
increasingly vulnerable to malicious attacks due to digitalization, effective
documentation and compliance processes are essential to protect these
safety-critical systems. This paper proposes a novel system that leverages
Large Language Models (LLMs) and multi-stage retrieval to enhance the
compliance verification process against standards like IEC 62443 and the
rail-specific IEC 63452. We first evaluate a Baseline Compliance Architecture
(BCA) for answering OTCS compliance queries, then develop an extended approach
called Parallel Compliance Architecture (PCA) that incorporates additional
context from regulatory standards. Through empirical evaluation comparing
OpenAI-gpt-4o and Claude-3.5-haiku models in these architectures, we
demonstrate that the PCA significantly improves both correctness and reasoning
quality in compliance verification. Our research establishes metrics for
response correctness, logical reasoning, and hallucination detection,
highlighting the strengths and limitations of using LLMs for compliance
verification in railway cybersecurity. The results suggest that
retrieval-augmented approaches can significantly improve the efficiency and
accuracy of compliance assessments, particularly valuable in an industry facing
a shortage of cybersecurity expertise.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 19:24:17 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Bolton",
"Regan",
""
],
[
"Sheikhfathollahi",
"Mohammadreza",
""
],
[
"Parkinson",
"Simon",
""
],
[
"Basher",
"Dan",
""
],
[
"Parkinson",
"Howard",
""
]
] |
2504.14045 | Mark Steyvers | Mark Steyvers and Megan A.K. Peters | Metacognition and Uncertainty Communication in Humans and Large Language
Models | null | null | null | null | cs.AI cs.HC | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Metacognition, the capacity to monitor and evaluate one's own knowledge and
performance, is foundational to human decision-making, learning, and
communication. As large language models (LLMs) become increasingly embedded in
high-stakes decision contexts, it is critical to assess whether, how, and to
what extent they exhibit metacognitive abilities. Here, we provide an overview
of current knowledge of LLMs' metacognitive capacities, how they might be
studied, and how they relate to our knowledge of metacognition in humans. We
show that while humans and LLMs can sometimes appear quite aligned in their
metacognitive capacities and behaviors, it is clear many differences remain.
Attending to these differences is crucial not only for enhancing human-AI
collaboration, but also for promoting the development of more capable and
trustworthy artificial systems. Finally, we discuss how endowing future LLMs
with more sensitive and more calibrated metacognition may also help them
develop new capacities such as more efficient learning, self-direction, and
curiosity.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 19:24:17 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Steyvers",
"Mark",
""
],
[
"Peters",
"Megan A. K.",
""
]
] |
2504.14046 | Tahar Nabil | Tahar Nabil, Ghislain Agoua, Pierre Cauchois, Anne De Moliner,
Beno\^it Grossin | A synthetic dataset of French electric load curves with temperature
conditioning | Workshop paper at "Tackling Climate Change with Machine Learning",
ICLR 2025 | null | null | null | cs.LG cs.AI | http://creativecommons.org/licenses/by-nc-nd/4.0/ | The undergoing energy transition is causing behavioral changes in electricity
use, e.g. with self-consumption of local generation, or flexibility services
for demand control. To better understand these changes and the challenges they
induce, accessing individual smart meter data is crucial. Yet this is personal
data under the European GDPR. A widespread use of such data requires thus to
create synthetic realistic and privacy-preserving samples. This paper
introduces a new synthetic load curve dataset generated by conditional latent
diffusion. We also provide the contracted power, time-of-use plan and local
temperature used for generation. Fidelity, utility and privacy of the dataset
are thoroughly evaluated, demonstrating its good quality and thereby supporting
its interest for energy modeling applications.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 19:28:49 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Nabil",
"Tahar",
""
],
[
"Agoua",
"Ghislain",
""
],
[
"Cauchois",
"Pierre",
""
],
[
"De Moliner",
"Anne",
""
],
[
"Grossin",
"Benoît",
""
]
] |
2504.14047 | Junlin Wang | Junlin Wang, Shang Zhu, Jon Saad-Falcon, Ben Athiwaratkun, Qingyang
Wu, Jue Wang, Shuaiwen Leon Song, Ce Zhang, Bhuwan Dhingra, James Zou | Think Deep, Think Fast: Investigating Efficiency of Verifier-free
Inference-time-scaling Methods | null | null | null | null | cs.AI | http://creativecommons.org/licenses/by/4.0/ | There is intense interest in investigating how inference time compute (ITC)
(e.g. repeated sampling, refinements, etc) can improve large language model
(LLM) capabilities. At the same time, recent breakthroughs in reasoning models,
such as Deepseek-R1, unlock the opportunity for reinforcement learning to
improve LLM reasoning skills. An in-depth understanding of how ITC interacts
with reasoning across different models could provide important guidance on how
to further advance the LLM frontier. This work conducts a comprehensive
analysis of inference-time scaling methods for both reasoning and non-reasoning
models on challenging reasoning tasks. Specifically, we focus our research on
verifier-free inference time-scaling methods due to its generalizability
without needing a reward model. We construct the Pareto frontier of quality and
efficiency. We find that non-reasoning models, even with an extremely high
inference budget, still fall substantially behind reasoning models. For
reasoning models, majority voting proves to be a robust inference strategy,
generally competitive or outperforming other more sophisticated ITC methods
like best-of-N and sequential revisions, while the additional inference compute
offers minimal improvements. We further perform in-depth analyses of the
association of key response features (length and linguistic markers) with
response quality, with which we can improve the existing ITC methods. We find
that correct responses from reasoning models are typically shorter and have
fewer hedging and thinking markers (but more discourse markers) than the
incorrect responses.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 19:32:55 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Wang",
"Junlin",
""
],
[
"Zhu",
"Shang",
""
],
[
"Saad-Falcon",
"Jon",
""
],
[
"Athiwaratkun",
"Ben",
""
],
[
"Wu",
"Qingyang",
""
],
[
"Wang",
"Jue",
""
],
[
"Song",
"Shuaiwen Leon",
""
],
[
"Zhang",
"Ce",
""
],
[
"Dhingra",
"Bhuwan",
""
],
[
"Zou",
"James",
""
]
] |
2504.14048 | Michel Waldschmidt | Cristiana Bertolin and Michel Waldschmidt | Variations on Schanuel's Conjecture for elliptic and quasi-elliptic
functions I: the split case | 20 pages | null | null | null | math.NT | http://creativecommons.org/licenses/by/4.0/ | It is expected that Schanuel's Conjecture contains all ``reasonable"
statements that can be made on the values of {\em the exponential function}. In
particular it implies the Lindemann-Weierstrass Theorem and the Conjecture on
algebraic independence of logarithms of algebraic numbers. Our goal is to state
conjectures {\em \`a la Schanuel}, which imply conjectures {\em \`a la
Lindemann-Weierstrass}, for the exponential map of an extension $G$ of an
elliptic curve ${\mathcal E}$ by the multiplicative group ${\mathbb G}_m$. In
the present paper we assume that the extension is split, that is $G={\mathbb
G}_m\times {\mathcal E}$. In a second paper in preparation we will deal with
the non-split case, namely when the extension is not a product. Here we propose
the {\em split semi-elliptic Conjecture}, which involves the exponential
function and the Weierstrass $\wp$ and $\zeta$ functions, related with
integrals of the first and second kind. In the second paper, our {\em non-split
semi-elliptic Conjecture} will also involve Serre's functions, related with
integrals of the third kind. We expect that our conjectures contain all
``reasonable" statements that can be made on the values of these functions. In
the present paper we highlight the geometric origin of the split semi-elliptic
Conjecture: it is {\em equivalent to} the Grothendieck-Andr\'{e} generalized
period Conjecture applied to the 1-motive $M=[u:\mathbb{Z} \rightarrow {\mathbb
G}_m^s \times {\mathcal E}^n ]$, which is the Elliptico-Toric Conjecture of the
first author. We show that our split semi-elliptic Conjecture implies three
theorems of Schneider on elliptic analogs of the Hermite-Lindemann and
Gel'fond-Schneider's theorems, as well as a conjecture on the Weierstrass zeta
function.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 19:41:04 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Bertolin",
"Cristiana",
""
],
[
"Waldschmidt",
"Michel",
""
]
] |
2504.14049 | Haruhisa Iijima | Haruhisa Iijima | What determines the brightness of magnetically open solar corona?:
Insights from three-dimensional radiative MHD simulations and observations | 19 pages, 14 figures. submitted to the Astrophysical Journal.
comments welcome | null | null | null | astro-ph.SR physics.space-ph | http://creativecommons.org/licenses/by/4.0/ | We investigate the relationship between solar coronal holes and open-field
regions using three-dimensional radiative magnetohydrodynamic (MHD) simulations
combined with remote-sensing observations from the Solar Dynamics Observatory
(SDO). Our numerical simulations reveal that magnetically open regions in the
corona can exhibit brightness comparable to quiet regions, challenging the
conventional view that open-field regions are inherently dark coronal holes. We
find that the coronal brightness is primarily determined by the total energy
input from photospheric magnetic activities, such as the small-scale dynamo,
rather than differences in dissipative processes within the corona. Using
synthesized EUV intensity maps, we show that brightness thresholds commonly
used to identify coronal holes may overlook open-field regions, especially at
lower spatial resolutions. Observational analysis utilizing SDO/HMI and AIA
synoptic maps supports our simulation results, demonstrating that magnetic
field extrapolation techniques, such as the Potential Field Source Surface
(PFSS) model, are sensitive to the chosen parameters, including the source
surface height. We suggest that discrepancies in estimates of open magnetic
flux (the ``open flux problem'') arise both from the modeling assumptions in
coronal magnetic field extrapolation and systematic biases in solar surface
magnetic field observations. Our findings indicate the need for reconsidering
criteria used to identify coronal holes as indicators of open-field regions to
better characterize the solar open magnetic flux.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 19:41:51 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Iijima",
"Haruhisa",
""
]
] |
2504.14050 | Ning Xin | Ning Xin, Jionglong Su, Md Maruf Hasan | MMformer with Adaptive Transferable Attention: Advancing Multivariate
Time Series Forecasting for Environmental Applications | null | null | null | null | stat.AP stat.ML | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Environmental crisis remains a global challenge that affects public health
and environmental quality. Despite extensive research, accurately forecasting
environmental change trends to inform targeted policies and assess prediction
efficiency remains elusive. Conventional methods for multivariate time series
(MTS) analysis often fail to capture the complex dynamics of environmental
change. To address this, we introduce an innovative meta-learning MTS model,
MMformer with Adaptive Transferable Multi-head Attention (ATMA), which combines
self-attention and meta-learning for enhanced MTS forecasting. Specifically,
MMformer is used to model and predict the time series of seven air quality
indicators across 331 cities in China from January 2018 to June 2021 and the
time series of precipitation and temperature at 2415 monitoring sites during
the summer (276 days) from 2012 to 2014, validating the network's ability to
perform and forecast MTS data successfully. Experimental results demonstrate
that in these datasets, the MMformer model reaching SOTA outperforms
iTransformer, Transformer, and the widely used traditional time series
prediction algorithm SARIMAX in the prediction of MTS, reducing by 50\% in MSE,
20\% in MAE as compared to others in air quality datasets, reducing by 20\% in
MAPE except SARIMAX. Compared with Transformer and SARIMAX in the climate
datasets, MSE, MAE, and MAPE are decreased by 30\%, and there is an improvement
compared to iTransformer. This approach represents a significant advance in our
ability to forecast and respond to dynamic environmental quality challenges in
diverse urban and rural environments. Its predictive capabilities provide
valuable public health and environmental quality information, informing
targeted interventions.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 19:42:42 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Xin",
"Ning",
""
],
[
"Su",
"Jionglong",
""
],
[
"Hasan",
"Md Maruf",
""
]
] |
2504.14053 | Ali Safari | Ali Safari | Sentiment Analysis of Airbnb Reviews: Exploring Their Impact on
Acceptance Rates and Pricing Across Multiple U.S. Regions | null | null | null | null | cs.CY cs.AI cs.CL cs.LG | http://creativecommons.org/licenses/by/4.0/ | This research examines whether Airbnb guests' positive and negative comments
influence acceptance rates and rental prices across six U.S. regions: Rhode
Island, Broward County, Chicago, Dallas, San Diego, and Boston. Thousands of
reviews were collected and analyzed using Natural Language Processing (NLP) to
classify sentiments as positive or negative, followed by statistical testing
(t-tests and basic correlations) on the average scores. The findings reveal
that over 90 percent of reviews in each region are positive, indicating that
having additional reviews does not significantly enhance prices. However,
listings with predominantly positive feedback exhibit slightly higher
acceptance rates, suggesting that sentiment polarity, rather than the sheer
volume of reviews, is a more critical factor for host success. Additionally,
budget listings often gather extensive reviews while maintaining competitive
pricing, whereas premium listings sustain higher prices with fewer but highly
positive reviews. These results underscore the importance of sentiment quality
over quantity in shaping guest behavior and pricing strategies in an
overwhelmingly positive review environment.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 19:52:24 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Safari",
"Ali",
""
]
] |
2504.14054 | Soroosh Baselizadeh | Soroosh Baselizadeh, Cheuk-To Yu, Olga Veksler, Yuri Boykov | Occlusion-Ordered Semantic Instance Segmentation | null | null | null | null | cs.CV cs.AI cs.LG | http://creativecommons.org/licenses/by-nc-sa/4.0/ | Standard semantic instance segmentation provides useful, but inherently 2D
information from a single image. To enable 3D analysis, one usually integrates
absolute monocular depth estimation with instance segmentation. However,
monocular depth is a difficult task. Instead, we leverage a simpler
single-image task, occlusion-based relative depth ordering, providing coarser
but useful 3D information. We show that relative depth ordering works more
reliably from occlusions than from absolute depth. We propose to solve the
joint task of relative depth ordering and segmentation of instances based on
occlusions. We call this task Occlusion-Ordered Semantic Instance Segmentation
(OOSIS). We develop an approach to OOSIS that extracts instances and their
occlusion order simultaneously from oriented occlusion boundaries and semantic
segmentation. Unlike popular detect-and-segment framework for instance
segmentation, combining occlusion ordering with instance segmentation allows a
simple and clean formulation of OOSIS as a labeling problem. As a part of our
solution for OOSIS, we develop a novel oriented occlusion boundaries approach
that significantly outperforms prior work. We also develop a new joint OOSIS
metric based both on instance mask accuracy and correctness of their occlusion
order. We achieve better performance than strong baselines on KINS and COCOA
datasets.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 19:52:37 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Baselizadeh",
"Soroosh",
""
],
[
"Yu",
"Cheuk-To",
""
],
[
"Veksler",
"Olga",
""
],
[
"Boykov",
"Yuri",
""
]
] |
2504.14055 | Renaud Bougueng T. | Renaud Bougueng Tchemeube, Jeff Ens, Philippe Pasquier | Apollo: An Interactive Environment for Generating Symbolic Musical
Phrases using Corpus-based Style Imitation | 7 pages, 5 figures, Published as a paper at the 7th International
Workshop on Musical Metacreation (MUME 2019), UNC Charlotte, North Carolina | null | null | null | cs.HC cs.LG cs.SD | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | With the recent developments in machine intelligence and web technologies,
new generative music systems are being explored for assisted composition using
machine learning techniques on the web. Such systems are built for various
tasks such as melodic, harmonic or rhythm generation, music interpolation,
continuation and style imitation. In this paper, we introduce Apollo, an
interactive music application for generating symbolic phrases of conventional
western music using corpus-based style imitation techniques. In addition to
enabling the construction and management of symbolic musical corpora, the
system makes it possible for music artists and researchers to generate new
musical phrases in the style of the proposed corpus. The system is available as
a desktop application. The generated symbolic music materials, encoded in the
MIDI format, can be exported or streamed for various purposes including using
them as seed material for musical projects. We present the system design,
implementation details, discuss and conclude with future work for the system.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 19:53:51 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Tchemeube",
"Renaud Bougueng",
""
],
[
"Ens",
"Jeff",
""
],
[
"Pasquier",
"Philippe",
""
]
] |
2504.14056 | Zhuoyu Xiao | Zhuoyu Xiao and Uday V. Shanbhag | Computing Equilibria in Stochastic Nonconvex and Non-monotone Games via
Gradient-Response Schemes | null | null | null | null | math.OC | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We consider a class of smooth $N$-player noncooperative games, where player
objectives are expectation-valued and potentially nonconvex. In such a setting,
we consider the largely open question of efficiently computing a suitably
defined {\em quasi}-Nash equilibrium (QNE) via a single-step gradient-response
framework. First, under a suitably defined quadratic growth property, we prove
that the stochastic synchronous gradient-response ({\bf SSGR}) scheme and its
asynchronous counterpart ({\bf SAGR}) are characterized by almost sure
convergence to a QNE and a sublinear rate guarantee. Notably, when a
potentiality requirement is overlaid under a somewhat stronger
pseudomonotonicity condition, this claim can be made for NE, rather than QNE.
Second, under a weak sharpness property, we show that the deterministic
synchronous variant displays a {\em linear} rate of convergence sufficiently
close to a QNE by leveraging a geometric decay in steplengths. This suggests
the development of a two-stage scheme with global non-asymptotic sublinear
rates and a local linear rate. Third, when player problems are convex but the
associated concatenated gradient map is potentially non-monotone, we prove that
a zeroth-order asynchronous modified gradient-response ({\bf ZAMGR}) scheme can
efficiently compute NE under a suitable copositivity requirement. Collectively,
our findings represent amongst the first inroads into efficient computation of
QNE/NE in nonconvex settings, leading to a set of single-step schemes that with
broader reach while often providing last-iterate rate guarantees. We present
applications satisfying the prescribed requirements where preliminary numerics
appear promising.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 19:59:37 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Xiao",
"Zhuoyu",
""
],
[
"Shanbhag",
"Uday V.",
""
]
] |
2504.14057 | R\'emi Barritault | R\'emi Barritault, Colin Jahel, Matthieu Joseph | On dissociated infinite permutation groups | 34 pages | null | null | null | math.GR math.DS math.LO math.RT | http://creativecommons.org/licenses/by/4.0/ | The goal of this paper is threefold. First, we describe the notion of
dissociation for closed subgroups of the group of permutations on a countably
infinite set and explain its numerous consequences on unitary representations
(classification of unitary representations, Property (T), Howe-Moore property,
etc.) and on ergodic actions (non-existence of type III non-singular actions,
Stabilizer rigidity, etc.). Some of the results presented here are new, others
were proved in different contexts. Second, we introduce a new method to prove
dissociation. It is based on a reinforcement of the classical notion of strong
amalgamation, where we allow to amalgamate over countable sets. Third, we apply
this technique of amalgamation to provide new examples of dissociated closed
permutation groups, including isometry groups of some metrically homogeneous
graphs, automorphism groups of diversities, and more.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 20:05:19 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Barritault",
"Rémi",
""
],
[
"Jahel",
"Colin",
""
],
[
"Joseph",
"Matthieu",
""
]
] |
2504.14058 | Renaud Bougueng T. | Renaud Bougueng Tchemeube, Jeff Ens, Philippe Pasquier | Calliope: An Online Generative Music System for Symbolic Multi-Track
Composition | 5 pages, 5 figures, first published at the 13th International
Conference on Computational Creativity (ICCC 2022), Bozen-Bolzano, Italy | null | null | null | cs.HC cs.LG cs.SD | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | With the rise of artificial intelligence in recent years, there has been a
rapid increase in its application towards creative domains, including music.
There exist many systems built that apply machine learning approaches to the
problem of computer-assisted music composition (CAC). Calliope is a web
application that assists users in performing a variety of multi-track
composition tasks in the symbolic domain. The user can upload (Musical
Instrument Digital Interface) MIDI files, visualize and edit MIDI tracks, and
generate partial (via bar in-filling) or complete multi-track content using the
Multi-Track Music Machine (MMM). Generation of new MIDI excerpts can be done in
batch and can be combined with active playback listening for an enhanced
assisted-composition workflow. The user can export generated MIDI materials or
directly stream MIDI playback from the system to their favorite Digital Audio
Workstation (DAW). We present a demonstration of the system, its features,
generative parameters and describe the co-creative workflows that it affords.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 20:06:18 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Tchemeube",
"Renaud Bougueng",
""
],
[
"Ens",
"Jeff",
""
],
[
"Pasquier",
"Philippe",
""
]
] |
2504.14059 | Alexander Ille | Alexander M. Ille, Emily Anas, Michael B. Mathews, Stephen K. Burley | From sequence to protein structure and conformational dynamics with
AI/ML | null | null | null | null | q-bio.BM | http://creativecommons.org/licenses/by-nc-nd/4.0/ | The 2024 Nobel Prize in Chemistry was awarded in part for protein structure
prediction using AlphaFold2, an artificial intelligence/machine learning
(AI/ML) model trained on vast amounts of sequence and 3D structure data.
AlphaFold2 and related models, including RoseTTAFold and ESMFold, employ
specialized neural network architectures driven by attention mechanisms to
infer relationships between sequence and structure. At a fundamental level,
these AI/ML models operate on the long-standing hypothesis that the structure
of a protein is determined by its amino acid sequence. More recently,
AlphaFold2 has been adapted for the prediction of multiple protein
conformations by subsampling multiple sequence alignments (MSAs). The
deterministic relationship between sequence and structure was hypothesized over
half a century ago with profound implications for the biological sciences ever
since. Based on this relationship, we hypothesize that protein conformational
dynamics are also determined, at least in part, by amino acid sequence and that
this relationship may be leveraged for construction of AI/ML models dedicated
to predicting ensembles of protein structures (i.e., distinct conformations).
Accordingly, we conceptualized an AI/ML model architecture which may be trained
on sequence data in combination with conformationally-sensitive structure data,
coming primarily from nuclear magnetic resonance (NMR) spectroscopy.
Sequence-informed prediction of protein structural dynamics has the potential
to emerge as a transformative capability across the biological sciences, and
its implementation could very well be on the horizon.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 20:11:28 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Ille",
"Alexander M.",
""
],
[
"Anas",
"Emily",
""
],
[
"Mathews",
"Michael B.",
""
],
[
"Burley",
"Stephen K.",
""
]
] |
2504.14060 | Kenneth Arnold | Kenneth E. Arnold, Arjun B. Savel, Eliza M.-R. Kempton, Michael T.
Roman, Emily Rauscher, Isaac Malsky, Hayley Beltz, Maria E. Steinrueck | Out on a Limb: The Signatures of East-West Asymmetries in Transmission
Spectra from General Circulation Models | 26 pages, 18 figures, submitted to ApJ, comments welcome | null | null | null | astro-ph.EP | http://creativecommons.org/licenses/by/4.0/ | In the era of JWST, observations of hot Jupiter atmospheres are becoming
increasingly precise. As a result, the signature of limb asymmetries due to
temperature or abundance differences and the presence of aerosols can now be
directly measured using transmission spectroscopy. Using a grid of general
circulation models (GCMs) with varying irradiation temperature (1500 K - 4000
K) and prescriptions of cloud formation, we simulate 3D ingress/egress and
morning/evening-limb transmission spectra. We aim to assess the impact that
clouds, 3D temperature structure, and non-uniform distribution of gases have on
the observed spectra, and how these inhomogeneities can be identified. A second
goal is to assess the relative merits of two separate methods (ingress/egress
v.s. morning/evening-limb spectroscopy) for isolating atmospheric asymmetries.
From our models, it is evident that an east-west temperature difference is the
leading order effect for producing ingress/egress or morning/evening-limb
spectral differences. We additionally find that clouds contribute strongly to
the observed limb asymmetry at moderate irradiation temperatures in our grid
($\sim 2000 \mathrm{K} < T_{\mathrm{irr}} < 3500 \mathrm{K}). At lower
temperatures clouds equally dominate the optical depth on both limbs, while at
higher temperatures the entire terminator region remains cloud-free. We develop
limb asymmetry metrics that can be used to assess the degree of east-west
asymmetry for a given planet and predict trends in these metrics with respect
to irradiation temperature that are indicative of various physical processes.
Our results are useful for predicting and diagnosing the signatures of limb
asymmetries in JWST spectra.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 20:16:30 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Arnold",
"Kenneth E.",
""
],
[
"Savel",
"Arjun B.",
""
],
[
"Kempton",
"Eliza M. -R.",
""
],
[
"Roman",
"Michael T.",
""
],
[
"Rauscher",
"Emily",
""
],
[
"Malsky",
"Isaac",
""
],
[
"Beltz",
"Hayley",
""
],
[
"Steinrueck",
"Maria E.",
""
]
] |
2504.14061 | Kai Chen | Kai Chen, Xiaochen Li, Chen Gong, Ryan McKenna, Tianhao Wang | Benchmarking Differentially Private Tabular Data Synthesis | GitHub repository link: https://github.com/KaiChen9909/tab_bench 12
pages excluding the references and appendix | null | null | null | cs.CR | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Differentially private (DP) tabular data synthesis generates artificial data
that preserves the statistical properties of private data while safeguarding
individual privacy. The emergence of diverse algorithms in recent years has
introduced challenges in practical applications, such as inconsistent data
processing methods, lack of in-depth algorithm analysis, and incomplete
comparisons due to overlapping development timelines. These factors create
significant obstacles to selecting appropriate algorithms.
In this paper, we address these challenges by proposing a benchmark for
evaluating tabular data synthesis methods. We present a unified evaluation
framework that integrates data preprocessing, feature selection, and synthesis
modules, facilitating fair and comprehensive comparisons. Our evaluation
reveals that a significant utility-efficiency trade-off exists among current
state-of-the-art methods. Some statistical methods are superior in synthesis
utility, but their efficiency is not as good as most machine learning-based
methods. Furthermore, we conduct an in-depth analysis of each module with
experimental validation, offering theoretical insights into the strengths and
limitations of different strategies.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 20:27:23 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Chen",
"Kai",
""
],
[
"Li",
"Xiaochen",
""
],
[
"Gong",
"Chen",
""
],
[
"McKenna",
"Ryan",
""
],
[
"Wang",
"Tianhao",
""
]
] |
2504.14062 | Priidik Gallagher | Priidik Gallagher | Nontrivial constitutive laws and unified structures in constrained BF
theory | 17 pages, no figures | null | null | null | hep-th gr-qc | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Does a nontrivial gravitational excitation require a modified internal gauge
theory constitutive law? As there is no canonical mapping between differential
forms valued in distinct Lie algebras, the answer is negative, and entirely
dependent on the specific unification scheme. A structural formulation in BF
theory in terms of a constitutive diagram between the excitations of different
interaction sectors is provided, alongside a discussion of the structure of the
broken phase. As a nontrivial option, a spontaneous breaking into the physical
constraint is attempted, however it is shown that basic B-potentials alone
would not be viable. A heuristic discussion of internal and external gauge
theory is provided, and by conflating the observer's internal and external
state with the spacetime tangent structure, it is argued that there is a simple
geometric obstruction to a nontrivially unified phase. A more ad hoc treatment
of gauge theory and gravitational structure remains as the clear path forward,
while observer, signal and causal considerations would suggest studying
alternative backgrounds to the manifold topology.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 20:28:40 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Gallagher",
"Priidik",
""
]
] |
2504.14063 | Henry Collis | Henry Collis, Deniz A. Bezgin, Shahab Mirjalili, Ali Mani | A thermodynamically consistent and robust four-equation model for
multi-phase multi-component compressible flows using ENO-type schemes
including interface regularization | null | null | null | null | physics.flu-dyn physics.comp-ph | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In this work, a concise and robust computational framework is proposed to
simulate compressible multi-phase multi-component flows. To handle both shocks
and material interfaces, a positivity-preserving ENO-type scheme is coupled
with multi-phase interface regularization terms. The positivity-preserving
limiter is conservative and is applied locally for minimal degradation of the
baseline ENO-type scheme. The interface regularization terms are extended from
the conservative diffuse interface (CDI) model to accommodate multi-phase,
multi-component flows. The ENO-type scheme is designed to be consistent with
the thermodynamic equilibrium assumptions of the four-equation multi-phase
model, naturally enforcing the interface equilibrium condition - preventing
oscillations in pressure, velocity, and temperature around isothermal material
interfaces - without requiring additional equations for volume fraction or
mixture equation of state parameters, as is commonly done for the five-equation
model. Additionally, non-dilute species diffusion models are extended to the
multi-phase, multi-component setting. We show that this consistent framework is
equally applicable for regimes ranging from single-phase to multi-phase
multi-component flows. The proposed models and numerical schemes are
implemented in the highly parallel Hypersonic Task based Research (HTR) Solver,
and high-resolution simulations are performed using both CPUs and GPUs.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 20:30:53 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Collis",
"Henry",
""
],
[
"Bezgin",
"Deniz A.",
""
],
[
"Mirjalili",
"Shahab",
""
],
[
"Mani",
"Ali",
""
]
] |
2504.14065 | Jascha Gr\"ubel | Alexander Klippel, Bart Knuiman, Jiayan Zhao, Jan Oliver Wallgr\"un,
Jascha Gr\"ubel | AnywhereXR: On-the-fly 3D Environments as a Basis for Open Source
Immersive Digital Twin Applications | 59 pages, 23 figures, currently resubmitted to International Journal
of Digital Earth | null | null | null | cs.HC | http://creativecommons.org/licenses/by-nc-sa/4.0/ | Visualization has long been fundamental to human communication and
decision-making. Today, we stand at the threshold of integrating veridical,
high-fidelity visualizations into immersive digital environments, alongside
digital twinning techniques. This convergence heralds powerful tools for
communication, co-design, and participatory decision-making. Our paper delves
into the development of lightweight open-source immersive digital twin
visualisations, capitalizing on the evolution of immersive technologies, the
wealth of spatial data available, and advancements in digital twinning. Coined
AnywhereXR, this approach ultimately seeks to democratize access to spatial
information at a global scale. Utilizing the Netherlands as our starting point,
we envision expanding this methodology worldwide, leveraging open data and
software to address pressing societal challenges across diverse domains.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 20:36:23 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Klippel",
"Alexander",
""
],
[
"Knuiman",
"Bart",
""
],
[
"Zhao",
"Jiayan",
""
],
[
"Wallgrün",
"Jan Oliver",
""
],
[
"Grübel",
"Jascha",
""
]
] |
2504.14066 | Laerdon Kim | Laerdon Kim | A Baseline for Self-state Identification and Classification in Mental
Health Data: CLPsych 2025 Task | Accepted to CLPsych Workshop, NAACL 2025 | null | null | null | cs.CL cs.LG | http://creativecommons.org/licenses/by/4.0/ | We present a baseline for the CLPsych 2025 A.1 task: classifying self-states
in mental health data taken from Reddit. We use few-shot learning with a 4-bit
quantized Gemma 2 9B model and a data preprocessing step which first identifies
relevant sentences indicating self-state evidence, and then performs a binary
classification to determine whether the sentence is evidence of an adaptive or
maladaptive self-state. This system outperforms our other method which relies
on an LLM to highlight spans of variable length independently. We attribute the
performance of our model to the benefits of this sentence chunking step for two
reasons: partitioning posts into sentences 1) broadly matches the granularity
at which self-states were human-annotated and 2) simplifies the task for our
language model to a binary classification problem. Our system places third out
of fourteen systems submitted for Task A.1, achieving a test-time recall of
0.579.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 20:37:14 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Kim",
"Laerdon",
""
]
] |
2504.14067 | Justin Angus | Justin Ray Angus and Johannes Johgan van de Wetering | A Binary Collision Method for Screened Coulomb Collisions in weakly and
moderately coupled Plasmas | null | null | null | null | physics.plasm-ph physics.comp-ph | http://creativecommons.org/licenses/by/4.0/ | A binary-pairing Monte Carlo collision method is presented here for screened
Coulomb collisions in plasmas that is valid in the weakly and moderately
coupled regimes. The method models the Fokker-Planck collision operator with
first order corrections with respect to the Coulomb logarithm in the
appropriate limits and identically reduces to a standard Monte Carlo method for
solving the Boltzmann collision integral for screened Rutherford collisions
when the time step is sufficiently small. The method is exceptionally simple
and can be integrated into existing binary methods for cumulative scattering
with the addition of about 10 lines of code.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 20:38:00 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Angus",
"Justin Ray",
""
],
[
"van de Wetering",
"Johannes Johgan",
""
]
] |
2504.14068 | K M Sajjadul Islam | K M Sajjadul Islam, Ravi Teja Karri, Srujan Vegesna, Jiawei Wu,
Praveen Madiraju | Contextual Embedding-based Clustering to Identify Topics for Healthcare
Service Improvement | Full version of the paper accepted at the 2025 IEEE COMPSAC, Toronto,
Canada | null | null | null | cs.LG cs.HC | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Understanding patient feedback is crucial for improving healthcare services,
yet analyzing unlabeled short-text feedback presents significant challenges due
to limited data and domain-specific nuances. Traditional supervised learning
approaches require extensive labeled datasets, making unsupervised methods more
viable for uncovering meaningful insights from patient feedback. This study
explores unsupervised methods to extract meaningful topics from 439 survey
responses collected from a healthcare system in Wisconsin, USA. A keyword-based
filtering approach was applied to isolate complaint-related feedback using a
domain-specific lexicon. To delve deeper and analyze dominant topics in
feedback, we explored traditional topic modeling methods, including Latent
Dirichlet Allocation (LDA) and Gibbs Sampling Dirichlet Multinomial Mixture
(GSDMM), alongside BERTopic, an advanced neural embedding-based clustering
approach. To improve coherence and interpretability where data are scarce and
consist of short-texts, we propose kBERT, an integration of BERT embeddings
with k-means clustering. Model performance was assessed using coherence scores
(Cv ) for topic interpretability and average Inverted Rank-Biased Overlap
(IRBOavg) for topic diversity. Results indicate that kBERT achieves the highest
coherence (Cv = 0.53) and distinct topic separation (IRBOavg = 1.00),
outperforming all other models in short-text healthcare feedback analysis. Our
findings emphasize the importance of embedding-based techniques for topic
identification and highlight the need for context-aware models in healthcare
analytics.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 20:38:24 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Islam",
"K M Sajjadul",
""
],
[
"Karri",
"Ravi Teja",
""
],
[
"Vegesna",
"Srujan",
""
],
[
"Wu",
"Jiawei",
""
],
[
"Madiraju",
"Praveen",
""
]
] |
2504.14069 | Jan Oberst | Jan Oberst | Towards Stateless Clients in Ethereum: Benchmarking Verkle Trees and
Binary Merkle Trees with SNARKs | null | null | null | null | cs.CR | http://creativecommons.org/licenses/by/4.0/ | Ethereum, the leading platform for decentralized applications, faces
challenges in maintaining decentralization due to the significant hardware
requirements for validators to store Ethereum's entire state. To address this,
the concept of stateless clients is under exploration, enabling validators to
verify transactions using cryptographic witnesses rather than the full state.
This paper compares two approaches currently being discussed for achieving
statelessness: Verkle trees utilizing vector commitments and binary Merkle
trees combined with SNARKs. Benchmarks are performed to evaluate proving time,
witness size, and verification time. The results reveal that the Verkle tree
implementation used for benchmarking offers proving and verification times on
the order of seconds and proof sizes on the order of one MB. The SNARK-based
Merkle trees exhibit slow proof generation times, while offering constant and
fast verification time. Overall, the results indicate for Verkle trees to
provide a more practical solution for Ethereum's stateless future, but both
methods offer valuable insights into reducing the state burden on Ethereum
nodes. We make the code used for benchmarking available on GitHub.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 20:40:02 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Oberst",
"Jan",
""
]
] |
2504.14070 | Jinesh Jhonsa | Jinesh Jhonsa, William Whitehead, David McCarthy, Shuvro Chowdhury,
Kerem Camsari, Luke Theogarajan | A CMOS Probabilistic Computing Chip With In-situ hardware Aware Learning | 3 pages 12 figuewa | null | null | null | cs.AR cs.AI | http://creativecommons.org/licenses/by/4.0/ | This paper demonstrates a probabilistic bit physics inspired solver with 440
spins configured in a Chimera graph, occupying an area of 0.44 mm^2. Area
efficiency is maximized through a current-mode implementation of the neuron
update circuit, standard cell design for analog blocks pitch-matched to digital
blocks, and a shared power supply for both digital and analog components.
Process variation related mismatches introduced by this approach are
effectively mitigated using a hardware aware contrastive divergence algorithm
during training. We validate the chip's ability to perform probabilistic
computing tasks such as modeling logic gates and full adders, as well as
optimization tasks such as MaxCut, demonstrating its potential for AI and
machine learning applications.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 20:40:48 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Jhonsa",
"Jinesh",
""
],
[
"Whitehead",
"William",
""
],
[
"McCarthy",
"David",
""
],
[
"Chowdhury",
"Shuvro",
""
],
[
"Camsari",
"Kerem",
""
],
[
"Theogarajan",
"Luke",
""
]
] |
2504.14071 | Renaud Bougueng T. | Renaud Bougueng Tchemeube, Jeff Ens, Cale Plut, Philippe Pasquier,
Maryam Safi, Yvan Grabit and Jean-Baptiste Rolland | Evaluating Human-AI Interaction via Usability, User Experience and
Acceptance Measures for MMM-C: A Creative AI System for Music Composition | 10 pages, 6 figures, 1 table, first published at the 32nd
International Joint Conference on Artificial Intelligence (IJCAI 2023),
Macao, China | null | null | null | cs.HC cs.AI cs.LG cs.SD | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | With the rise of artificial intelligence (AI), there has been increasing
interest in human-AI co-creation in a variety of artistic domains including
music as AI-driven systems are frequently able to generate human-competitive
artifacts. Now, the implications of such systems for musical practice are being
investigated. We report on a thorough evaluation of the user adoption of the
Multi-Track Music Machine (MMM) as a co-creative AI tool for music composers.
To do this, we integrate MMM into Cubase, a popular Digital Audio Workstation
(DAW) by Steinberg, by producing a "1-parameter" plugin interface named
MMM-Cubase (MMM-C), which enables human-AI co-composition. We contribute a
methodological assemblage as a 3-part mixed method study measuring usability,
user experience and technology acceptance of the system across two groups of
expert-level composers: hobbyists and professionals. Results show positive
usability and acceptance scores. Users report experiences of novelty, surprise
and ease of use from using the system, and limitations on controllability and
predictability of the interface when generating music. Findings indicate no
significant difference between the two user groups.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 20:41:02 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Tchemeube",
"Renaud Bougueng",
""
],
[
"Ens",
"Jeff",
""
],
[
"Plut",
"Cale",
""
],
[
"Pasquier",
"Philippe",
""
],
[
"Safi",
"Maryam",
""
],
[
"Grabit",
"Yvan",
""
],
[
"Rolland",
"Jean-Baptiste",
""
]
] |
2504.14072 | Owen R. Long | Krish Desai, Owen Long, Benjamin Nachman | Unbinned Inference with Correlated Events | null | null | null | null | physics.data-an hep-ex | http://creativecommons.org/licenses/by/4.0/ | Modern machine learning has enabled parameter inference from event-level data
without the need to first summarize all events with a histogram. All of these
unbinned inference methods make use of the fact that the events are
statistically independent so that the log likelihood is a sum over events.
However, this assumption is not valid for unbinned inference on unfolded data,
where the deconvolution process induces a correlation between events. We
explore the impact of event correlations on downstream inference tasks in the
context of the OmniFold unbinned unfolding method. We find that uncertainties
may be significantly underestimated when event correlations are excluded from
uncertainty quantification.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 20:44:40 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Desai",
"Krish",
""
],
[
"Long",
"Owen",
""
],
[
"Nachman",
"Benjamin",
""
]
] |
2504.14073 | Leonardo Neves | A. M. da Costa and L. Neves | Ptychographic estimation of qudit states encoded in the angular position
and orbital angular momentum of single photons | 11 pages, 10 figures. Published version | Journal of the Optical Society of America B 42, 1013 (2025) | null | null | quant-ph | http://creativecommons.org/licenses/by/4.0/ | Ptychography is a computational imaging technique mainly used in optical and
electron microscopy. Its quantum analogue was recently introduced as a simple
method for estimating unknown pure quantum states through projections onto
partially overlapping subspaces, each one followed by a projective measurement
in the Fourier basis. In the end, an iterative algorithm estimates the state
from the collected data. Here, we theoretically describe how to implement this
method for $D$-dimensional qudit states encoded in the angular position and
orbital angular momentum (OAM) of single photons. For this purpose, we define
the qudit by discretizing the spatial profile of a photon in cylindrical
coordinates, using an array of $D$ angular slits symmetrically distributed in
the transverse plane. To apply ptychography to this encoding, we show that the
intermediate projections will be carried out by simple binary spatial filters
in the angular paths, while the measurement in the Fourier basis will be
performed by postselecting $D$ OAM modes compatible with the quantum Fourier
transform of the path basis. We illustrate the effectiveness of this scheme
through simulations and discuss its experimental feasibility.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 20:47:32 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"da Costa",
"A. M.",
""
],
[
"Neves",
"L.",
""
]
] |
2504.14074 | Jin Soo Ihm | Jin-Yi Cai, Jin Soo Ihm | Holant* Dichotomy on Domain Size 3: A Geometric Perspective | 49 pages, 17 figures | null | null | null | cs.CC | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Holant problems are a general framework to study the computational complexity
of counting problems. It is a more expressive framework than counting
constraint satisfaction problems (CSP) which are in turn more expressive than
counting graph homomorphisms (GH). In this paper, we prove the first complexity
dichotomy of $\mathrm{Holant}_3(\mathcal{F})$ where $\mathcal{F}$ is an
arbitrary set of symmetric, real valued constraint functions on domain size
$3$. We give an explicit tractability criterion and prove that, if
$\mathcal{F}$ satisfies this criterion then $\mathrm{Holant}_3(\mathcal{F})$ is
polynomial time computable, and otherwise it is \#P-hard, with no intermediate
cases. We show that the geometry of the tensor decomposition of the constraint
functions plays a central role in the formulation as well as the structural
internal logic of the dichotomy.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 20:47:47 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Cai",
"Jin-Yi",
""
],
[
"Ihm",
"Jin Soo",
""
]
] |
2504.14075 | Wei Dong | Wei Dong and Yan Min and Han Zhou and Jun Chen | Towards Scale-Aware Low-Light Enhancement via Structure-Guided
Transformer Design | Accepted by CVPR 2025 NTIRE Workshop, Structure prior,
CNN-Transformer, LLIE | null | null | null | cs.CV | http://creativecommons.org/licenses/by/4.0/ | Current Low-light Image Enhancement (LLIE) techniques predominantly rely on
either direct Low-Light (LL) to Normal-Light (NL) mappings or guidance from
semantic features or illumination maps. Nonetheless, the intrinsic
ill-posedness of LLIE and the difficulty in retrieving robust semantics from
heavily corrupted images hinder their effectiveness in extremely low-light
environments. To tackle this challenge, we present SG-LLIE, a new multi-scale
CNN-Transformer hybrid framework guided by structure priors. Different from
employing pre-trained models for the extraction of semantics or illumination
maps, we choose to extract robust structure priors based on
illumination-invariant edge detectors. Moreover, we develop a CNN-Transformer
Hybrid Structure-Guided Feature Extractor (HSGFE) module at each scale with in
the UNet encoder-decoder architecture. Besides the CNN blocks which excels in
multi-scale feature extraction and fusion, we introduce a Structure-Guided
Transformer Block (SGTB) in each HSGFE that incorporates structural priors to
modulate the enhancement process. Extensive experiments show that our method
achieves state-of-the-art performance on several LLIE benchmarks in both
quantitative metrics and visual quality. Our solution ranks second in the NTIRE
2025 Low-Light Enhancement Challenge. Code is released at
https://github.com/minyan8/imagine.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 20:57:16 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Dong",
"Wei",
""
],
[
"Min",
"Yan",
""
],
[
"Zhou",
"Han",
""
],
[
"Chen",
"Jun",
""
]
] |
2504.14076 | Alice Zhang | Alice Zhang, Edison Thomaz, Lie Lu | Transformation of audio embeddings into interpretable, concept-based
representations | Accepted to International Joint Conference on Neural Networks (IJCNN)
2025 | null | null | null | cs.SD cs.LG eess.AS | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Advancements in audio neural networks have established state-of-the-art
results on downstream audio tasks. However, the black-box structure of these
models makes it difficult to interpret the information encoded in their
internal audio representations. In this work, we explore the semantic
interpretability of audio embeddings extracted from these neural networks by
leveraging CLAP, a contrastive learning model that brings audio and text into a
shared embedding space. We implement a post-hoc method to transform CLAP
embeddings into concept-based, sparse representations with semantic
interpretability. Qualitative and quantitative evaluations show that the
concept-based representations outperform or match the performance of original
audio embeddings on downstream tasks while providing interpretability.
Additionally, we demonstrate that fine-tuning the concept-based representations
can further improve their performance on downstream tasks. Lastly, we publish
three audio-specific vocabularies for concept-based interpretability of audio
embeddings.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 21:00:50 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Zhang",
"Alice",
""
],
[
"Thomaz",
"Edison",
""
],
[
"Lu",
"Lie",
""
]
] |
2504.14078 | Iman Soltani | M-Mahdi Naddaf-Sh, Andrew Lee, Kin Yen, Eemon Amini, Iman Soltani | Infrared Vision Systems for Emergency Vehicle Driver Assistance in
Low-Visibility Conditions | null | null | null | null | cs.RO cs.CV | http://creativecommons.org/licenses/by-nc-nd/4.0/ | This study investigates the potential of infrared (IR) camera technology to
enhance driver safety for emergency vehicles operating in low-visibility
conditions, particularly at night and in dense fog. Such environments
significantly increase the risk of collisions, especially for tow trucks and
snowplows that must remain operational in challenging conditions. Conventional
driver assistance systems often struggle under these conditions due to limited
visibility. In contrast, IR cameras, which detect the thermal signatures of
obstacles, offer a promising alternative. The evaluation combines controlled
laboratory experiments, real-world field tests, and surveys of emergency
vehicle operators. In addition to assessing detection performance, the study
examines the feasibility of retrofitting existing Department of Transportation
(DoT) fleets with cost-effective IR-based driver assistance systems. Results
underscore the utility of IR technology in enhancing driver awareness and
provide data-driven recommendations for scalable deployment across legacy
emergency vehicle fleets.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 21:06:41 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Naddaf-Sh",
"M-Mahdi",
""
],
[
"Lee",
"Andrew",
""
],
[
"Yen",
"Kin",
""
],
[
"Amini",
"Eemon",
""
],
[
"Soltani",
"Iman",
""
]
] |
2504.14079 | Kasra Rouhi | Kasra Rouhi, Filippo Capolino, Alexander Figotin | Super-exponential Amplification of Wavepacket Propagation in Traveling
Wave Tubes | null | null | null | null | physics.plasm-ph | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We analyze wavepacket propagation in traveling wave tubes (TWTs) analytically
and numerically. TWT design in essence comprises a pencil-like electron beam in
vacuum interacting with an electromagnetic wave guided by a slow-wave structure
(SWS). In our study, the electron beam is represented by a one-dimensional
electron flow and the SWS is represented by an equivalent transmission line
model. The analytical considerations are based on the Lagrangian field theory
for TWTs. Mathematical analysis of wavepacket propagation in one-dimensional
space is based on the relevant Euler-Lagrange equations which are second-order
differential equations in both time and space. Wavepacket propagation analysis
is not simple and we develop a numerically efficient algorithm to perform the
analysis efficiently. In particular, when the initial pulse has a Gaussian
shape at the input port, it acquires non-Gaussian features as it propagates
through the TWT. These features include: (i) super-exponential (faster than
exponential) amplification, (ii) shift of the pulse frequency spectrum toward
higher frequencies, and (iii) change in the shape of the pulse that becomes
particularly pronounced when the pulse frequency band contains a transitional
point from stability to instability.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 21:10:33 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Rouhi",
"Kasra",
""
],
[
"Capolino",
"Filippo",
""
],
[
"Figotin",
"Alexander",
""
]
] |
2504.14080 | Vanessa Jacquier | Matteo D'Achille, Vanessa Jacquier, Wioletta M. Ruszel | On minimal shapes and topological invariants in hyperbolic lattices | 22 pages, 19 figures | null | null | null | math.CO math.AT math.GR math.NT math.PR | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We characterize the set of finite shapes with minimal perimeter on hyperbolic
lattices given by regular tilings of the hyperbolic plane whose tiles are
regular $p$-gons meeting at vertices of degree $q$, with $1/p+1/q<\frac{1}{2}$.
The main tool is a layer decomposition due to Rietman--Nienhuis--Oitmaa and
Moran, which allows us to prove convergence towards the Cheeger constant when
these shapes exhaust the lattice. Furthermore, we apply a celebrated result of
Floyd--Plotnick, which will allow us to compute the Euler characteristic for
these graphs in terms of certain growth functions and the number of $n$-sized
animals on those lattices.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 21:12:59 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"D'Achille",
"Matteo",
""
],
[
"Jacquier",
"Vanessa",
""
],
[
"Ruszel",
"Wioletta M.",
""
]
] |
2504.14081 | Simon Rudkin | Simon Rudkin | An Introduction to Topological Data Analysis Ball Mapper in R | null | null | null | null | stat.ME | http://creativecommons.org/licenses/by/4.0/ | The Topological Data Analysis Ball Mapper (TDABM) algorithm of Dlotko (2019)
provides a model free means to visualize multi-dimensional data. The
visualizations are abstract two-dimensional representations of covers of the
dataset. To construct a TDABM plot, each variable in the dataset should be
ordinal and suitable for representing as an axis of a scatter plot. The graphs
produced by TDABM provide a map of the dataset on which outcomes may be
charted, models assessed and new models formed. The benefits of TDABM are
powering a growing literature. This document provides a step-by-step
introduction to the algorithm with code in R.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 21:15:14 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Rudkin",
"Simon",
""
]
] |
2504.14082 | Gabriel German | Gabriel German | Perturbative analysis of the reheating dynamics of $\alpha$-attractors | 20 pages, 13 figures | null | null | null | astro-ph.CO gr-qc hep-ph | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We study the reheating phase following inflation in the context of
single-field models, focusing on the perturbative decay of the inflaton into
lighter particles. A general analytical framework is presented to compute the
reheating temperature $T_{re}$ and related quantities by combining cosmological
observations with model-dependent parameters. We derive expressions for
$T_{re}$ for three types of interactions: gravitational, scalar, and
Yukawa-type fermionic couplings, and apply these results to the class of
$\alpha$-attractor inflationary models, which exhibit attractor behavior in the
$(n_s, r)$ plane. The main goal of this work is to investigate how key
cosmological quantities such as $T_{re}$, $N_{re}$, and $m_\phi$ among others,
evolve with the scalar spectral index $n_s$ and the Yukawa coupling constant
$y$, within a consistent analytical framework. Although the formulas used are
approximate, they are sufficient to capture the qualitative behavior of the
relevant quantities across a wide range of parameter values. Here, we are not
interested in precise numerical approximations or data analysis, but rather in
understanding the general trends and dependence of cosmological quantities of
interest. In particular, tendencies observed in the figures, such as the
sensitivity of $T_{re}$ to the coupling strength and the equation-of-state
parameter $\omega_{re}$, reflect physical features that are not strongly
affected by the approximations involved.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 21:16:33 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"German",
"Gabriel",
""
]
] |
2504.14083 | Sean Molesky | Sean Molesky, Pengning Chao, Alessio Amaolo, Alejandro W. Rodriguez | Inferring Structure via Duality for Photonic Inverse Design | 14 pages, 2 figures | null | null | null | math.OC physics.optics | http://creativecommons.org/licenses/by/4.0/ | Led by a result derived from Sion's minimax theorem concerning constraint
violation in quadratically constrained quadratic programs (QCQPs) with at least
one constraint bounding the possible solution magnitude, we propose a heuristic
scheme for photonic inverse design unifying core ideas from adjoint
optimization and convex relaxation bounds. Specifically, through a series of
alterations to the underlying constraints and objective, the QCQP associated
with a given design problem is gradually transformed so that it becomes
strongly dual. Once equivalence between primal and dual programs is achieved, a
material geometry is inferred from the solution of the modified QCQP. This
inferred structure, due to the complementary relationship between the dual and
primal programs, encodes overarching features of the optimization landscape
that are otherwise difficult to synthesize, and provides a means of
initializing secondary optimization methods informed by the global problem
context. An exploratory implementation of the framework, presented in a partner
manuscript, is found to achieve dramatic improvements for the exemplary
photonic design task of enhancing the amount of power extracted from a dipole
source near the boundary of a structured material region -- roughly an order of
magnitude compared to randomly initialized adjoint-based topology optimization
for areas surpassing $10~\lambda^{2}$.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 21:27:53 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Molesky",
"Sean",
""
],
[
"Chao",
"Pengning",
""
],
[
"Amaolo",
"Alessio",
""
],
[
"Rodriguez",
"Alejandro W.",
""
]
] |
2504.14084 | Wuchen Li | Wuchen Li | Transport alpha divergences | Comments are welcome | null | null | null | cs.IT math-ph math.IT math.MP | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We derive a class of divergences measuring the difference between probability
density functions on a one-dimensional sample space. This divergence is a
one-parameter variation of the Ito-Sauda divergence between quantile density
functions. We prove that the proposed divergence is one-parameter variation of
transport Kullback-Leibler divergence and Hessian distance of negative
Boltzmann entropy with respect to Wasserstein-2 metric. From Taylor expansions,
we also formulate the 3-symmetric tensor in Wasserstein space, which is given
by an iterative Gamma three operators. The alpha-geodesic on Wasserstein space
is also derived. From these properties, we name the proposed information
measures transport alpha divergences. We provide several examples of transport
alpha divergences for generative models in machine learning applications.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 21:33:58 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Li",
"Wuchen",
""
]
] |
2504.14085 | Ahmed Elmeligy | Ahmed O. Elmeligy, Ioannis Psaromiligkos, Au Minh | Access Probability Optimization in RACH: A Multi-Armed Bandits Approach | null | null | null | null | eess.SP | http://creativecommons.org/licenses/by/4.0/ | The use of cellular networks for massive machine-type communications (mMTC)
is an appealing solution due to the availability of the existing
infrastructure. However, the massive number of user equipments (UEs) poses a
significant challenge to the cellular network's random access channel (RACH)
regarding congestion and overloading. To mitigate this problem, we first
present a novel approach to model a two-priority RACH, which allows us to
define access patterns that describe the random access behavior of UEs as
observed by the base station (BS). A non-uniform preamble selection scheme is
proposed, offering increased flexibility in resource allocation for different
UE priority classes. Then, we formulate an allocation model that finds the
optimal access probabilities to maximize the success rate of high-priority UEs
while constraining low-priority UEs. Finally, we develop a reinforcement
learning approach to solving the optimization problem using multi-armed
bandits, which provides a near-optimal but scalable solution and does not
require the BS to know the number of UEs in the network.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 21:42:36 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Elmeligy",
"Ahmed O.",
""
],
[
"Psaromiligkos",
"Ioannis",
""
],
[
"Minh",
"Au",
""
]
] |
2504.14086 | Eric R. Bittner | Sameer Damball and Ajay Ram Srimath Kandada and Eric R. Bittner | Lyapunov Dynamics in Entangled Biphoton Spectroscopy | null | null | null | null | quant-ph physics.chem-ph physics.optics | http://creativecommons.org/licenses/by/4.0/ | Recent advances in quantum light spectroscopy highlight the potential of
using entangled photons as a sensitive probe for many-body dynamics and
material correlations. However, a comprehensive theory to explain experimental
results remains elusive, primarily due to the complexity of the Hilbert space
and the intricate interactions and nonlinearities inherent in material systems.
In this work, we introduce a tractable model based on a finite-sized
correlation matrix governed by a bilinear bosonic Hamiltonian, enabling
efficient simulations through Gaussian-preserving dynamics. We apply this
framework to compute the output joint spectral intensity (JSI) and von Neumann
entropy of frequency-entangled biphotons, and find close agreement with
experimental observations in empty microcavities. Our results reveal the
emergence of off-diagonal spectral correlations that can be interpreted as
irreversible decay of cavity excitations into the biphoton continua. This
approach offers a powerful theoretical tool for interpreting quantum
spectroscopic data and paves the way for probing more complex light-matter
interactions in materials.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 21:42:37 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Damball",
"Sameer",
""
],
[
"Kandada",
"Ajay Ram Srimath",
""
],
[
"Bittner",
"Eric R.",
""
]
] |
2504.14087 | Roni Con | Roni Con and Jo\~ao Ribeiro | Channels with Input-Correlated Synchronization Errors | null | null | null | null | cs.IT math.IT | http://creativecommons.org/licenses/by/4.0/ | "Independent and identically distributed" errors do not accurately capture
the noisy behavior of real-world data storage and information transmission
technologies. Motivated by this, we study channels with input-correlated
synchronization errors, meaning that the distribution of synchronization errors
(such as deletions and insertions) applied to the $i$-th input $x_i$ may depend
on the whole input string $x$.
We begin by identifying conditions on the input-correlated synchronization
channel under which the channel's information capacity is achieved by a
stationary ergodic input source and is equal to its coding capacity. These
conditions capture a wide class of channels, including channels with correlated
errors observed in DNA-based data storage systems and their multi-trace
versions, and generalize prior work. To showcase the usefulness of the general
capacity theorem above, we combine it with techniques of Pernice-Li-Wootters
(ISIT 2022) and Brakensiek-Li-Spang (FOCS 2020) to obtain explicit
capacity-achieving codes for multi-trace channels with runlength-dependent
deletions, motivated by error patterns observed in DNA-based data storage
systems.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 21:47:46 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Con",
"Roni",
""
],
[
"Ribeiro",
"João",
""
]
] |
2504.14088 | Mehdi Bolourian | Mehdi Bolourian, Noura Limam, Mohammad Ali Salahuddin and Raouf
Boutaba | 5Guard: Isolation-aware End-to-End Slicing of 5G Networks | 17 pages | null | null | null | cs.NI | http://creativecommons.org/licenses/by-nc-sa/4.0/ | Network slicing logically partitions the 5G infrastructure to cater to
diverse verticals with varying requirements. However, resource sharing exposes
the slices to threats and performance degradation, making slice isolation
essential. Fully isolating slices is resource-prohibitive, prompting the need
for isolation-aware network slicing, where each slice is assigned a tailored
isolation level to balance security, usability, and overhead. This paper
investigates end-to-end 5G network slicing with resource isolation from the
perspective of the infrastructure provider, ensuring compliance with the
customers' service-level agreements. We formulate the online 5G isolation-aware
network slicing (5G-INS) as a mixed-integer programming problem, modeling
realistic slice isolation levels and integrating slice prioritization. To solve
5G-INS, we propose 5Guard, a novel adaptive framework that leverages an
ensemble of custom optimization algorithms to achieve the best solution within
resource budget and time constraints. Our results show that 5Guard increases
profit by up to 10.1% in resource-constrained environments and up to 25.4% in a
real-world large-scale network compared to the best-performing individual
algorithm. Furthermore, we analyze the trade-offs between isolation levels,
their impact on resource utilization, and the effects of slice placement,
demonstrating significant advantages over baseline approaches that enforce
uniform isolation policies.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 22:02:48 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Bolourian",
"Mehdi",
""
],
[
"Limam",
"Noura",
""
],
[
"Salahuddin",
"Mohammad Ali",
""
],
[
"Boutaba",
"Raouf",
""
]
] |
2504.14089 | Kang He | Kang He, Kaushik Roy | LogicTree: Structured Proof Exploration for Coherent and Rigorous
Logical Reasoning with Large Language Models | null | null | null | null | cs.CL cs.AI cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Large language models (LLMs) have achieved remarkable multi-step reasoning
capabilities across various domains. However, LLMs still face distinct
challenges in complex logical reasoning, as (1) proof-finding requires
systematic exploration and the maintenance of logical coherence and (2)
searching the right combination of premises at each reasoning step is
inherently challenging in tasks with large premise space. To address this, we
propose LogicTree, an inference-time modular framework employing
algorithm-guided search to automate structured proof exploration and ensure
logical coherence. Advancing beyond tree-of-thought (ToT), we incorporate
caching mechanism into LogicTree to enable effective utilization of historical
knowledge, preventing reasoning stagnation and minimizing redundancy.
Furthermore, we address the combinatorial complexity of premise search by
decomposing it into a linear process. The refined premise selection restricts
subsequent inference to at most one derivation per step, enhancing reasoning
granularity and enforcing strict step-by-step reasoning. Additionally, we
introduce two LLM-free heuristics for premise prioritization, enabling
strategic proof search. Experimental results on five datasets demonstrate that
LogicTree optimally scales inference-time computation to achieve higher proof
accuracy, surpassing chain-of-thought (CoT) and ToT with average gains of 23.6%
and 12.5%, respectively, on GPT-4o. Moreover, within LogicTree, GPT-4o
outperforms o3-mini by 7.6% on average.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 22:10:02 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"He",
"Kang",
""
],
[
"Roy",
"Kaushik",
""
]
] |
2504.14090 | Eugene Eliseev | Oleksii V. Bereznykov, Oleksandr S. Pylypchuk, Victor I. Styopkin,
Serhii E. Ivanchenko, Denis O. Stetsenko, Eugene A. Eliseev, Zdravko Kutnjak,
Vladimir N. Poroshin, Anna N. Morozovska, and Nicholas V. Morozovsky | Interfacial Effects and Negative Capacitance State in P(VDF-TrFE) Films
with BaTiO3 Nanoparticles | 42 pages, 10 figures, 1 appenndix | null | null | null | cond-mat.mtrl-sci | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We analyze the temperature dependences of the effective dielectric
permittivity of P(VDF-TrFE) films with BaTiO3 nanoparticles (with the average
size 24 nm). Transition from a weak to a strong nonlinear temperature
dependence of the dielectric permittivity is observed near the freezing
temperature (near -50 {\deg}C) of P(VDF-TrFE). The transition is followed by a
diffuse step-like change in the temperature range (0 - 40){\deg}C, and a
subsequent maximum of the dielectric permittivity in the P(VDF-TrFE) films with
a lower content (~20-40 vol.%) of BaTiO3 nanoparticles; or by a quasi-plateau
of the dielectric permittivity in the P(VDF-TrFE) films with a higher content
(~ 50-70 vol.%) of BaTiO3 nanoparticles. The frequency dispersion of the
dielectric permittivity is significant in the vicinity of its maxima. The
temperature-frequency shift of the permittivity region with a strong
temperature dependence is positive. The temperature-frequency shift of the
maxima is insignificant (or negative) for the P(VDF-TrFE) films with lower
content of BaTiO3 nanoparticles. Increasing the content of BaTiO3 nanoparticles
leads to a significant increase in the relative dielectric permittivity of the
P(VDF-TrFE)-BaTiO3 films compared to pure P(VDF-TrFE) films (from 8 to 50 at 25
{\deg}C). At the same time, the voltage response of the studied
P(VDF-TrFE)/BaTiO3 films to the frequency-modulated IR radiation flux has
rather photoelectric than pyroelectric nature. A phenomenological model, which
considers the screening charges at the interfaces, as well as dipole-dipole
cross-interaction effects between the ferroelectric nanoparticles, is proposed
to describe the temperature and frequency behavior of the effective dielectric
permittivity. The negative capacitance state, which originates due to the
interfacial effects, is predicted in the P(VDF-TrFE) films with a high content
of BaTiO3 nanoparticles.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 22:13:03 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Bereznykov",
"Oleksii V.",
""
],
[
"Pylypchuk",
"Oleksandr S.",
""
],
[
"Styopkin",
"Victor I.",
""
],
[
"Ivanchenko",
"Serhii E.",
""
],
[
"Stetsenko",
"Denis O.",
""
],
[
"Eliseev",
"Eugene A.",
""
],
[
"Kutnjak",
"Zdravko",
""
],
[
"Poroshin",
"Vladimir N.",
""
],
[
"Morozovska",
"Anna N.",
""
],
[
"Morozovsky",
"Nicholas V.",
""
]
] |
2504.14091 | Xiaoling Yi | Xiaoling Yi, Yunhao Deng, Ryan Antonio, Fanchen Kong, Guilherme Paim,
Marian Verhelst | DataMaestro: A Versatile and Efficient Data Streaming Engine Bringing
Decoupled Memory Access To Dataflow Accelerators | null | null | null | null | cs.AR | http://creativecommons.org/licenses/by/4.0/ | Deep Neural Networks (DNNs) have achieved remarkable success across various
intelligent tasks but encounter performance and energy challenges in inference
execution due to data movement bottlenecks. We introduce DataMaestro, a
versatile and efficient data streaming unit that brings the decoupled
access/execute architecture to DNN dataflow accelerators to address this issue.
DataMaestro supports flexible and programmable access patterns to accommodate
diverse workload types and dataflows, incorporates fine-grained prefetch and
addressing mode switching to mitigate bank conflicts, and enables customizable
on-the-fly data manipulation to reduce memory footprints and access counts. We
integrate five DataMaestros with a Tensor Core-like GeMM accelerator and a
Quantization accelerator into a RISC-V host system for evaluation. The FPGA
prototype and VLSI synthesis results demonstrate that DataMaestro helps the
GeMM core achieve nearly 100% utilization, which is 1.05-21.39x better than
state-of-the-art solutions, while minimizing area and energy consumption to
merely 6.43% and 15.06% of the total system.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 22:15:54 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Yi",
"Xiaoling",
""
],
[
"Deng",
"Yunhao",
""
],
[
"Antonio",
"Ryan",
""
],
[
"Kong",
"Fanchen",
""
],
[
"Paim",
"Guilherme",
""
],
[
"Verhelst",
"Marian",
""
]
] |
2504.14092 | Wei Dong | Wei Dong and Han Zhou and Seyed Amirreza Mousavi and Jun Chen | Retinex-guided Histogram Transformer for Mask-free Shadow Removal | Accpeted by CVPR 2025 NTIRE Workshop, Retinex Guidance, Histogram
Transformer | null | null | null | cs.CV | http://creativecommons.org/licenses/by/4.0/ | While deep learning methods have achieved notable progress in shadow removal,
many existing approaches rely on shadow masks that are difficult to obtain,
limiting their generalization to real-world scenes. In this work, we propose
ReHiT, an efficient mask-free shadow removal framework based on a hybrid
CNN-Transformer architecture guided by Retinex theory. We first introduce a
dual-branch pipeline to separately model reflectance and illumination
components, and each is restored by our developed Illumination-Guided Hybrid
CNN-Transformer (IG-HCT) module. Second, besides the CNN-based blocks that are
capable of learning residual dense features and performing multi-scale semantic
fusion, multi-scale semantic fusion, we develop the Illumination-Guided
Histogram Transformer Block (IGHB) to effectively handle non-uniform
illumination and spatially complex shadows. Extensive experiments on several
benchmark datasets validate the effectiveness of our approach over existing
mask-free methods. Trained solely on the NTIRE 2025 Shadow Removal Challenge
dataset, our solution delivers competitive results with one of the smallest
parameter sizes and fastest inference speeds among top-ranked entries,
highlighting its applicability for real-world applications with limited
computational resources. The code is available at
https://github.com/dongw22/oath.
| [
{
"version": "v1",
"created": "Fri, 18 Apr 2025 22:19:40 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Dong",
"Wei",
""
],
[
"Zhou",
"Han",
""
],
[
"Mousavi",
"Seyed Amirreza",
""
],
[
"Chen",
"Jun",
""
]
] |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.