id
string | submitter
string | authors
string | title
string | comments
string | journal-ref
string | doi
string | report-no
string | categories
string | license
string | abstract
string | versions
list | update_date
timestamp[s] | authors_parsed
sequence |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2402.09606 | Satoshi Yoshida | Satoshi Yoshida, Shiro Tamiya, Hayata Yamasaki | Concatenate codes, save qubits | 9+22 pages, 5+18 figures. The source codes for the simulation of the
underlying codes (except for the surface code) and the quantum Hamming codes
are available at https://github.com/sy3104/concatenated_code_threshold | null | null | null | quant-ph | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The essential requirement for fault-tolerant quantum computation (FTQC) is
the total protocol design to achieve a fair balance of all the critical factors
relevant to its practical realization, such as the space overhead, the
threshold, and the modularity. A major obstacle in realizing FTQC with
conventional protocols, such as those based on the surface code and the
concatenated Steane code, has been the space overhead, i.e., the required
number of physical qubits per logical qubit. Protocols based on high-rate
quantum low-density parity-check (LDPC) codes gather considerable attention as
a way to reduce the space overhead, but problematically, the existing
fault-tolerant protocols for such quantum LDPC codes sacrifice the other
factors. Here we construct a new fault-tolerant protocol to meet these
requirements simultaneously based on more recent progress on the techniques for
concatenated codes rather than quantum LDPC codes, achieving a constant space
overhead, a high threshold, and flexibility in modular architecture designs. In
particular, under a physical error rate of $0.1\%$, our protocol reduces the
space overhead to achieve the logical CNOT error rates $10^{-10}$ and
$10^{-24}$ by more than $90 \%$ and $96 \%$, respectively, compared to the
protocol for the surface code. Furthermore, our protocol achieves the threshold
of $2.5 \%$ under a conventional circuit-level error model, substantially
outperforming that of the surface code. The use of concatenated codes also
naturally introduces abstraction layers essential for the modularity of FTQC
architectures. These results indicate that the code-concatenation approach
opens a way to significantly save qubits in realizing FTQC while fulfilling the
other essential requirements for the practical protocol design.
| [
{
"version": "v1",
"created": "Wed, 14 Feb 2024 22:27:48 GMT"
},
{
"version": "v2",
"created": "Mon, 5 May 2025 22:36:07 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Yoshida",
"Satoshi",
""
],
[
"Tamiya",
"Shiro",
""
],
[
"Yamasaki",
"Hayata",
""
]
] |
2402.09780 | Alberto Marchisio | Eugenio Ressa and Alberto Marchisio and Maurizio Martina and Guido
Masera and Muhammad Shafique | TinyCL: An Efficient Hardware Architecture for Continual Learning on
Autonomous Systems | Accepted at the 2025 International Joint Conference on Neural
Networks (IJCNN), Rome, Italy, July 2025 | null | null | null | cs.LG | http://creativecommons.org/licenses/by/4.0/ | The Continuous Learning (CL) paradigm consists of continuously evolving the
parameters of the Deep Neural Network (DNN) model to progressively learn to
perform new tasks without reducing the performance on previous tasks, i.e.,
avoiding the so-called catastrophic forgetting. However, the DNN parameter
update in CL-based autonomous systems is extremely resource-hungry. The
existing DNN accelerators cannot be directly employed in CL because they only
support the execution of the forward propagation. Only a few prior
architectures execute the backpropagation and weight update, but they lack the
control and management for CL. Towards this, we design a hardware architecture,
TinyCL, to perform CL on resource-constrained autonomous systems. It consists
of a processing unit that executes both forward and backward propagation, and a
control unit that manages memory-based CL workload. To minimize the memory
accesses, the sliding window of the convolutional layer moves in a snake-like
fashion. Moreover, the Multiply-and-Accumulate units can be reconfigured at
runtime to execute different operations. As per our knowledge, our proposed
TinyCL represents the first hardware accelerator that executes CL on autonomous
systems. We synthesize the complete TinyCL architecture in a 65 nm CMOS
technology node with the conventional ASIC design flow. It executes 1 epoch of
training on a Conv + ReLU + Dense model on the CIFAR10 dataset in 1.76 s, while
1 training epoch of the same model using an Nvidia Tesla P100 GPU takes 103 s,
thus achieving a 58x speedup, consuming 86 mW in a 4.74 mm2 die.
| [
{
"version": "v1",
"created": "Thu, 15 Feb 2024 08:09:17 GMT"
},
{
"version": "v2",
"created": "Mon, 5 Aug 2024 07:56:33 GMT"
},
{
"version": "v3",
"created": "Wed, 12 Feb 2025 09:25:25 GMT"
},
{
"version": "v4",
"created": "Tue, 6 May 2025 09:46:23 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Ressa",
"Eugenio",
""
],
[
"Marchisio",
"Alberto",
""
],
[
"Martina",
"Maurizio",
""
],
[
"Masera",
"Guido",
""
],
[
"Shafique",
"Muhammad",
""
]
] |
2402.11722 | Da Long | Da Long and Zhitong Xu and Qiwei Yuan and Yin Yang and Shandian Zhe | Invertible Fourier Neural Operators for Tackling Both Forward and
Inverse Problems | null | null | null | null | cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Fourier Neural Operator (FNO) is a powerful and popular operator learning
method. However, FNO is mainly used in forward prediction, yet a great many
applications rely on solving inverse problems. In this paper, we propose an
invertible Fourier Neural Operator (iFNO) for jointly tackling the forward and
inverse problems. We developed a series of invertible Fourier blocks in the
latent channel space to share the model parameters, exchange the information,
and mutually regularize the learning for the bi-directional tasks. We
integrated a variational auto-encoder to capture the intrinsic structures
within the input space and to enable posterior inference so as to mitigate
challenges of illposedness, data shortage, noises that are common in inverse
problems. We proposed a three-step process to combine the invertible blocks and
the VAE component for effective training. The evaluations on seven benchmark
forward and inverse tasks have demonstrated the advantages of our approach.
| [
{
"version": "v1",
"created": "Sun, 18 Feb 2024 22:16:43 GMT"
},
{
"version": "v2",
"created": "Mon, 5 May 2025 21:32:19 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Long",
"Da",
""
],
[
"Xu",
"Zhitong",
""
],
[
"Yuan",
"Qiwei",
""
],
[
"Yang",
"Yin",
""
],
[
"Zhe",
"Shandian",
""
]
] |
2402.12578 | Wolfgang Wieland | Wolfgang Wieland | Evidence for Planck Luminosity Bound in Quantum Gravity | 8 pages, 1 figure | Class. Quantum Grav. 42 (2025) 06LT01 | 10.1088/1361-6382/adb536 | null | gr-qc hep-th | http://creativecommons.org/licenses/by/4.0/ | Recently, we introduced a non-perturbative quantization of impulsive
gravitational null initial data. In this note, we investigate an immediate
physical implication of the model. One of the quantum numbers is the total
luminosity carried to infinity. We show that a transition happens when the
luminosity reaches the Planck power $\mathcal{L}_{\mathrm{P}}$. Below
$\mathcal{L}_{\mathrm{P}}$, the spectrum of the radiated power is discrete.
Above the Planck power, the spectrum is continuous and contains caustics that
can spoil the semi-classical interpretation of the resulting quantum states of
geometry.
| [
{
"version": "v1",
"created": "Mon, 19 Feb 2024 22:07:31 GMT"
},
{
"version": "v2",
"created": "Mon, 5 May 2025 22:08:51 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Wieland",
"Wolfgang",
""
]
] |
2402.12831 | Ioannis Papadopoulos | Ioannis P. A. Papadopoulos and Sheehan Olver | A sparse hierarchical $hp$-finite element method on disks and annuli | null | null | null | null | math.NA cs.NA | http://creativecommons.org/licenses/by/4.0/ | We develop a sparse hierarchical $hp$-finite element method ($hp$-FEM) for
the Helmholtz equation with variable coefficients posed on a two-dimensional
disk or annulus. The mesh is an inner disk cell (omitted if on an annulus
domain) and concentric annuli cells. The discretization preserves the Fourier
mode decoupling of rotationally invariant operators, such as the Laplacian,
which manifests as block diagonal mass and stiffness matrices. Moreover, the
matrices have a sparsity pattern independent of the order of the discretization
and admit an optimal complexity factorization. The sparse $hp$-FEM can handle
radial discontinuities in the right-hand side and in rotationally invariant
Helmholtz coefficients. Rotationally anisotropic coefficients that are
approximated by low-degree polynomials in Cartesian coordinates also result in
sparse linear systems. We consider examples such as a high-frequency Helmholtz
equation with radial discontinuities and rotationally anisotropic coefficients,
singular source terms, the time-dependent Schr\"odinger equation, and an
extension to a three-dimensional cylinder domain, with a quasi-optimal solve,
via the Alternating Direction Implicit (ADI) algorithm.
| [
{
"version": "v1",
"created": "Tue, 20 Feb 2024 08:58:10 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 13:19:19 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Papadopoulos",
"Ioannis P. A.",
""
],
[
"Olver",
"Sheehan",
""
]
] |
2402.14516 | Songbo Ling | Songbo Ling and Xin L\"u | Upper bounds on the genus of hyperelliptic Albanese fibrations | Comments are welcome To appear in Forum of Mathematics Sigma | Forum of Mathematics, Sigma 13 (2025) e84 | 10.1017/fms.2025.43 | null | math.AG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Let $S$ be a minimal irregular surface of general type, whose Albanese map
induces a hyperelliptic fibration $f:\,S \to B$ of genus $g$.We prove a
quadratic upper bound on the genus $g$, i.e., $g\leq
h\big(\chi(\mathcal{O}_S)\big)$, where $h$ is a quadratic function. We also
construct examples showing that the quadratic upper bounds can not be improved
to the linear ones. In the special case when $p_g(S)=q(S)=1$, we show that
$g\leq 14$.
| [
{
"version": "v1",
"created": "Thu, 22 Feb 2024 13:06:36 GMT"
},
{
"version": "v2",
"created": "Sun, 21 Jul 2024 07:49:02 GMT"
},
{
"version": "v3",
"created": "Fri, 11 Apr 2025 07:37:39 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Ling",
"Songbo",
""
],
[
"Lü",
"Xin",
""
]
] |
2402.17967 | Koshi Oishi | Koshi Oishi, Yota Hashizume, Tomohiko Jimbo, Hirotaka Kaji, and Kenji
Kashima | Imitation-regularized Optimal Transport on Networks: Provable Robustness
and Application to Logistics Planning | Accepted for publication in: IEEE Control Systems Letters, vol. 8,
pp. 3470-3475, 2024, doi: 10.1109/LCSYS.2025.3546804 | IEEE Control Systems Letters, vol. 8, pp. 3470-3475, 2024 | 10.1109/LCSYS.2025.3546804 | null | cs.LG cs.SY eess.SY | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Transport systems on networks are crucial in various applications, but face a
significant risk of being adversely affected by unforeseen circumstances such
as disasters. The application of entropy-regularized optimal transport (OT) on
graph structures has been investigated to enhance the robustness of transport
on such networks. In this study, we propose an imitation-regularized OT (I-OT)
that mathematically incorporates prior knowledge into the robustness of OT.
This method is expected to enhance interpretability by integrating human
insights into robustness and to accelerate practical applications. Furthermore,
we mathematically verify the robustness of I-OT and discuss how these
robustness properties relate to real-world applications. The effectiveness of
this method is validated through a logistics simulation using automotive parts
data.
| [
{
"version": "v1",
"created": "Wed, 28 Feb 2024 01:19:42 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 02:51:16 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Oishi",
"Koshi",
""
],
[
"Hashizume",
"Yota",
""
],
[
"Jimbo",
"Tomohiko",
""
],
[
"Kaji",
"Hirotaka",
""
],
[
"Kashima",
"Kenji",
""
]
] |
2402.19323 | S\'ebastian de Bone | Yves van Montfort, S\'ebastian de Bone, and David Elkouss | Fault-tolerant structures for measurement-based quantum computation on a
network | 21 pages, 17 figures | Quantum 9, 1723 (2025) | 10.22331/q-2025-05-05-1723 | null | quant-ph | http://creativecommons.org/licenses/by/4.0/ | In this work, we introduce a method to construct fault-tolerant
measurement-based quantum computation (MBQC) architectures and numerically
estimate their performance over various types of networks. A possible
application of such a paradigm is distributed quantum computation, where
separate computing nodes work together on a fault-tolerant computation through
entanglement. We gauge error thresholds of the architectures with an efficient
stabilizer simulator to investigate the resilience against both circuit-level
and network noise. We show that, for both monolithic (i.e., non-distributed)
and distributed implementations, an architecture based on the diamond lattice
may outperform the conventional cubic lattice. Moreover, the high erasure
thresholds of non-cubic lattices may be exploited further in a distributed
context, as their performance may be boosted through entanglement distillation
by trading in entanglement success rates against erasure errors during the
error-decoding process. These results highlight the significance of lattice
geometry in the design of fault-tolerant measurement-based quantum computing on
a network, emphasizing the potential for constructing robust and scalable
distributed quantum computers.
| [
{
"version": "v1",
"created": "Thu, 29 Feb 2024 16:28:24 GMT"
},
{
"version": "v2",
"created": "Thu, 17 Apr 2025 15:31:06 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"van Montfort",
"Yves",
""
],
[
"de Bone",
"Sébastian",
""
],
[
"Elkouss",
"David",
""
]
] |
2403.01725 | Yan Zhou Zhu | Cai Heng Li and Yan Zhou Zhu | The finite groups with three automorphism orbits | 22 pages | null | null | null | math.GR | http://creativecommons.org/licenses/by-nc-nd/4.0/ | A complete classification is given of finite groups whose elements are
partitioned into three orbits by the automorphism groups, solving the
long-standing classification problem initiated by G. Higman in 1963. As a
consequence, a classification is obtained for finite permutation groups of rank
$3$ which are holomorphs of groups.
| [
{
"version": "v1",
"created": "Mon, 4 Mar 2024 04:34:14 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 16:40:05 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Li",
"Cai Heng",
""
],
[
"Zhu",
"Yan Zhou",
""
]
] |
2403.06005 | Jaemin Kim | Jaemin Kim, Keon Ho Kim, Nikolaos Bouklas | Multiphysics Modeling of Surface Diffusion Coupled with Large
Deformation in 3D Solids | Major revisions and change in author list | null | null | null | cond-mat.soft physics.comp-ph | http://creativecommons.org/licenses/by/4.0/ | We present a comprehensive theoretical and computational model that explores
the behavior of a thin hydrated film bonded to a non-hydrated / impermeable
soft substrate in the context of surface and bulk elasticity coupled with
surface diffusion kinetics. This type of coupling can manifests as an integral
aspect in diverse engineering processes encountered in optical interference
coatings, tissue engineering, soft electronics, and can prove important in
design process for the next generation of sensors and actuators, especially as
the focus is shifted to systems in smaller lengthscales. The intricate
interplay between solvent diffusion and deformation of the film is governed by
surface poroelasticity, and the viscoelastic deformation of the substrate.
While existing methodologies offer tools for studying coupled poroelasticity
involving solvent diffusion and network deformation, there exists a gap in
understanding how coupled poroelastic processes occurring in a film attached to
the boundary of a highly deformable solid can influence its response. In this
study, we introduce a non-equilibrium thermodynamics formulation encompassing
the multiphysical processes of surface poroelasticity and bulk viscoelasticity,
complemented by a corresponding finite element implementation. Our approach
captures the complex dynamics between the finite deformation of the substrate
and solvent diffusion on the surface. This work contributes valuable insights,
particularly in scenarios where the coupling of surface diffusion kinetics and
substrate elasticity is an important design factor.
| [
{
"version": "v1",
"created": "Sat, 9 Mar 2024 20:54:25 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 00:26:19 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Kim",
"Jaemin",
""
],
[
"Kim",
"Keon Ho",
""
],
[
"Bouklas",
"Nikolaos",
""
]
] |
2403.06691 | Alexandru Popa Dr. | Tobias M\"omke, Alexandru Popa, Aida Roshany-Tabrizi, Michael Ruderer,
Roland Vincze | Approximating Maximum Edge 2-Coloring by Normalizing Graphs | 24 pages, 6 figures, preliminary version published at WAOA 2023 | Discrete Mathematics & Theoretical Computer Science, vol. 27:2,
Discrete Algorithms (May 1, 2025) dmtcs:13212 | 10.46298/dmtcs.13212 10.46298/dmtcs.13212 10.46298/dmtcs.13212 | null | cs.DM cs.DS | http://creativecommons.org/licenses/by/4.0/ | In a simple, undirected graph G, an edge 2-coloring is a coloring of the
edges such that no vertex is incident to edges with more than 2 distinct
colors. The problem maximum edge 2-coloring (ME2C) is to find an edge
2-coloring in a graph G with the goal to maximize the number of colors. For a
relevant graph class, ME2C models anti-Ramsey numbers and it was considered in
network applications. For the problem a 2-approximation algorithm is known, and
if the input graph has a perfect matching, the same algorithm has been shown to
have a performance guarantee of 5/3. It is known that ME2C is APX-hard and that
it is UG-hard to obtain an approximation ratio better than 1.5. We show that if
the input graph has a perfect matching, there is a polynomial time
1.625-approximation and if the graph is claw-free or if the maximum degree of
the input graph is at most three (i.e., the graph is subcubic), there is a
polynomial time 1.5-approximation algorithm for ME2C
| [
{
"version": "v1",
"created": "Mon, 11 Mar 2024 13:05:22 GMT"
},
{
"version": "v2",
"created": "Wed, 2 Oct 2024 09:30:39 GMT"
},
{
"version": "v3",
"created": "Wed, 5 Mar 2025 08:24:54 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Mömke",
"Tobias",
""
],
[
"Popa",
"Alexandru",
""
],
[
"Roshany-Tabrizi",
"Aida",
""
],
[
"Ruderer",
"Michael",
""
],
[
"Vincze",
"Roland",
""
]
] |
2403.07351 | Ma-Cheng Yang | Ma-Cheng Yang and Cong-Feng Qiao | An Effective Way to Determine the Separability of Quantum State | 16 pages, 3 figures | Quantum 9, 1734 (2025) | 10.22331/q-2025-05-06-1734 | null | quant-ph | http://creativecommons.org/licenses/by-nc-sa/4.0/ | We propose in this work a practical approach to address the longstanding and
challenging problem of quantum separability, leveraging the correlation
matrices of generic observables. General separability conditions are obtained
by dint of constructing the measurement-induced Bloch space, which in essence
come from the intrinsic constraints in the space of quantum state. The novel
approach can not only reproduce various established entanglement criteria, it
may as well brings about some new results, possessing obvious advantages for
certain bound entangled states and the high dimensional Werner states.
Moreover, it is found that criteria obtained in our approach can be directly
transformed into entanglement witness operators.
| [
{
"version": "v1",
"created": "Tue, 12 Mar 2024 06:17:19 GMT"
},
{
"version": "v2",
"created": "Fri, 2 May 2025 15:09:26 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Yang",
"Ma-Cheng",
""
],
[
"Qiao",
"Cong-Feng",
""
]
] |
2403.08256 | MinSoo Kim | Minsoo Kim, Gi Pyo Nam, Haksub Kim, Haesol Park, and Ig-Jae Kim | IG-FIQA: Improving Face Image Quality Assessment through Intra-class
Variance Guidance robust to Inaccurate Pseudo-Labels | null | IEEE Access, vol. 13, pp. 73987-73998, 2025 | 10.1109/ACCESS.2025.3562654 | null | cs.CV | http://creativecommons.org/licenses/by/4.0/ | In the realm of face image quality assesment (FIQA), method based on sample
relative classification have shown impressive performance. However, the quality
scores used as pseudo-labels assigned from images of classes with low
intra-class variance could be unrelated to the actual quality in this method.
To address this issue, we present IG-FIQA, a novel approach to guide FIQA
training, introducing a weight parameter to alleviate the adverse impact of
these classes. This method involves estimating sample intra-class variance at
each iteration during training, ensuring minimal computational overhead and
straightforward implementation. Furthermore, this paper proposes an on-the-fly
data augmentation methodology for improved generalization performance in FIQA.
On various benchmark datasets, our proposed method, IG-FIQA, achieved novel
state-of-the-art (SOTA) performance.
| [
{
"version": "v1",
"created": "Wed, 13 Mar 2024 05:15:43 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Kim",
"Minsoo",
""
],
[
"Nam",
"Gi Pyo",
""
],
[
"Kim",
"Haksub",
""
],
[
"Park",
"Haesol",
""
],
[
"Kim",
"Ig-Jae",
""
]
] |
2403.08598 | Simon Jeger | Simon L. Jeger, Valentin W\"uest, Charbel Toumieh, Dario Floreano | Adaptive morphing of wing and tail for stable, resilient, and
energy-efficient flight of avian-informed drones | 22 pages, 9 figures | npj Robotics, 2(1), 8 (2024) | 10.1038/s44182-024-00015-y | null | cs.RO | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Avian-informed drones feature morphing wing and tail surfaces, enhancing
agility and adaptability in flight. Despite their large potential, realising
their full capabilities remains challenging due to the lack of generalized
control strategies accommodating their large degrees of freedom and
cross-coupling effects between their control surfaces. Here we propose a new
body-rate controller for avian-informed drones that uses all available
actuators to control the motion of the drone. The method exhibits robustness
against physical perturbations, turbulent airflow, and even loss of certain
actuators mid-flight. Furthermore, wing and tail morphing is leveraged to
enhance energy efficiency at 8m/s, 10m/s and 12m/s using in-flight Bayesian
optimization. The resulting morphing configurations yield significant gains
across all three speeds of up to 11.5% compared to non-morphing configurations
and display a strong resemblance to avian flight at different speeds. This
research lays the groundwork for the development of autonomous avian-informed
drones that operate under diverse wind conditions, emphasizing the role of
morphing in improving energy efficiency.
| [
{
"version": "v1",
"created": "Wed, 13 Mar 2024 15:03:50 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Jeger",
"Simon L.",
""
],
[
"Wüest",
"Valentin",
""
],
[
"Toumieh",
"Charbel",
""
],
[
"Floreano",
"Dario",
""
]
] |
2403.08702 | Xiangyu Li | Xiang-Yu Li, Hailong Wang, TC Chakraborty, Armin Sorooshian, Luke D.
Ziemba, Christiane Voigt, Kenneth Lee Thornhill | On the Stochasticity of Aerosol-Cloud Interactions within a Data-driven
Framework | null | e2024GL110757 | 10.1029/2024GL110757 | null | physics.ao-ph | http://creativecommons.org/licenses/by/4.0/ | Aerosol-cloud interactions (ACI) pose the largest uncertainty for climate
projections. Among many challenges of understanding ACI, the question of
whether ACI is deterministic or stochastic has not been explicitly formulated
and asked. Here we attempt to answer this question by predicting cloud droplet
number concentration Nc from aerosol number concentration Na and ambient
conditions. We use aerosol properties, vertical velocity fluctuation w', and
meteorological states (temperature T and water vapor mixing ratio q_v) from the
ACTIVATE field observations (2020 to 2022) as predictor variables to estimate
Nc. We show that the climatological Nc can be successfully predicted using a
machine learning model despite the strongly nonlinear and multi-scale nature of
ACI. However, the observation-trained machine learning model fails to predict
Nc in individual cases while it successfully predicts Nc of randomly selected
data points that cover a broad spatiotemporal scale, suggesting the stochastic
nature of ACI at fine spatiotemporal scales.
| [
{
"version": "v1",
"created": "Wed, 13 Mar 2024 17:06:52 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Li",
"Xiang-Yu",
""
],
[
"Wang",
"Hailong",
""
],
[
"Chakraborty",
"TC",
""
],
[
"Sorooshian",
"Armin",
""
],
[
"Ziemba",
"Luke D.",
""
],
[
"Voigt",
"Christiane",
""
],
[
"Thornhill",
"Kenneth Lee",
""
]
] |
2403.08868 | Tom O'Leary | Tom O'Leary, Lewis W. Anderson, Dieter Jaksch, Martin Kiffner | Partitioned Quantum Subspace Expansion | 14+15 pages, 12 figures, journal version | Quantum 9, 1726 (2025) | 10.22331/q-2025-05-05-1726 | LA-UR-24-21571 | quant-ph physics.comp-ph | http://creativecommons.org/licenses/by/4.0/ | We present an iterative generalisation of the quantum subspace expansion
algorithm used with a Krylov basis. The iterative construction connects a
sequence of subspaces via their lowest energy states. Diagonalising a
Hamiltonian in a given Krylov subspace requires the same quantum resources in
both the single step and sequential cases. We propose a variance-based
criterion for determining a good iterative sequence and provide numerical
evidence that these good sequences display improved numerical stability over a
single step in the presence of finite sampling noise. Implementing the
generalisation requires additional classical processing with a polynomial
overhead in the subspace dimension. By exchanging quantum circuit depth for
additional measurements the quantum subspace expansion algorithm appears to be
an approach suited to near term or early error-corrected quantum hardware. Our
work suggests that the numerical instability limiting the accuracy of this
approach can be substantially alleviated in a parameter-free way.
| [
{
"version": "v1",
"created": "Wed, 13 Mar 2024 18:00:04 GMT"
},
{
"version": "v2",
"created": "Mon, 18 Mar 2024 04:58:15 GMT"
},
{
"version": "v3",
"created": "Wed, 23 Apr 2025 21:30:58 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"O'Leary",
"Tom",
""
],
[
"Anderson",
"Lewis W.",
""
],
[
"Jaksch",
"Dieter",
""
],
[
"Kiffner",
"Martin",
""
]
] |
2403.09098 | Po-Shen Hsin | Po-Shen Hsin, David T. Stephen, Arpit Dua, Dominic J. Williamson | Subsystem Symmetry Fractionalization and Foliated Field Theory | 39 + 9 pages, 15 figures | SciPost Phys. 18, 147 (2025) | 10.21468/SciPostPhys.18.5.147 | null | cond-mat.str-el hep-th quant-ph | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Topological quantum matter exhibits a range of exotic phenomena when enriched
by subdimensional symmetries. This includes new features beyond those that
appear in the conventional setting of global symmetry enrichment. A recently
discovered example is a type of subsystem symmetry fractionalization that
occurs through a different mechanism to global symmetry fractionalization. In
this work we extend the study of subsystem symmetry fractionalization through
new examples derived from the general principle of embedding subsystem symmetry
into higher-form symmetry. This leads to new types of symmetry
fractionalization that are described by foliation dependent higher-form
symmetries. This leads to field theories and lattice models that support
previously unseen anomalous subsystem symmetry fractionalization. Our work
expands the range of exotic topological physics that is enabled by subsystem
symmetry in field theory and on the lattice.
| [
{
"version": "v1",
"created": "Thu, 14 Mar 2024 04:44:11 GMT"
},
{
"version": "v2",
"created": "Fri, 28 Mar 2025 14:39:01 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Hsin",
"Po-Shen",
""
],
[
"Stephen",
"David T.",
""
],
[
"Dua",
"Arpit",
""
],
[
"Williamson",
"Dominic J.",
""
]
] |
2403.11596 | Swann Marx | Swann Marx (LS2N - \'equipe CODEx) | Coercive ISS-Lyapunov functionals for regular infinite-dimensional
systems and applications | null | null | null | null | math.AP | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | This paper proposes the construction of a coercive ISS-Lyapunov functional
for linear regular infinite-dimensional system. Indeed, as already known,
Lyapunov functionals for infinite-dimensional systems might be not coercive.
Under the assumption that there exists an exactly observable output, we are
able to make coercive a Lyapunov functional which is not coercive under
additional regularity assumption. We discuss also about the potential
applications of such a Lyapunov functional in singular perturbation theory and
output regulation. The results are illustrated on a non-trivial equation,
namely, the Korteweg-de Vries equation.
| [
{
"version": "v1",
"created": "Mon, 18 Mar 2024 09:17:04 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 09:40:50 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Marx",
"Swann",
"",
"LS2N - équipe CODEx"
]
] |
2403.12336 | Abdon Moutinho Neto | Abdon Moutinho | Collision of two solitons for $1d$ Nonlinear Schrodinger Equation with
the same mass | 63 pages. Revisited version. Accepted for publication by Transaction
of the AMS | null | 10.1090/tran/9468 | null | math.AP math-ph math.CA math.MP | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We study the global dynamics of the collision of two solitons having the same
mass for one-dimensional Nonlinear Schr\"odinger models with multi-power
nonlinearity. For any natural number k, it is verified that if the incoming
speed v between the two solitary waves is small enough, then, after the
collision, the two solitons will move away with an outcoming speed
v_{f}=v+O(v^{k}) and the remainder of the solution will also have energy and
weighted norms of order O(v^{k}). This is applied to the one-dimensional models
with polynomial odd nonlinearity having a stable soliton such as the cubic NLS
and the cubic-quintic NLS.
| [
{
"version": "v1",
"created": "Tue, 19 Mar 2024 00:52:49 GMT"
},
{
"version": "v2",
"created": "Thu, 18 Apr 2024 22:15:47 GMT"
},
{
"version": "v3",
"created": "Sat, 6 Jul 2024 16:00:51 GMT"
},
{
"version": "v4",
"created": "Tue, 6 May 2025 02:19:36 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Moutinho",
"Abdon",
""
]
] |
2403.12431 | Vibhas Vats | Vibhas K Vats, David J Crandall | Geometric Constraints in Deep Learning Frameworks: A Survey | A preprint | ACM Computing Surveys, 2025 | 10.1145/3729221 | null | cs.CV cs.AI | http://creativecommons.org/licenses/by-nc-sa/4.0/ | Stereophotogrammetry is an emerging technique of scene understanding. Its
origins go back to at least the 1800s when people first started to investigate
using photographs to measure the physical properties of the world. Since then,
thousands of approaches have been explored. The classic geometric techniques of
Shape from Stereo is built on using geometry to define constraints on scene and
camera geometry and then solving the non-linear systems of equations. More
recent work has taken an entirely different approach, using end-to-end deep
learning without any attempt to explicitly model the geometry. In this survey,
we explore the overlap for geometric-based and deep learning-based frameworks.
We compare and contrast geometry enforcing constraints integrated into a deep
learning framework for depth estimation or other closely related problems. We
present a new taxonomy for prevalent geometry enforcing constraints used in
modern deep learning frameworks. We also present insightful observations and
potential future research directions.
| [
{
"version": "v1",
"created": "Tue, 19 Mar 2024 04:41:09 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Vats",
"Vibhas K",
""
],
[
"Crandall",
"David J",
""
]
] |
2403.13367 | Nanda Kishor Panda | Nanda Kishor Panda, Simon H. Tindemans | Quantifying the Aggregate Flexibility of Electric Vehicle Charging
Stations for Market-based Congestion Management Services | 15 Pages,12 figures, 2 tables | null | null | null | eess.SY cs.SY | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Electric vehicles (EVs) play a crucial role in the transition towards
sustainable modes of transportation and thus are critical to the energy
transition. As their number grows, managing the aggregate power of EV charging
is crucial to maintain grid stability and mitigate congestion. This study
analyses more than 500 thousand real charging transactions in the Netherlands
to explore the challenge and opportunity for the energy system presented by EV
growth and smart charging flexibility. Specifically, it analyses the collective
ability to provide congestion management services according to the
specifications of those services in the Netherlands. In this study, a
data-driven model of charging behaviour is created to explore the implications
of delivering dependable congestion management services at various aggregation
levels and types of service. The probabilistic ability to offer different
flexibility products, namely, redispatch and capacity limitation, for
congestion management, is assessed for different categories of charging
stations (CS) and dispatch strategies. These probabilities can help EV
aggregators, such as charging point operators, make informed decisions about
offering congestion mitigation products per relevant regulations and
distribution system operators to assess their potential. Further, it is shown
how machine learning models can be incorporated to predict the day-ahead
consumption, followed by operationally predicting redispatch flexibility. The
findings demonstrate that the timing of EV arrivals, departures, and
connections plays a crucial role in determining the feasibility of product
offerings, and dependable services can generally be delivered using a
sufficiently large number of CSs.
| [
{
"version": "v1",
"created": "Wed, 20 Mar 2024 07:53:41 GMT"
},
{
"version": "v2",
"created": "Thu, 19 Sep 2024 09:24:33 GMT"
},
{
"version": "v3",
"created": "Tue, 6 May 2025 11:46:51 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Panda",
"Nanda Kishor",
""
],
[
"Tindemans",
"Simon H.",
""
]
] |
2403.13382 | Tristan Vaccon | Moulay A. Barkatou (XLIM-MATHIS, XLIM), Lucas Legrand (XLIM-MATHIS,
XLIM), Tristan Vaccon (XLIM, XLIM-MATHIS) | Gr{\"o}bner bases over polytopal affinoid algebras | Extended version | null | null | null | cs.SC math.AC math.NT | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Polyhedral affinoid algebras have been introduced by Einsiedler, Kapranov and
Lind to connect rigid analytic geometry (analytic geometry over non-archimedean
fields) and tropical geometry. In this article, we present a theory of
Gr{\"o}bner bases for polytopal affinoid algebras that extends both Caruso et
al.'s theory of Gr{\"o}bner bases on Tate algebras and Pauer et al.'s theory of
Gr{\"o}bner bases on Laurent polynomials. We provide effective algorithms to
compute Gr{\"o}bner bases for both ideals of Laurent polynomials and ideals in
polytopal affinoid algebras. Experiments with a Sagemath implementation are
provided.
| [
{
"version": "v1",
"created": "Wed, 20 Mar 2024 08:24:35 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 09:42:06 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Barkatou",
"Moulay A.",
"",
"XLIM-MATHIS, XLIM"
],
[
"Legrand",
"Lucas",
"",
"XLIM-MATHIS,\n XLIM"
],
[
"Vaccon",
"Tristan",
"",
"XLIM, XLIM-MATHIS"
]
] |
2403.13748 | Charles Margossian | Charles C. Margossian, Loucas Pillaud-Vivien and Lawrence K. Saul | Variational Inference for Uncertainty Quantification: an Analysis of
Trade-offs | null | null | null | null | stat.ML cs.LG stat.CO | http://creativecommons.org/licenses/by/4.0/ | Given an intractable distribution $p$, the problem of variational inference
(VI) is to find the best approximation from some more tractable family $Q$.
Commonly, one chooses $Q$ to be a family of factorized distributions (i.e., the
mean-field assumption), even though~$p$ itself does not factorize. We show that
this mismatch leads to an impossibility theorem: if $p$ does not factorize,
then any factorized approximation $q\in Q$ can correctly estimate at most one
of the following three measures of uncertainty: (i) the marginal variances,
(ii) the marginal precisions, or (iii) the generalized variance (which can be
related to the entropy). In practice, the best variational approximation in $Q$
is found by minimizing some divergence $D(q,p)$ between distributions, and so
we ask: how does the choice of divergence determine which measure of
uncertainty, if any, is correctly estimated by VI? We consider the classic
Kullback-Leibler divergences, the more general $\alpha$-divergences, and a
score-based divergence which compares $\nabla \log p$ and $\nabla \log q$. We
provide a thorough theoretical analysis in the setting where $p$ is a Gaussian
and $q$ is a (factorized) Gaussian. We show that all the considered divergences
can be \textit{ordered} based on the estimates of uncertainty they yield as
objective functions for~VI. Finally, we empirically evaluate the validity of
this ordering when the target distribution $p$ is not Gaussian.
| [
{
"version": "v1",
"created": "Wed, 20 Mar 2024 16:56:08 GMT"
},
{
"version": "v2",
"created": "Fri, 7 Jun 2024 14:43:56 GMT"
},
{
"version": "v3",
"created": "Tue, 6 May 2025 09:09:19 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Margossian",
"Charles C.",
""
],
[
"Pillaud-Vivien",
"Loucas",
""
],
[
"Saul",
"Lawrence K.",
""
]
] |
2403.16137 | Ziwen Zhao | Ziwen Zhao, Yixin Su, Yuhua Li, Yixiong Zou, Ruixuan Li, Rui Zhang | A Survey on Self-Supervised Graph Foundation Models: Knowledge-Based
Perspective | Accepted by TKDE; full version (27 pages, 9 figures) | null | null | null | cs.LG cs.SI | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Graph self-supervised learning (SSL) is now a go-to method for pre-training
graph foundation models (GFMs). There is a wide variety of knowledge patterns
embedded in the graph data, such as node properties and clusters, which are
crucial to learning generalized representations for GFMs. However, existing
surveys of GFMs have several shortcomings: they lack comprehensiveness
regarding the most recent progress, have unclear categorization of
self-supervised methods, and take a limited architecture-based perspective that
is restricted to only certain types of graph models. As the ultimate goal of
GFMs is to learn generalized graph knowledge, we provide a comprehensive survey
of self-supervised GFMs from a novel knowledge-based perspective. We propose a
knowledge-based taxonomy, which categorizes self-supervised graph models by the
specific graph knowledge utilized. Our taxonomy consists of microscopic (nodes,
links, etc.), mesoscopic (context, clusters, etc.), and macroscopic knowledge
(global structure, manifolds, etc.). It covers a total of 9 knowledge
categories and more than 25 pretext tasks for pre-training GFMs, as well as
various downstream task generalization strategies. Such a knowledge-based
taxonomy allows us to re-examine graph models based on new architectures more
clearly, such as graph language models, as well as provide more in-depth
insights for constructing GFMs.
| [
{
"version": "v1",
"created": "Sun, 24 Mar 2024 13:10:09 GMT"
},
{
"version": "v2",
"created": "Wed, 31 Jul 2024 16:16:12 GMT"
},
{
"version": "v3",
"created": "Tue, 6 May 2025 16:02:31 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Zhao",
"Ziwen",
""
],
[
"Su",
"Yixin",
""
],
[
"Li",
"Yuhua",
""
],
[
"Zou",
"Yixiong",
""
],
[
"Li",
"Ruixuan",
""
],
[
"Zhang",
"Rui",
""
]
] |
2403.18850 | Jonito Aerts Arguelles | Jonito Aerts Argu\"elles | Are Colors Quanta of Light for Human Vision? A Quantum Cognition Study
of Visual Perception | 22 pages, 4 figures. arXiv admin note: text overlap with
arXiv:2208.03726 | null | null | null | q-bio.NC cs.AI quant-ph | http://creativecommons.org/licenses/by/4.0/ | We show that colors are light quanta for human visual perception in a similar
way as photons are light quanta for physical measurements of light waves. Our
result relies on the identification in the quantum measurement process itself
of the warping mechanism which is characteristic of human perception. This
warping mechanism makes stimuli classified into the same category perceived as
more similar, while stimuli classified into different m categories are
perceived as more different. In the quantum measurement process, the warping
takes place between the pure states, which play the role played for human
perception by the stimuli, and the density states after decoherence, which play
the role played for human perception by the percepts. We use the natural metric
for pure states, namely the normalized Fubini Study metric to measure distances
between pure states, and the natural metric for density states, namely the
normalized trace-class metric, to measure distances between density states. We
then show that when pure states lie within a well-defined region surrounding an
eigenstate, the quantum measurement, namely the process of decoherence,
contracts the distance between these pure states, while the reverse happens for
pure states lying in a well-defined region between two eigenstates, for which
the quantum measurement causes a dilation. We elaborate as an example the
situation of a two-dimensional quantum measurement described by the Bloch model
and apply it to the situation of two colors 'Light' and 'Dark'. We argue that
this analogy of warping, on the one hand in human perception and on the other
hand in the quantum measurement process, makes colors to be quanta of light for
human vision.
| [
{
"version": "v1",
"created": "Thu, 14 Mar 2024 21:10:07 GMT"
},
{
"version": "v2",
"created": "Mon, 5 May 2025 18:35:00 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Arguëlles",
"Jonito Aerts",
""
]
] |
2403.19309 | Yuqi Liu | Yuqi Liu, Jose E. Roman, Meiyue Shao | Improving performance of contour integral-based nonlinear eigensolvers
with infinite GMRES | null | SIAM J. Sci. Comput. 47 (2025) B595-B617 | 10.1137/24M1650375 | null | math.NA cs.NA | http://creativecommons.org/licenses/by-nc-sa/4.0/ | In this work, the infinite GMRES algorithm, recently proposed by Correnty et
al., is employed in contour integral-based nonlinear eigensolvers, avoiding the
computation of costly factorizations at each quadrature node to solve the
linear systems efficiently. Several techniques are applied to make the infinite
GMRES memory-friendly, computationally efficient, and numerically stable in
practice. More specifically, we analyze the relationship between polynomial
eigenvalue problems and their scaled linearizations, and provide a novel
weighting strategy which can significantly accelerate the convergence of
infinite GMRES in this particular context. We also adopt the technique of TOAR
to infinite GMRES to reduce the memory footprint. Theoretical analysis and
numerical experiments are provided to illustrate the efficiency of the proposed
algorithm.
| [
{
"version": "v1",
"created": "Thu, 28 Mar 2024 10:51:20 GMT"
},
{
"version": "v2",
"created": "Thu, 3 Oct 2024 06:18:42 GMT"
},
{
"version": "v3",
"created": "Sat, 25 Jan 2025 04:12:23 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Liu",
"Yuqi",
""
],
[
"Roman",
"Jose E.",
""
],
[
"Shao",
"Meiyue",
""
]
] |
2403.19583 | Alexander Izzo | Alexander J. Izzo | A nontrivial uniform algebra Dirichlet on its maximal ideal space | Some remarks on the strategy of the proofs of the main theorems have
been added to the introduction, and some minor changes, such as minor
notational changes, have been made for clarity | null | null | null | math.CV math.FA | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | It is shown that there exists a nontrivial uniform algebra that is Dirichlet
on its maximal ideal space and has a dense set of elements that are
exponentials. This answers a 65-year-old question of John Wermer and a
17-year-old question of Garth Dales and Joel Feinstein. Our example is P(X) for
a certain compact set X in complex Euclidean 2-space ($\mathbb{C}^2$). It is
also shown that there exists a logmodular uniform algebra with proper Shilov
boundary but with no nontrivial Gleason parts. This answers a modification of
another 65-year-old question of Wermer.
| [
{
"version": "v1",
"created": "Thu, 28 Mar 2024 17:05:51 GMT"
},
{
"version": "v2",
"created": "Fri, 3 May 2024 19:47:37 GMT"
},
{
"version": "v3",
"created": "Wed, 18 Dec 2024 23:05:00 GMT"
},
{
"version": "v4",
"created": "Mon, 5 May 2025 21:51:11 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Izzo",
"Alexander J.",
""
]
] |
2404.00507 | Arsalan Ali Malik Mr. | Emre Karabulut, Arsalan Ali Malik, Amro Awad and Aydin Aysu | THEMIS: Time, Heterogeneity, and Energy Minded Scheduling for Fair
Multi-Tenant Use in FPGAs | 12 Pages, 8 Figures, 3 Tables | IEEE Transactions on Computers Early Access May 2025 | 10.1109/TC.2025.3566874 | null | cs.OS cs.DC | http://creativecommons.org/licenses/by/4.0/ | Using correct design metrics and understanding the limitations of the
underlying technology is critical to developing effective scheduling
algorithms. Unfortunately, existing scheduling techniques used \emph{incorrect}
metrics and had \emph{unrealistic} assumptions for fair scheduling of
multi-tenant FPGAs where each tenant is aimed to share approximately the same
number of resources both spatially and temporally.
This paper introduces an enhanced fair scheduling algorithm for multi-tenant
FPGA use, addressing previous metric and assumption issues, with three specific
improvements claimed First, our method ensures spatiotemporal fairness by
considering both spatial and temporal aspects, addressing the limitation of
prior work that assumed uniform task latency. Second, we incorporate energy
considerations into fairness by adjusting scheduling intervals and accounting
for energy overhead, thereby balancing energy efficiency with fairness. Third,
we acknowledge overlooked aspects of FPGA multi-tenancy, including
heterogeneous regions and the constraints on dynamically merging/splitting
partially reconfigurable regions. We develop and evaluate our improved fair
scheduling algorithm with these three enhancements. Inspired by the Greek
goddess of law and personification of justice, we name our fair scheduling
solution THEMIS: \underline{T}ime, \underline{H}eterogeneity, and
\underline{E}nergy \underline{Mi}nded \underline{S}cheduling.
We used the Xilinx Zedboard XC7Z020 to quantify our approach's savings.
Compared to previous algorithms, our improved scheduling algorithm enhances
fairness between 24.2--98.4\% and allows a trade-off between 55.3$\times$ in
energy vs. 69.3$\times$ in fairness. The paper thus informs cloud providers
about future scheduling optimizations for fairness with related challenges and
opportunities.
| [
{
"version": "v1",
"created": "Sun, 31 Mar 2024 00:29:55 GMT"
},
{
"version": "v2",
"created": "Thu, 24 Apr 2025 16:57:26 GMT"
},
{
"version": "v3",
"created": "Tue, 6 May 2025 16:32:38 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Karabulut",
"Emre",
""
],
[
"Malik",
"Arsalan Ali",
""
],
[
"Awad",
"Amro",
""
],
[
"Aysu",
"Aydin",
""
]
] |
2404.02865 | Boje Deforce | Boje Deforce, Meng-Chieh Lee, Bart Baesens, Estefan\'ia Serral
Asensio, Jaemin Yoo, Leman Akoglu | End-To-End Self-Tuning Self-Supervised Time Series Anomaly Detection | Accepted at SDM 2025 | null | 10.1137/1.9781611978520.61 | null | cs.LG | http://creativecommons.org/licenses/by-nc-sa/4.0/ | Time series anomaly detection (TSAD) finds many applications such as
monitoring environmental sensors, industry KPIs, patient biomarkers, etc. A
two-fold challenge for TSAD is a versatile and unsupervised model that can
detect various different types of time series anomalies (spikes,
discontinuities, trend shifts, etc.) without any labeled data. Modern neural
networks have outstanding ability in modeling complex time series.
Self-supervised models in particular tackle unsupervised TSAD by transforming
the input via various augmentations to create pseudo anomalies for training.
However, their performance is sensitive to the choice of augmentation, which is
hard to choose in practice, while there exists no effort in the literature on
data augmentation tuning for TSAD without labels. Our work aims to fill this
gap. We introduce TSAP for TSA "on autoPilot", which can (self-)tune
augmentation hyperparameters end-to-end. It stands on two key components: a
differentiable augmentation architecture and an unsupervised validation loss to
effectively assess the alignment between augmentation type and anomaly type.
Case studies show TSAP's ability to effectively select the (discrete)
augmentation type and associated (continuous) hyperparameters. In turn, it
outperforms established baselines, including SOTA self-supervised models, on
diverse TSAD tasks exhibiting different anomaly types.
| [
{
"version": "v1",
"created": "Wed, 3 Apr 2024 16:57:26 GMT"
},
{
"version": "v2",
"created": "Mon, 2 Dec 2024 21:20:19 GMT"
},
{
"version": "v3",
"created": "Thu, 3 Apr 2025 15:00:13 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Deforce",
"Boje",
""
],
[
"Lee",
"Meng-Chieh",
""
],
[
"Baesens",
"Bart",
""
],
[
"Asensio",
"Estefanía Serral",
""
],
[
"Yoo",
"Jaemin",
""
],
[
"Akoglu",
"Leman",
""
]
] |
2404.03717 | Adam Tropper | Adam Tropper | Supersymmetric Soft Theorems | 15 pages + appendices. v2: new appendix A concerning how the entire
supermultiplet of soft theorems can be written elegantly using the on-shell
superspace formalism, typos fixed | null | null | null | hep-th | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We show that in supersymmetric theories, knowing the soft theorem for a
single particle in a supermultiplet allows one to immediately determine soft
theorems for the remainder of the supermultiplet. While soft theorems in
supersymmetric theories have a rich history, they have only been chronicled for
specific examples due to the fact that they are usually derived with technical
Feynman diagrammatics or amplitudes methods. By contrast, we show that one can
compute soft theorems non-perturbatively for entire supermultiplets in one line
of algebra. This formalism is directly applicable to the most general
supersymmetric theory: one with an arbitrary matter content, number of
supercharges, and spacetime dimension. We give many explicit examples
illustrating the scope and dexterity of this framework.
| [
{
"version": "v1",
"created": "Thu, 4 Apr 2024 18:00:00 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 14:55:18 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Tropper",
"Adam",
""
]
] |
2404.03806 | Pierre Amenoagbadji | Pierre Amenoagbadji, Sonia Fliss, Patrick Joly | Time-harmonic wave propagation in junctions of two periodic half-spaces | 64 pages, 30 figures | Pure Appl. Analysis 7 (2025) 299-357 | 10.2140/paa.2025.7.299 | null | math.AP | http://creativecommons.org/licenses/by/4.0/ | We are interested in the Helmholtz equation in a junction of two periodic
half-spaces. When the overall medium is periodic in the direction of the
interface, Fliss and Joly (2019) proposed a method which consists in applying a
partial Floquet-Bloch transform along the interface, to obtain a family of
waveguide problems parameterized by the Floquet variable. In this paper, we
consider two model configurations where the medium is no longer periodic in the
direction of the interface. Inspired by the works of G\'erard-Varet and
Masmoudi (2011, 2012), and Blanc, Le Bris, and Lions (2015), we use the fact
that the overall medium has a so-called quasiperiodic structure, in the sense
that it is the restriction of a higher dimensional periodic medium.
Accordingly, the Helmholtz equation is lifted onto a higher dimensional problem
with coefficients that are periodic along the interface. This periodicity
property allows us to adapt the tools previously developed for periodic media.
However, the augmented PDE is elliptically degenerate (in the sense of the
principal part of its differential operator) and thus more delicate to analyse.
| [
{
"version": "v1",
"created": "Thu, 4 Apr 2024 21:02:25 GMT"
},
{
"version": "v2",
"created": "Fri, 13 Dec 2024 22:57:26 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Amenoagbadji",
"Pierre",
""
],
[
"Fliss",
"Sonia",
""
],
[
"Joly",
"Patrick",
""
]
] |
2404.05046 | Liqiang Jing | Liqiang Jing and Xinya Du | FGAIF: Aligning Large Vision-Language Models with Fine-grained AI
Feedback | null | null | null | null | cs.CV cs.CL | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Large Vision-Language Models (LVLMs) have demonstrated proficiency in
tackling a variety of visual-language tasks. However, current LVLMs suffer from
misalignment between text and image modalities which causes three kinds of
hallucination problems, i.e., object existence, object attribute, and object
relationship. To tackle this issue, existing methods mainly utilize
Reinforcement Learning (RL) to align modalities in LVLMs. However, they still
suffer from three main limitations: (1) General feedback can not indicate the
hallucination type contained in the response; (2) Sparse rewards only give the
sequence-level reward for the whole response; and (3)Annotation cost is
time-consuming and labor-intensive. To handle these limitations, we propose an
innovative method to align modalities in LVLMs through Fine-Grained Artificial
Intelligence Feedback (FGAIF), which mainly consists of three steps: AI-based
Feedback Collection, Fine-grained Reward Model Training, and Reinforcement
Learning with Fine-grained Reward. Specifically, We first utilize AI tools to
predict the types of hallucination for each segment in the response and obtain
a collection of fine-grained feedback. Then, based on the collected reward
data, three specialized reward models are trained to produce dense rewards.
Finally, a novel fine-grained feedback module is integrated into the Proximal
Policy Optimization (PPO) algorithm. Extensive experiments are conducted on
hallucination and general benchmarks, demonstrating the superior performance of
our proposed method. Notably, compared with previous models trained with the
RL-based aligning method, our proposed method is effective even with fewer
parameters.
| [
{
"version": "v1",
"created": "Sun, 7 Apr 2024 19:00:45 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 15:33:55 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Jing",
"Liqiang",
""
],
[
"Du",
"Xinya",
""
]
] |
2404.05356 | Luis Anchordoqui | Jennifer J. Abreu, Alyxander R. Anchordoqui, Nyamekye J. Fosu, Michael
G. Kwakye, Danijela Kyriakakis, Krystal Reynoso, Luis A. Anchordoqui | Necessary Conditions for Earthly Life Floating in the Venusian
Atmosphere | Matching version accepted for publication in Galaxies | Galaxies 13, no. 3 (2025) 48 | 10.3390/galaxies13030048 | null | astro-ph.EP physics.pop-ph | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Millimeter-waveband spectra of Venus from both the James Clerk Maxwell
Telescope (JCMT) and the Atacama Large Millimeter/submillimeter Array (ALMA)
seem to indicate there may be evidence (signal-to-noise ratio of about
$15\sigma$) of a phosphine absorption-line profile against the thermal
background from deeper, hotter layers of the atmosphere. Phosphine is an
important biomarker; e.g., the trace of phosphine in the Earth's atmosphere is
unequivocally associated with anthropogenic activity and microbial life (which
produces this highly reducing gas even in an overall oxidizing environment).
Motivated by the JCMT and ALMA tantalizing observations we reexamine whether
Venus could accommodate Earthly life. More concretely, we hypothesize that the
microorganisms populating the venusian atmosphere are not free floating but
confined to the liquid environment inside cloud aerosols or droplets. Armed
with this hypothesis, we generalize a study of airborne germ transmission to
constrain the maximum size of droplets that could be floating in the venusian
atmosphere by demanding that their Stokes fallout times to reach moderately
high temperatures are pronouncedly larger than the microbe's replication time.
We also comment on the effect of cosmic ray showers on the evolution of aerial
microbial life.
| [
{
"version": "v1",
"created": "Mon, 8 Apr 2024 09:47:29 GMT"
},
{
"version": "v2",
"created": "Mon, 14 Apr 2025 13:44:36 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Abreu",
"Jennifer J.",
""
],
[
"Anchordoqui",
"Alyxander R.",
""
],
[
"Fosu",
"Nyamekye J.",
""
],
[
"Kwakye",
"Michael G.",
""
],
[
"Kyriakakis",
"Danijela",
""
],
[
"Reynoso",
"Krystal",
""
],
[
"Anchordoqui",
"Luis A.",
""
]
] |
2404.09635 | Prateek Anand | Prateek Anand and Samriddhi Sankar Ray | Pair statistics of oblate spheroids settling in a turbulent flow | null | J. Fluid Mech. 1009 (2025) A69 | 10.1017/jfm.2025.256 | null | physics.flu-dyn | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We perform direct numerical simulations of sub-Kolmogorov, inertial spheroids
settling under gravity in homogeneous, isotropic turbulence and find that
small-scale clustering, measured via the correlation dimension, depends
sensitively on their aspect ratios. In particular, such particles are shown to
cluster more as their anisotropy increases. Further, the approach rate for
pairs of spheroids are calculated and found to deviate significantly from the
spherical-particle limit. Our study, spanning a range of Stokes numbers and
aspect ratios, provides critical inputs for developing collision models to
understand the dynamics of sedimenting, anisotropic particles in general and
ice crystals in clouds in particular.
| [
{
"version": "v1",
"created": "Mon, 15 Apr 2024 10:10:24 GMT"
},
{
"version": "v2",
"created": "Wed, 9 Apr 2025 09:15:27 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Anand",
"Prateek",
""
],
[
"Ray",
"Samriddhi Sankar",
""
]
] |
2404.09723 | Johann Ostmeyer | Johann Ostmeyer, Pavel Buividovich | Minimal Autocorrelation in Hybrid Monte Carlo simulations using Exact
Fourier Acceleration | 15 + 8 pages, 4 + 1 figures, 3 algorithms; v2: removed gauge fixing;
v3: minor revision, published | null | 10.1016/j.cpc.2025.109624 | null | hep-lat cond-mat.str-el physics.comp-ph | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The hybrid Monte Carlo (HMC) algorithm is a ubiquitous method in
computational physics with applications ranging from condensed matter to
lattice QCD and beyond. However, HMC simulations often suffer from long
autocorrelation times, severely reducing their efficiency. In this work two of
the main sources of autocorrelations are identified and eliminated. The first
source is the sampling of the canonical momenta from a sub-optimal normal
distribution, the second is a badly chosen trajectory length. Analytic
solutions to both problems are presented and implemented in the exact Fourier
acceleration (EFA) method. It completely removes autocorrelations for
near-harmonic potentials and consistently yields (close-to-) optimal results
for numerical simulations of the Su-Schrieffer-Heeger and the Ising models as
well as in lattice gauge theory, in some cases reducing the autocorrelation by
multiple orders of magnitude. EFA is advantageous for and easily applicable to
any HMC simulation of an action that includes a quadratic part.
| [
{
"version": "v1",
"created": "Mon, 15 Apr 2024 12:26:37 GMT"
},
{
"version": "v2",
"created": "Mon, 13 Jan 2025 16:16:13 GMT"
},
{
"version": "v3",
"created": "Tue, 6 May 2025 17:18:35 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Ostmeyer",
"Johann",
""
],
[
"Buividovich",
"Pavel",
""
]
] |
2404.09855 | Benjamin Sacepe | Thibault Charpentier, David Perconte, S\'ebastien L\'eger, Kazi
Rafsanjani Amin, Florent Blondelle, Fr\'ed\'eric Gay, Olivier Buisson, Lev
Ioffe, Anton Khvalyuk, Igor Poboiko, Mikhail Feigel'man, Nicolas Roch,
Benjamin Sac\'ep\'e | First-order quantum breakdown of superconductivity in amorphous
superconductors | Updated text | Nature Physics 21, 104-109 (2025) | 10.1038/s41567-024-02713-8 | null | cond-mat.mes-hall cond-mat.supr-con | http://creativecommons.org/licenses/by/4.0/ | Continuous quantum phase transitions are widely assumed and frequently
observed in various systems of quantum particles or spins. Their characteristic
trait involves scaling laws governing a second-order, gradual suppression of
the order parameter as the quantum critical point is approached. The
localization of Cooper pairs in disordered superconductors and the resulting
breakdown of superconductivity have long stood as a prototypical example. Here,
we show a departure from this paradigm, showcasing that amorphous
superconducting films of indium oxide undergo a distinctive, discontinuous
first-order quantum phase transition tuned by disorder. Through systematic
measurements of the plasmon spectrum in superconducting microwave resonators,
we provide evidence for a marked jump of both the zero-temperature superfluid
stiffness and the transition temperature at the critical disorder. This
discontinuous transition sheds light on the previously overlooked role of
repulsive interactions between Cooper pairs and the subsequent competition
between superconductivity and insulating Cooper-pair glass. Furthermore, our
investigation shows that the critical temperature of the films no longer
relates to the pairing amplitude but aligns with the superfluid stiffness,
consistent with the pseudogap regime of preformed Cooper pairs. Our findings
raise fundamental new questions into the role of disorder in quantum phase
transitions and carry implications for superinductances in quantum circuits.
| [
{
"version": "v1",
"created": "Mon, 15 Apr 2024 15:11:53 GMT"
},
{
"version": "v2",
"created": "Mon, 27 May 2024 13:27:13 GMT"
},
{
"version": "v3",
"created": "Fri, 6 Sep 2024 13:32:32 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Charpentier",
"Thibault",
""
],
[
"Perconte",
"David",
""
],
[
"Léger",
"Sébastien",
""
],
[
"Amin",
"Kazi Rafsanjani",
""
],
[
"Blondelle",
"Florent",
""
],
[
"Gay",
"Frédéric",
""
],
[
"Buisson",
"Olivier",
""
],
[
"Ioffe",
"Lev",
""
],
[
"Khvalyuk",
"Anton",
""
],
[
"Poboiko",
"Igor",
""
],
[
"Feigel'man",
"Mikhail",
""
],
[
"Roch",
"Nicolas",
""
],
[
"Sacépé",
"Benjamin",
""
]
] |
2404.11950 | Jiucai Wang | Jiucai Wang, Wen Sun, Hao-Xin Wang, Zhaoyu Han, Steven A. Kivelson,
Hong Yao | Pair density waves in the strong-coupling two-dimensional
Holstein-Hubbard model: A variational Monte Carlo study | 4.5 pages, 4 figures, 2 tables | null | null | null | cond-mat.str-el cond-mat.supr-con | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | A robust theory of the mechanism of pair density wave (PDW) superconductivity
(i.e. where Cooper pairs have nonzero center of mass momentum) remains elusive.
Here we explore the triangular lattice $t$-$J$-$V$ model, a low-energy
effective theory derived from the strong-coupling limit of the Holstein-Hubbard
model, by large-scale variational Monte Carlo simulations. When the electron
density is sufficiently low, the favored ground state is an s-wave PDW,
consistent with results obtained from previous studies in this limit.
Additionally, a PDW ground state with nematic d-wave pairing emerges in the
intermediate range of electron densities and phonon frequencies. For these
s-wave and d-wave PDWs arising in states with spontaneous breaking of
time-reversal and inversion symmetries, PDW formation derives from
valley-polarization and intra-pocket pairing.
| [
{
"version": "v1",
"created": "Thu, 18 Apr 2024 07:10:20 GMT"
},
{
"version": "v2",
"created": "Sun, 4 May 2025 01:47:11 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Wang",
"Jiucai",
""
],
[
"Sun",
"Wen",
""
],
[
"Wang",
"Hao-Xin",
""
],
[
"Han",
"Zhaoyu",
""
],
[
"Kivelson",
"Steven A.",
""
],
[
"Yao",
"Hong",
""
]
] |
2404.12300 | Laurie Williams | Laurie Williams (North Carolina State University), Sammy Migues
(Imbricate Security), Jamie Boote (Synopsys), Ben Hutchison (Synopsys) | Proactive Software Supply Chain Risk Management Framework (P-SSCRM) | 17 pages, 3 figures, 2 tables, will not be submitted to a conference | null | null | null | cs.CR | http://creativecommons.org/licenses/by-sa/4.0/ | The Proactive Software Supply Chain Risk Management Framework (P SSCRM)
described in this document is designed to help you understand and plan a secure
software supply chain risk management initiative. P SSCRM was created through a
process of understanding and analyzing real world data from nine industry
leading software supply chain risk management initiatives as well as through
the analysis and unification of ten government and industry documents,
frameworks, and standards. Although individual methodologies and standards
differ, many initiatives and standards share common ground. P SSCRM describes
this common ground and presents a model for understanding, quantifying, and
developing a secure software supply chain risk management program and
determining where your organization's existing efforts stand when contrasted
with other real world software supply chain risk management initiatives.
| [
{
"version": "v1",
"created": "Thu, 18 Apr 2024 16:24:26 GMT"
},
{
"version": "v2",
"created": "Mon, 5 May 2025 17:41:32 GMT"
},
{
"version": "v3",
"created": "Tue, 6 May 2025 15:59:26 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Williams",
"Laurie",
"",
"North Carolina State University"
],
[
"Migues",
"Sammy",
"",
"Imbricate Security"
],
[
"Boote",
"Jamie",
"",
"Synopsys"
],
[
"Hutchison",
"Ben",
"",
"Synopsys"
]
] |
2404.12985 | Matthias Rakotomalala | Matthias Rakotomalala | A practical global existence and uniqueness result for stochastic
differential equations on Riemannian manifolds of bounded geometry | null | null | null | null | math.PR | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In this paper, we establish a result for existence and uniqueness of
stochastic differential equations on Riemannian manifolds, for regular
inhomogeneous tensor coefficients with stochastic drift, under geometrical
hypothesis on the manifold, so-called manifolds of bounded geometry.
Furthermore, we provide stochastic flow estimates for the solutions.
| [
{
"version": "v1",
"created": "Fri, 19 Apr 2024 16:34:38 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 09:44:56 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Rakotomalala",
"Matthias",
""
]
] |
2404.13975 | Matthias Rakotomalala | Charles Bertucci, Matthias Rakotomalala | Strategic geometric graphs through mean field games | null | null | null | null | math.AP math.PR | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We exploit the structure of geometric graphs on Riemannian manifolds to
analyze strategic dynamic graphs at the limit, when the number of nodes tends
to infinity. This framework allows to preserve intrinsic geometrical
information about the limiting graph structure, such as the Ollivier curvature.
After introducing the setting, we derive a mean field game system, which models
a strategic equilibrium between the nodes. It has the usual structure with the
distinction of being set on a manifold. Finally, we establish existence and
uniqueness of solutions to the system when the Hamiltonian is quadratic for a
class of non-necessarily compact Riemannian manifolds, referred to as manifolds
of bounded geometry.
| [
{
"version": "v1",
"created": "Mon, 22 Apr 2024 08:34:26 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 11:10:47 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Bertucci",
"Charles",
""
],
[
"Rakotomalala",
"Matthias",
""
]
] |
2404.14094 | Naoya Hatano | Naoya Hatano and Masahiro Ikeda | Smoothing estimate for the heat semigroup with a homogeneous weight on
Morrey spaces | null | null | null | null | math.AP math.FA | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We study the smoothing estimate for the heat semigroup which is related to
the nonlinear term of the Hardy-H\'enon parabolic equation on Morrey spaces.
This result is improvement of \cite[Proposition 3.3]{Tayachi20}, which is
proved by using weak Lebesgue and Lorentz spaces.
| [
{
"version": "v1",
"created": "Mon, 22 Apr 2024 11:27:20 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 09:47:14 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Hatano",
"Naoya",
""
],
[
"Ikeda",
"Masahiro",
""
]
] |
2404.14261 | Lloren\c{c} Escol\`a-Farr\`as | Rene Allerstorfer, Lloren\c{c} Escol\`a-Farr\`as, Arpan Akash Ray,
Boris Skoric, Florian Speelman | Continuous-variable Quantum Position Verification secure against
entangled attackers | null | null | 10.1103/PhysRevA.110.062605 | null | quant-ph | http://creativecommons.org/licenses/by/4.0/ | Motivated by the fact that coherent states may offer practical advantages it
was recently shown that a continuous-variable (CV) quantum position
verification (QPV) protocol using coherent states could be securely implemented
if and only if attackers do not pre-share any entanglement. In the
discrete-variable (DV) analogue of that protocol it was shown that modifying
how the classical input information is sent from the verifiers to the prover
leads to a favourable scaling in the resource requirements for a quantum
attack. In this work, we show that similar conclusions can be drawn for CV-QPV.
By adding extra classical information of size $n$ to a CV-QPV protocol, we show
that the protocol, which uses a coherent state and classical information,
remains secure, even if the quantum information travels arbitrarily slow,
against attackers who pre-share CV (entangled) states with a linear (in $n$)
cutoff at the photon number. We show that the protocol remains secure for
certain attenuation and excess noise.
| [
{
"version": "v1",
"created": "Mon, 22 Apr 2024 15:09:36 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Allerstorfer",
"Rene",
""
],
[
"Escolà-Farràs",
"Llorenç",
""
],
[
"Ray",
"Arpan Akash",
""
],
[
"Skoric",
"Boris",
""
],
[
"Speelman",
"Florian",
""
]
] |
2404.15412 | Yannik Schuler | Yannik Schuler | The log-open correspondence for two-component Looijenga pairs | 27 pages. Typos fixed. Accepted version | null | null | null | math.AG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | A two-component Looijenga pair is a rational smooth projective surface with
an anticanonical divisor consisting of two transversally intersecting curves.
We establish an all-genus correspondence between the logarithmic Gromov-Witten
theory of a two-component Looijenga pair and open Gromov-Witten theory of a
toric Calabi-Yau threefold geometrically engineered from the surface geometry.
This settles a conjecture of Bousseau, Brini and van Garrel in the case of two
boundary components. We also explain how the correspondence implies BPS
integrality for the logarithmic invariants and provides a new means for
computing them via the topological vertex method.
| [
{
"version": "v1",
"created": "Tue, 23 Apr 2024 18:04:01 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 12:52:23 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Schuler",
"Yannik",
""
]
] |
2404.17174 | Nathan Sun | Constantin-Daniel Nicolae, Sara Sameer, Nathan Sun, Karena Yan | Optimizing Cycle Life Prediction of Lithium-ion Batteries via a
Physics-Informed Model | null | Transactions on Machine Learning Research (TMLR), 2025 | null | null | cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Accurately measuring the cycle lifetime of commercial lithium-ion batteries
is crucial for performance and technology development. We introduce a novel
hybrid approach combining a physics-based equation with a self-attention model
to predict the cycle lifetimes of commercial lithium iron phosphate graphite
cells via early-cycle data. After fitting capacity loss curves to this
physics-based equation, we then use a self-attention layer to reconstruct
entire battery capacity loss curves. Our model exhibits comparable performances
to existing models while predicting more information: the entire capacity loss
curve instead of cycle life. This provides more robustness and
interpretability: our model does not need to be retrained for a different
notion of end-of-life and is backed by physical intuition.
| [
{
"version": "v1",
"created": "Fri, 26 Apr 2024 06:06:37 GMT"
},
{
"version": "v2",
"created": "Fri, 21 Mar 2025 00:46:26 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Nicolae",
"Constantin-Daniel",
""
],
[
"Sameer",
"Sara",
""
],
[
"Sun",
"Nathan",
""
],
[
"Yan",
"Karena",
""
]
] |
2404.18546 | Mandar Mitra | Sourav Saha, Harsh Agarwal, Venktesh V, Avishek Anand, Swastik
Mohanty, Debapriyo Majumdar, Mandar Mitra | ir_explain: a Python Library of Explainable IR Methods | To appear as a Resources and Reproducibility Track paper in Proc. ACM
SIGIR 2025 | null | null | null | cs.IR | http://creativecommons.org/licenses/by-nc-nd/4.0/ | While recent advancements in Neural Ranking Models have resulted in
significant improvements over traditional statistical retrieval models, it is
generally acknowledged that the use of large neural architectures and the
application of complex language models in Information Retrieval (IR) have
reduced the transparency of retrieval methods. Consequently, Explainability and
Interpretability have emerged as important research topics in IR. Several
axiomatic and post-hoc explanation methods, as well as approaches that attempt
to be interpretable-by-design, have been proposed. This article presents
\irexplain, an open-source Python library that implements a variety of
well-known techniques for Explainable IR (ExIR) within a common, extensible
framework. \irexplain supports the three standard categories of post-hoc
explanations, namely pointwise, pairwise, and listwise explanations. The
library is designed to make it easy to reproduce state-of-the-art ExIR
baselines on standard test collections, as well as to explore new approaches to
explaining IR models and methods. To facilitate adoption, \irexplain is
well-integrated with widely-used toolkits such as Pyserini and \irdatasets.
| [
{
"version": "v1",
"created": "Mon, 29 Apr 2024 09:37:24 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 11:08:22 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Saha",
"Sourav",
""
],
[
"Agarwal",
"Harsh",
""
],
[
"V",
"Venktesh",
""
],
[
"Anand",
"Avishek",
""
],
[
"Mohanty",
"Swastik",
""
],
[
"Majumdar",
"Debapriyo",
""
],
[
"Mitra",
"Mandar",
""
]
] |
2405.00487 | Suzanne Fielding | Henry A. Lockwood and Suzanne M. Fielding | Recoverable strain in amorphous materials: the role of ongoing plastic
events following initial elastic recoil | published in Journal of Rheology, 14 pages, 9 figures | null | null | null | cond-mat.soft cond-mat.mtrl-sci cond-mat.stat-mech | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Recoverable strain is the strain recovered once a stress is removed from a
body, in the direction opposite to that in which the stress had acted. To date,
the phenomenon has been understood as being elastic in origin: polymer chains
stretched in the direction of an imposed stress will recoil after the stress is
removed, for example. Any unrecoverable strain is instead attributed to
irreversible plastic deformations. Here we study theoretically strain recovery
within the soft glassy rheology model, aimed at describing the rheology of
elastoplastic yield stress fluids and amorphous soft solids. We consider a
material subject to the switch-on of a shear stress that is held constant
before later being set back to zero, after which the strain recovery is
observed. After an initially fast recoil that is indeed elastic in nature,
significant further strain recovery then occurs more slowly via the plastic
yielding of elements with negative local stresses, opposite to that of the
original shear. We elucidate the mechanism that underlies this behaviour, in
terms of the evolution of the SGR model's population of elastoplastic elements.
In particular, we show that the initial fast elastic recoil brings to a state
of negative local stress those elements that had yielded during the forward
straining while the load was applied. The subsequent delayed plastic yielding
of these elements with negative stress is the origin of the slow ongoing strain
recovery. In this way, counterintuitively, elements that had yielded
plastically while the load was applied still contribute significantly to strain
recovery after the sample is unloaded. This finding has important consequences
for constitutive modeling, because such behaviour can only arise in a
constitutive model that evolves a full distribution of local stresses (or
multiple moments of such a distribution), rather than a single average stress.
| [
{
"version": "v1",
"created": "Wed, 1 May 2024 12:52:58 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 12:12:59 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Lockwood",
"Henry A.",
""
],
[
"Fielding",
"Suzanne M.",
""
]
] |
2405.00510 | Cory Nunn | Cory M. Nunn and Daniel E. Jones and Todd B. Pittman and Brian T.
Kirby | Noiseless Loss Suppression for Entanglement Distribution | 17 pages, 8 figures | Phys. Rev. A 110, 062405 (2024) | 10.1103/PhysRevA.110.062405 | null | quant-ph | http://creativecommons.org/licenses/by/4.0/ | Recent work by Mi\v{c}uda et al. (arXiv:1206.2852v1) suggests that pairing
noiseless amplification with noiseless attenuation can conditionally suppress
loss terms in the direct transmission of quantum states. Here we extend this
work to entangled states: first, we explore bipartite states, specifically the
two-mode squeezed vacuum (TMSV) and NOON states; and second, we examine
M-partite states, concentrating on W and Greenberger-Horne-Zeilinger (GHZ)
states. In analogy with the original proposal, our results demonstrate that in
each case under consideration, a correct combination of attenuation and
amplification techniques before and after transmission through a pure loss
channel can restore the initial quantum state. However, we find that for both W
and NOON states, the noiseless attenuation is redundant and not required to
achieve loss term suppression. This work clarifies the role of noiseless
attenuation when paired with noiseless amplification for entanglement
distribution and provides an operational example of how GHZ and W state
entanglement differs.
| [
{
"version": "v1",
"created": "Wed, 1 May 2024 13:41:38 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 15:48:36 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Nunn",
"Cory M.",
""
],
[
"Jones",
"Daniel E.",
""
],
[
"Pittman",
"Todd B.",
""
],
[
"Kirby",
"Brian T.",
""
]
] |
2405.03203 | Ruijun Wu | Daniele Bartolucci, Aleks Jevnikar and Ruijun Wu | Sharp estimates, uniqueness and spikes condensation for superlinear free
boundary problems arising in plasma physics | 54 pages | Calc. Var. (2025) 64:153 | 10.1007/s00526-025-03011-8 | null | math.AP | http://creativecommons.org/licenses/by-nc-nd/4.0/ | We are concerned with Grad-Shafranov type equations, describing in dimension
$N=2$ the equilibrium configurations of a plasma in a Tokamak. We obtain a
sharp superlinear generalization of the result of Temam (1977) about the linear
case, implying the first general uniqueness result ever for superlinear free
boundary problems arising in plasma physics. Previous general uniqueness
results of Beresticky-Brezis (1980) were concerned with globally Lipschitz
nonlinearities. In dimension $N\geq 3$ the uniqueness result is new but not
sharp, motivating the local analysis of a spikes condensation-quantization
phenomenon for superlinear and subcritical singularly perturbed Grad-Shafranov
type free boundary problems, implying among other things a converse of the
results about spikes condensation in Flucher-Wei (1998) and Wei (2001).
Interestingly enough, in terms of the "physical" global variables, we come up
with a concentration-quantization-compactness result sharing the typical
features of critical problems (Yamabe $N\geq 3$, Liouville $N=2$) but in a
subcritical setting, the singular behavior being induced by a sort of infinite
mass limit, in the same spirit of Brezis-Merle (1991).
| [
{
"version": "v1",
"created": "Mon, 6 May 2024 07:05:07 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Bartolucci",
"Daniele",
""
],
[
"Jevnikar",
"Aleks",
""
],
[
"Wu",
"Ruijun",
""
]
] |
2405.03555 | Khurshid Alam | Khurshid Alam, Mohammad Asif Habibi, Matthias Tammen, Dennis
Krummacker, Walid Saad, Marco Di Renzo, Tommaso Melodia, Xavier
Costa-P\'erez, M\'erouane Debbah, Ashutosh Dutta, and Hans D. Schotten | A Comprehensive Tutorial and Survey of O-RAN: Exploring Slicing-aware
Architecture, Deployment Options, Use Cases, and Challenges | 40 pages, 12 figures, 4 tables, submitted to the IEEE for possible
publication | null | null | null | cs.NI | http://creativecommons.org/publicdomain/zero/1.0/ | Open-radio access network (O-RAN) seeks to establish the principles of
openness, programmability, automation, intelligence, and hardware-software
disaggregation with interoperable and standard-compliant interfaces. It
advocates for multi-vendorism and multi-stakeholderism within a cloudified and
virtualized wireless infrastructure, aimed at enhancing the deployment,
operation, and management of RAN architecture. These enhancements promise
increased flexibility, performance optimization, service innovation, energy
efficiency, and cost effectiveness across fifth-generation (5G),
sixth-generation (6G), and beyond networks. A silent feature of O-RAN
architecture is its support for network slicing, which entails interaction with
other domains of the cellular network, notably the transport network (TN) and
the core network (CN), to realize end-to-end (E2E) network slicing. The study
of this feature requires exploring the stances and contributions of diverse
standards development organizations (SDOs). In this context, we note that
despite the ongoing industrial deployments and standardization efforts, the
research and standardization communities have yet to comprehensively address
network slicing in O-RAN. To address this gap, this paper provides a
comprehensive exploration of network slicing in O-RAN through an in-depth
review of specification documents from O-RAN Alliance and research papers from
leading industry and academic institutions. The paper commences with an
overview of the relevant standardization and open source contributions,
subsequently delving into the latest O-RAN architecture with an emphasis on its
slicing aspects. Furthermore, the paper explores O-RAN deployment scenarios,
examining options for the deployment and orchestration of RAN and TN slice
subnets. It also discusses the slicing of the underlying infrastructure and
provides an overview of various use cases related...
| [
{
"version": "v1",
"created": "Mon, 6 May 2024 15:25:48 GMT"
},
{
"version": "v2",
"created": "Tue, 7 May 2024 14:02:18 GMT"
},
{
"version": "v3",
"created": "Wed, 8 May 2024 14:24:02 GMT"
},
{
"version": "v4",
"created": "Thu, 31 Oct 2024 17:36:55 GMT"
},
{
"version": "v5",
"created": "Tue, 6 May 2025 15:27:49 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Alam",
"Khurshid",
""
],
[
"Habibi",
"Mohammad Asif",
""
],
[
"Tammen",
"Matthias",
""
],
[
"Krummacker",
"Dennis",
""
],
[
"Saad",
"Walid",
""
],
[
"Di Renzo",
"Marco",
""
],
[
"Melodia",
"Tommaso",
""
],
[
"Costa-Pérez",
"Xavier",
""
],
[
"Debbah",
"Mérouane",
""
],
[
"Dutta",
"Ashutosh",
""
],
[
"Schotten",
"Hans D.",
""
]
] |
2405.06908 | Rohan Banerjee | Rohan Banerjee, Rajat Kumar Jenamani, Sidharth Vasudev, Amal Nanavati,
Katherine Dimitropoulou, Sarah Dean, Tapomayukh Bhattacharjee | To Ask or Not To Ask: Human-in-the-loop Contextual Bandits with
Applications in Robot-Assisted Feeding | The second and third authors contributed equally. The last two
authors advised equally | null | null | null | cs.RO | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Robot-assisted bite acquisition involves picking up food items with varying
shapes, compliance, sizes, and textures. Fully autonomous strategies may not
generalize efficiently across this diversity. We propose leveraging feedback
from the care recipient when encountering novel food items. However, frequent
queries impose a workload on the user. We formulate human-in-the-loop bite
acquisition within a contextual bandit framework and introduce LinUCB-QG, a
method that selectively asks for help using a predictive model of querying
workload based on query types and timings. This model is trained on data
collected in an online study involving 14 participants with mobility
limitations, 3 occupational therapists simulating physical limitations, and 89
participants without limitations. We demonstrate that our method better
balances task performance and querying workload compared to autonomous and
always-querying baselines and adjusts its querying behavior to account for
higher workload in users with mobility limitations. We validate this through
experiments in a simulated food dataset and a user study with 19 participants,
including one with severe mobility limitations. Please check out our project
website at: http://emprise.cs.cornell.edu/hilbiteacquisition/
| [
{
"version": "v1",
"created": "Sat, 11 May 2024 04:33:42 GMT"
},
{
"version": "v2",
"created": "Fri, 19 Jul 2024 21:15:58 GMT"
},
{
"version": "v3",
"created": "Wed, 5 Feb 2025 00:23:02 GMT"
},
{
"version": "v4",
"created": "Tue, 6 May 2025 00:07:23 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Banerjee",
"Rohan",
""
],
[
"Jenamani",
"Rajat Kumar",
""
],
[
"Vasudev",
"Sidharth",
""
],
[
"Nanavati",
"Amal",
""
],
[
"Dimitropoulou",
"Katherine",
""
],
[
"Dean",
"Sarah",
""
],
[
"Bhattacharjee",
"Tapomayukh",
""
]
] |
2405.07884 | YuFei Lai | YuFei Lai | Lai Loss: A Novel Loss for Gradient Control | The experiment in this article is not very rigorous and may require
further testing for its effectiveness | null | null | null | cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In the field of machine learning, traditional regularization methods tend to
directly add regularization terms to the loss function. This paper introduces
the "Lai loss", a novel loss design that integrates the regularization terms
(specifically, gradients) into the traditional loss function through
straightforward geometric concepts. This design penalizes the gradients with
the loss itself, allowing for control of the gradients while ensuring maximum
accuracy. With this loss, we can effectively control the model's smoothness and
sensitivity, potentially offering the dual benefits of improving the model's
generalization performance and enhancing its noise resistance on specific
features. Additionally, we proposed a training method that successfully
addresses the challenges in practical applications. We conducted preliminary
experiments using publicly available datasets from Kaggle, demonstrating that
the design of Lai loss can control the model's smoothness and sensitivity while
maintaining stable model performance.
| [
{
"version": "v1",
"created": "Mon, 13 May 2024 16:17:57 GMT"
},
{
"version": "v2",
"created": "Thu, 23 May 2024 19:41:32 GMT"
},
{
"version": "v3",
"created": "Tue, 6 May 2025 03:10:24 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Lai",
"YuFei",
""
]
] |
2405.08446 | Jinyu Guo | Jinyu Guo | A mean curvature type flow with capillary boundary in a horoball in
hyperbolic space | 18 pages, 1 figure | Results Math 80, 71 (2025) | 10.1007/s00025-025-02389-3 | null | math.DG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In this paper, we study a mean curvature type flow with capillary boundary in
a horoball in hyperbolic space. Our flow preserves the volume of the bounded
domain enclosed by the hypersurface and monotonically decreases the energy
functional. We show that it has the long time existence and converges to a
truncated umbilical hypersurface in hyperbolic space. As an application, we
solve an isoperimetric type problem for hypersurfaces with capillary boundary
in a horoball.
| [
{
"version": "v1",
"created": "Tue, 14 May 2024 09:11:17 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Guo",
"Jinyu",
""
]
] |
2405.08472 | Jeanne Bourgeois Ms | Jeanne Bourgeois, Maxime Lesur, Guillermo Cuerva Lazaro, Yusuke Kosuga | Impurity Parallel Velocity Gradient instability | 17 pages, 12 figures | Open Plasma Science, Volume 1 (October 29, 2024) ops:13628 | 10.46298/ops.13628 | null | physics.plasm-ph | http://creativecommons.org/licenses/by/4.0/ | In magnetized plasmas, a radial gradient of parallel velocity, where parallel
refers to the direction of magnetic field, can destabilise an electrostatic
mode called Parallel Velocity Gradient (PVG). The theory of PVG has been mainly
developed assuming a single species of ions. Here, the role of impurities is
investigated based on a linear, local analysis, in a homogeneous, constant
magnetic field. To further simplify the analysis, the plasma is assumed to
contain only two ion species - main ions and one impurity species - while our
methodology can be straightforwardly extended to more species. In the cold-ion
limit, retaining polarization drift for both main ions and impurity ions, and
assuming Boltzmann electrons, the system is described by 4 fluid equations
closed by quasi-neutrality. The linearized equations can be reduced to 2
coupled equations: one for the electric potential, and one for the effective
parallel velocity fluctuations, which is a linear combination of main ion and
impurity parallel velocity fluctuations. This reduced system can be understood
as a generalisation of the Hasegawa-Mima model. With finite radial gradient of
impurity parallel flow, the linear dispersion relation then describes a new
instability: the impurity-modified PVG (i-PVG). Instability condition is
described in terms of either the main ion flow shear, or equivalently, an
effective flow shear, which combines main ion and impurity flow shears.
Impurities can have a stabilising or destabilising role, depending on the
parameters, and in particular the direction of main flow shear against impurity
flow shear. Assuming a reasonable value of perpendicular wavenumber, the
maximum growth rate is estimated, depending on impurity mass, charge, and
concentration.
| [
{
"version": "v1",
"created": "Tue, 14 May 2024 09:54:52 GMT"
},
{
"version": "v2",
"created": "Fri, 16 Aug 2024 16:53:29 GMT"
},
{
"version": "v3",
"created": "Mon, 28 Oct 2024 14:41:19 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Bourgeois",
"Jeanne",
""
],
[
"Lesur",
"Maxime",
""
],
[
"Lazaro",
"Guillermo Cuerva",
""
],
[
"Kosuga",
"Yusuke",
""
]
] |
2405.08949 | Hongzhi Guo | Hongzhi Guo, and Ian F. Akyildiz | Task-Oriented Mulsemedia Communication using Unified Perceiver and
Conformal Prediction in 6G Wireless Systems | null | null | null | null | eess.SP | http://creativecommons.org/licenses/by/4.0/ | The growing prominence of eXtended Reality (XR), holographic-type
communications, and metaverse demands truly immersive user experiences by using
many sensory modalities, including sight, hearing, touch, smell, taste, etc.
Additionally, the widespread deployment of sensors in areas such as
agriculture, manufacturing, and smart homes is generating diverse sensory data.
A new media format known as multisensory media (mulsemedia) has emerged, which
incorporates many sensory modalities beyond the traditional visual and auditory
media. 6G wireless systems are envisioned to support the Internet of Senses,
making it crucial to explore effective data fusion and communication strategies
for mulsemedia. In this paper, we introduce a task-oriented multi-task
mulsemedia communication system named MuSeCo, which is developed using unified
Perceiver models and Conformal Prediction. This unified model can accept any
sensory input and efficiently extract latent semantic features, making it
adaptable for deployment across various Artificial Intelligence of Things
(AIoT) devices. Conformal Prediction is employed for modality selection and
combination, enhancing task accuracy while minimizing data communication
overhead. The model is trained using six sensory modalities across four
classification tasks. Simulations and experiments demonstrate that it can
effectively fuse sensory modalities, significantly reduce end-to-end
communication latency and energy consumption, and maintain high accuracy in
communication-constrained systems.
| [
{
"version": "v1",
"created": "Tue, 14 May 2024 20:33:19 GMT"
},
{
"version": "v2",
"created": "Mon, 5 May 2025 18:39:18 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Guo",
"Hongzhi",
""
],
[
"Akyildiz",
"Ian F.",
""
]
] |
2405.09051 | Luca Schaffler | Patricio Gallardo, Luca Schaffler | An explicit wall crossing for the moduli space of hyperplane
arrangements | 26 pages, 5 figures. Final version. To appear in Journal of the
London Mathematical Society | null | null | null | math.AG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The moduli space of hyperplanes in projective space has a family of geometric
and modular compactifications that parametrize stable hyperplane arrangements
with respect to a weight vector. Among these, there is a toric compactification
that generalizes the Losev-Manin moduli space of points on the line. We study
the first natural wall crossing that modifies this compactification into a
non-toric one by varying the weights. As an application of our work, we show
that any $\mathbb{Q}$-factorialization of the blow up at the identity of the
torus of the generalized Losev-Manin space is not a Mori dream space for a
sufficiently high number of hyperplanes. Additionally, for lines in the plane,
we provide a precise description of the wall crossing.
| [
{
"version": "v1",
"created": "Wed, 15 May 2024 02:57:28 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 11:41:29 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Gallardo",
"Patricio",
""
],
[
"Schaffler",
"Luca",
""
]
] |
2405.09872 | Mingxiang Li | Mingxiang Li | Conformal metrics with finite total Q-curvature revisited | New version. 35 pages | null | null | null | math.DG math.AP | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Given a conformal metric with finite total Q-curvature, we show that the
assumptions on scalar curvature sensitively govern the Q-curvature integral.
Additionally, we introduce a conformal mass for such manifolds. Using such
mass, we provides a necessary and sufficient condition for the metric to be
normal without assuming metric completeness. As applications, we derive volume
comparison theorems and prove a positive mass type theorem related to
Q-curvature.
| [
{
"version": "v1",
"created": "Thu, 16 May 2024 07:48:51 GMT"
},
{
"version": "v2",
"created": "Sun, 26 May 2024 06:10:07 GMT"
},
{
"version": "v3",
"created": "Tue, 11 Mar 2025 07:27:33 GMT"
},
{
"version": "v4",
"created": "Tue, 6 May 2025 07:17:33 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Li",
"Mingxiang",
""
]
] |
2405.10972 | Marios Maroudas | F. Caspers, C. M. Adair, K. Altenm\"uller, V. Anastassopoulos, S.
Arguedas Cuendis, J. Baier, K. Barth, A. Belov, D. Bozicevic, H.
Br\"auninger, G. Cantatore, J. F. Castel, S. A. \c{C}etin, W. Chung, H. Choi,
J. Choi, T. Dafni, M. Davenport, A. Dermenev, K. Desch, B. D\"obrich, H.
Fischer, W. Funk, J. Galan, A. Gardikiotis, S. Gninenko, J. Golm, M. D.
Hasinoff, D. H. H. Hoffmann, D. D\'iez Ib\'a\~nez, I. G. Irastorza, K.
Jakov\v{c}i\'c, J. Kaminski, M. Karuza, C. Krieger, \c{C}. Kutlu, B. Laki\'c,
J. M. Laurent, J. Lee, S. Lee, G. Luz\'on, C. Margalejo, M. Maroudas, L.
Miceli, H. Mirallas, L. Obis, A. \"Ozbey, K. \"Ozbozduman, M. J. Pivovaroff,
M. Rosu, J. Ruz, E. Ruiz-Ch\'oliz, S. Schmidt, Y. K. Semertzidis, S. K.
Solanki, L. Stewart, I. Tsagris, T. Vafeiadis, J. K. Vogel, M. Vretenar, S.
Youn, A. Zhitnitsky, K. Zioutas | Daily modulations and broadband strategy in axion searches. An
application with CAST-CAPP detector | Published version available Open Access in Phys. Rev. D at
https://journals.aps.org/prd/abstract/10.1103/PhysRevD.111.082009 | Phys. Rev. D 111, 082009, 2025 | 10.1103/PhysRevD.111.082009 | null | hep-ex astro-ph.IM hep-ph physics.ins-det | http://creativecommons.org/licenses/by/4.0/ | It has been previously advocated that the presence of the daily and annual
modulations of the axion flux on the Earth's surface may dramatically change
the strategy of the axion searches. The arguments were based on the so-called
Axion Quark Nugget (AQN) dark matter model which was originally put forward to
explain the similarity of the dark and visible cosmological matter densities
$\Omega_{\rm dark}\sim \Omega_{\rm visible}$. In this framework, the population
of galactic axions with mass $ 10^{-6} {\rm eV}\lesssim m_a\lesssim 10^{-3}{\rm
eV}$ and velocity $\langle v_a\rangle\sim 10^{-3} c$ will be accompanied by
axions with typical velocities $\langle v_a\rangle\sim 0.6 c$ emitted by AQNs.
Furthermore, in this framework, it has also been argued that the AQN-induced
axion daily modulation (in contrast with the conventional WIMP paradigm) could
be as large as $(10-20)\%$, which represents the main motivation for the
present investigation. We argue that the daily modulations along with the
broadband detection strategy can be very useful tools for the discovery of such
relativistic axions. The data from the CAST-CAPP detector have been used
following such arguments. Unfortunately, due to the dependence of the amplifier
chain on temperature-dependent gain drifts and other factors, we could not
conclusively show the presence or absence of a dark sector-originated daily
modulation. However, this proof of principle analysis procedure can serve as a
reference for future studies.
| [
{
"version": "v1",
"created": "Thu, 9 May 2024 16:04:39 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 17:44:18 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Caspers",
"F.",
""
],
[
"Adair",
"C. M.",
""
],
[
"Altenmüller",
"K.",
""
],
[
"Anastassopoulos",
"V.",
""
],
[
"Cuendis",
"S. Arguedas",
""
],
[
"Baier",
"J.",
""
],
[
"Barth",
"K.",
""
],
[
"Belov",
"A.",
""
],
[
"Bozicevic",
"D.",
""
],
[
"Bräuninger",
"H.",
""
],
[
"Cantatore",
"G.",
""
],
[
"Castel",
"J. F.",
""
],
[
"Çetin",
"S. A.",
""
],
[
"Chung",
"W.",
""
],
[
"Choi",
"H.",
""
],
[
"Choi",
"J.",
""
],
[
"Dafni",
"T.",
""
],
[
"Davenport",
"M.",
""
],
[
"Dermenev",
"A.",
""
],
[
"Desch",
"K.",
""
],
[
"Döbrich",
"B.",
""
],
[
"Fischer",
"H.",
""
],
[
"Funk",
"W.",
""
],
[
"Galan",
"J.",
""
],
[
"Gardikiotis",
"A.",
""
],
[
"Gninenko",
"S.",
""
],
[
"Golm",
"J.",
""
],
[
"Hasinoff",
"M. D.",
""
],
[
"Hoffmann",
"D. H. H.",
""
],
[
"Ibáñez",
"D. Díez",
""
],
[
"Irastorza",
"I. G.",
""
],
[
"Jakovčić",
"K.",
""
],
[
"Kaminski",
"J.",
""
],
[
"Karuza",
"M.",
""
],
[
"Krieger",
"C.",
""
],
[
"Kutlu",
"Ç.",
""
],
[
"Lakić",
"B.",
""
],
[
"Laurent",
"J. M.",
""
],
[
"Lee",
"J.",
""
],
[
"Lee",
"S.",
""
],
[
"Luzón",
"G.",
""
],
[
"Margalejo",
"C.",
""
],
[
"Maroudas",
"M.",
""
],
[
"Miceli",
"L.",
""
],
[
"Mirallas",
"H.",
""
],
[
"Obis",
"L.",
""
],
[
"Özbey",
"A.",
""
],
[
"Özbozduman",
"K.",
""
],
[
"Pivovaroff",
"M. J.",
""
],
[
"Rosu",
"M.",
""
],
[
"Ruz",
"J.",
""
],
[
"Ruiz-Chóliz",
"E.",
""
],
[
"Schmidt",
"S.",
""
],
[
"Semertzidis",
"Y. K.",
""
],
[
"Solanki",
"S. K.",
""
],
[
"Stewart",
"L.",
""
],
[
"Tsagris",
"I.",
""
],
[
"Vafeiadis",
"T.",
""
],
[
"Vogel",
"J. K.",
""
],
[
"Vretenar",
"M.",
""
],
[
"Youn",
"S.",
""
],
[
"Zhitnitsky",
"A.",
""
],
[
"Zioutas",
"K.",
""
]
] |
2405.12602 | Sajad Aghapour | Sajad Aghapour, Lars Andersson, Kjell Rosquist, and Tomasz Smo{\l}ka | Interacting Kerr-Newman Electromagnetic Fields | 30 pages, 11 figures, 3 tables | null | 10.1103/PhysRevD.110.104053 | null | gr-qc math-ph math.MP physics.atom-ph | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In this paper, we study some of the properties of the $G \to 0$ limit of the
Kerr-Newman solution of Einstein-Maxwell equations. Noting Carter's observation
of the near equality between the $g = 2$ gyromagnetic ratio in the Kerr-Newman
solution and that of the electron, we discuss additional such coincidences
relating to the Kerr-Newman multipoles and properties of the electron. In
contrast to the Coulomb field, this spinning Maxwell field has a finite
Lagrangian. Moreover, by evaluating the Lagrangian for the superposition of two
such Kerr-Newman electromagnetic fields on a flat background, we are able to
find their interaction potential. This yields a correction to the Coulomb
interaction due to the spin of the field.
| [
{
"version": "v1",
"created": "Tue, 21 May 2024 08:55:58 GMT"
},
{
"version": "v2",
"created": "Mon, 5 Aug 2024 09:13:55 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Aghapour",
"Sajad",
""
],
[
"Andersson",
"Lars",
""
],
[
"Rosquist",
"Kjell",
""
],
[
"Smołka",
"Tomasz",
""
]
] |
2405.14396 | Mengru Ma | Mengru Ma and Jiangwei Shang | Corrupted sensing quantum state tomography | 20 pages, single column, 6+7 figures; close to the published version | New J. Phys. 27, 054501 (2025) | 10.1088/1367-2630/adcfbf | null | quant-ph | http://creativecommons.org/licenses/by/4.0/ | The reliable characterization of quantum states as well as any potential
noise in various quantum systems is crucial for advancing quantum technologies.
In this work we propose the concept of corrupted sensing quantum state
tomography which enables the simultaneous reconstruction of quantum states and
structured noise with the aid of simple Pauli measurements only. Without
additional prior information, we investigate the reliability and robustness of
the framework. The power of our algorithm is demonstrated by assuming Gaussian
and Poisson sparse noise for low-rank state tomography. In particular, our
approach is able to achieve a high quality of the recovery with incomplete sets
of measurements and is also suitable for performance improvement of large
quantum systems. It is envisaged that the techniques can become a practical
tool to greatly reduce the cost and computational effort for quantum tomography
in noisy quantum systems.
| [
{
"version": "v1",
"created": "Thu, 23 May 2024 10:13:59 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 07:02:50 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Ma",
"Mengru",
""
],
[
"Shang",
"Jiangwei",
""
]
] |
2405.15025 | Ali Edalati | Ali Edalati, Alireza Ghaffari, Mahsa Ghazvini Nejad, Lu Hou, Boxing
Chen, Masoud Asgharian, Vahid Partovi Nia | OAC: Output-adaptive Calibration for Accurate Post-training Quantization | 22 pages, 4 figures | Proceedings of the AAAI Conference on Artificial Intelligence 2025 | 10.1609/aaai.v39i16.33807 | null | cs.LG cs.CL | http://creativecommons.org/licenses/by-nc-sa/4.0/ | Deployment of Large Language Models (LLMs) has major computational costs, due
to their rapidly expanding size. Compression of LLMs reduces the memory
footprint, latency, and energy required for their inference. Post-training
Quantization (PTQ) techniques have been developed to compress LLMs while
avoiding expensive re-training. Most PTQ approaches formulate the quantization
error based on a layer-wise Euclidean loss, ignoring the model output. Then,
each layer is calibrated using its layer-wise Hessian to update the weights
towards minimizing the quantization error. The Hessian is also used for
detecting the most salient weights to quantization. Such PTQ approaches are
prone to accuracy drop in low-precision quantization. We propose
Output-adaptive Calibration (OAC) to incorporate the model output in the
calibration process. We formulate the quantization error based on the
distortion of the output cross-entropy loss. OAC approximates the
output-adaptive Hessian for each layer under reasonable assumptions to reduce
the computational complexity. The output-adaptive Hessians are used to update
the weight matrices and detect the salient weights towards maintaining the
model output. Our proposed method outperforms the state-of-the-art baselines
such as SpQR and BiLLM, especially, at extreme low-precision (2-bit and binary)
quantization.
| [
{
"version": "v1",
"created": "Thu, 23 May 2024 20:01:17 GMT"
},
{
"version": "v2",
"created": "Mon, 5 May 2025 23:38:59 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Edalati",
"Ali",
""
],
[
"Ghaffari",
"Alireza",
""
],
[
"Nejad",
"Mahsa Ghazvini",
""
],
[
"Hou",
"Lu",
""
],
[
"Chen",
"Boxing",
""
],
[
"Asgharian",
"Masoud",
""
],
[
"Nia",
"Vahid Partovi",
""
]
] |
2405.15357 | Fabio Feser | Fabio Feser, Marina Evangelou | Strong Screening Rules for Group-based SLOPE Models | 33 pages, 24 figures, 12 tables | Proceedings of the 28th International Conference on Artificial
Intelligence and Statistics, PMLR 258:352-360, 2025 | null | null | stat.ML cs.LG stat.ME | http://creativecommons.org/licenses/by/4.0/ | Tuning the regularization parameter in penalized regression models is an
expensive task, requiring multiple models to be fit along a path of parameters.
Strong screening rules drastically reduce computational costs by lowering the
dimensionality of the input prior to fitting. We develop strong screening rules
for group-based Sorted L-One Penalized Estimation (SLOPE) models: Group SLOPE
and Sparse-group SLOPE. The developed rules are applicable to the wider family
of group-based OWL models, including OSCAR. Our experiments on both synthetic
and real data show that the screening rules significantly accelerate the
fitting process. The screening rules make it accessible for group SLOPE and
sparse-group SLOPE to be applied to high-dimensional datasets, particularly
those encountered in genetics.
| [
{
"version": "v1",
"created": "Fri, 24 May 2024 08:48:06 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 08:55:11 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Feser",
"Fabio",
""
],
[
"Evangelou",
"Marina",
""
]
] |
2405.15444 | Patryk Krukowski | Patryk Krukowski, Anna Bielawska, Kamil Ksi\k{a}\.zek, Pawe{\l}
Wawrzy\'nski, Pawe{\l} Batorski, Przemys{\l}aw Spurek | HINT: Hypernetwork Approach to Training Weight Interval Regions in
Continual Learning | null | null | null | null | cs.LG cs.AI | http://creativecommons.org/licenses/by/4.0/ | Recently, a new Continual Learning (CL) paradigm was presented to control
catastrophic forgetting, called Interval Continual Learning (InterContiNet),
which relies on enforcing interval constraints on the neural network parameter
space. Unfortunately, InterContiNet training is challenging due to the high
dimensionality of the weight space, making intervals difficult to manage. To
address this issue, we introduce HINT, a technique that employs interval
arithmetic within the embedding space and utilizes a hypernetwork to map these
intervals to the target network parameter space. We train interval embeddings
for consecutive tasks and train a hypernetwork to transform these embeddings
into weights of the target network. An embedding for a given task is trained
along with the hypernetwork, preserving the response of the target network for
the previous task embeddings. Interval arithmetic works with a more manageable,
lower-dimensional embedding space rather than directly preparing intervals in a
high-dimensional weight space. Our model allows faster and more efficient
training. Furthermore, HINT maintains the guarantee of not forgetting. At the
end of training, we can choose one universal embedding to produce a single
network dedicated to all tasks. In such a framework, hypernetwork is used only
for training and, finally, we can utilize one set of weights. HINT obtains
significantly better results than InterContiNet and gives SOTA results on
several benchmarks.
| [
{
"version": "v1",
"created": "Fri, 24 May 2024 11:20:41 GMT"
},
{
"version": "v2",
"created": "Mon, 27 May 2024 07:22:58 GMT"
},
{
"version": "v3",
"created": "Mon, 2 Sep 2024 15:09:05 GMT"
},
{
"version": "v4",
"created": "Tue, 6 May 2025 11:52:21 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Krukowski",
"Patryk",
""
],
[
"Bielawska",
"Anna",
""
],
[
"Książek",
"Kamil",
""
],
[
"Wawrzyński",
"Paweł",
""
],
[
"Batorski",
"Paweł",
""
],
[
"Spurek",
"Przemysław",
""
]
] |
2405.16070 | Yunfeng Jiang | Arthur Hutsalyuk, Yunfeng Jiang, Balazs Pozsgay, Hefeng Xu, Yang Zhang | Exact Spin Correlators of Integrable Quantum Circuits from Algebraic
Geometry | discussions and references added, typos corrected, 48 pages | null | null | null | quant-ph cond-mat.stat-mech hep-th nlin.SI | http://creativecommons.org/licenses/by/4.0/ | We calculate the correlation functions of strings of spin operators for
integrable quantum circuits exactly. These observables can be used for
calibration of quantum simulation platforms. We use algebraic Bethe Ansatz, in
combination with computational algebraic geometry to obtain analytic results
for medium-size (around 10-20 qubits) quantum circuits. The results are
rational functions of the quantum circuit parameters. We obtain analytic
results for such correlation functions both in the real space and Fourier
space. In the real space, we analyze the short time and long time limit of the
correlation functions. In Fourier space, we obtain analytic results in
different parameter regimes, which exhibit qualitatively different behaviors.
Using these analytic results, one can easily generate numerical data to
arbitrary precision.
| [
{
"version": "v1",
"created": "Sat, 25 May 2024 05:42:14 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 00:55:58 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Hutsalyuk",
"Arthur",
""
],
[
"Jiang",
"Yunfeng",
""
],
[
"Pozsgay",
"Balazs",
""
],
[
"Xu",
"Hefeng",
""
],
[
"Zhang",
"Yang",
""
]
] |
2405.17001 | Dmitry Gribanov | M. Cherniavskii, D. Gribanov, D. Malyshev, P. M. Pardalos | Delta-modular ILP Problems of Bounded Codimension, Discrepancy, and
Convolution (new version) | null | null | null | null | cs.CC cs.DS math.AC math.OC | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | For integers $k,n \geq 0$ and a cost vector $c \in Z^n$, we study two
fundamental integer linear programming (ILP) problems: \[
\text{(Standard Form)} \quad \max\bigl\{c^\top x \colon Ax = b,\ x \in
Z^n_{\geq 0}\bigr\} \text{ with } A \in Z^{k \times n}, \text{rank}(A) = k, b
\in Z^k, \] \[
\text{(Canonical Form)} \quad \max\bigl\{c^\top x \colon Ax \leq b,\ x \in
Z^n\bigr\} \text{ with } A \in Z^{(n+k) \times n}, \text{rank}(A) = n, b \in
Z^{n+k}. \] We present improved algorithms for both problems and their
feasibility versions, parameterized by $k$ and $\Delta$, where $\Delta$ denotes
the maximum absolute value of $\text{rank}(A) \times \text{rank}(A)$
subdeterminants of $A$. Our main complexity results, stated in terms of
required arithmetic operations, are: \[ \text{Optimization:}\quad O(\log
k)^{2k} \cdot \Delta^2 / 2^{\Omega(\sqrt{\log \Delta})} + 2^{O(k)} \cdot
\text{poly}(\varphi), \] \[ \text{Feasibility:} \quad O(\log k)^k \cdot \Delta
\cdot (\log \Delta)^3 + 2^{O(k)} \cdot \text{poly}(\varphi), \] where $\varphi$
represents the input size measured by the bit-encoding length of $(A,b,c)$. We
also examine several special cases when $k \in \{0,1\}$, which have important
applications in: expected computational complexity of ILP with varying
right-hand side $b$, ILP problems with generic constraint matrices, ILP
problems on simplices. Our results yield improved complexity bounds for these
specific scenarios.
As independent contributions, we present: An $n^2/2^{\Omega(\sqrt{\log
n})}$-time algorithm for the tropical convolution problem on sequences indexed
by elements of a finite Abelian group of order $n$; A complete and
self-contained error analysis of the generalized DFT over Abelian groups in the
Word-RAM model.
| [
{
"version": "v1",
"created": "Mon, 27 May 2024 09:45:06 GMT"
},
{
"version": "v2",
"created": "Tue, 23 Jul 2024 08:16:19 GMT"
},
{
"version": "v3",
"created": "Mon, 5 May 2025 14:59:45 GMT"
},
{
"version": "v4",
"created": "Tue, 6 May 2025 06:04:44 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Cherniavskii",
"M.",
""
],
[
"Gribanov",
"D.",
""
],
[
"Malyshev",
"D.",
""
],
[
"Pardalos",
"P. M.",
""
]
] |
2405.18007 | Hongmei Yao | Chunlin Yang, Zexian Li, Hongmei Yao, Zhaobing Fan, Guofeng Zhang and
Jianshe Liu | Dictionary-based sparse block encoding with low subnormalization and
circuit depth | 35 pages, 33 figures | null | null | null | quant-ph | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Block encoding is a fundamental access model in quantum computing, serving as
a key component in quantum singular value transformation. It encodes a matrix
$A$ satisfying $\left\|A/ \alpha \right\|_{\text{op}} \leq 1$ into an enlarged
unitary matrix $U_{A}$, where $\alpha$ denotes the \textit{subnormalization
factor} that critically determines the query complexity of the block encoding.
The \textit{circuit depth} is another crucial parameter that governs the
efficiency of block-encoding implementations in quantum algorithms. This work
presents a sparse block encoding scheme and its Hermitian variant, based on a
novel dictionary data structure, to optimize the trade-off between
\textit{subnormalization} and \textit{circuit depth}. The dictionary data
structure establishes a unified framework for various sparse block-encoding
techniques, with implementations connected to linear combinations of unitaries
(LCU) methods. To demonstrate the practical utility of our approach, we provide
several applications including Laplacian matrix in graph problems and some
kinds of matrix in discrete differential function.
| [
{
"version": "v1",
"created": "Tue, 28 May 2024 09:49:58 GMT"
},
{
"version": "v2",
"created": "Tue, 9 Jul 2024 07:33:45 GMT"
},
{
"version": "v3",
"created": "Tue, 6 May 2025 17:19:24 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Yang",
"Chunlin",
""
],
[
"Li",
"Zexian",
""
],
[
"Yao",
"Hongmei",
""
],
[
"Fan",
"Zhaobing",
""
],
[
"Zhang",
"Guofeng",
""
],
[
"Liu",
"Jianshe",
""
]
] |
2405.18182 | Bart Jacobs | Bart Jacobs | Drawing with Distance | null | Logical Methods in Computer Science, Volume 21, Issue 2 (April 30,
2025) lmcs:13680 | 10.46298/lmcs-21(2:11)2025 | null | cs.LO math.PR | http://creativecommons.org/licenses/by/4.0/ | Drawing (a multiset of) coloured balls from an urn is one of the most basic
models in discrete probability theory. Three modes of drawing are commonly
distinguished: multinomial (draw-replace), hypergeometric (draw-delete), and
Polya (draw-add). These drawing operations are represented as maps from urns to
distributions over multisets of draws. The set of urns is a metric space via
the Kantorovich distance. The set of distributions over draws is also a metric
space, using Kantorovich-over-Kantorovich. It is shown that these three draw
operations are all isometries, that is, they exactly preserve the Kantorovich
distances. Further, drawing is studied in the limit, both for large urns and
for large draws. First it is shown that, as the urn size increases, the
Kantorovich distances go to zero between hypergeometric and multinomial draws,
and also between P\'olya and multinomial draws. Second, it is shown that, as
the drawsize increases, the Kantorovich distance goes to zero (in probability)
between an urn and (normalised) multinomial draws from the urn. These results
are known, but here, they are formulated in a novel metric manner as limits of
Kantorovich distances. We call these two limit results the law of large urns
and the law of large draws.
| [
{
"version": "v1",
"created": "Tue, 28 May 2024 13:50:07 GMT"
},
{
"version": "v2",
"created": "Thu, 24 Oct 2024 13:08:06 GMT"
},
{
"version": "v3",
"created": "Wed, 12 Feb 2025 16:52:18 GMT"
},
{
"version": "v4",
"created": "Wed, 19 Feb 2025 00:33:36 GMT"
},
{
"version": "v5",
"created": "Tue, 29 Apr 2025 15:19:08 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Jacobs",
"Bart",
""
]
] |
2405.18251 | Kehan Long | Kehan Long, Yinzhuang Yi, Zhirui Dai, Sylvia Herbert, Jorge Cort\'es
and Nikolay Atanasov | Sensor-Based Distributionally Robust Control for Safe Robot Navigation
in Dynamic Environments | Project page: https://existentialrobotics.org/DRO_Safe_Navigation | null | null | null | cs.RO cs.SY eess.SY math.OC | http://creativecommons.org/licenses/by/4.0/ | We introduce a novel method for mobile robot navigation in dynamic, unknown
environments, leveraging onboard sensing and distributionally robust
optimization to impose probabilistic safety constraints. Our method introduces
a distributionally robust control barrier function (DR-CBF) that directly
integrates noisy sensor measurements and state estimates to define safety
constraints. This approach is applicable to a wide range of control-affine
dynamics, generalizable to robots with complex geometries, and capable of
operating at real-time control frequencies. Coupled with a control Lyapunov
function (CLF) for path following, the proposed CLF-DR-CBF control synthesis
method achieves safe, robust, and efficient navigation in challenging
environments. We demonstrate the effectiveness and robustness of our approach
for safe autonomous navigation under uncertainty in simulations and real-world
experiments with differential-drive robots.
| [
{
"version": "v1",
"created": "Tue, 28 May 2024 15:02:09 GMT"
},
{
"version": "v2",
"created": "Fri, 17 Jan 2025 05:49:00 GMT"
},
{
"version": "v3",
"created": "Sun, 26 Jan 2025 07:43:30 GMT"
},
{
"version": "v4",
"created": "Tue, 6 May 2025 03:11:01 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Long",
"Kehan",
""
],
[
"Yi",
"Yinzhuang",
""
],
[
"Dai",
"Zhirui",
""
],
[
"Herbert",
"Sylvia",
""
],
[
"Cortés",
"Jorge",
""
],
[
"Atanasov",
"Nikolay",
""
]
] |
2405.18269 | Hongyu Lu | Hongyu Lu and Han-Qing Wu and Bin-Bin Chen and Zi Yang Meng | Continuous Transition between Bosonic Fractional Chern Insulator and
Superfluid | null | Phys. Rev. Lett. 134, 076601 (2025) | 10.1103/PhysRevLett.134.076601 | null | cond-mat.str-el cond-mat.quant-gas quant-ph | http://creativecommons.org/licenses/by/4.0/ | The properties of fractional Chern insulator (FCI) phases and the phase
transitions between FCI and Mott insulators (MI) in bosonic systems are well
studied. The continuous transitions between FCI and superfluid (SF), however,
despite the inspiring field theoretical predictions, have not been directly
verified. The existing numerical results of the FCI-SF transition are either
indirect or clearly first-order. Here, by simply tuning the bandwidth of the
Haldane honeycomb lattice model, we find direct transitions from a bosonic FCI
at $\nu=1/2$ filling of a flat Chern band to two SF states with bosons
condensed at momenta M or $\Gamma$, respectively. While the FCI-SF(M)
transition is first-order, the FCI-SF($\Gamma$) transition is found continuous,
and the bipartite entanglement entropy at the critical point with the area-law
scaling is consistent with the critical theories. Through finite size
criticality analysis, the obtained critical exponents $\beta\approx$ 0.35(5)
and $\nu\approx$ 0.62(12) are both compatible with those of the 3D XY
universality class within numerical uncertainty and possibly more exotic
beyond-Landau ones. This letter thence presents a direct numerical
demonstration of a continuous FCI-SF transition between topologically ordered
phase and spontaneous continuous symmetry-breaking phase, and further indicates
the zero-field bosonic FCI might be realized from a SF state by gradually
flattening the dispersion of the Chern band, through the (quasi)adiabatic
preparation in ultracold atom systems.
| [
{
"version": "v1",
"created": "Tue, 28 May 2024 15:19:00 GMT"
},
{
"version": "v2",
"created": "Tue, 15 Oct 2024 16:45:40 GMT"
},
{
"version": "v3",
"created": "Sun, 23 Feb 2025 04:48:16 GMT"
},
{
"version": "v4",
"created": "Tue, 6 May 2025 14:37:23 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Lu",
"Hongyu",
""
],
[
"Wu",
"Han-Qing",
""
],
[
"Chen",
"Bin-Bin",
""
],
[
"Meng",
"Zi Yang",
""
]
] |
2405.18619 | Mauricio Sepulveda | Ka\"is Ammari, Vilmos Komornik, Mauricio Sep\'ulveda, Octavio Vera | Stability of the Rao-Nakra sandwich beam with a dissipation of
fractional derivative type: theoretical and numerical study | 23 pages, 14 figures | null | 10.1002/mma.10707 | null | math.NA cs.NA math.AP | http://creativecommons.org/licenses/by/4.0/ | This paper is devoted to the solution and stability of a one-dimensional
model depicting Rao--Nakra sandwich beams, incorporating damping terms
characterized by fractional derivative types within the domain, specifically a
generalized Caputo derivative with exponential weight. To address existence,
uniqueness, stability, and numerical results, fractional derivatives are
substituted by diffusion equations relative to a new independent variable,
$\xi$, resulting in an augmented model with a dissipative semigroup operator.
Polynomial decay of energy is achieved, with a decay rate depending on the
fractional derivative parameters. Both the polynomial decay and its dependency
on the parameters of the generalized Caputo derivative are numerically
validated. To this end, an energy-conserving finite difference numerical scheme
is employed.
| [
{
"version": "v1",
"created": "Tue, 28 May 2024 21:58:09 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Ammari",
"Kaïs",
""
],
[
"Komornik",
"Vilmos",
""
],
[
"Sepúlveda",
"Mauricio",
""
],
[
"Vera",
"Octavio",
""
]
] |
2405.18862 | Niko Tratnik Dr. | Simon Brezovnik, Zhongyuan Che, Niko Tratnik, Petra \v{Z}igert
Pleter\v{s}ek | Daisy cubes as resonance graphs and maximal independent sets of trees | null | null | null | null | math.CO | http://creativecommons.org/licenses/by/4.0/ | Assume that $G$ is a peripherally 2-colorable graph with inner dual $G^*$ and
resonance graph $R(G)$. We first establish a bijection between the set of
maximal hypercubes of the resonance graph $R(G)$ and the set of maximal
independent sets of the inner dual $G^*$, where $G^*$ is a tree and isomorphic
to the $\tau$-graph of $R(G)$. A novel characterization on when resonance
graphs are daisy cubes follows naturally. Furthermore, the proof of the
characterization provides a binary code labelling for the vertex set of a
resonance graph $R(G)$ as a daisy cube with respect to the set of maximal
independent sets of the inner dual $G^*$ of $G$. We then show that a daisy cube
with at least one edge is a resonance graph of a plane bipartite graph if and
only if its $\tau$-graph is a forest. As applications of our main theorems,
interesting results are obtained for Fibonacci cubes and Lucas cubes which are
special types of daisy cubes. Structure properties are also provided for daisy
cubes whose $\tau$-graphs are trees and have at most five maximal hypercubes.
We conclude the paper with two algorithms which provide a binary code labelling
for the vertex set of a resonance graph as a daisy cube.
| [
{
"version": "v1",
"created": "Wed, 29 May 2024 08:22:48 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 08:32:04 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Brezovnik",
"Simon",
""
],
[
"Che",
"Zhongyuan",
""
],
[
"Tratnik",
"Niko",
""
],
[
"Pleteršek",
"Petra Žigert",
""
]
] |
2405.19004 | Cu Cui | Cu Cui, Paul Grosse-Bley, Guido Kanschat, Robert Strzodka | An implementation of tensor product patch smoothers on GPU | null | null | 10.1137/24M1642706 | null | math.NA cs.NA | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We present a GPU implementation of vertex-patch smoothers for higher order
finite element methods in two and three dimensions. Analysis shows that they
are not memory bound with respect to GPU DRAM, but with respect to on-chip
scratchpad memory. Multigrid operations are optimized through localization and
reorganized local operations in on-chip memory, achieving minimal global data
transfer and a conflict free memory access pattern. Performance tests
demonstrate that the optimized kernel is at least 2 times faster than the
straightforward implementation for the Poisson problem, across various
polynomial degrees in 2D and 3D, achieving up to 36% of the peak performance in
both single and double precision on Nvidia A100 GPU.
| [
{
"version": "v1",
"created": "Wed, 29 May 2024 11:41:38 GMT"
},
{
"version": "v2",
"created": "Thu, 30 May 2024 08:47:34 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Cui",
"Cu",
""
],
[
"Grosse-Bley",
"Paul",
""
],
[
"Kanschat",
"Guido",
""
],
[
"Strzodka",
"Robert",
""
]
] |
2405.19313 | Jian-Qiao Zhu | Jian-Qiao Zhu, Haijiang Yan, Thomas L. Griffiths | Language Models Trained to do Arithmetic Predict Human Risky and
Intertemporal Choice | null | ICLR 2025 | null | null | cs.AI cs.CL econ.GN q-fin.EC | http://creativecommons.org/licenses/by/4.0/ | The observed similarities in the behavior of humans and Large Language Models
(LLMs) have prompted researchers to consider the potential of using LLMs as
models of human cognition. However, several significant challenges must be
addressed before LLMs can be legitimately regarded as cognitive models. For
instance, LLMs are trained on far more data than humans typically encounter,
and may have been directly trained on human data in specific cognitive tasks or
aligned with human preferences. Consequently, the origins of these behavioral
similarities are not well understood. In this paper, we propose a novel way to
enhance the utility of LLMs as cognitive models. This approach involves (i)
leveraging computationally equivalent tasks that both an LLM and a rational
agent need to master for solving a cognitive problem and (ii) examining the
specific task distributions required for an LLM to exhibit human-like
behaviors. We apply this approach to decision-making -- specifically risky and
intertemporal choice -- where the key computationally equivalent task is the
arithmetic of expected value calculations. We show that an LLM pretrained on an
ecologically valid arithmetic dataset, which we call Arithmetic-GPT, predicts
human behavior better than many traditional cognitive models. Pretraining LLMs
on ecologically valid arithmetic datasets is sufficient to produce a strong
correspondence between these models and human decision-making. Our results also
suggest that LLMs used as cognitive models should be carefully investigated via
ablation studies of the pretraining data.
| [
{
"version": "v1",
"created": "Wed, 29 May 2024 17:37:14 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 01:26:28 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Zhu",
"Jian-Qiao",
""
],
[
"Yan",
"Haijiang",
""
],
[
"Griffiths",
"Thomas L.",
""
]
] |
2405.21037 | Fabian Obster | Fabian Obster and Christian Heumann | Sparse-Group Boosting with Balanced Selection Frequencies: A
Simulation-Based Approach and R Implementation | null | null | null | null | stat.AP stat.CO stat.ML | http://creativecommons.org/licenses/by/4.0/ | This paper introduces a novel framework for reducing variable selection bias
by balancing selection frequencies of base-learners in boosting and introduces
the sgboost package in R, which implements this framework combined with
sparse-group boosting. The group bias reduction algorithm employs a
simulation-based approach to iteratively adjust the degrees of freedom for both
individual and group base-learners, ensuring balanced selection probabilities
and mitigating the tendency to over-select more complex groups. The efficacy of
the group balancing algorithm is demonstrated through simulations. Sparse-group
boosting offers a flexible approach for both group and individual variable
selection, reducing overfitting and enhancing model interpretability for
modeling high-dimensional data with natural groupings in covariates. The
package uses regularization techniques based on the degrees of freedom of
individual and group base-learners. Through comparisons with existing methods
and demonstration of its unique functionalities, this paper provides a
practical guide on utilizing sparse-group boosting in R, accompanied by code
examples to facilitate its application in various research domains.
| [
{
"version": "v1",
"created": "Fri, 31 May 2024 17:29:51 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 11:38:16 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Obster",
"Fabian",
""
],
[
"Heumann",
"Christian",
""
]
] |
2406.00820 | Austin Brown | Austin Brown and Jeffrey S. Rosenthal | Weak convergence of adaptive Markov chain Monte Carlo | Fixed a typo in Assumption 4 and added improvements to Section 8 | null | 10.1017/jpr.2025.4 | null | math.ST stat.TH | http://creativecommons.org/licenses/by/4.0/ | This article develops general conditions for weak convergence of adaptive
Markov chain Monte Carlo processes and is shown to imply a weak law of large
numbers for bounded Lipschitz continuous functions. This allows an estimation
theory for adaptive Markov chain Monte Carlo where previously developed theory
in total variation may fail or be difficult to establish. Extensions of weak
convergence to general Wasserstein distances are established along with a weak
law of large numbers for possibly unbounded Lipschitz functions. Applications
are applied to auto-regressive processes in various settings, unadjusted
Langevin processes, and adaptive Metropolis-Hastings.
| [
{
"version": "v1",
"created": "Sun, 2 Jun 2024 17:59:45 GMT"
},
{
"version": "v2",
"created": "Mon, 23 Dec 2024 22:24:35 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Brown",
"Austin",
""
],
[
"Rosenthal",
"Jeffrey S.",
""
]
] |
2406.01997 | Shikun Zhang | Shikun Zhang, Yang Zhou, Zheng Qin, Rui Li, Chunxiao Du, Zhisong Xiao
and Yongyou Zhang | Machine-Learning Insights into the Entanglement-trainability Correlation
of Parameterized Quantum Circuits | null | Physical Review A (2025) | 10.1103/PhysRevA.111.052403 | null | quant-ph | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Variational quantum algorithms (VQAs) have emerged as the leading strategy to
obtain quantum advantage on the current noisy intermediate-scale devices.
However, their entanglement-trainability correlation, as the major reason for
the barren plateau (BP) phenomenon, poses a challenge to their applications. In
this Letter, we suggest a gate-to-tensor (GTT) encoding method for
parameterized quantum circuits (PQCs), with which two long short-term memory
networks (L-G networks) are trained to predict both entanglement and
trainability. The remarkable capabilities of the L-G networks afford a
statistical way to delve into the entanglement-trainability correlation of PQCs
within a dataset encompassing millions of instances. This
machine-learning-driven method first confirms that the more entanglement, the
more possible the BP problem. Then, we observe that there still exist PQCs with
both high entanglement and high trainability. Furthermore, the trained L-G
networks result in an impressive increase in time efficiency by about one
million times when constructing a PQC with specific entanglement and
trainability, demonstrating their practical applications in VQAs.
| [
{
"version": "v1",
"created": "Tue, 4 Jun 2024 06:28:05 GMT"
},
{
"version": "v2",
"created": "Sat, 19 Oct 2024 14:36:56 GMT"
},
{
"version": "v3",
"created": "Tue, 6 May 2025 03:53:36 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Zhang",
"Shikun",
""
],
[
"Zhou",
"Yang",
""
],
[
"Qin",
"Zheng",
""
],
[
"Li",
"Rui",
""
],
[
"Du",
"Chunxiao",
""
],
[
"Xiao",
"Zhisong",
""
],
[
"Zhang",
"Yongyou",
""
]
] |
2406.02720 | Jinyang Liu | Haolin Li, Jinyang Liu, Mario Sznaier, Octavia Camps | 3D-HGS: 3D Half-Gaussian Splatting | 8 pages, 9 figures | null | null | null | cs.CV cs.GR | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Photo-realistic image rendering from 3D scene reconstruction has advanced
significantly with neural rendering techniques. Among these, 3D Gaussian
Splatting (3D-GS) outperforms Neural Radiance Fields (NeRFs) in quality and
speed but struggles with shape and color discontinuities. We propose 3D
Half-Gaussian (3D-HGS) kernels as a plug-and-play solution to address these
limitations. Our experiments show that 3D-HGS enhances existing 3D-GS methods,
achieving state-of-the-art rendering quality without compromising speed.
| [
{
"version": "v1",
"created": "Tue, 4 Jun 2024 19:04:29 GMT"
},
{
"version": "v2",
"created": "Thu, 13 Jun 2024 18:49:59 GMT"
},
{
"version": "v3",
"created": "Thu, 27 Feb 2025 20:52:28 GMT"
},
{
"version": "v4",
"created": "Sun, 4 May 2025 17:48:39 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Li",
"Haolin",
""
],
[
"Liu",
"Jinyang",
""
],
[
"Sznaier",
"Mario",
""
],
[
"Camps",
"Octavia",
""
]
] |
2406.06269 | Reza Mahani | M. R. Mahani, Igor A. Nechepurenko, Yasmin Rahimof, Andreas Wicht | Mode-Coupling-Driven Frequency Stabilization in Semiconductor Lasers
with Bragg Grating Waveguide | null | Optics Express, 33, 6, 13519, 2025 | 10.1364/OE.557803 | null | physics.optics physics.app-ph | http://creativecommons.org/licenses/by/4.0/ | Precisely stabilizing laser frequency is crucial for advancing laser
technology and unlocking the full potential of various quantum technologies.
Here, we propose a compact device for stabilizing frequency of a semiconductor
laser through mode coupling effects, which provides enhanced sensitivity. Our
proposed architecture features a main ridge waveguide with a Bragg grating,
flanked by two curved ridge waveguides. This configuration exhibits an optical
phenomenon characterized by a transmission crossing at the wavelength of the
Bragg grating. Using particle swarm optimization strategy and employing
efficient figures of merit, we achieve a high transmission crossing. The
observed asymmetric transmission crossing not only holds the promise for an
efficient and compact on-chip laser frequency stabilizer, but also fosters the
development of novel sensing platforms with heightened sensitivity.
| [
{
"version": "v1",
"created": "Mon, 10 Jun 2024 13:51:56 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Mahani",
"M. R.",
""
],
[
"Nechepurenko",
"Igor A.",
""
],
[
"Rahimof",
"Yasmin",
""
],
[
"Wicht",
"Andreas",
""
]
] |
2406.06304 | Alessandro Giacchetto | Ga\"etan Borot, Alessandro Giacchetto, Giacomo Umer | Symmetries of F-cohomological field theories and F-topological recursion | 51 pages; v2: Theorem 4.6 fixed. v3: tick action fixed, fork action
removed, conclusion added | null | null | null | math-ph math.AG math.MP | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We define F-topological recursion (F-TR) as a non-symmetric version of
topological recursion, which associates a vector potential to some initial
data. We describe the symmetries of the initial data for F-TR and show that, at
the level of the vector potential, they include the F-Givental (non-linear)
symmetries studied by Arsie, Buryak, Lorenzoni, and Rossi within the framework
of F-manifolds. Additionally, we propose a spectral curve formulation of
F-topological recursion. This allows us to extend the correspondence between
semisimple cohomological field theories (CohFTs) and topological recursion, as
established by Dunin-Barkowski, Orantin, Shadrin, and Spitz, to the F-world. In
the absence of a full reconstruction theorem \`a la Teleman for F-CohFTs, this
demonstrates that F-TR holds for the ancestor vector potential of a given
F-CohFT if and only if it holds for some F-CohFT in its F-Givental orbit. We
turn this into a useful statement by showing that the correlation functions of
F-topological field theories (F-CohFTs of cohomological degree 0) are governed
by F-TR. We apply these results to the extended 2-spin F-CohFT. Furthermore, we
exhibit a large set of linear symmetries of F-CohFTs, which do not commute with
the F-Givental action.
| [
{
"version": "v1",
"created": "Mon, 10 Jun 2024 14:20:09 GMT"
},
{
"version": "v2",
"created": "Tue, 15 Oct 2024 08:28:13 GMT"
},
{
"version": "v3",
"created": "Tue, 6 May 2025 10:10:28 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Borot",
"Gaëtan",
""
],
[
"Giacchetto",
"Alessandro",
""
],
[
"Umer",
"Giacomo",
""
]
] |
2406.06927 | Fucai Lin | Fucai Lin, Xixi Qi | Some generalized metric properties of $n$-semitopological groups | 17 pages | null | null | null | math.GR math.GN | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | A semitopological group $G$ is called {\it an $n$-semitopological group}, if
for any $g\in G$ with $e\not\in\overline{\{g\}}$ there is a neighborhood $W$ of
$e$ such that $g\not\in W^{n}$, where $n\in\mathbb{N}$. The class of
$n$-semitopological groups ($n\geq 2$) contains the class of paratopological
groups and Hausdorff quasi-topological groups. Fix any $n\in\mathbb{N}$. Some
properties of $n$-semitopological groups are studied, and some questions about
$n$-semitopological groups are posed. Some generalized metric properties of
$n$-semitopological groups are discussed, which contains mainly results are
that (1) each Hausdorff first-countable 2-semitopological group admits a
coarsersemi-metrizable topology; (2) each locally compact, Baire and
$\sigma$-compact 2-semitopological group is a topological group; (3) the
condensation of some kind of 2-semitopological groups topologies are given.
Finally, some cardinal invariants of $n$-semitopological groups are discussed.
| [
{
"version": "v1",
"created": "Tue, 11 Jun 2024 03:46:05 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 07:46:45 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Lin",
"Fucai",
""
],
[
"Qi",
"Xixi",
""
]
] |
2406.07113 | Sergey Linok | Sergey Linok, Tatiana Zemskova, Svetlana Ladanova, Roman Titkov,
Dmitry Yudin, Maxim Monastyrny, Aleksei Valenkov | Beyond Bare Queries: Open-Vocabulary Object Grounding with 3D Scene
Graph | 6 pages, 6 figures, 5 tables | null | null | null | cs.CV cs.AI | http://creativecommons.org/licenses/by/4.0/ | Locating objects described in natural language presents a significant
challenge for autonomous agents. Existing CLIP-based open-vocabulary methods
successfully perform 3D object grounding with simple (bare) queries, but cannot
cope with ambiguous descriptions that demand an understanding of object
relations. To tackle this problem, we propose a modular approach called BBQ
(Beyond Bare Queries), which constructs 3D scene graph representation with
metric and semantic spatial edges and utilizes a large language model as a
human-to-agent interface through our deductive scene reasoning algorithm. BBQ
employs robust DINO-powered associations to construct 3D object-centric map and
an advanced raycasting algorithm with a 2D vision-language model to describe
them as graph nodes. On the Replica and ScanNet datasets, we have demonstrated
that BBQ takes a leading place in open-vocabulary 3D semantic segmentation
compared to other zero-shot methods. Also, we show that leveraging spatial
relations is especially effective for scenes containing multiple entities of
the same semantic class. On challenging Sr3D+, Nr3D and ScanRefer benchmarks,
our deductive approach demonstrates a significant improvement, enabling objects
grounding by complex queries compared to other state-of-the-art methods. The
combination of our design choices and software implementation has resulted in
significant data processing speed in experiments on the robot on-board
computer. This promising performance enables the application of our approach in
intelligent robotics projects. We made the code publicly available at
https://linukc.github.io/BeyondBareQueries/.
| [
{
"version": "v1",
"created": "Tue, 11 Jun 2024 09:57:04 GMT"
},
{
"version": "v2",
"created": "Mon, 17 Jun 2024 13:55:40 GMT"
},
{
"version": "v3",
"created": "Mon, 16 Sep 2024 15:47:45 GMT"
},
{
"version": "v4",
"created": "Tue, 6 May 2025 14:02:10 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Linok",
"Sergey",
""
],
[
"Zemskova",
"Tatiana",
""
],
[
"Ladanova",
"Svetlana",
""
],
[
"Titkov",
"Roman",
""
],
[
"Yudin",
"Dmitry",
""
],
[
"Monastyrny",
"Maxim",
""
],
[
"Valenkov",
"Aleksei",
""
]
] |
2406.08017 | Mikhail Borovoi | Mikhail Borovoi | The defect of weak approximation for a reductive group over a global
field | v1: 12 pages; v2: 13 pages; v3: 15 pages; v4: 14 pages; v6: 26 pages,
including the listing of a Magma program | null | null | MPIM-Bonn-2024 | math.RT math.AG math.GR math.NT | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We compute the defect of weak approximation for a reductive group G over a
global field K in terms of the algebraic fundamental group of G.
| [
{
"version": "v1",
"created": "Wed, 12 Jun 2024 09:17:59 GMT"
},
{
"version": "v2",
"created": "Sat, 15 Jun 2024 18:54:32 GMT"
},
{
"version": "v3",
"created": "Sat, 6 Jul 2024 13:42:46 GMT"
},
{
"version": "v4",
"created": "Sun, 1 Sep 2024 14:59:45 GMT"
},
{
"version": "v5",
"created": "Wed, 4 Sep 2024 05:45:26 GMT"
},
{
"version": "v6",
"created": "Tue, 6 May 2025 10:38:23 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Borovoi",
"Mikhail",
""
]
] |
2406.09302 | Manon Stipulanti | Jean-Paul Allouche, John M. Campbell, Shuo Li, Jeffrey Shallit, Manon
Stipulanti | The reflection complexity of sequences over finite alphabets | 41 pages | null | null | null | math.CO cs.DM cs.FL | http://creativecommons.org/licenses/by/4.0/ | In combinatorics on words, the well-studied factor complexity function
$\rho_{\infw{x}}$ of a sequence $\infw{x}$ over a finite
alphabet counts, for every nonnegative integer $n$, the number of distinct
length-$n$ factors of $\infw{x}$. In this paper, we
introduce the \emph{reflection complexity} function $r_{\infw{x}}$ to
enumerate the factors occurring in a sequence $\infw{x}$, up
to reversing the order of symbols in a word. We prove a number of results
about the growth properties of $r_{\infw{x}}$
and its relationship with other complexity functions. We also prove a
Morse--Hedlund-type result characterizing eventually periodic
sequences in terms of their reflection complexity, and we deduce a
characterization of Sturmian sequences. We investigate
the reflection complexity of quasi-Sturmian, episturmian, $(s+1)$-dimensional
billiard, complementation-symmetric Rote, and rich
sequences. Furthermore, we prove that if $\infw{x}$ is $k$-automatic, then
$r_{\infw{x}}$ is computably $k$-regular, and we use the
software \texttt{Walnut} to evaluate the reflection complexity of some
automatic sequences, such as the Thue--Morse sequence. We
note that there are still many unanswered questions about this reflection
measure.
| [
{
"version": "v1",
"created": "Thu, 13 Jun 2024 16:39:05 GMT"
},
{
"version": "v2",
"created": "Mon, 8 Jul 2024 14:02:36 GMT"
},
{
"version": "v3",
"created": "Fri, 19 Jul 2024 13:53:43 GMT"
},
{
"version": "v4",
"created": "Tue, 6 May 2025 11:30:48 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Allouche",
"Jean-Paul",
""
],
[
"Campbell",
"John M.",
""
],
[
"Li",
"Shuo",
""
],
[
"Shallit",
"Jeffrey",
""
],
[
"Stipulanti",
"Manon",
""
]
] |
2406.12363 | Joackim Bernier | Charbella Abou Khalil (Nantes Univ), Joackim Bernier (Nantes Univ) | Almost conservation of the harmonic actions for fully discretized
nonlinear Klein--Gordon equations at low regularity | null | null | null | null | math.AP cs.NA math.NA | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Close to the origin, the nonlinear Klein--Gordon equations on the circle are
nearly integrable Hamiltonian systems which have infinitely many almost
conserved quantities called harmonic actions or super-actions. We prove that,
at low regularity and with a CFL number of size 1, this property is preserved
if we discretize the nonlinear Klein--Gordon equations with the symplectic
mollified impulse methods. This extends previous results of D. Cohen, E. Hairer
and C. Lubich to non-smooth solutions.
| [
{
"version": "v1",
"created": "Tue, 18 Jun 2024 07:44:11 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 09:43:31 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Khalil",
"Charbella Abou",
"",
"Nantes Univ"
],
[
"Bernier",
"Joackim",
"",
"Nantes Univ"
]
] |
2406.13216 | Songyang Chen | Songyang Chen, Yu Liu, Lei Zou, Zexuan Wang, Youfang Lin | CombAlign: Enhancing Model Expressiveness in Unsupervised Graph
Alignment | 12 pages, 9 figures | null | null | null | cs.LG cs.AI | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Unsupervised graph alignment finds the node correspondence between a pair of
attributed graphs by only exploiting graph structure and node features. One
category of recent studies first computes the node representation and then
matches nodes with the largest embedding-based similarity, while the other
category reduces the problem to optimal transport (OT) via Gromov-Wasserstein
learning. However, it remains largely unexplored in the model expressiveness,
as well as how theoretical expressivity impacts prediction accuracy. We
investigate the model expressiveness from two aspects. First, we characterize
the model's discriminative power in distinguishing matched and unmatched node
pairs across two graphs. Second, we study the model's capability of
guaranteeing node matching properties such as one-to-one matching and mutual
alignment. Motivated by our theoretical analysis, we put forward a hybrid
approach named CombAlign with stronger expressive power. Specifically, we
enable cross-dimensional feature interaction for OT-based learning and propose
an embedding-based method inspired by the Weisfeiler-Lehman test. We also apply
non-uniform marginals obtained from the embedding-based modules to OT as priors
for more expressiveness. Based on that, we propose a traditional
algorithm-based refinement, which combines our OT and embedding-based
predictions using the ensemble learning strategy and reduces the problem to
maximum weight matching. With carefully designed edge weights, we ensure those
matching properties and further enhance prediction accuracy. By extensive
experiments, we demonstrate a significant improvement of 14.5% in alignment
accuracy compared to state-of-the-art approaches and confirm the soundness of
our theoretical analysis.
| [
{
"version": "v1",
"created": "Wed, 19 Jun 2024 04:57:35 GMT"
},
{
"version": "v2",
"created": "Thu, 1 May 2025 10:13:37 GMT"
},
{
"version": "v3",
"created": "Tue, 6 May 2025 16:16:42 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Chen",
"Songyang",
""
],
[
"Liu",
"Yu",
""
],
[
"Zou",
"Lei",
""
],
[
"Wang",
"Zexuan",
""
],
[
"Lin",
"Youfang",
""
]
] |
2406.13896 | Nathaniel Chodosh | Nathaniel Chodosh, Anish Madan, Simon Lucey, Deva Ramanan | SMORE: Simultaneous Map and Object REconstruction | 3DV 2025,CVPR 2025 4D Vision Workshop | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We present a method for dynamic surface reconstruction of large-scale urban
scenes from LiDAR. Depth-based reconstructions tend to focus on small-scale
objects or large-scale SLAM reconstructions that treat moving objects as
outliers. We take a holistic perspective and optimize a compositional model of
a dynamic scene that decomposes the world into rigidly-moving objects and the
background. To achieve this, we take inspiration from recent novel view
synthesis methods and frame the reconstruction problem as a global optimization
over neural surfaces, ego poses, and object poses, which minimizes the error
between composed spacetime surfaces and input LiDAR scans. In contrast to view
synthesis methods, which typically minimize 2D errors with gradient descent, we
minimize a 3D point-to-surface error by coordinate descent, which we decompose
into registration and surface reconstruction steps. Each step can be handled
well by off-the-shelf methods without any re-training. We analyze the surface
reconstruction step for rolling-shutter LiDARs, and show that deskewing
operations common in continuous time SLAM can be applied to dynamic objects as
well, improving results over prior art by an order of magnitude. Beyond
pursuing dynamic reconstruction as a goal in and of itself, we propose that
such a system can be used to auto-label partially annotated sequences and
produce ground truth annotation for hard-to-label problems such as depth
completion and scene flow. Please see https://anishmadan23.github.io/smore/ for
more visual results.
| [
{
"version": "v1",
"created": "Wed, 19 Jun 2024 23:53:31 GMT"
},
{
"version": "v2",
"created": "Mon, 6 Jan 2025 21:25:07 GMT"
},
{
"version": "v3",
"created": "Thu, 10 Apr 2025 20:08:54 GMT"
},
{
"version": "v4",
"created": "Tue, 6 May 2025 17:17:31 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Chodosh",
"Nathaniel",
""
],
[
"Madan",
"Anish",
""
],
[
"Lucey",
"Simon",
""
],
[
"Ramanan",
"Deva",
""
]
] |
2406.14251 | Hongjin Du | Hongjin Du, Rashmi Prasad, Aleksandra Lekic, Pedro P. Vergara, Peter
Palensky | Enhanced Optimal Power Flow Based Droop Control in MMC-MTDC Systems | null | null | 10.1109/ISGTEUROPE62998.2024.10863591 | null | eess.SY cs.SY | http://creativecommons.org/licenses/by/4.0/ | Optimizing operational set points for modular multilevel converters (MMCs) in
Multi-Terminal Direct Current (MTDC) transmission systems is crucial for
ensuring efficient power distribution and control. This paper presents an
enhanced Optimal Power Flow (OPF) model for MMC-MTDC systems, integrating a
novel adaptive voltage droop control strategy. The strategy aims to minimize
generation costs and DC voltage deviations while ensuring the stable operation
of the MTDC grid by dynamically adjusting the system operation points. The
modified Nordic 32 test system with an embedded 4-terminal DC grid is modeled
in Julia and the proposed control strategy is applied to the power model. The
results demonstrate the feasibility and effectiveness of the proposed droop
control strategy, affirming its potential value in enhancing the performance
and reliability of hybrid AC-DC power systems.
| [
{
"version": "v1",
"created": "Thu, 20 Jun 2024 12:24:20 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Du",
"Hongjin",
""
],
[
"Prasad",
"Rashmi",
""
],
[
"Lekic",
"Aleksandra",
""
],
[
"Vergara",
"Pedro P.",
""
],
[
"Palensky",
"Peter",
""
]
] |
2406.14498 | Sheikh Asif Imran | Sheikh Asif Imran, Mohammad Nur Hossain Khan, Subrata Biswas, Bashima
Islam | LLaSA: A Multimodal LLM for Human Activity Analysis Through Wearable and
Smartphone Sensors | null | null | null | null | cs.CL | http://creativecommons.org/licenses/by/4.0/ | Wearables generate rich motion data, yet current systems only classify what
happened - failing to support natural questions about why it happened or what
it means. We introduce LLaSA (Large Language and Sensor Assistant), a compact
13B model that enables ask-anything, open-ended question answering grounded in
raw IMU data. LLaSA supports conversational, context-aware reasoning -
explaining the causes of sensor-detected behaviors and answering free-form
questions in real-world scenarios. It is tuned for scientific accuracy,
coherence, and response reliability. To advance this new task of sensor-based
QA, we release three large-scale datasets: SensorCaps, OpenSQA, and
Tune-OpenSQA. Together, these resources define a new benchmark for
sensor-language models. LLaSA consistently produces interpretable, causal
answers and outperforms commercial LLMs across both public and real-world
settings. Our code repository and datasets can be found at
https://github.com/BASHLab/LLaSA.
| [
{
"version": "v1",
"created": "Thu, 20 Jun 2024 17:00:34 GMT"
},
{
"version": "v2",
"created": "Tue, 10 Dec 2024 21:52:35 GMT"
},
{
"version": "v3",
"created": "Mon, 5 May 2025 20:54:48 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Imran",
"Sheikh Asif",
""
],
[
"Khan",
"Mohammad Nur Hossain",
""
],
[
"Biswas",
"Subrata",
""
],
[
"Islam",
"Bashima",
""
]
] |
2406.16020 | Bin Wang | Bin Wang, Xunlong Zou, Geyu Lin, Shuo Sun, Zhuohan Liu, Wenyu Zhang,
Zhengyuan Liu, AiTi Aw, Nancy F. Chen | AudioBench: A Universal Benchmark for Audio Large Language Models | v5 - Update acknowledgment; Code:
https://github.com/AudioLLMs/AudioBench | null | null | null | cs.SD cs.CL eess.AS | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We introduce AudioBench, a universal benchmark designed to evaluate Audio
Large Language Models (AudioLLMs). It encompasses 8 distinct tasks and 26
datasets, among which, 7 are newly proposed datasets. The evaluation targets
three main aspects: speech understanding, audio scene understanding, and voice
understanding (paralinguistic). Despite recent advancements, there lacks a
comprehensive benchmark for AudioLLMs on instruction following capabilities
conditioned on audio signals. AudioBench addresses this gap by setting up
datasets as well as desired evaluation metrics. Besides, we also evaluated the
capabilities of five popular models and found that no single model excels
consistently across all tasks. We outline the research outlook for AudioLLMs
and anticipate that our open-sourced evaluation toolkit, data, and leaderboard
will offer a robust testbed for future model developments.
| [
{
"version": "v1",
"created": "Sun, 23 Jun 2024 05:40:26 GMT"
},
{
"version": "v2",
"created": "Tue, 25 Jun 2024 12:27:06 GMT"
},
{
"version": "v3",
"created": "Mon, 2 Sep 2024 07:54:54 GMT"
},
{
"version": "v4",
"created": "Wed, 6 Nov 2024 01:49:36 GMT"
},
{
"version": "v5",
"created": "Tue, 6 May 2025 00:52:19 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Wang",
"Bin",
""
],
[
"Zou",
"Xunlong",
""
],
[
"Lin",
"Geyu",
""
],
[
"Sun",
"Shuo",
""
],
[
"Liu",
"Zhuohan",
""
],
[
"Zhang",
"Wenyu",
""
],
[
"Liu",
"Zhengyuan",
""
],
[
"Aw",
"AiTi",
""
],
[
"Chen",
"Nancy F.",
""
]
] |
2406.17037 | Anjali Agrawal | Anjali A. Agrawal, Jo\~ao C. Getelina, Akhil Francis, A. F. Kemper | Cheaper and more noise-resilient quantum state preparation using
eigenvector continuation | 20 pages, 20 figures | Phys. Rev. A 111, 032607, 2025 | 10.1103/PhysRevA.111.032607 | null | quant-ph | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Subspace methods are powerful, noise-resilient methods that can effectively
prepare ground states on quantum computers. The challenge is to get a subspace
with a small condition number that spans the states of interest using minimal
quantum resources. In this work, we will use eigenvector continuation (EC) to
build a subspace from the low-lying states of a set of Hamiltonians. The basis
vectors are prepared using truncated versions of standard state preparation
methods such as imaginary time evolution (ITE), adiabatic state preparation
(ASP), and variational quantum eigensolver (VQE). By using these truncated
methods combined with eigenvector continuation, we can directly improve upon
them, obtaining more accurate ground state energies at a reduced cost. We use
several spin systems to demonstrate convergence even when methods like ITE and
ASP fail, such as ASP in the presence of level crossings and ITE with vanishing
energy gaps. We also showcase the noise resilience of this approach beyond the
gains already made by having shallower quantum circuits. Our findings suggest
that eigenvector continuation can be used to improve existing state preparation
methods in the near term.
| [
{
"version": "v1",
"created": "Mon, 24 Jun 2024 18:00:50 GMT"
},
{
"version": "v2",
"created": "Tue, 28 Jan 2025 19:00:30 GMT"
},
{
"version": "v3",
"created": "Tue, 4 Feb 2025 20:00:59 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Agrawal",
"Anjali A.",
""
],
[
"Getelina",
"João C.",
""
],
[
"Francis",
"Akhil",
""
],
[
"Kemper",
"A. F.",
""
]
] |
2406.17299 | Masahito Hayashi | Masahito Hayashi | Measuring quantum relative entropy with finite-size effect | null | Quantum 9, 1725 (2025) | 10.22331/q-2025-05-05-1725 | 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-05-07T00:00:00 | [
[
"Hayashi",
"Masahito",
""
]
] |
2406.18793 | Mauricio Sepulveda | Raul Nina Mollisaca, Mauricio Sep\'ulveda Cort\'es, Rodfigo V\'ejar
As\'em, Octavio Vera Villagr\'an | Higher order nonlinear Schr\"odinger equation in domains with moving
boundaries | null | null | 10.1002/mma.11000 | null | math.AP | http://creativecommons.org/licenses/by/4.0/ | The initial-boundary value problem in a bounded domain with moving boundaries
and nonhomogeneous boundary conditions for a higher order nonlinear
Schr\"odinger (HNLS) equation is considered. Existence and uniqueness of global
weak solutions are proved as well as the stability of the solution.
Additionally, a conservative numerical method of finite differences is
introduced that also verifies stability properties with respect to the
$L^2$-norm, and along with proving its convergence, some interesting numerical
examples are shown that illustrate the behavior of the solution.
| [
{
"version": "v1",
"created": "Wed, 26 Jun 2024 23:35:52 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Mollisaca",
"Raul Nina",
""
],
[
"Cortés",
"Mauricio Sepúlveda",
""
],
[
"Asém",
"Rodfigo Véjar",
""
],
[
"Villagrán",
"Octavio Vera",
""
]
] |
2406.18890 | Surajit Biswas | Surajit Biswas, Bipul Saurabh | Spectral dimension of $p$-adic integers | All results in these preprints either appear in or follow as special
cases of the preprint arXiv:2505.01439 | null | null | null | math.QA | http://creativecommons.org/licenses/by/4.0/ | The notion of spectral dimension was introduced by Chakraborty and Pal in
\cite{cp}. In this paper, we show that the spectral dimension of the ring of
$p$-adic integers, $\mathbb{Z}_p$, is equal to its manifold dimension, which is
$0$. Finally, we determine the $K$-groups of $\mathbb{Z}_p$, and show that the
generators of $K_0(\mathbb{Z}_p)$ can be expressed as finite span of the
characters of $\mathbb{Z}_p$.
| [
{
"version": "v1",
"created": "Thu, 27 Jun 2024 05:02:33 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 04:32:14 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Biswas",
"Surajit",
""
],
[
"Saurabh",
"Bipul",
""
]
] |
2406.19479 | William Sands | William A. Sands and Wei Guo and Jing-Mei Qiu and Tao Xiong | High-order Adaptive Rank Integrators for Multi-scale Linear Kinetic
Transport Equations in the Hierarchical Tucker Format | 30 pages, 16 figures, 2 tables, 49 references | null | null | null | math.NA cs.NA physics.comp-ph | http://creativecommons.org/licenses/by/4.0/ | In this paper, we present a new adaptive rank approximation technique for
computing solutions to the high-dimensional linear kinetic transport equation.
The approach we propose is based on a macro-micro decomposition of the kinetic
model in which the angular domain is discretized with a tensor product
quadrature rule under the discrete ordinates method. To address the challenges
associated with the curse of dimensionality, the proposed low-rank method is
cast in the framework of the hierarchical Tucker decomposition. The adaptive
rank integrators we propose are built upon high-order discretizations for both
time and space. In particular, this work considers implicit-explicit
discretizations for time and finite-difference weighted-essentially
non-oscillatory discretizations for space. The high-order singular value
decomposition is used to perform low-rank truncation of the high-dimensional
time-dependent distribution function. The methods are applied to several
benchmark problems, where we compare the solution quality and measure
compression achieved by the adaptive rank methods against their corresponding
full-grid methods. We also demonstrate the benefits of high-order
discretizations in the proposed low-rank framework.
| [
{
"version": "v1",
"created": "Thu, 27 Jun 2024 18:44:47 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 16:24:22 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Sands",
"William A.",
""
],
[
"Guo",
"Wei",
""
],
[
"Qiu",
"Jing-Mei",
""
],
[
"Xiong",
"Tao",
""
]
] |
2406.19945 | Norihide Tokushige | Norihide Tokushige | Alon's transmitting problem and multicolor Beck--Spencer Lemma | 8 pages | null | null | null | math.CO cs.IT math.IT math.OC | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The Hamming graph $H(n,q)$ is defined on the vertex set $\{1,2,\ldots,q\}^n$
and two vertices are adjacent if and only if they differ in precisely one
coordinate. Alon (1992) proved that for any sequence $v_1,\ldots,v_b$ of
$b=\lceil\frac n2\rceil$ vertices of $H(n,2)$, there is a vertex whose distance
from $v_i$ is at least $b-i+1$ for all $1\leq i\leq b$. In this note, we prove
that for any $q\geq 3$ and any sequence $v_1,\ldots,v_b$ of
$b=\lfloor(1-\frac1q)n\rfloor$ vertices of $H(n,q)$, there is a vertex whose
distance from $v_i$ is at least $b-i+1$ for all $1\leq i\leq b$.
Alon used a lemma due to Beck and Spencer (1983) which, in turn, was based on
the floating variable method introduced by Beck and Fiala (1981) who studied
combinatorial discrepancies. For our proof, we extend the Beck--Spencer Lemma
by using a multicolor version of the floating variable method due to Doerr and
Srivastav (2003).
| [
{
"version": "v1",
"created": "Fri, 28 Jun 2024 14:25:34 GMT"
},
{
"version": "v2",
"created": "Mon, 8 Jul 2024 14:04:58 GMT"
},
{
"version": "v3",
"created": "Tue, 6 May 2025 05:07:55 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Tokushige",
"Norihide",
""
]
] |
2407.00037 | Eric Yan | Eric Yan | Information About Other Players in Mechanism Design | 34 pages, 1 figure | null | null | null | econ.TH | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We show the existence of mechanism design settings where the planner has an
interest in agents receiving noisy signals about the types of other agents.
When the planner is interested only in partial implementation, any social
choice rule that is incentive-compatible after agents receive additional
information about other agents is incentive-compatible without this
information. However, additional information about other agents can eliminate
undesired equilibria, making it helpful to a planner interested in full
implementation. We provide a sufficient condition under which a social choice
rule that is not fully implementable when agents have no information about
types of other agents can become fully implementable if agents have additional
information.
| [
{
"version": "v1",
"created": "Tue, 28 May 2024 16:40:35 GMT"
},
{
"version": "v2",
"created": "Tue, 1 Apr 2025 12:57:57 GMT"
},
{
"version": "v3",
"created": "Mon, 5 May 2025 19:17:23 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Yan",
"Eric",
""
]
] |
2407.00198 | A Zuevsky | A. Zuevsky | Sequences of multiple products and cohomology classes for foliations of
complex curves | null | null | null | null | math.FA | http://creativecommons.org/publicdomain/zero/1.0/ | The idea of transversality is explored in the construction of cohomology
theory associated to regularized sequences of multiple products of rational
functions associated to vertex algebra cohomology of codimension one foliations
on complex curves. Explicit formulas for cohomology invariants results from
consideration transversality conditions applied to sequences of multiple
products for elements of chain-cochain transversal complexes defined for
codimension one foliations.
| [
{
"version": "v1",
"created": "Fri, 28 Jun 2024 19:12:09 GMT"
},
{
"version": "v2",
"created": "Tue, 27 Aug 2024 12:45:25 GMT"
},
{
"version": "v3",
"created": "Mon, 5 May 2025 20:33:50 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Zuevsky",
"A.",
""
]
] |
2407.04935 | Michael Bersudsky | Michael Bersudsky, Nimish A. Shah, Hao Xing | Equidistribution of polynomially bounded o-minimal curves in homogeneous
spaces | null | null | null | null | math.DS math.LO | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We extend Ratner's theorem on equidistribution of individual orbits of
unipotent flows on finite volume homogeneous spaces of Lie groups to
trajectories of non-contracting curves definable in polynomially bounded
o-minimal structures.
To be precise, let $\varphi:[0,\infty)\to \text{SL}(n,\mathbb R)$ be a
continuous map whose coordinate functions are definable in a polynomially
bounded o-minimal structure; for example, rational functions. Suppose that
$\varphi$ is non-contracting; that is, for any linearly independent vectors
$v_1,\ldots,v_k$ in $\mathbb R^n$, $\varphi(t).(v_1\wedge\cdots\wedge
v_k)\not\to0$ as $t\to\infty$. Then, there exists a unique smallest subgroup
$H_\varphi$ of $\text{SL}(n,\mathbb R)$ generated by unipotent one-parameter
subgroups such that $\varphi(t)H_\varphi\to g_0H_\varphi$ in
$\text{SL}(n,\mathbb R)/H_\varphi$ as $t\to\infty$ for some $g_0\in
\text{SL}(n,\mathbb R)$.
Let $G$ be a closed subgroup of $\text{SL}(n,\mathbb R)$ and $\Gamma$ be a
lattice in $G$. Suppose that $\varphi([0,\infty))\subset G$. Then
$H_\varphi\subset G$, and for any $x\in G/\Gamma$, the trajectory
$\{\varphi(t)x:t\in [0,T]\}$ gets equidistributed with respect to the measure
$g_0\mu_{Lx}$ as $T\to\infty$, where $L$ is a closed subgroup of $G$ such that
$\overline{Hx}=Lx$ and $Lx$ admits a unique $L$-invariant probability measure,
denoted by $\mu_{Lx}$.
A crucial new ingredient in this work is proving that for any
finite-dimensional representation $V$ of $\text{SL}(n,\mathbb R)$, there exist
$T_0>0$, $C>0$, and $\alpha>0$ such that for any $v\in G$, the map $t\mapsto
\|\varphi(t)v\|$ is $(C,\alpha)$-good on $[T_0,\infty)$.
| [
{
"version": "v1",
"created": "Sat, 6 Jul 2024 02:53:02 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 11:41:06 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Bersudsky",
"Michael",
""
],
[
"Shah",
"Nimish A.",
""
],
[
"Xing",
"Hao",
""
]
] |
2407.06449 | Subrahmanyam Duvvuri | Premika S. Thasu, Gaurav Kumar, and Subrahmanyam Duvvuri | An aeroacoustic mechanism to explain universal behavior in hypersonic
wake flow oscillations | 6 pages, 6 figures | Journal of Fluid Mechanics 1010, A6 (2025) | 10.1017/jfm.2025.305 | null | physics.flu-dyn | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Recent experimental studies reveal that the near-wake region of a circular
cylinder at hypersonic Mach numbers exhibits self-sustained flow oscillations.
The oscillation frequency was found to have a universal behavior. Experimental
observations suggest an aeroacoustic feedback loop to be the driving mechanism
of oscillations. An analytical aeroacoustic model which predicts the
experimentally observed frequencies and explains the universal behavior is
presented here. The model provides physical insights and informs of flow
regimes where deviations from universal behavior are to be expected.
| [
{
"version": "v1",
"created": "Mon, 8 Jul 2024 23:13:27 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Thasu",
"Premika S.",
""
],
[
"Kumar",
"Gaurav",
""
],
[
"Duvvuri",
"Subrahmanyam",
""
]
] |
2407.06606 | David Gimeno-G\'omez | David Gimeno-G\'omez and Carlos-D. Mart\'inez-Hinarejos | Tailored Design of Audio-Visual Speech Recognition Models using
Branchformers | Accepted in Computer Speech & Language journal of Elsevier | null | 10.1016/j.csl.2025.101811. | null | cs.CV cs.CL | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Recent advances in Audio-Visual Speech Recognition (AVSR) have led to
unprecedented achievements in the field, improving the robustness of this type
of system in adverse, noisy environments. In most cases, this task has been
addressed through the design of models composed of two independent encoders,
each dedicated to a specific modality. However, while recent works have
explored unified audio-visual encoders, determining the optimal cross-modal
architecture remains an ongoing challenge. Furthermore, such approaches often
rely on models comprising vast amounts of parameters and high computational
cost training processes. In this paper, we aim to bridge this research gap by
introducing a novel audio-visual framework. Our proposed method constitutes, to
the best of our knowledge, the first attempt to harness the flexibility and
interpretability offered by encoder architectures, such as the Branchformer, in
the design of parameter-efficient AVSR systems. To be more precise, the
proposed framework consists of two steps: first, estimating audio- and
video-only systems, and then designing a tailored audio-visual unified encoder
based on the layer-level branch scores provided by the modality-specific
models. Extensive experiments on English and Spanish AVSR benchmarks covering
multiple data conditions and scenarios demonstrated the effectiveness of our
proposed method. Even when trained on a moderate scale of data, our models
achieve competitive word error rates (WER) of approximately 2.5\% for English
and surpass existing approaches for Spanish, establishing a new benchmark with
an average WER of around 9.1\%. These results reflect how our tailored AVSR
system is able to reach state-of-the-art recognition rates while significantly
reducing the model complexity w.r.t. the prevalent approach in the field. Code
and pre-trained models are available at
https://github.com/david-gimeno/tailored-avsr.
| [
{
"version": "v1",
"created": "Tue, 9 Jul 2024 07:15:56 GMT"
},
{
"version": "v2",
"created": "Fri, 21 Feb 2025 10:52:07 GMT"
},
{
"version": "v3",
"created": "Sat, 3 May 2025 14:38:50 GMT"
},
{
"version": "v4",
"created": "Tue, 6 May 2025 08:24:18 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Gimeno-Gómez",
"David",
""
],
[
"Martínez-Hinarejos",
"Carlos-D.",
""
]
] |
2407.08277 | Marcel Vosshans | Marcel Vosshans, Omar Ait-Aider, Youcef Mezouar and Markus Enzweiler | StixelNExT: Toward Monocular Low-Weight Perception for Object
Segmentation and Free Space Detection | null | null | 10.1109/IV55156.2024.10588680 | null | cs.CV | http://creativecommons.org/licenses/by/4.0/ | In this work, we present a novel approach for general object segmentation
from a monocular image, eliminating the need for manually labeled training data
and enabling rapid, straightforward training and adaptation with minimal data.
Our model initially learns from LiDAR during the training process, which is
subsequently removed from the system, allowing it to function solely on
monocular imagery. This study leverages the concept of the Stixel-World to
recognize a medium level representation of its surroundings. Our network
directly predicts a 2D multi-layer Stixel-World and is capable of recognizing
and locating multiple, superimposed objects within an image. Due to the
scarcity of comparable works, we have divided the capabilities into modules and
present a free space detection in our experiments section. Furthermore, we
introduce an improved method for generating Stixels from LiDAR data, which we
use as ground truth for our network.
| [
{
"version": "v1",
"created": "Thu, 11 Jul 2024 08:25:51 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Vosshans",
"Marcel",
""
],
[
"Ait-Aider",
"Omar",
""
],
[
"Mezouar",
"Youcef",
""
],
[
"Enzweiler",
"Markus",
""
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.