id
stringlengths 9
16
| submitter
stringlengths 1
64
⌀ | authors
stringlengths 3
62.8k
| title
stringlengths 1
382
| comments
stringlengths 1
1.15k
⌀ | journal-ref
stringlengths 1
557
⌀ | doi
stringlengths 7
153
⌀ | report-no
stringlengths 1
509
⌀ | categories
stringlengths 5
125
| license
stringclasses 9
values | abstract
stringlengths 6
6.09k
| versions
listlengths 1
187
| update_date
timestamp[s]date 2007-05-23 00:00:00
2025-04-25 00:00:00
| authors_parsed
sequencelengths 1
2.83k
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2406.14393 | Zhihui Xie | Zhihui Xie, Jiahui Gao, Lei Li, Zhenguo Li, Qi Liu, Lingpeng Kong | Jailbreaking as a Reward Misspecification Problem | Accepted to ICLR 2025. Code:
https://github.com/zhxieml/remiss-jailbreak | null | null | null | cs.LG cs.CL | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The widespread adoption of large language models (LLMs) has raised concerns
about their safety and reliability, particularly regarding their vulnerability
to adversarial attacks. In this paper, we propose a novel perspective that
attributes this vulnerability to reward misspecification during the alignment
process. This misspecification occurs when the reward function fails to
accurately capture the intended behavior, leading to misaligned model outputs.
We introduce a metric ReGap to quantify the extent of reward misspecification
and demonstrate its effectiveness and robustness in detecting harmful backdoor
prompts. Building upon these insights, we present ReMiss, a system for
automated red teaming that generates adversarial prompts in a
reward-misspecified space. ReMiss achieves state-of-the-art attack success
rates on the AdvBench benchmark against various target aligned LLMs while
preserving the human readability of the generated prompts. Furthermore, these
attacks on open-source models demonstrate high transferability to closed-source
models like GPT-4o and out-of-distribution tasks from HarmBench. Detailed
analysis highlights the unique advantages of the proposed reward
misspecification objective compared to previous methods, offering new insights
for improving LLM safety and robustness.
| [
{
"version": "v1",
"created": "Thu, 20 Jun 2024 15:12:27 GMT"
},
{
"version": "v2",
"created": "Fri, 12 Jul 2024 08:15:45 GMT"
},
{
"version": "v3",
"created": "Fri, 4 Oct 2024 15:10:36 GMT"
},
{
"version": "v4",
"created": "Fri, 17 Jan 2025 13:56:50 GMT"
},
{
"version": "v5",
"created": "Sat, 19 Apr 2025 05:03:00 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Xie",
"Zhihui",
""
],
[
"Gao",
"Jiahui",
""
],
[
"Li",
"Lei",
""
],
[
"Li",
"Zhenguo",
""
],
[
"Liu",
"Qi",
""
],
[
"Kong",
"Lingpeng",
""
]
] |
2406.14469 | Cheng Zhang | Cheng Zhang | Movement-Prediction-Adjusted Na\"ive Forecast | null | null | null | null | cs.CE cs.AI cs.LG econ.EM stat.ML | http://creativecommons.org/licenses/by-nc-nd/4.0/ | This study introduces a movement-prediction-adjusted na\"ive forecast for
time series exhibiting symmetric random walk characteristics, which is
applicable after accurate movement predictions are available. Specifically, the
original na\"ive forecast is adjusted by a weighted movement prediction term,
where the weights are determined via two parameters derived from the in-sample
data: one based on directional accuracy of the movement prediction and the
other on the mean absolute increment of the target series. Simulation
experiments were conducted across four types of synthetic symmetric random walk
series, each with different variance structures. For each time series, diverse
movement predictions with predefined directional accuracies were randomly
generated, and the resulting forecasts were evaluated via the RMSE, MAE, MAPE,
and sMAPE metrics. The results demonstrated a clear monotonic improvement in
the forecast performance as the directional accuracy increased. Notably, the
adjusted na\"ive forecast achieved statistically significant improvements even
at relatively low directional accuracy levels slightly above 0.50. These
findings imply that the movement-prediction-adjusted na\"ive forecast can serve
as an effective second-stage method for forecasting symmetric random walk time
series when consistent and accurate movement predictions are provided.
| [
{
"version": "v1",
"created": "Thu, 20 Jun 2024 16:32:18 GMT"
},
{
"version": "v2",
"created": "Mon, 24 Jun 2024 15:40:40 GMT"
},
{
"version": "v3",
"created": "Thu, 18 Jul 2024 10:19:49 GMT"
},
{
"version": "v4",
"created": "Sat, 20 Jul 2024 01:52:02 GMT"
},
{
"version": "v5",
"created": "Tue, 15 Oct 2024 02:37:21 GMT"
},
{
"version": "v6",
"created": "Wed, 8 Jan 2025 21:47:16 GMT"
},
{
"version": "v7",
"created": "Thu, 3 Apr 2025 01:44:51 GMT"
},
{
"version": "v8",
"created": "Fri, 18 Apr 2025 13:55:39 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Zhang",
"Cheng",
""
]
] |
2406.15459 | Yunxuan Ma | Yunxuan Ma, Yide Bian, Hao Xu, Weitao Yang, Jingshu Zhao, Zhijian
Duan, Feng Wang, Xiaotie Deng | Large-Scale Contextual Market Equilibrium Computation through Deep
Learning | 25 pages, 4 figures, recieved at IJTCS2025 | null | null | null | cs.GT cs.CE cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Market equilibrium is one of the most fundamental solution concepts in
economics and social optimization analysis. Existing works on market
equilibrium computation primarily focus on settings with relatively few buyers.
Motivated by this, our paper investigates the computation of market equilibrium
in scenarios with a large-scale buyer population, where buyers and goods are
represented by their contexts. Building on this realistic and generalized
contextual market model, we introduce MarketFCNet, a deep learning-based method
for approximating market equilibrium. We start by parameterizing the allocation
of each good to each buyer using a neural network, which depends solely on the
context of the buyer and the good. Next, we propose an efficient method to
unbiasedly estimate the loss function of the training algorithm, enabling us to
optimize the network parameters through gradient. To evaluate the approximated
solution, we propose a metric called Nash Gap, which quantifies the deviation
of the given allocation and price pair from the market equilibrium.
Experimental results indicate that MarketFCNet delivers competitive performance
and significantly lower running times compared to existing methods as the
market scale expands, demonstrating the potential of deep learning-based
methods to accelerate the approximation of large-scale contextual market
equilibrium.
| [
{
"version": "v1",
"created": "Tue, 11 Jun 2024 03:36:00 GMT"
},
{
"version": "v2",
"created": "Thu, 17 Apr 2025 08:05:19 GMT"
},
{
"version": "v3",
"created": "Mon, 21 Apr 2025 05:15:17 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Ma",
"Yunxuan",
""
],
[
"Bian",
"Yide",
""
],
[
"Xu",
"Hao",
""
],
[
"Yang",
"Weitao",
""
],
[
"Zhao",
"Jingshu",
""
],
[
"Duan",
"Zhijian",
""
],
[
"Wang",
"Feng",
""
],
[
"Deng",
"Xiaotie",
""
]
] |
2406.15494 | Laszlo Kish | Mehmet Yildirim, Nasir Kenarangui, Robert Balog, Laszlo B. Kish,
Chanan Singh | Simple Cracking of (Noise-Based) Dynamic Watermarking in Smart Grids | Published in Fluctuation and Noise Letters | Fluctuation and Noise Letters, Vol. 23, No. 06, 2450059 (2024) | 10.1142/S0219477524500597 | null | cs.CR | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Previous research employing a conceptual approach with a digital twin has
demonstrated that (noise-based) dynamic watermarking is incapable of providing
unconditional security in smart electrical grid systems. However, the
implementation of digital twins can be prohibitively costly or infeasible due
to limited available data on critical infrastructure. In this study, we first
analyze the spectral properties of dynamic watermarking and its associated
protocol. Subsequently, we present a straightforward attack inspired by the
digital twin method, which extracts and utilizes the grid noises and completely
breaches the security of dynamic watermarking without requiring knowledge of
the private watermarking signal. The attacker can fully expose the grid while
evading detection by the controller. Our findings indicate that in the absence
of secure and authenticated communications, dynamic watermarking offers neither
conditional nor unconditional security. Conversely, when communication lines,
sensors, and communicators are equipped with tamper-resistant and
secure/authenticated links, dynamic watermarking becomes redundant for grid
security.
| [
{
"version": "v1",
"created": "Tue, 18 Jun 2024 23:24:22 GMT"
},
{
"version": "v2",
"created": "Thu, 27 Jun 2024 08:29:40 GMT"
},
{
"version": "v3",
"created": "Sun, 20 Apr 2025 20:44:52 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Yildirim",
"Mehmet",
""
],
[
"Kenarangui",
"Nasir",
""
],
[
"Balog",
"Robert",
""
],
[
"Kish",
"Laszlo B.",
""
],
[
"Singh",
"Chanan",
""
]
] |
2406.15886 | Marian Ioan Munteanu Dr | Jun-ichi Inoguchi and Marian Ioan Munteanu | Homogeneity of magnetic trajectories in the Berger sphere | 37 pages | Journal of Mathematical Analysis and Applications (2025) art. no.
129554 | 10.1016/j.jmaa.2025.129554 | null | math.DG | http://creativecommons.org/publicdomain/zero/1.0/ | We study the homogeneity of contact magnetic trajectories in naturally
reductive Berger spheres. We prove that every contact magnetic trajectory is a
product of a homogeneous geodesic and a charged Reeb flow.
| [
{
"version": "v1",
"created": "Sat, 22 Jun 2024 16:26:07 GMT"
},
{
"version": "v2",
"created": "Wed, 9 Apr 2025 20:29:44 GMT"
},
{
"version": "v3",
"created": "Sat, 19 Apr 2025 08:50:24 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Inoguchi",
"Jun-ichi",
""
],
[
"Munteanu",
"Marian Ioan",
""
]
] |
2406.16142 | Lvzhou Li | Lvzhou Li and Jingquan Luo | Nearly Optimal Circuit Size for Sparse Quantum State Preparation | This is a version to appear in ICALP'2025. Some changes are below: 1.
The title has been changed and the authors are ordered alphabetically. 2. We
have provided a general result on the trade-off between the number of
ancillary qubits and the circuit size. 3. Results on depth optimization has
been deleted and will be be incorporated into a new paper on depth
optimization | null | null | null | quant-ph | http://creativecommons.org/licenses/by/4.0/ | Quantum state preparation is a fundamental and significant subroutine in
quantum computing. In this paper, we conduct a systematic investigation on the
circuit size (the total count of elementary gates in the circuit) for sparse
quantum state preparation. A quantum state is said to be $d$-sparse if it has
only $d$ non-zero amplitudes. For the task of preparing an $n$-qubit $d$-sparse
quantum state, we obtain the following results:
\textbf{Without ancillary qubits:} Any $n$-qubit $d$-sparse quantum state can
be prepared by a quantum circuit of size $O(\frac{nd}{\log n} + n)$ without
using ancillary qubits, which improves the previous best results. It is
asymptotically optimal when $d = \mathrm{poly}(n)$, and this optimality holds
for a broader scope under some reasonable assumptions.
\textbf{With limited ancillary qubits:} (i) Based on the first result, we
prove for the first time a trade-off between the number of ancillary qubits and
the circuit size: any $n$-qubit $d$-sparse quantum state can be prepared by a
quantum circuit of size $O(\frac{nd}{\log (n + m)} + n)$ using $m$ ancillary
qubits for any $m \in O(\frac{nd}{\log nd} + n)$.
(ii) We establish a matching lower bound $\Omega(\frac{nd}{\log {(n + m)} }+
n)$ under some reasonable assumptions, and obtain a slightly weaker lower bound
$\Omega(\frac{nd}{\log {(n + m)} + \log d} + n)$ without any assumptions.
\textbf{With unlimited ancillary qubits:} Given arbitrary amount of ancillary
qubits available, the circuit size for preparing $n$-qubit $d$-sparse quantum
states is $\Theta(\frac{nd}{\log nd} + n)$.
| [
{
"version": "v1",
"created": "Sun, 23 Jun 2024 15:28:20 GMT"
},
{
"version": "v2",
"created": "Sun, 20 Apr 2025 16:28:09 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Li",
"Lvzhou",
""
],
[
"Luo",
"Jingquan",
""
]
] |
2406.16246 | Shigeyuki Kondo | Igor Dolgachev, Shigeyuki Kond\=o | Bitangent surfaces and involutions of quartic surfaces | Revision (Section 5) | null | null | null | math.AG | http://creativecommons.org/licenses/by-nc-sa/4.0/ | We study the congruence of bitangent lines of an irreducible surface in the
3-dimensional projective space in arbitrary characteristic, with special
attention to quartic surfaces with rational double points and, in particular,
Kummer quartic surfaces.
| [
{
"version": "v1",
"created": "Mon, 24 Jun 2024 00:45:07 GMT"
},
{
"version": "v2",
"created": "Sat, 10 Aug 2024 05:46:18 GMT"
},
{
"version": "v3",
"created": "Mon, 3 Feb 2025 02:11:26 GMT"
},
{
"version": "v4",
"created": "Sun, 20 Apr 2025 00:46:48 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Dolgachev",
"Igor",
""
],
[
"Kondō",
"Shigeyuki",
""
]
] |
2406.16500 | Zhenxing Zhang | Zhenxing Zhang, Tianxian Zhang | A Dual-Channel Particle Swarm Optimization Algorithm Based on Adaptive
Balance Search | null | null | null | null | cs.NE | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The balance between exploration (Er) and exploitation (Ei) determines the
generalization performance of the particle swarm optimization (PSO) algorithm
on different problems. Although the insufficient balance caused by global best
being located near a local minimum has been widely researched, few scholars
have systematically paid attention to two behaviors about personal best
position (P) and global best position (G) existing in PSO. 1) P's
uncontrollable-exploitation and involuntary-exploration guidance behavior. 2)
G's full-time and global guidance behavior, each of which negatively affects
the balance of Er and Ei. With regards to this, we firstly discuss the two
behaviors, unveiling the mechanisms by which they affect the balance, and
further pinpoint three key points for better balancing Er and Ei: eliminating
the coupling between P and G, empowering P with controllable-exploitation and
voluntary-exploration guidance behavior, controlling G's full-time and global
guidance behavior. Then, we present a dual-channel PSO algorithm based on
adaptive balance search (DCPSO-ABS). This algorithm entails a dual-channel
framework to mitigate the interaction of P and G, aiding in regulating the
behaviors of P and G, and meanwhile an adaptive balance search strategy for
empowering P with voluntary-exploration and controllable-exploitation guidance
behavior as well as adaptively controlling G's full-time and global guidance
behavior. Finally, three kinds of experiments on 57 benchmark functions are
designed to demonstrate that our proposed algorithm has stronger generalization
performance than selected state-of-the-art algorithms.
| [
{
"version": "v1",
"created": "Mon, 24 Jun 2024 10:09:31 GMT"
},
{
"version": "v2",
"created": "Tue, 25 Jun 2024 08:43:52 GMT"
},
{
"version": "v3",
"created": "Mon, 21 Apr 2025 06:38:31 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Zhang",
"Zhenxing",
""
],
[
"Zhang",
"Tianxian",
""
]
] |
2406.16525 | Heng Gao | Heng Gao, Zhuolin He, Jian Pu | Enhancing OOD Detection Using Latent Diffusion | null | null | null | null | stat.ML cs.LG | http://creativecommons.org/licenses/by/4.0/ | Numerous Out-of-Distribution (OOD) detection algorithms have been developed
to identify unknown samples or objects in real-world deployments. One line of
work related to OOD detection propose utilizing auxiliary datasets to train OOD
detectors, thereby enhancing the performance of OOD detection. Recently,
researchers propose to leverage Stable Diffusion (SD) to generate outliers in
the pixel space, which may complicate network training. To mitigate this issue,
we propose an Outlier Aware Learning (OAL) framework, which synthesizes OOD
training data in the latent space. This improvement enables us to train the
network with only a few synthesized outliers. Besides, to regularize the
model's decision boundary, we develop a mutual information-based contrastive
learning module (MICL) that amplifies the distinction between In-Distribution
(ID) and collected OOD features. Moreover, we develop a knowledge distillation
module to prevent the degradation of ID classification accuracy when training
with OOD data. Extensive experiments on CIFAR-10/100 benchmarks demonstrate the
superior performance of our method.
| [
{
"version": "v1",
"created": "Mon, 24 Jun 2024 11:01:43 GMT"
},
{
"version": "v2",
"created": "Fri, 22 Nov 2024 16:04:24 GMT"
},
{
"version": "v3",
"created": "Sun, 20 Apr 2025 08:04:08 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Gao",
"Heng",
""
],
[
"He",
"Zhuolin",
""
],
[
"Pu",
"Jian",
""
]
] |
2406.16596 | Marco Corrao | Marco Corrao, Hai He, Wolfram Liebermeister, Elad Noor, Arren Bar-Even | A compact model of Escherichia coli core and biosynthetic metabolism | Minor revisions following 2nd round of peer-review from PCI
Mathematical and Computational Biology | null | null | null | q-bio.MN q-bio.QM | http://creativecommons.org/licenses/by/4.0/ | Metabolic models condense biochemical knowledge about organisms in a
structured and standardised way. As large-scale network reconstructions are
readily available for many organisms, genome-scale models are being widely used
among modellers and engineers. However, these large models can be difficult to
analyse and visualise and occasionally generate predictions that are hard to
interpret or even biologically unrealistic. Of the thousands of enzymatic
reactions in a typical bacterial metabolism, only a few hundred form the
metabolic pathways essential to produce energy carriers and biosynthetic
precursors. These pathways carry relatively high flux, are central to
maintaining and reproducing the cell, and provide precursors and energy to
engineered metabolic pathways. Focusing on these central metabolic subsystems,
we present iCH360, a manually curated medium-scale model of energy and
biosynthesis metabolism for the well-studied bacterium Escherichia coli K-12
MG1655. The model is a sub-network of the most recent genome-scale
reconstruction, iML1515, and comes with an updated layer of database
annotations and with a range of metabolic maps for visualisation. We enriched
the stoichiometric network with extensive biological information and
quantitative data, enhancing the scope and applicability of the model. In
addition, we assess the properties of this model in comparison to its
genome-scale parent and demonstrate the use of the network and supporting data
in various scenarios, including enzyme-constrained flux balance analysis,
elementary flux mode analysis, and thermodynamic analysis. Overall, we believe
this model holds the potential to become a reference medium-scale metabolic
model for E. coli.
| [
{
"version": "v1",
"created": "Mon, 24 Jun 2024 12:37:53 GMT"
},
{
"version": "v2",
"created": "Mon, 21 Oct 2024 10:25:40 GMT"
},
{
"version": "v3",
"created": "Mon, 17 Mar 2025 21:05:45 GMT"
},
{
"version": "v4",
"created": "Sat, 19 Apr 2025 11:59:02 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Corrao",
"Marco",
""
],
[
"He",
"Hai",
""
],
[
"Liebermeister",
"Wolfram",
""
],
[
"Noor",
"Elad",
""
],
[
"Bar-Even",
"Arren",
""
]
] |
2406.18306 | Yasin Azhdari | Yasin Azhdari and Mahmoud Farhang | Neural Network-Based Intelligent Reflecting Surface Assisted Direction
of Arrival Estimation | null | null | null | null | eess.SP | http://creativecommons.org/licenses/by/4.0/ | Direction-of-Arrival (DoA) estimation assisted with an Intelligent Reflecting
Surface (IRS) is crucial for various wireless applications, especially in
challenging Non-Line-of-Sight (NLoS) environments. This paper presents a novel
neural network-based architecture to address this challenge.
The key innovation is the introduction of a dedicated, learnable IRS layer
integrated within a carefully designed network structure established upon the
physical and geometrical basis of the problem. Unlike conventional neural
network layers, this specific layer incorporates block diagonal sinusoidal
weight constraints, where the phase arguments of these sinusoids are learned
during training to directly emulate the phase shifts of the IRS elements. This
allows the network to optimize the IRS configuration for enhanced DoA
estimation, eliminating the need for separate IRS optimization algorithms.
reover, various trainable DoA regressors, including a proposed structure, are
presented and examined.
Numerical simulations, conducted under various conditions and noise levels,
where controlled coherent multi-path components are introduced due to the
presence of the IRS, demonstrate the superior performance of the novel
learning-based approach compared to others and highlight its potential to
significantly improve the accuracy of DoA estimation in complex IRS-assisted
wireless systems. Besides, corresponding computational complexities of
different approaches are also compared.
| [
{
"version": "v1",
"created": "Wed, 26 Jun 2024 12:45:48 GMT"
},
{
"version": "v10",
"created": "Thu, 10 Apr 2025 13:34:07 GMT"
},
{
"version": "v11",
"created": "Sun, 20 Apr 2025 10:35:12 GMT"
},
{
"version": "v2",
"created": "Tue, 30 Jul 2024 18:07:57 GMT"
},
{
"version": "v3",
"created": "Thu, 8 Aug 2024 14:30:42 GMT"
},
{
"version": "v4",
"created": "Mon, 14 Oct 2024 12:43:07 GMT"
},
{
"version": "v5",
"created": "Wed, 1 Jan 2025 13:17:53 GMT"
},
{
"version": "v6",
"created": "Mon, 27 Jan 2025 14:57:18 GMT"
},
{
"version": "v7",
"created": "Tue, 11 Feb 2025 14:37:49 GMT"
},
{
"version": "v8",
"created": "Mon, 17 Feb 2025 10:02:34 GMT"
},
{
"version": "v9",
"created": "Thu, 20 Mar 2025 02:14:36 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Azhdari",
"Yasin",
""
],
[
"Farhang",
"Mahmoud",
""
]
] |
2406.19314 | Colin White | Colin White, Samuel Dooley, Manley Roberts, Arka Pal, Ben Feuer,
Siddhartha Jain, Ravid Shwartz-Ziv, Neel Jain, Khalid Saifullah, Sreemanti
Dey, Shubh-Agrawal, Sandeep Singh Sandha, Siddartha Naidu, Chinmay Hegde,
Yann LeCun, Tom Goldstein, Willie Neiswanger, Micah Goldblum | LiveBench: A Challenging, Contamination-Limited LLM Benchmark | ICLR 2025 Spotlight | null | null | null | cs.CL cs.AI cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Test set contamination, wherein test data from a benchmark ends up in a newer
model's training set, is a well-documented obstacle for fair LLM evaluation and
can quickly render benchmarks obsolete. To mitigate this, many recent
benchmarks crowdsource new prompts and evaluations from human or LLM judges;
however, these can introduce significant biases, and break down when scoring
hard questions. In this work, we introduce a new benchmark for LLMs designed to
be resistant to both test set contamination and the pitfalls of LLM judging and
human crowdsourcing. We release LiveBench, the first benchmark that (1)
contains frequently-updated questions from recent information sources, (2)
scores answers automatically according to objective ground-truth values, and
(3) contains a wide variety of challenging tasks, spanning math, coding,
reasoning, language, instruction following, and data analysis. To achieve this,
LiveBench contains questions that are based on recently-released math
competitions, arXiv papers, news articles, and datasets, and it contains
harder, contamination-limited versions of tasks from previous benchmarks such
as Big-Bench Hard, AMPS, and IFEval. We evaluate many prominent closed-source
models, as well as dozens of open-source models ranging from 0.5B to 405B in
size. LiveBench is difficult, with top models achieving below 70% accuracy. We
release all questions, code, and model answers. Questions are added and updated
on a monthly basis, and we release new tasks and harder versions of tasks over
time so that LiveBench can distinguish between the capabilities of LLMs as they
improve in the future. We welcome community engagement and collaboration for
expanding the benchmark tasks and models.
| [
{
"version": "v1",
"created": "Thu, 27 Jun 2024 16:47:42 GMT"
},
{
"version": "v2",
"created": "Fri, 18 Apr 2025 19:36:00 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"White",
"Colin",
""
],
[
"Dooley",
"Samuel",
""
],
[
"Roberts",
"Manley",
""
],
[
"Pal",
"Arka",
""
],
[
"Feuer",
"Ben",
""
],
[
"Jain",
"Siddhartha",
""
],
[
"Shwartz-Ziv",
"Ravid",
""
],
[
"Jain",
"Neel",
""
],
[
"Saifullah",
"Khalid",
""
],
[
"Dey",
"Sreemanti",
""
],
[
"Shubh-Agrawal",
"",
""
],
[
"Sandha",
"Sandeep Singh",
""
],
[
"Naidu",
"Siddartha",
""
],
[
"Hegde",
"Chinmay",
""
],
[
"LeCun",
"Yann",
""
],
[
"Goldstein",
"Tom",
""
],
[
"Neiswanger",
"Willie",
""
],
[
"Goldblum",
"Micah",
""
]
] |
2406.19457 | Salvatore Marco Giampaolo | A. G. Catalano, J. Odavi\'c, G. Torre, A. Hamma, F. Franchini, and S.
M. Giampaolo | Magic phase transition and non-local complexity in generalized $W$ State | 8 pages including supplementary material, 3 figures | null | null | RBI-ThPhys-2024-12 | quant-ph cond-mat.quant-gas cond-mat.stat-mech cond-mat.str-el hep-th | http://creativecommons.org/licenses/by/4.0/ | We employ the Stabilizer Renyi Entropy (SRE) to characterize a quantum phase
transition that has so far eluded any standard description and can thus now be
explained in terms of the interplay between its non-stabilizer properties and
entanglement. The transition under consideration separates a region with a
unique ground state from one with a degenerate ground state manifold spanned by
states with finite and opposite (intensive) momenta. We show that SRE has a
jump at the crossing points, while the entanglement entropy remains continuous.
Moreover, by leveraging on a Clifford circuit mapping, we connect the observed
jump in SRE to that occurring between standard and generalized $W$-states with
finite momenta. This mapping allows us to quantify the SRE discontinuity
analytically.
| [
{
"version": "v1",
"created": "Thu, 27 Jun 2024 18:00:06 GMT"
},
{
"version": "v2",
"created": "Mon, 21 Apr 2025 07:49:23 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Catalano",
"A. G.",
""
],
[
"Odavić",
"J.",
""
],
[
"Torre",
"G.",
""
],
[
"Hamma",
"A.",
""
],
[
"Franchini",
"F.",
""
],
[
"Giampaolo",
"S. M.",
""
]
] |
2407.00241 | Kerry He | Kerry He, James Saunderson, Hamza Fawzi | Interior Point Methods for Structured Quantum Relative Entropy
Optimization Problems | 37 pages, 8 tables. v2: Minor changes to introduction and abstract.
v3: Changes based on reviewer comments | null | null | null | quant-ph cs.IT math.IT math.OC | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Quantum relative entropy optimization refers to a class of convex problems in
which a linear functional is minimized over an affine section of the epigraph
of the quantum relative entropy function. Recently, the self-concordance of a
natural barrier function was proved for this set, and various implementations
of interior-point methods have been made available to solve this class of
optimization problems. In this paper, we show how common structures arising
from applications in quantum information theory can be exploited to improve the
efficiency of solving quantum relative entropy optimization problems using
interior-point methods. First, we show that the natural barrier function for
the epigraph of the quantum relative entropy composed with positive linear
operators is self-concordant, even when these linear operators map to singular
matrices. Compared to modelling problems using the full quantum relative
entropy cone, this allows us to remove redundant log-determinant expressions
from the barrier function and reduce the overall barrier parameter. Second, we
show how certain slices of the quantum relative entropy cone exhibit useful
properties which should be exploited whenever possible to perform certain key
steps of interior-point methods more efficiently. We demonstrate how these
methods can be applied to applications in quantum information theory, including
quantifying quantum key rates, quantum rate-distortion functions, quantum
channel capacities, and the ground state energy of Hamiltonians. Our numerical
results show that these techniques improve computation times by up to several
orders of magnitude, and allow previously intractable problems to be solved.
| [
{
"version": "v1",
"created": "Fri, 28 Jun 2024 21:37:45 GMT"
},
{
"version": "v2",
"created": "Thu, 8 Aug 2024 08:45:26 GMT"
},
{
"version": "v3",
"created": "Sat, 19 Apr 2025 21:26:24 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"He",
"Kerry",
""
],
[
"Saunderson",
"James",
""
],
[
"Fawzi",
"Hamza",
""
]
] |
2407.00359 | Michael Emmerich | Michael Emmerich, Andr\'e Deutz | Multicriteria Optimization and Decision Making: Principles, Algorithms
and Case Studies | 102 pages, Lecture notes | null | null | null | math.OC cs.NA math.NA | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Real-world decision and optimization problems, often involve constraints and
conflicting criteria. For example, choosing a travel method must balance speed,
cost, environmental footprint, and convenience. Similarly, designing an
industrial process must consider safety, environmental impact, and cost
efficiency. Ideal solutions where all objectives are optimally met are rare;
instead, we seek good compromises and aim to avoid lose-lose scenarios.
Multicriteria optimization offers computational techniques to compute Pareto
optimal solutions, aiding decision analysis and decision making. This reader
offers an introduction to this topic and has been developed on the basis of the
revised edition of the reader for the MSc computer science course
"Multicriteria Optimization and Decision Analysis" at the Leiden Institute of
Advanced Computer Science, Leiden University, The Netherlands. This course was
taught annually by the first author from 2007 to 2023 as a single semester
course with lectures and practicals. Our aim was to make the material
accessible to MSc students who do not study mathematics as their core
discipline by introducing basic numerical analysis concepts when necessary and
providing numerical examples for interesting cases. The introduction is
organized in a unique didactic manner developed by the authors, starting from
more simple concepts such as linear programming and single-point methods, and
advancing from these to more difficult concepts such as optimality conditions
for nonlinear optimization and set-oriented solution algorithms. Besides, we
focus on the mathematical modeling and foundations rather than on specific
algorithms, though not excluding the discussion of some representative examples
of solution algorithms.
| [
{
"version": "v1",
"created": "Sat, 29 Jun 2024 08:12:36 GMT"
},
{
"version": "v2",
"created": "Tue, 2 Jul 2024 06:38:28 GMT"
},
{
"version": "v3",
"created": "Mon, 10 Feb 2025 17:40:18 GMT"
},
{
"version": "v4",
"created": "Tue, 11 Feb 2025 05:04:35 GMT"
},
{
"version": "v5",
"created": "Tue, 15 Apr 2025 12:28:45 GMT"
},
{
"version": "v6",
"created": "Mon, 21 Apr 2025 04:24:58 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Emmerich",
"Michael",
""
],
[
"Deutz",
"André",
""
]
] |
2407.00395 | Yuichi Ike | Tomohiro Asano and St\'ephane Guillermou and Yuichi Ike and Claude
Viterbo | Regular Lagrangians are smooth Lagrangians | 16 pages, 2 figures. v2: Revised, to appear in J. Math. Soc. Japan | null | null | null | math.SG math.AT math.CT | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We prove that for any element in the $\gamma$-completion of the space of
smooth compact exact Lagrangian submanifolds of a cotangent bundle, if its
$\gamma$-support is a smooth Lagrangian submanifold, then the element itself is
a smooth Lagrangian. We also prove that if the $\gamma$-support of an element
in the completion is compact, then it is connected.
| [
{
"version": "v1",
"created": "Sat, 29 Jun 2024 10:42:53 GMT"
},
{
"version": "v2",
"created": "Sun, 20 Apr 2025 12:02:56 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Asano",
"Tomohiro",
""
],
[
"Guillermou",
"Stéphane",
""
],
[
"Ike",
"Yuichi",
""
],
[
"Viterbo",
"Claude",
""
]
] |
2407.01203 | Juan Camilo Cala | Juan Camilo Cala | An elementary proof of a criterion for subfunctors of Ext to be closed | 17 pages. v2: font size reduced, minor typos fixed. v3: 21 pages.
Language refined; the Introduction now includes Organization of the Paper and
Conventions; Lemma 2.12 has been removed; the proof of Theorem 3.18 has been
expanded with more details; two applications of the main result have been
added | null | null | null | math.CT math.RT | http://creativecommons.org/licenses/by/4.0/ | Let $\mathcal{A}$ be an abelian category and let $F$ be a subbifunctor of the
additive bifunctor $\text{Ext}_{\mathcal{A}}^{1}(-,-)\colon
\mathcal{A}^{\text{op}}\times \mathcal{A}\to \mathsf{Ab}$. Buan proved in [4]
that $F$ is closed if, and only if, $F$ has the $3\times 3$-lemma property, a
certain diagrammatic property satisfied by the class of $F$-exact sequences.
The proof of this result relies on the theory of exact categories and on the
Freyd--Mitchell embedding theorem, a very well-known overpowered result. In
this paper we provide a proof of Buan's result only by means of elementary
methods in abelian categories. To achieve this we survey the required theory of
subfunctors leading us to a self-contained exposition of this topic.
| [
{
"version": "v1",
"created": "Mon, 1 Jul 2024 11:50:51 GMT"
},
{
"version": "v2",
"created": "Thu, 4 Jul 2024 09:14:28 GMT"
},
{
"version": "v3",
"created": "Fri, 18 Apr 2025 20:58:50 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Cala",
"Juan Camilo",
""
]
] |
2407.02024 | Clinton Potts | C.A. Potts, R.C. Dekker, S. Deve, E.W. Strijbis, G.A. Steele | Strong Intrinsic Longitudinal Coupling in Circuit Quantum
Electrodynamics | 19 pages, 8 figures | Phys. Rev. Lett. 134, 153603 (2025) | 10.1103/PhysRevLett.134.153603 | null | quant-ph | http://creativecommons.org/licenses/by/4.0/ | Radiation-pressure interactions between harmonic oscillators have enabled
exquisite measurement precision and control, made possible by using strong
sideband drives, enhancing the coupling rate while also linearizing the
interaction. In this letter, we demonstrate a strong intrinsic longitudinal
coupling, a circuit quantum electrodynamics analogue of the radiation-pressure
interaction, between a transmon qubit and a linear microwave resonator. A
red-detuned sideband drive results in an on-demand Jaynes-Cummings interaction
with a high on-off ratio. We measure a longitudinal coupling rate an order of
magnitude larger than all decay rates, placing the device in the strong
coupling regime. The intrinsic longitudinal interaction demonstrated here will
enable the development of high-connectivity quantum information processing
hardware and the exploration of the gravitational decoherence of quantum
objects.
| [
{
"version": "v1",
"created": "Tue, 2 Jul 2024 07:45:34 GMT"
},
{
"version": "v2",
"created": "Wed, 3 Jul 2024 12:43:52 GMT"
},
{
"version": "v3",
"created": "Wed, 4 Sep 2024 07:06:20 GMT"
},
{
"version": "v4",
"created": "Sat, 19 Apr 2025 06:58:40 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Potts",
"C. A.",
""
],
[
"Dekker",
"R. C.",
""
],
[
"Deve",
"S.",
""
],
[
"Strijbis",
"E. W.",
""
],
[
"Steele",
"G. A.",
""
]
] |
2407.02530 | Lvzhou Li | Qingwen Wang, Ying Jiang, and Lvzhou Li | Unifying quantum spatial search, state transfer and uniform sampling on
graphs: simple and exact | This manuscript has some overlap with arXiv:2307.16133. More
precisely, it is an advanced version of arXiv:2307.16133, which not only
modifies the paper structure and some results but also adds several new
results | Phys. Rev. A 111, 042608, 2025 | 10.1103/PhysRevA.111.042608 | null | quant-ph cs.DS | http://creativecommons.org/licenses/by/4.0/ | This article presents a novel and succinct algorithmic framework via
alternating quantum walks, unifying quantum spatial search, state transfer and
uniform sampling on a large class of graphs. Using the framework, we can
achieve exact uniform sampling over all vertices and perfect state transfer
between any two vertices, provided that eigenvalues of Laplacian matrix of the
graph are all integers. Furthermore, if the graph is vertex-transitive as well,
then we can achieve deterministic quantum spatial search that finds a marked
vertex with certainty. In contrast, existing quantum search algorithms
generally has a certain probability of failure. Even if the graph is not
vertex-transitive, such as the complete bipartite graph, we can still adjust
the algorithmic framework to obtain deterministic spatial search, which thus
shows the flexibility of it. Besides unifying and improving plenty of previous
results, our work provides new results on more graphs. The approach is easy to
use since it has a succinct formalism that depends only on the depth of the
Laplacian eigenvalue set of the graph, and may shed light on the solution of
more problems related to graphs.
| [
{
"version": "v1",
"created": "Mon, 1 Jul 2024 06:09:19 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Wang",
"Qingwen",
""
],
[
"Jiang",
"Ying",
""
],
[
"Li",
"Lvzhou",
""
]
] |
2407.03185 | Egon Per\v{s}ak | Egon Per\v{s}ak, Miguel F. Anjos, Sebastian Lautz, Aleksandar Kolev | Multiple-Resolution Tokenization for Time Series Forecasting with an
Application to Pricing | null | null | null | null | cs.LG cs.AI | http://creativecommons.org/licenses/by-nc-sa/4.0/ | We propose a transformer architecture for time series forecasting with a
focus on time series tokenisation and apply it to a real-world prediction
problem from the pricing domain. Our architecture aims to learn effective
representations at many scales across all available data simultaneously. The
model contains a number of novel modules: a differentiated form of time series
patching which employs multiple resolutions, a multiple-resolution module for
time-varying known variables, a mixer-based module for capturing cross-series
information, and a novel output head with favourable scaling to account for the
increased number of tokens. We present an application of this model to a real
world prediction problem faced by the markdown team at a very large retailer.
On the experiments conducted our model outperforms in-house models and the
selected existing deep learning architectures.
| [
{
"version": "v1",
"created": "Wed, 3 Jul 2024 15:07:16 GMT"
},
{
"version": "v2",
"created": "Mon, 21 Apr 2025 08:58:24 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Peršak",
"Egon",
""
],
[
"Anjos",
"Miguel F.",
""
],
[
"Lautz",
"Sebastian",
""
],
[
"Kolev",
"Aleksandar",
""
]
] |
2407.05441 | Leheng Sheng | Leheng Sheng and An Zhang and Yi Zhang and Yuxin Chen and Xiang Wang
and Tat-Seng Chua | Language Representations Can be What Recommenders Need: Findings and
Potentials | ICLR 2025 (Oral). Codes are available at
https://github.com/LehengTHU/AlphaRec | null | null | null | cs.IR cs.AI | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Recent studies empirically indicate that language models (LMs) encode rich
world knowledge beyond mere semantics, attracting significant attention across
various fields. However, in the recommendation domain, it remains uncertain
whether LMs implicitly encode user preference information. Contrary to
prevailing understanding that LMs and traditional recommenders learn two
distinct representation spaces due to the huge gap in language and behavior
modeling objectives, this work re-examines such understanding and explores
extracting a recommendation space directly from the language representation
space. Surprisingly, our findings demonstrate that item representations, when
linearly mapped from advanced LM representations, yield superior recommendation
performance. This outcome suggests the possible homomorphism between the
advanced language representation space and an effective item representation
space for recommendation, implying that collaborative signals may be implicitly
encoded within LMs. Motivated by these findings, we explore the possibility of
designing advanced collaborative filtering (CF) models purely based on language
representations without ID-based embeddings. To be specific, we incorporate
several crucial components to build a simple yet effective model, with item
titles as the input. Empirical results show that such a simple model can
outperform leading ID-based CF models, which sheds light on using language
representations for better recommendation. Moreover, we systematically analyze
this simple model and find several key features for using advanced language
representations: a good initialization for item representations, zero-shot
recommendation abilities, and being aware of user intention. Our findings
highlight the connection between language modeling and behavior modeling, which
can inspire both natural language processing and recommender system
communities.
| [
{
"version": "v1",
"created": "Sun, 7 Jul 2024 17:05:24 GMT"
},
{
"version": "v2",
"created": "Thu, 3 Oct 2024 03:41:56 GMT"
},
{
"version": "v3",
"created": "Fri, 18 Apr 2025 05:54:01 GMT"
},
{
"version": "v4",
"created": "Mon, 21 Apr 2025 03:45:36 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Sheng",
"Leheng",
""
],
[
"Zhang",
"An",
""
],
[
"Zhang",
"Yi",
""
],
[
"Chen",
"Yuxin",
""
],
[
"Wang",
"Xiang",
""
],
[
"Chua",
"Tat-Seng",
""
]
] |
2407.05629 | Sora Miyashita | Sora Miyashita | A linear variant of the nearly Gorenstein property | 18 pages, I made some revisions | null | null | null | math.AC | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We introduce a condition $(\natural)$ for Cohen--Macaulay semi-standard
graded rings, motivated by the study of Ehrhart rings. In this context,
condition $(\natural)$ is characterized by a Minkowski decomposition of certain
lattice polytopes. We show that if $R$ satisfies $(\natural)$, then its
Veronese subrings $R^{(k)}$ are nearly Gorenstein for all sufficiently large
$k$. This extends previously known results on Ehrhart rings and shows that
condition $(\natural)$ provides a valuable framework from both ring-theoretic
and combinatorial perspectives.
| [
{
"version": "v1",
"created": "Mon, 8 Jul 2024 05:49:11 GMT"
},
{
"version": "v2",
"created": "Wed, 31 Jul 2024 15:22:02 GMT"
},
{
"version": "v3",
"created": "Fri, 2 Aug 2024 20:29:35 GMT"
},
{
"version": "v4",
"created": "Fri, 30 Aug 2024 09:37:41 GMT"
},
{
"version": "v5",
"created": "Mon, 2 Sep 2024 07:00:09 GMT"
},
{
"version": "v6",
"created": "Sun, 20 Apr 2025 15:58:26 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Miyashita",
"Sora",
""
]
] |
2407.06613 | Dogyoon Lee | Dogyoon Lee, Donghyeong Kim, Jungho Lee, Minhyeok Lee, Seunghoon Lee,
and Sangyoun Lee | Sparse-DeRF: Deblurred Neural Radiance Fields from Sparse View | Accepted and to appear in IEEE Transactions on Pattern Analysis and
Machine Intelligence (TPAMI). Project page:
https://dogyoonlee.github.io/sparsederf/ | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Recent studies construct deblurred neural radiance fields~(DeRF) using dozens
of blurry images, which are not practical scenarios if only a limited number of
blurry images are available. This paper focuses on constructing DeRF from
sparse-view for more pragmatic real-world scenarios. As observed in our
experiments, establishing DeRF from sparse views proves to be a more
challenging problem due to the inherent complexity arising from the
simultaneous optimization of blur kernels and NeRF from sparse view.
Sparse-DeRF successfully regularizes the complicated joint optimization,
presenting alleviated overfitting artifacts and enhanced quality on radiance
fields. The regularization consists of three key components: Surface
smoothness, helps the model accurately predict the scene structure utilizing
unseen and additional hidden rays derived from the blur kernel based on
statistical tendencies of real-world; Modulated gradient scaling, helps the
model adjust the amount of the backpropagated gradient according to the
arrangements of scene objects; Perceptual distillation improves the perceptual
quality by overcoming the ill-posed multi-view inconsistency of image
deblurring and distilling the pre-deblurred information, compensating for the
lack of clean information in blurry images. We demonstrate the effectiveness of
the Sparse-DeRF with extensive quantitative and qualitative experimental
results by training DeRF from 2-view, 4-view, and 6-view blurry images.
| [
{
"version": "v1",
"created": "Tue, 9 Jul 2024 07:36:54 GMT"
},
{
"version": "v2",
"created": "Sun, 20 Apr 2025 15:35:20 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Lee",
"Dogyoon",
""
],
[
"Kim",
"Donghyeong",
""
],
[
"Lee",
"Jungho",
""
],
[
"Lee",
"Minhyeok",
""
],
[
"Lee",
"Seunghoon",
""
],
[
"Lee",
"Sangyoun",
""
]
] |
2407.07169 | Razieh Emami Meibody | Razieh Emami, Lars Hernquist, Randall Smith, James F. Steiner, Grant
Tremblay, Douglas Finkbeiner, Mark Vogelsberger, Josh Grindlay, Federico
Marinacci, Kung-Yi Su, Cecilia Garraffo, Yuan-Sen Ting, Phillip A. Cargile,
Rebecca L. Davies, Chlo\"e E. Benton, Yijia Li, Letizia Bugiani, Amir H.
Khoram, and Sownak Bose | Unravelling the role of merger histories in the population of In situ
stars: linking IllustrisTNG cosmological simulation to H3 survey | 22 pages, 13 figures | PAS-2024-0140.R2 | null | null | astro-ph.GA astro-ph.CO astro-ph.SR hep-ph | http://creativecommons.org/licenses/by/4.0/ | We undertake a comprehensive investigation into the distribution of in~situ
stars within Milky Way-like galaxies, leveraging TNG50 simulations and
comparing their predictions with data from the H3 survey. Our analysis reveals
that 28% of galaxies demonstrate reasonable agreement with H3, while only 12%
exhibit excellent alignment in their profiles, regardless of the specific
spatial cut employed to define in~situ stars. To uncover the underlying factors
contributing to deviations between TNG50 and H3 distributions, we scrutinise
correlation coefficients among internal drivers(e.g., virial radius, star
formation rate [SFR]) and merger-related parameters (such as the effective
mass-ratio, mean distance, average redshift, total number of mergers, average
spin-ratio and maximum spin alignment between merging galaxies). Notably, we
identify significant correlations between deviations from observational data
and key parameters such as the median slope of virial radius, mean SFR values,
and the rate of SFR change across different redshift scans. Furthermore,
positive correlations emerge between deviations from observational data and
parameters related to galaxy mergers. We validate these correlations using the
Random Forest Regression method. Our findings underscore the invaluable
insights provided by the H3 survey in unravelling the cosmic history of
galaxies akin to the Milky Way, thereby advancing our understanding of galactic
evolution and shedding light on the formation and evolution of Milky Way-like
galaxies in cosmological simulations.
| [
{
"version": "v1",
"created": "Tue, 9 Jul 2024 18:14:25 GMT"
},
{
"version": "v2",
"created": "Tue, 15 Apr 2025 18:40:31 GMT"
},
{
"version": "v3",
"created": "Fri, 18 Apr 2025 19:51:59 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Emami",
"Razieh",
""
],
[
"Hernquist",
"Lars",
""
],
[
"Smith",
"Randall",
""
],
[
"Steiner",
"James F.",
""
],
[
"Tremblay",
"Grant",
""
],
[
"Finkbeiner",
"Douglas",
""
],
[
"Vogelsberger",
"Mark",
""
],
[
"Grindlay",
"Josh",
""
],
[
"Marinacci",
"Federico",
""
],
[
"Su",
"Kung-Yi",
""
],
[
"Garraffo",
"Cecilia",
""
],
[
"Ting",
"Yuan-Sen",
""
],
[
"Cargile",
"Phillip A.",
""
],
[
"Davies",
"Rebecca L.",
""
],
[
"Benton",
"Chloë E.",
""
],
[
"Li",
"Yijia",
""
],
[
"Bugiani",
"Letizia",
""
],
[
"Khoram",
"Amir H.",
""
],
[
"Bose",
"Sownak",
""
]
] |
2407.07860 | Saurabh Saxena | Daniel Watson, Saurabh Saxena, Lala Li, Andrea Tagliasacchi, David J.
Fleet | Controlling Space and Time with Diffusion Models | ICLR 2025, First three authors contributed equally | null | null | null | cs.CV | http://creativecommons.org/licenses/by/4.0/ | We present 4DiM, a cascaded diffusion model for 4D novel view synthesis
(NVS), supporting generation with arbitrary camera trajectories and timestamps,
in natural scenes, conditioned on one or more images. With a novel architecture
and sampling procedure, we enable training on a mixture of 3D (with camera
pose), 4D (pose+time) and video (time but no pose) data, which greatly improves
generalization to unseen images and camera pose trajectories over prior works
that focus on limited domains (e.g., object centric). 4DiM is the first-ever
NVS method with intuitive metric-scale camera pose control enabled by our novel
calibration pipeline for structure-from-motion-posed data. Experiments
demonstrate that 4DiM outperforms prior 3D NVS models both in terms of image
fidelity and pose alignment, while also enabling the generation of scene
dynamics. 4DiM provides a general framework for a variety of tasks including
single-image-to-3D, two-image-to-video (interpolation and extrapolation), and
pose-conditioned video-to-video translation, which we illustrate qualitatively
on a variety of scenes. For an overview see https://4d-diffusion.github.io
| [
{
"version": "v1",
"created": "Wed, 10 Jul 2024 17:23:33 GMT"
},
{
"version": "v2",
"created": "Sun, 20 Apr 2025 04:48:38 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Watson",
"Daniel",
""
],
[
"Saxena",
"Saurabh",
""
],
[
"Li",
"Lala",
""
],
[
"Tagliasacchi",
"Andrea",
""
],
[
"Fleet",
"David J.",
""
]
] |
2407.07867 | Misha Verbitsky | Andrey Soldatenkov, Misha Verbitsky | Hermitian-symplectic and Kahler structures on degenerate twistor
deformations | 23 pages, v. 2.0, added reference, removed appendix | null | null | null | math.AG math.CV math.DG | http://creativecommons.org/licenses/by/4.0/ | Let $(M, \Omega)$ be a holomorphically symplectic manifold equipped with a
holomorphic Lagrangian fibration $\pi: M \to B$, and $\eta$ a closed
$(1,1)$-form on $B$. Then $\Omega+ \pi^* \eta$ is a holomorphically symplectic
form on a complex manifold which is called the degenerate twistor deformation
of $M$. We prove that degenerate twistor deformations of compact
holomorphically symplectic K\"ahler manifolds are also K\"ahler. First, we
prove that degenerate twistor deformations are Hermitian symplectic, that is,
tamed by a symplectic form; this is shown using positive currents and an
argument based on the Hahn--Banach theorem, originally due to Sullivan. Then we
apply a version of Huybrechts's theorem showing that two non-separated points
in the Teichm\"uller space of holomorphically symplectic manifolds correspond
to bimeromorphic manifolds if they are Hermitian symplectic.
| [
{
"version": "v1",
"created": "Wed, 10 Jul 2024 17:31:47 GMT"
},
{
"version": "v2",
"created": "Fri, 18 Apr 2025 18:13:39 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Soldatenkov",
"Andrey",
""
],
[
"Verbitsky",
"Misha",
""
]
] |
2407.07890 | Ricardo Dominguez-Olmedo | Ricardo Dominguez-Olmedo, Florian E. Dorner, Moritz Hardt | Training on the Test Task Confounds Evaluation and Emergence | ICLR 2025 (Oral) | null | null | null | cs.CL cs.AI cs.LG | http://creativecommons.org/licenses/by-nc-nd/4.0/ | We study a fundamental problem in the evaluation of large language models
that we call training on the test task. Unlike wrongful practices like training
on the test data, leakage, or data contamination, training on the test task is
not a malpractice. Rather, the term describes a growing set of practices that
utilize knowledge about evaluation tasks at training time. We demonstrate that
training on the test task confounds both relative model evaluations and claims
about emergent capabilities. We argue that the seeming superiority of one model
family over another may be explained by a different degree of training on the
test task. To this end, we propose an effective method to adjust for the effect
of training on the test task on benchmark evaluations. Put simply, to fine-tune
each model under comparison on the same task-relevant data prior to evaluation.
We then show that instances of emergent behavior disappear gradually as models
train on the test task. Our work promotes a new perspective on the evaluation
of large language models, with broad implications for benchmarking and the
study of emergent capabilities.
| [
{
"version": "v1",
"created": "Wed, 10 Jul 2024 17:57:58 GMT"
},
{
"version": "v2",
"created": "Thu, 12 Dec 2024 07:45:33 GMT"
},
{
"version": "v3",
"created": "Mon, 21 Apr 2025 16:43:00 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Dominguez-Olmedo",
"Ricardo",
""
],
[
"Dorner",
"Florian E.",
""
],
[
"Hardt",
"Moritz",
""
]
] |
2407.08613 | D. V. Efremov | D. V. Efremov, Weyner Ccuiro, Luis E. F. Foa Torres and M. N. Kiselev | Breaking of Lorentz invariance caused by the interplay between
spin-orbit interaction and transverse phonon modes in quantum wires | 6 pages, 5 figures | Phys. Rev. Research 7, L022016 (2025) | 10.1103/PhysRevResearch.7.L022016 | null | cond-mat.mes-hall cond-mat.str-el | http://creativecommons.org/licenses/by/4.0/ | We investigate Lorentz invariance breaking in quantum wires due to Rashba
spin-orbit interaction and transverse phonons. Using bosonization, we derive an
effective action coupling electronic and mechanical degrees of freedom.
Stikingly, at a quantum phase transition between straight and bent wire states,
we find a gapped phonon mode and a gapless mode with quadratic dispersion,
signaling the breaking of Lorentz invariance. We explore stability conditions
for general potentials and propose nano-mechanical back-action as a sensitive
tool for detecting this transition, with implications for Sliding Luttinger
Liquids and dimensional crossover studies.
| [
{
"version": "v1",
"created": "Thu, 11 Jul 2024 15:51:44 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Efremov",
"D. V.",
""
],
[
"Ccuiro",
"Weyner",
""
],
[
"Torres",
"Luis E. F. Foa",
""
],
[
"Kiselev",
"M. N.",
""
]
] |
2407.08663 | Merve G\"ulmez | Merve G\"ulmez, H{\aa}kan Englund, Jan Tobias M\"uhlberg, Thomas Nyman | Mon CH\'ERI: Mitigating Uninitialized Memory Access with Conditional
Capabilities | Author's version of manuscript to appear in 46th IEEE Symposium on
Security and Privacy (IEEE S&P '25) | null | null | null | cs.CR | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Up to 10% of memory-safety vulnerabilities in languages like C and C++ stem
from uninitialized variables. This work addresses the prevalence and lack of
adequate software mitigations for uninitialized memory issues, proposing
architectural protections in hardware. Capability-based addressing, such as the
University of Cambridge's CHERI, mitigates many memory defects, including
spatial and temporal safety violations at an architectural level. CHERI,
however, does not handle undefined behavior from uninitialized variables. We
extend the CHERI capability model to include "conditional capabilities",
enabling memory-access policies based on prior operations. This allows
enforcement of policies that satisfy memory-safety objectives such as "no reads
to memory without at least one prior write" (Write-before-Read). We present our
architecture extension, compiler support, and detailed evaluation of our
approach on the QEMU full-system simulator and a modified FPGA-based
CHERI-RISCV softcore. Our evaluation shows conditional capabilities are
practical, with high detection accuracy while adding a small (~3.5%) overhead
which is comparable to the cost of baseline CHERI capabilities.
| [
{
"version": "v1",
"created": "Thu, 11 Jul 2024 16:51:36 GMT"
},
{
"version": "v2",
"created": "Fri, 18 Apr 2025 18:07:51 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Gülmez",
"Merve",
""
],
[
"Englund",
"Håkan",
""
],
[
"Mühlberg",
"Jan Tobias",
""
],
[
"Nyman",
"Thomas",
""
]
] |
2407.08747 | Adeel A. Khan | Dhyan Aranha, Adeel A. Khan, Alexei Latyntsev, Hyeonjun Park, Charanya
Ravi | The stacky concentration theorem | 32 pages; split off from arXiv:2207.01652 and revised exposition | null | null | null | math.AG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We give a sufficient criterion for the Chow or algebraic bordism groups of an
algebraic stack, localized at a set of Chern classes of line bundles, to be
concentrated in some closed substack. This is a vast generalization of the
torus fixed-point localization theorem in equivariant intersection theory,
which is the special case of the stack quotient of a scheme $X$ by an action of
a torus $T$. Taking on the one hand an algebraic stack in place of $X$, we
deduce a generalization of torus localization to algebraic stacks. Taking on
the other hand any algebraic group $G$ instead of $T$, we obtain a localization
theorem in $G$-equivariant intersection theory.
| [
{
"version": "v1",
"created": "Thu, 13 Jun 2024 12:03:35 GMT"
},
{
"version": "v2",
"created": "Mon, 21 Apr 2025 14:01:47 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Aranha",
"Dhyan",
""
],
[
"Khan",
"Adeel A.",
""
],
[
"Latyntsev",
"Alexei",
""
],
[
"Park",
"Hyeonjun",
""
],
[
"Ravi",
"Charanya",
""
]
] |
2407.09462 | Thow Min Jerald Cham | Thow Min Jerald Cham, Daniel G. Chica, Xiaoxi Huang, Kenji Watanabe,
Takashi Taniguchi, Xavier Roy, Yunqiu Kelly Luo, Daniel C. Ralph | Spin-filter tunneling detection of antiferromagnetic resonance with
electrically-tunable damping | null | null | null | null | cond-mat.mtrl-sci cond-mat.mes-hall | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Antiferromagnetic spintronics offers the potential for higher-frequency
operations and improved insensitivity to magnetic fields compared to
ferromagnetic spintronics. However, previous electrical techniques to detect
antiferromagnetic dynamics have utilized large, millimeter-scale bulk crystals.
Here we demonstrate direct electrical detection of antiferromagnetic resonance
in structures on the few-micrometer scale using spin-filter tunneling in
PtTe$_2$/bilayer CrSBr/graphite junctions in which the tunnel barrier is the
van der Waals antiferromagnet CrSBr. This sample geometry allows not only
efficient detection, but also electrical control of the antiferromagnetic
resonance through spin-orbit torque from the PtTe$_2$ electrode. The ability to
efficiently detect and control antiferromagnetic resonance enables detailed
studies of the physics governing these high frequency dynamics.
| [
{
"version": "v1",
"created": "Fri, 12 Jul 2024 17:44:42 GMT"
},
{
"version": "v2",
"created": "Sun, 20 Apr 2025 02:14:09 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Cham",
"Thow Min Jerald",
""
],
[
"Chica",
"Daniel G.",
""
],
[
"Huang",
"Xiaoxi",
""
],
[
"Watanabe",
"Kenji",
""
],
[
"Taniguchi",
"Takashi",
""
],
[
"Roy",
"Xavier",
""
],
[
"Luo",
"Yunqiu Kelly",
""
],
[
"Ralph",
"Daniel C.",
""
]
] |
2407.09976 | Dena Clink | Dena J. Clink, Jinsung Kim, Hope Cross-Jaya, Abdul Hamid Ahmad, Moeurk
Hong, Roeun Sala, H\'el\`ene Birot, Cain Agger, Thinh Tien Vu, Hoa Nguyen
Thi, Thanh Nguyen Chi, and Holger Klinck | Automated detection of gibbon calls from passive acoustic monitoring
data using convolutional neural networks in the "torch for R" ecosystem | null | null | null | null | q-bio.QM | http://creativecommons.org/licenses/by/4.0/ | Automated detection of acoustic signals is crucial for effective monitoring
of sound-producing animals and their habitats across ecologically relevant
spatial and temporal scales. Recent advances in deep learning have made these
approaches more accessible. However, few deep learning approaches can be
implemented natively in the R programming environment; approaches that run
natively in R may be more accessible for ecologists. The "torch for R"
ecosystem has made deep learning with convolutional neural networks accessible
for R users. Here, we evaluate a workflow for the automated detection and
classification of acoustic signals from passive acoustic monitoring (PAM) data.
Our specific goals include: 1) present a method for automated detection of
gibbon calls from PAM data using the "torch for R" ecosystem; 2) conduct a
series of benchmarking experiments and compare the results of six CNN
architectures; and 3) investigate how well the different architectures perform
on datasets of the female calls from two different gibbon species: the northern
grey gibbon (Hylobates funereus) and the southern yellow-cheeked crested gibbon
(Nomascus gabriellae). We found that the highest-performing architecture
depended on the species and test dataset. We successfully deployed the
top-performing model for each gibbon species to investigate spatial variation
in gibbon calling behavior across two grids of autonomous recording units in
Danum Valley Conservation Area, Malaysia and Keo Seima Wildlife Sanctuary,
Cambodia. The fields of deep learning and automated detection are rapidly
evolving, and we provide the methods and datasets as benchmarks for future
work.
| [
{
"version": "v1",
"created": "Sat, 13 Jul 2024 18:44:04 GMT"
},
{
"version": "v2",
"created": "Fri, 26 Jul 2024 16:06:08 GMT"
},
{
"version": "v3",
"created": "Sat, 19 Apr 2025 18:13:22 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Clink",
"Dena J.",
""
],
[
"Kim",
"Jinsung",
""
],
[
"Cross-Jaya",
"Hope",
""
],
[
"Ahmad",
"Abdul Hamid",
""
],
[
"Hong",
"Moeurk",
""
],
[
"Sala",
"Roeun",
""
],
[
"Birot",
"Hélène",
""
],
[
"Agger",
"Cain",
""
],
[
"Vu",
"Thinh Tien",
""
],
[
"Thi",
"Hoa Nguyen",
""
],
[
"Chi",
"Thanh Nguyen",
""
],
[
"Klinck",
"Holger",
""
]
] |
2407.09994 | Ionut-Gabriel Farcas | Ionut-Gabriel Farcas, Rayomand P. Gundevia, Ramakanth Munipalli, and
Karen E. Willcox | Distributed computing for physics-based data-driven reduced modeling at
scale: Application to a rotating detonation rocket engine | 22 pages, 8 figures | Computer Physics Communications 313 (2025) 109619 | 10.1016/j.cpc.2025.109619 | null | math.NA cs.DC cs.LG cs.NA | http://creativecommons.org/licenses/by/4.0/ | High-performance computing (HPC) has revolutionized our ability to perform
detailed simulations of complex real-world processes. A prominent contemporary
example is from aerospace propulsion, where HPC is used for rotating detonation
rocket engine (RDRE) simulations in support of the design of next-generation
rocket engines; however, these simulations take millions of core hours even on
powerful supercomputers, which makes them impractical for engineering tasks
like design exploration and risk assessment. Data-driven reduced-order models
(ROMs) aim to address this limitation by constructing computationally cheap yet
sufficiently accurate approximations that serve as surrogates for the
high-fidelity model. This paper contributes a distributed memory algorithm that
achieves fast and scalable construction of predictive physics-based ROMs
trained from sparse datasets of extremely large state dimension. The algorithm
learns structured physics-based ROMs that approximate the dynamical systems
underlying those datasets.This enables model reduction for problems at a scale
and complexity that exceeds the capabilities of standard, serial approaches. We
demonstrate our algorithm's scalability using up to $2,048$ cores on the
Frontera supercomputer at the Texas Advanced Computing Center. We focus on a
real-world three-dimensional RDRE for which one millisecond of simulated
physical time requires one million core hours on a supercomputer. Using a
training dataset of $2,536$ snapshots each of state dimension $76$ million, our
distributed algorithm enables the construction of a predictive data-driven
reduced model in just $13$ seconds on $2,048$ cores on Frontera.
| [
{
"version": "v1",
"created": "Sat, 13 Jul 2024 20:17:41 GMT"
},
{
"version": "v2",
"created": "Sat, 19 Apr 2025 16:29:33 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Farcas",
"Ionut-Gabriel",
""
],
[
"Gundevia",
"Rayomand P.",
""
],
[
"Munipalli",
"Ramakanth",
""
],
[
"Willcox",
"Karen E.",
""
]
] |
2407.10234 | Qiang Zhao | Yin Cheng, Lin Qiu and Qiang Zhao | Understanding the non-trivial isoscalar pseudoscalar structures in the
$K_S K_S\pi^0$ spectra in the $J/\psi$ radiative decay | Revtex, 16 pages, 10 figures; Version accepted by PRD | null | null | null | hep-ph | http://creativecommons.org/licenses/by/4.0/ | Initiated by the recent observation of a flattened lineshape of
$IJ^{PC}=00^{-+}$ around $1.4\sim 1.5$ GeV in the $K_S K_S \pi^0$ invariant
mass spectrum by BESIII, we make a systematic partial wave analysis of $J/\psi
\to\gamma\eta_X\to \gamma K\bar{K}\pi$ based on an isobaric approach. We
demonstrate that in the scenario of the first radial excitations of the
isoscalar pseudoscalar from the $K\bar{K}\pi$ threshold to about 1.6 GeV the
non-trivial $K_S K_S \pi^0$ invariant mass spectrum can be explained by the
coupled-channel effects with the presence of the triangle singularity
mechanism.
It shows that a combined fit of the Dalitz plots, three-body and two-body
spectra can be achieved which suggests that the one-state solution around
$1.4\sim 1.5$ GeV proposed before still holds well. In particular, we show that
the coupled-channel effects between the three important quasi-two-body decay
channels, $K^*\bar{K}+c.c.$, $\kappa \bar{K}+c.c.$ and $a_0(980)\pi$, can be
well described by taking into account the one-loop corrections in the isobaric
approach.
This is because the isoscalar pseudoscalar states are coupled to the
$K^*\bar{K}+c.c.$ and $a_0(980)\pi$ ($\kappa \bar{K}+c.c.$) channels via the
$P$ and $S$ waves, respectively. As a consequence, the coupled-channel effects
can be largely absorbed into the redefinition of the tree-level effective
couplings with the transition amplitudes computed to the order of one-loop
corrections. Then, the coupled-channel effects can be estimated by the
contributions from the one-loop rescattering amplitudes in comparison with the
tree-level ones, where we find that the rescattering contributions from the
$P$-wave into the $S$-wave, or vice verse, are apparently suppressed in the
kinematic region near threshold.
| [
{
"version": "v1",
"created": "Sun, 14 Jul 2024 15:03:40 GMT"
},
{
"version": "v2",
"created": "Sun, 20 Apr 2025 04:39:00 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Cheng",
"Yin",
""
],
[
"Qiu",
"Lin",
""
],
[
"Zhao",
"Qiang",
""
]
] |
2407.11274 | Syomantak Chaudhuri | Syomantak Chaudhuri, Thomas A. Courtade | Private Estimation when Data and Privacy Demands are Correlated | Updated version, accepted at FORC'25 | null | null | null | cs.LG cs.CR stat.ML | http://creativecommons.org/licenses/by/4.0/ | Differential Privacy (DP) is the current gold-standard for ensuring privacy
for statistical queries. Estimation problems under DP constraints appearing in
the literature have largely focused on providing equal privacy to all users. We
consider the problems of empirical mean estimation for univariate data and
frequency estimation for categorical data, both subject to heterogeneous
privacy constraints. Each user, contributing a sample to the dataset, is
allowed to have a different privacy demand. The dataset itself is assumed to be
worst-case and we study both problems under two different formulations --
first, where privacy demands and data may be correlated, and second, where
correlations are weakened by random permutation of the dataset. We establish
theoretical performance guarantees for our proposed algorithms, under both PAC
error and mean-squared error. These performance guarantees translate to minimax
optimality in several instances, and experiments confirm superior performance
of our algorithms over other baseline techniques.
| [
{
"version": "v1",
"created": "Mon, 15 Jul 2024 22:46:02 GMT"
},
{
"version": "v2",
"created": "Sat, 19 Apr 2025 01:52:11 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Chaudhuri",
"Syomantak",
""
],
[
"Courtade",
"Thomas A.",
""
]
] |
2407.11568 | Hai Wang | Hai Wang, Ujjwal Sen | Dynamical Characterization of Quantum Coherence | null | null | null | null | quant-ph | http://creativecommons.org/licenses/by/4.0/ | Quantum coherence, rooted in the superposition principle of quantum
mechanics, is a crucial quantum resource. Various measures, operational
interpretations, and generalizations of quantum coherence have been proposed.
In recent years, its role in quantum dynamics and technologies has attracted
much attention. We introduce the concept of average quantum distance at a given
time, and show that quantum coherence can be interpreted as the average
evolution speed for arbitrary time-independent Hamiltonians. We extend the
considerations to open quantum dynamics, where we find that quantum coherence
can be used to bound the average evolution speed. Secondly, beyond this average
setting, we show how quantum coherence and the eigenvalues of the Hamiltonian
together determine the instantaneous evolution speed in the general case, with
the trade-off being the energy uncertainty. Finally, we use the strategy to
analyze the charging and discharging in quantum batteries, demonstrating the
potential of our method in quantum technologies. We believe that the results
clarify the role quantum coherence in quantum dynamics, paving an alternate
avenue, complementary to the existing ones, to understand the capacity of
quantum resources in dynamical processes.
| [
{
"version": "v1",
"created": "Tue, 16 Jul 2024 10:21:59 GMT"
},
{
"version": "v2",
"created": "Mon, 12 Aug 2024 01:58:25 GMT"
},
{
"version": "v3",
"created": "Thu, 26 Dec 2024 02:28:56 GMT"
},
{
"version": "v4",
"created": "Sun, 20 Apr 2025 07:42:45 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Wang",
"Hai",
""
],
[
"Sen",
"Ujjwal",
""
]
] |
2407.12567 | Ri-Hua Zheng | Ri-Hua Zheng, Wen Ning, Jia-Hao L\"u, Xue-Jia Yu, Fan Wu, Cheng-Lin
Deng, Zhen-Biao Yang, Kai Xu, Dongning Zheng, Heng Fan, and Shi-Biao Zheng | Experimental demonstration of spontaneous symmetry breaking with
emergent multi-qubit entanglement | 34 pages, 17 figures | Phys. Rev. Lett. 134, 150406 (2025) | 10.1103/PhysRevLett.134.150406 | null | quant-ph | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Spontaneous symmetry breaking (SSB) is crucial to the occurrence of phase
transitions. Once a phase transition occurs, a quantum system presents
degenerate eigenstates that lack the symmetry of the Hamiltonian. After
crossing the critical point, the system is essentially evolved to a quantum
superposition of these eigenstates until decoherence sets in. Despite the
fundamental importance and potential applications in quantum technologies, such
quantum-mechanical SSB phenomena have not been experimentally explored in
many-body systems. We here present an experimental demonstration of the SSB
process in the Lipkin-Meshkov-Glick model, governed by the competition between
the individual driving and intra-qubit interaction. The model is realized in a
circuit quantum electrodynamics system, where 6 Xmon qubits are coupled in an
all-to-all manner through virtual photon exchange mediated by a resonator. The
observed nonclassical correlations among these qubits in the symmetry-breaking
region go beyond the conventional description of SSB, shedding new light on
phase transitions for quantum many-body systems.
| [
{
"version": "v1",
"created": "Wed, 17 Jul 2024 13:50:29 GMT"
},
{
"version": "v2",
"created": "Tue, 30 Jul 2024 01:16:25 GMT"
},
{
"version": "v3",
"created": "Sat, 19 Apr 2025 15:38:47 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Zheng",
"Ri-Hua",
""
],
[
"Ning",
"Wen",
""
],
[
"Lü",
"Jia-Hao",
""
],
[
"Yu",
"Xue-Jia",
""
],
[
"Wu",
"Fan",
""
],
[
"Deng",
"Cheng-Lin",
""
],
[
"Yang",
"Zhen-Biao",
""
],
[
"Xu",
"Kai",
""
],
[
"Zheng",
"Dongning",
""
],
[
"Fan",
"Heng",
""
],
[
"Zheng",
"Shi-Biao",
""
]
] |
2407.13841 | Rahul Ramesh | Rahul Ramesh, Anthony Bisulco, Ronald W. DiTullio, Linran Wei, Vijay
Balasubramanian, Kostas Daniilidis and Pratik Chaudhari | Many Perception Tasks are Highly Redundant Functions of their Input Data | null | null | null | null | cs.CV cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We show that many perception tasks, from visual recognition, semantic
segmentation, optical flow, depth estimation to vocalization discrimination,
are highly redundant functions of their input data. Images or spectrograms,
projected into different subspaces, formed by orthogonal bases in pixel,
Fourier or wavelet domains, can be used to solve these tasks remarkably well
regardless of whether it is the top subspace where data varies the most, some
intermediate subspace with moderate variability--or the bottom subspace where
data varies the least. This phenomenon occurs because different subspaces have
a large degree of redundant information relevant to the task.
| [
{
"version": "v1",
"created": "Thu, 18 Jul 2024 18:24:25 GMT"
},
{
"version": "v2",
"created": "Sat, 19 Apr 2025 02:22:05 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Ramesh",
"Rahul",
""
],
[
"Bisulco",
"Anthony",
""
],
[
"DiTullio",
"Ronald W.",
""
],
[
"Wei",
"Linran",
""
],
[
"Balasubramanian",
"Vijay",
""
],
[
"Daniilidis",
"Kostas",
""
],
[
"Chaudhari",
"Pratik",
""
]
] |
2407.14333 | David Holtz | Eaman Jahani, Benjamin S. Manning, Joe Zhang, Hong-Yi TuYe, Mohammed
Alsobay, Christos Nicolaides, Siddharth Suri, David Holtz | Prompt Adaptation as a Dynamic Complement in Generative AI Systems | null | null | null | null | cs.HC econ.GN q-fin.EC | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | As generative AI systems rapidly improve, a key question emerges: How do
users keep up-and what happens if they fail to do so. Drawing on theories of
dynamic capabilities and IT complements, we examine prompt adaptation-the
adjustments users make to their inputs in response to evolving model
behavior-as a mechanism that helps determine whether technical advances
translate into realized economic value. In a preregistered online experiment
with 1,893 participants, who submitted over 18,000 prompts and generated more
than 300,000 images, users attempted to replicate a target image in 10 tries
using one of three randomly assigned models: DALL-E 2, DALL-E 3, or DALL-E 3
with automated prompt rewriting. We find that users with access to DALL-E 3
achieved higher image similarity than those with DALL-E 2-but only about half
of this gain (51%) came from the model itself. The other half (49%) resulted
from users adapting their prompts in response to the model's capabilities. This
adaptation emerged across the skill distribution, was driven by
trial-and-error, and could not be replicated by automated prompt rewriting,
which erased 58% of the performance improvement associated with DALL-E 3. Our
findings position prompt adaptation as a dynamic complement to generative
AI-and suggest that without it, a substantial share of the economic value
created when models advance may go unrealized.
| [
{
"version": "v1",
"created": "Fri, 19 Jul 2024 14:13:02 GMT"
},
{
"version": "v2",
"created": "Fri, 16 Aug 2024 12:57:21 GMT"
},
{
"version": "v3",
"created": "Sun, 8 Dec 2024 03:13:44 GMT"
},
{
"version": "v4",
"created": "Tue, 17 Dec 2024 06:33:08 GMT"
},
{
"version": "v5",
"created": "Fri, 18 Apr 2025 22:05:35 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Jahani",
"Eaman",
""
],
[
"Manning",
"Benjamin S.",
""
],
[
"Zhang",
"Joe",
""
],
[
"TuYe",
"Hong-Yi",
""
],
[
"Alsobay",
"Mohammed",
""
],
[
"Nicolaides",
"Christos",
""
],
[
"Suri",
"Siddharth",
""
],
[
"Holtz",
"David",
""
]
] |
2407.14413 | Jiwoon Sim | Lingyun Qiu and Jiwoon Sim | Uniqueness of the inverse source problem for fractional diffusion-wave
equations | Revision submitted to arxiv on 2025/4/21 | null | null | null | math.NA cs.NA math.AP | http://creativecommons.org/licenses/by-nc-nd/4.0/ | This study addresses the inverse source problem for the fractional
diffusion-wave equation, characterized by a source comprising spatial and
temporal components. The investigation is primarily concerned with practical
scenarios where data is collected subsequent to an incident. We establish the
uniqueness of either the spatial or the temporal component of the source,
provided that the temporal component exhibits an asymptotic expansion at
infinity. Taking anomalous diffusion as a typical example, we gather the
asymptotic behavior of one of the following quantities: the concentration on
partial interior region or at a point inside the region, or the flux on partial
boundary or at a point on the boundary. The proof is based on the asymptotic
expansion of the solution to the fractional diffusion-wave equation. Notably,
our approach does not rely on the conventional vanishing conditions for the
source components. We also observe that the extent of uniqueness is dependent
on the fractional order.
| [
{
"version": "v1",
"created": "Fri, 19 Jul 2024 15:40:08 GMT"
},
{
"version": "v2",
"created": "Mon, 21 Apr 2025 14:26:15 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Qiu",
"Lingyun",
""
],
[
"Sim",
"Jiwoon",
""
]
] |
2407.15997 | Mikhail Mironov N | Mikhail Mironov and Jeet Sampat | Jointly cyclic polynomials and maximal domains | Accepted for publication in the Proceedings of AMS. Made major
revisions and identified the maximal domain as the joint point spectrum of
the adjoints of the shifts | null | null | null | math.CV math.FA | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | For a (not necessarily locally convex) topological vector space $\mathcal{X}$
of holomorphic functions in one complex variable, we show that the shift
invariant subspace generated by a set of polynomials is $\mathcal{X}$ if and
only if their common vanishing set contains no point at which the evaluation
functional is continuous. For two variables, we show that this problem can be
reduced to determining the cyclicity of a single polynomial and obtain partial
results for more than two variables. We proceed to examine the maximal domain,
i.e., the set of all points for which the evaluation functional is continuous.
When $\mathcal{X}$ is metrizable, we show that the maximal domain must be an
$F_\sigma$ set, and then construct Hilbert function spaces on the unit disk
whose maximal domain is the disk plus an arbitrary subset of the boundary that
is both $F_\sigma$ and $G_\delta$.
| [
{
"version": "v1",
"created": "Mon, 22 Jul 2024 19:10:38 GMT"
},
{
"version": "v2",
"created": "Mon, 21 Apr 2025 17:12:57 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Mironov",
"Mikhail",
""
],
[
"Sampat",
"Jeet",
""
]
] |
2407.16741 | Xingyao Wang | Xingyao Wang, Boxuan Li, Yufan Song, Frank F. Xu, Xiangru Tang,
Mingchen Zhuge, Jiayi Pan, Yueqi Song, Bowen Li, Jaskirat Singh, Hoang H.
Tran, Fuqiang Li, Ren Ma, Mingzhang Zheng, Bill Qian, Yanjun Shao, Niklas
Muennighoff, Yizhe Zhang, Binyuan Hui, Junyang Lin, Robert Brennan, Hao Peng,
Heng Ji, Graham Neubig | OpenHands: An Open Platform for AI Software Developers as Generalist
Agents | Accepted by ICLR 2025; Code:
https://github.com/All-Hands-AI/OpenHands | null | null | null | cs.SE cs.AI cs.CL | http://creativecommons.org/licenses/by/4.0/ | Software is one of the most powerful tools that we humans have at our
disposal; it allows a skilled programmer to interact with the world in complex
and profound ways. At the same time, thanks to improvements in large language
models (LLMs), there has also been a rapid development in AI agents that
interact with and affect change in their surrounding environments. In this
paper, we introduce OpenHands (f.k.a. OpenDevin), a platform for the
development of powerful and flexible AI agents that interact with the world in
similar ways to those of a human developer: by writing code, interacting with a
command line, and browsing the web. We describe how the platform allows for the
implementation of new agents, safe interaction with sandboxed environments for
code execution, coordination between multiple agents, and incorporation of
evaluation benchmarks. Based on our currently incorporated benchmarks, we
perform an evaluation of agents over 15 challenging tasks, including software
engineering (e.g., SWE-BENCH) and web browsing (e.g., WEBARENA), among others.
Released under the permissive MIT license, OpenHands is a community project
spanning academia and industry with more than 2.1K contributions from over 188
contributors.
| [
{
"version": "v1",
"created": "Tue, 23 Jul 2024 17:50:43 GMT"
},
{
"version": "v2",
"created": "Fri, 4 Oct 2024 14:54:08 GMT"
},
{
"version": "v3",
"created": "Fri, 18 Apr 2025 18:14:31 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Wang",
"Xingyao",
""
],
[
"Li",
"Boxuan",
""
],
[
"Song",
"Yufan",
""
],
[
"Xu",
"Frank F.",
""
],
[
"Tang",
"Xiangru",
""
],
[
"Zhuge",
"Mingchen",
""
],
[
"Pan",
"Jiayi",
""
],
[
"Song",
"Yueqi",
""
],
[
"Li",
"Bowen",
""
],
[
"Singh",
"Jaskirat",
""
],
[
"Tran",
"Hoang H.",
""
],
[
"Li",
"Fuqiang",
""
],
[
"Ma",
"Ren",
""
],
[
"Zheng",
"Mingzhang",
""
],
[
"Qian",
"Bill",
""
],
[
"Shao",
"Yanjun",
""
],
[
"Muennighoff",
"Niklas",
""
],
[
"Zhang",
"Yizhe",
""
],
[
"Hui",
"Binyuan",
""
],
[
"Lin",
"Junyang",
""
],
[
"Brennan",
"Robert",
""
],
[
"Peng",
"Hao",
""
],
[
"Ji",
"Heng",
""
],
[
"Neubig",
"Graham",
""
]
] |
2407.17413 | Sivakumar Rathinam | Kaarthik Sundar, Sivakumar Rathinam | $A^*$ for Graphs of Convex Sets | International Conference on Automated Planning and Scheduling (ICAPS)
2025 | null | null | null | math.OC cs.AI cs.RO | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We present a novel algorithm that fuses the existing convex-programming based
approach with heuristic information to find optimality guarantees and
near-optimal paths for the Shortest Path Problem in the Graph of Convex Sets
(SPP-GCS). Our method, inspired by $A^*$, initiates a best-first-like procedure
from a designated subset of vertices and iteratively expands it until further
growth is neither possible nor beneficial. Traditionally, obtaining solutions
with bounds for an optimization problem involves solving a relaxation,
modifying the relaxed solution to a feasible one, and then comparing the two
solutions to establish bounds. However, for SPP-GCS, we demonstrate that
reversing this process can be more advantageous, especially with Euclidean
travel costs. In other words, we initially employ $A^*$ to find a feasible
solution for SPP-GCS, then solve a convex relaxation restricted to the vertices
explored by $A^*$ to obtain a relaxed solution, and finally, compare the
solutions to derive bounds. We present numerical results to highlight the
advantages of our algorithm over the existing approach in terms of the sizes of
the convex programs solved and computation time.
| [
{
"version": "v1",
"created": "Wed, 24 Jul 2024 16:48:32 GMT"
},
{
"version": "v2",
"created": "Thu, 25 Jul 2024 02:10:08 GMT"
},
{
"version": "v3",
"created": "Sat, 19 Apr 2025 07:19:16 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Sundar",
"Kaarthik",
""
],
[
"Rathinam",
"Sivakumar",
""
]
] |
2407.17820 | Jesse Elliott | Jesse Elliott | Analytic Number Theory and Algebraic Asymptotic Analysis | The main change from Version 2 is that Section 13.4 has been
substantially revised and expanded (and, for example, Corollary 13.4.11 was
corrected). Other than that, a few simple edits were made throughout the
book. Hopefully this is the final version | null | 10.1142/13521 | null | math.NT | http://creativecommons.org/licenses/by/4.0/ | This monograph elucidates and extends many theorems and conjectures in
analytic number theory and algebraic asymptotic analysis via the natural notion
of "degree" and a more general notion that we call "logexponential degree."
Specifically, we define the \emph{degree} of a real function $f$ whose domain
is not bounded above to be the infimum of all real numbers $t$ such that $f(x)$
is $O(x^t)$. The Riemann hypothesis, for example, is equivalent to the
statement that the degree of the function $\pi(x)- \operatorname{li}(x)$ is
$1/2$, where $\pi(x)$ is the prime counting function and $\operatorname{li}(x)$
is the logarithmic integral function. Part 1 of the text is a survey of
analytic number theory, Part 2 introduces the notion of logexponential degree
and uses it to extend results in algebraic asymptotic analysis, and Part 3
applies the results of Part 2 to the various functions that figure most
prominently in analytic number theory and Diophantine analysis.
Central to the notion of logexponential degree are Hardy's
\emph{logarithmico-exponential functions}, which are real functions defined in
a neighborhood of $\infty$ that can be built from $\operatorname{id}$, $\exp$,
and $\log$ using the operations $+$, $\cdot$, $/$, and $\circ$. Such functions
are natural benchmarks for the orders of growth of functions in analytic number
theory. The main goal of Part 3 is to express the logexponential degree of
various functions in analytic number theory in terms of as few "logexponential
primitives" as possible. The logexponential degree of the function $e^\gamma
\prod_{p\leq x}(1-1/p) -1/\log x$, for example, can be expressed in terms of
that of $\pi(x)- \operatorname{li}(x)$ and vice versa, despite the fact that
very little is known about the logexponential degree of either function
separately, even on condition of the Riemann hypothesis.
| [
{
"version": "v1",
"created": "Thu, 25 Jul 2024 07:20:23 GMT"
},
{
"version": "v2",
"created": "Fri, 31 Jan 2025 02:03:04 GMT"
},
{
"version": "v3",
"created": "Sun, 20 Apr 2025 18:31:39 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Elliott",
"Jesse",
""
]
] |
2407.18271 | Ning Wang | Ning Wang, Bingkun Yao, Jie Zhou, Xi Wang, Zhe Jiang and Nan Guan | Large Language Model for Verilog Generation with Code-Structure-Guided
Reinforcement Learning | null | null | null | null | cs.AR cs.AI | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Recent advancements in large language models (LLMs) have sparked significant
interest in the automatic generation of Register Transfer Level (RTL) designs,
particularly using Verilog. Current research on this topic primarily focuses on
pre-training and instruction tuning, but the effectiveness of these methods is
constrained by the limited availability of training data, as public Verilog
code is far less abundant than software code. In particular, these methods
struggle to effectively capture Verilog parallel code structures, which
fundamentally differ from the imperative, sequential control flow typical in
most software programming languages. This paper introduces VeriSeek, an LLM
enhanced by reinforcement learning using a limited amount of high-quality
training data to achieve high Verilog code generation performance. Our
reinforcement learning approach employs code structure information as feedback
signals to refine the pre-trained model, enabling it to effectively learn
important patterns from Verilog code with parallel structures. Experiments show
that VeriSeek outperforms state-of-the-art methods across multiple benchmarks.
| [
{
"version": "v1",
"created": "Sun, 21 Jul 2024 11:25:21 GMT"
},
{
"version": "v2",
"created": "Mon, 5 Aug 2024 06:12:46 GMT"
},
{
"version": "v3",
"created": "Thu, 10 Apr 2025 16:15:17 GMT"
},
{
"version": "v4",
"created": "Sat, 19 Apr 2025 09:25:52 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Wang",
"Ning",
""
],
[
"Yao",
"Bingkun",
""
],
[
"Zhou",
"Jie",
""
],
[
"Wang",
"Xi",
""
],
[
"Jiang",
"Zhe",
""
],
[
"Guan",
"Nan",
""
]
] |
2407.19135 | Andrea Sottosanti | Andrea Sottosanti, Pietro Belloni, Enrico Bovo, Giovanna Boccuzzo | Bayesian Mapping of Mortality Clusters | Figures and tables at the end of the manuscript | null | null | null | stat.ME stat.AP | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Disease mapping analyses the distribution of several disease outcomes within
a territory. Primary goals include identifying areas with unexpected changes in
mortality rates, studying the relation among multiple diseases, and dividing
the analysed territory into clusters based on the observed levels of disease
incidence or mortality. In this work, we focus on detecting spatial mortality
clusters, that occur when neighbouring areas within a territory exhibit similar
mortality levels due to one or more diseases. When multiple causes of death are
examined together, it is relevant to identify not only the spatial boundaries
of the clusters but also the diseases that lead to their formation. However,
existing methods in literature struggle to address this dual problem
effectively and simultaneously. To overcome these limitations, we introduce
Perla, a multivariate Bayesian model that clusters areas in a territory
according to the observed mortality rates of multiple causes of death, also
exploiting the information of external covariates. Our model incorporates the
spatial structure of data directly into the clustering probabilities by
leveraging the stick-breaking formulation of the multinomial distribution.
Additionally, it exploits suitable global-local shrinkage priors to ensure that
the detection of clusters depends on diseases showing concrete increases or
decreases in mortality levels, while excluding uninformative diseases. We
propose an MCMC algorithm for posterior inference that consists of closed-form
Gibbs sampling moves for nearly every model parameter. To demonstrate the
flexibility and effectiveness of our methodology, we validate Perla with a
series of simulation experiments and two extensive case studies.
| [
{
"version": "v1",
"created": "Sat, 27 Jul 2024 00:51:03 GMT"
},
{
"version": "v2",
"created": "Sat, 19 Apr 2025 12:28:33 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Sottosanti",
"Andrea",
""
],
[
"Belloni",
"Pietro",
""
],
[
"Bovo",
"Enrico",
""
],
[
"Boccuzzo",
"Giovanna",
""
]
] |
2407.20065 | Ling Wang | Shuai-Tin. Bao, Dian Wu, Pan Zhang, and Ling Wang | Learning eigenstates of quantum many-body Hamiltonians within the
symmetric subspaces using neural network quantum states | 7 pages, 3 figs | Physical Review B 111 L161116 (2025) | null | null | cond-mat.str-el | http://creativecommons.org/licenses/by/4.0/ | The exploration of neural network quantum states has become widespread in the
studies of complicated quantum many-body systems. However, achieving high
precision remains challenging due to the exponential growth of Hilbert space
size and the intricate sign structures. Utilizing symmetries of the physical
system, we propose a method to evaluate and sample the variational ansatz
within a symmetric subspace. This approach isolates different symmetry sectors,
reducing the relevant Hilbert space size by a factor approximately proportional
to the size of the symmetry group. It is inspired by exact diagonalization
techniques and the work of Choo et al. in Phys. Rev. Lett. 121, 167204 (2018).
We validate our method using the frustrated spin-1/2 $J_1$-$J_2$
antiferromagnetic Heisenberg chain and compare its performance to the case
without symmetrization. The results indicate that our symmetric subspace
approach achieves a substantial improvement over the full Hilbert space on
optimizing the ansatz, reducing the energy error by orders of magnitude. We
also compare the results on degenerate eigenstates with different quantum
numbers, highlighting the advantage of operating within a smaller Hilbert
subspace.
| [
{
"version": "v1",
"created": "Mon, 29 Jul 2024 14:50:02 GMT"
},
{
"version": "v2",
"created": "Fri, 9 Aug 2024 16:36:46 GMT"
},
{
"version": "v3",
"created": "Sat, 19 Apr 2025 03:44:45 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Bao",
"Shuai-Tin.",
""
],
[
"Wu",
"Dian",
""
],
[
"Zhang",
"Pan",
""
],
[
"Wang",
"Ling",
""
]
] |
2407.20913 | Magnoudewa Paka | Brahim El Asri, Magnoud\'ewa Paka | Explicit solution to an optimal two-player switching game in infinite
horizon | 36 pages | null | null | null | math.OC | http://creativecommons.org/publicdomain/zero/1.0/ | In this paper we use viscosity approach to provide an explicit solution to
the problem of a two - player switching game. We characterize the switching
regions which reduce the switching problem into one of finding a finite number
of threshold values in state process that would trigger switchings and then
derive an explicit solution to this problem. The state process is a one
dimensional It\^o diffusion process and switching costs are allowed to be
non-positive. We also suggest a numerical procedure to compute the value
function in case we know the qualitative structure of switching regions and we
illustrate our results by numerical simulations.
| [
{
"version": "v1",
"created": "Tue, 30 Jul 2024 15:40:33 GMT"
},
{
"version": "v2",
"created": "Sat, 3 Aug 2024 13:55:36 GMT"
},
{
"version": "v3",
"created": "Fri, 18 Apr 2025 19:39:51 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Asri",
"Brahim El",
""
],
[
"Paka",
"Magnoudéwa",
""
]
] |
2407.21586 | Zhiqiang Shen | Zhiqiang Shen, Peng Cao, Junming Su, Jinzhu Yang, Osmar R. Zaiane | Adaptive Mix for Semi-Supervised Medical Image Segmentation | null | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Mix-up is a key technique for consistency regularization-based
semi-supervised learning methods, blending two or more images to generate
strong-perturbed samples for strong-weak pseudo supervision. Existing mix-up
operations are performed either randomly or with predefined fixed rules, such
as replacing low-confidence patches with high-confidence ones. The former lacks
control over the perturbation degree, leading to overfitting on randomly
perturbed samples, while the latter tends to generate images with trivial
perturbations, both of which limit the effectiveness of consistency
regularization. This paper aims to answer the following question: How can image
mix-up perturbation be adaptively performed during training? To this end, we
propose an Adaptive Mix algorithm (AdaMix) for image mix-up in a self-paced
learning manner. Given that, in general, a model's performance gradually
improves during training, AdaMix is equipped with a self-paced curriculum that,
in the initial training stage, provides relatively simple perturbed samples and
then gradually increases the difficulty of perturbed images by adaptively
controlling the perturbation degree based on the model's learning state
estimated by a self-paced regularize. We develop three frameworks with our
AdaMix, i.e., AdaMix-ST, AdaMix-MT, and AdaMix-CT, for semi-supervised medical
image segmentation. Extensive experiments on three public datasets show that
the proposed frameworks can achieve superior performance. For example, compared
with the state-of-the-art, AdaMix-CT achieves relative improvements of 2.62% in
Dice similarity coefficient and 48.25% in average surface distance on the ACDC
dataset with 10% labeled data. The results demonstrate that mix-up operations
with dynamically adjusted perturbation strength based on the segmentation
model's state can significantly enhance the effectiveness of consistency
regularization.
| [
{
"version": "v1",
"created": "Wed, 31 Jul 2024 13:19:39 GMT"
},
{
"version": "v2",
"created": "Sun, 20 Apr 2025 01:12:09 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Shen",
"Zhiqiang",
""
],
[
"Cao",
"Peng",
""
],
[
"Su",
"Junming",
""
],
[
"Yang",
"Jinzhu",
""
],
[
"Zaiane",
"Osmar R.",
""
]
] |
2407.21711 | A. Yu. Petrov | I. Andrade, R. Menezes, A. Yu. Petrov, P. Porf\'irio | Kink solutions in nonlocal scalar field theory models | 24 pages, version accepted to Annals of Physics | Ann. Phys. 478, 170028 (2025) | 10.1016/j.aop.2025.170028 | null | hep-th | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In this paper, we study in detail various solutions, especially kink ones, in
different nonlocal scalar field theories, whose kinetic term is described by an
arbitrary non-polynomial analytic function of the d'Alembertian operator, and
the potential is chosen either to be quadratic or to allow for the kink-like
solution. Using the perturbative method, we find corrections of first and
second orders in the nonlocality parameter around local solutions for several
form factors and generate analytic expressions for the energy density up to the
first order in this parameter. Additionally, we also address an inverse
problem, that is, we reconstruct the potential corresponding to the given
solution obtaining restrictions for the form factor.
| [
{
"version": "v1",
"created": "Wed, 31 Jul 2024 16:02:28 GMT"
},
{
"version": "v2",
"created": "Mon, 5 Aug 2024 15:51:22 GMT"
},
{
"version": "v3",
"created": "Tue, 1 Apr 2025 22:41:45 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Andrade",
"I.",
""
],
[
"Menezes",
"R.",
""
],
[
"Petrov",
"A. Yu.",
""
],
[
"Porfírio",
"P.",
""
]
] |
2408.00941 | Junyi Ji | Junyi Ji, Alex Richardson, Derek Gloudemans, Gergely Zach\'ar, Matthew
Nice, William Barbour, Jonathan Sprinkle, Benedetto Piccoli, Daniel B. Work | Stop-and-go wave super-resolution reconstruction via iterative
refinement | null | null | null | null | eess.SY cs.SY | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Stop-and-go waves are a fundamental phenomenon in freeway traffic flow,
contributing to inefficiencies, crashes, and emissions. Recent advancements in
high-fidelity sensor technologies have improved the ability to capture detailed
traffic dynamics, yet such systems remain scarce and costly. In contrast,
conventional traffic sensors are widely deployed but suffer from relatively
coarse-grain data resolution, potentially impeding accurate analysis of
stop-and-go waves. This article explores whether generative AI models can
enhance the resolution of conventional traffic sensor to approximate the
quality of high-fidelity observations. We present a novel approach using a
conditional diffusion denoising model, designed to reconstruct fine-grained
traffic speed field from radar-based conventional sensors via iterative
refinement. We introduce a new dataset, I24-WaveX, comprising 132 hours of data
from both low and high-fidelity sensor systems, totaling over 2 million vehicle
miles traveled. Our approach leverages this dataset to formulate the traffic
measurement enhancement problem as a spatio-temporal super-resolution task. We
demonstrate that our model can effectively reproduce the patterns of
stop-and-go waves, achieving high accuracy in capturing these critical traffic
dynamics. Our results show promising advancements in traffic data enhancement,
offering a cost-effective way to leverage existing low spatio-temporal
resolution sensor networks for improved traffic analysis and management. We
also open-sourced our trained model and code to facilitate further research and
applications.
| [
{
"version": "v1",
"created": "Thu, 1 Aug 2024 22:14:30 GMT"
},
{
"version": "v2",
"created": "Mon, 21 Apr 2025 01:51:26 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Ji",
"Junyi",
""
],
[
"Richardson",
"Alex",
""
],
[
"Gloudemans",
"Derek",
""
],
[
"Zachár",
"Gergely",
""
],
[
"Nice",
"Matthew",
""
],
[
"Barbour",
"William",
""
],
[
"Sprinkle",
"Jonathan",
""
],
[
"Piccoli",
"Benedetto",
""
],
[
"Work",
"Daniel B.",
""
]
] |
2408.00968 | Ali Sadeghi Jahromi | Ali Sadeghi Jahromi, AbdelRahman Abdou, Paul C. van Oorschot | DNSSEC+: An Enhanced DNS Scheme Motivated by Benefits and Pitfalls of
DNSSEC | 15 pages, 7 figures | null | null | null | cs.CR | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The absence of security and privacy measures between DNS recursive resolvers
and authoritative nameservers has been exploited by both on-path and off-path
attackers. While many security proposals have been made in practice and in
previous literature, they typically face deployability barriers and/or lack a
compelling set of security and privacy properties, resulting in limited
adoption. We introduce DNSSEC+, a novel DNS scheme designed to mitigate the
security and privacy vulnerabilities of the DNS resolution process between
resolvers and name servers, while preserving the efficiency of the resolution
process by maintaining a single round-trip. DNSSEC+ takes advantage of a
hierarchical trust model that does not rely on external entities to DNS zones,
but delegates nameserver replicas within a zone to serve zone data securely for
short but renewable time intervals, facilitating real-time security properties
for DNS messages without requiring long-term private keys to be duplicated
(thus exposing to risk) on such replicas. We implement a proof of concept of
DNSSEC+ for evaluation and show that for server-side processing latency,
resolution time, and CPU usage, DNSSEC+ is comparable to less-secure schemes
but significantly outperforms DNS-over-TLS.
| [
{
"version": "v1",
"created": "Fri, 2 Aug 2024 01:25:14 GMT"
},
{
"version": "v2",
"created": "Sun, 20 Apr 2025 20:15:52 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Jahromi",
"Ali Sadeghi",
""
],
[
"Abdou",
"AbdelRahman",
""
],
[
"van Oorschot",
"Paul C.",
""
]
] |
2408.01209 | Satadeep Bhattacharjee | Pritam Das, Pushpendra Gupta, Seung-Cheol Lee, Subhankar Bedanta, and
Satadeep Bhattacharjee | Origin of unexpected weak Gilbert damping in the LSMO/Pt bilayer system | null | null | null | null | cond-mat.mtrl-sci | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We investigated the Gilbert damping in $La_{0.7}Sr_{0.3}MnO_3$ (LSMO) and
$La_{0.7}Sr_{0.3}MnO_3/Pt$ (LSMO/Pt) heterostructures using first-principles
calculations and Wannier interpolation techniques. Our work is motivated by
recent experimental observations showing smaller Gilbert damping in LSMO/Pt
films compared to their reference single-layer LSMO films, despite expectations
of enhanced spin-pumping effects in the former. We analyze the electronic
structures and transport behaviors, finding that LSMO thin films have a high
spin Hall angle ($|\theta_{\mathrm{SH}}|$). However, in LSMO/Pt, the presence
of platinum significantly increases longitudinal conductivity, reducing
$|\theta_{\mathrm{SH}}|$. Despite the lower $|\theta_{\mathrm{SH}}|$, LSMO/Pt
shows a notable anti-damping contribution to Gilbert damping due to a larger
spin diffusion length. In contrast, pure LSMO films with large
$|\theta_{\mathrm{SH}}|$ exhibit higher damping due to efficient spin-to-charge
conversion via a self-induced inverse spin Hall effect (ISHE), as reported in a
recent experiment. Finally, this work demonstrates that by fine-tuning the
ratio of spin Hall conductivity to longitudinal charge conductivity, it is
possible to engineer heterostructures with desired spin-to-charge or
charge-to-spin conversion efficiencies even with weaker spin-orbit couplings.
| [
{
"version": "v1",
"created": "Fri, 2 Aug 2024 11:44:24 GMT"
},
{
"version": "v2",
"created": "Mon, 21 Apr 2025 05:03:09 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Das",
"Pritam",
""
],
[
"Gupta",
"Pushpendra",
""
],
[
"Lee",
"Seung-Cheol",
""
],
[
"Bedanta",
"Subhankar",
""
],
[
"Bhattacharjee",
"Satadeep",
""
]
] |
2408.01354 | Kaiwen Ning | Kaiwen Ning and Jiachi Chen and Qingyuan Zhong and Tao Zhang and
Yanlin Wang and Wei Li and Jingwen Zhang and Jianxing Yu and Yuming Feng and
Weizhe Zhang and Zibin Zheng | MCGMark: An Encodable and Robust Online Watermark for Tracing
LLM-Generated Malicious Code | null | null | null | null | cs.CR cs.SE | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | With the advent of large language models (LLMs), numerous software service
providers (SSPs) are dedicated to developing LLMs customized for code
generation tasks, such as CodeLlama and Copilot. However, these LLMs can be
leveraged by attackers to create malicious software, which may pose potential
threats to the software ecosystem. For example, they can automate the creation
of advanced phishing malware. To address this issue, we first conduct an
empirical study and design a prompt dataset, MCGTest, which involves
approximately 400 person-hours of work and consists of 406 malicious code
generation tasks. Utilizing this dataset, we propose MCGMark, the first robust,
code structure-aware, and encodable watermarking approach to trace
LLM-generated code. We embed encodable information by controlling the token
selection and ensuring the output quality based on probabilistic outliers.
Additionally, we enhance the robustness of the watermark by considering the
structural features of malicious code, preventing the embedding of the
watermark in easily modified positions, such as comments. We validate the
effectiveness and robustness of MCGMark on the DeepSeek-Coder. MCGMark achieves
an embedding success rate of 88.9% within a maximum output limit of 400 tokens.
Furthermore, it also demonstrates strong robustness and has minimal impact on
the quality of the output code. Our approach assists SSPs in tracing and
holding responsible parties accountable for malicious code generated by LLMs.
| [
{
"version": "v1",
"created": "Fri, 2 Aug 2024 16:04:52 GMT"
},
{
"version": "v2",
"created": "Mon, 21 Apr 2025 07:25:13 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Ning",
"Kaiwen",
""
],
[
"Chen",
"Jiachi",
""
],
[
"Zhong",
"Qingyuan",
""
],
[
"Zhang",
"Tao",
""
],
[
"Wang",
"Yanlin",
""
],
[
"Li",
"Wei",
""
],
[
"Zhang",
"Jingwen",
""
],
[
"Yu",
"Jianxing",
""
],
[
"Feng",
"Yuming",
""
],
[
"Zhang",
"Weizhe",
""
],
[
"Zheng",
"Zibin",
""
]
] |
2408.02965 | Xinghao Dong | Xinghao Dong, Chuanqi Chen, Jin-Long Wu | Data-Driven Stochastic Closure Modeling via Conditional Diffusion Model
and Neural Operator | null | null | null | null | cs.LG math.DS physics.comp-ph | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Closure models are widely used in simulating complex multiscale dynamical
systems such as turbulence and the earth system, for which direct numerical
simulation that resolves all scales is often too expensive. For those systems
without a clear scale separation, deterministic and local closure models often
lack enough generalization capability, which limits their performance in many
real-world applications. In this work, we propose a data-driven modeling
framework for constructing stochastic and non-local closure models via
conditional diffusion model and neural operator. Specifically, the Fourier
neural operator is incorporated into a score-based diffusion model, which
serves as a data-driven stochastic closure model for complex dynamical systems
governed by partial differential equations (PDEs). We also demonstrate how
accelerated sampling methods can improve the efficiency of the data-driven
stochastic closure model. The results show that the proposed methodology
provides a systematic approach via generative machine learning techniques to
construct data-driven stochastic closure models for multiscale dynamical
systems with continuous spatiotemporal fields.
| [
{
"version": "v1",
"created": "Tue, 6 Aug 2024 05:21:31 GMT"
},
{
"version": "v2",
"created": "Sun, 2 Mar 2025 00:43:01 GMT"
},
{
"version": "v3",
"created": "Fri, 18 Apr 2025 21:18:24 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Dong",
"Xinghao",
""
],
[
"Chen",
"Chuanqi",
""
],
[
"Wu",
"Jin-Long",
""
]
] |
2408.04537 | Travis Gagie | Nathaniel K. Brown, Travis Gagie, Giovanni Manzini, Gonzalo Navarro
and Marinella Sciortino | Faster run-length compressed suffix arrays | null | null | null | null | cs.DS | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We first review how we can store a run-length compressed suffix array (RLCSA)
for a text $T$ of length $n$ over an alphabet of size $\sigma$ whose
Burrows-Wheeler Transform (BWT) consists of $r$ runs in $O \left(
\rule{0ex}{2ex} r \log (n / r) + r \log \sigma + \sigma \right)$ bits such that
later, given character $a$ and the suffix array interval for $P$, we can find
the suffix-array (SA) interval for $a P$ in $O (\log r_a + \log \log n)$ time,
where $r_a$ is the number of runs of copies of $a$ in the BWT. We then show how
to modify the RLCSA such that we find the SA interval for $a P$ in only $O
(\log r_a)$ time, without increasing its asymptotic space bound. Our key idea
is applying a result by Nishimoto and Tabei (ICALP 2021) and then replacing
rank queries on sparse bitvectors by a constant number of select queries. We
also review two-level indexing and discuss how our faster RLCSA may be useful
in improving it. Finally, we briefly discuss how two-level indexing may speed
up a recent heuristic for finding maximal exact matches of a pattern with
respect to an indexed text.
| [
{
"version": "v1",
"created": "Thu, 8 Aug 2024 15:44:37 GMT"
},
{
"version": "v2",
"created": "Sun, 11 Aug 2024 22:27:12 GMT"
},
{
"version": "v3",
"created": "Mon, 9 Sep 2024 21:46:04 GMT"
},
{
"version": "v4",
"created": "Thu, 6 Feb 2025 14:46:17 GMT"
},
{
"version": "v5",
"created": "Sun, 16 Feb 2025 21:01:25 GMT"
},
{
"version": "v6",
"created": "Wed, 26 Mar 2025 12:27:52 GMT"
},
{
"version": "v7",
"created": "Sat, 19 Apr 2025 21:56:46 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Brown",
"Nathaniel K.",
""
],
[
"Gagie",
"Travis",
""
],
[
"Manzini",
"Giovanni",
""
],
[
"Navarro",
"Gonzalo",
""
],
[
"Sciortino",
"Marinella",
""
]
] |
2408.05587 | Alberto Baccini | Alberto Baccini | COARA will not save science from the tyranny of administrative
evaluation | 20 pages | null | null | null | cs.DL physics.soc-ph | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The Coalition for Advancing Research Assessment (CoARA) agreement is a
cornerstone in the ongoing efforts to reform research evaluation. CoARA
advocates for administrative evaluations of research that rely on peer review,
supported by responsible metrics, as beneficial for both science and society.
Its principles can be critically examined through the lens of Philip Kitcher's
concept of well-ordered science in a democratic society. From Kitcher's
perspective, CoARA's approach faces two significant challenges: definitions of
quality and impact are determined by governments or evaluation institutions
rather than emerging from broad public deliberation, and a select group of
scientists is empowered to assess research based on these predefined criteria.
This creates susceptibility to both the ''tyranny of expertise'' and the
''tyranny of ignorance'' that Kitcher cautions against. Achieving Kitcher's
ideal would require limiting administrative evaluations to essential tasks,
such as researcher recruitment and project funding, while establishing
procedures grounded in principles of fairness.
| [
{
"version": "v1",
"created": "Sat, 10 Aug 2024 16:13:25 GMT"
},
{
"version": "v2",
"created": "Fri, 27 Dec 2024 17:16:14 GMT"
},
{
"version": "v3",
"created": "Sat, 19 Apr 2025 15:40:47 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Baccini",
"Alberto",
""
]
] |
2408.05732 | Stephan Narison | S. Narison (LUPM, CNRS/Univ. Montpellier-FR and iHEPMAD, Univ.
Antananarivo (MG)) | QCD condensates and $\alpha_s$ from $\tau$-decay | Latex file 18 pages, 3 Tables, 14 figures. Version published in
Nucl.Phys. A after inclusion of the referee's suggestions | null | 10.1016/j.nuclphysa.2024.123014 | null | hep-ph | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We improve the determinations of the QCD condensates within the SVZ expansion
in the axial-vector (A) channel using the ratio of Laplace sum rule (LSR)
${\cal R}_{10}^A(\tau)$ within stability criteria and $\tau$-like higher
moments ${R}_{n,A}$ within stability for arbitrary $\tau$-mass squared $s_0$.
We find the same violation of the factorization by a factor 6 of the four-quark
condensate as from $e^+e^- \to$ Hadrons data. One can notice a systematic
alternate sign and no exponential growth of the size of these condensates.
Then, we extract $\alpha_s$ from the lowest $\tau$-decay like moment and find:
$\alpha_s(M_\tau)\vert_{V-A}=0.3135(83)$ (FO) and 0.3322 (81) (CI) leading to:
$\alpha_s(M_Z)\vert_{V-A}=0.1177(10)_{fit}(3)_{evol.}$ (FO) and
$0.1200(9)_{fit}(3)_{evol.}$\,(CI). We extend the analysis to the V--A channel
and find: $ \alpha_s(M_\tau)\vert_{V-A}=0.3135(83)$ (FO) and 0.3322 (81) (CI)
leading to: $\alpha_s(M_Z)\vert_{V-A}=0.1177(10)_{fit}(3)_{evol.}$ (FO) and
$0.1200(9)_{fit}(3)_{evol.}$\,(CI). We observe that in different channels
($e^+e^-\to$ Hadrons, \, A,\,V-A), the extraction of $\alpha_s(M_\tau)$ at the
observed $\tau$-mass leads to an overestimate of its value. Our determinations
from these different channels lead to the mean: $ \alpha_s(M_\tau)=0.3140(44)$
(FO) and 0.3346 (35) (CI) leading to:
$\alpha_s(M_Z)=0.1178(6)_{fit}(3)_{evol.}$ (FO) and
$0.1202(4)_{fit}(3)_{evol.}$(CI). Comparisons with some other results are done.
| [
{
"version": "v1",
"created": "Sun, 11 Aug 2024 09:18:14 GMT"
},
{
"version": "v2",
"created": "Fri, 20 Dec 2024 10:49:21 GMT"
},
{
"version": "v3",
"created": "Sun, 20 Apr 2025 07:30:20 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Narison",
"S.",
"",
"LUPM, CNRS/Univ. Montpellier-FR and iHEPMAD, Univ.\n Antananarivo"
]
] |
2408.06515 | Muhsin Aljaf | Muhsin Aljaf, Ilias Cholis | Simulating Binary Primordial Black Hole Mergers in Dark Matter Halos | 18 pages, 19 figures | null | 10.1103/PhysRevD.111.063020 | null | astro-ph.GA astro-ph.CO | http://creativecommons.org/licenses/by/4.0/ | Primordial black holes (PBHs), possibly constituting a non-negligible
fraction of dark matter (DM), might be responsible for a number of
gravitational wave events detected by LIGO/Virgo/KAGRA. In this paper, we
simulate the evolution of PBH binaries in DM halos and calculate their merger
rate up to redshift of 10. We assume that DM halos are made entirely by a
combination of single PBHs and PBH binaries. We present the resulting merger
rates from the two main channels that lead to merging PBH binaries: two-body
captures and binary-single interactions. We account for alternative assumptions
on the dark matter halo mass-concentration relationship versus redshift. We
also study what impact the PBH mass distribution, centered in the stellar-mass
range, has on the PBH merger rate that the ground-based gravitational-wave
observatories can probe. We find that under reasonable assumptions on the
abundance of PBH binaries relative to single PBHs, the binary-single
interaction rates can be dominant over the two-body capture channel. Our work
studies in detail the dynamics of PBHs inside DM halos, advancing our
understanding on how the current gravitational-wave events constrain the
properties of PBHs. Moreover, we make predictions in a redshift range to be
probed by future observatories.
| [
{
"version": "v1",
"created": "Mon, 12 Aug 2024 22:19:23 GMT"
},
{
"version": "v2",
"created": "Sun, 20 Apr 2025 05:14:43 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Aljaf",
"Muhsin",
""
],
[
"Cholis",
"Ilias",
""
]
] |
2408.06631 | Mingning Guo | Mingning Guo, Mengwei Wu, Yuxiang Shen, Haifeng Li and Chao Tao | IFShip: Interpretable Fine-grained Ship Classification with Domain
Knowledge-Enhanced Vision-Language Models | null | Pattern Recognition, 166, 111672 (2025) | 10.1016/j.patcog.2025.111672 | null | cs.CL | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | End-to-end interpretation currently dominates the remote sensing fine-grained
ship classification (RS-FGSC) task. However, the inference process remains
uninterpretable, leading to criticisms of these models as "black box" systems.
To address this issue, we propose a domain knowledge-enhanced Chain-of-Thought
(CoT) prompt generation mechanism, which is used to semi-automatically
construct a task-specific instruction-following dataset, TITANIC-FGS. By
training on TITANIC-FGS, we adapt general-domain vision-language models (VLMs)
to the FGSC task, resulting in a model named IFShip. Building upon IFShip, we
develop an FGSC visual chatbot that redefines the FGSC problem as a
step-by-step reasoning task and conveys the reasoning process in natural
language. Experimental results show that IFShip outperforms state-of-the-art
FGSC algorithms in both interpretability and classification accuracy.
Furthermore, compared to VLMs such as LLaVA and MiniGPT-4, IFShip demonstrates
superior performance on the FGSC task. It provides an accurate chain of
reasoning when fine-grained ship types are recognizable to the human eye and
offers interpretable explanations when they are not. Our dataset is publicly
available at: https://github.com/lostwolves/IFShip.
| [
{
"version": "v1",
"created": "Tue, 13 Aug 2024 04:36:18 GMT"
},
{
"version": "v2",
"created": "Tue, 11 Mar 2025 12:02:01 GMT"
},
{
"version": "v3",
"created": "Fri, 11 Apr 2025 03:53:03 GMT"
},
{
"version": "v4",
"created": "Sun, 20 Apr 2025 02:22:15 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Guo",
"Mingning",
""
],
[
"Wu",
"Mengwei",
""
],
[
"Shen",
"Yuxiang",
""
],
[
"Li",
"Haifeng",
""
],
[
"Tao",
"Chao",
""
]
] |
2408.07191 | Jonas Linkerh\"agner | Jonas Linkerh\"agner, Cheng Shi, Ivan Dokmani\'c | Joint Graph Rewiring and Feature Denoising via Spectral Resonance | Accepted as oral at the 13th International Conference on Learning
Representations (ICLR), 2025 | null | null | null | cs.LG cs.SI stat.ML | http://creativecommons.org/licenses/by/4.0/ | When learning from graph data, the graph and the node features both give
noisy information about the node labels. In this paper we propose an algorithm
to jointly denoise the features and rewire the graph (JDR), which improves the
performance of downstream node classification graph neural nets (GNNs). JDR
works by aligning the leading spectral spaces of graph and feature matrices. It
approximately solves the associated non-convex optimization problem in a way
that handles graphs with multiple classes and different levels of homophily or
heterophily. We theoretically justify JDR in a stylized setting and show that
it consistently outperforms existing rewiring methods on a wide range of
synthetic and real-world node classification tasks.
| [
{
"version": "v1",
"created": "Tue, 13 Aug 2024 20:16:11 GMT"
},
{
"version": "v2",
"created": "Wed, 2 Oct 2024 13:45:53 GMT"
},
{
"version": "v3",
"created": "Mon, 10 Mar 2025 15:24:23 GMT"
},
{
"version": "v4",
"created": "Sat, 19 Apr 2025 14:24:12 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Linkerhägner",
"Jonas",
""
],
[
"Shi",
"Cheng",
""
],
[
"Dokmanić",
"Ivan",
""
]
] |
2408.07939 | Umair Zulfiqar | Umair Zulfiqar, Zhi-Hua Xiao, Qiu-Yan Song, Mohammad Monir Uddin, and
Victor Sreeram | $\mathcal{H}_2$-optimal Model Reduction of Linear Quadratic Output
Systems in Finite Frequency Range | null | null | null | null | eess.SY cs.SY | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In frequency-limited model order reduction, the objective is to maintain the
frequency response of the original system within a specified frequency range in
the reduced-order model. In this paper, a mathematical expression for the
frequency-limited $\mathcal{H}_2$ norm is derived, which quantifies the error
within the desired frequency interval. Subsequently, the necessary conditions
for a local optimum of the frequency-limited $\mathcal{H}_2$ norm of the error
are derived. The inherent difficulty in satisfying these conditions within a
Petrov-Galerkin projection framework is also discussed. Using the optimality
conditions and the Petrov-Galerkin projection, a stationary point iteration
algorithm is proposed, which approximately satisfies these optimality
conditions upon convergence. The main computational effort in the proposed
algorithm involves solving sparse-dense Sylvester equations. These equations
are frequently encountered in $\mathcal{H}_2$ model order reduction algorithms
and can be solved efficiently. Moreover, the algorithm bypasses the requirement
of matrix logarithm computation, which is typically necessary for most
frequency-limited reduction methods and can be computationally demanding for
high-order systems. An illustrative example is provided to numerically validate
the developed theory. The proposed algorithm's effectiveness in accurately
approximating the original high-order model within the specified frequency
range is demonstrated through the reduction of an advection-diffusion
equation-based model, commonly used in model reduction literature for testing
algorithms. Additionally, the algorithm's computational efficiency is
highlighted by successfully reducing a flexible space structure model of order
one million.
| [
{
"version": "v1",
"created": "Thu, 15 Aug 2024 05:27:02 GMT"
},
{
"version": "v2",
"created": "Fri, 18 Apr 2025 22:59:58 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Zulfiqar",
"Umair",
""
],
[
"Xiao",
"Zhi-Hua",
""
],
[
"Song",
"Qiu-Yan",
""
],
[
"Uddin",
"Mohammad Monir",
""
],
[
"Sreeram",
"Victor",
""
]
] |
2408.07947 | Seon-Hoon Kim | Seon-Hoon Kim, Dae-Won Chung | Conditional Brownian Bridge Diffusion Model for VHR SAR to Optical Image
Translation | 5 pages, 2 figures, 1 table | null | 10.1109/LGRS.2025.3562401 | null | eess.IV cs.AI cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Synthetic Aperture Radar (SAR) imaging technology provides the unique
advantage of being able to collect data regardless of weather conditions and
time. However, SAR images exhibit complex backscatter patterns and speckle
noise, which necessitate expertise for interpretation. Research on translating
SAR images into optical-like representations has been conducted to aid the
interpretation of SAR data. Nevertheless, existing studies have predominantly
utilized low-resolution satellite imagery datasets and have largely been based
on Generative Adversarial Network (GAN) which are known for their training
instability and low fidelity. To overcome these limitations of low-resolution
data usage and GAN-based approaches, this letter introduces a conditional
image-to-image translation approach based on Brownian Bridge Diffusion Model
(BBDM). We conducted comprehensive experiments on the MSAW dataset, a paired
SAR and optical images collection of 0.5m Very-High-Resolution (VHR). The
experimental results indicate that our method surpasses both the Conditional
Diffusion Models (CDMs) and the GAN-based models in diverse perceptual quality
metrics.
| [
{
"version": "v1",
"created": "Thu, 15 Aug 2024 05:43:46 GMT"
},
{
"version": "v2",
"created": "Tue, 20 Aug 2024 13:30:11 GMT"
},
{
"version": "v3",
"created": "Wed, 11 Sep 2024 04:02:50 GMT"
},
{
"version": "v4",
"created": "Sun, 20 Apr 2025 09:03:15 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Kim",
"Seon-Hoon",
""
],
[
"Chung",
"Dae-Won",
""
]
] |
2408.08572 | Young Sul Cho | Young Sul Cho | Link rewiring with local information--induced hybrid percolation
transitions | 10 pages, 8 figures | Sci. Adv. 11, eadt0355 (2025) | 10.1126/sciadv.adt0355 | null | cond-mat.stat-mech | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | When a link is occupied to restrict the growth of large clusters using the
size information of a finite number of finite clusters, so-called local
information, an abrupt but continuous transition is exhibited. We report here
that a hybrid transition can occur if each node rewires its links to restrict
the growth of large clusters using local information continuously up to a
finite number of rewirings. For example, on a branch of a Bethe lattice with
coordination number $4$, each node rewires its outgoing links to its
descendants several times in ascending order of cluster size to reach a steady
state. Then a hybrid transition with nontrivial critical exponents occurs as a
function of the link fraction at the steady state. We observe this phenomenon
even on a Bethe lattice without hierarchy, supporting that such a phenomenon
may occur on diverse tree networks with finite degrees.
| [
{
"version": "v1",
"created": "Fri, 16 Aug 2024 07:20:22 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Cho",
"Young Sul",
""
]
] |
2408.08695 | Marcos Rodriguez Cardoso | M. C. Rodriguez | Spontaneous breaking of a global symmetry in the Minimum Supersymmetric
$SU(3)_{C}\times SU(3)_{L}\times U(1)_{N}$ Model | 56 pages, 9 tables, 17 figures | null | null | IJMPA-D-25-0006R1 | hep-ph | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We present a preliminar study of the scalar potential of the usual scalars in
the Minimal Supersymmetric $SU(3)_{C}\times SU(3)_{L}\times U(1)_{N}$ Model. We
will consider the case in which all the usual neutral scalars fields of this
model obtain vacuum expectation values. When we allow in our superpotential,
only interactions that respect the invariance of the quantum number, ${\cal
F}\equiv B+L$, where $B$ is the baryon number while $L$ is the total lepton
number. We obtain, as in the minimal $SU(3)_{C}\times SU(3)_{L}\times U(1)_{N}$
model without supersymmetry, a Majoron. However, by allowing the violation of
this quantum number, we can remove the Majoron in a mechanism similar to that
recently presented in the Supersymmetric version of the scheme of
Gelmini-Roncadelli. The mass spectrum obtained is in agreement with current
experimental data.
| [
{
"version": "v1",
"created": "Fri, 16 Aug 2024 12:18:02 GMT"
},
{
"version": "v2",
"created": "Thu, 28 Nov 2024 13:14:06 GMT"
},
{
"version": "v3",
"created": "Mon, 23 Dec 2024 18:07:11 GMT"
},
{
"version": "v4",
"created": "Mon, 30 Dec 2024 12:35:44 GMT"
},
{
"version": "v5",
"created": "Wed, 26 Feb 2025 17:44:47 GMT"
},
{
"version": "v6",
"created": "Mon, 21 Apr 2025 12:55:39 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Rodriguez",
"M. C.",
""
]
] |
2408.08985 | Nirmalya Kajuri | Waheed A. Dar, Prince A. Ganai, Nirmalya Kajuri | Hawking Radiation in Jackiw-Teitelboim Gravity | 22 pages, no figures. Version to appear in EPJC | null | null | null | hep-th | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In this paper, we study Hawking radiation in Jackiw-Teitelboim gravity for
minimally coupled massless and massive scalar fields. We employ a
holography-inspired technique to derive the Bogoliubov coefficients. We
consider both black holes in equilibrium and black holes attached to a bath. In
the latter case, we compute semiclassical deviations from the thermal spectrum.
| [
{
"version": "v1",
"created": "Fri, 16 Aug 2024 19:25:59 GMT"
},
{
"version": "v2",
"created": "Mon, 26 Aug 2024 16:11:12 GMT"
},
{
"version": "v3",
"created": "Mon, 21 Apr 2025 13:09:26 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Dar",
"Waheed A.",
""
],
[
"Ganai",
"Prince A.",
""
],
[
"Kajuri",
"Nirmalya",
""
]
] |
2408.09269 | Anshuman Sinha | Anshuman Sinha, Camille Migozzi, Aubin Rey and Chao Zhang | Enhancing Audio-Language Models through Self-Supervised Post-Training
with Text-Audio Pairs | 29 pages, 15 figures | null | null | null | cs.SD cs.LG eess.AS | http://creativecommons.org/licenses/by/4.0/ | Research on multi-modal contrastive learning strategies for audio and text
has rapidly gained interest. Contrastively trained Audio-Language Models
(ALMs), such as CLAP, which establish a unified representation across audio and
language modalities, have enhanced the efficacy in various subsequent tasks by
providing good text aligned audio encoders and vice versa. These improvements
are evident in areas like zero-shot audio classification and audio retrieval,
among others. However, the ability of these models to understand natural
language and temporal relations is still a largely unexplored and open field
for research. In this paper, we propose to equip the multi-modal ALMs with
temporal understanding without loosing their inherent prior capabilities of
audio-language tasks with a temporal instillation method TeminAL. We implement
a two-stage training scheme TeminAL A $\&$ B, where the model first learns to
differentiate between multiple sounds in TeminAL A, followed by a phase that
instills a sense of time, thereby enhancing its temporal understanding in
TeminAL B. This approach results in an average performance gain of $5.28\%$ in
temporal understanding on the ESC-50 dataset, while the model remains
competitive in zero-shot retrieval and classification tasks on the
AudioCap/Clotho datasets. We also note the lack of proper evaluation techniques
for contrastive ALMs and propose a strategy for evaluating ALMs in zero-shot
settings. The general-purpose zero-shot model evaluation strategy ZSTE, is used
to evaluate various prior models. ZSTE demonstrates a general strategy to
evaluate all ZS contrastive models. The model trained with TeminAL successfully
outperforms current models on most downstream tasks.
| [
{
"version": "v1",
"created": "Sat, 17 Aug 2024 18:53:17 GMT"
},
{
"version": "v2",
"created": "Mon, 21 Apr 2025 08:35:02 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Sinha",
"Anshuman",
""
],
[
"Migozzi",
"Camille",
""
],
[
"Rey",
"Aubin",
""
],
[
"Zhang",
"Chao",
""
]
] |
2408.09445 | Onur Hosten | Sofia Agafonova, Pere Rossello, Manuel Mekonnen, Onur Hosten | 1-milligram torsional pendulum for experiments at the quantum-gravity
interface | Main text + appendices, 3 + 3 figures | null | null | null | quant-ph | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Probing the possibility of entanglement generation through gravity offers a
path to tackle the question of whether gravitational fields possess a quantum
mechanical nature. A potential realization necessitates systems with
low-frequency dynamics at an optimal mass scale, for which the
microgram-to-milligram range is a strong contender. Here, after refining a
figure-of-merit for the problem, we present a 1-milligram torsional pendulum
operating at 18 Hz. We demonstrate laser cooling its motion from room
temperature to 240~microkelvins, surpassing by over 20-fold the coldest motions
attained for oscillators ranging from micrograms to kilograms. The cooling
boosts the pendulum's feeble quantum coherence length, achieving the highest
quantum-gravity figure-of-merit benchmarked for a table-top experiment, ranking
second only to LIGO. The current approach shows a large improvement potential
compared to many systems, positioning milligram-scale torsional pendulums as a
prominent platform to pursue for exploring quantum aspects of gravity.
| [
{
"version": "v1",
"created": "Sun, 18 Aug 2024 11:53:37 GMT"
},
{
"version": "v2",
"created": "Tue, 17 Dec 2024 12:39:48 GMT"
},
{
"version": "v3",
"created": "Sat, 19 Apr 2025 09:37:42 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Agafonova",
"Sofia",
""
],
[
"Rossello",
"Pere",
""
],
[
"Mekonnen",
"Manuel",
""
],
[
"Hosten",
"Onur",
""
]
] |
2408.11052 | Micha{\l} Bortkiewicz | Micha{\l} Bortkiewicz, W{\l}adys{\l}aw Pa{\l}ucki, Vivek Myers,
Tadeusz Dziarmaga, Tomasz Arczewski, {\L}ukasz Kuci\'nski, Benjamin Eysenbach | Accelerating Goal-Conditioned RL Algorithms and Research | Website: https://michalbortkiewicz.github.io/JaxGCRL/ Code:
https://github.com/MichalBortkiewicz/JaxGCRL | International Conference on Learning Representations (ICLR), 2025 | null | null | cs.LG cs.AI | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Self-supervision has the potential to transform reinforcement learning (RL),
paralleling the breakthroughs it has enabled in other areas of machine
learning. While self-supervised learning in other domains aims to find patterns
in a fixed dataset, self-supervised goal-conditioned reinforcement learning
(GCRL) agents discover new behaviors by learning from the goals achieved during
unstructured interaction with the environment. However, these methods have
failed to see similar success, both due to a lack of data from slow environment
simulations as well as a lack of stable algorithms. We take a step toward
addressing both of these issues by releasing a high-performance codebase and
benchmark (JaxGCRL) for self-supervised GCRL, enabling researchers to train
agents for millions of environment steps in minutes on a single GPU. By
utilizing GPU-accelerated replay buffers, environments, and a stable
contrastive RL algorithm, we reduce training time by up to $22\times$.
Additionally, we assess key design choices in contrastive RL, identifying those
that most effectively stabilize and enhance training performance. With this
approach, we provide a foundation for future research in self-supervised GCRL,
enabling researchers to quickly iterate on new ideas and evaluate them in
diverse and challenging environments. Website + Code:
https://github.com/MichalBortkiewicz/JaxGCRL
| [
{
"version": "v1",
"created": "Tue, 20 Aug 2024 17:58:40 GMT"
},
{
"version": "v2",
"created": "Mon, 4 Nov 2024 09:27:54 GMT"
},
{
"version": "v3",
"created": "Mon, 21 Apr 2025 11:10:56 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Bortkiewicz",
"Michał",
""
],
[
"Pałucki",
"Władysław",
""
],
[
"Myers",
"Vivek",
""
],
[
"Dziarmaga",
"Tadeusz",
""
],
[
"Arczewski",
"Tomasz",
""
],
[
"Kuciński",
"Łukasz",
""
],
[
"Eysenbach",
"Benjamin",
""
]
] |
2408.11698 | Naoki Koseki | Ben Davison and Naoki Koseki | Degree two Gopakumar-Vafa invariants of local curves | v1: 28 pages, comments very welcome v2: minor edits, including a
reference v3: improvements based on referee's comments | null | null | null | math.AG hep-th | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We investigate the Gopakumar-Vafa (GV) theory of local curves, namely, the
total spaces of rank two vector bundles with canonical determinant on smooth
projective curves. Under a certain genericity condition on the rank two
bundles, we propose a general mechanism to compute the degree two GV invariants
of local curves. In particular, we determine all the degree two GV invariants
when the base curve has genus two. Combined with previous work by Bryan and
Pandharipande, we obtain the GV/GW correspondence in this case. When the base
curve has genus greater than two, we calculate GV invariants for some extremal
genera, providing evidence for the GV/GW conjecture for curves of higher genus.
| [
{
"version": "v1",
"created": "Wed, 21 Aug 2024 15:22:08 GMT"
},
{
"version": "v2",
"created": "Mon, 23 Sep 2024 07:09:09 GMT"
},
{
"version": "v3",
"created": "Sun, 20 Apr 2025 06:01:26 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Davison",
"Ben",
""
],
[
"Koseki",
"Naoki",
""
]
] |
2408.12167 | Seyed Khalil Alavi | Seyed Khalil Alavi, Zijie Sheng, Haneul Lee, Hansuek Lee, and Sungkun
Hong | Enhanced optomechanical coupling between an optically levitated particle
and an ultrahigh Q optical microcavity | null | ACS Photonics 2025, 12, 1, 34-39 | 10.1021/acsphotonics.4c01359 | null | physics.optics | http://creativecommons.org/licenses/by/4.0/ | Exploring the dynamics of an optically levitated dielectric micro- and
nanoparticle is an exciting new subject in quantum science. Recent years have
witnessed rapid advancements in attaining quantum-limited optical detection and
control of a nanoscale particle by coupling its motion to a high-finesse
optical cavity in the resolved-sideband regime. In order to control the
particle deeper in the quantum regime, it is necessary to significantly enhance
the coupling between the particle and the cavity. Here, we present a novel
platform that can allow for achieving this. Our system consists of a
conventional optical tweezer and a toroidal optical microcavity with an
ultrahigh quality (Q) factor. The optomechanical coupling between the particle
and the cavity is established by placing the particle in the near field of the
cavity. The significantly reduced mode volume allows us to achieve a 50-fold
increase in the single photon optomechanical coupling compared to a
conventional Fabry-P\'erot cavity with macroscopic mirrors, while ultralow loss
of the cavity brings the system close to the resolved-sideband regime. Our
approach paves the way for enabling quantum experiments on levitated mesoscopic
particles with high quantum cooperativity near the resolved-sideband regime.
| [
{
"version": "v1",
"created": "Thu, 22 Aug 2024 07:28:54 GMT"
},
{
"version": "v2",
"created": "Mon, 21 Oct 2024 10:05:58 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Alavi",
"Seyed Khalil",
""
],
[
"Sheng",
"Zijie",
""
],
[
"Lee",
"Haneul",
""
],
[
"Lee",
"Hansuek",
""
],
[
"Hong",
"Sungkun",
""
]
] |
2408.12180 | Zhixin Wang | Zhixin Wang | Riccati Equation for Static Spaces and its Applications | A new theorem added: we use an integral formula to prove that
$H^1(M)=0$ for static triple with positive scalar curvature | null | null | null | math.DG | http://creativecommons.org/licenses/by-nc-nd/4.0/ | In this paper, we derive a Riccati-type equation applicable to (sub-)static
Einstein spaces and examine its various applications. Specifically, within the
framework of conformally compactifiable manifolds, we prove a splitting theorem
for the Riemannian universal covering. Furthermore, we demonstrate two distinct
methods by which the Riccati equation can establish the connectivity of the
conformal boundary under the static Einstein equation. Additionally, for
compact static triples possessing positive scalar curvature, we establish the
compactness of the universal covering.
| [
{
"version": "v1",
"created": "Thu, 22 Aug 2024 07:54:34 GMT"
},
{
"version": "v2",
"created": "Sun, 15 Sep 2024 08:00:14 GMT"
},
{
"version": "v3",
"created": "Sat, 19 Apr 2025 12:38:26 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Wang",
"Zhixin",
""
]
] |
2408.12864 | Yuxin Huang | Yuxin Huang, Sunil Simha, Ilya Khrykin, Khee-Gan Lee, J. Xavier
Prochaska, Nicolas Tejos, Keith Bannister, Jason Barrios, John Chisholm, Jeff
Cooke, Adam Deller, Marcin Glowacki, Lachlan Marnoch, Ryan Shannon and Jielai
Zhang | FRB Line-of-sight Ionization Measurement From Lightcone AAOmega Mapping
Survey: the First Data Release | 23 pages, 8 figures, Submitted to ApJS | Astrophys. J. Suppl. Ser., 277, 64 (2025) | 10.3847/1538-4365/adbc7f | null | astro-ph.GA | http://creativecommons.org/licenses/by/4.0/ | This paper presents the first public data release (DR1) of the FRB
Line-of-sight Ionization Measurement From Lightcone AAOmega Mapping (FLIMFLAM)
Survey, a wide field spectroscopic survey targeted on the fields of 10
precisely localized Fast Radio Bursts (FRBs). DR1 encompasses spectroscopic
data for 10,468 galaxy redshifts across 10 FRBs fields with z<0.4, covering
approximately 26 deg^2 of the sky in total. FLIMFLAM is composed of several
layers, encompassing the `Wide' (covering ~ degree or >10 Mpc scales),
`Narrow', (several-arcminute or ~ Mpc) and integral field unit (`IFU'; ~
arcminute or ~ 100 kpc ) components. The bulk of the data comprise spectroscopy
from the 2dF-AAOmega on the 3.9-meter Anglo-Australian Telescope, while most of
the Narrow and IFU data was achieved using an ensemble of 8-10-meter class
telescopes. We summarize the information on our selected FRB fields, the
criteria for target selection, methodologies employed for data reduction,
spectral analysis processes, and an overview of our data products. An
evaluation of our data reveals an average spectroscopic completeness of 48.43%,
with over 80% of the observed targets having secure redshifts. Additionally, we
describe our approach on generating angular masks and calculating the target
selection functions, setting the stage for the impending reconstruction of the
matter density field.
| [
{
"version": "v1",
"created": "Fri, 23 Aug 2024 06:33:28 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Huang",
"Yuxin",
""
],
[
"Simha",
"Sunil",
""
],
[
"Khrykin",
"Ilya",
""
],
[
"Lee",
"Khee-Gan",
""
],
[
"Prochaska",
"J. Xavier",
""
],
[
"Tejos",
"Nicolas",
""
],
[
"Bannister",
"Keith",
""
],
[
"Barrios",
"Jason",
""
],
[
"Chisholm",
"John",
""
],
[
"Cooke",
"Jeff",
""
],
[
"Deller",
"Adam",
""
],
[
"Glowacki",
"Marcin",
""
],
[
"Marnoch",
"Lachlan",
""
],
[
"Shannon",
"Ryan",
""
],
[
"Zhang",
"Jielai",
""
]
] |
2408.13611 | Tom Kneiphof | Tom Kneiphof, Reinhard Klein | Real-Time Rendering of Glints in the Presence of Area Lights | null | null | null | null | cs.GR | http://creativecommons.org/licenses/by/4.0/ | Many real-world materials are characterized by a glittery appearance.
Reproducing this effect in physically based renderings is a challenging problem
due to its discrete nature, especially in real-time applications which require
a consistently low runtime. Recent work focuses on glittery appearance
illuminated by infinitesimally small light sources only. For light sources like
the sun this approximation is a reasonable choice. In the real world however,
all light sources are fundamentally area light sources. In this paper, we
derive an efficient method for rendering glints illuminated by spatially
constant diffuse area lights in real time. To this end, we require an adequate
estimate for the probability of a single microfacet to be correctly oriented
for reflection from the source to the observer. A good estimate is achieved
either using linearly transformed cosines (LTC) for large light sources, or a
locally constant approximation of the normal distribution for small spherical
caps of light directions. To compute the resulting number of reflecting
microfacets, we employ a counting model based on the binomial distribution. In
the evaluation, we demonstrate the visual accuracy of our approach, which is
easily integrated into existing real-time rendering frameworks, especially if
they already implement shading for area lights using LTCs and a counting model
for glint shading under point and directional illumination. Besides the
overhead of the preexisting constituents, our method adds little to no
additional overhead.
| [
{
"version": "v1",
"created": "Sat, 24 Aug 2024 15:47:13 GMT"
},
{
"version": "v2",
"created": "Mon, 21 Apr 2025 14:59:33 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Kneiphof",
"Tom",
""
],
[
"Klein",
"Reinhard",
""
]
] |
2408.14450 | Paul Kuberry | Elizabeth Hawkins and Paul Kuberry and Pavel Bochev | An optimization-based coupling of reduced order models with efficient
reduced adjoint basis generation approach | 24 pages, 5 figures, 12 tables | null | null | SAND2024-11112O | cs.CE | http://creativecommons.org/licenses/by/4.0/ | Optimization-based coupling (OBC) is an attractive alternative to traditional
Lagrange multiplier approaches in multiple modeling and simulation contexts.
However, application of OBC to time-dependent problems has been hindered by the
computational cost of finding the stationary points of the associated
Lagrangian, which requires primal and adjoint solves. This issue can be
mitigated by using OBC in conjunction with computationally efficient reduced
order models (ROM). To demonstrate the potential of this combination, in this
paper we develop an optimization-based ROM-ROM coupling for a transient
advection-diffusion transmission problem. We pursue the
``optimize-then-reduce'' path towards solving the minimization problem at each
timestep and solve reduced-space adjoint system of equations, where the main
challenge in this formulation is the generation of adjoint snapshots and
reduced bases for the adjoint systems required by the optimizer. One of the
main contributions of the paper is a new technique for efficient adjoint
snapshot collection for gradient-based optimizers in the context of
optimization-based ROM-ROM couplings. We present numerical studies
demonstrating the accuracy of the approach along with comparison between
various approaches for selecting a reduced order basis for the adjoint systems,
including decay of snapshot energy, average iteration counts, and timings.
| [
{
"version": "v1",
"created": "Mon, 26 Aug 2024 17:44:30 GMT"
},
{
"version": "v2",
"created": "Mon, 21 Apr 2025 14:25:58 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Hawkins",
"Elizabeth",
""
],
[
"Kuberry",
"Paul",
""
],
[
"Bochev",
"Pavel",
""
]
] |
2408.15379 | Adamu Lawan | Adamu Lawan, Juhua Pu, Haruna Yunusa, Muhammad Lawan, Aliyu Umar,
Adamu Sani Yahya, Mahmoud Basi | DualKanbaFormer: An Efficient Selective Sparse Framework for Multimodal
Aspect-based Sentiment Analysis | 12 pages, 2 figures, and 3 tables | null | null | null | cs.CL | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Multimodal Aspect-based Sentiment Analysis (MABSA) enhances sentiment
detection by integrating textual data with complementary modalities, such as
images, to provide a more refined and comprehensive understanding of sentiment.
However, conventional attention mechanisms, despite notable benchmarks, are
hindered by quadratic complexity, limiting their ability to fully capture
global contextual dependencies and rich semantic information in both
modalities. To address this limitation, we introduce DualKanbaFormer, a novel
framework that leverages parallel Textual and Visual KanbaFormer modules for
robust multimodal analysis. Our approach incorporates Aspect-Driven Sparse
Attention (ADSA) to dynamically balance coarse-grained aggregation and
fine-grained selection for aspect-focused precision, ensuring the preservation
of both global context awareness and local precision in textual and visual
representations. Additionally, we utilize the Selective State Space Model
(Mamba) to capture extensive global semantic information across both
modalities. Furthermore, We replace traditional feed-forward networks and
normalization with Kolmogorov-Arnold Networks (KANs) and Dynamic Tanh (DyT) to
enhance non-linear expressivity and inference stability. To facilitate the
effective integration of textual and visual features, we design a multimodal
gated fusion layer that dynamically optimizes inter-modality interactions,
significantly enhancing the models efficacy in MABSA tasks. Comprehensive
experiments on two publicly available datasets reveal that DualKanbaFormer
consistently outperforms several state-of-the-art (SOTA) models.
| [
{
"version": "v1",
"created": "Tue, 27 Aug 2024 19:33:15 GMT"
},
{
"version": "v2",
"created": "Fri, 30 Aug 2024 16:30:39 GMT"
},
{
"version": "v3",
"created": "Sat, 19 Apr 2025 17:40:47 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Lawan",
"Adamu",
""
],
[
"Pu",
"Juhua",
""
],
[
"Yunusa",
"Haruna",
""
],
[
"Lawan",
"Muhammad",
""
],
[
"Umar",
"Aliyu",
""
],
[
"Yahya",
"Adamu Sani",
""
],
[
"Basi",
"Mahmoud",
""
]
] |
2408.16047 | Neil Dowling | Neil Dowling and Pavel Kos and Xhek Turkeshi | Magic of the Heisenberg Picture | 5+16 Pages, 2 figures. v3: fixed typos and added Appendix section | null | null | null | quant-ph | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We study a non-stabilizerness resource theory for operators, which is dual to
that describing states. We identify that the stabilizer R\'enyi entropy analog
in operator space is a good magic monotone satisfying the usual conditions
while inheriting efficient computability properties and providing a tight lower
bound to the minimum number of non-Clifford gates in a circuit. Operationally,
this measure quantifies how well an operator can be approximated by one with
only a few Pauli strings -- analogous to how entanglement entropy relates to
tensor-network truncation. A notable advantage of operator stabilizer entropies
is their inherent locality, as captured by a Lieb-Robinson bound. This feature
makes them particularly suited for studying local dynamical magic resource
generation in many-body systems. We compute this quantity analytically in two
distinct regimes. First, we show that under random evolution, operator magic
typically reaches near-maximal value for all R\'enyi indices, and we evaluate
the Page correction. Second, harnessing both dual unitarity and ZX graphical
calculus, we solve the operator stabilizer entropy for interacting integrable
XXZ circuit, finding that it quickly saturates to a constant value. Overall,
this measure sheds light on the structural properties of many-body
non-stabilizerness generation and can inspire Clifford-assisted tensor network
methods.
| [
{
"version": "v1",
"created": "Wed, 28 Aug 2024 18:00:01 GMT"
},
{
"version": "v2",
"created": "Tue, 24 Sep 2024 05:58:29 GMT"
},
{
"version": "v3",
"created": "Mon, 21 Apr 2025 12:22:38 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Dowling",
"Neil",
""
],
[
"Kos",
"Pavel",
""
],
[
"Turkeshi",
"Xhek",
""
]
] |
2408.16290 | Qian Zhao | Wu Maopeng, Weng Mingze, Chi Zhonghai, Zheng Siyong, Liu Fubei, Luo
Weijia, Zhao Qian, Meng Yonggang, Zhou Ji | Gain/Loss-free Non-Hermitian Metamaterials | null | null | null | null | physics.optics | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The ease of using optical gain/loss provides a fertile ground for
experimental explorations of non-Hermitian (NH) physics. Without gain/loss, can
we realize the NH effect in a Hermitian system? The interface between the
coupled Hermitian subsystems is a natural object for NH physics due to the
nonconservative process on it. However, it is still far from enduing the
interface with rich NH physics. Here, a junction between the topological
insulator and the conductor is considered, where the interface can be
effectively described by a NH Hamiltonian--such NH character is ascribed to the
conductor self-energy of a reservoir. As a consequence of that, we show the
wave propagation along the interface exhibits dissipative non-reciprocity
(dubbed non-Bloch transport), which was believed to be unique in NH systems.
Moreover, the meta-materialization of tight-binding models is also studied by
identifying their equivalent connectivity, enabling us to demonstrate the above
exotic NH behavior of the interface experimentally. Our work provides a
conceptually rich avenue to construct NH systems for both optics and
electronics.
| [
{
"version": "v1",
"created": "Thu, 29 Aug 2024 06:41:18 GMT"
},
{
"version": "v2",
"created": "Mon, 21 Apr 2025 07:40:08 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Maopeng",
"Wu",
""
],
[
"Mingze",
"Weng",
""
],
[
"Zhonghai",
"Chi",
""
],
[
"Siyong",
"Zheng",
""
],
[
"Fubei",
"Liu",
""
],
[
"Weijia",
"Luo",
""
],
[
"Qian",
"Zhao",
""
],
[
"Yonggang",
"Meng",
""
],
[
"Ji",
"Zhou",
""
]
] |
2408.16760 | Ziyu Chen | Ziyu Chen, Jiawei Yang, Jiahui Huang, Riccardo de Lutio, Janick
Martinez Esturo, Boris Ivanovic, Or Litany, Zan Gojcic, Sanja Fidler, Marco
Pavone, Li Song, Yue Wang | OmniRe: Omni Urban Scene Reconstruction | See the project page for code, video results and demos:
https://ziyc.github.io/omnire/ | null | null | null | cs.CV | http://creativecommons.org/licenses/by/4.0/ | We introduce OmniRe, a comprehensive system for efficiently creating
high-fidelity digital twins of dynamic real-world scenes from on-device logs.
Recent methods using neural fields or Gaussian Splatting primarily focus on
vehicles, hindering a holistic framework for all dynamic foregrounds demanded
by downstream applications, e.g., the simulation of human behavior. OmniRe
extends beyond vehicle modeling to enable accurate, full-length reconstruction
of diverse dynamic objects in urban scenes. Our approach builds scene graphs on
3DGS and constructs multiple Gaussian representations in canonical spaces that
model various dynamic actors, including vehicles, pedestrians, cyclists, and
others. OmniRe allows holistically reconstructing any dynamic object in the
scene, enabling advanced simulations (~60Hz) that include human-participated
scenarios, such as pedestrian behavior simulation and human-vehicle
interaction. This comprehensive simulation capability is unmatched by existing
methods. Extensive evaluations on the Waymo dataset show that our approach
outperforms prior state-of-the-art methods quantitatively and qualitatively by
a large margin. We further extend our results to 5 additional popular driving
datasets to demonstrate its generalizability on common urban scenes.
| [
{
"version": "v1",
"created": "Thu, 29 Aug 2024 17:56:33 GMT"
},
{
"version": "v2",
"created": "Sat, 19 Apr 2025 06:59:35 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Chen",
"Ziyu",
""
],
[
"Yang",
"Jiawei",
""
],
[
"Huang",
"Jiahui",
""
],
[
"de Lutio",
"Riccardo",
""
],
[
"Esturo",
"Janick Martinez",
""
],
[
"Ivanovic",
"Boris",
""
],
[
"Litany",
"Or",
""
],
[
"Gojcic",
"Zan",
""
],
[
"Fidler",
"Sanja",
""
],
[
"Pavone",
"Marco",
""
],
[
"Song",
"Li",
""
],
[
"Wang",
"Yue",
""
]
] |
2408.17347 | Shuyi Ouyang | Shuyi Ouyang, Jinyang Zhang, Xiangye Lin, Xilai Wang, Qingqing Chen,
Yen-Wei Chen, Lanfen Lin | Language-guided Scale-aware MedSegmentor for Lesion Segmentation in
Medical Imaging | 10 pages, 5 figures | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In clinical practice, segmenting specific lesions based on the needs of
physicians can significantly enhance diagnostic accuracy and treatment
efficiency. However, conventional lesion segmentation models lack the
flexibility to distinguish lesions according to specific requirements. Given
the practical advantages of using text as guidance, we propose a novel model,
Language-guided Scale-aware MedSegmentor (LSMS), which segments target lesions
in medical images based on given textual expressions. We define this as a new
task termed Referring Lesion Segmentation (RLS). To address the lack of
suitable benchmarks for RLS, we construct a vision-language medical dataset
named Reference Hepatic Lesion Segmentation (RefHL-Seg). LSMS incorporates two
key designs: (i) Scale-Aware Vision-Language attention module, which performs
visual feature extraction and vision-language alignment in parallel. By
leveraging diverse convolutional kernels, this module acquires rich visual
representations and interacts closely with linguistic features, thereby
enhancing the model's capacity for precise object localization. (ii) Full-Scale
Decoder, which globally models multi-modal features across multiple scales and
captures complementary information between them to accurately delineate lesion
boundaries. Additionally, we design a specialized loss function comprising both
segmentation loss and vision-language contrastive loss to better optimize
cross-modal learning. We validate the performance of LSMS on RLS as well as on
conventional lesion segmentation tasks across multiple datasets. Our LSMS
consistently achieves superior performance with significantly lower
computational cost. Code and datasets will be released.
| [
{
"version": "v1",
"created": "Fri, 30 Aug 2024 15:22:13 GMT"
},
{
"version": "v2",
"created": "Mon, 2 Sep 2024 16:08:32 GMT"
},
{
"version": "v3",
"created": "Sat, 19 Apr 2025 17:27:18 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Ouyang",
"Shuyi",
""
],
[
"Zhang",
"Jinyang",
""
],
[
"Lin",
"Xiangye",
""
],
[
"Wang",
"Xilai",
""
],
[
"Chen",
"Qingqing",
""
],
[
"Chen",
"Yen-Wei",
""
],
[
"Lin",
"Lanfen",
""
]
] |
2409.00872 | Tianyu Shi | Xuechen Liang, Yangfan He, Yinghui Xia, Xinyuan Song, Jianhui Wang,
Meiling Tao, Li Sun, Xinhang Yuan, Jiayi Su, Keqin Li, Jiaqi Chen, Jinsong
Yang, Siyuan Chen, and Tianyu Shi | Self-evolving Agents with reflective and memory-augmented abilities | null | null | null | null | cs.CL | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Large language models (LLMs) have made significant advances in the field of
natural language processing, but they still face challenges such as continuous
decision-making. In this research, we propose a novel framework by integrating
iterative feedback, reflective mechanisms, and a memory optimization mechanism
based on the Ebbinghaus forgetting curve, it significantly enhances the agents'
capabilities in handling multi-tasking and long-span information.
| [
{
"version": "v1",
"created": "Sun, 1 Sep 2024 23:36:34 GMT"
},
{
"version": "v2",
"created": "Sun, 20 Apr 2025 16:01:12 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Liang",
"Xuechen",
""
],
[
"He",
"Yangfan",
""
],
[
"Xia",
"Yinghui",
""
],
[
"Song",
"Xinyuan",
""
],
[
"Wang",
"Jianhui",
""
],
[
"Tao",
"Meiling",
""
],
[
"Sun",
"Li",
""
],
[
"Yuan",
"Xinhang",
""
],
[
"Su",
"Jiayi",
""
],
[
"Li",
"Keqin",
""
],
[
"Chen",
"Jiaqi",
""
],
[
"Yang",
"Jinsong",
""
],
[
"Chen",
"Siyuan",
""
],
[
"Shi",
"Tianyu",
""
]
] |
2409.01035 | Chongjie Si | Chongjie Si, Zhiyi Shi, Shifan Zhang, Xiaokang Yang, Hanspeter
Pfister, Wei Shen | Task-Specific Directions: Definition, Exploration, and Utilization in
Parameter Efficient Fine-Tuning | Codes in https://github.com/Chongjie-Si/Subspace-Tuning | null | null | null | cs.CL cs.CV cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Large language models demonstrate impressive performance on downstream tasks,
yet they require extensive resource consumption when fully fine-tuning all
parameters. To mitigate this, Parameter Efficient Fine-Tuning (PEFT)
strategies, such as LoRA, have been developed. In this paper, we delve into the
concept of task-specific directions (TSDs), which are critical for
transitioning large models from pretrained states to task-specific enhancements
in PEFT. We propose a framework to clearly define these directions and explore
their properties and practical utilization challenges. We then introduce a
novel approach, LoRA-Dash, which aims to maximize the impact of TSDs during the
fine-tuning process, thereby enhancing model performance on targeted tasks.
Additionally, based on our exploration of TSD, we focus on an important issue
in PEFT: the initialization of LoRA. While some works have pointed out the
significance of initialization for LoRA's performance and proposed various
strategies, these methods are often empirical and not task-specific. To address
this issue, we propose LoRA-Init. Starting from TSD, we identify the directions
that require the most adjustment during fine-tuning for downstream tasks. By
initializing the matrices in LoRA with these directions, LoRA-Init
significantly enhances LoRA's performance. Moreover, we can combine LoRA-Dash
and LoRA-Init to create the final version of LoRA based on TSDs, which we refer
to as LoRA-TSD. Extensive experiments have conclusively demonstrated the
effectiveness of these methods, and in-depth analyses further reveal the
underlying mechanisms behind their success.
| [
{
"version": "v1",
"created": "Mon, 2 Sep 2024 08:10:51 GMT"
},
{
"version": "v2",
"created": "Wed, 2 Oct 2024 04:20:31 GMT"
},
{
"version": "v3",
"created": "Thu, 6 Feb 2025 06:16:37 GMT"
},
{
"version": "v4",
"created": "Mon, 21 Apr 2025 03:58:50 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Si",
"Chongjie",
""
],
[
"Shi",
"Zhiyi",
""
],
[
"Zhang",
"Shifan",
""
],
[
"Yang",
"Xiaokang",
""
],
[
"Pfister",
"Hanspeter",
""
],
[
"Shen",
"Wei",
""
]
] |
2409.01195 | Rizhong Lin | Rizhong Lin, Hamza Kebiri, Ali Gholipour, Yufei Chen, Jean-Philippe
Thiran, Davood Karimi, and Meritxell Bach Cuadra | Ground-truth effects in learning-based fiber orientation distribution
estimation in neonatal brains | 11 pages, 4 figures; accepted as an Oral Presentation at the MICCAI
2024 Workshop on Computational Diffusion MRI (CDMRI) in Marrakech, Morocco | null | 10.1007/978-3-031-86920-4_3 | null | eess.IV cs.CV physics.med-ph | http://creativecommons.org/licenses/by/4.0/ | Diffusion Magnetic Resonance Imaging (dMRI) is a non-invasive method for
depicting brain microstructure in vivo. Fiber orientation distributions (FODs)
are mathematical representations extensively used to map white matter fiber
configurations. Recently, FOD estimation with deep neural networks has seen
growing success, in particular, those of neonates estimated with fewer
diffusion measurements. These methods are mostly trained on target FODs
reconstructed with multi-shell multi-tissue constrained spherical deconvolution
(MSMT-CSD), which might not be the ideal ground truth for developing brains.
Here, we investigate this hypothesis by training a state-of-the-art model based
on the U-Net architecture on both MSMT-CSD and single-shell three-tissue
constrained spherical deconvolution (SS3T-CSD). Our results suggest that
SS3T-CSD might be more suited for neonatal brains, given that the ratio between
single and multiple fiber-estimated voxels with SS3T-CSD is more realistic
compared to MSMT-CSD. Additionally, increasing the number of input gradient
directions significantly improves performance with SS3T-CSD over MSMT-CSD.
Finally, in an age domain-shift setting, SS3T-CSD maintains robust performance
across age groups, indicating its potential for more accurate neonatal brain
imaging.
| [
{
"version": "v1",
"created": "Mon, 2 Sep 2024 12:05:03 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Lin",
"Rizhong",
""
],
[
"Kebiri",
"Hamza",
""
],
[
"Gholipour",
"Ali",
""
],
[
"Chen",
"Yufei",
""
],
[
"Thiran",
"Jean-Philippe",
""
],
[
"Karimi",
"Davood",
""
],
[
"Cuadra",
"Meritxell Bach",
""
]
] |
2409.01655 | Jorge Fari\~na-Asategui | Jorge Fari\~na-Asategui and Rostislav Grigorchuk | Branch actions and the structure lattice | 12 pages; published version, minor corrections | Algebra Discrete Math., 38 (2) (2024), 215-232 | 10.12958/adm2351 | null | math.GR | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | J. S. Wilson proved in 1971 an isomorphism between the structural lattice
associated to a group belonging to his second class of groups with every proper
quotient finite and the Boolean algebra of clopen subsets of Cantor's ternary
set. In this paper we generalize this isomorphism to the class of branch
groups. Moreover, we show that for every faithful branch action of a group $G$
on a spherically homogeneous rooted tree $T$ there is a canonical
$G$-equivariant isomorphism between the Boolean algebra associated with the
structure lattice of $G$ and the Boolean algebra of clopen subsets of the
boundary of $T$.
| [
{
"version": "v1",
"created": "Tue, 3 Sep 2024 06:48:36 GMT"
},
{
"version": "v2",
"created": "Sat, 19 Apr 2025 15:11:33 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Fariña-Asategui",
"Jorge",
""
],
[
"Grigorchuk",
"Rostislav",
""
]
] |
2409.01858 | Dimitrios Gazoulis | Dimitrios Gazoulis | Eigenvalue Inequalities for Fully Nonlinear Elliptic Equations via the
Alexandroff-Bakelman-Pucci Method | null | null | null | null | math.AP | http://creativecommons.org/licenses/by/4.0/ | In this work we establish eigenvalue inequalities for elliptic differential
operators either for Dirichlet or for Robin eigenvalue problems, by using the
technique introduced by Alexandroff, Bakelman and Pucci. These inequalities can
be extended for fully nonlinear elliptic equations, such as for the
Monge-Amp\`ere equation and for Pucci's equations. As an application we
establish a lower bound for the $ L^p -$norm of the Laplacian and this bound is
sharp, in the sense that, when equality is achieved then a symmetry property is
obtained. In addition, we obtain an $ L^{\infty} $ bound for the gradient of
solutions to fully nonlinear elliptic equations and as a result, a $ C^3 $
estimate.
| [
{
"version": "v1",
"created": "Tue, 3 Sep 2024 12:58:09 GMT"
},
{
"version": "v2",
"created": "Mon, 13 Jan 2025 12:32:01 GMT"
},
{
"version": "v3",
"created": "Sat, 19 Apr 2025 00:27:19 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Gazoulis",
"Dimitrios",
""
]
] |
2409.01953 | Jiaping Xiao | Jiaping Xiao, Xu Fang, Qianlei Jia, Mir Feroskhan | Learning Resilient Formation Control of Drones with Graph Attention
Network | This work has been submitted to the IEEE for possible publication | IEEE Internet of Things Journal, 2025 | 10.1109/JIOT.2025.3554098 | null | cs.RO | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The rapid advancement of drone technology has significantly impacted various
sectors, including search and rescue, environmental surveillance, and
industrial inspection. Multidrone systems offer notable advantages such as
enhanced efficiency, scalability, and redundancy over single-drone operations.
Despite these benefits, ensuring resilient formation control in dynamic and
adversarial environments, such as under communication loss or cyberattacks,
remains a significant challenge. Classical approaches to resilient formation
control, while effective in certain scenarios, often struggle with complex
modeling and the curse of dimensionality, particularly as the number of agents
increases. This paper proposes a novel, learning-based formation control for
enhancing the adaptability and resilience of multidrone formations using graph
attention networks (GATs). By leveraging GAT's dynamic capabilities to extract
internode relationships based on the attention mechanism, this GAT-based
formation controller significantly improves the robustness of drone formations
against various threats, such as Denial of Service (DoS) attacks. Our approach
not only improves formation performance in normal conditions but also ensures
the resilience of multidrone systems in variable and adversarial environments.
Extensive simulation results demonstrate the superior performance of our method
over baseline formation controllers. Furthermore, the physical experiments
validate the effectiveness of the trained control policy in real-world flights.
| [
{
"version": "v1",
"created": "Tue, 3 Sep 2024 14:54:40 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Xiao",
"Jiaping",
""
],
[
"Fang",
"Xu",
""
],
[
"Jia",
"Qianlei",
""
],
[
"Feroskhan",
"Mir",
""
]
] |
2409.02358 | Mamtaj Akter | Abdulmalik Alluhidan, Mamtaj Akter, Ashwaq Alsoubai, Jinkyung Park,
Pamela Wisniewski | Teen Talk: The Good, the Bad, and the Neutral of Adolescent Social Media
Use | 36 pages | null | 10.1145/3686961 | null | cs.HC | http://creativecommons.org/licenses/by/4.0/ | The debate on whether social media has a net positive or negative effect on
youth is ongoing. Therefore, we conducted a thematic analysis on 2,061 posts
made by 1,038 adolescents aged 15-17 on an online peer-support platform to
investigate the ways in which these teens discussed popular social media
platforms in their posts and to identify differences in their experiences
across platforms. Our findings revealed four main emergent themes for the ways
in which social media was discussed: 1) Sharing negative experiences or
outcomes of social media use (58%, n = 1,095), 2) Attempts to connect with
others (45%, n = 922), 3) Highlighting the positive side of social media use
(20%, n = 409), and 4) Seeking information (20%, n = 491). Overall, while
sharing about negative experiences was more prominent, teens also discussed
balanced perspectives of connection-seeking, positive experiences, and
information support on social media that should not be discounted. Moreover, we
found statistical significance for how these experiences differed across social
media platforms. For instance, teens were most likely to seek romantic
relationships on Snapchat and self-promote on YouTube. Meanwhile, Instagram was
mentioned most frequently for body shaming, and Facebook was the most commonly
discussed platform for privacy violations (mostly from parents). The key
takeaway from our study is that the benefits and drawbacks of teens' social
media usage can co-exist and net effects (positive or negative) can vary across
different teens across various contexts. As such, we advocate for mitigating
the negative experiences and outcomes of social media use as voiced by teens,
to improve, rather than limit or restrict, their overall social media
experience. We do this by taking an affordance perspective that aims to promote
the digital well-being and online safety of youth "by design."
| [
{
"version": "v1",
"created": "Wed, 4 Sep 2024 00:59:47 GMT"
},
{
"version": "v2",
"created": "Sat, 19 Apr 2025 04:15:57 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Alluhidan",
"Abdulmalik",
""
],
[
"Akter",
"Mamtaj",
""
],
[
"Alsoubai",
"Ashwaq",
""
],
[
"Park",
"Jinkyung",
""
],
[
"Wisniewski",
"Pamela",
""
]
] |
2409.02364 | Mamtaj Akter | Mamtaj Akter, Jess Kropczynski, Heather Lipford, Pamela Wisniewski | Examining Caregiving Roles to Differentiate the Effects of Using a
Mobile App for Community Oversight for Privacy and Security | null | Proceedings on Privacy Enhancing Technologies 2025 | null | null | cs.HC | http://creativecommons.org/licenses/by/4.0/ | We conducted a 4-week field study with 101 smartphone users who
self-organized into 22 small groups of family, friends, and neighbors to use
``CO-oPS,'' a mobile app for co-managing mobile privacy and security. We
differentiated between those who provided oversight (i.e., caregivers) and
those who did not (i.e., caregivees) to examine differential effects on their
experiences and behaviors while using CO-oPS. Caregivers reported higher power
use, community trust, belonging, collective efficacy, and self-efficacy than
caregivees. Both groups' self-efficacy and collective efficacy for mobile
privacy and security increased after using CO-oPS. However, this increase was
significantly stronger for caregivees. Our research demonstrates how
community-based approaches can benefit people who need additional help managing
their digital privacy and security. We provide recommendations to support
community-based oversight for managing privacy and security within communities
of different roles and skills.
| [
{
"version": "v1",
"created": "Wed, 4 Sep 2024 01:21:56 GMT"
},
{
"version": "v2",
"created": "Sat, 19 Apr 2025 03:08:27 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Akter",
"Mamtaj",
""
],
[
"Kropczynski",
"Jess",
""
],
[
"Lipford",
"Heather",
""
],
[
"Wisniewski",
"Pamela",
""
]
] |
2409.02756 | Zhen Cheng | Zhen Cheng and Guang-yi Xiong | Proper Wilson flow time for calculating the topological charge density
and the pseudoscalar glueball mass in quenched lattice QCD | 23 pages, 5 figures.V4: major modifications | null | null | null | hep-lat | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The proper Wilson flow time for calculating the topological charge density
correlator (TCDC) of the gluonic definition by the Wilson flow is analyzed
using the matching procedure. The relationship has been established between the
proper Wilson flow time for calculating TCDC and the proper Wilson flow time at
which the topological charge defined by the gluon fields is closest to an
integer. The properties of TCDC defined by the bosonic field are investigated,
and the pseudoscalar glueball mass was extracted from the TCDC computed at the
proper Wilson flow time. It is further demonstrated that the proper Wilson flow
time determined by the matching procedure can be applied to compute the
topological susceptibility in the gluonic definition.
| [
{
"version": "v1",
"created": "Wed, 4 Sep 2024 14:34:58 GMT"
},
{
"version": "v2",
"created": "Thu, 5 Sep 2024 16:05:01 GMT"
},
{
"version": "v3",
"created": "Wed, 4 Dec 2024 15:02:55 GMT"
},
{
"version": "v4",
"created": "Sun, 20 Apr 2025 12:57:33 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Cheng",
"Zhen",
""
],
[
"Xiong",
"Guang-yi",
""
]
] |
2409.02871 | Cristian Gariboldi | Cristian Gariboldi, Matteo Corno, Beng Jin | Hybrid Imitation-Learning Motion Planner for Urban Driving | 2024 IEEE 27th International Conference on Intelligent Transportation
Systems (ITSC) | null | 10.1109/ITSC58415.2024.10919508 | null | cs.RO cs.AI cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | With the release of open source datasets such as nuPlan and Argoverse, the
research around learning-based planners has spread a lot in the last years.
Existing systems have shown excellent capabilities in imitating the human
driver behaviour, but they struggle to guarantee safe closed-loop driving.
Conversely, optimization-based planners offer greater security in short-term
planning scenarios. To confront this challenge, in this paper we propose a
novel hybrid motion planner that integrates both learning-based and
optimization-based techniques. Initially, a multilayer perceptron (MLP)
generates a human-like trajectory, which is then refined by an
optimization-based component. This component not only minimizes tracking errors
but also computes a trajectory that is both kinematically feasible and
collision-free with obstacles and road boundaries. Our model effectively
balances safety and human-likeness, mitigating the trade-off inherent in these
objectives. We validate our approach through simulation experiments and further
demonstrate its efficacy by deploying it in real-world self-driving vehicles.
| [
{
"version": "v1",
"created": "Wed, 4 Sep 2024 16:54:31 GMT"
},
{
"version": "v2",
"created": "Sat, 19 Apr 2025 06:11:51 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Gariboldi",
"Cristian",
""
],
[
"Corno",
"Matteo",
""
],
[
"Jin",
"Beng",
""
]
] |
2409.04199 | Veerendra Sharma | Harish Srinivasan, V. K. Sharma and S. Mitra | Breaking the Brownian Barrier: Models and Manifestations of Molecular
Diffusion in Complex Fluids | null | null | null | null | cond-mat.soft cond-mat.stat-mech | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Over a century ago, Einstein formulated a precise mathematical model for
describing Brownian motion. While this model adequately explains the diffusion
of micron-sized particles in fluids, its limitations become apparent when
applied to molecular self-diffusion in fluids. The foundational principles of
Gaussianity and Markovianity, central to the Brownian diffusion paradigm, are
insufficient for describing molecular diffusion, particularly in complex fluids
characterized by intricate intermolecular interactions and hindered relaxation
processes. This perspective delves into the nuanced behavior observed in
diverse complex fluids, including molecular self-assembly, deep eutectic
solvents, and ionic liquids, with a specific focus on modeling self-diffusion
within these media. We explore the potential of extending diffusion models to
incorporate non-Gaussian and non-Markovian effects by augmenting the Brownian
model using non-local diffusion equations. Further, we validate the
applicability of these models by utilizing them to describe results from
quasielastic neutron scattering and MD simulations.
| [
{
"version": "v1",
"created": "Fri, 6 Sep 2024 11:39:02 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Srinivasan",
"Harish",
""
],
[
"Sharma",
"V. K.",
""
],
[
"Mitra",
"S.",
""
]
] |
2409.04297 | Emre Mengi | Volker Mehrmann and Emre Mengi | Minimization of the Pseudospectral Abscissa of a Quadratic Matrix
Polynomial | 29 pages, 5 figures | null | null | null | math.NA cs.NA math.OC | http://creativecommons.org/licenses/by/4.0/ | For a quadratic matrix polynomial dependent on parameters and a given
tolerance $\epsilon > 0$, the minimization of the $\epsilon$-pseudospectral
abscissa over the set of permissible parameter values is discussed, with
applications in damping optimization and brake squeal reductions in mind. An
approach is introduced that is based on nonsmooth and global optimization (or
smooth optimization techniques such as BFGS if there are many parameters)
equipped with a globally convergent criss-cross algorithm to compute the
$\epsilon$-pseudospectral abscissa objective when the matrix polynomial is of
small size. For the setting when the matrix polynomial is large, a subspace
framework is introduced, and it is argued formally that it solves the
minimization problem globally. The subspace framework restricts the
parameter-dependent matrix polynomial to small subspaces, and thus solves the
minimization problem for such restricted small matrix polynomials. It then
expands the subspaces using the minimizers for the restricted polynomials. The
proposed approach makes the global minimization of the
$\epsilon$-pseudospectral abscissa possible for a quadratic matrix polynomial
dependent on a few parameters and for sizes up to at least a few hundreds. This
is illustrated on several examples originating from damping optimization.
| [
{
"version": "v1",
"created": "Fri, 6 Sep 2024 14:13:57 GMT"
},
{
"version": "v2",
"created": "Mon, 21 Apr 2025 13:42:27 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Mehrmann",
"Volker",
""
],
[
"Mengi",
"Emre",
""
]
] |
2409.04326 | Xuyuan Zhang | Guoying Deng and Xuyuan Zhang | Digital Platform Consolidation and Offline Expansion: Strategic
Convergence and Market Welfare in China's Second-hand Real Estate Market | Working Paper and Updated Version | null | null | null | econ.GN q-fin.EC | http://creativecommons.org/licenses/by-nc-nd/4.0/ | This study analyzes the impact of offline expansion and online platform
consolidation in China's second-hand real estate market. Using micro-level
transaction data and difference-in-differences estimations, we find offline
store entry significantly boosts transaction volumes (9-10\%) and reduces price
concessions (1\%) initially, though effects diminish over time. Platform
consolidation via Lianjia's Agent Cooperation Network yields delayed yet
persistent transaction volume increases (5-6\%), particularly in less
concentrated markets, and consistently lowers price concessions. These
strategies sustainably enhance brokerage competitiveness, bargaining power, and
market welfare, despite increased market concentration, ultimately benefiting
sellers and improving overall efficiency.
| [
{
"version": "v1",
"created": "Fri, 6 Sep 2024 14:55:26 GMT"
},
{
"version": "v2",
"created": "Mon, 21 Apr 2025 10:05:18 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Deng",
"Guoying",
""
],
[
"Zhang",
"Xuyuan",
""
]
] |
2409.04483 | Peiyao Liu | Peiyao Liu | From Local to Global Symmetry: Activation Dynamics in the Independent
Cascade Model on Undirected Graphs | null | null | null | null | math.PR | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The independent cascade model is a widely used framework for simulating the
spread of influence in social networks. In this model, activations propagate
stochastically through the network, with each edge having a probability of
transmitting activation. We study the independent cascade model on undirected
graphs with symmetric influence probabilities ($p_{ij} = p_{ji}$ for all nodes
$i$ and $j$). We focus on persistent activations, where activated nodes remain
active indefinitely. Our main result is to demonstrate that this local symmetry
in the graph structure induces a global symmetry in the activation dynamics.
Specifically, the probability of node $j$ being activated within $n$ steps,
starting with only node $i$ activated, equals the probability of node $i$ being
activated within $n$ steps, starting with only node $j$ activated, for all $n$.
We establish this result using a novel approach based on random matrices,
offering a fresh perspective on the model.
| [
{
"version": "v1",
"created": "Fri, 6 Sep 2024 05:36:01 GMT"
},
{
"version": "v2",
"created": "Mon, 23 Sep 2024 02:40:26 GMT"
},
{
"version": "v3",
"created": "Sat, 19 Apr 2025 03:27:05 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Liu",
"Peiyao",
""
]
] |
2409.04826 | Andrew Giuliani | Andrew Giuliani, Eduardo Rodr\'iguez, Marina Spivak | A comprehensive exploration of quasisymmetric stellarators and their
coil sets | 29 pages, 16 figures | null | null | null | physics.app-ph math-ph math.MP | http://creativecommons.org/licenses/by/4.0/ | We augment the `QUAsi-symmetric Stellarator Repository' (QUASR) to include
vacuum field stellarators with quasihelical symmetry using a globalized
optimization workflow. The database now has almost 370,000 quasisaxisymmetry
and quasihelically symmetric devices along with coil sets, optimized for a
variety of aspect ratios, rotational transforms, and discrete rotational
symmetries. This paper outlines a couple of ways to explore and characterize
the data set. We plot devices on a near-axis quasisymmetry landscape, revealing
close correspondence to this predicted landscape. We also use principal
component analysis to reduce the dimensionality of the data so that it can
easily be visualized in two or three dimensions. Principal component analysis
also gives a mechanism to compare the new devices here to previously published
ones in the literature. We are able to characterize the structure of the data,
observe clusters, and visualize the progression of devices in these clusters.
The topology of the data is governed by the interplay of the design constraints
and valleys of the quasisymmetry objective. These techniques reveal that the
data has structure, and that typically one, two or three principal components
are sufficient to characterize it. The latest version of QUASR is archived at
https://zenodo.org/doi/10.5281/zenodo.10050655 and can be explored online at
quasr.flatironinstitute.org.
| [
{
"version": "v1",
"created": "Sat, 7 Sep 2024 13:39:37 GMT"
},
{
"version": "v2",
"created": "Mon, 27 Jan 2025 22:02:00 GMT"
},
{
"version": "v3",
"created": "Mon, 21 Apr 2025 16:37:16 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Giuliani",
"Andrew",
""
],
[
"Rodríguez",
"Eduardo",
""
],
[
"Spivak",
"Marina",
""
]
] |
2409.05286 | Chun Wang | Ruya Jiang and Chun Wang and Weihong Deng | Seek and Solve Reasoning for Table Question Answering | Published in: ICASSP 2025 - 2025 IEEE International Conference on
Acoustics, Speech and Signal Processing (ICASSP) | null | 10.1109/ICASSP49660.2025.10890797 | null | cs.CL cs.AI | http://creativecommons.org/licenses/by-nc-sa/4.0/ | The complexities of table structures and question logic make table-based
question answering (TQA) tasks challenging for Large Language Models (LLMs),
often requiring task simplification before solving. This paper reveals that the
reasoning process during task simplification may be more valuable than the
simplified tasks themselves and aims to improve TQA performance by leveraging
LLMs' reasoning capabilities. We propose a Seek-and-Solve pipeline that
instructs the LLM to first seek relevant information and then answer questions,
integrating these two stages at the reasoning level into a coherent
Seek-and-Solve Chain of Thought (SS-CoT). Additionally, we distill a
single-step TQA-solving prompt from this pipeline, using demonstrations with
SS-CoT paths to guide the LLM in solving complex TQA tasks under In-Context
Learning settings. Our experiments show that our approaches result in improved
performance and reliability while being efficient. Our findings emphasize the
importance of eliciting LLMs' reasoning capabilities to handle complex TQA
tasks effectively.
| [
{
"version": "v1",
"created": "Mon, 9 Sep 2024 02:41:00 GMT"
},
{
"version": "v2",
"created": "Wed, 25 Dec 2024 09:57:52 GMT"
},
{
"version": "v3",
"created": "Sun, 20 Apr 2025 13:28:25 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Jiang",
"Ruya",
""
],
[
"Wang",
"Chun",
""
],
[
"Deng",
"Weihong",
""
]
] |
2409.05941 | Vito W. Scarola | Zhangjie Qin and V.W. Scarola | Scaling of Computational Order Parameters in Rydberg Atom Graph States | null | Phys. Rev. A 111, 042617 (2025) | 10.1103/PhysRevA.111.042617 | null | quant-ph cond-mat.quant-gas | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Graph states are computationally powerful quantum states with many
applications including use as resource states for measurement-based quantum
computing (MBQC). We demonstrate construction of graph states on a Rydberg atom
quantum analogue simulator. We show how an always-on interaction can be used to
simultaneously entangle all Rydberg atoms into a graph state. We construct and
implement many-body computational order parameters for graph states using
non-local measurement-based logic operations in the Clifford group. The order
parameters measure the efficacy of entanglement to allow MBQC on graph states
of any size. We parameterize finite-size scaling of these order parameters. Our
results define a route to efficiently test computational power in quantum
devices.
| [
{
"version": "v1",
"created": "Mon, 9 Sep 2024 18:00:00 GMT"
},
{
"version": "v2",
"created": "Mon, 21 Apr 2025 16:24:17 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Qin",
"Zhangjie",
""
],
[
"Scarola",
"V. W.",
""
]
] |
2409.06635 | Wenyu Zhang | Wenyu Zhang, Shuo Sun, Bin Wang, Xunlong Zou, Zhuohan Liu, Yingxu He,
Geyu Lin, Nancy F. Chen, Ai Ti Aw | MoWE-Audio: Multitask AudioLLMs with Mixture of Weak Encoders | ICASSP 2025 | null | null | null | cs.SD cs.AI cs.CL eess.AS | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The rapid advancements in large language models (LLMs) have significantly
enhanced natural language processing capabilities, facilitating the development
of AudioLLMs that process and understand speech and audio inputs alongside
text. Existing AudioLLMs typically combine a pre-trained audio encoder with a
pre-trained LLM, which are subsequently finetuned on specific audio tasks.
However, the pre-trained audio encoder has constrained capacity to capture
features for new tasks and datasets. To address this, we propose to incorporate
mixtures of `weak' encoders (MoWE) into the AudioLLM framework. MoWE
supplements a base encoder with a pool of relatively light weight encoders,
selectively activated based on the audio input to enhance feature extraction
without significantly increasing model size. Our empirical results demonstrate
that MoWE effectively improves multi-task performance, broadening the
applicability of AudioLLMs to more diverse audio tasks.
| [
{
"version": "v1",
"created": "Tue, 10 Sep 2024 16:46:18 GMT"
},
{
"version": "v2",
"created": "Mon, 23 Sep 2024 03:04:27 GMT"
},
{
"version": "v3",
"created": "Mon, 17 Feb 2025 10:40:56 GMT"
},
{
"version": "v4",
"created": "Mon, 21 Apr 2025 09:48:05 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Zhang",
"Wenyu",
""
],
[
"Sun",
"Shuo",
""
],
[
"Wang",
"Bin",
""
],
[
"Zou",
"Xunlong",
""
],
[
"Liu",
"Zhuohan",
""
],
[
"He",
"Yingxu",
""
],
[
"Lin",
"Geyu",
""
],
[
"Chen",
"Nancy F.",
""
],
[
"Aw",
"Ai Ti",
""
]
] |
2409.06798 | Jacob Russell | Aaron Calderon and Jacob Russell | Hierarchical hyperbolicity of admissible curve graphs and the boundary
of marked strata | 44 pages, 14 figures | null | null | null | math.GT math.GR | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We show that for any surface of genus at least 3 equipped with any choice of
framing, the graph of non-separating curves with winding number 0 with respect
to the framing is hierarchically hyperbolic but not Gromov hyperbolic. We also
describe how to build analogues of the curve graph for marked strata of abelian
differentials that capture the combinatorics of their boundaries, analogous to
how the curve graph captures the combinatorics of the augmented Teichmueller
space. These curve graph analogues are also shown to be hierarchically, but not
Gromov, hyperbolic.
| [
{
"version": "v1",
"created": "Tue, 10 Sep 2024 18:06:52 GMT"
},
{
"version": "v2",
"created": "Mon, 21 Apr 2025 12:46:14 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Calderon",
"Aaron",
""
],
[
"Russell",
"Jacob",
""
]
] |
2409.06895 | Dominik Tschimmel | Dominik Tschimmel, Steffen Waldherr, Tim Hucho | Modelling the effect of antibody depletion on dose-response behavior for
common immunostaining protocols | v2: Restructured results | null | null | null | q-bio.QM | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Antibody binding properties for immunostaining applications are often
characterized by dose-response curves, which describe the amount of bound
antibodies as a function of the antibody concentration applied at the beginning
of the experiment. A common model for the dose-response curve is the Langmuir
isotherm, which assumes an equilibrium between the binding and unbinding of
antibodies. However, for common immunostaining protocols, the equilibrium
assumption is violated, and the dose-response behavior is governed by an
accumulation of permanently bound antibodies. Assuming a constant antibody
concentration, the resulting accumulation model can easily be solved
analytically. However, in many experimental setups the overall amount of
antibodies is fixed, such that antibody binding reduces the concentration of
free antibodies. Solving the corresponding depletion accumulation model is more
difficult and seems to be impossible for heterogeneous epitope landscapes. In
this paper, we first solve the depletion-free accumulation model analytically
for a homogeneous epitope landscape. From the obtained solution, we derive
inequalities between the depletion-free accumulation model, the depletion
accumulation model, and the Langmuir isotherm. This allows us to characterize
the depletion effect for homogeneous epitope landscapes. Next, we generalize
the problem to heterogeneous epitope landscapes, where we prove the existence
and uniqueness of a solution that behaves as expected from the experimental
setting. These natural properties define bounds for the depletion accumulation
model. We conclude this paper by applying the bounds to characterize the
depletion effect for heterogeneous epitope landscapes.
| [
{
"version": "v1",
"created": "Tue, 10 Sep 2024 22:27:23 GMT"
},
{
"version": "v2",
"created": "Sat, 19 Apr 2025 13:04:29 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Tschimmel",
"Dominik",
""
],
[
"Waldherr",
"Steffen",
""
],
[
"Hucho",
"Tim",
""
]
] |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.