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.17542 | Haoxin Tu - | Haoxin Tu, Seongmin Lee, Yuxian Li, Peng Chen, Lingxiao Jiang, and
Marcel B\"ohme | Large Language Model-Driven Concolic Execution for Highly Structured
Test Input Generation | 18 pages (including Appendix) | null | null | null | cs.SE | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | How can we perform concolic execution to generate highly structured test
inputs for systematically testing parsing programs? Existing concolic execution
engines are significantly restricted by (1) input structure-agnostic path
constraint selection, leading to the waste of testing effort or missing
coverage; (2) limited constraint-solving capability, yielding many
syntactically invalid test inputs; (3) reliance on manual acquisition of highly
structured seed inputs, resulting in non-continuous testing.
This paper proposes Cottontail, a new Large Language Model (LLM)-driven
concolic execution engine, to mitigate the above limitations. A more complete
program path representation, named Expressive Structural Coverage Tree (ESCT),
is first constructed to select structure-aware path constraints. Later, an
LLM-driven constraint solver based on a Solve-Complete paradigm is designed to
solve the path constraints smartly to get test inputs that are not only
satisfiable to the constraints but also valid to the input syntax. Finally, a
history-guided seed acquisition is employed to obtain new highly structured
test inputs either before testing starts or after testing is saturated.
We implemented Cottontail on top of SymCC and evaluated eight extensively
tested open-source libraries across four different formats (XML, SQL,
JavaScript, and JSON). The experimental result is promising: it shows that
Cottontail outperforms state-of-the-art approaches (SymCC and Marco) by 14.15%
and 14.31% in terms of line coverage. Besides, Cottontail found 6 previously
unknown vulnerabilities (six new CVEs have been assigned). We have reported
these issues to developers, and 4 out of them have been fixed so far.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 13:32:20 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Tu",
"Haoxin",
""
],
[
"Lee",
"Seongmin",
""
],
[
"Li",
"Yuxian",
""
],
[
"Chen",
"Peng",
""
],
[
"Jiang",
"Lingxiao",
""
],
[
"Böhme",
"Marcel",
""
]
] |
2504.17543 | Hubert Villuendas | Hubert Villuendas, Mathieu Besa\c{c}on and J\'er\^ome Malick | Knapsack with compactness: a semidefinite approach | null | null | null | null | math.OC | http://creativecommons.org/licenses/by/4.0/ | The min-knapsack problem with compactness constraints extends the classical
knapsack problem, in the case of ordered items, by introducing a restriction
ensuring that they cannot be too far apart. This problem has applications in
statistics, particularly in the detection of change-points in time series. In
this paper, we propose a semidefinite programming approach for this problem,
incorporating compactness in constraints or in objective. We study and compare
the different relaxations, and argue that our method provides high-quality
heuristics and tight bounds. In particular, the single hyperparameter of our
penalized semidefinite models naturally balances the trade-off between
compactness and accuracy of the computed solutions. Numerical experiments
illustrate, on the hardest instances, the effectiveness and versatility of our
approach compared to the existing mixed-integer programming formulation.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 13:32:26 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Villuendas",
"Hubert",
""
],
[
"Besaçon",
"Mathieu",
""
],
[
"Malick",
"Jérôme",
""
]
] |
2504.17544 | W Russell Neuman | W. Russell Neuman, Chad Coleman, Ali Dasdan, Safinah Ali, and Manan
Shah | Auditing the Ethical Logic of Generative AI Models | null | null | null | null | cs.AI | http://creativecommons.org/licenses/by-nc-sa/4.0/ | As generative AI models become increasingly integrated into high-stakes
domains, the need for robust methods to evaluate their ethical reasoning
becomes increasingly important. This paper introduces a five-dimensional audit
model -- assessing Analytic Quality, Breadth of Ethical Considerations, Depth
of Explanation, Consistency, and Decisiveness -- to evaluate the ethical logic
of leading large language models (LLMs). Drawing on traditions from applied
ethics and higher-order thinking, we present a multi-battery prompt approach,
including novel ethical dilemmas, to probe the models' reasoning across diverse
contexts. We benchmark seven major LLMs finding that while models generally
converge on ethical decisions, they vary in explanatory rigor and moral
prioritization. Chain-of-Thought prompting and reasoning-optimized models
significantly enhance performance on our audit metrics. This study introduces a
scalable methodology for ethical benchmarking of AI systems and highlights the
potential for AI to complement human moral reasoning in complex decision-making
contexts.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 13:32:30 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Neuman",
"W. Russell",
""
],
[
"Coleman",
"Chad",
""
],
[
"Dasdan",
"Ali",
""
],
[
"Ali",
"Safinah",
""
],
[
"Shah",
"Manan",
""
]
] |
2504.17545 | Keyang Ye | Keyang Ye, Tianjia Shao, Kun Zhou | When Gaussian Meets Surfel: Ultra-fast High-fidelity Radiance Field
Rendering | null | null | 10.1145/3730925 | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We introduce Gaussian-enhanced Surfels (GESs), a bi-scale representation for
radiance field rendering, wherein a set of 2D opaque surfels with
view-dependent colors represent the coarse-scale geometry and appearance of
scenes, and a few 3D Gaussians surrounding the surfels supplement fine-scale
appearance details. The rendering with GESs consists of two passes -- surfels
are first rasterized through a standard graphics pipeline to produce depth and
color maps, and then Gaussians are splatted with depth testing and color
accumulation on each pixel order independently. The optimization of GESs from
multi-view images is performed through an elaborate coarse-to-fine procedure,
faithfully capturing rich scene appearance. The entirely sorting-free rendering
of GESs not only achieves very fast rates, but also produces view-consistent
images, successfully avoiding popping artifacts under view changes. The basic
GES representation can be easily extended to achieve anti-aliasing in rendering
(Mip-GES), boosted rendering speeds (Speedy-GES) and compact storage
(Compact-GES), and reconstruct better scene geometries by replacing 3D
Gaussians with 2D Gaussians (2D-GES). Experimental results show that GESs
advance the state-of-the-arts as a compelling representation for ultra-fast
high-fidelity radiance field rendering.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 13:32:58 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Ye",
"Keyang",
""
],
[
"Shao",
"Tianjia",
""
],
[
"Zhou",
"Kun",
""
]
] |
2504.17546 | Wouter van Loon | Wouter van Loon | An introduction to R package `mvs` | 15 pages, 4 figures. Package vignette corresponding to
https://doi.org/10.32614/CRAN.package.mvs | null | null | null | stat.CO cs.LG stat.ME stat.ML | http://creativecommons.org/licenses/by/4.0/ | In biomedical science, a set of objects or persons can often be described by
multiple distinct sets of features obtained from different data sources or
modalities (called "multi-view data"). Classical machine learning methods
ignore the multi-view structure of such data, limiting model interpretability
and performance. The R package `mvs` provides methods that were designed
specifically for dealing with multi-view data, based on the multi-view stacking
(MVS) framework. MVS is a form of supervised (machine) learning used to train
multi-view classification or prediction models. MVS works by training a
learning algorithm on each view separately, estimating the predictive power of
each view-specific model through cross-validation, and then using another
learning algorithm to assign weights to the view-specific models based on their
estimated predictions. MVS is a form of ensemble learning, dividing the large
multi-view learning problem into smaller sub-problems. Most of these
sub-problems can be solved in parallel, making it computationally attractive.
Additionally, the number of features of the sub-problems is greatly reduced
compared with the full multi-view learning problem. This makes MVS especially
useful when the total number of features is larger than the number of
observations (i.e., high-dimensional data). MVS can still be applied even if
the sub-problems are themselves high-dimensional by adding suitable penalty
terms to the learning algorithms. Furthermore, MVS can be used to automatically
select the views which are most important for prediction. The R package `mvs`
makes fitting MVS models, including such penalty terms, easily and openly
accessible. `mvs` allows for the fitting of stacked models with any number of
levels, with different penalty terms, different outcome distributions, and
provides several options for missing data handling.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 13:34:31 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"van Loon",
"Wouter",
""
]
] |
2504.17547 | Jiaqi Deng | Jiaqi Deng, Zonghan Wu, Huan Huo, Guandong Xu | A Comprehensive Survey of Knowledge-Based Vision Question Answering
Systems: The Lifecycle of Knowledge in Visual Reasoning Task | 20 pages, 5 figures, 4 tables | null | null | null | cs.CV cs.IR cs.MM | http://creativecommons.org/licenses/by-nc-sa/4.0/ | Knowledge-based Vision Question Answering (KB-VQA) extends general Vision
Question Answering (VQA) by not only requiring the understanding of visual and
textual inputs but also extensive range of knowledge, enabling significant
advancements across various real-world applications. KB-VQA introduces unique
challenges, including the alignment of heterogeneous information from diverse
modalities and sources, the retrieval of relevant knowledge from noisy or
large-scale repositories, and the execution of complex reasoning to infer
answers from the combined context. With the advancement of Large Language
Models (LLMs), KB-VQA systems have also undergone a notable transformation,
where LLMs serve as powerful knowledge repositories, retrieval-augmented
generators and strong reasoners. Despite substantial progress, no comprehensive
survey currently exists that systematically organizes and reviews the existing
KB-VQA methods. This survey aims to fill this gap by establishing a structured
taxonomy of KB-VQA approaches, and categorizing the systems into main stages:
knowledge representation, knowledge retrieval, and knowledge reasoning. By
exploring various knowledge integration techniques and identifying persistent
challenges, this work also outlines promising future research directions,
providing a foundation for advancing KB-VQA models and their applications.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 13:37:25 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Deng",
"Jiaqi",
""
],
[
"Wu",
"Zonghan",
""
],
[
"Huo",
"Huan",
""
],
[
"Xu",
"Guandong",
""
]
] |
2504.17548 | Kilian Tscharke | Kilian Tscharke, Maximilian Wendlinger, Afrae Ahouzi, Pallavi
Bhardwaj, Kaweh Amoi-Taleghani, Michael Schr\"odl-Baumann, Pascal Debus | Quantum Autoencoder for Multivariate Time Series Anomaly Detection | Submitted to IEEE International Conference on Quantum Computing and
Engineering (QCE) 2025 | null | null | null | quant-ph cs.CR cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Anomaly Detection (AD) defines the task of identifying observations or events
that deviate from typical - or normal - patterns, a critical capability in IT
security for recognizing incidents such as system misconfigurations, malware
infections, or cyberattacks. In enterprise environments like SAP HANA Cloud
systems, this task often involves monitoring high-dimensional, multivariate
time series (MTS) derived from telemetry and log data. With the advent of
quantum machine learning offering efficient calculations in high-dimensional
latent spaces, many avenues open for dealing with such complex data. One
approach is the Quantum Autoencoder (QAE), an emerging and promising method
with potential for application in both data compression and AD. However, prior
applications of QAEs to time series AD have been restricted to univariate data,
limiting their relevance for real-world enterprise systems. In this work, we
introduce a novel QAE-based framework designed specifically for MTS AD towards
enterprise scale. We theoretically develop and experimentally validate the
architecture, demonstrating that our QAE achieves performance competitive with
neural-network-based autoencoders while requiring fewer trainable parameters.
We evaluate our model on datasets that closely reflect SAP system telemetry and
show that the proposed QAE is a viable and efficient alternative for
semisupervised AD in real-world enterprise settings.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 13:40:06 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Tscharke",
"Kilian",
""
],
[
"Wendlinger",
"Maximilian",
""
],
[
"Ahouzi",
"Afrae",
""
],
[
"Bhardwaj",
"Pallavi",
""
],
[
"Amoi-Taleghani",
"Kaweh",
""
],
[
"Schrödl-Baumann",
"Michael",
""
],
[
"Debus",
"Pascal",
""
]
] |
2504.17549 | Stephanie Buttigieg | Stephanie Buttigieg, Debora Sijacki, Christopher J. Moore and Martin
A. Bourne | Premature supermassive black hole mergers in cosmological simulations of
structure formation | null | null | null | null | astro-ph.GA | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The co-evolution of massive black holes (BHs) and their host galaxies is
well-established within the hierarchical galaxy formation paradigm. Large-scale
cosmological simulations are an ideal tool to study the repeated BH mergers,
accretion and feedback that conspire to regulate this process. While such
simulations are of fundamental importance for understanding the complex and
intertwined relationship between BHs and their hosts, they are plagued with
numerical inaccuracies at the scale of individual BH orbits. To quantify this
issue, taking advantage of the $(100 \, h^{-1}\,\text{cMpc})^3$ FABLE
simulation box, we track all individual BH mergers and the corresponding host
galaxy mergers as a function of cosmic time. We demonstrate that BH mergers
frequently occur prematurely, well before the corresponding merger of the host
galaxies is complete, and that BHs are sometimes erroneously displaced from
their hosts during close galaxy encounters. Correcting for these artefacts
results in substantial macrophysical delays, spanning over several Gyrs, which
are additional to any microphysical delays arising from unresolved BH binary
hardening processes. We find that once the macrophysical delays are accounted
for, high-mass BH merger events are suppressed, affecting the predictions for
the BH population that may be observable with LISA and pulsar timing arrays.
Furthermore, including these macrophysical delays leads to an increase in the
number of observable dual active galactic nuclei, especially at lower
redshifts, with respect to FABLE. Our results highlight the pressing need for
more accurate modelling of BH dynamics in cosmological simulations of galaxy
formation as we prepare for the multi-messenger era.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 13:40:06 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Buttigieg",
"Stephanie",
""
],
[
"Sijacki",
"Debora",
""
],
[
"Moore",
"Christopher J.",
""
],
[
"Bourne",
"Martin A.",
""
]
] |
2504.17550 | Yejin Bang | Yejin Bang, Ziwei Ji, Alan Schelten, Anthony Hartshorn, Tara Fowler,
Cheng Zhang, Nicola Cancedda, Pascale Fung | HalluLens: LLM Hallucination Benchmark | 42 pages | null | null | null | cs.CL cs.AI | http://creativecommons.org/licenses/by-sa/4.0/ | Large language models (LLMs) often generate responses that deviate from user
input or training data, a phenomenon known as "hallucination." These
hallucinations undermine user trust and hinder the adoption of generative AI
systems. Addressing hallucinations is essential for the advancement of LLMs.
This paper introduces a comprehensive hallucination benchmark, incorporating
both new extrinsic and existing intrinsic evaluation tasks, built upon clear
taxonomy of hallucination. A major challenge in benchmarking hallucinations is
the lack of a unified framework due to inconsistent definitions and
categorizations. We disentangle LLM hallucination from "factuality," proposing
a clear taxonomy that distinguishes between extrinsic and intrinsic
hallucinations, to promote consistency and facilitate research. Extrinsic
hallucinations, where the generated content is not consistent with the training
data, are increasingly important as LLMs evolve. Our benchmark includes dynamic
test set generation to mitigate data leakage and ensure robustness against such
leakage. We also analyze existing benchmarks, highlighting their limitations
and saturation. The work aims to: (1) establish a clear taxonomy of
hallucinations, (2) introduce new extrinsic hallucination tasks, with data that
can be dynamically regenerated to prevent saturation by leakage, (3) provide a
comprehensive analysis of existing benchmarks, distinguishing them from
factuality evaluations.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 13:40:27 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Bang",
"Yejin",
""
],
[
"Ji",
"Ziwei",
""
],
[
"Schelten",
"Alan",
""
],
[
"Hartshorn",
"Anthony",
""
],
[
"Fowler",
"Tara",
""
],
[
"Zhang",
"Cheng",
""
],
[
"Cancedda",
"Nicola",
""
],
[
"Fung",
"Pascale",
""
]
] |
2504.17551 | Lin Che | Lin Che, Yizi Chen, Tanhua Jin, Martin Raubal, Konrad Schindler, Peter
Kiefer | Unsupervised Urban Land Use Mapping with Street View Contrastive
Clustering and a Geographical Prior | 11 pages, 7 figures, preprint version | null | null | null | cs.CV cs.AI | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Urban land use classification and mapping are critical for urban planning,
resource management, and environmental monitoring. Existing remote sensing
techniques often lack precision in complex urban environments due to the
absence of ground-level details. Unlike aerial perspectives, street view images
provide a ground-level view that captures more human and social activities
relevant to land use in complex urban scenes. Existing street view-based
methods primarily rely on supervised classification, which is challenged by the
scarcity of high-quality labeled data and the difficulty of generalizing across
diverse urban landscapes. This study introduces an unsupervised contrastive
clustering model for street view images with a built-in geographical prior, to
enhance clustering performance. When combined with a simple visual assignment
of the clusters, our approach offers a flexible and customizable solution to
land use mapping, tailored to the specific needs of urban planners. We
experimentally show that our method can generate land use maps from geotagged
street view image datasets of two cities. As our methodology relies on the
universal spatial coherence of geospatial data ("Tobler's law"), it can be
adapted to various settings where street view images are available, to enable
scalable, unsupervised land use mapping and updating. The code will be
available at https://github.com/lin102/CCGP.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 13:41:27 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Che",
"Lin",
""
],
[
"Chen",
"Yizi",
""
],
[
"Jin",
"Tanhua",
""
],
[
"Raubal",
"Martin",
""
],
[
"Schindler",
"Konrad",
""
],
[
"Kiefer",
"Peter",
""
]
] |
2504.17552 | Nandan Malhotra | Rajat Subhra Hazra and Nandan Malhotra | Spectral properties of the Laplacian of Scale-Free Percolation models | 28 pages, 4 figures | null | null | null | math.PR | http://creativecommons.org/licenses/by/4.0/ | We consider scale-free percolation on a discrete torus $\mathbf{V}_N$ of size
$N$. Conditionally on an i.i.d. sequence of Pareto weights $(W_i)_{i\in
\mathbf{V}_N}$ with tail exponent $\tau-1>0$, we connect any two points $i$ and
$j$ on the torus with probability
$$p_{ij}= \frac{W_iW_j}{\|i-j\|^{\alpha}} \wedge 1$$ for some parameter
$\alpha>0$.
We focus on the (centred) Laplacian operator of this random graph and study
its empirical spectral distribution. We explicitly identify the limiting
distribution when $\alpha<1$ and $\tau>3$, in terms of the spectral
distribution of some non-commutative unbounded operators.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 13:45:47 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Hazra",
"Rajat Subhra",
""
],
[
"Malhotra",
"Nandan",
""
]
] |
2504.17553 | Silin Huang | Silin Huang | Principal Minors of Hermitian Laplacian Matrix of Directed Graphs and
Their Connection to Directed Graph Substructures | null | null | null | null | math.CO | http://creativecommons.org/licenses/by-nc-nd/4.0/ | This paper explores the algebraic characterization of directed graph
substructures through principal minors of the Hermitian Laplacian matrix. By
generalizing Bapat et al.'s nonsingular substructure theory and by defining
substructures as vertex-edge pairs $(V',E')$ which allows edges to connect
vertices outside $V'$, we establish a link between the principle minors and the
topological properties of key substructures such as rootless trees and
unicyclic graphs. Using the Cauchy-Binet formula, we decompose principal minors
into sums of determinants of regular substructures. Specifically, we
investigate how these algebraic invariants encode information about unicyclic
substructures and their properties, contributing to the broader understanding
of graph structures through the lens of Hermitian Laplacian matrix of algebraic
graph theory.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 13:46:14 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Huang",
"Silin",
""
]
] |
2504.17554 | Jo\~ao Oliveira | Jo\~ao Oliveira, Jo\~ao Gon\c{c}alves, Miguel Matos | Rethinking PM Crash Consistency in the CXL Era | 5 pages (2 extra pages for references), 1 figure, 2 algorithms | null | null | null | cs.ET | http://creativecommons.org/licenses/by/4.0/ | Persistent Memory (PM) introduces new opportunities for designing
crash-consistent applications without the traditional storage overheads.
However, ensuring crash consistency in PM demands intricate knowledge of CPU,
cache, and memory interactions. Hardware and software mechanisms have been
proposed to ease this burden, but neither proved sufficient, prompting a
variety of bug detection tools.
With the sunset of Intel Optane comes the rise of Compute Express Link (CXL)
for PM. In this position paper, we discuss the impact of CXL's disaggregated
and heterogeneous nature in the development of crash-consistent PM
applications, and outline three research directions: hardware primitives,
persistency frameworks, and bug detection tools.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 13:47:35 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Oliveira",
"João",
""
],
[
"Gonçalves",
"João",
""
],
[
"Matos",
"Miguel",
""
]
] |
2504.17555 | Rigoberto Zelada | Rigoberto Zelada | Coexistence of mixing and rigid behaviors in ergodic theory | 35 pages | null | null | null | math.DS | http://creativecommons.org/licenses/by/4.0/ | In this paper we introduce and explore the notion of rigidity group,
associated with a collection of finitely many sequences, and show that this
concept has many, somewhat surprising characterizations of algebraic, spectral,
and unitary nature. Furthermore, we demonstrate that these characterizations
can be employed to obtain various results in the theory of generic
Lebesgue-preserving automorphisms of $[0,1]$, IP-ergodic theory, multiple
recurrence, additive combinatorics, and spectral theory. As a consequence of
one of our results we show that given $(b_1,...b_\ell)\in\mathbb N^\ell$, there
is no orthogonal vector $(a_1,\dots,a_\ell)\in\mathbb Z^\ell$ with some
$|a_j|=1$ if and only if there is an increasing sequence of natural numbers
$(n_k)_{k\in\mathbb N}$ with the property that for each $F\subseteq
\{1,...,\ell\}$ there is a $\mu$-preserving transformation
$T_F:[0,1]\rightarrow[0,1]$ ($\mu$ denotes the Lebesgue measure) such that for
any measurable $A,B\subseteq [0,1]$, $$\lim_{k\rightarrow\infty}\mu(A\cap
T_F^{-b_jn_k}B)=\begin{cases} \mu(A\cap B),\,\text{ if }j\in F,\\
\mu(A)\mu(B),\,\text{ if }j\not\in F. \end{cases}$$ We remark that this result
has a natural extension to a wide class of families of sequences.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 13:49:46 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Zelada",
"Rigoberto",
""
]
] |
2504.17556 | Giulia Treu | Verena B\"ogelein, Frank Duzaar, Giulia Treu | Parabolic PDEs with Dynamic Data under a Bounded Slope Condition | 37 pages, 2 figures | null | null | null | math.AP | http://creativecommons.org/licenses/by-nc-nd/4.0/ | We establish the existence of Lipschitz continuous solutions to the Cauchy
Dirichlet problem for a class of evolutionary partial differential equations of
the form $$ \partial_tu-\text{div}_x \nabla_\xi f(\nabla u)=0 $$ in a
space-time cylinder $\Omega_T=\Omega\times (0,T)$, subject to time-dependent
boundary data $g\colon \partial_{\mathcal{P}}\Omega_T\to \mathbf{R}$ prescribed
on the parabolic boundary. The main novelty in our analysis is a time-dependent
version of the classical bounded slope condition, imposed on the boundary data
$g$ along the lateral boundary $\partial\Omega\times (0,T)$. More precisely, we
require that for each fixed $t\in [0,T)$, the graph of $g(\cdot ,t)$ over
$\partial\Omega$ admits supporting hyperplanes with slopes that may vary in
time but remain uniformly bounded. The key to handling time-dependent data lies
in constructing more flexible upper and lower barriers.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 13:49:58 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Bögelein",
"Verena",
""
],
[
"Duzaar",
"Frank",
""
],
[
"Treu",
"Giulia",
""
]
] |
2504.17557 | Robert Denk | Robert Denk, Nick Lindemulder, J\"org Seiler | $R$-boundedness of Poisson operators | 29 pages | null | null | null | math.AP | http://creativecommons.org/licenses/by/4.0/ | We investigate the $R$-boundedness of parameter-dependent families of Poisson
operators on the half-space $\mathbb R^n_+$ in various scales of function
spaces. Applications concern maximal $L_q$-regularity for boundary value
problems with dynamic boundary conditions.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 13:50:07 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Denk",
"Robert",
""
],
[
"Lindemulder",
"Nick",
""
],
[
"Seiler",
"Jörg",
""
]
] |
2504.17558 | Kris Van Houcke | Giuliano Orso, Lovro Bari\v{s}i\'c, Ekaterina Gradova, Fr\'ed\'eric
Chevy, Kris Van Houcke | Quasi-particle residue and charge of the one-dimensional Fermi polaron | null | null | null | null | cond-mat.quant-gas cond-mat.str-el cond-mat.supr-con | http://creativecommons.org/licenses/by/4.0/ | We consider a mobile impurity coupled to an ideal Fermi gas in one spatial
dimension through an attractive contact interaction. We calculate the
quasi-particle residue $Z$ exactly, based on Bethe Ansatz and diagrammatic
Monte Carlo methods, and with varational Ansatz up to one particle-hole
excitation of the Fermi sea. We find that the exact quasi-particle residue
vanishes in the thermodynamic limit as a power law in the number of particles,
consistent with the Luttinger-liquid paradigm and the breakdown of Fermi-liquid
theory. The variational Ansatz, however, predicts a finite value of $Z$, even
in the thermodynamic limit. We also study how the presence of the impurity
affects the density of the spin-up sea by calculating the pair correlation
function. Subtracting the homogeneous background and integrating over all
distances gives the charge $Q$. This charge turns out to grow continuously from
0 at zero coupling to 1 in the strong-coupling limit. The varational Ansatz
predicts $Q=0$ at all couplings. So, although the variational Ansatz has been
shown to be remarkably accurate for the energy and the effective mass, it fails
even qualitatively when predicting $Z$ and the pair correlation function in the
thermodynamic limit.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 13:50:46 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Orso",
"Giuliano",
""
],
[
"Barišić",
"Lovro",
""
],
[
"Gradova",
"Ekaterina",
""
],
[
"Chevy",
"Frédéric",
""
],
[
"Van Houcke",
"Kris",
""
]
] |
2504.17559 | Vincent Rivoirard | Pascal Massart, Vincent Rivoirard | Concentration inequalities and cut-off phenomena for penalized model
selection within a basic Rademacher framework | null | null | null | null | math.ST stat.TH | http://creativecommons.org/licenses/by/4.0/ | This article exists first and foremost to contribute to a tribute to Patrick
Cattiaux. One of the two authors has known Patrick Cattiaux for a very long
time, and owes him a great deal. If we are to illustrate the adage that life is
made up of chance, then what could be better than the meeting of two young
people in the 80s, both of whom fell in love with the mathematics of
randomness, and one of whom changed the other's life by letting him in on a
secret: if you really believe in it, you can turn this passion into a
profession. By another happy coincidence, this tribute comes at just the right
time, as Michel Talagrand has been awarded the Abel prize. The temptation was
therefore great to do a double. Following one of the many galleries opened up
by mathematics, we shall first draw a link between the mathematics of Patrick
Cattiaux and that of Michel Talagrand. Then we shall show how the abstract
probabilistic material on the concentration of product measures thus revisited
can be used to shed light on cut-off phenomena in our field of expertise,
mathematical statistics. Nothing revolutionary here, as everyone knows the
impact that Talagrand's work has had on the development of mathematical
statistics since the late 90s, but we've chosen a very simple framework in
which everything can be explained with minimal technicality, leaving the main
ideas to the fore.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 13:52:39 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Massart",
"Pascal",
""
],
[
"Rivoirard",
"Vincent",
""
]
] |
2504.17560 | Angana Mondal | Angana Mondal, Ratul Sabui, Sonali Khanna, S V Rahul, Sheroy Tata, M
Anand, Ram Gopal, and M Krishnamurthy | A compact laser-plasma source for high-repetition-rate bi-modal X-ray
and electron imaging | 10 pages, 5 figures | null | null | null | physics.optics physics.app-ph physics.plasm-ph | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Bright sources of high-energy X-rays and electrons are indispensable tools in
advanced imaging. Yet, current laser-driven systems typically support only
single-modality imaging, require complex infrastructure, or operate at low
repetition rates. Here, we demonstrate a compact, table-top laser-plasma source
capable of generating synchronized electron and X-ray pulses at 1 kHz using
just 2 mJ per pulse. A structured methanol droplet target enables
quasi-single-shot electron radiographs and broadband, energy-resolved X-ray
images, facilitating bi-modal imaging of both metallic and biological
specimens. We achieve resolutions of 13.6 um for electrons and 21 um for
X-rays, and demonstrate tomographic reconstruction using 35 projections. This
compact platform rivals large-scale petawatt systems in resolution and
brightness, while remaining scalable and accessible for high-throughput imaging
in materials science and biomedicine.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 13:52:58 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Mondal",
"Angana",
""
],
[
"Sabui",
"Ratul",
""
],
[
"Khanna",
"Sonali",
""
],
[
"Rahul",
"S V",
""
],
[
"Tata",
"Sheroy",
""
],
[
"Anand",
"M",
""
],
[
"Gopal",
"Ram",
""
],
[
"Krishnamurthy",
"M",
""
]
] |
2504.17561 | Leo S\"unkel | Leo S\"unkel and Philipp Altmann and Michael K\"olle and Gerhard
Stenzel and Thomas Gabor and Claudia Linnhoff-Popien | Quantum Circuit Construction and Optimization through Hybrid
Evolutionary Algorithms | Accepted at GECCO 2025 | null | null | null | quant-ph | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We apply a hybrid evolutionary algorithm to minimize the depth of circuits in
quantum computing. More specifically, we evaluate two different variants of the
algorithm. In the first approach, we combine the evolutionary algorithm with an
optimization subroutine to optimize the parameters of the rotation gates
present in the quantum circuit. In the second, the algorithm solely relies on
evolutionary operations (i.e., mutations and crossover). We approach the
problem from two sides: (1) constructing circuits from the ground up by
starting with random initializations and (2) initializing individuals with a
target circuit in order to optimize it further according to the fitness
function. We run experiments on random circuits with 4 and 6 qubits varying in
circuit depth. Our results show that the proposed methods are able to
significantly reduce the depth of circuits while still retaining a high
fidelity to the target state.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 13:54:22 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Sünkel",
"Leo",
""
],
[
"Altmann",
"Philipp",
""
],
[
"Kölle",
"Michael",
""
],
[
"Stenzel",
"Gerhard",
""
],
[
"Gabor",
"Thomas",
""
],
[
"Linnhoff-Popien",
"Claudia",
""
]
] |
2504.17562 | Ryotaro Kawata | Rei Higuchi, Ryotaro Kawata, Naoki Nishikawa, Kazusato Oko, Shoichiro
Yamaguchi, Sosuke Kobayashi, Seiya Tokui, Kohei Hayashi, Daisuke Okanohara,
Taiji Suzuki | When Does Metadata Conditioning (NOT) Work for Language Model
Pre-Training? A Study with Context-Free Grammars | null | null | null | null | cs.CL cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The ability to acquire latent semantics is one of the key properties that
determines the performance of language models. One convenient approach to
invoke this ability is to prepend metadata (e.g. URLs, domains, and styles) at
the beginning of texts in the pre-training data, making it easier for the model
to access latent semantics before observing the entire text. Previous studies
have reported that this technique actually improves the performance of trained
models in downstream tasks; however, this improvement has been observed only in
specific downstream tasks, without consistent enhancement in average next-token
prediction loss. To understand this phenomenon, we closely investigate how
prepending metadata during pre-training affects model performance by examining
its behavior using artificial data. Interestingly, we found that this approach
produces both positive and negative effects on the downstream tasks. We
demonstrate that the effectiveness of the approach depends on whether latent
semantics can be inferred from the downstream task's prompt. Specifically,
through investigations using data generated by probabilistic context-free
grammars, we show that training with metadata helps improve model's performance
when the given context is long enough to infer the latent semantics. In
contrast, the technique negatively impacts performance when the context lacks
the necessary information to make an accurate posterior inference.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 13:56:43 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Higuchi",
"Rei",
""
],
[
"Kawata",
"Ryotaro",
""
],
[
"Nishikawa",
"Naoki",
""
],
[
"Oko",
"Kazusato",
""
],
[
"Yamaguchi",
"Shoichiro",
""
],
[
"Kobayashi",
"Sosuke",
""
],
[
"Tokui",
"Seiya",
""
],
[
"Hayashi",
"Kohei",
""
],
[
"Okanohara",
"Daisuke",
""
],
[
"Suzuki",
"Taiji",
""
]
] |
2504.17563 | Hanna Koml\'os | Michael A. Bender, Mart\'in Farach-Colton, Riko Jacob, Hanna Koml\'os,
David Tench, Evan West | The Case for External Graph Sketching | Full version for paper to appear in ACDA proceedings | null | null | null | cs.DS | http://creativecommons.org/licenses/by/4.0/ | Algorithms in the data stream model use $O(polylog(N))$ space to compute some
property of an input of size $N$, and many of these algorithms are implemented
and used in practice. However, sketching algorithms in the graph semi-streaming
model use $O(V polylog(V))$ space for a $V$-vertex graph, and the fact that
implementations of these algorithms are not used in the academic literature or
in industrial applications may be because this space requirement is too large
for RAM on today's hardware.
In this paper we introduce the external semi-streaming model, which addresses
the aspects of the semi-streaming model that limit its practical impact. In
this model, the input is in the form of a stream and $O(V polylog(V))$ space is
available, but most of that space is accessible only via block I/O operations
as in the external memory model. The goal in the external semi-streaming model
is to simultaneously achieve small space and low I/O cost.
We present a general transformation from any vertex-based sketch algorithm to
one which has a low sketching cost in the new model. We prove that this
automatic transformation is tight or nearly (up to a $O(\log(V))$ factor) tight
via an I/O lower bound for the task of sketching the input stream.
Using this transformation and other techniques, we present external
semi-streaming algorithms for connectivity, bipartiteness testing,
$(1+\epsilon)$-approximating MST weight, testing k-edge connectivity,
$(1+\epsilon)$-approximating the minimum cut of a graph, computing
$\epsilon$-cut sparsifiers, and approximating the density of the densest
subgraph. These algorithms all use $O(V poly(\log(V), \epsilon^{-1},k)$ space.
For many of these problems, our external semi-streaming algorithms outperform
the state of the art algorithms in both the sketching and external-memory
models.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 13:56:47 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Bender",
"Michael A.",
""
],
[
"Farach-Colton",
"Martín",
""
],
[
"Jacob",
"Riko",
""
],
[
"Komlós",
"Hanna",
""
],
[
"Tench",
"David",
""
],
[
"West",
"Evan",
""
]
] |
2504.17564 | Jean-Paul Allouche | Jean-Paul Allouche, Manon Stipulanti, Jia-Yan Yao | Doubling modulo odd integers, generalizations, and unexpected
occurrences | null | null | null | null | math.NT | http://creativecommons.org/licenses/by/4.0/ | The starting point of this work is an equality between two quantities $A$ and
$B$ found in the literature, which involve the {\em
doubling-modulo-an-odd-integer} map, i.e., $x\in {\mathbb N} \mapsto 2x
\bmod{(2n+1)}$ for some positive integer $n$. More precisely, this doubling map
defines a permutation $\sigma_{2,n}$ and each of $A$ and $B$ counts the number
$C_2(n)$ of cycles of $\sigma_{2,n}$, hence $A=B$. In the first part of this
note, we give a direct proof of this last equality. To do so, we consider and
study a generalized $(k,n)$-perfect shuffle permutation $\sigma_{k,n}$, where
we multiply by an integer $k\ge 2$ instead of $2$, and its number $C_k(n)$ of
cycles. The second part of this note lists some of the many occurrences and
applications of the doubling map and its generalizations in the literature: in
mathematics (combinatorics of words, dynamical systems, number theory,
correcting algorithms), but also in card-shuffling, juggling, bell-ringing,
poetry, and music composition.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 13:57:24 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Allouche",
"Jean-Paul",
""
],
[
"Stipulanti",
"Manon",
""
],
[
"Yao",
"Jia-Yan",
""
]
] |
2504.17565 | Yunjie Ji | Xiaoyu Tian, Sitong Zhao, Haotian Wang, Shuaiting Chen, Yiping Peng,
Yunjie Ji, Han Zhao, Xiangang Li | DeepDistill: Enhancing LLM Reasoning Capabilities via Large-Scale
Difficulty-Graded Data Training | null | null | null | null | cs.CL | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Although large language models (LLMs) have recently achieved remarkable
performance on various complex reasoning benchmarks, the academic community
still lacks an in-depth understanding of base model training processes and data
quality. To address this, we construct a large-scale, difficulty-graded
reasoning dataset containing approximately 3.34 million unique queries of
varying difficulty levels and about 40 million distilled responses generated by
multiple models over several passes. Leveraging pass rate and Coefficient of
Variation (CV), we precisely select the most valuable training data to enhance
reasoning capability. Notably, we observe a training pattern shift, indicating
that reasoning-focused training based on base models requires higher learning
rates for effective training. Using this carefully selected data, we
significantly improve the reasoning capabilities of the base model, achieving a
pass rate of 79.2\% on the AIME2024 mathematical reasoning benchmark. This
result surpasses most current distilled models and closely approaches
state-of-the-art performance. We provide detailed descriptions of our data
processing, difficulty assessment, and training methodology, and have publicly
released all datasets and methods to promote rapid progress in open-source
long-reasoning LLMs. The dataset is available at:
https://huggingface.co/datasets/a-m-team/AM-DeepSeek-Distilled-40M
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 13:57:53 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Tian",
"Xiaoyu",
""
],
[
"Zhao",
"Sitong",
""
],
[
"Wang",
"Haotian",
""
],
[
"Chen",
"Shuaiting",
""
],
[
"Peng",
"Yiping",
""
],
[
"Ji",
"Yunjie",
""
],
[
"Zhao",
"Han",
""
],
[
"Li",
"Xiangang",
""
]
] |
2504.17566 | Sumit Arora | Sumit Arora and Rodrigo Ponce | Controllability problem of an evolution equation with singular memory | null | null | null | null | math.OC | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | This work addresses control problems governed by a semilinear evolution
equation with singular memory kernel $\kappa(t)=\alpha e^{-\beta
t}\frac{t^{\nu-1}}{\Gamma(\nu)}$, where $\alpha>0, \beta\ge 0$, and $0<\nu<1$.
We examine the existence of a mild solution and the approximate controllability
of both linear and semilinear control systems. To this end, we introduce the
concept of a resolvent family associated with the linear evolution equation
with memory and develop some of its essential properties. Subsequently, we
consider a linear-quadratic regulator problem to determine the optimal control
that yields approximate controllability for the linear control system.
Furthermore, we derive sufficient conditions for the existence of a mild
solution and the approximate controllability of a semilinear system in a
super-reflexive Banach space. Additionally, we present an approximate
controllability result within the framework of a general Banach space. Finally,
we apply our theoretical findings to investigate the approximate
controllability of the heat equation with singular memory.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 13:58:06 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Arora",
"Sumit",
""
],
[
"Ponce",
"Rodrigo",
""
]
] |
2504.17567 | Matthew H. Y. Xie | Matthew H.Y. Xie and Philip B. Zhang | Log-concavity of inverse Kazhdan-Lusztig polynomials of paving matroids | null | null | null | null | math.CO | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Gao and Xie (2021) conjectured that the inverse Kazhdan-Lusztig polynomial of
any matroid is log-concave. Although the inverse Kazhdan-Lusztig polynomial may
not always have only real roots, we conjecture that the Hadamard product of an
inverse Kazhdan-Lusztig polynomial of degree $n$ and $(1+t)^n$ has only real
roots. Using interlacing polynomials and multiplier sequences, we confirm this
conjecture for paving matroids. This result allows us to confirm the
log-concavity conjecture for these matroids by applying Newton's inequalities.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 13:58:07 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Xie",
"Matthew H. Y.",
""
],
[
"Zhang",
"Philip B.",
""
]
] |
2504.17568 | Giovanni Birolo | Ivan Rossi, Flavio Sartori, Cesare Rollo, Giovanni Birolo, Piero
Fariselli, Tiziana Sanavia | Beyond Cox Models: Assessing the Performance of Machine-Learning Methods
in Non-Proportional Hazards and Non-Linear Survival Analysis | null | null | null | null | cs.LG q-bio.QM | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Survival analysis often relies on Cox models, assuming both linearity and
proportional hazards (PH). This study evaluates machine and deep learning
methods that relax these constraints, comparing their performance with
penalized Cox models on a benchmark of three synthetic and three real datasets.
In total, eight different models were tested, including six non-linear models
of which four were also non-PH. Although Cox regression often yielded
satisfactory performance, we showed the conditions under which machine and deep
learning models can perform better. Indeed, the performance of these methods
has often been underestimated due to the improper use of Harrell's concordance
index (C-index) instead of more appropriate scores such as Antolini's
concordance index, which generalizes C-index in cases where the PH assumption
does not hold. In addition, since occasionally high C-index models happen to be
badly calibrated, combining Antolini's C-index with Brier's score is useful to
assess the overall performance of a survival method. Results on our benchmark
data showed that survival prediction should be approached by testing different
methods to select the most appropriate one according to sample size,
non-linearity and non-PH conditions. To allow an easy reproducibility of these
tests on our benchmark data, code and documentation are freely available at
https://github.com/compbiomed-unito/survhive.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 13:58:07 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Rossi",
"Ivan",
""
],
[
"Sartori",
"Flavio",
""
],
[
"Rollo",
"Cesare",
""
],
[
"Birolo",
"Giovanni",
""
],
[
"Fariselli",
"Piero",
""
],
[
"Sanavia",
"Tiziana",
""
]
] |
2504.17569 | Huajie Wu | Huajie Wu, Wenyi Liu, Yunfan Ren, Zheng Liu, Hairuo Wei, Fangcheng
Zhu, Haotian Li, and Fu Zhang | Flying through cluttered and dynamic environments with LiDAR | null | null | null | null | cs.RO cs.SY eess.SY | http://creativecommons.org/licenses/by/4.0/ | Navigating unmanned aerial vehicles (UAVs) through cluttered and dynamic
environments remains a significant challenge, particularly when dealing with
fast-moving or sudden-appearing obstacles. This paper introduces a complete
LiDAR-based system designed to enable UAVs to avoid various moving obstacles in
complex environments. Benefiting the high computational efficiency of
perception and planning, the system can operate in real time using onboard
computing resources with low latency. For dynamic environment perception, we
have integrated our previous work, M-detector, into the system. M-detector
ensures that moving objects of different sizes, colors, and types are reliably
detected. For dynamic environment planning, we incorporate dynamic object
predictions into the integrated planning and control (IPC) framework, namely
DynIPC. This integration allows the UAV to utilize predictions about dynamic
obstacles to effectively evade them. We validate our proposed system through
both simulations and real-world experiments. In simulation tests, our system
outperforms state-of-the-art baselines across several metrics, including
success rate, time consumption, average flight time, and maximum velocity. In
real-world trials, our system successfully navigates through forests, avoiding
moving obstacles along its path.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 13:59:06 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Wu",
"Huajie",
""
],
[
"Liu",
"Wenyi",
""
],
[
"Ren",
"Yunfan",
""
],
[
"Liu",
"Zheng",
""
],
[
"Wei",
"Hairuo",
""
],
[
"Zhu",
"Fangcheng",
""
],
[
"Li",
"Haotian",
""
],
[
"Zhang",
"Fu",
""
]
] |
2504.17570 | Salvatore Capozziello | Silvia De Bianchi, Salvatore Capozziello, and Emmanuele Battista | Atemporality from Conservation Laws of Physics in Lorentzian-Euclidean
Black Hole | 14 pages, accepted for publication in Foundations of Physics | null | null | null | gr-qc astro-ph.HE hep-th | http://creativecommons.org/licenses/by/4.0/ | Recent results have shown that singularities can be avoided from the general
relativistic standpoint in Lorentzian-Euclidean black holes by means of the
transition from a Lorentzian to an Euclidean region where time loses its
physical meaning and becomes imaginary. This dynamical mechanism, dubbed
``atemporality'', prevents the emergence of black hole singularities and the
violation of conservation laws. In this paper, the notion of atemporality
together with a detailed discussion of its implications is presented from a
philosophical perspective. The main result consists in showing that
atemporality is naturally related to conservation laws.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 13:59:42 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"De Bianchi",
"Silvia",
""
],
[
"Capozziello",
"Salvatore",
""
],
[
"Battista",
"Emmanuele",
""
]
] |
2504.17571 | Georgios Tzounas | Andreas Bouterakos and Joseph McKeon and Georgios Tzounas | On the Eigenvalue Tracking of Large-Scale Systems | null | null | null | null | eess.SY cs.SY | http://creativecommons.org/licenses/by/4.0/ | The paper focuses on the problem of tracking eigenvalue trajectories in
large-scale power system models as system parameters vary. A continuation-based
formulation is presented for tracing any single eigenvalue of interest, which
supports sparse matrix representations and accommodates both explicit and
semi-implicit differential-algebraic models. Key implementation aspects, such
as numerical integration, matrix updates, derivative approximations, and
handling defective eigenvalues, are discussed in detail and practical
recommendations are duly provided. The tracking approach is demonstrated
through a comprehensive case study on the IEEE 39-bus system, as well as on a
realistic dynamic model of the Irish transmission system.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 13:59:56 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Bouterakos",
"Andreas",
""
],
[
"McKeon",
"Joseph",
""
],
[
"Tzounas",
"Georgios",
""
]
] |
2504.17572 | Alessandro Capetti | Alessandro Capetti (1) Barbara Balmaverde (1) Miguel Coloma Puga (2,1)
Bruno Vizzone (3) Ana Jimenez-Gallardo (4) Abigail Garcia-Perez (2) Giacomo
Venturi (5) ((1) INAF - Osservatorio Astrofisico di Torino, Pino Torinese,
Italy, (2) Dipartimento di Fisica, Universita' degli Studi di Torino, Torino,
Italy (3) School of Physics, Georgia Institute of Technology, Atlanta, USA,
(4) European Southern Observatory, Santiago, Chile (5) Scuola Normale
Superiore, Pisa, Italy) | The quest for high-redshift radio galaxies. I. A pilot spectroscopic
study | Pre-proofs version - Accepted for publication in A&A | null | null | null | astro-ph.GA | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The population of high-redshift radio galaxies (HzRGs) is still poorly
studied because only a few of these objects are currently known. We here
present the results of a pilot project of spectroscopic identification of HzRG
candidates. The candidates are selected by combining low-frequency radio and
optical surveys that cover a total of ~2,000 squared degrees using the dropout
technique, that is, the presence of a redshifted Lyman break in their
photometric data. We focused on 39 g-dropout sources, which is about one-third
of the selected sources, that are expected to be at 3.0 < z < 4.5.
We considered single and double radio sources separately and searched for
g-dropout sources at the location of the midpoint of the radio structure for
the latter. The host galaxy is expected to be located there. We confirm only
one out of 29 candidate HzRG associated with an extended radio source. For the
compact radio sources, we instead reach a success rate of 30% by confirming 3
out of 10 HzRG targets.
The four newly discovered HzRGs show a wide range of spectral radio slopes.
This supports the idea that not all HzRGs are ultrasteep radio sources (USSs).
The criterion for USSs is most commonly used to find HzRGs, but this method
only selects a subpopulation. We discuss various contamination sources for the
objects that are selected with the Lyman-break method and conclude that they
are likely mainly HzRGs, but with a Ly$\alpha$ line that is underluminous with
respect to expectations.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:01:22 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Capetti",
"Alessandro",
""
],
[
"Balmaverde",
"Barbara",
""
],
[
"Puga",
"Miguel Coloma",
""
],
[
"Vizzone",
"Bruno",
""
],
[
"Jimenez-Gallardo",
"Ana",
""
],
[
"Garcia-Perez",
"Abigail",
""
],
[
"Venturi",
"Giacomo",
""
]
] |
2504.17573 | Franz Wei{\ss}er | Franz Wei{\ss}er, Nurettin Turan, Dominik Semmler, Fares Ben Jazia,
Wolfgang Utschick | Semi-Blind Strategies for MMSE Channel Estimation Utilizing Generative
Priors | null | null | null | null | eess.SP | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | This paper investigates semi-blind channel estimation for massive
multiple-input multiple-output (MIMO) systems. To this end, we first estimate a
subspace based on all received symbols (pilot and payload) to provide
additional information for subsequent channel estimation. We show how this
additional information enhances minimum mean square error (MMSE) channel
estimation. Two variants of the linear MMSE (LMMSE) estimator are formulated,
where the first one solves the estimation within the subspace, and the second
one uses a subspace projection as a preprocessing step. Theoretical derivations
show the superior estimation performance of the latter method in terms of mean
square error for uncorrelated Rayleigh fading. Subsequently, we introduce
parameterizations of this semi-blind LMMSE estimator based on two different
conditional Gaussian latent models, i.e., the Gaussian mixture model and the
variational autoencoder. Both models learn the underlying channel distribution
of the propagation environment based on training data and serve as generative
priors for semi-blind channel estimation. Extensive simulations for real-world
measurement data and spatial channel models show the superior performance of
the proposed methods compared to state-of-the-art semi-blind channel estimators
with respect to the MSE.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:01:27 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Weißer",
"Franz",
""
],
[
"Turan",
"Nurettin",
""
],
[
"Semmler",
"Dominik",
""
],
[
"Jazia",
"Fares Ben",
""
],
[
"Utschick",
"Wolfgang",
""
]
] |
2504.17574 | Zhenkai Qin | Zhenkai Qin and Guifang Yang and Dongze Wu | RAGAT-Mind: A Multi-Granular Modeling Approach for Rumor Detection Based
on MindSpore | null | null | null | null | cs.CL cs.CY | http://creativecommons.org/publicdomain/zero/1.0/ | As false information continues to proliferate across social media platforms,
effective rumor detection has emerged as a pressing challenge in natural
language processing. This paper proposes RAGAT-Mind, a multi-granular modeling
approach for Chinese rumor detection, built upon the MindSpore deep learning
framework. The model integrates TextCNN for local semantic extraction,
bidirectional GRU for sequential context learning, Multi-Head Self-Attention
for global dependency focusing, and Bidirectional Graph Convolutional Networks
(BiGCN) for structural representation of word co-occurrence graphs. Experiments
on the Weibo1-Rumor dataset demonstrate that RAGAT-Mind achieves superior
classification performance, attaining 99.2% accuracy and a macro-F1 score of
0.9919. The results validate the effectiveness of combining hierarchical
linguistic features with graph-based semantic structures. Furthermore, the
model exhibits strong generalization and interpretability, highlighting its
practical value for real-world rumor detection applications.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:03:53 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Qin",
"Zhenkai",
""
],
[
"Yang",
"Guifang",
""
],
[
"Wu",
"Dongze",
""
]
] |
2504.17575 | Kristoffer Christensen | Kristoffer Christensen, Bo N{\o}rregaard J{\o}rgensen and Zheng Grace
Ma | A Multi-Agent, Laxity-Based Aggregation Strategy for Cost-Effective
Electric Vehicle Charging and Local Transformer Overload Prevention | null | Sustainability, 17(9), (2025), 3847 | 10.3390/su17093847 | null | cs.MA | http://creativecommons.org/licenses/by/4.0/ | The rapid electrification of transportation, driven by stringent
decarbonization targets and supportive policies, poses significant challenges
for distribution system operators (DSOs). When numerous electric vehicles (EVs)
charge concurrently, local transformers risk overloading - a problem that
current tariff-based strategies do not adequately address. This paper
introduces an aggregator-based coordination mechanism that shifts EV charging
from congested to underutilized periods using a rule-based scheduling
algorithm. Unlike conventional methods that depend on complex real-time pricing
signals or optimization-heavy solutions, the aggregator approach uses a simple
yet effective "laxity" measure to prioritize charging flexibility. To assess
technical and economic viability, a multi-agent simulation was developed to
replicate residential user behavior and DSO constraints under the use of a 400
kVA low-voltage transformer. The results indicate that overloads are completely
eliminated with minimal inconvenience to users, whose increased charging costs
are offset by the aggregator at an annual total of under DKK 6000 -
significantly lower than the cost of infrastructure reinforcement. This study
contributes by (i) quantifying the compensation needed to prevent large-scale
overloads, (ii) presenting a replicable, computationally feasible, rule-based
aggregator model for DSOs, and (iii) comparing aggregator solutions to costly
transformer upgrades, underscoring the aggregator's role as a viable tool for
future distribution systems.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:04:35 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Christensen",
"Kristoffer",
""
],
[
"Jørgensen",
"Bo Nørregaard",
""
],
[
"Ma",
"Zheng Grace",
""
]
] |
2504.17576 | Armand Bernou | Armand Bernou, Th\'eophile Le Gall and Yating Liu | Convex order and increasing convex order for McKean-Vlasov processes
with common noise | 42 pages, 1 figure. Comments are welcome ! | null | null | null | math.PR | http://creativecommons.org/licenses/by/4.0/ | We establish results on the conditional and standard convex order, as well as
the increasing convex order, for two processes $ X = (X_t)_{t \in [0, T]} $ and
$ Y = (Y_t)_{t \in [0, T]}$, defined by the following McKean-Vlasov equations
with common Brownian noise $B^0 = (B_t^0)_{t \in [0, T]}$: \begin{align} dX_t
&= b(t, X_t, \mathcal{L}^1(X_t))dt + \sigma(t, X_t, \mathcal{L}^1(X_t))dB_t +
\sigma^0(t, \mathcal{L}^1(X_t))dB^0_t, \\ dY_t &= \beta(t, Y_t,
\mathcal{L}^1(Y_t))dt + \theta(t, Y_t, \mathcal{L}^1(Y_t))dB_t + \theta^0(t,
\mathcal{L}^1(Y_t))dB^0_t, \end{align} where $\mathcal{L}^1(X_t)$ (respectively
$\mathcal{L}^1(Y_t)$) denotes a version of the conditional distribution of
$X_t$ (resp. $Y_t$) given $B^0$. These results extend those established for
standard McKean-Vlasov equations in [Liu and Pag\`es, Ann. App. Prob. 2023] and
[Liu and Pag\`es, Bernoulli 2022]. Under suitable conditions, for a
(non-decreasing) convex functional $F$ on the path space with polynomial
growth, we show $\mathbb{E}[F(X) \mid B^0] \leq \mathbb{E}[F(Y) \mid B^0]$
almost surely. Moreover, for a (non-decreasing) convex functional $G$ defined
on the product space of paths and their marginal distributions, we establish \[
\mathbb{E} \Big[\,G\big(X, (\mathcal{L}^1(X_t))_{t\in[0, T]}\big)\,\Big| \,
B^0\,\Big]\leq \mathbb{E} \Big[\,G\big(Y, (\mathcal{L}^1(Y_t))_{t\in[0,
T]}\big)\,\Big| \, B^0\,\Big] \quad \text{almost surely}. \] Similar convex
order results are also established for the corresponding particle system. We
explore applications of these results to stochastic control problem - deducing
in particular an associated comparison principle for Hamilton-Jacobi-Bellman
equations with different coefficients - and to the interbank systemic risk
model introduced by in [Carmona, Fouque and Sun, Comm. in Math. Sci. 2015].
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:08:41 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Bernou",
"Armand",
""
],
[
"Gall",
"Théophile Le",
""
],
[
"Liu",
"Yating",
""
]
] |
2504.17577 | Yu Cheng | Lei Wang, Yu Cheng, Yining Shi, Zhengju Tang, Zhiwen Mo, Wenhao Xie,
Lingxiao Ma, Yuqing Xia, Jilong Xue, Fan Yang, Zhi Yang | TileLang: A Composable Tiled Programming Model for AI Systems | null | null | null | null | cs.LG | http://creativecommons.org/licenses/by/4.0/ | Modern AI workloads rely heavily on optimized computing kernels for both
training and inference. These AI kernels follow well-defined data-flow
patterns, such as moving tiles between DRAM and SRAM and performing a sequence
of computations on those tiles. However, writing high-performance kernels
remains complex despite the clarity of these patterns. Achieving peak
performance requires careful, hardware-centric optimizations to fully leverage
modern accelerators. While domain-specific compilers attempt to reduce the
burden of writing high-performance kernels, they often struggle with usability
and expressiveness gaps. In this paper, we present TileLang, a generalized
tiled programming model for more efficient AI Kernel programming. TileLang
decouples scheduling space (thread binding, layout, tensorize and pipeline)
from dataflow, and encapsulated them as a set of customization annotations and
primitives. This approach allows users to focus on the kernel's data-flow
itself, while leaving most other optimizations to compilers. We conduct
comprehensive experiments on commonly-used devices, across numerous
experiments, our evaluation shows that TileLang can achieve state-of-the-art
performance in key kernels, demonstrating that its unified block-and-thread
paradigm and transparent scheduling capabilities deliver both the power and
flexibility demanded by modern AI system development.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:08:49 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Wang",
"Lei",
""
],
[
"Cheng",
"Yu",
""
],
[
"Shi",
"Yining",
""
],
[
"Tang",
"Zhengju",
""
],
[
"Mo",
"Zhiwen",
""
],
[
"Xie",
"Wenhao",
""
],
[
"Ma",
"Lingxiao",
""
],
[
"Xia",
"Yuqing",
""
],
[
"Xue",
"Jilong",
""
],
[
"Yang",
"Fan",
""
],
[
"Yang",
"Zhi",
""
]
] |
2504.17578 | Hongshu Guo | Hongshu Guo, Wenjie Qiu, Zeyuan Ma, Xinglin Zhang, Jun Zhang, Yue-Jiao
Gong | Advancing CMA-ES with Learning-Based Cooperative Coevolution for
Scalable Optimization | null | null | null | null | cs.LG cs.NE | http://creativecommons.org/licenses/by/4.0/ | Recent research in Cooperative Coevolution~(CC) have achieved promising
progress in solving large-scale global optimization problems. However, existing
CC paradigms have a primary limitation in that they require deep expertise for
selecting or designing effective variable decomposition strategies. Inspired by
advancements in Meta-Black-Box Optimization, this paper introduces LCC, a
pioneering learning-based cooperative coevolution framework that dynamically
schedules decomposition strategies during optimization processes. The
decomposition strategy selector is parameterized through a neural network,
which processes a meticulously crafted set of optimization status features to
determine the optimal strategy for each optimization step. The network is
trained via the Proximal Policy Optimization method in a reinforcement learning
manner across a collection of representative problems, aiming to maximize the
expected optimization performance. Extensive experimental results demonstrate
that LCC not only offers certain advantages over state-of-the-art baselines in
terms of optimization effectiveness and resource consumption, but it also
exhibits promising transferability towards unseen problems.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:09:22 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Guo",
"Hongshu",
""
],
[
"Qiu",
"Wenjie",
""
],
[
"Ma",
"Zeyuan",
""
],
[
"Zhang",
"Xinglin",
""
],
[
"Zhang",
"Jun",
""
],
[
"Gong",
"Yue-Jiao",
""
]
] |
2504.17579 | Abbas Ghaffariesfehani | Abbas Ghaffari, Malek Abdelsamei, Puja Thapa, Seiji Mita, Ram\'on
Collazo, Kenan Gundogdu, Dali Sun, Qing Gu | THz Emission from Spintronic Microstructure | null | null | null | null | cond-mat.mes-hall | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Recent advancements in spintronics have opened a new avenue in terahertz
(THz) radiation sources that may outperform the traditional contact-based
metallic counterparts. Inspired by the generation of broadband spintronic THz
signals at the interface of a ferromagnet and ultrawide bandgap semiconductors,
here we investigated the generation of THz radiation from micro-structured
heterostructures of a metallic ferromagnet (Ni80Fe20) and an ultrawide bandgap
semiconductor (AlGaN/GaN) that contains a layer of 2D electron gas. By
precisely tailoring the dimension of the subwavelength pillars of a THz device,
the micro-structured spintronic THz emitter can achieve up to more than three
times higher emission intensity compared to that of the un-patterned
counterpart. Our study advances the development of the next generation of
spintronic THz sources that allow a tailored emission frequency and intensity
control and, further, are compatible with existing integrated wide-bandgap
semiconductor circuits.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:09:43 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Ghaffari",
"Abbas",
""
],
[
"Abdelsamei",
"Malek",
""
],
[
"Thapa",
"Puja",
""
],
[
"Mita",
"Seiji",
""
],
[
"Collazo",
"Ramón",
""
],
[
"Gundogdu",
"Kenan",
""
],
[
"Sun",
"Dali",
""
],
[
"Gu",
"Qing",
""
]
] |
2504.17580 | Debanjit Mondal | Debanjit Mondal | Linear Test Approach to Global Controllability of Higher-Order Nonlinear
Dispersive Equations with Finite-Dimensional Control | Comments are welcome | null | null | null | math.AP math.OC | http://creativecommons.org/licenses/by/4.0/ | We investigate a class of higher-order nonlinear dispersive equations posed
on the circle, subject to additive forcing by a finite-dimensional control. Our
main objective is to establish approximate controllability by using the
controllability of the inviscid Burgers system, linearized around a suitably
constructed trajectory. In contrast to earlier approaches based on Lie
algebraic techniques, our method offers a more concise proof and sheds new
light on the structure of the control. Although the approach necessitates a
higher-dimensional control space, both the structure and dimension of the
control remain uniform with respect to the order of the dispersive equation and
the control time.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:10:48 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Mondal",
"Debanjit",
""
]
] |
2504.17581 | Sinancan Kara | Sinancan Kara, Fran\c{c}ois Mernier, Norbert Werner and E. Nihal Ercan | A non-uniform metal distribution in the ram-pressure stripped M86 group
of galaxies | 20 pages, 16 figures, 8 tables | null | null | null | astro-ph.HE astro-ph.GA | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The chemical enrichment of X-ray-emitting hot halos has primarily been
studied in closed-box galaxy clusters. Investigating the metal content of
lower-mass, open systems can serve as a valuable tracer for understanding their
dynamical history and the extent of chemical enrichment mechanisms in the
Universe. In this context, we use an 85.6 ks XMM-Newton observation to study
the spatial distribution of the abundance ratios of Mg, Si, and S with respect
to Fe in the hot gas of the ram-pressure-stripped M86, which has undergone
morphological transformations. We report that the chemical composition in the
M86 galaxy core is more similar to the rest of the hot gaseous content of the
Universe than to its stellar population. This result indicate that even extreme
supersonic ram-pressure is insufficient to strip the inner part of a galaxy of
its hot atmosphere. Comparison with other galaxies undergoing ram-pressure
stripping suggests that stripping the "primordial" atmosphere of a galaxy
requires a combination of ram-pressure stripping and strong radio-mechanical
AGN activity. The X-ray emission structures within M86, the plume and the tail,
are found to be relatively isothermal. We observe that the Mg/Fe ratio in the
plume is $3.3\sigma$ higher than in the M86 galaxy core and is consistent with
that in the M86 group outskirts and the Virgo ICM, suggesting that the plume
might originate from the low-entropy group gas due to a galaxy-galaxy collision
rather than from the ram-pressure stripping of the dense galaxy core.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:11:13 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Kara",
"Sinancan",
""
],
[
"Mernier",
"François",
""
],
[
"Werner",
"Norbert",
""
],
[
"Ercan",
"E. Nihal",
""
]
] |
2504.17582 | Zebo Huang | Zebo Huang and Yinghui Wang | Occlusion-Aware Self-Supervised Monocular Depth Estimation for
Weak-Texture Endoscopic Images | null | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We propose a self-supervised monocular depth estimation network tailored for
endoscopic scenes, aiming to infer depth within the gastrointestinal tract from
monocular images. Existing methods, though accurate, typically assume
consistent illumination, which is often violated due to dynamic lighting and
occlusions caused by GI motility. These variations lead to incorrect geometric
interpretations and unreliable self-supervised signals, degrading depth
reconstruction quality. To address this, we introduce an occlusion-aware
self-supervised framework. First, we incorporate an occlusion mask for data
augmentation, generating pseudo-labels by simulating viewpoint-dependent
occlusion scenarios. This enhances the model's ability to learn robust depth
features under partial visibility. Second, we leverage semantic segmentation
guided by non-negative matrix factorization, clustering convolutional
activations to generate pseudo-labels in texture-deprived regions, thereby
improving segmentation accuracy and mitigating information loss from lighting
changes. Experimental results on the SCARED dataset show that our method
achieves state-of-the-art performance in self-supervised depth estimation.
Additionally, evaluations on the Endo-SLAM and SERV-CT datasets demonstrate
strong generalization across diverse endoscopic environments.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:12:57 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Huang",
"Zebo",
""
],
[
"Wang",
"Yinghui",
""
]
] |
2504.17583 | Adar Hadad | Adar Hadad, Moni Naor | Shared Randomness in Locally Checkable Problems: The Role of
Computational Assumptions | null | null | null | null | cs.DC | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Shared randomness is a valuable resource in distributed computing, but what
happens when the shared random string can affect the inputs to the system?
Consider the class of distributed graph problems where the correctness of
solutions can be checked locally, known as Locally Checkable Labelings (LCL).
LCL problems have been extensively studied in the LOCAL model, where nodes
operate in synchronous rounds and have access only to local information. This
has led to intriguing insights regarding the power of private randomness. E.g.,
for certain round complexity classes, derandomization does not incur an
overhead (asymptotically).
This work considers a setting where the randomness is public. Recently, an
LCL problem for which shared randomness can reduce the round complexity was
discovered by Balliu et al. (2024). This result applies to inputs set
obliviously of the shared randomness, which may not always be a plausible
assumption.
We define a model where the inputs can be adversarially chosen, even based on
the shared randomness, which we now call preset public coins. We study LCL
problems in the preset public coins model, under assumptions regarding the
computational power of the adversary that selects the input. We show
connections to hardness in the class TFNP. Our results are:
1. Assuming the existence of a hard-on-average problem in TFNP (which follows
from fairly benign cryptographic assumptions), we show an LCL problem that, in
the preset public coins model, demonstrates a gap in the round complexity
between polynomial-time adversaries and unbounded ones.
2. If there exists an LCL problem for which the error probability is
significantly higher when facing unbounded adversaries, then a hard-on-average
problem in TFNP/poly must exist.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:13:09 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Hadad",
"Adar",
""
],
[
"Naor",
"Moni",
""
]
] |
2504.17584 | Qingyuan Liu | Qingyuan Liu, Liyan Chen, Yanning Yang, Haocheng Wang, Dong Du,
Zhigang Mao, Naifeng Jing, Yubin Xia, Haibo Chen | L3: DIMM-PIM Integrated Architecture and Coordination for Scalable
Long-Context LLM Inference | 16 pages, 11 figures | null | null | null | cs.AR cs.LG | http://creativecommons.org/licenses/by/4.0/ | Large Language Models (LLMs) increasingly require processing long text
sequences, but GPU memory limitations force difficult trade-offs between memory
capacity and bandwidth. While HBM-based acceleration offers high bandwidth, its
capacity remains constrained. Offloading data to host-side DIMMs improves
capacity but introduces costly data swapping overhead. We identify that the
critical memory bottleneck lies in the decoding phase of multi-head attention
(MHA) exclusively, which demands substantial capacity for storing KV caches and
high bandwidth for attention computation. Our key insight reveals this
operation uniquely aligns with modern DIMM-based processing-in-memory (PIM)
architectures, which offers scalability of both capacity and bandwidth.
Based on this observation and insight, we propose L3, a hardware-software
co-designed system integrating DIMM-PIM and GPU devices. L3 introduces three
innovations: First, hardware redesigns resolve data layout mismatches and
computational element mismatches in DIMM-PIM, enhancing LLM inference
utilization. Second, communication optimization enables hiding the data
transfer overhead with the computation. Third, an adaptive scheduler
coordinates GPU-DIMM-PIM operations to maximize parallelism between devices.
Evaluations using real-world traces show L3 achieves up to 6.1$\times$ speedup
over state-of-the-art HBM-PIM solutions while significantly improving batch
sizes.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:14:07 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Liu",
"Qingyuan",
""
],
[
"Chen",
"Liyan",
""
],
[
"Yang",
"Yanning",
""
],
[
"Wang",
"Haocheng",
""
],
[
"Du",
"Dong",
""
],
[
"Mao",
"Zhigang",
""
],
[
"Jing",
"Naifeng",
""
],
[
"Xia",
"Yubin",
""
],
[
"Chen",
"Haibo",
""
]
] |
2504.17585 | Sylvio Ferraz-Mello | Sylvio Ferraz-Mello and Cristian Beaug\'e | The tidal heating of the exoplanet 55 Cnc e. The role of the orbital
eccentricity | Accepted for publication in Astronomy and Astrophysics Letters | null | null | null | astro-ph.EP | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Context. Observations with warm Spitzer and JWST revealed high and variable
brightness in the planet 55 Cnc e.
Aims. Inventory of the tidal effects on the rotational and orbital evolution
of the planet 55 Cnc e enhanced by the nonzero orbital eccentricity.
Methods. The creep-tide theory is used in simulations and dynamical analyses
that explore the difficult trapping of the planet rotation in a 3:2 spin-orbit
resonance and the most probable synchronization of the rotation.
Results. The strong tidal dissipation of energy, enhanced by the non-zero
orbital eccentricity, may explain the observed brightness anomalies. However,
the strong dissipation should also circularize the orbit. The observed non-zero
eccentricity, if true, would indicate that an unknown planet in a close orbital
resonance with 55 Cnc e perturbing the motion of this planet should exist.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:17:21 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Ferraz-Mello",
"Sylvio",
""
],
[
"Beaugé",
"Cristian",
""
]
] |
2504.17586 | Xuyi Hu | Xuyi Hu, Jian Li, Lorenzo Picinali, Aidan O. T. Hogg | A Machine Learning Approach for Denoising and Upsampling HRTFs | null | null | null | null | cs.SD cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The demand for realistic virtual immersive audio continues to grow, with
Head-Related Transfer Functions (HRTFs) playing a key role. HRTFs capture how
sound reaches our ears, reflecting unique anatomical features and enhancing
spatial perception. It has been shown that personalized HRTFs improve
localization accuracy, but their measurement remains time-consuming and
requires a noise-free environment. Although machine learning has been shown to
reduce the required measurement points and, thus, the measurement time, a
controlled environment is still necessary. This paper proposes a method to
address this constraint by presenting a novel technique that can upsample
sparse, noisy HRTF measurements. The proposed approach combines an HRTF Denoisy
U-Net for denoising and an Autoencoding Generative Adversarial Network (AE-GAN)
for upsampling from three measurement points. The proposed method achieves a
log-spectral distortion (LSD) error of 5.41 dB and a cosine similarity loss of
0.0070, demonstrating the method's effectiveness in HRTF upsampling.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:17:57 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Hu",
"Xuyi",
""
],
[
"Li",
"Jian",
""
],
[
"Picinali",
"Lorenzo",
""
],
[
"Hogg",
"Aidan O. T.",
""
]
] |
2504.17587 | Gregory Ashton | Gregory Ashton, Ann-Kristin Malz, Nicolo Colombo | Enhancing gravitational-wave detection: a machine learning pipeline
combination approach with robust uncertainty quantification | 9 pages, 5 figures, 2 tables | null | null | null | gr-qc astro-ph.HE | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Gravitational-wave data from advanced-era interferometric detectors consists
of background Gaussian noise, frequent transient artefacts, and rare
astrophysical signals. Multiple search algorithms exist to detect the signals
from compact binary coalescences, but their varying performance complicates
interpretation. We present a machine learning-driven approach that combines
results from individual pipelines and utilises conformal prediction to provide
robust, calibrated uncertainty quantification. Using simulations, we
demonstrate improved detection efficiency and apply our model to GWTC-3,
enhancing confidence in multi-pipeline detections, such as the sub-threshold
binary neutron star candidate GW200311_103121.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:18:09 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Ashton",
"Gregory",
""
],
[
"Malz",
"Ann-Kristin",
""
],
[
"Colombo",
"Nicolo",
""
]
] |
2504.17588 | Lucas Van Gerven | Lucas van Gerven, Daria O. Ignatyeva, Daniil V. Konkov, V. Bilyk, T.
Metzger, Denis M. Krichevsky, Svetlana A. Evstigneeva, Petr M. Vetoshko,
Vladimir I. Belotelov, Aleksei V. Kimel | All-dielectric Metaphotonics for Advanced THz Control of Spins | 11 pages, 3 figures, the HTML author list shows a slight error | null | null | null | physics.optics cond-mat.mtrl-sci | http://creativecommons.org/licenses/by/4.0/ | While nearly single cycle THz pulse is conventionally accepted as the
stimulus for the fastest and the most energy efficient control of spins in
magnets, all-dielectric metasurfaces have been recently demonstrated to be the
least dissipative mean to enhance and control the coupling of light to spins.
All-dielectric metasurfaces for the THz control of spins hold great potential
in the field of spintronics and related technologies, pushing the boundaries of
speed and energy efficiency in spin-based information processing. Here we
demonstrate such a metasurface for an advanced THz control of spins in a
ferrimagnetic film of iron garnet. Structuring a nonmagnetic substrate one can
force a THz electromagnetic field, otherwise described by plane waves, to
acquire an out-of-plane magnetic field and thus enable arbitrary direction of
the torque acting on spins in all three dimensions. Hence, metaphotonics opens
up a plethora of opportunities for advanced control of spins at THz rates in
many hot fields of contemporary science, including spintronics, magnonics and
quantum computing.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:19:35 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"van Gerven",
"Lucas",
""
],
[
"Ignatyeva",
"Daria O.",
""
],
[
"Konkov",
"Daniil V.",
""
],
[
"Bilyk",
"V.",
""
],
[
"Metzger",
"T.",
""
],
[
"Krichevsky",
"Denis M.",
""
],
[
"Evstigneeva",
"Svetlana A.",
""
],
[
"Vetoshko",
"Petr M.",
""
],
[
"Belotelov",
"Vladimir I.",
""
],
[
"Kimel",
"Aleksei V.",
""
]
] |
2504.17589 | Fengxia Liu | Zhiyong Zheng, Fengxia Liu and Kun Tian | MacWilliams Theory over Zk and nu-functions over Lattices | null | null | null | null | cs.IT math.IT | http://creativecommons.org/licenses/by/4.0/ | Continuing previous works on MacWilliams theory over codes and lattices, a
generalization of the MacWilliams theory over $\mathbb{Z}_k$ for $m$ codes is
established, and the complete weight enumerator MacWilliams identity also holds
for codes over the finitely generated rings $\mathbb{Z}_k[\xi]$. In the context
of lattices, the analogy of the MacWilliams identity associated with
nu-function was conjectured by Sol\'{e} in 1995, and we present a new formula
for nu-function over the lattices associated with a ternary code, which is
rather different from the original conjecture. Furthermore, we provide many
counterexamples to show that the Sol\'{e} conjecture never holds in the general
case, except for the lattices associated with a binary code.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:19:51 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Zheng",
"Zhiyong",
""
],
[
"Liu",
"Fengxia",
""
],
[
"Tian",
"Kun",
""
]
] |
2504.17590 | Sihem Bakri | Sihem Bakri, Indrakshi Dey, Harun Siljak, Marco Ruffini, Nicola
Marchetti | Mitigating xApp conflicts for efficient network slicing in 6G O-RAN: a
graph convolutional-based attention network approach | null | null | null | null | cs.NI | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | O-RAN (Open-Radio Access Network) offers a flexible, open architecture for
next-generation wireless networks. Network slicing within O-RAN allows network
operators to create customized virtual networks, each tailored to meet the
specific needs of a particular application or service. Efficiently managing
these slices is crucial for future 6G networks. O-RAN introduces specialized
software applications called xApps that manage different network functions. In
network slicing, an xApp can be responsible for managing a separate network
slice. To optimize resource allocation across numerous network slices, these
xApps must coordinate. Traditional methods where all xApps communicate freely
can lead to excessive overhead, hindering network performance. In this paper,
we address the issue of xApp conflict mitigation by proposing an innovative
Zero-Touch Management (ZTM) solution for radio resource management in O-RAN.
Our approach leverages Multi-Agent Reinforcement Learning (MARL) to enable
xApps to learn and optimize resource allocation without the need for constant
manual intervention. We introduce a Graph Convolutional Network (GCN)-based
attention mechanism to streamline communication among xApps, reducing overhead
and improving overall system efficiency. Our results compare traditional MARL,
where all xApps communicate, against our MARL GCN-based attention method. The
findings demonstrate the superiority of our approach, especially as the number
of xApps increases, ultimately providing a scalable and efficient solution for
optimal network slicing management in O-RAN.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:20:11 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Bakri",
"Sihem",
""
],
[
"Dey",
"Indrakshi",
""
],
[
"Siljak",
"Harun",
""
],
[
"Ruffini",
"Marco",
""
],
[
"Marchetti",
"Nicola",
""
]
] |
2504.17591 | Marie Pichotta | Marie Pichotta, Toralf D\"oring, Hans Fritz Rudolf Hoffmann, Konrad
Schmidt, Ronald Schwengner, Steffen Turkat, Birgit Zatschler and Kai Zuber | Evidence for neutron-induced $\boldsymbol{\gamma}$-ray emissions in the
vicinity of the $\boldsymbol{Q}$ value of $^{76}\text{Ge}$ $0\nu\beta\beta$
decay | null | null | null | null | nucl-ex | http://creativecommons.org/licenses/by/4.0/ | Neutrinoless double-beta decay of nuclei represents one of the most promising
methods for uncovering physics beyond the Standard Model. In this context,
$^{76}$Ge stands out as a particularly attractive candidate, as it can serve as
an intrinsic component in semiconductor detectors. If the neutrinoless process
occurs in $^{76}$Ge, its signature would appear as a distinct peak at the $Q$
value of 2039 keV. A neutron activation measurement was performed on a
germanium sample isotopically enriched in $^{76}$Ge at the DT neutron generator
of TU Dresden. The measurement confirmed the presence of $\gamma$ rays with
energies of 2033.1$\pm$0.5 keV, 2035.5$\pm$0.4 keV, and 2040.22$\pm$0.26 keV
originating from the decays of $^{74}$Ga and $^{76}$Ga. These $\gamma$ rays lie
in close proximity to the expected neutrinoless double-beta decay signal of
$^{76}$Ge.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:21:46 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Pichotta",
"Marie",
""
],
[
"Döring",
"Toralf",
""
],
[
"Hoffmann",
"Hans Fritz Rudolf",
""
],
[
"Schmidt",
"Konrad",
""
],
[
"Schwengner",
"Ronald",
""
],
[
"Turkat",
"Steffen",
""
],
[
"Zatschler",
"Birgit",
""
],
[
"Zuber",
"Kai",
""
]
] |
2504.17592 | Fadil Santosa | Gaoming Chen, Fadil Santosa, William W. Symes | Well-posed Questions for Ill-posed Inverse Problems: a Note in Memory of
Pierre Sabatier | null | null | null | null | math.AP | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Professor Pierre Sabatier contributed much to the study of inverse problems
in theory and practice. Two of these contributions were a focus on theory that
actually supports practice, and the identification of well-posed aspects of
inverse problems that may quite ill-posed. This paper illustrates these two
themes in the context of Electrical Impedance Tomography (EIT), which is both
very ill-posed and very practical. We show that for a highly constrained
version of this inverse problem, in which a small elliptical inclusion in a
homogeneous background is to be identified, optimization of the experimental
design (that is, electrode locations) vastly improves the stability of the
solution.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:21:53 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Chen",
"Gaoming",
""
],
[
"Santosa",
"Fadil",
""
],
[
"Symes",
"William W.",
""
]
] |
2504.17593 | Sebastian Freund | S. Freund, S. Czesla, B. Fuhrmeister, P. Predehl, J. Robrade, P.C.
Schneider, J.H.M.M. Schmitt | The stellar corona-chromosphere connection. A comprehensive study of
X-ray and Ca II IRT fluxes from eROSITA and Gaia | 9 pages, 10 figures, 3 tables, accepted for publication in A&A | null | null | null | astro-ph.SR astro-ph.HE | http://creativecommons.org/licenses/by-nc-sa/4.0/ | Stellar activity can be observed at different wavelengths in a variety of
different activity indicators. We investigated the correlation between coronal
and chromospheric emissions by combining X-ray data from stars detected in the
eROSITA all-sky surveys (eRASS1 and eRASS:5) with Ca II infrared triplet (IRT)
activity indices as published in the third Gaia data release (Gaia DR3). We
specifically studied 24 300 and 43 200 stellar sources with reliable Ca II IRT
measurement and X-ray detection in eRASS1 and eRASS:5, which is by far the
largest stellar sample available so far. The largest detection fraction is
obtained for highly active sources and stars of a late spectral type, while
F-type and less active stars (as measured in the Ca II IRT) remain mostly
undetected in X-rays. Also, the correlation is the strongest for late-type
sources, while F-type stars show a rather weak correlation between the X-ray to
bolometric flux ratio and the Ca II IRT activity index. The relation between
the X-ray and Ca II IRT surface fluxes changes with the fractional X-ray flux
without showing two separated branches as described in previous studies. For
fast rotators, both activity indicators saturate at a similar Rossby number and
the X-ray to bolometric flux ratio decreases faster than the IRT index for
slower rotating stars. As a consequence, the ratio between X-ray and IRT fluxes
is constant in the saturation regime and decreases for slow rotators.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:21:56 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Freund",
"S.",
""
],
[
"Czesla",
"S.",
""
],
[
"Fuhrmeister",
"B.",
""
],
[
"Predehl",
"P.",
""
],
[
"Robrade",
"J.",
""
],
[
"Schneider",
"P. C.",
""
],
[
"Schmitt",
"J. H. M. M.",
""
]
] |
2504.17594 | Zhaofeng Si | Zhaofeng Si and Siwei Lyu | Tamper-evident Image using JPEG Fixed Points | 6 pages, 6 figures | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | An intriguing phenomenon about JPEG compression has been observed since two
decades ago- after repeating JPEG compression and decompression, it leads to a
stable image that does not change anymore, which is a fixed point. In this
work, we prove the existence of fixed points in the essential JPEG procedures.
We analyze JPEG compression and decompression processes, revealing the
existence of fixed points that can be reached within a few iterations. These
fixed points are diverse and preserve the image's visual quality, ensuring
minimal distortion. This result is used to develop a method to create a
tamper-evident image from the original authentic image, which can expose
tampering operations by showing deviations from the fixed point image.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:22:13 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Si",
"Zhaofeng",
""
],
[
"Lyu",
"Siwei",
""
]
] |
2504.17595 | Boyue Xu | Boyue Xu, Yi Xu, Ruichao Hou, Jia Bei, Tongwei Ren, Gangshan Wu | RGB-D Tracking via Hierarchical Modality Aggregation and Distribution
Network | null | null | 10.1145/3595916.3626441 | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The integration of dual-modal features has been pivotal in advancing
RGB-Depth (RGB-D) tracking. However, current trackers are less efficient and
focus solely on single-level features, resulting in weaker robustness in fusion
and slower speeds that fail to meet the demands of real-world applications. In
this paper, we introduce a novel network, denoted as HMAD (Hierarchical
Modality Aggregation and Distribution), which addresses these challenges. HMAD
leverages the distinct feature representation strengths of RGB and depth
modalities, giving prominence to a hierarchical approach for feature
distribution and fusion, thereby enhancing the robustness of RGB-D tracking.
Experimental results on various RGB-D datasets demonstrate that HMAD achieves
state-of-the-art performance. Moreover, real-world experiments further validate
HMAD's capacity to effectively handle a spectrum of tracking challenges in
real-time scenarios.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:22:13 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Xu",
"Boyue",
""
],
[
"Xu",
"Yi",
""
],
[
"Hou",
"Ruichao",
""
],
[
"Bei",
"Jia",
""
],
[
"Ren",
"Tongwei",
""
],
[
"Wu",
"Gangshan",
""
]
] |
2504.17596 | Alexandra Zverovich | Alexandra Zverovich, Matthew Hutchings and Bertrand Gauthier | Rescaling and unconstrained minimisation of convex quadratic maps | 19 pages, 9 figures | null | null | null | math.OC cs.NA math.NA | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We investigate the properties of a class of piecewise-fractional maps arising
from the introduction of an invariance under rescaling into convex quadratic
maps. The subsequent maps are quasiconvex, and pseudoconvex on specific convex
cones; they can be optimised via exact line search along admissible directions,
and the iterates then inherit a bidimensional optimality property. We study the
minimisation of such relaxed maps via coordinate descents with gradient-based
rules, placing a special emphasis on coordinate directions verifying a
maximum-alignment property in the reproducing kernel Hilbert spaces related to
the underlying positive-semidefinite matrices. In this setting, we illustrate
that accounting for the optimal rescaling of the iterates can in certain
situations substantially accelerate the unconstrained minimisation of convex
quadratic maps.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:22:38 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Zverovich",
"Alexandra",
""
],
[
"Hutchings",
"Matthew",
""
],
[
"Gauthier",
"Bertrand",
""
]
] |
2504.17597 | Peter Hauschildt | Peter H. Hauschildt, T. Barman, E. Baron, J.P. Aufdenberg, and A.
Schweitzer | The NewEra model grid | Astronomy & Astrophysics, in press, aa54171-25, accepted 23/04/2025 | null | null | null | astro-ph.SR | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Analyses of stellar spectra, stellar populations, and transit light curves
rely on grids of synthetic spectra and center-to-limb variations (limb
darkening) from model stellar atmospheres. Extensive model grids from PHOENIX,
a generalized non-LTE 1D and 3D stellar atmosphere code, have found widespread
use in the astronomical community, however current PHOENIX/1D models have been
substantially improved over the last decade. To make these improvements
available to the community, we have constructed the NewEra LTE model grid
consisting of 37438 models with $2300K \leq T_{eff} \leq 12000K$, $0.0\le
log{(g)} \le 6.0$ metallicities [M/H] from $-4.0$ to $+0.5$, and for
metallicities $-2.0 \le [M/H] \le 0.0$ additional $\alpha$ element variations
from $-0.2 \le [\alpha/{\rm Fe}] \le +1.2$ are included. The models use
databases of 851 million atomic lines and 834 billion molecular lines and
employ the Astrophysical Chemical Equilibrium Solver for the equation of state.
All models in the NewEra grid have been calculated in spherical symmetry
because center-to-limb variation differences from plane-parallel models are
quite large for giants and not insignificant for dwarfs. All model data are
provided in the Hierarchical Data Format 5 (HDF5) format, including low and
high sampling rate spectra. These files also include a variety of details about
the models, such as the exact abundances and isotopic patterns used and results
of the atomic and molecular line selection. Although the model structures have
small differences with the previous grid generation, the spectra show
significant differences, mostly due to the updates of the molecular line lists.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:23:02 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Hauschildt",
"Peter H.",
""
],
[
"Barman",
"T.",
""
],
[
"Baron",
"E.",
""
],
[
"Aufdenberg",
"J. P.",
""
],
[
"Schweitzer",
"A.",
""
]
] |
2504.17598 | Dingwen Tao | Zheng Wei, Jing Xing, Yida Gu, Wenjing Huang, Dong Dai, Guangming Tan,
Dingwen Tao | TSUE: A Two-Stage Data Update Method for an Erasure Coded Cluster File
System | 14 pages, 8 figures, accepted by ACM HPDC 2025 | null | 10.1145/3731545.3731577 | null | cs.DC | http://creativecommons.org/licenses/by/4.0/ | Compared to replication-based storage systems, erasure-coded storage incurs
significantly higher overhead during data updates. To address this issue,
various parity logging methods have been pro- posed. Nevertheless, due to the
long update path and substantial amount of random I/O involved in erasure code
update processes, the resulting long latency and low throughput often fail to
meet the requirements of high performance applications. To this end, we propose
a two-stage data update method called TSUE. TSUE divides the update process
into a synchronous stage that records updates in a data log, and an
asynchronous stage that recycles the log in real-time. TSUE effectively reduces
update latency by transforming random I/O into sequential I/O, and it
significantly reduces recycle overhead by utilizing a three-layer log and the
spatio-temporal locality of access patterns. In SSDs cluster, TSUE
significantly im- proves update performance, achieving improvements of 7.6X
under Ali-Cloud trace, 5X under Ten-Cloud trace, while it also extends the
SSD's lifespan by up to 13X through reducing the frequencies of reads/writes
and of erase operations.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:24:16 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Wei",
"Zheng",
""
],
[
"Xing",
"Jing",
""
],
[
"Gu",
"Yida",
""
],
[
"Huang",
"Wenjing",
""
],
[
"Dai",
"Dong",
""
],
[
"Tan",
"Guangming",
""
],
[
"Tao",
"Dingwen",
""
]
] |
2504.17599 | Johanna M\"uller | Johanna M\"uller, Florian Samm\"uller, Matthias Schmidt | Dynamical gauge invariance of statistical mechanics | 24 pages, 7 figures | null | null | null | cond-mat.stat-mech cond-mat.soft | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We investigate gauge invariance against phase space shifting in
nonequilibrium systems, as represented by time-dependent many-body Hamiltonians
that drive an initial ensemble out of thermal equilibrium. The theory gives
rise to gauge correlation functions that characterize spatial and temporal
inhomogeneity with microscopic resolution on the one-body level. Analyzing the
dynamical gauge invariance allows one to identify a specific localized shift
gauge current as a fundamental nonequilibrium observable that characterizes
particle-based dynamics. When averaged over the nonequilibrium ensemble, the
shift current vanishes identically, which constitutes an exact nonequilibrium
conservation law that generalizes the Yvon-Born-Green equilibrium balance of
the vanishing sum of ideal, interparticle, and external forces. Any given
observable is associated with a corresponding dynamical hyperforce density and
hypercurrent correlation function. An exact nonequilibrium sum rule
interrelates these one-body functions, in generalization of the recent
hyperforce balance for equilibrium systems. We demonstrate the physical
consequences of the dynamical gauge invariance using both harmonically confined
ideal gas setups, for which we present analytical solutions, and molecular
dynamics simulations of interacting systems, for which we demonstrate the shift
current and hypercurrent correlation functions to be accessible both via
finite-difference methods and via trajectory-based automatic differentiation.
We show that the theory constitutes a starting point for developing
nonequilibrium reduced-variance sampling algorithms and for investigating
thermally-activated barrier crossing.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:24:49 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Müller",
"Johanna",
""
],
[
"Sammüller",
"Florian",
""
],
[
"Schmidt",
"Matthias",
""
]
] |
2504.17600 | Leslie Morales | Leslie M. Morales, Jamie Tayar, and Zachary R. Claytor | Model Choice Matters for Age Inference on the Red Giant Branch | 25 pages, 18 figures, Submitted to ApJ | null | null | null | astro-ph.SR astro-ph.GA astro-ph.IM | http://creativecommons.org/licenses/by/4.0/ | Galactic archaeology relies on accurate stellar parameters to reconstruct the
galaxy's history, including information on stellar ages. While the precision of
data has improved significantly in recent years, stellar models used for age
inference have not improved at a similar rate. In fact, different models yield
notably different age predictions for the same observational data. In this
paper, we assess the difference in age predictions of various widely used model
grids for stars along the red giant branch. Using open source software, we
conduct a comparison of four different evolution grids and we find that age
estimations become less reliable if stellar mass is not known, with differences
occasionally exceeding $80\%$. Additionally, we note significant disagreements
in the models' age estimations at non-solar metallicity. Finally, we present a
method for including theoretical uncertainties from stellar evolutionary tracks
in age inferences of red giants, aimed at improving the accuracy of age
estimation techniques used in the galactic archaeology community.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:26:17 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Morales",
"Leslie M.",
""
],
[
"Tayar",
"Jamie",
""
],
[
"Claytor",
"Zachary R.",
""
]
] |
2504.17601 | Erik Bergh Msc | Erik Bergh | Interpretable non-linear dimensionality reduction using gaussian
weighted linear transformation | 11 pages, 5 figures | Erik Bergh (2025). Interpretable dimensionality reduction using
weighted linear transformation. Adv. Artif. Intell. Mach. Learn., 5 (1
):3465-3475 | 10.54364/AAIML.2025.51198 | null | cs.LG | http://creativecommons.org/licenses/by/4.0/ | Dimensionality reduction techniques are fundamental for analyzing and
visualizing high-dimensional data. With established methods like t-SNE and PCA
presenting a trade-off between representational power and interpretability.
This paper introduces a novel approach that bridges this gap by combining the
interpretability of linear methods with the expressiveness of non-linear
transformations. The proposed algorithm constructs a non-linear mapping between
high-dimensional and low-dimensional spaces through a combination of linear
transformations, each weighted by Gaussian functions. This architecture enables
complex non-linear transformations while preserving the interpretability
advantages of linear methods, as each transformation can be analyzed
independently. The resulting model provides both powerful dimensionality
reduction and transparent insights into the transformed space. Techniques for
interpreting the learned transformations are presented, including methods for
identifying suppressed dimensions and how space is expanded and contracted.
These tools enable practitioners to understand how the algorithm preserves and
modifies geometric relationships during dimensionality reduction. To ensure the
practical utility of this algorithm, the creation of user-friendly software
packages is emphasized, facilitating its adoption in both academia and
industry.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:26:42 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Bergh",
"Erik",
""
]
] |
2504.17602 | Daniel Del-Corral | Daniel del-Corral, Paolo Gondolo, K. Sravan Kumar and Jo\~ao Marto | Scalar-Induced Gravitational Waves from self-resonant preheating in
$\alpha$-attractor models | 25 pages, 7 figures | null | null | null | astro-ph.CO gr-qc hep-th | http://creativecommons.org/licenses/by/4.0/ | After the inflationary phase, the universe enters the preheating phase,
during which the inflaton field rolls down its potential and oscillates. When
the potential significantly deviates from a parabolic shape at its minimum,
these oscillations trigger an instability in the scalar perturbations, leading
to their amplification. This phenomenon, known as self-resonance, has important
implications in cosmology. Notably, since scalar perturbations couple to tensor
perturbations at second order in the equations of motion, this amplification
results in the production of Gravitational Waves (GWs), referred to as
Scalar-Induced Gravitational Waves (SIGWs). In this study, we investigate the
production of SIGWs during the preheating phase for a class of inflationary
models known as $\alpha$-attractors, characterized by a single parameter
$\alpha$. We focus on small values of this parameter, specifically $\alpha \sim
O(10^{-1} - 10^{-4})$, where the self-resonance effect is particularly
pronounced. We obtain lower bounds on this parameter, $\log_{10}(\alpha)>-3.54$
for the T-model and $\log_{10}(\alpha)>-3.17$ for the E-model, based on the
energy density of SIGWs constrained by Big Bang nucleosynthesis, which
ultimately translates into lower bounds on the tensor-to-scalar ratio,
$r>9.61\times10^{-7}$ for the T-model and $r>2.25\times10^{-6}$ for the
E-model.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:27:44 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"del-Corral",
"Daniel",
""
],
[
"Gondolo",
"Paolo",
""
],
[
"Kumar",
"K. Sravan",
""
],
[
"Marto",
"João",
""
]
] |
2504.17603 | Peng Ye | Peng Ye and Juan Du | SAPO-RL: Sequential Actuator Placement Optimization for Fuselage
Assembly via Reinforcement Learning | 27 pages, 14 figures | null | null | null | eess.SY cs.SY | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Precise assembly of composite fuselages is critical for aircraft assembly to
meet the ultra-high precision requirements. Due to dimensional variations,
there is a gap when two fuselage assemble. In practice, actuators are required
to adjust fuselage dimensions by applying forces to specific points on fuselage
edge through pulling or pushing force actions. The positioning and force
settings of these actuators significantly influence the efficiency of the shape
adjustments. The current literature usually predetermines the fixed number of
actuators, which is not optimal in terms of overall quality and corresponding
actuator costs. However, optimal placement of actuators in terms of both
locations and number is challenging due to compliant structures, complex
material properties, and dimensional variabilities of incoming fuselages. To
address these challenges, this paper introduces a reinforcement learning (RL)
framework that enables sequential decision-making for actuator placement
selection and optimal force computation. Specifically, our methodology employs
the Dueling Double Deep Q-Learning (D3QN) algorithm to refine the
decision-making capabilities of sequential actuator placements. The environment
is meticulously crafted to enable sequential and incremental selection of an
actuator based on system states. We formulate the actuator selection problem as
a submodular function optimization problem, where the sub-modularity properties
can be adopted to efficiently achieve near-optimal solutions. The proposed
methodology has been comprehensively evaluated through numerical studies and
comparison studies, demonstrating its effectiveness and outstanding performance
in enhancing assembly precision with limited actuator numbers.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:28:42 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Ye",
"Peng",
""
],
[
"Du",
"Juan",
""
]
] |
2504.17604 | David S. Armstrong | D. Adhikari, T. Alshayeb, D. Androic, D.S. Armstrong, A. Asaturyan, K.
Bartlett, R.S. Beminiwattha, J. Benesch, F. Benmokhtar, R.D. Carlini, J.C.
Cornejo, S. Covrig Dusa, M.M. Dalton, C.A. Davis, W. Deconinck, J.A. Dunne,
D. Dutta, W.S. Duvall, M. Elaasar, W.R. Falk, J.M. Finn, C. Gal, D. Gaskell,
M.T.W. Gericke, J.R. Hoskins, D.C. Jones, P.M. King, E. Korkmaz, S. Kowalski,
J. Leacock, J.P. Leckey, A.R. Lee, J.H. Lee, L. Lee, S. MacEwan, D. Mack,
J.A. Magee, R. Mahurin, J. Mammei, J.W. Martin, M.J. McHugh, K.E. Mesick, R.
Michaels, A. Micherdzinska, A. Mkrtchyan, H. Mkrtchyan, L.Z. Ndukum, H.
Nuhait, Nuruzzaman, W.T.H van Oers, S.A. Page, J. Pan, K.D. Paschke, S.K.
Phillips, M.L. Pitt, R.W. Radloff, J.F. Rajotte, W.D. Ramsay, J. Roche, B.
Sawatzky, N. Simicevic, G.R. Smith, P. Solvignon, D.T. Spayde, A. Subedi,
W.A. Tobias, V. Tvaskis, B. Waidyawansa, P. Wang, S.P. Wells, S.A. Wood, P.
Zang, and S. Zhamkochyan | Measurement of the Parity-Violating Asymmetry in the N to $\Delta$
Transition at Low $Q^2$ | 6 pages, 1 figure | null | null | null | nucl-ex | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We report the measurement of the parity-violating asymmetry in the N to
$\Delta$ transition via the $e^- + p \rightarrow e^- + \Delta ^+$ reaction at
two different kinematic points with low four-momentum transfer Q$^2$.
Measurements were made with incident electron beam energies of 0.877 and 1.16
GeV, corresponding to $Q^2$ values of 0.0111 and 0.0208 (GeV/c)$^2$,
respectively. These measurements put constraints on a low-energy constant in
the weak Lagrangian, $d_\Delta$, corresponding to a parity-violating
electric-dipole transition matrix element. This matrix element has been shown
to be large in the strangeness-changing channel, via weak hyperon decays such
as $\Sigma ^+ \rightarrow p\gamma$. The measurements reported here constrain
$d_\Delta$ in the strangeness-conserving channel. The final asymmetries were
-0.65 +- 1.00 (stat.) +- 1.02 (syst) ppm (parts per million) for 0.877 GeV and
-3.59 +- 0.82 (stat.) +- 1.33 (syst.} ppm for 1.16 GeV. With these results we
deduce a small value for $d_\Delta$, consistent with zero, in the
strangeness-conserving channel, in contrast to the large value for $d_\Delta$
previously reported in the strangeness-changing channel.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:29:08 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Adhikari",
"D.",
""
],
[
"Alshayeb",
"T.",
""
],
[
"Androic",
"D.",
""
],
[
"Armstrong",
"D. S.",
""
],
[
"Asaturyan",
"A.",
""
],
[
"Bartlett",
"K.",
""
],
[
"Beminiwattha",
"R. S.",
""
],
[
"Benesch",
"J.",
""
],
[
"Benmokhtar",
"F.",
""
],
[
"Carlini",
"R. D.",
""
],
[
"Cornejo",
"J. C.",
""
],
[
"Dusa",
"S. Covrig",
""
],
[
"Dalton",
"M. M.",
""
],
[
"Davis",
"C. A.",
""
],
[
"Deconinck",
"W.",
""
],
[
"Dunne",
"J. A.",
""
],
[
"Dutta",
"D.",
""
],
[
"Duvall",
"W. S.",
""
],
[
"Elaasar",
"M.",
""
],
[
"Falk",
"W. R.",
""
],
[
"Finn",
"J. M.",
""
],
[
"Gal",
"C.",
""
],
[
"Gaskell",
"D.",
""
],
[
"Gericke",
"M. T. W.",
""
],
[
"Hoskins",
"J. R.",
""
],
[
"Jones",
"D. C.",
""
],
[
"King",
"P. M.",
""
],
[
"Korkmaz",
"E.",
""
],
[
"Kowalski",
"S.",
""
],
[
"Leacock",
"J.",
""
],
[
"Leckey",
"J. P.",
""
],
[
"Lee",
"A. R.",
""
],
[
"Lee",
"J. H.",
""
],
[
"Lee",
"L.",
""
],
[
"MacEwan",
"S.",
""
],
[
"Mack",
"D.",
""
],
[
"Magee",
"J. A.",
""
],
[
"Mahurin",
"R.",
""
],
[
"Mammei",
"J.",
""
],
[
"Martin",
"J. W.",
""
],
[
"McHugh",
"M. J.",
""
],
[
"Mesick",
"K. E.",
""
],
[
"Michaels",
"R.",
""
],
[
"Micherdzinska",
"A.",
""
],
[
"Mkrtchyan",
"A.",
""
],
[
"Mkrtchyan",
"H.",
""
],
[
"Ndukum",
"L. Z.",
""
],
[
"Nuhait",
"H.",
""
],
[
"Nuruzzaman",
"",
""
],
[
"van Oers",
"W. T. H",
""
],
[
"Page",
"S. A.",
""
],
[
"Pan",
"J.",
""
],
[
"Paschke",
"K. D.",
""
],
[
"Phillips",
"S. K.",
""
],
[
"Pitt",
"M. L.",
""
],
[
"Radloff",
"R. W.",
""
],
[
"Rajotte",
"J. F.",
""
],
[
"Ramsay",
"W. D.",
""
],
[
"Roche",
"J.",
""
],
[
"Sawatzky",
"B.",
""
],
[
"Simicevic",
"N.",
""
],
[
"Smith",
"G. R.",
""
],
[
"Solvignon",
"P.",
""
],
[
"Spayde",
"D. T.",
""
],
[
"Subedi",
"A.",
""
],
[
"Tobias",
"W. A.",
""
],
[
"Tvaskis",
"V.",
""
],
[
"Waidyawansa",
"B.",
""
],
[
"Wang",
"P.",
""
],
[
"Wells",
"S. P.",
""
],
[
"Wood",
"S. A.",
""
],
[
"Zang",
"P.",
""
],
[
"Zhamkochyan",
"S.",
""
]
] |
2504.17605 | Carlos Olarte | Fabio Gadducci and Carlos Olarte and Frank Valencia | A Constraint Opinion Model | null | null | null | null | cs.LO | http://creativecommons.org/licenses/by/4.0/ | This paper introduces a generalised opinion model that extends the standard
DeGroot model by representing agents' opinions and influences as soft
constraints rather than single real values. This allows for modelling scenarios
beyond the scope of the DeGroot model, such as agents sharing partial
information and preferences, engaging in discussions on multiple topics
simultaneously, and representing opinions with different degrees of
uncertainty. By considering soft constraints as influences, the proposed model
captures also situations where agents impose conditions on how others' opinions
are integrated during belief revision. Finally, the flexibility offered by soft
constraints allows us to introduce a novel polarisation measure that takes
advantage of this generalised framework.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:29:25 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Gadducci",
"Fabio",
""
],
[
"Olarte",
"Carlos",
""
],
[
"Valencia",
"Frank",
""
]
] |
2504.17606 | David Redka | Nicolas Thomae, Maximilian Stabroth, Julian Vollmann, Markus D\"oring,
David Redka, Heinz Paul Huber, Michael Schmidt | From surface roughness to crater formation in a 2D multi-scale
simulation of ultrashort pulse laser ablation | null | Appl. Phys. A 131, 27 (2025) | 10.1007/s00339-024-08064-8 | null | hep-ex cond-mat.mtrl-sci | http://creativecommons.org/licenses/by/4.0/ | Surface roughness plays a critical role in ultrashort pulse laser ablation,
particularly for industrial applications using burst mode operations,
multi-pulse laser processing, and the generation of laser-induced periodic
surface structures. Hence, we address the impact of surface roughness on the
resulting laser ablation topography predicted by a simulation model and
compared to experimental results. We present a comprehensive multi-scale
simulation framework that first employs finite-difference-time-domain
simulations for calculating the surface fluence distribution on a rough surface
measured by an atomic-force-microscope followed by the two-temperature model
coupled with hydrodynamic/solid mechanics simulation for the initial material
heating. Lastly, a computational fluid dynamics model for material relaxation
and fluid flow is developed and employed. Final state results of aluminum and
AISI 304 stainless steel simulations demonstrated alignment with established
ablation models and crater dimension prediction. Notably, Al exhibited
significant optical scattering effects due to initial surface roughness of 15
nm - being 70 times below the laser wavelength, leading to localized, selective
ablation processes and substantially altered crater topography compared to
idealized conditions. Contrary, AISI 304 with RMS roughness of 2 nm showed no
difference. Hence, we highlight the necessity of incorporating realistic,
material-specific surface roughness values into large-scale ablation
simulations. Furthermore, the induced local fluence variations demonstrated the
inadequacy of neglecting lateral heat transport effects in this context.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:29:33 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Thomae",
"Nicolas",
""
],
[
"Stabroth",
"Maximilian",
""
],
[
"Vollmann",
"Julian",
""
],
[
"Döring",
"Markus",
""
],
[
"Redka",
"David",
""
],
[
"Huber",
"Heinz Paul",
""
],
[
"Schmidt",
"Michael",
""
]
] |
2504.17607 | Lo\"ic M\'echin | Lo\"ic M\'echin, Fran\c{c}ois M\'edard, Jo\"el Leymarie, Sophie
Bouchoule, Blandine Alloing, Jes\'us Z\'u\~niga-P\'erez and Pierre Disseix | Time-resolved dynamics of GaN waveguide polaritons | null | null | null | null | cond-mat.mtrl-sci | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We implement a new experimental approach to directly measure the lifetime of
guided polaritons arising from the strong-coupling of GaN excitons and the
guided photonic modes of a slab waveguide. Using a Fourier imaging setup,
combined with spatial filtering of the emission, the emission associated to
polaritonic modes with well-defined propagation constants can be selectively
analyzed in the temporal domain. By directing it to the entrance slit of a
streak camera, time-resolved photoluminescence (TRPL) measurements along the
polariton dispersion branch were performed at 40 K, enabling to assess the time
decay of polariton modes. By combining this information with the
photonic/excitonic fraction corresponding to each polariton mode, extracted
from a coupled-oscillators model that indicate a Rabi splitting of $\Omega$ =
80 meV, we could extract the photon lifetime in the waveguide $\tau_\gamma\,
=\, 3\pm 1$ ps. This corresponds to a record $Q$-factor in the UV of 16 000.
The excitonic reservoir lifetime, which contributes to polariton formation, was
determined through TRPL measurements on excitonic luminescence. Finally,
measurements conducted at lower temperature highlight secondary feeding
mechanisms for the guided polaritonic mode, either via photon recycling from
the AlGaN cladding layer or through resonant injection of photons from
transitions below the band gap.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:33:50 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Méchin",
"Loïc",
""
],
[
"Médard",
"François",
""
],
[
"Leymarie",
"Joël",
""
],
[
"Bouchoule",
"Sophie",
""
],
[
"Alloing",
"Blandine",
""
],
[
"Zúñiga-Pérez",
"Jesús",
""
],
[
"Disseix",
"Pierre",
""
]
] |
2504.17608 | Ji Li | Xuan Thinh Duong, Loredana Lanzani, Ji Li and Brett D. Wick | The Cauchy--Szeg\"{o} Projection for domains in $\mathbb C^n$ with
minimal smoothness: weighted theory | This is based on our manuscript arXiv:2005.12740 and split from that
paper for publication in a conference proceedings | null | null | null | math.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Let $D\subset\mathbb C^n$ be a bounded, strongly pseudoconvex domain whose
boundary $bD$ satisfies the minimal regularity condition of class $C^2$. A 2017
result of Lanzani \& Stein states that the Cauchy--Szeg\"{o} projection
$S_\omega$ defined with respect to a bounded, positive continuous multiple
$\omega$ of induced Lebesgue measure, {maps $L^p(bD, \omega)$ to $L^p(bD,
\omega)$ continuously} for any $1<p<\infty$. Here we show that $S_\omega$
satisfies explicit quantitative bounds in $L^p(bD, \Omega)$, for any
$1<p<\infty$ and for any $\Omega$ in the maximal class of
\textit{$A_p$}-measures, that is for $\Omega_p = \psi_p\sigma$ where $\psi_p$
is a Muckenhoupt $A_p$-weight and $\sigma$ is the induced Lebesgue measure
(with $\omega$'s as above being a sub-class). Earlier results rely upon an
asymptotic expansion and subsequent pointwise estimates of the Cauchy--Szeg\"o
kernel, but these are unavailable in our setting of minimal regularity {of
$bD$}; at the same time, more recent techniques that allow to handle domains
with minimal regularity (Lanzani--Stein 2017) are not applicable to
$A_p$-measures. It turns out that the method of {quantitative} extrapolation is
an appropriate replacement for the missing tools. To finish, we identify a
class of holomorphic Hardy spaces defined with respect to $A_p$-measures for
which a meaningful notion of Cauchy--Szeg\"o projection can be defined when
$p=2$.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:34:20 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Duong",
"Xuan Thinh",
""
],
[
"Lanzani",
"Loredana",
""
],
[
"Li",
"Ji",
""
],
[
"Wick",
"Brett D.",
""
]
] |
2504.17609 | Tong Zhang | Fengchun Liu, Tong Zhang, Chunying Zhang | STCL:Curriculum learning Strategies for deep learning image
steganography models | null | null | null | null | cs.CV cs.AI cs.CR | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Aiming at the problems of poor quality of steganographic images and slow
network convergence of image steganography models based on deep learning, this
paper proposes a Steganography Curriculum Learning training strategy (STCL) for
deep learning image steganography models. So that only easy images are selected
for training when the model has poor fitting ability at the initial stage, and
gradually expand to more difficult images, the strategy includes a difficulty
evaluation strategy based on the teacher model and an knee point-based training
scheduling strategy. Firstly, multiple teacher models are trained, and the
consistency of the quality of steganographic images under multiple teacher
models is used as the difficulty score to construct the training subsets from
easy to difficult. Secondly, a training control strategy based on knee points
is proposed to reduce the possibility of overfitting on small training sets and
accelerate the training process. Experimental results on three large public
datasets, ALASKA2, VOC2012 and ImageNet, show that the proposed image
steganography scheme is able to improve the model performance under multiple
algorithmic frameworks, which not only has a high PSNR, SSIM score, and
decoding accuracy, but also the steganographic images generated by the model
under the training of the STCL strategy have a low steganography analysis
scores. You can find our code at
\href{https://github.com/chaos-boops/STCL}{https://github.com/chaos-boops/STCL}.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:34:41 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Liu",
"Fengchun",
""
],
[
"Zhang",
"Tong",
""
],
[
"Zhang",
"Chunying",
""
]
] |
2504.17610 | Marc Herrmann | Marc Herrmann, Martin Obaidi, Jil Kl\"under | Modeling Communication Perception in Development Teams Using Monte Carlo
Methods | Accepted for publication at the 29th International Conference on
Evaluation and Assessment in Software Engineering (EASE 2025) | null | null | null | cs.SE | http://creativecommons.org/licenses/by/4.0/ | Software development is a collaborative task involving diverse development
teams, where toxic communication can negatively impact team mood and project
success. Mood surveys enable the early detection of underlying tensions or
dissatisfaction within development teams, allowing communication issues to be
addressed before they escalate, fostering a positive and productive work
environment. The mood can be surveyed indirectly by analyzing the text-based
communication of the team. However, emotional subjectivity leads to varying
sentiment interpretations across team members; a statement perceived neutrally
by one developer might be seen as problematic by another developer with a
different conversational culture. Early identification of perception volatility
can help prevent misunderstandings and enhance team morale while safeguarding
the project. This paper analyzes the diversity of perceptions within arbitrary
development teams and determines how many team members should report their
sentiment to accurately reflect the team's mood. Through a Monte Carlo
experiment involving 45 developers, we present a preliminary mathematical model
to calculate the minimum agreement among a subset of developers based on the
whole team's agreement. This model can guide leadership in mood assessment,
demonstrating that omitting even a single member in an average-sized 7-member
team can misrepresent the overall mood. Therefore, including all developers in
mood surveying is recommended to ensure a reliable evaluation of the team's
mood.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:35:18 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Herrmann",
"Marc",
""
],
[
"Obaidi",
"Martin",
""
],
[
"Klünder",
"Jil",
""
]
] |
2504.17611 | Monitirtha Dey | Monitirtha Dey and Subir Kumar Bhandari | Some Results on Generalized Familywise Error Rate Controlling Procedures
under Dependence | null | null | null | null | math.ST stat.ME stat.TH | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The topic of multiple hypotheses testing now has a potpourri of novel
theories and ubiquitous applications in diverse scientific fields. However, the
universal utility of this field often hinders the possibility of having a
generalized theory that accommodates every scenario. This tradeoff is better
reflected through the lens of dependence, a central piece behind the
theoretical and applied developments of multiple testing. Although omnipresent
in many scientific avenues, the nature and extent of dependence vary
substantially with the context and complexity of the particular scenario.
Positive dependence is the norm in testing many treatments versus a single
control or in spatial statistics. On the contrary, negative dependence arises
naturally in tests based on split samples and in cyclical, ordered comparisons.
In GWAS, the SNP markers are generally considered to be weakly dependent.
Generalized familywise error rate (k-FWER) control has been one of the
prominent frequentist approaches in simultaneous inference. However, the
performances of k-FWER controlling procedures are yet unexplored under
different dependencies. This paper revisits the classical testing problem of
normal means in different correlated frameworks. We establish upper bounds on
the generalized familywise error rates under each dependence, consequently
giving rise to improved testing procedures. Towards this, we present improved
probability inequalities, which are of independent theoretical interest
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:35:34 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Dey",
"Monitirtha",
""
],
[
"Bhandari",
"Subir Kumar",
""
]
] |
2504.17612 | Abbas Poshtvan | Abbas Poshtvan, Oleksandra Lapiha, Mina Doosti, Dominik Leichtle, Luka
Music, Elham Kashefi | Selectively Blind Quantum Computation | null | null | null | null | quant-ph | http://creativecommons.org/publicdomain/zero/1.0/ | Known protocols for secure delegation of quantum computations from a client
to a server in an information theoretic setting require quantum communication.
In this work, we investigate methods to reduce communication overhead. First,
we establish an impossibility result by proving that server-side local
processes cannot decrease quantum communication requirements of secure
delegation protocols. We develop no-go results that prohibit such processes
within an information theoretic framework. Second, we present a possibility
result by introducing Selectively Blind Quantum Computing (SBQC), a novel
functionality that allows the client to hide one among a known set of possible
computations. We characterize how differences between computations in the
protected set influence the number of qubits sent during our SBQC
implementation, yielding a communication-optimal protocol. This approach
reduces qubit communication drastically and demonstrates the trade-off between
information leaked to the server and communication cost.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:36:00 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Poshtvan",
"Abbas",
""
],
[
"Lapiha",
"Oleksandra",
""
],
[
"Doosti",
"Mina",
""
],
[
"Leichtle",
"Dominik",
""
],
[
"Music",
"Luka",
""
],
[
"Kashefi",
"Elham",
""
]
] |
2504.17613 | Bowen Deng | Bowen Deng, Chang Xu, Hao Li, Yuhao Huang, Min Hou, Jiang Bian | TarDiff: Target-Oriented Diffusion Guidance for Synthetic Electronic
Health Record Time Series Generation | null | null | null | null | cs.LG | http://creativecommons.org/licenses/by/4.0/ | Synthetic Electronic Health Record (EHR) time-series generation is crucial
for advancing clinical machine learning models, as it helps address data
scarcity by providing more training data. However, most existing approaches
focus primarily on replicating statistical distributions and temporal
dependencies of real-world data. We argue that fidelity to observed data alone
does not guarantee better model performance, as common patterns may dominate,
limiting the representation of rare but important conditions. This highlights
the need for generate synthetic samples to improve performance of specific
clinical models to fulfill their target outcomes. To address this, we propose
TarDiff, a novel target-oriented diffusion framework that integrates
task-specific influence guidance into the synthetic data generation process.
Unlike conventional approaches that mimic training data distributions, TarDiff
optimizes synthetic samples by quantifying their expected contribution to
improving downstream model performance through influence functions.
Specifically, we measure the reduction in task-specific loss induced by
synthetic samples and embed this influence gradient into the reverse diffusion
process, thereby steering the generation towards utility-optimized data.
Evaluated on six publicly available EHR datasets, TarDiff achieves
state-of-the-art performance, outperforming existing methods by up to 20.4% in
AUPRC and 18.4% in AUROC. Our results demonstrate that TarDiff not only
preserves temporal fidelity but also enhances downstream model performance,
offering a robust solution to data scarcity and class imbalance in healthcare
analytics.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:36:10 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Deng",
"Bowen",
""
],
[
"Xu",
"Chang",
""
],
[
"Li",
"Hao",
""
],
[
"Huang",
"Yuhao",
""
],
[
"Hou",
"Min",
""
],
[
"Bian",
"Jiang",
""
]
] |
2504.17614 | Jonathan Leaf | Jonathan Leaf, David Sebastian Minor, Gilles Daviet, Nuttapong
Chentanez, Greg Klar, Ed Quigley | Bolt: Clothing Virtual Characters at Scale | null | null | null | null | cs.GR | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Clothing virtual characters is a time-consuming and often manual process.
Outfits can be composed of multiple garments, and each garment must be fitted
to the unique shape of a character. Since characters can vary widely in size
and shape, fitting outfits to many characters is a combinatorially large
problem. We present Bolt, a system designed to take outfits originally authored
on a source body and fit them to new body shapes via a three stage transfer,
drape, and rig process. First, our new garment transfer method transforms each
garment's 3D mesh positions to the new character, then optimizes the garment's
2D sewing pattern while maintaining key features of the original seams and
boundaries. Second, our system simulates the transferred garments to
progressively drape and untangle each garment in the outfit. Finally, the
garments are rigged to the new character. This entire process is automatic,
making it feasible to clothe characters at scale with no human intervention.
Clothed characters are then ready for immediate use in applications such as
gaming, animation, synthetic generation, and more.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:38:09 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Leaf",
"Jonathan",
""
],
[
"Minor",
"David Sebastian",
""
],
[
"Daviet",
"Gilles",
""
],
[
"Chentanez",
"Nuttapong",
""
],
[
"Klar",
"Greg",
""
],
[
"Quigley",
"Ed",
""
]
] |
2504.17615 | Daniel Seemaier | Lars Gottesb\"uren and Nikolai Maas and Dominik Rosch and Peter
Sanders and Daniel Seemaier | Linear-Time Multilevel Graph Partitioning via Edge Sparsification | null | null | null | null | cs.DS | http://creativecommons.org/licenses/by/4.0/ | The current landscape of balanced graph partitioning is divided into
high-quality but expensive multilevel algorithms and cheaper approaches with
linear running time, such as single-level algorithms and streaming algorithms.
We demonstrate how to achieve the best of both worlds with a \emph{linear time
multilevel algorithm}. Multilevel algorithms construct a hierarchy of
increasingly smaller graphs by repeatedly contracting clusters of nodes. Our
approach preserves their distinct advantage, allowing refinement of the
partition over multiple levels with increasing detail. At the same time, we use
\emph{edge sparsification} to guarantee geometric size reduction between the
levels and thus linear running time.
We provide a proof of the linear running time as well as additional insights
into the behavior of multilevel algorithms, showing that graphs with low
modularity are most likely to trigger worst-case running time. We evaluate
multiple approaches for edge sparsification and integrate our algorithm into
the state-of-the-art multilevel partitioner KaMinPar, maintaining its excellent
parallel scalability. As demonstrated in detailed experiments, this results in
a $1.49\times$ average speedup (up to $4\times$ for some instances) with only
1\% loss in solution quality. Moreover, our algorithm clearly outperforms
state-of-the-art single-level and streaming approaches.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:39:16 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Gottesbüren",
"Lars",
""
],
[
"Maas",
"Nikolai",
""
],
[
"Rosch",
"Dominik",
""
],
[
"Sanders",
"Peter",
""
],
[
"Seemaier",
"Daniel",
""
]
] |
2504.17616 | Hasan Akin | Hasan Akin | One-dimensional $q$-state modified Potts model and its thermodynamic
functions | 14 pages; 8 | null | null | null | math-ph cond-mat.stat-mech math.MP | http://creativecommons.org/licenses/by/4.0/ | Since its introduction, the Potts model has gained widespread popularity
across various fields due to its diverse applications. Even minor advancements
in this model continue to captivate scientists worldwide, and small
modifications often intrigue researchers from different disciplines. This paper
investigates a one-dimensional \(q\)-state modified Potts model influenced by
an external magnetic field. By leveraging the transfer matrix method, exact
expressions are derived for key thermodynamic quantities, including free
energy, entropy, magnetization, susceptibility, and specific heat capacity.
Numerical analyses explore how these thermodynamic functions vary with relevant
parameters, offering insights into the system's behavior. Additionally, the
asymptotic properties of these quantities are examined in the limiting cases
\(T \to 0\) and \(T \to \infty\). The findings contribute to a deeper
understanding of the model's thermodynamic characteristics and highlight its
potential applications across various disciplines.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:40:18 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Akin",
"Hasan",
""
]
] |
2504.17617 | Bruno Casella | Bruno Casella and Matthias Jakobs and Marco Aldinucci and Sebastian
Buschj\"ager | Decentralized Time Series Classification with ROCKET Features | Submitted to Workshop on Federated Learning Advancements 2025, in
conjunction with ECML-PKDD, WAFL25 | null | null | null | cs.LG cs.AI | http://creativecommons.org/licenses/by-nc-sa/4.0/ | Time series classification (TSC) is a critical task with applications in
various domains, including healthcare, finance, and industrial monitoring. Due
to privacy concerns and data regulations, Federated Learning has emerged as a
promising approach for learning from distributed time series data without
centralizing raw information. However, most FL solutions rely on a
client-server architecture, which introduces robustness and confidentiality
risks related to the distinguished role of the server, which is a single point
of failure and can observe knowledge extracted from clients. To address these
challenges, we propose DROCKS, a fully decentralized FL framework for TSC that
leverages ROCKET (RandOm Convolutional KErnel Transform) features. In DROCKS,
the global model is trained by sequentially traversing a structured path across
federation nodes, where each node refines the model and selects the most
effective local kernels before passing them to the successor. Extensive
experiments on the UCR archive demonstrate that DROCKS outperforms
state-of-the-art client-server FL approaches while being more resilient to node
failures and malicious attacks. Our code is available at
https://anonymous.4open.science/r/DROCKS-7FF3/README.md.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:41:50 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Casella",
"Bruno",
""
],
[
"Jakobs",
"Matthias",
""
],
[
"Aldinucci",
"Marco",
""
],
[
"Buschjäger",
"Sebastian",
""
]
] |
2504.17618 | Nikita Gabdullin | Nikita Gabdullin | The effects of Hessian eigenvalue spectral density type on the
applicability of Hessian analysis to generalization capability assessment of
neural networks | 11 pages, 10 figures, 4 tables, 4 equations | null | null | null | cs.LG cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Hessians of neural network (NN) contain essential information about the
curvature of NN loss landscapes which can be used to estimate NN generalization
capabilities. We have previously proposed generalization criteria that rely on
the observation that Hessian eigenvalue spectral density (HESD) behaves
similarly for a wide class of NNs. This paper further studies their
applicability by investigating factors that can result in different types of
HESD. We conduct a wide range of experiments showing that HESD mainly has
positive eigenvalues (MP-HESD) for NN training and fine-tuning with various
optimizers on different datasets with different preprocessing and augmentation
procedures. We also show that mainly negative HESD (MN-HESD) is a consequence
of external gradient manipulation, indicating that the previously proposed
Hessian analysis methodology cannot be applied in such cases. We also propose
criteria and corresponding conditions to determine HESD type and estimate NN
generalization potential. These HESD types and previously proposed
generalization criteria are combined into a unified HESD analysis methodology.
Finally, we discuss how HESD changes during training, and show the occurrence
of quasi-singular (QS) HESD and its influence on the proposed methodology and
on the conventional assumptions about the relation between Hessian eigenvalues
and NN loss landscape curvature.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:43:07 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Gabdullin",
"Nikita",
""
]
] |
2504.17619 | Catarina P. Coutinho | Catarina P. Coutinho, Aneeqa Merhab, Janko Petkovic, Ferdinando
Zanchetta, and Rita Fioresi | Enhancing CNNs robustness to occlusions with bioinspired filters for
border completion | Submitted to the 7th International Conference on Geometric Science of
Information | null | null | null | cs.CV cs.AI | http://creativecommons.org/licenses/by/4.0/ | We exploit the mathematical modeling of the visual cortex mechanism for
border completion to define custom filters for CNNs. We see a consistent
improvement in performance, particularly in accuracy, when our modified LeNet 5
is tested with occluded MNIST images.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:43:55 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Coutinho",
"Catarina P.",
""
],
[
"Merhab",
"Aneeqa",
""
],
[
"Petkovic",
"Janko",
""
],
[
"Zanchetta",
"Ferdinando",
""
],
[
"Fioresi",
"Rita",
""
]
] |
2504.17620 | Andrey Pryamikov | Andrey Pryamikov and Sergei Turitsyn | Reverse energy flows: the physical mechanism underling dramatic drop of
loss in hollow-core fibers | null | null | null | null | physics.optics | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Hollow-core fibers (HCFs) with claddings composed of silica glass capillaries
have recently attracted a great deal of attention following the demonstration
of optical loss levels lower than those of conventional telecommunication
fibers. It is well established already that optical losses in HCFs are highly
sensitive to both the wavelength and the geometry of the cladding capillaries.
The underlying physical mechanisms behind reducing loss with the change of HCF
design parameters while keeping the same fiber structure are not yet fully
understood. In this work, we investigate the relationship between light
localization and corresponding decrease of losses in HCFs and the distribution
of reverse energy fluxes in air-core modes. We show here that the shape of the
capillaries plays a crucial role in controlling radial energy backflows that
influence light confinement and the energy leakage from air-core modes of HCFs.
Through numerical modeling, we demonstrate that optimizing the capillary
geometry to tailor the distribution of reverse radial energy fluxes leads to a
substantial reduction in transmission losses even in fibers with relatively
simple cladding structures. Consideration of the energy flows and observed
occurrences of vortex of the Poynting vector allows us to a draw an interesting
interdisciplinary analogy with the hydrodynamical system with suppressed
backward flow - Tesla valve. We believe that combination of singular optics and
energy fluxes analysis provides valuable physical insight into the mechanisms
governing waveguiding in HCFs offering a pathway toward novel designs with
minimized leakage loss.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:44:23 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Pryamikov",
"Andrey",
""
],
[
"Turitsyn",
"Sergei",
""
]
] |
2504.17621 | Anubhav Chaturvedi | Anubhav Chaturvedi, Marcin Paw{\l}owski and M\'at\'e Farkas | Extending quantum correlations to arbitrary distances via parallel
repetition of routed Bell tests | First draft, comments welcome | null | null | null | quant-ph | http://creativecommons.org/licenses/by/4.0/ | Applications such as Device-Independent Quantum Key Distribution (DIQKD)
require loophole-free certification of long-distance quantum correlations.
However, these distances remain severely constrained by detector inefficiencies
and unavoidable transmission losses. To overcome this challenge, we consider
parallel repetitions of the recently proposed routed Bell experiments, where
transmissions from the source are actively directed either to a nearby or a
distant measurement device. We analytically show that the threshold detection
efficiency of the distant device--needed to certify non-jointly-measurable
measurements, a prerequisite of secure DIQKD--decreases exponentially,
optimally, and robustly, following $\eta^*=1/2^N$, with the number $N$ of
parallel repetitions.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:44:41 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Chaturvedi",
"Anubhav",
""
],
[
"Pawłowski",
"Marcin",
""
],
[
"Farkas",
"Máté",
""
]
] |
2504.17622 | Lijun Sun Dr. | Chen Xu, Qiang Wang, Lijun Sun | Likelihood-Free Variational Autoencoders | null | null | null | null | stat.ML cs.LG | http://creativecommons.org/publicdomain/zero/1.0/ | Variational Autoencoders (VAEs) typically rely on a probabilistic decoder
with a predefined likelihood, most commonly an isotropic Gaussian, to model the
data conditional on latent variables. While convenient for optimization, this
choice often leads to likelihood misspecification, resulting in blurry
reconstructions and poor data fidelity, especially for high-dimensional data
such as images. In this work, we propose \textit{EnVAE}, a novel
likelihood-free generative framework that has a deterministic decoder and
employs the energy score -- a proper scoring rule -- to build the
reconstruction loss. This enables likelihood-free inference without requiring
explicit parametric density functions. To address the computational
inefficiency of the energy score, we introduce a fast variant, \textit{FEnVAE},
based on the local smoothness of the decoder and the sharpness of the posterior
distribution of latent variables. This yields an efficient single-sample
training objective that integrates seamlessly into existing VAE pipelines with
minimal overhead. Empirical results on standard benchmarks demonstrate that
\textit{EnVAE} achieves superior reconstruction and generation quality compared
to likelihood-based baselines. Our framework offers a general, scalable, and
statistically principled alternative for flexible and nonparametric
distribution learning in generative modeling.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:44:46 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Xu",
"Chen",
""
],
[
"Wang",
"Qiang",
""
],
[
"Sun",
"Lijun",
""
]
] |
2504.17623 | Jordan Baglo | Munkhtuguldur Altangerel, Quentin Barth\'elemy, \'Etienne
Lefran\c{c}ois, Jordan Baglo, Manel Mezidi, Ga\"el Grissonnanche, Ashvini
Vallipuram, Emma Campillo, Anne Forget, Doroth\'ee Colson, Ruixing Liang, D.
A. Bonn, W. N. Hardy, Cyril Proust, Louis Taillefer | Thermal Hall conductivity in the strongest cuprate superconductor:
Estimate of the mean free path in the trilayer cuprate
HgBa$_2$Ca$_2$Cu$_3$O$_{8 + \delta}$ | null | null | null | null | cond-mat.supr-con cond-mat.str-el | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The thermal Hall conductivity of the trilayer cuprate
HgBa$_2$Ca$_2$Cu$_3$O$_{8+\delta}$ (Hg1223) - the superconductor with the
highest critical temperature $T_c$ at ambient pressure - was measured at
temperatures down to 2 K for three dopings in the underdoped regime ($p$ =
0.09, 0.10, 0.11). By combining a previously introduced simple model and prior
theoretical results, we derive a formula for the inverse mean free path, $1 /
\ell$, which allows us to estimate the mean free path of $d$-wave
quasiparticles in Hg1223 below $T_c$. We find that $1 / \ell$ grows as $T^3$,
in agreement with the theoretical expectation for a clean $d$-wave
superconductor. Measurements were also conducted on the single layer
mercury-based cuprate HgBa$_2$CuO$_{6+\delta}$ (Hg1201), revealing that the
mean free path in this compound is roughly half that of its three-layered
counterpart at the same doping ($p$ = 0.10). This observation can be attributed
to the protective role of the outer planes in Hg1223, which results in a more
pristine inner plane. We also report data in an ultraclean crystal of
YBa$_2$Cu$_3$O$_y$ (YBCO) with full oxygen content $p$ = 0.18, believed to be
the cleanest of any cuprate, and find that $\ell$ is not longer than in Hg1223.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:45:57 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Altangerel",
"Munkhtuguldur",
""
],
[
"Barthélemy",
"Quentin",
""
],
[
"Lefrançois",
"Étienne",
""
],
[
"Baglo",
"Jordan",
""
],
[
"Mezidi",
"Manel",
""
],
[
"Grissonnanche",
"Gaël",
""
],
[
"Vallipuram",
"Ashvini",
""
],
[
"Campillo",
"Emma",
""
],
[
"Forget",
"Anne",
""
],
[
"Colson",
"Dorothée",
""
],
[
"Liang",
"Ruixing",
""
],
[
"Bonn",
"D. A.",
""
],
[
"Hardy",
"W. N.",
""
],
[
"Proust",
"Cyril",
""
],
[
"Taillefer",
"Louis",
""
]
] |
2504.17624 | Jigang Fan | Jigang Fan, Chunhao Zhu, Xiaobing Lan, Haiming Zhuang, Mingyu Li, Jian
Zhang and Shaoyong Lu | Deciphering the unique dynamic activation pathway in a G protein-coupled
receptor enables unveiling biased signaling and identifying cryptic
allosteric sites in conformational intermediates | null | null | null | null | q-bio.BM cs.AI | http://creativecommons.org/licenses/by-nc-sa/4.0/ | Neurotensin receptor 1 (NTSR1), a member of the Class A G protein-coupled
receptor superfamily, plays an important role in modulating dopaminergic
neuronal activity and eliciting opioid-independent analgesia. Recent studies
suggest that promoting \{beta}-arrestin-biased signaling in NTSR1 may diminish
drugs of abuse, such as psychostimulants, thereby offering a potential avenue
for treating human addiction-related disorders. In this study, we utilized a
novel computational and experimental approach that combined nudged elastic
band-based molecular dynamics simulations, Markov state models, temporal
communication network analysis, site-directed mutagenesis, and conformational
biosensors, to explore the intricate mechanisms underlying NTSR1 activation and
biased signaling. Our study reveals a dynamic stepwise transition mechanism and
activated transmission network associated with NTSR1 activation. It also yields
valuable insights into the complex interplay between the unique polar network,
non-conserved ion locks, and aromatic clusters in NTSR1 signaling. Moreover, we
identified a cryptic allosteric site located in the intracellular region of the
receptor that exists in an intermediate state within the activation pathway.
Collectively, these findings contribute to a more profound understanding of
NTSR1 activation and biased signaling at the atomic level, thereby providing a
potential strategy for the development of NTSR1 allosteric modulators in the
realm of G protein-coupled receptor biology, biophysics, and medicine.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:46:20 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Fan",
"Jigang",
""
],
[
"Zhu",
"Chunhao",
""
],
[
"Lan",
"Xiaobing",
""
],
[
"Zhuang",
"Haiming",
""
],
[
"Li",
"Mingyu",
""
],
[
"Zhang",
"Jian",
""
],
[
"Lu",
"Shaoyong",
""
]
] |
2504.17625 | Yuan Zhang | Yifei Pan, Yuan Zhang | Non-quadratic solutions to the Monge-Amp\`ere equation | 22 pages | null | null | null | math.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We construct ample smooth strictly plurisubharmonic non-quadratic solutions
to the Monge-Amp\`ere equation on either cylindrical type domains or the whole
complex Euclidean space $\mathbb C^2$. Among these, the entire solutions
defined on $\mathbb C^2$ induce flat Kahler metrics, as expected by a question
of Calabi. In contrast, those on cylindrical domains produce a family of
nowhere flat Kahler metrics. Beyond these smooth solutions, we also classify
solutions that are radially symmetric in one variable, which exhibit various
types of singularities. Finally, we explore analogous solutions to Donaldson's
equation motivated by a result of He.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:48:28 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Pan",
"Yifei",
""
],
[
"Zhang",
"Yuan",
""
]
] |
2504.17626 | Michael Jones | Ashish Singh, Michael J. Jones, Kuan-Chuan Peng, Anoop Cherian,
Moitreya Chatterjee, Erik Learned-Miller | Improving Open-World Object Localization by Discovering Background | null | null | null | null | cs.CV | http://creativecommons.org/licenses/by/4.0/ | Our work addresses the problem of learning to localize objects in an
open-world setting, i.e., given the bounding box information of a limited
number of object classes during training, the goal is to localize all objects,
belonging to both the training and unseen classes in an image, during
inference. Towards this end, recent work in this area has focused on improving
the characterization of objects either explicitly by proposing new objective
functions (localization quality) or implicitly using object-centric
auxiliary-information, such as depth information, pixel/region affinity map
etc. In this work, we address this problem by incorporating background
information to guide the learning of the notion of objectness. Specifically, we
propose a novel framework to discover background regions in an image and train
an object proposal network to not detect any objects in these regions. We
formulate the background discovery task as that of identifying image regions
that are not discriminative, i.e., those that are redundant and constitute low
information content. We conduct experiments on standard benchmarks to showcase
the effectiveness of our proposed approach and observe significant improvements
over the previous state-of-the-art approaches for this task.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:48:46 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Singh",
"Ashish",
""
],
[
"Jones",
"Michael J.",
""
],
[
"Peng",
"Kuan-Chuan",
""
],
[
"Cherian",
"Anoop",
""
],
[
"Chatterjee",
"Moitreya",
""
],
[
"Learned-Miller",
"Erik",
""
]
] |
2504.17627 | Eloi Nicolau | Eloi Nicolau, Marko Ljubotina, and Maksym Serbyn | Fragmentation, Zero Modes, and Collective Bound States in Constrained
Models | 15 pages, 7 figures | null | null | null | quant-ph cond-mat.dis-nn cond-mat.stat-mech | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Kinetically constrained models were originally introduced to capture slow
relaxation in glassy systems, where dynamics are hindered by local constraints
instead of energy barriers. Their quantum counterparts have recently drawn
attention for exhibiting highly degenerate eigenstates at zero energy -- known
as zero modes -- stemming from chiral symmetry. Yet, the structure and
implications of these zero modes remain poorly understood. In this work, we
focus on the properties of the zero mode subspace in quantum kinetically
constrained models with a $U(1)$ particle-conservation symmetry. We use the
$U(1)$ East, which lacks inversion symmetry, and the inversion-symmetric $U(1)$
East-West models to illustrate our two main results. First, we observe that the
simultaneous presence of constraints and chiral symmetry generally leads to a
parametric increase in the number of zero modes due to the fragmentation of the
many-body Hilbert space into disconnected sectors. Second, we generalize the
concept of compact localized states from single particle physics and introduce
the notion of collective bound states. We formulate sufficient criteria for
their existence, arguing that the degenerate zero mode subspace plays a central
role, and demonstrate bound states in both example models. Our results motivate
a systematic study of bound states and their relation to ergodicity breaking,
transport, and other properties of quantum kinetically constrained models.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:49:16 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Nicolau",
"Eloi",
""
],
[
"Ljubotina",
"Marko",
""
],
[
"Serbyn",
"Maksym",
""
]
] |
2504.17628 | Abderrachid Hamrani | Abderrachid Hamrani, Daniela Leizaola, Renato Sousa, Jose P. Ponce,
Stanley Mathis, David G. Armstrong, Anuradha Godavarty | Beyond Labels: Zero-Shot Diabetic Foot Ulcer Wound Segmentation with
Self-attention Diffusion Models and the Potential for Text-Guided
Customization | 12 pages, 8 figures, journal article | null | null | null | eess.IV cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Diabetic foot ulcers (DFUs) pose a significant challenge in healthcare,
requiring precise and efficient wound assessment to enhance patient outcomes.
This study introduces the Attention Diffusion Zero-shot Unsupervised System
(ADZUS), a novel text-guided diffusion model that performs wound segmentation
without relying on labeled training data. Unlike conventional deep learning
models, which require extensive annotation, ADZUS leverages zero-shot learning
to dynamically adapt segmentation based on descriptive prompts, offering
enhanced flexibility and adaptability in clinical applications. Experimental
evaluations demonstrate that ADZUS surpasses traditional and state-of-the-art
segmentation models, achieving an IoU of 86.68\% and the highest precision of
94.69\% on the chronic wound dataset, outperforming supervised approaches such
as FUSegNet. Further validation on a custom-curated DFU dataset reinforces its
robustness, with ADZUS achieving a median DSC of 75\%, significantly surpassing
FUSegNet's 45\%. The model's text-guided segmentation capability enables
real-time customization of segmentation outputs, allowing targeted analysis of
wound characteristics based on clinical descriptions. Despite its competitive
performance, the computational cost of diffusion-based inference and the need
for potential fine-tuning remain areas for future improvement. ADZUS represents
a transformative step in wound segmentation, providing a scalable, efficient,
and adaptable AI-driven solution for medical imaging.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:50:10 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Hamrani",
"Abderrachid",
""
],
[
"Leizaola",
"Daniela",
""
],
[
"Sousa",
"Renato",
""
],
[
"Ponce",
"Jose P.",
""
],
[
"Mathis",
"Stanley",
""
],
[
"Armstrong",
"David G.",
""
],
[
"Godavarty",
"Anuradha",
""
]
] |
2504.17629 | Zhentian Zhang | Zhentian Zhang, Jian Dang, Kai-Kit Wong, Zaichen Zhang and Christos
Masouros | Integrated Sensing and Communications for Unsourced Random Access: A
Spectrum Sharing Compressive Sensing Approach | null | null | null | null | cs.IT math.IT | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | This paper addresses the unsourced/uncoordinated random access problem in an
integrated sensing and communications (ISAC) system, with a focus on uplink
multiple access code design. Recent theoretical advancements highlight that an
ISAC system will be overwhelmed by the increasing number of active devices,
driven by the growth of massive machine-type communication (mMTC). To meet the
demands of future mMTC network, fundamental solutions are required that ensure
robust capacity while maintaining favorable energy and spectral efficiency. One
promising approach to support emerging massive connectivity is the development
of systems based on the unsourced ISAC (UNISAC) framework. This paper proposes
a spectrum-sharing compressive sensing-based UNISAC (SSCS-UNISAC) and offers
insights into the practical design of UNISAC multiple access codes. In this
framework, both communication signals (data transmission) and sensing signals
(e.g., radar echoes) overlap within finite channel uses and are transmitted via
the proposed UNISAC protocol. The proposed decoder exhibits robust performance,
providing 20-30 dB capacity gains compared to conventional protocols such as
TDMA and ALOHA. Numerical results validate the promising performance of the
proposed scheme.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:53:28 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Zhang",
"Zhentian",
""
],
[
"Dang",
"Jian",
""
],
[
"Wong",
"Kai-Kit",
""
],
[
"Zhang",
"Zaichen",
""
],
[
"Masouros",
"Christos",
""
]
] |
2504.17630 | Alhun Aydin | Alhun Aydin | Geometry-induced asymmetric level coupling | 12 pages, 4 figures | null | null | null | quant-ph cond-mat.mes-hall cond-mat.stat-mech | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Tailoring energy levels in quantum systems via Hamiltonian control parameters
is essential for designing quantum thermodynamic devices and materials.
However, conventional methods for manipulating finite-size systems, such as
tuning external fields or system size, typically lead to uniform spectral
shifts, limiting precise control. A recently introduced technique, called the
size-invariant shape transformation, overcomes this by introducing a new
control parameter that deforms the potential landscape without altering system
size, enabling nonuniform level scaling. This shape parameter gives rise to
quantum shape effects in confined systems, conceptually distinct from quantum
size effects. We explore the limits of this phenomenon by asking: what is the
minimal system in which such spectral behavior can emerge? We show that even a
two-level system can exhibit thermodynamic consequences of quantum shape
effects, including spontaneous transitions into lower-entropy states, a feature
absent in classical thermodynamics for non-interacting systems. We identify the
origin as geometry-induced asymmetric level coupling, where the ground-state
energy and level spacing respond oppositely to shape changes. This extends to
many-level systems, where the thermally averaged level spacing and ground-state
energy evolve in opposite directions. We construct spontaneity maps revealing
energy- and entropy-driven spontaneous processes. These behaviors emerge under
quasistatic, isothermal deformations and show how geometry alone can induce
thermodynamic effects typically exclusive to interacting or open systems. Our
results offer a broadly applicable route to spectral gap control in quantum
technologies.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 14:58:44 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Aydin",
"Alhun",
""
]
] |
2504.17631 | Marcin Bielewicz | M. Bielewicz, M. Kiecana, A. Bancer, J. Grzyb, L. Swiderski, M.
Grodzicka-Kobylka, T. Szczesniak, A. Dziedzic, K. Grodzicki, E. Jaworska, A.
Syntfeld-Kazuch | Modular Cosmic Ray Detector (MCORD) and its Potential Use in Various
Physics Experiments, Astrophysics and Geophysics | The publication, based on the conference presentation
(FEL2024-Warsaw), will be published on the Joint Accelerator Conferences
Website (JACoW) | null | null | TUP229-THB | physics.ins-det astro-ph.IM physics.app-ph | http://creativecommons.org/publicdomain/zero/1.0/ | As part of the collaboration building a set of detectors for the new
collider, our group was tasked with designing and building a large-scale cosmic
ray detector, which was to complement the capabilities of the MPD (Dubna)
detec-tor set. The detector was planned as a trigger for cosmic ray particles
and to be used to calibrate and test other systems. Additional functions were
to be the detection of pairs of high-energy muons originating from some
parti-cle decay processes generated during collisions and con-tinuous
observation of the cosmic muon stream in order to detect multi muons events.
From the very beginning, the detector was designed as a scalable and universal
device for many applications. The following work will present the basic
features and parameters of the Modular COsmic Ray Detector (MCORD) and examples
of its possible use in high energy physics, astrophysics and geology. Thanks to
its universal nature, MCORD can be potential used as a fast trigger, neutron
veto detector, muon detector and as a tool in muon tomography.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 15:04:43 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Bielewicz",
"M.",
""
],
[
"Kiecana",
"M.",
""
],
[
"Bancer",
"A.",
""
],
[
"Grzyb",
"J.",
""
],
[
"Swiderski",
"L.",
""
],
[
"Grodzicka-Kobylka",
"M.",
""
],
[
"Szczesniak",
"T.",
""
],
[
"Dziedzic",
"A.",
""
],
[
"Grodzicki",
"K.",
""
],
[
"Jaworska",
"E.",
""
],
[
"Syntfeld-Kazuch",
"A.",
""
]
] |
2504.17632 | Qian Luo | Riti Bhandarkar, Qian Luo, Emil Dimanchev, Jesse D. Jenkins | Are EVs Cleaner Than We Think? Evaluating Consequential Greenhouse Gas
Emissions from EV Charging | null | null | null | null | eess.SY cs.SY | http://creativecommons.org/licenses/by/4.0/ | While electrifying transportation eliminates tailpipe greenhouse gas (GHG)
emissions, electric vehicle (EV) adoption can create additional electricity
sector emissions. To quantify this emissions impact, prior work typically
employs short-run marginal emissions or average emissions rates calculated from
historical data or power systems models that do not consider changes in
installed capacity. In this work, we use an electricity system capacity
expansion model to consider the full consequential GHG emissions impact from
large-scale EV adoption in the western United States, accounting for induced
changes in generation and storage capacity. We find that the metrics described
above do not accurately reflect the true emissions impact of EV
adoption-average emissions rates can either under- or over-estimate emission
impacts, and short-run marginal emissions rates can significantly underestimate
emission reductions, especially when charging timing is flexible. Our results
also show that using short-run marginal emission rates as signals to coordinate
EV charging could increase emissions relative to price-based charging signals,
indicating the need for alternative control strategies to minimize
consequential emissions.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 15:05:44 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Bhandarkar",
"Riti",
""
],
[
"Luo",
"Qian",
""
],
[
"Dimanchev",
"Emil",
""
],
[
"Jenkins",
"Jesse D.",
""
]
] |
2504.17633 | Hanna Sumita | Yuni Iwamasa, Tomoki Matsuda, Shunya Morihira, Hanna Sumita | A general framework for finding diverse solutions via network flow and
its applications | null | null | null | null | cs.DS cs.CC | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In this paper, we present a general framework for efficiently computing
diverse solutions to combinatorial optimization problems. Given a problem
instance, the goal is to find $k$ solutions that maximize a specified diversity
measure; the sum of pairwise Hamming distances or the size of the union of the
$k$ solutions. Our framework applies to problems satisfying two structural
properties: (i) All solutions are of equal size and (ii) the family of all
solutions can be represented by a surjection from the family of ideals of some
finite poset. Under these conditions, we show that the problem of computing $k$
diverse solutions can be reduced to the minimum cost flow problem and the
maximum $s$-$t$ flow problem. As applications, we demonstrate that both the
unweighted minimum $s$-$t$ cut problem and the stable matching problem satisfy
the requirements of our framework. By utilizing the recent advances in network
flows algorithms, we improve the previously known time complexities of the
diverse problems, which were based on submodular function minimization.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 15:06:21 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Iwamasa",
"Yuni",
""
],
[
"Matsuda",
"Tomoki",
""
],
[
"Morihira",
"Shunya",
""
],
[
"Sumita",
"Hanna",
""
]
] |
2504.17634 | Zhentian Zhang | Keru Zhou, Zhentian Zhang, Jian Dang, Qianqian Sun, and Zaichen Zhang | Sparsity-Exploiting Channel Estimation For Unsourced Random Access With
Fluid Antenna | null | null | null | null | cs.IT math.IT | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | This work explores the channel estimation (CE) problem in uplink transmission
for unsourced random access (URA) with a fluid antenna receiver. The additional
spatial diversity in a fluid antenna system (FAS) addresses the needs of URA
design in multiple-input and multiple-output (MIMO) systems. We present two CE
strategies based on the activation of different FAS ports, namely alternate
ports and partial ports CE. Both strategies facilitate the estimation of
channel coefficients and angles of arrival (AoAs). Additionally, we discuss how
to refine channel estimation by leveraging the sparsity of finite scatterers.
Specifically, the proposed partial ports CE strategy is implemented using a
regularized estimator, and we optimize the estimator's parameter to achieve the
desired AoA precision and refinement. Extensive numerical results demonstrate
the feasibility of the proposed strategies, and a comparison with a
conventional receiver using half-wavelength antennas highlights the promising
future of integrating URA and FAS.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 15:07:12 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Zhou",
"Keru",
""
],
[
"Zhang",
"Zhentian",
""
],
[
"Dang",
"Jian",
""
],
[
"Sun",
"Qianqian",
""
],
[
"Zhang",
"Zaichen",
""
]
] |
2504.17635 | Pikky Atri | P. Atri, S. E. Motta, Jakob van den Eijnden, James H. Matthews, James
C.A. Miller-Jones, Rob Fender, David Williams-Baldwin, Ian Heywood and
Patrick Woudt | Quantifying jet-interstellar medium interactions in Cyg X-1: Insights
from dual-frequency bow shock detection with MeerKAT | 14 pages, 7 figures, Published in A&A | A&A, Volume 696, Year 2025, Page A223 | 10.1051/0004-6361/202452837 10.1051/0004-6361/202452837
10.1051/0004-6361/202452837 | null | astro-ph.HE | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Accretion and outflows are astrophysical phenomena observed across a wide
range of objects, from white dwarfs to supermassive black holes. Developing a
complete picture of these processes requires complementary studies across this
full spectrum of jet-launching sources. Jet-interstellar medium (ISM)
interaction sites near black hole X-ray binaries provide unique laboratories to
study jet energetics. This work aims to detect and characterise the bow shock
near one black hole X-ray binary, Cyg X-1, and then use this bow shock
structure to parametrise the properties of the jet launched by Cyg X-1 over its
lifetime. We used the MeerKAT radio telescope to investigate the bow shock
structure formed by the interaction between the jets of Cyg X-1 and the ISM. We
successfully detect the bow shock north of Cyg X-1 in the L and S bands and
report its size and brightness. We present the spectral index distribution
across the bow shock, which is in the range -0.9 to 0.4, with an error
distribution (0.6 to 1.5) that peaks at unity. We determine that the unshocked
ISM density is 6-7 cm^-3 for a temperature range of 10^4 to 3*10^6 K. This
temperature range suggests that the velocity of the bow shock is 21 km/s to 364
km/s. The age of the Cyg X-1 jet responsible for the bow shock is 0.04 to 0.3
Myr, and the power of the jet is constrained to 2*10^31 ergs/s to 10^35 ergs/s.
We also detect new morphological features of the bow shock in the S-band image.
The comparison of archival H_alpha maps with the new radio observations hints
at different regions of emission, different temperature ranges, and different
ISM densities. The spectral index suggests a consistent emission origin across
the structure. The ISM density around Cyg X-1 is on the higher end for Galactic
environments, and our results indicate a lower jet energy transport rate than
prior estimates.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 15:08:09 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Atri",
"P.",
""
],
[
"Motta",
"S. E.",
""
],
[
"Eijnden",
"Jakob van den",
""
],
[
"Matthews",
"James H.",
""
],
[
"Miller-Jones",
"James C. A.",
""
],
[
"Fender",
"Rob",
""
],
[
"Williams-Baldwin",
"David",
""
],
[
"Heywood",
"Ian",
""
],
[
"Woudt",
"Patrick",
""
]
] |
2504.17636 | Vojtech Panek | Vojtech Panek, Qunjie Zhou, Yaqing Ding, S\'ergio Agostinho, Zuzana
Kukelova, Torsten Sattler, Laura Leal-Taix\'e | A Guide to Structureless Visual Localization | null | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Visual localization algorithms, i.e., methods that estimate the camera pose
of a query image in a known scene, are core components of many applications,
including self-driving cars and augmented / mixed reality systems.
State-of-the-art visual localization algorithms are structure-based, i.e., they
store a 3D model of the scene and use 2D-3D correspondences between the query
image and 3D points in the model for camera pose estimation. While such
approaches are highly accurate, they are also rather inflexible when it comes
to adjusting the underlying 3D model after changes in the scene. Structureless
localization approaches represent the scene as a database of images with known
poses and thus offer a much more flexible representation that can be easily
updated by adding or removing images. Although there is a large amount of
literature on structure-based approaches, there is significantly less work on
structureless methods. Hence, this paper is dedicated to providing the, to the
best of our knowledge, first comprehensive discussion and comparison of
structureless methods. Extensive experiments show that approaches that use a
higher degree of classical geometric reasoning generally achieve higher pose
accuracy. In particular, approaches based on classical absolute or
semi-generalized relative pose estimation outperform very recent methods based
on pose regression by a wide margin. Compared with state-of-the-art
structure-based approaches, the flexibility of structureless methods comes at
the cost of (slightly) lower pose accuracy, indicating an interesting direction
for future work.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 15:08:36 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Panek",
"Vojtech",
""
],
[
"Zhou",
"Qunjie",
""
],
[
"Ding",
"Yaqing",
""
],
[
"Agostinho",
"Sérgio",
""
],
[
"Kukelova",
"Zuzana",
""
],
[
"Sattler",
"Torsten",
""
],
[
"Leal-Taixé",
"Laura",
""
]
] |
2504.17637 | Michele Capovilla-Searle | Michele Capovilla-Searle, Tetsuya Ito, Keiko Kawamuro, Rebecca Sorsen | On the negative band number | 25 pages, 9 figures | null | null | null | math.GT | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We study the negative band number of braids, knots, and links using Birman,
Ko, and Lee's left-canonical form of a braid. As applications, we characterize
up to conjugacy strongly quasipositive braids and almost strongly quasipositive
braids.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 15:08:44 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Capovilla-Searle",
"Michele",
""
],
[
"Ito",
"Tetsuya",
""
],
[
"Kawamuro",
"Keiko",
""
],
[
"Sorsen",
"Rebecca",
""
]
] |
2504.17638 | Weikang Lin | Weikang Lin, Luca Visinelli and Tsutomu T. Yanagida | Testing Quintessence Axion Dark Energy with Recent Cosmological Results | 10 pages, 4 figures, 1 table, comments welcome! | null | null | null | astro-ph.CO hep-ph | http://creativecommons.org/licenses/by/4.0/ | We investigate a quintessence axion model for dynamical dark energy,
motivated in part by recent results from the Baryon Acoustic Oscillation (BAO)
measurements of the Dark Energy Spectroscopic Instrument (DESI) and the Cosmic
Microwave Background (CMB) observations from the Atacama Cosmology Telescope
(ACT). By carefully treating the initial conditions and parameter sampling, we
identify a preferred parameter space featuring a sub-Planckian axion decay
constant and a relatively large axion mass, which naturally avoids the quality
problem and remains consistent with the perturbative string conjecture. Our
parameter scan also uncovers a trans-Planckian regime of theoretical interest,
which is only mildly disfavored by observations. The results remain robust when
DESI BAO data are combined with CMB and supernova observations. Finally, we
discuss the possible connection between this model and the recently reported
non-zero rotation of the CMB linear polarization angle, emphasizing the broader
cosmological implications and the promising prospects for testing this
scenario. We show that an $\mathcal{O}(1)$ electromagnetic anomaly coefficient
is preferred by the strongest constraint, which is in full agreement with the
minimal quintessence axion model.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 15:09:38 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Lin",
"Weikang",
""
],
[
"Visinelli",
"Luca",
""
],
[
"Yanagida",
"Tsutomu T.",
""
]
] |
2504.17639 | Kevin Harrington | Kevin C. Harrington, Rom\'an Fern\'andez Aranda, Leindert Boogaard,
Axel Wei{\ss}, Tanio Diaz Santos, Manuel Aravena, Roberto J. Assef, Chao-Wei
Tsai, Peter Eisenhardt, and Daniel Stern | Hot Diggity Dog: A complete analysis of the extreme molecular gas and
dust properties at kpc scales in the hyper-luminous hot, dust-obscured galaxy
W2246-0526 | Submitted to A&A. 4 pages, 3 Appendix pages, 5 figures | null | null | null | astro-ph.GA | http://creativecommons.org/licenses/by/4.0/ | Hot dust-obscured galaxies (Hot DOGs), the most infrared (IR) luminous
objects selected by the WISE all-sky mid-IR survey, have yielded a sample of
intrinsically luminous quasars (QSOs) with obscured nuclear activity and hot
dust temperatures. The molecular gas excitation properties have yet to be
examined in detail under such extreme conditions. Here we study the most far-IR
luminous WISE Hot DOG W2246-0526, focusing on the central host galaxy. Multi-J
CO transition measurements at J=2-1, 5-4, 7-6, 12-11, and 17-16 provide the
most well-sampled CO excitation ladder of any WISE Hot DOG to date, providing
the first self-consistent modeling constraints on the molecular gas and dust
properties. We implement a state-of-the-art TUrbulent Non-Equilibrium Radiative
transfer model (TUNER) that simultaneously models both the line and dust
continuum measurements. Due to a combination of high molecular gas densities
and high kinetic temperatures, this extreme CO spectral line energy
distribution peaks at J = 10 to 12, likely making this the most highly excited
galaxy ever reported. We derive the alpha_CO conversion factors and conclude
that (J=3-7) CO line luminosities trace the bulk of the molecular gas mass.
W2246-0526 is a rapidly evolving system, with a high value of the molecular gas
kinetic temperature versus dust temperature T_k / T_d ~ 3.9, reflecting
previously reported shocks and outflows injecting kinetic energy within the
central kpc of this host. This first comprehensive simultaneous modeling of
both the molecular gas and dust in any object within the WISE-selected Hot DOG
sample motivates obtaining well-sampled dust and line spectral energy
distributions to better understand the conditions within these short-lived
episodes in galaxy evolution that are associated with the most obscured
supermassive black hole activity.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 15:10:43 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Harrington",
"Kevin C.",
""
],
[
"Aranda",
"Román Fernández",
""
],
[
"Boogaard",
"Leindert",
""
],
[
"Weiß",
"Axel",
""
],
[
"Santos",
"Tanio Diaz",
""
],
[
"Aravena",
"Manuel",
""
],
[
"Assef",
"Roberto J.",
""
],
[
"Tsai",
"Chao-Wei",
""
],
[
"Eisenhardt",
"Peter",
""
],
[
"Stern",
"Daniel",
""
]
] |
2504.17640 | Andreas Mono | Andreas Mono | A modular framework for generalized Hurwitz class numbers III | 31 pages, no figures | null | null | null | math.NT | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In $2003$, Pei and Wang introduced higher level analogs of the classical
Cohen--Eisenstein series. In recent joint work with Beckwith, we found a weight
$\frac{1}{2}$ sesquiharmonic preimage of their weight $\frac{3}{2}$ Eisenstein
series under $\xi_{\frac{1}{2}}$ utilizing a construction from seminal work by
Duke, Imamo\={g}lu and T\'{o}th. In further joint work with Beckwith, when
restricting to prime level, we realized our preimage as a regularized Siegel
theta lift and evaluated its (regularized) Fourier coefficients explicitly.
This relied crucially on work by Bruinier, Funke and Imamo\={g}lu. In this
paper, we extend both works to higher weights. That is, we provide a harmonic
preimage of Pei and Wang's generalized Cohen--Eisenstein series under
$\xi_{\frac{3}{2}-k}$, where $k > 1$. Furthermore, when restricting to prime
level, we realize them as outputs of a regularized Shintani theta lift of a
higher level holomorphic Eisenstein series, which builds on recent work by
Alfes and Schwagenscheidt. Lastly, we evaluate the regularized Millson theta
lift of a higher level Maass--Eisenstein series, which is known to be connected
to the Shintani theta lift by a differential equation by earlier work of Alfes
and Schwagenscheidt.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 15:10:57 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Mono",
"Andreas",
""
]
] |
2504.17641 | Shengtao Zhang | Shengtao Zhang, Haokai Zhang, Shiqi Lou, Zicheng Wang, Zinan Zeng,
Yilin Wang, Minnan Luo | PTCL: Pseudo-Label Temporal Curriculum Learning for Label-Limited
Dynamic Graph | null | null | null | null | cs.LG cs.AI | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Dynamic node classification is critical for modeling evolving systems like
financial transactions and academic collaborations. In such systems,
dynamically capturing node information changes is critical for dynamic node
classification, which usually requires all labels at every timestamp. However,
it is difficult to collect all dynamic labels in real-world scenarios due to
high annotation costs and label uncertainty (e.g., ambiguous or delayed labels
in fraud detection). In contrast, final timestamp labels are easier to obtain
as they rely on complete temporal patterns and are usually maintained as a
unique label for each user in many open platforms, without tracking the history
data. To bridge this gap, we propose PTCL(Pseudo-label Temporal Curriculum
Learning), a pioneering method addressing label-limited dynamic node
classification where only final labels are available. PTCL introduces: (1) a
temporal decoupling architecture separating the backbone (learning time-aware
representations) and decoder (strictly aligned with final labels), which
generate pseudo-labels, and (2) a Temporal Curriculum Learning strategy that
prioritizes pseudo-labels closer to the final timestamp by assigning them
higher weights using an exponentially decaying function. We contribute a new
academic dataset (CoOAG), capturing long-range research interest in dynamic
graph. Experiments across real-world scenarios demonstrate PTCL's consistent
superiority over other methods adapted to this task. Beyond methodology, we
propose a unified framework FLiD (Framework for Label-Limited Dynamic Node
Classification), consisting of a complete preparation workflow, training
pipeline, and evaluation standards, and supporting various models and datasets.
The code can be found at https://github.com/3205914485/FLiD.
| [
{
"version": "v1",
"created": "Thu, 24 Apr 2025 15:11:41 GMT"
}
] | 2025-04-25T00:00:00 | [
[
"Zhang",
"Shengtao",
""
],
[
"Zhang",
"Haokai",
""
],
[
"Lou",
"Shiqi",
""
],
[
"Wang",
"Zicheng",
""
],
[
"Zeng",
"Zinan",
""
],
[
"Wang",
"Yilin",
""
],
[
"Luo",
"Minnan",
""
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.