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
2404.15410
Mateus Machado
Mateus G. Machado, Jo\~ao G. Melo, Cleber Zanchettin, Pedro H. M. Braga, Pedro V. Cunha, Edna N. S. Barros, Hansenclever F. Bassani
Planning the path with Reinforcement Learning: Optimal Robot Motion Planning in RoboCup Small Size League Environments
12 pages, 3 figures, 3 tables
null
10.1007/978-3-031-85859-8_6
null
cs.RO cs.AI cs.LG
http://creativecommons.org/licenses/by/4.0/
This work investigates the potential of Reinforcement Learning (RL) to tackle robot motion planning challenges in the dynamic RoboCup Small Size League (SSL). Using a heuristic control approach, we evaluate RL's effectiveness in obstacle-free and single-obstacle path-planning environments. Ablation studies reveal significant performance improvements. Our method achieved a 60% time gain in obstacle-free environments compared to baseline algorithms. Additionally, our findings demonstrated dynamic obstacle avoidance capabilities, adeptly navigating around moving blocks. These findings highlight the potential of RL to enhance robot motion planning in the challenging and unpredictable SSL environment.
[ { "version": "v1", "created": "Tue, 23 Apr 2024 18:01:30 GMT" } ]
2025-04-24T00:00:00
[ [ "Machado", "Mateus G.", "" ], [ "Melo", "João G.", "" ], [ "Zanchettin", "Cleber", "" ], [ "Braga", "Pedro H. M.", "" ], [ "Cunha", "Pedro V.", "" ], [ "Barros", "Edna N. S.", "" ], [ "Bassani", "Hansenclever F.", "" ] ]
2404.15649
David Frazier
David T. Frazier, Jeremias Knoblauch, Jack Jewson, and Christopher Drovandi
Exact Sampling of Gibbs Measures with Estimated Losses
This is a substantially updated and expanded version of the previous submission, "The Impact of Loss Estimation on Gibbs Measures". This version contains a new algorithm that delivers unbiased samples from the intractable Gibbs measure and was not considered in the previous version
null
null
null
math.ST stat.CO stat.ME stat.TH
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In recent years, the shortcomings of Bayesian posteriors as inferential devices have received increased attention. A popular strategy for fixing them has been to instead target a Gibbs measure based on losses that connect a parameter of interest to observed data. However, existing theory for such inference procedures assumes these losses are analytically available, while in many situations these losses must be stochastically estimated using pseudo-observations. In such cases, we show that when standard Markov Chain Monte Carlo algorithms are used to produce posterior samples, the resulting posterior exhibits strong dependence on the number of pseudo-observations: unless the number of pseudo-observations diverge sufficiently fast the resulting posterior will concentrate very slowly. However, we show that in many situations it is feasible to alleviate this dependence entirely using a modified piecewise deterministic Markov process (PDMP) sampler, and we formally and empirically show that these samplers produce posterior draws that have no dependence on the number of pseudo-observations used to estimate the loss within the Gibbs Measure. We apply our results to three examples that feature intractable likelihoods and model misspecification.
[ { "version": "v1", "created": "Wed, 24 Apr 2024 05:08:11 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 01:06:34 GMT" } ]
2025-04-24T00:00:00
[ [ "Frazier", "David T.", "" ], [ "Knoblauch", "Jeremias", "" ], [ "Jewson", "Jack", "" ], [ "Drovandi", "Christopher", "" ] ]
2404.17234
Will Johnson
Will Johnson
Generic differentiability and $P$-minimal groups
54 pages. Fixed typos, rewrote intro, added Example 5.2
null
null
null
math.LO
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We prove generic differentiability in $P$-minimal theories, strengthening an earlier result of Kuijpers and Leenknegt. Using this, we prove Onshuus and Pillay's $P$-minimal analogue of Pillay's conjectures on o-minimal groups. Specifically, let $G$ be an $n$-dimensional definable group in a highly saturated model $M$ of a $P$-minimal theory. Then there is an open definable subgroup $H \subseteq G$ such that $H$ is compactly dominated by $H/H^{00}$, and $H/H^{00}$ is a $p$-adic Lie group of the expected dimension. Additionally, the generic differentiability theorem immediately implies a classification of interpretable fields in $P$-minimal theories, by work of Halevi, Hasson, and Peterzil.
[ { "version": "v1", "created": "Fri, 26 Apr 2024 08:11:07 GMT" }, { "version": "v2", "created": "Tue, 18 Jun 2024 06:30:40 GMT" }, { "version": "v3", "created": "Wed, 17 Jul 2024 09:57:55 GMT" }, { "version": "v4", "created": "Wed, 23 Apr 2025 01:28:49 GMT" } ]
2025-04-24T00:00:00
[ [ "Johnson", "Will", "" ] ]
2404.17403
Alexandros Tsakpinis
Alexandros Tsakpinis and Alexander Pretschner
Analyzing the Accessibility of GitHub Repositories for PyPI and NPM Libraries
6 pages, 3 figures, accepted at 28th edition of International Conference on Evaluation and Assessment in Software Engineering (EASE 2024)
null
10.1145/3661167.3661231
null
cs.SE
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Industrial applications heavily rely on open-source software (OSS) libraries, which provide various benefits. But, they can also present a substantial risk if a vulnerability or attack arises and the community fails to promptly address the issue and release a fix due to inactivity. To be able to monitor the activities of such communities, a comprehensive list of repositories for the libraries of an ecosystem must be accessible. Based on these repositories, integrated libraries of an application can be monitored to observe whether they are adequately maintained. In this descriptive study, we analyze the accessibility of GitHub repositories for PyPI and NPM libraries. For all available libraries, we extract assigned repository URLs, direct dependencies and use the page rank algorithm to comprehensively analyze the ecosystems from a library and dependency chain perspective. For invalid repository URLs, we derive potential reasons. Both ecosystems show varying accessibility to GitHub repository URLs, depending on the page rank score of the analyzed libraries. For individual libraries, up to 73.8% of PyPI and up to 69.4% of NPM libraries have repository URLs. Within dependency chains, up to 80.1% of PyPI libraries have URLs, while up to 81.1% for NPM. That means, most libraries, especially the ones of increasing importance, can be monitored on GitHub. Among the most common reasons for invalid repository URLs is no URLs being assigned at all, which amounts up to 17.9% for PyPI and up to 39.6% for NPM. Package maintainers should address this issue and update the repository information to enable monitoring of their libraries.
[ { "version": "v1", "created": "Fri, 26 Apr 2024 13:27:04 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 12:09:55 GMT" } ]
2025-04-24T00:00:00
[ [ "Tsakpinis", "Alexandros", "" ], [ "Pretschner", "Alexander", "" ] ]
2404.17671
Alejandro Luque Cerpa
Alejandro Luque-Cerpa, Miguel A. Guti\'errez-Naranjo
A Membrane Computing Approach to the Generalized Nash Equilibrium
null
null
10.1007/s11047-025-10014-z
null
cs.GT
http://creativecommons.org/licenses/by-nc-nd/4.0/
In Evolutionary Game Theory (EGT), a population reaches a Nash equilibrium when none of the agents can improve its objective by solely changing its strategy on its own. Roughly speaking, this equilibrium is a protection against betrayal. Generalized Nash Equilibrium (GNE) is a more complex version of this idea with important implications in real-life problems in economics, wireless communication, the electricity market, or engineering among other areas. In this paper, we propose a first approach to GNE with Membrane Computing techniques and show how GNE problems can be modeled with P systems, bridging both areas and opening a door for a flow of problems and solutions in both directions.
[ { "version": "v1", "created": "Fri, 26 Apr 2024 19:31:33 GMT" } ]
2025-04-24T00:00:00
[ [ "Luque-Cerpa", "Alejandro", "" ], [ "Gutiérrez-Naranjo", "Miguel A.", "" ] ]
2404.17962
Pranav Gokhale
Pranav Gokhale, Caitlin Carnahan, William Clark, Teague Tomesh, Frederic T. Chong
Deep Learning for Low-Latency, Quantum-Ready RF Sensing
null
In 2024 IEEE QCE, vol. 1, pp. 1324-1335. IEEE, 2024
10.1109/QCE60285.2024.00158
null
quant-ph cs.AI cs.LG cs.PF cs.SY eess.SY
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Recent work has shown the promise of applying deep learning to enhance software processing of radio frequency (RF) signals. In parallel, hardware developments with quantum RF sensors based on Rydberg atoms are breaking longstanding barriers in frequency range, resolution, and sensitivity. In this paper, we describe our implementations of quantum-ready machine learning approaches for RF signal classification. Our primary objective is latency: while deep learning offers a more powerful computational paradigm, it also traditionally incurs latency overheads that hinder wider scale deployment. Our work spans three axes. (1) A novel continuous wavelet transform (CWT) based recurrent neural network (RNN) architecture that enables flexible online classification of RF signals on-the-fly with reduced sampling time. (2) Low-latency inference techniques for both GPU and CPU that span over 100x reductions in inference time, enabling real-time operation with sub-millisecond inference. (3) Quantum-readiness validated through application of our models to physics-based simulation of Rydberg atom QRF sensors. Altogether, our work bridges towards next-generation RF sensors that use quantum technology to surpass previous physical limits, paired with latency-optimized AI/ML software that is suitable for real-time deployment.
[ { "version": "v1", "created": "Sat, 27 Apr 2024 17:22:12 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 03:33:09 GMT" } ]
2025-04-24T00:00:00
[ [ "Gokhale", "Pranav", "" ], [ "Carnahan", "Caitlin", "" ], [ "Clark", "William", "" ], [ "Tomesh", "Teague", "" ], [ "Chong", "Frederic T.", "" ] ]
2404.18937
Abolfazl Jafari
Abolfazl Jafari
Unification of the Gauge Theories
8 pages, 0 figures
null
null
null
physics.gen-ph
http://creativecommons.org/licenses/by/4.0/
We treat the Christoffel coefficients as operators and introduce new mappings for quaternionic products to connect with the theory of electrodynamics in general spacetime. By utilizing the directional operator of the covariant derivative, we generalize the quaternionic mechanism to the theory of electrodynamics. We demonstrate that the Einstein equation permits the selection of a constant term that is consistent with the covariant derivative.
[ { "version": "v1", "created": "Thu, 18 Apr 2024 14:21:45 GMT" }, { "version": "v2", "created": "Sat, 4 Jan 2025 18:37:46 GMT" }, { "version": "v3", "created": "Wed, 23 Apr 2025 13:16:49 GMT" } ]
2025-04-24T00:00:00
[ [ "Jafari", "Abolfazl", "" ] ]
2405.01142
Yipeng Li
Yipeng Li and Xinchen Lyu
Sharp Bounds for Sequential Federated Learning on Heterogeneous Data
arXiv admin note: text overlap with arXiv:2311.03154
null
null
null
cs.LG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
There are two paradigms in Federated Learning (FL): parallel FL (PFL), where models are trained in a parallel manner across clients, and sequential FL (SFL), where models are trained in a sequential manner across clients. Specifically, in PFL, clients perform local updates independently and send the updated model parameters to a global server for aggregation; in SFL, one client starts its local updates only after receiving the model parameters from the previous client in the sequence. In contrast to that of PFL, the convergence theory of SFL on heterogeneous data is still lacking. To resolve the theoretical dilemma of SFL, we establish sharp convergence guarantees for SFL on heterogeneous data with both upper and lower bounds. Specifically, we derive the upper bounds for the strongly convex, general convex and non-convex objective functions, and construct the matching lower bounds for the strongly convex and general convex objective functions. Then, we compare the upper bounds of SFL with those of PFL, showing that SFL outperforms PFL on heterogeneous data (at least, when the level of heterogeneity is relatively high). Experimental results validate the counterintuitive theoretical finding.
[ { "version": "v1", "created": "Thu, 2 May 2024 09:58:49 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 14:38:41 GMT" } ]
2025-04-24T00:00:00
[ [ "Li", "Yipeng", "" ], [ "Lyu", "Xinchen", "" ] ]
2405.02249
S\'ebastien Cueff
Capucine Laprais, Cl\'ement Zrounba, Julien Bouvier, Nicholas Blanchard, Matthieu Bugnet, Yael Guti\'errez, Saul Vazquez-Miranda, Shirly Espinoza, Peter Thiesen, Romain Bourrellier, Aziz Benamrouche, Nicolas Baboux, Guillaume Saint-Girons, Lotfi Berguiga, and S\'ebastien Cueff
Reversible single-pulse laser-induced phase change of Sb$_2$S$_3$ thin films: multi-physics modeling and experimental demonstrations
null
null
10.1002/adom.202401214
null
physics.app-ph
http://creativecommons.org/licenses/by/4.0/
Phase change materials (PCMs) have gained a tremendous interest as a means to actively tune nanophotonic devices through the large optical modulation produced by their amorphous to crystalline reversible transition. Recently, materials such as Sb$_2$S$_3$ emerged as particularly promising low loss PCMs, with both large refractive index modulations and transparency in the visible and NIR. Controlling the local and reversible phase transition in this material is of major importance for future applications, and an appealing method to do so is to exploit pulsed lasers. Yet, the physics and limits involved in the optical switching of Sb$_2$S$_3$ are not yet well understood. Here, we investigate the reversible laser-induced phase transition of Sb$_2$S$_3$, focusing specifically on the mechanisms that drive the optically induced amorphization, with multi-physics considerations including the optical and thermal properties of the PCM and its environment. We theoretically and experimentally determine the laser energy threshold for reversibly changing the phase of the PCM, not only between fully amorphous and crystalline states but also between partially recrystallized states. We then reveal the non-negligible impact of the material's polycrystallinity and anisotropy on the power thresholds for optical switching. Finally, we address the challenges related to laser amorphization of thick Sb$_2$S$_3$ layers, as well as strategies to overcome them. These results enable a qualitative and quantitative understanding of the physics behind the optically-induced reversible change of phase in Sb$_2$S$_3$ layers.
[ { "version": "v1", "created": "Fri, 3 May 2024 17:04:23 GMT" } ]
2025-04-24T00:00:00
[ [ "Laprais", "Capucine", "" ], [ "Zrounba", "Clément", "" ], [ "Bouvier", "Julien", "" ], [ "Blanchard", "Nicholas", "" ], [ "Bugnet", "Matthieu", "" ], [ "Gutiérrez", "Yael", "" ], [ "Vazquez-Miranda", "Saul", "" ], [ "Espinoza", "Shirly", "" ], [ "Thiesen", "Peter", "" ], [ "Bourrellier", "Romain", "" ], [ "Benamrouche", "Aziz", "" ], [ "Baboux", "Nicolas", "" ], [ "Saint-Girons", "Guillaume", "" ], [ "Berguiga", "Lotfi", "" ], [ "Cueff", "Sébastien", "" ] ]
2405.05664
Christophe Troestler
Guglielmo Feltrin, Christophe Troestler
Uniqueness, non-degeneracy, and exact multiplicity of positive solutions for superlinear elliptic problems
24 pages, 11 figures
null
null
null
math.AP
http://creativecommons.org/licenses/by-nc-nd/4.0/
In this paper, we focus our attention on the positive solutions to second-order nonlinear ordinary differential equations of the form $u''+q(t)g(u)=0$, where $q$ is a sign-changing weight and $g$ is a superlinear function. We exploit the classical shooting approach and the comparison theorem to present non-degeneracy and exact multiplicity results for positive solutions. This completes the multiplicity results obtained by Feltrin and Zanolin. Numerical examples and some related open problems are also discussed.
[ { "version": "v1", "created": "Thu, 9 May 2024 10:35:47 GMT" }, { "version": "v2", "created": "Mon, 1 Jul 2024 20:53:37 GMT" }, { "version": "v3", "created": "Wed, 23 Apr 2025 16:15:38 GMT" } ]
2025-04-24T00:00:00
[ [ "Feltrin", "Guglielmo", "" ], [ "Troestler", "Christophe", "" ] ]
2405.06513
Kjell Tangen
Kjell Tangen
Sensing Gravity with Polarized Electromagnetic Radiation
18 pages
Int J Theor Phys 64, 112 (2025)
10.1007/s10773-025-05978-8
null
gr-qc astro-ph.CO
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Polarization wiggling is a direct gravitational effect exerted by a gravitational field on any electromagnetic radiation traversing it. This effect is investigated in linear gravity for spacetimes with flat or conformally flat backgrounds. First, we show how the polarization wiggle rates can be computed in the conformal frame and transformed to the physical frame. Then it is shown that polarization wiggling is not sensitive to scalar perturbations to the metric, while vector and tensor perturbations do induce polarization wiggling. This poses two natural questions: Can polarized electromagnetic radiation be used to measure vectorial and tensorial components of gravitational fields directly? And if so, how? Next, polarization wiggling is studied for an arbitrary vector perturbation to the spacetime metric. In a stationary spacetime, the polarization wiggle rate is proportional to the difference in frame dragging rates between radiation emission and measurement events. We show how this can be used to measure the angular momentum of a gravitational source if the emitter orbits the gravitational source on a known orbit. Next, the effect of a gravitational tensor mode with arbitrary polarization is studied. Finally, the polarization wiggling effect induced by a gravitational tensor mode is analyzed. Two cases are demonstrated: A spacetime with a flat Minkowski background and an expanding cosmology with a conformally flat background. In both cases, the polarization wiggling frequency equals the frequency of the gravitational tensor mode, while the other state parameters are encoded in the polarization wiggling amplitude and phase of the polarized radiation. We show that measurements of polarization wiggling frequency, amplitude and phase of polarized radiation from different directions enables all state parameters of a gravitational tensor mode to be determined.
[ { "version": "v1", "created": "Fri, 10 May 2024 14:48:48 GMT" }, { "version": "v2", "created": "Tue, 15 Oct 2024 05:22:13 GMT" } ]
2025-04-24T00:00:00
[ [ "Tangen", "Kjell", "" ] ]
2405.07229
Xiaocui Yang
Xiaocui Yang, Wenfang Wu, Shi Feng, Ming Wang, Daling Wang, Yang Li, Qi Sun, Yifei Zhang, Xiaoming Fu, Soujanya Poria
MM-InstructEval: Zero-Shot Evaluation of (Multimodal) Large Language Models on Multimodal Reasoning Tasks
Accepted by the Information Fusion Journal
null
null
null
cs.MM
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The emergence of multimodal large language models (MLLMs) has triggered extensive research in model evaluation. While existing evaluation studies primarily focus on unimodal (vision-only) comprehension and reasoning capabilities, they overlook critical assessments of complex multimodal reasoning tasks that require integrated understanding of both visual and textual contexts. Such multimodal tasks present unique challenges, demanding sophisticated reasoning across multiple modalities and deep comprehension of multimodal contexts. In this paper, we present MM-InstructEval, a comprehensive evaluation framework that incorporates diverse metrics to assess model performance across various multimodal reasoning tasks with vision-text contexts. We conduct extensive zero-shot evaluations on 45 models (including 36 MLLMs) across 16 multimodal datasets, encompassing 6 distinct tasks using 10 different instructions. Our framework introduces multiple innovative metrics, including the 'Best Performance' metric to benchmark peak model capabilities, the 'Mean Relative Gain' metric to assess overall efficacy across models and instructions, the 'Stability' metric to measure robustness, and the 'Adaptability' metric to quantify the compatibility between models and instructions. Through comprehensive evaluation and analysis, we uncover several significant insights about model architectures, instruction formats, and their interactions in multimodal reasoning tasks. Our findings establish new benchmarks for assessing the reasoning capabilities of MLLMs and provide strategic guidance for future developments. To facilitate continued research and evaluation in this field, we release our framework and resources at https://github.com/declare-lab/MM-InstructEval, with an interactive leaderboard available at MM-InstructEval Leaderboard (https://declare-lab.github.io/MM-InstructEval/).
[ { "version": "v1", "created": "Sun, 12 May 2024 09:09:30 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 10:37:45 GMT" } ]
2025-04-24T00:00:00
[ [ "Yang", "Xiaocui", "" ], [ "Wu", "Wenfang", "" ], [ "Feng", "Shi", "" ], [ "Wang", "Ming", "" ], [ "Wang", "Daling", "" ], [ "Li", "Yang", "" ], [ "Sun", "Qi", "" ], [ "Zhang", "Yifei", "" ], [ "Fu", "Xiaoming", "" ], [ "Poria", "Soujanya", "" ] ]
2405.08301
Wei Yu
Ryan Song, Kareem M. Attiah, and Wei Yu
Coded Downlink Massive Random Access and a Finite de Finetti Theorem
18 Pages. Accepted in IEEE Transactions on Information Theory
null
null
null
cs.IT math.IT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
This paper considers a massive connectivity setting in which a base-station (BS) aims to communicate sources $(X_1,\cdots,X_k)$ to a randomly activated subset of $k$ users, among a large pool of $n$ users, via a common message in the downlink. Although the identities of the $k$ active users are assumed to be known at the BS, each active user only knows whether itself is active and does not know the identities of the other active users. A naive coding strategy is to transmit the sources alongside the identities of the users for which the source information is intended. This requires $H(X_1,\cdots,X_k) + k\log(n)$ bits, because the cost of specifying the identity of one out of $n$ users is $\log(n)$ bits. For large $n$, this overhead can be significant. This paper shows that it is possible to develop coding techniques that eliminate the dependency of the overhead on $n$, if the source distribution follows certain symmetry. Specifically, if the source distribution is independently and identically distributed (i.i.d.) then the overhead can be reduced to at most $O(\log(k))$ bits, and in case of uniform i.i.d. sources, the overhead can be further reduced to $O(1)$ bits. For sources that follow a more general exchangeable distribution, the overhead is at most $O(k)$ bits, and in case of finite-alphabet exchangeable sources, the overhead can be further reduced to $O(\log(k))$ bits. The downlink massive random access problem is closely connected to the study of finite exchangeable sequences. The proposed coding strategy allows bounds on the Kullback-Leibler (KL) divergence between finite exchangeable distributions and i.i.d. mixture distributions to be developed, and gives a new KL divergence version of the finite de Finetti theorem which is scaling optimal.
[ { "version": "v1", "created": "Tue, 14 May 2024 03:53:17 GMT" }, { "version": "v2", "created": "Wed, 25 Dec 2024 16:36:05 GMT" }, { "version": "v3", "created": "Tue, 22 Apr 2025 19:25:48 GMT" } ]
2025-04-24T00:00:00
[ [ "Song", "Ryan", "" ], [ "Attiah", "Kareem M.", "" ], [ "Yu", "Wei", "" ] ]
2405.10107
Alec Yen
Alec Yen, Yufeng Ye, Kaidong Peng, Jennifer Wang, Gregory Cunningham, Michael Gingras, Bethany M. Niedzielski, Hannah Stickler, Kyle Serniak, Mollie E. Schwartz, Kevin P. O'Brien
Interferometric Purcell suppression of spontaneous emission in a superconducting qubit
11 pages, 11 figures
null
10.1103/PhysRevApplied.23.024068
null
quant-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In superconducting qubits, suppression of spontaneous emission is essential to achieve fast dispersive measurement and reset without sacrificing qubit lifetime. We show that resonator-mediated decay of the qubit mode to the feedline can be suppressed using destructive interference, where the readout resonator is coupled to the feedline at two points. This "interferometric Purcell filter" does not require dedicated filter components or impedance mismatch in the feedline, making it suitable for applications such as all-pass readout. We design and fabricate a device with the proposed scheme and demonstrate suppression of resonator-mediated decay that exceeds 2 orders of magnitude over a bandwidth of 400 MHz for a resonator linewidth of 13.8 MHz.
[ { "version": "v1", "created": "Thu, 16 May 2024 14:01:11 GMT" }, { "version": "v2", "created": "Mon, 21 Apr 2025 18:04:14 GMT" } ]
2025-04-24T00:00:00
[ [ "Yen", "Alec", "" ], [ "Ye", "Yufeng", "" ], [ "Peng", "Kaidong", "" ], [ "Wang", "Jennifer", "" ], [ "Cunningham", "Gregory", "" ], [ "Gingras", "Michael", "" ], [ "Niedzielski", "Bethany M.", "" ], [ "Stickler", "Hannah", "" ], [ "Serniak", "Kyle", "" ], [ "Schwartz", "Mollie E.", "" ], [ "O'Brien", "Kevin P.", "" ] ]
2405.10333
Roman Novikov
Roman Novikov
A holographic global uniqueness in passive imaging
null
null
null
null
math.AP math-ph math.MP
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We consider a radiation solution $\psi$ for the Helmholtz equation in an exterior region in $\mathbb R^3$. We show that the restriction of $\psi$ to any ray $L$ in the exterior region is uniquely determined by its imaginary part $\Im\psi$ on an interval of this ray. As a corollary, the restriction of $\psi$ to any plane $X$ in the exterior region is uniquely determined by $\Im\psi$ on an open domain in this plane. These results have holographic prototypes in the recent work Novikov (2024, Proc. Steklov Inst. Math. 325, 218-223). In particular, these and known results imply a holographic type global uniqueness in passive imaging and for the Gelfand-Krein-Levitan inverse problem (from boundary values of the spectral measure in the whole space) in the monochromatic case. Some other surfaces for measurements instead of the planes $X$ are also considered.
[ { "version": "v1", "created": "Sun, 12 May 2024 08:07:40 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 07:49:53 GMT" } ]
2025-04-24T00:00:00
[ [ "Novikov", "Roman", "" ] ]
2405.12124
Zejian Li
Zejian Li, Anna Delmonte, Xhek Turkeshi and Rosario Fazio
Monitored long-range interacting systems: spin-wave theory for quantum trajectories
21 pages, 15 figures
null
null
null
quant-ph cond-mat.stat-mech cond-mat.str-el
http://creativecommons.org/licenses/by/4.0/
Measurement-induced phases exhibit unconventional dynamics as emergent collective phenomena, yet their behavior in tailored interacting systems -- crucial for quantum technologies -- remains less understood. We develop a systematic toolbox to analyze monitored dynamics in long-range interacting systems, relevant to platforms like trapped ions and Rydberg atoms. Our method extends spin-wave theory to general dynamical generators at the quantum trajectory level, enabling access to a broader class of states than approaches based on density matrices. This allows efficient simulation of large-scale interacting spins and captures nonlinear dynamical features such as entanglement and trajectory correlations. We showcase the versatility of our framework by exploring entanglement phase transitions in a monitored spin system with power-law interactions in one and two dimensions, where the entanglement scaling changes from logarithm to volume law as the interaction range shortens, and by dwelling on how our method mitigates experimental post-selection challenges in detecting monitored quantum phases.
[ { "version": "v1", "created": "Mon, 20 May 2024 15:41:38 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 14:15:01 GMT" } ]
2025-04-24T00:00:00
[ [ "Li", "Zejian", "" ], [ "Delmonte", "Anna", "" ], [ "Turkeshi", "Xhek", "" ], [ "Fazio", "Rosario", "" ] ]
2405.13625
Simone Naldi
Vladimir Kolmogorov and Simone Naldi and Jeferson Zapata
Certifying solutions of degenerate semidefinite programs
20 pages, 1 table; published version
null
null
null
math.OC cs.SC math.AG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
This paper deals with the algorithmic aspects of solving feasibility problems of semidefinite programming (SDP), aka linear matrix inequalities (LMI). Since in some SDP instances all feasible solutions have irrational entries, numerical solvers that work with rational numbers can only find an approximate solution. We study the following question: is it possible to certify feasibility of a given SDP using an approximate solution that is sufficiently close to some exact solution? Existing approaches make the assumption that there exist rational feasible solutions (and use techniques such as rounding and lattice reduction algorithms). We propose an alternative approach that does not need this assumption. More specifically, we show how to construct a system of polynomial equations whose set of real solutions is guaranteed to have an isolated correct solution (assuming that the target exact solution is maximum-rank). This allows, in particular, to use algorithms from real algebraic geometry for solving systems of polynomial equations, yielding a hybrid (or symbolic-numerical) method for SDPs. We experimentally compare it with a pure symbolic method; the hybrid method was able to certify feasibility of many SDP instances on which the exact method failed. Our approach may have further applications, such as refining an approximate solution using methods of numerical algebraic geometry for systems of polynomial equations.
[ { "version": "v1", "created": "Wed, 22 May 2024 13:23:10 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 19:13:21 GMT" } ]
2025-04-24T00:00:00
[ [ "Kolmogorov", "Vladimir", "" ], [ "Naldi", "Simone", "" ], [ "Zapata", "Jeferson", "" ] ]
2405.13898
Narendra N. Hegade
Alejandro Gomez Cadavid, Archismita Dalal, Anton Simen, Enrique Solano, Narendra N. Hegade
Bias-field digitized counterdiabatic quantum optimization
Main text: 5 pages, 3 figures. Supplementary: 11 pages, 12 figures
Phys. Rev. Research 7, L022010 (2025)
10.1103/PhysRevResearch.7.L022010
null
quant-ph cond-mat.mes-hall
http://creativecommons.org/licenses/by/4.0/
We introduce a method for solving combinatorial optimization problems on digital quantum computers, where we incorporate auxiliary counterdiabatic (CD) terms into the adiabatic Hamiltonian, while integrating bias terms derived from an iterative digitized counterdiabatic quantum algorithm. We call this protocol bias-field digitized counterdiabatic quantum optimization (BF-DCQO). Designed to effectively tackle large-scale combinatorial optimization problems, BF-DCQO demonstrates resilience against the limitations posed by the restricted coherence times of current quantum processors and shows clear enhancement even in the presence of noise. Additionally, our purely quantum approach eliminates the dependency on classical optimization required in hybrid classical-quantum schemes, thereby circumventing the trainability issues often associated with variational quantum algorithms. Through the analysis of an all-to-all connected general Ising spin-glass problem, we exhibit a polynomial scaling enhancement in ground state success probability compared to traditional DCQO and finite-time adiabatic quantum optimization methods. Furthermore, it achieves scaling improvements in ground state success probabilities, increasing by up to two orders of magnitude, and offers an average 1.3x better approximation ratio than the quantum approximate optimization algorithm for the problem sizes studied. We validate these findings through experimental implementations on both trapped-ion quantum computers and superconducting processors, tackling a maximum weighted independent set problem with 36 qubits and a spin-glass on a heavy-hex lattice with 100 qubits, respectively. These results mark a significant advancement in gate-based quantum computing, employing a fully quantum algorithmic approach.
[ { "version": "v1", "created": "Wed, 22 May 2024 18:11:42 GMT" } ]
2025-04-24T00:00:00
[ [ "Cadavid", "Alejandro Gomez", "" ], [ "Dalal", "Archismita", "" ], [ "Simen", "Anton", "" ], [ "Solano", "Enrique", "" ], [ "Hegade", "Narendra N.", "" ] ]
2405.16168
Or Raveh
Or Raveh, Junya Honda and Masashi Sugiyama
Multi-Player Approaches for Dueling Bandits
null
null
null
null
cs.LG stat.ML
http://creativecommons.org/licenses/by/4.0/
Various approaches have emerged for multi-armed bandits in distributed systems. The multiplayer dueling bandit problem, common in scenarios with only preference-based information like human feedback, introduces challenges related to controlling collaborative exploration of non-informative arm pairs, but has received little attention. To fill this gap, we demonstrate that the direct use of a Follow Your Leader black-box approach matches the lower bound for this setting when utilizing known dueling bandit algorithms as a foundation. Additionally, we analyze a message-passing fully distributed approach with a novel Condorcet-winner recommendation protocol, resulting in expedited exploration in many cases. Our experimental comparisons reveal that our multiplayer algorithms surpass single-player benchmark algorithms, underscoring their efficacy in addressing the nuanced challenges of the multiplayer dueling bandit setting.
[ { "version": "v1", "created": "Sat, 25 May 2024 10:25:48 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 04:13:00 GMT" } ]
2025-04-24T00:00:00
[ [ "Raveh", "Or", "" ], [ "Honda", "Junya", "" ], [ "Sugiyama", "Masashi", "" ] ]
2405.18181
Cem Okulmus
Bianca L\"ohnert and Nikolaus Augsten and Cem Okulmus and Magdalena Ortiz
Towards Practicable Algorithms for Rewriting Graph Queries beyond DL-Lite
null
null
null
null
cs.DB cs.LO
http://creativecommons.org/licenses/by/4.0/
Despite the many advantages that ontology-based data access (OBDA) has brought to a range of application domains, state-of-the-art OBDA systems still do not support popular graph database management systems such as Neo4j. Algorithms for query rewriting focus on languages like conjunctive queries and their unions, which are fragments of first-order logic and were developed for relational data. Such query languages are poorly suited for querying graph data. Moreover, they also limit the expressiveness of the ontology languages that admit rewritings, restricting them to those where the data complexity of reasoning is not higher than it is in first-order logic. In this paper, we propose a technique for rewriting a family of navigational queries for a suitably restricted fragment of ELHI that extends DL-Lite and that is NL-complete in data complexity. We implemented a proof-of-concept prototype that rewrites into Cypher queries, and tested it on a real-world cognitive neuroscience use case with promising results.
[ { "version": "v1", "created": "Tue, 28 May 2024 13:48:36 GMT" }, { "version": "v2", "created": "Fri, 7 Jun 2024 18:07:39 GMT" }, { "version": "v3", "created": "Wed, 23 Apr 2025 09:37:51 GMT" } ]
2025-04-24T00:00:00
[ [ "Löhnert", "Bianca", "" ], [ "Augsten", "Nikolaus", "" ], [ "Okulmus", "Cem", "" ], [ "Ortiz", "Magdalena", "" ] ]
2405.19776
Xiang-You Chen
Xiang-You Chen, Yu-Yu Zhang, Qing-Hu Chen, and Hai-Qing Lin
Phase Transitions in the Anisotropic Dicke-Stark Model with $A$-square terms
6 pages, 6 figures
Phys. Rev. A, 110, 063722 (2024)
10.1103/PhysRevA.110.063722
null
quant-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The superradiant phase transition (SRPT) is forbidden in the standard isotropic Dicke model due to the so-called no-go theorem induced by A-square term. In the framework of the Dicke model, we demonstrate that SRPTs can occur at both zero and finite temperatures if we intrinsically tune the rotating wave and count-rotating atom-cavity coupling independently, and/or introduce the nonlinear Stark coupling terms, thus overcoming the no-go theorem. The phase transitions in this so-called anisotropic Dicke-Stark model share the same universality class with the original Dicke model. The critical coupling strength of this model decreases with the isotropic constant gradually, but can be driven to zero quickly with the strong nonlinear Stark coupling. We believe that we have proposed a feasible scheme to observe the SRPT in the future solid-state experiments.
[ { "version": "v1", "created": "Thu, 30 May 2024 07:43:36 GMT" }, { "version": "v2", "created": "Wed, 5 Jun 2024 11:41:11 GMT" } ]
2025-04-24T00:00:00
[ [ "Chen", "Xiang-You", "" ], [ "Zhang", "Yu-Yu", "" ], [ "Chen", "Qing-Hu", "" ], [ "Lin", "Hai-Qing", "" ] ]
2405.20770
Guang Lin
Guang Lin and Toshihisa Tanaka and Qibin Zhao
Large Language Model Sentinel: LLM Agent for Adversarial Purification
null
null
null
null
cs.CL cs.AI cs.CR
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Over the past two years, the use of large language models (LLMs) has advanced rapidly. While these LLMs offer considerable convenience, they also raise security concerns, as LLMs are vulnerable to adversarial attacks by some well-designed textual perturbations. In this paper, we introduce a novel defense technique named Large LAnguage MOdel Sentinel (LLAMOS), which is designed to enhance the adversarial robustness of LLMs by purifying the adversarial textual examples before feeding them into the target LLM. Our method comprises two main components: a) Agent instruction, which can simulate a new agent for adversarial defense, altering minimal characters to maintain the original meaning of the sentence while defending against attacks; b) Defense guidance, which provides strategies for modifying clean or adversarial examples to ensure effective defense and accurate outputs from the target LLMs. Remarkably, the defense agent demonstrates robust defensive capabilities even without learning from adversarial examples. Additionally, we conduct an intriguing adversarial experiment where we develop two agents, one for defense and one for attack, and engage them in mutual confrontation. During the adversarial interactions, neither agent completely beat the other. Extensive experiments on both open-source and closed-source LLMs demonstrate that our method effectively defends against adversarial attacks, thereby enhancing adversarial robustness.
[ { "version": "v1", "created": "Fri, 24 May 2024 07:23:56 GMT" }, { "version": "v2", "created": "Thu, 15 Aug 2024 10:03:40 GMT" }, { "version": "v3", "created": "Wed, 28 Aug 2024 08:46:17 GMT" }, { "version": "v4", "created": "Wed, 23 Apr 2025 05:12:45 GMT" } ]
2025-04-24T00:00:00
[ [ "Lin", "Guang", "" ], [ "Tanaka", "Toshihisa", "" ], [ "Zhao", "Qibin", "" ] ]
2406.00622
Xingrui Wang
Xingrui Wang, Wufei Ma, Angtian Wang, Shuo Chen, Adam Kortylewski, Alan Yuille
Compositional 4D Dynamic Scenes Understanding with Physics Priors for Video Question Answering
ICLR 2025 accepted paper. Project url: https://xingruiwang.github.io/projects/DynSuperCLEVR/
null
null
null
cs.CV cs.AI
http://creativecommons.org/licenses/by/4.0/
For vision-language models (VLMs), understanding the dynamic properties of objects and their interactions in 3D scenes from videos is crucial for effective reasoning about high-level temporal and action semantics. Although humans are adept at understanding these properties by constructing 3D and temporal (4D) representations of the world, current video understanding models struggle to extract these dynamic semantics, arguably because these models use cross-frame reasoning without underlying knowledge of the 3D/4D scenes. In this work, we introduce DynSuperCLEVR, the first video question answering dataset that focuses on language understanding of the dynamic properties of 3D objects. We concentrate on three physical concepts -- velocity, acceleration, and collisions within 4D scenes. We further generate three types of questions, including factual queries, future predictions, and counterfactual reasoning that involve different aspects of reasoning about these 4D dynamic properties. To further demonstrate the importance of explicit scene representations in answering these 4D dynamics questions, we propose NS-4DPhysics, a Neural-Symbolic VideoQA model integrating Physics prior for 4D dynamic properties with explicit scene representation of videos. Instead of answering the questions directly from the video text input, our method first estimates the 4D world states with a 3D generative model powered by physical priors, and then uses neural symbolic reasoning to answer the questions based on the 4D world states. Our evaluation on all three types of questions in DynSuperCLEVR shows that previous video question answering models and large multimodal models struggle with questions about 4D dynamics, while our NS-4DPhysics significantly outperforms previous state-of-the-art models. Our code and data are released in https://xingruiwang.github.io/projects/DynSuperCLEVR/.
[ { "version": "v1", "created": "Sun, 2 Jun 2024 05:51:15 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 04:53:40 GMT" } ]
2025-04-24T00:00:00
[ [ "Wang", "Xingrui", "" ], [ "Ma", "Wufei", "" ], [ "Wang", "Angtian", "" ], [ "Chen", "Shuo", "" ], [ "Kortylewski", "Adam", "" ], [ "Yuille", "Alan", "" ] ]
2406.01386
Xutong Liu
Xutong Liu, Siwei Wang, Jinhang Zuo, Han Zhong, Xuchuang Wang, Zhiyong Wang, Shuai Li, Mohammad Hajiesmaili, John C.S. Lui, Wei Chen
Combinatorial Multivariant Multi-Armed Bandits with Applications to Episodic Reinforcement Learning and Beyond
null
null
null
null
cs.LG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We introduce a novel framework of combinatorial multi-armed bandits (CMAB) with multivariant and probabilistically triggering arms (CMAB-MT), where the outcome of each arm is a $d$-dimensional multivariant random variable and the feedback follows a general arm triggering process. Compared with existing CMAB works, CMAB-MT not only enhances the modeling power but also allows improved results by leveraging distinct statistical properties for multivariant random variables. For CMAB-MT, we propose a general 1-norm multivariant and triggering probability-modulated smoothness condition, and an optimistic CUCB-MT algorithm built upon this condition. Our framework can include many important problems as applications, such as episodic reinforcement learning (RL) and probabilistic maximum coverage for goods distribution, all of which meet the above smoothness condition and achieve matching or improved regret bounds compared to existing works. Through our new framework, we build the first connection between the episodic RL and CMAB literature, by offering a new angle to solve the episodic RL through the lens of CMAB, which may encourage more interactions between these two important directions.
[ { "version": "v1", "created": "Mon, 3 Jun 2024 14:48:53 GMT" }, { "version": "v2", "created": "Mon, 18 Nov 2024 22:18:03 GMT" }, { "version": "v3", "created": "Tue, 22 Apr 2025 19:08:27 GMT" } ]
2025-04-24T00:00:00
[ [ "Liu", "Xutong", "" ], [ "Wang", "Siwei", "" ], [ "Zuo", "Jinhang", "" ], [ "Zhong", "Han", "" ], [ "Wang", "Xuchuang", "" ], [ "Wang", "Zhiyong", "" ], [ "Li", "Shuai", "" ], [ "Hajiesmaili", "Mohammad", "" ], [ "Lui", "John C. S.", "" ], [ "Chen", "Wei", "" ] ]
2406.02444
Sourav Dutta
Sourav Dutta, Debjyoti Biswas, Prabha Mandayam
Noise-adapted qudit codes for amplitude-damping noise
13 + 5 pages, 7 figures, 2 + 1 tables
Phys. Rev. A 111, 032438 (2025)
10.1103/PhysRevA.111.032438
null
quant-ph
http://creativecommons.org/licenses/by/4.0/
Quantum error correction (QEC) plays a critical role in preventing information loss in quantum systems and provides a framework for reliable quantum computation. Identifying quantum codes with nice code parameters for physically motivated noise models remains an interesting challenge. While past work has primarily focused on qubit codes, here we identify a $[4,1]$ qudit error correcting code tailored to protect against amplitude-damping noise. We show that this four-qudit code satisfies the error correction conditions for all single-qudit and a few two-qudit damping errors up to the leading order in the damping parameter $\gamma$. We devise a protocol to extract syndromes that unambiguously identify this set of errors, leading to a noise-adapted recovery scheme that achieves a fidelity loss of $\mathcal{O}(\gamma^{2})$. For the $d=2$ case, our QEC scheme is identical to the known example of the $4$-qubit code and the associated syndrome-based recovery. We also assess the performance of this code using the Petz recovery map and note some interesting deviations from the qubit case. Finally, we generalize this construction to a family of $[2M+2, M]$ qudit codes that can approximately correct all the single-qudit and a few two-qudit amplitude-damping errors.
[ { "version": "v1", "created": "Tue, 4 Jun 2024 16:07:26 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 06:37:00 GMT" } ]
2025-04-24T00:00:00
[ [ "Dutta", "Sourav", "" ], [ "Biswas", "Debjyoti", "" ], [ "Mandayam", "Prabha", "" ] ]
2406.03778
Tsubasa Harada
Tsubasa Harada and Toshiya Itoh
A Nearly Optimal Deterministic Algorithm for Online Transportation Problem
34 pages
null
null
null
cs.DS cs.DM
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
For the online transportation problem with $m$ server sites, it has long been known that the competitive ratio of any deterministic algorithm is at least $2m-1$. Kalyanasundaram and Pruhs conjectured in 1998 that a deterministic $(2m-1)$-competitive algorithm exists for this problem, a conjecture that has remained open for over two decades. In this paper, we propose a new deterministic algorithm named Subtree-Decomposition for the online transportation problem and show that it achieves a competitive ratio of at most $8m-5$. This is the first $O(m)$-competitive deterministic algorithm, coming close to the lower bound of $2m-1$ within a constant factor.
[ { "version": "v1", "created": "Thu, 6 Jun 2024 06:43:41 GMT" }, { "version": "v2", "created": "Tue, 2 Jul 2024 06:28:48 GMT" }, { "version": "v3", "created": "Wed, 23 Apr 2025 09:00:10 GMT" } ]
2025-04-24T00:00:00
[ [ "Harada", "Tsubasa", "" ], [ "Itoh", "Toshiya", "" ] ]
2406.04224
Duong Dinh
Duong Dinh
Rank-2 wobbly bundles from special divisors on spectral curves
7 pages
null
null
MPIM-Bonn-2024
math.AG hep-th math.DG
http://creativecommons.org/licenses/by/4.0/
Let $X$ be a compact connected Riemann surface of genus $g \geq 3$ and $S \rightarrow X$ a $2:1$ branched covering defined by a generic quadratic differential on $X$. In the following notes, we explore how taking direct images of line bundles defined by certain distinguished special divisors on $S$ gives rank-2 bundles having nilpotent Higgs fields on $X$. The key ingredient is the notion of Baker-Akhiezer divisors associated to Higgs bundles and choices of subbundles of the underlying rank-2 bundles.
[ { "version": "v1", "created": "Thu, 6 Jun 2024 16:21:13 GMT" } ]
2025-04-24T00:00:00
[ [ "Dinh", "Duong", "" ] ]
2406.04239
Axel Levy
Axel Levy, Eric R. Chan, Sara Fridovich-Keil, Fr\'ed\'eric Poitevin, Ellen D. Zhong, Gordon Wetzstein
Solving Inverse Problems in Protein Space Using Diffusion-Based Priors
null
null
null
null
cs.LG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The interaction of a protein with its environment can be understood and controlled via its 3D structure. Experimental methods for protein structure determination, such as X-ray crystallography or cryogenic electron microscopy, shed light on biological processes but introduce challenging inverse problems. Learning-based approaches have emerged as accurate and efficient methods to solve these inverse problems for 3D structure determination, but are specialized for a predefined type of measurement. Here, we introduce a versatile framework to turn biophysical measurements, such as cryo-EM density maps, into 3D atomic models. Our method combines a physics-based forward model of the measurement process with a pretrained generative model providing a task-agnostic, data-driven prior. Our method outperforms posterior sampling baselines on linear and non-linear inverse problems. In particular, it is the first diffusion-based method for refining atomic models from cryo-EM maps and building atomic models from sparse distance matrices.
[ { "version": "v1", "created": "Thu, 6 Jun 2024 16:38:53 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 17:35:34 GMT" } ]
2025-04-24T00:00:00
[ [ "Levy", "Axel", "" ], [ "Chan", "Eric R.", "" ], [ "Fridovich-Keil", "Sara", "" ], [ "Poitevin", "Frédéric", "" ], [ "Zhong", "Ellen D.", "" ], [ "Wetzstein", "Gordon", "" ] ]
2406.04462
Kavya Ravichandran
Avrim Blum, Emily Diana, Kavya Ravichandran, Alexander Williams Tolbert
Pessimism Traps and Algorithmic Interventions
Full version of paper appearing in FORC 2025
null
null
null
cs.SI
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In this paper, we relate the philosophical literature on pessimism traps to information cascades, a formal model derived from the economics and mathematics literature. A pessimism trap is a social pattern in which individuals in a community, in situations of uncertainty, begin to copy the sub-optimal actions of others, despite their individual beliefs. This maps nicely onto the concept of an information cascade, which involves a sequence of agents making a decision between two alternatives, with a private signal of the superior alternative and a public history of others' actions. Key results from the economics literature show that information cascades occur with probability one in many contexts, and depending on the strength of the signal, populations can fall into the incorrect cascade very easily and quickly. Once formed, in the absence of external perturbation, a cascade cannot be broken -- therefore, we derive an intervention that can be used to nudge a population from an incorrect to a correct cascade and, importantly, maintain the cascade once the subsidy is discontinued. We study this both theoretically and empirically.
[ { "version": "v1", "created": "Thu, 6 Jun 2024 19:41:25 GMT" }, { "version": "v2", "created": "Fri, 14 Jun 2024 20:57:33 GMT" }, { "version": "v3", "created": "Tue, 22 Apr 2025 21:18:56 GMT" } ]
2025-04-24T00:00:00
[ [ "Blum", "Avrim", "" ], [ "Diana", "Emily", "" ], [ "Ravichandran", "Kavya", "" ], [ "Tolbert", "Alexander Williams", "" ] ]
2406.04797
Waleed Abdeen
Waleed Abdeen, Michael Unterkalmsteiner, Krzysztof Wnuk, Alexandros Chirtoglou, Christoph Schimanski, Heja Goli
Multi-Label Requirements Classification with Large Taxonomies
Published by IEEE at the Requirements Engineering Conference (2024) - Industrial Innovation Track
null
10.1109/RE59067.2024.00033
null
cs.SE
http://creativecommons.org/licenses/by-nc-sa/4.0/
Classification aids software development activities by organizing requirements in classes for easier access and retrieval. The majority of requirements classification research has, so far, focused on binary or multi-class classification. Multi-label classification with large taxonomies could aid requirements traceability but is prohibitively costly with supervised training. Hence, we investigate zero-short learning to evaluate the feasibility of multi-label requirements classification with large taxonomies. We associated, together with domain experts from the industry, 129 requirements with 769 labels from taxonomies ranging between 250 and 1183 classes. Then, we conducted a controlled experiment to study the impact of the type of classifier, the hierarchy, and the structural characteristics of taxonomies on the classification performance. The results show that: (1) The sentence-based classifier had a significantly higher recall compared to the word-based classifier; however, the precision and F1-score did not improve significantly. (2) The hierarchical classification strategy did not always improve the performance of requirements classification. (3) The total and leaf nodes of the taxonomies have a strong negative correlation with the recall of the hierarchical sentence-based classifier. We investigate the problem of multi-label requirements classification with large taxonomies, illustrate a systematic process to create a ground truth involving industry participants, and provide an analysis of different classification pipelines using zero-shot learning.
[ { "version": "v1", "created": "Fri, 7 Jun 2024 09:53:55 GMT" }, { "version": "v2", "created": "Thu, 13 Jun 2024 06:55:22 GMT" }, { "version": "v3", "created": "Wed, 23 Apr 2025 07:30:21 GMT" } ]
2025-04-24T00:00:00
[ [ "Abdeen", "Waleed", "" ], [ "Unterkalmsteiner", "Michael", "" ], [ "Wnuk", "Krzysztof", "" ], [ "Chirtoglou", "Alexandros", "" ], [ "Schimanski", "Christoph", "" ], [ "Goli", "Heja", "" ] ]
2406.04991
Sho Tanimoto
Qile Chen, Brian Lehmann, and Sho Tanimoto
Campana rational connectedness and weak approximation
minor revision, 43 pages, to appear in Algebraic Geometry,
null
null
null
math.AG
http://creativecommons.org/licenses/by-nc-nd/4.0/
Campana introduced a notion of Campana rational connectedness for Campana orbifolds. Given a Campana fibration over a complex curve, we prove that a version of weak approximation for Campana sections holds at places of good reduction when the general fiber satisfies a slightly stronger version of Campana rational connectedness. Campana also conjectured that any Fano orbifold is Campana rationally connected; we verify a stronger statement for toric Campana orbifolds. A key tool in our study is log geometry and moduli stacks of stable log maps.
[ { "version": "v1", "created": "Fri, 7 Jun 2024 15:01:48 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 22:57:59 GMT" } ]
2025-04-24T00:00:00
[ [ "Chen", "Qile", "" ], [ "Lehmann", "Brian", "" ], [ "Tanimoto", "Sho", "" ] ]
2406.05666
Binchuan Qi
Binchuan Qi, Wei Gong, Li Li
Probability Distribution Learning and Its Application in Deep Learning
arXiv admin note: text overlap with arXiv:2105.04026 by other authors. arXiv admin note: text overlap with arXiv:2105.04026 by other authors
null
null
null
cs.LG cs.IR stat.ML
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
This paper aims to elucidate the theoretical mechanisms underlying deep learning from a probability distribution estimation perspective, with Fenchel-Young Loss serving as the loss function. In our approach, the learning error , which measures the discrepancy between the model's predicted distribution and the posterior expectation of the true unknown distribution given sampling, is formulated as the primary optimization objective. Therefore, the learning error can be regarded as the posterior expectation of the expected risk. As many important loss functions, such as Softmax Cross-Entropy Loss and Mean Squared Error Loss, are specific instances of Fenchel-Young Losses, this paper further theoretically demonstrates that Fenchel-Young Loss is a natural choice for machine learning tasks, thereby ensuring the broad applicability of the conclusions drawn in this work. In the case of using Fenchel-Young Loss, the paper proves that the model's fitting error is controlled by the gradient norm and structural error, thereby providing new insights into the mechanisms of non-convex optimization and various techniques employed in model training, such as over-parameterization and skip connections. Furthermore, it establishes model-independent bounds on the learning error, demonstrating that the correlation between features and labels (equivalent to mutual information) controls the upper bound of the model's generalization error. Ultimately, the paper validates the key conclusions of the proposed method through empirical results, demonstrating its practical effectiveness.
[ { "version": "v1", "created": "Sun, 9 Jun 2024 06:49:22 GMT" }, { "version": "v10", "created": "Wed, 15 Jan 2025 09:43:50 GMT" }, { "version": "v11", "created": "Wed, 23 Apr 2025 08:23:22 GMT" }, { "version": "v2", "created": "Wed, 12 Jun 2024 05:49:50 GMT" }, { "version": "v3", "created": "Tue, 18 Jun 2024 00:54:46 GMT" }, { "version": "v4", "created": "Wed, 26 Jun 2024 12:32:28 GMT" }, { "version": "v5", "created": "Thu, 18 Jul 2024 08:11:28 GMT" }, { "version": "v6", "created": "Mon, 30 Sep 2024 12:20:40 GMT" }, { "version": "v7", "created": "Thu, 17 Oct 2024 03:23:49 GMT" }, { "version": "v8", "created": "Thu, 21 Nov 2024 05:19:04 GMT" }, { "version": "v9", "created": "Thu, 19 Dec 2024 12:13:26 GMT" } ]
2025-04-24T00:00:00
[ [ "Qi", "Binchuan", "" ], [ "Gong", "Wei", "" ], [ "Li", "Li", "" ] ]
2406.06228
Friedrich Anders
Friedrich Anders, Chlo\'e Padois, Marc Vilanova Sar, Marcin Semczuk, Marc del Alc\'azar-Juli\`a, Francesca Figueras
On the age distribution of Classical Cepheids in the Galaxy
8 pages, 5 figures, accepted for publication in Astronomical Notes
null
null
null
astro-ph.GA astro-ph.SR
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We revisit the problem of the positive correlation between age and Galactocentric distance seen in Galactic Classical Cepheids, which at first sight may seem counter-intuitive in the context of inside-out galaxy formation. To explain it, we use the Besan\c{c}on Galaxy Model and a simulation of star particles in the Galactic disc coupled with stellar evolutionary models. We then select Classical Cepheids from this simulation and test in qualitative terms which ingredients are necessary to find agreement with the observational data. We show that the interplay of the Galactic disc's metallicity gradient and the metallicity dependence of the Cepheids' life-time in the instability strip results in a pronounced positive age-Galactocentric distance relation. This renders a reconstruction of the recent star-formation history based on Classical Cepheids unrealistic. It also has important consequences on our interpretation of the observed scatter about the radial metallicity gradient measured with Galactic Classical Cepheids.
[ { "version": "v1", "created": "Mon, 10 Jun 2024 12:58:49 GMT" }, { "version": "v2", "created": "Tue, 11 Jun 2024 20:42:28 GMT" }, { "version": "v3", "created": "Sat, 1 Mar 2025 13:26:53 GMT" }, { "version": "v4", "created": "Wed, 23 Apr 2025 12:20:44 GMT" } ]
2025-04-24T00:00:00
[ [ "Anders", "Friedrich", "" ], [ "Padois", "Chloé", "" ], [ "Sar", "Marc Vilanova", "" ], [ "Semczuk", "Marcin", "" ], [ "del Alcázar-Julià", "Marc", "" ], [ "Figueras", "Francesca", "" ] ]
2406.06312
Tomer Berg Mr.
Tomer Berg, Or Ordentlich and Ofer Shayevitz
Memory Complexity of Estimating Entropy and Mutual Information
null
null
null
null
cs.IT math.IT
http://creativecommons.org/publicdomain/zero/1.0/
We observe an infinite sequence of independent identically distributed random variables $X_1,X_2,\ldots$ drawn from an unknown distribution $p$ over $[n]$, and our goal is to estimate the entropy $H(p)=-\mathbb{E}[\log p(X)]$ within an $\varepsilon$-additive error. To that end, at each time point we are allowed to update a finite-state machine with $S$ states, using a possibly randomized but time-invariant rule, where each state of the machine is assigned an entropy estimate. Our goal is to characterize the minimax memory complexity $S^*$ of this problem, which is the minimal number of states for which the estimation task is feasible with probability at least $1-\delta$ asymptotically, uniformly in $p$. Specifically, we show that there exist universal constants $C_1$ and $C_2$ such that $ S^* \leq C_1\cdot\frac{n (\log n)^4}{\varepsilon^2\delta}$ for $\varepsilon$ not too small, and $S^* \geq C_2 \cdot \max \{n, \frac{\log n}{\varepsilon}\}$ for $\varepsilon$ not too large. The upper bound is proved using approximate counting to estimate the logarithm of $p$, and a finite memory bias estimation machine to estimate the expectation operation. The lower bound is proved via a reduction of entropy estimation to uniformity testing. We also apply these results to derive bounds on the memory complexity of mutual information estimation.
[ { "version": "v1", "created": "Mon, 10 Jun 2024 14:29:53 GMT" }, { "version": "v2", "created": "Tue, 22 Oct 2024 10:27:12 GMT" }, { "version": "v3", "created": "Wed, 23 Apr 2025 12:53:46 GMT" } ]
2025-04-24T00:00:00
[ [ "Berg", "Tomer", "" ], [ "Ordentlich", "Or", "" ], [ "Shayevitz", "Ofer", "" ] ]
2406.06783
Yugo Onishi
Yugo Onishi and Liang Fu
Quantum weight: A fundamental property of quantum many-body systems
Supersedes arXiv:2401.13847. 12 pages, 3 figures + Supplemental Materials (6 pages). Accepted to Phys. Rev. Research
null
null
null
cond-mat.str-el cond-mat.mtrl-sci
http://creativecommons.org/licenses/by/4.0/
We introduce the concept of quantum weight as a ground state property of quantum many-body systems that is encoded in the static structure factor and characterizes density fluctuation at long wavelengths. The quantum weight carries a wealth of information about dielectric responses and optical properties of the system, and is closely related to its quantum geometry. For systems with short-range interactions or low-dimensional Coulomb systems, we show that the many-body quantum metric (which measures the change of the ground state under twisted boundary conditions) can be determined directly from the quantum weight. Notably, the quantum weight is a property of a single ground state and independent of boundary conditions in the thermodynamic limit. Our finding thus enables direct experimental measurement and numerical calculation of many-body quantum metric. On the other hand, for three-dimensional Coulomb systems, we show that the quantum weight is distinct from the many-body quantum metric due to dielectric screening in three dimensions. We further use dielectric sum rules to derive upper and lower bounds on their quantum weight in terms of electron density, static dielectric constant, and plasmon energy. Our work highlights quantum weight as a fundamental material parameter, which can be experimentally determined by x-ray scattering or electron loss spectroscopy.
[ { "version": "v1", "created": "Wed, 5 Jun 2024 20:00:53 GMT" }, { "version": "v2", "created": "Thu, 14 Nov 2024 19:12:10 GMT" }, { "version": "v3", "created": "Tue, 22 Apr 2025 18:28:18 GMT" } ]
2025-04-24T00:00:00
[ [ "Onishi", "Yugo", "" ], [ "Fu", "Liang", "" ] ]
2406.09778
Stephan Baier
Stephan Baier and Aishik Chattopadhyay
Small Solutions of generic ternary quadratic congruences
10 pages
null
null
null
math.NT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We consider small solutions of quadratic congruences of the form $x_1^2+\alpha_2x_2^2+\alpha_3x_3^2\equiv 0 \bmod{q}$, where $q=p^m$ is an odd prime power. Here, $\alpha_2$ is arbitrary but fixed and $\alpha_3$ is variable, and we assume that $(\alpha_2\alpha_3,q)=1$. We show that for all $\alpha_3$ modulo $q$ which are coprime to $q$ except for a small number of $\alpha_3$'s, an asymptotic formula for the number of solutions $(x_1,x_2,x_3)$ to the congruence $x_1^2+\alpha_2x_2^2+\alpha_3x_3^2\equiv 0 \bmod{q}$ with $\max\{|x_1|,|x_2|,|x_3|\}\le N$ holds if $N\ge q^{11/24+\varepsilon}$ as $q$ tends to infinity over the set of all odd prime powers. It is of significance that we break the barrier 1/2 in the above exponent. If $q$ is restricted to powers $p^m$ of a {\it fixed} prime $p$ and $m$ tends to infinity, we obtain a slight improvement of this result using the theory of $p$-adic exponent pairs, as developed by Mili\'cevi\'c, replacing the exponent $11/24$ above by $11/25$. Under the Lindel\"of hypothesis for Dirichlet $L$-functions, we are able to replace the exponent $11/24$ above by $1/3$.
[ { "version": "v1", "created": "Fri, 14 Jun 2024 07:27:19 GMT" }, { "version": "v2", "created": "Wed, 10 Jul 2024 14:08:26 GMT" }, { "version": "v3", "created": "Wed, 31 Jul 2024 06:36:51 GMT" }, { "version": "v4", "created": "Tue, 20 Aug 2024 17:17:38 GMT" }, { "version": "v5", "created": "Wed, 23 Apr 2025 11:03:29 GMT" } ]
2025-04-24T00:00:00
[ [ "Baier", "Stephan", "" ], [ "Chattopadhyay", "Aishik", "" ] ]
2406.10476
Tianrong Lin
Tianrong Lin
Simulation of Polynomial-Time Nondeterministic Turing Machines via Universal Nondeterministic Turing Machines
[v18] added open problems; 50 pages, 2 figures; comments are welcome; arXiv admin note: text overlap with arXiv:2110.06211
null
null
null
cs.CC
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We prove in this paper that there is a language $L_s$ accepted by some nondeterministic Turing machines but not by any ${\rm co}\mathcal{NP}$ machines. Then we further show that $L_s$ is in $\mathcal{NP}$, thus proving that $\mathcal{NP}\neq{\rm co}\mathcal{NP}$. The main techniques used in this paper are simulation and the novel new techniques developed in the author's recent work. Further, if there exists some oracle $A$ such that $\mathcal{P}^A\ne\mathcal{NP}^A={\rm co}\mathcal{NP}^A$, we then explore what mystery lies behind it and show that if $\mathcal{P}^A\ne\mathcal{NP}^A={\rm co}\mathcal{NP}^A$ and under some rational assumptions, then the set of all ${\rm co}\mathcal{NP}^A$ machines is not enumerable, thus showing that the simulation techniques are not applicable for the first half of the whole step to separate $\mathcal{NP}^A$ from ${\rm co}\mathcal{NP}^A$. Our main result has profound implications, such as $\mathcal{P}\neq\mathcal{NP}$ and a lower bounds result for Frege proof systems (i.e., no Frege proof systems can be polynomially bounded), etc.
[ { "version": "v1", "created": "Sat, 15 Jun 2024 02:54:55 GMT" }, { "version": "v10", "created": "Wed, 8 Jan 2025 07:29:24 GMT" }, { "version": "v11", "created": "Tue, 21 Jan 2025 06:34:36 GMT" }, { "version": "v12", "created": "Mon, 3 Mar 2025 13:50:35 GMT" }, { "version": "v13", "created": "Mon, 10 Mar 2025 05:50:09 GMT" }, { "version": "v14", "created": "Mon, 17 Mar 2025 13:16:42 GMT" }, { "version": "v15", "created": "Fri, 28 Mar 2025 14:16:04 GMT" }, { "version": "v16", "created": "Tue, 8 Apr 2025 07:51:48 GMT" }, { "version": "v17", "created": "Tue, 15 Apr 2025 23:44:59 GMT" }, { "version": "v18", "created": "Wed, 23 Apr 2025 14:53:14 GMT" }, { "version": "v2", "created": "Thu, 27 Jun 2024 18:26:11 GMT" }, { "version": "v3", "created": "Thu, 22 Aug 2024 14:11:28 GMT" }, { "version": "v4", "created": "Mon, 16 Sep 2024 18:30:38 GMT" }, { "version": "v5", "created": "Tue, 24 Sep 2024 02:57:57 GMT" }, { "version": "v6", "created": "Thu, 28 Nov 2024 12:43:09 GMT" }, { "version": "v7", "created": "Tue, 10 Dec 2024 14:21:29 GMT" }, { "version": "v8", "created": "Tue, 17 Dec 2024 13:40:37 GMT" }, { "version": "v9", "created": "Thu, 2 Jan 2025 15:24:00 GMT" } ]
2025-04-24T00:00:00
[ [ "Lin", "Tianrong", "" ] ]
2406.10959
Gaozhan Wang
Jin Ma, Gaozhan Wang, Jianfeng Zhang
Convergence Analysis for Entropy-Regularized Control Problems: A Probabilistic Approach
In this version, we have modified the title and improved the convergence rate to a super-exponential one
null
null
null
math.OC cs.LG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In this paper we investigate the convergence of the Policy Iteration Algorithm (PIA) for a class of general continuous-time entropy-regularized stochastic control problems. In particular, instead of employing sophisticated PDE estimates for the iterative PDEs involved in the algorithm (see, e.g., Huang-Wang-Zhou(2025)), we shall provide a simple proof from scratch for the convergence of the PIA. Our approach builds on probabilistic representation formulae for solutions of PDEs and their derivatives. Moreover, in the finite horizon model and in the infinite horizon model with large discount factor, the similar arguments lead to a super-exponential rate of convergence without tear. Finally, with some extra efforts we show that our approach can be extended to the diffusion control case in the one dimensional setting, also with a super-exponential rate of convergence.
[ { "version": "v1", "created": "Sun, 16 Jun 2024 14:31:26 GMT" }, { "version": "v2", "created": "Thu, 20 Jun 2024 04:47:42 GMT" }, { "version": "v3", "created": "Fri, 26 Jul 2024 00:15:47 GMT" }, { "version": "v4", "created": "Wed, 23 Apr 2025 00:10:54 GMT" } ]
2025-04-24T00:00:00
[ [ "Ma", "Jin", "" ], [ "Wang", "Gaozhan", "" ], [ "Zhang", "Jianfeng", "" ] ]
2406.11510
Marc Abboud
Marc Abboud (UNINE)
Rigidity of periodic points for loxodromic automorphisms of affine surfaces
The initial version of this paper has been split into two papers. This new version is one of them
null
null
null
math.AG math.CV math.DS math.NT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We show that two automorphisms of an affine surface with dynamical degree strictly larger than 1 share a Zariski dense set of periodic points if and only if they have the same periodic points. We construct canonical heights for these automorphisms and use arithmetic equidistribution for adelic line bundles over quasiprojective varieties following the work of Yuan and Zhang. When the base field is not a number field or the function field of a curve we use the theory of Moriwaki heights to prove the result.
[ { "version": "v1", "created": "Mon, 17 Jun 2024 13:12:06 GMT" }, { "version": "v2", "created": "Wed, 18 Sep 2024 08:37:15 GMT" }, { "version": "v3", "created": "Wed, 23 Apr 2025 03:56:50 GMT" } ]
2025-04-24T00:00:00
[ [ "Abboud", "Marc", "", "UNINE" ] ]
2406.11535
Patrick Herbke
Patrick Herbke, Anish Sapkota, Sid Lamichhane
Lifecycle Management of Resum\'es with Decentralized Identifiers and Verifiable Credentials
Accepted for publication at the 6th Conference on Blockchain Research & Applications for Innovative Networks and Services (BRAINS) 2024
10.1109/BRAINS63024.2024
10.1109/BRAINS63024.2024.10732402
null
cs.CR cs.NI
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Trust in applications is crucial, especially for fast and efficient hiring processes. Applicants must present credentials that employers can trust without delays or risk of fraudulent information. This paper introduces a framework for managing digital resum\'e credentials using Decentralized Identifiers and Verifiable Credentials. We propose a framework for the issuance and verification of Verifiable Credentials in real time without intermediaries. We showcase the integration of the European Blockchain Service Infrastructure as a trust anchor. Furthermore, we demonstrate a streamlined application process, reducing verification times and fostering a reliable credentialing ecosystem across various sectors, including recruitment and professional certification.
[ { "version": "v1", "created": "Mon, 17 Jun 2024 13:37:44 GMT" }, { "version": "v2", "created": "Mon, 2 Sep 2024 12:40:52 GMT" }, { "version": "v3", "created": "Fri, 20 Sep 2024 14:02:44 GMT" } ]
2025-04-24T00:00:00
[ [ "Herbke", "Patrick", "" ], [ "Sapkota", "Anish", "" ], [ "Lamichhane", "Sid", "" ] ]
2406.12413
Georgios Amanatidis
Georgios Amanatidis, Aris Filos-Ratsikas, Alkmini Sgouritsa
Pushing the Frontier on Approximate EFX Allocations
The conference version of this work has been accepted to the Twenty-Fifth ACM Conference on Economics and Computation (EC 2024)
null
null
null
cs.GT cs.AI cs.DM
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We study the problem of allocating a set of indivisible goods to a set of agents with additive valuation functions, aiming to achieve approximate envy-freeness up to any good ($\alpha$-EFX). The state-of-the-art results on the problem include that (exact) EFX allocations exist when (a) there are at most three agents, or (b) the agents' valuation functions can take at most two values, or (c) the agents' valuation functions can be represented via a graph. For $\alpha$-EFX, it is known that a $0.618$-EFX allocation exists for any number of agents with additive valuation functions. In this paper, we show that $2/3$-EFX allocations exist when (a) there are at most \emph{seven agents}, (b) the agents' valuation functions can take at most \emph{three values}, or (c) the agents' valuation functions can be represented via a \emph{multigraph}. Our results can be interpreted in two ways. First, by relaxing the notion of EFX to $2/3$-EFX, we obtain existence results for strict generalizations of the settings for which exact EFX allocations are known to exist. Secondly, by imposing restrictions on the setting, we manage to beat the barrier of $0.618$ and achieve an approximation guarantee of $2/3$. Therefore, our results push the \emph{frontier} of existence and computation of approximate EFX allocations, and provide insights into the challenges of settling the existence of exact EFX allocations.
[ { "version": "v1", "created": "Tue, 18 Jun 2024 09:01:37 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 13:55:32 GMT" } ]
2025-04-24T00:00:00
[ [ "Amanatidis", "Georgios", "" ], [ "Filos-Ratsikas", "Aris", "" ], [ "Sgouritsa", "Alkmini", "" ] ]
2406.13308
Muhammad Yasir Siddiqui
Siddiqui Muhammad Yasir and Hyunsik Ahn
Deep Learning-Based 3D Instance and Semantic Segmentation: A Review
null
null
10.32604/jai.2022.031235
null
cs.CV cs.AI
http://creativecommons.org/licenses/by/4.0/
The process of segmenting point cloud data into several homogeneous areas with points in the same region having the same attributes is known as 3D segmentation. Segmentation is challenging with point cloud data due to substantial redundancy, fluctuating sample density and lack of apparent organization. The research area has a wide range of robotics applications, including intelligent vehicles, autonomous mapping and navigation. A number of researchers have introduced various methodologies and algorithms. Deep learning has been successfully used to a spectrum of 2D vision domains as a prevailing A.I. methods. However, due to the specific problems of processing point clouds with deep neural networks, deep learning on point clouds is still in its initial stages. This study examines many strategies that have been presented to 3D instance and semantic segmentation and gives a complete assessment of current developments in deep learning-based 3D segmentation. In these approaches benefits, draw backs, and design mechanisms are studied and addressed. This study evaluates the impact of various segmentation algorithms on competitiveness on various publicly accessible datasets, as well as the most often used pipelines, their advantages and limits, insightful findings and intriguing future research directions.
[ { "version": "v1", "created": "Wed, 19 Jun 2024 07:56:14 GMT" } ]
2025-04-24T00:00:00
[ [ "Yasir", "Siddiqui Muhammad", "" ], [ "Ahn", "Hyunsik", "" ] ]
2406.14184
Diego Salmer\'on
Diego Salmer\'on, Juan Antonio Cano, Christian P. Robert
On integral priors for multiple comparison in Bayesian model selection
null
null
null
null
stat.ME
http://creativecommons.org/licenses/by/4.0/
Noninformative priors constructed for estimation purposes are usually not appropriate for model selection and testing. The methodology of integral priors was developed to get prior distributions for Bayesian model selection when comparing two models, modifying initial improper reference priors. We propose a generalization of this methodology to more than two models. Our approach adds an artificial copy of each model under comparison by compactifying the parametric space and creating an ergodic Markov chain across all models that returns the integral priors as marginals of the stationary distribution. Besides the guarantee of their existence and the lack of paradoxes attached to estimation reference priors, an additional advantage of this methodology is that the simulation of this Markov chain is straightforward as it only requires simulations of imaginary training samples for all models and from the corresponding posterior distributions. This renders its implementation automatic and generic, both in the nested and in the non-nested cases. We present some examples, including situations where other methodologies need specific adjustments or do not produce a satisfactory answer.
[ { "version": "v1", "created": "Thu, 20 Jun 2024 10:43:45 GMT" }, { "version": "v2", "created": "Thu, 19 Sep 2024 10:19:12 GMT" }, { "version": "v3", "created": "Wed, 23 Apr 2025 15:33:08 GMT" } ]
2025-04-24T00:00:00
[ [ "Salmerón", "Diego", "" ], [ "Cano", "Juan Antonio", "" ], [ "Robert", "Christian P.", "" ] ]
2406.15222
Yan-Jie Zhou
Yujian Hu, Yilang Xiang, Yan-Jie Zhou, Yangyan He, Dehai Lang, Shifeng Yang, Xiaolong Du, Chunlan Den, Youyao Xu, Gaofeng Wang, Zhengyao Ding, Jingyong Huang, Wenjun Zhao, Xuejun Wu, Donglin Li, Qianqian Zhu, Zhenjiang Li, Chenyang Qiu, Ziheng Wu, Yunjun He, Chen Tian, Yihui Qiu, Zuodong Lin, Xiaolong Zhang, Yuan He, Zhenpeng Yuan, Xiaoxiang Zhou, Rong Fan, Ruihan Chen, Wenchao Guo, Jianpeng Zhang, Tony C. W. Mok, Zi Li, Mannudeep K. Kalra, Le Lu, Wenbo Xiao, Xiaoqiang Li, Yun Bian, Chengwei Shao, Guofu Wang, Wei Lu, Zhengxing Huang, Minfeng Xu, Hongkun Zhang
A Deep Learning System for Rapid and Accurate Warning of Acute Aortic Syndrome on Non-contrast CT in China
null
null
null
null
eess.IV cs.AI cs.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The accurate and timely diagnosis of acute aortic syndromes (AAS) in patients presenting with acute chest pain remains a clinical challenge. Aortic CT angiography (CTA) is the imaging protocol of choice in patients with suspected AAS. However, due to economic and workflow constraints in China, the majority of suspected patients initially undergo non-contrast CT as the initial imaging testing, and CTA is reserved for those at higher risk. In this work, we present an artificial intelligence-based warning system, iAorta, using non-contrast CT for AAS identification in China, which demonstrates remarkably high accuracy and provides clinicians with interpretable warnings. iAorta was evaluated through a comprehensive step-wise study. In the multi-center retrospective study (n = 20,750), iAorta achieved a mean area under the receiver operating curve (AUC) of 0.958 (95% CI 0.950-0.967). In the large-scale real-world study (n = 137,525), iAorta demonstrated consistently high performance across various non-contrast CT protocols, achieving a sensitivity of 0.913-0.942 and a specificity of 0.991-0.993. In the prospective comparative study (n = 13,846), iAorta demonstrated the capability to significantly shorten the time to correct diagnostic pathway. For the prospective pilot deployment that we conducted, iAorta correctly identified 21 out of 22 patients with AAS among 15,584 consecutive patients presenting with acute chest pain and under non-contrast CT protocol in the emergency department (ED) and enabled the average diagnostic time of these 21 AAS positive patients to be 102.1 (75-133) mins. Last, the iAorta can help avoid delayed or missed diagnosis of AAS in settings where non-contrast CT remains the unavoidable the initial or only imaging test in resource-constrained regions and in patients who cannot or did not receive intravenous contrast.
[ { "version": "v1", "created": "Fri, 14 Jun 2024 02:15:09 GMT" }, { "version": "v2", "created": "Tue, 25 Jun 2024 03:17:22 GMT" }, { "version": "v3", "created": "Tue, 16 Jul 2024 08:36:02 GMT" }, { "version": "v4", "created": "Wed, 23 Apr 2025 09:05:22 GMT" } ]
2025-04-24T00:00:00
[ [ "Hu", "Yujian", "" ], [ "Xiang", "Yilang", "" ], [ "Zhou", "Yan-Jie", "" ], [ "He", "Yangyan", "" ], [ "Lang", "Dehai", "" ], [ "Yang", "Shifeng", "" ], [ "Du", "Xiaolong", "" ], [ "Den", "Chunlan", "" ], [ "Xu", "Youyao", "" ], [ "Wang", "Gaofeng", "" ], [ "Ding", "Zhengyao", "" ], [ "Huang", "Jingyong", "" ], [ "Zhao", "Wenjun", "" ], [ "Wu", "Xuejun", "" ], [ "Li", "Donglin", "" ], [ "Zhu", "Qianqian", "" ], [ "Li", "Zhenjiang", "" ], [ "Qiu", "Chenyang", "" ], [ "Wu", "Ziheng", "" ], [ "He", "Yunjun", "" ], [ "Tian", "Chen", "" ], [ "Qiu", "Yihui", "" ], [ "Lin", "Zuodong", "" ], [ "Zhang", "Xiaolong", "" ], [ "He", "Yuan", "" ], [ "Yuan", "Zhenpeng", "" ], [ "Zhou", "Xiaoxiang", "" ], [ "Fan", "Rong", "" ], [ "Chen", "Ruihan", "" ], [ "Guo", "Wenchao", "" ], [ "Zhang", "Jianpeng", "" ], [ "Mok", "Tony C. W.", "" ], [ "Li", "Zi", "" ], [ "Kalra", "Mannudeep K.", "" ], [ "Lu", "Le", "" ], [ "Xiao", "Wenbo", "" ], [ "Li", "Xiaoqiang", "" ], [ "Bian", "Yun", "" ], [ "Shao", "Chengwei", "" ], [ "Wang", "Guofu", "" ], [ "Lu", "Wei", "" ], [ "Huang", "Zhengxing", "" ], [ "Xu", "Minfeng", "" ], [ "Zhang", "Hongkun", "" ] ]
2406.15614
Peter Dukes
Peter J. Dukes and Esther R. Lamken
Duplicated Steiner triple systems with self-orthogonal near resolutions
Author list is changing, and the new author does not want the paper on arXiv
null
null
null
math.CO
http://creativecommons.org/licenses/by/4.0/
A Steiner triple system, STS$(v)$, is a family of $3$-subsets (blocks) of a set of $v$ elements such that any two elements occur together in precisely one block. A collection of triples consisting of two copies of each block of an STS is called a duplicated Steiner triple system, DSTS. A resolvable (or near resolvable) DSTS is called self-orthogonal if every pair of distinct classes in the resolution has at most one block in common. We provide several methods to construct self-orthogonal near resolvable DSTS and settle the existence of such designs for all values of $v$ with only four possible exceptions. This addresses a recent question of Bryant, Davies and Neubecker.
[ { "version": "v1", "created": "Fri, 21 Jun 2024 19:29:46 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 21:15:24 GMT" } ]
2025-04-24T00:00:00
[ [ "Dukes", "Peter J.", "" ], [ "Lamken", "Esther R.", "" ] ]
2406.17299
Masahito Hayashi
Masahito Hayashi
Measuring quantum relative entropy with finite-size effect
null
null
null
null
quant-ph
http://creativecommons.org/licenses/by/4.0/
We study the estimation of relative entropy $D(\rho\|\sigma)$ when $\sigma$ is known. We show that the Cram\'{e}r-Rao type bound equals the relative varentropy. Our estimator attains the Cram\'{e}r-Rao type bound when the dimension $d$ is fixed. It also achieves the sample complexity $O(d^2)$ when the dimension $d$ increases. This sample complexity is optimal when $\sigma$ is the completely mixed state. Also, it has time complexity $O(d^6 \polylog d)$. Our proposed estimator unifiedly works under both settings.
[ { "version": "v1", "created": "Tue, 25 Jun 2024 06:07:20 GMT" }, { "version": "v2", "created": "Sat, 24 Aug 2024 06:04:14 GMT" }, { "version": "v3", "created": "Sun, 9 Mar 2025 04:47:34 GMT" }, { "version": "v4", "created": "Wed, 23 Apr 2025 02:08:55 GMT" } ]
2025-04-24T00:00:00
[ [ "Hayashi", "Masahito", "" ] ]
2406.17841
Weikang Li
Ke Wang, Weikang Li, Shibo Xu, Mengyao Hu, Jiachen Chen, Yaozu Wu, Chuanyu Zhang, Feitong Jin, Xuhao Zhu, Yu Gao, Ziqi Tan, Aosai Zhang, Ning Wang, Yiren Zou, Tingting Li, Fanhao Shen, Jiarun Zhong, Zehang Bao, Zitian Zhu, Zixuan Song, Jinfeng Deng, Hang Dong, Xu Zhang, Pengfei Zhang, Wenjie Jiang, Zhide Lu, Zheng-Zhi Sun, Hekang Li, Qiujiang Guo, Zhen Wang, Patrick Emonts, Jordi Tura, Chao Song, H. Wang, Dong-Ling Deng
Probing many-body Bell correlation depth with superconducting qubits
11 pages,6 figures + 14 pages, 6 figures
Physical Review X 15, 021024 (2025)
10.1103/PhysRevX.15.021024
null
quant-ph cs.AI
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Quantum nonlocality describes a stronger form of quantum correlation than that of entanglement. It refutes Einstein's belief of local realism and is among the most distinctive and enigmatic features of quantum mechanics. It is a crucial resource for achieving quantum advantages in a variety of practical applications, ranging from cryptography and certified random number generation via self-testing to machine learning. Nevertheless, the detection of nonlocality, especially in quantum many-body systems, is notoriously challenging. Here, we report an experimental certification of genuine multipartite Bell correlations, which signal nonlocality in quantum many-body systems, up to 24 qubits with a fully programmable superconducting quantum processor. In particular, we employ energy as a Bell correlation witness and variationally decrease the energy of a many-body system across a hierarchy of thresholds, below which an increasing Bell correlation depth can be certified from experimental data. As an illustrating example, we variationally prepare the low-energy state of a two-dimensional honeycomb model with 73 qubits and certify its Bell correlations by measuring an energy that surpasses the corresponding classical bound with up to 48 standard deviations. In addition, we variationally prepare a sequence of low-energy states and certify their genuine multipartite Bell correlations up to 24 qubits via energies measured efficiently by parity oscillation and multiple quantum coherence techniques. Our results establish a viable approach for preparing and certifying multipartite Bell correlations, which provide not only a finer benchmark beyond entanglement for quantum devices, but also a valuable guide towards exploiting multipartite Bell correlation in a wide spectrum of practical applications.
[ { "version": "v1", "created": "Tue, 25 Jun 2024 18:00:00 GMT" } ]
2025-04-24T00:00:00
[ [ "Wang", "Ke", "" ], [ "Li", "Weikang", "" ], [ "Xu", "Shibo", "" ], [ "Hu", "Mengyao", "" ], [ "Chen", "Jiachen", "" ], [ "Wu", "Yaozu", "" ], [ "Zhang", "Chuanyu", "" ], [ "Jin", "Feitong", "" ], [ "Zhu", "Xuhao", "" ], [ "Gao", "Yu", "" ], [ "Tan", "Ziqi", "" ], [ "Zhang", "Aosai", "" ], [ "Wang", "Ning", "" ], [ "Zou", "Yiren", "" ], [ "Li", "Tingting", "" ], [ "Shen", "Fanhao", "" ], [ "Zhong", "Jiarun", "" ], [ "Bao", "Zehang", "" ], [ "Zhu", "Zitian", "" ], [ "Song", "Zixuan", "" ], [ "Deng", "Jinfeng", "" ], [ "Dong", "Hang", "" ], [ "Zhang", "Xu", "" ], [ "Zhang", "Pengfei", "" ], [ "Jiang", "Wenjie", "" ], [ "Lu", "Zhide", "" ], [ "Sun", "Zheng-Zhi", "" ], [ "Li", "Hekang", "" ], [ "Guo", "Qiujiang", "" ], [ "Wang", "Zhen", "" ], [ "Emonts", "Patrick", "" ], [ "Tura", "Jordi", "" ], [ "Song", "Chao", "" ], [ "Wang", "H.", "" ], [ "Deng", "Dong-Ling", "" ] ]
2406.18761
Zeki Seskir
Ulrike Genenz, Neelanjana Anne, Zeynep K{\i}l{\i}\c{c}, Daniel Mathews, Oya Ok, Adrian Schmidt, Zeki Can Seskir
Why Teach Quantum In Your Own Time: The Values of Grassroots Organizations Involved in Quantum Technologies Education and Outreach
21 pages, 6 figures
null
10.1140/epjqt/s40507-025-00345-2
null
physics.soc-ph physics.ed-ph quant-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
This paper examines the intersection of goals and values within grassroots organizations operating in the realm of quantum technologies (QT) education. It delineates a fundamental distinction between the objective to provide education and the drive to democratize learning through principles of inclusivity, accessibility, and diversity. The analysis reveals how these organizations navigate their nascent stages, grappling with the dual challenge of adhering to their foundational values while aspiring for sustainable growth and development in the highly specialized field of QT. The study uncovers the strategic approaches adopted by these entities, including efforts to create educational ecosystems and foster community engagement. The research underscores the potential vulnerabilities of these grassroots organizations, particularly in relation to the longevity and evolution of their initiatives as members transition into professional roles within the quantum sector. Through this investigation, the paper contributes to a nuanced understanding of how emerging educational organizations in the QT field balance their ideological commitments with practical growth considerations, highlighting the critical factors that influence their trajectory and impact.
[ { "version": "v1", "created": "Wed, 26 Jun 2024 21:13:54 GMT" }, { "version": "v2", "created": "Sun, 14 Jul 2024 09:02:46 GMT" } ]
2025-04-24T00:00:00
[ [ "Genenz", "Ulrike", "" ], [ "Anne", "Neelanjana", "" ], [ "Kılıç", "Zeynep", "" ], [ "Mathews", "Daniel", "" ], [ "Ok", "Oya", "" ], [ "Schmidt", "Adrian", "" ], [ "Seskir", "Zeki Can", "" ] ]
2406.18940
Tariq Bontekoe
Tariq Bontekoe, Hassan Jameel Asghar and Fatih Turkmen
Efficient Verifiable Differential Privacy with Input Authenticity in the Local and Shuffle Model
21 pages, 13 figures, 2 tables; accepted for publication in the Proceedings on the 25th Privacy Enhancing Technologies Symposium (PoPETs) 2025
(Po)PETS 2025.2 543-563
10.56553/popets-2025-0076
null
cs.CR
http://creativecommons.org/licenses/by/4.0/
Local differential privacy (LDP) enables the efficient release of aggregate statistics without having to trust the central server (aggregator), as in the central model of differential privacy, and simultaneously protects a client's sensitive data. The shuffle model with LDP provides an additional layer of privacy, by disconnecting the link between clients and the aggregator. However, LDP has been shown to be vulnerable to malicious clients who can perform both input and output manipulation attacks, i.e., before and after applying the LDP mechanism, to skew the aggregator's results. In this work, we show how to prevent malicious clients from compromising LDP schemes. Our only realistic assumption is that the initial raw input is authenticated; the rest of the processing pipeline, e.g., formatting the input and applying the LDP mechanism, may be under adversarial control. We give several real-world examples where this assumption is justified. Our proposed schemes for verifiable LDP (VLDP), prevent both input and output manipulation attacks against generic LDP mechanisms, requiring only one-time interaction between client and server, unlike existing alternatives [37, 43]. Most importantly, we are the first to provide an efficient scheme for VLDP in the shuffle model. We describe, and prove security of, two schemes for VLDP in the local model, and one in the shuffle model. We show that all schemes are highly practical, with client run times of less than 2 seconds, and server run times of 5-7 milliseconds per client.
[ { "version": "v1", "created": "Thu, 27 Jun 2024 07:12:28 GMT" }, { "version": "v2", "created": "Tue, 19 Nov 2024 08:04:55 GMT" } ]
2025-04-24T00:00:00
[ [ "Bontekoe", "Tariq", "" ], [ "Asghar", "Hassan Jameel", "" ], [ "Turkmen", "Fatih", "" ] ]
2406.19628
Eva-Maria Graefe
Dorje C. Brody, Eva-Maria Graefe, and Rishindra Melanathuru
Phase-space measurements, decoherence and classicality
5 pages, 2 figures
Physical Review Letters 134, 120201 (2025)
10.1103/PhysRevLett.134.120201
null
quant-ph math-ph math.MP
http://creativecommons.org/licenses/by/4.0/
The emergence of classical behaviour in quantum theory is often ascribed to the interaction of a quantum system with its environment, which can be interpreted as environmental monitoring of the system. As a result, off-diagonal elements of the density matrix of the system are damped in the basis of a preferred observable, often taken to be the position, leading to the phenomenon of decoherence. This effect can be modelled dynamically in terms of a Lindblad equation driven by the position operator. Here the question of decoherence resulting from a monitoring of position and momentum, i.e. a phase-space measurement, by the environment is addressed. There is no standard quantum observable corresponding to the detection of phase-space points, which is forbidden by Heisenberg's uncertainty principle. This issue is addressed by use of a coherent-state-based positive operator-valued measure (POVM) for modelling phase-space monitoring by the environment. In this scheme, decoherence in phase space implies the diagonalisation of the density matrix in both position and momentum representations. This is shown to be linked to a Lindblad dynamics where position and momentum appear as two independent Lindblad operators.
[ { "version": "v1", "created": "Fri, 28 Jun 2024 03:35:51 GMT" } ]
2025-04-24T00:00:00
[ [ "Brody", "Dorje C.", "" ], [ "Graefe", "Eva-Maria", "" ], [ "Melanathuru", "Rishindra", "" ] ]
2407.01204
Ethan Cecchetti
Siqiu Yao, Haobin Ni, Stephanie Ma, Noah Schiff, Andrew C. Myers, and Ethan Cecchetti
A Language for Smart Contracts with Secure Control Flow (Technical Report)
null
null
null
null
cs.CR cs.PL
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Smart contracts are frequently vulnerable to control-flow attacks based on confused deputies, reentrancy, and incorrect error handling. These attacks exploit the complexity of interactions among multiple possibly unknown contracts. Existing best practices to prevent vulnerabilities rely on code patterns and heuristics that produce both false positives and false negatives. Even with extensive audits and heuristic tools, new vulnerabilities continue to arise, routinely costing tens of millions of dollars. We introduce SCIF, a language for secure smart contracts, that addresses these classes of control-flow attacks. By extending secure information flow mechanisms in a principled way, SCIF enforces both classic end-to-end information flow security and new security restrictions on control flow, even when SCIF contracts interact with malicious non-SCIF code. SCIF is implemented as a compiler to Solidity. We show how SCIF can secure contracts with minimal overhead through case studies of applications with intricate security reasoning and a large corpus of insecure code.
[ { "version": "v1", "created": "Mon, 1 Jul 2024 11:51:21 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 22:04:29 GMT" } ]
2025-04-24T00:00:00
[ [ "Yao", "Siqiu", "" ], [ "Ni", "Haobin", "" ], [ "Ma", "Stephanie", "" ], [ "Schiff", "Noah", "" ], [ "Myers", "Andrew C.", "" ], [ "Cecchetti", "Ethan", "" ] ]
2407.02266
Giulio Ruzza
Jan-Willem van Ittersum, Giulio Ruzza
Quantum KdV hierarchy and shifted symmetric functions
23 pages; V3: revision, 27 pages
IMRN 2025
10.1093/imrn/rnaf102
MPIM-Bonn-2024
math-ph math.MP
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We study spectral properties of the quantum Korteweg-de Vries hierarchy defined by Buryak and Rossi. We prove that eigenvalues to first order in the dispersion parameter are given by shifted symmetric functions. The proof is based on the boson-fermion correspondence and an analysis of quartic expressions in fermions. As an application, we obtain a closed evaluation of certain double Hodge integrals on the moduli spaces of curves. Finally, we provide an explicit formula for the eigenvectors to first order in the dispersion parameter. In particular, we show that its Schur expansion is supported on partitions for which the Hamming distance is minimal.
[ { "version": "v1", "created": "Tue, 2 Jul 2024 13:42:26 GMT" }, { "version": "v2", "created": "Mon, 8 Jul 2024 06:24:51 GMT" }, { "version": "v3", "created": "Fri, 4 Apr 2025 21:12:40 GMT" } ]
2025-04-24T00:00:00
[ [ "van Ittersum", "Jan-Willem", "" ], [ "Ruzza", "Giulio", "" ] ]
2407.03004
Meghal Dani
Meghal Dani, Muthu Jeyanthi Prakash, Zeynep Akata and Stefanie Liebe
SemioLLM: Evaluating Large Language Models for Diagnostic Reasoning from Unstructured Clinical Narratives in Epilepsy
null
null
null
null
cs.CL cs.AI
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Large Language Models (LLMs) have been shown to encode clinical knowledge. Many evaluations, however, rely on structured question-answer benchmarks, overlooking critical challenges of interpreting and reasoning about unstructured clinical narratives in real-world settings. Using free-text clinical descriptions, we present SemioLLM, an evaluation framework that benchmarks 6 state-of-the-art models (GPT-3.5, GPT-4, Mixtral-8x7B, Qwen-72B, LlaMa2, LlaMa3) on a core diagnostic task in epilepsy. Leveraging a database of 1,269 seizure descriptions, we show that most LLMs are able to accurately and confidently generate probabilistic predictions of seizure onset zones in the brain. Most models approach clinician-level performance after prompt engineering, with expert-guided chain-of-thought reasoning leading to the most consistent improvements. Performance was further strongly modulated by clinical in-context impersonation, narrative length and language context (13.7%, 32.7% and 14.2% performance variation, respectively). However, expert analysis of reasoning outputs revealed that correct prediction can be based on hallucinated knowledge and deficient source citation accuracy, underscoring the need to improve interpretability of LLMs in clinical use. Overall, SemioLLM provides a scalable, domain-adaptable framework for evaluating LLMs in clinical disciplines where unstructured verbal descriptions encode diagnostic information. By identifying both the strengths and limitations of state-of-the-art models, our work supports the development of clinically robust and globally applicable AI systems for healthcare.
[ { "version": "v1", "created": "Wed, 3 Jul 2024 11:02:12 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 14:25:46 GMT" } ]
2025-04-24T00:00:00
[ [ "Dani", "Meghal", "" ], [ "Prakash", "Muthu Jeyanthi", "" ], [ "Akata", "Zeynep", "" ], [ "Liebe", "Stefanie", "" ] ]
2407.03083
Julius Fergy Rabago
Julius Fergy Tiongson Rabago and Masato Kimura
On the well-posedness of a Hele-Shaw-like system resulting from an inverse geometry problem formulated through a shape optimization setting
62 pages
null
null
null
math.AP
http://creativecommons.org/licenses/by/4.0/
The purpose of this study is twofold. First, we revisit a shape optimization reformulation of a prototypical shape inverse problem and briefly propose a simple yet efficient numerical approach for solving the corresponding minimization problem. Second, we examine the existence, uniqueness, and continuous dependence of a classical solution to a Hele-Shaw-like system, which is derived from the continuous setting of a numerical discretization of the shape optimization reformulation for the shape inverse problem. The analysis is based on the methods developed by G. I. Bizhanova and V. A. Solonnikov in ``On Free Boundary Problems for Second Order Parabolic Equations" (Algebra Anal. 12 (6) (2000) 98-139), and by V. A. Solonnikov in ``Lectures on Evolution Free Boundary Problems: Classical Solutions" (Lect. Notes Math., Springer, 2003, pp. 123-175).
[ { "version": "v1", "created": "Wed, 3 Jul 2024 13:05:08 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 06:13:11 GMT" } ]
2025-04-24T00:00:00
[ [ "Rabago", "Julius Fergy Tiongson", "" ], [ "Kimura", "Masato", "" ] ]
2407.03747
Antide Duraffour
Antide Duraffour (IRMAR, UR), Nicolas Raymond (UA, LAREMA)
An Example Of Accurate Microlocal Tunneling In One Dimension
null
null
null
null
math.AP math-ph math.MP math.SP
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We investigate the spectral analysis of a class of pseudo-differential operators in one dimension. Under symmetry assumptions, we prove an asymptotic formula for the splitting of the first two eigenvalues. This article is a first example of extension to pseudo-differential operators of the tunneling effect formulas known for the symmetric electric Schr{\"o}dinger operator.
[ { "version": "v1", "created": "Thu, 4 Jul 2024 08:58:12 GMT" }, { "version": "v2", "created": "Mon, 3 Feb 2025 10:33:28 GMT" }, { "version": "v3", "created": "Wed, 23 Apr 2025 13:19:19 GMT" } ]
2025-04-24T00:00:00
[ [ "Duraffour", "Antide", "", "IRMAR, UR" ], [ "Raymond", "Nicolas", "", "UA, LAREMA" ] ]
2407.04978
Varazdat Stepanyan
V. Stepanyan, A. Badasyan, V. Morozov, Y. Mamasakhlisov, R. Podgornik
Sequence disorder-induced first order phase transition in confined polyelectrolytes
null
null
10.1063/5.0228162
null
cond-mat.soft physics.bio-ph
http://creativecommons.org/licenses/by/4.0/
We consider a statistical mechanical model of a generic flexible polyelectrolyte, comprised of identically charged monomers with long range electrostatic interactions, and short-range interactions quantified by a disorder field along the polymer contour sequence, which is randomly quenched. The free energy and the monomer density profile of the system for no electrolyte screening are calculated in the case of a system composed of two infinite planar bounding surfaces with an intervening oppositely charged polyelectrolyte chain. We show that the effect of the contour sequence disorder, mediated by short-range interactions, leads to an enhanced localization of the polyelectrolyte chain and a first order phase transition at a critical value of the inter-surface spacing. This phase transition results in an abrupt change of the pressure from negative to positive values, effectively eliminating polyelectrolyte mediated bridging attraction.
[ { "version": "v1", "created": "Sat, 6 Jul 2024 07:03:41 GMT" }, { "version": "v2", "created": "Tue, 9 Jul 2024 19:50:17 GMT" }, { "version": "v3", "created": "Wed, 23 Oct 2024 19:44:59 GMT" } ]
2025-04-24T00:00:00
[ [ "Stepanyan", "V.", "" ], [ "Badasyan", "A.", "" ], [ "Morozov", "V.", "" ], [ "Mamasakhlisov", "Y.", "" ], [ "Podgornik", "R.", "" ] ]
2407.05187
Thomas Speckhofer
Thomas Speckhofer
Dimension dependence of factorization problems: Haar system Hardy spaces
20 pages, 2 figures
Studia Math. 281 (2025), no. 2, 171-198
10.4064/sm240706-24-11
null
math.FA
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
For $n\in \mathbb{N}$, let $Y_n$ denote the linear span of the first $n+1$ levels of the Haar system in a Haar system Hardy space $Y$ (this class contains all separable rearrangement-invariant function spaces and also related spaces such as dyadic $H^1$). Let $I_{Y_n}$ denote the identity operator on $Y_n$. We prove the following quantitative factorization result: Fix $\Gamma,\delta,\varepsilon > 0$, and let $n,N \in \mathbb{N}$ be chosen such that $N \ge Cn^2$, where $C = C(\Gamma,\delta,\varepsilon) > 0$ (this amounts to a quasi-polynomial dependence between $\dim Y_N$ and $\dim Y_n$). Then for every linear operator $T\colon Y_N\to Y_N$ with $\|T\|\le \Gamma$, there exist operators $A,B$ with $\|A\|\|B\|\le 2(1+\varepsilon)$ such that either $I_{Y_n} = ATB$ or $I_{Y_n} = A(I_{Y_N} - T)B$. Moreover, if $T$ has $\delta$-large positive diagonal with respect to the Haar system, then we have $I_{Y_n} = ATB$ for some $A,B$ with $\|A\|\|B\|\le (1+\varepsilon)/\delta$. If the Haar system is unconditional in $Y$, then an inequality of the form $N \ge Cn$ is sufficient for the above statements to hold (hence, $\dim Y_N$ depends polynomially on $\dim Y_n$). Finally, we prove an analogous result in the case where $T$ has large but not necessarily positive diagonal entries.
[ { "version": "v1", "created": "Sat, 6 Jul 2024 21:19:59 GMT" } ]
2025-04-24T00:00:00
[ [ "Speckhofer", "Thomas", "" ] ]
2407.05238
Jiahao Nie
Jiahao Nie, Fei Xie, Sifan Zhou, Xueyi Zhou, Dong-Kyu Chae, Zhiwei He
P2P: Part-to-Part Motion Cues Guide a Strong Tracking Framework for LiDAR Point Clouds
Accept by IJCV
null
10.1007/s11263-025-02430-6
null
cs.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
3D single object tracking (SOT) methods based on appearance matching has long suffered from insufficient appearance information incurred by incomplete, textureless and semantically deficient LiDAR point clouds. While motion paradigm exploits motion cues instead of appearance matching for tracking, it incurs complex multi-stage processing and segmentation module. In this paper, we first provide in-depth explorations on motion paradigm, which proves that (\textbf{i}) it is feasible to directly infer target relative motion from point clouds across consecutive frames; (\textbf{ii}) fine-grained information comparison between consecutive point clouds facilitates target motion modeling. We thereby propose to perform part-to-part motion modeling for consecutive point clouds and introduce a novel tracking framework, termed \textbf{P2P}. The novel framework fuses each corresponding part information between consecutive point clouds, effectively exploring detailed information changes and thus modeling accurate target-related motion cues. Following this framework, we present P2P-point and P2P-voxel models, incorporating implicit and explicit part-to-part motion modeling by point- and voxel-based representation, respectively. Without bells and whistles, P2P-voxel sets a new state-of-the-art performance ($\sim$\textbf{89\%}, \textbf{72\%} and \textbf{63\%} precision on KITTI, NuScenes and Waymo Open Dataset, respectively). Moreover, under the same point-based representation, P2P-point outperforms the previous motion tracker M$^2$Track by \textbf{3.3\%} and \textbf{6.7\%} on the KITTI and NuScenes, while running at a considerably high speed of \textbf{107 Fps} on a single RTX3090 GPU. The source code and pre-trained models are available at https://github.com/haooozi/P2P.
[ { "version": "v1", "created": "Sun, 7 Jul 2024 02:37:24 GMT" }, { "version": "v2", "created": "Tue, 9 Jul 2024 02:15:52 GMT" }, { "version": "v3", "created": "Wed, 23 Apr 2025 02:03:58 GMT" } ]
2025-04-24T00:00:00
[ [ "Nie", "Jiahao", "" ], [ "Xie", "Fei", "" ], [ "Zhou", "Sifan", "" ], [ "Zhou", "Xueyi", "" ], [ "Chae", "Dong-Kyu", "" ], [ "He", "Zhiwei", "" ] ]
2407.06593
Magalie Benefice
Magalie B\'en\'efice (IECL, UL)
Non co-adapted couplings of Brownian motions on free, step 2 Carnot groups
null
null
null
null
math.PR
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
On the free, step $2$ Carnot groups of rank $n$ $\mathbb{G}_n$, the subRiemannian Brownian motion consists in a $\mathbb{R}^n$-Brownian motion together with its $\frac{n(n-1)}{2}$ L{\'e}vy areas. In this article we construct an explicit successful non co-adapted coupling of Brownian motions on $\mathbb{G}_n$. We use this construction to obtain gradient inequalities for the heat semi-group on all the homogeneous step $2$ Carnot groups. Comparing the first coupling time and the first exit time from a domain, we also obtain gradient inequalities for harmonic functions on $\mathbb{G}_n$. These results generalize the coupling strategy by Banerjee, Gordina and Mariano on the Heisenberg group.
[ { "version": "v1", "created": "Tue, 9 Jul 2024 06:49:29 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 13:21:29 GMT" } ]
2025-04-24T00:00:00
[ [ "Bénéfice", "Magalie", "", "IECL, UL" ] ]
2407.07195
Arpan Bhattacharyya
Arpan Bhattacharyya, Debodirna Ghosh, Saptaswa Ghosh, Sounak Pal
Bootstrapping spinning two body problem in dynamical Chern-Simons gravity using worldline QFT
79 Pages, typos corrected, footnote added, accepted in JHEP for publication
JHEP 04 (2025) 175
10.1007/JHEP04(2025)175
null
hep-th gr-qc hep-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In this paper, we compute the WQFT partition function, specifically the eikonal phase in a black hole scattering event in the dynamical Chern-Simons theory, using the techniques of spinning worldline quantum field theory. We consider the scattering of spinning black holes and highlight the necessary details for the calculation of the partition function. We present the $\epsilon$-expansion of the essential two-loop integrals using Integration-by-Parts (IBP) reduction and differential equation techniques, which we then utilize to compute the linear-in-order spin eikonal phase up to 3PM. Additionally, we discuss the dependence of the phase on the spin orientations of the black holes.
[ { "version": "v1", "created": "Tue, 9 Jul 2024 19:24:13 GMT" }, { "version": "v2", "created": "Sat, 1 Feb 2025 13:21:41 GMT" }, { "version": "v3", "created": "Thu, 13 Mar 2025 13:36:06 GMT" } ]
2025-04-24T00:00:00
[ [ "Bhattacharyya", "Arpan", "" ], [ "Ghosh", "Debodirna", "" ], [ "Ghosh", "Saptaswa", "" ], [ "Pal", "Sounak", "" ] ]
2407.08570
Leonardo Di Giustino
Leonardo Di Giustino, Stanley J. Brodsky, Philip G. Ratcliffe, Sheng-Quan Wang, Xing-Gang Wu
Scheme-independent determination of the QCD running coupling at all scales from jet observables using the principle of maximum conformality and infinite-order scale setting
11 pages, 4 figures,
null
null
SLAC-PUB-17782
hep-ph hep-th
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We present a new approach to determining the strong coupling $\alpha_s(Q)$, over the entire range of validity of perturbative QCD, for scales above $\Lambda_{\mathrm{QCD}}$ and up to the Planck scale $\sim1.22\cdot10^{19}$\,GeV, with the highest precision and using the data of a single experiment. In particular, we use the results obtained for the thrust ($T$) and $C$-parameter ($C$) distributions in $e^+e^-$ annihilation at a single annihilation energy $\sqrt{s}=M_Z$ (i.e.\ at the $Z^0$ peak). This new method is based on the \emph{intrinsic conformality} (iCF) and on the Infinite-Order Scale Setting, using the Principle of Maximum Conformality (i.e.\ the PMC$_\infty$), which allows a rigorous determination of the renormalization scales for the event-shape variable distributions satisfying all of the requirements of Renormalization Group Invariance, including renormalization-scheme independence and consistency with Abelian theory in the $N_C \to 0$ limit. This new method is based on the scale-invariance of the iCF, which allows determination of $\alpha_s(\mu_0)$ at any scale $\mu_0$, and on the Maximum Likelihood statistical approach. We introduce a novel approach to determining the best-fitting range based on the most-likely-lowest $\chi^2$ calculated considering all possible intervals among the entire range of bins available in the perturbative region. This new method improves the precision and leads to results that are statistically more reliable. In particular, using data for thrust and $C$-parameter at the $Z^0$ peak from ALEPH, OPAL, DELPHI and L3 experiments, we obtain the average value: $\alpha_s(M_Z)= 0.1181^{+0.0005}_{-0.0005}$, for the strong coupling. This determination of $\alpha_s(M_Z)$ is consistent with the world average and has an improved precision with respect to the values obtained from the analysis of event shape observables currently used in the world average.
[ { "version": "v1", "created": "Thu, 11 Jul 2024 14:58:58 GMT" }, { "version": "v2", "created": "Tue, 19 Nov 2024 10:19:19 GMT" }, { "version": "v3", "created": "Wed, 23 Apr 2025 16:35:04 GMT" } ]
2025-04-24T00:00:00
[ [ "Di Giustino", "Leonardo", "" ], [ "Brodsky", "Stanley J.", "" ], [ "Ratcliffe", "Philip G.", "" ], [ "Wang", "Sheng-Quan", "" ], [ "Wu", "Xing-Gang", "" ] ]
2407.08907
Taku Okawara
Taku Okawara, Kenji Koide, Shuji Oishi, Masashi Yokozuka, Atsuhiko Banno, Kentaro Uno and Kazuya Yoshida
Tightly-Coupled LiDAR-IMU-Wheel Odometry with an Online Neural Kinematic Model Learning via Factor Graph Optimization
Accepted by the journal, Robotics and Autonomous Systems
Robotics and Autonomous Systems, Vol. 187, pp. 104929, Jan, 2025
10.1016/j.robot.2025.104929
null
cs.RO
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Environments lacking geometric features (e.g., tunnels and long straight corridors) are challenging for LiDAR-based odometry algorithms because LiDAR point clouds degenerate in such environments. For wheeled robots, a wheel kinematic model (i.e., wheel odometry) can improve the reliability of the odometry estimation. However, the kinematic model suffers from complex motions (e.g., wheel slippage, lateral movement) in the case of skid-steering robots particularly because this robot model rotates by skidding its wheels. Furthermore, these errors change nonlinearly when the wheel slippage is large (e.g., drifting) and are subject to terrain-dependent parameters. To simultaneously tackle point cloud degeneration and the kinematic model errors, we developed a LiDAR-IMU-wheel odometry algorithm incorporating online training of a neural network that learns the kinematic model of wheeled robots with nonlinearity. We propose to train the neural network online on a factor graph along with robot states, allowing the learning-based kinematic model to adapt to the current terrain condition. The proposed method jointly solves online training of the neural network and LiDAR-IMU-wheel odometry on a unified factor graph to retain the consistency of all those constraints. Through experiments, we first verified that the proposed network adapted to a changing environment, resulting in an accurate odometry estimation across different environments. We then confirmed that the proposed odometry estimation algorithm was robust against point cloud degeneration and nonlinearity (e.g., large wheel slippage by drifting) of the kinematic model. The summary video is available here: https://www.youtube.com/watch?v=CvRVhdda7Cw
[ { "version": "v1", "created": "Fri, 12 Jul 2024 00:57:36 GMT" }, { "version": "v2", "created": "Mon, 15 Jul 2024 08:08:18 GMT" }, { "version": "v3", "created": "Tue, 21 Jan 2025 04:09:42 GMT" }, { "version": "v4", "created": "Sun, 2 Feb 2025 01:55:25 GMT" }, { "version": "v5", "created": "Wed, 23 Apr 2025 08:01:41 GMT" } ]
2025-04-24T00:00:00
[ [ "Okawara", "Taku", "" ], [ "Koide", "Kenji", "" ], [ "Oishi", "Shuji", "" ], [ "Yokozuka", "Masashi", "" ], [ "Banno", "Atsuhiko", "" ], [ "Uno", "Kentaro", "" ], [ "Yoshida", "Kazuya", "" ] ]
2407.09947
Jorge Galindo
Mahmoud Filali and Jorge Galindo
A note on a question of Garth Dales: Arens regularity as a three space property
Minor modifications
null
null
null
math.FA
http://creativecommons.org/licenses/by/4.0/
Garth Dales asked whether a Banach algebra $\mathcal{A}$ having an Arens regular closed ideal $\mathcal{J}$ with Arens regular quotient $\mathcal{A}/\mathcal{J}$ is necessarily Arens regular. We prove in this note that, for a class of Banach algebras including the standard algebras in harmonic analysis, Garth's conditions force the algebra to be even reflexive. We also give examples of Banach algebras with Garth's conditions, that are not Arens regular.
[ { "version": "v1", "created": "Sat, 13 Jul 2024 17:05:21 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 21:39:12 GMT" } ]
2025-04-24T00:00:00
[ [ "Filali", "Mahmoud", "" ], [ "Galindo", "Jorge", "" ] ]
2407.09989
Jihui Pei
Ji-Hui Pei, Christian Maes
The induced friction on a probe moving in a nonequilibrium medium
null
Phys. Rev. E 111, L032101 (2025)
10.1103/PhysRevE.111.L032101
null
cond-mat.stat-mech
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Using a powerful combination of projection-operator method and path-space response theory, we derive the fluctuation dynamics of a slow inertial probe coupled to a steady nonequilibrium medium under the assumption of time-scale separation. The nonequilibrium is realized by external nongradient driving on the medium particles or by their (athermal) active self-propulsion. The resulting friction on the probe is an explicit time-correlation for medium observables and is decomposed into two terms, one entropic, proportional to the noise variance as in the Einstein relation for equilibrium media, and a frenetic term that can take both signs. As an illustration, we give the exact expressions for the linear friction coefficient and noise amplitude of a probe in a rotating run-and-tumble medium. We find a transition to absolute negative probe friction as the nonequilibrium medium exhibits sufficient and persistent rotational current. There, the run-away of the probe to high speeds realizes a nonequilibrium-induced acceleration. Simulations show that its speed finally saturates, yielding a symmetric stationary probe-momentum distribution with two peaks.
[ { "version": "v1", "created": "Sat, 13 Jul 2024 19:34:51 GMT" }, { "version": "v2", "created": "Wed, 17 Jul 2024 08:20:02 GMT" }, { "version": "v3", "created": "Fri, 6 Dec 2024 13:23:15 GMT" } ]
2025-04-24T00:00:00
[ [ "Pei", "Ji-Hui", "" ], [ "Maes", "Christian", "" ] ]
2407.10514
Sivaprasad Kumar S
S. Sivaprasad Kumar and Pooja Yadav
A new differential subordination technique for a subclass of starlike functions
null
null
null
null
math.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In the present investigation, we employ a new technique to find several first and second order differential subordination implications involving the following starlike class associated with a bean shaped domain: \begin{equation*} \mathcal{S}^*_{\mathfrak{B}}:=\left\{f\in\mathcal{S}:\dfrac{zf'(z)}{f(z)}\prec\sqrt{1+\tanh{z}}=:\mathfrak{B}(z)\right\}. \end{equation*} Also, we give several applications stemming from our derived results.
[ { "version": "v1", "created": "Mon, 15 Jul 2024 08:16:02 GMT" } ]
2025-04-24T00:00:00
[ [ "Kumar", "S. Sivaprasad", "" ], [ "Yadav", "Pooja", "" ] ]
2407.12022
Peiyang Wu
Peiyang Wu, Nan Guo, Xiao Xiao, Wenming Li, Xiaochun Ye and Dongrui Fan
ITERTL: An Iterative Framework for Fine-tuning LLMs for RTL Code Generation
null
null
null
null
cs.CL cs.AI
http://creativecommons.org/licenses/by/4.0/
Recently, large language models (LLMs) have demonstrated excellent performance, inspiring researchers to explore their use in automating register transfer level (RTL) code generation and improving hardware design efficiency. However, the existing approaches to fine-tune LLMs for RTL generation typically are conducted on fixed datasets, which do not fully stimulate the capability of LLMs and require large amounts of reference data, which are costly to acquire. To mitigate these issues, we innovatively introduce an iterative training paradigm named ITERTL. During each iteration, samples are drawn from the model trained in the previous cycle. Then these new samples are employed for training in current loop. Furthermore, we introduce a plug-and-play data filtering strategy, thereby encouraging the model to generate high-quality, self-contained code. Our model outperforms GPT4 and state-of-the-art (SOTA) open-source models, achieving remarkable 53.8% pass@1 rate on VerilogEval-human benchmark. Under similar conditions of data quantity and quality, our approach significantly outperforms the baseline. Extensive experiments validate the effectiveness of the proposed method.
[ { "version": "v1", "created": "Fri, 28 Jun 2024 01:44:57 GMT" }, { "version": "v2", "created": "Tue, 23 Jul 2024 08:08:45 GMT" }, { "version": "v3", "created": "Wed, 23 Apr 2025 06:56:00 GMT" } ]
2025-04-24T00:00:00
[ [ "Wu", "Peiyang", "" ], [ "Guo", "Nan", "" ], [ "Xiao", "Xiao", "" ], [ "Li", "Wenming", "" ], [ "Ye", "Xiaochun", "" ], [ "Fan", "Dongrui", "" ] ]
2407.14058
Jingyao Wang
Jingyao Wang, Siyu Zhao, Wenwen Qiang, Jiangmeng Li, Fuchun Sun, Hui Xiong
Towards the Causal Complete Cause of Multi-Modal Representation Learning
null
null
null
null
cs.LG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Multi-Modal Learning (MML) aims to learn effective representations across modalities for accurate predictions. Existing methods typically focus on modality consistency and specificity to learn effective representations. However, from a causal perspective, they may lead to representations that contain insufficient and unnecessary information. To address this, we propose that effective MML representations should be causally sufficient and necessary. Considering practical issues like spurious correlations and modality conflicts, we relax the exogeneity and monotonicity assumptions prevalent in prior works and explore the concepts specific to MML, i.e., Causal Complete Cause (\(C^3\)). We begin by defining \(C^3\), which quantifies the probability of representations being causally sufficient and necessary. We then discuss the identifiability of \(C^3\) and introduce an instrumental variable to support identifying \(C^3\) with non-exogeneity and non-monotonicity. Building on this, we conduct the $C^3$ measurement, i.e., \(C^3\) risk. We propose a twin network to estimate it through (i) the real-world branch: utilizing the instrumental variable for sufficiency, and (ii) the hypothetical-world branch: applying gradient-based counterfactual modeling for necessity. Theoretical analyses confirm its reliability. Based on these results, we propose $C^3$ Regularization, a plug-and-play method that enforces the causal completeness of the learned representations by minimizing \(C^3\) risk. Extensive experiments demonstrate its effectiveness.
[ { "version": "v1", "created": "Fri, 19 Jul 2024 06:35:49 GMT" }, { "version": "v2", "created": "Fri, 30 Aug 2024 10:30:55 GMT" }, { "version": "v3", "created": "Fri, 24 Jan 2025 14:31:10 GMT" }, { "version": "v4", "created": "Wed, 23 Apr 2025 01:43:55 GMT" } ]
2025-04-24T00:00:00
[ [ "Wang", "Jingyao", "" ], [ "Zhao", "Siyu", "" ], [ "Qiang", "Wenwen", "" ], [ "Li", "Jiangmeng", "" ], [ "Sun", "Fuchun", "" ], [ "Xiong", "Hui", "" ] ]
2407.15192
Joshua Shay Kricheli
Joshua Shay Kricheli, Khoa Vo, Aniruddha Datta, Spencer Ozgur and Paulo Shakarian
Error Detection and Constraint Recovery in Hierarchical Multi-Label Classification without Prior Knowledge
null
null
null
null
cs.LG cs.AI cs.LO cs.SC
http://creativecommons.org/licenses/by/4.0/
Recent advances in Hierarchical Multi-label Classification (HMC), particularly neurosymbolic-based approaches, have demonstrated improved consistency and accuracy by enforcing constraints on a neural model during training. However, such work assumes the existence of such constraints a-priori. In this paper, we relax this strong assumption and present an approach based on Error Detection Rules (EDR) that allow for learning explainable rules about the failure modes of machine learning models. We show that these rules are not only effective in detecting when a machine learning classifier has made an error but also can be leveraged as constraints for HMC, thereby allowing the recovery of explainable constraints even if they are not provided. We show that our approach is effective in detecting machine learning errors and recovering constraints, is noise tolerant, and can function as a source of knowledge for neurosymbolic models on multiple datasets, including a newly introduced military vehicle recognition dataset.
[ { "version": "v1", "created": "Sun, 21 Jul 2024 15:12:19 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 01:11:24 GMT" } ]
2025-04-24T00:00:00
[ [ "Kricheli", "Joshua Shay", "" ], [ "Vo", "Khoa", "" ], [ "Datta", "Aniruddha", "" ], [ "Ozgur", "Spencer", "" ], [ "Shakarian", "Paulo", "" ] ]
2407.15842
Ruixiang Jiang
Ruixiang Jiang, Changwen Chen
DiffArtist: Towards Structure and Appearance Controllable Image Stylization
Homepage: https://DiffusionArtist.github.io
null
null
null
cs.CV cs.GR
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Artistic style includes both structural and appearance elements. Existing neural stylization techniques primarily focus on transferring appearance features such as color and texture, often neglecting the equally crucial aspect of structural stylization. In this paper, we present a comprehensive study on the simultaneous stylization of structure and appearance of 2D images. Specifically, we introduce DiffArtist, which, to the best of our knowledge, is the first stylization method to allow for dual controllability over structure and appearance. Our key insight is to represent structure and appearance as separate diffusion processes to achieve complete disentanglement without requiring any training, thereby endowing users with unprecedented controllability for both components. The evaluation of stylization of both appearance and structure, however, remains challenging as it necessitates semantic understanding. To this end, we further propose a Multimodal LLM-based style evaluator, which better aligns with human preferences than metrics lacking semantic understanding. With this powerful evaluator, we conduct extensive analysis, demonstrating that DiffArtist achieves superior style fidelity, editability, and structure-appearance disentanglement. These merits make DiffArtist a highly versatile solution for creative applications. Project homepage: https://github.com/songrise/Artist.
[ { "version": "v1", "created": "Mon, 22 Jul 2024 17:58:05 GMT" }, { "version": "v2", "created": "Sun, 22 Dec 2024 10:03:12 GMT" }, { "version": "v3", "created": "Wed, 23 Apr 2025 17:46:08 GMT" } ]
2025-04-24T00:00:00
[ [ "Jiang", "Ruixiang", "" ], [ "Chen", "Changwen", "" ] ]
2407.15971
Igor Tominec
Igor Tominec, Josefin Ahlkrona, Malte Braack
Well-posedness of the Stokes problem under modified pressure Dirichlet boundary conditions
null
null
null
null
math.NA cs.NA math.AP
http://creativecommons.org/licenses/by/4.0/
This paper shows that the Stokes problem is well-posed when velocity and pressure simultaneously vanish on the domain boundary. This result is achieved by extending Ne\v{c}as' inequality to square-integrable functions that vanish in a small band covering the boundary. It is found that the associated a priori pressure estimate depends inversely on the volume of the band. Numerical experiments confirm these findings. Based on these results, guidelines are provided for applying vanishing pressure boundary conditions in model coupling and domain decomposition methods.
[ { "version": "v1", "created": "Mon, 22 Jul 2024 18:34:36 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 08:42:06 GMT" } ]
2025-04-24T00:00:00
[ [ "Tominec", "Igor", "" ], [ "Ahlkrona", "Josefin", "" ], [ "Braack", "Malte", "" ] ]
2407.16615
Ricardo Dominguez-Olmedo
Ricardo Dominguez-Olmedo, Vedant Nanda, Rediet Abebe, Stefan Bechtold, Christoph Engel, Jens Frankenreiter, Krishna Gummadi, Moritz Hardt, Michael Livermore
Lawma: The Power of Specialization for Legal Annotation
ICLR 2025
null
null
null
cs.CL cs.AI cs.LG
http://creativecommons.org/licenses/by-nc-nd/4.0/
Annotation and classification of legal text are central components of empirical legal research. Traditionally, these tasks are often delegated to trained research assistants. Motivated by the advances in language modeling, empirical legal scholars are increasingly turning to prompting commercial models, hoping that it will alleviate the significant cost of human annotation. Despite growing use, our understanding of how to best utilize large language models for legal annotation remains limited. To bridge this gap, we introduce CaselawQA, a benchmark comprising 260 legal annotation tasks, nearly all new to the machine learning community. We demonstrate that commercial models, such as GPT-4.5 and Claude 3.7 Sonnet, achieve non-trivial yet highly variable accuracy, generally falling short of the performance required for legal work. We then demonstrate that small, lightly fine-tuned models outperform commercial models. A few hundred to a thousand labeled examples are usually enough to achieve higher accuracy. Our work points to a viable alternative to the predominant practice of prompting commercial models. For concrete legal annotation tasks with some available labeled data, researchers are likely better off using a fine-tuned open-source model.
[ { "version": "v1", "created": "Tue, 23 Jul 2024 16:23:04 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 12:18:56 GMT" } ]
2025-04-24T00:00:00
[ [ "Dominguez-Olmedo", "Ricardo", "" ], [ "Nanda", "Vedant", "" ], [ "Abebe", "Rediet", "" ], [ "Bechtold", "Stefan", "" ], [ "Engel", "Christoph", "" ], [ "Frankenreiter", "Jens", "" ], [ "Gummadi", "Krishna", "" ], [ "Hardt", "Moritz", "" ], [ "Livermore", "Michael", "" ] ]
2407.17914
Anna Bavaresco
Anna Bavaresco, Marianne de Heer Kloots, Sandro Pezzelle, Raquel Fern\'andez
Modelling Multimodal Integration in Human Concept Processing with Vision-Language Models
null
null
null
null
cs.CL
http://creativecommons.org/licenses/by/4.0/
Text representations from language models have proven remarkably predictive of human neural activity involved in language processing, with the recent transformer-based models outperforming previous architectures in downstream tasks and prediction of brain responses. However, the word representations learnt by language-only models may be limited in that they lack sensory information from other modalities, which several cognitive and neuroscience studies showed to be reflected in human meaning representations. Here, we leverage current pre-trained vision-language models (VLMs) to investigate whether the integration of visuo-linguistic information they operate leads to representations that are more aligned with human brain activity than those obtained by models trained with language-only input. We focus on fMRI responses recorded while participants read concept words in the context of either a full sentence or a picture. Our results reveal that VLM representations correlate more strongly than those by language-only models with activations in brain areas functionally related to language processing. Additionally, we find that transformer-based vision-language encoders -- e.g., LXMERT and VisualBERT -- yield more brain-aligned representations than generative VLMs, whose autoregressive abilities do not seem to provide an advantage when modelling single words. Finally, our ablation analyses suggest that the high brain alignment achieved by some of the VLMs we evaluate results from semantic information acquired specifically during multimodal pretraining as opposed to being already encoded in their unimodal modules. Altogether, our findings indicate an advantage of multimodal models in predicting human brain activations, which reveals that modelling language and vision integration has the potential to capture the multimodal nature of human concept representations.
[ { "version": "v1", "created": "Thu, 25 Jul 2024 10:08:37 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 12:14:06 GMT" } ]
2025-04-24T00:00:00
[ [ "Bavaresco", "Anna", "" ], [ "Kloots", "Marianne de Heer", "" ], [ "Pezzelle", "Sandro", "" ], [ "Fernández", "Raquel", "" ] ]
2407.18315
Nageswari Shanmugalingam
Ryan Gibara, Ilmari Kangasniemi, Nageswari Shanmugalingam
On homogeneous Newton-Sobolev spaces of functions in metric measure spaces of uniformly locally controlled geometry
57 pages
null
null
null
math.MG math.AP math.FA
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We study the large-scale behavior of Newton-Sobolev functions on complete, connected, proper, separable metric measure spaces equipped with a Borel measure $\mu$ with $\mu(X) = \infty$ and $0 < \mu(B(x, r)) < \infty$ for all $x \in X$ and $r \in (0, \infty)$ Our objective is to understand the relationship between the Dirichlet space $D^{1,p}(X)$, defined using upper gradients, and the Newton-Sobolev space $N^{1,p}(X)+\mathbb{R}$, for $1\le p<\infty$. We show that when $X$ is of uniformly locally $p$-controlled geometry, these two spaces do not coincide under a wide variety of geometric and potential theoretic conditions. We also show that when the metric measure space is the standard hyperbolic space $\mathbb{H}^n$ with $n\ge 2$, these two spaces coincide precisely when $1\le p\le n-1$. We also provide additional characterizations of when a function in $D^{1,p}(X)$ is in $N^{1,p}(X)+\mathbb{R}$ in the case that the two spaces do not coincide.
[ { "version": "v1", "created": "Thu, 25 Jul 2024 18:17:09 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 15:26:31 GMT" } ]
2025-04-24T00:00:00
[ [ "Gibara", "Ryan", "" ], [ "Kangasniemi", "Ilmari", "" ], [ "Shanmugalingam", "Nageswari", "" ] ]
2407.18909
T. Lucas Makinen
T. Lucas Makinen, Alan Heavens, Natalia Porqueres, Tom Charnock, Axel Lapel, Benjamin D. Wandelt
Hybrid summary statistics: neural weak lensing inference beyond the power spectrum
16 pages, 11 figures. Submitted to JCAP. We provide publicly available code at https://github.com/tlmakinen/hybridStatsWL
null
10.1088/1475-7516/2025/01/095
null
astro-ph.CO cs.LG physics.comp-ph stat.ML stat.OT
http://creativecommons.org/licenses/by/4.0/
In inference problems, we often have domain knowledge which allows us to define summary statistics that capture most of the information content in a dataset. In this paper, we present a hybrid approach, where such physics-based summaries are augmented by a set of compressed neural summary statistics that are optimised to extract the extra information that is not captured by the predefined summaries. The resulting statistics are very powerful inputs to simulation-based or implicit inference of model parameters. We apply this generalisation of Information Maximising Neural Networks (IMNNs) to parameter constraints from tomographic weak gravitational lensing convergence maps to find summary statistics that are explicitly optimised to complement angular power spectrum estimates. We study several dark matter simulation resolutions in low- and high-noise regimes. We show that i) the information-update formalism extracts at least $3\times$ and up to $8\times$ as much information as the angular power spectrum in all noise regimes, ii) the network summaries are highly complementary to existing 2-point summaries, and iii) our formalism allows for networks with smaller, physically-informed architectures to match much larger regression networks with far fewer simulations needed to obtain asymptotically optimal inference.
[ { "version": "v1", "created": "Fri, 26 Jul 2024 17:59:26 GMT" } ]
2025-04-24T00:00:00
[ [ "Makinen", "T. Lucas", "" ], [ "Heavens", "Alan", "" ], [ "Porqueres", "Natalia", "" ], [ "Charnock", "Tom", "" ], [ "Lapel", "Axel", "" ], [ "Wandelt", "Benjamin D.", "" ] ]
2407.18986
Shi-Shun Chen
Shi-Shun Chen, Yu-Tong Jiang, Wen-Bin Chen, Xiao-Yang Li
TERIME: An improved RIME algorithm with enhanced exploration and exploitation for robust parameter extraction of photovoltaic models
null
null
10.1007/s42235-025-00679-8
null
eess.SY cs.SY
http://creativecommons.org/licenses/by/4.0/
Parameter extraction of photovoltaic (PV) models is crucial for the planning, optimization, and control of PV systems. Although some methods using meta-heuristic algorithms have been proposed to determine these parameters, the robustness of solutions obtained by these methods faces great challenges when the complexity of the PV model increases. The unstable results will affect the reliable operation and maintenance strategies of PV systems. In response to this challenge, an improved RIME algorithm with enhanced exploration and exploitation is proposed for robust and accurate parameter identification for various PV models. Specifically, the differential evolution mutation operator is integrated in the exploration phase to enhance the population diversity. Meanwhile, a new exploitation strategy incorporating randomization and neighborhood strategies simultaneously is developed to maintain the balance of exploitation width and depth. The improved RIME algorithm is applied to estimate the optimal parameters of the single-diode model (SDM), double-diode model (DDM), and triple-diode model (TDM) combined with the Lambert-W function for three PV cell and module types including RTC France, Photo Watt-PWP 201 and S75. According to the statistical analysis in 100 runs, the TEIMRE achieves more accurate and robust parameter estimations than other techniques to various PV models in varying environmental conditions. All of our source codes are publicly available at https://github.com/dirge1/TERIME.
[ { "version": "v1", "created": "Thu, 25 Jul 2024 02:47:14 GMT" }, { "version": "v2", "created": "Thu, 1 Aug 2024 15:59:39 GMT" } ]
2025-04-24T00:00:00
[ [ "Chen", "Shi-Shun", "" ], [ "Jiang", "Yu-Tong", "" ], [ "Chen", "Wen-Bin", "" ], [ "Li", "Xiao-Yang", "" ] ]
2408.00041
Junru Chen
Junru Chen, Tianyu Cao, Jing Xu, Jiahe Li, Zhilong Chen, Tao Xiao, Yang Yang
Con4m: Context-aware Consistency Learning Framework for Segmented Time Series Classification
null
null
null
null
cs.AI
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Time Series Classification (TSC) encompasses two settings: classifying entire sequences or classifying segmented subsequences. The raw time series for segmented TSC usually contain Multiple classes with Varying Duration of each class (MVD). Therefore, the characteristics of MVD pose unique challenges for segmented TSC, yet have been largely overlooked by existing works. Specifically, there exists a natural temporal dependency between consecutive instances (segments) to be classified within MVD. However, mainstream TSC models rely on the assumption of independent and identically distributed (i.i.d.), focusing on independently modeling each segment. Additionally, annotators with varying expertise may provide inconsistent boundary labels, leading to unstable performance of noise-free TSC models. To address these challenges, we first formally demonstrate that valuable contextual information enhances the discriminative power of classification instances. Leveraging the contextual priors of MVD at both the data and label levels, we propose a novel consistency learning framework Con4m, which effectively utilizes contextual information more conducive to discriminating consecutive segments in segmented TSC tasks, while harmonizing inconsistent boundary labels for training. Extensive experiments across multiple datasets validate the effectiveness of Con4m in handling segmented TSC tasks on MVD. The source code is available at https://github.com/MrNobodyCali/Con4m.
[ { "version": "v1", "created": "Wed, 31 Jul 2024 14:06:55 GMT" }, { "version": "v2", "created": "Fri, 22 Nov 2024 02:57:13 GMT" }, { "version": "v3", "created": "Wed, 23 Apr 2025 09:00:31 GMT" } ]
2025-04-24T00:00:00
[ [ "Chen", "Junru", "" ], [ "Cao", "Tianyu", "" ], [ "Xu", "Jing", "" ], [ "Li", "Jiahe", "" ], [ "Chen", "Zhilong", "" ], [ "Xiao", "Tao", "" ], [ "Yang", "Yang", "" ] ]
2408.00189
Tobia Nova Dr
F. Helmrich, H. S. Adlong, I. Khanonkin, M. Kroner, G. Scalari, J. Faist, A. Imamoglu, T. F. Nova
Cavity-Driven Attractive Interactions in Quantum Materials
null
null
null
null
cond-mat.mtrl-sci cond-mat.mes-hall physics.optics
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Many-body phenomena in quantum materials emerge from the interplay among a broad continuum of electronic states, and controlling these interactions is critical for engineering novel phases. One promising approach exploits fluctuations of the vacuum electromagnetic field confined within optical cavities to tailor electronic properties. Here, we demonstrate that cavity photons can mediate attractive interactions in a tunable van der Waals material and reorganize a continuum of electron-hole transitions into an exciton-like state. We introduce a broadband, sub-wavelength time-domain microscope that integrates exfoliated, dual-gated two-dimensional quantum materials into a terahertz cavity. This approach enables the first-ever measurement of the field-tunable bandgap of bilayer graphene at terahertz frequencies while revealing ultrastrong coupling with a vacuum Rabi frequency exceeding $\Omega_{Rabi}/\omega\approx 40\%$ of the bare photon energy. Crucially, we identify a novel cavity-induced resonance emerging from the interband continuum that resembles Coulomb-bound excitons and remains stable across a broad temperature range. By uniting longstanding theoretical predictions with advanced experimental techniques, our findings open new avenues for designing and probing unique light-matter states and realizing hybrid correlated phases in quantum materials.
[ { "version": "v1", "created": "Wed, 31 Jul 2024 23:10:41 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 10:58:21 GMT" }, { "version": "v3", "created": "Wed, 23 Apr 2025 08:12:32 GMT" } ]
2025-04-24T00:00:00
[ [ "Helmrich", "F.", "" ], [ "Adlong", "H. S.", "" ], [ "Khanonkin", "I.", "" ], [ "Kroner", "M.", "" ], [ "Scalari", "G.", "" ], [ "Faist", "J.", "" ], [ "Imamoglu", "A.", "" ], [ "Nova", "T. F.", "" ] ]
2408.02624
Josh Kline
Josh Kline, Feng Li, Nageswari Shanmugalingam
Well-posedness of Dirichlet boundary value problems for reflected fractional $p$-Laplace-type inhomogeneous equations in compact doubling metric measure spaces
38 pages
null
null
null
math.AP math.MG
http://creativecommons.org/licenses/by/4.0/
In this paper we consider the setting of a locally compact, non-complete metric measure space $(Z,d,\nu)$ equipped with a doubling measure $\nu$, under the condition that the boundary $\partial Z:=\overline{Z}\setminus Z$ (obtained by considering the completion of $Z$) supports a Radon measure $\pi$ which is in a $\sigma$-codimensional relationship to $\nu$ for some $\sigma>0$. We explore existence, uniqueness, comparison property, and stability properties of solutions to inhomogeneous Dirichlet problems associated with certain nonlinear nonlocal operators on $Z$. We also establish interior regularity of solutions when the inhomogeneity data is in an $L^q$-class for sufficiently large $q>1$, and verify a Kellogg-type property when the inhomogeneity data vanishes and the Dirichlet data is continuous.
[ { "version": "v1", "created": "Mon, 5 Aug 2024 16:48:09 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 19:18:12 GMT" } ]
2025-04-24T00:00:00
[ [ "Kline", "Josh", "" ], [ "Li", "Feng", "" ], [ "Shanmugalingam", "Nageswari", "" ] ]
2408.03720
J.K. Chen
He Song, Jia-Qi Xie, and Jiao-Kai Chen
Regge trajectories for the triply heavy triquarks
10 pages, 5 figures, 10 tables. Several paragraphs are rewritten. Discussions on pentaquarks are added. Accepted for publication in The European Physical Journal C
null
null
null
hep-ph
http://creativecommons.org/licenses/by/4.0/
We attempt to apply the Regge trajectory approach to the triply heavy triquarks $((QQ')\bar{Q}^{\prime\prime})$ $(Q,\,Q',\,Q^{\prime\prime}=b,\,c)$. We present the triquark Regge trajectory relations, and then employ them to crudely estimate the spectra of the triquarks $((cc)\bar{c})$, $((cc)\bar{b})$, $((bc)\bar{c})$, $((bc)\bar{b})$, $((bb)\bar{c})$, and $((bb)\bar{b})$. The $\lambda$-trajectories and the $\rho$-trajectories are discussed. The triquark Regge trajectory becomes a new and very simple approach for estimating the spectra of triquarks. Moreover, the spin-averaged masses of the ground states of pentaquarks $(\bar{c}(cc))(cc)$, $(\bar{b}(cc))(cc)$ and $(\bar{c}(bb))(cc)$ are estimated, which are consistent with other theoretical predictions.
[ { "version": "v1", "created": "Wed, 7 Aug 2024 12:17:45 GMT" }, { "version": "v2", "created": "Sun, 23 Feb 2025 02:26:35 GMT" }, { "version": "v3", "created": "Wed, 23 Apr 2025 15:45:10 GMT" } ]
2025-04-24T00:00:00
[ [ "Song", "He", "" ], [ "Xie", "Jia-Qi", "" ], [ "Chen", "Jiao-Kai", "" ] ]
2408.04264
Yuto Okada
Oksana Firman, Grzegorz Gutowski, Myroslav Kryven, Yuto Okada, Alexander Wolff
Bounding the Treewidth of Outer $k$-Planar Graphs via Triangulations
Appears in the Proceedings of the 32nd International Symposium on Graph Drawing and Network Visualization (GD 2024)
null
10.4230/LIPIcs.GD.2024.14
null
cs.DM cs.CG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The treewidth is a structural parameter that measures the tree-likeness of a graph. Many algorithmic and combinatorial results are expressed in terms of the treewidth. In this paper, we study the treewidth of outer $k$-planar graphs, that is, graphs that admit a straight-line drawing where all the vertices lie on a circle, and every edge is crossed by at most $k$ other edges. Wood and Telle [New York J. Math., 2007] showed that every outer $k$-planar graph has treewidth at most $3k + 11$ using so-called planar decompositions, and later, Auer et al. [Algorithmica, 2016] proved that the treewidth of outer $1$-planar graphs is at most $3$, which is tight. In this paper, we improve the general upper bound to $1.5k + 2$ and give a tight bound of $4$ for $k = 2$. We also establish a lower bound: we show that, for every even $k$, there is an outer $k$-planar graph with treewidth $k+2$. Our new bound immediately implies a better bound on the cop number, which answers an open question of Durocher et al. [GD 2023] in the affirmative. Our treewidth bound relies on a new and simple triangulation method for outer $k$-planar graphs that yields few crossings with graph edges per edge of the triangulation. Our method also enables us to obtain a tight upper bound of $k + 2$ for the separation number of outer $k$-planar graphs, improving an upper bound of $2k + 3$ by Chaplick et al. [GD 2017]. We also consider outer min-$k$-planar graphs, a generalization of outer $k$-planar graphs, where we achieve smaller improvements.
[ { "version": "v1", "created": "Thu, 8 Aug 2024 07:03:12 GMT" }, { "version": "v2", "created": "Wed, 4 Sep 2024 09:32:25 GMT" }, { "version": "v3", "created": "Mon, 14 Oct 2024 13:14:11 GMT" } ]
2025-04-24T00:00:00
[ [ "Firman", "Oksana", "" ], [ "Gutowski", "Grzegorz", "" ], [ "Kryven", "Myroslav", "" ], [ "Okada", "Yuto", "" ], [ "Wolff", "Alexander", "" ] ]
2408.05034
Martin Ulaga
Martin Ulaga and Jure Kokalj and Takami Tohyama and Peter Prelov\v{s}ek
Easy-axis Heisenberg model on the triangular lattice: from supersolid to gapped solid
null
null
null
null
cond-mat.str-el
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We investigate the easy-axis Heisenberg model on the triangular lattice by numerically studying excitations and the dynamical spin structure factor $S^{\mu\mu}({\bf q},\omega)$. Results are analyzed within the supersolid scenario, characterized by the translation-symmetry-breaking parameter $m_z$ and the supersolid offdiagonal order parameter $m_\perp$. We find very robust $m_z > 0$ in the whole easy-axis anisotropy regime $\alpha = J_\perp/J_z > 0$, even enhanced by the magnetic field $h>0$, as well as $m_\perp >0$ for intermediate $\alpha <1$ and $h>0$. Still, at small $\alpha \lesssim 0.2$, relevant for recent experiments on the magnetic material K$_2$Co(SeO$_3$)$_2$, we find at $h=0$ rather vanishing $m_\perp \sim 0$, which appears compatible with the numerically established finite magnon excitation gap $\Delta_1 \sim 0.25 \alpha J$.
[ { "version": "v1", "created": "Fri, 9 Aug 2024 12:43:50 GMT" }, { "version": "v2", "created": "Fri, 13 Dec 2024 15:28:38 GMT" }, { "version": "v3", "created": "Wed, 23 Apr 2025 16:32:38 GMT" } ]
2025-04-24T00:00:00
[ [ "Ulaga", "Martin", "" ], [ "Kokalj", "Jure", "" ], [ "Tohyama", "Takami", "" ], [ "Prelovšek", "Peter", "" ] ]
2408.05928
Xiaoxiao Miao
Xiaoxiao Miao, Yuxiang Zhang, Xin Wang, Natalia Tomashenko, Donny Cheng Lock Soh, Ian Mcloughlin
Adapting General Disentanglement-Based Speaker Anonymization for Enhanced Emotion Preservation
Accepted by computer speech and language
null
null
null
cs.SD eess.AS
http://creativecommons.org/licenses/by-nc-nd/4.0/
A general disentanglement-based speaker anonymization system typically separates speech into content, speaker, and prosody features using individual encoders. This paper explores how to adapt such a system when a new speech attribute, for example, emotion, needs to be preserved to a greater extent. While existing systems are good at anonymizing speaker embeddings, they are not designed to preserve emotion. Two strategies for this are examined. First, we show that integrating emotion embeddings from a pre-trained emotion encoder can help preserve emotional cues, even though this approach slightly compromises privacy protection. Alternatively, we propose an emotion compensation strategy as a post-processing step applied to anonymized speaker embeddings. This conceals the original speaker's identity and reintroduces the emotional traits lost during speaker embedding anonymization. Specifically, we model the emotion attribute using support vector machines to learn separate boundaries for each emotion. During inference, the original speaker embedding is processed in two ways: one, by an emotion indicator to predict emotion and select the emotion-matched SVM accurately; and two, by a speaker anonymizer to conceal speaker characteristics. The anonymized speaker embedding is then modified along the corresponding SVM boundary towards an enhanced emotional direction to save the emotional cues. The proposed strategies are also expected to be useful for adapting a general disentanglement-based speaker anonymization system to preserve other target paralinguistic attributes, with potential for a range of downstream tasks.
[ { "version": "v1", "created": "Mon, 12 Aug 2024 05:40:21 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 00:44:18 GMT" } ]
2025-04-24T00:00:00
[ [ "Miao", "Xiaoxiao", "" ], [ "Zhang", "Yuxiang", "" ], [ "Wang", "Xin", "" ], [ "Tomashenko", "Natalia", "" ], [ "Soh", "Donny Cheng Lock", "" ], [ "Mcloughlin", "Ian", "" ] ]
2408.06251
Anton Zasedatelev Dr
Alexander N. Poddubny, Klemens Winkler, Benjamin A. Stickler, Uro\v{s} Deli\'c, Markus Aspelmeyer, Anton V. Zasedatelev
Nonequilibrium entanglement between levitated masses under optimal control
null
null
null
null
quant-ph
http://creativecommons.org/licenses/by/4.0/
We present a protocol that maximizes unconditional entanglement generation between two masses interacting directly through $1/r^{n}$ potential. The protocol combines optimal quantum control of continuously measured masses with their non-equilibrium dynamics, driven by a time-dependent interaction strength. Applied to a pair of optically trapped sub-micron particles coupled via electrostatic interaction, our protocol enables unconditional entanglement generation at the fundamental limit of the conditional state and with an order of magnitude smaller interaction between the masses compared to the existing steady-state approaches.
[ { "version": "v1", "created": "Mon, 12 Aug 2024 16:02:42 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 14:39:40 GMT" } ]
2025-04-24T00:00:00
[ [ "Poddubny", "Alexander N.", "" ], [ "Winkler", "Klemens", "" ], [ "Stickler", "Benjamin A.", "" ], [ "Delić", "Uroš", "" ], [ "Aspelmeyer", "Markus", "" ], [ "Zasedatelev", "Anton V.", "" ] ]
2408.06931
Jo\~ao Gon\c{c}alves
Jo\~ao Gon\c{c}alves, Nick Jelicic, Michele Murgia, Evert Stamhuis
The advantages of context specific language models: the case of the Erasmian Language Model
12 pages, 3 figures, 1 table
null
null
null
cs.CL cs.AI
http://creativecommons.org/licenses/by/4.0/
The current trend to improve language model performance seems to be based on scaling up with the number of parameters (e.g. the state of the art GPT4 model has approximately 1.7 trillion parameters) or the amount of training data fed into the model. However this comes at significant costs in terms of computational resources and energy costs that compromise the sustainability of AI solutions, as well as risk relating to privacy and misuse. In this paper we present the Erasmian Language Model (ELM) a small context specific, 900 million parameter model, pre-trained and fine-tuned by and for Erasmus University Rotterdam. We show how the model performs adequately in a classroom context for essay writing, and how it achieves superior performance in subjects that are part of its context. This has implications for a wide range of institutions and organizations, showing that context specific language models may be a viable alternative for resource constrained, privacy sensitive use cases.
[ { "version": "v1", "created": "Tue, 13 Aug 2024 14:34:59 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 11:31:40 GMT" } ]
2025-04-24T00:00:00
[ [ "Gonçalves", "João", "" ], [ "Jelicic", "Nick", "" ], [ "Murgia", "Michele", "" ], [ "Stamhuis", "Evert", "" ] ]
2408.07335
Wei-Min Gu
Qian Dong, Zhi-Xiang Zhang, Wei-Min Gu, Mouyuan Sun, Yong-Gang Zheng
Newly Discovered Changing-look Active Galactic Nuclei from SDSS and LAMOST Surveys
24 pages, 12 figures, accepted for publication in ApJ
null
null
null
astro-ph.GA
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Changing-look Active Galactic Nuclei (CL AGNs) exhibit drastic variations in broad emission lines (BELs), the mechanism of which remains unclear. Expanding the sample of CL AGNs is helpful to reveal the mechanism. This study aims to identify more CL AGNs by cross-matching spectroscopic data from the Sloan Digital Sky Survey (SDSS) and the Large Sky Area Multi-Object Fiber Spectroscopic Telescope (LAMOST). Our approach to identify CL AGNs is based on the automatic spectral fitting, followed by detailed visual inspections. We identify a sample of $51$ CL AGNs through this method, in which $40$ CL AGNs are newly discovered. Within this sample, $41$ CL AGNs primarily show the variability of the H$\beta$ line, nine exhibit obvious changes in both the H$\beta$ and H$\alpha$ lines, and one source mainly displays variations in the H$\alpha$ line. Our findings reveal that the sequence of appearance and disappearance of the BELs aligns with the known CL sequence. In addition, we identify 31 candidates exhibiting drastic variations in BELs without accompanying significant photometric variability. We estimate the black hole mass and Eddington ratio for all sources, which range from $2.5\times 10^6$ to $8.0\times 10^8 M_\odot$ and from $0.001$ to $0.13$, respectively. Similar to other studies, we also find that the Eddington ratios of CL AGNs and candidates are lower than those of typical AGNs. Our results support the hypothesis that the CL behavior is driven by the state transitions of the accretion disk.
[ { "version": "v1", "created": "Wed, 14 Aug 2024 07:17:41 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 07:40:35 GMT" } ]
2025-04-24T00:00:00
[ [ "Dong", "Qian", "" ], [ "Zhang", "Zhi-Xiang", "" ], [ "Gu", "Wei-Min", "" ], [ "Sun", "Mouyuan", "" ], [ "Zheng", "Yong-Gang", "" ] ]
2408.07492
Anton Zasedatelev Dr
Klemens Winkler, Anton V. Zasedatelev, Benjamin A. Stickler, Uro\v{s} Deli\'c, Andreas Deutschmann-Olek, Markus Aspelmeyer
Steady-state entanglement of interacting masses in free space through optimal feedback control
null
null
null
null
quant-ph
http://creativecommons.org/licenses/by/4.0/
We develop a feedback strategy based on optimal quantum feedback control for Gaussian systems to maximise the likelihood of steady-state entanglement detection between two directly interacting masses. We employ linear quadratic Gaussian (LQG) control to engineer the phase space dynamics of the two masses and propose Einstein-Podolsky-Rosen (EPR)-type variance minimisation constraints for the feedback to facilitate unconditional entanglement generation. This scheme allows for stationary entanglement in parameter regimes where strategies based on total energy minimisation ($cooling$) would fail. This feedback strategy, applied to the system of two masses driven out-of-thermal equilibrium [arXiv:2408.06251] enables unconditional entanglement generation under realistic experimental conditions.
[ { "version": "v1", "created": "Wed, 14 Aug 2024 12:14:58 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 14:56:56 GMT" } ]
2025-04-24T00:00:00
[ [ "Winkler", "Klemens", "" ], [ "Zasedatelev", "Anton V.", "" ], [ "Stickler", "Benjamin A.", "" ], [ "Delić", "Uroš", "" ], [ "Deutschmann-Olek", "Andreas", "" ], [ "Aspelmeyer", "Markus", "" ] ]
2408.10265
Arjhun Swaminathan
Arjhun Swaminathan, Mete Akg\"un
Distributed and Secure Kernel-Based Quantum Machine Learning
This paper contains 23 pages, 5 figures, 1 table and 3 appendices. For associated supplementary code, see https://github.com/mdppml/distributed-secure-kernel-based-QML
Transactions on Machine Learning Research, 2025
null
3549
quant-ph cs.LG
http://creativecommons.org/licenses/by/4.0/
Quantum computing promises to revolutionize machine learning, offering significant efficiency gains in tasks such as clustering and distance estimation. Additionally, it provides enhanced security through fundamental principles like the measurement postulate and the no-cloning theorem, enabling secure protocols such as quantum teleportation and quantum key distribution. While advancements in secure quantum machine learning are notable, the development of secure and distributed quantum analogues of kernel-based machine learning techniques remains underexplored. In this work, we present a novel approach for securely computing common kernels, including polynomial, radial basis function (RBF), and Laplacian kernels, when data is distributed, using quantum feature maps. Our methodology introduces a robust framework that leverages quantum teleportation to ensure secure and distributed kernel learning. The proposed architecture is validated using IBM's Qiskit Aer Simulator on various public datasets.
[ { "version": "v1", "created": "Fri, 16 Aug 2024 06:31:45 GMT" }, { "version": "v2", "created": "Thu, 24 Oct 2024 12:33:41 GMT" }, { "version": "v3", "created": "Sun, 6 Apr 2025 18:29:28 GMT" } ]
2025-04-24T00:00:00
[ [ "Swaminathan", "Arjhun", "" ], [ "Akgün", "Mete", "" ] ]
2408.11178
Zheng Bian
Zheng Bian, Jeroen S.W. Lamb, Tiago Pereira
Mean-field and fluctuations for hub dynamics in heterogeneous random networks
41 pages, 7 figures
null
null
null
math.DS math-ph math.MP math.PR
http://creativecommons.org/licenses/by/4.0/
In a class of heterogeneous random networks, where each node dynamics is a random dynamical system, interacting with neighbor nodes via a random coupling function, we characterize the hub behavior as the mean-field, subject to statistically controlled fluctuations. In particular, we prove that the fluctuations are small over exponentially long time scales and obtain Berry-Esseen estimates for the fluctuation statistics at any fixed time. Our results provide a mathematical explanation for several numerical observations, including the scaling relation between system size and frequency of large fluctuations, as well as system size induced desynchronization. To our best knowledge, these are the first characterizations of mean-field fluctuations on networks with a degree distribution that follows a power-law, a common feature for many realistic systems.
[ { "version": "v1", "created": "Tue, 20 Aug 2024 20:20:01 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 23:17:41 GMT" } ]
2025-04-24T00:00:00
[ [ "Bian", "Zheng", "" ], [ "Lamb", "Jeroen S. W.", "" ], [ "Pereira", "Tiago", "" ] ]
2408.11193
Luther Yap
Luther Yap
Inference with Many Weak Instruments and Heterogeneity
null
null
null
null
econ.EM
http://creativecommons.org/licenses/by/4.0/
This paper considers inference in a linear instrumental variable regression model with many potentially weak instruments, in the presence of heterogeneous treatment effects. I first show that existing test procedures, including those that are robust to either weak instruments or heterogeneous treatment effects, can be arbitrarily oversized. I propose a novel and valid test based on a score statistic and a ``leave-three-out" variance estimator. In the presence of heterogeneity and within the class of tests that are functions of the leave-one-out analog of a maximal invariant, this test is asymptotically the uniformly most powerful unbiased test. In two applications to judge and quarter-of-birth instruments, the proposed inference procedure also yields a bounded confidence set while some existing methods yield unbounded or empty confidence sets.
[ { "version": "v1", "created": "Tue, 20 Aug 2024 20:59:38 GMT" }, { "version": "v2", "created": "Thu, 26 Sep 2024 14:48:53 GMT" }, { "version": "v3", "created": "Wed, 23 Apr 2025 15:10:34 GMT" } ]
2025-04-24T00:00:00
[ [ "Yap", "Luther", "" ] ]
2408.11208
Christopher Hoang
Alex N. Wang, Christopher Hoang, Yuwen Xiong, Yann LeCun, Mengye Ren
PooDLe: Pooled and dense self-supervised learning from naturalistic videos
Project page: https://agenticlearning.ai/poodle/
null
null
null
cs.CV cs.LG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Self-supervised learning has driven significant progress in learning from single-subject, iconic images. However, there are still unanswered questions about the use of minimally-curated, naturalistic video data, which contain dense scenes with many independent objects, imbalanced class distributions, and varying object sizes. In this paper, we propose PooDLe, a self-supervised learning method that combines an invariance-based objective on pooled representations with a dense SSL objective that enforces equivariance to optical flow warping. Our results show that a unified objective applied at multiple feature scales is essential for learning effective image representations from naturalistic videos. We validate our method with experiments on the BDD100K driving video dataset and the Walking Tours first-person video dataset, demonstrating its ability to capture spatial understanding from a dense objective and semantic understanding via a pooled representation objective.
[ { "version": "v1", "created": "Tue, 20 Aug 2024 21:40:48 GMT" }, { "version": "v2", "created": "Sat, 19 Apr 2025 08:34:00 GMT" }, { "version": "v3", "created": "Wed, 23 Apr 2025 07:57:34 GMT" } ]
2025-04-24T00:00:00
[ [ "Wang", "Alex N.", "" ], [ "Hoang", "Christopher", "" ], [ "Xiong", "Yuwen", "" ], [ "LeCun", "Yann", "" ], [ "Ren", "Mengye", "" ] ]
2408.11266
Georgios Detorakis
Georgios Is. Detorakis
Practical Aspects on Solving Differential Equations Using Deep Learning: A Primer
32 pages, 12 figures, primer (tutorial)
null
null
null
cs.LG cs.NA math.NA
http://creativecommons.org/licenses/by-sa/4.0/
Deep learning has become a popular tool across many scientific fields, including the study of differential equations, particularly partial differential equations. This work introduces the basic principles of deep learning and the Deep Galerkin method, which uses deep neural networks to solve differential equations. This primer aims to provide technical and practical insights into the Deep Galerkin method and its implementation. We demonstrate how to solve the one-dimensional heat equation step-by-step. We also show how to apply the Deep Galerkin method to solve systems of ordinary differential equations and integral equations, such as the Fredholm of the second kind. Additionally, we provide code snippets within the text and the complete source code on Github. The examples are designed so that one can run them on a simple computer without needing a GPU.
[ { "version": "v1", "created": "Wed, 21 Aug 2024 01:34:20 GMT" }, { "version": "v2", "created": "Tue, 17 Sep 2024 19:25:51 GMT" }, { "version": "v3", "created": "Tue, 22 Apr 2025 21:53:05 GMT" } ]
2025-04-24T00:00:00
[ [ "Detorakis", "Georgios Is.", "" ] ]
2408.11501
Tom de Jong
Tom de Jong
Formalizing equivalences without tears
v4: To appear in the TYPES 2024 post-proceedings
null
null
null
cs.LO
http://creativecommons.org/licenses/by/4.0/
This expository note describes two convenient techniques in the context of homotopy type theory for proving and formalizing that a given map is an equivalence. The first technique decomposes the map as a series of basic equivalences, while the second refines this approach using the 3-for-2 property of equivalences. The techniques are illustrated by proving a basic result in synthetic homotopy theory.
[ { "version": "v1", "created": "Wed, 21 Aug 2024 10:18:52 GMT" }, { "version": "v2", "created": "Thu, 22 Aug 2024 15:23:08 GMT" }, { "version": "v3", "created": "Thu, 17 Oct 2024 11:51:26 GMT" }, { "version": "v4", "created": "Wed, 23 Apr 2025 08:26:41 GMT" } ]
2025-04-24T00:00:00
[ [ "de Jong", "Tom", "" ] ]
2408.11737
Shenglong Xu
Shenglong Xu
Dynamics of operator size distribution in q-local quantum Brownian SYK and spin models
31 pages, 7 figures
J. Phys. A: Math. Theor. 58 045301 (2025)
10.1088/1751-8121/ada7ac
null
quant-ph cond-mat.stat-mech hep-th
http://creativecommons.org/licenses/by/4.0/
We study operator dynamics in Brownian quantum many-body models with $q$-local interactions. The operator dynamics are characterized by the time-dependent size distribution, for which we derive an exact master equation in both the Brownian Majorana Sachdev-Ye-Kitaev (SYK) model and the spin model for general $q$. This equation can be solved numerically for large systems. Additionally, we obtain the analytical size distribution in the large $N$ limit for arbitrary initial conditions and $q$. The distributions for both models take the same form, related to the $\chi$-squared distribution by a change of variable, and strongly depend on the initial condition. For small initial sizes, the operator dynamics are characterized by a broad distribution that narrows as the initial size increases. When the initial operator size is below $q-2$ for the Majorana model or $q-1$ for the spin model, the distribution diverges in the small size limit at all times. The mean size of all operators, which can be directly measured by the out-of-time ordered correlator, grows exponentially during the early time. In the late time regime, the mean size for a single Majorana or Pauli operator for all $q$ decays exponentially as $t e^{-t}$, much slower than all other operators, which decay as $e^{-t}$. At finite $N$, the size distribution exhibits modulo-dependent branching within a symmetry sector for the $q \geq 8$ Majorana model and the $q \geq 4$ spin model. Our results reveal universal features of operator dynamics in $q$-local quantum many-body systems.
[ { "version": "v1", "created": "Wed, 21 Aug 2024 16:00:36 GMT" } ]
2025-04-24T00:00:00
[ [ "Xu", "Shenglong", "" ] ]
2408.12986
Niklas Risse
Niklas Risse, Jing Liu, Marcel B\"ohme
Top Score on the Wrong Exam: On Benchmarking in Machine Learning for Vulnerability Detection
Accepted at the 34th ACM SIGSOFT International Symposium on Software Testing and Analysis (ISSTA 2025)
null
null
null
cs.CR cs.LG
http://creativecommons.org/licenses/by/4.0/
According to our survey of machine learning for vulnerability detection (ML4VD), 9 in every 10 papers published in the past five years define ML4VD as a function-level binary classification problem: Given a function, does it contain a security flaw? From our experience as security researchers, faced with deciding whether a given function makes the program vulnerable to attacks, we would often first want to understand the context in which this function is called. In this paper, we study how often this decision can really be made without further context and study both vulnerable and non-vulnerable functions in the most popular ML4VD datasets. We call a function "vulnerable" if it was involved in a patch of an actual security flaw and confirmed to cause the program's vulnerability. It is "non-vulnerable" otherwise. We find that in almost all cases this decision cannot be made without further context. Vulnerable functions are often vulnerable only because a corresponding vulnerability-inducing calling context exists while non-vulnerable functions would often be vulnerable if a corresponding context existed. But why do ML4VD techniques achieve high scores even though there is demonstrably not enough information in these samples? Spurious correlations: We find that high scores can be achieved even when only word counts are available. This shows that these datasets can be exploited to achieve high scores without actually detecting any security vulnerabilities. We conclude that the prevailing problem statement of ML4VD is ill-defined and call into question the internal validity of this growing body of work. Constructively, we call for more effective benchmarking methodologies to evaluate the true capabilities of ML4VD, propose alternative problem statements, and examine broader implications for the evaluation of machine learning and programming analysis research.
[ { "version": "v1", "created": "Fri, 23 Aug 2024 11:08:49 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 12:13:01 GMT" } ]
2025-04-24T00:00:00
[ [ "Risse", "Niklas", "" ], [ "Liu", "Jing", "" ], [ "Böhme", "Marcel", "" ] ]
2408.15135
Enderalp Yakaboylu
Enderalp Yakaboylu
On the Existence of the Hilbert-P\'olya Hamiltonian
4 pages and 1 figure, the manuscript is revised after every significant comment received, ensuring continuous improvement
null
null
null
math-ph math.MP quant-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We present a construction of a self-adjoint Hamiltonian whose eigenvalues are of the form $i(1/2~-~\rho_s)$, where $\rho_s$ denote the \textit{simple} nontrivial zeros of the Riemann zeta function. Consequently, all such zeros lie on the critical line, marking a significant step toward a proof of the Riemann Hypothesis. Moreover, our results suggest that all nontrivial Riemann zeros are simple.
[ { "version": "v1", "created": "Tue, 27 Aug 2024 15:16:00 GMT" }, { "version": "v2", "created": "Wed, 4 Sep 2024 07:17:20 GMT" }, { "version": "v3", "created": "Sat, 21 Sep 2024 09:30:49 GMT" }, { "version": "v4", "created": "Mon, 21 Oct 2024 15:46:34 GMT" }, { "version": "v5", "created": "Sun, 1 Dec 2024 14:07:38 GMT" }, { "version": "v6", "created": "Mon, 13 Jan 2025 09:47:40 GMT" }, { "version": "v7", "created": "Thu, 20 Feb 2025 17:53:49 GMT" }, { "version": "v8", "created": "Tue, 11 Mar 2025 12:02:08 GMT" }, { "version": "v9", "created": "Wed, 23 Apr 2025 17:30:36 GMT" } ]
2025-04-24T00:00:00
[ [ "Yakaboylu", "Enderalp", "" ] ]
2408.16902
William Craig
Walter Bridges, William Craig, Amanda Folsom, Larry Rolen
Zeros of Hook Polynomials and Related Questions
null
SIGMA 21 (2025), 026, 14 pages
10.3842/SIGMA.2025.026
null
math.CO math.NT
http://creativecommons.org/licenses/by-sa/4.0/
We study the zero set of polynomials built from partition statistics, complementing earlier work in this direction by Boyer, Goh, Parry, and others. In particular, addressing a question of Males with two of the authors, we prove asymptotics for the values of $t$-hook polynomials away from an annulus and isolated zeros of a theta function. We also discuss some open problems and present data on other polynomial families, including those associated to deformations of Rogers-Ramanujan functions.
[ { "version": "v1", "created": "Thu, 29 Aug 2024 20:59:43 GMT" }, { "version": "v2", "created": "Mon, 27 Jan 2025 20:44:32 GMT" }, { "version": "v3", "created": "Thu, 27 Feb 2025 16:47:40 GMT" }, { "version": "v4", "created": "Wed, 23 Apr 2025 05:53:39 GMT" } ]
2025-04-24T00:00:00
[ [ "Bridges", "Walter", "" ], [ "Craig", "William", "" ], [ "Folsom", "Amanda", "" ], [ "Rolen", "Larry", "" ] ]
2408.16974
Zhenyu Xiao
Zhenyu Xiao, Tomi Ohtsuki, and Kohei Kawabata
Universal Stochastic Equations of Monitored Quantum Dynamics
null
Phys. Rev. Lett. 134, 140401 (2025)
10.1103/PhysRevLett.134.140401
null
cond-mat.stat-mech cond-mat.mes-hall quant-ph
http://creativecommons.org/licenses/by/4.0/
We investigate the monitored quantum dynamics of Gaussian mixed states and derive the universal Fokker-Planck equations that govern the stochastic time evolution of entire density-matrix spectra, obtaining their exact solutions. From these equations, we reveal an even-odd effect in purification dynamics: whereas entropy exhibits exponential decay for an even number $N$ of complex fermions, algebraic decay with divergent purification time occurs for odd $N$ as a manifestation of dynamical criticality. Additionally, we identify the universal fluctuations of entropy in the chaotic regime, serving as a non-unitary counterpart of the universal conductance fluctuations in mesoscopic electronic transport phenomena. Furthermore, we elucidate and classify the universality classes of non-unitary quantum dynamics based on fundamental symmetry. We also validate the universality of these analytical results through extensive numerical simulations across different types of models.
[ { "version": "v1", "created": "Fri, 30 Aug 2024 02:24:54 GMT" }, { "version": "v2", "created": "Fri, 14 Feb 2025 06:47:50 GMT" }, { "version": "v3", "created": "Wed, 23 Apr 2025 07:32:44 GMT" } ]
2025-04-24T00:00:00
[ [ "Xiao", "Zhenyu", "" ], [ "Ohtsuki", "Tomi", "" ], [ "Kawabata", "Kohei", "" ] ]
2409.01120
Patricia Alonso-\'Alvarez
Patricia Alonso-Alvarez and Nees Jan van Eck
Coverage and metadata completeness and accuracy of African research publications in OpenAlex: A comparative analysis
null
null
null
null
cs.DL
http://creativecommons.org/licenses/by/4.0/
Unlike traditional proprietary data sources such as Scopus and the Web of Science (WoS), OpenAlex emphasizes its comprehensiveness. This study analyzes OpenAlex coverage and metadata completeness and accuracy of African research publications. To achieve this, OpenAlex is compared with Scopus, WoS, and African Journals Online (AJOL). First, we examine the coverage of African research publications in OpenAlex relative to Scopus, WoS, and AJOL. Then, we assess and compare the availability and accuracy of metadata in OpenAlex, Scopus, and WoS. The findings indicate that OpenAlex offers the most extensive publication coverage. In terms of metadata, OpenAlex provides high coverage for publication and author information, though its coverage of affiliations, references, and funder information is comparatively lower. Metadata accuracy is similarly high for publication and author fields, while affiliation, reference, and funding information show higher rates of missing or incomplete data. Notably, the results demonstrate that both metadata availability and accuracy in OpenAlex improve significantly for publications also indexed in Scopus and WoS. These findings suggest that OpenAlex has the potential to replace proprietary data sources for certain types of analyses. However, for some metadata fields, there remains a trade-off between extensiveness and accuracy.
[ { "version": "v1", "created": "Mon, 2 Sep 2024 09:56:55 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 07:29:28 GMT" } ]
2025-04-24T00:00:00
[ [ "Alonso-Alvarez", "Patricia", "" ], [ "van Eck", "Nees Jan", "" ] ]
2409.01169
Chaeyun Lee
Chaeyun Lee, Kyungsik Kim, Myung-Ki Cheoun, Eunja Ha, Tatsushi Shima, Toshitaka Kajino
KDAR neutrino scattering for $^{12}$C target via charged current and muon angular distribution
19 pages, 6 figures
null
null
null
nucl-th
http://creativecommons.org/licenses/by/4.0/
We calculate muon-neutrino ($\nu_{\mu}$) scattering off $^{12}$C via charged current (CC) by exploiting the 236 MeV ${\nu_{\mu}}$ from the kaon-decay-at-rest (KDAR). In this energy region, since both inelastic scattering below the quasielastic (QE) region and the QE scattering contribute simultaneously, we combine the inelastic scattering obtained by the QRPA and the QE scattering obtained by distorted wave born approximation (DWBA) based on the relativistic mean field (RMF) theory. We compare the results to the data from MiniBooNE. Further, since the KDR $\nu_{\mu}$ CC scattering may have angle dependence of outgoing muon, we investigate the differential angular dependent cross section in the ${\nu_{\mu}}$-$^{12}$C scattering and compare to the results by $\nu_e$-$^{12}$C scattering. These results could be useful for the calibration of the forthcoming KDAR neutrino cross section experiments.
[ { "version": "v1", "created": "Mon, 2 Sep 2024 10:57:12 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 10:12:59 GMT" } ]
2025-04-24T00:00:00
[ [ "Lee", "Chaeyun", "" ], [ "Kim", "Kyungsik", "" ], [ "Cheoun", "Myung-Ki", "" ], [ "Ha", "Eunja", "" ], [ "Shima", "Tatsushi", "" ], [ "Kajino", "Toshitaka", "" ] ]
2409.01680
Karamjeet Singh
G\'abor Dam\'asdi, Bal\'azs Keszegh, D\"om\"ot\"or P\'alv\"olgyi, Karamjeet Singh
The complexity of recognizing $ABAB$-free hypergraphs
10 pages
null
null
null
math.CO
http://creativecommons.org/licenses/by/4.0/
The study of geometric hypergraphs gave rise to the notion of $ABAB$-free hypergraphs. A hypergraph $\mathcal{H}$ is called $ABAB$-free if there is an ordering of its vertices such that there are no hyperedges $A,B$ and vertices $v_1,v_2,v_3,v_4$ in this order satisfying $v_1,v_3\in A\setminus B$ and $v_2,v_4\in B\setminus A$. In this paper, we prove that it is NP-complete to decide if a hypergraph is $ABAB$-free. We show a number of analogous results for hypergraphs with similar forbidden patterns, such as $ABABA$-free hypergraphs. As an application, we show that deciding whether a hypergraph is realizable as the incidence hypergraph of points and pseudodisks is also NP-complete.
[ { "version": "v1", "created": "Tue, 3 Sep 2024 07:45:03 GMT" }, { "version": "v2", "created": "Fri, 28 Mar 2025 04:40:00 GMT" }, { "version": "v3", "created": "Wed, 23 Apr 2025 14:01:54 GMT" } ]
2025-04-24T00:00:00
[ [ "Damásdi", "Gábor", "" ], [ "Keszegh", "Balázs", "" ], [ "Pálvölgyi", "Dömötör", "" ], [ "Singh", "Karamjeet", "" ] ]