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.11775 | Tianhe Zhang | Tianhe Zhang, Suhan Liu, Peng Shi | Discrimination-free Insurance Pricing with Privatized Sensitive
Attributes | null | null | null | null | stat.ML cs.CY cs.LG q-fin.RM | http://creativecommons.org/licenses/by/4.0/ | Fairness has emerged as a critical consideration in the landscape of machine
learning algorithms, particularly as AI continues to transform decision-making
across societal domains. To ensure that these algorithms are free from bias and
do not discriminate against individuals based on sensitive attributes such as
gender and race, the field of algorithmic bias has introduced various fairness
concepts, along with methodologies to achieve these notions in different
contexts. Despite the rapid advancement, not all sectors have embraced these
fairness principles to the same extent. One specific sector that merits
attention in this regard is insurance. Within the realm of insurance pricing,
fairness is defined through a distinct and specialized framework. Consequently,
achieving fairness according to established notions does not automatically
ensure fair pricing in insurance. In particular, regulators are increasingly
emphasizing transparency in pricing algorithms and imposing constraints on
insurance companies on the collection and utilization of sensitive consumer
attributes. These factors present additional challenges in the implementation
of fairness in pricing algorithms. To address these complexities and comply
with regulatory demands, we propose an efficient method for constructing fair
models that are tailored to the insurance domain, using only privatized
sensitive attributes. Notably, our approach ensures statistical guarantees,
does not require direct access to sensitive attributes, and adapts to varying
transparency requirements, addressing regulatory demands while ensuring
fairness in insurance pricing.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 05:29:11 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Zhang",
"Tianhe",
""
],
[
"Liu",
"Suhan",
""
],
[
"Shi",
"Peng",
""
]
] |
2504.11776 | Shih-Ying Hsu | Shih-Ying Hsu, Sheng-Yuan Liu, Xunchuan Liu, Pak Shing Li, Tie Liu,
Dipen Sahu, Kenichi Tatematsu, Shanghuo Li, Naomi Hirano, Chin-Fei Lee,
Sheng-Jun Lin | ALMASOP. Detection of Turbulence-induced Mass Assembly Shocks in
Starless Cores | 12 pages, 4+1 figures, accepted by ApJL | null | null | null | astro-ph.SR astro-ph.GA | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Star formation is a series of mass assembly processes and starless cores,
those cold and dense condensations in molecular clouds, play a pivotal role as
initial seeds of stars. With only a limited sample of known starless cores,
however, the origin and growth of such stellar precursors had not been well
characterized previously. Meanwhile, the recent discovery of CH$_3$OH emission,
which is generally associated with desorbed icy mantle in warm regions,
particularly at the periphery of starless cores also remains puzzling. We
present sensitive ALMA (Band~3) observations (at 3~mm) toward a sample of newly
identified starless cores in the Orion Molecular Cloud. The spatially resolved
images distinctly indicate that the observed CH$_3$OH and N$_2$H$^+$ emission
associated with these cores are morphologically anti-correlated and
kinematically offset from each other. We postulate that the CH$_3$OH emission
highlights the desorption of icy mantle by shocks resulting from gas piling
onto dense cores in the filaments traced by N$_2$H$^+$. Our magnetohydrodynamic
(MHD) simulations of star formation in turbulent clouds combined with radiative
transfer calculations and imaging simulations successfully reproduced the
observed signatures and reaffirmed the above scenario at work. Our result
serves as an intriguing and exemplary illustration, a snapshot in time, of the
dynamic star-forming processes in turbulent clouds. The results offer
compelling insights into the mechanisms governing the growth of starless cores
and the presence of gas-phase complex organic molecules associated with these
cores.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 05:31:03 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Hsu",
"Shih-Ying",
""
],
[
"Liu",
"Sheng-Yuan",
""
],
[
"Liu",
"Xunchuan",
""
],
[
"Li",
"Pak Shing",
""
],
[
"Liu",
"Tie",
""
],
[
"Sahu",
"Dipen",
""
],
[
"Tatematsu",
"Kenichi",
""
],
[
"Li",
"Shanghuo",
""
],
[
"Hirano",
"Naomi",
""
],
[
"Lee",
"Chin-Fei",
""
],
[
"Lin",
"Sheng-Jun",
""
]
] |
2504.11777 | Yongpei Ma | Yongpei Ma, Pengyu Wang, Adam Dunn, Usman Naseem, Jinman Kim | Bridging the Semantic Gaps: Improving Medical VQA Consistency with
LLM-Augmented Question Sets | The first two listed authors contributed equally to this work | null | null | null | cs.CV cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Medical Visual Question Answering (MVQA) systems can interpret medical images
in response to natural language queries. However, linguistic variability in
question phrasing often undermines the consistency of these systems. To address
this challenge, we propose a Semantically Equivalent Question Augmentation
(SEQA) framework, which leverages large language models (LLMs) to generate
diverse yet semantically equivalent rephrasings of questions. Specifically,
this approach enriches linguistic diversity while preserving semantic meaning.
We further introduce an evaluation metric, Total Agreement Rate with
Semantically Equivalent Input and Correct Answer (TAR-SC), which assesses a
model's capability to generate consistent and correct responses to semantically
equivalent linguistic variations. In addition, we also propose three other
diversity metrics - average number of QA items per image (ANQI), average number
of questions per image with the same answer (ANQA), and average number of
open-ended questions per image with the same semantics (ANQS). Using the SEQA
framework, we augmented the benchmarked MVQA public datasets of SLAKE, VQA-RAD,
and PathVQA. As a result, all three datasets achieved significant improvements
by incorporating more semantically equivalent questions: ANQI increased by an
average of 86.1, ANQA by 85.1, and ANQS by 46. Subsequent experiments evaluate
three MVQA models (M2I2, MUMC, and BiomedGPT) under both zero-shot and
fine-tuning settings on the enhanced datasets. Experimental results in MVQA
datasets show that fine-tuned models achieve an average accuracy improvement of
19.35%, while our proposed TAR-SC metric shows an average improvement of 11.
61%, indicating a substantial enhancement in model consistency.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 05:31:18 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Ma",
"Yongpei",
""
],
[
"Wang",
"Pengyu",
""
],
[
"Dunn",
"Adam",
""
],
[
"Naseem",
"Usman",
""
],
[
"Kim",
"Jinman",
""
]
] |
2504.11778 | Haiyang Chen | Haiyang Chen, Fo-Hong Wang, Qiang Gao, Xue-Jian Gao, Zhenhua Chen,
Yaobo Huang, Kam Tuen Law, Xiao Yan Xu, Peng Chen | Spectroscopic evidence for possible quantum spin liquid behavior in a
two-dimensional Mott insulator | null | Phys. Rev. Lett. 134, 066402 (2025) | 10.1103/PhysRevLett.134.066402 | null | cond-mat.str-el | http://creativecommons.org/licenses/by/4.0/ | Mott insulators with localized magnetic moments will exhibit a quantum spin
liquid (QSL) state when the quantum fluctuations are strong enough to suppress
the ordering of the spins. Such an entangled state will give rise to collective
excitations, in which spin and charge information are carried separately. Our
angle-resolved photoemission spectroscopy (ARPES) measurements on single-layer
1T-TaS2 show a flat band around the zone center and a gap opening of about 200
meV in the low temperature, indicating 2D Mott insulating nature in the system.
This flat band is dispersionless in momentum space but shows anomalously broad
width around the zone center and the spectral weight decays rapidly as momentum
increases. The observation is described as a spectral continuum from electron
fractionalization, corroborated by a low energy effective model.The intensity
of the flat band is reduced by surface doping with magnetic adatoms and the gap
is closing, a result from the interaction between spin impurities coupled with
spinons and the chargons, which gives rise to a charge redistribution. Doping
with nonmagnetic impurities behaves differently as the chemical potential shift
dominates. These findings provide insight into the QSL states of strongly
correlated electrons on 2D triangular lattices.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 05:31:42 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Chen",
"Haiyang",
""
],
[
"Wang",
"Fo-Hong",
""
],
[
"Gao",
"Qiang",
""
],
[
"Gao",
"Xue-Jian",
""
],
[
"Chen",
"Zhenhua",
""
],
[
"Huang",
"Yaobo",
""
],
[
"Law",
"Kam Tuen",
""
],
[
"Xu",
"Xiao Yan",
""
],
[
"Chen",
"Peng",
""
]
] |
2504.11779 | Qishun Wang | Qishun Wang, Zhengzheng Tu, Chenglong Li, Bo Jiang | Multimodal Spatio-temporal Graph Learning for Alignment-free RGBT Video
Object Detection | null | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | RGB-Thermal Video Object Detection (RGBT VOD) can address the limitation of
traditional RGB-based VOD in challenging lighting conditions, making it more
practical and effective in many applications.
However, similar to most RGBT fusion tasks, it still mainly relies on
manually aligned multimodal image pairs.
In this paper, we propose a novel Multimodal Spatio-temporal Graph learning
Network (MSGNet) for alignment-free RGBT VOD problem by leveraging the robust
graph representation learning model.
Specifically, we first design an Adaptive Partitioning Layer (APL) to
estimate the corresponding regions of the Thermal image within the RGB image
(high-resolution), achieving a preliminary inexact alignment.
Then, we introduce the Spatial Sparse Graph Learning Module (S-SGLM) which
employs a sparse information passing mechanism on the estimated inexact
alignment to achieve reliable information interaction between different
modalities.
Moreover, to fully exploit the temporal cues for RGBT VOD problem, we
introduce Hybrid Structured Temporal Modeling (HSTM), which involves a Temporal
Sparse Graph Learning Module (T-SGLM) and Temporal Star Block (TSB). T-SGLM
aims to filter out some redundant information between adjacent frames by
employing the sparse aggregation mechanism on the temporal graph. Meanwhile,
TSB is dedicated to achieving the complementary learning of local spatial
relationships.
Extensive comparative experiments conducted on both the aligned dataset
VT-VOD50 and the unaligned dataset UVT-VOD2024 demonstrate the effectiveness
and superiority of our proposed method. Our project will be made available on
our website for free public access.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 05:32:59 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Wang",
"Qishun",
""
],
[
"Tu",
"Zhengzheng",
""
],
[
"Li",
"Chenglong",
""
],
[
"Jiang",
"Bo",
""
]
] |
2504.11780 | Maria Spichkova | Maria Spichkova, Hina Lee, Kevin Iwan, Madeleine Zwart, Yuwon Yoon,
Xiaohan Qin | Agile Retrospectives: What went well? What didn't go well? What should
we do? | Preprint. Accepted to the 20th International Conference on Evaluation
of Novel Approaches to Software Engineering (ENASE 2025). Final version to be
published by SCITEPRESS, http://www.scitepress.org | null | null | null | cs.SE cs.AI | http://creativecommons.org/licenses/by-nc-nd/4.0/ | In Agile/Scrum software development, the idea of retrospective meetings
(retros) is one of the core elements of the project process. In this paper, we
present our work in progress focusing on two aspects: analysis of potential
usage of generative AI for information interaction within retrospective
meetings, and visualisation of retros' information to software development
teams. We also present our prototype tool RetroAI++, focusing on retros-related
functionalities.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 05:33:35 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Spichkova",
"Maria",
""
],
[
"Lee",
"Hina",
""
],
[
"Iwan",
"Kevin",
""
],
[
"Zwart",
"Madeleine",
""
],
[
"Yoon",
"Yuwon",
""
],
[
"Qin",
"Xiaohan",
""
]
] |
2504.11781 | Guanchun Wang | Guanchun Wang, Xiangrong Zhang, Yifei Zhang, Zelin Peng, Tianyang
Zhang, Xu Tang, and Licheng Jiao | ACMamba: Fast Unsupervised Anomaly Detection via An Asymmetrical
Consensus State Space Model | 15 pages, 9 figures | null | null | null | cs.CV cs.AI cs.LG | http://creativecommons.org/licenses/by/4.0/ | Unsupervised anomaly detection in hyperspectral images (HSI), aiming to
detect unknown targets from backgrounds, is challenging for earth surface
monitoring. However, current studies are hindered by steep computational costs
due to the high-dimensional property of HSI and dense sampling-based training
paradigm, constraining their rapid deployment. Our key observation is that,
during training, not all samples within the same homogeneous area are
indispensable, whereas ingenious sampling can provide a powerful substitute for
reducing costs. Motivated by this, we propose an Asymmetrical Consensus State
Space Model (ACMamba) to significantly reduce computational costs without
compromising accuracy. Specifically, we design an asymmetrical anomaly
detection paradigm that utilizes region-level instances as an efficient
alternative to dense pixel-level samples. In this paradigm, a low-cost
Mamba-based module is introduced to discover global contextual attributes of
regions that are essential for HSI reconstruction. Additionally, we develop a
consensus learning strategy from the optimization perspective to simultaneously
facilitate background reconstruction and anomaly compression, further
alleviating the negative impact of anomaly reconstruction. Theoretical analysis
and extensive experiments across eight benchmarks verify the superiority of
ACMamba, demonstrating a faster speed and stronger performance over the
state-of-the-art.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 05:33:42 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Wang",
"Guanchun",
""
],
[
"Zhang",
"Xiangrong",
""
],
[
"Zhang",
"Yifei",
""
],
[
"Peng",
"Zelin",
""
],
[
"Zhang",
"Tianyang",
""
],
[
"Tang",
"Xu",
""
],
[
"Jiao",
"Licheng",
""
]
] |
2504.11782 | Si-Sheng Young | Chia-Hsiang Lin and Si-Sheng Young | HyperKING: Quantum-Classical Generative Adversarial Networks for
Hyperspectral Image Restoration | 19 pages, 15 figures, accepted by IEEE Transactions on Geoscience and
Remote Sensing | null | null | null | eess.IV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Quantum machine intelligence starts showing its impact on satellite remote
sensing (SRS). Also, recent literature exhibits that quantum generative
intelligences encompass superior potential than their classical counterpart,
motivating us to develop quantum generative adversarial networks (GANs) for
SRS. However, existing quantum GANs are restricted by the limited quantum bit
(qubit) resources of current quantum computers and process merely a small 2x2
grayscale image, far from being applicable to SRS. Recently, the novel concept
of hybrid quantum-classical GAN, a quantum generator with a classical
discriminator, has upgraded the order to 28x28 (still grayscale), whereas it is
still insufficient for SRS. This motivates us to design a radically new hybrid
framework, where both generator and discriminator are hybrid architectures. We
demonstrate this feasibility, leading to a breakthrough of processing 128x128
hyperspectral images for SRS. Specifically, we design the quantum part with
mathematically provable quantum full expressibility (FE) to address core signal
processing tasks, wherein the FE property allows the quantum network to realize
any valid quantum operator with appropriate training. The classical part,
composed of convolutional layers, treats the read-in (compressing the optical
information into limited qubits) and read-out (addressing the quantum collapse
effect) procedures. The proposed innovative hybrid quantum GAN, named
Hyperspectral Knot-like IntelligeNt dIscrimiNator and Generator (HyperKING),
where knot partly symbolizes the quantum entanglement and partly the compressed
quantum domain in the central part of the network architecture. HyperKING
significantly surpasses the classical approaches in hyperspectral tensor
completion, mixed noise removal (about 3dB improvement), and blind source
separation results.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 05:35:06 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Lin",
"Chia-Hsiang",
""
],
[
"Young",
"Si-Sheng",
""
]
] |
2504.11783 | Dawei Wang | Dawei Wang, Geng Zhou, Xianglong Li, Yu Bai, Li Chen, Ting Qin, Jian
Sun, Dan Li | The Digital Cybersecurity Expert: How Far Have We Come? | To appear in the IEEE Symposium on Security and Privacy (IEEE S&P)
2025, San Francisco, CA, USA | null | null | null | cs.CR | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The increasing deployment of large language models (LLMs) in the
cybersecurity domain underscores the need for effective model selection and
evaluation. However, traditional evaluation methods often overlook specific
cybersecurity knowledge gaps that contribute to performance limitations. To
address this, we develop CSEBenchmark, a fine-grained cybersecurity evaluation
framework based on 345 knowledge points expected of cybersecurity experts.
Drawing from cognitive science, these points are categorized into factual,
conceptual, and procedural types, enabling the design of 11,050 tailored
multiple-choice questions. We evaluate 12 popular LLMs on CSEBenchmark and find
that even the best-performing model achieves only 85.42% overall accuracy, with
particular knowledge gaps in the use of specialized tools and uncommon
commands. Different LLMs have unique knowledge gaps. Even large models from the
same family may perform poorly on knowledge points where smaller models excel.
By identifying and addressing specific knowledge gaps in each LLM, we achieve
up to an 84% improvement in correcting previously incorrect predictions across
three existing benchmarks for two cybersecurity tasks. Furthermore, our
assessment of each LLM's knowledge alignment with specific cybersecurity roles
reveals that different models align better with different roles, such as GPT-4o
for the Google Senior Intelligence Analyst and Deepseek-V3 for the Amazon
Privacy Engineer. These findings underscore the importance of aligning LLM
selection with the specific knowledge requirements of different cybersecurity
roles for optimal performance.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 05:36:28 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Wang",
"Dawei",
""
],
[
"Zhou",
"Geng",
""
],
[
"Li",
"Xianglong",
""
],
[
"Bai",
"Yu",
""
],
[
"Chen",
"Li",
""
],
[
"Qin",
"Ting",
""
],
[
"Sun",
"Jian",
""
],
[
"Li",
"Dan",
""
]
] |
2504.11784 | Xiao HaoYun | Junwei Zhou, HaoYun Xiao, Jianwen Xi and Qiuzhen Lin | DALC: Distributed Arithmetic Coding Aided by Linear Codes | 7 pages, 7 figures | null | null | null | cs.IT math.IT | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Distributed Arithmetic Coding (DAC) has emerged as a feasible solution to the
Slepian-Wolf problem, particularly in scenarios with non-stationary sources and
for data sequences with lengths ranging from small to medium. Due to the
inherent decoding ambiguity in DAC, the number of candidate paths grows
exponentially with the increase in source length. To select the correct
decoding path from the set of candidates, DAC decoders utilize the Maximum A
Posteriori (MAP) metric to rank the decoding sequences, outputting the path
with the highest MAP metric as the decoding result of the decoder. However,
this method may still inadvertently output incorrect paths that have a MAP
metric higher than the correct decoding path, despite not being the correct
decoding path. To address the issue, we propose Distributed Arithmetic Coding
Aided by Linear Codes (DALC), which employs linear codes to constrain the
decoding process, thereby eliminating some incorrect paths and preserving the
correct one. During the encoding phase, DALC generates the parity bits of the
linear code for encoding the source data. In the decoding phase, each path in
the set of candidate paths is verified in descending order according to the MAP
metric until a path that meets the verification criteria is encountered, which
is then outputted as the decoding result. DALC enhances the decoding
performance of DAC by excluding candidate paths that do not meet the
constraints imposed by linear codes. Our experimental results demonstrate that
DALC reduces the Bit Error Rate(BER), with especially improvements in skewed
source data scenarios.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 05:36:52 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Zhou",
"Junwei",
""
],
[
"Xiao",
"HaoYun",
""
],
[
"Xi",
"Jianwen",
""
],
[
"Lin",
"Qiuzhen",
""
]
] |
2504.11785 | Qiang Gao | Qiang Gao, Xiaoyan Zhang | Ground state and multiple normalized solutions of quasilinear
Schr\"odinger equations in the $L^2$-supercritical case and the Sobolev
critical case | null | null | null | null | math.AP | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | This paper is devoted to studying the existence of normalized solutions for
the following quasilinear Schr\"odinger equation \begin{equation*}
\begin{aligned}
-\Delta u-u\Delta u^2 +\lambda u=|u|^{p-2}u \quad\mathrm{in}\ \mathbb{R}^{N},
\end{aligned} \end{equation*} where $N=3,4$, $\lambda$ appears as a Lagrange
multiplier and $p \in (4+\frac{4}{N},2\cdot2^*]$. The solutions correspond to
critical points of the energy functional subject to the $L^2$-norm constraint
$\int_{\mathbb{R}^N}|u|^2dx=a^2>0$. In the Sobolev critical case $p=2\cdot
2^*$, the energy functional has no critical point. As for $L^2$-supercritical
case $p \in (4+\frac{4}{N},2\cdot2^*)$: on the one hand, taking into account
Pohozaev manifold and perturbation method, we obtain the existence of ground
state normalized solutions for the non-radial case; on the other hand, we get
the existence of infinitely many normalized solutions in $H^1_r(\mathbb{R}^N)$.
Moreover, our results cover several relevant existing results. And in the end,
we get the asymptotic properties of energy as $a$ tends to $+\infty$ and $a$
tends to $0^+$.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 05:37:28 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Gao",
"Qiang",
""
],
[
"Zhang",
"Xiaoyan",
""
]
] |
2504.11786 | Keunsoo Heo | Sang-Jun Park, Keun-Soo Heo, Dong-Hee Shin, Young-Han Son, Ji-Hye Oh,
Tae-Eui Kam | DART: Disease-aware Image-Text Alignment and Self-correcting
Re-alignment for Trustworthy Radiology Report Generation | The IEEE/CVF Conference on Computer Vision and Pattern Recognition
(CVPR) 2025 | null | null | null | cs.CV | http://creativecommons.org/licenses/by-nc-sa/4.0/ | The automatic generation of radiology reports has emerged as a promising
solution to reduce a time-consuming task and accurately capture critical
disease-relevant findings in X-ray images. Previous approaches for radiology
report generation have shown impressive performance. However, there remains
significant potential to improve accuracy by ensuring that retrieved reports
contain disease-relevant findings similar to those in the X-ray images and by
refining generated reports. In this study, we propose a Disease-aware
image-text Alignment and self-correcting Re-alignment for Trustworthy radiology
report generation (DART) framework. In the first stage, we generate initial
reports based on image-to-text retrieval with disease-matching, embedding both
images and texts in a shared embedding space through contrastive learning. This
approach ensures the retrieval of reports with similar disease-relevant
findings that closely align with the input X-ray images. In the second stage,
we further enhance the initial reports by introducing a self-correction module
that re-aligns them with the X-ray images. Our proposed framework achieves
state-of-the-art results on two widely used benchmarks, surpassing previous
approaches in both report generation and clinical efficacy metrics, thereby
enhancing the trustworthiness of radiology reports.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 05:39:08 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Park",
"Sang-Jun",
""
],
[
"Heo",
"Keun-Soo",
""
],
[
"Shin",
"Dong-Hee",
""
],
[
"Son",
"Young-Han",
""
],
[
"Oh",
"Ji-Hye",
""
],
[
"Kam",
"Tae-Eui",
""
]
] |
2504.11787 | Souradeep Bhattacharya | Souradeep Bhattacharya and Kanak Saha | The AstroSat UV Deep Field South. III. Evolution of the UV Luminosity
Function and Luminosity Density from z~0.8-0.4 | 7 pages, 5 figures, 1 table, Accepted for publication in MNRAS
Letters. arXiv admin note: text overlap with arXiv:2310.01903 | null | null | null | astro-ph.GA | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We characterise the rest-frame 1500 \r{A} UV luminosity Function (UVLF) from
deep AstroSat/UVIT F154W and N242W imaging in the Great Observatories Origins
Survey South (GOODS-S) deep field. The UVLFs are constructed and subsequently
characterised with fitted Schechter function parameters from FUV observations
at z$<0.13$ and NUV observations in seven redshift bins in z~0.8-0.4. The UVLF
slope ($\alpha$) and characteristic magnitude ($M^*$) are consistent with
previous determinations for this redshift range based on AstroSat/UVIT
GOODS-North observations, as well as with those from Galaxy evolution Explorer
and Hubble Space Telescope observations. However, differences in the
normalisation factor ($\phi_{*}$) are present for UVLFs for some redshift bins.
We compute the UV luminosity density, $\rho_{\rm UV}$, combining our determined
UVLF parameters with literature determinations out to z$\sim10$. The $\rho_{\rm
UV}$ trend with redshift implies the rapid increase in cosmic star formation
till its peak at z$\sim3$ (cosmic noon) followed by a slow decline till present
day. Both the initial increase in cosmic star formation and subsequent decline
are found to be more rapid than previous determinations.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 05:40:32 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Bhattacharya",
"Souradeep",
""
],
[
"Saha",
"Kanak",
""
]
] |
2504.11788 | Zhisong Zhang | Zhisong Zhang, Tianqing Fang, Kaixin Ma, Wenhao Yu, Hongming Zhang,
Haitao Mi, Dong Yu | Enhancing Web Agents with Explicit Rollback Mechanisms | null | null | null | null | cs.CL cs.AI | http://creativecommons.org/licenses/by/4.0/ | With recent advancements in large language models, web agents have been
greatly improved. However, dealing with complex and dynamic web environments
requires more advanced planning and search abilities. Previous studies usually
adopt a greedy one-way search strategy, which may struggle to recover from
erroneous states. In this work, we enhance web agents with an explicit rollback
mechanism, enabling the agent to revert back to a previous state in its
navigation trajectory. This mechanism gives the model the flexibility to
directly control the search process, leading to an effective and efficient web
navigation method. We conduct experiments on two live web navigation benchmarks
with zero-shot and fine-tuning settings. The results demonstrate the
effectiveness of our proposed approach.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 05:41:20 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Zhang",
"Zhisong",
""
],
[
"Fang",
"Tianqing",
""
],
[
"Ma",
"Kaixin",
""
],
[
"Yu",
"Wenhao",
""
],
[
"Zhang",
"Hongming",
""
],
[
"Mi",
"Haitao",
""
],
[
"Yu",
"Dong",
""
]
] |
2504.11789 | Andrea Davini Mr. | Andrea Davini and Hitoshi Ishii | The vanishing discount problem for nonlocal Hamilton-Jacobi equations | 45 pages | null | null | Roma01.Math | math.AP math.FA | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We establish a convergence result for the vanishing discount problem in the
context of nonlocal HJ equations. We consider a fairly general class of
discounted first-order and convex HJ equations which incorporate an
integro-differential operator posed on the $d$-dimensional torus, and we show
that the solutions converge to a specific critical solution as the discount
factor tends to zero. Our approach relies on duality techniques for nonlocal
convex HJ equations, building upon Hahn-Banach separation theorems to develop a
generalized notion of Mather measure. The results are applied to a specific
class of convex and superlinear Hamiltonians.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 05:42:24 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Davini",
"Andrea",
""
],
[
"Ishii",
"Hitoshi",
""
]
] |
2504.11790 | Philipp del Hougne | Philipp del Hougne | Virtual VNA 3.1: Non-Coherent-Detection-Based Non-Reciprocal Scattering
Matrix Estimation Leveraging a Tunable Load Network | 9 pages including 6 figures | null | null | null | physics.app-ph eess.SP | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We refine the recently introduced "Virtual VNA 3.0" technique to remove the
need for coherent detection. The resulting "Virtual VNA 3.1" technique can
unambiguously estimate the full scattering matrix of a non-reciprocal, linear,
passive, time-invariant device under test (DUT) with $N$ monomodal ports using
an $N_\mathrm{A}$-channel coherent wavefront generator and an
$N_\mathrm{A}$-channel non-coherent detector, where $N_\mathrm{A}<N$. Waves are
injected and received only via a fixed set of $N_\mathrm{A}$ "accessible" DUT
ports while the remaining $N_\mathrm{S}$ "not-directly-accessible" DUT ports
are terminated by a specific tunable load network. To resolve all ambiguities,
an additional modified setup is required in which waves are injected and
received via a known $2N_\mathrm{A}$-port system connected to the DUT's
accessible ports. We experimentally validate our method for
$N_\mathrm{A}=N_\mathrm{S}=4$ considering a non-reciprocal eight-port circuit
as DUT. By eliminating the need for coherent detection, our work reduces the
hardware complexity which may facilitate applications to large-scale or
higher-frequency systems. Additionally, our work provides fundamental insights
into the minimal requirements to fully and unambiguously characterize a
non-reciprocal DUT.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 05:42:51 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"del Hougne",
"Philipp",
""
]
] |
2504.11791 | Adil Jueid | A. Hammad, Adil Jueid | Progress in ${\cal CP}$ violating top-Higgs coupling at the LHC with
Machine Learning | 19 pages, 4 figures. Invited Review | null | null | CTPU-PTC-25-08 | hep-ph | http://creativecommons.org/licenses/by/4.0/ | A precise measurement of the top-Higgs coupling is essential in particle
physics, as it offers a powerful probe of potential new physics beyond the
Standard Model (BSM), particularly scenarios involving ${\cal CP}$ violation,
which is a key condition in addressing the problem of baryon asymmetry of the
universe. In this article, we review the recent progress in the studies of the
the top-Higgs coupling at the Large Hadron Collider (LHC). We briefly highlight
the recent Machine Learning (ML) algorithms being used and their role in
constraining the ${\cal CP}$ phase of the top-Higgs coupling with an emphasis
on the future potential of beyond-the-traditional methods such as transformers
and heterogeneous graphs in these studies.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 05:46:16 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Hammad",
"A.",
""
],
[
"Jueid",
"Adil",
""
]
] |
2504.11792 | Md Sultan Al Nahian | Md Sultan Al Nahian, Chris Delcher, Daniel Harris, Peter Akpunonu and
Ramakanth Kavuluru | Large Language Models for Drug Overdose Prediction from Longitudinal
Medical Records | null | null | null | null | cs.AI cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The ability to predict drug overdose risk from a patient's medical records is
crucial for timely intervention and prevention. Traditional machine learning
models have shown promise in analyzing longitudinal medical records for this
task. However, recent advancements in large language models (LLMs) offer an
opportunity to enhance prediction performance by leveraging their ability to
process long textual data and their inherent prior knowledge across diverse
tasks. In this study, we assess the effectiveness of Open AI's GPT-4o LLM in
predicting drug overdose events using patients' longitudinal insurance claims
records. We evaluate its performance in both fine-tuned and zero-shot settings,
comparing them to strong traditional machine learning methods as baselines. Our
results show that LLMs not only outperform traditional models in certain
settings but can also predict overdose risk in a zero-shot setting without
task-specific training. These findings highlight the potential of LLMs in
clinical decision support, particularly for drug overdose risk prediction.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 05:52:22 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Nahian",
"Md Sultan Al",
""
],
[
"Delcher",
"Chris",
""
],
[
"Harris",
"Daniel",
""
],
[
"Akpunonu",
"Peter",
""
],
[
"Kavuluru",
"Ramakanth",
""
]
] |
2504.11794 | R. Henry Liu | R. Henry Liu, Boryana Hadzhiyska, Simone Ferraro, Sownak Bose, C\'esar
Hern\'andez-Aguayo | Fast Baryonic Field Painting for Sunyaev-Zel'dovich Analyses: Transfer
Function vs. Hybrid Effective Field Theory | 13 pages, 8 figures, comments welcome | null | null | null | astro-ph.CO | http://creativecommons.org/licenses/by/4.0/ | We present two approaches for "painting" baryonic properties relevant to the
Sunyaev-Zel'dovich (SZ) effect - optical depth and Compton-$y$ - onto
3-dimensional $N$-body simulations, using the MillenniumTNG suite as a
benchmark. The goal of these methods is to produce fast and accurate
reconstruction methods to aid future analyses of baryonic feedback using the SZ
effect. The first approach employs a Gaussian Process emulator to model the SZ
quantities via a transfer function, while the second utilizes Hybrid Effective
Field Theory (HEFT) to reproduce these quantities within the simulation. Our
analysis involves comparing both methods to the true MillenniumTNG optical
depth and Compton-$y$ fields using several metrics, including the
cross-correlation coefficient, power spectrum, and power spectrum error.
Additionally, we assess how well the reconstructed fields correlate with dark
matter haloes across various mass thresholds. The results indicate that the
transfer function method yields more accurate reconstructions for fields with
initially high correlations ($r \approx 1$), such as between the optical depth
and dark matter fields. Conversely, the HEFT-based approach proves more
effective in enhancing correlations for fields with weaker initial correlations
($r \sim 0.5$), such as between the Compton-$y$ and dark matter fields. Lastly,
we discuss extensions of our methods to improve the reconstruction performance
at the field level.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 06:00:21 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Liu",
"R. Henry",
""
],
[
"Hadzhiyska",
"Boryana",
""
],
[
"Ferraro",
"Simone",
""
],
[
"Bose",
"Sownak",
""
],
[
"Hernández-Aguayo",
"César",
""
]
] |
2504.11795 | Sitong Wang | Sitong Wang, Samia Menon, Dingzeyu Li, Xiaojuan Ma, Richard Zemel,
Lydia B. Chilton | Schemex: Interactive Structural Abstraction from Examples with
Contrastive Refinement | null | null | null | null | cs.HC | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Each type of creative or communicative work is underpinned by an implicit
structure. People learn these structures from examples - a process known in
cognitive science as schema induction. However, inducing schemas is
challenging, as structural patterns are often obscured by surface-level
variation. We present Schemex, an interactive visual workflow that scaffolds
schema induction through clustering, abstraction, and contrastive refinement.
Schemex supports users through visual representations and interactive
exploration that connect abstract structures to concrete examples, promoting
transparency, adaptability, and effective human-AI collaboration. In our user
study, participants reported significantly greater insight and confidence in
the schemas developed with Schemex compared to those created using a baseline
of an AI reasoning model. We conclude by discussing the broader implications of
structural abstraction and contrastive refinement across domains.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 06:02:31 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Wang",
"Sitong",
""
],
[
"Menon",
"Samia",
""
],
[
"Li",
"Dingzeyu",
""
],
[
"Ma",
"Xiaojuan",
""
],
[
"Zemel",
"Richard",
""
],
[
"Chilton",
"Lydia B.",
""
]
] |
2504.11796 | Yasuhiro Fukuma | Kazuki Shintaku, Arun Jacob Mathew, Akihisa Iwamoto, Mojtaba
Mohammadi, Hiroyuki Awano, Hironori Asada, Yasuhiro Fukuma | Efficient spin-orbit torque driven magnetization switching of GdFe using
phosphorus-implanted platinum layers | null | null | null | null | cond-mat.mtrl-sci | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The capability of the spin-orbit torque (SOT) generated via phenomena such as
the spin Hall effect in heavy metals, in switching the magnetization of an
adjacent magnetic material, has been studied extensively over the last decade.
The efficiency of SOT generation is commonly quantified in terms of the spin
Hall angle {\theta}_SH. In this work, we demonstrate experimentally that
implanting platinum (Pt) with phosphorus (P), resulting in Pt (P) d, where d
denotes the implantation dose, increases {\theta}_SH by a factor of 7, from
0.06 (d = 0) to 0.43 (d = 10*10^16 ions/cm^2). The enhanced {\theta}_SH, along
with factors such as perpendicular magnetic anisotropy and resistivity, lead to
reduction of the critical current density for switching the perpendicular
magnetization of ferrimagnetic rare earth-transition metal alloy Gd26Fe74, by a
factor of nearly 27, from 4.0*1011 A/m^2 (d = 0) to 1.5*10^10 A/m^2 (d =
10*10^16 ions/cm^2). Further, the switching current density at zero thermal
fluctuations and thermal stability factor were evaluated and found to be
2.0*10^10 A/m^2 and 61.4 (d = 10*10^16 ions/cm^2), with the latter being
sufficiently above the required threshold for commercial memory applications.
Our results suggest that Pt (P) could be a strong candidate in realizing
efficient SOT driven magnetization switching leading to the development of
improved memory and logic devices in the future.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 06:03:53 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Shintaku",
"Kazuki",
""
],
[
"Mathew",
"Arun Jacob",
""
],
[
"Iwamoto",
"Akihisa",
""
],
[
"Mohammadi",
"Mojtaba",
""
],
[
"Awano",
"Hiroyuki",
""
],
[
"Asada",
"Hironori",
""
],
[
"Fukuma",
"Yasuhiro",
""
]
] |
2504.11797 | Yongxin Xiong | Yongxin Xiong, Heng Wu, Yifei Li, Xiongfei Wang | Analysis of Power Swing Characteristics of Grid-Forming VSC System
Considering the Current Limitation Mode | null | null | null | null | eess.SY cs.SY | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | This paper investigates power swing characteristics of grid-forming voltage
source converter (GFM-VSC) systems considering the current limitation mode in
both non-inertial and inertial GFM-VSC systems. Following grid faults,
non-inertial GFM-VSC systems can re-synchronize with the grid but may
experience significant power swings driven by its control dynamics, while
inertial GFM-VSC systems may exhibit loss of synchronization (LOS),
characterized by the divergence of the output angle in the active power control
loop. These behaviours are different from conventional synchronous generator
(SG)-based systems, where power swings are typically characterized by physical
angle deviations among power sources. Based on these findings, this paper
explores the performance of traditional impedance-based swing detection schemes
in GFM-VSC systems. The theoretical analysis is validated through various
simulations using the PSCAD/EMTDC platform, covering both single and
multi-machine system scenarios.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 06:07:43 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Xiong",
"Yongxin",
""
],
[
"Wu",
"Heng",
""
],
[
"Li",
"Yifei",
""
],
[
"Wang",
"Xiongfei",
""
]
] |
2504.11798 | Tianyi Zhang | Chao Yuan, Tianyi Zhang, Guanglin Niu | Neighbor-Based Feature and Index Enhancement for Person
Re-Identification | Comment: This paper has been accepted for publication in the 2025
IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops
(CVPRW) | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Person re-identification (Re-ID) aims to match the same pedestrian in a large
gallery with different cameras and views. Enhancing the robustness of the
extracted feature representations is a main challenge in Re-ID. Existing
methods usually improve feature representation by improving model architecture,
but most methods ignore the potential contextual information, which limits the
effectiveness of feature representation and retrieval performance. Neighborhood
information, especially the potential information of multi-order neighborhoods,
can effectively enrich feature expression and improve retrieval accuracy, but
this has not been fully explored in existing research. Therefore, we propose a
novel model DMON-ARO that leverages latent neighborhood information to enhance
both feature representation and index performance. Our approach is built on two
complementary modules: Dynamic Multi-Order Neighbor Modeling (DMON) and
Asymmetric Relationship Optimization (ARO). The DMON module dynamically
aggregates multi-order neighbor relationships, allowing it to capture richer
contextual information and enhance feature representation through adaptive
neighborhood modeling. Meanwhile, ARO refines the distance matrix by optimizing
query-to-gallery relationships, improving the index accuracy. Extensive
experiments on three benchmark datasets demonstrate that our approach achieves
performance improvements against baseline models, which illustrate the
effectiveness of our model. Specifically, our model demonstrates improvements
in Rank-1 accuracy and mAP. Moreover, this method can also be directly extended
to other re-identification tasks.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 06:13:20 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Yuan",
"Chao",
""
],
[
"Zhang",
"Tianyi",
""
],
[
"Niu",
"Guanglin",
""
]
] |
2504.11799 | Nicholas Funai | Nicholas Funai | Gaussian states in quantum field theory: Exact representations of
relative phase in superpositions of Gaussian states | 14 pages (11 + 3 pages of Appendices). 2 figures. RevTeX 4.2 | null | null | null | quant-ph gr-qc hep-th | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Gaussian quantum mechanics is a powerful tool regularly used in quantum
optics to model linear and quadratic Hamiltonians efficiently. Recent interest
in qubit-CV hybrid models has revealed a simple, yet important gap in our
knowledge, namely, how to fully manipulate superpositions of Gaussian states.
In this paper, we show how to faithfully represent a quadratic Gaussian state
in the Fock basis. Specifically, we evaluate the phase necessary to equate the
unitary representation of a zero-mean Gaussian state with its Fock
representation. This allows for the coherent manipulation of superpositions of
Gaussian states, especially the evaluation of expectation values from these
superposed states. We then use this method to model a simple quantum field
theory communication protocol using quadratic detectors in a regime that has
previously been impossible to solve. The result presented in this paper is
expected to become increasingly relevant with hybrid-CV systems, especially in
the strong-coupling regime.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 06:13:36 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Funai",
"Nicholas",
""
]
] |
2504.11800 | Shubo Li | Shubo Li, Ran Li, Kaihao Wang, Zixiang Jia, Xiaoyue Cao, Carlos S.
Frenk, Fangzhou Jiang, Aristeidis Amvrosiadis, Shaun Cole, Qiuhan He, Samuel
C. Lange, Richard Massey, James W. Nightingale, Andrew Robertson, Maximilian
von Wietersheim-Kramsta, and Xianghao Ma | The "Little Dark Dot": Evidence for Self-Interacting Dark Matter in the
Strong Lens SDSSJ0946+1006? | 15 pages, 10 figures | null | null | null | astro-ph.GA | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Previous studies, based on precise modeling of a gravitationally lensing
image, have identified what may be a extremely compact, dark perturber in the
well-known lensing system SDSSJ0946+1006 (the "Jackpot"). Its remarkable
compactness challenges the standard cold dark matter (CDM) paradigm. In this
paper, we explore whether such a compact perturber could be explained as a
core-collapsed halo described by the self-interacting dark matter (SIDM) model.
Using the isothermal Jeans method, we compute the density profiles of
core-collapsed halos across a range of masses. Our comparison with observations
indicates that only a core-collapsed halo with a total mass of approximately
$10^{11}~{\rm M_{\odot}}$ could produce an inner density profile and mass
enclosed within 1 kpc that is consistent with observational data. However, such
a massive dark matter halo should host a galaxy detectable by prior Hubble
imaging, which is not observed. Thus, the core-collapsed SIDM halo model
struggles to fully account for the exotic nature of the "little dark dot" in
the "Jackpot" lens.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 06:16:51 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Li",
"Shubo",
""
],
[
"Li",
"Ran",
""
],
[
"Wang",
"Kaihao",
""
],
[
"Jia",
"Zixiang",
""
],
[
"Cao",
"Xiaoyue",
""
],
[
"Frenk",
"Carlos S.",
""
],
[
"Jiang",
"Fangzhou",
""
],
[
"Amvrosiadis",
"Aristeidis",
""
],
[
"Cole",
"Shaun",
""
],
[
"He",
"Qiuhan",
""
],
[
"Lange",
"Samuel C.",
""
],
[
"Massey",
"Richard",
""
],
[
"Nightingale",
"James W.",
""
],
[
"Robertson",
"Andrew",
""
],
[
"von Wietersheim-Kramsta",
"Maximilian",
""
],
[
"Ma",
"Xianghao",
""
]
] |
2504.11801 | Jaesung Song | Jaesung Song, Young-Ik Sohn | Ultra-fast and accurate multimode waveguide design based on
dataset-based eigenmode expansion method | null | null | null | null | physics.optics | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We propose a dataset-based photonic simulation framework for multimode
waveguide design, enabling ultra-fast simulations with high accuracy. Compared
to conventional approaches, our method offers two to three orders of magnitude
speed-up in complex multimode waveguide designs. Based on this approach, we
demonstrate a silicon multimode waveguide bend with an effective radius of
$30\,\mu\mathrm{m}$ under one second, with accuracy validated against
commercial 3D finite-difference time-domain method. We further explore its
utility for device optimization by designing a $20\,\mu \mathrm{m}$-radius,
arbitrary power splitting ratio bends through thousands of optimization
iterations, completed in just 68 minutes on a standard desktop CPU. This
framework enables the rapid design and engineering of large-scale multimode
photonic devices, making computationally intensive simulations more accessible
to many photonic circuit designers.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 06:17:19 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Song",
"Jaesung",
""
],
[
"Sohn",
"Young-Ik",
""
]
] |
2504.11802 | Pavel Chapovsky | Pavel L. Chapovsky | On the photon energy conservation in stimulated emission. Experiment | 8 pages, 3 figures | null | null | null | physics.atom-ph quant-ph | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Quantum electrodynamics predicts identity of incident and emitted photons in
stimulated emission. This fundamental law is important to test experimentally.
In this work stimulated emission in GaAs semiconductor amplifier was
investigated and positive frequency shift of the amplified beam was detected.
In relative units this frequency shift was found equal $\Delta\nu/\nu = (+1.7
\pm 0.2)\cdot10^{-18}$. This indicates violation of the photon energy
conservation in stimulated emission.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 06:17:28 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Chapovsky",
"Pavel L.",
""
]
] |
2504.11803 | Ilia Derkach | Ilia Derkach | R\'esum\'e abstractif \`a partir d'une transcription audio | 35 pages, in French language, 8 tables, 6 figures | null | null | null | cs.IR | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Currently, large language models are gaining popularity, their achievements
are used in many areas, ranging from text translation to generating answers to
queries. However, the main problem with these new machine learning algorithms
is that training such models requires large computing resources that only large
IT companies have. To avoid this problem, a number of methods (LoRA,
quantization) have been proposed so that existing models can be effectively
fine-tuned for specific tasks. In this paper, we propose an E2E (end to end)
audio summarization model using these techniques. In addition, this paper
examines the effectiveness of these approaches to the problem under
consideration and draws conclusions about the applicability of these methods.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 06:24:49 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Derkach",
"Ilia",
""
]
] |
2504.11804 | Yevgen Kotukh V | Gennady Khalimov, Yevgen Kotukh | Advanced MST3 Encryption scheme based on generalized Suzuki 2-groups | null | null | null | null | cs.CR math.GR | http://creativecommons.org/licenses/by/4.0/ | This article presents a method for enhancing the encryption algorithm in the
MST3 cryptosystem for generalized Suzuki 2-groups. The conventional MST
cryptosystem based on Suzuki groups utilizes logarithmic signatures (LS)
restricted to the center of the group, resulting in an expansive array of
logarithmic signatures. We propose an encryption scheme based on
multi-parameter non-commutative groups, specifically selecting multi-parameter
generalized Suzuki 2-groups as the group construction framework. In our
approach, the logarithmic signature extends across the entire group, with
cipher security dependent on the group order. This design enables the
development of encryption optimized for implementation efficiency determined by
logarithmic signature size while maintaining robust security through
appropriate key sizes and the finite field of group representation. The primary
innovation in our encryption implementation lies in the sequential
de-encapsulation of keys from ciphertext using logarithmic signatures and
associated keys. The security evaluation of the cipher relies on attack
complexity analysis, which is quantified through comprehensive key enumeration
methodologies.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 06:32:45 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Khalimov",
"Gennady",
""
],
[
"Kotukh",
"Yevgen",
""
]
] |
2504.11805 | Namitha Godawatte Liyanage | Namitha Liyanage, Yue Wu, Emmet Houghton, and Lin Zhong | Network-Integrated Decoding System for Real-Time Quantum Error
Correction with Lattice Surgery | null | null | null | null | quant-ph cs.DC cs.NI | http://creativecommons.org/licenses/by/4.0/ | Existing real-time decoders for surface codes are limited to isolated logical
qubits and do not support logical operations involving multiple logical qubits.
We present DECONET, a first-of-its-kind decoding system that scales to
thousands of logical qubits and supports logical operations implemented through
lattice surgery. DECONET organizes compute resources in a network-integrated
hybrid tree-grid structure, which results in minimal latency increase and no
throughput degradation as the system grows. Specifically, DECONET can be scaled
to any arbitrary number of $l$ logical qubits by increasing the compute
resources by $O(l \times log(l))$, which provides the required $O(l)$ growth in
I/O resources while incurring only an $O(log(l))$ increase in latency-a modest
growth that is sufficient for thousands of logical qubits. Moreover, we
analytically show that the scaling approach preserves throughput, keeping
DECONET backlog-free for any number of logical qubits. We report an exploratory
prototype of DECONET, called DECONET/HELIOS, built with five VMK-180 FPGAs,
that successfully decodes 100 logical qubits of distance five. For 100 logical
qubits, under a phenomenological noise rate of 0.1%, the DECONET/HELIOS has an
average latency of 2.40 {\mu}s and an inverse throughput of 0.84 {\mu}s per
measurement round.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 06:37:12 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Liyanage",
"Namitha",
""
],
[
"Wu",
"Yue",
""
],
[
"Houghton",
"Emmet",
""
],
[
"Zhong",
"Lin",
""
]
] |
2504.11806 | Prasenjit Das | Sayantan Mondal and Prasenjit Das | Phase Separation in Active Binary Mixtures With Chemical Reaction | 16 Pages, 7 Figures, Accepted to Soft Matter | null | null | null | cond-mat.soft cond-mat.stat-mech | http://creativecommons.org/publicdomain/zero/1.0/ | We study motility-induced phase separation~(MIPS) in active AB binary
mixtures undergoing the chemical reaction $A \rightleftharpoons B$. Starting
from the evolution equations for the density fields $\rho_i(\vec r, t)$
describing MIPS, we phenomenologically incorporate the effects of the reaction
through the reaction rate $\Gamma$ into the equations. The steady-state domain
morphologies depend on $\Gamma$ and the relative activity of the species,
$\Delta$. For a sufficiently large $\Gamma$ and $\Delta\ne 1$, the more active
component of the mixture forms a droplet morphology. We characterize the
morphology of domains by calculating the equal-time correlation function $C(r,
t)$ and the structure factor $S(k, t)$, exhibiting scaling violation. The
average domain size, $L(t)$, follows a diffusive growth as $L(t)\sim t^{1/3}$
before reaching the steady state domain size, $L_{\rm ss}$. Additionally,
$L_{\rm ss}$ shows the scaling relation $L_{\rm ss}\sim\Gamma^{-1/4}$,
independent of $\Delta$.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 06:38:20 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Mondal",
"Sayantan",
""
],
[
"Das",
"Prasenjit",
""
]
] |
2504.11807 | Massimo Giovannini | Massimo Giovannini | Entropy bounds from quantum thermodynamics | 18 pages, 6 figures | null | null | null | quant-ph astro-ph.CO gr-qc hep-ph hep-th | http://creativecommons.org/licenses/by/4.0/ | Within an inherently classical perspective, there is always an unavoidable
energy cost associated with the information deletion and this common lore is at
the heart of the Landauer's conjecture that does not impose, per se, any
relevant limit on the information acquisition. Although such a mindset should
generally apply to systems of any size, its quantum mechanical implications are
particularly intriguing and, for this reason, we examine here a minimal
physical structure where the system and the environment are described,
respectively, by a pair of quantum oscillators coupled by an appropriate
Hermitian interaction able to amplify the entropy of the initial state. Since
at the onset of the dynamical evolution the system is originally in a pure
state, its entropy variation is always positive semidefinite and the Landauer's
conjecture should not impose any constraint. Nonetheless, provided the quantum
amplification is effective, it turns out that the entropy variation of the
system always undershoots the heat transferred to the environment. When the
initial thermal state of the environment is characterized by a chemical
potential, the entropy growth is bounded both by the particles and by the heat
flowing to the environment. The limits deduced in the quantum thermodynamical
framework are also scrutinized from a field theory standpoint where species of
different spins are copiously produced (especially in a cosmological context)
thanks to the rapid variation of the space-time curvature.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 06:41:50 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Giovannini",
"Massimo",
""
]
] |
2504.11808 | Himanshu Pal | Kishan Gurumurthy, Himanshu Pal, Charu Sharma | Federated Spectral Graph Transformers Meet Neural Ordinary Differential
Equations for Non-IID Graphs | The first two listed authors contributed equally to this work | null | null | null | cs.LG | http://creativecommons.org/licenses/by/4.0/ | Graph Neural Network (GNN) research is rapidly advancing due to GNNs'
capacity to learn distributed representations from graph-structured data.
However, centralizing large volumes of real-world graph data for GNN training
is often impractical due to privacy concerns, regulatory restrictions, and
commercial competition. Federated learning (FL), a distributed learning
paradigm, offers a solution by preserving data privacy with collaborative model
training. Despite progress in training huge vision and language models,
federated learning for GNNs remains underexplored. To address this challenge,
we present a novel method for federated learning on GNNs based on spectral GNNs
equipped with neural ordinary differential equations (ODE) for better
information capture, showing promising results across both homophilic and
heterophilic graphs. Our approach effectively handles non-Independent and
Identically Distributed (non-IID) data, while also achieving performance
comparable to existing methods that only operate on IID data. It is designed to
be privacy-preserving and bandwidth-optimized, making it suitable for
real-world applications such as social network analysis, recommendation
systems, and fraud detection, which often involve complex, non-IID, and
heterophilic graph structures. Our results in the area of federated learning on
non-IID heterophilic graphs demonstrate significant improvements, while also
achieving better performance on homophilic graphs. This work highlights the
potential of federated learning in diverse and challenging graph settings.
Open-source code available on GitHub
(https://github.com/SpringWiz11/Fed-GNODEFormer).
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 06:43:20 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Gurumurthy",
"Kishan",
""
],
[
"Pal",
"Himanshu",
""
],
[
"Sharma",
"Charu",
""
]
] |
2504.11809 | Biao Fu | Biao Fu, Donglei Yu, Minpeng Liao, Chengxi Li, Yidong Chen, Kai Fan,
Xiaodong Shi | Efficient and Adaptive Simultaneous Speech Translation with Fully
Unidirectional Architecture | null | null | null | null | cs.CL | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Simultaneous speech translation (SimulST) produces translations incrementally
while processing partial speech input. Although large language models (LLMs)
have showcased strong capabilities in offline translation tasks, applying them
to SimulST poses notable challenges. Existing LLM-based SimulST approaches
either incur significant computational overhead due to repeated encoding of
bidirectional speech encoder, or they depend on a fixed read/write policy,
limiting the efficiency and performance. In this work, we introduce Efficient
and Adaptive Simultaneous Speech Translation (EASiST) with fully unidirectional
architecture, including both speech encoder and LLM. EASiST includes a
multi-latency data curation strategy to generate semantically aligned SimulST
training samples and redefines SimulST as an interleaved generation task with
explicit read/write tokens. To facilitate adaptive inference, we incorporate a
lightweight policy head that dynamically predicts read/write actions.
Additionally, we employ a multi-stage training strategy to align speech-text
modalities and optimize both translation and policy behavior. Experiments on
the MuST-C En$\rightarrow$De and En$\rightarrow$Es datasets demonstrate that
EASiST offers superior latency-quality trade-offs compared to several strong
baselines.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 06:46:15 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Fu",
"Biao",
""
],
[
"Yu",
"Donglei",
""
],
[
"Liao",
"Minpeng",
""
],
[
"Li",
"Chengxi",
""
],
[
"Chen",
"Yidong",
""
],
[
"Fan",
"Kai",
""
],
[
"Shi",
"Xiaodong",
""
]
] |
2504.11810 | Yu Watanabe | Yu Watanabe, Shigeki Matsumoto, Christopher M. Karwin, Tom Melia,
Michela Negro, Thomas Siegert, Yuki Watanabe, Hiroki Yoneda and Tadayuki
Takahashi | Light WIMPs and MeV Gamma-ray Detection with COSI | 73 pages, 25 figures | null | null | null | hep-ph astro-ph.HE | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Light weakly interacting massive particles (WIMPs), whose masses are in the
sub-GeV scale, have been attracting more attention due to the negative results
searching for traditional WIMPs. The light WIMPs are expected to produce gamma
rays from annihilation in the MeV energy region. Advancements in technology
have opened up possibilities to precisely detect MeV gamma rays, leading to the
upcoming space-based mission of the Compton Spectrometer and Imager (COSI). We
comprehensively and quantitatively study the phenomenology of light WIMPs to
determine if the COSI observations will probe their viable model parameter
regions. We first construct models to describe light WIMPs based on the
minimality and renormalizability of quantum field theory. Next, we impose
various constraints on the models obtained from cosmological observations (CMB,
BBN) and dark matter searches (accelerator, underground, astrophysical
experiments, etc.). Finally, we identify viable parameter regions in each model
and discuss whether or not COSI will be sensitive to the parameter regions. We
find that a velocity-dependent annihilation cross-section is predicted in some
regions, enabling COSI to detect the dark matter signal while avoiding severe
constraints from cosmological observations.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 06:48:42 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Watanabe",
"Yu",
""
],
[
"Matsumoto",
"Shigeki",
""
],
[
"Karwin",
"Christopher M.",
""
],
[
"Melia",
"Tom",
""
],
[
"Negro",
"Michela",
""
],
[
"Siegert",
"Thomas",
""
],
[
"Watanabe",
"Yuki",
""
],
[
"Yoneda",
"Hiroki",
""
],
[
"Takahashi",
"Tadayuki",
""
]
] |
2504.11811 | Marco Forgione | Marco Forgione, Ankush Chakrabarty, Dario Piga, Matteo Rufolo, Alberto
Bemporad | Manifold meta-learning for reduced-complexity neural system
identification | null | null | null | null | cs.LG cs.SY eess.SY | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | System identification has greatly benefited from deep learning techniques,
particularly for modeling complex, nonlinear dynamical systems with partially
unknown physics where traditional approaches may not be feasible. However, deep
learning models often require large datasets and significant computational
resources at training and inference due to their high-dimensional
parameterizations. To address this challenge, we propose a meta-learning
framework that discovers a low-dimensional manifold within the parameter space
of an over-parameterized neural network architecture. This manifold is learned
from a meta-dataset of input-output sequences generated by a class of related
dynamical systems, enabling efficient model training while preserving the
network's expressive power for the considered system class. Unlike bilevel
meta-learning approaches, our method employs an auxiliary neural network to map
datasets directly onto the learned manifold, eliminating the need for costly
second-order gradient computations during meta-training and reducing the number
of first-order updates required in inference, which could be expensive for
large models. We validate our approach on a family of Bouc-Wen oscillators,
which is a well-studied nonlinear system identification benchmark. We
demonstrate that we are able to learn accurate models even in small-data
scenarios.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 06:49:56 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Forgione",
"Marco",
""
],
[
"Chakrabarty",
"Ankush",
""
],
[
"Piga",
"Dario",
""
],
[
"Rufolo",
"Matteo",
""
],
[
"Bemporad",
"Alberto",
""
]
] |
2504.11812 | Dikshit Chauhan | Dikshit Chauhan, Shivani, P. N. Suganthan | Learning Strategies in Particle Swarm Optimizer: A Critical Review and
Performance Analysis | 53 pages, 14 figures | null | null | null | cs.NE cs.AI | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Nature has long inspired the development of swarm intelligence (SI), a key
branch of artificial intelligence that models collective behaviors observed in
biological systems for solving complex optimization problems. Particle swarm
optimization (PSO) is widely adopted among SI algorithms due to its simplicity
and efficiency. Despite numerous learning strategies proposed to enhance PSO's
performance in terms of convergence speed, robustness, and adaptability, no
comprehensive and systematic analysis of these strategies exists. We review and
classify various learning strategies to address this gap, assessing their
impact on optimization performance. Additionally, a comparative experimental
evaluation is conducted to examine how these strategies influence PSO's search
dynamics. Finally, we discuss open challenges and future directions,
emphasizing the need for self-adaptive, intelligent PSO variants capable of
addressing increasingly complex real-world problems.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 06:50:02 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Chauhan",
"Dikshit",
""
],
[
"Shivani",
"",
""
],
[
"Suganthan",
"P. N.",
""
]
] |
2504.11813 | Pavol Quittner | Pavol Quittner and Philippe Souplet | Threshold, subthreshold and global unbounded solutions of superlinear
heat equations | null | null | null | null | math.AP | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We consider the semilinear heat equation with a superlinear nonlinearity and
we study the properties of threshold or subthreshold solutions, lying on or
below the boundary between blow-up and global existence, respectively. For the
Cauchy-Dirichlet problem, we prove the boundedness of any subthreshold
solution. This implies, in particular, that all global unbounded solutions --
if they exist -- are threshold solutions. For the Cauchy problem, these
properties fail in general but we show that they become true for a suitably
modified notion of threshold. Our results strongly improve known results even
in the model case of power nonlinearities, especially in the Sobolev critical
and supercritical cases.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 06:50:49 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Quittner",
"Pavol",
""
],
[
"Souplet",
"Philippe",
""
]
] |
2504.11814 | Bashar Alhafni | Kirill Chirkunov, Bashar Alhafni, Chatrine Qwaider, Nizar Habash, Ted
Briscoe | ARWI: Arabic Write and Improve | null | null | null | null | cs.CL | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Although Arabic is spoken by over 400 million people, advanced Arabic writing
assistance tools remain limited. To address this gap, we present ARWI, a new
writing assistant that helps learners improve essay writing in Modern Standard
Arabic. ARWI is the first publicly available Arabic writing assistant to
include a prompt database for different proficiency levels, an Arabic text
editor, state-of-the-art grammatical error detection and correction, and
automated essay scoring aligned with the Common European Framework of Reference
standards for language attainment. Moreover, ARWI can be used to gather a
growing auto-annotated corpus, facilitating further research on Arabic grammar
correction and essay scoring, as well as profiling patterns of errors made by
native speakers and non-native learners. A preliminary user study shows that
ARWI provides actionable feedback, helping learners identify grammatical gaps,
assess language proficiency, and guide improvement.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 07:00:47 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Chirkunov",
"Kirill",
""
],
[
"Alhafni",
"Bashar",
""
],
[
"Qwaider",
"Chatrine",
""
],
[
"Habash",
"Nizar",
""
],
[
"Briscoe",
"Ted",
""
]
] |
2504.11815 | Ronny Bergmann | Ronny Bergmann and Orizon P. Ferreira and Sandor N\'emeth and Jinzhen
Zhu | On projection mappings and the gradient projection method on hyperbolic
space forms | null | null | null | null | math.OC cs.NA math.DG math.NA | http://creativecommons.org/licenses/by-nc-sa/4.0/ | This paper presents several new properties of the intrinsic
$\kappa$-projection into $\kappa$-hyperbolically convex sets of
$\kappa$-hyperbolic space forms, along with closed-form formulas for the
intrinsic $\kappa$-projection into specific $\kappa$-hyperbolically convex
sets. It also discusses the relationship between the intrinsic
$\kappa$-projection, the Euclidean orthogonal projection, and the Lorentz
projection. These properties lay the groundwork for analyzing the gradient
projection method and hold importance in their own right. Additionally, new
properties of the gradient projection method to solve constrained optimization
problems in $\kappa$-hyperbolic space forms are established, considering both
constant and backtracking step sizes in the analysis. It is shown that every
accumulation point of the sequence generated by the method for both step sizes
is a stationary point for the given problem. Additionally, an iteration
complexity bound is provided that upper bounds the number of iterations needed
to achieve a suitable measure of stationarity for both step sizes. Finally, the
properties of the constrained Fermat-Weber problem are explored, demonstrating
that the sequence generated by the gradient projection method converges to its
unique solution. Numerical experiments on solving the Fermat-Weber problem are
presented, illustrating the theoretical findings and demonstrating the
effectiveness of the proposed methods.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 07:01:00 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Bergmann",
"Ronny",
""
],
[
"Ferreira",
"Orizon P.",
""
],
[
"Németh",
"Sandor",
""
],
[
"Zhu",
"Jinzhen",
""
]
] |
2504.11816 | Kihyun Kim | Kihyun Kim, Jinwoo Kim, Hyunsun Chung, Myung-Hoon Cha, Hong-Yeon Kim,
and Youngjae Kim | Cost-Efficient LLM Serving in the Cloud: VM Selection with KV Cache
Offloading | 10 pages, 6 figures | null | null | null | cs.LG cs.DC | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | LLM inference is essential for applications like text summarization,
translation, and data analysis, but the high cost of GPU instances from Cloud
Service Providers (CSPs) like AWS is a major burden. This paper proposes
InferSave, a cost-efficient VM selection framework for cloud based LLM
inference. InferSave optimizes KV cache offloading based on Service Level
Objectives (SLOs) and workload charac teristics, estimating GPU memory needs,
and recommending cost-effective VM instances. Additionally, the Compute Time
Calibration Function (CTCF) improves instance selection accuracy by adjusting
for discrepancies between theoretical and actual GPU performance. Experiments
on AWS GPU instances show that selecting lower-cost instances without KV cache
offloading improves cost efficiency by up to 73.7% for online workloads, while
KV cache offloading saves up to 20.19% for offline workloads.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 07:02:38 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Kim",
"Kihyun",
""
],
[
"Kim",
"Jinwoo",
""
],
[
"Chung",
"Hyunsun",
""
],
[
"Cha",
"Myung-Hoon",
""
],
[
"Kim",
"Hong-Yeon",
""
],
[
"Kim",
"Youngjae",
""
]
] |
2504.11817 | Sohini Chatterjee | Subir K. Das, Sohini Chatterjee, Wasim Akram, Subhajit Paul, Saikat
Chakraborty, Arabinda Bera | Density-field structures in a few systems undergoing velocity ordering | null | null | null | null | cond-mat.soft cond-mat.stat-mech | http://creativecommons.org/licenses/by/4.0/ | We consider two (off-lattice) varieties of out-of-equilibrium systems, viz.,
granular and active matter systems, that, in addition to displaying velocity
ordering, exhibit fascinating pattern formation in the density field, similar
to those during vapor-liquid phase transitions. In the granular system,
velocity ordering occurs due to reduction in the normal components of
velocities, arising from inelastic collisions. In the active matter case, on
the other hand, velocity alignment occurs because of the inherent tendency of
the active particles to follow each other. Inspite of this difference, the
patterns, even during density-field evolutions, in these systems can be
remarkably similar. This we have quantified via the calculations of the
two-point equal time correlation functions and the structure factors. These
results have been compared with the well studied case of kinetics of phase
separation within the framework of the Ising model. Despite the order-parameter
conservation constraint in all the cases, in the density field, the
quantitative structural features in the Ising case is quite different from
those for the granular and active matters. Interestingly, the correlation
function for the latter varieties, particularly for an active matter model,
quite accurately describes the structure in a real assembly of biologically
active particles.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 07:05:44 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Das",
"Subir K.",
""
],
[
"Chatterjee",
"Sohini",
""
],
[
"Akram",
"Wasim",
""
],
[
"Paul",
"Subhajit",
""
],
[
"Chakraborty",
"Saikat",
""
],
[
"Bera",
"Arabinda",
""
]
] |
2504.11818 | Guy Rothmann Mr | Gadi Fibich, Guy Rothmann | A phase transition in the Susceptible-Infected model on hypernetworks | null | null | null | null | physics.soc-ph | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We derive the master equations for the Susceptible-Infected (SI) model on
general hypernetworks with~$N$-body interactions. We solve these equations
exactly for infinite~$d$-regular hypernetworks, and obtain an explicit solution
for the expected infection level as a function of time. The solution shows that
the epidemic spreads out to the entire population as~$t \to \infty$ if and only
if the initial infection level exceeds a positive threshold value. This phase
transition is a high-order interactions effect, which is absent with pairwise
interactions.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 07:09:57 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Fibich",
"Gadi",
""
],
[
"Rothmann",
"Guy",
""
]
] |
2504.11819 | Daniel Jakubczyk | Anastasiya Derkachova, Daniel Jakubczyk, Gennadiy Derkachov, Kwasi
Nyandey | Refractive Index, Its Chromatic Disper-sion, and Thermal Coefficients of
Four Less Common Glycols | 11 pages, 8 figures, raw data in Mendeley Data | null | null | null | physics.optics cond-mat.mtrl-sci | http://creativecommons.org/licenses/by/4.0/ | We report comprehensive measurements of the refractive index as a function of
wavelength and temperature for four less commonly studied glycols:
pentaethylene glycol, hexaethylene glycol, dipropylene glycol (mixture of
isomers), and tripropylene glycol. The measurements cover the spectral range of
390-1070 nm and temperatures from 1{\deg}C to 45{\deg}C. The data were modeled
using a two-pole Sellmeier equation, with temperature dependence captured by
wavelength-dependent thermal coefficients. The resulting fit parameters are
provided in tabulated form. Experimental uncertainties in refractive index,
wavelength, and temperature were rigorously evaluated and incorporated into the
analysis. The influence of sample purity - including residual water content and
manufacturer-reported impurities - was assessed and accounted for in the
uncertainty estimates. To our knowledge, this is the first dataset to
systematically characterize both chromatic dispersion and thermal variation of
the refractive index for these glycols over such a broad spectral and
temperature range. The validated fitting equations and parameters are suitable
for use in optical modeling, materials characterization, and related
applications. All raw data are available in a publicly accessible repository.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 07:13:07 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Derkachova",
"Anastasiya",
""
],
[
"Jakubczyk",
"Daniel",
""
],
[
"Derkachov",
"Gennadiy",
""
],
[
"Nyandey",
"Kwasi",
""
]
] |
2504.11820 | Delong Suzhang | Delong Suzhang, Meng Yang | Real-World Depth Recovery via Structure Uncertainty Modeling and
Inaccurate GT Depth Fitting | null | null | null | null | cs.CV cs.AI | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The low-quality structure in raw depth maps is prevalent in real-world RGB-D
datasets, which makes real-world depth recovery a critical task in recent
years. However, the lack of paired raw-ground truth (raw-GT) data in the real
world poses challenges for generalized depth recovery. Existing methods
insufficiently consider the diversity of structure misalignment in raw depth
maps, which leads to poor generalization in real-world depth recovery. Notably,
random structure misalignments are not limited to raw depth data but also
affect GT depth in real-world datasets. In the proposed method, we tackle the
generalization problem from both input and output perspectives. For input, we
enrich the diversity of structure misalignment in raw depth maps by designing a
new raw depth generation pipeline, which helps the network avoid overfitting to
a specific condition. Furthermore, a structure uncertainty module is designed
to explicitly identify the misaligned structure for input raw depth maps to
better generalize in unseen scenarios. Notably the well-trained depth
foundation model (DFM) can help the structure uncertainty module estimate the
structure uncertainty better. For output, a robust feature alignment module is
designed to precisely align with the accurate structure of RGB images avoiding
the interference of inaccurate GT depth. Extensive experiments on multiple
datasets demonstrate the proposed method achieves competitive accuracy and
generalization capabilities across various challenging raw depth maps.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 07:14:01 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Suzhang",
"Delong",
""
],
[
"Yang",
"Meng",
""
]
] |
2504.11821 | Xinhang Tong | Yi C. Huang and Xinhang Tong | Thermodynamic Uncertainty Relation for $f$-divergence Entropy Production | null | null | null | null | cond-mat.stat-mech | http://creativecommons.org/licenses/by/4.0/ | We propose an $f$-divergence extension of the Hasegawa-Nishiyama
thermodynamic uncertainty relation. More precisely, we introduce the stochastic
thermodynamic entropy production based on generalised $f$-divergences and
derive corresponding uncertainty relations in connection with the symmetry
entropy.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 07:14:01 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Huang",
"Yi C.",
""
],
[
"Tong",
"Xinhang",
""
]
] |
2504.11822 | Jiawang Li | Jiawang Li | Properties of Near Field Focusing for Cylindrical Dipole Arrays in
Enclosed Array Volume | null | null | null | null | eess.SP | http://creativecommons.org/licenses/by/4.0/ | Motivated by large intelligent surface applications, the electric field
properties of near field focusing using phase conjugation method are analyzed
for cylindrical dipole arrays. Firstly, for the transmitting antennas featuring
vertical polarization, the polarization characteristic is decomposed along the
x, y, and z directions. Three typical cases are studied when the focal points
are at (xf , 0, 0), (0, yf , 0), and (0, 0, zf ). When the length of the
cylindrical dipole array is significantly larger compared to its radius,
certain unique insights emerge. When the focal point is positioned along (0, 0,
zf ), apart from the region on both sides, the ratio between Ez and Ex/Ey
remains {\pi}/2. Additionally, When the focal point is located within the
cylinder, the electric field of each polarization is approximately the same
everywhere. In other words, beam focusing does not incur losses due to
different positions. The focusing resolution of Ez is the same in the
transverse and longitudinal directions. Different from the situation where the
3 - dB focal beam depth is much smaller than the focal beam width for the most
of arrays, the resolution in the longitudinal can be improved, respectively.
Through a comprehensive grasp of these design principles, we can gain a deeper
understanding of the specific areas with significant potential for practical
applications.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 07:16:33 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Li",
"Jiawang",
""
]
] |
2504.11823 | Manh Duong Phung | Thu Hang Khuat, Duy-Nam Bui, Hoa TT. Nguyen, Mien L. Trinh, Minh T.
Nguyen, Manh Duong Phung | Multi-goal Rapidly Exploring Random Tree with Safety and Dynamic
Constraints for UAV Cooperative Path Planning | null | IEEE Transactions on Vehicular Technology, 2025 | 10.1109/TVT.2025.3560658 | null | cs.RO | http://creativecommons.org/licenses/by/4.0/ | Cooperative path planning is gaining its importance due to the increasing
demand on using multiple unmanned aerial vehicles (UAVs) for complex missions.
This work addresses the problem by introducing a new algorithm named MultiRRT
that extends the rapidly exploring random tree (RRT) to generate paths for a
group of UAVs to reach multiple goal locations at the same time. We first
derive the dynamics constraint of the UAV and include it in the problem
formulation. MultiRRT is then developed, taking into account the cooperative
requirements and safe constraints during its path-searching process. The
algorithm features two new mechanisms, node reduction and Bezier interpolation,
to ensure the feasibility and optimality of the paths generated. Importantly,
the interpolated paths are proven to meet the safety and dynamics constraints
imposed by obstacles and the UAVs. A number of simulations, comparisons, and
experiments have been conducted to evaluate the performance of the proposed
approach. The results show that MultiRRT can generate collision-free paths for
multiple UAVs to reach their goals with better scores in path length and
smoothness metrics than state-of-the-art RRT variants including Theta-RRT,
FN-RRT, RRT*, and RRT*-Smart. The generated paths are also tested in practical
flights with real UAVs to evaluate their validity for cooperative tasks. The
source code of the algorithm is available at
https://github.com/duynamrcv/multi-target_RRT
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 07:16:35 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Khuat",
"Thu Hang",
""
],
[
"Bui",
"Duy-Nam",
""
],
[
"Nguyen",
"Hoa TT.",
""
],
[
"Trinh",
"Mien L.",
""
],
[
"Nguyen",
"Minh T.",
""
],
[
"Phung",
"Manh Duong",
""
]
] |
2504.11824 | Hiroki Takahashi | Shaobo Gao, Vishnu Kavungal, Shuma Oya, Daichi Okuno, Ezra Kassa,
William J. Hughes, Peter Horak, Hiroki Takahashi | Profile control of fibre-based micro-mirrors using adaptive laser
shooting with $\textit{in situ}$ imaging | null | null | null | null | physics.optics quant-ph | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Fibre Fabry-Perot cavities (FFPCs) are used in various studies in cavity
quantum electrodynamics (CQED) and quantum technologies due to the cavity's
small mode volume and compact integration with optical fibres. We develop a
novel $\text{CO}_2$ laser machining method that produces well-controlled
surface profiles on the end facets of cleaved optical fibres. Using multiple
shots in distinct spatial distribution patterns, our method employs a shooting
algorithm that adaptively changes laser ablation parameters during the shooting
to suppress deviations from the desired profile. This is made possible by
$\textit{in situ}$ imaging of the machined profile, its inspection and the
usage of the information in the subsequent steps. Underlying this algorithm is
a newly found laser ablation parameter, the pause between shots, which controls
the accumulation of heat in between successive laser shots and as a result
determines the area of impact made by an individual ablation sequence. We
fabricate fibre-based micro-mirrors with radii of curvature ranging from 250
$\mu$m to 700 $\mu$m with an effective mirror diameter of 60 $\mu$m in either
Gaussian or spherical profiles. Due to the self-correcting nature of our
adaptive algorithm, we achieve a near 100\% success rate in the production of
desired profiles with low ellipticity. After furnishing the laser machined
fibre end facets with high reflectivity coating, FFPCs are formed to
demonstrate a high finesse up to 150,000 at an optical wavelength of 854 nm.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 07:16:41 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Gao",
"Shaobo",
""
],
[
"Kavungal",
"Vishnu",
""
],
[
"Oya",
"Shuma",
""
],
[
"Okuno",
"Daichi",
""
],
[
"Kassa",
"Ezra",
""
],
[
"Hughes",
"William J.",
""
],
[
"Horak",
"Peter",
""
],
[
"Takahashi",
"Hiroki",
""
]
] |
2504.11825 | Kangbo Ma | Kangbo Ma | TextDiffSeg: Text-guided Latent Diffusion Model for 3d Medical Images
Segmentation | null | null | null | null | eess.IV cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Diffusion Probabilistic Models (DPMs) have demonstrated significant potential
in 3D medical image segmentation tasks. However, their high computational cost
and inability to fully capture global 3D contextual information limit their
practical applications. To address these challenges, we propose a novel
text-guided diffusion model framework, TextDiffSeg. This method leverages a
conditional diffusion framework that integrates 3D volumetric data with natural
language descriptions, enabling cross-modal embedding and establishing a shared
semantic space between visual and textual modalities. By enhancing the model's
ability to recognize complex anatomical structures, TextDiffSeg incorporates
innovative label embedding techniques and cross-modal attention mechanisms,
effectively reducing computational complexity while preserving global 3D
contextual integrity. Experimental results demonstrate that TextDiffSeg
consistently outperforms existing methods in segmentation tasks involving
kidney and pancreas tumors, as well as multi-organ segmentation scenarios.
Ablation studies further validate the effectiveness of key components,
highlighting the synergistic interaction between text fusion, image feature
extractor, and label encoder. TextDiffSeg provides an efficient and accurate
solution for 3D medical image segmentation, showcasing its broad applicability
in clinical diagnosis and treatment planning.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 07:17:36 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Ma",
"Kangbo",
""
]
] |
2504.11826 | S\"oren Henning | S\"oren Henning, Adriano Vogel, Esteban Perez-Wohlfeil, Otmar Ertl,
Rick Rabiser | When Should I Run My Application Benchmark?: Studying Cloud Performance
Variability for the Case of Stream Processing Applications | 33rd ACM International Conference on the Foundations of Software
Engineering (FSE 2025), Industry Track | null | 10.1145/3696630.3728563 | null | cs.SE cs.DC cs.PF | http://creativecommons.org/licenses/by/4.0/ | Performance benchmarking is a common practice in software engineering,
particularly when building large-scale, distributed, and data-intensive
systems. While cloud environments offer several advantages for running
benchmarks, it is often reported that benchmark results can vary significantly
between repetitions -- making it difficult to draw reliable conclusions about
real-world performance. In this paper, we empirically quantify the impact of
cloud performance variability on benchmarking results, focusing on stream
processing applications as a representative type of data-intensive,
performance-critical system. In a longitudinal study spanning more than three
months, we repeatedly executed an application benchmark used in research and
development at Dynatrace. This allows us to assess various aspects of
performance variability, particularly concerning temporal effects. With
approximately 591 hours of experiments, deploying 789 Kubernetes clusters on
AWS and executing 2366 benchmarks, this is likely the largest study of its kind
and the only one addressing performance from an end-to-end, i.e., application
benchmark perspective. Our study confirms that performance variability exists,
but it is less pronounced than often assumed (coefficient of variation of <
3.7%). Unlike related studies, we find that performance does exhibit a daily
and weekly pattern, although with only small variability (<= 2.5%). Re-using
benchmarking infrastructure across multiple repetitions introduces only a
slight reduction in result accuracy (<= 2.5 percentage points). These key
observations hold consistently across different cloud regions and machine types
with different processor architectures. We conclude that for engineers and
researchers focused on detecting substantial performance differences (e.g., >
5%) in...
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 07:22:44 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Henning",
"Sören",
""
],
[
"Vogel",
"Adriano",
""
],
[
"Perez-Wohlfeil",
"Esteban",
""
],
[
"Ertl",
"Otmar",
""
],
[
"Rabiser",
"Rick",
""
]
] |
2504.11827 | William Xie | William Xie, Nikolaus Correll | Towards Forceful Robotic Foundation Models: a Literature Survey | 20 pages, 9 figures | null | null | null | cs.RO | http://creativecommons.org/licenses/by/4.0/ | This article reviews contemporary methods for integrating force, including
both proprioception and tactile sensing, in robot manipulation policy learning.
We conduct a comparative analysis on various approaches for sensing force, data
collection, behavior cloning, tactile representation learning, and low-level
robot control. From our analysis, we articulate when and why forces are needed,
and highlight opportunities to improve learning of contact-rich, generalist
robot policies on the path toward highly capable touch-based robot foundation
models. We generally find that while there are few tasks such as pouring,
peg-in-hole insertion, and handling delicate objects, the performance of
imitation learning models is not at a level of dynamics where force truly
matters. Also, force and touch are abstract quantities that can be inferred
through a wide range of modalities and are often measured and controlled
implicitly. We hope that juxtaposing the different approaches currently in use
will help the reader to gain a systemic understanding and help inspire the next
generation of robot foundation models.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 07:24:13 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Xie",
"William",
""
],
[
"Correll",
"Nikolaus",
""
]
] |
2504.11828 | W{\l}odzimierz Piechocki | Adam Cie\'slik, Andrzej G\'o\'zd\'z, Patryk Mach, Aleksandra
P\c{e}drak, W{\l}odzimierz Piechocki | Semiclassical causal geodesics: Minkowski spacetime case | 35 pages, 9 figures | null | null | null | gr-qc | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We use an integral quantization model based on the Heisenberg-Weyl group to
describe the motion of a spinless particle in the Minkowski background
spacetime. This work is a sequel to a previous paper, devoted to mathematical
aspects of our model: construction of the space of coherent states and
properties of elementary observables. We compute transition amplitudes
corresponding to a free motion of a particle between two coherent states. These
amplitudes are then used to model quantum random walks of free relativistic
particles. Our quantization scheme allows us to recover interference patterns
occurring in a standard double-slit experiment, known from the classical
approach. This result is obtained by modeling the slits in terms of eigenstates
of the position operator and computing transition amplitudes between position
and coherent states. We design our model in a way which allows for a future
generalization to a semi-classical quantization of the geodesic motion in
curved spacetimes.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 07:27:28 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Cieślik",
"Adam",
""
],
[
"Góźdź",
"Andrzej",
""
],
[
"Mach",
"Patryk",
""
],
[
"Pȩdrak",
"Aleksandra",
""
],
[
"Piechocki",
"Włodzimierz",
""
]
] |
2504.11830 | Rohan Hitchcock | Rohan Hitchcock, Gary W. Delaney, Jonathan H. Manton, Richard Scalzo
and Jingge Zhu | Emergence of Computational Structure in a Neural Network Physics
Simulator | 35 pages | null | null | null | cs.LG | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Neural networks often have identifiable computational structures - components
of the network which perform an interpretable algorithm or task - but the
mechanisms by which these emerge and the best methods for detecting these
structures are not well understood. In this paper we investigate the emergence
of computational structure in a transformer-like model trained to simulate the
physics of a particle system, where the transformer's attention mechanism is
used to transfer information between particles. We show that (a) structures
emerge in the attention heads of the transformer which learn to detect particle
collisions, (b) the emergence of these structures is associated to degenerate
geometry in the loss landscape, and (c) the dynamics of this emergence follows
a power law. This suggests that these components are governed by a degenerate
"effective potential". These results have implications for the convergence time
of computational structure within neural networks and suggest that the
emergence of computational structure can be detected by studying the dynamics
of network components.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 07:38:51 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Hitchcock",
"Rohan",
""
],
[
"Delaney",
"Gary W.",
""
],
[
"Manton",
"Jonathan H.",
""
],
[
"Scalzo",
"Richard",
""
],
[
"Zhu",
"Jingge",
""
]
] |
2504.11831 | Changming Xu | Changming Xu, Debangshu Banerjee, Deepak Vasisht, Gagandeep Singh | Support is All You Need for Certified VAE Training | 21 pages, 3 figures, ICLR '25 | null | null | null | cs.LG stat.ML | http://creativecommons.org/licenses/by/4.0/ | Variational Autoencoders (VAEs) have become increasingly popular and deployed
in safety-critical applications. In such applications, we want to give
certified probabilistic guarantees on performance under adversarial attacks. We
propose a novel method, CIVET, for certified training of VAEs. CIVET depends on
the key insight that we can bound worst-case VAE error by bounding the error on
carefully chosen support sets at the latent layer. We show this point
mathematically and present a novel training algorithm utilizing this insight.
We show in an extensive evaluation across different datasets (in both the
wireless and vision application areas), architectures, and perturbation
magnitudes that our method outperforms SOTA methods achieving good standard
performance with strong robustness guarantees.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 07:41:40 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Xu",
"Changming",
""
],
[
"Banerjee",
"Debangshu",
""
],
[
"Vasisht",
"Deepak",
""
],
[
"Singh",
"Gagandeep",
""
]
] |
2504.11832 | Deepak Prakash Kumar | Deepak Prakash Kumar, Swaroop Darbha, Satyanarayana Gupta Manyam,
David Casbeer | Generation of Paths for Motion Planning for a Dubins Vehicle on Sphere | null | null | null | null | math.OC | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In this article, the candidate optimal paths for a Dubins vehicle on a sphere
are analytically derived. In particular, the arc angles for segments in $CGC$,
$CCC$, $CCCC$, and $CCCCC$ paths, which have previously been shown to be
optimal depending on the turning radius $r$ of the vehicle by Kumar \textit{et
al.}, are analytically derived. The derived expressions are used for the
implementation provided in
https://github.com/DeepakPrakashKumar/Motion-planning-on-sphere.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 07:44:02 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Kumar",
"Deepak Prakash",
""
],
[
"Darbha",
"Swaroop",
""
],
[
"Manyam",
"Satyanarayana Gupta",
""
],
[
"Casbeer",
"David",
""
]
] |
2504.11833 | Changjiang Gao | Changjiang Gao, Xu Huang, Wenhao Zhu, Shujian Huang, Lei Li, Fei Yuan | Could Thinking Multilingually Empower LLM Reasoning? | null | null | null | null | cs.CL | http://creativecommons.org/licenses/by/4.0/ | Previous work indicates that large language models exhibit a significant
"English bias", i.e. they often perform better when tasks are presented in
English. Interestingly, we have observed that using certain other languages in
reasoning tasks can yield better performance than English. However, this
phenomenon remains under-explored. In this paper, we explore the upper bound of
harnessing multilingualism in reasoning tasks, suggesting that multilingual
reasoning promises significantly (by nearly 10 Acc@$k$ points) and robustly
(tolerance for variations in translation quality and language choice) higher
upper bounds than English-only reasoning. Besides analyzing the reason behind
the upper bound and challenges in reaching it, we also find that common answer
selection methods cannot achieve this upper bound, due to their limitations and
biases. These insights could pave the way for future research aimed at fully
harnessing the potential of multilingual reasoning in LLMs.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 07:45:10 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Gao",
"Changjiang",
""
],
[
"Huang",
"Xu",
""
],
[
"Zhu",
"Wenhao",
""
],
[
"Huang",
"Shujian",
""
],
[
"Li",
"Lei",
""
],
[
"Yuan",
"Fei",
""
]
] |
2504.11835 | Donghui Son | Donghui Son and Liangliang Wang | Particle Data Cloning for Complex Ordinary Differential Equations | 33 pages | null | null | null | stat.CO | http://creativecommons.org/licenses/by/4.0/ | Ordinary differential equations (ODEs) are fundamental tools for modeling
complex dynamic systems across scientific disciplines. However, parameter
estimation in ODE models is challenging due to the multimodal nature of the
likelihood function, which can lead to local optima and unstable inference. In
this paper, we propose particle data cloning (PDC), a novel approach that
enhances global optimization by leveraging data cloning and annealed sequential
Monte Carlo (ASMC). PDC mitigates multimodality by refining the likelihood
through data clones and progressively extracting information from the sharpened
posterior. Compared to standard data cloning, PDC provides more reliable
frequentist inference and demonstrates superior global optimization
performance. We offer practical guidelines for efficient implementation and
illustrate the method through simulation studies and an application to a
prey-predator ODE model. Our implementation is available at
https://github.com/SONDONGHUI/PDC.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 07:46:08 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Son",
"Donghui",
""
],
[
"Wang",
"Liangliang",
""
]
] |
2504.11836 | James Neill | James Neill, Rebecca Lester, Winnie Bakali, Gareth Roberts, Nicholas
Feasey, Lloyd A. C. Chapman, Chris Jewell | Non-centering for discrete-valued state transition models: an
application to ESBL-producing E. coli transmission in Malawi | 18 pages, 8 figures (plus supplementary material with an additional
18 pages, 12 figures) | null | null | null | stat.ME | http://creativecommons.org/licenses/by/4.0/ | Infectious disease transmission is often modelled by discrete-valued
stochastic state-transition processes. Due to a lack of complete data, Bayesian
inference for these models often relies on data-augmentation techniques. These
techniques are often inefficient or time consuming to implement. We introduce a
novel data-augmentation Markov chain Monte Carlo method for discrete-time
individual-based epidemic models, which we call the Rippler algorithm. This
method uses the transmission model in the proposal step of the
Metropolis-Hastings algorithm, rather than in the accept-reject step. We test
the Rippler algorithm on simulated data and apply it to data on
extended-spectrum beta-lactamase (ESBL)-producing E. coli collected in
Blantyre, Malawi. We compare the Rippler algorithm to two other commonly used
Bayesian inference methods for partially observed epidemic data, and find that
it has a good balance between mixing speed and computational complexity.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 07:46:46 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Neill",
"James",
""
],
[
"Lester",
"Rebecca",
""
],
[
"Bakali",
"Winnie",
""
],
[
"Roberts",
"Gareth",
""
],
[
"Feasey",
"Nicholas",
""
],
[
"Chapman",
"Lloyd A. C.",
""
],
[
"Jewell",
"Chris",
""
]
] |
2504.11837 | Yue Zhao | Yue Zhao, Qingqing Gu, Xiaoyu Wang, Teng Chen, Zhonglin Jiang, Yong
Chen, Luo Ji | FiSMiness: A Finite State Machine Based Paradigm for Emotional Support
Conversations | accepted by CMCL | null | null | null | cs.CL cs.AI | http://creativecommons.org/licenses/by/4.0/ | Emotional support conversation (ESC) aims to alleviate the emotional distress
of individuals through effective conversations. Although large language models
(LLMs) have obtained remarkable progress on ESC, most of these studies might
not define the diagram from the state model perspective, therefore providing a
suboptimal solution for long-term satisfaction. To address such an issue, we
leverage the Finite State Machine (FSM) on LLMs, and propose a framework called
FiSMiness. Our framework allows a single LLM to bootstrap the planning during
ESC, and self-reason the seeker's emotion, support strategy and the final
response upon each conversational turn. Substantial experiments on ESC datasets
suggest that FiSMiness outperforms many baselines, including direct inference,
self-refine, chain of thought, finetuning, and external-assisted methods, even
those with many more parameters.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 07:52:06 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Zhao",
"Yue",
""
],
[
"Gu",
"Qingqing",
""
],
[
"Wang",
"Xiaoyu",
""
],
[
"Chen",
"Teng",
""
],
[
"Jiang",
"Zhonglin",
""
],
[
"Chen",
"Yong",
""
],
[
"Ji",
"Luo",
""
]
] |
2504.11838 | Bianca Lamm | Bianca Lamm, Janis Keuper | A Visual RAG Pipeline for Few-Shot Fine-Grained Product Classification | null | null | null | null | cs.CV | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Despite the rapid evolution of learning and computer vision algorithms,
Fine-Grained Classification (FGC) still poses an open problem in many
practically relevant applications. In the retail domain, for example, the
identification of fast changing and visually highly similar products and their
properties are key to automated price-monitoring and product recommendation.
This paper presents a novel Visual RAG pipeline that combines the Retrieval
Augmented Generation (RAG) approach and Vision Language Models (VLMs) for
few-shot FGC. This Visual RAG pipeline extracts product and promotion data in
advertisement leaflets from various retailers and simultaneously predicts
fine-grained product ids along with price and discount information. Compared to
previous approaches, the key characteristic of the Visual RAG pipeline is that
it allows the prediction of novel products without re-training, simply by
adding a few class samples to the RAG database. Comparing several VLM back-ends
like GPT-4o [23], GPT-4o-mini [24], and Gemini 2.0 Flash [10], our approach
achieves 86.8% accuracy on a diverse dataset.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 07:53:50 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Lamm",
"Bianca",
""
],
[
"Keuper",
"Janis",
""
]
] |
2504.11839 | Simin Sun | Simin Sun and David Friberg and Miroslaw Staron | "Good" and "Bad" Failures in Industrial CI/CD -- Balancing Cost and
Quality Assurance | 5 pages, 2 figures | null | null | null | cs.SE | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Continuous Integration and Continuous Deployment (CI/CD) pipeline automates
software development to speed up and enhance the efficiency of engineering
software. These workflows consist of various jobs, such as code validation and
testing, which developers must wait to complete before receiving feedback. The
jobs can fail, which leads to unnecessary delays in build times, decreasing
productivity for developers, and increasing costs for companies. To explore how
companies adopt CI/CD workflows and balance cost with quality assurance during
optimization, we studied 4 companies, reporting industry experiences with CI/CD
practices. Our findings reveal that organizations can confuse the distinction
between CI and CD, whereas code merge and product release serve as more
effective milestones for process optimization and risk control. While numerous
tools and research efforts target the post-merge phase to enhance productivity,
limited attention has been given to the pre-merge phase, where early failure
prevention brings more impacts and less risks.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 07:56:36 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Sun",
"Simin",
""
],
[
"Friberg",
"David",
""
],
[
"Staron",
"Miroslaw",
""
]
] |
2504.11840 | Huizhe Zhang | Huizhe Zhang, Jintang Li, Yuchang Zhu, Liang Chen and Zibin Zheng | GT-SVQ: A Linear-Time Graph Transformer for Node Classification Using
Spiking Vector Quantization | work in progress | null | null | null | cs.NE cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Graph Transformers (GTs), which simultaneously integrate message-passing and
self-attention mechanisms, have achieved promising empirical results in some
graph prediction tasks. Although these approaches show the potential of
Transformers in capturing long-range graph topology information, issues
concerning the quadratic complexity and high computing energy consumption
severely limit the scalability of GTs on large-scale graphs. Recently, as
brain-inspired neural networks, Spiking Neural Networks (SNNs), facilitate the
development of graph representation learning methods with lower computational
and storage overhead through the unique event-driven spiking neurons. Inspired
by these characteristics, we propose a linear-time Graph Transformer using
Spiking Vector Quantization (GT-SVQ) for node classification. GT-SVQ
reconstructs codebooks based on rate coding outputs from spiking neurons, and
injects the codebooks into self-attention blocks to aggregate global
information in linear complexity. Besides, spiking vector quantization
effectively alleviates codebook collapse and the reliance on complex machinery
(distance measure, auxiliary loss, etc.) present in previous vector
quantization-based graph learning methods. In experiments, we compare GT-SVQ
with other state-of-the-art baselines on node classification datasets ranging
from small to large. Experimental results show that GT-SVQ has achieved
competitive performances on most datasets while maintaining up to 130x faster
inference speed compared to other GTs.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 07:57:42 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Zhang",
"Huizhe",
""
],
[
"Li",
"Jintang",
""
],
[
"Zhu",
"Yuchang",
""
],
[
"Chen",
"Liang",
""
],
[
"Zheng",
"Zibin",
""
]
] |
2504.11841 | Jack Walsh | Jack Walsh | Permutation dimensions of prime cyclic groups | 7 pages. Comments welcome! | null | null | null | math.RT | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Based on recent successes concerning permutation resolutions of
representations by Balmer and Gallauer we define a new invariant of finite
groups: the p-permutation dimension. We compute this invariant for cyclic
groups of prime order.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 08:00:36 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Walsh",
"Jack",
""
]
] |
2504.11843 | Huawei Hou | Huawei Hou, Suzhi Bi, Xian Li, Shuoyao Wang, Liping Qian, Zhi Quan | Scalable Multi-task Edge Sensing via Task-oriented Joint Information
Gathering and Broadcast | 15 pages, 10 figures. The paper is submitted for potential journal
publication | null | null | null | eess.SP | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The recent advance of edge computing technology enables significant sensing
performance improvement of Internet of Things (IoT) networks. In particular, an
edge server (ES) is responsible for gathering sensing data from distributed
sensing devices, and immediately executing different sensing tasks to
accommodate the heterogeneous service demands of mobile users. However, as the
number of users surges and the sensing tasks become increasingly
compute-intensive, the huge amount of computation workloads and data
transmissions may overwhelm the edge system of limited resources. Accordingly,
we propose in this paper a scalable edge sensing framework for multi-task
execution, in the sense that the computation workload and communication
overhead of the ES do not increase with the number of downstream users or
tasks. By exploiting the task-relevant correlations, the proposed scheme
implements a unified encoder at the ES, which produces a common low-dimensional
message from the sensing data and broadcasts it to all users to execute their
individual tasks. To achieve high sensing accuracy, we extend the well-known
information bottleneck theory to a multi-task scenario to jointly optimize the
information gathering and broadcast processes. We also develop an efficient
two-step training procedure to optimize the parameters of the neural
network-based codecs deployed in the edge sensing system. Experiment results
show that the proposed scheme significantly outperforms the considered
representative benchmark methods in multi-task inference accuracy. Besides, the
proposed scheme is scalable to the network size, which maintains almost
constant computation delay with less than 1% degradation of inference
performance when the user number increases by four times.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 08:06:46 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Hou",
"Huawei",
""
],
[
"Bi",
"Suzhi",
""
],
[
"Li",
"Xian",
""
],
[
"Wang",
"Shuoyao",
""
],
[
"Qian",
"Liping",
""
],
[
"Quan",
"Zhi",
""
]
] |
2504.11844 | Tom Everitt | Tom Everitt, Cristina Garbacea, Alexis Bellot, Jonathan Richens, Henry
Papadatos, Sim\'eon Campos, Rohin Shah | Evaluating the Goal-Directedness of Large Language Models | null | null | null | null | cs.AI cs.CL cs.LG | http://creativecommons.org/licenses/by/4.0/ | To what extent do LLMs use their capabilities towards their given goal? We
take this as a measure of their goal-directedness. We evaluate
goal-directedness on tasks that require information gathering, cognitive
effort, and plan execution, where we use subtasks to infer each model's
relevant capabilities. Our evaluations of LLMs from Google DeepMind, OpenAI,
and Anthropic show that goal-directedness is relatively consistent across
tasks, differs from task performance, and is only moderately sensitive to
motivational prompts. Notably, most models are not fully goal-directed. We hope
our goal-directedness evaluations will enable better monitoring of LLM
progress, and enable more deliberate design choices of agentic properties in
LLMs.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 08:07:08 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Everitt",
"Tom",
""
],
[
"Garbacea",
"Cristina",
""
],
[
"Bellot",
"Alexis",
""
],
[
"Richens",
"Jonathan",
""
],
[
"Papadatos",
"Henry",
""
],
[
"Campos",
"Siméon",
""
],
[
"Shah",
"Rohin",
""
]
] |
2504.11845 | Jie Zhu | Jie Zhu, Bo Peng, Zhe Zhang, Bingzheng Liu, Jianjun Lei | Boosting Multi-View Stereo with Depth Foundation Model in the Absence of
Real-World Labels | null | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Learning-based Multi-View Stereo (MVS) methods have made remarkable progress
in recent years. However, how to effectively train the network without using
real-world labels remains a challenging problem. In this paper, driven by the
recent advancements of vision foundation models, a novel method termed DFM-MVS,
is proposed to leverage the depth foundation model to generate the effective
depth prior, so as to boost MVS in the absence of real-world labels.
Specifically, a depth prior-based pseudo-supervised training mechanism is
developed to simulate realistic stereo correspondences using the generated
depth prior, thereby constructing effective supervision for the MVS network.
Besides, a depth prior-guided error correction strategy is presented to
leverage the depth prior as guidance to mitigate the error propagation problem
inherent in the widely-used coarse-to-fine network structure. Experimental
results on DTU and Tanks & Temples datasets demonstrate that the proposed
DFM-MVS significantly outperforms existing MVS methods without using real-world
labels.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 08:07:09 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Zhu",
"Jie",
""
],
[
"Peng",
"Bo",
""
],
[
"Zhang",
"Zhe",
""
],
[
"Liu",
"Bingzheng",
""
],
[
"Lei",
"Jianjun",
""
]
] |
2504.11846 | Chi-Chuan Hwang | Chi-Chuan Hwang, Yi-Ang Hong | A study on B-cell epitope prediction based on QSVM and VQC | null | null | null | null | quant-ph | http://creativecommons.org/licenses/by/4.0/ | This study investigates quantum computing's role in B-cell epitope prediction
using Quantum Support Vector Machine (QSVM) and Variational Quantum Classifier
(VQC). It highlights the potential of quantum machine learning in
bioinformatics, addressing computational efficiency limitations of traditional
methods as data complexity grows. QSVM uses quantum kernel functions for data
mapping, while VQC employs parameterized quantum circuits for classification.
Results show QSVM and VQC achieving 70% and 73% accuracy, respectively, with
QSVM excelling in balancing classes. Despite challenges like computational
demands and hardware limitations, quantum methods show promise, suggesting
future improvements with ongoing advancements.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 08:09:34 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Hwang",
"Chi-Chuan",
""
],
[
"Hong",
"Yi-Ang",
""
]
] |
2504.11847 | Ruike Renee Zhao | Yilong Chang, Jasmine Vallejo, Yangqing Sun, Ruike Renee Zhao | Ultra-Efficient Kidney Stone Fragment Removal via Spinner-Induced
Synergistic Circulation and Spiral Flow | null | null | null | null | physics.app-ph physics.med-ph | http://creativecommons.org/licenses/by/4.0/ | Kidney stones can cause severe pain and complications such as chronic kidney
disease or kidney failure. Retrograde intrarenal surgery (RIRS), which uses
laser lithotripsy to fragment stones for removal via a ureteroscope, is widely
adopted due to its safety and effectiveness. However, conventional fragment
removal methods using basketing and vacuum-assisted aspiration are inefficient,
as they can capture only 1 to 3 fragments (1--3\,mm in size) per pass, often
requiring dozens to hundreds of ureteroscope passes during a single procedure
to completely remove the fragments. These limitations lead to prolonged
procedures and residual fragments that contribute to high recurrence rates. To
address these limitations, we present a novel spinner device that enables
ultra-efficient fragment removal through spinning-induced localized suction.
The spinner generates a three-dimensional spiral and circulating flow field
that dislodges and draws fragments into its cavity even from distances over
20\,mm, eliminating the need to chase fragments. It can capture over 60
fragments (0.5--2\,mm) or over 15 larger fragments (2--3\,mm) in a single pass,
significantly improving removal efficiency. In this work, the spinner design is
optimized via computational fluid dynamics to maximize suction performance.
\textit{In vitro} testing demonstrates near 100\% capture rates for up to 60
fragments in a single operation and superior large-distance capture efficacy
compared to vacuum-assisted methods. \textit{Ex vivo} testing of the integrated
spinner-ureteroscope system in a porcine kidney confirmed its high performance
by capturing 45 fragments in just 4 seconds during a single pass and achieving
complete fragment clearance within a few passes.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 08:10:16 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Chang",
"Yilong",
""
],
[
"Vallejo",
"Jasmine",
""
],
[
"Sun",
"Yangqing",
""
],
[
"Zhao",
"Ruike Renee",
""
]
] |
2504.11848 | Yang Bai | Yang Bai, Yifan Cui, Baoluo Sun | Proximal Inference on Population Intervention Indirect Effect | 60 pages, 3 figures | null | null | null | stat.ME math.ST stat.ML stat.TH | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The population intervention indirect effect (PIIE) is a novel mediation
effect representing the indirect component of the population intervention
effect. Unlike traditional mediation measures, such as the natural indirect
effect, the PIIE holds particular relevance in observational studies involving
unethical exposures, when hypothetical interventions that impose harmful
exposures are inappropriate. Although prior research has identified PIIE under
unmeasured confounders between exposure and outcome, it has not fully addressed
the confounding that affects the mediator. This study extends the PIIE
identification to settings where unmeasured confounders influence
exposure-outcome, exposure-mediator, and mediator-outcome relationships.
Specifically, we leverage observed covariates as proxy variables for unmeasured
confounders, constructing three proximal identification frameworks.
Additionally, we characterize the semiparametric efficiency bound and develop
multiply robust and locally efficient estimators. To handle high-dimensional
nuisance parameters, we propose a debiased machine learning approach that
achieves $\sqrt{n}$-consistency and asymptotic normality to estimate the true
PIIE values, even when the machine learning estimators for the nuisance
functions do not converge at $\sqrt{n}$-rate. In simulations, our estimators
demonstrate higher confidence interval coverage rates than conventional methods
across various model misspecifications. In a real data application, our
approaches reveal an indirect effect of alcohol consumption on depression risk
mediated by depersonalization symptoms.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 08:14:55 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Bai",
"Yang",
""
],
[
"Cui",
"Yifan",
""
],
[
"Sun",
"Baoluo",
""
]
] |
2504.11850 | Finn Carter | Finn Carter | ACE: Attentional Concept Erasure in Diffusion Models | Under Review | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Large text-to-image diffusion models have demonstrated remarkable image
synthesis capabilities, but their indiscriminate training on Internet-scale
data has led to learned concepts that enable harmful, copyrighted, or otherwise
undesirable content generation. We address the task of concept erasure in
diffusion models, i.e., removing a specified concept from a pre-trained model
such that prompting the concept (or related synonyms) no longer yields its
depiction, while preserving the model's ability to generate other content. We
propose a novel method, Attentional Concept Erasure (ACE), that integrates a
closed-form attention manipulation with lightweight fine-tuning. Theoretically,
we formulate concept erasure as aligning the model's conditional distribution
on the target concept with a neutral distribution. Our approach identifies and
nullifies concept-specific latent directions in the cross-attention modules via
a gated low-rank adaptation, followed by adversarially augmented fine-tuning to
ensure thorough erasure of the concept and its synonyms. Empirically, we
demonstrate on multiple benchmarks, including object classes, celebrity faces,
explicit content, and artistic styles, that ACE achieves state-of-the-art
concept removal efficacy and robustness. Compared to prior methods, ACE better
balances generality (erasing concept and related terms) and specificity
(preserving unrelated content), scales to dozens of concepts, and is efficient,
requiring only a few seconds of adaptation per concept. We will release our
code to facilitate safer deployment of diffusion models.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 08:16:28 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Carter",
"Finn",
""
]
] |
2504.11851 | Tan Zhang | Tan Zhang, Zhongjian Wang, Jack Xin, Zhiwen Zhang | A Bidirectional DeepParticle Method for Efficiently Solving
Low-dimensional Transport Map Problems | 20 pages, 11 figures, 5 tables, planning to submit for Journal of
Computational Physics | null | null | null | physics.comp-ph | http://creativecommons.org/licenses/by/4.0/ | This paper aims to efficiently compute transport maps between probability
distributions arising from particle representation of bio-physical problems. We
develop a bidirectional DeepParticle (BDP) method to learn and generate
solutions under varying physical parameters. Solutions are approximated as
empirical measures of particles that adaptively align with the high-gradient
regions. The core idea of the BDP method is to learn both forward and reverse
mappings (between the uniform and a non-trivial target distribution) by
minimizing the discrete 2-Wasserstein distance (W2) and optimizing the
transition map therein by a minibatch technique. We present numerical results
demonstrating the effectiveness of the BDP method for learning and generating
solutions to Keller-Segel chemotaxis systems in the presence of laminar flows
and Kolmogorov flows with chaotic streamlines in three space dimensions. The
BDP outperforms two recent representative single-step flow matching and
diffusion models (rectified flow and shortcut diffusion models) in the
generative AI literature. However when the target distribution is
high-dimensional (4 and above), e.g. a mixture of two Gaussians, the
single-step diffusion models scale better in dimensions than BDP in terms of
W2-accuracy.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 08:19:43 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Zhang",
"Tan",
""
],
[
"Wang",
"Zhongjian",
""
],
[
"Xin",
"Jack",
""
],
[
"Zhang",
"Zhiwen",
""
]
] |
2504.11852 | Takatoshi Hama | Takatoshi Hama, Kazuhiro Ichihara | A presentation of the pure cactus group of degree four | 19 pages, 6 figures | null | null | null | math.GR math.GT | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We give a simple presentation of the pure cactus group $PJ_4$ of degree four.
This presentation is obtained by considering an action of $PJ_4$ on the
hyperbolic plane and constructing a Dirichlet polygon for the action. As a
corollary, we provide a direct alternative proof that $PJ_4$ is isomorphic to
the fundamental group of the connected sum of five real projective planes.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 08:20:05 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Hama",
"Takatoshi",
""
],
[
"Ichihara",
"Kazuhiro",
""
]
] |
2504.11853 | Alice Apponi | Alice Apponi (1,2), Orlando Castellano (1,2), Daniele Paoloni (1,2),
Domenica Convertino (3), Neeraj Mishra (3), Camilla Coletti (3,4), Andrea
Casale (5), Luca Cecchini (8), Alfredo G. Cocco (6), Benedetta Corcione
(7,8), Nicola D'Ambrosio (6), Angelo Esposito (7,8), Marcello Messina (6),
Francesco Pandolfi (8), Francesca Pofi (6,9), Ilaria Rago (8), Nicola Rossi
(6), Sammar Tayyab (7,8), Ravi Prakash Yadav (7,8), Federico Virzi (6,10),
Carlo Mariani (7,8), Gianluca Cavoto (7,8), and Alessandro Ruocco (1,2) ((1)
Dipartimento di Scienze, Universit\`a degli Studi di Roma Tre, (2) INFN
Sezione di Roma Tre, (3) Center for Nanotechnology Innovation @NEST, (4)
Graphene Labs, Istituto italiano di tecnologia, (5) Department of Physics,
Columbia University, (6) INFN-LNGS, (7) Sapienza Universit\`a di Roma, (8)
INFN Sezione di Roma, (9) Gran Sasso Science Institute, (10) Universit\`a
degli Studi dell'Aquila) | Stability of Highly Hydrogenated Monolayer Graphene in Ultra-High Vacuum
and in Air | null | null | null | null | cond-mat.mtrl-sci cond-mat.mes-hall | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The stability of hydrogenated monolayer graphene was investigated via X-ray
photoemission spectroscopy (XPS) for two different environmental conditions:
ultra-high vacuum (UHV) and ambient pressure. The study is carried out by
measuring the C 1s line shape evolution for two hydrogenated samples one kept
in the UHV chamber and the other progressively exposed to air. In particular,
the $sp^3$ relative intensity in the C 1s core-level spectrum, represented by
the area ratio $\frac{sp^3}{sp^2+sp^3}$, was used as a marker for the
hydrogenation-level and it resulted to vary by (4 $\pm$ 2)$\%$ in UHV after
four months. Thus, a long-term stability of hydrogenated monolayer graphene was
found, that indicates this material as a good candidate for hydrogen (or
tritium) storage as long as it is kept in vacuum. On the other hand, the C 1s
spectrum of the sample exposed to air shows a significant oxidation. A rapid
growth up to saturation of the carbon oxides was observed with a time constant
$\tau$ = 1.8 $\pm$ 0.2 hours. Finally, the re-exposure of the oxidised sample
to atomic hydrogen was found to be an effective method for the recovery of
hydrogenated graphene. This process was studied by carrying out both XPS and
electron energy loss spectroscopy, the latter exploited to observe the CH
stretching mode as a direct footprint of re-hydrogenation.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 08:21:13 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Apponi",
"Alice",
""
],
[
"Castellano",
"Orlando",
""
],
[
"Paoloni",
"Daniele",
""
],
[
"Convertino",
"Domenica",
""
],
[
"Mishra",
"Neeraj",
""
],
[
"Coletti",
"Camilla",
""
],
[
"Casale",
"Andrea",
""
],
[
"Cecchini",
"Luca",
""
],
[
"Cocco",
"Alfredo G.",
""
],
[
"Corcione",
"Benedetta",
""
],
[
"D'Ambrosio",
"Nicola",
""
],
[
"Esposito",
"Angelo",
""
],
[
"Messina",
"Marcello",
""
],
[
"Pandolfi",
"Francesco",
""
],
[
"Pofi",
"Francesca",
""
],
[
"Rago",
"Ilaria",
""
],
[
"Rossi",
"Nicola",
""
],
[
"Tayyab",
"Sammar",
""
],
[
"Yadav",
"Ravi Prakash",
""
],
[
"Virzi",
"Federico",
""
],
[
"Mariani",
"Carlo",
""
],
[
"Cavoto",
"Gianluca",
""
],
[
"Ruocco",
"Alessandro",
""
]
] |
2504.11855 | Stefano Nichele | Etienne Guichard, Felix Reimers, Mia Kvalsund, Mikkel Lepper{\o}d,
Stefano Nichele | EngramNCA: a Neural Cellular Automaton Model of Memory Transfer | null | null | null | null | cs.NE cs.AI | http://creativecommons.org/licenses/by/4.0/ | This study introduces EngramNCA, a neural cellular automaton (NCA) that
integrates both publicly visible states and private, cell-internal memory
channels, drawing inspiration from emerging biological evidence suggesting that
memory storage extends beyond synaptic modifications to include intracellular
mechanisms. The proposed model comprises two components: GeneCA, an NCA trained
to develop distinct morphologies from seed cells containing immutable "gene"
encodings, and GenePropCA, an auxiliary NCA that modulates the private
"genetic" memory of cells without altering their visible states. This
architecture enables the encoding and propagation of complex morphologies
through the interaction of visible and private channels, facilitating the
growth of diverse structures from a shared "genetic" substrate. EngramNCA
supports the emergence of hierarchical and coexisting morphologies, offering
insights into decentralized memory storage and transfer in artificial systems.
These findings have potential implications for the development of adaptive,
self-organizing systems and may contribute to the broader understanding of
memory mechanisms in both biological and synthetic contexts.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 08:23:09 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Guichard",
"Etienne",
""
],
[
"Reimers",
"Felix",
""
],
[
"Kvalsund",
"Mia",
""
],
[
"Lepperød",
"Mikkel",
""
],
[
"Nichele",
"Stefano",
""
]
] |
2504.11856 | Zhenhuan Zhou | Zhenhuan Zhou, Yuchen Zhang, Along He, Peng Wang, Xueshuo Xie and Tao
Li | Cross-Frequency Collaborative Training Network and Dataset for
Semi-supervised First Molar Root Canal Segmentation | 12 pages, Initial submission time 25 December 2024, Now Under Review | null | null | null | cs.CV | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Root canal (RC) treatment is a highly delicate and technically complex
procedure in clinical practice, heavily influenced by the clinicians'
experience and subjective judgment. Deep learning has made significant
advancements in the field of computer-aided diagnosis (CAD) because it can
provide more objective and accurate diagnostic results. However, its
application in RC treatment is still relatively rare, mainly due to the lack of
public datasets in this field. To address this issue, in this paper, we
established a First Molar Root Canal segmentation dataset called FMRC-2025.
Additionally, to alleviate the workload of manual annotation for dentists and
fully leverage the unlabeled data, we designed a Cross-Frequency Collaborative
training semi-supervised learning (SSL) Network called CFC-Net. It consists of
two components: (1) Cross-Frequency Collaborative Mean Teacher (CFC-MT), which
introduces two specialized students (SS) and one comprehensive teacher (CT) for
collaborative multi-frequency training. The CT and SS are trained on different
frequency components while fully integrating multi-frequency knowledge through
cross and full frequency consistency supervisions. (2) Uncertainty-guided
Cross-Frequency Mix (UCF-Mix) mechanism enables the network to generate
high-confidence pseudo-labels while learning to integrate multi-frequency
information and maintaining the structural integrity of the targets. Extensive
experiments on FMRC-2025 and three public dental datasets demonstrate that
CFC-MT is effective for RC segmentation and can also exhibit strong
generalizability on other dental segmentation tasks, outperforming
state-of-the-art SSL medical image segmentation methods. Codes and dataset will
be released.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 08:24:42 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Zhou",
"Zhenhuan",
""
],
[
"Zhang",
"Yuchen",
""
],
[
"He",
"Along",
""
],
[
"Wang",
"Peng",
""
],
[
"Xie",
"Xueshuo",
""
],
[
"Li",
"Tao",
""
]
] |
2504.11857 | Renjin Jiang | Renjin Jiang, Tianjun Shen, Sibei Yang and Houkun Zhang | Heat kernel estimates, fractional Riesz transforms and applications on
exterior domains | 46pp, comments are welcome | null | null | null | math.CA math.AP | http://creativecommons.org/licenses/by/4.0/ | In this paper, we derive sharp two side heat kernel estimate on exterior
$C^{1,1}$ domains in the plane, and sharp upper heat kernel bound on exterior
$C^{1,\mathrm{Dini}}$ domains in $\mathbb{R}^n$, $n\ge 2$. Estimates for
Green's function and Riesz potentials on exterior domains in the plane are also
presented. Based on the heat kernel estimates, we show the boundedness of the
fractional Riesz transforms on exterior $C^{1,\mathrm{Dini}}$ domains in
$\mathbb{R}^n$, $n\ge 2$. Some further applications to product and chain rules
and nonlinear Schr\"odinger equation are also presented.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 08:29:42 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Jiang",
"Renjin",
""
],
[
"Shen",
"Tianjun",
""
],
[
"Yang",
"Sibei",
""
],
[
"Zhang",
"Houkun",
""
]
] |
2504.11858 | Andreas Plesner | Jo\"el Mathys, Andreas Plesner, Jorel Elmiger, Roger Wattenhofer | Synthetic Data for Blood Vessel Network Extraction | Presented at SynthData Workshop at ICLR 2025 | null | null | null | cs.CV | http://creativecommons.org/licenses/by/4.0/ | Blood vessel networks in the brain play a crucial role in stroke research,
where understanding their topology is essential for analyzing blood flow
dynamics. However, extracting detailed topological vessel network information
from microscopy data remains a significant challenge, mainly due to the
scarcity of labeled training data and the need for high topological accuracy.
This work combines synthetic data generation with deep learning to
automatically extract vessel networks as graphs from volumetric microscopy
data. To combat data scarcity, we introduce a comprehensive pipeline for
generating large-scale synthetic datasets that mirror the characteristics of
real vessel networks. Our three-stage approach progresses from abstract graph
generation through vessel mask creation to realistic medical image synthesis,
incorporating biological constraints and imaging artifacts at each stage. Using
this synthetic data, we develop a two-stage deep learning pipeline of 3D
U-Net-based models for node detection and edge prediction. Fine-tuning on real
microscopy data shows promising adaptation, improving edge prediction F1 scores
from 0.496 to 0.626 by training on merely 5 manually labeled samples. These
results suggest that automated vessel network extraction is becoming
practically feasible, opening new possibilities for large-scale vascular
analysis in stroke research.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 08:29:46 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Mathys",
"Joël",
""
],
[
"Plesner",
"Andreas",
""
],
[
"Elmiger",
"Jorel",
""
],
[
"Wattenhofer",
"Roger",
""
]
] |
2504.11859 | Atsuki Nagao | Atsuki Nagao and Mei Sekiguchi | Meta Theorem for Hardness on FCP-Problem | null | null | null | null | cs.CC | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The Fewest Clues Problem (FCP) framework has been introduced to study the
complexity of determining whether a solution to an \NP~problem can be uniquely
identified by specifying a subset of the certificate. For a given problem $P
\in \NP$, its FCP variant is denoted by FCP-$P$. While several \NP-complete
problems have been shown to have $\Sigma_2^\p$-complete FCP variants, it
remains open whether this holds for all \NP-complete problems.
In this work, we propose a meta-theorem that establishes the
$\Sigma_2^\p$-completeness of FCP-$P$ under the condition that the \NP-hardness
of $P$ is proven via a polynomial-time reduction satisfying certain structural
properties. Furthermore, we apply the meta-theorem to demonstrate the
$\Sigma_2^\p$-completeness of the FCP variants of several \NP-complete
problems.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 08:30:34 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Nagao",
"Atsuki",
""
],
[
"Sekiguchi",
"Mei",
""
]
] |
2504.11860 | Yishun Wang | Haoyang Sun, Yishun Wang, Xiaoqi Li | From Data Behavior to Code Analysis: A Multimodal Study on Security and
Privacy Challenges in Blockchain-Based DApp | null | null | null | null | cs.CR | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The recent proliferation of blockchain-based decentralized applications
(DApp) has catalyzed transformative advancements in distributed systems, with
extensive deployments observed across financial, entertainment, media, and
cybersecurity domains. These trustless architectures, characterized by their
decentralized nature and elimination of third-party intermediaries, have
garnered substantial institutional attention. Consequently, the escalating
security challenges confronting DApp demand rigorous scholarly investigation.
This study initiates with a systematic analysis of behavioral patterns derived
from empirical DApp datasets, establishing foundational insights for subsequent
methodological developments. The principal security vulnerabilities in
Ethereum-based smart contracts developed via Solidity are then critically
examined. Specifically, reentrancy vulnerability attacks are addressed by
formally representing contract logic using highly expressive code fragments.
This enables precise source code-level detection via bidirectional long
short-term memory networks with attention mechanisms (BLSTM-ATT). Regarding
privacy preservation challenges, contemporary solutions are evaluated through
dual analytical lenses: identity privacy preservation and transaction anonymity
enhancement, while proposing future research trajectories in cryptographic
obfuscation techniques.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 08:30:43 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Sun",
"Haoyang",
""
],
[
"Wang",
"Yishun",
""
],
[
"Li",
"Xiaoqi",
""
]
] |
2504.11861 | Jitao Li | Yihan Shi, Qingrui Pan, Jitao Li, Xiaoze Shi, Youchang Wang, Peng Xiao | Visualization Analysis and Impedance Analysis for the Aging Behavior
Assessment of 18650 Cells | null | null | null | null | cond-mat.mtrl-sci physics.app-ph | http://creativecommons.org/licenses/by/4.0/ | This work presents a comprehensive study on the aging behavior of 18650-type
lithium-ion batteries, focusing on the uneven intercalation of lithium ions
during fast charging processes. It introduces a novel approach using color
visual recognition technology to analyze color changes in the graphite anode,
indicative of lithiation levels. The study employs X-ray diffraction (XRD) and
Distribution of Relaxation Time (DRT) techniques to validate and analyze the
observations. The study emphasizes the significance of electrode impedance, the
positioning of battery tabs, and electrolyte distribution in influencing the
aging dynamics of lithium-ion batteries. Furthermore, the paper presents an
innovative impedance Transport-Line Model, specifically developed to capture
the evolution of polarization impedance over time. This model offers a deeper
understanding of the internal mechanisms driving battery aging, providing
valuable insights for the design and optimization of lithium-ion batteries. The
research represents a significant contribution to the field, shedding light on
the complex aging processes in lithium-ion batteries, particularly under the
conditions of fast charging. This could lead to improved battery performance,
longevity, and safety, which are critical for the wide range of applications
that depend on these energy storage systems.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 08:31:27 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Shi",
"Yihan",
""
],
[
"Pan",
"Qingrui",
""
],
[
"Li",
"Jitao",
""
],
[
"Shi",
"Xiaoze",
""
],
[
"Wang",
"Youchang",
""
],
[
"Xiao",
"Peng",
""
]
] |
2504.11862 | Ewa Gorecka | Damian Pociecha, Jadwiga Szydlowska, Katarzyna Kwiatkowska, Marijus
Juodka, Julian Spiess, John MD Storey, Corrie T Imrie, Rebecca Walker, Ewa
Gorecka | Twist Grain Boundary phases in proper ferroelectric liquid crystals
realm | null | null | null | null | cond-mat.soft | http://creativecommons.org/licenses/by/4.0/ | The twist-grain-boundary (TGB) phases, characterized by a periodic, helical
arrangement of blocks made of polar smectic phases, SmAF and SmCF, have been
discovered. They have been observed for rod-like molecules with a strong
longitudinal dipole moment, featuring an (S)-2-methylbutyl end group having
only weak twisting power, and emerge below the antiferroelectric SmAAF phase,
where the lamellar structure is already well established. It is suggested that
the structure is governed by electrostatic interactions amplified by weak
chiral forces, in striking contrast to the mechanism of TGB phase formation
found in non-polar materials. The TGB phases exhibit light selective reflection
in the visible range, while the value of electric polarization confirms an
almost perfectly ordered dipole alignment.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 08:36:48 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Pociecha",
"Damian",
""
],
[
"Szydlowska",
"Jadwiga",
""
],
[
"Kwiatkowska",
"Katarzyna",
""
],
[
"Juodka",
"Marijus",
""
],
[
"Spiess",
"Julian",
""
],
[
"Storey",
"John MD",
""
],
[
"Imrie",
"Corrie T",
""
],
[
"Walker",
"Rebecca",
""
],
[
"Gorecka",
"Ewa",
""
]
] |
2504.11863 | Sunil Nair | Shruti Chakravarty, Pascal Manuel, Antonio Cervellino, Sunil Nair | Understanding the evolution of the magnetic ground state in
Ba$_4$NaRu$_3$O$_{12}$ | null | null | null | null | cond-mat.str-el cond-mat.mtrl-sci | http://creativecommons.org/licenses/by/4.0/ | We report a comprehensive investigation of the quadruple perovskite
Ba$_4$NaRu$_3$O$_{12}$, in which we discover a robust spin-lattice coupled
ground state characterized by a long-range antiferromagnetic ordering at $T_N
\sim$ 257 K. The system's unique structural motif of three symmetrically
distinct magnetic ions, including Ru dimers separated by non-magnetic layers,
is intimately correlated with its magnetic behavior, as evidenced by
temperature-dependent diffraction measurements and specific heat data. The
powder neutron diffraction patterns at 13 K showed that the spins within the
dimers are antiparallel, leading to a net zero moment contribution and a
staggered arrangement of the triangular layers formed by the Ru moments within
the corner-shared octahedra along the $c$-axis. The low-temperature specific
heat revealed an extra boson peak contribution from optical modes with a
maximum vibrational energy of $\sim$55cm$^{-1}$. The charge transport exhibited
variable-range hopping (VRH) behaviour below $T_N$, with a stronger
energy-dependence than expected from the Efros-Shklovskii model, suggesting the
presence of multiparticle correlation effects.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 08:37:28 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Chakravarty",
"Shruti",
""
],
[
"Manuel",
"Pascal",
""
],
[
"Cervellino",
"Antonio",
""
],
[
"Nair",
"Sunil",
""
]
] |
2504.11864 | Michal Przewozniczek | J. Piatek, M. W. Przewozniczek, F. Chicano, R. Tin\'os | Moving between high-quality optima using multi-satisfiability
characteristics in hard-to-solve Max3Sat instances | null | null | 10.1145/3712256.3726428 | null | cs.AI | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Gray-box optimization proposes effective and efficient optimizers of general
use. To this end, it leverages information about variable dependencies and the
subfunction-based problem representation. These approaches were already shown
effective by enabling \textit{tunnelling} between local optima even if these
moves require the modification of many dependent variables. Tunnelling is
useful in solving the maximum satisfiability problem (MaxSat), which can be
reformulated to Max3Sat. Since many real-world problems can be brought to
solving the MaxSat/Max3Sat instances, it is important to solve them effectively
and efficiently. Therefore, we focus on Max3Sat instances for which tunnelling
fails to introduce improving moves between locally optimal high-quality
solutions and the region of globally optimal solutions. We analyze the features
of such instances on the ground of phase transitions. Based on these
observations, we propose manipulating clause-satisfiability characteristics
that allow connecting high-quality solutions distant in the solution space. We
utilize multi-satisfiability characteristics in the optimizer built from
typical gray-box mechanisms. The experimental study shows that the proposed
optimizer can solve those Max3Sat instances that are out of the grasp of
state-of-the-art gray-box optimizers. At the same time, it remains effective
for instances that have already been successfully solved by gray-box.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 08:38:08 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Piatek",
"J.",
""
],
[
"Przewozniczek",
"M. W.",
""
],
[
"Chicano",
"F.",
""
],
[
"Tinós",
"R.",
""
]
] |
2504.11865 | Zhongjie Li | Zhongjie Li | Asymptotic normality of coefficients of P-recursive polynomial sequences | null | null | null | null | math.CO | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In recent years, the asymptotic normality of some famous combinatorial
sequences has been the subject of extensive study. However, the methods used to
prove the asymptotic normality of various combinatorial sequences differ
significantly. In this paper, we present a sufficient condition for
establishing the asymptotic normality of the coefficients of a general
P-recursive polynomial sequence. Additionally, we provide two examples that
illustrate the application of this sufficient condition.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 08:39:14 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Li",
"Zhongjie",
""
]
] |
2504.11866 | Houshuang Chen | Houshuang Chen, Yuchen He, and Chihao Zhang | On the Problem of Best Arm Retention | null | Theoretical Computer Science, Volume 1041, 2025, | 10.1016/j.tcs.2025.115213 | null | cs.LG cs.DS | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | This paper presents a comprehensive study on the problem of Best Arm
Retention (BAR), which has recently found applications in streaming algorithms
for multi-armed bandits. In the BAR problem, the goal is to retain $m$ arms
with the best arm included from $n$ after some trials, in stochastic
multi-armed bandit settings. We first investigate pure exploration for the BAR
problem under different criteria, and then minimize the regret with specific
constraints, in the context of further exploration in streaming algorithms.
- We begin by revisiting the lower bound for the $(\varepsilon,\delta)$-PAC
algorithm for Best Arm Identification (BAI) and adapt the classical
KL-divergence argument to derive optimal bounds for $(\varepsilon,\delta)$-PAC
algorithms for BAR.
- We further study another variant of the problem, called $r$-BAR, which
requires the expected gap between the best arm and the optimal arm retained is
less than $r$. We prove tight sample complexity for the problem.
- We explore the regret minimization problem for $r$-BAR and develop
algorithm beyond pure exploration. We conclude with a conjecture on the optimal
regret in this setting.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 08:41:20 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Chen",
"Houshuang",
""
],
[
"He",
"Yuchen",
""
],
[
"Zhang",
"Chihao",
""
]
] |
2504.11868 | Shuhei Ikemoto | Tufail Ahmad Bhat, Yuhei Yoshimitsu, Kazuki Wada, Shuhei Ikemoto | Real-Time Shape Estimation of Tensegrity Structures Using Strut
Inclination Angles | null | null | 10.1109/LRA.2025.3558704 | null | cs.RO | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Tensegrity structures are becoming widely used in robotics, such as
continuously bending soft manipulators and mobile robots to explore unknown and
uneven environments dynamically. Estimating their shape, which is the
foundation of their state, is essential for establishing control. However,
on-board sensor-based shape estimation remains difficult despite its
importance, because tensegrity structures lack well-defined joints, which makes
it challenging to use conventional angle sensors such as potentiometers or
encoders for shape estimation. To our knowledge, no existing work has
successfully achieved shape estimation using only onboard sensors such as
Inertial Measurement Units (IMUs). This study addresses this issue by proposing
a novel approach that uses energy minimization to estimate the shape. We
validated our method through experiments on a simple Class 1 tensegrity
structure, and the results show that the proposed algorithm can estimate the
real-time shape of the structure using onboard sensors, even in the presence of
external disturbances.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 08:44:06 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Bhat",
"Tufail Ahmad",
""
],
[
"Yoshimitsu",
"Yuhei",
""
],
[
"Wada",
"Kazuki",
""
],
[
"Ikemoto",
"Shuhei",
""
]
] |
2504.11869 | Jos\'e Manuel Casas Gonz\'alez | J. M. Casas, L. Bonavera, J. Gonz\'alez-Nuevo, G. Puglisi, C.
Baccigalupi | Recovering the CMB signal with neural networks | Accepted for publication in the Springer Nature Astrophysics and
Space Science book series from an oral contribution gave by Jos\'e Manuel
Casas at the 2nd edition of the International Conference on Machine Learning
for Astrophysics (ML4ASTRO2) in Catania, Italy in July 2024 | null | null | null | astro-ph.CO astro-ph.IM | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Component separation is the process of extracting one or more emission
sources in astrophysical maps. It is therefore crucial to develop models that
can accurately clean the cosmic microwave background (CMB) in current and
future experiments. In this work, we present a new methodology based on neural
networks which operates on realistic temperature and polarization simulations.
We assess its performance by comparing the power spectra of the output maps
with those of the input maps and other emissions. For temperature, we obtain
residuals of $20 \pm \mu K^{2}$. For polarization, we analyze the $E$ and $B$
modes, which are related to density (scalar) and primordial gravitational waves
(tensorial) perturbations occurring in the first second of the Universe,
obtaining residuals of $10^{-2} \mu K^{2}$ at $l>200$ and $10^{-2}$ and
$10^{-3} \mu K^{2}$ for $E$ and $B$, respectively.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 08:44:46 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Casas",
"J. M.",
""
],
[
"Bonavera",
"L.",
""
],
[
"González-Nuevo",
"J.",
""
],
[
"Puglisi",
"G.",
""
],
[
"Baccigalupi",
"C.",
""
]
] |
2504.11871 | Peng Wang | Peng Wang and Weihua Wu | Channel-Adaptive Robust Resource Allocation for Highly Reliable
IRS-Assisted V2X Communications | null | null | null | null | eess.SP | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | This paper addresses the challenges of resource allocation in vehicular
networks enhanced by Intelligent Reflecting Surfaces (IRS), considering the
uncertain Channel State Information (CSI) typical of vehicular environments due
to the Doppler shift. Leveraging the 3GPP's Mode 1 cellular V2X architecture,
our system model facilitates efficient subcarrier usage and interference
reduction through coordinated V2I and V2V communications. Each Cellular User
Equipment (CUE) shares its spectrum with at most one Vehicular User Equipment
(VUE) in a one-to-one reuse pattern. We formulate a joint optimization problem
for vehicular transmit power, Multi-User Detection (MUD) matrices, V2V link
spectrum reuse, and IRS reflection coefficients in IRS-aided V2X communication
with imperfect CSI. To tackle this, a novel robust resource allocation
algorithm is developed by first decomposing the problem into manageable
sub-problems such as power allocation, MUD matrices optimization and IRS phase
shifts, and then using the Block Coordinate Descent (BCD) method to alternately
optimize these subproblems for optimal resource allocation. Our contributions
include efficient approaches for self-learning based power allocation and phase
shift optimization that adapt to CSI uncertainties, significantly enhancing the
reliability and efficiency of vehicular communications. Simulation results
validate the effectiveness of the proposed solutions in improving the Quality
of Service (QoS) and managing the complex interference inherent in dense
vehicular networks.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 08:48:53 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Wang",
"Peng",
""
],
[
"Wu",
"Weihua",
""
]
] |
2504.11872 | Daiqi Liu | Daiqi Liu, Fuxin Fan, Andreas Maier | A Category-Fragment Segmentation Framework for Pelvic Fracture
Segmentation in X-ray Images | 5 pages, 2 figures, 1 table | null | 10.1007/978-3-658-47422-5_72 | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Pelvic fractures, often caused by high-impact trauma, frequently require
surgical intervention. Imaging techniques such as CT and 2D X-ray imaging are
used to transfer the surgical plan to the operating room through image
registration, enabling quick intraoperative adjustments. Specifically,
segmenting pelvic fractures from 2D X-ray imaging can assist in accurately
positioning bone fragments and guiding the placement of screws or metal plates.
In this study, we propose a novel deep learning-based category and fragment
segmentation (CFS) framework for the automatic segmentation of pelvic bone
fragments in 2D X-ray images. The framework consists of three consecutive
steps: category segmentation, fragment segmentation, and post-processing. Our
best model achieves an IoU of 0.91 for anatomical structures and 0.78 for
fracture segmentation. Results demonstrate that the CFS framework is effective
and accurate.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 08:49:22 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Liu",
"Daiqi",
""
],
[
"Fan",
"Fuxin",
""
],
[
"Maier",
"Andreas",
""
]
] |
2504.11873 | Weiqiang Jiao | Weiqiang Jiao, Suzhi Bi, Xian Li, Cheng Guo, Hao Chen, Zhi Quan | Transferable Deployment of Semantic Edge Inference Systems via
Unsupervised Domain Adaption | 14 pages, 14 figures, the paper is submitted for potential journal
publication | null | null | null | cs.LG cs.SY eess.SY | http://creativecommons.org/licenses/by/4.0/ | This paper investigates deploying semantic edge inference systems for
performing a common image clarification task. In particular, each system
consists of multiple Internet of Things (IoT) devices that first locally encode
the sensing data into semantic features and then transmit them to an edge
server for subsequent data fusion and task inference. The inference accuracy is
determined by efficient training of the feature encoder/decoder using labeled
data samples. Due to the difference in sensing data and communication channel
distributions, deploying the system in a new environment may induce high costs
in annotating data labels and re-training the encoder/decoder models. To
achieve cost-effective transferable system deployment, we propose an efficient
Domain Adaptation method for Semantic Edge INference systems (DASEIN) that can
maintain high inference accuracy in a new environment without the need for
labeled samples. Specifically, DASEIN exploits the task-relevant data
correlation between different deployment scenarios by leveraging the techniques
of unsupervised domain adaptation and knowledge distillation. It devises an
efficient two-step adaptation procedure that sequentially aligns the data
distributions and adapts to the channel variations. Numerical results show
that, under a substantial change in sensing data distributions, the proposed
DASEIN outperforms the best-performing benchmark method by 7.09% and 21.33% in
inference accuracy when the new environment has similar or 25 dB lower channel
signal to noise power ratios (SNRs), respectively. This verifies the
effectiveness of the proposed method in adapting both data and channel
distributions in practical transfer deployment applications.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 08:50:51 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Jiao",
"Weiqiang",
""
],
[
"Bi",
"Suzhi",
""
],
[
"Li",
"Xian",
""
],
[
"Guo",
"Cheng",
""
],
[
"Chen",
"Hao",
""
],
[
"Quan",
"Zhi",
""
]
] |
2504.11874 | Ruoyu Sun | Ruoyu Sun, Angelos Stefanidis, Zhengyong Jiang, Jionglong Su | Factor-MCLS: Multi-agent learning system with reward factor matrix and
multi-critic framework for dynamic portfolio optimization | null | null | null | null | cs.LG | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Typical deep reinforcement learning (DRL) agents for dynamic portfolio
optimization learn the factors influencing portfolio return and risk by
analyzing the output values of the reward function while adjusting portfolio
weights within the training environment. However, it faces a major limitation
where it is difficult for investors to intervene in the training based on
different levels of risk aversion towards each portfolio asset. This difficulty
arises from another limitation: existing DRL agents may not develop a thorough
understanding of the factors responsible for the portfolio return and risk by
only learning from the output of the reward function. As a result, the strategy
for determining the target portfolio weights is entirely dependent on the DRL
agents themselves. To address these limitations, we propose a reward factor
matrix for elucidating the return and risk of each asset in the portfolio.
Additionally, we propose a novel learning system named Factor-MCLS using a
multi-critic framework that facilitates learning of the reward factor matrix.
In this way, our DRL-based learning system can effectively learn the factors
influencing portfolio return and risk. Moreover, based on the critic networks
within the multi-critic framework, we develop a risk constraint term in the
training objective function of the policy function. This risk constraint term
allows investors to intervene in the training of the DRL agent according to
their individual levels of risk aversion towards the portfolio assets.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 08:51:09 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Sun",
"Ruoyu",
""
],
[
"Stefanidis",
"Angelos",
""
],
[
"Jiang",
"Zhengyong",
""
],
[
"Su",
"Jionglong",
""
]
] |
2504.11875 | Marta Dai Pra | Marta Dai Pra, Alison Etheridge, Jere Koskela, Maite Wilke-Berenguer | Multi-type $\Xi$-coalescents from structured population models with
bottlenecks | 39 pages, 7 figures | null | null | null | math.PR q-bio.PE | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We introduce an individual-based model for structured populations undergoing
demographic bottlenecks, i.e. drastic reductions in population size that last
many generations and can have arbitrary shapes. We first show that the
(non-Markovian) allele-frequency process converges to a Markovian diffusion
process with jumps in a suitable relaxation of the Skorokhod J1 topology.
Backward in time we find that genealogies of samples of individuals are
described by multi-type $\Xi$-coalescents presenting multiple simultaneous
mergers with simultaneous migrations. These coalescents are also moment-duals
of the limiting jump diffusions. We then show through a numerical study that
our model is flexible and can predict various shapes for the site frequency
spectrum, consistent with real data, using a small number of interpretable
parameters.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 08:57:35 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Pra",
"Marta Dai",
""
],
[
"Etheridge",
"Alison",
""
],
[
"Koskela",
"Jere",
""
],
[
"Wilke-Berenguer",
"Maite",
""
]
] |
2504.11876 | Giacomo Colombo | Giacomo Colombo | Generic regularity in time for solutions of the Stefan problem in 4+1
dimensions | null | null | null | null | math.AP | http://creativecommons.org/licenses/by/4.0/ | We show that the free boundary of a solution of the Stefan problem in
$\mathbb R^{4+1}$ is a $3$-dimensional manifold of class $C^\infty$ in $\mathbb
R^4$ for almost every time. This is achieved by showing that for all dimensions
$n$ the singular set $\Sigma\subset \mathbb R^{n+1}$ can be decomposed in two
parts $\Sigma=\Sigma^\infty\cup \Sigma^*$, where $\Sigma^\infty$ is covered by
one $(n-1)$-dimensional manifold of class $C^\infty$ in $\mathbb R^{n+1}$ and
its projection onto the time axis has Hausdorff dimension 0, while $\Sigma^*$
is parabolically countably $(n-2)$-rectifiable.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 08:58:40 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Colombo",
"Giacomo",
""
]
] |
2504.11877 | Sarang S | Sarang S, Harsh D. Chothani, Qilei Li, Ahmed M. Abdelmoniem, Arnab K.
Paul | Benchmarking Mutual Information-based Loss Functions in Federated
Learning | 6 pages, 4 figures | null | null | null | cs.LG cs.DC | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Federated Learning (FL) has attracted considerable interest due to growing
privacy concerns and regulations like the General Data Protection Regulation
(GDPR), which stresses the importance of privacy-preserving and fair machine
learning approaches. In FL, model training takes place on decentralized data,
so as to allow clients to upload a locally trained model and receive a globally
aggregated model without exposing sensitive information. However, challenges
related to fairness-such as biases, uneven performance among clients, and the
"free rider" issue complicates its adoption. In this paper, we examine the use
of Mutual Information (MI)-based loss functions to address these concerns. MI
has proven to be a powerful method for measuring dependencies between variables
and optimizing deep learning models. By leveraging MI to extract essential
features and minimize biases, we aim to improve both the fairness and
effectiveness of FL systems. Through extensive benchmarking, we assess the
impact of MI-based losses in reducing disparities among clients while enhancing
the overall performance of FL.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 08:58:44 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"S",
"Sarang",
""
],
[
"Chothani",
"Harsh D.",
""
],
[
"Li",
"Qilei",
""
],
[
"Abdelmoniem",
"Ahmed M.",
""
],
[
"Paul",
"Arnab K.",
""
]
] |
2504.11878 | Shaima' Abidrabbu Ms | Shaima Abidrabbu, and H\"useyin Arslan | A Novel Approach to Secure RSMA Networks | 5 pages, and 2 figures. This work has been submitted to IEEE Wireless
Communication Letter | null | null | null | eess.SP cs.SY eess.SY | http://creativecommons.org/licenses/by/4.0/ | This letter introduces a novel data-dependent interleaving technique designed
to enhance the security of rate-splitting multiple access (RSMA) networks by
protecting the common stream from eavesdropping threats. Specifically, we
exploit the RSMA structure by interleaving the common bits of each user based
on a sequence derived from their private bits. By decoding its private stream,
the legitimate receiver reconstructs the interleaving sequence set by the
transmitter and successfully de-interleaves the common stream. Therefore, the
common part is successfully prevented from being intercepted by an eavesdropper
who is unable to deduce the dynamic changing interleaving permutations. To
ensure dynamic interleaving sequences, a private bit selection approach that
balances the trade-off between security and system efficiency is proposed.
Simulation findings confirm the effectiveness of the suggested method, showing
notable security improvements while maintaining robust overall system
reliability.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 08:59:10 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Abidrabbu",
"Shaima",
""
],
[
"Arslan",
"Hüseyin",
""
]
] |
2504.11879 | Zikun Zhou | Yushuai Sun, Zikun Zhou, Dongmei Jiang, Yaowei Wang, Jun Yu, Guangming
Lu, Wenjie Pei | Learning Compatible Multi-Prize Subnetworks for Asymmetric Retrieval | Accepted to CVPR 2025 | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Asymmetric retrieval is a typical scenario in real-world retrieval systems,
where compatible models of varying capacities are deployed on platforms with
different resource configurations. Existing methods generally train pre-defined
networks or subnetworks with capacities specifically designed for
pre-determined platforms, using compatible learning. Nevertheless, these
methods suffer from limited flexibility for multi-platform deployment. For
example, when introducing a new platform into the retrieval systems, developers
have to train an additional model at an appropriate capacity that is compatible
with existing models via backward-compatible learning. In this paper, we
propose a Prunable Network with self-compatibility, which allows developers to
generate compatible subnetworks at any desired capacity through post-training
pruning. Thus it allows the creation of a sparse subnetwork matching the
resources of the new platform without additional training. Specifically, we
optimize both the architecture and weight of subnetworks at different
capacities within a dense network in compatible learning. We also design a
conflict-aware gradient integration scheme to handle the gradient conflicts
between the dense network and subnetworks during compatible learning. Extensive
experiments on diverse benchmarks and visual backbones demonstrate the
effectiveness of our method. Our code and model are available at
https://github.com/Bunny-Black/PrunNet.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 08:59:47 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Sun",
"Yushuai",
""
],
[
"Zhou",
"Zikun",
""
],
[
"Jiang",
"Dongmei",
""
],
[
"Wang",
"Yaowei",
""
],
[
"Yu",
"Jun",
""
],
[
"Lu",
"Guangming",
""
],
[
"Pei",
"Wenjie",
""
]
] |
2504.11880 | Galina L. Klimchitskaya | G. L. Klimchitskaya, C. C. Korikov, and V. M. Mostepanenko | Nonequilibrium Casimir pressure for two graphene-coated plates: Quantum
field theoretical approach | 10 pages, 2 figures; presented at the Fifth International Symposium
on the Casimir Effect (Piran, Slovenia, September 2024) | Int. J. Mod. Phys. A, v.40, N10&11, 2543003 (2025) | 10.1142/S0217751X25430031 | null | quant-ph | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We consider the nonequilibrium Casimir pressure in the system of two parallel
graphene-coated plates one of which is either warmer or cooler than the
environment. The electromagnetic response of graphene coating characterized by
the nonzero energy gap and chemical potential is described in the framework of
the Dirac model by means of the polarization tensor. It is shown that the
magnitude of the nonequilibrium Casimir pressure on a warmer plate than the
environment is larger and on a cooler plate is smaller than the magnitude of
the standard Casimir pressure in the state of thermal equilibrium. According to
our results, the spatially local theory underestimates the role of the effects
of nonequilibrium. This underestimation increases for asmaller chemical
potential of the graphene coating and at lower temperatures of the cooled
plate. Possible applications of the obtained results are discussed.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 09:04:09 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Klimchitskaya",
"G. L.",
""
],
[
"Korikov",
"C. C.",
""
],
[
"Mostepanenko",
"V. M.",
""
]
] |
2504.11882 | Michal Przewozniczek | J. Maci\k{a}\.zek, M. W. Przewozniczek, J. Schwaab | Seeking and leveraging alternative variable dependency concepts in
gray-box-elusive bimodal land-use allocation problems | null | null | 10.1145/3712256.3726419 | null | cs.AI | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Solving land-use allocation problems can help us to deal with some of the
most urgent global environmental issues. Since these problems are NP-hard,
effective optimizers are needed to handle them. The knowledge about variable
dependencies allows for proposing such tools. However, in this work, we
consider a real-world multi-objective problem for which standard variable
dependency discovery techniques are inapplicable. Therefore, using
linkage-based variation operators is unreachable. To address this issue, we
propose a definition of problem-dedicated variable dependency. On this base, we
propose obtaining masks of dependent variables. Using them, we construct three
novel crossover operators. The results concerning real-world test cases show
that introducing our propositions into two well-known optimizers (NSGA-II,
MOEA/D) dedicated to multi-objective optimization significantly improves their
effectiveness.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 09:06:55 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Maciążek",
"J.",
""
],
[
"Przewozniczek",
"M. W.",
""
],
[
"Schwaab",
"J.",
""
]
] |
2504.11883 | Daemo Kang | Daemo Kang, Sota Kitamura, Takahiro Morimoto | Quantum Optical Spanner: Twisting Superconductors with Vortex Beam via
Higgs Mode | 5 pages, 4 figures | null | null | null | cond-mat.str-el physics.optics | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Light carrying orbital angular momentum (OAM)--known as vortex beams--has
broadened the scope of understanding and applications of light's angular
momentum. Optical tweezers using OAM, often referred to as optical spanners,
have significantly expanded the tunability of optical manipulation. A key
frontier now lies in understanding how vortex beams interact with quantum
states of matter. In this work, we numerically investigate the dynamics of a
superconductor under vortex beam illumination and demonstrate the transfer of
angular momentum from light to the superconducting collective mode, resulting
in mechanical rotation. Our findings open a pathway for optical manipulation in
the quantum regime, which we term the quantum optical spanner.
| [
{
"version": "v1",
"created": "Wed, 16 Apr 2025 09:07:35 GMT"
}
] | 2025-04-17T00:00:00 | [
[
"Kang",
"Daemo",
""
],
[
"Kitamura",
"Sota",
""
],
[
"Morimoto",
"Takahiro",
""
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.